@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
/* @media (max-width:1660px) {
    html{font-size:6vw}
} */
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;line-height: 1.6;text-align: justify;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;line-height: 1.3;}
select,input,textarea,button{ font-size:0.16rem; border-radius:0; -webkit-border-radius:0; color:#333;font-family: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{ display: block;} /*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;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#003894;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.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;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4,.dot5 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.dot5 {
	-webkit-line-clamp: 5;
}

/*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里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 3px; height:3px;-webkit-overflow-scrolling : touch;background-color: transparent;}
.scroll::-webkit-scrollbar-track{background-color: transparent;}
.scroll::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #c5c5c5;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: transparent;}

.scroll1::-webkit-scrollbar-button{display: none;}
.scroll1::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: transparent;}
.scroll1::-webkit-scrollbar-track{background-color: transparent;}
.scroll1::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #fff;}
.scroll1::-webkit-scrollbar-button{height: 0px;background-color: transparent;}


/*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;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{width:0.6rem;height:0.6rem;position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:0.6rem;max-width:0.6rem;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{padding-top:0.6rem;text-align: center;}
.Pages a{display: inline-block;width:0.6rem;height: 0.6rem;margin:0 0.05rem;line-height: 0.6rem;color:#666;overflow: hidden;background: #f2f5f9;border-radius: 50%;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump{display: none;}
.Pages .a_arr{color:transparent;font-size: 12px;position: relative;}
.Pages .a_arr::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_arr.a_first::after{background-image: url(../images/page_first.png);}
.Pages .a_arr.a_end::after{background-image: url(../images/page_end.png);}
.Pages .a_arr.a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_arr.a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #003894;color:#fff;border:1px solid #003894;}
.Pages a:hover{background: #003894;color:#fff;border:1px solid #003894;}
.Pages .a_arr:hover{color:#003894;}
.Pages .a_arr.a_first:hover::after{background-image: url(../images/page_firstc.png);}
.Pages .a_arr.a_end:hover::after{background-image: url(../images/page_endc.png);}
.Pages .a_arr.a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_arr.a_next:hover::after{background-image: url(../images/page_nextc.png);}

@media(max-width:1024px){
	.Pages a{width:32px;height:32px;line-height: 32px;}
	.Pages{padding-top:20px;}
}

/*pages end*/

.w1600{width:96%;max-width:16rem;margin:0 auto;}
.w1440{width:94%;max-width:14.4rem;margin:0 auto;}




.m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:5px;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;background:#003894;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #003894;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top{border-bottom:1px solid rgba(255,255,255,0.3);position: fixed;width:100%;left:0;top:0;z-index:999;transition: all .3s;}
.Top .w1600{display: flex;justify-content: space-between;align-items: center;height:1.2rem;}
.Top .Logo .img2{display: none;}
.Top .Logo img{height:0.65rem;transition: all .5s;}


.Top .TopBox .other dl{display: flex;align-items: center;justify-content: flex-end;line-height: 0.3rem;padding-top:0.2rem;}
.Top .TopBox .other dl dd{display: flex;align-items: center;color:#fff;padding:0 0.3rem;position: relative;}
.Top .TopBox .other dl dd:last-child{padding-right:0;}
.Top .TopBox .other dl dd::before{content:'';display: block;width:1px;height:14px;background: #fff;opacity: 0.2;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Top .TopBox .other dl dd:first-child::before{display: none;}
.Top .TopBox .other dl .icon .img2{display: none;}
.Top .TopBox .other dl .icon img{height:0.15rem;}
.Top .TopBox .other dl .icon{margin-right:0.1rem;}
.Top .TopBox .other dl .tel span{font-weight: bold;}
.Top .TopBox .other dl a{color:#fff;}
.Top .TopBox .other dl a:hover{color:#003894;}
.Top .TopBox .other dl i{display: inline-block;margin:0 0.06rem;}

.Top .TopBox .Nav{line-height: 0.7rem;transition: all .5s;}
.Top .TopBox .Nav img{height:0.18rem;}
.Top .TopBox .Nav .yun{position: relative;padding-left:0.3rem;margin-right:0.3rem;}
.Top .TopBox .Nav .yun::before{content:'';display: block;width:1px;height:14px;background: #fff;opacity: 0.2;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Top .TopBox .Nav .yun a{display: flex;align-items: center;color:#fff;}
.Top .TopBox .Nav .yun img{display: inline-block;margin-right:0.08rem;}
.Top .TopBox .Nav .img2{display: none !important;}
.Top .TopBox .Nav .searchIco{cursor: pointer;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;position: relative;margin-right:0.45rem;}
.MainNav ul li em{display: block;position: relative;}
.MainNav ul li em::before{content:'';display: block;width:100%;height:2px;background: #003894;position: absolute;bottom:0;left:0;transform: rotateY(90deg);opacity: 0;transition: all .5s;}
.MainNav ul li em a{font-size: 0.18rem;color:#fff;}
.MainNav ul li .NavPull{width:1.6rem;background: rgba(255,255,255,0.97);position: absolute;top:100%;left:50%;transform: translateX(-50%);line-height:0.45rem;text-align: center;display: none;}
.MainNav ul li .NavPull dd:hover{background: url(../images/banbg.jpg) no-repeat right center;background-size: auto 100%;}
.MainNav ul li .NavPull dd:hover a{color:#fff;}

.MainNav ul li.on em a{color:#ffffff;}
.MainNav ul li.on em::before{transform: rotate(0);opacity: 1;background-color:#ffffff}
.Top.fix .MainNav ul li.on em::before{background-color:#003894}
.MainNav ul li:hover em a{color:#003894;}
.MainNav ul li:hover em::before{transform: rotate(0);opacity: 1;}


.MainNav ul li.ProNav{position: static;}
.MainNav ul li.ProNav .NavPull{width:100%;transform: translateY(0);left:0;overflow: hidden;top:calc(100% + 2px);box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.MainNav ul li.ProNav .NavPull .NavPullBox{padding:0.5rem 0;text-align: left;font-size: 0.18rem;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl{position: relative;width:2.5rem;border-right:1px solid #e5e5e5;padding:0.2rem 0;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd{}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd:hover a{color:#003894;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span::before{content:'';display: block;width:5rem;height:100%;background: #fff;position: absolute;top:0;right:0;opacity: 0;transition: all .5s;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd:hover{background: none;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span{display: block;line-height: 0.65rem;z-index:9;position: relative;position: relative;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span a{display: block;position: relative;z-index:9;padding-right:0.35rem;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span i{display: block;width:0.08rem;height:0.13rem;background: url(../images/navmore.png) no-repeat center center;background-size: contain;position: absolute;right:0.5rem;top:50%;transform: translateY(-50%);opacity: 0;transition: all .5s;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav{width:11.9rem;position: absolute;top:0;left:100%;display: none;min-height:4rem;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navbox{display: flex;align-items: center;width:100%;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navTxt{display: flex;flex-wrap: wrap;box-sizing: border-box;padding:0.5rem 0.5rem;width:75%;justify-content: space-between;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navTxt a{display: block;width:48%;color:#333;line-height: 1.4;margin:0.12rem 0;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navTxt a:hover{color:#003894;text-decoration: underline;}

.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .navImg{width:35%;position:absolute;right:-10%;top:40%;transform:translateY(-50%);}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .navImg .item img{height:auto;}


.MainNav ul li.ProNav .NavPull .NavPullBox dl dd:hover>span::before{opacity: 1;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd:hover>span i{right:0.3rem;opacity: 1;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd.on>span::before{opacity: 1;}
.MainNav ul li.ProNav .NavPull .NavPullBox dl dd.on>span i{right:0.3rem;opacity: 1;}


.Top.on{background: #fff;}
.Top.on .Logo .img1{display: none;}
.Top.on .Logo .img2{display: inline-block;}
.Top.on .MainNav ul li em a{color:#222;}
.Top.on .TopBox .other dl dd{color:#666;}
.Top.on .TopBox .other dl dd a{color:#666;}
.Top.on .TopBox .other dl .icon .img2{display: inline-block;}
.Top.on .TopBox .other dl .icon .img1{display: none;}
.Top.on .TopBox .other dl a:hover{color:#003894;}
.Top.on .TopBox .other dl .tel span{color:#003894;}
.Top.on .TopBox .other dl dd::before{background: #666;}
.Top.on .TopBox .Nav .img2{display: inline-block !important;}
.Top.on .TopBox .Nav .img1{display: none;}
.Top.on .TopBox .Nav .yun a{color:#666;}

.Top.onn{background: #fff;}
.Top.onn .Logo .img1{display: none;}
.Top.onn .Logo .img2{display: inline-block;}
.Top.onn .MainNav ul li em a{color:#222;}
.Top.onn .TopBox .other dl dd{color:#666;}
.Top.onn .TopBox .other dl dd a{color:#666;}
.Top.onn .TopBox .other dl .icon .img2{display: inline-block;}
.Top.onn .TopBox .other dl .icon .img1{display: none;}
.Top.onn .TopBox .other dl a:hover{color:#003894;}
.Top.onn .TopBox .other dl .tel span{color:#003894;}
.Top.onn .TopBox .other dl dd::before{background: #666;}
.Top.onn .TopBox .Nav .img2{display: inline-block !important;}
.Top.onn .TopBox .Nav .img1{display: none;}
.Top.onn .TopBox .Nav .yun a{color:#666;}
.Top.onn .MainNav ul li.on em::before{background-color:#003894}

.Top.fix{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.Top.fix .Logo .img1{display: none;}
.Top.fix .Logo .img2{display: inline-block;}
.Top.fix .MainNav ul li em a{color:#222;}
.Top.fix .TopBox .other dl dd{color:#666;}
.Top.fix .TopBox .other dl dd a{color:#666;}
.Top.fix .TopBox .other dl .icon .img2{display: inline-block;}
.Top.fix .TopBox .other dl .icon .img1{display: none;}
.Top.fix .TopBox .other dl a:hover{color:#003894;}
.Top.fix .TopBox .other dl .tel span{color:#003894;}
.Top.fix .TopBox .other dl dd::before{background: #666;}
.Top.fix .TopBox .Nav .img2{display: inline-block !important;}
.Top.fix .TopBox .Nav .img1{display: none;}
.Top.fix .TopBox .Nav .yun a{color:#666;}
.Top.fix .w1600{height:1rem;}
.Top.fix .TopBox .other dl{padding-top:0.1rem;}
.Top.fix .Logo img{height:0.55rem;}
.Top.fix .TopBox .Nav{line-height: 0.6rem;}

.Top .Logo.LogoWap{display: none;}

.Top .SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #333;padding:0.9rem 0.3rem;display: none;}
.Top .SearchBox .w1440{position: relative;}
.Top .SearchBox .close{width:0.3rem;height:0.3rem;background: url(../images/close.svg) no-repeat center center;background-size: contain;position: absolute;right:0rem;top:-0.6rem;cursor: pointer;}
.Top .SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.Top .SearchBox .box .SearchInupt{background: #fff;padding-right:1rem;position: relative;}
.Top .SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.Top .SearchBox .box .SearchInupt button{width:0.7rem;height:100%;background: url(../images/search.png) no-repeat center center #003894;position: absolute;right:0;top:0;}


@media(max-width:1024px){
	body{font-size: 14px;padding-top:91px;}
	.m-btn{display: block;}
	.Top{padding-top:30px;}
	.Top .TopBox .other{position: absolute;top:0;right:20px;}
	.Top .TopBox .other dl{line-height: 30px;padding-top:10px;;}
	.Top .Logo img{height:40px;}
	.Top .w1600{height:60px;}
	.MainNav{position: absolute;right:0;width:240px;height:calc(100vh - 90px);background: #fff;top:100%;width:0;opacity: 0;visibility: hidden;overflow: hidden;transition: all .5s;}
	.Top .TopBox .Nav{line-height: 40px;}
	.Top .TopBox .other dl .icon img{height:14px;}
	.Top .TopBox .Nav img{height:16px;}
	.MainNav ul{width:100%;box-sizing: border-box;padding:20px;width:240px;max-height:100%;overflow: auto;}
	.MainNav ul li{width:100%;margin-right:0;}
	.MainNav ul li em a{font-size: 15px;color:#222;}
	.Top.fix .w1600{height:60px;}
	.Top.fix .TopBox .other dl{padding-top:10px;}
	.Top.fix .Logo img{height:40px;}
	.Top.fix .TopBox .Nav{line-height: 40px;}
	.MainNav ul li em b{width:40px;height:40px;background: url(../images/navmore.svg) no-repeat center center;background-size: 18px;position: absolute;right:0;top:0;transition: all .5s;}
	.MainNav ul li em::before{display: none;}
	.MainNav ul li .NavPull{position: static;transform: translateX(0);width:100%;background: #f7f8f9;font-size: 14px;line-height: 40px;}
	.MainNav ul li .NavPull{padding:0 8px;text-align: left;}
	.MainNav ul li.ProNav .NavPull .NavPullBox{padding:0;}
	.MainNav ul li.ProNav .NavPull .w1440{width:100%;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl{width:100%;padding:0;border-right:none;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span{line-height: 40px;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span a{line-height: 40px;padding:0;font-weight: bold;color:#003894;font-size: 15px;}
	.MainNav ul li.ProNav .NavPull .NavPullBox{font-size: 14px;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd>span i{display: none;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav{display: block;width:100%;position: static;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navTxt{width:100%;padding:0 0;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navImg{display: none;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav .navTxt a{width:100%;margin:0 0 5px 0;}
	.MainNav ul li.ProNav .NavPull .NavPullBox dl dd .ThreeNav{min-height:1px;}

	.Top .Logo{display: none;}
	.Top .Logo.LogoWap{display: block;}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}

	.Top .SearchBox{padding:40px 10px;}
	.Top .SearchBox .close{width:20px;height:20px;top:-30px;}
	.Top .SearchBox .box .SearchInupt input{height:36px;}
	.Top .SearchBox .box .SearchInupt button{background-size: 14px;}
}


@media(max-width:640px){
    .Top{font-size: 13px;}
	.Top .TopBox .other{right:10px;}
	.Top .TopBox .other dl{line-height: 28px;padding-top:8px;}
	.Top.fix .TopBox .other dl{padding-top:8px;line-height: 28px;}
}


.Bottom{background: #00163a;position: relative;min-height:5.7rem;display: flex;align-items: flex-end;}
.Bottom .BottomBox{padding-top:0.6rem;padding-left:32.5%;}
.Bottom .BottomBox .linkBtn{display: flex;justify-content: flex-end;padding-bottom:0.45rem;border-bottom:1px solid rgba(255,255,255,0.15);}
.Bottom .BottomBox .linkBtn a{display: flex;line-height: 0.5rem;padding:0 0.3rem;background: url(../images/banbg.jpg) no-repeat center right;background-size: auto 100%;color:#fff;font-size: 0.18rem;}
.Bottom .BottomBox .linkBtn a img{width:11px;height:auto;object-fit: contain;display: inline-block;margin-left:0.1rem;}
.Bottom .BottomBox .BottomNav{padding:0.4rem 0;display: flex;justify-content: space-between;padding-left:1.3rem;}
.Bottom .BottomBox .BottomNav a{color:#fff;}
.Bottom .BottomBox .BottomNav dt{font-size: 0.2rem;margin-bottom:0.1rem;}
.Bottom .BottomBox .BottomNav dd{line-height: 0.4rem;opacity: 0.7;}
.Bottom .BottomBox .BottomNav dd:hover{opacity: 1;}

.Bottom .copyright{padding:0.35rem 0;color:#fff;opacity: 0.6;border-top:1px solid rgba(255,255,255,0.15);line-height: 1.4;}
.Bottom .copyright a{color:#fff;}

.Bottom .BottomCon{position: absolute;width:36.9%;position: absolute;left:0;top:0;background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;border-radius: 0 0.8rem 0 0;padding-left:2.4rem;height:100%;box-sizing: border-box;padding-top:0.8rem;padding-right:0.6rem;}
.Bottom .BottomCon ul li{color:#fff;margin-bottom:0.3rem;}
.Bottom .BottomCon ul li .name{display: flex;align-items: center;}
.Bottom .BottomCon ul li .name img{display: block;margin-right:0.1rem;max-height:0.17rem;max-width:0.16rem;}
.Bottom .BottomCon ul li .text{font-size: 0.2rem;}
.Bottom .BottomCon ul li .tel{font-size: 0.42rem;font-weight: bold;line-height: 1.4;}
.Bottom .BottomCon .ewa dl{display: flex;flex-wrap: wrap;}
.Bottom .BottomCon .ewa dl dd{width:1.34rem;text-align: center;color:#fff;margin-right:0.35rem;}
.Bottom .BottomCon .ewa dl dd img{border-radius: 0.08rem;}
.Bottom .BottomCon .ewa dl dd:last-child{margin-right:0;}
.Bottom .BottomCon .ewa dl dd p{margin-top:0.1rem;}

@media(max-width:1024px){
	.Bottom .BottomCon{padding:30px 10px 30px 20px;border-radius: 0 30px 0 0;}
	.Bottom .BottomCon ul li .tel{font-size: 24px;}
	.Bottom .BottomCon ul li .name img{max-width:15px;max-height:15px;}
	.Bottom .BottomCon ul li .text{font-size: 16px;}
	.Bottom .BottomCon .ewa dl dd{width:120px;margin-right:20px;}
	.Bottom .BottomBox{padding-left:35%;padding-top:30px;}
	.Bottom .BottomBox .BottomNav{padding:25px 0;padding-left:50px;}
	.Bottom .BottomBox .linkBtn a{font-size: 14px;padding:0 15px;line-height: 32px;}
	.Bottom .BottomBox .linkBtn{padding-bottom:20px;}
	.Bottom .BottomBox .BottomNav dd{line-height: 32px;}
	.Bottom .copyright{padding:20px 0;line-height: 1.4;}
}

@media(max-width:768px){
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomCon{width:100%;position: static;background: none;padding:30px 0;}
	.Bottom .BottomBox{padding-left:0;}
	.Bottom .BottomBox .linkBtn{justify-content: flex-start;}
}

@media(max-width:640px){
	.Bottom .BottomCon{display: flex;justify-content: space-between;padding-bottom:20px;}
	.Bottom .BottomCon .ewa dl{display: block;margin-left:15px;}
	.Bottom .BottomCon .ewa dl dd{width:85px;margin-right:0;}
	.Bottom .BottomCon .ewa dl dd:not(:last-child){margin-bottom:10px;}
	.Bottom .BottomCon .ewa dl dd p{font-size: 10px;}
	.Bottom .BottomCon ul li .text{font-size: 14px;}
	.Bottom .BottomBox{padding-top:0;}
	.Bottom .copyright{font-size: 13px;text-align: center;padding:15px 0;}
	.Bottom .BottomCon ul li{padding-top:0.2rem;}
	.Bottom .BottomBox .linkBtn a{width:100%;text-align: center;justify-content: center;background-size: 100%;}
}


.slider_com .slick-dots li{display: inline-block;width:8px;height:0.18rem;background-size: contain;background-repeat: no-repeat;background-position: center;background-image: url(../images/dot.png);margin:0 6px;cursor: pointer;}
.slider_com .slick-dots li button{display: none;}
.slider_com .slick-dots li.slick-active{background-image: url(../images/dotc.png);}


@media(max-width:1024px){
	.slider_com .slick-dots li{height:12px;width:6px;margin:0 4px;}
}

.GoTop{width:0.6rem;height:0.6rem;border-radius: 50%;background: #003894;box-shadow: 0 0 20px rgba(0,56,148,0.5);position: fixed;z-index:99;right:0.6rem;bottom:20%;line-height: 0.6rem;text-align: center;display: none;}
.GoTop a{display: block;}
.GoTop img{max-height:0.19rem;}

.Popup_Links{position: fixed;width:100%;height:100vh;background: url(../images/bg.jpg) no-repeat center center;background-size: cover;z-index:999;top:0;left:0;display: none;}
.Popup_Links .Popup_top .w1600{display: flex;align-items: center;justify-content: space-between;height:1.2rem;border-bottom:1px solid #e6e6e6;}
.Popup_Links .Popup_top .logo img{max-height:0.65rem;}
.Popup_Links .Popup_top .logo .img2{display: none;}
.Popup_Links .Popup_top .close{font-size: 0.24rem;font-weight: bold;color:#003894;cursor: pointer;display: flex;align-items: center;}
.Popup_Links .Popup_top .close img{width:0.18rem;display: inline-block;margin-right:0.15rem;}

.Popup_Links .Popup_box{padding:0.8rem 0;}
.Popup_Links .Popup_box .tit{font-size: 0.48rem;color:#003894;font-weight: bold;text-align: center;}
.Popup_Links .Popup_box b{display: block;width:0.7rem;height:3px;background: #003894;margin:0.32rem auto 0;;}
.Popup_Links .Popup_box .con{margin-top:0.6rem;}
.Popup_Links .Popup_box .con ul{display: flex;flex-wrap: wrap;margin-left:-1%;}
.Popup_Links .Popup_box .con ul li{width:19%;margin-left:1%;margin-bottom:1%;background: #fff;padding:0 0.2rem;}
.Popup_Links .Popup_box .con ul li a{display: flex;height:0.75rem;align-items: center;position: relative;padding-right:0.3rem;}
.Popup_Links .Popup_box .con ul li i{display: block;width:0.3rem;height:0.3rem;background-position: center;background-repeat: no-repeat;background-size: 0.15rem;background-image: url(../images/linkico.png);position: absolute;right:0;top:50%;transform: translateY(-50%);}
.Popup_Links .Popup_box .con ul li:hover{background: #003894;}
.Popup_Links .Popup_box .con ul li:hover a{color:#fff;}
.Popup_Links .Popup_box .con ul li:hover i{background-image: url(../images/linkicoc.png);}

@media(max-width:1024px){
	.GoTop{width:32px;height:32px;line-height: 32px;right:5px;}
	.GoTop img{max-height:12px;}
	.Popup_Links .Popup_top .w1600{height:60px;}
	.Popup_Links .Popup_top .logo img{max-height:40px;}
	.Popup_Links .Popup_top .logo .img1{display: none;}
	.Popup_Links .Popup_top .logo .img2{display: inline-block;}
	.Popup_Links .Popup_top .close{font-size: 16px;}
	.Popup_Links .Popup_top .close img{width:14px;}
	.Popup_Links .Popup_box{padding:30px 0;}
	.Popup_Links .Popup_box .tit{font-size: 22px;}
	.Popup_Links .Popup_box b{width:30px;margin-top:15px;}
	.Popup_Links .Popup_box .con{margin-top:30px;}
	.Popup_Links .Popup_box .con ul li{padding:0 10px;width:24%;}
	.Popup_Links .Popup_box .con ul li a{height:60px;padding-right:20px;}
	.Popup_Links .Popup_box .con ul li i{width:20px;background-size: 10px;}

}

@media(max-width:768px){
	.Popup_Links .Popup_box .con ul li{width:32.33%;}
}

@media(max-width:640px){
	.Popup_Links .Popup_box .tit{font-size: 18px;}
	.Popup_Links .Popup_box .con ul li{width:49%;}

}

.slick-arrow{font-size: 0;color:transparent;width:0.56rem;height:0.56rem;background: #fff;border-radius: 50%;position: absolute;z-index:9;box-shadow: 0 0 20px rgba(0,56,148,0.1);}
.slick-arrow::after{content:'';display: block;width:100%;height:100%;background-position: center;background-repeat: no-repeat;background-size: 0.08rem;position: absolute;left:0;top:0;}
.slick-arrow.slick-prev::after{background-image: url(../images/prev_b.png);}
.slick-arrow.slick-next::after{background-image: url(../images/next_b.png);}
.slick-arrow.slick-prev{left:5px;}
.slick-arrow.slick-next{right:5px;}
.slick-arrow:hover{background: #003894;}
.slick-arrow.slick-prev:hover::after{background-image: url(../images/prev_w.png);}
.slick-arrow.slick-next:hover::after{background-image: url(../images/next_w.png);}


@media(max-width:1024px){
	.slick-arrow{width:32px;height:32px;}
	.slick-arrow::after{background-size: 6px;}
}

.FloatBox{position:fixed;top:58%;right:0;transform:translateY(-50%);z-index:998;}
.FloatBox li{margin:0.08rem 0;width:0.6rem;height:0.6rem;border-radius:0.6rem;background:#003894;position:relative;}
.FloatBox li a{display:block;width:0.6rem;height:0.6rem;border-radius:0.6rem;background:#003894;position:absolute;right:0;top:0;overflow:hidden;color:#fff;transition:all .3s;}
.FloatBox li .icon{width:0.6rem;height:0.6rem;display:flex;align-items:center;justify-content:center;}
.FloatBox li .icon img{max-width:0.28rem;max-height:0.28rem;}
.FloatBox li.li:hover a{width:2rem;display:flex;align-items:center;}
.FloatBox li.li .tcbox{width:1.5rem;white-space:nowrap;padding:0 0.1rem;}

@media(max-width:640px){
	body{text-align: justify;}
	.FloatBox li.li:hover a{width:3.2rem;}
	.FloatBox li.li .tcbox{width:3rem;}
}
