 body, dl, dd, ul, ol ,h1, h2, h3, h4 ,form, input, button, textarea, p, th, td{ margin:0; padding:0;}
body{ font:12px/1.5 '\5FAE\8F6F\96C5\9ED1',arial,'SimHei'; color:#333; -webkit-text-size-adjust: none; }
img{vertical-align: middle; border:none;}
ul,ol{list-style:none outside none;}
table{border-collapse:collapse; border-spacing:0;}
button, input, select, textarea {font-size: 100%; vertical-align:middle; outline:none; font-family:'arial';}
a{ color:#333; text-decoration:none; blr:expression(this.onFocus=this.blur());  }
a:focus {outline: 0 none;}
h1,h2,h3,h4{ font-size:100%; font-weight:normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;-moz-appearance: button;}
.text,.btn,textarea{font-family:"\5FAE\8F6F\96C5\9ED1",arial,'Hiragino Sans GB';}
.clearfix:after{ content:"."; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1;}
.btn{ border: none; cursor: pointer;}
html,body{ width: 100%; }
li{ list-style:none;}
 .list-paddingleft-2 li{list-style: initial !important;} 
.list-paddingleft-2 { padding-left: 23px!important; }
em,i{ font-style: normal; }
.box{ width: 1260px; margin: 0 auto }

/* head */
.head{ padding: 0 146px;position: fixed; left: 0; top: 0; width: 100%; z-index: 999; transition: all 0.5s ease 0s; box-sizing: border-box; background:#fff;transition: all 0.5s ease 0s;  }
h1{ float: left; line-height: 96px;transition: all 0.5s ease 0s; }
h1 img{ width: auto; }
.head_right{ float: right; }
.nav_ul{ float: left; padding-top: 11px; }
.nav_ul li{ float: left; margin: 0 24px; position: relative; height:85px;}
.nav_ul li a{ font-size: 20px; display: block; position: relative; height: 72px; line-height: 72px; padding: 0 10px; }
.nav_ul li a:after{ content: ''; position: absolute; left: 0; bottom: 0;  transition: all 0.5s ease 0s; width:0; height:3px; background: #0063b2  }
.nav_ul li a:hover:after{ width: 100%; transition: all 0.5s ease 0s; }
.nav_ul li a:hover{ color:#0063b2;transition: all 0.5s ease 0s; }

.nav_ul li .subnav,.index_body .nav_ul li .subnav{width:138px; position:absolute; left:50%; margin-left: -69px; top:85px; z-index:9999999; background:url(../images/navbj.png) left top;  color:#fff; text-align:center; 
 display:none;}
.nav_ul li .subnav a,.index_body .nav_ul li .subnav a{ height:47px; font-size: 16px; float: left; width: 100%; box-sizing: border-box; line-height:47px; transition: all 0.5s ease 0s;  text-align:center; border-bottom: 1px solid #4c90c9; overflow:hidden; color:#fff; }
.nav_ul li .subnav a:hover,.index_body .nav_ul li .subnav a:hover{ transition: all 0.5s ease 0s; }
.nav_ul li .subnav a:after,.index_body .nav_ul li .subnav a:after{content: ''; position: absolute; left: 0; bottom: 0;  transition: all 0.5s ease 0s; width:0; height:1px; background: #fff }
.nav_ul li .subnav  a:hover:after,.index_body .nav_ul li .subnav  a:hover:after{ width: 100%; transition: all 0.5s ease 0s; }
.nav_ul li:nth-child(3) .subnav{width:276px; position:absolute; left:50%; margin-left: -138px;}
.nav_ul li:nth-child(3) .subnav a,.index_body .nav_ul li:nth-child(3) .subnav a{ width: 50% }


#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top:96px;
  right: -6px;
  width: 320px;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
  z-index: 999

}
.fixed #search-form { top:60px;  }
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
 
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
   font-size: 16px;
  
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none; outline:none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
 
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background:#0063b2;
  border: none;
  cursor: pointer;outline:none;
}

@keyframes fadedown {
    from { transform: translateY(-100%); opacity: 0; }

    to { transform: translateY(0); opacity: 1; }
}
.sea_img{ width: 50px; height: 60px; }
.increase #search-form{  top: 88px; }









.increase h1{ line-height: 88px; transition: all 0.5s ease 0s; }
.increase .nav_ul li{ height: 77px; }
.increase .nav_ul li a{ height: 77px; line-height: 77px; }
.increase .search{ height: 88px; line-height: 88px; }
.increase .nav_ul li .subnav{ top: 77px; }
.increase .nav_ul li .subnav a{ height: 47px; line-height: 47px; }

.a_banner{ margin-top: 96px!important; background-size: cover!important; }

.search{ float: left; height: 96px; line-height: 96px; margin: 0 10px 0 24px; position: relative; cursor: pointer;}
.index_body .head{ position: fixed; left: 0; top: 0; background: none; z-index: 9999; width: 100%; padding: 0 146px; box-sizing: border-box; }
.index_body .nav_ul li a{ font-size: 20px; display: block; color:#fff; height: 72px; line-height: 72px; padding: 0 10px; }
.index_body .nav_ul li a:after{ background: #fff; }
.increase.index_body .head{ background:url(../images/headbj.png) left top; }
.increase .index_body h1{ line-height: 88px; transition: all 0.5s ease 0s; }
.increase .index_body .nav_ul li{ height: 77px; }
.increase .index_body .nav_ul li a{ height: 77px; line-height: 77px; }
.increase .index_body .search{ height: 88px; line-height: 88px; }
.increase .index_body .nav_ul li .subnav{ top: 77px; }
.increase .index_body .nav_ul li .subnav a{ height: 47px; line-height: 47px; }

.foot{ width: 100%;  box-sizing: border-box; overflow: hidden;}
.foot_top{ background: #262626; padding: 30px 146px; }
.foot_left{ float: left; width:830px;  }
.foot_nav{ float: left; width: 20%; }
.foot_em{ font-size: 16px; font-weight: bold; color:#fff; height:52px; line-height: 52px; }
.foot_nav a{ display: block; height:32px; line-height: 32px; transition: all 0.5s ease 0s;  color: #a6a6a6; font-size: 14px; overflow: hidden;  }
.foot_nav a:hover,.foot_bottom a:hover{ color: #fff; transition: all 0.5s ease 0s; }
.foot_right{ float: right;  padding-top: 24px;  }
.what{ float: right; width: 89px; margin-left: 20px; }
.whatimg{ width: 89px; height: 89px; overflow: hidden; }
.whatimg img{ width: 89px; height: 89px; overflow: hidden;}
.whattit{ text-align: center; display: block; font-size: 14px; color: #fff; height:32px; line-height: 32px; overflow: hidden;  }
.understand{ float: left; width:258px;  }
.under_tit{ display: block; height:36px; font-size: 18px; color: #fff;  }
.under_ul li{ margin-bottom: 10px; }
.foot_under{ display: block; float: left; font-size: 14px; color: #fff;  width: 72px; height: 24px; line-height: 24px; }
.foot_div{ width: 180px; float: right; }
.foot_befor{ height: 24px; line-height: 24px; display: block; font-size: 14px; color: #fff; }
.foot_bottom{ background: #1f1f1f; height:50px; line-height: 50px; text-align: center; font-size: 14px; color: #b4b4b4 }
.foot_bottom a{ color: #b4b4b4; margin-left: 10px;transition: all 0.5s ease 0s;  }
.foot_bottom a img{ margin-right:8px;  }


/* index */
.flexslider {position: relative;width: 100%;height:auto; text-align: center; margin:0 auto; overflow:hidden;}
.slides li .banner_img{ width:auto; height:auto; -webkit-transition: transform 15s;max-width: 100%;
    -moz-transition: transform 15s;
    -ms-transition: transform 15s;
    -o-transition: transform 15s;
    transition: transform 15s;  }
.slides li { position:relative; float: left;overflow: hidden; width:100%; height:auto; border-radius: 5px;}
.slides {width:100%; height:auto; overflow: hidden;}
.flex-control-nav { display: block; position: absolute; z-index: 99; left: 0; bottom: 30px; width: 100%; text-align:center;}
.flex-direction-nav{ display: none; }
 .flex-prev{ position: absolute; left: 270px; top: 50%; display: block; font-size: 0; background: url(../images/banner_left.png) center center no-repeat; width: 33px; height: 64px; margin-top: -32px; z-index: 99; }
.flex-next{ position: absolute; right: 270px; top: 50%; display: block; font-size: 0; background: url(../images/banner_right.png) center center no-repeat; width: 33px; height: 64px; margin-top: -32px; z-index: 99; }


.flex-control-nav li{ display: inline-block; margin: 0 5px; }
.flex-control-nav li a{background:none; border-radius: 10px; border: 1px solid #fff; display: block; transition: all 0.5s ease 0s; font-size: 0;  width: 10px; height: 10px;}
.flex-control-nav li a.flex-active{background:#fff;transition: all 0.5s ease 0s;}
 
.index_tit{ padding: 84px 0 42px 0; }
.tit_bottom{ font-size: 40px; display: block; text-align: center; height:100px; line-height: 100px; }
.tit_top{ margin: 0 auto; width:307px;background: url(../images/indextit.png) center center no-repeat;  height: 52px;  }
.tit_en{ font-size: 18px; font-style: italic; height: 22px; line-height: 22px; text-indent: 92px;}
.tit_cn{ font-size: 30px; color: #2981ed; height: 38px; line-height: 38px; text-indent: 130px; }
.tit_bold{ font-weight: bold; }
.product_left{ float: left;background: url(../images/productbj1.jpg) left top no-repeat;  box-sizing: border-box;  height: 730px; background-size: cover; width: 50%   }
.duct_tit{ display: block;padding: 0 0 0 0px; text-align: center; transition: all 0.5s ease 0s; height:80px; line-height: 80px; overflow: hidden; font-size:28px; font-weight: bold; padding-top: 96px;  }
.duct_inner{ height:60px; line-height: 30px; text-align: center; overflow: hidden; font-size:16px; padding:0 10px; margin-bottom: 20px;    }
.duct_see{ display: block; height:56px;transition: all 0.5s ease 0s; line-height: 56px; overflow: hidden; font-size: 16px; color: #666666; margin-bottom: 60px;  }
.duct_img{  text-align: center ;height: 341px; overflow: hidden; transition: all 0.5s ease 0s; }
.duct_img img{ width: auto; height: auto; max-width: 100%; }
.currency:hover .duct_tit,.product_left:hover .duct_tit,.duct_ul li:hover .duct_tit, .currency:hover .duct_see, .product_left:hover .duct_see{ color: #0063b2; transition: all 0.5s ease 0s; }
.product_left:hover .duct_img,.currency:hover img,.duct_ul li:hover .duct_img{ transition: all 0.5s ease 0s; transform: translateY(-10px); }
.product_right{ float: left; width: 50%;height: 730px; padding-left: 16px; box-sizing: border-box; }
.currency{background: url(../images/productbj4.jpg) left top no-repeat; height: 359px; padding: 0 0 0 0px; box-sizing: border-box; background-size: cover;}
.curr_left{ float: left; width:50%;  }
.curr_right{ float: left; width: 50%; padding-left: 40px; box-sizing: border-box;line-height: 359px; }
.curr_right img{ width: auto;height: auto; max-width: 100%;transition: all 0.5s ease 0s; }
.duct_ul{ margin-bottom: 16px; }
.duct_ul li{ float: left;box-sizing: border-box; width: 50%;background: url(../images/productbj2.jpg) left top no-repeat; background-size: cover; height: 355px; }
.duct_ul li:nth-child(2){background: url(../images/productbj3.jpg) left top no-repeat; background-size: cover; height: 355px; width: 48.5%; margin-left: 1.5%;}
.duct_ul li .duct_tit{ padding-top: 24px; height: 60px; line-height: 60px; }
.duct_ul li .duct_inner{ margin-bottom: 20px; font-size: 12px; text-align: center; line-height: 22px; }
.duct_ul li .duct_img{ padding: 0; height: auto; padding: 0 10px; box-sizing: border-box; }
.curr_left .duct_inner{ line-height: 22px; font-size: 12px; text-align: center; height: 66px; }
.plan{ box-sizing: border-box; width: 100% }
.plan_inner{ padding: 0 160px;/* background: url(../images/indexbj1.jpg) left top no-repeat; */ height: 784px; position: relative;}
.plan_ul{ border-bottom: 1px solid #ffffff; padding: 250px 0 0px 0; margin-bottom: 38px;}
.plan_ul li{ width: 12.5%; float: left; }
.plan_tit{ height: 64px; line-height: 64px; font-size: 24px; color: #fff; display: block; text-align: center;   }
.plan_img{ height: 80px; line-height: 80px; transition: all 0.5s ease 0s; display: block;  text-align: center; }
.plan_words{ font-size: 16px; color: #fff; height: 52px; line-height: 26px; overflow: hidden; color: #fff; margin-bottom: 70px; }
.plan_more{ display: block; z-index: 1;transition: 0.5s; overflow: hidden; position: relative; border: 1px solid #fff; text-align: center; margin: 0 auto; width:154px; height: 43px; line-height: 43px; font-size: 16px; color: #fff;  }
.plan_ul li:hover .plan_img,.plan_ul li.on .plan_img{ transform: translateY(-20px); transition: all 0.5s ease 0s; }
.plan_pic{ position: absolute; left: 0; top: 0;height: 784px; z-index: -1; }
.plan_pic img{ width: auto; height: 784px; max-width: 100% }
.planimg{ display: none; }
.plan_more span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #0063b2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
.plan_more:hover {
  color: #fff;
   border: 1px solid #0063b2;

}
.plan_more:hover span {
  width: 562.5px;
  height: 562.5px;
}






.jour_left{ width: 48%; float: left;height: 523px; overflow: hidden; }
.jour_left img{ width: 100%; height: 523px; max-width: 100%;transition: all 1s ease 0s;  }
.jour_left:hover img{ transition: all 1s ease 0s; transform: scale(1.03); }
.jour_right{ float: right; width: 48%; }
.jour_see{-webkit-transition: color 0.3s; position: relative; overflow: hidden; z-index: 1;
	transition: color 0.3s;display: block; font-size: 16px; color: #fff; width:154px; height: 42px; line-height: 42px; text-align: center; background: #a6a6a6; border: 1px solid #a6a6a6; margin: 0 auto 75px;  }


.jour_see::before,
.jour_see::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.jour_see::before {
	background: #318bd3;
}
.jour_see::after {
	background: #0063b2;
}
.jour_see:hover {
	color: #fff;
	 border: 1px solid #0063b2;
}
.jour_see:hover::before,
.jour_see:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.jour_see:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}













.jour_inner{ margin-bottom: 50px; }
.jour_dl{ border-bottom: 1px solid #dddddd; padding: 21px 0; position: relative; height: 93px; }
.jour_dl dt{ float: left; width:11%; height: 90px; overflow: hidden; background: #23527c  }
.jour_day{ display: block; height:30px; line-height: 30px; font-size: 20px; overflow: hidden; padding-top: 18px; text-align: center; color: #fff;   }
.jour_time{ display: block; height:25px; line-height: 25px; overflow: hidden; font-size:16px; text-align: center;  box-sizing: border-box; color: #fff;   }
.jour_dl dd{ float: left; width: 86%; padding: 0 20px; box-sizing: border-box;}
.jour_tit{ display: block; height:42px;  transition: all 0.5s ease 0s;line-height: 42px; overflow: hidden; font-size: 20px;  }
.jour_word{ height: 52px; line-height: 26px; overflow: hidden; font-size:14px; color: #666666; }
.jour_dl:hover  .jour_tit{ color: #0063b2; transition: all 0.5s ease 0s; }
.jour_dl:after{ transition: all 0.5s ease 0s; position: absolute; left: 0; bottom:-1px; background: #0063b2; height: 1px;width: 0; content: ''; visibility: inherit; }
.jour_dl:hover:after{ width: 100%; transition: all 0.5s ease 0s; }

/* news */
.catalog{ padding: 0 146px; background: #ffffff; height:54px; overflow: hidden;  }
.catalog_ul li{ float: left; margin: 0 20px; }
.catalog_ul li a{ display: block; transition: all 0.5s ease 0s; height: 54px; line-height: 54px; font-size:16px; padding: 0 18px; position: relative; }
.catalog_ul li a:after{content: '';transition: all 0.5s ease 0s;  position: absolute; left: 0; bottom: 0; height:4px; background: #0063b2; width: 0; }
.catalog_ul li a:hover:after,.catalog_ul li a.for:after{ width: 100%; transition: all 0.5s ease 0s; }
.catalog_ul li a:hover,.catalog_ul li a.for{ color: #0063b2; transition: all 0.5s ease 0s; font-weight: bold; }

.innerball{background: url(../images/bj.jpg) center top no-repeat; padding: 36px 146px 80px; }
.news_dl{ padding:30px 0; border-bottom: 1px solid #dcdcdc;  }
.news_dl dt{ float: left; width:30%; height: 295px; overflow: hidden; border-radius: 5px;  }
.news_dl dt img{ width:100%; height: 295px; overflow: hidden;transition: all 1s ease 0s;border-radius: 5px; }
.news_dl dt:hover img{  transition: all 1s ease 0s; transform: scale(1.1); }
.news_dl dd{ float: right; width: 67%; }
.news_tit{ display: block;font-size: 24px; transition: all 0.5s ease 0s; overflow:  hidden; height:80px; line-height: 80px;overflow: hidden;  }
.news_di{ overflow: hidden; height:48px; line-height: 24px; font-size:16px; margin-bottom: 18px; color: #666666;   }
.news_time{ display: block;height:38px;background: url(../images/time.png) left center no-repeat;  line-height: 38px; margin-bottom: 44px; overflow: hidden; padding-left:34px;  font-size: 18px; color: #666666; }
.news_see{ display: block;transition: all 0.5s ease 0s; width:108px; height: 30px; line-height: 30px; border: 1px solid #d8dadc; font-size: 14px; text-align: center; background: #d8dadc; color: #fff;  }
.news_tit:hover{color: #0063b2; transition: all 0.5s ease 0s;}
.news_see:hover{color: #fff; background: #0063b2; transition: all 0.5s ease 0s; border: 1px solid #0063b2}
.rel{ border-bottom: 1px solid #ebebeb; padding:0 0 16px 0; margin-bottom: 40px;  }
.rel_h3{ text-align: center; height:60px; line-height: 60px; overflow: hidden; font-size:24px;  }
.rel_div{ text-align: center; height:52px; line-height: 52px; overflow: hidden; font-size: 14px; color: #666666  }
.rel_img{ margin: -2px 8px 0 0; }
.reutrn{ display: block; float: right; width:160px; margin-bottom: 28px; height: 42px; line-height: 42px;transition: all 0.5s ease 0s; border: 1px solid #eeeeee;text-indent:33px; background: #eeeeee url(../images/return.png) 106px center no-repeat; font-size: 14px; color: #666666;  }
.reutrn:hover{background: #fff url(../images/return1.png) 106px center no-repeat; color: #2981ed;  border: 1px solid #2981ed; transition: all 0.5s ease 0s;}
.news_word{border-bottom: 1px solid #ebebeb; }
.piece{ padding: 30px 0; }
.piece a{ display: block; height:38px; line-height: 38px; transition: all 0.5s ease 0s;  overflow: hidden; font-size: 14px; color: #666666  }
.piece a:hover{ color: #2981ed; transition: all 0.5s ease 0s; }
.series_ul{ padding:12px 0 48px 0;  }
.series_ul li{ float: left; margin-right:16px;   }
.series_ul li a{ display: block; width:188px; height: 50px;transition: all 0.5s ease 0s;  line-height: 50px; text-align: center; font-size: 16px; background: #e4e4e4  }
.series_ul li a:hover,.series_ul li a.on{ transition: all 0.5s ease 0s; color: #fff; background: #0063b2 }
.pro_ul{ margin-left: -50px; }
.pro_ul li{ float: left; width: 33.3%; padding: 0 0 32px 44px; box-sizing: border-box; }
.pro_ul li a{ display: block;background: #fff; box-shadow: 0 0 10px #efeff0; }
.pro_img{ width: 100%; height: 280px; display: block; overflow: hidden; }
.pro_img img{ width: auto; height: auto; max-width: 100%;transition: all 1s ease 0s; }
.pro_div{ padding: 0 50px;  }
.pro_tit{ display: block; overflow: hidden; transition: all 0.5s ease 0s; font-size: 24px; font-weight: bold; height: 72px; line-height: 72px; }
.pro_zi{ height: 87px; line-height: 29px; overflow: hidden; font-size:14px; color: #666666  }
.pro_see{ height: 66px; line-height: 66px; overflow: hidden; display: block; font-size:14px; color: #0063b2;  }
.pro_ul li:hover .pro_img img{ transition: all 1s ease 0s; transform: scale(1.1); }
.pro_ul li:hover .pro_tit{ transition: all 0.5s ease 0s; color: #0063b2}


.case{ padding:67px 0 0 0;  }
.case_dl{ padding: 0 20px; margin-bottom: 20px; box-sizing: border-box;float: left; width: 50%; }
.case_dl dt{ float: left; width: 50%; height: 434px; overflow: hidden; text-align: center; }
.case_dl dt img{ width: auto; height: 434px; max-width: 100% }
.case_dl dd{ float: right; width: 50%; background: #ffffff; height: 434px; overflow: hidden; padding: 0 22px; box-sizing: border-box; }
.case_tit{ font-size: 24px; transition: all 0.5s ease 0s; overflow: hidden; font-weight: bold; display: block; padding-top: 34px; height:62px; line-height: 62px; overflow: hidden;  }
.case_zi{ height:78px; overflow: hidden; margin-bottom: 18px; line-height: 28px; font-size: 14px; color: #666666  }
.case_see{ display: block; height:32px;transition: all 0.5s ease 0s; line-height: 32px; font-size: 14px; color: #666; overflow: hidden;  }
.case_dl:hover .case_tit,.case_dl:hover .case_see{color: #0063b2; transition: all 0.5s ease 0s;}
.exp_tit{ font-size: 30px; font-weight: bold; text-align: center; height:76px; line-height: 76px; margin-bottom:45px;  }
.back_tit{ font-size: 20px; color: #fff;  display: block; background: #0063b2; text-align: center; height: 46px; line-height: 46px; width:150px; border-radius: 5px 5px 0 0;  }
.back{ border-bottom: 1px solid #cdcdcd;margin-bottom: 30px; }
.imp{ position: relative; height:318px;  }
.imp_scroll{ position: absolute; left: 0; top: 0; width:1612px; overflow: hidden; height: 318px;  }
.imp_ul{ width: 10000px; }
.imp_ul li{ float: left; margin-right:23px;  width: 385px; }
.imp_img{ display: block; overflow: hidden; width: 100%; height:auto;   }
.imp_img img{ overflow: hidden;transition: all 1s ease 0s;  width: auto; height:auto; max-width: 100% }
.imp_tit{ display: block; height:56px; transition: all 0.5s ease 0s; line-height: 56px; overflow: hidden; text-align: center; font-size: 18px;  }
.imp_ul li:hover .imp_tit{ color: #0063b2; transition: all 0.5s ease 0s; }
.imp_ul li:hover .imp_img img{ transition: all 1s ease 0s; transform: scale(1.1); }
.case_word{ padding-bottom: 20px; }
.imp_left{ position: absolute; left: 0; top:95px; width: 38px; height: 38px; display: block;background: url(../images/case_left.png) left center no-repeat;    }
.imp_right{ position: absolute; right: 0; top:95px; width: 38px; height: 38px; display: block;background: url(../images/case_right.png) left center no-repeat;    }
.succ_dl dt{ float: left; width:25%;background: url(../images/case_info7.jpg) left top no-repeat; height: 300px; line-height: 300px;  text-align: right; overflow: hidden;  }
.succ_dl dt img{ width: 364px; height: 239px; }
.succ_dl dd{float: right; width: 72%;}
.succ_dl { background: #f3f4fa; padding-right: 20px;}
.succ_tit{ display: block;transition: all 0.5s ease 0s;  height:80px; line-height: 80px; padding-top: 32px; font-size: 20px; font-weight: bold; overflow: hidden;  }
.succ_zi{ height:52px; line-height: 26px; overflow: hidden; font-size:14px; color: #666; margin-bottom: 38px;   }
.succ_see{ display: block; transition: all 0.5s ease 0s; height:32px; line-height: 32px; font-size: 14px;color: #666;  }
.succ_dl:hover .succ_tit,.succ_dl:hover .succ_see{color: #0063b2; transition: all 0.5s ease 0s;}

.operate{ padding: 46px 0 0 0; }
.oper_dl{ position: relative; height:294px;  width:100%; padding: 20px; box-sizing: border-box; margin-bottom: 34px; background: #f2f3f4;  }
.oper_dl dt{ float: left; position: relative; z-index: 99; width: 49%; height: 254px; text-align: center; overflow: hidden;}
.oper_dl dd{ float: right; position: relative; z-index: 99; width: 50%; padding:0 24px 0 50px; box-sizing: border-box;  }
.oper_dl dt img{ width: auto; height: 254px; max-width: 100% }
.oper_tit{ display: block; transition: all 0.5s ease 0s; padding-top: 34px; height:62px; line-height: 62px; overflow: hidden; font-size: 20px; font-weight: bold;  }
.oper_zi{ height:78px; line-height: 26px; font-size: 14px; overflow: hidden; color: #666; margin-bottom: 16px;  }
.oper_see{ display: block; transition: all 0.5s ease 0s; height: 32px; line-height: 32px; font-size: 14px; color: #666; }
.oper_dl:after{ position: absolute; left: 0;transition: all 0.5s ease 0s; top: 0; content: ''; width:102px; height: 100%;background: url(../images/alibj.png) left top ;  visibility: inherit;}
.oper_ul li{ float: left; width: 50%; padding: 0 20px; box-sizing: border-box; }
.oper_dl:hover .oper_tit,.oper_dl:hover .oper_see{color: #0063b2; transition: all 0.5s ease 0s;}
.oper_dl:hover:after{ width: 100%; transition: all 0.5s ease 0s; }


.minute{ height:54px; line-height: 54px; background: #fff; font-size: 14px; color:#666666; padding: 0 146px 0  }
.minute a{font-size: 14px; color:#666666; transition: all 0.5s ease 0s; }
.minute a:hover{ color: #0063b2; transition: all 0.5s ease 0s; }

.down{ padding: 0 66px; }
.down_inner{background: url(../images/downbj.png) left top; padding: 28px 46px 50px;}
.model_h3{ float: left; width:13%;  text-indent: 18px; font-size: 24px; height: 69px; line-height: 69px; display: block;  }
.model_ul{ float: right; height: auto; overflow: hidden; border-bottom: 1px solid #c8d4ea; padding:10px 0; width: 86%}
.model_ul li{ float: left; width: 12.5%; }
.model_ul li a{ display: block;  height: 30px; text-indent: 4px;transition: all 0.5s ease 0s; line-height: 30px; font-size: 16px; font-weight: bold; color: #666666; overflow: hidden; }
.model_ul li a:hover,.model_ul li a.on{ color: #0063b2; transition: all 0.5s ease 0s; }
.model{ margin-bottom: 56px; }
.docu_ul{ height:64px; overflow: hidden; margin-bottom: 30px; border: 1px solid #1147a9; background: #fff;  }
.docu_ul  li{ width: 20%; height: 64px; float: left; line-height: 64px; font-size: 16px; color: #0f3e78; text-indent: 80px;}
.docu_ul  li:nth-child(1){ width: 40% }
.currency_ul li{ background: #fff url(../images/dian1.png) 38px center no-repeat; margin-bottom: 26px; height:66px; overflow: hidden; box-shadow: 0 0 10px #e0e3e8  }
.curr_a{ display: block; }
.curr_i{ width: 20%; height: 66px; float: left; line-height: 66px; font-size: 16px; color: #333333; text-indent: 80px;}
.curr_i:nth-child(1){ width: 40%;transition: all 0.5s ease 0s; }
.curr_i:nth-last-child(1){background:url(../images/down1.png) 140px center no-repeat; }
.currency_ul li:hover{background: #fff url(../images/dian11.png) 38px center no-repeat;}
.currency_ul li:hover .curr_i:nth-child(1){ color: #0063b2; transition: all 0.5s ease 0s; }
.service_left{ float: left; width: 20%; background: #0063b2 }
.service_ul{ padding: 10px  14px 10px; }
.service_ul li a{ display: block; border-bottom: 1px solid #408ac5; text-indent: 54px; height: 58px; line-height: 58px; overflow: hidden; font-size:18px; color: #fff;  }
.service_ul li a.on,.service_ul li a:hover{ background: #fff; border-radius: 5px; color: #0063b2; font-weight: bold; }
.service_ul li .ser_drop a{ height: 43px; line-height: 43px; font-size: 14px; text-indent:70px;background:url(../images/ser.png) 55px center no-repeat;  }
.service_ul li .ser_drop a:hover{ color: #fff; font-weight: bold; }
.service_righ{ float: right; width: 75%; }
.ser_tit{ display: block;  font-size: 30px; font-weight: bold; height:100px; line-height: 100px; margin-bottom: 35px; overflow: hidden; border-bottom: 1px solid #e2e3e3;  }
.ser_ul li{ margin-bottom:24px; height:56px;background:#fff url(../images/dian1.png) 30px center no-repeat; text-indent: 67px;  line-height: 56px;  box-shadow: 0 0 10px #eeefef; overflow: hidden;  }
.ser_ul li a{ display: block; font-size: 16px; }
.ser_ul li:hover {background:#fff url(../images/dian11.png) 30px center no-repeat;}
.ser_ul li:hover a{ color: #0063b2 }

.account{ padding:52px 160px 110px;  }
.account_dl dt{ float: left; width: 37%; height: 398px; overflow: hidden;  }
.account_dl dt img{ width: auto; height: 398px; max-width: 100%; }
.account_dl dd{ float: right; width: 60%; }
.account_tit{ display: block; padding-top: 2px; height:44px; margin-bottom: 14px; line-height: 44px; font-size: 24px; font-weight: bold; }
.account_en{ font-size: 14px; text-transform: uppercase; font-weight: normal; }
.account_zi{ font-size: 14px;height:338px; overflow: hidden; line-height: 24px; color: #666; }

.analysis{background:url(../images/aboutbj1.jpg) center top no-repeat; height: 610px;}
.analy_ul{  padding: 210px 160px 0; }
.analy_ul li{ float: left; width: 25%; }
.analy_tit{ font-size:14px; color: #fff; text-align: center; line-height: 24px;  }
.gpu_i{ display: block; }
.counter{ color: #fff; font-size:72px; font-weight: bold;  }
.analy_i{ font-size: 14px; color: #fff; }
.analydiv{ margin-bottom: 20px; text-align: center; }

.culture img{ width:auto; height: auto; max-width: 100%  }
.deve{background:#97b8ca url(../images/aboutbj2.jpg) center top no-repeat; height: 733px; padding: 0 160px;}
.deve_tit{ text-align: center;  padding: 60px 0 40px 0; }
.deve_cn{ font-size: 30px; font-weight: bold; color: #fff; display: block; height: 48px; line-height: 48px; }
.deve_en{ display: block; height:58px; line-height: 58px;font-size: 48px; color: #fff; font-weight: bold;  text-transform: uppercase;  }
.deve_div{ position: relative;  }
.deve_scroll{ position: absolute; left: 50%; top: 0; width: 1422px; margin-left: -711px; overflow: hidden; height: 320px; }
.deve_ul{ width: 10000px;  }
.deve_ul li{ float: left;box-shadow:0 5px 15px -5px #7f9aaa; width:340px; height: 212px;margin-top: 40px; box-sizing: border-box; background: #fff; border-radius: 5px; margin-right: 20px;  }
.deve_time{ display: block; background:url(../images/deve1.png) center top no-repeat; width: 105px; font-size: 28px; color: #fff; font-weight: bold; text-align: center; line-height: 96px; height: 115px; margin: -40px auto 20px;}
.deve_zi{height: 90px; line-height:30px; overflow: hidden; font-size:16px;  padding: 0 10px; }
.deve .deve_tit{padding: 120px 0 90px 0;}
.devinner{height: 90px; overflow-y:auto; padding-right: 8px; }
.deve_ul li.clone{ display: none!important; }
.devinner::-webkit-scrollbar {
width: 6px;

height: 6px;

background: transparent;

}

.devinner::-webkit-scrollbar-thumb {
background: transparent;

border-radius: 4px;

}

.devinner:hover::-webkit-scrollbar-thumb {
background: hsla(199, 82%, 88%, 1);

}

.devinner:hover::-webkit-scrollbar-track {
background: hsla(199, 82%, 88%, 0.5);

}
.devei{ display: block; line-height: 20px; font-size:14px; margin-bottom: 6px; padding-left: 20px; background:url(../images/dian1.png) left 5px no-repeat;  }
.deve_left{ background:url(../images/deve_left.png) center top no-repeat; width: 40px; height: 40px; position: absolute; left: -30px; top: 126px; display: block; }
.deve_right{ background:url(../images/deve_right.png) center top no-repeat; width: 40px; height: 40px; position: absolute; right: -30px; top: 126px; display: block; }
.honor{ padding: 0 160px 140px; text-align: center; }
.honor img{ width: auto; height: auto; max-width: 100% }
.honor .deve_cn{ color: #0063b2 }
.honor .deve_en{ color: #edeff6 }
.good{background: url(../images/aboutbj3.jpg) center top no-repeat; height: 610px; padding: 0 160px;}
.good .deve_en{ color: #fff; opacity: 0.2 }
.good_div{ height:360px; position: relative;  }
.good_scrooll{ position: absolute; left: 50%; top: 0; overflow: hidden; height: 360px; width:1560px; margin-left: -780px;  }
.good_ul{ width: 10000px; }
.good_ul li{ float: left; margin-right:10px; width:   }
.good_img{ width: 377px; height: 269px; display: block; overflow: hidden; background: #fff;padding: 2px; border: 1px solid #c4efff }
.good_img img{width: 377px; height: 269px; overflow: hidden;}
.good_tit{ display: block; height:66px; line-height: 66px; color: #fff; font-size: 16px; text-align: center; overflow: hidden;  }
.good_left{ display: block; position: absolute; left: -40px; top: 118px;background:url(../images/honor_left.png) center top no-repeat; width: 53px; height: 53px; }
.good_right{ display: block; position: absolute; right: -40px; top: 118px;background:url(../images/honor_right.png) center top no-repeat; width: 53px; height: 53px; }
.industry{ padding: 0 160px 50px; }

.industry .deve_en{ color: #edeff6 }
.industry .deve_cn{ color: #0063b2 }

.jionball{background:url(../images/joinbj.jpg) center top no-repeat; padding: 80px 280px 50px;}
.put_right{ float: right; }
.put_left{ float: left; position: relative;}
.put_cn{ display: block; font-size: 36px; font-weight: bold; position: absolute; left: 60px; top: 0;  color: #0d468c; }
.put_en{ display: block; font-size: 64px; font-weight: bold; color: #0d468c;height: 90px; line-height: 90px; opacity: 0.1; text-transform: uppercase;}
.joindiv{ margin-bottom: 30px; }

.pos dt span{ width:25%; float:left; display:block; text-align:center;}
.recu{ padding:0;}
.recu ul{ cursor:pointer;background: #f0f0f1;  transition: all 0.5s ease 0s;height: 60px;line-height: 60px; margin-bottom: 20px;}
.pos dd { padding:0 ;}
.pos dd li{padding-right: 90px;margin: 0; background: #f0f0f1;  padding-left: 17px; font-size: 14px; display: inline-block; text-align:center; color:#666666;  }
.Requirement{  display:none; padding: 0 21px; }
.join_h3{ font-size:22px; height:82px;background: url(../images/join2.jpg) left center no-repeat;  line-height: 82px;  overflow: hidden; padding-left:20px;  }
.join_em{ color: #666666; height: 30px; line-height: 30px; display: block; margin-top: 30px; }

.join_see{ width: 148px; height: 38px; line-height: 38px; transition: all 0.5s ease 0s; border: 1px solid #14375f; background: #14375f; color: #fff; border-radius: 38px; text-align: center; display: block; margin: 20px auto 0; font-size: 12px; }
.join_see:hover{ background: none; color: #14375f; transition: all 0.5s ease 0s; padding: 0 10px;  }
.rement{ border: 1px solid #d2d2d2; background: #fff; }
.rement_left{ float: left; width:51%;height: 434px;line-height: 30px; font-size: 14px; color: #666666;   padding: 0 8px 0 46px; box-sizing: border-box; }
.rement_right{ float: left; width:49%; height: 435px; background: url(../images/join.jpg) left top no-repeat;  background-size: cover;   }
.rement_inner{ background: #fff; margin-top:70px; height: 307px; line-height: 30px; font-size: 14px; color: #666666;  box-shadow:-12px 0 20px -5px #dbdbdb; padding: 30px 40px 0 46px; box-sizing:border-box;}
.rement_h3{ font-size: 18px; height: 92px; line-height: 92px; font-weight: bold; color: #333; }
.recu ul.act{ padding: 20px 0; transition: all 0.5s ease 0s; box-shadow: 0 0 5px #ebebeb; background:#f0f0f1 url(../images/join1.jpg) 32px center no-repeat; padding-left: 157px; }

.ecology_tit{ font-size: 24px; font-weight: bold; text-align: center; }
.ecology_i{ font-size: 16px; font-weight: bold; color: #fff; background: #0063b2; text-align: center; width: 350px; display: block; height: 64px; line-height: 63px; margin: 34px 0 34px 10px; background: #0063b2; border-radius: 5px;}
.ecology_ul{ margin: 0 0 0 0px; }
.ecology_ul li{ padding: 0 10px;  overflow: hidden; box-sizing: border-box; width: 20%; margin-bottom: 20px; float: left; }
.ecology_ul li a{ display: block; border: 1px solid #d2d2d2;position: relative; text-align: center; overflow: hidden; }
.ecology_ul li a img{ width: auto; height: 62px; max-width: 100% }



.inner_xian {
  position:absolute;
  width:100%;
  height:100%;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.inner_xian span {
  position: absolute;
  background: #0063b2;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.inner_xian .span_1 {
  left: 0px;
  top: 0px;
  width: 0%;
  height: 1px
}
.inner_xian .span_2 {
  right: 0px;
  top: 0px;
  width: 1px;
  height: 0%
}
.inner_xian .span_3 {
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px
}
.inner_xian .span_4 {
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 0%
}
.ecology_ul li:hover .span_1,
.ecology_ul li:hover .span_3 {
  width: 100%
}
.ecology_ul li:hover .span_2,
.ecology_ul li:hover .span_4 {
  height: 100%
}


.planinner{ display: none; }
.plan_ul li{ padding-bottom: 22px; }
.plan_ul li.on{ background: url(../images/acv.png) center bottom no-repeat;}










.conmpany_inner{ width: 50%; float: left; }
.pany_div{ font-size: 24px; font-weight: bold; margin-bottom: 24px; color: #000000; height: 46px; line-height: 46px; overflow: hidden; position: relative; }
.pany_line{ width:106px; height: 3px; background: #0063b2; display: block; position: absolute; left: 0; bottom: 0;  }
.pany_inner{ background: url(../images/contbj2.png) left top repeat; padding: 46px 54px 80px;   }
.conm_i{ display: block; height:52px; margin-bottom: 26px; line-height: 52px; overflow: hidden; font-size:16px; font-weight: bold; color: #000;   }
.conm_i img{ margin-right:18px;  }
.conmpany_dl dt{ height:28px; line-height: 28px; overflow: hidden; font-weight: bold; font-size: 16px; color: #000;  }
.conmpany_dl dt img{ margin-right: 24px; }
.conmpany_dl dd{ height:34px; line-height: 34px; overflow: hidden; font-size:16px; color: #000; padding-left: 43px;  }
.conmpany_dl{ margin-bottom: 26px; }
.conmpany_dl:nth-last-child(1){ border-bottom: 1px solid #d0e3f3; padding-bottom: 54px; }
.mechanism{ width: 46%; float: right; }
.mechanism .pany_line{ width:106px;  }
.mec_inner{ text-align: center; }
.mec_inner img{ width: auto; height: auto; max-width: 100% }
.company{ margin-bottom: 50px; }
.tech .pany_line{width:276px; }

.tech_dl{ background: url(../images/contbj1.png) left top repeat; padding: 0px 38px; box-sizing: border-box; height: 316px; width: 50%; float: left;}
.tech_dl dt{ font-size: 24px; padding-top: 16px; height:64px; line-height: 64px; margin-bottom: 16px; overflow: hidden; font-weight: bold; color: #0063b2; overflow: hidden;  }
.tech_dl dd{}
.tech_div{ height:32px; line-height: 32px; font-size: 16px; color: #000; overflow: hidden; margin-bottom: 14px; }
.tech_div img{ width: 28px; height:28px; margin-right: 16px; }
.tech_i{ color: #ba0000 }
.tech_dl:nth-child(2){ width: 46%; float: right; }
.seek{ padding: 80px 160px 116px; }
.seek_tit{ border-bottom: 1px solid #dcdcdc;height: 74px; overflow: hidden; position: relative; margin-bottom: 36px;}
.seek_left{ float: left; font-size: 24px; font-weight: bold; line-height: 74px; }
.seek_i{ color: #0063b2;  text-transform: uppercase; padding-left: 20px }
.seek_line{ position: absolute; left: 0; bottom: 0; width:110px; background: #0063b2; height: 3px;  }
.seek_see{ display: block; float: right; transition: all 0.5s ease 0s;  width:108px; height: 30px; margin: 28px 26px 0 0; text-align: center; line-height: 30px; color: #fff; font-size:14px; background: #0063b2; border: 1px solid #0063b2;  }
.seek_see:hover{ background: none; color: #0063b2; transition: all 0.5s ease 0s; }
.hold_left{ float: left; width: 30%; height: 295px; line-height: 295px; text-align: center; overflow: hidden; border-radius: 5px;}
.hold_left img{ height: 295px; width: auto; max-width: 100%; transition: all 1s ease 0s; border-radius: 5px; }
.hold_left:hover img{ transition: all 1s ease 0s; transform: scale(1.1);}
.hold_right{ width: 68%; float: right; }
.hode_ul li a{ height:58px; overflow: hidden; display: block; line-height: 58px; background: url(../images/channle2.png) left center no-repeat; padding-left: 22px; }
.hode_tit{ width: 70%; transition: all 0.5s ease 0s; height: 58px; overflow: hidden; font-size:20px;   }
.hode_time{ display: block; transition: all 0.5s ease 0s; width: 285; float: right; font-size:16px; color: #888888;  }
.hode_ul li:hover .hode_tit,.hode_ul li:hover .hode_time{color: #0063b2; transition: all 0.5s ease 0s;}
.mark{background: url(../images/newsbj1.jpg) center top no-repeat; height: 1046px; padding: 0 160px; }
.mark_inner .seek_left{ color: #fff; }
.mark_inner .seek_i{ color: #fff; opacity: 0.49;}
.mark_inner .seek_see{ background:none; transition: all 0.5s ease 0s; color: #fff; border: 1px solid #fff; }
.mark_inner .seek_see:hover{ background: #fff; color: #0063b2; transition: all 0.5s ease 0s; }
.mark_inner .seek_line{ background: #fff; }
.mark_inner{ padding: 68px 0 0 0 }
.mark_ul{ margin-left: -96px; }
.mark_ul li{ padding:0 0 0 96px; box-sizing: border-box; float: left; width: 33.3%; margin-bottom: 38px;  }
.mark_img{ width: 100%; text-align: center; overflow: hidden; height: auto; margin-bottom: 14px; display: block;border-radius: 5px;  }
.mark_img img{ width: auto; height: auto; transition: all 1s ease 0s; max-width: 100%; border-radius: 5px; }
.mark_tit{ font-size: 16px; text-align: center; color: #fff; height:36px; line-height: 36px; overflow: hidden; display: block;  }
.mark_ul li:hover .mark_img img{ transition: all 1s ease 0s; transform: scale(1.1);}
.mark_tiem{ display: block; font-size: 14px;text-align: center;  color: #fff; height:26px; line-height: 26px; overflow: hidden;  }
.media{ padding: 76px 160px 60px; }
.media .seek_tit{ margin-bottom: 0; }
.outdoor{ margin-bottom:56px; background: #fff;  }
.outdoor dt{ float: left; width:35%; height:380px;border-radius: 5px;   }
.outdoor dt img{ width: auto; height: 380px; max-width: 100%;border-radius: 5px; }
.outdoor dd{ float: right; width: 63%; padding-right: 86px; box-sizing: border-box; }
.out_tit{ display: block; height:auto; margin-bottom: 15px; line-height: 36px;transition: all 0.5s ease 0s; overflow: hidden; padding-top:40px; font-size:24px; font-weight: bold;    }
.out_tit:hover{color: #0063b2; transition: all 0.5s ease 0s;}
.out_zi{ height: 72px; line-height: 36px; overflow: hidden; font-size: 16px; color: #666666; margin-bottom: 50px; }
.out_time{ height: 32px; line-height: 32px; font-size: 14px; color:#888888; float: left; display: block;background: url(../images/ket2.png) left center no-repeat; padding-left: 28px;  }
.out_he{ float: right; }
.out_add{ display: block; float: left; margin-right: 20px; height: 32px;background: url(../images/ket1.png) left center no-repeat; line-height: 32px; font-size: 14px; color:#888888; padding-left: 20px;}
.out_see{ color: #fff; transition: all 0.5s ease 0s; font-size: 14px; width:88px; height: 30px; line-height: 30px;border-radius: 30px; float: left; text-align: center; display: block; background: #ffba00; border: 1px solid #ffba00;  }
.out_see:hover{ padding: 0 10px; transition: all 0.5s ease 0s; }
.agree_ul{  margin-left:-3.33%; margin-bottom: 32px;  }
.agree_ul li{ float: left; width: 30%; margin-left:3.33%; box-sizing: border-box;   }
.agr_img{ width: 100%; text-align: center;height: auto; display: block; border-radius: 5px; }
.agr_img img{ width: 100%; height: auto;border-radius: 5px;}
.agr_div{ background: #f2f2f2; padding: 0 26px 30px; }
.agr_tit{ display: block; height:34px; transition: all 0.5s ease 0s; text-align: center; line-height: 34px; overflow: hidden; font-size: 14px; padding:22px 0 0px 0; margin-bottom: 12px; }
.agree_ul li .out_see{ background: #0063b2; border: 1px solid #0063b2; }
.agr_tit:hover{ color: #0063b2; transition: all 0.5s ease 0s; }
.eva_ul li{ margin-bottom:24px;  background: #f1f1f1; padding:14px;  }
.eva_dl{ float: left; height: 78px; overflow: hidden; width: 70%}
.eva_dl dt{ float: left; background: #0063b2; height: 78px; border-radius: 5px; text-align: center; color: #fff; width: 8%; }
.eva_day{ display: block; height:34px; line-height: 34px; font-size: 36px; overflow: hidden; padding-top:12px;   }
.eva_time{ height:22px; line-height: 22px; font-size: 14px; overflow: hidden; display: block;  }
.eva_dl dd{ float: left; width: 80%; transition: all 0.5s ease 0s; padding-left:26px; box-sizing: border-box; font-size: 16px; height: 78px; line-height: 78px; overflow: hidden; color: #666; }
.eva_right{ float: right; padding-top: 20px; }
.eva_right .out_see{ background: #0063b2; border: 1px solid #0063b2; }
.eva_ul li:hover .eva_dl dd{ color: #0063b2; transition: all 0.5s ease 0s; }
.propaganda{background: url(../images/marketbj.jpg) center top no-repeat; background-size: cover; padding:50px 160px; }
.ganda_banner{ float: left; width: 65%; padding-right: 16px; box-sizing: border-box;  border-radius: 5px; overflow: hidden; }
.ganda_flexslider .slides li .banner_img{ width: 100%; display: block; overflow: hidden; max-width: 100%; height: auto;border-radius: 5px;  }
.ganda_flexslider{ position: relative; height: auto; width: 100%; overflow: hidden; }
.ganda_flexslider .slides li{height: 100%}
.meet{ float: right; width: 35%; overflow: hidden; height: auto; border-radius: 5px; }
.meet img{ width: 100%; height: 100%; max-width: 100%; border-radius: 5px; }
.meetinner{ height: 100%;  overflow: hidden;   overflow-y: auto; }
.ganda_banner .flex-prev{background: url(../images/gan_left.png) center top no-repeat; display: block; width: 24px; height: 46px;position: absolute; left:24px; top: 50%;margin-top: -23px; }
.ganda_banner .flex-next{background: url(../images/gan_right.png) center top no-repeat;  display: block; width: 24px; height: 46px; position: absolute; right: 24px; top: 50%;margin-top: -23px;}
.ganda_top{ margin-bottom: 20px; }
.map{ width: 45%; float: right; height: 265px; border-radius: 5px;  }
.map img{ width: auto; height: 265px; max-width: 100%; border-radius: 5px;  }
.tion{ height: 265px; background: #84b5f1; float: left; width: 26.5%; border-radius: 5px; padding: 0 22px; box-sizing: border-box; }
.tion_meet{  margin: 0 1% }
.tion_tit{ display: block; height:42px;   position: relative; padding-top: 24px;  margin-bottom: 8px; }
.tion_cn{ position: absolute; left: 0; top:20px; color: #fff; font-size: 20px; font-weight: bold; }
.tion_en{ height: 42px; line-height: 42px; overflow: hidden; color: #fff; font-size: 20px; font-weight: bold; opacity:0.19;  }
.whattion{ margin: 0 auto; width: 148px; }
.what_img{ width: 148px; height: 148px; overflow: hidden; }
.what_img img{ width: 148px; height: 148px; overflow: hidden; }
.what_tit{ font-size: 14px; height: 28px; line-height: 28px; text-align: center; color: #fff; display: block; }
.tion_day{ font-size: 30px; font-weight: bold; color: #ffcc3c; display: block; height:50px; line-height: 50px;  }
.tion_name{ display: block; height: 40px; line-height: 40px; font-size:20px; color: #fff; overflow: hidden;  }

.egg{ margin-bottom:94px;  }
.egg_right{ float: right; width: 50%; }
.egg_dl dt{ font-size:24px; font-weight: bold;  height: 84px; line-height: 84px; overflow: hidden; }
.egg_dl dd{ height: 120px; overflow: hidden; line-height: 24px; font-size:14px; color: #666; padding-bottom: 58px; border-bottom: 1px solid #d3d3d4;  }
.char_ul{background: url(../images/infrobj.jpg) left top no-repeat; height: 50px; background-size: cover; border-top: 2px solid #005aa3; border-bottom: 1px solid #ffffff;}
.char_ul li{ width: 25%; float: left; text-align: center; background: url(../images/infor1.jpg) right center no-repeat;font-size: 20px; font-weight: bold; height: 50px; line-height: 50px; }
.char_ul li a{ display: block;  transition: all 0.5s ease 0s;}
.char_ul li:nth-last-child(1){ background: none; }
.char_ul li:hover{background: url(../images/infro1.jpg) center top no-repeat; background-size: cover;}
.char_ul li:hover a{ font-size: 24px; font-weight: bold; transition: all 0.5s ease 0s; color: #fff; }
.fun{ background: #f4f4f4; padding:36px 30px 50px; margin-bottom: 30px; width: 100%; box-sizing: border-box;  }
.fun_tit{ display:inline-block; height: 54px;line-height: 54px; border-bottom: 1px solid #000000; padding:0 10px; font-size: 24px; font-weight: bold; margin-bottom: 30px;  }
.specs{ margin-bottom: 30px; }
.data li{ float: left; margin: 0 78px 36px 0; background: #fff; box-shadow: 0 0 10px #e9e9e9; width: 534px; height: 133px; padding:0 30px; box-sizing: border-box; }
.data_tit{ font-size: 16px;transition: all 0.5s ease 0s; display: block; height:36px;background: url(../images/infor1.png) right center no-repeat;transition: all 0.5s ease 0s; padding-right: 20px;  line-height: 36px; overflow: hidden;  margin-top: 30px;  }
.data_time{ display: block; height:32px; line-height: 32px; font-size: 16px; overflow: hidden;  }
.data li:hover .data_tit{background: url(../images/infor11.png) right center no-repeat;  color: #0063b2;transition: all 0.5s ease 0s;}

.egg_left{ width: 44%; float: left; overflow: hidden;}

.small_box{width:530px;height:73px;overflow:hidden}
.small_list{position:relative;float:left;width:708px;height:90px;overflow:hidden}
.small_list ul{height:90px;overflow:hidden; width: 10000px;}
.small_list ul li{position:relative;float:left;margin-right:12px;width:130px;  background: #fff;  border: 1px solid #d0d0d0; box-sizing:border-box;}
.small_list ul li img{display:block; width: 128px; height:87px;}

.small_list ul li.on { border: 1px solid #661e68 }
/* .btn{display:block;width:20px;height:73px;background-color:#777;background-repeat:no-repeat;background-position:center center;cursor:pointer}
.btn:hover{background-color:#e7000e}
.left_btn{float:left;margin-right:10px;background-image:url(../images/hon_left.jpg); height: 114px; width: 40px;}
.right_btn{float:right;background-image:url(../images/honor_right.jpg); height: 114px; width: 40px;}
 */
.large_box{ width: 100%; text-align: center; margin: 0 auto 10px;  background: #fff;  height: 454px; line-height: 454px;}
.honor_h3{ text-align: center; height: 100px; line-height: 100px; overflow: hidden; font-size: 30px; }
.large_box li{ display: none; }
.large_box li img{ width:auto;height: auto; max-width: 100%;  }
.small_box{ height: 116px; width:708px; margin: 0 auto  }
.small_list{ width: 708px; height: 116px;  box-sizing: border-box; }
.egg_dl:nth-child(1){ margin-bottom: 26px; }
.culture{ padding: 50px 160px 120px; }

.cul_tit{ font-size: 36px; height:90px; line-height: 90px; margin-bottom: 20px; text-align: center; display: block; color: #000;  }
.culture img{ width: auto; height: auto; max-width: 100% }

.jour_dl:nth-child(1){ padding-top: 0; }


.begin .egg_right{ width: 51%; }
.begin .case_tit{  font-size: 18px; }
.begin .case_zi{ height: 196px; }
.begin .oper_dl dd{ padding: 0 10px 0 15px; }
.begin .innerball{ padding: 36px 40px 80px; }
.begin .imp_left{ left: 0% }
.begin .imp_right{ right: 0% }
.begin .minute{ padding: 0 40px; }
.begin .imp_ul li{ margin-right: 19px; }
.begin .imp{ overflow: hidden; }
.begin .catalog{ padding: 0 40px; }
.begin .mark{ padding: 0 40px; }
.begin .media{ padding: 76px 40px 60px; }
.begin .account{ padding: 112px 40px; }
.begin .deve{ padding: 0 40px; }
/* .begin .good_left{ left: 0; }
.begin .good_right{ right: 0; } */
.begin .good{ padding: 0 40px; }
.begin .head{ padding: 0 40px; }
.begin .index_body .head{ padding: 0 40px; }
.begin .foot_top{ padding: 30px 40px; }

.all .nav_ul li{ margin: 0 18px; }
.all .egg_right{ width: 51%; }
.all .data li{ margin-right: 48px; }
.all .imp_left{ left: -5px }
.all .imp_right{ right: -5px }
.all .case_dl dt img{ height: 332px; }
.all .case_dl dt{ height: 332px; }
.all .case_dl dd{ height: 332px;  padding: 0 20px;}
.all .case_zi{ height: 140px; }
.all .succ_dl dt{ width: 30% }
.all .succ_dl dd{ width: 65% }
.all .oper_dl{ height: 223px; }
.all .oper_dl dt{ height: 184px; }
.all .oper_dl dt img{ height: 184px; }
.all .oper_tit{ padding: 0; font-size: 18px; }
.all .mark_ul{ margin-left: -40px; }
.all .mark_ul li{ padding: 0 0 0 40px; }
.news_word img{ width: auto; height: auto; max-width: 100% }
.all .outdoor dt{ width: 44% }
.all .outdoor dd{ width: 54% }
.all .out_tit{ font-size: 24px;  }
.all .account_dl dt{ width: 44% }
.all .account_dl dd{ width: 53% }
.all .deve_scroll{ width: 1062px; margin-left: -531px; }
.all .good_scrooll{ width: 1168px; margin-left: -584px; }
.all .duct_tit{ padding-left: 40px; }
.all .duct_img{  padding: 0; }
.all .duct_ul li{ padding:0 20px; }
.begin .plan_inner{ padding: 0 40px; }
.all .imp_scroll{ width: 1268px; left: 50%; margin-left: -634px; }
.all .duct_inner{ padding: 0 40px; }
.all .duct_ul .duct_tit{ padding-left: 10px; }
.point{ background: #f3f3f3; height: 60px; overflow: hidden; padding: 0 146px; }
.point li{ float: left; margin:0 20px;}
.point li a{ display: block; font-size: 16px; padding: 0 18px;transition: all 0.5s ease 0s;  color: #666666; height: 60px; line-height: 60px; overflow: hidden; text-align: center;  }
.point li a:hover,.point li a.on{ background: #fff; color: #0063b2; transition: all 0.5s ease 0s; }
/*   .all .imp_ul li{ width: 302px!important; }
 .all .imp_img{ width: 302px!important; height: auto; text-align: center; }
 .all .imp_img img{ width: 302px!important; height: auto; max-width: 100% }  */ 
 .all .imp_ul li{ margin-right: 30px; }
.all  .duct_ul .duct_inner{ padding: 0 10px;}
 .swiper {
        width: 100%;
        height: 100%;
         margin-bottom: 30px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.swiper-button-prev{position: absolute;
    left: 0!important;
    top: 120px!important;
    width: 38px!important;
    height: 38px!important;
    display: block!important;
    font-size: 0!important;
    background: url(../images/case_left.png) left center no-repeat!important;
    border: none!important;
}
.swiper-button-prev:after, .swiper-button-next:after{ font-size: 0!important; }
.swiper-button-next{right: 0!important;
    top: 120px!important;
    width: 38px!important;
    height: 38px!important;
    display: block!important;
    font-size: 0!important;
    background: url(../images/case_right.png) left center no-repeat!important}
    .swiper-pagination{ display: none!important; }

.all .swiper-button-prev,.all .swiper-button-next{ top: 87px!important; }
.all .foot_left{ width: 770px; }

.nav-wrap { width: 100%;height: 50px;background: #fff;}
.nav-wrap.navFix{position: fixed;top: 0;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;} 


.all .propaganda{ padding: 50px 40px; }

.jour{ padding: 0 10px; box-sizing: border-box; }

video{ width: 100%; height: 100%; }

.float{ position: fixed; right: 0%; top: 30%; }
.float li{ position: relative; margin-bottom:5px; height:40px; line-height: 40px; width: 40px; background: url(../images/floatbj.png) left center repeat; border-radius: 10px 0 0 10px; text-align: center;  }
.wximg{ position: absolute; left: -85px; top: -9px; width:80px; height: 80px; display: none;  }
.dyimg{ position: absolute;  left: -85px; top: -9px; width:80px; height: 80px; display: none; }
.float_img{ height:40px; line-height: 40px; width: 40px; display: block; float: right}
.float li:nth-child(1):hover .wximg,.float li:nth-child(3):hover .dyimg{ display: block; }
.wximg img,.dyimg img{ width: 80px; height: 80px; overflow: hidden; }
.recommend a{ display: block; width: 100%; height: 100%; }
.imp_img{ width: 100%; height: 100%; background: #eeeeee }

.product_left .duct_tit{ padding: 24px 0 10px 22px; }
.product_left .duct_inner{ padding: 0 24px; font-size: 14px; margin-bottom: 40px;  }

.devebox{ background: #fff!important;
    box-shadow: 0 5px 15px -5px #7f9aaa!important;
    width: 100%!important;
    height:212px!important;
   
    box-sizing: border-box!important;
    background: #fff!important;
    border-radius: 5px!important;}
.deve_div .swiper-slide{ padding-top: 40px!important; background: none!important; }

.deve_div .swiper-button-prev{ left: 0px!important; top: 135px!important; opacity: 1!important; cursor: pointer!important; background: url(../images/deve_left.png) left center no-repeat!important; background-size: cover!important; width: 26px!important; height: 26px!important; }
.deve_div .swiper{  box-sizing: border-box!important; }
.deve_div .swiper-button-next{right: 0px!important; top: 135px!important; opacity: 1!important; cursor: pointer!important; background: url(../images/deve_right.png) left center no-repeat!important; width: 26px!important;background-size: cover!important; height: 26px!important; }

.devinner { text-align: left; }
.float_call{ position: absolute; display: none; left: -206px; top: 0; width: 200px; border-radius: 5px; background: #0063b2 }
.float_i{ font-size: 14px; height: 30px; line-height: 30px; display: block; overflow: hidden; color: #fff; }
.float_a{ display: block; }
.float li:nth-child(2):hover .float_call{ display: block; }


