*{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body{font-size:14px; font-family:"微软雅黑";}
.bg {
margin: 0;
padding: 0;
}
.header {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
.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;
}

/*地图 联系框*/
.contact-map{
  padding-top: 145px;
  max-width: 1920px;
  margin: auto 0;
  position: relative;
}
.contact-map img{
  vertical-align: top;
}
.contact-info{
    z-index: 3;
    width: 390px;
    height: 500px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -200px;
    margin-right: -600px;
}
.contact-title {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
.contact-info ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.contact-info li {
  padding: 15px 0;
  border-bottom: 1px #e6e6e6 solid;
}
.contact-info li h3 {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 18px;
  color: #222;
}
.contact-info li p {
  font-size: 14px;
  color: #999;
}
.contact-info li em {
	color: #d43342;
}

/*电话*/
.phone{
  width: 1200px;
  margin: 0 auto;
}
.phone-box{
  padding: 55px 0 45px;
  margin: 0 0 30px;
}
.phone-box li{
  width: 300px;
  float: left;
  font-size: 16px;
  color: #333;
}

/*友情链接*/
.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;
}


