@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#333; min-height:auto!important; min-width:auto!important; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color:rgba(19,81,156,1); }

.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrap { width:1560px; margin:0 auto; }
.wrap01 { width:1400px; margin:0 auto; }

@media all and (max-width:1680px){
	.wrap { width:1200px; margin:0 auto; }
	.wrap01 { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
	.wrap01 { width:92%; }
}
  
.topArea { position:fixed; top:0; left:0; right:0; background:rgba(255, 255, 255,0.1); backdrop-filter: blur(15px); border-bottom:1px solid rgba(255, 255, 255,0.2); z-index:9; }
.topArea .wrap { position:relative; }

.logo { float:left; height:94px; display:flex; align-items: center; }
.logo img { max-height:94px; }
.logo .img02 { display:none; }
.logo .img03 { display:none; }

.lang { float:right; display:flex; align-items: center; height:94px; }
.lang a { display: flex; justify-content: center; align-items: center; border-radius: 30px; border: 1px solid rgba(255, 255, 255, .5);  padding:5px 10px; }
.lang .p1 img { width:auto; height:26px; }
.lang .p2 { font-size:18px; color:#fff; margin-left:10px; padding-right:15px; background:url(t41.png) no-repeat center right; }

.telBox { float:right; display:flex; align-items: center; height:94px; margin-right:60px; }
.telBox i { display:inline-block; padding-left:40px; font-size:22px; color:#fff; font-weight:bold; background:url(t11.png) no-repeat center left;  }

.nav { float:right; margin-right:60px; }
.nav ul li { position:relative; float:left; margin-right:70px; font-size:0; }
.nav ul li:last-child { margin-right:0; }
.nav ul li .a1 { position:relative; display:inline-block; font-size:18px; color:#fff; line-height:94px; }
.nav ul li .a1:before { position:absolute; display:block; left:50%; width:0; height:1px; bottom:0; background:#fff; transition: all 0.6s; display:block; content:""; z-index:2; }
.nav ul li.current .a1:before,.nav ul li:hover .a1:before { width:100%; left:0; }

.nav .sub { position:absolute; top:94px; width:120px; left:50%; margin-left:-60px; background:#fff; display:none; z-index:999; }
.nav .sub dt { width:100%; text-align:center; font-size:14px; }
.nav .sub dt a { display:block; color:#333; padding:15px 10px; }
.nav .sub dt:hover { background:rgba(19,81,156,1); }
.nav .sub dt:hover a { color:#fff; }
 
@media all and (max-width:1680px){
	.nav ul li { margin:0 25px; }

}
 
.serbot { float:right; position:relative; margin-right:50px; width:20px; height:94px; background:url(t21.png) no-repeat center; cursor:pointer; }
.serbot:before { position:absolute; right:-25px; top:50%; width:1px; height:20px; display:block; content:""; background:#fff; transform: translateY(-50%); z-index:1; }
 
.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search .form { position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-30px; width:600px; background:#fff; font-size:16px; z-index:9; }
.search .form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search .form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background:rgba(19,81,156,1); color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }

@media all and (max-width:750px){
	.search .form { left:5%; margin-left:0; margin-top:-25px; width:90%; font-size:14px; }
	.search .form .txt { height:50px; line-height:50px; padding-left:15px; width:calc(100% - 120px); }
	.search .form .btn { height:50px; line-height:50px; width:100px; }
	.serclose { right:0; top:-40px; font-size:24px; }
}

.u-menu { position:absolute; right:0; top:50%; margin-top:-21px; width:50px; height:42px; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); cursor:pointer; display:none; z-index:9; }
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:rgba(19,81,156,1); }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}

@media all and (min-width:1200px){
	.topArea01 { background:#fff; box-shadow:0px 5px 10px rgba(0,0,0,0.1); border-bottom:none; }
	.topArea01 .logo .img01 { display:none; }
	.topArea01 .logo .img02 { display:inline-block; }
	.topArea01 .nav ul li .a1 { color:#222; }
	.topArea01 .nav ul li .a1:before { background:rgba(19,81,156,1); }
	.topArea01 .nav ul li.current .a1,.topArea01 .nav ul li:hover .a1 { color:rgba(19,81,156,1); }
 

	.topArea01 .lang a { background:rgba(19,81,156,1); border-color:rgba(19,81,156,1); }
	
	.topArea01 .telBox i { color:#FF6631; background:url(t12.png) no-repeat center left; }
	
	.topArea01 .serbot { background:url(t22.png) no-repeat center; }
	.topArea01 .serbot:before { background:#999; }
}

@media all and (max-width:1680px){
	.lang .p2 { font-size:16px; }

	.telBox { margin-right:30px; }
	.telBox i { padding-left:30px; font-size:20px; }

	.nav { margin-right:30px; }
	.nav ul li { margin-right:20px; }
	.nav ul li:last-child { margin-right:0; }
	.nav ul li .a1 { font-size:16px; }
 
	.serbot { margin-right:30px; }
	.serbot:before { right:-15px; }
 
}
@media all and (max-width:1200px){
	.topArea { position:relative; }
	
	.nav { display:none; }
	.telBox { display:none; }
	.lang { display:none; }
	
	.logo { height:60px; display:flex; align-items: center; justify-content: center; }
	.logo img { max-height:60px; width:auto; max-width:215px; height:auto; }
	.logo .img01 { display:none; }
	.logo .img02 { display:none; }
	.logo .img03 { display:block; }
	 
	.u-menu { display:block; }
	.serbot { margin-right:50px; height:60px; background:url(t22.png) no-repeat center; }
	.serbot:before { display:none; }
}
 
.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}

.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 4%;font-size: 15px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #7f7f7f;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(z2.png) 15px center no-repeat; background-size:auto 10px}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}
 
 
.mBtn p { display:inline-block; padding:0 30px; border-radius: 60px; background: linear-gradient(90deg, rgba(108, 167, 208, 1) 0%, rgba(19, 81, 156, 1) 100%); transition: all .3s; }
.mBtn p i { display:inline-block; padding-right:30px; line-height:50px; font-size:16px; color:#fff; background:url(m01.png) no-repeat center right; }

.mBtn:hover p { box-shadow: 5px 5px 10px rgba(19,81,156,0.5); }
.mBtn:hover p i { background:url(m02.png) no-repeat center right; }
 
@media all and (max-width:1680px){
	.mBtn p { padding:0 25px; }
	.mBtn p i { padding-right:30px; line-height:45px; font-size:16px; }
}
@media all and (max-width:1200px){
	.mBtn p { padding:0 20px; }
	.mBtn p i { padding-right:25px; line-height:35px; font-size:14px; background-size:12px 12px!important; }
}

.container { position:relative; z-index:5; overflow:hidden; }
.bj01 { position:absolute; top:-7vh; right:0; width:22.6%; z-index:-2; }
.bj02 { position:absolute; bottom:-13vh; left:0; width:32.2%; z-index:-2; }

.wonder { position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; }



.spBox { position:fixed; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.6); z-index:9; display:none; }
.spBox.on { display:block; }
.spBox .spBox01 { position:absolute; top:50%; left:50%; width:46%; font-size:0; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }

@media all and (max-width:750px){
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
} 



  
 
.footer { background:rgba(7,52,107,1); }
.tArea { padding:20px 0; border-bottom:1px solid rgba(255,255,255,0.25); display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.tArea .p1 { font-size:30px; color:#fff; font-weight:bold; }
.tArea .p2 a { position:relative; display:inline-block; width:200px; text-align:center; border-radius:10px; border:1px solid rgba(255,255,255,0.3); overflow:hidden; z-index:2; }
.tArea .p2 a:before{content: "";position: absolute;z-index:-1;background: linear-gradient(90deg, rgba(108, 167, 208, 1) 0%, rgba(19, 81, 156, 1) 100%);height: 200%;width: 200%;border-radius: 50%;top: 100%;left: 100%;transition: all .7s;}
.tArea .p2 a i { display:inline-block; font-size: 24px; line-height:70px; padding-right:55px; color:#fff; background:url(ico03.png) no-repeat center right; }

.tArea .p2 a:hover:before{top: -60%;left: -60%;}

 

.footArea { padding:40px 0; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: flex-start; }
.foot01 { width:580px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.foot01 dl dt { font-size:18px; color:#fff; font-weight:bold; margin-bottom:30px; }
.foot01 dl dd { margin-bottom:15px; }
.foot01 dl dd a { font-size:14px; color:rgba(255,255,255,0.6); }
.foot01 dl dd:hover a { color:#fff; }
.foot02 { width:560px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.foot02 .pic { width:112px; }
.foot02 .pic img { width:100%; height:auto; }
.foot02 .txt { width:calc(100% - 150px); font-size:16px;   color:#fff; }
.foot02 .txt strong { font-size:24px; }

.tail { padding:20px 0; border-top:1px solid rgba(255,255,255,0.25); font-size:14px; color:rgba(255,255,255,0.4); }
.tail a { color:rgba(255,255,255,0.4); }
.tail a:hover { color:#fff; }

 
@media all and (max-width:1680px){
	.tArea { padding:20px 0; }
	.tArea .p1 { font-size:24px; }
	.tArea .p2 a {  width:150px; }
	.tArea .p2 a i { font-size: 20px; line-height:50px; padding-right:35px; background-size:25px 25px!important;}

	.footArea { padding:30px 0; }
	.foot01 { width:450px; }
	.foot01 dl dt { font-size:18px; margin-bottom:20px; }
	.foot01 dl dd { margin-bottom:10px; }
	.foot01 dl dd a { font-size:14px; }

	.foot02 { width:450px;  }
	.foot02 .pic { width:100px; }
	.foot02 .txt { width:calc(100% - 130px); font-size:14px; }
	.foot02 .txt strong { font-size:20px; }

	.tail { padding:15px 0; }
}
@media all and (max-width:1200px){
	.tArea { padding:20px 0; }
	.tArea .p1 { font-size:18px; }
	.tArea .p2 a {  width:120px; }
	.tArea .p2 a i { font-size:14px; line-height:35px; padding-right:25px; background-size:18px 18px!important;}

	.footArea { padding:30px 0; }
	.foot01 { width:400px; }
	.foot01 dl dt { font-size:18px; margin-bottom:15px; }
	.foot01 dl dd { margin-bottom:10px; }
	.foot01 dl dd a { font-size:14px; }

	.foot02 { width:450px;  }
	.foot02 .pic { width:100px; }
	.foot02 .txt { width:calc(100% - 130px); font-size:14px; }
	.foot02 .txt strong { font-size:20px; }
	
	.tail { text-align:center; }
}
@media all and (max-width:1000px){
	.foot02 { width:100%; margin-top:25px;  }
}
@media all and (max-width:750px){
	.tArea { padding:20px 0; text-align:center; }
	.tArea .p1 { font-size:16px; width:100%; }
	.tArea .p2  { width:100%; margin-top:15px; }
	.tArea .p2 a {  width:120px; }
	.tArea .p2 a i { font-size:14px; line-height:35px; padding-right:25px; background-size:18px 18px!important;}

	.footArea { padding:25px 0; }
	.foot01 { width:100%; display:none; }
	.foot01 dl dt { font-size:16px; margin-bottom:15px; }
	.foot01 dl dd { margin-bottom:10px; }
	.foot01 dl dd a { font-size:14px; }

	.foot02 { width:100%; margin-top:0; display:block; }
	.foot02 .pic { width:100px;  margin:0 auto;}
	.foot02 .txt { width:100%; margin-top:20px; font-size:14px; }
	.foot02 .txt strong { font-size:20px; }
}
 
 
 
 
 


.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

.back-to { position:fixed; _position:absolute; _top: expression(eval(document.documentElement.scrollTop)+400); bottom:110px; right:50%; margin-right:-670px; display:none; z-index:999; }
.back-to .back-top { display:block; width:44px; height:44px; background:url(top.png) no-repeat; outline:0 none; text-indent:-9999em; overflow:hidden; }
.back-to .back-top:hover { background-position:0 0; }

/*广告*/
.ad_closed{width:16px;height:16px;line-height:16px;text-align:center;background:#f00;color:#fff;position:absolute;top:0;right:0;cursor:pointer;}

/*弹出广告*/
#popup{position:fixed;top:50%;left:50%;z-index:9999;}
#ad_shadow{width:100%;background:#000;position:fixed;top:0;left:0;z-index:9000;opacity:0.4;filter:alpha(opacity=40);}

/*漂浮广告*/
#ad1{position:absolute;z-index:9999;}

/*左侧门帘*/
#hangL{position:absolute;left:0;z-index:9999;}

/*右侧门帘*/
#hangR{position:absolute;right:0;z-index:9999;}

/*拉屏广告*/
#bigScreen{position:relative;left:50%;top:0;height:0;overflow:hidden;}
#bigScreen .ad_closed{top:10px;}
 