@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "SanRegular";
  src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanMedium";
  src: url("../font/SourceHanSansCN-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanNormal";
  src: url("../font/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanBold";
  src: url("../font/SourceHanSansCN-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanLight";
  src: url("../font/SourceHanSansCN-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pMedium";
  src: url("../font/PingFangSC-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pBold";
  src: url("../font/PingFang-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pRegular";
  src: url("../font/PingFang-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avanti";
  src: url("../font/Avanti.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.index-menu {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 120px;
  margin: -160px 0 0;
  padding: 0;
  list-style-type: none;
  z-index: 70;
}
.inside-menu {
  right: 68px;
  width: 40px;
  margin: 0px;
  transform: translateY(-50%);
}
.index-menu li {
  font-size: 16px;
  display: block;
}
.inside-menu li {
  margin-top: 24px;
}
.index-menu li span {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: 12px;
  transition: all 0.4s;
  border-radius: 50%;
  border: 1px solid #292a2d;
  margin: 0 auto;
}
.inside-menu li span {
  margin-left: 0px;
}
.index-menu a {
  display: block;
  color: #e50112;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: all 0.4s;
  display: block;
  margin-top: 5px;
  margin-bottom:5px;
}
.index-menu .active a {
  color: #e50112;
  display: block;
  opacity: 1;
}
.index-menu .active span{
  background:#e50112;
  border: 1px solid #e50112;
}
.btop-arrow{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:#e50112;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto 20px;
}

/* 内页头部 */
header {
  width: 100%;
  z-index: 22;
  padding: 0 65px 0 80px;
  position: sticky;
  background: #fff;
  top: 0;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.header-r {
  display: flex;
  align-items: center;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.head-r {
  margin-left: 96px;
}

.logo {
  display: block;
}

.logo img {
  display: block;
  width: 100%;
}

.nav-ul {
  display: flex;
  align-items: center;
  margin-left: 165px;
}

.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li {
  margin: 0 10px;
}
.nav-ul li > a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #333333;
  position: relative;
  font-family: "SanLight";
  width: 128px;
  height: 44px;
  line-height: 44px;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: #fff;
  background: #e50112;
  border-radius: 25px;
}
.head-tel {
  width: 42px;
  height: 42px;
  background: #70b061;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  cursor: pointer;
}

.head-sou {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.head-sou form{
  position: absolute;

  top: 38px;
  right: 0;
  display: none;
}
.head-sou form input{
  border: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.sou-form{
  display: flex;
}
.head-sou form button{
  display: block;
  white-space: nowrap;
  background: #e50112;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border: none;
  font-size: 14px;
  width: 40px;
}
.head-r {
  display: flex;
}


.header-mainl{
  display: flex;
  align-items: center;
}



/*banner*/
#banner ,#pbanner{
  position: relative;
  height: 100%;
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

.banner-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
.banner-more {
  font-size: 24px;
  position: absolute;
  z-index: 66;
  bottom: 220px;
  right: 8.3%;
  color: #fff;
  background: url("../img/banner-more.png") no-repeat center left;
  height: 68px;
  line-height: 68px;
  padding-left: 50px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .nav-ul li {
    margin: 0 15px;
  }
  .nav-ul li > a::after {
    left: -15px;
  }
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin: 0 10px;
  }
  .logo {
    width: 300px;
  }
  .logo img {
    width: 100%;
  }
  .head-r {
    margin-left: 30px;
  }
  .nav-ul li > a{
    width: 110px;
  }

}

@media (max-width: 1400px) {
  .logo {
    width: 260px;
  }
  .nav-ul li > a {
    font-size: 16px;
  }
  .nav-ul li > a{
    width:100px;
  }
  .nav-ul{
    margin-left: 60px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li > a{
    width: 85px;
  }
  header {
    padding: 0 20px;
  }
  .logo {
    width: 220px;
  }
  .nav-ul li > a {
    font-weight: normal;
    font-size: 14px;
  }
  .head-tel {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
  .head-sou {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .logo {
    width: 200px;
  }
  .head-r {
    display: none;
  }
  #navToggle .line{
    background: #e50112;
  }
}

/* 底部 */
#footer {
  padding-top: 44px;
  overflow: hidden;
  width: 100%;
  background: #201a99;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
.footer-l {
  width: 23.75%;
}
.footer-logo {
  width: 225px;
  overflow: hidden;
  margin-bottom: 16px;
}
.footer-logo img {
  width: 100%;
}
.footer-contact p{
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  font-family: "SanLight";
}
.footer-ul {
  width: 76.25%;
  display: flex;
  justify-content: flex-end;
}
.footer-ul li h3 {
  font-size: 20px;
  position: relative;
  color: #FFF;
  font-family: "SanNormal";
  line-height: 32px;
  margin-bottom: 18px;
}
.footer-ul li dl dd > a {
  line-height: 26px;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-family: "SanLight";
}
.footer-ul li {
  margin-right: 112px;
}
.footer-ul li:last-child {
  margin-right: 0px;
}
.copy {
  height: 79px;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #fff;
  font-family: "SanRegular";
}
.copy p{
  display: flex;
  align-items: center;
  margin-right: 12px;
}
@media (max-width: 1600px) {
  .footer-ul li {
    margin-right: 70px;
  }
}
@media (max-width: 1400px) {
  .footer-ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-ul li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer-l {
    width:100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo {
    margin-bottom: 12px;
  }
  .footer-contact p{
    line-height: 26px;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 0px;
  }
  .footer-ul li h3 {
    margin-bottom: 5px;
    line-height: 24px;
    display: inline-block;
  }
  .footer-ul li dl dd > a {
    margin-bottom: 0px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-box {
    margin-bottom: 15px;
  }
  .copy {
    height: auto;
    padding: 15px;
    text-align: center;
    flex-wrap: wrap;
  }
  #footer {
    padding-top: 30px;
  }
  header {
    height: 70px;
  }
  .header-main {
    height: 70px;
  }
  #menu {
    display: none;
  }
}


/*banner*/
.banner-swiper .swiper-pagination{
  text-align: left;
  padding: 0 160px;
  bottom:124px;
}
.banner-swiper .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  border:2px solid #fff;
}

.btop-img{
  display: none;
}





/*首页关于我们*/
.homeabout{
  height:100%;
  width: 100%;
  background: url("../img/habout-bg.jpg") no-repeat center;
  padding-top: 200px;
}
.homeabout-l{
  width: 45%;

}
.homeabout-m{
  display: flex;
  justify-content: space-between;
}
.homeabout-r{
  width: 45%;
}
.homeabout-r img{
  width: 100%;
}
.homeabout-l h3{
  font-size: 48px;
  font-family: "SanNormal";
}
.homeabout-ltxt{
  margin-top: 60px;
  font-size: 18px;
  font-family: "SanLight";
  line-height: 35px;
}
.homeabout-ul{
  margin-top: 138px;
  display: flex;
  flex-wrap: wrap;
}
.homeabout-ul li{
  width: 33.33333%;
  margin-bottom: 40px;
}
.homeabout-icon img:last-child{
  display: none;
}
.homeabout-iconw{
  width: 72px;
  text-align: center
}
.homeabout-iconw h4{
  margin-top: 18px;
  font-size: 18px;
  font-family: "SanLight";
}
.homeabout-ul li:hover .homeabout-icon img:last-child{
  display: inline-block;
}
.homeabout-ul li:hover .homeabout-icon img:first-child{
  display: none;
}
.homeabout-ul li:hover h4{
  color: #e50516;
}

/**********产品中心************/
.hometit h2{
  font-size: 48px;
  font-family: "SanNormal";
}
.homepro{
  height: 100%;
  background: #e6e8ea;
  width: 100%;
  padding-top: 60px;
}


/* 内页联系我们 */
.inside-header{
  position: relative;
  top: auto;
  left: auto;
}
.inside-banner{
  overflow: hidden;
}
.banner-txt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  text-align: center;
  padding-top: 192px;
}
.banner-txt h2{
  font-size: 42px;
  line-height: 42px;
  font-family: "SanBold";
  margin-bottom: 32px;
}
.banner-txt p{
  font-size: 30px;
  line-height: 30px;
  font-family: "SanRegular";
}
.contact-wrap{
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
}
.contact-list{
  display: flex;
  justify-content: center;
  margin-top: 86px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 58px;
  margin-bottom: 47px;
}
.contact-list li{
  padding: 0 100px;
  text-align: center;
  color: #333;
  font-family: "SanRegular";
  position: relative;
}
.contact-list li .contact-icon{
  min-height: 38px;
  margin:0 auto;
}
.contact-list li h3{
  font-size: 24px;
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 20px;
}
.contact-list li p{
  font-size: 18px;
  line-height: 30px;
  min-height: 60px;
  text-align: center;
  max-width: 150px;
}
.contact-list li::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 98px;
  background-color: #dedede;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-list li:last-child::after{
  display: none;
}
.contact-map{
  width: 100%;
  overflow: hidden;
}
.contact-map img{
  width: 100%;
}
@media(max-width: 1600px){
  .contact-list li{
    padding: 0 85px;
  }
  .contact-list li p{
    max-width: 170px;
  }
  .banner-txt{
    padding-top: 162px;
  }
}
@media(max-width: 1400px){
  .contact-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-list li{
    padding: 0px;
    flex: 1;
  }
  .contact-list li p{
    margin: 0 auto;
  }
  .banner-txt{
    padding-top: 142px;
  }
}
@media(max-width: 1200px){
  .contact-list {
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner-txt{
    padding-top: 110px;
  }
}
@media(max-width: 991px){
  .contact-list {
    margin-top: 35px;
    padding: 0px 20px 15px;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .contact-list li{
    flex: none;
    padding: 0 20px;
    width: 50%;
    margin-bottom: 15px;
  }
  .contact-list li h3{
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .contact-list li:nth-child(2n)::after{
    display: none;
  }
  .contact-list li::after{
    height: 70px;
  }
  .contact-list li p{
    min-height: 24px;
    max-width: 100%;
  }
  .contact-wrap{
    padding-bottom: 40px;
  }
  .banner-txt{
    padding-top: 70px;
  }
  .banner-txt h2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .banner-txt p{
    font-size: 18px;
  }
}
@media(max-width: 559px){
  .contact-list li p{
    font-size: 16px;
    line-height: 24px;
  }
  .contact-list {
    padding: 0px;
    border-bottom: none;
  }
  .contact-list li{
    width: 100%;
    padding: 0 15px 16px;
    border-bottom: 1px solid #dedede;
  }
  .contact-list li:last-child{
    margin-bottom: 0px;
  }
  .contact-list li::after{
    display: none;
  }
  .banner-txt{
    padding-top: 30px;
  }
  .banner-txt h2{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .banner-txt p{
    font-size: 16px;
  }
}
/* 企业简介 */
.public-class{
  margin-top: -80px;
  position: relative;
  z-index: 77;
}
.pclass-list{
  height: 80px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
  justify-content: center;
}
.pclass-list li a{
  font-size: 18px;
  color: #333;
  font-family: "SanRegular";
  line-height: 80px;
  position: relative;
  display: block;
}
.pclass-list li{
  margin-right: 90px;
}
.pclass-list li:last-child{
  margin-right: 0px;
}
.pclass-list li a::after{
  height: 3px;
  position: absolute;
  content: "";
  width: 100%;
  background-color: transparent;
  bottom: 0px;
  left: 0px;
}
.pclass-list li:hover a, .pclass-list li.on a{
  color: #e50112;
}
.pclass-list li:hover a::after, .pclass-list li.on a::after{
  background-color: #e50112;
}
.about-wrap{
  position: relative;
  overflow: hidden;
  padding-top: 76px;
}
.company-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 45px;
  margin-bottom: 64px;
}
.company-title{
  font-family: "SanRegular";
}
.company-title h3{
  padding-top: 8px;
  font-size: 48px;
  line-height: 48px;
  color: #333;
  margin-bottom: 35px;
}
.company-title p{
  font-size: 30px;
  line-height: 30px;
  color: #666;
}
.company-since{
  display: flex;
  justify-content: space-between;
}
.company-since li{
  padding: 0 58px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.company-since li::after{
  position: absolute;
  height: 148px;
  width: 1px;
  right: 0px;
  top: 2px;
  background-color: #f0f0f0;
  content: "";
}
.company-since li:last-child::after{
  display: none;
}
.company-since li:first-child{
  padding-left: 0px;
}
.company-since li:last-child{
  padding-right: 0px;
}
.company-since li p{
  font-size: 24px;
  color: #666;
  font-family: "SanRegular";
  line-height: 24px;
  margin-bottom: 60px;
}
.company-data{
  display: flex;
  font-family: "SanRegular";
}
.company-data span{
  font-size: 72px;
  line-height: 72px;
  color: #e50112;
}
.company-data i{
  font-style: normal;
  font-size: 24px;
  color: #666;
  line-height: 24px;
  margin-top: 6px;
  display: block;
  margin-left: 20px;
}
.company-intro{
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 114px;
}
.company-left{
  width: 50%;
  padding-right: 84px;
}
.company-left .public-img:hover img{
  transform: scale(1.1);
}
.company-right{
  width: 50%;
  font-size: 18px;
  color: #666;
  line-height: 40px;
  text-indent: 36px;
  font-family: "SanRegular";
}
.vedio-img {
  overflow: hidden;
  position: relative;
}
.vedio-img img {
  width: 100%;
  display: block;
}
.about-list{
  margin-top: 104px;
  margin-bottom: 73px;
}
.about-list li{
  display: flex;
  flex-wrap: wrap;
}
.about-listimg{
  width: 50%;
  overflow: hidden;
}
.about-listimg img{
  width: 100%;
  transition: all .5s;
}
.about-listimg:hover img{
  transform: scale(1.1);
}
.about-info{
  width: 50%;
  font-family: "SanRegular";
}
.about-list li:nth-child(even){
  flex-direction: row-reverse;
}
.about-list li:nth-child(even) .about-info{
  padding-right: 60px;
  padding-top: 88px;
}
.about-list li:nth-child(odd) .about-info{
  padding-left: 60px;
  padding-top: 45px;
}
.about-info h3{
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-bottom: 42px;
}
.about-info p{
  font-size: 18px;
  line-height: 40px;
  color: #666;
}
@media(max-width: 1600px){
  .company-since li{
    padding: 0 35px;
  }
  .company-left{
    padding-right: 50px;
  }
  .company-right{
    font-size: 16px;
    line-height: 30px;
  }
  .about-list li:nth-child(even) .about-info{
    padding-right: 30px;
    padding-top: 40px;
  }
  .about-list li:nth-child(odd) .about-info{
    padding-left: 40px;
    padding-top: 20px;
  }
  .about-info p{
    font-size: 16px;
    line-height: 30px;
  }
}
@media(max-width: 1400px){
  .company-data span{
    font-size: 60px;
    line-height: 60px;
  }
  .company-data i{
    margin-left: 12px;
  }
  .company-intro{
    margin-bottom: 70px;
  }
}
@media(max-width: 1200px){
  .company-since{
    width: 100%;
    margin-top: 40px;
    justify-content: center;
  }
  .company-since li{
    padding: 0 50px;
  }
  .company-since li::after{
    height: 98px;
  }
  .company-left{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .company-right{
    width: 100%;
  }
  .company-intro{
    margin-bottom: 50px;
  }
  .about-list{
    margin-top: 80px;
  }
  .about-listimg{
    width: 100%;
  }
  .about-info{
    width: 100%;
  }
  .about-info h3{
    margin-bottom: 30px;
  }
  .about-list li:nth-child(even) .about-info{
    padding-right: 0px;
  }
  .about-list li:nth-child(odd) .about-info{
    padding-left: 0px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
@media(max-width: 991px){
  .pclass-list li{
    margin-right: 30px;
  }
  .public-class{
    margin-top: 0px;
    border-bottom: 1px solid #ededed;
  }
  .pclass-list{
    border-bottom: none;
    height: auto;
  }
  .pclass-list li a{
    font-size: 16px;
    line-height: 60px;
  }
  .about-wrap{
    padding-top: 40px;
  }
  .company-title h3{
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .company-title p{
    font-size: 18px;
    line-height: 26px;
  }
  .company-since{
    margin-top: 20px;
    padding: 0 20px;
    justify-content: space-between;
  }
  .company-since li{
    padding: 0px;
  }
  .company-since li::after{
    display: none;
  }
  .company-since li p{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .company-data span{
    font-size: 48px;
    line-height: 48px;
  }
  .company-data i{
    font-size: 20px;
    margin-top: 2px;
  }
  .company-top{
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .company-intro{
    margin-bottom: 20px;
  }
  .about-list{
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .about-info h3{
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 30px;
  }
  .about-list li:nth-child(odd) .about-info{
    padding-top: 20px;
  }
  .about-list li:nth-child(even) .about-info{
    padding-top: 20px;
  }
}
@media(max-width: 559px){
  .company-since{
    padding: 0px;
  }
  .company-since li{
    margin-bottom: 12px;
  }
  .company-since li p{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .company-data span{
    font-size: 30px;
    line-height: 30px;
  }
  .company-data i{
    font-size: 16px;
    margin-top: 0px;
  }
  .pclass-list li{
    margin-right: 12px;
  }
  .pclass-list li a{
    line-height: 50px;
    font-size: 14px;
  }
  .company-top{
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .about-wrap{
    padding-top: 34px;
  }
}
/* 企业文化 */
.culture-wrap{
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 82px;
}
.culture-list{
  display: flex;
  flex-wrap: wrap;
}
.culture-list li{
  flex: 1;
  position: relative;
}
.culture-img{
  width: 100%;
  overflow: hidden;
}
.culture-img img{
  width: 100%;
  transition: all .5s;
}
.culture-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 62px;
  padding-left: 60px;
}
.culture-txt{
  font-family: "SanRegular";
  color: #fff;
  padding-bottom: 85px;
}
.culture-txt h3{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.culture-txt p{
  font-size: 18px;
  line-height: 30px;
}
.culture-list li:hover .culture-img img{
  transform: scale(1.1);
}
@media(max-width: 1600px){
  .culture-txt{
    padding-bottom: 55px;
  }
}
@media(max-width: 1200px){
  .culture-txt{
    padding-bottom: 35px;
  }
  .culture-info{
    padding-top: 30px;
    padding-left: 30px;
  }
}
@media(max-width: 991px){
  .culture-wrap{
    padding: 38px 0px;
  }
  .culture-list li{
    width: 100%;
    flex: none;
  }
}
@media(max-width: 559px){
  .culture-txt{
    padding-bottom: 20px;
  }
  .culture-info{
    padding-top: 20px;
    padding-left: 20px;
  }
}
/* 资质荣誉 */
.honor-wrap{
  overflow: hidden;
  padding-top: 54px;
}
.honor-title{
  text-align: center;
  font-family: "SanRegular";
  color: #333;
  margin-bottom: 48px;
}
.honor-title h3{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 28px;
}
.honor-title  p{
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #666;
  max-width: 645px;
  margin: 0 auto;
}
.honor-list{
  margin-left: -33px;
  margin-right: -33px;
}
.honor-list li{
  padding: 0 33px;
  width: 25%;
  float: left;
  margin-bottom: 18px;
}
.honor-img{
  border: 1px solid #e8e8e8;
}
.honor-item p{
  text-align: center;
  font-family: "SanRegular";
  color: #666;
  font-size: 16px;
  line-height: 30px;
  min-height: 60px;
  margin-top: 20px;
}
.click-more{
  display: block;
  width: 128px;
  height: 46px;
  background-color: #e50112;
  border-radius: 23px;
  margin: 0px auto 67px;
  font-family: "SanRegular";
  color: #fff;
  text-align: center;
  line-height: 46px;
}
.honor-click{
  margin-top: 20px;
}
@media(max-width: 1400px){
  .honor-list{
    margin-left: -20px;
    margin-right: -20px;
  }
  .honor-list li{
    padding: 0 20px;
  }
}
@media(max-width: 991px){
  .honor-list li{
    width: 50%;
  }
  .honor-wrap{
    padding-top: 35px;
  }
  .honor-title h3{
    margin-bottom: 15px;
  }
  .honor-title p{
    max-width: 100%;
  }
  .honor-title{
    margin-bottom: 30px;
  }
  .honor-click{
    margin-top: 0px;
  }
  .click-more{
    margin-bottom: 40px;
  }
}
@media(max-width: 559px){
  .honor-list{
    margin-left: 0px;
    margin-right: 0px;
  }
  .honor-list li{
    padding: 0px;
    width: 100%;
  }
  .honor-item p{
    min-height: 30px;
  }
}
/* 组织架构 */
.organize-wrap{
  overflow: hidden;
  padding-top: 92px;
  width: 100%;
  margin-top: 23px;
  padding-bottom: 65px;
  background: url(../img/organize-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.organize-img{
  padding-left: 50px;
}
@media(max-width: 1600px){
  .organize-img{
    padding-left: 0px;
    overflow: hidden;
  }
  .organize-img img{
    width: 100%;
  }
}
@media(max-width: 991px){
  .organize-wrap{
    margin-top: 0px;
    padding-top: 28px;
    padding-bottom: 27px;
  }
}
/* 公司公告 */
.notice-wrap{
  overflow: hidden;
  padding-top: 54px;
}
.notice-top{
  display: flex;
  flex-wrap: wrap;
}
.notice-left{
  width: 50%;
  overflow: hidden;
}
.notice-left img{
  width: 100%;
}
.notice-right{
  width: 50%;
  padding-left: 60px;
  padding-right: 90px;
  padding-top: 60px;
  font-family: "SanRegular";
  background-color: #f4f4f4;
}
.notice-right span{
  font-size: 18px;
  line-height: 22px;
  color: #888;
}
.notice-right h3{
  margin-top: 25px;
  margin-bottom: 35px;
}
.notice-right h3>a{
  font-size: 28px;
  line-height: 48px;
  color: #333;
  display: block;
}
.notice-right p{
  font-size: 18px;
  color: #666;
  line-height: 30px;
  min-height: 120px;
  margin-bottom: 30px;
}
.notice-more{
  display: block;
  width: 130px;
  height: 46px;
  background-color: #e50112;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  color: #fff;
}
.notice-right h3>a:hover{
  color: #e50112;
}
.mySwiperNotice{
  padding-bottom: 50px;
}
.mySwiperNotice > .swiper-pagination-bullets{
  bottom: 0px;
}
.mySwiperNotice .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #b2b2b2;
  opacity: 1;
}
.mySwiperNotice > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.mySwiperNotice .swiper-pagination-bullet-active{
  background-color: #e50112;
}
.notice-list{
  margin-top: 52px;
}
.notice-list li{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.notice-img{
  width: 510px;
  overflow: hidden;
}
.notice-img img{
  width: 100%;
  transition: all .5s;
}
.notice-info{
  border: 1px solid #ededed;
  width: calc(100% - 510px);
  padding-left: 80px;
  padding-right: 46px;
  padding-top: 55px;
  font-family: "SanRegular";
}
.notice-info span{
  font-size: 18px;
  line-height: 24px;
  color: #888;
}
.notice-info h3 a{
  display: block;
  margin-top: 20px;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-family: "pRegular";
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-info p{
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-bottom: 32px;
}
.notice-infomore{
  background-color: #8a8a8a;
}
.notice-infomore:hover{
  background-color: #e50112;
}
.notice-list li:hover .notice-img img{
  transform: scale(1.1);
}
.notice-list li:hover .notice-info h3 a{
  color: #e50112;
}
.notice-list li:last-child{
  margin-bottom: 0px;
}
.notice-click{
  margin-top: 50px;
}
@media(max-width: 1600px){
  .notice-right{
    padding: 40px 50px 0px;
  }
  .notice-right h3 > a{
    font-size: 22px;
    line-height: 30px;
  }
  .notice-right p{
    min-height: 30px;
  }
}
@media(max-width: 1400px){
  .notice-right{
    padding: 30px 30px 0px;
  }
  .notice-right h3{
    margin-top: 15px;
    margin-bottom: 22px;
  }
  .notice-info{
    padding-left: 45px;
    padding-right: 40px;
    padding-top: 38px;
  }
}
@media(max-width: 1200px){
  .notice-left{
    width: 100%;
  }
  .notice-right{
    width: 100%;
    padding: 35px;
  }
  .notice-info{
    width: 100%;
    padding: 40px;
  }
  .notice-img{
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
  }
}
@media(max-width: 991px){
  .notice-wrap{
    padding-top: 40px;
  }
  .notice-right h3 > a{
    font-size: 20px;
  }
  .notice-right h3{
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .notice-right p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mySwiperNotice{
    padding-bottom: 38px;
  }
  .notice-list{
    margin-top: 30px;
  }
  .notice-info{
    padding: 30px;
  }
  .notice-info h3 a{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .notice-info p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media(max-width: 559px){
  .notice-right{
    padding: 18px;
  }
  .notice-info{
    padding: 18px;
  }
  .notice-list li{
    margin-bottom: 30px;
  }
  .notice-click{
    margin-top: 36px;
  }
}
/* 新闻详情 */
.news-detail{
  background-color: #f4f4f4;
  overflow: hidden;
  padding-top: 54px;
  width: 100%;
}
.ndetail-main{
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 0 198px;
}
.ndetail-title{
  padding-top: 80px;
  text-align: center;
  font-family: "SanRegular";
  border-bottom: 1px solid #e5e5e5;
}
.ndetail-title span{
  font-size: 18px;
  color: #888;
  line-height: 24px;
}
.ndetail-title h3{
  margin-top: 20px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 54px;
}
.ndetail-info{
  padding-top: 68px;
  padding-bottom: 25px;
}
.ndetail-info img{
  display: block;
  margin-bottom: 70px;
}
.ndetail-info p{
  font-size: 18px;
  line-height: 30px;
  color: #666;
  font-family: "SanRegular";
  text-indent: 36px;
  margin-bottom: 30px;
}
.ndetail-infos img{
  max-width: 100%;
}
.newsd-page{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 48px;
  align-items: center;
}
.newsd-page a{
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  font-family: "SanRegular";
}
.newsd-back{
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #e50112;
  color: #fff;
  border-radius: 223px;
  cursor: pointer;
}
.other-news{
  margin-top: 52px;
}
.other-news h3{
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  font-family: "SanRegular";
  margin-bottom: 42px;
}
.other-info {
  padding-top: 25px;
  padding-bottom: 42px;
}
.other-info span{
  font-size: 18px;
  line-height: 24px;
  color: #969696;
  font-family: "SanLight";
}
.other-info p{
  font-size: 18px;
  color: #333;
  font-family: "SanNormal";
  line-height: 28px;
  margin-top: 14px;
  min-height: 112px;
}
.othernew-swiper .public-img:hover img{
  transform: scale(1.1);
}
@media(max-width: 1600px){
  .ndetail-info img{
    width: 100%;
  }
  .ndetail-main{
    padding: 0 120px;
  }
}
@media(max-width: 1200px){
  .ndetail-main{
    padding: 0 60px;
  }
  .ndetail-info img{
    margin-bottom: 50px;
  }
}
@media(max-width: 991px){
  .news-detail{
    padding-top: 40px;
  }
  .ndetail-main{
    padding: 0 15px;
  }
  .ndetail-title{
    padding-top: 28px;
  }
  .ndetail-title h3{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .ndetail-info{
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .ndetail-info img{
    margin-bottom: 25px;
  }
  .ndetail-info p{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .newsd-page{
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .newsd-left{
    width: 100%;
  }
  .newsd-back{
    margin-top: 16px;
  }
  .other-news{
    margin-top: 35px;
  }
  .other-news h3{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 26px;
  }
  .other-info{
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .other-info p{
    font-size: 16px;
    line-height: 24px;
    min-height: 24px;
    margin-top: 8px;
  }
}







/*首页产品*/
.hometit-pro p{
  margin-top: 15px;
  line-height: 30px;
  color: #666666;
  font-family: "SanNormal";
}
.homepro-nav{
  margin-top: 56px;
}
.homepro-nav ul li{
  background: #fff;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.homepro-box ul{
  display: none;
}
.homepro-nav ul li:hover{
  background:#e50112;
}
.homepro-nav ul li.homepro-navon{
  background:#e50112;
}
.homepro-nav ul li a{
  display: block;
}
.homepro-nav ul li.homepro-navon a{
  color: #fff;
}
.homepro-nav ul li:hover a{
  color: #fff;
}
.hometit-pro{
  text-align: center;
  padding: 0 300px;
}
.homenews{
  background: url("../img/hnews-bg.png") no-repeat center;
  width: 100%;
  height: 100%;
  padding-top: 115px;
}
.homenewstit-txt{
  margin-top: 50px;
}
.homenewstit-txt p{
  line-height: 35px;
  font-family: "SanNormal";
  color: #666666;
  font-size: 20px;
}

.homenews-box{
  margin-top: 80px;
}
.hnews-img img{
  width: 100%;
}
.hnews-txt{
  margin-top: 30px;
}
.hnews-txt h3{
  font-size: 18px;
  font-family: "SanRegular";
  color:#969696;
}
.hnews-txt span{
  display: block;
  font-size: 18px;
  font-family: "SanRegular";
  color: #333333;
  margin-top: 24px;
  line-height: 30px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}
.homenews-swiper{
  padding-bottom: 150px;
}
.homenews-swiper .swiper-pagination-bullet{
  width: 36px;
  height: 8px;
  background: #7d7d7d;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.2s;
}

.homenews-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #e50112;
  width: 60px;
}




/*首页科研创新*/

.innovation{
  background: url("../img/keyan-bg.png") no-repeat center;
  width: 100%;
  height: 100%;
}
.innovation-l{
  padding-top: 160px;
}
.innovationtit-txt{
  margin-top: 60px;
}
.innovation-l{
  width: 48%;
}
.innovation-m{
  display: flex;
  justify-content: space-between;
}
.innovation-rbox{
  border: 8px solid #e50112;
}
.innovation-rbox img{
  position: relative;
  top: -46px;
  right: 46px;
}
.innovation-r{
  padding-top: 209px;
}
.inn-ul{
  display: flex;
  margin-top: 80px;
}
.innovationtit-txt{
  color: #666666;
  font-family: "SanLight";
  line-height: 35px;
  font-size: 20px;
}

.inn-ul li a{
  display: block;
  width: 180px;
  height: 46px;
  border: 1px solid #e50112;
  border-radius: 22px;
  color: #e50112;
  text-align: center;
  line-height: 46px;
  margin-right: 30px;
}
.inn-ul li a:hover{
  background: #e50112;
  color: #fff;
}
.hzyx{
  margin-top: 70px;
}

.hzyx h4{
  font-size: 32px;
  font-family: "SanNormal";
  margin-bottom: 60px;
}
.hzyx ul li img{
  width: 100%;
}

/*首页联系*/
.contact{
  background: url("../img/hcontact-bg.png") no-repeat center;
  height: calc(100% - 385px);
  padding-top: 100px;
}
.contact-tit{
  color: #fff;
  text-align: center;
}
.contact-tit h3{
  font-size: 48px;

}
.contact-tit h4{
  font-size: 20px;
  font-family: "SanNormal";
  margin-top: 44px;
}
.contact-ul{
  color: #fff;
  margin-top: 65px;
  display: flex;
  justify-content: center;
}
.contact-ul li{
  background: #fff;
  width: 278px;
  height: 48px;
  border-radius: 22px;
  margin: 0 12px;
  line-height: 48px;
  display: flex;
  color: #333333;
  justify-content: center;
  font-family: "SanRegular";
}
.contact-icon{
  margin-right: 25px;
}


.homepro-box{
  margin-top: 40px;
}
.homepro-img img{
  width: 100%;
}
.homepro-box .homepro-boxswiper a{
  display: block;
  background: #fff;
}
.homepro-box .homepro-boxswiper h3{
  padding-left: 40px;
  padding-bottom: 30px;
}
.innovation-rbox img{
  width: 100%;
}
.homepro-boxswiper{
  display: none;
}
/*首页响应*/

@media(max-width:1600px){
  .innovation-r{
    width:48%;
  }
}

@media(max-width:1400px){
  .homeabout-l h3{
    font-size: 30px;
  }
  .homeabout-ltxt{
    margin-top: 10px;
  }
  .homeabout-ul{
    margin-top: 25px;
  }
  .homeabout-ltxt{
    font-size: 18px;
    line-height: 30px;
  }
  .innovation-r{
    width:40%;
  }
}


@media(max-width:1200px){
  .hometit-pro{
    padding: 0 15px;
  }
}



@media(max-width:991px){
  .banner-swiper .swiper-pagination{
    padding: 0 30px;
    bottom: 20px;
  }
  .homeabout-m{
    display: block;
  }
  .homeabout-l{
    width: 100%;
  }
  .homeabout-r{
    width: 100%;
  }
  .homeabout{
    padding-top: 20px;
  }
  .homeabout-ul li{
    width: 20%;
  }
  .homepro{
    overflow: hidden;
  }

  .hometit h2{
    font-size: 30px;
  }
  .homepro {
    padding-top: 20px;
  }
  .hometit-pro p{
    margin-top: 15px;
  }
  .homepro-nav{
    margin-top: 15px;
  }
  .homepro-img img{
    width: 75%;
  }
  .homepro-img {
    text-align: center;
  }
  .homepro-box ul li{
    margin-bottom: 15px;
  }
  .homepro-box{
    margin-top: 18px;
  }
  .hometit-pro p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .homenews{
    padding-top: 30px;
  }
  .homenewstit-txt p{
    line-height: 30px;
    font-size: 16px;
  }
  .homenewstit-txt{
    margin-top: 12px;
  }
  .homenews-box{
    margin-top: 30px;
  }
  .homenews-swiper{
    padding-bottom: 90px;
  }
  .homenews-swiper .swiper-pagination-bullet{
    width: 20px;
  }
  .homenews-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
  }
  .innovation-m{
    display: block;
  }
  .innovation-l{
    width: 100%;
  }
  .innovation-l{
    padding-top: 20px;
  }
  .innovationtit-txt{
    line-height: 30px;
    font-size: 16px;
    margin-top: 15px;
  }
  .inn-ul{
    margin-top: 20px;
  }
  .hzyx {
    margin-top: 30px;
  }
  .innovation-r{
    width: 100%;
  }
  .hzyx h4{
    margin-bottom: 20px;
  }
  .innovation-r{
    padding-top: 20px;
  }
  .innovation-r {
    padding-top: 60px;
  }
  .innovation-rbox{
    width: 50%;
    margin: 0 auto;
  }
  .contact-tit h3 {
    font-size: 30px;
  }
  .contact {
    height: calc(100% - 600px);
    padding-top: 20px;
  } 
  .contact-ul{
    margin-top: 30px;
  }
  .contact-icon{
    display: none;
  }
  .contact-ul{
    display: none;
  }
  .footer-logo{
    display: none;
  }
  .footer-contact{
    display: none;
  }
  .kycx-tit p{
    font-size: 16px;
  }
  .kycx-tit h3{
    margin: 10px 0;
  }
}


@media(max-width:449px){
  .innovationtit-txt{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .homenews-swiper{
    padding-bottom: 40px;
  }
  .inn-ul li a{
    width: 130px;
  }
  .innovation-r{
    display: none;
  }
  .contact-ul{
    display: block;
  }
  .contact-ul li{
    margin: 0 auto 5px;
    
  }
  .contact-tit h4{
    display: none;
  }

  .contact-ul{
    display: none;
  }
  .homeabout-iconw h4{
    font-size: 14px;
  }
  .homepro-nav ul li{
    height: 60px;
    line-height: 60px;
  }
  .contact-tit h3{
    font-size: 24px;
  }
}

/*动画*/
.layout .active .homeabout-l{
  animation: fadeInLeft1 1s .3s both;
}

.layout .active .homeabout-r{
  animation: fadeInRight1 1s .3s both;
}
.layout .active .hometit{
  animation: fadeInUp1 1s .3s both;
}
.layout .active  .innovation-r{
  animation: fadeInRight1 1s .3s both;
}
.layout .active .contact .container{
  animation: fadeInUp1 1s .3s both;
}


/*科研创新*/
.kycx-box{
  padding-top: 90px;
  overflow: hidden;
}
.kycx-teaml{
  width: 37.45%;
}
.kycx-team{
  display: flex;
}
.kycx-teamr{
  background: #f6f6f6;
  width: 62.5%;
}
.kycx-teamlSwiper .swiper-pagination{
    bottom: 4px;
}

.kycx-teamlSwiper  .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  margin: 0 7px;
}
.kycx-teamrtxt{
  padding: 50px 80px;
}
.kycx-teamrtxt h3{
  margin-top: 40px;
  font-size: 32px;
  font-family: "SanRegular";
}
.kycx-teamr p{
  margin-top: 50px;
  font-size: 18px;
  line-height: 34px;
  font-family: "SanLight";
}
.yfjg{
  padding: 70px 0 100px;
}
.yfjg-tit{
  text-align: center;
}
.kycx-tits h3{
  font-size: 32px;
  margin: 30px 0;
}
.kycx-tits p{
  font-size: 18px;
  font-family: "SanLight";
}
.yfjg-main{
  margin-top: 50px;
  position: relative;
}
.yfjgSwiper img{
  width: 100%;
}

.yfjg-main .swiper-button-prev{
  left: 84px;
  width: 46px;
  height: 46px;
  background: #e1e1e1 url('../img/jigou-prev.png') no-repeat center;
}
.yfjg-main .swiper-button-next{
  right: 84px;
  width: 46px;
  height: 46px;
  background: #e1e1e1 url('../img/jigou-next.png') no-repeat center;
}
.yfjgSwiper h3{
  text-align: center;
  font-size: 18px;
  font-family: "SanRegular";
  margin-top: 20px;
}
.school{
  background: url("../img/school-bg.jpg") no-repeat top;
  padding:80px 0 90px;
}

.school-box{
  display: flex;
  justify-content: space-between;
}
.school-r{
  padding-top: 30px;
}
.kycx-teamlSwiper img{
  width: 100%;
}
@media(max-width:1600px){
  .kycx-teamrtxt{
    padding: 30px;
  }
  .kycx-teamr p{
    margin-top: 15px;
  }
  .school{
    padding: 60px 0 60px;
  }
}
@media(max-width:1400px){
  .kycx-teamrtxt{
    padding: 20px;
  }
  .kycx-teamr p{
    margin-top: 15px;
  }
  .kycx-teamrtxt h3{
    margin-top: 24px;
  }
  .school-r ul li img{
    width: 100%;
  }
}
@media(max-width:1200px){
  .kycx-team{
    display: block;
  }
  .kycx-teaml{
    width: 100%;
  }
  .kycx-teamr{
    width: 100%;
  }
  .kycx-box{
    padding-top: 30px;
  }
  .kycx-teamrtxt h3{
    font-size: 24px;
  }
 
}
@media(max-width:991px){
  .kycx-teamr p{
    font-size: 16px;
    line-height: 30px;
  }
  .kycx-tit p{
    padding: 0 50px;
  } 
  .yfjg-main .swiper-button-next{
    right: 30px;
  }
  .yfjg-main .swiper-button-prev{
    left: 30px;
  }
  .yfjg {
    padding: 40px 0 30px;
  }
  .school-box{
    display: block;
  }
  .kycx-tits h3{
    font-size: 24px;
    margin: 30px 0;
  }
  .school {
    padding: 15px 0 0px;
  }
  .kycx-tits h3{
    margin: 10px 0;
  }
  .kycx-tits p{
    font-size: 16px;
  }
  .school-r{
    padding: 15px 0;
  }
}
@media(max-width:600px){
  .kycx-tits h3{
    font-size: 24px;
  }
  .school{
    background: #e2e2e2;
    padding: 15px 0 30px;
  }
}
/*发展与学习*/
.learn-top{
  display: flex;
  padding-top: 30px;
  overflow: hidden;
}
.learn-topl{
  width: 50%;
  text-align: center;
}
.learn-topr{
  width: 50%;
}
.learn-toprtit h3{
  font-size: 30px;
}
.learn-toprtit span{
  display: block;
  width: 50px;
  height: 2px;
  background: #e50112;
  margin-top: 30px;
}
.learn-toptxt{
  font-size: 18px;
  font-family: "SanRegular";
  color: #666666;
  margin-top: 40px;
  line-height: 40px;
}
.learn-topr{
  padding-top: 76px;
}
.culatm h3{
  font-size: 30px;
  text-align: center;
}
.culatm{
  margin-top: 60px;
  padding-bottom:70px;
}
.culatm-box{
  margin-top: 50px;
}
.culatm-box .swiper-slide img{
  width: 100%;
}
@media(max-width:1600px){
  .learn-topl img{
    width: 100%;
  }
  .learn-topl{
    padding:0 80px;
  }
  .learn-topr{
    padding-top: 0;
  }
}
@media(max-width:1200px){
  .learn-top{
    display: block;
  }
  .learn-topl{
    width: 100%;
    margin-bottom: 30px;
  }
  .learn-topr{
    width: 100%;
  }
}

@media(max-width:991px){
  .learn-toprtit h3{
    font-size: 24px;
  }
  .learn-toprtit span{
    margin-top: 15px;
  }
  .learn-toptxt {
    font-size: 16px;
    font-family: "SanRegular";
    color: #666666;
    margin-top: 20px;
    line-height: 30px;
  }
  .culatm h3{
    font-size: 24px;
  }
  .culatm {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media(max-width:449px){
  .learn-topl{
    padding: 0;
  }
}

/*用人理念*/
.personln{
  padding-bottom:50px ;
}
.personln-box{
  background: url("../img/human-img1.png") no-repeat center;
  width: 1280px;
  margin: 46px auto 0px;
}
.personln-boxtxt{
  width: 40%;
  padding: 114px 60px 100px 56px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "SanRegular";
  line-height: 40px;
  background: url("../img/human-info-bg.png") no-repeat center;
}

.personln-boxtwo{
  display: flex;
  justify-content: flex-end;
  background: url("../img/human-img2.png") no-repeat center;
}
.personln-boxtwo .personln-boxtxt{
  padding: 114px 56px 100px 60px;
  background: url("../img/human-info-bg2.png") no-repeat center;
}

@media(max-width:1400px){
  .personln-box{
    width: 100%;
  }
}
@media(max-width:1200px){
  .personln-box{
    width: 100%;
    margin: 0;
  }
}
@media(max-width:991px){
  .personln-boxtxt{
    width: 100%;
  }
  .personln-boxtxt{
    background: none;
    position: relative;
  }
  .personln-box{
    position: relative;
  }
  .personln-box span{
    position: absolute;
    top: 0;
    left: 0;
    background:red;
    opacity: 0.3;
    width: 100%;
    height: 100%;
  }
  .personln-boxtwo .personln-boxtxt{
    background: none;
  }
  .personln-box{
    margin-bottom: 30px;
  }
  .personln-boxtxt{
    padding: 30px;
  }
  .personln-boxtwo .personln-boxtxt{
    padding: 30px;
  }
  .personln{
    margin-top: 40px;
  }
  .personln{
    padding-bottom: 20px;
  }
}

/*人才招聘*/
.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: #e50112;
}
.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;
  }
}

/*产品中心*/
.pro-navul{
  display: flex;
}
.pro-navul li{
  position: relative;
}
.pro-navul li .pro-sub{
  width: 225px;
  background: #fff;
  padding-left: 26px;
  position: absolute;
  left: -26px;
  display: none;
}
.pro-navul li .pro-sub dd a{
  line-height: 45px;
  color: #666666;
}
.pro-navul li .pro-sub dd a::after{
  display: none;
}
.pro-navul li .pro-sub dd a:hover{
  color: #e50112;
}
.probox{
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 75px;
}
.probox-w ul li img{
  width: 100%;
}
.probox-w ul li a{
  display: block;
}
.probox-w ul li span{
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.probox-w ul li{
  margin-bottom:50px;
}
.pro-more a{
  display: block;
  height: 46px;
  width: 128px;
  background: #e50112;
  border-radius: 25px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

@media(max-width:991px){
  .probox{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .probox-w ul li{
    margin-bottom: 20px;
  }
}
/*产品详情*/
.prodbox{
  background: #f6f6f6;
  padding: 60px 0 90px;
}
.prodbox-w{
  display: flex;
  justify-content: space-between;
}
.prodbox-wl{
  width: 50%;
  position: relative;
}

.prodbox-wl  .swiper-button-next, .prodbox-wl .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background-color: rgba(212, 0, 0, .5);
  background-size: 13px 22px;
  opacity: 1;
}
.prodbox-wl  .swiper-button-next {
  background-image: url("../img/vedio-next-on.png");
}
.prodbox-wl  .swiper-button-prev {
  background-image: url("../img/vedio-prev-on.png");
}
.prodbox-wl  .swiper-button-next:hover {
  background-color: rgba(212, 0, 0, 1);
}
.prodbox-wl  .swiper-button-prev:hover{
  background-color: rgba(212, 0, 0, 1);
}
.prodbox-wr{
  width: 43.75%;
  padding-top: 80px;
}
.prodbox-wr h3{
  font-family: "SanRegular";
  font-size: 32px;
}
.prodbox-wr span{
  font-size: 18px;
  font-family: "SanRegular";
  display: block;
  margin-top: 38px;
}
.prodbox-wr p{
  font-size: 18px;
  font-family: "SanRegular";
  color: #666666;
  margin-top: 66px;
  line-height: 35px;
}
.prodbox-wr ul li a{
  display: block;
  width: 120px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #888888;
  margin-right: 20px;
  border-radius: 5px;
}
.prodbox-wr ul{
  display: flex;
  margin-top: 90px;
}
.prodbox-wr ul li a:hover{
  background: #e50112;
  color: #fff;
}
.prodbox-wl img{
  width: 100%;
}
@media(max-width:1600px){
  .prodbox-wr{
    padding-top: 0px;
  }
  .prodbox-wr p{
    margin-top: 30px;
  }
}

@media(max-width:1400px){
  .prodbox-wr ul{
    margin-top: 30px;
  }
}

@media(max-width:1200px){
  .prodbox-wr ul{
    margin-top: 30px;
  }
  .prodbox-wr{
    width: 45%;
  }
  .prodbox-wr span{
    margin-top: 12px;
  }
  .prodbox-wr p{
    font-size: 16px;
    line-height: 30px;
  }
  .prodbox-wr p{
    margin-top: 12px;
  }
}

@media(max-width:991px){
  .prodbox-wl{
    width: 100%;
  }
  .prodbox-w{
    display: block;
    overflow: hidden;
  }
  .prodbox-wr{
    width: 100%;
    margin-top: 30px;
  }
  .prodbox{
    padding:30px 0 30px
  }
} 
/*发展历程*/
.devcourse{
overflow: hidden;
}
.devcourse-top{
  padding-top: 40px;
}
.devcourse-topsp{
  position: relative;
  padding: 0 130px;
  margin-top: 30px;
}
.devSwiper .swiper-slide a{
  display: block;
  text-align: center;
}
.devcourse-m{
  margin-top: 120px;
  padding-bottom: 100px;
}
.devcourse-m ul li{
  display: flex;
}
.devcourse-mimg{
  width: 50%;
}
.devcourse-mimg img{
  width: 100%;
}
.devcourse-mtxt{
  width: 50%;
  padding:100px 50px 0 90px;
}
.devcourse-mtxt h3{
  font-size: 42px;
  font-family: "SanBold";
}
.devcourse-mtxt h4{
  font-size: 18px;
  font-family: "SanRegular";
  margin-top: 50px;
}
.devSwiper .swiper-button-next{
  background: url("../img/history-next.png") no-repeat center;
}
.devSwiper .swiper-button-next:hover{
  background: url("../img/history-next-on.png") no-repeat center;
}
.devSwiper .swiper-button-prev{
  background: url("../img/history-prev.png") no-repeat center;
}
.devSwiper .swiper-button-prev{
  background: url("../img/history-prev-on.png") no-repeat center;
}
.devSwiper a{
  font-family: "SanBold";
  font-size: 18px;
}
.devSwiper a:hover{
  color: #e50112;
}
.devSwiper .swiper-slide.on a{
  color: #e50112;
}
.devcourse-line img{
  width: 100%;
}
.devcourse-mtxt h4{
  line-height: 35px;
}
@media(max-width:1400px){
  .devcourse-topsp{
    padding: 0;
  }
}
@media(max-width:1600px){
  .devcourse-mtxt {
    padding: 30px 80px 0;
  }
}
@media(max-width:1200px){
  .devcourse-mtxt {
    padding:20px 30px 0;
  }
  .devcourse-mtxt h4 {
    margin-top: 25px;
  }
}
@media(max-width:991px){
  .devcourse-m {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .devcourse-m ul li{
    display: flex;
    flex-wrap: wrap;
    
  }
  .devcourse-m ul li:nth-of-type(2n){
    flex-direction: column-reverse;
  }
  .devcourse-mimg{
    width: 100%;
  }
  .devcourse-mtxt{
    width: 100%;
  }
  .devcourse-mtxt h4{
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .devcourse-top{
    padding-top: 15px;
  }
}

.seo-h1 ,.inner-breadcrumb{
  display: none;
}