@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
	font-family: "DINM"; font-weight: normal; font-style: normal;
	src: url('../fonts/DIN-Medium.ttf');
}
@font-face{
	font-family: "OswaldM";
	src:url(../fonts/Oswald-Medium.ttf);
}
/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;overflow-x: hidden;}

html,body{height:100%;}

body{padding:1rem 0 0 0;margin:0;font-size:0.16rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;font-family: arial, sans-serif;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: arial, sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#073190;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/* background: #f4f5f6 url(../images/select.png) no-repeat right 12px center; */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #ebeced;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
												background: #02438d url(../images/scrollbg.png) center center no-repeat;
												}
::-webkit-scrollbar-button{
            height: 0px;width: 0;
            background-color: #ebeced;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.auto{margin:0px auto;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1400{ z-index:1; position:relative; clear:both; max-width:14rem;width: 90%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.ptb100{padding-top:1rem;padding-bottom:1rem;}
.pt100{padding-top:1rem;}
.pb100{padding-bottom:1rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flexc{display: flex;justify-content: center;align-items: center;}
.flexcc{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.flexcj{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}


/*font*/
.t-justify{text-align: justify;}
.Roboto{font-family: "Roboto";}
.DINM{font-family: "DINM";}
.fc666{color: #666666;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.l26{line-height: 0.26rem;}
.l32{line-height: 0.32rem;}
.l36{line-height: 0.36rem;}
.f_666{color:#666;}
.f_blue{color:#00358a;}
.f_red{color:#e30811;}
.f_light{font-weight: lighter;}
.iconfont{ font-size:0.24rem;display: inline-block;vertical-align: middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.tit.dot2{white-space: normal;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
	html{font-size:8vw}
	select,input,textarea,button{font-size: 14px;}
body{min-width:300px;padding-top: 50px;}
::-webkit-scrollbar{width: 5px; height:5px;}
}
@media(max-width:768px){
	html{font-size:12.02083vw}
	body{font-size: 14px;line-height: 24px;}
	.f16{font-size: 14px;}
	.f18{font-size: 15px;}
	.f20{font-size: 16px;}
	.l26{line-height: 24px;}
	.l36{line-height: 24px;}
	.l32{line-height: 24px;}
	.iconfont{font-size: 18px;}
	.ptb100{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt100{padding-top:0.8rem;}
.pb100{padding-bottom:0.8rem;}
.f_light{font-weight: normal;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}

.ico{display:block;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2,.item:hover .ico .i2,.item.slick-current .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1,.item:hover .ico .i1,.item.slick-current .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.moreBtn{display: inline-block;position: relative;width: 1.9rem;line-height: 0.46rem;border:0.02rem solid #18489b;text-align: center;color: #18489b;border-radius: 0.25rem;overflow: hidden;}
.moreBtn em{display: block;position: relative;z-index: 1;}
.moreBtn .bg{background-image: linear-gradient(to right, #006ae1 , #18489b);position: absolute;width: 0;height: 0;border-radius: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
	-webkit-transition: width .8s,height .8s;transition: width .8s,height .8s; left:0\9 !important; top:0\9 !important;}
.moreBtn:hover .bg{ width:600px; height:600px;}
.moreBtn:hover{color:#fff;}
.moreBtn.white{border:0.02rem solid #fff;color:#fff;}
.moreBtn.white .bg{background-image: linear-gradient(to right, #fff , rgba(255,255,255,0.8));}
.moreBtn.white:hover{color:#18489b;}

.mores{color: #555555 !important;font-size: 0.16rem;}
.mores i{display: inline-block;width: 0.2rem;height: 0.2rem;line-height: 0.2rem;border-radius: 50%;vertical-align: middle;margin: -2px 0 0 0.22rem;text-align: center;transition: all 0.3s;border:1px solid #264294;font-size: 0.16rem;}
.mores .iconyjt:before{display: block;margin: -1px 0 0 0.02rem;}
a:hover .mores i,.mores:hover i{transform: scale(1.3);border: 1px solid #f1aa22 !important;color:#f1aa22;}
a:hover .mores,.mores:hover{color: #f1aa22 !important;}
.mores.blue{color: #264294 !important;}
.mores.blue:hover{color: #f1aa22 !important;}
.mores.blue i{border: 1px solid #264294;}
.mores.white{color: #fff !important;}
.mores.white:hover{color: #f1aa22 ;}
.mores.white i{border: 1px solid #fff;}
.mores.gray{color: #a0a0a0 !important;}
.mores.gray:hover{color: #f1aa22 ;}
.mores.gray i{border: 1px solid #a0a0a0;}
@media(max-width:640px){
	.mores{font-size: 14px;}
	.mores i{width: 20px;height: 20px;line-height: 20px;}
}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.5rem;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#111111;margin:0 0.08rem;border-radius: 50%;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-color:#264294;}
.Pages .arr {border: 1px solid #e7e7e7;}
.Pages .arr i{margin-top: 0;color: #5a5a5a;font-size: 28px;}
.Pages .arr:hover i{color: #fff;}

@media ( max-width:640px){
.Pages{line-height: 30px;}
.Pages a{width: 30px;height: 30px;margin:0;}
.Pages .arr i{font-size: 18px;}
}
/*pages end*/


/*Top*/
.Header{ height:1rem;line-height:1rem; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;transition: all 0.3s;background: #fff;}
/* .Header .w1400{position: static;} */
.Header.fixed2{ height:0.7rem;line-height:0.7rem;}
.Header .dis{display: inline-block;vertical-align: middle;}
.Header .Logo {float: left;position: relative;z-index: 10;}
.Header .Logo img{height: 0.54rem;transition: all 0.3s;}
.Header .Logo img.white{display: none;}

.Header .Menu{padding-left: 0.34rem;position: relative;}
.Header .Menu:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;background: #dfdfdf;height: 30px;content: "";background: #dfdfdf;}
.Header .tel {display: none;}
.Header .tel a{color: #fff;}
.Header .tel i{margin-right: 0.13rem;vertical-align: middle;}
.Header .tel.telwap{display:none;}

.Searchico{ cursor:pointer; color:#fff;position: relative;z-index: 10;line-height: 35px;display: none;margin-right: 0.6rem;}
.Searchico:After{position: absolute;right: -0.3rem;top: 50%;transform: translateY(-50%);width: 1px;height: 24px;background: rgba(255,255,255,0.2);content: "";}
.Searchico .icongb{ display:none;}
.Searchico.on {padding:0 8px;width: auto;}
.Searchico.on em{display: none;}
.Searchico.on .icongb{ display:block;margin-left: 0;}
.Searchico.on .iconso{ display:none;}
.Searchico.on:before{display: none;}
.Searchico .iconfont{vertical-align: middle;}
.searchbox{position: relative;background:#a0a0a0;transition: all 0.3s;z-index: 10;border-radius: 5px;width: 1.7rem;background: #f7f8f9;padding: 0 35px 0 10px;}
.searchbox .input{width:100%; height:35px;line-height: 35px;display: block;font-size: 14px;}
.searchbox .input::-webkit-input-placeholder{color:#666666;}
.searchbox button{cursor:pointer; color:#073190;position: absolute;z-index: 10;width:35px;height:35px;line-height:35px;text-align:center;background:transparent;top: 0;right: 0;}
.searchbox button i{font-weight: bold;font-size: 22px;position: relative;top:-3px;}
.searchbox button:hover{color: #e91e2e;}
.searchbox.on{top: 100% !important;z-index: 100;visibility: visible !important;opacity: 1 !important;width: 100%;}

.MainNav{padding-right: 0.34rem;}
.MainNav li{float: left; padding: 0 0.45rem 0 0;}
.MainNav li:last-child{padding-right: 0;}
.MainNav span a,
.Header.fixed2 .MainNav span a,
.Header.hover .MainNav span a{ position:relative; z-index:1;display:block;transition: all ease 0s;padding: 0 2px;color:#333;}
.MainNav .arr{ display:none;}

.Header.fixed2 .MainNav li.onnav span a,
.MainNav li.onnav span a,
.Header.hover .MainNav li.onnav span a{color:#333;}
.MainNav li:hover span a,
.Header.fixed2 .MainNav li:hover span a,
.Header.hover .MainNav li:hover span a{color:#073190;}
.MainNav li span .icon{display: inline-block;vertical-align: middle;width: 18px;height: 18px;margin:-4px 8px 0 0;background-position: center center;background-repeat: no-repeat;transform-style: preserve-3d;transition: all 0.3s;}
.MainNav li:hover span .icon {transform: rotateY(180deg);}
.MainNav li span .icon img{display: none;}
.MainNav li span .icon .img2,.Header.fixed2 .MainNav li span .icon .img2,.Header.hover .MainNav li span .icon .img2{display: block;}

.MainNav li:hover span .icon img,.Header.fixed2 .MainNav li:hover span .icon img,.Header.hover .MainNav li:hover span .icon img{display: none;}
.MainNav li:hover span .icon .img3,.Header.fixed2 .MainNav li:hover span .icon .img3,.Header.hover .MainNav li:hover span .icon .img3{display: block;}

/* .MainNav li:nth-child(1).onnav span .icon,.Header.fixed2 .MainNav li:nth-child(1).onnav span .icon,.Header.hover .MainNav li:nth-child(1).onnav span .icon{background-image: url(../images/ico/nav-icon1-2.png);}
.MainNav li:nth-child(2).onnav span .icon,.Header.fixed2 .MainNav li:nth-child(2).onnav span .icon,.Header.hover .MainNav li:nth-child(2).onnav span .icon{background-image: url(../images/ico/nav-icon2-2.png);}
.MainNav li:nth-child(3).onnav span .icon,.Header.fixed2 .MainNav li:nth-child(3).onnav span .icon,.Header.hover .MainNav li:nth-child(3).onnav span .icon{background-image: url(../images/ico/nav-icon3-2.png);}
.MainNav li:nth-child(4).onnav span .icon,.Header.fixed2 .MainNav li:nth-child(4).onnav span .icon,.Header.hover .MainNav li:nth-child(4).onnav span .icon{background-image: url(../images/ico/nav-icon4-2.png);}
.MainNav li:nth-child(5).onnav span .icon,.Header.fixed2 .MainNav li:nth-child(5).onnav span .icon,.Header.hover .MainNav li:nth-child(5).onnav span .icon{background-image: url(../images/ico/nav-icon5-2.png);}
.MainNav li:nth-child(6).onnav span .icon,.Header.fixed2 .MainNav li:nth-child(6).onnav span .icon,.Header.hover .MainNav li:nth-child(6).onnav span .icon{background-image: url(../images/ico/nav-icon6-2.png);} */

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:0;height: 80%; z-index:1001;color:#fff;font-family: Arial, Helvetica, sans-serif;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background:#02438d; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 {width: 0;}

.NavPull{top: 100%;left: 50%;transform:translateX(-50%);width: 14rem !important;position: absolute;text-align: left;padding-top: 2px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);display: none;}
.NavPull .auto{background: url(../images/navbg.gif);min-height: 4.1rem;display: flex;}
.NavPull .menu{width: 60%;padding: 0.25rem 0.3rem 0;display: flex;line-height: 0.3rem;}
.NavPull .menu dl{width:20%;}
.NavPull .menu dt{position: relative;margin-bottom: 4px;}
.NavPull .menu dt:before{display: inline-block;vertical-align: middle;width: 3px;height: 18px;background: #073190;content: "";margin-right: 10px;}
.NavPull .menu dt a{color:#073190;}
.NavPull .menu dd{font-size: 0.14rem;margin-left: 14px;padding-left: 12px;position: relative;}
.NavPull .menu dd:before{position: absolute;left: 0;top: 50%;width: 2px;height: 2px;content: "";background: #b0b0b0;transition: all 0.3s;transform: translateY(-50%);}
.NavPull .menu dd:hover:before{width: 4px;height: 4px;background: #073190;left: -2px;border-radius: 50%;}

.NavPull .menu2{width: 60%;padding: 0.26rem 0.8rem 0;}
.NavPull .menu2 dd{width: 44%;line-height: 0.65rem;border-bottom: 1px solid rgba(0,0,0,0.06);float: left;position: relative;padding-left: 13px;}
.NavPull .menu2 dd:before{position: absolute;width: 6px;height: 6px;content: "";border-radius: 50%;background: #d8d8d8;top: 50%;margin-top:-3px;left: 0;transition: all 0.3s;}
.NavPull .menu2 dd i{position: absolute;right: 0;font-size: 15px;color: #979797;transition: all 0.3s;}
.NavPull .menu2 dd a{display: block;}
.NavPull .menu2 dd:hover:before{background: #073190;transform: scale(1.1);}
.NavPull .menu2 dd:hover i{color: #073190;right: 5px;}
.NavPull .menu2 dd:nth-child(2n+2){float: right;}

.NavPull .info{width: 40%;height: 4.5rem;background-position: center center;background-size: cover;background-repeat: no-repeat;color:#fff;padding: 0 0.42rem 0.42rem;display: flex;flex-direction: column;justify-content: end;}
.NavPull .info h2{font-size: 0.3rem;line-height: 2;}
.NavPull .info .desc{max-width: 3.68rem;}

/* 滑过样式 */
.Header.fixed3{transform: translateY(-110%);}
.Header.fixed2,.Header.hover{box-shadow: 0 10px 10px rgba(0,0,0,0.08);background: #fff !important;}
.Header.fixed2 .Logo img.white,.Header.hover .Logo img.white{display: none !important;}
.Header.fixed2 .Logo img.color,.Header.hover .Logo img.color{display: inline-block !important;}
.Header.fixed2 .Searchico,.Header.hover .Searchico{color: #333;}
.Header.fixed2 .Searchico:hover,.Header.hover .Searchico:hover{color: #e91e2e;}
.Header.fixed2 .Searchico:After,.Header.hover .Searchico:After{background: rgba(21,21,21,0.12);}
.Header.fixed2 .tel a,.Header.hover .tel a{color: #333;}

/* @media(max-width:1440px){
	.MainNav{padding-right: 1.4rem}
} */
@media(max-width:1024px){
.Header .Menu{padding-left: 0;position: static;padding-right:40px;}
.Header .Menu:after{display: none;}
.Header,.Header.fixed3,.Header.fixed2{height: 50px;line-height: 50px;text-align: right !important;}
.Header .Logo img{height: 30px;}
.Header .w1400{padding: 0 !important; width: 90% !important;position: static;}
.Header .tel em{display: none;}
.HomeCss .Header .Menu{position: static !important;padding-right: 45px;}
.openbtn{display: block;}
.Searchico{display: inline-block;vertical-align: middle;margin-right:28px;color:#333;}
.searchbox{opacity: 0;top: 110%;visibility: hidden;position: absolute;left: 5% !important;width: 90% !important;}
.Searchico:After{background: rgba(21,21,21,0.12);}
.Header .tel a{color:#333;}

.MainNav{position: fixed;right: 0;top: 50px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative;padding: 0;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#02438d;}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 5;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}

.NavPull{position: static;width: auto !important;transform: translateX(0);}
.NavPull .auto{display: block;}
.NavPull .info{display: none;}
.NavPull .menu,.NavPull .menu2{flex-wrap: wrap;width: auto;padding-left: 0.4rem;padding-right: 0.4rem;}
.NavPull .menu dl{width: 50%;padding-bottom: 20px;}
.NavPull .menu dd{font-size:14px;}
}
@media(max-width:640px){
	.Header .Logo img{height: 25px;}
	.NavPull .menu{line-height: 24px;}
	.NavPull .menu dl{width: 100%;}
    .Header .tel.telwap{display:inline-block;}
    .Header .tel.telpc{display:none;}
}
/*Bottom*/
.Footer{ position:relative;padding: 0.46rem 0 0.32rem;background:#f8f9fa;border-top: 3px solid #073190;}
.Footer:after{position: absolute;right: 0;top: -3px;height: 3px;content: "";width: 30.98vw;background: #e60012;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}

.Footer .SiteMap{float: left;margin-bottom: 0.5rem;line-height: 0.4rem;}
.Footer .SiteMap dl {float: left;}
.Footer .SiteMap dl:nth-child(2) dd p{float: left;}
.Footer .SiteMap dl:nth-child(2) dd p:nth-child(2n+1){width: 5.2vw;clear: both;}
.Footer .SiteMap dl:not(:last-child) {padding-right: 3.8vw;}
.Footer .SiteMap dl dt{margin-bottom: 3px;position: relative;}
.Footer .SiteMap dl dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .SiteMap dl dd a{color:#666666;transition: all 0.3s;}
.Footer .SiteMap dl dd a:hover{color:#073190;}

.Footer .Contact{padding: 0.13rem 0 0.5rem 0;float: right;color: #666666;}
.Footer .ewm {font-size: 0;}
.Footer .ewm li{display: inline-block;vertical-align: top;font-size: 14px;text-align: center;}
.Footer .ewm li:not(:last-child){padding-right: 0.25rem;}
.Footer .ewm li img{display: block;margin: 0px auto 0.06rem;width: 1.28rem;height: 1.28rem;border: 1px solid #ececec;padding: 0.09rem;}

.Footer .Tel{margin-top: 0.3rem;}
.Footer .Tel dl{float: left;position: relative;}
.Footer .Tel dl:last-child{float: right;}
.Footer .Tel dl:not(:first-child){padding-left: 0.7rem;}
.Footer .Tel dl:not(:first-child):after{height: 0.45rem;width: 1px;content: "";left: 0;top: 50%; transform: translateY(-50%);position: absolute;background: #dedede;}
.Footer .Tel dt{color: #666666;}
.Footer .Tel dd{font-size: 0.2rem;color: #333333;}
.Footer .Links{clear: both;border-top: 1px solid #ebecec;padding-top: 0.28rem;}
.Footer .Links .inner{padding: 0 20px 0 87px;position: relative;min-height:0.3rem;height: 0.3rem;overflow: hidden;}
.Footer .Links .inner dt{position: absolute;left: 0;top: 0;}
.Footer .Links .inner .more{position: absolute;right: 0;top: 0;width: 25px;text-align: right;cursor: pointer;}
.Footer .Links .inner .more i{color: #999999;font-size: 17px;transition: all 0.3s;}
.Footer .Links .inner .more:hover i,.Footer .Links .inner .more.on i{color: #073190;}
.Footer .Links .inner .more.on i{transform: rotate(-180deg);}
.Footer .Links .inner.on{height: auto;}
.Footer .Links .inner a{color:#666666;display: inline-block;}.Footer .Links .inner a:hover{color:#073190;}
.Footer .Links .inner a:not(:last-child){margin-right: 0.46rem;}

.copyright{clear: both;font-size: 14px;color: rgba(51,51,51,0.5);padding-top: 13px;}
.copyright a{color: rgba(51,51,51,0.5);}.copyright a:hover{color: #073190;}
.copyright .fr a:not(:first-child){margin-left: 14px;}
.copyright .ipv{display:inline-block;margin-left:0.5rem;}

.totop{position:fixed;right:1.7%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.56rem;height: 0.56rem;line-height:0.56rem;z-index:210;background:#f1aa22;color:#fff;box-shadow: 0 10px 15px rgba(0,0,0,0.1);}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop.fix{position: absolute;top: -0.29rem;bottom: auto;border-radius: 50%;background-color:rgba(0,0,0,0.35);}
.totop.fix:hover{background-color:#d6900a;}

@media(max-width:1024px){
	.Footer .SiteMap{display: block;float: none;width: auto;margin-bottom: 0.3rem;}
	.Footer .SiteMap dl{border-bottom: 1px solid rgba(21,21,21,0.08);padding-right: 0 !important;margin-bottom: 5px;min-width: auto;float: none;}
	.Footer .SiteMap dl dd{display: none;padding-bottom: 9px;font-size: 15px;line-height: 30px;}
	.Footer .SiteMap dl dt{font-size: 16px;line-height: 30px;margin-bottom: 0;display: block;border-bottom: 1px solid rgba(255,255,255,0.05);}
	.Footer .SiteMap dl dd a{font-size: 14px;margin-left: 15px;}
	.Footer .SiteMap dl dt i{display: block;}
	.Footer .SiteMap dl:nth-child(2) dd p:nth-child(2n+1){width: auto;float: none;}
	.Footer .SiteMap dl dd p{display: inline-block;width: 49%;}
	
	.Footer .ewm li img{width: 88px;height: 88px;}
	.copyright dd{float: none !important;text-align: center;}

	.totop{width: 30px;height: 30px;line-height: 30px;}
	.totop i{font-size: 18px;}

	.Footer .Contact{width: auto;float: none;text-align: center;}
	.Footer .Tel {text-align: center;}
	.Footer .Tel dl{float: none !important;display: inline-block;}
	.Footer .Tel dl:not(:first-child){margin-left: 0.35rem;padding-left: 0.35rem;}
}
@media(max-width:640px){
	.Footer .Tel dd{font-size: 16px;}
	.Footer .Links .inner{height: 24px;padding-left: 75px;min-height: 24px;}
    .copyright .ipv{display:block;margin-left:0;}
}
/*Bottom*/
.TabSlide{position: relative;}
.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(8,48,144,0.18);
	box-shadow: 0 15px 38px rgba(8,48,144,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}


.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 15;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#f1aa22;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;left: 0;top: 0;position: absolute;object-fit: cover;background:#000;}

.wow {
	visibility: visible !important;
}

.FloatBox{position: fixed;right:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);z-index:999;border-radius: 0.1rem 0 0 0.1rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.FloatBox ul li{border-top:1px solid #e5e5e5;height:0.84rem;width:1rem;background:#fff;position: relative;}
.FloatBox ul li a{display: block;text-align: center;padding-top:0.1rem;}
.FloatBox ul li .icon{width:25px;height:25px;margin:0 auto;text-align: center;line-height: 25px;}
.FloatBox ul li .icon .img2{display: none;}
.FloatBox ul li p{margin-top:5px;}
.FloatBox ul li:first-child{border-top:none;border-radius: 0.1rem 0 0 0;overflow: hidden;}
.FloatBox ul li:last-child{border-radius: 0 0 0 0.1rem;overflow: hidden;}
.FloatBox ul li:hover{background: #073190;}
.FloatBox ul li:hover a{color:#fff;}
.FloatBox ul li:hover .icon .img1{display: none;}
.FloatBox ul li:hover .icon .img2{display: inline-block;}
.FloatBox ul li .tcbox{position: absolute;right:105%;top:0;width:1.4rem;box-sizing: border-box;padding:0.15rem;background: #fff;border-radius: 0.1rem;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.FloatBox ul li .tcbox p{text-align: center;margin-top:5px;}
.FloatBox ul li:hover .tcbox{display: block;}

@media(max-width:1024px){
	.FloatBox{display: none !important;}
	.FloatBox ul li{width:70px;height:70px;}
}

.Loading_more a{display: inline-block;padding:0 0.2rem;line-height: 0.35rem;border-radius: 0.35rem;padding:0 0.25rem;color:#00358a;border:1px solid #00358a;}
.Loading_more a:hover{background: #00358a;color:#fff;}

.otherLinkPopup{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);position:fixed;top:50%;left:50%;z-index:999;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:400px;box-sizing:border-box;padding:40px;}
.otherLinkPopup .text{text-align:center;font-size:0.22rem;font-weight:bold;margin-bottom:38px;}
.otherLinkPopup .pbtn{text-align:center;}
.otherLinkPopup .pbtn a{display:inline-block;width:100px;line-height:36px;background:#e5e5e5;margin:0 5px;}
.otherLinkPopup .pbtn a:first-child{background:#264294;color:#fff;}

@media(max-width:640px){
    .otherLinkPopup{width:90%;padding:30px;}
    .otherLinkPopup .text{font-size:16px;margin-bottom:25px;}
    .otherLinkPopup .pbtn a{width:80px;line-height:30px;}
}









