﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;scroll-behavior: smooth;}
html{font-size:5.2083334vw}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 992) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 560 * 100vw);}
}

*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#012751; width:100%;  zoom:1;line-height: 1.4;}
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;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#012751;font-family:sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;}
button{ cursor:pointer;}
textarea{/*-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:#012751; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#012751;}
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;}
.flex{display: flex;}
.flex_sw{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}


/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	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;
}

/*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;
	/*很关键：将默认的select选择框样式清除*/
	/*在选择框的最右侧中间显示小箭头图片*/
	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{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

/*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{position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:100%;max-width:100%;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.48rem;height: 0.48rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.48rem;color:#666;overflow: hidden;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_prev,.Pages .a_next,.Pages .a_first,.Pages .a_end{color:transparent;font-size: 12px;position: relative;}
.Pages .a_next::after,
.Pages .a_prev::after,
.Pages .a_first::after,
.Pages .a_end::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_first::after{background-image: url(../images/page_first.png);}
.Pages .a_end::after{background-image: url(../images/page_end.png);}
.Pages .a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #da251d;color:#fff;border:1px solid #da251d;}
.Pages a:hover{background: #da251d;color:#fff;border:1px solid #da251d;}

.Pages .a_first:hover::after{background-image: url(../images/page_firstc.png);}
.Pages .a_end:hover::after{background-image: url(../images/page_endc.png);}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}


@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
}

/*pages end*/

.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f30{font-size: 30px;}
.f34{font-size: 34px;}
.f28{font-size: 28px;}
.f45{font-size: 45px;}
.f50{font-size: 50px;}
.f55{font-size: 55px;line-height: 1.2;}
.f66{font-size: 66px;}
.f69{font-size: 69px;}
.line_height1{line-height: 1;}
@media(max-width:767px){
    .f45{font-size: 28px;}
    .f28{font-size: 20px;}
	.f20{font-size: 20px;}
	.f24{font-size: 20px;}
	.f26{font-size: 20px;}
	.f50{font-size: 30px;}
	.f55{font-size: 30px;}

}


.light{font-weight: lighter;}
.normal{font-weight: 500;}
.bold{font-weight: bold;}
@media(max-width:767px){
body{letter-spacing: -1px;}

}


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.18rem;margin-left:0.1rem;}
.m-btn span{display: block;width:25px;height:3px;background:#da251d;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: #da251d;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;}


@media(max-width:1024px){}


@media(max-width:640px){}


.pd5{padding:5%;}
.pdt5{padding:5% 0;}
.pd3_pl5{padding:3% 5%;}
.w1140{max-width:1140px;margin:0 auto;width:96%;}
.btn{display: flex;justify-content: center;}
.btn a{display: flex;align-items: center;justify-content: center;border-radius: 24px;padding:12px 24px;line-height: 1.3;background: #0468d3;color:#fff;font-size: 18px;transition: all .5s;text-align: center;white-space: nowrap;}
.btn a:hover{background: #0f81fa;}

@media(max-width:767px){
	/* .btn a{font-size: 16px;} */
}

.Top{width:100%;padding:0 1%;display: flex;justify-content: space-between;align-items: center;height:90px;position: fixed;z-index:999;top:0;left:0;}
.Top .Top_left{display: flex;align-items: center;}
.Top .Top_left .Logo{flex: 1;}
.Top .Top_left .Logo img{max-height:40px;}

.Top .Top_right{display: flex;align-items: center;}
.Top .Top_right .Search{position: relative;margin-right:10px;}
.Top .Top_right .Search svg{width:20px;fill: #012751;}
.Top .Top_right .Search .icon{position: absolute;left:8px;top:50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;}
.Top .Top_right .Search input{height:33px;width:90px;padding-left:32px;padding-right:5px;border:1px solid #a7caf0;border-radius: 29px;}
.Top .Top_right .Search input:focus{border:1px solid #0468d3;}
.Top .Top_right .Search.on svg{fill: #0468d3;}

.Top .open_menu{padding:5.5px;display: none;}
.Top .open_menu svg{width:20px;fill: #012751;display: block;}
.Top .open_menu svg.menu_close{display: none;}
.Top .open_menu:hover{background: #0468D317;}
.Top .open_menu:hover svg{fill: #0468d3;}
.Top .open_menu.on .menu_open{display: none;}
.Top .open_menu.on .menu_close{display: block;}


.MainNav ul::after{content:"";display: block;clear: both;}
.MainNav li{float:left;position: relative;margin-left:20px;height:70px;display: flex;align-items: center;}
.MainNav li em svg{width:6px;display: inline-block;margin-left:5px;}
.MainNav li em{font-weight: 600;}
.MainNav li:hover em a{color:#0468d3;}
.MainNav li:hover em svg{fill: #0468d3;}
.MainNav li.on em svg{transform: rotateX(180deg);}

.MainNav li .NavPull{position: absolute;top:100%;left:0;background: #fff;border-radius: 30px;border:1px solid #e4e6e6;width:600px;display: none;}
.MainNav li .NavPull.on{display: block;}
.MainNav li .NavPull .NavPullBox{display: flex;}
.MainNav li .NavPull .NavPullBox>*{flex: 1;}
.MainNav li .NavPull svg{width:5px;margin-left:15px;}
.MainNav li .NavPull .NavPullBox>dl{padding:10px;}
.MainNav li .NavPull .nav_con{padding:10px;background: #f6f7f7;border-left:1px solid #e4e6e6;border-radius: 0 30px 30px 0;}
.MainNav li .NavPull .nav_con dl{padding:0;}
.MainNav li .NavPull .nav_con .box_nav{padding:15px;background: #e0e8f1;border-radius: 20px;border:1px solid #c8d9ec;}
.MainNav li .NavPull .nav_con .box_nav .tit{font-size: 14px;font-weight: 600;color:#597798;}
.MainNav li .NavPull .nav_con .box_nav .dec{font-size: 14px;line-height: 1.3;margin:10px 0 15px 0;}
.MainNav li .NavPull .box_nav .link{display: inline-block;padding:5px 15px;line-height: 24px;border-radius: 30px;background: #fff;font-size: 14px;transition: all .3s;}
.MainNav li .NavPull .box_nav .link:hover{color:#0468d3;background: #f2f8ff;}
.MainNav li .NavPull .more_btn{margin-top:10px;}
.MainNav li .NavPull .more_btn a{display: block;padding:10px 20px;display: flex;align-items: center;border-radius: 30px;background-color: transparent;background-image: linear-gradient(162deg, #e0e8f1 34%, #cfe5ff 100%);font-size: 18px;}
.MainNav li .NavPull .more_btn a:hover{background-image: linear-gradient(162deg, #e0e8f1 0, #cfe5ff 45%);color:#0468d3;}
.MainNav li .NavPull .more_btn a:hover svg{fill: #0468d3;}

.MainNav li .NavPull .box{padding:10px;}
.MainNav li .NavPull dd{border-radius: 30px;transition: all .3s;position: relative;}
.MainNav li .NavPull dd span{display: flex;align-items: center;justify-content: flex-start;font-weight: 600;width:100%;}
.MainNav li .NavPull dd a{display: block;transition: all .3s;width:100%;padding:10px 20px;}
.MainNav li .NavPull dd:hover{background: #f6f7f7;}
.MainNav li .NavPull dd a:hover{color:#0468d3;}
.MainNav li .NavPull dd:hover span a{color:#0468d3;}

.MainNav li.solu_nav .NavPull{width:390px;}
.MainNav li .NavPull .three_nav{width:390px;position: absolute;left:100%;top:0;border-radius: 30px;background: #f6f7f7;border:1px solid #e4e6e6;padding:0;display: none;overflow: hidden;}
.MainNav li .NavPull .three_nav a{display: block;padding:10px;font-weight: 600;padding-left:20px;}
.MainNav li .NavPull .three_nav a:hover{background: #e7e7e7;color:#0468d3;}
.MainNav li .NavPull dl:nth-child(2){border-left:1px solid #e4e6e6;}

.MainNav li.apply_nav .NavPull{width:500px;}
.MainNav li.apply_nav .NavPull .more_btn{margin-top:40px;}
.MainNav li.about_nav .NavPull{width:450px;}
.MainNav li.about_nav .NavPull .NavPullBox>*{flex: none;}
.MainNav li.about_nav .NavPull .nav_con{width:60%;background: none;padding:15px;}
.MainNav li.about_nav .NavPull .nav_con .box_nav{background-color: transparent;background-image: radial-gradient(at bottom right, #cfe5ff 0, #e0e8f1 50%);border:none;}
.MainNav li.about_nav .NavPull dl{width:40%;}
.MainNav li.about_nav .NavPull .nav_con .box_nav .tit{font-size: 16px;color:#012751;padding-top:10px;}
.MainNav li.about_nav .NavPull .nav_con .box_nav .dec{margin:30px 0;line-height: 1.4;}

.MainNav li.avtivity_nav .NavPull dl{border:none;}
.MainNav li.avtivity_nav .NavPull .box{}
.MainNav li.avtivity_nav .NavPull .box .name{padding:0 20px;color:#597798;font-size: 14px;margin-bottom:10px;}
.MainNav li.avtivity_nav .NavPull .box .name span{display: block;border-bottom:1px solid #e4e6e6;padding:10px 0;line-height: 1;}
.MainNav li.avtivity_nav .NavPull .box .box_nav{background-color: transparent;background-image: radial-gradient(at bottom right, #cfe5ff 0, #e0e8f1 50%);border:none;padding:20px 30px;display: flex;align-items: center;border-radius: 20px;font-size: 14px;margin-top:20px;}
.MainNav li.avtivity_nav .NavPull .box .box_nav .link{white-space: nowrap;margin-left:20px;}
.MainNav li.avtivity_nav .NavPull .three_nav{width:310px;}

.Top.fixed{background-color: rgba(255, 255, 255, .3) !important;backdrop-filter: saturate(180%) blur(20px);-webkit-backdrop-filter: saturate(180%) blur(20px)}
.home{padding-top:41px;}
.home .Top{top:41px;}
.home.on{padding-top:0;}
.home.on .Top{top:0;}

@media(max-width:1439px){
	.MainNav li.avtivity_nav .NavPull .three_nav{left:auto;right:100%;}
}

@media(max-width:992px){
	.Top .Top_right{display: none;}
	.home{padding-top:0;}
	.home .Top{top:0;}
	.Top .open_menu{display: block;}
	.Top{height:90px;padding:20px;}
	.MainNav{position: absolute;width:100%;top:100%;left:0;border-radius: 20px;border:1px solid #59779878;background: #fff;max-height:calc(100vh - 90px);overflow: auto;display: none;}
	.MainNav li{width:100%;margin-left:0;height:auto;display: block;}
	.MainNav li em{display: block;width:100%;}
	.MainNav li em a{display: block;padding:10px 20px;width:100%;}
	.MainNav li .NavPull{position: static;width:100% !important;}
	.MainNav li .NavPull .nav_con{display: none;}
	.MainNav li em{font-weight: normal;}
	.MainNav li {font-size: 13px;}
	.MainNav li .NavPull dd span{font-weight: normal;}
	.MainNav li .NavPull .three_nav a{font-weight: normal;}
	.MainNav li .NavPull .more_btn{display: none;}
	.MainNav li .NavPull .NavPullBox>dl{padding:0;padding-left:0;}
	.MainNav li .NavPull .NavPullBox>dl dd span{padding-left:10px;}
	.MainNav li .NavPull .NavPullBox{display: block;}
	.MainNav li .NavPull{border-radius: 20px;}
	.MainNav li.avtivity_nav .NavPull .box .box_nav{display: none;}
	.MainNav li .NavPull dd span{display: block;position: relative;;}
	.MainNav li .NavPull dd span::after{content:'';display: block;width:100%;height:100%;position: absolute;left:0;top:0;z-index:9;}
	.MainNav li .NavPull .three_nav{position: static;width:100% !important;}
	.MainNav li em:hover{background: #0468D31F;}
	.MainNav li .NavPull dd:hover{background: #fff;}
}


.Bottom{padding:5% 5% 2% 5%;background: linear-gradient(56deg, #88c1eb 19%, #e8f8ff 60%, #dbf7d7 100%);}
.Bottom .Copyright{padding:10px;border-top:1px solid rgba(1,39,81,0.35);}
.Bottom .Copyright .txt{padding:10px;}
.Bottom .Copyright .txt h2{font-weight: normal;font-size: 16px;}
.Bottom .Copyright .txt .cs{color:#597798;margin-bottom:10px;}
.Bottom .Copyright .link{padding:10px;}
.Bottom .Copyright .link a{display: inline-block;margin-top:10px;color:#0468d3;}
.Bottom .BottomCon{padding:30px 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.Bottom .BottomCon .BottomLogo{padding:10px;}
.Bottom .BottomCon .BottomLogo img{max-height:43px;}
.Bottom .BottomCon .BottomImg ul{display: flex;flex-wrap: wrap;align-items: center;}
.Bottom .BottomCon .BottomImg ul li a{display: flex;flex-direction: row-reverse;align-items: center;font-weight: 600;line-height: 1.2;}
.Bottom .BottomCon .BottomImg ul li .e-fas-map{fill: #0468D3;color: #0468d3;border-color: #0468d3;width:36px;margin-left:10px;display: flex;}
.Bottom .BottomCon .BottomImg ul li{margin-left:25px;}
.Bottom .BottomCon .BottomImg ul li img{max-height:100px;}
.Bottom .BottomBox{padding:10px;border-radius: 25px;background: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;} 
.Bottom .BottomBox .Bottom_txt{width:24%;padding:10px;}
.Bottom .BottomBox .Bottom_txt .tit{font-size: 26px;line-height: 1.3;}
.Bottom .BottomBox .Bottom_txt .btn{margin:20px 0 20px 0;}
.Bottom .BottomBox .Bottom_txt .share ul{display: flex;align-items: center;}
.Bottom .BottomBox .Bottom_txt .share ul li{position: relative;}
.Bottom .BottomBox .Bottom_txt .share ul li a{display: flex;width:40px;height:40px;align-items: center;justify-content: center;}
.Bottom .BottomBox .Bottom_txt .share ul li .icon{width:24px;fill: #0468D3;}
.Bottom .BottomBox .Bottom_txt .share ul li .tcbox{position: absolute;padding:0;background: #fff;width:124px;position: absolute;bottom:110%;left:50%;transform: translateX(-50%);z-index:99;display: none;box-shadow: 0 0 20px rgba(1,39,81,0.35);}
.Bottom .BottomBox .Bottom_txt .share ul li .tcbox::after{content:"";display: block;border:5px solid transparent;border-top:5px solid #fff;position: absolute;left:50%;top:100%;transform: translateX(-50%);}
.Bottom .BottomBox .Bottom_txt .share ul li:hover .tcbox{display: block;}

.Bottom .BottomBox .Bottom_nav{width:72%;display: flex;justify-content: space-between;padding:10px;flex-wrap: wrap;}
.Bottom .BottomBox .Bottom_nav dl{width:31.33%;}
.Bottom .BottomBox .Bottom_nav dl dt{font-weight: 600;margin-bottom:15px;}
.Bottom .BottomBox .Bottom_nav dl dd{margin-top:2px;}
.Bottom .BottomBox .Bottom_nav dl dd a{color:#0468d3;}
.Bottom .BottomBox .Bottom_nav dl dd a:hover{color:#0f81fa;}





@media(max-width:767px){
	.Bottom .BottomBox .Bottom_txt{width:100%;}
	.Bottom .BottomBox .Bottom_nav{width:100%;}
	.Bottom .BottomBox .Bottom_nav dl{width:100%;margin-top:20px;}
	.Bottom .BottomBox .Bottom_txt .tit{font-size: 20px;}
	.Bottom .BottomCon .BottomImg ul li{margin-top:20px;}
}

.maskdot{position: relative;top:-90px;}













