@charset "utf-8";
/* CSS Document */
/**
 * 通用标签初始化
 */
html {margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;padding:0;border:0;/*font-size:100%;*/font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {color:#3e3a39;background:#fff;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
img {border:0;vertical-align:bottom; -ms-interpolation-mode:bicubic;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#ccc;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.5);-moz-box-shadow:0 4px 40px rgba(0,0,0,0.5);box-shadow:0 4px 40px rgba(0,0,0,0.5);-webkit-border-radius:4px;*/
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
textarea {overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus {outline:none;}
input::-ms-clear {display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent; text-decoration:none; outline:none;}
a:active,a:hover {outline:0;}
a:focus {outline:none;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
mark {color:#000;background:#ff0;}
small {/*font-size:80%;*/}
sub,sup {position:relative;/*font-size:75%;*/line-height:0;vertical-align:baseline;}
sup {top:-.5em;}
sub {bottom:-.25em;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace, monospace;/*font-size:1em;*/}
button,input,optgroup,select,textarea {margin:0;font:inherit;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
fieldset {padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend {padding:0;border:0;}
optgroup {font-weight:bold;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
hr {clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;margin:0;}
blockquote {border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;}
blockquote strong {display:block;margin-bottom:10px;}
blockquote p:last-child {margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {filter:alpha(opacity=60); opacity:.6;}
q {quotes:none;}
q:before,q:after {content:'';content:none;}
ul,li {list-style:none;}
body{ background-color: #fff;}
a{color: inherit;}
a:focus {
    outline: none; /* 移除默认的轮廓 */
}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}
.full-width {max-width: 100%; min-width: 1200px; overflow:hidden}
.width-1200 {width: 95%; max-width: 1200px;margin:0 auto;}
.width-1200:after {content:""; display: block; width: 0;height: 0;clear: both;}
.width-1400 {width: 1400px; margin:0 auto;}
.width-1400:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexbox{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexwidth{
	width: 1200px;
	margin: 0 auto;
}
header{
	height: 80px; 
	width: 100%;

}
.header{
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}
.width-auto{
	margin: 0 auto;
	max-width: 1200px;
	width: 95%;
}
.header ul{
	width: 600px;float:left;
}

.header ul li{
	flex: 1;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 80px;
	font-weight: 100;
}
.header ul li.cur,.header ul li:hover{
	color: #333;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4); 
}


.returnTop{height:60px;width:60px;position:fixed;bottom:5px;right:5px;background: url(../images/topbg.png) center no-repeat;display: none;z-index:99999999;}

.header font{ background:url(../images/telbg.png?163200) no-repeat left center;float:right; margin-left:0px;line-height:80px; font-size:24px; color:#333; padding-left:50px;}

.en_box{
	padding-top: 30px;
}
.en_box a{
	color: #666666;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 2px;
	font-weight: bold;
}
.en_box font{
	vertical-align: top;
}
.header h1{line-height:60px;
padding-top: 5px;float: left; font-size: 18px;color:#747374;letter-spacing: 5px;
}
.header h1 img{height:60px;line-height:70px;float:left; margin-right:30px;padding-top:5px; }
.hei_8{
	width: 100%;
	height: 80px;
}
 footer {
            background-color: #222222;
            color: #ffffff;
            padding: 40px 10px;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
        }
        /* 品牌信息 */
        .footer-brand {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .footer-brand-logo {
            width: 70px;
            height: auto;
        }
        .footer-brand-text h2 {
            font-size: 36px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        .footer-brand-text p {
            font-size: 28px;
            text-align: center;
        }
        /* 服务热线 */
        .footer-hotline {
            display: flex;
            align-items: center;
            gap: 20px;
            border-left: 1px solid #555;
            padding-left: 40px;
        }
        .footer-hotline-icon {
            width: 50px;
            height: 50px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
        }
        .footer-hotline-text h3 {
            font-size: 22px;
            margin-bottom: 8px;
        }
        .footer-hotline-text p {
            font-size: 18px;
            font-weight: 500;height:30px;line-height:30px;
            background:url(../images/icon_8.png) left center no-repeat; padding-left:40px ;
        }
        /* 总部地址 */
        .footer-address {
            display: flex;
            align-items: center;
            gap: 20px;
            border-left: 1px solid #555;
            padding-left: 40px;
        }
        .footer-address-icon {
            width: 50px;
            height: 50px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
        }
        .footer-address-text h3 {
            font-size: 22px;
            margin-bottom: 8px;
        }
        .footer-address-text p {
            font-size: 18px;
            font-weight: 500;height:30px;line-height:30px;
            background:url(../images/icon_9.png) left center no-repeat; padding-left:40px ;
        }
        /* 二维码区域 */
        .footer-qrcodes {
            display: flex;
            gap: 40px;
        }
        .qrcode-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .qrcode-img {
            width: 90px;
            height: 90px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .qrcode-text {
            font-size: 16px;
            line-height: 1.5;
        }
        .qrcode-img img{width:90px;}
        /* 回到顶部 */
        .footer-top {
            position: absolute;
            right: 30px;
            background-color: #000;
            width: 80px;
            height: 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: #fff;
        }
        /* 版权信息 */
        .footer-copyright {
            
            border-top: 1px solid #444;
            margin-top: 40px;
            padding-top: 30px;
            font-size: 14px;
           
      text-align: center;
        }
.bgers {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

  overflow: hidden;

}

.bgers img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  position: relative;

  -webkit-animation: bgers 20s linear infinite;

          animation: bgers 20s linear infinite;

}
 
 @keyframes bgers {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
 

.ikmmsimg {
  
    animation: zoomInOut 10s infinite;
  }
 
  @keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }