﻿/* banner */

.index-banner .swiper-container .swiper-pagination {
    display: none;
}


/* index */

.index-tit {
    text-align: center;
}


/* index */

.rp-tit-01 {
    color: #003D71;
    font-size: 32px;
    line-height: 45px;
    position: relative;
}

.rp-tit-01::after {
    position: absolute;
    content: '';
    background-color: #d9f1f7;
    width: 48px;
    height: 2px;
    bottom: -10.5px;
    left: 50%;
    transform: translateX(-50%);
}

.rp-tit-02 {
    margin-top: 23px;
    color: #3D3D3D;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.index-tit-01 {
    padding-top: 2.7%;
    padding-bottom: 2.448%;
}

.index-tit-02 .rp-tit-01 {
    color: #00dca6;
}

.index-tit-02 .rp-tit-02 {
    color: #fff;
}


/* index-fuwu */

.index-fuwu-list {
    width: 1474px;
}

.index-fuwu-list li {
    text-align: center;
    width: 26.48%;
    margin-right: 10.27%;
}

.index-fuwu-list li a {
    display: block;
    overflow: hidden;
}

.index-fuwu-list li img {
    transition: transform 0.2s;
}

.index-fuwu-list li a:hover img {
    transform: scale(1.08);
}

.index-fuwu-list li:last-child {
    margin-right: 0;
}

.index-fuwu-list .tit a {
    color: #003D71;
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-top: 9px;
}

.index-fuwu-list .p1 {
    color: #2A2A2A;
    font-size: 22px;
    margin-top: 10px;
    line-height: 30px;
}

@media (max-width:1491px) {
    .index-fuwu-list {
        width: 1200px;
    }
}

@media (max-width:767px) {
    .index-fuwu-list li {
        width: 33.33%;
        margin-right: 0;
    }
}

@media (max-width:479px) {
    .index-fuwu-list li {
        width: 100%;
    }
}

.index-product {
    margin-top: 5.36%;
    padding-bottom: 58px;
    background-color: #fafafa;
}

.index-tit-pro {
    padding-top: 2.7%;
    padding-bottom: 2.03%;
}

.index-product-banner {
    /* padding: 70px 203px 0;

     height: 234px;

     color:#fff;

     background: url(../images/product.png) no-repeat top center;*/
}

.index-product-banner .tit {
    font-size: 48px;
}

.index-product-banner .p1 {
    margin-top: 38px;
    line-height: 42px;
    font-size: 30px;
}

.index-pro-list {
    margin-top: 20px;
}

.index-pro-list li {
    width: 32.43%;
    margin-right: 1.35%;
    text-align: center;
}

.index-pro-list li:last-child {
    margin-right: 0;
}

.index-pro-list .img-a img {
    border-radius: 20px;
}

.index-pro-list .tit a {
    margin-top: 30px;
    color: #003D71;
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
}

.index-pro-list .p1 {
    color: #2A2A2A;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
}


/* ä¸“åˆ© */

.index-zhuanli {
    padding-top: 2.7%;
}

.index-zhuanli-list {
    padding-top: 3.516%;
}

.index-zhuanli-list ul {
    margin-top: 21px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-zhuanli-list h3 {
    margin-top: 33px;
    line-height: 40px;
    color: #373737;
    font-size: 22px;
}

.index-zhuanli-list img {
    margin: 0 15px;
    /*box-shadow: #c4c4c4 -1px -4px 15px 5px;*/
}

.index-zhuanli-list ul .li03 img {
    margin: 0 33px;
}

.index-zhuanli-list ul .li03 img:nth-child(3) {
    margin-right: 0;
}

.index-zhuanli-list ul .li01 img:first-child {
    margin-left: 0;
}

@media (max-width:1479px) {
    .index-zhuanli-list ul .li03 img {
        margin: 0 15px;
    }
}

@media (max-width:1140px) {
    .index-zhuanli-list ul {
        justify-content: center;
    }
    .index-zhuanli-list ul .li03 img {
        margin-bottom: 15px;
    }
    .index-zhuanli-list ul h3 {
        margin: 10px 0 25px;
    }
}


/* index-è”ç³» */

.index-contact {
    background-color: #fafafa;
    margin-top: 3.91%;
    padding-top: 3.7px;
    padding-bottom: 3.90%;
}

.index-contact .index-tit {
    padding-top: 2.7%;
}

.index-contact ul {
    margin-top: 56.5px;
    background-color: #fff;
    padding: 92px 140px;
    color: #003D71;
    font-size: 30px;
    line-height: 42px;
    position: relative;
}

.index-contact ul::before {
    content: ' ';
    position: absolute;
    background: #ededed;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 25px;
    bottom: 25px;
}

.index-contact ul h3 {
    font-size: 30px;
    color: #474747;
    margin-bottom: 33px;
}

.index-contact li {
    padding-left: 18%;
    padding-top: 9px;
    padding-bottom: 9px;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.index-contact .li01 {
    background-image: url(../images/lianxifangshi-2.png);
}

.index-contact .li02 {
    background-image: url(../images/lianxifangshi.png);
}

@media (max-width: 1479px) {
    .index-contact ul::before {
        display: none;
    }
    .index-contact li {
        background-size: auto 80%;
    }
}

@media (max-width: 1217px) {
    .index-contact ul {
        margin-top: 20px;
        padding: 30px 15px;
    }
}

@media (max-width: 1023px) {
    .index-contact ul li {
        float: none;
        padding-left: 30%;
    }
}

@media (max-width:480px) {
    .index-contact {
        margin-top: 20px;
        padding-bottom: 0;
        padding-top: 20px;
    }
    .index-contact li {
        background-size: auto 50px;
    }
    .index-contact ul h3 {
        margin-bottom: 0;
    }
}


/* about */


/* .about-banner{

     height: 634px;

     background: url(../images/about.png) no-repeat center top;

 } */

.about-banner h2,
.about-banner p {
    display: none;
    color: #fff;
    font-size: 31px;
    line-height: 44px;
}

.about-banner h2 {
    padding-top: 14.774%;
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 48px;
    position: relative;
}

.about-banner h2:after {
    content: ' ';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #f99429;
}


/* news-list */

.about-tit-01 {
    padding: 3.229% 0;
}

.news-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.67%;
}

.news-list li::after {
    content: '';
}

.news-list .img-a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* cursor: url("../images/plus_cursor.png") 25 25, auto; */
    width: 32.89%;
    overflow: hidden;
}
.news-list .cont-r  .cont-p-box {
    height:127px;
    overflow: hidden;
}

/* .news-list .img-a img{
    transition: transform 0.2s;
 }
  .news-list .img-a:hover img{
    transform:  scale(1.08);
  } */

.news-list .cont-r {
    width: 63.60%;
    padding: 50.5px 38px;
    border: 1px solid #c8c8c8;
    line-height: 30px;
    font-size: 20px;
    color: #404040;
    position: relative;
}

.news-list .cont-r:after,
.news-list .cont-r:before {
    position: absolute;
    top: 47px;
    bottom: 47px;
    content: '';
    width: 1px;
    left: -1px;
    background-color: #fff;
}

.news-list .cont-r:after {
    right: -1px;
    left: auto;
}

.news-list .cont-r .tit,
.news-list .cont-r .tit a {
    display: block;
    color: #303E57;
    line-height: 33px;
    height: 33px;
    font-size: 24px;
}

.news-list .cont-r .tit {
    position: relative;
    margin-bottom: 34px;
}

.news-list .cont-r .tit::after,
.news-list .cont-r .tit::before {
    content: ' ';
    position: absolute;
    bottom: -16.5px;
    left: 45px;
    width: 182px;
    height: 1px;
    background-color: #979797;
}

.news-list .cont-r .tit::after {
    width: 45px;
    height: 5px;
    left: 0;
    bottom: -18.5px;
    background-color: #D9F1F7;
}
/* .news-list .cont-r .cont-p-box{
    position: relative;
    height: 0;
    overflow: hidden;    
    transition: height 0.3s;
}*/
 
.news-list .cont-r .cont-p {
    display:block !important;
	height:0; overflow:hidden;
}


.news-list .cont-r .cont-p-child{
    position: relative;  
    top: 0;
} 

.news-list .cont-r  .cont-other{
    text-align: right;
  
    position: absolute;
    right: 0;
    bottom: 10px;
    padding-right: 25px;
}
.news-list .cont-r .open-a{
    font-size: 18px;
    color:#bbb;
    
 
}

.big-link {
    width: 350px;
    line-height: 68px;
    display: block;
    margin: 0 auto 5.3125%;
    text-align: center;
    border-radius: 68px;
    color: #053763;
    font-size: 22px;
    background-color: #D9F1F7;
}

@media (max-width:1285px) {
    .news-list .cont-r {
        padding: 15px 15px 30px;
        min-height: auto;
    }
    .news-list .cont-r .cont-other{
        bottom: 5px;
    }
    .news-list .cont-r:after,
    .news-list .cont-r:before {
        top: 15px;
        bottom: 15px;
    }
}


/* product-main */

.product-main .container {
    position: relative;
    margin: 0 auto;
}

.product-guandao-list {
    padding-top: 65px;
}

.product-guandao-list li {
   
    position: relative;
}


.product-guandao-list .cont-li {
    width: 43.5%;
    position: absolute;
    top: 0px;
    right: 0;
}

@media (max-width: 768px) {
    .product-guandao-list .li-01 .img-01 {
        width: auto;
    }
    .product-guandao-list {
        padding-top: 0;
    }
    .product-guandao-list li {
        margin-bottom: 0px;

    }
    .product-guandao-list .cont-li {
        width: 100%;
        padding: 0 15px 15px;
        position: initial;
    }
}

.product-guandao-list .p1 {
    font-size: 22px;
    color: #535353;
    line-height: 36px;
    margin-bottom: 4px;
}

.product-guandao-list h2 {
    font-size: 64px;
    color: #003D71;
    line-height: 1;
    position: relative;
}

.product-guandao-list h2:after {
    position: absolute;
    content: '';
    bottom: -26px;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: #003d71;
}

.product-guandao-list h4 {
    color: #656565;
    font-size: 30px;
    line-height: 1;
    margin-top: 49px;
    margin-bottom: 28px;
    letter-spacing: 10px;
}


/* .product-guandao-list .li-01{

     height: 533px;

 }

 .product-guandao-list .li-02{

     height: 610px;

 }

 .product-guandao-list .li-03{

     height: 669px;

 } */

.product-guandao-list .li-02 .cont-li {
    right: auto;
    left: 0;
}

.product-guandao-list .li-03 .cont-li {
    /* width: 452px; */
}

.product-guandao-list .big-link {
    margin-top: 3.75%;
}

.product-guandao-list .li-01 .cont-img {
    margin-top: 25px;
}


/* é…ä»¶ */

.pro-peijian-tit {
       margin-bottom: 2.057%;
}


/* 
.pro-peijian-tit .rp-tit-01 {
    font-size: 42px;
    line-height: 59px;
} */

.pro-peijian-tit .rp-tit-01:after {
    background-color: #003d71;
}

.pro-peijian-tit .rp-tit-02 {
    margin-top: 16px;
}

.pro-list01 {
    overflow: hidden;
}

.pro-list01 li {
    width: 48.16%;
    height: 466px;
    overflow: hidden;
    padding: 16px 4.83% 16px 4.08%;
    border: 1px solid #979797;
    position: relative;
    margin-bottom: 60px;
}

.pro-list01 h3 {
    color: #003D71;
    font-size: 22px;
    line-height: 30px;
}

.pro-list01 .img-area {
    height: 161px;
    line-height: 161px;
    margin-top: 36px;
}

.pro-list01 .cont-area {
    border-top: 1px dashed #979797;
    padding-top: 10px;
}

.pro-list01 .tit01 {
    color: #D97800;
    font-size: 18px;
    margin: 12px 0 18px;
}

.pro-list01 .p1 {
    color: #525252;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
}

.pro-list01 .img02 {
    margin-top: 9px;
}

.pro-canshu-dl {
    position: absolute;
    right: 0;
    top: -1px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    border-left: 1px solid #979797;
}

.pro-canshu-dl dd {
    width: 131px;
    border: 1px solid #979797;
    border-bottom: none;
    border-left: none;
}

.pro-canshu-dl h4 {
    background-color: #003D71;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #979797;
}

.pro-canshu-dl .p2 {
    border-bottom: 1px solid #979797;
}

.pro-peijian-tit02 {
    padding-top: 0;
    margin-top: -2.5px;
    margin-bottom: 48.5px;
}

.pro-list02 {
    /* width: 1216px; */
    color: #E5E5E5;
    font-size: 20px;
}

.pro-list02 li {
    margin-bottom: 66px;
    position: relative;
    background-color: #003D71;
    /* display: flex;
    justify-content: space-between; */
}

.pro-list02 .cont-area {
    background: #003D71;
    padding: 62px 70px 0 54px;
    width: 65%;
    top: 0;
    bottom: 0;
}

.pro-list02 .li-02 .cont-area {
    right: 0;
    padding: 62px 54px 0 70px;
}

.pro-list02 .img-area {
    width: 35%;
    background-color: #f5f5f5;
    display: flex;
    align-items: flex-end;
}

.pro-list02 .triangle {
    position: absolute;
    left: 35%;
    border-top-width: 14px;
    border-bottom-width: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.pro-list02 .li-01 .triangle {
    right: 35%;
    left: auto;
    border-right: 26px solid #f5f5f5;
}

.pro-list02 .li-02 .triangle {
    border-left: 26px solid #f5f5f5;
}

.pro-list02 .p1 {
    line-height: 30px;
    margin-bottom: 15px;
}

.pro-list02 h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 31px;
    position: relative;
}

.pro-list02 .num-str {
    color: #D97800;
}

.pro-list02 h3:after {
    content: ' ';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #d1eaff;
}

.pro-peijian-tit03 {
    margin-top: -7px;
    padding-top: 0;
    margin-bottom: 33px;
}

.pro-peijian-tit03 .p1 {
    color: #272727;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}

.pro-list03 li {
    width: 31.66%;
    margin-right: 2.5%;
    margin-bottom: 25px;
}

.pro-list03 li:nth-child(3n) {
    margin-right: 0;
}

.pro-list03 li .cont-img {
    position: relative;
    padding: 70px 15px 40px;
    height: 298px;
    line-height: 210px;
    text-align: center;
    border: 1px solid #979797;
}

.pro-list03 h3 {
    text-align: center;
    color: #003D71;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 0 10px;
}

.pro-list04 {
    margin-bottom: 43px;
}

@media(max-width:1599px) {
    .big-link {
        width: 200px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 50px;
    }
    .rp-tit-02,
    .index-fuwu-list .p1,
    .index-fuwu-list .tit a,
    .index-pro-list .tit a,
    .index-pro-list .p1,
    .index-zhuanli-list h3,
    .product-guandao-list .p1 {
        font-size: 16px;
    }
    .rp-tit-01,
    .index-contact ul h3,
    .index-contact ul {
        font-size: 26px;
    }
    .rp-tit-01::after {
        bottom: -6.5px;
    }
    .index-fuwu-list .p1,
    .index-pro-list .p1 {
        margin-top: 0;
    }
    .product-guandao-list h2 {
        font-size: 40px;
    }
    .product-guandao-list h2:after {
        bottom: -16px;
    }
    .product-guandao-list h4 {
        font-size: 24px;
        margin-top: 29px;
        margin-bottom: 10px;
    }
    .product-guandao-list .p1 {
        line-height: 30px;
    }
    /* .pro-peijian-tit .rp-tit-01 {
        font-size: 36px;
        line-height: 45px;
    } */
    .pro-peijian-tit .rp-tit-01:after {
        bottom: -10.5px;
    }
    .news-list .cont-r,
	 .news-list .cont-r .tit,
    .news-list .cont-r .tit a {
        font-size: 20px;
    }
    .pro-list02 .li-02 .cont-area,
    .pro-list02 .cont-area {
        padding-bottom: 20px;
    }
    .pro-list02 h3 {
        font-size: 22px;
    }
    .pro-list02 .li-02 .cont-area,
    .pro-list02 .cont-area {
        padding: 30px;
        padding-left: 45px;
        font-size: 18px;
        line-height: 1;
    }
    
    .pro-peijian-tit03 .p1 {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 1217px) {
    .index-fuwu-list {
        width: 100%;
    }
}

@media(max-width:1217px) {}

@media(max-width:1217px) {
    .pro-list01 li {
        width: 100%;
        height: auto;
    }
    .pro-list02 h3 {
        font-size: 24px;
    }
   
}

@media(max-width:1023px) {
    .pro-list03 li {
        width: 45%;
        margin-right: 0;
    }
    .pro-list03 li:nth-child(even) {
        float: right;
    }
}

@media (max-width:767px) {
    .news-list li {
        display: block;
    }
    .news-list .img-a,
    .news-list .cont-r {
        width: 100%;
    }
    .product-guandao-list h2 {
        font-size: 30px;
    }
    .product-guandao-list h2:after {
        bottom: -8px;
    }
    .product-guandao-list h4 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .product-guandao-list .p1 {
        line-height: 18px;
        line-height: 1.2;
    }
    .pro-canshu-dl {
        position: initial;
        margin-top: 15px;
    }
    .pro-list01 .img-area {
        margin-top: 15px;
    }
    .pro-list01 li,
    .pro-list02 li {
        margin-bottom: 30px;
    }
    /* */
    .pro-list03 li .pro-canshu-dl {
        margin-top: 0;
        margin-left: -15px;
    }
    .pro-list03 li .cont-img {
        padding-top: 0;
    }
}

@media (max-width:599px) {
    .product-main {
        padding-top: 108px;
    }
    .pro-list02 .triangle {
        display: none;
    }
    .pro-list02 li {
        display: block;
    }
    .pro-list02 .img-area,
    .pro-list02 .cont-area {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width:479px) {
    .news-list .img-a {
        margin-bottom: 15px;
    }
 
   
    .pro-peijian-tit {
        margin-bottom: 0;
    }
    .pro-peijian-tit,
    .pro-peijian-tit02,
    .index-tit-pro,
    .index-tit-01,
    .about-tit-01 {
        padding: 20px 0;
    }
    .rp-tit-01,
    .pro-peijian-tit .rp-tit-01 {
        font-size: 24px;
        line-height: 1.2
    }
    .rp-tit-02 {
        font-size: 14px;
        line-height: 1.2;
    }
    .rp-tit-01::after {
        bottom: -10px;
    }
    .pro-peijian-tit .rp-tit-01:after {
        bottom: -10px;
    }
    .news-list li {
        margin-bottom: 20px;
    }
    .big-link {
        margin-bottom: 30px;
        width: 100%;
    }
    .index-product,
    .index-zhuanli {
        margin-top: 50px;
        padding-bottom: 0px;
    }
    .index-pro-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index-pro-list .tit a {
        margin-top: 15px;
    }
    .pro-list03 li {
        width: 100%;
    }
}

.fiexd-box-view {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.fiexd-box-view.hide {
    display: none;
}

.fiexd-view-img {
    padding: 40px;
    background-color: #fff;
    width: 600px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-flow: column;
}

.fiexd-view-img img {
    max-width: 100%;
    max-height: 100%;
}

.fiexd-view-img.showbig {
    width: 100%;
    height: 100%;
}

.fiexd-view-img-tool {
    position: absolute;
    right: 10px;
    top: 0;
}

.fiexd-view-img-tool span {
    width: 36px;
    height: 36px;
    margin: 2px 2px;
}

.fiexd-view-img-tool .open-big {
    display: none;
    background: url(../images/maximization_black.png) no-repeat center;
}

.fiexd-view-img-tool .close-big {
    background: url(../images/miniaturization_black.png) no-repeat center;
}

.fiexd-view-img-tool .close-tool {
    background: url(../images/close_black.png) no-repeat center;
}

.fiexd-view-link img{
    margin:25px 25px;
    cursor: pointer;
}
.img-a .swiper-container,
.fiexd-view-img-box, .fiexd-view-img-box .swiper-container{
   
   width: 100%;
}

.img-a .swiper-container .swiper-pagination-bullet-active{
    background-color: #022645;
}
.img-a .swiper-container .swiper-slide,
 .fiexd-view-img-box .swiper-container .swiper-slide{
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .img-a .swiper-button-prev,
 .img-a .swiper-button-next,
 .fiexd-view-img-box .swiper-button-prev,
 .fiexd-view-img-box .swiper-button-next{
     width: 40px;
     height: 60px;
 }
 .img-a .swiper-button-prev,
 .fiexd-view-img-box .swiper-button-prev{

     background: url(../images/prev.png) no-repeat;
 }

 .img-a .swiper-button-next,
 .fiexd-view-img-box .swiper-button-next{
    background: url(../images/next.png) no-repeat;
}
@media (max-width:1805px) {
    .product-main .container {
        margin-left: 300px;
    }
   
}

@media (max-width:1517px) {
    .product-main .container {
        width: 950px;
    }
    .pro-canshu-dl dd {
        width: 130px;
    }
    .pro-list01 li {
        padding: 16px 20px;
    }
}

@media (max-width:1267px) {
    .product-main .container {
        width: 900px;
    }
}

@media (max-width:1217px) {
    .product-main .container {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }
}