﻿@charset "utf-8";


@font-face {
  font-family: 'MyFont';
  src: url('HONORSansCN-Regular.ttf')
}
@font-face {
  font-family: 'MyFont_CN_Bold';
  src: url('HONORSansCN-Bold.ttf')
}
@font-face {
  font-family: 'MyFont_CN_DemiBold';
  src: url('HONORSansCN-DemiBold.ttf')
}
@font-face {
  font-family: 'MyFont_CN_Light';
  src: url('HONORSansCN-Light.ttf')
}
@font-face {
  font-family: 'MyFont_CN_ExtraBold';
  src: url('HONORSansCN-ExtraBold.ttf')
}
@font-face {
  font-family: 'MyFont_CN_Medium';
  src: url('HONORSansCN-Medium.ttf')
}



.MyFont_CN_Bold{ font-family:'MyFont_CN_Bold'}
.MyFont_CN_DemiBold{ font-family:'MyFont_CN_DemiBold'}
.MyFont_CN_Light{ font-family:'MyFont_CN_Light'}
.MyFont_CN_ExtraBold{ font-family:'MyFont_CN_ExtraBold'}
.MyFont_CN_Medium{ font-family:'MyFont_CN_Medium'}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea{ margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 'MyFont', 微软雅黑, 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; }
.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;}*/
html {
  scroll-behavior: smooth;
}
/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color: #009fe8; }


.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden;}
.nr {width: 1680px; margin: 0 auto; }
@media (max-width: 1680px){
	.nr { width:1200px}
}
@media (max-width: 1200px){
    .nr { width:92%}
}
.header{ position:absolute; width:100%; left:0; top:0; z-index:99; height:100px; transition:all 1s}
.header .nr{ height:100%}
.header .nav{ height:100%; float:right}
.header .nav>ul{ height:100%}
.header .nav>ul>li{ float:left; font-size:18px; height:100%; margin-right:80px; }
.header .nav>ul>li>a{ display:block; height:100%; display:flex; align-items: center; color:#fff; position:relative}
.header .nav>ul>li>a::after{ content:""; display:block; width:0%; height:2px; background:#0054a5; position:absolute; left:50%; bottom:0; transition:all 0.5s}
.header .nav>ul>li:hover>a::after{ width:100%; left:0}

.header .nav>ul>li .xl{ width:140px; position:absolute; left:50%; margin-left:-70px; top:100%; background: rgba(255,255,255,1);backdrop-filter:blur(2px); background-size:cover; line-height:38px; text-align:center; padding:10px 0; border-radius:0 0 10px 10px; visibility:hidden; opacity:0; z-index:99; transform: rotateY(90deg); transition:all 0.5s; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.header .nav>ul>li .xl a{ font-size:14px; color:#333; display:block}
.header .nav>ul>li .xl a:hover{ color:#932d18}
.header .nav>ul>li .xl dd {}
.header .nav>ul>li:hover .xl { transform: rotateY(0); opacity: 1; visibility: visible; }

.header .lan{ float:right; height:100%; display:flex; align-items: center; color:#fff }
.header .lan a{  font-size:18px; color:#fff}
.header .lan i{ padding:0 10px}
.header .logo{ float:left; height:100%}
.header .logo a{ height:100%; display:flex; align-items: center;}
.header .logo a img{ height:35px}
.header .logo a .img1{ display:block}
.header .logo a .img2{ display:none}
.header .menu{ display:none; float:right; background:url(g_01x.png) center center no-repeat; background-size:100%; width:18px; height:100%; margin-left:12px}

.header.white{ position:fixed; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.header.white .logo a .img2{ display:block}
.header.white .logo a .img1{ display:none}
.header.white .nav ul li a{ color:#333}
.header.white .lan{  color:#333 }
.header.white .lan a{  color:#333}
.header.white .menu{  background:url(g_01x_2.png) center center no-repeat; background-size:100%; }


.header.white2{ position:fixed; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1)}
.header.white2 .logo a .img2{ display:block}
.header.white2 .logo a .img1{ display:none}
.header.white2 .nav ul li a{ color:#333}
.header.white2 .lan{  color:#333 }
.header.white2 .lan a{  color:#333}
.header.white2 .menu{  background:url(g_01x_2.png) center center no-repeat; background-size:100%; }


.scroll_up .header{ position:fixed; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1)}
.scroll_up .header .logo a .img1{ display:block}
.scroll_up .header .logo a .img2{ display:none}
.scroll_up .header .nav ul li a{ color:#333}
.scroll_up .header .lan{  color:#333 }
.scroll_up .header .lan a{  color:#333}
.scroll_up .header .menu{  background:url(g_01x_2.png) center center no-repeat; background-size:100%; }



@media (max-width:1680px) {
	.header{ height:80px}
	.header .nav ul>li{ font-size:16px; margin-right:50px; }
	.header .lan{  }
	.header .lan a{  font-size:16px; }	
}
@media (max-width:1200px) {
	.header{ padding:0}
	.header .menu{ display:block;}
	.header{ height:60px; top:0 }
	.header .nav{ display:none}
	.header .lan{  margin-right:12px}
	.header .lan a{  font-size:14px; }
	.header .logo a{}
	.header .logo a img{ height:28px}
}



.header .nav ul li:hover .sub{ visibility:visible; opacity:1;transition:all 0.5s;}
.nav .sub { position:absolute; top:100%; left:0; right:0; background:#fff; padding:70px 0;   text-align:left; z-index:999; visibility:hidden; opacity:0;  overflow:hidden; border-top:1px solid #f2f2f2 }
.nav .sub .txt { float:left; width:560px; box-sizing: border-box; position:relative }
.nav .sub .txt:after{ content:""; display:block; width:1000%; height:200%; background:#f7f7f7; position:absolute; right:0;top:-50%; z-index:-1}
.nav .sub .txt .p1 { font-size:30px; color:#000000; height:30px }
.nav .sub .txt .p2 { font-size:20px; color:#000000; margin-top:12px; line-height:1; height:20px }
.nav .sub .txt .p4 { margin-top:95px; }
.nav .sub .txt .p4 a { display:block; width:140px; line-height:42px; background:#0054a5; color:#fff; font-size:14px; text-align:center; transition:all 0.5s }
.nav .sub .txt .p4 a:hover{ box-shadow:0 0 10px rgba(0,0,0,0.2)}
.nav .sub .txt .p4 a i { display:inline-block; padding-right:30px; background:url(g_02.png) no-repeat center right; background-size:20px }
.nav .sub .pic { float:right; width:380px; height:200px }
.nav .sub .pic img{ width:100%; height:100%; object-fit:cover}
.nav .sub .erBox { float:left; margin-left:115px; }
.nav .sub .erBox .hd { float:left; display:flex}
.nav .sub .erBox .hd ul{ width:180px; margin-right:40px}
.nav .sub .erBox .hd ul li { width:100%; box-sizing: border-box; text-align:left; border-bottom:1px solid #f2f2f2 }
.nav .sub .erBox .hd ul li a { display:block; font-size:18px; color:#000000; line-height:1; padding:28px 0}
.nav .sub .erBox .hd ul li:nth-child(1) a{ padding-top:0}
.nav .sub .erBox .hd ul li a:hover{ font-weight:bold; color:#0054a5;}

 
@media all and (max-width:1680px){
	.nav .sub { padding:50px 0; }
	.nav .sub .txt { width:360px; }
	.nav .sub .txt .p1 { font-size:24px; height:24px }
	.nav .sub .txt .p2 { font-size:16px; height:16px }
	.nav .sub .txt .p4 { margin-top:80px; }
	.nav .sub .txt .p4 a { width:120px; line-height:36px; font-size:12px; }
	.nav .sub .txt .p4 a i { padding-right:25px; background:url(g_02.png) no-repeat center right; background-size:16px }
	.nav .sub .pic { width:320px; height:168px }
	.nav .sub .erBox { margin-left:90px; }
	.nav .sub .erBox .hd ul{ width:140px; margin-right:30px}
	.nav .sub .erBox .hd ul li a { font-size:16px; padding:23px 0}
}

.header .nav ul li:hover .sub2{ visibility:visible; opacity:1;transition:all 0.5s;}

.nav .sub2 { position:absolute; top:100%; left:0; right:0; background:#fff; padding:70px 0;   text-align:left; z-index:999; overflow:hidden;visibility:hidden; opacity:0; border-top:1px solid #f2f2f2 }
.nav .sub2 .txt { float:left; width:560px; box-sizing: border-box; position:relative }
.nav .sub2 .txt:after{ content:""; display:block; width:1000%; height:200%; background:#f7f7f7; position:absolute; right:0;top:-50%; z-index:-1}
.nav .sub2 .txt .p1 { font-size:30px; color:#000000; height:30px }
.nav .sub2 .txt .p2 { font-size:20px; color:#000000; margin-top:12px; line-height:1; height:20px }
.nav .sub2 .txt .p4 { margin-top:55px; }
.nav .sub2 .txt .p4 a { display:block; width:140px; line-height:42px; background:#0054a5; color:#fff; font-size:14px; text-align:center; transition:all 0.5s }
.nav .sub2 .txt .p4 a:hover{ box-shadow:0 0 10px rgba(0,0,0,0.2)}
.nav .sub2 .txt .p4 a i { display:inline-block; padding-right:30px; background:url(g_02.png) no-repeat center right; background-size:20px }
.nav .sub2 .erBox { float:right; width:1010px; display:flex;justify-content: space-between;}
.nav .sub2 .erBox .item{ width:280px;}
.nav .sub2 .erBox .item .title a{display:flex; align-items: center; padding-bottom:16px; border-bottom:1px solid #f2f2f2}
.nav .sub2 .erBox .item .title a .t{ font-size:18px; color:#000000; margin-left:10px;}
.nav .sub2 .erBox .item .title a .ico img{ height:26px;}
.nav .sub2 .erBox .item .title a .ico img.img1{ display:block}
.nav .sub2 .erBox .item .title a .ico img.img2{ display:none}
.nav .sub2 .erBox .item .title:hover a .ico img.img2{ display:block}
.nav .sub2 .erBox .item .title:hover a .ico img.img1{ display:none}
.nav .sub2 .erBox .item .title:hover a .t{ color:#0054a5}
.nav .sub2 .erBox .item .intro{ margin-top:15px}
.nav .sub2 .erBox .item .intro a{ font-size:14px; color:#000000; line-height:25px; display:block}
.nav .sub2 .erBox .item .intro a:hover{ color:#0054a5}


@media all and (max-width:1680px){
	.nav .sub2 { padding:50px 0; }
	.nav .sub2 .txt { width:320px; }
	.nav .sub2 .txt .p1 { font-size:24px; height:24px }
	.nav .sub2 .txt .p2 { font-size:16px; height:16px }
	.nav .sub2 .txt .p4 { margin-top:50px; }
	.nav .sub2 .txt .p4 a { width:120px; line-height:36px; font-size:12px; }
	.nav .sub2 .txt .p4 a i { padding-right:25px; background:url(g_02.png) no-repeat center right; background-size:16px }
	.nav .sub2 .erBox { width:800px }
	.nav .sub2 .erBox .item{ width:220px;}
	.nav .sub2 .erBox .item .title a{ padding-bottom:14px; }
	.nav .sub2 .erBox .item .title a .t{ font-size:16px; }
	.nav .sub2 .erBox .item .title a .ico img{ height:24px;}
	.nav .sub2 .erBox .item .intro{ margin-top:12px}
	.nav .sub2 .erBox .item .intro a{ font-size:14px; line-height:22px;} 
}

.header .nav ul li:hover .sub3{ visibility:visible; opacity:1;transition:all 0.5s;}
.nav .sub3 { position:absolute; top:100%; left:0; right:0; background:#fff; padding:70px 0;   text-align:left; z-index:999; overflow:hidden ;visibility:hidden; opacity:0; border-top:1px solid #f2f2f2 }
.nav .sub3 .nr{ position:relative}
.nav .sub3 .txt { float:left; width:560px; box-sizing: border-box; position:relative }
.nav .sub3 .txt:after{ content:""; display:block; width:1000%; height:200%; background:#f7f7f7; position:absolute; right:0;top:-50%; z-index:-1}
.nav .sub3 .txt .p1 { font-size:30px; color:#000000; height:30px }
.nav .sub3 .txt .p2 { font-size:20px; color:#000000; margin-top:12px; line-height:1; height:20px }
.nav .sub3 .txt .p4 { margin-top:145px; }
.nav .sub3 .txt .p4 a { display:block; width:140px; line-height:42px; background:#0054a5; color:#fff; font-size:14px; text-align:center; }
.nav .sub3 .txt .p4 a i { display:inline-block; padding-right:30px; background:url(g_02.png) no-repeat center right; background-size:20px; transition:all 0.5s }
.nav .sub3 .txt .p4 a:hover{ box-shadow:0 0 10px rgba(0,0,0,0.2)}
.nav .sub3 .tabs{ width:1380px; position:absolute; right:0; top:0}
.nav .sub3 .tabs .hd{ float:left; width:260px;}
.nav .sub3 .tabs .hd ul li{ display:flex; align-items: center; margin-bottom:30px; cursor:pointer}
.nav .sub3 .tabs .hd ul li a{ display:flex; align-items: center; }
.nav .sub3 .tabs .hd ul li .ico img{ height:24px}
.nav .sub3 .tabs .hd ul li .ico img.img1{ display:block}
.nav .sub3 .tabs .hd ul li .ico img.img2{ display:none}
.nav .sub3 .tabs .hd ul li .title{ font-size:18px; color:#000000; margin-left:22px}
.nav .sub3 .tabs .hd ul li:last-child{ margin-bottom:0}
.nav .sub3 .tabs .hd ul li.on .ico img.img2{ display:block}
.nav .sub3 .tabs .hd ul li.on .ico img.img1{ display:none}
.nav .sub3 .tabs .hd ul li.on .title{ color:#0054a5}
.nav .sub3 .tabs .bd{ width:1000px; float:right}
.nav .sub3 .tabs .bd .con{ width:100%}
.nav .sub3 .tabs .bd .con .lt{ width:540px; float:left}
.nav .sub3 .tabs .bd .con .rt{ width:380px; float:right; height:250px;}
.nav .sub3 .tabs .bd .con .rt img{ width:100%; height:100%; object-fit:cover}
.nav .sub3 .tabs .bd .con .lt .item1{ font-size:14px;}
.nav .sub3 .tabs .bd .con .lt .item2{ margin-top:35px;display:flex;justify-content: space-between;}
.nav .sub3 .tabs .bd .con .lt .item2 .item:nth-child(1){ width:40%}
.nav .sub3 .tabs .bd .con .lt .item2 .item{ width:55%}
.nav .sub3 .tabs .bd .con .lt .ahd a{ display:block; font-size:15px; color:#000; padding-bottom:15px; line-height:1; border-bottom:1px solid #f2f2f2}
.nav .sub3 .tabs .bd .con .lt .abd{ margin-top:15px;display:flex;justify-content: space-between;}
.nav .sub3 .tabs .bd .con .lt .abd .ap{ width:45%}
.nav .sub3 .tabs .bd .con .lt .abd .ap a{ display:block; font-size:14px; color:#000000; line-height:2;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

@media all and (max-width:1680px){
	.nav .sub3 { padding:50px 0; }
	.nav .sub3 .txt { width:360px; }
	.nav .sub3 .txt .p1 { font-size:24px; height:24px }
	.nav .sub3 .txt .p2 { font-size:16px; height:16px }
	.nav .sub3 .txt .p4 { margin-top:112px; }
	.nav .sub3 .txt .p4 a { width:120px; line-height:36px; font-size:12px; }
	.nav .sub3 .txt .p4 a i { padding-right:25px; background:url(g_02.png) no-repeat center right; background-size:16px }	
	.nav .sub3 .tabs{ width:1000px; }
	.nav .sub3 .tabs .hd{ width:160px;}
	.nav .sub3 .tabs .hd ul li{ margin-bottom:20px; }
	.nav .sub3 .tabs .hd ul li .ico img{ height:20px}
	.nav .sub3 .tabs .hd ul li .title{ font-size:16px; margin-left:16px}
	.nav .sub3 .tabs .bd{ width:780px; }
	.nav .sub3 .tabs .bd .con .lt{ width:440px; }
	.nav .sub3 .tabs .bd .con .rt{ width:300px; height:200px;}
	.nav .sub3 .tabs .bd .con .rt img{ width:100%; height:100%; object-fit:cover}
	.nav .sub3 .tabs .bd .con .lt .item1{ font-size:12px;}
	.nav .sub3 .tabs .bd .con .lt .item2{ margin-top:25px; }
	.nav .sub3 .tabs .bd .con .lt .ahd a{ font-size:14px; padding-bottom:12px; }
	.nav .sub3 .tabs .bd .con .lt .abd{ margin-top:12px; }
	.nav .sub3 .tabs .bd .con .lt .abd .ap{ width:45%}
	.nav .sub3 .tabs .bd .con .lt .abd .ap a{ font-size:12px; line-height:1.8}	
}




.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(sea.png) center center no-repeat #004898; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}

.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; font-family:"sy" }
.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.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #666;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(o_ico_18.gif) 15px center no-repeat;}
.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{ }
}


.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%)}
.video .s1 video{ width:auto; height:60vh}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}
@media (max-width:1200px) {
	.video .s1 video{ width:90vw; height:auto}
}


.footer{ width:100%; color:#fff; background:url(g_25.jpg) bottom center no-repeat; background-size:cover}
.footer .ft01{ background:url(g_19.jpg) center center no-repeat; height:150px; background-size:cover;}
.footer .ft01 .nr{ display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; height:100%}
.footer .ft01 .nr .logo img{ height:77px}
.footer .ft01 .nr .rt{ display:flex; align-items: center; width: 940px;justify-content: space-between; position:relative; z-index:9}
.footer .ft01 .nr .rt .title{ font-size:50px; }
.footer .ft01 .nr .rt .more{ box-sizing:border-box; border:1px solid #fff; background:none; position:relative; overflow:hidden}
.footer .ft01 .nr .rt .more:hover{ border:1px solid #33bac7}

.footer .ft01 .nr .rt .more:after{ content:""; display:block; width:0%; height:100%; background:#33bac7; position:absolute; left:0; top:0; z-index:-1; transition:all 0.5s}
.footer .ft01 .nr .rt .more:hover:after{ width:100%;}


.footer .ft02{ padding:90px 0}
.footer .ft02 .nr{ display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; }
.footer .ft02 .nr .lt .aitem .cn{ font-size:32px; color:#fff}
.footer .ft02 .nr .lt .aitem .en{ font-size:16px; color:#fff}
.footer .ft02 .nr .lt .lx{ font-size:16px; color:rgba(255,255,255,0.5); line-height:2; margin-top:20px}
.footer .ft02 .nr .lt .lx p{ padding-left:35px}
.footer .ft02 .nr .lt .lx p:nth-child(1){ background:url(g_21.png) left center no-repeat; background-size:18px}
.footer .ft02 .nr .lt .lx p:nth-child(2){ background:url(g_22.png) left center no-repeat;  background-size:18px}
.footer .ft02 .nr .lt .lx a{ color:#898ca9}
.footer .ft02 .nr .lt .lx a:hover{ color:#fff}
.footer .ft02 .nr .lt .ewm{ margin-top:30px; display:flex}
.footer .ft02 .nr .lt .ewm .item{ position:relative; margin-right:16px}
.footer .ft02 .nr .lt .ewm .item .ico{ height:40px; width:40px; border-radius:50%; overflow:hidden}
.footer .ft02 .nr .lt .ewm .item .ico img{ height:100%;} 
.footer .ft02 .nr .lt .ewm .item .pic{ position:absolute; left:0; bottom:100%; width:120px; display:none}
.footer .ft02 .nr .lt .ewm .item .pic img{ width:100%}
.footer .ft02 .nr .lt .ewm .item:hover .pic{ display:block}
.footer .ft02 .nr .rt{ display:flex; width:940px; justify-content: space-between;}
.footer .ft02 .nr .rt .item{ width:211px;}
.footer .ft02 .nr .rt .item:nth-child(5){ width:80px}
.footer .ft02 .nr .rt .item:nth-child(3){ width:227px}
.footer .ft02 .nr .rt .item .title{ font-size:20px; margin-bottom:20px}
.footer .ft02 .nr .rt .item .title a{ color:#fff}
.footer .ft02 .nr .rt .item .intro{ font-size:16px; color:rgba(255,255,255,0.5); line-height:2}
.footer .ft02 .nr .rt .item .intro a{ color:rgba(255,255,255,0.5)}
.footer .ft02 .nr .rt .item .intro a:hover{ color:rgba(255,255,255,1)}
.footer .ft03{ background:#373737}
.footer .ft03 .nr{ display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; padding:30px 0; font-size:16px; color:rgba(255,255,255,0.5)}
.footer .ft03 .nr a{ color:rgba(255,255,255,0.5)}
.footer .ft03 .nr a:hover{ color:#fff}
.footer .ft03 .lt{ width:calc(100% - 940px)}
.footer .ft03 .cen{ width:400px}
.footer .ft03 .rt{ width:540px; text-align:right}

@media (max-width:1680px) {
	.footer .ft01{ height:120px; }
	.footer .ft01 .nr .logo img{ height:60px}
	.footer .ft01 .nr .rt{ width:760px}
	.footer .ft01 .nr .rt .title{ font-size:40px; }
	.footer .ft02{ padding:60px 0}
	.footer .ft02 .nr .lt .aitem .cn{ font-size:28px; }
	.footer .ft02 .nr .lt .aitem .en{ font-size:14px;}
	.footer .ft02 .nr .lt .lx{ font-size:14px; margin-top:20px}
	.footer .ft02 .nr .lt .lx p{ padding-left:28px}
	.footer .ft02 .nr .lt .lx p:nth-child(1){ background:url(g_21.png) left center no-repeat; background-size:14px}
	.footer .ft02 .nr .lt .lx p:nth-child(2){ background:url(g_22.png) left center no-repeat; background-size:14px}
	.footer .ft02 .nr .rt{ width:760px }
	.footer .ft02 .nr .rt .item{ }
	.footer .ft02 .nr .rt .item .title{ font-size:18px; margin-bottom:20px}
	.footer .ft02 .nr .rt .item .intro{ font-size:14px; }
	.footer .ft03 .nr{ padding:25px 0; font-size:14px; }
	
	.footer .ft03 .lt{ width:calc(100% - 760px)}
	.footer .ft03 .cen{ width:360px}
	.footer .ft03 .rt{ width:400px; text-align:right}
	.footer .ft02 .nr .rt .item{ width:169px;}
	.footer .ft02 .nr .rt .item:nth-child(5){ width:72px}
	.footer .ft02 .nr .rt .item:nth-child(3){ width:181px}
	
}
@media (max-width:1200px) {
	.footer .ft01{ height:100px; }
	.footer .ft01 .nr .logo img{ height:40px}
	.footer .ft01 .nr .rt .title{ font-size:24px; margin-right:20px}
	.footer .ft02{ padding:40px 0}
	.footer .ft02 .nr .lt .aitem .cn{ font-size:24px; }
	.footer .ft02 .nr .lt .aitem .en{ font-size:12px;}
	.footer .ft02 .nr .lt .lx{ font-size:16px; margin-top:16px}
	.footer .ft02 .nr .lt .lx p{ padding-left:26px}
	.footer .ft02 .nr .lt .lx p:nth-child(1){ background:url(g_21.png) left center no-repeat; background-size:14px}
	.footer .ft02 .nr .lt .lx p:nth-child(2){ background:url(g_22.png) left center no-repeat; background-size:14px}
	.footer .ft02 .nr .lt .ewm{ display:none}
	.footer .ft02 .nr .rt{ display:none}
	.footer .ft03 .nr{ padding:20px 0; font-size:14px; }	
	.footer .ft03 .lt{ width:100%}
	.footer .ft03 .cen{ width:100%}
	.footer .ft03 .rt{ width:100%; text-align:left}
}
@media (max-width:750px) {
	.footer .ft01{ height:auto; padding:20px 0 }
	.footer .ft01 .nr .logo img{ height:30px}
	.footer .ft01 .nr .rt{ width:100%; display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; margin-top:20px}
	.footer .ft01 .nr .rt .title{ font-size:20px; margin-right:0}
	.footer .ft02{ padding:20px 0}
	.footer .ft02 .nr .lt .aitem .cn{ font-size:20px; }
	.footer .ft02 .nr .lt .aitem .en{ font-size:12px;}
	.footer .ft02 .nr .lt .lx{ font-size:14px; margin-top:10px}
	.footer .ft02 .nr .lt .lx p{ padding-left:26px}
	.footer .ft02 .nr .lt .lx p:nth-child(1){ background:url(g_21.png) left center no-repeat; background-size:12px}
	.footer .ft02 .nr .lt .lx p:nth-child(2){ background:url(g_22.png) left center no-repeat; background-size:12px}
	.footer .ft02 .nr .lt .ewm{ display:none}
	.footer .ft02 .nr .rt{ display:none}
	.footer .ft03 .nr{ padding:20px 0; font-size:12px; }	
	.footer .ft03 .lt{ width:100%}
	.footer .ft03 .cen{ width:100%}
	.footer .ft03 .rt{ width:100%}
	
}


.more{ display:flex; align-items: center; justify-content: center; width:180px; height:50px;  border-radius:30px; color:#fff; font-size:20px; box-sizing:border-box; border:1px solid #fff; transition:all 0.5s; position:relative; overflow:hidden}
.more img{ height:14px; margin-left:10px; display:block}
.more:hover{ border:1px solid #33bac7}

.more:after{ content:""; display:block; width:0%; height:100%; background:#33bac7; position:absolute; left:0; top:0; z-index:-1; transition:
all 0.5s}
.more:hover:after{ width:100%;}



.more.lan{ background:none!important; border:1px solid #0054a5!important; color:#0054a5!important}
.more.lan:hover{ color:#fff!important}

.more.lan:after{  background:#0054a5; }
.more:hover:after{ width:100%;}

.more.lan .img1{ display:block}
.more.lan .img2{ display:none}
.more.lan:hover .img2{ display:block}
.more.lan:hover .img1{ display:none}


@media (max-width:1680px) {
	.more{ width:150px; height:42px; font-size:18px;}
	.more img{ height:12px}
}
@media (max-width:1200px) {
	.more{ width:120px; height:34px; font-size:16px;}
	.more img{ height:10px}
}
@media (max-width:750px) {
	.more{ width:100px; height:30px; font-size:12px; }
	.more img{ height:8px}
}


.master_aperture{ display:block;background-color:rgba(255,255,255,.5);position:absolute;width:70px;height:70px;border-radius:50%;-webkit-border-radius:50%;
  opacity:0;-webkit-opacity:0;z-index:2; left:50%; top:50%; margin:-35px 0 0 -35px;}
.master_aperture.circle01{animation:scalej01 2s .4s infinite;-webkit-animation:scalej01 2s .4s infinite;}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
  }  
  @-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
  }  
.master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
  @keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
  }  
  @-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
      100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
  }  





.numsx{ margin-left:-8px}
@media (max-width:1680px) {
	.numsx{ margin-left:-5px}
}
@media (max-width:1200px) {
	.numsx{ margin-left:-4px}
}










































































































