@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* header */
@font-face {
  font-family: "YAHEI";
  src: url("../font/MICROSOFT-YAHEI-SEMIBOLD.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dbold";
  src: url("../font/din-bold_.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
header {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.header-main {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 180px;
  display: block;
  overflow: hidden;
}
.logo img {
  display: block;
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-ul li {
  position: relative;
  margin-right: 65px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #111;
  position: relative;
  line-height: 100px;
}
.nav-ul li:hover a,
.nav-ul li.on a {
  color: #0098dc;
}
@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 35px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .header-main {
    height: 70px;
  }
  #navToggle {
    display: block;
  }
  .nav-ul {
    display: none;
  }
}
@media (max-width: 599px) {
  .logo {
    width: 160px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  padding-top: 54px;
  background: #0098dc;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.footer-left {
  color: #fff;
  width: 27.3%;
  font-family: "dbold";
}
.footer-left p {
  margin-bottom: 9px;
}
.footer-left span {
  font-size: 36px;
  line-height: 36px;
}
.footer-logo {
  display: block;
  width: 256px;
  overflow: hidden;
  margin-bottom: 32px;
}
.footer-logo img {
  width: 100%;
}
.footer-ul {
  width: 72.7%;
  display: flex;
  justify-content: space-between;
}
.footer-ul li h3 {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 16px;
}
.footer-ul li dl dd > a {
  line-height: 30px;
  display: block;
  color: #fff;
  font-size: 16px;
  opacity: 0.75;
}
.code-wrap {
  display: flex;
  margin-bottom: 56px;
}
.code-item {
  text-align: center;
  width: 104px;
  margin-top: 9px;
}
.code-item p {
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 101px;
}
.copy p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-top{
    margin-bottom: 0px;
  }
  .footer-left{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .footer-logo{
    margin-bottom: 18px;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
    line-height: 24px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .code-item p {
    margin-top: 10px;
  }
  .code-wrap {
    margin-bottom: 15px;
  }
  #footer {
    padding-top: 30px;
  }
  .code-item {
    margin: 10px auto 0px;
  }
  .copy-link {
    flex-wrap: wrap;
  }
  .copy-link a {
    display: block;
  }
}
/* 首页关于我们 */
.home-about{
  overflow: hidden;
  padding-top: 100px;
}
.habout-main {
  display: flex;
  flex-wrap: wrap;
}
.habout-left {
  width: 50%;
  padding-right: 50px;
}
.habout-left h3{
  font-size: 48px;
  line-height: 48px;
  color: #111;
  font-family: "YAHEI";
  font-weight: 200;
}
.habout-des{
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  margin-top: 45px;
}
.habout-des p{
  margin-bottom: 15px;
}
.public-more {
  display: block;
  text-align: center;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
}
.habout-more {
  background-color: #0098dc;
  color: #fff;
  margin-top: 53px;
  transition: all .5s;
}
.habout-more:hover{
  transform: translateY(-8px);
}
.habout-right {
  width: 50%;
  padding-left: 50px;
}
.habout-list {
  display: flex;
  flex-wrap: wrap;
}
.habout-list li {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.habout-list li > img {
  width: 100%;
  transition: all .5s;
}
.habout-info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
.habout-icon {
  text-align: right;
}
.habout-info p {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.habout-list li:hover > img{
  transform: scale(1.1);
}
.hpro-item:hover .hpro-img img{
  transform: scale(1.1);
}
.habout-des p:last-child{
  margin-bottom: 0px;
}
@media(max-width: 1600px){
  .habout-right{
    padding-left: 0px;
  }
  .habout-more{
    margin-top: 38px;
  }
  .habout-des{
    margin-top: 30px;
  }
}
@media(max-width: 1200px){
  .habout-left{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .habout-right{
    padding-left: 0px;
    width: 100%;
  }
  .home-about{
    padding-top: 75px;
  }
  .habout-left h3{
    font-size: 40px;
    line-height: 40px;
  }
}
@media(max-width: 991px){
  .habout-left{
    margin-bottom: 30px;
  }
  .home-about{
    padding-top: 35px;
  }
  .habout-left h3{
    font-size: 28px;
    line-height: 28px;
  }
  .habout-des{
    margin-top: 18px;
  }
  .habout-more{
    margin-top: 20px;
  }
}
@media(max-width: 599px){
  .habout-info{
    padding: 15px;
  }
  .habout-info p{
    font-size: 18px;
  }
  .habout-list li{
    width: 100%;
  }
}
/* 首页产品 */
.hpro-main {
  display: flex;
  flex-wrap: wrap;
}
.hpro-item {
  width: 50%;
  position: relative;
}
.hpro-img {
  width: 100%;
  overflow: hidden;
}
.hpro-img img {
  width: 100%;
  transition: all .5s;
}
.hpro-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 224px;
} 
.hpro-title h3{
  font-size: 36px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.hpro-more {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
  transition: all .5s;
}
.hpro-list li a{
  display: flex;
  align-items: center;
  height: 35px;
  border-bottom: 1px solid transparent;
  width: 254px;
  justify-content: space-between;
  transition: all .5s;
}
.hpro-list li a p{
  font-size: 16px;
  color: #fff;
}
.hpro-list li:hover a, .hpro-list li.on a{
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.hpro-more:hover{
  background-color: #fff;
  color: #0098dc;
}
@media(max-width: 1600px){
  .hpro-info{
    padding-left: 164px;
  }
}
@media(max-width: 1200px){
  .hpro-info{
    padding-left: 84px;
  }
  .hpro-title h3{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 14px;
    margin-top: 12px;
  }
  .hpro-more{
    margin-top: 20px;
  }
}
@media(max-width: 991px){
  .hpro-item {
    width: 100%;
  }
  .hpro-info{
    padding-right: 84px;
  }
  .hpro-title h3{
    font-size: 24px;
  }
  .hpro-list li a{
    width: 100%;
  }
}
@media(max-width: 599px){
  .hpro-item {
    width: 100%;
  }
  .hpro-info{
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    background-color: #0098dc;
    height: auto;
  }
  .hpro-title h3{
    font-size: 24px;
  }
  .hpro-list li a{
    width: 100%;
  }
}
/* 首页新闻 */
.hnews-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
.hnews-title h3{
  font-size: 48px;
  line-height: 48px;
  color: #111;
  font-family: "YAHEI";
  font-weight: 200;
}
.hnewstitle-more{
  margin-top: 0px;
}
.hnews-top{
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.hnews-top li {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
.hnews-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hnews-list li h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hnews-info{
  height: 120px;
  background-color: #0098dc;
  padding: 16px 32px 0px;
}
.hnews-info h3 a{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.hnews-info span{
  display: block;
  padding-left: 20px;
  background: url(../img/time-icon.png) no-repeat left center;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.hnews-list li{
  display: flex;
  align-items: center;
  height: 85px;
  border-bottom: 1px dashed #dcdcdc;
  justify-content: space-between;
}
.hnews-time{
  width: 126px;
  font-family: "Arial";
  display: flex;
  justify-content: space-between;
}
.hnews-time span{
  font-size: 30px;
  color: #444;
  line-height: 40px;
}
.hnews-time strong{
  font-weight: normal;
  font-size: 16px;
  color: #888;
  line-height: 24px;
  margin-top:12px;
}
.hnews-more{
  width: 74px;
  font-size: 14px;
  color: #888;
  background: url(../img/hnews-more.png) no-repeat right center;
  transition: all .5s;
}
.hnews-list li h3{
  width: calc(100% - 200px);
}
.hnews-list li h3 a{
  width: 100%;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #222;
  padding-left: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hnews-list li:hover h3 a{
  color: #0098dc;
}
.hnews-list li:hover .hnews-more{
  color: #0098dc;
  background-image: url(../img/hnews-more-on.png);
}
.hnews-wrap{
  padding-bottom: 100px;
}
@media(max-width: 1200px){
  .hnews-top li{
    padding: 0 14px;
  }
  .hnews-top{
    margin-left: -14px;
    margin-right: -14px;
  }
  .hnews-info{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width: 991px){
  .hnews-top li{
    padding: 0px;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .hnews-top li:last-child{
    margin-bottom: 0px;
  }
  .hnews-top{
    margin-left: 0px;
    margin-right: 0px;
  }
  .hnews-info{
    height: auto;
    padding: 20px 15px;
  }
  .hnews-title{
    margin-bottom: 26px;
  }
  .hnews-title h3{
    font-size: 28px;
    line-height: 28px;
  }
  .hnews-list li h3 a{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hnews-list li{
    height: 61px;
  }
  .hnews-time{
    width: 90px;
  }
  .hnews-time span{
    font-size: 20px;
    line-height: 20px;
  }
  .hnews-time strong{
    font-size: 14px;
    margin-top: 0px;
  }
  .hnews-more{
    width: 66px;
  }
  .hnews-list li h3{
    width: calc(100% - 156px);
  }
  .hnews-list li h3 a{
    font-size: 16px;
  }
  .hnews-info h3 a{
    font-size: 16px;
  }
  .hnews-info{
    padding-top: 15px;
  }
  .hnews-wrap{
    padding-bottom: 40px;
  }
}
@media(max-width: 499px){
  .hnews-top{
    margin-bottom: 0px;
  }
  .hnews-time span{
    font-size: 18px;
  }
  .hnews-time strong{
    line-height: 16px;
    margin-top: 3px;
  }
  .hnews-time{
    width: 80px;
  }
  .hnews-list li h3{
    width: calc(100% - 146px);
  }
  .hnews-list li h3 a{
    padding: 0 5px;
  }
}
/* 内页导航 */
.inside-nav{
  background-color: #f0f0f4;
  overflow: hidden;
}
.inav-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inav-list {
  display: flex;
  align-items: center;
}
.inav-list li{
  transition: all .5s;
  border-right: 1px solid #cccccc;
  width: 200px;
}
.inav-list li a{
  line-height: 80px;
  text-align: center;
  display: block;
  color: #222;
  width: 100%;
}
.inav-list li:hover, .inav-list li.on{
  background-color: #0098dc;
  border-right-color: #0098dc;
}
.inav-list li:hover a, .inav-list li.on a{
  color: #fff;
}
.pos{
  padding-left: 20px;
  background: url(../img/pos-icon.png) no-repeat left center;
  line-height: 80px;
  color: #444;
}
.pos a{
  color: #888888;
}
.pos a:hover{
  color: #0098dc;
}
.about-wrap {
  overflow: hidden;
  padding-top: 80px;
}
.about-top {
  display: flex;
  flex-wrap: wrap;
}
.about-left {
  width: 50%;
  padding-right: 40px;
}
.about-left h3 {
  font-family: "YAHEI";
  margin-bottom: 48px;
  color: #111;
  font-size: 48px;
  line-height: 48px;
}
.about-left p{
  font-size: 16px;
  line-height: 36px;
  color: #444;
  text-indent: 32px;
  margin-bottom: 18px;
}
.about-left p:last-child{
  margin-bottom: 0px;
}
.about-img {
  width: 50%;
  overflow: hidden;
  padding-left: 40px;
}
.about-img img {
  width: 100%;
  transition: all 0.5s;
}
.about-img:hover img{
  transform: scale(1.1);
}
.culture-main {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
}
.culture-main img {
  width: 100%;
}
.culture-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.culture-info h3{
  font-size: 48px;
  margin-bottom: 34px;
  line-height: 48px;
}
.culture-info p{
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1400px) {
  .about-left p{
    line-height: 30px;
  }
  .about-img{
    padding-left: 0px;
  }
  .about-left h3{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .inav-list li{
    width: 140px;
  }
  .about-left{
    width: 100%;
    padding-right: 0px;
  }
  .about-img {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .pos{
    display: none;
  }
  .inav-list li{
    width: 120px;
  }
  .inav-list li a{
    line-height: 50px;
  } 
  .about-wrap{
    padding-top: 35px;
  }
  .about-left h3{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .about-left p{
    margin-bottom: 12px;
  }
  .about-img {
    margin-top: 20px;
  }
  .culture-main{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .culture-info h3{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .culture-info p{
    font-size: 16px;
    line-height: 24px;
  }
}
@media(max-width: 499px){
  .culture-info h3{
    font-size: 24px;
    margin-bottom: 8px;
  }
  .culture-main{
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .inav-list li{
    width: 80px;
  }
}
/* 新闻中心 */
.news-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.news-list li:last-child{
  margin-bottom: 0px;
}
.news-img {
  width: 385px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  transition: all 0.5s;
}
.news-info {
  width: calc(100% - 385px);
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
}
.news-info h3 a{
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #222;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-info span{
  color: #ccc;
  font-size: 16px;
}
.news-info p {
  margin-top: 6px;
  line-height: 30px;
  color: #444;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news-list li:hover .news-img img {
  transform: scale(1.1);
}
.news-list li:hover .news-info {
  background-color: #0098dc;
  color: #fff;
}
.news-list li:hover .news-info h3 a {
  color: #fff;
}
.news-list li:hover .news-info span {
  color: #fff;
}
.news-list li:hover .news-info p{
  color: #fff;
}
@media(max-width: 991px){
  .news-img{
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
  }
  .news-info{
    width: 100%;
    padding: 25px;
  }
  .news-list li{
    margin-bottom: 30px;
  }
  .news-info h3 a{
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media(max-width: 599px){
  .news-info{
    padding: 15px;
  }
  .news-info p{
    line-height: 24px;
    margin-top: 5px;
  }
}
/* 产品中心 */
.pro-list {
  margin-left: -20px;
  margin-right: -20px;
}
.pro-list li {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.pro-item .public-img{
  border: 1px solid #e5e5e5;
}
.pro-item p{
  line-height: 58px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #444;
  transition: all .5s;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-item:hover .public-img img{
  transform: scale(1.1);
}
.pro-item:hover p{
  background-color: #0098dc;
  color: #fff;
}
.pro-page{
  margin-top: 20px;
}
@media(max-width: 1200px){
  .pro-list {
    margin-left: -14px;
    margin-right: -14px;
  }
  .pro-list li {
    padding: 0 14px;
  }
}
@media(max-width: 991px){
  .pro-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .pro-item p{
    line-height: 50px;
  }
  .inav-pro li{
    width: 140px;
  }
}
@media(max-width: 599px){
  .pro-list {
    margin-left:0px;
    margin-right:0px;
  }
  .pro-list li {
    padding: 0px;
    width: 100%;
  }
  .pro-page{
    margin-top: 0px;
  }
}


/*首页-------------手风琴*/

.wind-ul li a{
  display: block;
}
.wind-ul li.wind-1{
  background: #22ad38;
}
.wind-ul li {
  width: 12%;
  padding: 60px 0;
  text-align: center;
  transition:width 0.5s;
}
.wind-ul{
  display: flex;
  justify-content: space-between;
  
}
.wind-box{
  width: 100%;
}

.wind-ul li.wind-2{
  background: #fdce0e;
}
.wind-ul li.wind-3{
  background: #0168b7;
}
.wind-ul li.wind-4{
  background: #0097dc;
}
.wind-ul li{
  position: relative;
}
.wind-ul li h3{
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;      
  writing-mode: vertical-rl;
  *writing-mode: tb-rl;
  margin: 0 auto;
  color: #fff;
}
.wind-ul li.on .wind-tit{
  display: none;
}
.wind-ul li.on .wind-txt{
  display: block;
  
}
.wind-ul li .wind-txt{
  display: none;
}
.wind-ul li.on {
  width: 69%;
}
.wind-ul li.on.wind-2{
  background: url("../img/honor-img.jpg") no-repeat top center;
  background-size: 100%;
}

.wind-ul li.on.wind-1{
  background: url("../img/equipment-img.jpg") no-repeat top center;
  background-size: 100%;
}
.wind-ul li.on.wind-3{
  background: url("../img/case-img.jpg") no-repeat top center;
  background-size: 100%;
}
.wind-ul li.on.wind-4{
  background: url("../img/join-img.jpg") no-repeat top center;
  background-size: 100%;
}


.wind{
  margin-top: 100px;
  height: 520px;
}
.wind-box span{
  font-size: 60px;
  font-family: "dbold";
  color: #fff;
  opacity: 0.5;
}
.wind-ul li h3{
  font-size: 24px;
  margin:100px auto 80px;
  width: 27px;
  letter-spacing: 5px;
}
.wind-txt{
  color: #fff;
  padding: 30px 0px 0 60px;
  text-align: left;
  width: 405px;
}
.wind-txt span{
  opacity: 1;
  font-size: 16px;
  display:block;
  margin-top: 60px;
}
.wind-txt h4{
  font-size: 36px;
  border-bottom: 1px solid #8ca3bc;
  padding-bottom: 30px;
}

.wind-txtm h5{
  margin-top: 30px;
  line-height: 30px;
}

@media(max-width:1600px){
  .wind{
    height: 475px;
    overflow: hidden;
  }
}

@media(max-width:1400px){
  .wind{
    height: 475px;
    overflow: hidden;
  }
  .wind-ul li h3 {
    font-size: 24px;
    margin: 30px auto 40px;
  }
  .wind-ul li{
    overflow: hidden;
  }
  .wind{
    height: 425px;
  }
  .wind-txt{
    width: 80%;
  }
}

@media(max-width:1200px){
  .wind{
    height: 475px;
    overflow: hidden;
  }
  .wind-ul li h3 {
    font-size: 24px;
    margin: 30px auto 40px;
  }
  .wind-ul li{
    overflow: hidden;
  }
  .wind{
    height: 425px;
  }
  .wind-txt{
    width: 80%;
  }
  .wind-txt{
    width: 100%;
    padding: 0 30px;
  }
  .wind-ul li h3 {
    font-size: 22px;
    margin: 15px auto 15px;
  }
  .wind-txtm h5 {
    margin-top: 20px;
    line-height: 26px;
  }
  .wind{
    height: 350px;
  }
}

@media(max-width:991px){
  .wind-ul{
    display: block;
  }
  .wind{
    height: auto;
  }
  .wind-ul li a .wind-txt{
    display: block !important;
  }
  .wind-ul li{
    width: 100%;
  }
  .wind-ul li.on{
    width: 100%;
  }
  .wind-txt{
    padding: 0 15px;
  }
  .wind{
    margin-top: 40px;
  }
}
.inner-title {
  text-align: center;
}
.inner-title h1{
  font-family: "YAHEI";
  margin-bottom: 48px;
  color: #111;
  font-size: 48px;
  line-height: 48px;
}

.inner-main img {
  max-width: 100%;
}

.inner-main {
  padding-bottom: 40px;
}


/*联系我们*/


.contact-us {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
}

.contact-us:hover {
  color: #fff;
  background-color: #0098dc;
}

.contact-info {
  width: 550px;
  text-align: center;
  padding: 40px 0 30px;
}

.contact-info h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #0098dc;
  padding-bottom: 40px;
}

.contact-us:hover h2 {
  color: #fff;
}


.contact-info div {
  display: inline-block;
  text-align: left;
}

.contact-info p {
  line-height: 32px;
}

.contact-img, .contact-map{
  overflow: hidden;
}
.contact-img img, .contact-map img {
  max-width: 100%;
  vertical-align: middle;
  border: 0 none;
  transition: all .6s;
}

.contact-img:hover img {
  transform: scale(1.1);
}

.contact-map {
  padding-top: 50px;
}

.contact-map:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .contact-us {
    flex-direction: column;
    background-color: #fff;
  }

  .contact-us:hover {
    background-color: #fff;
  }


  .contact-us:hover .contact-info {
    color: #fff;
    background-color: #0098dc;
  }


  .contact-info {
    width: 100%;
    background-color: #eee;
    margin-bottom: 30px;
  }

  .contact-img img {
    width: 100%;
  }

  .contact-map {
    padding-top: 30px;
  }
}


/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

#pbanner .swiper-slide img {
  width: 100%;
  display: block;
}

.job{
  padding:70px 0 80px;
}

.recrument-title {
  font-size: 24px;
  font-weight: bold;
  color: #2a2f32;
  text-align: center;
  line-height: 24px;
  margin-bottom: 32px;
}
.recrument-list li {
  margin-bottom: 13px;
}
.recrument-list li:last-child {
  margin-bottom: 0px;
}
.recrument-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  background-color: #f7f7f7;
  padding-left: 90px;
  padding-right: 108px;
}
.recrument-top p {
  font-size: 16px;
  color: #333;
  font-family: "pBold";
}
.recrument-top i {
  width: 32px;
  height: 32px;
  background: url(../img/recruit-add.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.recrument-list li.on .recrument-top i {
  background: url(../img/recruit-slice.png) no-repeat center;
}
.recrument-list li.on .recrument-top{
  background: #0098dc;
}
.recrument-list li.on .recrument-top p{
  color: #fff;
}
.recrument-bom {
  padding-left: 90px;
  padding-top: 25px;
  display: none;
}
.recrument-info {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.recrument-info h3 {
  font-weight: bold;
  line-height: 30px;
}
@media(max-width:1200px){
  .recrument-top {
    padding-left: 45px;
    padding-right: 55px;
  }
  .recrument-bom {
    padding-left: 45px;
  }
}
@media(max-width:991px){
  .recrument-title {
    margin-bottom: 26px;
  }
  .recrument-info {
    margin-bottom: 16px;
  }
  .recrument-bom {
    padding-top: 15px;
    padding-left: 20px;
  }
  .recrument-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .job{
    padding: 40px 0;
  }
}