body{font-size:14px; font-family:"微软雅黑";}
.bg {
  margin: 0;
  padding: 0;
}
.header {
	width: 100%;
	background: #fff;
}
.w1200 {
	width: 1200px;
  margin: 15px auto;
  display: flex;
}
.logo{
  width: 50%;
}
.fl .a-img {
  width: 470px;
  height: 100px;
}
.fl img{
  width: 470px;
  height:81px;
}
.f2{
  margin: auto 0;
  margin-left: 240px;
}
.f2-input {
  display: flex;
  margin-right: 30px;
}
.f2 input {
    padding-left: 15px;
    padding-right: 20px;
    height: 38px;
    width: 212px;
    line-height: 43px;
    font-size: 14px;
    color: #7f7f87;
    margin-left: 13px;
    border: none;
    outline:none;
    background: #f5f6f7;
}
.f2-input .seek{
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2a68cc;
  color: #fff;
}
.f2-input .seek a{
  color: #fff;
}

/*
  导航栏
*/
.bartop{
  border-top: 1px solid #ededed;
}
.bartop-box{
  width: 1200px;
  margin: 0 auto;
}
.bartop .bartop-ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.bartop .bartop-ul li{
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor:pointer;
  color: #333333;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.bartop .bartop-ul .li-base{
  background: url(../images/line_nav.png) no-repeat;
  background-position: 0px;
}
.bartop .bartop-ul .li-base:hover{
  background: none;
}
.bartop .bartop-ul li:after{
  width: 160px;
  cursor:pointer;
  position: absolute;
  content: "";
  top: 50%;
  bottom: 50%;
  right: 0;
  left: 0;
  z-index: -1;
  background: #2a68cc;
  transition: 0.6s;
}
.bartop .bartop-ul li:hover:after{
  top: 0;
  bottom: 0;
}
.bartop .bartop-ul li:hover{
  color: #fff;
}
.bartop .bartop-ul .tacitly{
  float: left;
  width: 160px;
  text-align: center;
  cursor:pointer;
  background: #2a68cc;
  color: #fff;
}
.bartop .bartop-ul .tacitly li{
  background: #2a68cc;
  color: #fff;
}
a{
  text-decoration: none;
  color: #333333;
}


/*轮播图*/
.Swiper-img{
  clear:both;
  position: relative;
}
.swiper-container{
  width: 100%;
  height: 500px;
  }
  .swiper-slide{
      width: 100%;
      height: 500px;
  }
  .swiper-slide img{
      width: 100%;
      height: 500px;
  }

  /*栏目所在位置*/
  .Caption{
    background: #f8f9fb;
    height: 120px;
    position: relative;
  }
  .Caption-box{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
  }
  .product-name{
    position: relative;
    z-index: 10;
    margin-left: 40px;
  }
  .product-name-English{
    position: absolute;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: bold;
    color:#ffc9ca;
    top: 20px;
    left: 150px;
  }
  .product-name-Chinese{
    line-height: 120px;
    font-size: 30px;
    color: #3f3f3f;
  }
  .current-position{
    margin-right: 115px;
    margin-top: 20px;
    text-align: right;
    font-size: 12px;
    color: #9d9d9d;
  }
  .current-position span a{
    color: #9d9d9d;
  }
  .current-position span a:hover{
    color: #2a68cc;
  }
  .current-sub-nav{
    margin-top: 30px;
  }
  .current-sub-nav a{
    display: inline-block;
    width: 146px;
    height: 42px;
    margin-left: 30px;
    border: 1px #666 dashed;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    color: #666;
  }
  .current-sub-nav a.active{
    background: #2a68cc;
    border: 1px #2a68cc solid;
    color: #fff;
  }
  .current-sub-nav a:hover{
    background: #2a68cc;
    border: 1px #2a68cc solid;
    color: #fff;
  }

  /*新闻列表*/
  .Neswlist-box{
    width: 1000px;
    margin: 30px auto;
  }
  .Neswlist-detail{
    display: flex;
  }
  .Neswlist-detail{
    padding: 20px;
  }
  .Neswlist-detail:hover{
    background: #f9f9f9;
  }
  .Neswlist-detail .detail-left{
    width: 150px;
    text-align: center;
  }
  .detail-left-day{
    color: #4f4f4f;
    font-size: 36px;
  }
  .detail-left-month{
    font-size: 14px;
    color: #999;
  }
  .detail-right{
    width: 700px;
  }
  .detail-right-title a{
    color: #333;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    cursor: pointer;
  }
  .detail-right-title a:hover{
    color: #2a68cc;
  }
  .detail-right-content{
    font-size: 12px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .detail-right-bottomicon{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    margin-top: 20px;
    color: #999;
  }
  .bottomicon-reading{
    display: flex;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
  }
  .bottomicon-reading .icon-time{
    margin-right: 10px;
    display: flex;
  }
  .bottomicon-reading .icon-yues{
    display: flex;
  }
  .bottomicon-reading .ziti{
    margin-left: 5px;
  }
  .bottomicon-btn{
    height: 25px;
    line-height: 25px;
    transition: 0.1s ease-out;
    -ms-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
  }
  .bottomicon-btn .icon-jia{
    font-size: 20px;
    color: #2a68cc;
  }
  .bottomicon-btn:hover{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }


  /*友情链接*/
  .friendship{
    border-top: 1px solid #eeeeee;
    width: 100%;
    height: 100px;
  }
  .friendship-box{
    width: 1200px;
    margin: 0 auto;
  }
  .friendship-title{
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
  }

  .friendship-link ul{
    width: 1200px;
    padding: 0;
    margin: 0;
    z-index: 10;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
  }
  .friendship-link li{
    font-size: 12px;
    padding: 0 20px;
    cursor:pointer;
    list-style: none;
  }
  .friendship-link li a{
    color: #666666;
    cursor:pointer;
  }
  .friendship-link li a:hover{
    color: #2a68cc;
  }

  /*底部栏*/
  .baseTab{
    width: 100%;
    background: #393939;
  }
  .baseTab-box{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
  }
  .baseTab-box .leave{
    width: 250px;
  }
  .leave .leave-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .leave-submit {
    border-right: 1px solid #d4d8de47;
  }
  .leave-submit .inputs{
    padding-left: 15px;
    height: 30px;
    width: 170px;
    line-height: 43px;
    font-size: 12px;
    color: #7f7f87;
    border: none;
    outline:none;
    background: #f5f6f7;
    margin-bottom: 10px;
  }
  .leave-submit .froms .submits{
    height: 35px;
    line-height: 35px;
    width: 185px;
    background: #2a68cc;
    color: #fff;
    border: none;
    outline:none;
    cursor: pointer;
  }

  /*底部导航 -网站导航*/
  .nav{
    width: 230px;
    margin-left: 30px;
  }
  .nav-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .nav-lists{
    height: 160px;
    border-right: 1px solid #d4d8de47;
  }
  .nav-lists-ul{
    margin: 0;
    padding: 0;
    list-style:none;
    column-count:2;
  }
  .nav-lists-ul li{
    height: 30px;
    line-height: 30px;
  }
  .nav-lists-ul li a{
    height: 25px;
    line-height: 25px;
    color: #999999;
    font-size: 12px;
  }
  .nav-lists-ul li a:hover{
    color: #fff;
  }

  /*联系地址*/
  .relation{
    width: 350px;
    margin-left: 30px;
  }
  .relation .relation-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .relation-site{
    width: 100%;
    height: 160px;
    border-right: 1px solid #d4d8de47;
  }
  .site-detail{
    color: #999999;
    font-size: 12px;
  }
  .site-phone{
    margin-top: 20px;
    color: #999999;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .site-phone .phone-dial{
    color: #b7353a;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
  }

  /*微信公众号*/
  .wx{
    width: 200px;
  }
  .wx-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .wx-swepp{
    width: 120px;
    height: 120px;
    background: #fff;
    text-align: center;
    float: right;
    margin-right: 40px;
  }
  .wx-swepp img{
    width: 100px;
    height: 100px;
    padding-top:10px;
  }

  /*技术支持*/
  .technology{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #939393;
  }
  .technology-box{
    color: #767676;
    font-size: 12px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
  }
  

