*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
*:before,
*:after{
  box-sizing:border-box;
}
body{
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size:14px;
  background: #fff;
  color: #333333;
}
a{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
}
/* css layout */
/* 手机 <=768px */
/* 头部start */
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 50px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.header{
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  background: #fff;
  position: absolute;
  width: 100%;
}
.header .logo img{
  width: 64px;
  height: 30px;
  margin-top: 10px;
}
.header .nav div{
  height: 50px;
  width: 28px;
  padding-top: 7px;
}
.header .nav span{
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 7px;
  border-radius: 4px;
  background: #1182A7;
  transition: .3s;
}
.header .nav ul{
  position: absolute;
  z-index: -1;
  top: -176px;
  right: 0;
  background: #0A4355;
  transition: .3s;
}
.header .nav li a{
  display: inline-block;
  width: 134px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #225666;
}
.header .nav li a:hover{
  background: #225666;
}
.header .nav ul.active{
  top: 50px;
}
.header .nav div.active .sp2{
  opacity: 0;
}
.header .nav div.active .sp1{
  transform-origin: left center;
  transform: rotate(45deg);
}
.header .nav div.active .sp3{
  transform-origin: left center;
  transform: rotate(-45deg);
}
/* 头部end */

/* 头图 */
.bgkimg{
  margin-top: 50px;
  height: 210px;
  background: url(../images/guanyu.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 78px;
}
.bgkimg span{
  display: inline-block;
  width: 36px;
  height: 3px;
  background: #fff;
  margin-bottom: 10px;
}
.bgkimg h1{
  font-size: 30px;
  color: #fff;
}

/*  */
.content{
  text-align: center;
  padding: 50px 15px;
}
.content .text span{
  display: inline-block;
  width: 36px;
  height: 3px;
  background: #1182A7;
  margin-bottom: 10px;
}
.content .text h4{
  font-size: 18px;
  margin-bottom: 15px;
}
.content .text p{
  margin-bottom: 15px;
  text-align: left;
}
.content .image{
  font-size: 0;
}
.content .image img{
  width: 100%;
}
/*  */
.content.fuwu{
  background: #f5f5f5;
}


/* 底部start */
footer{
  background: #0A4355;
  color: #fff;
  padding: 30px 15px 20px;
}
footer .fuwu{
  width: 100%;
  height: 107px;
  margin-bottom: 20px;
}
footer .fuwu dl{
  float: left;
  width: 50%;
  text-align: center;
}
footer .fuwu dl:first-child{
  border-right: 1px solid #3D8CA6;
}
footer .fuwu dt{
  font-size: 20px;
  margin-bottom: 15px;
}
footer .fuwu dd{
  font-size: 16px;
  margin-bottom: 10px;
}
footer .address{
  line-height: 20px;
  margin-bottom: 50px;
}
footer .address p{
  margin-bottom: 10px;
}
footer p .left{
  width: 100px !important;
}
footer p .right{
  width: 100%;
  padding-left: 100px;
  margin-top: -20px; 
}
footer p span{
  display: block;
}
footer .copyright{
  width: 310px;
  margin: 0 auto;
  font-size: 12px;
  color: #21809E;
  text-align: center;
}
/* 底部end */

/* 平板 >=768px */
@media screen and (min-width:768px){
  /* 底部start */
  footer .copyright{
    width: auto;
  }
  /* 底部end */
}

/* 笔记本 >=992px */
@media screen and (min-width:992px){

  /* 小程序 */
  .con-box{
    width: 800px;
    height: 480px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .con-box .text{
    float: right;
    width: 40%;
    padding-top: 45px;
    text-align: left
  }
  .con-box .image{
    float: left;
    width: 55%;
  }
  .content .image img{
    margin-left: 0;
  }

  /* 服务号 */
  .fuwu .con-box .text{
    float: left;
    text-align: right;
    padding-top: 25px;
  }
  .fuwu .con-box .text p{
    text-align: right;
  }
  .fuwu .con-box .image{
    float: right;
    margin-left: 0;
  }

  /* 数据表 */

  /* 底部start */
  footer{
    padding: 50px 0 20px;
  }
  .footer{
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  footer .fuwu{
    width: 350px;
  }
  footer .fuwu dl:first-child{
    border: none;
  }
  footer .fuwu dl:last-child{
    border-right: 1px solid #3D8CA6;
  }
  footer .address{
    padding-left: 54px;
    width: 450px;
  }
  footer .address .left{
    width: 120px;
  }
  footer .address .email{
    margin-top: 20px;
  }
  footer p .right{
    width: 350px;
  }
  /* 底部end */
}

/* 大型屏幕 >=1200px */
@media screen and (min-width:1200px){
  header{
    background: #fff;
    height: 70px;
  }
  /* 头部start */
  .header{
    height: 70px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    padding: 0;
  }
  .header .logo img{
    height: 40px;
    width: 85px;
    margin-top: 16px;
  }
  .header .nav div{
    display: none;
  }
  .header .nav ul{
    display: flex;
    top: 0;
    background: #fff;
    /* width: 670px; */
    z-index: 1;
  }
  .header .nav ul.active{
    top: 0;
  }
  .header .nav li a{
    /* float: left; */
    color: #353535;
    border: none;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
  .header .nav li a:hover{
    background: #1182A7;
    color: #fff;
  }
  .header .nav li a.active{
    background: #1182A7;
    color: #fff;
  }
  /* 头部end */

  /* 头图 */
  .bgkimg{
    margin-top: 70px;
    height: 350px;
    text-align: center;
    padding-top: 125px;
  }
  .bgkimg span{
    width: 80px;
    height: 6px;
    margin-bottom: 20px;
  }
  .bgkimg h1{
    font-size: 40px;
  }

  /* 医药行业的人才共享平台 */
  .con-box{
    width: 1200px;
    height: 540px;
    padding: 100px 0;
  }
  .con-box .text{
    width: 580px;
    padding-top: 45px;
  }
  .con-box .text span{
    width: 60px;
    height: 6px;
    margin-bottom: 20px;
  }
  .con-box .text h4{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .con-box .text p{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .con-box .image{
    width: 535px;
  }


  /* 底部start */
  .footer{
    width: 1200px;
    margin: 0 auto;
  }
  .footer .fuwu{
    width: 50%;
    padding-left: 170px;
    border-right: 1px solid #3D8CA6;
  }
  footer .footer .fuwu dl{
    border: none;
    width: 35%;
  }
  .footer .address{
    width: 50%;
    padding-left: 100px;
  }
  footer .address .left {
    width: 98px;
  }
  /* 底部end */
}
footer .copyright a{
  text-decoration:underline;
}