@charset "utf-8";
/* CSS Document */

/*===============公共样式====================*/

:root{    
	--main_color:#003E9E;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#f4ba40;      /* 副色 */ 
}

@font-face{font-family:'Inter-Black-3'; src: url('../font/Inter-Black-3.otf');}
@font-face{font-family:'Inter-Bold-4'; src: url('../font/Inter-Bold-4.otf');}
@font-face{font-family:'Inter-ExtraBold-5'; src: url('../font/Inter-ExtraBold-5.otf');}
@font-face{font-family:'Inter-ExtraLight-6'; src: url('../font/Inter-ExtraLight-6.otf');}
@font-face{font-family:'Inter-Light-7'; src: url('../font/Inter-Light-7.otf');}
@font-face{font-family:'Inter-Medium-8'; src: url('../font/Inter-Medium-8.otf');}
@font-face{font-family:'Inter-Regular-9'; src: url('../font/Inter-Regular-9.otf');}
@font-face{font-family:'Inter-SemiBold-10'; src: url('../font/Inter-SemiBold-10.otf');}
@font-face{font-family:'Inter-Thin-11'; src: url('../font/Inter-Thin-11.otf');}
@font-face{font-family:'Inter-var-2'; src: url('../font/Inter-var-2.ttf');}


body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{background:#fff; color: #333;  font-family: Inter-var-2 /*Microsoft Yahei,Arial, sans-serif*/; font-size:14px; overflow-x:hidden;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{ color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.bottom_blank{height:.6rem;}
.mt20{margin-top:.2rem;}

/*===============滚动条美化=====================*/
body::-webkit-scrollbar {width: 10px !important;}
body::-webkit-scrollbar-track {background-color: #f3f3f3;}
body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
body::-webkit-scrollbar-corner {background-color: #ddd;}
body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
::-webkit-scrollbar {width: 15px;}
@media screen and (max-width:768px) {
body::-webkit-scrollbar {width:0px !important;}
::-webkit-scrollbar {width:0px;}

.mt20{margin-top:12px;}
}

/*=====================图片放大=====================*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{ transform:scale(1.05); }


/*===================网站主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
.main{width: 90%; margin: auto; max-width: 1400px;}
img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}

@media screen and (max-width:768px) {
.main{width:100%!important; padding:0 15px; box-sizing:border-box;}
.only_pc_show{ display:none;}
.only_m_show{ display:block;}
}

/*===================网站flex布局======================*/
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*===================文字省略======================*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

/*头部*/
.header{z-index: 100;width: 100%; position:fixed; transition:0.5s all; background:#fff;}
.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.2); transition:2s}
/*.header.on:before{ width:100%}*/
.header .logo {height:.9rem; margin-left:5%; transition:0.5s all;  position:relative; }
.header .logo img{/*filter: grayscale(100%) brightness(5000%);*/ height:.36rem;}
.header .logo .youce{padding-left: 3rem;}


@media only screen and (min-width:768px) and (max-width: 1700px){
	.header .logo .youce{padding-left: 1rem;}
}

.header .top_nav{ text-align:right; margin-right:3%; font-size:12px; height:.2rem; padding-top:.2rem; transition:0.5s all;}
.header .top_nav a{ display:inline-block; margin-left:.25rem;color:#999;}
.header .top_nav .baise{color: #fff;}

.header_scroll.header:before{ background:rgba(0,0,0,0.1);}
.header_right{ margin-right:3%;}

.header_scroll .top_nav{ height:0; opacity:0; padding-top:0;}
.header_scroll .lag a{color:#333;}
.header_scroll .top_serch:after{background: #333!important;}
.header_scroll .top_serch a svg{fill:#333!important;}


/*主导航*/
.navBox {  height:.9rem; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .25rem;}
.navBox .nav li>a {position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2; font-size:.16rem;  transition:0.5s all; font-weight:bold; }
.navBox .nav li>a  .baise{color:#fff;}
.navBox .nav li>a i{margin-left:3px;}
.navBox .nav li>a:hover .txt{color:var(--main_color);}
.navBox .nav li>a:after{ content:''; position:absolute;  left: 50%;transform: translateX(-50%); bottom:0; width:0; display:block;height:3px; background:var(--main_color); transition:0.3s all;}
/*.navBox .nav li.curr>a:after,*/
.navBox .nav li>a:hover:after{width:100%; }

.header_scroll .navBox{height:.9rem;}
.header_scroll .navBox .nav li>a .txt{ color:#333; text-transform: capitalize;}
.header_scroll .navBox .nav li.curr a .txt{color:var(--main_color);}



/*下拉菜单*/
.subNavbox {position: absolute; left: 0px; top: 100%; width: 100%; background:#fff;  border-top:solid 1px #eee; box-shadow: 1px 3px 5px 0 rgba(88, 88, 88, 0.2); display: none;}
.subNavbox .left{width: 30vw;padding: 3vw 3vw 3vw;background-color:var(--hui_color); box-sizing:border-box;padding-left: 5%;}
.subNavbox .left h3 {font-size:.25rem; color:#000; }
.subNavbox .left p {line-height: 2;color: #808080;margin-top: 20px;/*text-align: justify;*/}

.subNavbox .mid {width: 42vw;padding: 3vw 2.5vw; box-sizing:border-box; }
.subNavbox .mid dl{position: relative;}
.subNavbox .mid dt{width:42%;}
.subNavbox .mid dd{ position:absolute; top:0; left:44%; width:60%; opacity:0; z-index:-1; transform: translateX(-45px); transition: transform .6s ease;}
.subNavbox .mid dt a{display: block;position: relative;}
.subNavbox .mid dt a span{display: block;font-size:.16rem;line-height: 26px;padding: 0.1rem .20rem;position: relative;z-index: 2;transition: color .3s ease;/*text-transform: capitalize;*/}
.subNavbox .mid dl:hover dt a span {color: #fff;}
.subNavbox .mid dt a:before{content: '';position: absolute;top: 0; left: 0; right: 0; bottom: 0;background:var(--main_color);z-index: 1;transform-origin: left center;transform: scaleX(0);transition: transform .3s ease;}
.subNavbox .mid dl:hover dt a:before {transform: scaleX(1);transition: transform .6s ease;}
.subNavbox .mid dt a:after{content: '';width: 13px;height: 13px;background-image: url('../images/icon-4.png');position: absolute;right: 20px;top: 50%;margin-top: -7px; transition: all 0.8s ease-in-out;z-index: 3; transform: translateX(-45px); opacity:0;}
.subNavbox .mid dl:hover dt a:after{transform:translateX(0); opacity:1;}

.subNavbox .mid dl:hover dd{  opacity:1;  z-index:5; transform: translateX(0);}
.subNavbox .mid dd a{display: block;position: relative; font-size:.16rem;line-height:36px;}

.subNavbox .mid dd .n3_sub>a{ line-height:48px; display:block;}
.subNavbox .mid dd .n3_sub{width:48%;  position:relative; transition: .3s ease;}
.subNavbox .mid dd .n3_sub>a span{display: block; line-height: 48px; position: relative;z-index: 2;transition: color .3s ease;}
.subNavbox .mid dd .n3_sub:hover>a span {color: #fff;}
.subNavbox .mid dd .n3 a{ font-size:.15rem;  padding:0.05rem .15rem; position:relative; line-height: 22px;/*text-transform: capitalize;*/}

.subNavbox .mid dd .n3_sub>a:before{content: '';position: absolute;top: 0; left: 0; right: 0; bottom: 0;background:var(--main_color);z-index: 1;transform-origin: left center;transform: scaleX(0);transition: transform .3s ease;}
.subNavbox .mid dd .n3_sub:hover>a:before {transform: scaleX(1);transition: transform .6s ease;}

.subNavbox .mid dd .n3_sub>a:after{content: '';width: 13px;height: 13px;background-image: url('../images/icon-4.png');position: absolute;right: .15rem;top: 50%;margin-top: -7px; transition: all 0.8s ease-in-out;z-index: 3; transform: translateX(-45px); opacity:0;}
.subNavbox .mid dd .n3_sub:hover>a:after{transform:translateX(0); opacity:1;}

.subNavbox .mid dd .n4 { position:absolute; left:100%; top:0; width:100%; opacity:0; z-index:-1; transform: translateX(-45px); transition: transform .6s ease; padding-left:.1rem;}
.subNavbox .mid dd .n4 a{ font-size:.14rem;line-height:2;}
.subNavbox .mid dd .n3_sub:hover .n4{opacity:1;  z-index:5; transform: translateX(0);}

						
.subNavbox .right{width:25vw; padding: 4vw 3vw 4vw 0; box-sizing:border-box;}
.subNavbox .right img{display: block;width: 100%; }


@media only screen and (min-width:1200px) and (max-width: 1400px){
	.subNavbox .mid dd .n3_sub a span{line-height: 18px;}
	.subNavbox .mid dd .n4 a{line-height: 1.6;}
}

/*======================语言======================*/
.lag{display:flex; justify-content:center; align-items:center; font-size:.16rem; font-weight:bold; margin:0 .4rem 0 .5rem; position:relative;}
.lag a{color:#999;}
.lag .baise{color:#FFFFFF;}
.lag i{ margin-left:3px;}
.lag .box{ position:absolute; left:50%; top:100%; background:#fff; padding:.1rem .25rem; box-shadow:0 5px 20px rgba(0,0,0,.15); border-radius:5px; min-width:1rem; transform:translate(-50%,20px); opacity:0;  pointer-events:none; transition:all .3s;}
.lag .box a{ display:block; line-height:2.8; font-size:.15rem; text-align:center; font-weight:normal;}
.lag .box p:not(:last-of-type){border-bottom:1px solid #ddd}
.lag .box:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.lag:hover .box{transform:translate(-50%,0); opacity:1; pointer-events: all;}




/*======================搜索======================*/
.header .top_serch{ transition:0.5s all; position:relative;}
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px; fill:#999;  transition:0.5s all;}
.header .top_serch a .baise{fill: #FFFFFF;}
.header .top_serch a:hover svg{fill:var(--main_color);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:#999; display:block;position: absolute;left:-.2rem;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

.header .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.header .tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.header .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.header .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}
/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header .tc-box #keyword {width: 80%;height:.75rem;padding: 0 15px;padding-left:55px;font-size:.18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header .tc-box .btn_submit {width: 20%; height:.75rem; line-height:.75rem;background:var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}


/*导航下拉*/
.header_scroll,.m_header_scroll {background:#fff!important; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_scroll .top_serch a svg,.m_header_scroll .top_serch a svg{}
.header_scroll .logo img,.m_header_scroll .logo img{}

/*电话*/
.header_right .tel{display:flex; justify-content:center; align-items:center; font-size:16px; font-weight:bold; color:#fff; margin-left:20px; transition:0.5s all;}
.header_right .tel svg{width:20px; fill:#fff; margin-right:8px;  transition:0.5s all;}
.header_scroll .header_right .tel{color:var(--main_color);}
.header_scroll .header_right .tel svg{fill:var(--main_color);}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:none;border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 5px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 5px;}
.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

/*======================手机搜索图标======================*/
.m_serch{ width:50px; height:62px;}
.m_serch a{height:100%;}
.m_serch a svg{width:18px; fill:#333;}


.top_blank{height:.9rem;}
@media screen and (max-width:768px) {
.header{ height:60px;}
.header .logo{height:60px;}
.header .logo img{height:28px;}
.header_scroll.header:before{ background:rgba(0,0,0,0);}
.header_right{display:none;}
	
	
.header1{ height:60px;}
.header1 .logo{height:60px;}
.header1_scroll.header:before{ background:rgba(0,0,0,0);}
.header1_right{display:none;}
	
	
.m_header_right{display:block; margin-right:15px;}
top_blank{height:60px;}




/*表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #FF2442;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}

.form_box .con button{ width:100%; height:50px; background:#FF2442; border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con button:hover{ opacity:0.9;}

.form_box .con .sms_btn{ width:125px; line-height:46px; background:#333; font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}



/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0; background: #fff;z-index:98;  display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px 20px; box-sizing:border-box;overflow-x: hidden;overflow-y:auto;z-index: 110;}

/*搜索表单*/
.m_search_box {width:60%;  position: relative;border-bottom: 1px solid #e1e6f0; overflow:hidden; margin-bottom:6px; margin-top:0px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 0px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}


/*======================手机语言======================*/
.m_lag {}
.m_lag .item{display:flex; justify-content:center; align-items:center; color:var(--main_color);}
.m_lag .item i{ margin-left:3px; color:var(--second_color);}
.m_lag ul{background-color:#fff; position:absolute; right:-100%; top:60px;  width:100%; height:100%; transition:0.3s all; z-index:999; padding-left:20px; box-sizing:border-box;}
.m_lag ul li{border-bottom: 1px solid #efefef; padding:16px 0px; font-size:16px;}
.m_lag ul li.back{ color:var(--second_color); border-bottom: 1px solid #efefef; }
.m_lag ul.active{ right:0;}




/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 {position:relative;}
.m_menu .nav1 ul{background-color:#fff; position:absolute; right:-100%; top:0; width:100%; height:100%; transition:0.3s all;}
.m_menu .nav1 ul.active{ right:0;}
.m_menu .nav1 .back{ color:var(--second_color); margin-top:30px;border-bottom: 1px solid #efefef; padding:16px 0px; font-size:17px;}

.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 0px; font-size:17px;}
.m_menu .item i{float:right; color:var(--second_color); transition:0.3s all;}
/*.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }*/
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}

.m_top_nav{ text-align:right; padding:25px 15px 15px 0;}
.m_top_nav a{ margin-left:15px;}
}

/*======================鼠标经过导航======================*/
.header_hover{}
.header_hover .logo{ height:.9rem;}
.header_hover .logo .logo1{height:50px; opacity:0;}
.header_hover .logo .logo2{height:50px; opacity:1;}
.header_hover .navBox{height:.9rem;}
.header_hover .navBox .nav li>a .txt{ color:#333;}
.header_hover .navBox .nav li.curr a .txt{color:var(--main_color);}
.header_hover{background:#fff!important; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_hover .top_serch a svg{fill:#333;}
.header_hover .top_serch a .baise{fill:#333; }
.header_hover .header_right .tel{color:var(--main_color);}
.header_hover .header_right .tel svg{fill:var(--main_color);}
.header_hover .header_right .lag a{color:#333!important;}
.header_hover .header_right .lag .baise{color:#333; }
.header_hover .top_nav a{color:#333;}
.header_hover .top_nav .baise{color:#333; }
.header_hover .top_serch:after{background:#333;}
@media screen and (max-width:768px) {
.header_hover .logo{ height:60px;}
}





/*======================轮播图======================*/
#banner {width:100%;  position:relative; z-index:0;}
#banner .swiper-slide { overflow: hidden;} 
#banner .swiper-slide .pic{ }
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:1%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:1%;} 

	
/*左右切换按钮*/	
.draw_h{ width:67px!important; height:67px!important; display:block; border-radius: 50%; box-sizing:border-box;} 
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(255,255,255,.5); background:none; box-sizing:border-box;border-radius: 50%;} 
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
.draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
.draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#banner .swiper-pagination{bottom:.5rem; left:50%; transform:translateX(-50%);}
#banner .swiper-pagination-bullet {width:.5rem;height: 3px; background: rgba(255, 255, 255, .3);opacity: 1;position: relative;margin: 0 5px !important; border-radius:0;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:#fff;width: 0;height: 3px;z-index: 1;transition: 0s; }
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; }

@media screen and (max-width:768px) {
#banner {}	
#banner .swiper-slide .pic{ position:relative;}
#banner .swiper-slide{display: block;}
#banner .swiper-slide .txt { box-sizing:border-box; }
#banner .swiper-slide .txt h3{ font-size:20px; margin-top:0px; margin-bottom:15px;}
#banner .swiper-slide .txt p{font-size:15px; }
#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:10px; text-align:center;}
#banner .swiper-pagination-bullet {width:30px;}
}	
	


/*页面标题*/
.main_tit{padding:.8rem 0 .5rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.4rem; color:#000;}
.main_tit .line {display: block;width:35px;height: 2px;background:var(--second_color); margin: .2rem auto auto auto;}
.main_tit p{font-size:16px; color:#666; margin-top:10px; line-height:2;}

.zx_btn{width:1.25rem; line-height:.4rem; text-align:center; color:#fff;  border:solid 1px rgba(255,255,255,0.46); display:inline-block; transition:0.3s all;}
.zx_btn:hover{ background:rgba(255,255,255,0.8); color:var(--main_color);}
@media screen and (max-width:768px) {
.main_tit h2{ font-size:20px;}	
.main_tit .line {width:20px;}
.main_tit p{font-size:13px; margin-top:10px;}
.main_tit p br{display:none;}
.main_tit .more{width:88px; line-height:32px;}
.main_tit .more a{font-size:14px;}

.zx_btn{width:108px; line-height:38px; font-size:16px;}
}




/*================首页公司介绍=================*/
.index_about{margin:12vh 5% .3rem;}

/*分类*/	
.index_about .title h2{font-size:.4rem; color:#000; font-weight: normal;}
.index_about .title{padding:0 0 .6rem;}
.index_about .title .tabs1{margin-left:.8rem;margin-top:.2rem;}
.index_about .title .tabs1 a{padding-right:.5rem;font-size:.2rem;}
.index_about .title .tabs1 a:last-child{padding-right:0;}
.index_about .title .tabs1 a.active{color:var(--main_color);font-weight:bold; }

/*按钮切换*/	
.tabs_btn{ position:relative;}
.tabs_btn .swiper-button-prev,.tabs_btn .swiper-button-next {opacity:1;background-image:none;top:-15px;}
.tabs_btn .swiper-button-prev{left:auto;right:70px;}
.tabs_btn .swiper-button-next{right:10px;}
.tabs_btn .my_btn i{font-size:20px;color:var(--second_color);}

/*主体*/	
.about_con li .txt{width:38%;background:#f8f8f8;padding:0 .6rem;box-sizing:border-box;}
.about_con li p{line-height:1.8;font-size:.12rem;margin:.1rem 0;}
.about_con li a{color:var(--main_color);font-size:.12rem; margin-top:.2rem;transition:all .3s;}
.about_con li a i{color:var(--second_color);font-size:.2rem;margin-left:.05rem;position:relative;top:.02rem;}
.about_con li .pic{width:62%;overflow:hidden;/*height:60vh;*/ position:relative;}
.about_con li .pic img{width:100%;height:100%;object-fit:cover;display:block;transition:all .3s;}
.about_con li .pic:after{ content:''; display:block; width:100%; height:100%; position:absolute; right:0; top:0; background:#fff; transition:1.6s all ease;}
.about_con li.swiper-slide-active .pic:after{ width:0;}
.about_con .pic .img{overflow: hidden;}
.about_con .pic .play{position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%,-50%);}
/*.about_con .pic .play img{height:100px;}*/


@media only screen and (min-width:1200px) and (max-width: 1400px){
	.about_con li p{line-height:1.4;font-size:.12rem;}
}


.mask_out{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff; animation-timing-function: ease;}

@media screen and (max-width:768px) {
.index_about{margin:0 15px 0; overflow:hidden;}
.index_about .title{ display:block;padding:40px 0 20px;}
.index_about .title h2{font-size:20px; text-align:center;}
.index_about .title h2:after{ width:40px; height:2px; content:''; display:block; margin:15px auto 30px; background:var(--second_color);}

.index_about .title .tabs1{margin-left:0;margin-top:0;display:flex;/*justify-content:space-between; */flex-wrap:wrap;}
.index_about .title .tabs1 a{padding-right:10px;font-size:15px;font-weight:bold;}
.index_about .title .tabs1 a.active{color:var(--main_color);}
.index_about .title .tabs1 a.active:after{ width:100%; height:2px; content:''; display:block; background:var(--main_color); margin-top:5px;}

.tabs_btn .my_btn{ display:none;}
.about_con li .pic{width:100%;height:auto; order:0;margin:0 0 20px;}
.about_con li .txt{width:100%; padding:0; background:#fff; order:1;}
.about_con li .about_logo{ display:none;}
.about_con li p{line-height:1.8; font-size:14px;margin:0 0 10px;}
.about_con li a{ font-size:18px; margin:auto;}
.about_con li a i{font-size:18px;}
}


/*================首页通栏视频=================*/ 
.index_video {height:100%;overflow: hidden;}
.index_video .pic{overflow:hidden; height:100%;    position: relative;}
.index_video .pic .img{overflow: hidden;}
.index_video .pic .play{position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%,-50%);}
.index_video .pic img{width:100%;height:100%;object-fit:cover;display:block;}
.index_video video{height: 100%;    width: 100%;    object-fit: cover;}
.index_video  .play {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
@media screen and (max-width:768px) {
.index_video .pic{ margin:35px 15px 0; height:auto;}
	.index_video .pic .play .img{height: 35px;}
}




/*=================首页 产品======================*/
#in_pro_box{position:relative;overflow:hidden;margin-bottom:.3rem;}
#in_pro_box li{position:relative;}
#in_pro_box li .pic{overflow:hidden;}
#in_pro_box li .pic img{width:100%;display:block;}
#in_pro_box li .txt{position:absolute;top:8%;left:50%; transform:translateX(-50%); width:90%; max-width:980px;}
#in_pro_box li .txt h3{text-align:center;color:#fff;font-size:.4rem;}
#in_pro_box li .txt span{display:block;width:.8rem;height:4px;background:#fdd000;margin:.2rem 0 .45rem;}
#in_pro_box li .txt .desc{color:#fff;font-size:.3rem;text-align:center;}
#in_pro_box li .con{margin-top:.3rem;}
#in_pro_box li .con dl{width:30%;margin-top:.5rem;}
#in_pro_box li .con dl:nth-child(3){margin-right: 0;}
#in_pro_box li .con .ico img{width:50px;}
#in_pro_box li .con .wz{width:calc(100% - 70px);}
#in_pro_box li .con .wz h4{font-size:0.18rem;color:#fff;margin-bottom:10px;}
#in_pro_box li .con .wz p{font-size:0.16rem;color:#fff;line-height:1.6;}

#in_pro_box li .con .t_center{display: flex; flex-direction:column;justify-content: normal;  align-items: normal;}
#in_pro_box li .con .t_left_center{display: flex; flex-direction:column; justify-content: normal;}
@media only screen and (min-width:768px) and (max-width: 1400px){
	#in_pro_box li .con .t_center{margin-top: -5px;}
}


/*左右切换按钮*/	
#in_pro_box .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.85; left:2%;} 
#in_pro_box .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.85; right:2%;} 
#in_pro_box .draw_h{ width: 67px !important; height: 67px !important; line-height: 67px !important; display:block; border-radius: 50%; box-sizing:border-box;}
#in_pro_box .draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5);  box-sizing:border-box;border-radius: 50%;} 
#in_pro_box .draw_h svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
#in_pro_box .draw_h svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
#in_pro_box .draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
#in_pro_box .draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
#in_pro_box .draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#in_pro_box .swiper-pagination{bottom:.45rem;}
#in_pro_box .swiper-pagination-bullet {width:.3rem;height:5px;border-radius:10px;background: rgba(255, 255, 255, .5);opacity: 1;position: relative;margin: 0 5px !important;}
#in_pro_box .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height:5px;z-index: 1;transition: 0s; border-radius:10px;}
#in_pro_box .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:10px;}

@media only screen and (min-width:768px) and (max-width: 1400px){
	#in_pro_box li .txt{max-width:780px;}
}
@media screen and (max-width:768px) {
#in_pro_box{margin-bottom:0;}
#in_pro_box li .pic{height:800px;}
#in_pro_box li .pic img{width:100%;height:100%;object-fit:cover;}
#in_pro_box li .txt{width:100%;padding:0 15px;box-sizing:border-box;}
#in_pro_box li .txt h3{font-size:18px;}
#in_pro_box li .txt span{margin:15px 0 20px;}
#in_pro_box li .txt .desc{font-size:16px;}
#in_pro_box li .con{width:100%;margin-top:15px;}
#in_pro_box li .con dl{width:100%;margin-top:20px;}
#in_pro_box li .con .ico img{width:45px;}
#in_pro_box li .con .wz{width:calc(100% - 60px);}
#in_pro_box li .con .wz h4{font-size:14px;margin-bottom:5px;}
#in_pro_box li .con .wz p{font-size:13px;color:#fff;line-height:1.6;}
#in_pro_box .swiper-button-prev,#in_pro_box .swiper-button-next{display:none;}
}




/*================首页解决方案=================*/
.jjfa_desc{text-align:center;margin:.2rem 0 .5rem;}
.jjfa_desc h3{color:#3e3e3e;font-size:.24rem;}
.jjfa_desc span{display:block;color:#3e3e3e;font-size:.2rem;margin:.4rem 0 .2rem;}
.jjfa_desc p{line-height:2;color:#3e3e3e;}

#in_jjfa_box{position:relative;overflow:hidden;margin-bottom:.3rem;}
#in_jjfa_box li{overflow:hidden;}
#in_jjfa_box li img{width:100%;display:block;}
#in_jjfa_box .jjfa_con{position:absolute;top:10%;left:50%; transform:translateX(-50%); z-index:888; width:90%; max-width:1200px;}
#in_jjfa_box .jjfa_con .tit{font-weight:bold;text-align:center;color:#fff;font-size:.32rem;margin-bottom:.3rem;}
#in_jjfa_box dl{width:45%;margin-top:.5rem;}
#in_jjfa_box .ico img{width:60px;}
#in_jjfa_box .wz{width:calc(100% - 80px);}
#in_jjfa_box .wz h4{font-size:.16rem;color:#fff;margin-bottom:10px;}
#in_jjfa_box .wz p{font-size:.14rem;color:#fff;line-height:1.6;}

#in_jjfa_box .t_center{display: flex; flex-direction:column;justify-content: normal;  align-items: normal; margin-top: -5px;}
#in_jjfa_box .t_left_center{display: flex; flex-direction:column; justify-content: normal;}

/*左右切换按钮*/	
#in_jjfa_box .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.85; left:2%;} 
#in_jjfa_box .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.85; right:2%;} 
#in_jjfa_box .draw_h{ width: 67px !important; height: 67px !important; line-height: 67px !important; display:block; border-radius: 50%; box-sizing:border-box;}
#in_jjfa_box .draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5);  box-sizing:border-box;border-radius: 50%;} 
#in_jjfa_box .draw_h svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
#in_jjfa_box .draw_h svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
#in_jjfa_box .draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
#in_jjfa_box .draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
#in_jjfa_box .draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#in_jjfa_box .swiper-pagination{bottom:.45rem;}
#in_jjfa_box .swiper-pagination-bullet {width:.3rem;height:5px;border-radius:10px;background: rgba(255, 255, 255, .5);opacity: 1;position: relative;margin: 0 5px !important;}
#in_jjfa_box .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height:5px;z-index: 1;transition: 0s; border-radius:10px;}
#in_jjfa_box .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:10px;}

@media only screen and (min-width:768px) and (max-width: 1400px){
	#in_jjfa_box .jjfa_con{max-width: 900px;}
}
@media screen and (max-width:768px) {
.jjfa_desc{width:100%;margin:0 0 30px;padding:0 15px;box-sizing:border-box;}
.jjfa_desc h3{font-size:18px;}
.jjfa_desc span{font-size:16px;margin:15px 0 10px;line-height:1.4;}
.jjfa_desc p{line-height:1.8;font-size:14px;}
.jjfa_desc p br{display:none;}

#in_jjfa_box{margin-bottom:0;}
#in_jjfa_box li{height:600px}
#in_jjfa_box li img{width:100%;height:100%;object-fit:cover;display:block;}
#in_jjfa_box .jjfa_con{width:100%;padding:0 15px;box-sizing:border-box;top:5%;}
#in_jjfa_box .jjfa_con .tit{font-size:18px;margin-bottom:20px;}
#in_jjfa_box dl{width:100%;margin-top:20px;}
#in_jjfa_box .ico img{width:45px;}
#in_jjfa_box .wz{width:calc(100% - 65px);}
#in_jjfa_box .wz h4{font-size:15px;margin-bottom:5px;}
#in_jjfa_box .wz p{font-size:13px;line-height:1.4;}

/*左右切换按钮*/	
#in_jjfa_box .swiper-button-prev,#in_jjfa_box .swiper-button-next{ display:none;} 	

}



/*==============首页 拓扑图================*/
.in_tpt{padding:.8rem 0 .5rem;}
.in_tpt h3{font-size:.32rem;color:#000;text-align:center;}
.in_tpt .pic{overflow:hidden;margin-top:.5rem;}
.in_tpt .pic img{width:100%;display:block;}


@media screen and (max-width:768px) {
.in_tpt{padding:30px 0 30px;}
.in_tpt h3{font-size:16px;}
.in_tpt .pic{margin-top:20px;}

}

/*==============首页 表格参数================*/
.in_table{padding-bottom:.8rem;}
.in_table h3{font-size:.32rem;color:#000;text-align:center;margin-bottom:.5rem;}

.in_table table{ border:0px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
.in_table table p{margin-bottom:0;}
.in_table table tr:nth-child(1){ font-size:14px; background:#f4f5f7; font-weight:bold;}
.in_table table td{padding:.16rem 15px; border-bottom:1px solid #e8e8e8;}

@media screen and (max-width:768px) {
.in_table{padding-bottom:30px;}
.in_table h3{font-size:16px;margin-bottom:20px;}
.in_table .pic{margin-top:0;}	
}

/*==============首页 解决方案产品下载=================*/
.in_jjfa_pro{padding-bottom:1.2rem;}
.in_jjfa_pro li{width:30%;margin-right:5%;padding:.5rem .3rem;box-sizing:border-box;transition:all .5s;}
.in_jjfa_pro li:nth-child(3n){margin-right:0;}
.in_jjfa_pro li .pic{overflow:hidden;height:2.8rem;}
.in_jjfa_pro li .pic img{max-width:100%;max-height:100%;display:block; transition:all .5s;}
.in_jjfa_pro li h3{font-weight:normal;font-size:.18rem;text-align:center;margin-top:.15rem;line-height:1.6;transition:all .5s;}
.in_jjfa_pro li span{display:block;width:1.4rem;line-height:.4rem;border-radius:.4rem;background:var(--main_color);text-align:center;color:#fff; text-transform:uppercase;font-size:0.14rem;margin:.4rem auto 0;transition:all .5s;}
.in_jjfa_pro li:hover{background:#f8f8f8;}
.in_jjfa_pro li:hover .pic img{ transform:scale(1.05,1.05);}
.in_jjfa_pro li:hover h3{color:var(--main_color);}
.in_jjfa_pro li:hover span{background:var(--second_color);}

@media screen and (max-width:768px) {
.in_jjfa_pro{padding-bottom:30px;}
.in_jjfa_pro li{width:100%;margin-right:0;padding:30px 20px;border-bottom:1px solid #e8e8e8;}
.in_jjfa_pro li .pic{height:200px;}
.in_jjfa_pro li h3{font-size:16px;margin-top:0;}
.in_jjfa_pro li span{width:140px;line-height:40px;border-radius:40px;margin:25px auto 0; font-size: 14px;}	
}

/*===========首页 联系我们==================*/
.in_contact{position:relative;}
.in_contact .pic{overflow:hidden;}
.in_contact .pic img{width:100%;display:block;}
.in_contact .txt{position:absolute;left:10%;top:50%; transform:translateY(-50%);}
.in_contact .txt p{font-size:.32rem;}
.in_contact .txt a{display:block;width:2rem;line-height:.52rem;border-radius:.52rem;color:#fff;text-align:center;background:var(--main_color);font-size:.2rem;margin-top:.5rem;transition:all .5s;}
.in_contact .txt a:hover{background:var(--second_color);}

@media screen and (max-width:768px) {
.in_contact{position:relative;margin-top:20px;}
.in_contact .pic{height:180px;}
.in_contact .pic img{width:100%;height:100%;object-fit:cover;display:block;}
.in_contact .txt{width:100%;left:0;padding:0 15px;box-sizing:border-box;}
.in_contact .txt p{font-size:18px;line-height:1.4;text-align:center;}
.in_contact .txt a{width:140px;line-height:40px;border-radius:40px;font-size:15px;margin:20px auto 0;}
}



/*================底部=====================*/
.foot_bg{ width:100%; background:#194395; padding:.8rem 0 0rem 0;}

.footer_nav{width:calc(100% - 5rem); }
.footer_nav dl{width:25%; margin-bottom:.3rem;}
.footer_nav .db_dh dt{height:35px; position:relative;}
.footer_nav .db_dh dt i{display:none; }
.footer_nav .db_dh dt a{font-size:.18rem;color:#fff; font-weight:bold;text-transform: capitalize;}
.footer_nav .db_dh dd{ }
.footer_nav .db_dh dd a{color:rgba(255,255,255,.8); transition:0.5s all; display:block;  line-height:2.4; /*text-transform: capitalize;*/}
.footer_nav .db_dh a:hover{ color:#fff;}
.footer_nav .db_dh img{max-width:1.5rem;}
.footer_nav .db_dh dd:nth-child(2) img{max-width:1rem;}

.b_contact{width:5rem;box-sizing:border-box; padding-right:.5rem;}
.b_contact .foot_tel { width:100%;}
.b_contact .foot_tel h6{font-size:.22rem; font-weight:normal; color:#fff; margin-bottom:.2rem;}
.b_contact .foot_tel p{ font-size:.42rem; font-weight:bold; color:#89BCF3;}

.b_contact .f_info{margin-top:0rem; width:100%;}
.b_contact .f_info h2{margin-bottom:.25rem; font-size:.18rem;color:#fff;}
.b_contact .f_info p{ margin-bottom:.15rem; color:rgba(255,255,255,0.8); line-height: 1.4;}
.b_contact .f_info p a{ color:rgba(255,255,255,0.8);}

.b_contact .qrcode{ margin-top:0rem; width:100%;}
.b_contact .qrcode li{ width:1rem; margin-right:.25rem;}
.b_contact .qrcode li img{width:100%; display:block; }

.b_contact .f_code{ font-size: 0;margin-top:0; width:100%;}
.b_contact .f_code a{ margin-left:.25rem;position: relative; transition: all .5s ease;}
.b_contact .f_code a i{font-size:18px; color:#fff;transition: all .5s ease;}
.b_contact .f_code a:first-child{margin-left: 0;}
.b_contact .f_code a .pic{position: absolute; left: -44px; top: -80px; width: 88px; background: #fff; display: none;}
.b_contact .f_code a .pic img{width: 100%; display: block; opacity: 1;}

.b_contact .f_code ul li:first-child{margin-left: 0;}
.b_contact .f_code ul li{ margin-left:.25rem;position: relative; transition: all .5s ease;}
.b_contact .f_code ul li i{font-size:18px; color:#fff;transition: all .5s ease;}
.b_contact .f_code ul li .pic{position: absolute; left: -44px; top: -110px; width: 100px; background: #fff; display: none;}
.b_contact .f_code ul li .pic img{width: 100%; display: block; opacity: 1;}
.b_contact .f_code ul li:hover .pic{display:block;}

.copyright{ padding:.2rem 0; border-top:solid 1px rgba(255,255,255,0.1); color:rgba(255,255,255,0.8);text-transform:uppercase; font-size:12px; margin-top:.3rem;}
.copyright a{color:rgba(255,255,255,0.8); margin-right:10px;}
.m_foot_bg{display:none;}

@media only screen and (min-width:1200px) and (max-width: 1400px){
	.footer_nav dl{margin-bottom: 0.2rem;}
	.footer_nav .db_dh dt{height: 25px;}
	.footer_nav .db_dh dd a{line-height: 2;}
}

@media only screen and (max-width: 768px){
.foot_bg{ padding:25px 0 0rem 0; }
.b_contact{order:1;}
.footer_nav{order:0;}
.footer_nav,.footer_nav dl{width:100%; }
.footer_nav dl{border-bottom:solid 1px rgba(255,255,255,0.1); margin-bottom:0px;}
.footer_nav .db_dh dt{height:auto; padding:15px 5px 12px; margin-bottom:0; position:relative; border-bottom:0;}
.footer_nav .db_dh dt:after {display:none;}

.footer_nav .db_dh dt i{display:block; color:rgba(255,255,255,0.5); transition:0.3s all;}
.footer_nav .db_dh dt.active i{transform: rotate(180deg);}
.footer_nav .db_dh dt a{font-size:15px; color:rgba(255,255,255,0.9); font-weight:normal;}
.footer_nav .db_dh dd { padding-left:20px;}
.footer_nav .db_dh dd a{ font-size:14px; line-height:2; color:rgba(255,255,255,0.68);}
.footer_nav dd{display:none; padding-bottom:5px;}

.footer_nav dl:last-child{ border-bottom:0; margin-top:10px; justify-content: flex-start;flex-wrap:wrap;}
.footer_nav dl:last-child dt{display:inline-block; }
.footer_nav .db_dh img{width:88px; max-width:none; display:block; vertical-align:middle;}
.footer_nav dl:last-child dd{ display:inline-block; padding-bottom:0; }


.b_contact{width:100%; padding-right:0; text-align:center;}
.b_contact .foot_tel { margin-top:30px; order:0;}
.b_contact .foot_tel h6{font-size:14px; margin-bottom:10px;}
.b_contact .foot_tel p{ font-size:25px; }

.b_contact .f_info{margin-top:30px; width:100%; order:4;}
.b_contact .f_info h2{margin-bottom:20px; font-size:18px; }
.b_contact .f_info p{ margin-bottom:15px; line-height:1.6;}
.b_contact .f_info p span{ display:block;}

.b_contact .qrcode{ margin-top:30px; width:100%; order:3; justify-content:center;align-items:center;}
.b_contact .qrcode li{ width:88px; margin-right:.25rem;}
.b_contact .qrcode li img{width:100%; display:block; }

.b_contact .f_code{ margin-top:30px; width:100%; order:2; justify-content:center;align-items:center;}
.b_contact .f_code a{ margin-left:15px; }
.b_contact .f_code a i{font-size:18px; color:#fff;transition: all .5s ease;}
.b_contact .f_code a:first-child{margin-left: 0;}



.copyright {margin-top:25px;}
.copyright p{width:100%; line-height:1.8; font-size:10px;color:rgba(255,255,255,0.5);}
.copyright p a{color:rgba(255,255,255,0.5);}
.copyright p span{ display:block;}
}



