@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}

/*banner*/
.index-banner .swiper-container{
    width: 100%;
}
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 35px;
    height: 5px;
    opacity: 1;
    border-radius:10px;
    background-color: #fff;
    opacity: .5;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #0771bd;
    opacity: 1;
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

/* 标题 */
.title-box {
    font-size: 40px;
    color:#333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.title-box p{
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 3px;
}

/* 热销产品 */
.cont-1{
    background-image: linear-gradient(to bottom,#fff,#77adde);
}
.cont-1 .index-pro{
    grid-gap: 25px 25px;
}
.cont-1 .index-pro dl{
    border: 1px solid #0771bd;
}
.cont-1 .index-pro dl dt{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.cont-1 .index-pro dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.cont-1 .index-pro dl dd{
    background: rgba(255, 255, 255, .45);
    padding: 15px 0;
}
.cont-1 .index-pro dl dd h2{
    transition: .4s;
    font-size: 16px;
    color:#333;
    width: 87%;
    margin:0 auto;
}
.cont-1 .index-pro dl dd p{
    transition: .4s;
    font-size: 14px;
    width: 87%;
    margin:0 auto;
    margin-top: 5px;
    color:#666;
}
.cont-1 .index-pro dl:hover dd h2,
.cont-1 .index-pro dl:hover dd p{
    color: #0771bd;
}
.link-box{
    display: block;
    width: 300px;
    height: 65px;
    margin: 0 auto;
    background: #0771bd;
    color:#fff;
    font-size: 22px;
    text-align: center;
    line-height: 65px;
    margin-top: 45px;
    transition: .4s;
}
.link-box .iconfont{
    font-size: 34px;
    margin-left: 10px;
    vertical-align: middle;
    transition: .4s;
}
.link-box:hover .iconfont{
    margin-left: 20px;
}

/* 工程案例 */
.index-case .left,
.index-case .right{
    width: 48.8%;
}
.index-case .left{
    height: 454px;
    overflow: hidden;
}
.index-case .left .swiper-container,
.index-case .left .swiper-slide{
    width: 100%;
    height: 100%;
}
.index-case .right dl:first-child a{
    padding-top: 0;
}
.index-case .right dl:last-child a{
    padding-bottom: 0;
    border-bottom: none;
}
.index-case .right dl a{
    border-bottom: 1px solid #e5e5e5;
    padding: 23px 0;
}
.index-case .right dl dt{
    width: 26%;
    height: 120px;
    overflow: hidden;
}

.index-case .right dl dd{
    width: 70%;
}
.index-case .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    border-radius: inherit;
}
.index-case .right dl dd h3{
    color:#000;
    font-size: 17px;
}
.index-case .right dl dd .des{
    color:#8f8f8f;
    font-size: 15px;
    margin: 10px 0 15px 0;
    line-height: 24px;
}
.index-case .right dl dd .date{
    font-size: 13px;
}
.index-case .right dl dd .date .iconfont{
    vertical-align: middle;
    margin-right: 5px;
}
.index-case .right dl:hover dd h3{
    color: #0771bd;
}

/* 关于我们 */
.cont-3{
    background: url(../images/a-bg.png) no-repeat 100% 100%;
    background-size: cover;
}
.cont-3 .title-box{
    color:#fff;
}
.cont-3 .index-about .left{
    width: 51%;
}
.cont-3 .index-about .left h4{
    font-size: 25px;
    color:#fff;
    margin: 30px 0 20px 0;
    font-weight: bold;
}
.cont-3 .index-about .left .des{
    color:#fff;
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.cont-3 .index-about .right{
    width: 45%;
    height: 430px;
}
.cont-3 .index-about .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 我们的优势 */
.cont-4{
    background: url(../images/y-bg.png) no-repeat 100% 100%;
    background-size: cover;
    /* background-attachment:fixed; */
}
.cont-4 .item{
    margin-bottom: 25px;
}
.cont-4 .img{
    width: 50%;
    height: 430px;
    overflow: hidden;
}
.cont-4 .img img{
    width: 100%;
    height: 100%;
}
.cont-4 .text{
    width: 48%;
    background:#cfe2f3;
    height: 430px;
    padding: 35px 30px 20px 35px;
}
.cont-4 .text .circle{
    width: 70px;
    height: 70px;
    background: #0771bd;
    color:#fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
}
.cont-4 .text .des{
    width: 81%;
}
.cont-4 .text .des h5{
    color:#0771bd;
    font-size: 28px;
    font-weight: bold;
}
.cont-4 .text .des .p1{
    color:#666666;
    font-size: 18px;
    margin:5px 0 17px 0
}
.cont-4 .text .des .p2{
    line-height: 29px;
    text-align: justify;
}

/* 荣誉资质 */
.cont-5{
    background: url(../images/r-bg.png) no-repeat 100% 100%;
    background-size: cover;
}
.index-honor .swiper-slide{
    height: 420px;
    overflow: hidden;
}
.index-honor .swiper-slide img{
    width: 100%;
    height: 100%;
}
.cont-6 ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 22px 22px;
}
.cont-6 ul li{
    background: #fff;
    height: 93px;
    overflow: hidden;
    box-shadow: 1px 1px 10px #f5f5f5;
}
.cont-6 ul li img{
    width: 100%;
    height: 100%;
}
.cont-7{
    background-image: linear-gradient(to top,#fff,#cde5fb);
}

/*内页banner*/
.ny-banner{
    position: relative;
    min-width: 1200px;
    height: 350px;
    overflow: hidden;
}
.ny-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: mymove 8s;
    -webkit-animation: mymove 8s;
    /* animation-direction: alternate; */
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove 8s;
    animation-fill-mode: forwards;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.ny-banner .text-box{
    -webkit-animation: fadeInLeft 1.0s ease-in-out;
	animation: fadeInLeft 1.0s ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    text-align: left;
}
.ny-banner .text-box h5{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}
.ny-banner .text-box h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

/* 产品详情 */
.main-container .left{
    width: 19%;

}
.main-container .left .item h2{
    font-size: 23px;
    font-weight: bold;
    color: #111;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}
.main-container .left .item li a{
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 13px;
    color:#333;
}
.main-container .left .item li.cur a,
.main-container .left .item li:hover a{
    color:#0771bd;
}
.main-container .left .item .img{
    text-align: center;
}
.main-container .left .item .img img{
    width: 148px;
    display: inline-block;
}
.main-container .left .item .img p{
    font-size: 14px;
    color:#666;
}
.main-container .left .item .more{
    background: #0771bd;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    color:#fff;
    margin-top: 20px;
    transition: .4s;
}
.main-container .left .item .more .iconfont{
    font-size: 18px;
    margin-left: 10px;
}
.main-container .left .item .more:hover{
    background: #ff6600;
}
.main-container .right{
    width: 74%;
}
.location{
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    text-align: right;
    font-size: 14px;
    color:#666;
}
.location .iconfont{
    margin-right: 3px;
}
.pro-change .left{
    width: 57%;
    height: 450px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.pro-change .left .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
.pro-change .left .swiper-slide {
    background-size: cover;
    background-position: center;
    }
.pro-change .left .gallery-top {
    height: 80%;
    width: 100%;
}
.pro-change .left .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.pro-change .left .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.pro-change .left .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.pro-change .right{
    width: 38%;
    margin-top: 20px;
}
.pro-change .right h6{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}
.pro-change .right .des{
    color: #7e7e7e;
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
}
.pro-change .right .p-link a{
    color:#fff;
    text-align: center;
    line-height: 40px;
    padding: 0 23px;
}
.pro-change .right .p-link a:first-child{
    background: #0771bd;
    font-size: 20px;
}
.pro-change .right .p-link a:first-child .iconfont{
    font-size: 22px;
    margin-right: 3px;
}
.pro-change .right .p-link a:last-child{
    background: #ff6600;
}
.main-container .right .pro-intro .p-title{
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.main-container .right .pro-intro .text{
    font-size: 15px;
    line-height: 25px;
    color: #3c3c3c;
    margin-bottom: 40px;
}

/* 产品中心 */
.main-container .pro-list .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px 25px;
}
.main-container .pro-list .list dl a{
    display: block;
}
.main-container .pro-list .list dl dt{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.main-container .pro-list .list dl dd{
    background: #fbfbfb;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #222222;
    transition: .4s;
    position: relative;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.main-container .pro-list .list dl:hover dd{
    background: #0771bd;
    color:#fff;
}

/* 列表 */
.pic-list .list dl a{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pic-list .list dl:last-child a{
    border-bottom: none;
}
.pic-list .list dl dt{
    width: 25%;
    height: 140px;
    overflow: hidden;
}
.pic-list .list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.pic-list .list dl:hover dt img{
    transform: scale(1.04);
}
.pic-list .list dl dd{
    width: 72%;
}
.pic-list .list dl dd h2{
    font-size: 17px;
    color:#333;
    margin-top: 10px;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-list .list dl dd .des{
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pic-list .list dl dd .date{
    font-size: 13px;
}
.pic-list .list dl dd .link{
    text-align: right;
    color:#0771bd;
    font-size: 15px;
}
.pic-list .list dl dd .link .iconfont{
    transition: .4s;
}
.pic-list .list dl:hover dd .link .iconfont{
    margin-left: 10px;
}
.pic-list .list dl:hover dd h2{
    color:#0771bd;
}


/* 分页 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #0771bd;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}


/*联系我们*/
.contact{
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
.contact .contact-box{
    background-color: #fff;
    padding: 50px 80px;
    position: relative;
    margin-top: -40px;
}
.contact .contact-left{

}
.contact .contact-left h3,.message .message-title h3{
    font-size: 30px;
    font-family: 'myFont5';
}
.contact .contact-left p,.message .message-title p{
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: 'myFont';
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.message .message-title p{
    border-bottom: 0;
}
.contact .contact-tel{
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 37px;
}
.contact .contact-tel i{
    font-size: 36px;
    margin-right: 10px;
    color: #1059b9;
}
.contact .contact-right h4{
    font-size: 30px;
    font-family: 'myFont2';
    margin-bottom: 30px;
}
.contact .contact-right h4 i{
    font-family: 'myFont';
    font-size: 20px;
    margin-left: 5px;
    color: #666666;
}
.contact .contact-right .code:nth-child(2){
    margin: 0 30px;
}
.contact .contact-right .code img{
    width: 160px;
}
.contact .contact-right .code p{
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
/*在线留言*/
.message{
    margin: 60px 0;
}
.message .message-title{
    width: 36%;
}
.message .message-title div{
    font-size: 20px;
    color: #666666;
}
.message .message-txt{
    width: 54%;
}
.message .message-txt .message-input{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
    margin-bottom: 20px;
}
.message .message-txt label input{
    font-family: 'myFont1';
    background-color: #f7f7f7;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
}
.message .message-btn{
    font-size: 18px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    height: 50px;
    background-image: linear-gradient(to right, #0e50b5, #23b0de);
    transition: .5s;
}
.message .message-btn:hover{
    background-image: linear-gradient(to right, #23b0de, #0e50b5);
}
/*地图*/
.address_map{
    height: 300px;
    margin-bottom: 60px;
}
.about-list{
    font-size: 16px;
    line-height: 30px;
}

/* 详情 */
.vs-x h3{
    font-size: 25px;
    color: #333;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
}
.vs-x .p1{
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    margin-top: 8px;
    text-align: center;
}
.vs-x .p1 span{
    margin-left: 20px;
}
.vs-x .text{
    font-size: 15px;
    color: #333;
    line-height: 32px;
    margin-top: 30px;
}
.vs-x .text img,
.about-list img,
.main-container .right .pro-intro .text img{
    max-width: 100%;
    margin: 15px auto;
}
.about-box .a-title{
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 45px;
}
.about-box .a-title i{
    width: 40px;
    height: 2px;
    display: block;
    background: #0771bd;
    margin: 20px auto 0;
}
.about-box .list .text{
    width: 48%;
    font-size: 16px;
    line-height: 33px;
    text-align: justify;
}
.about-box .list .img{
    width: 48%;
    min-height: 430px;
}
.about-box .list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
