/*------------------------------公共样式------------------------------*/
/*滚动条整体样式*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*滚动条滑块*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
/*滚动条轨道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: #060b16;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.idxPath {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #b2b2b2;
  margin-top: 5%;
  margin-bottom: 5%;
}
.idxPath img {
  margin-right: 10px;
}
.idxPath a {
  color: #b2b2b2;
}
.index-head-txt {
  text-align: center;
}
.index-head-txt .adv-name {
  font-size: 26px;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 100;
}
.index-head-txt .adv-title {
  font-size: 32px;
  color: #012169;
  font-weight: 400;
}
/*------------------------------公共样式END------------------------------*/
/*------------------------------公共头部------------------------------*/
.header {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}
.header .wrap {
  margin: 0 auto;
}
.header .wrap .en-box {
  width: 100%;
  background: #012169;
}
.header .wrap .en-box .en {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  max-width: 1280px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
}
.header .wrap .en-box .en .rf {
  cursor: pointer;
}
.header .wrap .logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 20px auto;
}
.header .wrap .logo-box .logo {
  margin: 10px 0;
  cursor: pointer;
}
.header .wrap .logo-box .logo img {
  width: 140px;
  height: auto;
}
.header .wrap .logo-box .code {
  width: 100px;
  height: 100px;
  border: 2px solid #0c4da1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrap .logo-box .code img {
  width: 96px;
  height: 96px;
}
.header .wrap .idx-nav {
  /* width: 100%; */
  /* max-width: 1280px; */
  /* margin: 0 auto; */
  height: 75px;
  /* border-top: 1px solid #dddddd; */
}
.header .wrap .idx-nav ul {
  display: flex;
  padding: 20px 15px;
}
.header .wrap .idx-nav ul .unit {
  padding: 0 20px;
  height: 32px;
  font-size: 16px;
  color: #333333;
  border-radius: 20px;
  line-height: 32px;
}
.header .wrap .idx-nav ul .active {
  color: #fff;
  background: #012169;
}
.header .wrap .idx-nav ul .unit:hover {
  color: #fff;
  background: #012169;
}
.header .wrap .mobile_menu {
  width: 40px;
  display: none;
  cursor: pointer;
}
.header .wrap .mobile_menu img {
  width: 100%;
}
.header .wrap .sear_form {
  display: flex;
  align-items: center;
}
.header .wrap .mobile_header {
  background: #2f4d93;
  display: none;
}
.header .wrap .mobile_header .header_wrap {
  height: 80px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.header .wrap .mobile_header .header_wrap img {
  padding: 10px 0;
  width: 60px;
  height: 80px;
}
.header .wrap .mobile_header .nav_ul {
  background: #2f4d93;
  align-items: center;
  text-transform: uppercase;
}
.header .wrap .mobile_header .nav_ul .unit {
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.header .wrap .mobile_header .nav_ul .active {
  background: #243b72;
  color: #fff;
}
.header .wrap .mobile_header .nav_ul .active a {
  color: #fff;
}
.header .wrap .mobile_header .nav_ul a {
  color: #fff;
}
@media screen and (min-width: 1180px) {
  .header .wrap .mobile_header {
    display: none!important;
  }
}
@media screen and (max-width: 1280px) {
  .header .wrap .en-box {
    padding: 0 20px;
  }
  .header .wrap .logo-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .header .wrap .idx-nav {
    display: none;
  }
  .header .wrap .logo-box .code {
    display: none;
  }
  .header .wrap .mobile_menu {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header .wrap .idx-nav {
    display: none!important;
  }
}
@media screen and (max-width: 750px) {
  .header .wrap .logo-box .logo img{
    width: 50%;
    height: auto;
  }
  
  .index-head-txt .adv-name{
	  font-size: 18px;
  }
  .index-head-txt .adv-title{
	  font-size: 26px;
  }
}
/*-------------------------------公共头部END-------------------------------*/
/*-------------------------------尾部头部-------------------------------*/
.footer .link {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0;
  border-top: 1px solid #ddd;
}
.footer .link .link-title {
  min-width: 210px;
  font-size: 45px;
  color: #012169;
}
.footer .link .link-list ul {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
}
.footer .link .link-list ul a {
  margin-right: 80px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer .link .link-list ul a:nth-child(8n+8) {
  margin-right: 0;
}
.footer .foot {
  background: #294389;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 55px 0;
}
.footer .foot .foot-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #b5cff1;
}
.footer .foot .foot-wrap .fast-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #516ebb;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  padding: 10px 0;
}
.footer .foot .foot-wrap .fast-menu .menu-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.footer .foot .foot-wrap .fast-menu .menu-title p {
  font-size: 14px;
}
.footer .foot .foot-wrap .fast-menu .menu-list {
  display: flex;
}
.footer .foot .foot-wrap .fast-menu .menu-list .item {
  margin-right: 50px;
}
.footer .foot .foot-wrap .fast-menu .menu-list a:last-child .item{
  margin-right:0;
}
.footer .foot .foot-wrap .foot-form {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.footer .foot .foot-wrap .foot-form .sort-title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 28px;
}
/* .footer .foot .foot-wrap .foot-form .sort-title::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #fedb00;
  position: absolute;
  left: 0;
  bottom: -10px;
} */
.footer .foot .foot-wrap .foot-form .form-cont .unit:first-child{
  line-height: 12px;
}
.footer .foot .foot-wrap .foot-form .form-cont .unit {
  display: flex;
  line-height: 45px;
  color: #bbcbf8;
  font-size: 14px;
}
.footer .foot .foot-wrap .foot-form .form-cont .unit .icon {
	width: 15px;
  margin-right: 10px;
}
.footer .foot .foot-wrap .foot-form .message .name .nick {
  max-width: 168px;
  margin-right: 10px;
}
.footer .foot .foot-wrap .foot-form .message .name .mobile {
  width: 290px;
}
.footer .foot .foot-wrap .foot-form .message .name input {
  border-radius: 5px;
  padding: 12px 15px;
  background: none;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
}
.footer .foot .foot-wrap .foot-form .message .text {
  width: 100%;
}
.footer .foot .foot-wrap .foot-form .message .text textarea {
  width:100%;
  max-height: 95px;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
}
.footer .foot .foot-wrap .foot-form .message button {
  background: #fedb00;
  color: #012169;
  font-size: 16px;
  border: none;
  width: 130px;
  height: 40px;
  border-radius: 5px;
}
.footer .foot .foot-wrap .foot-form .scan .code img {
  width: 110px;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .footer .link {
    padding: 0 1%;
  }
  .footer .foot .foot-wrap {
    padding: 0 2%;
  }
  .footer .foot .foot-wrap .fast-menu .menu-title {
    margin-right: 10px;
  }
  .footer .foot .foot-wrap .fast-menu .menu-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .foot .foot-wrap .fast-menu .menu-list .item {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .footer .foot .foot-wrap .foot-form {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .footer .foot .foot-wrap .foot-form > div {
    margin-bottom: 20px;
  }
  .footer .foot .foot-wrap .foot-form .form-cont .unit {
    display: flex;
    line-height: 32px;
    color: #bbcbf8;
    font-size: 14px;
  }
  .footer .foot .foot-wrap .foot-form .form-cont .unit .icon {
    margin-right: 10px;
  }
  .footer .foot .foot-wrap .foot-form .message .name .nick {
    max-width: 168px;
    margin-right: 10px;
  }
  .footer .foot .foot-wrap .foot-form .message .name .mobile {
    width: 290px;
  }
  .footer .foot .foot-wrap .foot-form .message .name input {
    border-radius: 5px;
    padding: 12px 15px;
    background: none;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
  }
  .footer .foot .foot-wrap .foot-form .message .text {
    width: 100%;
  }
  .footer .foot .foot-wrap .foot-form .message .text textarea {
    width: 470px;
    max-height: 95px;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
    color: #fff;
    font-size: 14px;
  }
  .footer .foot .foot-wrap .foot-form .message button {
    background: #fedb00;
    color: #012169;
    font-size: 16px;
    border: none;
    width: 130px;
    height: 40px;
    border-radius: 5px;
  }
  .footer .foot .foot-wrap .foot-form .scan .code img {
    width: 110px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .footer .foot .foot-wrap .foot-form .message .text textarea {
    width: 100%;
  }
  .footer .link .link-list ul a {
    margin-right: 20px;
  }
  .footer .link .link-title {
    min-width: 100px;
    font-size: 30px;
  }
  .footer .foot .foot-wrap .foot-form .message .name input{
    margin-bottom: 4%;
  }
}
/*-------------------------------尾部头部END-------------------------------*/
/*------------------------------首页------------------------------*/
/*------------------------------首页------------------------------*/
.index {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
  overflow: hidden;
}
.index .wrap {
  margin: 0 auto;
}
.index .wrap .banner {
  width: 100%;
  height: auto;
  max-width: 1920px;
  max-height: 655px;
  margin: 0 auto;
  overflow: hidden;
}
.index .wrap .banner .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index .wrap .banner .swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index .wrap .banner .swiper-container1 img {
  width: 100%;
  height: 100%;
}
.index .wrap .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 25px;
  border-radius: 2px;
  background: #012169;
  opacity: 1;
}
.index .wrap .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.index .wrap .advantage-box {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.index .wrap .advantage-box .advantage {
  padding: 150px 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.index .wrap .advantage-box .advantage .adv-list {
  margin-top: 110px;
}
.index .wrap .advantage-box .advantage .adv-list ul {
  display: flex;
  justify-content: space-between;
}
.index .wrap .advantage-box .advantage .adv-list ul li {
  max-width: 265px;
  color: #dbe3ec;
  background: #012169;
  padding: 36px 60px 45px 60px;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 319px;
  position: relative;
}
.index .wrap .advantage-box .advantage .adv-list ul li .img {
  background: url(../img/index/Diamonds.png);
  width: 64px;
  height: 64px;
  text-align: center;
  margin-bottom: 18px;
}
.index .wrap .advantage-box .advantage .adv-list ul li img {
  width: 65px;
  margin-bottom: 20px;
}
.index .wrap .advantage-box .advantage .adv-list ul li .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.index .wrap .advantage-box .advantage .adv-list ul li .tit-wrap {
  font-size: 14px;
}
.index .wrap .advantage-box .advantage .adv-list ul li .info {
  font-size: 14px;
  position: absolute;
 bottom: 40px;
}
/* .index .wrap .advantage-box .advantage .adv-list ul li .info::after {
  content: '';
  background: #dbe3ec;
  width: 4px;
  height: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-2px 0);
} */
.index .wrap .advantage-box .advantage .adv-list ul li:hover {
  background: #fedb00;
  color: #012169;
}
.index .wrap .advantage-box .advantage .adv-list ul li:hover .img {
  background: url(../img/index/Diamonds_h.png);
}
/* .index .wrap .advantage-box .advantage .adv-list ul li:hover .info::after {
  content: '';
  background: #012169;
  width: 4px;
  height: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-2px 0);
} */
.index .wrap .product-case-box {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #f1f1f2;
  padding: 130px 0 140px 0;
  
}
.index .wrap .product-case-box .more-box {
  display: flex;
  justify-content: center;
}
.index .wrap .product-case-box .more-box .more {
  background: #fedb00;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 50px;
  color: #012169;
  font-size: 16px;
}
.index .wrap .product-case-box .product-case {
  display: flex;
  justify-content: center;
}
.index .wrap .product-case-box .product-case .swiper-container {
  width: 100%;
  height: 100%;
}
.index .wrap .product-case-box .product-case .banner2 {
  margin-top: 70px;
  width: 100%;
  max-width: 1920px;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 {
  width: 100%;
  max-width: 1920px;
  padding: 3%;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-active,
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit {
  width: 255px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  background: #d7d6d6;
  margin-right: 55px;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit:last-child{
  margin-right:0;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit img {
  width: 100%;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit .sw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit .sw-box .lf {
  font-size: 16px;
  color: #707070;
  text-align: left;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit .sw-box .lf .title {
  margin-bottom: 12px;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit .sw-box .rf {
  width: 28px;
  height: 28px;
  background: #012169;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit .sw-box .rf .add {
  position: relative;
  top: -1px;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-active,
.index .wrap .product-case-box .product-case .banner2 .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-duplicate-active {
  background: #012169;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-active .sw-box .lf .title,
.index .wrap .product-case-box .product-case .banner2 .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-duplicate-active .sw-box .lf .title {
  color: #fff;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-active .sw-box .rf,
.index .wrap .product-case-box .product-case .banner2 .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-duplicate-active .sw-box .rf {
  background: #fedb00;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-active .sw-box .rf .add,
.index .wrap .product-case-box .product-case .banner2 .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-slide-duplicate-active .sw-box .rf .add {
  color: #012169;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .active{
  transform: scale(1.3);
  background: #012169;
  width: 255px;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .active .sw-box .rf{
  background: #fedb00;
  color: #012169;
}
.index .wrap .product-case-box .product-case .banner2 .swiper-container2 .active .sw-box .lf .title{
  color:#fff;
}
.index .wrap .witness-box {
  width: 100%;
  max-width: 1920px;
  padding: 130px 40px 140px 40px;
  margin: 0 auto;
}
.index .wrap .witness-box .witness {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 95px;
}
.index .wrap .witness-box .witness ul {
  display: flex;
  flex-wrap: wrap;
}
.index .wrap .witness-box .witness ul .unit {
  width: 258px;
  max-height: 158px;
  height: 158px;
  box-shadow: 0 0 5px 4px #ededed;
  margin-right: 82px;
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s;
}
.index .wrap .witness-box .witness ul .unit:nth-child(4n+4) {
  margin: 0;
}
.index .wrap .history-box {
  width: 100%;
  max-width: 1920px;
  padding: 130px 40px 140px 40px;
  margin: 0 auto;
  background: url(../img/index/indexBg.png) no-repeat;
}
.index .wrap .history-box .adv-title {
  color: #fedb00;
}
.index .wrap .history-box .more-box {
  display: flex;
  justify-content: center;
}
.index .wrap .history-box .more-box .more {
  background: #ffffff;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 50px;
  color: #012169;
  font-size: 16px;
}
.index .wrap .history-box .history {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 95px;
}
.index .wrap .history-box .history .history-info {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.index .wrap .history-box .history .history-info p {
  margin-bottom: 20px;
}
.index .wrap .history-box .history .history-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
  flex-wrap: wrap;
}
.index .wrap .history-box .history .history-num .item {
  width: 25%;
  text-align: center;
}
.index .wrap .history-box .history .history-num .item .val {
  font-size: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .wrap .history-box .history .history-num .item .val span {
  font-size: 40px;
}
.index .wrap .history-box .history .history-num .item .text {
  font-size: 18px;
  color: #ffffff;
}
.index .wrap .product-coverage-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 40px 140px 40px;
}
.index .wrap .product-coverage-box .more-box {
  display: flex;
  justify-content: center;
}
.index .wrap .product-coverage-box .more-box .more {
  background: #fedb00;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 50px;
  color: #012169;
  font-size: 16px;
}
.index .wrap .product-coverage-box .product-coverage {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
}
.index .wrap .product-coverage-box .product-coverage .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  border-radius: 2px;
  background: #eeeeee;
  opacity: 1;
}
.index .wrap .product-coverage-box .product-coverage .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fedb00;
}
.index .wrap .product-coverage-box .product-coverage .swiper-container-horizontal > .swiper-pagination-bullets,
.index .wrap .product-coverage-box .product-coverage .swiper-pagination-custom,
.index .wrap .product-coverage-box .product-coverage .swiper-pagination-fraction {
  width: auto;
}
.index .wrap .product-coverage-box .product-coverage .unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .wrap .product-coverage-box .product-coverage .unit .lf {
  width: 55%;
  max-width: 55%;
}
.index .wrap .product-coverage-box .product-coverage .unit .lf h3 {
  font-size: 22px;
  color: #354252;
  margin-bottom: 20px;
}
.index .wrap .product-coverage-box .product-coverage .unit .lf .time {
  font-size: 18px;
  color: #7d7d7d;
  margin-bottom: 48px;
}
.index .wrap .product-coverage-box .product-coverage .unit .lf .info {
  font-size: 16px;
  color: #7d7d7d;
  line-height: 30px;
}
.index .wrap .product-coverage-box .product-coverage .unit .rf {
  display: flex;
  justify-content: end;
}
.index .wrap .product-coverage-box .product-coverage .unit .rf .img {
  width: 472px;
  height: 350px;
  position: relative;
}
.index .wrap .product-coverage-box .product-coverage .unit .rf .img .pic {
  position: absolute;
  z-index: 95;
  width: 441px;
  height: 315px;
}
.index .wrap .product-coverage-box .product-coverage .unit .rf .img .pic img {
  width: 441px;
  height: 315px;
}
.index .wrap .product-coverage-box .product-coverage .unit .rf .img .decorate {
  content: '';
  width: 215px;
  height: 215px;
  background: #012169;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 1280px) {
  .index .wrap .advantage-box .advantage .adv-list ul {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .index .wrap .advantage-box .advantage .adv-list ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .index .wrap .history-box .history .history-num .item {
    width: 100%;
  }
  .index .wrap .history-box .history .history-num .item .val {
    font-size: 60px;
  }
  .index .wrap .advantage-box .advantage {
    padding: 100px 0;
  }
  .index .wrap .advantage-box .advantage .adv-list ul {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .index .wrap .product-coverage-box .product-coverage .swiper-container3 .swiper-wrapper .unit {
    display: flex;
    flex-wrap: wrap;
  }
  .index .wrap .product-coverage-box .product-coverage .swiper-container3 .swiper-wrapper .unit .lf,
  .index .wrap .product-coverage-box .product-coverage .swiper-container3 .swiper-wrapper .unit .rf {
    width: 100%;
    max-width: 100%;
  }
  .index .wrap .history-box {
    padding: 20px 40px 50px 40px;
  }
  .index .wrap .history-box .history {
    margin-top: 0;
  }
  .index .wrap .history-box .more-box .more {
    margin: 5% 0;
  }
}
@media (min-width: 840px) and (max-width: 1200px) {
  .index .wrap .witness-box .witness ul .unit:nth-child(3n+3){
    margin-right: 0;
  }
  .index .wrap .product-case-box .product-case .banner2 .swiper-container2{
    padding: 0;
  }
  .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-wrapper{
    flex-wrap: wrap;
    height: auto;
  }
  .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit{
    margin-right: 7%;
    margin-bottom: 5%;
  }
  .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit:nth-child(3n+3){
    margin-right: 0;
  }

}
@media screen and (max-width: 750px) {
  .index .wrap .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5%;
  }
  .index .wrap .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .index .wrap .banner .swiper-pagination-custom,
  .index .wrap .banner .swiper-pagination-fraction {
    bottom: 2px;
  }
  .index .wrap .product-case-box{
    padding: 15% 0;
  }
  .index .wrap .witness-box .witness ul .unit{
    width: 100%;
  }
  .index .wrap .witness-box{
    padding: 50px 40px 0px 40px;
  }
  .index .wrap .advantage-box .advantage {
    padding: 30px 0;
  }
  .index .wrap .advantage-box .advantage .adv-list {
    margin-top: 50px;
  }
  .index .wrap .advantage-box .advantage .adv-list ul {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .index .wrap .history-box {
    background-size: 100% 100%;
  }
  .index .wrap .advantage-box .history-box {
    padding: 50px 40px 5px 40px;
  }
  .index .wrap .advantage-box .history-box .history {
    margin-top: 25px;
  }
  .index .wrap .advantage-box .history-box .history .history-num {
    margin: 0;
  }
  .index .wrap .product-coverage-box {
    padding: 30px 20px;
  }
  .index .wrap .product-coverage-box .product-coverage .unit .rf .img .pic {
    width: 95%!important;
  }
  .index .wrap .product-coverage-box .product-coverage .unit .rf .img .pic img {
    width: 100%;
  }
  .index .wrap .witness-box .witness ul .unit {
    margin-right: 0;
  }
  .index .wrap .witness-box .witness ul .unit:nth-child(4n+4) {
    margin-bottom: 65px;
  }
  .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .swiper-wrapper{
    display: flex;
    flex-direction: column;
  }
  .index .wrap .product-case-box .product-case .banner2 .swiper-container2 .unit{
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    background: #d7d6d6;
    margin: 0;
    height: auto;
    margin-bottom: 5%;
  }
  
  .index .adv-list a{
	  margin-bottom: 20px;
	  width: 265px;
  }
  .index .wrap .history-box .history .history-num .item{
	  margin-bottom: 20px;
  }
  .index .wrap .history-box .history .history-num .item .val{
	  font-size: 30px;
  }
  .index .wrap .history-box .history .history-num .item .text{
	  font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .index .wrap .advantage-box .advantage {
    padding: 30px 0;
  }
  .index .wrap .advantage-box .advantage .adv-list {
    margin-top: 50px;
  }
  .index .wrap .advantage-box .advantage .adv-list ul {
    justify-content: center;
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .index .wrap .history-box .history .history-num {
    margin: 0;
  }
}
/*-------------------------------首页END-------------------------------*/
/*-------------------------------首页END-------------------------------*/
/*-------------------------------走进新冠力-------------------------------*/
.circle-box {
  display: flex;
  align-items: center;
  color: #fedb00;
}
.circle-box .circle-name {
  font-size: 54px;
  margin-right: 8px;
}
.bl {
  color: #012169;
}
.enter_news .wrap .banner {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
.enter_news .wrap .banner img {
  width: 100%;
}
.enter_news .wrap .enterprise {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5%;
}
.enter_news .wrap .enterprise .more-box {
  display: flex;
  justify-content: center;
}
.enter_news .wrap .enterprise .more-box .more {
  background: #fedb00;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 50px;
  color: #012169;
  font-size: 16px;
}
.enter_news .wrap .enterprise .enterprise_son {
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e1e1e;
  line-height: 30px;
}
.enter_news .wrap .enterprise .enterprise_son .lf {
  max-width: 545px;
  width: 50%;
  max-height: 545px;
  overflow: hidden;
}
.enter_news .wrap .enterprise .enterprise_son .lf img {
  width: 100%;
}
.enter_news .wrap .enterprise .enterprise_son .rf {
  width: 50%;
  margin-left: 95px;
  height: 545px;
}
.enter_news .wrap .enterprise .enterprise_son .rf .circle {
  color: #012169;
  font-size: 28px;
  margin-bottom: 25px;
}
.enter_news .wrap .enterprise .enterprise_son .rf .circle img {
  margin-right: 15px;
}
.enter_news .wrap .history-box {
  width: 100%;
  max-width: 1920px;
  padding: 130px 40px 140px 40px;
  margin: 0 auto;
  background: url(../img/index/indexBg.png) no-repeat;
  margin-bottom: 7%;
background-size: cover;
}
.enter_news .wrap .history-box .adv-title {
  color: #fedb00;
}
.enter_news .wrap .history-box .more-box {
  display: flex;
  justify-content: center;
}
.enter_news .wrap .history-box .more-box .more {
  background: #ffffff;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 50px;
  color: #012169;
  font-size: 16px;
}
.enter_news .wrap .history-box .history {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.enter_news .wrap .history-box .history .lf {
  width: 357px;
  margin-right: 2%;
  max-width: 350px;
}
.enter_news .wrap .history-box .history .lf img {
  width: 100%;
}
.enter_news .wrap .history-box .history .rf {
  width: 828px;
  font-size: 14px;
}
.enter_news .wrap .history-box .history .rf .text {
  font-weight: 700;
  font-size: 18px;
}
.enter_news .wrap .history-box .history .rf h3 {
  font-weight: bold;
}
.enter_news .wrap .history-box .history .rf p {
  line-height: 30px;
}
.enter_news .wrap .enterprise .culture_wrap {
  width: 100%;
  max-width: 1280px;
  box-shadow: 0 0 10px 8px #ededed;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
}
.enter_news .wrap .enterprise .culture_wrap .lf {
  width: 100%;
  max-width: 740px;
  display: flex;
}
.enter_news .wrap .enterprise .culture_wrap .lf h1 {
  color: #012169;
  line-height: 50px;
  writing-mode: tb-rl;
  position: relative;
  text-align: center;
  margin-right: 60px;
}
.enter_news .wrap .enterprise .culture_wrap .lf h1 p{
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translate(-50%,0);
	writing-mode: rl-tb!important;
}
.enter_news .wrap .enterprise .culture_wrap .lf p {
  line-height: 45px;
}
.enter_news .wrap .enterprise .culture_wrap .rf {
  max-width: 340px;
  margin-left: 2%;
}
.enter_news .wrap .enterprise .culture_wrap .rf img {
  width: 100%;
}
.enter_news .wrap .honor-box {
  background: #f1f1f2;
  width: 100%;
  max-width: 2560px;
}
.enter_news .wrap .honor-box .honor {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4% 0;
}
.enter_news .wrap .honor-box .honor .culture_wrap {
  padding: 0;
  box-shadow: none;
  width: 100%;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide {
  width: 335px;
  height: 465px;
  background: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 0 0 8px 5px #e4e4e5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide img {
  width: 335px;
  height: auto;
  display: block;
  border: 2px solid #fff;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide .slide-btn{
  opacity:0;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide-active .slide-btn{
  opacity: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  outline: none;
  background-size: 50% 30%;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide-active .swiper-button-prev{
  left: -40px;
  background-position: 37px;
}

.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide-active .swiper-button-next{
  right: -40px;
  background-position: 3px;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-slide .swiper-slide-active{
  overflow: hidden;
}

.enter_news .wrap .honor-box .honor .culture_wrap .swiper-container{
  padding-bottom: 5%;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}
.enter_news .wrap .honor-box .honor .culture_wrap .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fedb00;
}

@media screen and (max-width: 1280px) {
  .enter_news .wrap .idxPath{
    padding:0 2%;
  }
}
@media screen and (max-width: 750px) {
  .enter_news .wrap .enterprise .enterprise_son {
    flex-direction: column;
    padding: 0 1%;
  }
  .enter_news .wrap .enterprise .enterprise_son .lf,
  .enter_news .wrap .enterprise .enterprise_son .rf {
    width: 100%;
    margin-left: 0;
  }
  .enter_news .wrap .enterprise .enterprise_son .lf {
    margin-bottom: 2%;
  }
  .enter_news .wrap .honor-box .honor .culture_wrap{
    overflow: hidden;
  }
  .enter_news .wrap .history-box .history{
    flex-direction: column;
  }
  .enter_news .wrap .enterprise .culture_wrap{
    flex-direction: column;
    padding:2%;
  }
  .enter_news .wrap .enterprise .culture_wrap .rf{
    margin-left: 0;
  }
  .enter_news .wrap .history-box {
    padding: 20px;
    background-size: cover;
  }
  .enter_news .wrap .history-box .history .lf,
  .enter_news .wrap .history-box .history .rf {
    width: 100%;
  }
  .enter_news .wrap .history-box .history .lf p,
  .enter_news .wrap .history-box .history .rf p {
    line-height: 20px;
  }
}
/*-------------------------------走进新冠力END-------------------------------*/
/*---------------------------------企业介绍--------------------------------*/
.mg-auto {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.enterprise .menu-nav {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterprise .menu-nav a {
  margin-right: 3%;
  position: relative;
  padding-bottom: 55px;
  cursor: pointer;
  font-size: 20px;
  color: #7e7e7e;
}
.enterprise .menu-nav a .active {
  color: #1e1e1e;
  font-size: 24px;
}
.enterprise .menu-nav a .active::after {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  background: #012169;
  transform: translateX(-20px);
}
.enterprise .wrap .page-list-box .synopsis-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 0;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf {
  width: 49%;
  max-width: 515px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf img {
  width: 100%;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf {
  width: 49%;
  margin-left: 4%;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf .index-head-txt {
  text-align: left;
  margin-bottom: 2%;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf .index-head-txt .adv-name {
  font-size: 26px;
  color: #bcbcbc;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf .index-head-txt .adv-title {
  font-size: 32px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf p {
  line-height: 30px;
  font-size: 14px;
  color: #1e1e1e;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 {
  width: 100%;
  max-width: 1920px;
  padding: 130px 40px 140px 40px;
  margin: 0 auto;
  height: 100%;
  max-height: 755px;
  background: url(../img/introduce/enterpriseBg.png) no-repeat;
  margin-bottom: 7%;
  color: #ffffff;
  text-align: center;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .syn-head-txt {
  text-align: center;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .syn-head-txt .syn-title {
  line-height: 50px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .syn-head-txt .syn-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .circle-box {
  justify-content: center;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article p {
  line-height: 30px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  margin-bottom: 7%;
  color: #012169;
  text-align: center;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .syn-head-txt {
  text-align: center;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .syn-head-txt .syn-title {
  line-height: 50px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .syn-head-txt .syn-name {
  color: #b5b5b5;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  margin-bottom: 4%;
  overflow: hidden;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-nav .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #aaa;
  padding: 1% 5%;
  cursor: pointer;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-nav .item .title {
  font-size: 24px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-nav .item .info {
  font-size: 16px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-nav .active {
  background: #012169;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab {
  color: #fff;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf {
  width: 515px;
  height: 345px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf img {
  width: 100%;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf {
  width: 655px;
  margin-left: 4%;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf .index-head-txt {
  text-align: left;
  margin-bottom: 2%;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf .index-head-txt .adv-name {
  font-size: 26px;
  color: #bcbcbc;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf .index-head-txt .adv-title {
  font-size: 32px;
}
.enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf p {
  line-height: 30px;
  font-size: 14px;
  color: #1e1e1e;
}
@media screen and (max-width: 1280px) {
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1{
    padding: 5% 2%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab{
    padding: 5% 2%;
    background-size: 100% 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .enterprise .wrap .idxPath {
    padding: 0 2%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 {
    flex-direction: column;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf,
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf {
    width: 100%!important;
    margin: 0!important;
    padding: 0 2%!important;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf {
    margin-bottom: 2%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx2 {
    padding: 5% 2%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item {
    flex-direction: column;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf {
    width: 100%;
    margin-bottom: 2%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf img {
    width: 100%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf {
    width: 100%;
    margin: 0 2%;
  }
  .enterprise .wrap .menu-nav a {
    margin-right: 2%;
    padding-bottom: 35px;
    font-size: 16px;
  }
  .enterprise .wrap .menu-nav a .active {
    font-size: 20px;
  }
}
/*-------------------------------企业介绍END-------------------------------*/
/*-------------------------------郭松华创业故事-------------------------------*/
.story .wrap .banner {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
.story .wrap .banner img {
  width: 100%;
}
.story .wrap .page-list-box .synopsis-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-head-txt {
  text-align: center;
  margin-top: 5%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-head-txt .adv-name {
  font-size: 32px;
  color: #012169;
  line-height: 40px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-head-txt .adv-title {
  font-size: 24px;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 400;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 0;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf {
  width: 49%;
  max-width: 515px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf img {
  width: 100%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf {
  width: 49%;
  margin-left: 4%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf .index-head-txt {
  text-align: left;
  margin-bottom: 2%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf .index-head-txt .adv-name {
  font-size: 26px;
  color: #bcbcbc;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf .index-head-txt .adv-title {
  font-size: 32px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf p {
  line-height: 30px;
  font-size: 14px;
  color: #1e1e1e;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf h3 {
  font-size: 17px;
  line-height: 30px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 {
  width: 100%;
  max-width: 1920px;
  padding: 130px 40px 140px 40px;
  margin: 0 auto;
  height: 100%;
  max-height: 755px;
  background: url(../img/introduce/enterpriseBg.png) no-repeat;
  margin-bottom: 7%;
  color: #ffffff;
  text-align: center;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .syn-head-txt {
  text-align: center;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .syn-head-txt .syn-title {
  line-height: 50px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .syn-head-txt .syn-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article .circle-box {
  justify-content: center;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 .article p {
  line-height: 30px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  background: url(../img/story/storyBg.png) no-repeat;
  margin-bottom: 7%;
  color: #fff;
  text-align: center;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article {
  padding: 5% 0;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .syn-head-txt {
  text-align: center;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .syn-head-txt .syn-title {
  line-height: 50px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .syn-head-txt .syn-name {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2% 5%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab {
  color: #fff;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf {
  width: 49%;
  max-width: 515px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf img {
  width: 100%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf {
  width: 49%;
  margin-right: 4%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf .index-head-txt {
  text-align: left;
  margin-bottom: 2%;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf .index-head-txt .adv-name {
  font-size: 26px;
  color: #bcbcbc;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf .index-head-txt .adv-title {
  font-size: 32px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf p {
  text-align: left;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap {
  padding: 4% 0;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .swiper-slide {
  color: #fff;
  cursor: pointer;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .swiper-slide .fnt_18 {
  font-size: 18px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .swiper-slide .fnt_14 {
  font-size: 14px;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .swiper-slide em {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin: 5% 0;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .swiper-slide em:before {
  content: '';
  width: 123px;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translatey(-0.5px);
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .swiper-slide em::after {
  content: '';
  width: 123px;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translatey(-0.5px);
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .on {
  color: #fedb00;
}
.story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .about3 .about3_wrap .swiper-wrapper .on em {
  background: #fedb00;
  border: 1px solid #fedb00;
}
@media screen and (max-width: 1280px) {
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 {
    padding: 0 2%;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap {
    padding: 4% 0;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .swiper-slide {
    color: #fff;
    cursor: pointer;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .swiper-slide .fnt_18 {
    font-size: 18px;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .swiper-slide .fnt_14 {
    font-size: 14px;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .swiper-slide em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    margin: 5% 0;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .swiper-slide em:before {
    content: '';
    width: 123px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translatey(-0.5px);
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .swiper-slide em::after {
    content: '';
    width: 123px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translatey(-0.5px);
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .on {
    color: #fedb00;
  }
  .story .page-list-box .synopsis-wrap .synopsis-idx3 .about3 .about3_wrap .swiper-wrapper .on em {
    background: #fedb00;
    border: 1px solid #fedb00;
  }
}
@media screen and (max-width: 1280px) {
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx1{
    padding:0 2%;
  }
  .enterprise .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab{
    padding:0;
  }
}
@media screen and (max-width: 750px) {
  .story .wrap .idxPath {
    padding: 0 2%;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 {
    flex-direction: column;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf,
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .rf {
    width: 100%!important;
    margin: 0!important;
    padding: 0 2%!important;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx1 .lf {
    margin-bottom: 2%;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx2 {
    padding: 5% 2%;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item {
    flex-direction: column;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf {
    width: 100%;
    margin-bottom: 2%;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .lf img {
    width: 100%;
  }
  .story .wrap .page-list-box .synopsis-wrap .synopsis-idx3 .article .synopsis-idx3-tab .item .rf {
    width: 100%;
    margin: 0 2%;
  }
  .story .wrap .menu-nav a {
    margin-right: 2%;
    padding-bottom: 35px;
    font-size: 16px;
  }
  .story .wrap .menu-nav a .active {
    font-size: 20px;
  }
}
/*-------------------------------郭松华创业故事END-------------------------------*/
/*-------------------------------企业文化-------------------------------*/
.cultrue-box .menu-nav {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cultrue-box .menu-nav a {
  margin-right: 3%;
  position: relative;
  padding-bottom: 55px;
  cursor: pointer;
  font-size: 20px;
  color: #7e7e7e;
}
.cultrue-box .menu-nav a .active {
  color: #1e1e1e;
  font-size: 24px;
}
.cultrue-box .menu-nav a .active::after {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  background: #012169;
  transform: translateX(-20px);
}
.cultrue-box .culture {
  background: url(../img/cultrueBg.png) no-repeat;
  background-size: 100% 140%;
  padding: 50px;
}
.cultrue-box .culture .culture_wrap {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
}
.cultrue-box .culture .culture_wrap .lf {
  width: 100%;
  max-width: 740px;
}
.cultrue-box .culture .culture_wrap .lf h1 {
  color: #012169;
  line-height: 50px;
}
.cultrue-box .culture .culture_wrap .lf p {
  line-height: 45px;
}
.cultrue-box .culture .culture_wrap .rf {
  max-width: 340px;
  margin-left: 2%;
}
.cultrue-box .culture .culture_wrap .rf img {
  width: 100%;
}
.cultrue-box .wrap .banner {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
.cultrue-box .wrap .banner img {
  width: 100%;
}
.cultrue-box .wrap .spirit-box {
  width: 100%;
  max-width: 1920px;
  padding: 5% 2% 5% 2%;
  margin: 0 auto;
  background: url(../img/spiritBg.png) no-repeat;
  margin-bottom: 5%;
}
.cultrue-box .wrap .spirit-box .adv-title {
  color: #fff;
  margin-bottom: 10px;
}
.cultrue-box .wrap .spirit-box .adv-name {
  color: #fff;
}
.cultrue-box .wrap .spirit-box .more-box {
  display: flex;
  justify-content: center;
}
.cultrue-box .wrap .spirit-box .more-box .more {
  background: #ffffff;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 50px;
  color: #012169;
  font-size: 16px;
}
.cultrue-box .wrap .spirit-box .history {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 5%;
}
.cultrue-box .wrap .spirit-box .history .history-info {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.cultrue-box .wrap .spirit-box .history .history-info p {
  margin-bottom: 20px;
}
.cultrue-box .wrap .spirit-box .history .history-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
  flex-wrap: wrap;
}
.cultrue-box .wrap .spirit-box .history .history-num .item {
  text-align: center;
  max-width: 20%;
  height: 144px;
}
.cultrue-box .wrap .spirit-box .history .history-num .item .val {
  font-size: 60px;
  color: #fedb00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6%;
}
.cultrue-box .wrap .spirit-box .history .history-num .item .val span {
  font-size: 40px;
}
.cultrue-box .wrap .spirit-box .history .history-num .item .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .cultrue-box .idxPath {
    padding: 0 2%;
  }
}
@media screen and (max-width: 750px) {
  .cultrue-box .culture {
    padding: 2%;
  }
  .cultrue-box .culture .culture_wrap {
    flex-direction: column;
  }
  .cultrue-box .menu-nav a {
    margin-right: 2%;
    padding-bottom: 35px;
    font-size: 16px;
  }
  .cultrue-box .menu-nav a .active {
    font-size: 20px;
  }
  .cultrue-box .wrap .spirit-box .history .history-num{
	  align-items: inherit;
  }
  .cultrue-box .wrap .spirit-box .history .history-num .item{
	  max-width: 50%;
	  height: auto;
	  min-height: 144px;
  }
  .cultrue-box .wrap .spirit-box .history .history-num .item .val{
	  font-size: 36px;
  }
}
/*-------------------------------企业文化END-------------------------------*/
/*-------------------------------荣誉资质-------------------------------*/
.honor-box .wrap .banner {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
.honor-box .wrap .banner img {
  width: 100%;
}
.honor-box .wrap .patent-box .patent {
  display: flex;
  padding-top: 5%;
}
.honor-box .wrap .patent-box .patent .lf {
  width: 28%;
}
.honor-box .wrap .patent-box .patent .lf .title .name {
  color: #012169;
}
.honor-box .wrap .patent-box .patent .lf .title .e-info {
  color: #b5b5b5;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
}
.honor-box .wrap .patent-box .patent .lf .title-list {
  margin-top: 2%;
}
.honor-box .wrap .patent-box .patent .lf .title-list .patent-off {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #1e1e1e;
  font-weight: 400;
}
.honor-box .wrap .patent-box .patent .lf .title-list .patent-off .patent-name {
  color: #064998;
  font-size: 32px;
  margin-right: 8px;
}
.honor-box .wrap .patent-box .patent .rf {
  width: 72%;
}
.honor-box .wrap .patent-box .patent .rf ul {
  display: flex;
  flex-wrap: wrap;
}
.honor-box .wrap .patent-box .patent .rf ul .item {
  margin-bottom: 38px;
  margin-right: 3%;
}
.honor-box .wrap .patent-box .patent .rf ul .item .img {
  border: 1px solid #e9e9e9;
  max-width: 240px;
height: 240px;
 display: flex;
    justify-content: center;
    align-items: center;	
}
.honor-box .wrap .patent-box .patent .rf ul .item .img img {
  width: 100%;
}
.honor-box .wrap .patent-box .patent .rf ul .item .tit {
  margin-top: 15px;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 0 6px 2px #ddd;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #1e1e1e;
}
@media screen and (max-width: 1280px) {
  .honor-box .wrap .idxPath {
    padding: 0 2%;
  }
  .honor-box .wrap .patent-box {
    padding: 0 2%;
  }
  .honor-box .wrap .patent-box .patent .lf {
    width: 30%;
    padding-right: 5%;
  }
  .honor-box .wrap .patent-box .patent .lf .title-list .patent-off .patent-name {
    color: #064998;
    font-size: 32px;
    margin-right: 8px;
  }
  .honor-box .wrap .patent-box .patent .rf {
    width: 70%;
  }
  .honor-box .wrap .patent-box .patent .rf ul .item .img img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .honor-box .wrap .patent-box {
    padding: 0 2%;
  }
  .honor-box .wrap .patent-box .patent {
    flex-direction: column;
  }
  .honor-box .wrap .patent-box .patent .lf {
    width: 100%;
    padding-right: 5%;
  }
  .honor-box .wrap .patent-box .patent .lf .title-list .patent-off .patent-name {
    color: #064998;
    font-size: 32px;
    margin-right: 8px;
  }
  .honor-box .wrap .patent-box .patent .rf {
    width: 100%;
  }
  .honor-box .wrap .patent-box .patent .rf ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .honor-box .wrap .patent-box .patent .rf ul .item .img img {
    width: 100%;
  }
  .honor-box .wrap .menu-nav a {
    margin-right: 2%;
    padding-bottom: 35px;
    font-size: 16px;
  }
  .honor-box .wrap .menu-nav a .active {
    font-size: 20px;
  }
}
/*-------------------------------荣誉资质END-------------------------------*/
/*-------------------------------产品分类-------------------------------*/
.sort-box .wrap .idxPath-left {
  justify-content: flex-start;
}
.sort-box .wrap .sort .summary .goodsort-title {
  margin-bottom: 7%;
}
.sort-box .wrap .sort .summary .goodsort-title .name {
  font-size: 32px;
  color: #012169;
  line-height: 55px;
}
.sort-box .wrap .sort .summary .goodsort-title .info {
  font-size: 22px;
  color: #b5b5b5;
  font-weight: 100;
  text-transform: uppercase;
}
.sort-box .wrap .sort .summary .good-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sort-box .wrap .sort .summary .good-list ul .item {
  width: 30%;
  background: #ebebeb;
  transition: all 0.5s;
  margin: 0 5% 7% 0;
}
.sort-box .wrap .sort .summary .good-list ul .item:nth-child(3n){
  margin-right: 0;
}
.sort-box .wrap .sort .summary .good-list ul .item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sort-box .wrap .sort .summary .good-list ul .item > a .img {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -20px;
  border: 2px solid transparent;
}
.sort-box .wrap .sort .summary .good-list ul .item > a .img img {
  width: 100%;
}
.sort-box .wrap .sort .summary .good-list ul .item > a .name {
 white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
  border-bottom: 2px solid #012169;
  text-align: center;
  color: #757575;
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
}
.sort-box .wrap .sort .summary .good-list ul .item:hover {
  background: #012169;
}
.sort-box .wrap .sort .summary .good-list ul .item:hover .img {
  border: 2px solid #fedb00;
}
.sort-box .wrap .sort .summary .good-list ul .item:hover .name {
  color: #fff;
  border-bottom: 2px solid #fedb00;
}
@media screen and (max-width: 1280px) {
  .sort-box .wrap .sort .summary {
    padding: 0 2%;
  }
  .sort-box .wrap .sort .summary .good-list ul .item {
    width: 47%;
  }
  .sort-box .wrap .sort .summary .good-list ul .item:nth-child(2n+2){
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .sort-box .wrap .sort .summary .good-list ul .item {
    width: 47%;
    margin: 0 5% 10% 0;
  }
  .sort-box .wrap .sort .summary .good-list ul .item:nth-child(2n+2){
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .sort-box .wrap .sort .summary .good-list ul .item:nth-child(2n+2){
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .sort-box .wrap .sort .summary {
    padding: 0 2%;
  }
  .sort-box .wrap .sort .summary .good-list ul .item {
    width: 100%;
  }
}
/*-------------------------------产品分类END-------------------------------*/
/*-------------------------------产品列表-------------------------------*/
.goodlist-box .wrap .goodlist .summary .good-list ul {
  display: flex;
  flex-wrap: wrap;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item {
  margin-bottom: 7%;
  width: 30%;
  background: #ebebeb;
  transition: all 0.5s;
  padding-top: 2%;
  margin-right: 4%;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item:nth-child(3n+3){
  margin-right:0;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item > a .img {
  width: 90%;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid transparent;
  overflow: hidden;
  margin-bottom: 5%;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item > a .img img {
  width: 100%;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item > a .name {
  border-bottom: 2px solid #012169;
  text-align: center;
  color: #757575;
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  padding: 3% 0;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item:hover {
  background: #012169;
}
.goodlist-box .wrap .goodlist .summary .good-list ul .item:hover .name {
  color: #fff;
  border-bottom: 2px solid #fedb00;
}
@media screen and (max-width: 1280px) {
  .goodlist-box .wrap .goodlist .summary {
    padding: 0 2%;
  }
  .goodlist-box .wrap .goodlist .summary .good-list ul .item {
    width: 48%;
  }
  .goodlist-box .wrap .goodlist .summary .good-list ul .item:nth-child(2n+2){
    margin-right: 0;
  } 
}
@media screen and (max-width: 840px) {
  .goodlist-box .wrap .goodlist .summary .good-list ul .item {
    width: 48%;
  }
  .goodlist-box .wrap .goodlist .summary .good-list ul .item:nth-child(2n+2){
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .goodlist-box .wrap .goodlist .summary .good-list ul .item{
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .goodlist-box .wrap .goodlist .summary {
    padding: 0 2%;
  }
  .goodlist-box .wrap .goodlist .summary .good-list ul .item {
    width: 100%;
  }
}
/*-------------------------------产品列表END-------------------------------*/
/*-------------------------------产品详情-------------------------------*/
.goodDetaile-box .wrap .goodDetaile .summary .good {
  display: flex;
  align-items: center;
  margin-bottom: 10%;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .good-img {
  width: 40%;
  padding-right: 4%;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .good-img img {
  width: 100%;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message {
  width: 60%;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info {
  font-size: 18px;
  color: #6e6e6e;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4%;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info .title {
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  color: #1e1e1e;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info > div {
  display: flex;
  align-items: center;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info > div span {
  display: flex;
  justify-content: center;
  width: 110px;
  height: 26px;
  min-width: 110px;
  line-height: 26px;
  background: #012169;
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
  margin-right: 20px;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info-btn {
  display: flex;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info-btn > div {
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info-btn .mobile {
  color: #fff;
  margin-right: 10px;
  background: #012169;
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.goodDetaile-box .wrap .goodDetaile .summary .good .message .info-btn .return {
  color: #3e3e3e;
  background: #e1e1e1;
}
.goodDetaile-box .wrap .goodDetaile .summary .content .cont-list {
  display: flex;
}
.goodDetaile-box .wrap .goodDetaile .summary .content .cont-list .item {
  background: #012169;
  margin-right: 5px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  padding: 0 3%;
  line-height: 40px;
  transform: skewX(39deg);
  cursor: pointer;
}
.goodDetaile-box .wrap .goodDetaile .summary .content .cont-list .active {
  color: #012169;
  background: #fedb00;
}
.goodDetaile-box .wrap .goodDetaile .summary .content .cont-list .item-img {
  position: relative;
  left: -1%;
}
.goodDetaile-box .wrap .goodDetaile .summary .content .cont-list .item:hover {
  color: #012169;
  background: #fedb00;
}
.goodDetaile-box .wrap .goodDetaile .summary .content .cont {
  padding: 2% 0;
}
@media screen and (max-width: 1280px) {
  .goodDetaile-box .wrap .goodDetaile .summary {
    padding: 0 2%;
  }
  .goodDetaile-box .wrap .goodDetaile .summary .good {
    flex-direction: column;
  }
  .goodDetaile-box .wrap .goodDetaile .summary .good .good-img {
    width: 100%;
    padding: 0 2%;
  }
  .goodDetaile-box .wrap .goodDetaile .summary .good .message {
    width: 100%;
  }
  .goodDetaile-box .wrap .goodDetaile .summary .content .cont-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .goodDetaile-box .wrap .goodDetaile .summary .content .cont-list .item {
    width: 100%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .goodDetaile-box .wrap .goodDetaile .summary .content .cont-list .item-img {
    display: none;
  }
}
/*-------------------------------产品详情END-------------------------------*/
/*-------------------------------uv照色剂-------------------------------*/
.VUilluminant-box .wrap .VUilluminant .summary .idx1 {
  display: flex;
  align-items: center;
  margin-bottom: 12%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .lf {
  display: flex;
  align-items: center;
  position: relative;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .lf .blue-bg {
  width: 95px;
  height: 460px;
  background: #012169;
  position: absolute;
  left: -95px;
  top: 50%;
  transform: translateY(-230PX);
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .lf .img {
  width: 590px;
  max-width: 590px;
  z-index: 90;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .lf .img img {
  width: 100%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .rf {
  height: 460px;
  padding: 50px 115px;
  color: #424242;
  font-size: 16px;
  box-shadow: 0 0 8px 5px #ededed;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .rf h1 {
  margin-bottom: 35px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx1 .rf p {
  line-height: 35px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx2 {
  background: url(../img/flow/idx2bg.png) no-repeat;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx2 .main {
  display: flex;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .lf {
  height: 460px;
  padding: 70px 0;
  color: #ffffff;
  font-size: 16px;
  padding-right: 120px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .lf h1 {
  margin-bottom: 35px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .lf p {
  line-height: 35px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .rf .img {
  position: relative;
  top: -60px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .title {
  font-size: 32px;
  text-align: center;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .title .name {
  font-weight: bold;
  color: #012169;
  line-height: 50px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .title .info {
  font-size: 24px;
  color: #b5b5b5;
  text-transform: uppercase;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-nav {
  display: flex;
  justify-content: center;
  padding: 5% 0;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-nav .item {
  padding: 0 20px;
  background: #7e8d9f;
  border-radius: 5px;
  line-height: 40px;
  height: 40px;
  margin-right: 5%;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-nav .item:last-child {
  margin: 0;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-nav .active {
  background: #012169;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul {
  display: none;
  flex-wrap: wrap;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit:nth-child(-n + 4){
  margin-bottom: 175px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .lf {
  position: relative;
  max-width: 170px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .lf .img {
  width: 100%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .lf .img img {
  width: 100%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .lf .txt {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  color: #012f7d;
  font-size: 18px;
  text-align: center;
  width: 100px;
  transform: translate(-50%,0);
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf {
  width: 120px;
  margin:0 40px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf img {
  width: 100%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf .btn {
  display: none;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit:nth-child(4) .rf {
  position: absolute;
  bottom: -105px;
  left: -10px;
  transform: rotate(90deg);
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list .active {
  display: flex;
  justify-content: flex-end;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .explain {
  color: #ff0000;
  font-size: 20px;
  line-height: 50px;
  padding: 2% 0;
  padding-bottom: 4%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx3 .explain .tips-info {
  font-size: 24px;
  color: #4c4c4c;
  font-weight: bold;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 {
  width: 100%;
  max-width: 1920px;
  padding: 130px 40px 140px 40px;
  margin: 0 auto;
  height: 100%;
  max-height: 755px;
  background: url(../img/introduce/enterpriseBg.png) no-repeat;
  margin-bottom: 7%;
  color: #ffffff;
  text-align: center;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .syn-head-txt {
  text-align: center;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .syn-head-txt .syn-title {
  line-height: 50px;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .syn-head-txt .syn-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content {
  display: flex;
  align-items: center;
  margin-top: 5%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .lf {
  font-size: 14px;
  color: #ffffff;
  width: 50%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .lf p {
  line-height: 30px;
  text-align: left;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .rf {
  max-width: 460px;
  width: 50%;
  margin-left: 5%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .rf img {
  width: 100%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .syn-head-txt {
  text-align: center;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .syn-head-txt .syn-title {
  line-height: 50px;
  font-size: 32px;
  color: #012169;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .syn-head-txt .syn-name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
  color: #b5b5b5;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content {
  display: flex;
  padding: 8% 0;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .lf {
  width: 50%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .lf .yl {
  color: #fedb00;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .lf .banner img {
  width: 100%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf {
  width: 50%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .ensure,
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .service {
  width: 100%;
  display: flex;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  padding: 0 32px;
  background: #012169;
  font-size: 14px;
  color: #fff;
  width: 50%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .pic {
  width: 100%;
  max-width: 50%;
}
.VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .pic img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .btn {
    display: none;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .VUilluminant-box .wrap .VUilluminant .summary .idx1 {
    flex-direction: column;
    margin-bottom: 5%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx1 .lf {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx1 .lf img {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx1 .rf {
    height: auto;
    padding: 5% 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx2 .main {
    flex-direction: column;
    padding: 0 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .lf {
    height: auto;
    padding: 5% 0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .lf h1 {
    margin-bottom: 0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .rf {
    margin-bottom: 5%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .rf .img {
    top: 0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx2 .main .rf .img img {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 {
    padding: 0 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit {
    flex-direction: column;
    width: 60%;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .btn {
    display: block;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .lf {
    width: 80%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf {
    display: none;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 {
    padding: 5% 2% 5% 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .lf .txt {
    position: absolute;
    /* left: 50%; */
    bottom:13%;
    /* transform: translateX(-50%); */
    line-height: 50px;
    height: 50px;
    color: #012f7d;
    font-size: 30px;
    text-align: center;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 {
    padding: 0 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content {
    flex-direction: column;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .lf,
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .lf {
    margin-bottom: 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .ensure,
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .service {
    margin-bottom: 2%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .cont {
    padding: 0px 3%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit:nth-child(-n + 4){
    margin:0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf{
    margin:5% 0;
  }
}

@media screen and (max-width: 992px) {
	.enter_news .wrap .enterprise .enterprise_son{
		flex-wrap: wrap;
	}
	
	.enter_news .wrap .enterprise .enterprise_son .lf{
		margin: 0 auto 20px;
	}
	
	.enter_news .wrap .enterprise .enterprise_son .rf{
		width: 100%;
		margin: 0 10px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 840px) {
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content {
    display: flex;
    flex-direction: column;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .lf {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .rf {
    width: 100%;
    margin-left: 0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .rf .img img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .btn {
    display: block;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx3 .idx3-list ul .unit .rf {
    display: none;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content {
    display: flex;
    flex-direction: column;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .lf {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .rf {
    width: 100%;
    margin-left: 0;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx4 .article .content .rf .img img {
    width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .ensure,
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .service {
    flex-direction: column;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .ensure .cont,
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .service .cont {
    max-width: 100%;
    padding: 2%;
	width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .pic{
    max-width: 100%;
  }
  .VUilluminant-box .wrap .VUilluminant .summary .idx5 .content .rf .pic{
    max-width: 100%;
  }
  
  .enter_news .wrap .enterprise .enterprise_son .rf{
	  height: auto;
	  margin: inherit;
  }
  .enter_news .wrap .enterprise .enterprise_son .rf>div{
	  margin-bottom: 20px;
  }
}
/*-------------------------------uv照色剂END-------------------------------*/
