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: 40px;
text-align: right;
font-size: 12px;
color: #9d9d9d;
}
.current-position a{
color: #9d9d9d;
}
.current-position a:hover{
color: #2a68cc;
}

/*关于我们*/
.aboutus{
width: 100%;
}
.aboutus-box{
background: #fff;
width: 1300px;
margin: 50px auto;
display: flex;
flex-direction:row;
justify-content:space-between;
}
.aboutus-introduce {
width: 700px;
}
.introduce-title .introduce-title-title{
font-size: 30px;
color: #666;
font-weight: normal;
}
.introduce-title .introduce-title-English{
margin-bottom: 20px;
font-size: 14px;
color: #666;
}
.introduce-title span{
display: block;
width: 34px;
height: 3px;
background: #2a68cc;
}
.introduce-content {
margin-top: 30px;
margin-bottom: 30px;
font-size: 14px;
color: #666;
line-height: 24px;
}
.introduce-btn{
width: 145px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
background: #2a68cc;
}
.introduce-btn:hover{
background: #2a68cc93;
}
.introduce-btn a{
color: #fff;
}

/*友情链接*/
.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 auto; */
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;
}


.aboutus-img{width: 440px;overflow: hidden;}
.img-figure img{max-width: 100%;height:auto;}
.a-slide{
    width: 100%;
    margin: 0 auto;
    height: 287px;
    overflow: hidden;
}

.a-slidee{
width: 100%;
overflow: hidden;
}

.a-slidee img{max-width: 100%;height: auto;}