@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "dBold";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dMedium";
  src: url("../font/DIN-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-size: 100% 100%;
}
.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
}
.logo {
  display: block;
  width: 240px;
  overflow: hidden;
}
.logo img {
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
  height: 90px;
}
.nav-ul li {
  margin-right: 54px;
}
.nav-ul li:last-child {
  margin-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 18px;
  line-height: 38px;
  color: #111;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: #3295d9;
  border-color: #3295d9;
}
.header-lan {
  display: flex;
  align-items: center;
}
.header-lan a {
  width: 40px;
  height: 40px;
  border: 1px solid #444;
  line-height: 38px;
  color: #444;
  transition: all 0.3s;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
}
.header-lan a:last-child {
  margin-right: 0px;
}
.header-lan a:hover,
.header-lan a.on {
  color: #fff;
  background-color: #3295d9;
  border-color: #3295d9;
}
.header-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li > a {
    font-size: 16px;
  }
  .nav-ul li {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .header-main {
    height: 70px;
  }
  .logo {
    width: 240px;
  }
  .header-lan {
    margin-left: 10px;
  }
  .header-lan a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 499px) {
  .logo {
    width: 210px;
  }
  .header-lan a {
    margin-right: 5px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  background-color: #3295d9;
}
.copy {
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.copy-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.75;
}
.copy-left p:last-child {
  margin-left: 14px;
}
.copy-left p img {
  margin-right: 5px;
  margin-top: -4px;
}
.follow-us {
  display: flex;
  align-items: center;
  color: #fff;
}
.follow-us span {
  margin-right: 16px;
  opacity: 0.75;
}
.code-wechat {
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.code-wechat img {
  width: 100%;
}
.code-main {
  position: relative;
}
.code-img {
  position: absolute;
  width: 140px;
  bottom: 58px;
  left: -54px;
  display: none;
}
.code-img img {
  width: 100%;
}
.code-img::after {
  content: "";
  position: absolute;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-ul {
  padding-top: 54px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #fff;
  width: 100%;
  background: url(../img/footer-logo.png) no-repeat center;
}
.footer-ul li h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer-dl {
  display: flex;
  flex-direction: column;
}
.footer-dl dl {
  margin-right: 50px;
}
.footer-dl dl:last-child {
  margin-right: 0px;
}
.footer-ul li dl dd {
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  opacity: 0.75;
}
.footer-ul li dl dd > a {
  line-height: 36px;
  display: block;
  color: #fff;
  font-size: 16px;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .copy {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0px;
  }
  .copy-left p {
    width: 100%;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .follow-us {
    justify-content: center;
    width: 100%;
  }
  .footer-ul {
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 6px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
    line-height: 30px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .footer-dl dl {
    margin-right: 0px;
  }
  .code-wrap {
    width: 100%;
    justify-content: center;
  }
  .code-item {
    width: 153px;
    margin: auto;
  }
  #footer {
    padding-top: 22px;
  }
}
.home-module {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.module-wrap {
  margin-left: -16px;
  margin-right: -16px;
}
.module-item {
  padding: 0 16px;
  width: 33.333%;
  float: left;
}
.module-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.module-img img {
  width: 100%;
  transition: all 0.5s;
}
.module-img:hover img {
  transform: scale(1.1);
}
.module-info {
  position: absolute;
  padding: 0 30px;
  bottom: 25px;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
}
.module-info h4 {
  margin-bottom: 6px;
  line-height: 24px;
}
.hpro-info {
  padding-right: 10px;
  width: calc(100% - 145px);
}
.modulepro-swiper .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.modulepro-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  opacity: 1;
  background-color: transparent !important;
  border: 1px solid #fff;
  position: relative;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.modulepro-swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: #3295d9;
}
.modulepro-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.modulepro-swiper > .swiper-pagination-bullets {
  bottom: 25px;
}
.modulepro-swiper .module-img {
  border: 1px solid #e5e5e5;
}
.public-title {
  font-size: 30px;
  color: #111;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.need-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  overflow: hidden;
}
.need-wrap li {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.need-info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0px;
  top: 0px;
  color: #fff;
  padding: 28px 28px 24px;
  box-sizing: border-box;
  z-index: 12;
}
.need-info::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(50, 149, 217, 0.75);
}
.need-subtitle h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
.need-subtitle p {
  font-size: 14px;
}
.need-more {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.need-more i {
  height: 10px;
  width: 15px;
  transition: all 0.5s;
  display: inline-block;
  margin-left: 14px;
  background: url(../img/more-arrow.png) no-repeat center;
}
.need-wrap li:hover .public-img img {
  transform: scale(1.1);
}
.need-wrap li:hover .need-info::after {
  opacity: 1;
}
.need-wrap li:hover .need-more i {
  transform: translateX(5px);
}
@media (max-width: 1400px) {
  .module-info {
    padding: 0 20px;
  }
  .need-info {
    padding: 20px 20px 16px;
  }
}
@media (max-width: 1200px) {
  .need-wrap li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home-module {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .module-item {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .module-item:last-child {
    margin-bottom: 0px;
  }
  .public-title {
    margin-bottom: 28px;
  }
  .need-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 559px) {
  .need-wrap li {
    width: 100%;
    margin-bottom: 25px;
  }
  .need-wrap li:last-child {
    margin-bottom: 0px;
  }
  .module-info {
    bottom: 10px;
    padding: 0 10px;
  }
  .modulepro-swiper .swiper-pagination {
    padding-right: 10px;
  }
}
.inside-nav {
  background-color: #f5f5f5;
  overflow: hidden;
  height: 80px;
}
.inav-item a {
  display: block;
  line-height: 78px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid transparent;
  color: #555555;
  transition: all 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.inav-main {
  position: relative;
  width: 100%;
}
.inav-main::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #c9c9c9;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.inav-item a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #c9c9c9;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.inav-item:hover a,
.inav-item.on a {
  color: #3295d9;
  border-bottom-color: #3295d9;
}
/* 董事长致辞 */
.leader-wrap {
  padding: 80px 0px;
  overflow: hidden;
}
.leader-img {
  height: 600px;
  width: 100%;
  background: url(../img/about-img.jpg) no-repeat center;
  background-size: 100% 100%;
}
.leader-info {
  width: 50%;
  float: right;
  padding-top: 115px;
  color: #fff;
  text-indent: 32px;
  padding-right: 90px;
}
.leader-info h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 38px;
}
.leader-info p {
  margin-bottom: 25px;
  line-height: 30px;
}
.sign-img {
  text-align: right;
}

@media (max-width: 1700px) {
  .leader-img {
    height: 480px;
  }
  .leader-info {
    width: 60%;
    padding: 50px 30px 30px;
  }
  
  .leader-info h4{
    margin-bottom: 25px;
  }
  .leader-info p{
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  .leader-img {
    height: 480px;
  }
 
}
@media (max-width: 1200px) {
  .leader-img {
    height: 440px;
  }
  .leader-info {
    padding-top: 40px;
    padding-right: 30px;
  }
  .leader-info h4 {
    margin-bottom: 20px;
  }
  .leader-info p {
    margin-bottom: 15px;
  }
  .inav-item a {
    font-size: 16px;
  }
  .leader-info {
    width: 65%;
    padding:30px 30px;
  }
  
  .leader-info h4{
    margin-bottom:15px;
  }
  .leader-info p{
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .leader-info {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding: 0 15px;
  }
  .leader-img {
    height: auto;
    padding: 40px;
  }
  .leader-wrap {
    padding: 40px 0px;
  }
  .inav-item a {
    line-height: 48px;
    font-size: 14px;
  }
  .inside-nav {
    height: 50px;
  }
}
@media (max-width: 599px) {
  .leader-img {
    padding: 20px;
  }
  .leader-info {
    text-indent: 0px;
  }
  .leader-info p {
    line-height: 24px;
  }
}
/* 公司简介 */
.about-wrap {
  padding: 80px 0px;
  overflow: hidden;
  position: relative;
}
.about-left {
  float: left;
  width: 50%;
}
.about-right {
  float: right;
  width: 50%;
  padding-left: 100px;
}
.about-left p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.about-left p::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 18px;
  top: 7px;
  left: 0px;
  background: url(../img/about-icon.png) no-repeat center;
}
.about-data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about-data li {
  width: 50%;
  height: 158px;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3295d9;
  font-size: 16px;
  transition: all 0.5s;
}
.data-num {
  font-size: 60px;
  line-height: 60px;
  font-family: "dMedium";
}
.data-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 6px;
}

.data-text i {
  font-style: normal;
  min-height: 24px;
}
.about-data li:nth-child(2n) {
  border-right: 1px solid #dcdcdc;
}
.about-data li:nth-child(3),
.about-data li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.about-data li:hover {
  background: url(../img/about-mask.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.about-main {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .about-right {
    padding-left: 40px;
  }
  .about-left p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .data-num {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .about-right {
    padding-left: 0px;
    width: 100%;
    float: none;
  }
  .about-wrap {
    padding: 40px 0px;
  }
  .about-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .about-data li {
    height: 128px;
  }
}
@media (max-width: 559px) {
  .about-data li {
    width: 100%;
    border-right: 1px solid #dcdcdc;
  }
  .about-data li:nth-child(3) {
    border-bottom: none;
  }
}
/* 企业文化 */
.comhonor-list {
  margin-left: -16px;
  margin-right: -16px;
}
.comhonor-list li {
  padding: 0 16px;
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.comhonor-item {
  border: 1px solid #e5e5e5;
  padding: 28px 28px 21px;
  position: relative;
}
.comhonor-item p {
  text-align: center;
  margin-top: 21px;
  font-size: 16px;
  color: #555;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}
.comhonor-mask {
  position: absolute;
  background-color: rgba(50, 149, 217, 0.75);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/zoom-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.5s;
}
.comhonor-item:hover .public-img img {
  transform: scale(1.1);
}
.comhonor-item:hover p {
  color: #3295d9;
}
.comhonor-item:hover .comhonor-mask {
  opacity: 1;
}
.click-more {
  display: block;
  width: 166px;
  height: 44px;
  background-color: #3295d9;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 auto;
}
.comhonor-click {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .comhonor-list li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .comhonor-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .comhonor-list li {
    width: 100%;
    padding: 0px;
    float: none;
  }
  .comhonor-item {
    padding: 20px 20px 14px;
  }
  .comhonor-item p {
    margin-top: 12px;
  }
}
/* 品牌创建 */
.brand-list li {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand-list li:last-child {
  margin-bottom: 0px;
}
.brand-img {
  width: 250px;
  overflow: hidden;
}
.brand-img img {
  width: 100%;
}
.brand-info {
  width: calc(100% - 250px);
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-info h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3295d9;
  margin-bottom: 20px;
}
.brand-info p {
  color: #555;
  line-height: 32px;
  text-indent: 32px;
  margin-bottom: 12px;
}
.brand-info p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .brand-info {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .brand-img {
    margin: 0 auto;
  }
  .brand-info h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .brand-list li {
    margin-bottom: 30px;
  }
  .brand-info p {
    line-height: 30px;
    margin-bottom: 5px;
  }
}
/* 行业协会 */
.society-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.society-list li {
  width: calc(50% - 28px);
}
.society-list li .public-img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .society-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .society-list li:last-child {
    margin-bottom: 0px;
  }
}
/* 旗下产业 */
.under-box {
  background-color: #eeeeee;
}
.under-left {
  width: 29.5%;
  float: left;
}
.under-right {
  width: calc(70.5% - 30px);
  float: right;
}
.under-list {
  margin-left: -15px;
  margin-right: -15px;
}
.under-list li {
  padding: 0 15px;
  width: 33.33%;
  float: left;
}
.under-wrap .public-img {
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .under-left {
    width: 100%;
    max-width: 472px;
    margin: 0 auto 20px;
    float: none;
  }
  .under-right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 559px) {
  .under-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .under-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .under-list li:last-child {
    margin-bottom: 0px;
  }
}
/* 视频播放 */
.vedio-main {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.play-icon {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-icon.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 559px) {
  .play-icon {
    width: 58px;
    height: 58px;
  }
}
/* 产品中心 */
.banner-text {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 160px;
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.pro-list {
  margin-left: -16px;
  margin-right: -16px;
}
.pro-list li {
  padding: 0 16px;
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.pro-item p {
  height: 56px;
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px;
}
.pro-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.pro-img img {
  width: 100%;
}
.pro-img::after {
  position: absolute;
  background-color: rgba(50, 149, 217, 0.75);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/zoom-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.5s;
  content: "";
}
.pro-item:hover .pro-img::after {
  opacity: 1;
}
.pro-click {
  margin-top: 52px;
}
@media (max-width: 1200px) {
  .pro-list li {
    width: 50%;
  }
  .banner-text {
    left: 80px;
  }
}
@media (max-width: 991px) {
  .pro-click {
    margin-top: 22px;
  }
  .banner-text {
    left: 15px;
    font-size: 24px;
  }
}
@media (max-width: 559px) {
  .pro-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pro-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 0px;
  }
  .pro-click {
    margin-top: 22px;
  }
  .pro-item p {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* 产品详情 */
.prodetail-left {
  width: 50%;
  float: left;
}
.prodetail-left .public-img {
  border: 1px solid #dcdcdc;
}
.prodetail-right {
  width: 50%;
  padding-left: 75px;
  float: right;
}
.prodetail-right h2 {
  font-size: 40px;
  line-height: 40px;
  color: #222;
}
.prodetail-list {
  margin-top: 44px;
}
.prodetail-list li h3 {
  font-size: 18px;
  color: #3295d9;
  line-height: 24px;
  margin-bottom: 8px;
}
.prodetail-list li p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.prodetail-list li {
  margin-bottom: 15px;
}
.prodetail-list li:last-child {
  margin-bottom: 0px;
}
.prodetail-bom {
  margin-top: 50px;
}
.prodetail-bom h2 {
  font-size: 30px;
  line-height: 30px;
  color: #222;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .prodetail-list {
    margin-top: 25px;
  }
}
@media (max-width: 1400px) {
  .prodetail-right {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .prodetail-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .prodetail-right {
    padding-left: 0px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .prodetail-right h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .prodetail-list li {
    margin-bottom: 10px;
  }
  .prodetail-list li h3 {
    margin-bottom: 2px;
  }
  .prodetail-bom {
    margin-top: 30px;
  }
  .prodetail-bom h2 {
    margin-bottom: 20px;
  }
}
/* 新闻中心 */
.inav-list {
  display: flex;
}
.inav-list li {
  flex: 1;
}
.news-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.news-left {
  width: 50%;
}
.news-right {
  width: 50%;
  padding: 80px 48px 0px;
  background-color: #f5f5f5;
  display: flex;
}
.news-slide h3 a {
  font-size: 24px;
  line-height: 36px;
  color: #3295d9;
}
.news-time {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a0a0a0;
}
.news-time span {
  padding-left: 4px;
}
.news-tdes {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.news-swiper {
  height: 100%;
}
.news-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff !important;
  position: relative;
  border-radius: 0px;
}
.news-swiper .swiper-pagination-bullet-active {
  background-color: #3295d9 !important;
}
.news-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.news-swiper > .swiper-pagination-bullets {
  bottom: 85px;
}
.news-swiper .swiper-pagination {
  text-align: left;
}
.news-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news-list li:last-child {
  margin-bottom: 0px;
}
.news-date {
  width: 184px;
  background-color: #f5f5f5;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  color: #a0a0a0;
}
.news-date span {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-date strong {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
}
.news-info {
  width: calc(100% - 188px);
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  justify-content: center;
}
.news-info h3 a {
  font-size: 24px;
  line-height: 36px;
  color: #222;
}
.news-info p {
  color: #555;
  margin-top: 20px;
}
.news-info h3 a:hover {
  color: #3295d9;
}
.news-click {
  margin-top: 80px;
}
@media (max-width: 1700px) {
  .news-right {
    padding-top: 60px;
  }
  .news-swiper > .swiper-pagination-bullets {
    bottom: 65px;
  }
}
@media (max-width: 1400px) {
  .news-right {
    padding: 40px 35px 0px;
  }
  .news-swiper > .swiper-pagination-bullets {
    bottom: 35px;
  }
  .news-date {
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .news-left {
    width: 100%;
  }
  .news-right {
    padding-bottom: 30px;
    width: 100%;
  }
  .news-swiper {
    padding-bottom: 40px;
  }
  .news-swiper > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .news-date {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .news-right {
    padding: 30px 30px 20px;
  }
  .news-date {
    height: 120px;
    width: 120px;
    padding-left: 0px;
    align-items: center;
  }
  .news-time {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .news-top {
    margin-bottom: 30px;
  }
  .news-date strong {
    font-size: 32px;
    line-height: 32px;
  }
  .news-info {
    width: calc(100% - 124px);
    padding: 0 25px;
  }
  .news-info p {
    margin-top: 8px;
  }
  .news-info h3 a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-click {
    margin-top: 40px;
  }
}
@media (max-width: 559px) {
  .news-date {
    height: 90px;
    width: 80px;
  }
  .news-right {
    padding: 20px 20px 15px;
  }
  .news-slide h3 a {
    font-size: 20px;
    line-height: 30px;
  }
  .news-date span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .news-date strong {
    font-size: 26px;
    line-height: 26px;
  }
  .news-info {
    width: calc(100% - 84px);
    padding: 0 10px;
  }
  .news-info p {
    margin-top: 2px;
  }
  .news-info h3 a {
    font-size: 20px;
  }
  .news-swiper {
    padding-bottom: 30px;
  }
}
/* 新闻详情 */
.newsdetail-title {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
.newsdetail-title h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #333;
}
.newsdetail-subtitle {
  color: #999;
}
.newsdetail-subtitle span {
  padding: 0 25px;
}
.newsdetail-main {
  padding: 42px 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.newsdetil-img {
  margin-top: 42px;
  margin-bottom: 42px;
  overflow: hidden;
}
.newsdetil-img img {
  width: 100%;
}
.newsdetail-main p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-indent: 32px;
}
.newsd-page {
  border-top: 1px solid #d1d1d1;
}
.newsd-pagelist {
  width: calc(100% - 200px);
}
.newsd-pagelist a {
  line-height: 24px;
  color: #666;
  display: block;
}
.newsd-pagelist a:hover {
  color: #3295d9;
}
.newsd-back {
  width: 166px;
  height: 52px;
  background-color: #3295d9;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: 52px;
  color: #fff;
}
.newsd-pagemain {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .newsdetail-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .newsdetail-subtitle span {
    padding: 0 8px;
  }
  .newsdetail-title {
    padding-bottom: 15px;
  }
  .newsdetail-main {
    padding: 25px 0px;
  }
  .newsdetil-img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .newsd-pagemain {
    padding-top: 25px;
  }
  .newsd-pagelist {
    width: 100%;
    margin-bottom: 18px;
  }
}
/* 研发中心简介 */
.innovation-left {
  width: 50%;
  padding-right: 35px;
  float: left;
}
.innovation-right {
  width: 50%;
  padding-left: 40px;
  float: right;
}
.innovation-left h3 {
  font-size: 40px;
  color: #111;
  line-height: 40px;
  margin-bottom: 40px;
}
.innovation-left p {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  margin-bottom: 15px;
}
.innovation-left p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .innovation-left {
    width: 100%;
    padding-right: 0px;
    float: none;
    margin-bottom: 30px;
  }
  .innovation-right {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
}
@media (max-width: 991px) {
  .innovation-left h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .innovation-left p {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .innovation-left {
    margin-bottom: 20px;
  }
}
/* 标准制定 */
.standard-item {
  margin-bottom: 80px;
}
.standard-item h2 {
  font-size: 40px;
  color: #111;
  line-height: 40px;
  margin-bottom: 48px;
}
.standard-ul li {
  line-height: 60px;
  border-top: 1px solid #dcdcdc;
  transition: all 0.5s;
  padding-left: 34px;
  position: relative;
  padding-right: 20px;
  color: #555;
  font-size: 16px;
}
.standard-ul li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.standard-ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3295d9;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.standard-ul li:hover {
  background-color: #3295d9;
  color: #fff;
}
.standard-ul li:hover::before {
  background-color: #fff;
}
.standard-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .standard-item {
    margin-bottom: 30px;
  }
  .standard-item h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .standard-ul li {
    height: auto;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 25px;
  }
  .standard-ul li::before {
    left: 10px;
    top: 26px;
    transform: translateY(0px);
  }
}
/* 专利证书 */
.talent-list {
  margin-left: -15px;
  margin-right: -15px;
}
.talent-list li {
  padding: 0 15px;
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.talent-item .public-img {
  position: relative;
}
.public-mask {
  position: absolute;
  background-color: rgba(50, 149, 217, 0.75);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../img/zoom-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.5s;
}
.talent-item p {
  color: #555;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px;
}
.talent-item:hover p {
  color: #3295d9;
}
.talent-item:hover .public-mask {
  opacity: 1;
}
.talent-click {
  margin-top: 40px;
}
.tixi-img {
  border: 1px solid #dcdcdc;
}
.tixi-click {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .talent-list li {
    width: 50%;
  }
  .tixi-click {
    margin-top: 20px;
  }
  .talent-click {
    margin-top: 20px;
  }
}
@media (max-width: 559px) {
  .talent-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 0px;
  }
  .talent-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .talent-item p {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* 质量宗旨 */
.wind-box {
  width: 100%;
}
.wind-ul li {
  position: relative;
}
.wind-ul li.on .wind-tit {
  display: none;
}
.wind-ul li.on .wind-txt {
  display: block;
}
.wind-ul li .wind-txt {
  display: none;
}
.wind-tit {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.wind-tit img {
  width: 100%;
}
.wind-tit h3 {
  position: absolute;
  bottom: 48px;
  left: 0px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
/* 测试报告 */
.report-tab {
  display: flex;
  margin-bottom: 50px;
}
.report-tab-item {
  flex: 1;
  line-height: 58px;
  border: 1px solid #dcdcdc;
  border-right: none;
  font-size: 18px;
  color: #555;
  transition: all 0.5s;
  text-align: center;
}
.report-tab-item:last-child {
  border-right: 1px solid #dcdcdc;
}
.report-tab-item:hover,
.report-tab-item.on {
  background-color: #3295d9;
  color: #fff;
}
.report-list {
  margin-left: -16px;
  margin-right: -16px;
}
.report-list li {
  float: left;
  width: 25%;
  padding: 0 16px;
  margin-bottom: 8px;
}
.report-img {
  position: relative;
}
.report-item p {
  height: 66px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 18px;
}
.report-item:hover .report-mask {
  opacity: 1;
}
.report-item:hover p {
  color: #3295d9;
}
.report-click {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .report-item p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .report-item p {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .report-list li {
    width: 50%;
  }
  .report-tab {
    margin-bottom: 30px;
  }
  .report-click {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .report-list li {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 0px;
  }
  .report-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .report-tab-item {
    font-size: 16px;
  }
}
/* 人才理念 */
.human-title {
  text-align: center;
  margin-bottom: 42px;
}
.human-title h2 {
  font-size: 40px;
  line-height: 40px;
  color: #111;
  margin-bottom: 22px;
}
.human-title p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.human-list {
  margin-left: -40px;
  margin-right: -40px;
}
.human-list li {
  padding: 0 40px;
  float: left;
  width: 50%;
}
.human-info {
  padding: 54px 48px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.human-info h3 {
  font-size: 36px;
  line-height: 36px;
  color: #111;
}
.human-more {
  display: block;
  color: #fff;
  border-radius: 20px;
  height: 40px;
  background-color: #222222;
  width: 120px;
  text-align: center;
  transition: all 0.5s;
  line-height: 40px;
}
.human-list li:hover .public-img img {
  transform: scale(1.1);
}
.human-list li:hover .human-more {
  background-color: #3295d9;
  color: #fff;
}
@media (max-width: 1400px) {
  .human-list {
    margin-left: -25px;
    margin-right: -25px;
  }
  .human-list li {
    padding: 0 25px;
  }
  .human-info {
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .human-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .human-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .human-list li:last-child {
    margin-bottom: 0px;
  }
  .human-info {
    padding: 20px;
  }
  .human-info h3 {
    font-size: 24px;
  }
  .human-title h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .human-title {
    margin-bottom: 25px;
  }
  .human-title p {
    line-height: 26px;
  }
  .human-more {
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    width: 106px;
  }
}
.faith-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.faith-list li:last-child {
  margin-bottom: 0px;
}
.faith-img {
  width: 50%;
  overflow: hidden;
}
.faith-img img {
  width: 100%;
  transition: all 0.5s;
}
.faith-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faith-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.faith-list li:nth-child(2n) .faith-info {
  padding-right: 48px;
}
.faith-list li:nth-child(2n + 1) .faith-info {
  padding-left: 48px;
}
.faith-info h3 {
  font-size: 30px;
  line-height: 30px;
  color: #111;
  margin-bottom: 40px;
}
.faith-info p {
  line-height: 30px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
/* -webkit-line-clamp: 5;*/
}
.faith-list li:hover .faith-img img {
  transform: scale(1.1);
}
.faith-list li:hover .faith-info h3 {
  color: #3295d9;
}
@media (max-width: 1200px) {
  .faith-info h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .faith-info h3 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 28px;
  }
  .faith-img {
    width: 100%;
  }
  .faith-info {
    width: 100%;
    padding-top: 20px;
  }
  .faith-list li {
    margin-bottom: 26px;
  }
  .faith-list li:nth-child(2n) .faith-info {
    padding-right: 0px;
  }
  .faith-list li:nth-child(2n + 1) .faith-info {
    padding-left: 0px;
  }
  .faith-info p {
    -webkit-line-clamp: 50;
  }
}
/* 招贤纳士 */
.job-tab {
  color: #fff;
  background-color: #3295d9;
  font-size: 24px;
}
.job-public {
  padding-left: 98px;
  padding-right: 96px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-more {
  width: 98px;
  text-align: right;
}
.job-tabchild {
  width: calc(100% - 98px);
  display: flex;
}
.job-tab-item {
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.job-des {
  font-size: 16px;
  color: #555;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.5s;
}
.job-morearrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.job-morearrow i {
  width: 10px;
  height: 6px;
  transition: all 0.3s;
  background: url(../img/human-arrow.png) no-repeat center;
  margin-left: 8px;
}
.job-pos {
  border-bottom: 1px solid #dcdcdc;
  height: auto;
  font-size: 16px;
  color: #555;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 32px;
  display: none;
}
.job-pos h4 {
  font-weight: bold;
  line-height: 32px;
}
.job-request {
  margin-top: 34px;
  color: #3295d9;
}
.job-list li.on .job-des,
.job-list li:hover .job-des {
  background-color: #3295d9;
  color: #fff;
}
.job-list li.on .job-morearrow i,
.job-list li:hover .job-morearrow i {
  background-image: url(../img/human-arrow-on.png);
}
@media (max-width: 1200px) {
  .job-public {
    padding-left: 48px;
    padding-right: 46px;
  }
}
@media (max-width: 991px) {
  .job-public {
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
  }
  .job-tab {
    font-size: 16px;
  }
  .job-tab-item {
    /* display: flex; */
    align-items: center;
    line-height: 24px;
  }
  .job-des {
    font-size: 14px;
    height: auto;
  }
  .job-tabchild {
    width: calc(100% - 78px);
    display: flex;
  }
  .job-more {
    width: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .job-pos {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .job-request {
    margin-top: 15px;
  }
}
/*******发展历程********/
.dev {
  padding: 80px 0;
}
.dev-box {
  display: flex;
  overflow: hidden;
}
.dev-left {
  width: 285px;
}
.dev-left ul li {
  height: 166px;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}
.dev-left ul {
  border: 1px solid #dcdcdc;
}
.dev-left ul li:last-child {
  border-bottom: none;
}
.dev-r {
  padding: 0 220px;
}

.dev-left li h4 {
  font-size: 26px;
  font-family: "dBold";
  color: #3295d9;
}
.dev-left li h3 {
  font-size: 24px;
  padding-top: 15px;
}
.dev-left li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 30px;
}
.dev-left li.on {
  background: url("../img/history-mask.jpg") no-repeat center;
  background-size: cover;
}
.dev-left li.on h3 {
  color: #fff;
}
.dev-left li.on h4 {
  color: #fff;
}
.dev-rrow {
  display: flex;
  justify-content: space-between;
}

.dev-r {
  width: calc(100% - 285px);
  position: relative;
}
.dev-rl {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 230px;
}
.dev-rl img {
  width: 100%;
}
.dev-rl h3 {
  font-size: 40px;
  font-family: "dBold";
  color: #3295d9;
}
.dev-rl h4 {
  font-size: 18px;
  padding-top: 20px;
}
.dev-rline {
  position: absolute;
  height: 100%;
  background: #dedede;
  width: 2px;
  right: 0;
}
.devmarginleft {
  padding-right: 90px;
  text-align: right;
}
.devmarginright {
  padding-left: 90px;
}
.dev-rline span {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  background: url("../img/dev-iconbg.png") no-repeat center;
}
.dev-r dl dd {
  display: none;
}

@media (max-width: 1700px) {
  .dev-r {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  .dev-r {
    padding: 0 50px;
  }
  .devmarginleft {
    padding-right: 40px;
  }
  .devmarginright {
    padding-left: 40px;
  }
  .dev-rl h4 {
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .dev-box {
    display: block;
  }
  .dev-left {
    width: 100%;
  }
  .dev-left ul li {
    height: auto;
    padding: 30px;
  }
  .dev-r {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .dev-r {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .dev-rl {
    height: auto;
    padding: 15px;
  }
  .dev-rl h3 {
    font-size: 26px;
  }
  .dev-rl h4 {
    font-size: 14px;
    padding-top: 3px;
  }
  .dev-left li h4 {
    font-size: 30px;
  }
  .dev-left li h3 {
    font-size: 18px;
    padding-top: 6px;
  }
  .dev {
    padding: 40px 0;
  }
}

/******在线留言*******/
.message-box h3 {
  font-size: 40px;
}
.message {
  padding: 80px 0;
}
.message-tit {
  text-align: center;
}
.message-inp {
  margin-top: 50px;
}
.msg-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.msg-ul li {
  width: 49%;
  margin-bottom: 36px;
}
.msg-ul li input {
  width: 100%;
  height: 50px;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
.msg-inptit {
  padding-bottom: 10px;
}
.msg-inptit span {
  color: #ff0000;
}
.msg-ul li:last-child {
  width: 100%;
}
.msg-ul li textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
  padding-top: 5px;
}
.msg-btn {
  background: #3295d9;
  width: 400px;
  height: 54px;
  border: none;
  font-size: 18px;
  color: #fff;
  font-family: "dMedium";
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (max-width: 991px) {
  .message-box h3 {
    font-size: 24px;
  }
  .message {
    padding: 40px 0;
  }
  .message-inp {
    margin-top: 30px;
  }
  .msg-btn {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .msg-ul li {
    margin-bottom: 15px;
  }
}

/****联系我们****/
.conus {
  padding: 80px 0;
}
.conus-box ul li a {
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 40px 0;
  transition: all 0.4s;
}
.conus-icon img:last-child {
  display: none;
}
.conus-icon {
  height: 50px;
}
.conus-box ul li a h3 {
  font-size: 24px;
  padding: 40px 0 20px;
}
.conus-box ul li a h5 {
  margin-top: 30px;
}
.conus-box ul li a:hover {
  background: #3295d9;
  color: #fff;
}
.conus-box ul li a:hover img:last-child {
  display: inline-block;
}
.conus-box ul li a:hover img:first-child {
  display: none;
}
.conus-box ul li a h5 span {
  color: #3295d9;
  cursor: pointer;
}
.conus-box ul li a:hover h5 span {
  color: #fff;
}
.conus-table {
  margin-top: 50px;
  position: relative;
}
.conus-ditu {
  position: absolute;
  height: 100%;
  background: #fff;
   z-index: 999;
}
.conus-tablem {
  display: flex;
  justify-content: space-between;
}
.conus-table ul {
  border: 1px solid #dcdcdc;
}
.conus-tablel {
  width: 49%;
}
.conus-tabler {
  width: 49%;
}
.conus-table ul li {
  display: flex;
}
.conus-tablel ul li {
  height: 100px;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
}
.conus-tablel ul li:last-child {
  border-bottom: none;
}
.conus-tablel ul li h3 {
  width: 31%;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  display: block;
  height: 100%;
  line-height: 100px;
}
.conus-tablel ul li h4 {
  text-align: center;
  width: 69%;
}
.conus-tablel ul li h3 {
  font-size:20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.conus-telw {
  display: flex;
}
.conus-telw span {
  width: 32px;
}
.conus-tel {
  display: flex;
  justify-content: center;
  flex-direction: column;
 /* align-items: center;*/
  width: 69%;
}
.conus-tabler ul li {
  height: 200px;
}
.conus-tabler ul li h3 {
  line-height: 200px;
}
.conus-ditu {
  display: none;
}

.conus-ditu img {
  width: 100%;
}

@media (max-width: 1200px) {
  .conus-box ul li a h4 {
    height: 48px;
    line-height: 24px;
  }
  .conus-tablem ul li h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .conus-box ul li a h4{
    height: auto;
  }
  .conus-box ul li {
    margin-bottom: 20px;
  }
  .conus-box {
    overflow: hidden;
  }
  .conus-box ul li a h5 {
    margin-top: 0;
  }
  .conus-tablem {
    display: block;
    padding: 0 15px;
  }
  .conus-tablel {
    width: 100%;
  }

  .conus-boxt {
    padding: 0 15px;
    overflow: hidden;
  }
  .conus-boxt ul li {
    margin-bottom: 20px;
  }
  .conus-tablem ul li {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .conus-tablem ul li h3 {
    font-size: 16px;
  }
  .conus-tablel {
    margin-bottom: 15px;
  }
  .conus-table {
    margin-top: 20px;
  }
  .conus {
    padding: 40px 0;
  }
  .conus-tablel ul li h3 {
    width: 50%;
    }
    .conus-tablel ul li h4 {
    width: 50%;
    }
    .conus-tel {
    width: 50%;
    }
    .conus-telw span {
   width: 32px;
}

}

.quality-boxul {
  display: flex;
  justify-content: space-between;
}
.quality-box {
  overflow: hidden;
}

.quality-boxul li {
  width: 22%;
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}
.quality-boxul li.on {
  width: 50%;
}
.quality-boxtxt {
  position: absolute;
  bottom: 50px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.quality-boxtxt h4 {
  font-size: 30px;
}
.quality-boxul li.on .quality-boxtxt {
  left: 15%;
  transform: translateX(0%);
  top: 50%;
  transform: translateY(-40%);
}
.quality-boxtxtm {
  margin-top: 50px;
  line-height: 30px;
  display: none;
}
.quality-boxul li.on .quality-boxtxtm {
  display: block;
}

@media (max-width: 1200px) {
  .quality-boxtxt h4 {
    font-size: 22px;
  }
  .quality-boxtxtm {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .quality-boxul {
    display: block;
  }
  .quality-boxul li.on {
    width: 100%;
  }
  .quality-boxul li {
    margin-bottom: 30px;
  }
  .quality-boximg img {
    width: 100%;
  }
  .quality-boxtxt h4 {
    font-size: 20px;
  }
  
}
@media (max-width: 500px) {
  .quality-boxul li.on .quality-boxtxt {
    padding: 10px;
    left: auto;
    top: 0;
    bottom: auto;
    transform: translate(0, 0);
  }
  .quality-boxtxtm {
    margin-top:5px;
    line-height: 20px;
    font-size: 14px;
  }
  .quality-boximg img{
    height: 360px;
  }
}

.cul-xiu {
  display: flex;
  align-items: flex-end;
}
.cul-xiul {
  width: 43%;
}
.cul-xiul img {
  width: 100%;
}
.cul-xiur {
  width: 43%;
}
.cul-xiur img {
  width: 100%;
}
.cul-xiuc {
  width: 26%;
}
.cul-xiuc img {
  width: 100%;
}
@media (max-width: 991px) {
  .cul-xiu {
    display: block;
  }
  .cul-xiul {
    width: 100%;
    margin-bottom: 20px;
  }
  .cul-xiur {
    width: 100%;
  }
  .cul-xiuc {
    width: 100%;
    margin-bottom: 20px;
  }
}

#p-banner {
  position: relative;
  z-index: 1;
}

#p-banner .swiper-slide img {
  width: 100%;
  display: block;
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
  .job-morearrow{
    display: block;
  }
}


.conus-boxt li h4{
  height: 50px;
  line-height: 24px;

}