.container{ height: 106px;background: #fff;margin: 0 auto;}
.logo{
  float: left;
  width: 25rem;
  line-height: 5rem;
  height: 5rem;
  padding: 13px 0px;
}
.logo img{
  margin-top: 20px;
}
.nav{
  float:left;
	width: calc(100% - 520px);
  height: 5rem;
  margin-left: 30px;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;

}
.lang{
  float:right;
  line-height: 5rem;
  height: 5rem;
    padding: 13px 0px;
}
.nav a{
  display: block;
  text-decoration: none;
}
.nav .shade{
  position: absolute;
  width: 100%;
  height: 40px;
  top: 80px;
  left: 0;
  z-index: 9999;
  background-color: #EEEEEE;
  opacity: 0.9;
  filter: alpha(opacity=90);
  box-shadow: 0 5px 15px #CCCCCC;
  display: none;
  border-bottom: #ffffff solid 1px;
  border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.nav .nav_list{
  z-index: 9999;
  list-style: none;
  height: 106px;
}
.nav .nav_list>li{
  padding: 0;
  float: left;
  margin: 0;
  width: 25%;
  text-align: center;
  height: 80px;
  overflow: hidden;
  transition: height 0.3s;
}
.nav .nav_head{
  height: 106px;
  line-height: 106px;
  color: #231815;
  font-size: 17px;
  position: relative;
}
.nav .nav_body{
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666666;
  position: relative;
  font-size: 14px;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.nav .nav_body.first{
   border-top: #004699 solid 6px;
}

.nav .nav_list>li.active .nav_head,.nav .nav_list>li:hover .nav_head {
  color:#004699;
  background: url(../images/dhhover.png) repeat-x;
}
.nav .nav_list>li:hover{
  background-color: #ffffff;
  height: auto;
}
.nav .nav_body:hover{
  color: #004699;
	background: url(../images/dhhover.png) repeat-x #fff;
}
.nav .nav_body:after{
  content: '';
  display: block;
  height: 0;
  position: absolute;
  bottom: -1px;
  width: 90%;
  left: 5%;
  border-bottom: #eee solid 1px;
  z-index: 99999;
}
.nav_head:hover{ background: url(../images/dhhover.png) repeat-x; }
.slogan{
  width: 100%;
  position: relative;
  z-index: -1;
}
.slogan .content{
  height: 19.0625rem;
  width: 53.75rem;
  background: rgba(255,255,255,0.6);
  position: absolute;
  left: 0;
  top: 4.6875rem;
  color: #004699;
  box-sizing: border-box;
  padding-left: 3.125rem;
  z-index: 3;
}
.slogan .content p:first-child{
  font-size: 100px;
  margin-top: 50px;
  margin-bottom: 35px;
}
.slogan .content p:last-child{
  font-size: 50px;
}
.main{
  background: url('../images/front.png') no-repeat right top;
  position: relative;
  height: 55.625rem;
}
.main.content{
  background-image: url('../images//front.png')
}
.main.history{
  background-image: url('../images/develop.png')
}
.main.honor{
  background-image: url('../images/honor_bg.jpg')
}
.main .tabs{
  width: 100%;height: 80px;background: #fff;
}
.main .tabs .tab{
  height: 80px;
  margin: 0 auto;
  
}

.main .tabs .tab div{
  width: 330px;/*修改*/
  height: 80px;
  float: left;
  line-height: 80px;
  font-size: 17px;
  color: #b2b2b2;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.main .tabs .profile::before{
  background: url('../images/icon_profile.png') no-repeat center center;
  content: '';
  position: absolute;
  width: 19px;
  height: 80px;
  background-size: 19px 22px;
  left: 75px;
}
.main .tabs .profile.current::before{
  background-image:url('../images/icon_profile_ff.png') 
}
.main .tabs .history::before{
  background: url('../images/icon_dev.png') no-repeat center center;
  content: '';
  position: absolute;
  width: 22px;
  height: 80px;
  background-size: 22px 22px;
  left: 75px;
}
.main .tabs .history.current::before{
  background-image: url('../images/icon_dev_ff.png')
}
.main .tabs .honor::before{
  background: url('../images/icon_honor.png') no-repeat center center;
  content: '';
  position: absolute;
  width: 26px;
  height: 80px;
  background-size: 26px 23px;
  left: 70px;
}
.main .tabs .honor.current::before{
  background-image: url('../images/icon_honor_ff.png')
}
.main .tabs div.current{
  background-image: -webkit-linear-gradient(top, #1479bd, #004699); 
  background-image: -moz-linear-gradient(top,  #1479bd, #004699); 
  background-image: -ms-linear-gradient(top,  #1479bd, #004699); 
  background-image: -o-linear-gradient(top,  #1479bd, #004699); 
  color: #fff;
  position: relative;
}

.main .tabs div.current::after{
  content: " ";
  position: absolute;
  width:0;
  height:0;
  border-width:10px;
  border-style:solid;
  border-color:#004699 transparent transparent transparent ;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.main .contentc,.main .historyc,.main .honorc{
	width: 869px;
  height: 726px;
  position: relative;
}
.main .contentc .water{
  font-size: 128px;
  position: absolute;
  left: 0;
  top: 80px;
  color: #82a4cd;
  z-index: 87;
  letter-spacing: 20px;
}
.main .mask{
  background: rgba(239,239,239,0.7);
  height: 550px;
  width: 1220px;
  position: absolute;
  z-index: 88;
  right: 0;
  top: 155px;
}
.main .contentc .desc{
  position: absolute;
  left: 0;
  top: 220px;
  z-index: 89;
}
.main .contentc .title{
  font-size: 50px;
  color: #004699;
  position: relative;
  padding-left: 32px;
}
.main .contentc .title::before{
  content: " ";
  position: absolute;
  left: 0;
  width: 4px;
  height: 65px;
  background: #004699;
}
.main .contentc .title span{
  font-size: 24px;
  color: #b0b0b0;
  margin-left: 20px;
}
.main .contentc .p{
  color: #4d4d4d;
  font-size: 17px;
  padding-left: 32px;
  width: 655px;
  line-height: 48px;
  margin-top: 40px;
}
.main .contentc .viewmore{
  width: 226px;
  height: 52px;
  line-height: 52px;
  background: #004699;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-left: 32px;
  margin-top: 150px;
	cursor:pointer
}
.main .historyc{
  text-align: center;
  
}
.main .historyc .years{
  margin-top: 275px;
  width: 60%;
}
.dataset{
  background: #f0f0f0;
  min-height: 300px;
  width: calc(100% - 40px);
  float: left;
	padding: 0px 20px 60px 20px;
}
.dataset .data{
  margin: 0 auto;
	overflow: hidden;
}
.dataset .title{
  font-size: 28px;
  color: #004699;
  padding: 30px 0;
  width: 100%;
  float: left;
}
.dataset .lists{
  float: left;
}
.dataset .lists .item{
width:  calc(100%/2 - 25px);
float: left;
}
.dataset .lists .item img{
  width: 100%;
  background: #e4e4e3;
  border:.0625rem solid #898989
}
.dataset .lists .item div{
  background: #fff;
  padding: 25px 35px;
  box-sizing: border-box;
}
.dataset .lists .item:last-child{
  margin-left: 50px;
}
.dataset .lists .item p:first-child{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dataset .lists .item p:last-child{
  font-size: 15px;
  color: #595757;
}
footer{
  height: 255px;
  width: 100%;
  background: #15619c;
  overflow: hidden;
}
footer .inner{
  margin: 0 auto;
  /* height: 255px; */
}
footer .top{
  width: 100%;
  height: 220px;
  position: relative;  
  box-sizing: border-box;
  padding-top: 30px;
}

footer .top  ul{
  width: 690px;
  /* float: left; */
  
}
footer .top ul li{
  width: 230px;
  text-align: left;
  float: left;
}
footer .top ul li a{
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: 300
}
footer .top ul li a.head{
  font-weight: bold
}
footer .link{
  float: right;
    width: 240px;
    color: #fff;
    font-size: 12px;
    margin-top: 100px;
    border: 1px solid #fff;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
footer .bottom{
  height: 35px;
  line-height: 35px;

}
footer .copyright{
  background: #185280;
  height: 35px;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
}
footer .copyright .copy{
  float: left;
}
footer .copyright .icp{
  float: right;
}
/* product */
.header{
  width: 100%;
}
.area{
  background: #f7f8f8;
}
.application{
  padding: 110px 0;
  text-align:center;
}
.application p:first-child{
  color: rgba(0,70,154,0.5);
  font-size: 48px;
  margin-bottom: 50px;
}
.application p:last-child{
  color: #00469a;
  font-size: 60px;
}
.fields{
  margin: 0 auto;
	overflow: hidden;
  background: #f7f8f8;
}
.fields .field{
  width: calc(100%/3 - 50px);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  float: left;
  margin-right: 65px;
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
  margin-bottom: 50px;
	padding-bottom: 30px;
}
.fields .field a{ display: block; }
.fields .field:nth-of-type(3n){
  margin-right: 0;
}
.fields .field img{
  width: 100%
}
.fields .field div{
  padding: 22px 36px 0px 36px;
}
.fields .field p:first-child{
  font-size: 21px;
  color: #00469a;
  margin-bottom: 20px;
}
.fields .field p:last-child{
  font-size: 17px;
  color: #4d4d4d;
  line-height: 2;
	height: 140px;
}

/* params */
.paramslist{
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-left: 30px;
}
.fields .b{
  margin: 0 auto
}
.fields .t,.fields .b{
/*  margin-bottom: 50px; */
  float: left;
/*  width: 100%; */
}

.fields .params{
 margin-bottom: 40px;
  width: 1000px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: #f1f1f2;
  transform: skewX(-35deg);
  position: relative;
  float: left;/* 
  margin-right: 40px; */
}
.fields .params.last{
  margin-right: 0;
}
.fields .params.active{
  background: -webkit-linear-gradient(left, #1479bd, #004699); 
  background: -moz-linear-gradient(left,  #1479bd, #004699); 
  background: -ms-linear-gradient(left,  #1479bd, #004699); 
  background: -o-linear-gradient(left,  #1479bd, #004699); 
  
}
.fields .params:hover{
  background: -webkit-linear-gradient(left, #1479bd, #004699); 
  background: -moz-linear-gradient(left,  #1479bd, #004699); 
  background: -ms-linear-gradient(left,  #1479bd, #004699); 
  background: -o-linear-gradient(left,  #1479bd, #004699); 
}
.fields .params:hover  .text{
  color: #fff;
}
.fields .params .text{
  display: inline-block;
  transform: skewX(35deg);
  font-size: 36px;
  color:#4d4d4d;
}
.fields .params.active .text{
  color: #fff;
}
.fields .params .before{
  width: 16px;
  height: 86px;
  background: #2e9acc;
  transform: skewX(-0deg);
  display: inline-block;
  position: absolute;
  left: 0;
}
.fields .params.len{
  width: 1000px;
  margin: 0 auto;
  float: none;
  margin-bottom: 100px;
}

/* .application */
.header{
  position: relative;
}
.header .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 8;
}
.header .content{
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.header .content p{
  width: 730px;
  margin: 0 auto;
}
.header .content p:first-child{
  font-size: 48px;
}
.header .content p.s{
  font-size: 60px;
}
.header .content p.line{
  width: 105px;
  height: 2px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.header .content p.p{
  font-size: 17px;
  margin-bottom: 30px;

  line-height: 2;
}
.header .content p.d{
  font-size: 14px;
  line-height: 2;
}
.company{
	margin: 0px auto;
}
.company p{
	padding: 50px 30px;
  line-height: 3;
}
.company img{
  right: 0;
  width: 50%;
}
.company .about{ width: 50%; background: #004699; color: #fff;font-size: 17px;}

.products{ margin: 0px auto; }
.products img{ width: 50%; }
.products .product{line-height: 3; font-size: 17px;padding: 50px 30px;}


span.swiper-pagination-bullet{ border-radius:0px;  width: 36px; height: 4px; background: #fff; }
span.swiper-pagination-bullet-active{ opacity: 0.8; }

.bfff{ background: #fff; }
.m0auto{ margin: 0px auto; }

.contdh{ height: 80px; overflow: hidden; }
.contdh a{ display: block; float: left; height: 80px; line-height: 80px; font-size: 16px; color: #b5b5b6; padding-right: 50px; margin-right: 50px; }
.contdh a:hover{ color: #1561a2; }
.contdh a.on{ color: #1561a2; }

.ovh{ overflow: hidden; }

.h50{ height: 50px; }
.h30{ height: 30px; }

.con_time{ font-size: 42px; color: #00479d; }
.con_time_en{ color: #dcdddd; font-size: 30px; font-weight: bold; }
.con_lxfs{ font-size: 16px; padding-left: 50px; color: #595757; line-height: 35px; }

.Sub{ width: 145px; height: 35px; color: #fff; background: #00479d; font-size: 16px; }

.input_text{ width: calc(100%/2 - 40px); border: #dcdddd solid 1px; padding: 10px 10px; }
.textarea{width: calc(100% - 20px); height: 100px; border: #dcdddd solid 1px; padding: 10px 10px;}
.fee_text{ font-size: 24px; color: #282828; }

.cp{cursor: pointer;}

.c4d4d4d{ color: #4d4d4d; }
.f17{ font-size: 17px; }
.nian{ line-height: 24px; margin-top: 15px; position: relative; }
.nian li{ margin-bottom: 18px; }
.nian_fen{ width: 60px; }
.nian_dian{ width: 7px; height: 7px; background: #6895c9; border-radius: 7px; margin-left: 10px; margin-top: 10px; }
.nian_nr{ width: 760px; margin-left: 30px; }
.nian_xian{ top: 12px; left: 73px; height: 357px; width: 1px; background: #6895c9; position: absolute; }