* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  ul,
  li {
    list-style: none;
  }
  img,video{
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
  }
  .clearfix::after,
  .clearfix::before {
    content: "";
    display: block;
    clear: both;
    zoom: 1;
    height: 0;
    line-height: 0;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  header {
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    z-index: 99;
  }
  header .logo {
    float: left;
    padding-top: 10px;
  }
  header .logo img {
    float: left;
    height: 75px;
    line-height: 90px;
    margin-right: 10px;
  }
  header .logo .logo-text {
    float: left;
  }
  header .logo .logo-text .text-cn {
    font-size: 28px;
    line-height: 60px;
    font-weight: bold;
    height: 50px;
    color: #fff;
  }
  header .logo .logo-text .text-en {
    white-space: nowrap;
    width: 485px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    -o-transform: scale(0.9);
    -o-transform-origin: top left;
    -moz-transform: scale(0.9);
    -moz-transform-origin: top left;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: top left;
  }
  header .nav {
    float: right;
  }
  header .nav .nav-item {
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
    margin-right: 25px;
    color: #fff;
    font-size: 18px;
    position: relative;
  }
  header .nav .nav-item:last-child {
    margin-right: 0;
  }
  header .mobile-menu {
    display: none;
  }
  .nav_Phone_list {
    display: none;
  }
  header.inner {
    background-color: #fff;
    border-radius: 0;
    position: static;
    width: 1500px;
    transform: translateX(0);
  }
  header.inner .logo .text-cn,
  header.inner .logo .text-en {
    color: #333;
  }
  header.inner .nav .nav-item {
    color: #333;
  }
  .w1400 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .banner {
    width: 100%;
  }
  .main .banner img {
    width: 100%;
  }
  .main .title-box {
    text-align: center;
    color: #333;
    margin-bottom: 50px;
  }
  .main .title-box .text-cn {
    font-size: 38px;
  }
  .main .title-box .text-cn img {
    vertical-align: middle;
    margin: 0 25px;
  }
  .main .title-box .text-en {
    font-size: 22px;
    color: #666;
  }
  .main .about {
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
    background: url(../images/abbbg.jpg) top center no-repeat;
    background-size: auto;
  }
  .main .about .about-left {
    width: 522px;
  }
  .main .about .about-left img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
  }
  .main .about .about-right {
    width: 60%;
    padding-top: 50px;
    color: #fff;
  }
  .main .about .about-right h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 80px;
  }
  .main .about .about-right p {
    line-height: 35px;
    text-align: justify;
    font-size: 13px;
    text-indent: 2em;
  }
  .main .about .about-right .more-btn {
    display: block;
    width: 133px;
    text-align: center;
    height: 40px;
    color: #fff;
    line-height: 35px;
    border: 2px solid #ddd;
    margin-top: 25px;
  }
  .main .about .about-right .img {
    margin-top: 100px;
  }
  .main .about .about-right .img img {
    width: 395px;
    height: 17px;
  }
  .main .service {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../images/service.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .service .title-box .text-cn {
    color: #fff;
  }
  .main .service .title-box .text-en {
    color: #fff;
  }
  .main .service .content {
    width: 1400px;
    margin: 0 auto;
  }
  .main .service .blurb-box {
    width: 1000px;
    margin: 0 auto 40px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
  }
  .main .service .fw-box {
    display: flex;
    width: 100%;
  }
  .main .service .fw-box .item {
    width: 20%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    margin-right: 0.8%;
    cursor: pointer;
  }
  .main .service .fw-box .item .bgimg {
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .main .service .fw-box .item .h1 {
    background-image: url(../images/1.jpg);
  }
  .main .service .fw-box .item .h2 {
    background-image: url(../images/2.jpg);
  }
  .main .service .fw-box .item .h3 {
    background-image: url(../images/3.jpg);
  }
  .main .service .fw-box .item .h4 {
    background-image: url(../images/4.jpeg);
  }
  .main .service .fw-box .item .h5 {
    background-image: url(../images/5.jpeg);
  }
  .main .service .fw-box .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .main .service .fw-box .item .info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .main .service .fw-box .item .info img {
    width: 80px;
    display: block;
    margin-bottom: 20px;
  }
  .main .service .fw-box .item .info p {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    opacity: 0;
  }
  .main .service .fw-box .active {
    flex-shrink: 0;
    width: 35%;
  }
  .main .service .fw-box .active .mask {
    background: rgba(0, 0, 0, 0.2);
  }
  .main .service .fw-box .active .info p {
    opacity: 1;
  }
  .main .news {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .main .news .content {
    width: 1400px;
    margin: 0 auto;
  }
  .main .news .content .news-title {
    height: 55px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }
  .main .news .content .news-title .sel {
    font-size: 24px;
    color: #FFA944;
  }
  .main .news .content .news-title span {
    margin-right: 10px;
    cursor: pointer;
  }
  .main .news .content .news-title a {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    padding-top: 6px;
    padding-right: 20px;
    float: right;
  }
  .main .news .news-left {
    width: 64%;
    float: left;
  }
  .main .news .news-left .left-con {
    padding: 45px 50px 0 0;
    position: relative;
  }
  .main .news .news-left .left-con .news-list {
    position: relative;
  }
  .main .news .news-left .left-con .news-list .item {
    width: 400px;
    position: relative;
    float: left;
    margin-right: 40px;
  }
  .main .news .news-left .left-con .news-list .item .top-img {
    width: 400px;
    height: 266px;
  }
  .main .news .news-left .left-con .news-list .item .top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main .news .news-left .left-con .news-list .item .new-time {
    font-size: 14px;
    font-style: italic;
    color: #999999;
    line-height: 20px;
    margin-top: 25px;
    height: 20px;
  }
  .main .news .news-left .left-con .news-list .item .new-time span {
    color: #FFA944;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }
  .main .news .news-left .left-con .news-list .item .new-time span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #FFA944;
  }
  .main .news .news-left .left-con .news-list .item .new-title {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin: 15px 0;
    height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .news .news-left .left-con .news-list .item .new-blurb {
    font-size: 14px;
    color: #767676;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main .news .news-left .left-con .news-list .item .more {
    height: 40px;
    border: 1px solid #e5e5e5;
    background: url(../images/more.png) no-repeat center center;
    width: 95px;
    margin-top: 20px;
  }
  .main .news .news-left .left-con .news-list .item:last-child {
    margin-right: 0;
  }
  .main .news .news-left .left-con .controls {
    margin-top: 45px;
  }
  .main .news .news-left .left-con .controls .dots {
    text-align: center;
  }
  .main .news .news-left .left-con .controls .dots .dot {
    display: inline-block;
  }
  .main .news .news-left .left-con .controls .dots .dot span {
    margin: 0 8px;
    background: #FFA944;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }
  .main .news .news-left .left-con .controls .dots .dot.active span {
    background: #FFA944;
    width: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .main .news .news-left .left-con .left-i,
  .main .news .news-left .left-con .right-i {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
  }
  .main .news .news-left .left-con .left-i {
    left: 0;
  }
  .main .news .news-left .left-con .right-i {
    right: 50px;
  }
  .main .news .news-right {
    width: 36%;
    float: right;
  }
  .main .news .news-right .news-title {
    padding-left: 10%;
  }
  .main .news .news-right .right-con {
    padding: 45px 0 0 10%;
    border-left: 1px solid #e5e5e5;
    height: 580px;
  }
  .main .news .news-right .right-con li {
    position: relative;
    margin-bottom: 25px;
    padding: 3px 0 3px 0;
  }
  .main .news .news-right .right-con li a {
    display: block;
    padding: 0 0 0 105px;
    color: #777777;
  }
  .main .news .news-right .right-con li a .time {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #eeeeee;
    text-align: center;
    width: 78px;
    height: 53px;
  }
  .main .news .news-right .right-con li a .time p {
    font-size: 16px;
    color: #FFA944;
    font-weight: bold;
    line-height: 1;
    padding: 8px 0 3px;
  }
  .main .news .news-right .right-con li a .time span {
    font-size: 20px;
    color: #ccc;
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  .main .news .news-right .right-con li a .gg-title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main .case {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../images/cpxlbg0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .case .title-box .text-cn {
    color: #fff;
  }
  .main .case .title-box .text-en {
    color: #fff;
  }
  .main .case .content {
    width: 1400px;
    margin: 0 auto;
  }
  .main .case .case-list {
    font-size: 0;
  }
  .main .case .case-list li {
    display: inline-block;
    width: 23.7%;
    margin: 0.65%;
    overflow: hidden;
  }
  .main .case .case-list li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .main .case .case-list li a:hover .case-item .intro {
    bottom: 0;
  }
  .main .case .case-list li .case-item {
    position: relative;
    height: 100%;
  }
  .main .case .case-list li .case-item img {
    width: 100%;
    height: 233px;
    transform: translateZ(0px);
    display: block;
    object-fit: cover;
    border: none;
  }
  .main .case .case-list li .case-item .intro {
    position: absolute;
    width: 100%;
    color: #333;
    bottom: -45px;
    left: 0;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
  }
  .main .case .case-list li .case-item .intro h5 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .case2 {
    width: 100%;
    height: 700px;
    background: url(../images/mapbj.jpg) center top;
  }
  .main .case2 .content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .main .case2 .con-l {
    width: 37%;
    margin: 64px 0;
  }
  .main .case2 .con-l .title .cn {
    font-size: 38px;
    font-weight: bold;
    color: #222;
  }
  .main .case2 .con-l .title .en {
    line-height: 2;
    color: #ccc;
    font-size: 20px;
  }
  .main .case2 .con-l .title .biaoyu {
    font-size: 16px;
    color: #696969;
  }
  .main .case2 .con-l .btn {
    width: 150px;
    max-width: 170px;
    height: 100%;
    max-height: 0px;
    min-height: 45px;
    margin-top: 100px;
  }
  .main .case2 .con-l .btn a {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ccc;
  }
  .main .case2 .con-r {
    width: 63%;
    padding: 64px 0;
    padding-left: 6%;
  }
  .main .case2 .con-r img {
    width: 100%;
    height: 100%;
  }
  .main .news2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .main .news2 .content {
    width: 1400px;
    margin: 0 auto;
  }
  .main .news2 .title {
    font-size: 48px;
    line-height: 1.75;
    color: #333333;
  }
  .main .news2 .box .box-l {
    padding-right: 33px;
    width: calc(100% - 583px);
    margin-top: 72px;
    float: left;
  }
  .main .news2 .box .box-l .seeMore {
    text-align: right;
    padding-right: 60px;
    margin-top: 88px;
    color: #6d9cd4;
    display: block;
  }
  .main .news2 .box .box-l .item .img {
    height: 500px;
  }
  .main .news2 .box .box-r {
    width: 583px;
    float: left;
  }
  .main .news2 .box .item {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
  }
  .main .news2 .box .item .img {
    width: 100%;
    height: 350px;
  }
  .main .news2 .box .item .img img {
    width: 100%;
    display: block;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
  }
  .main .news2 .box .item .text {
    width: 100%;
    position: relative;
    padding: 42px;
    padding-bottom: 46px;
  }
  .main .news2 .box .item .text p.tit {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    height: 72px;
    overflow: hidden;
  }
  .main .news2 .box .item .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    height: 48px;
    overflow: hidden;
  }
  .main .news2 .box .item .text .more {
    margin-top: 34px;
    color: #6d9cd4;
    font-size: 16px;
  }
  .main .news2 .box .item.nopic {
    background-image: url(https://www.chinacdc.com/statics/1/jianfa/images/pic03.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .news2 .box .item + .item {
    margin-top: 35px;
  }
  .main .news2 .box .mobile-more {
    display: none;
  }
  .content-main {
    background-color: #fff;
  }
  .content-main .main-bg {
    width: 100%;
    position: relative;
  }
  .content-main .main-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-main .main-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .content-main .location {
    position: relative;
    padding: 20px 0;
    color: #4a4a4a;
    font-size: 14px;
  }
  .content-main .location a {
    display: inline-block;
    line-height: 30px;
  }
  .content-main .location span {
    margin-right: 6px;
    margin-left: 6px;
    opacity: 0.4;
  }
  .content-main .menu {
    margin: 16px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .content-main .menu a {
    display: block;
    line-height: 48px;
    color: #666;
    margin: 5px 14px 5px 0px;
    padding: 0 calc(1vw + 14px);
    background: #f5f5f5;
  }
  .content-main .menu .active {
    color: #fff;
    background-color: #d90303;
  }
  .content-main .main-title {
    font-size: 38px;
    color: #222;
    line-height: 200%;
    font-weight: bold;
  }
  .content-main .content-text {
    padding: 20px 0;
  }
  .content-main .content-text img {
    max-width: 100%;
  }
  .content-main .honor-list {
    font-size: 0;
  }
  .content-main .honor-list li {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 23%;
    margin-right: 2.6%;
  }
  .content-main .honor-list li a {
    font-size: 0px;
    overflow: hidden;
    background: #f6f6f6;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 14vw;
    text-align: center;
    padding: 20px;
  }
  .content-main .honor-list li a img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .content-main .honor-list li span {
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
  }
  .content-main .honor-list li:nth-child(4n) {
    margin-right: 0;
  }
  .content-main .news-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .content-main .news-list li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 16px;
    background-color: #fafafa;
    font-size: 14px;
  }
  .content-main .news-list li .xw-tit {
    font-size: 20px;
    line-height: 2;
    color: #222;
    margin: 20px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content-main .news-list li .xw-ms {
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin: 20px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .content-main .news-list li .xw-img {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
  }
  .content-main .news-list li .xw-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content-main .news-list li .xw-img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .content-main .news-list li .xw-line {
    width: 100%;
    height: 1px;
    background: #eee;
    position: relative;
  }
  .content-main .news-list li .xw-line::before {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    left: 0px;
    background: #222;
    position: absolute;
    top: 0px;
    z-index: 2;
    transition: all 0.6s ease;
  }
  .content-main .news-list li .xw-more {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-top: 16px;
    display: block;
    line-height: 2.2;
  }
  .content-main .news-list li:hover .xw-line::before {
    width: 100%;
  }
  .content-main .news-list li:nth-child(3n) {
    margin-right: 0;
  }
  .content-main .news-info {
    padding-top: 30px;
  }
  .content-main .news-info .top-title {
    margin-bottom: 10px;
  }
  .content-main .news-info .top-title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
  }
  .content-main .news-info .top-title .time {
    margin: 20px 0;
  }
  .content-main .news-info .top-title .time dl {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #707070;
  }
  .content-main .news-info .reset_style {
    padding-bottom: 5%;
  }
  .content-main .news-info .more {
    overflow: hidden;
    color: #707070;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .content-main .news-info .more .ex {
    float: left;
    width: 50%;
    background: #f5f5f5;
    padding: 12px 15px;
    line-height: 1.8;
  }
  .content-main .news-info .more .next {
    text-align: right;
  }
  .content-main .contact-box {
    overflow: hidden;
  }
  .content-main .contact-box .top-box {
    background-color: #f0f0f0;
    padding: 3%;
    overflow: hidden;
  }
  .content-main .contact-box .top-box h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 2;
    color: #fff;
  }
  .content-main .contact-box .top-box .line {
    height: 20px;
    width: 30px;
    position: relative;
  }
  .content-main .contact-box .top-box .line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
  }
  .content-main .contact-box .top-box .fl {
    width: 49%;
    padding: 24px 3%;
    background-color: #045f84;
    height: 404px;
  }
  .content-main .contact-box .top-box .fl .c-text {
    padding: 50px 0;
  }
  .content-main .contact-box .top-box .fl .c-text p {
    line-height: 2;
    font-size: 16px;
    color: #fff;
  }
  .content-main .contact-box .top-box .fr {
    width: 49%;
    padding: 24px 3%;
    background-color: #fff;
  }
  .content-main .contact-box .top-box .fr h2 {
    color: #222;
  }
  .content-main .contact-box .top-box .fr .line::after {
    background-color: #222;
  }
  .content-main .contact-box .top-box .fr form {
    padding-top: 20px;
  }
  .content-main .contact-box .top-box .fr form input {
    border: 1px solid #000000;
    box-shadow: none;
    height: 42px;
    background: #f6f6f6;
    outline: none;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 6px 12px;
    padding-left: 12px;
  }
  .content-main .contact-box .top-box .fr form textarea {
    border: 1px solid #000000;
    box-shadow: none;
    height: 42px;
    background: #f6f6f6;
    outline: none;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 6px 12px;
    padding-left: 12px;
    height: 100px;
    resize: none;
  }
  .content-main .contact-box .top-box .fr form button {
    width: 100%;
    height: 42px;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 42px;
    border: none;
    outline: none;
    background-color: #1890ff;
    color: #fff;
    cursor: pointer;
  }
  .content-main .contact-box .map-box {
    margin-top: 3%;
    background-color: #f0f0f0;
    padding: 3%;
    margin-bottom: 3%;
  }
  .content-main .product-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .content-main .product-list li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fafafa;
    font-size: 14px;
  }
  .content-main .product-list li .img {
    width: 100%;
  }
  .content-main .product-list li .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .content-main .product-list li .text {
    padding: 30px;
  }
  .content-main .product-list li .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #393435;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  .content-main .product-list li:nth-child(3n) {
    margin-right: 0;
  }
  .content-main .product-info {
    padding: 2%;
    background-color: #f5f5f5;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .content-main .product-info .title {
    font-size: 32px;
    color: #333;
    margin-bottom: 35px;
  }
  .content-main .product-info .img-wiper {
    display: flex;
  }
  .content-main .product-info .img-wiper .wiper-l {
    flex: 1;
    background-color: #fff;
    margin-right: 30px;
    height: 650px;
    max-width: calc(100% - 280px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .content-main .product-info .img-wiper .wiper-l img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .content-main .product-info .img-wiper .wiper-l .big_swiper img {
    height: 564px;
  }
  .content-main .product-info .img-wiper .wiper-l .big_swiper .big_swiper_pag {
    display: none;
  }
  .content-main .product-info .img-wiper .wiper-l .big_swiper_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
  .content-main .product-info .img-wiper .wiper-r {
    width: 250px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    padding: 106px 30px;
    overflow: hidden;
  }
  .content-main .product-info .img-wiper .wiper-r .small_swiper {
    height: 430px;
  }
  .content-main .product-info .img-wiper .wiper-r .small_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
  }
  .content-main .product-info .img-wiper .wiper-r .small_swiper .active img {
    filter: grayscale(0);
  }
  .content-main .product-info .img-wiper .wiper-r .prev,
  .content-main .product-info .img-wiper .wiper-r .next {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: -20px;
  }
  .content-main .product-info .img-wiper .wiper-r .prev {
    top: 30px;
    background: url(../images/prev3.png) no-repeat center center;
    background-size: contain;
  }
  .content-main .product-info .img-wiper .wiper-r .next {
    top: unset;
    bottom: 30px;
    background: url(../images/next3.png) no-repeat center center;
    background-size: contain;
  }
  .content-main .product-info .img-wiper .wiper-r ul li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .content-main .product-info .sec-title {
    font-size: 26px;
    color: #000;
    line-height: 30px;
    margin: 78px auto 78px;
  }
  .content-main .product-info .con-text p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 15px;
    color: #595959;
  }
  .content-main .recruitment-list {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .content-main .recruitment-list .list-head {
    display: flex;
    color: #333;
    border-bottom: 1px #dddddd solid;
  }
  .content-main .recruitment-list .list-head li {
    width: 20%;
    text-align: center;
    padding-top: 38px;
  }
  .content-main .recruitment-list .list-head li span {
    line-height: 40px;
  }
  .content-main .recruitment-list .list-head .gw {
    background: url(../images/gw.png) no-repeat center top;
  }
  .content-main .recruitment-list .list-head .xz {
    background: url(../images/gongzi.png) no-repeat center top;
    background-size: 35px;
  }
  .content-main .recruitment-list .list-head .rs {
    background: url(../images/rs.png) no-repeat center top;
  }
  .content-main .recruitment-list .list-head .sj {
    background: url(../images/fbsj.png) no-repeat center top;
  }
  .content-main .recruitment-list .list-head .jl {
    background: url(../images/tdjl.png) no-repeat center top;
  }
  .content-main .recruitment-list .list-box .list-item {
    display: flex;
    color: #333;
    border-bottom: 1px #dddddd solid;
  }
  .content-main .recruitment-list .list-box .list-item li {
    width: 20%;
    text-align: center;
  }
  .content-main .recruitment-list .list-box .list-item li span {
    line-height: 50px;
  }
  .content-main .recruitment-list .list-box .list-item li .show {
    color: #4498F2;
    cursor: pointer;
  }
  .content-main .recruitment-list .list-box .list-item li .money {
    color: #d00;
  }
  .content-main .recruitment-list .list-box .info-box {
    display: none;
    padding-top: 20px;
    padding-left: 65px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
  }
  .content-main .pages {
    padding: 30px 0;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .content-main .pages .pre-next a{
    height: 38px;
    margin: 0 6px 0;
    text-align: center;
    padding: 0px 10px;
    border-radius: 0px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959;
    line-height: 36px;
    display: block;
  }
  .content-main .pages .page-num a{
    height: 38px;
    padding: 0 10px;
    min-width: 38px;
    text-align: center;
    float: none;
    line-height: 38px;
    margin: 0 6px;
    border: 1px solid #d9d9d9;
    display: block;
  }
  .content-main .pages .page-num-current a{
    background-color: #060606;
    border-color: #060606;
    color: #fff;
  }
  footer {
    width: 100%;
    background: #4b4948;
    color: #c3c3c3;
    overflow: hidden;
  }
  footer .footer {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }
  footer .footer .footer-left {
    width: 65%;
    float: left;
    overflow: hidden;
    margin: 30px 0 50px;
  }
  footer .footer .footer-left ul {
    width: 15%;
    margin: 0 2.5%;
    float: left;
  }
  footer .footer .footer-left ul h3 {
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    background: url(../images/a01-13.jpg) bottom left no-repeat;
  }
  footer .footer .footer-left ul li {
    width: 100%;
    line-height: 35px;
  }
  footer .footer .footer-left ul li a {
    color: #c3c3c3;
    font-size: 14px;
  }
  footer .footer .footer-right {
    width: 35%;
    float: left;
    margin: 50px 0;
  }
  footer .footer .footer-right h3 {
    width: 100%;
    color: #fff;
    line-height: 40px;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
  }
  footer .footer .footer-right .contact {
    float: left;
  }
  footer .footer .footer-right .contact p {
    margin-bottom: 5px;
  }
  footer .footer .footer-right .code {
    float: right;
    width: 100px;
  }
  footer .footer .footer-right .code .img {
    width: 100%;
    background-color: #fff;
    padding: 10px;
  }
  footer .footer .footer-right .code .img img {
    width: 100%;
    display: block;
  }
  footer .footer .footer-right .code p {
    color: #c3c3c3;
    text-align: center;
    margin-top: 10px;
  }