*{margin:0;padding: 0;font-family:"Microsoft YaHei",SimSun,sans-serif,HELVETICA;;box-sizing:border-box;}
html,body,div,ul,li,ol,a,input,textarea,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img{margin:0;padding:0;border:0;}
html{height:100%;}
body{height:100%;font-size:12px;position: relative;margin:auto;}ol,li{list-style:none;}
a{text-decoration: none;cursor:pointer;display: block;}
a,input,img,textarea,span,div{outline:0;-webkit-tap-highlight-color:rgba(255,0,0,0);}
img{vertical-align:top;border:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input{border:none;outline:none;display: block;}
img{ display: block; width:100%;
    /*height:100%;*/
    max-width: 100% !important;}
a{display: block;  width:100%;  height:100%;  }
textarea{display: block; }

select{ display: block;-webkit-appearance:none;} /*去除ios样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #8E8E93;} /*默认颜色*/

html,body{scroll-behavior: smooth;} /*css3新特性，平滑滚动*/

body{
    background-color: #eeeeee;
}
.header{
    height:600px;
    position: relative;
}
.header .in{
    width:1900px;
    height:100%;
    background: url(../images/home/banner.png) no-repeat top center;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    -ms-background-size:100% auto;
    -o-background-size:100% auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
}
.header .top{
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:85px;
    border-bottom:1px solid #f4f3f2;
}
.header .top .topIn{
    margin: 0 auto;
    width:1000px;
    height:100%;
    padding-left:100px;
}
.header .top .topIn .seal{
    float: left;
    width:58px;
    height:57px;
    margin-top:14px;
}
.header .top .topIn ul{
    float: right;
    padding-top:31px;
}
.header .top .topIn li{
    float: left;
    margin-right:64px;
}


.main{
    width:1000px;
    margin: 0 auto;
}
.main .title{
    margin: 20px auto;
    -webkit-background-size:100% !important;
    -moz-background-size:100% !important;
    -ms-background-size:100% !important;
    -o-background-size:100% !important;
}
.rwjj{
    margin-bottom:50px;
}
.rwjj .title{
    width:230px;
    height:60px;
    background: url(../images/home/tittle.png) no-repeat center center;
}
.rwjj .detail p{
    font-size: 18px;
    color: #1B1B1B;
    line-height:32px;
    text-indent:40px;
    letter-spacing:4px;
}
.zpzs .fan{
    width:438px;
    height:204px;
    margin: 0 auto 36px auto;
}
.zpzs .title{
    width:260px;
    height:57px;
    background: url(../images/works/title.png) no-repeat center center;
    margin-bottom:40px;
}
.zpzs .line1{
    margin-bottom:43px;
}
.zpzs .line1 li{
    float: left;
    height:302px;
    background-color: #c6e3e5;
    overflow: hidden;
}
.zpzs .line1 li p{
    color: #1B1B1B;
    font-size: 16px;
    line-height:28px;
    text-indent:32px;
}
.zpzs .line1 li .knowMore{
    width:135px;
    height:33px;
    line-height:33px;
    text-align: center;
    background-color: #6BC9D1;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    margin-top:80px;
}
.zpzs .line1 li .knowMore a{
    color: #fff;
    font-size: 16px;
    letter-spacing:3px;
}
.swiper-container {
    width: 1000px;
    height: 311px;
    position: initial !important;
    /*padding:0 50px !important;*/
    /*overflow: visible !important;*/
}
.swiper-wrapper{
    /*width:100%;*/
    /*height:100%;*/
    /*overflow: hidden !important;*/
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/home/left.png) no-repeat center center !important;
    -webkit-background-size:100%;
       -moz-background-size:100%;
        -ms-background-size:100%;
         -o-background-size:100%;
    left: 40px !important;
    width:16px;
    height:23px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/home/right.png) no-repeat center center !important;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -ms-background-size:100%;
    -o-background-size:100%;
    right: 40px !important;
    width:16px;
    height:23px;
}
.zpzs .line2{
    width:1200px;
    position: relative;
    left:-100px;
}
.zpzs .line2 .img{
    height:220px;
    overflow: hidden;
}
.zpzs .line2 .name{
    background-color: #fff;
    padding:11px;
    color: #313131;
    font-size: 16px;
    height:90px;
}

.footer{
    margin-top:30px;
    background-color: #272727;
    /*height:192px;*/
}
.footer .in{
    width:1000px;
    margin: 0 auto;
}
.footer .in .contacts{
    border-bottom:1px solid #c5c5c5;
    padding:16px 0;
}
.footer .in .contacts p{
    color: #fff;
    line-height:23px;
    font-size: 14px;
    letter-spacing:3px;
}
.footer .in .rights{
    text-align: center;
    color: #6d6d6d;
    line-height:60px;
    font-size: 12px;
}

.introduce .title{
    width:230px;
    height:60px;
    margin: 20px auto;
    background: url(../images/home/tittle.png) no-repeat center center;
    -webkit-background-size:100%;
       -moz-background-size:100%;
        -ms-background-size:100%;
         -o-background-size:100%;
}
.introduce .seal{
    width:648px;
    height:407px;
    margin: 0 auto;
    background: url(../images/introduce/seal.png) no-repeat center center;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -ms-background-size:100%;
    -o-background-size:100%;
}
.introduce p{
    font-size: 18px;
    color: #1B1B1B;
    line-height:32px;
    text-indent:40px;
    letter-spacing:4px;
}
.introduce .topImg{
    margin:72px 0 94px 0;
}
.introduce .topImg img{
    display: inline-block;
    width:329px;
    height:490px;
}
.introduce .topImg img.middle{
    margin:0 2.8px;
}
.introduce .swiper-container{
    height:auto;
}

.contact .title{
    width:143px;
    height:56px;
    margin: 20px auto;
    background: url(../images/contact/title.png) no-repeat center center;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -ms-background-size:100%;
    -o-background-size:100%;
}
.contact p{
    font-size: 18px;
    color: #1B1B1B;
    line-height:32px;
    text-indent:40px;
    letter-spacing:4px;
}
.contact .seal{
    width:648px;
    height:407px;
    margin:60px auto;
    background: url(../images/introduce/seal.png) no-repeat center center;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -ms-background-size:100%;
    -o-background-size:100%;
}
.contact .reword img{
    display: inline-block;
    margin:0 22px;
    width:448px;
    height:290px;
}

.works .title{
    width:260px;
    height:57px;
    margin: 20px auto;
    background: url(../images/works/title.png) no-repeat center center;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -ms-background-size:100%;
    -o-background-size:100%;
}
.works .all{
    margin-right:-20px;
}
.works .all li{
    float: left;
    width:320px;
    height:320px;
    overflow: hidden;
    margin:0 20px 20px 0;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(4,0,0,0.25);;
    -moz-box-shadow: 0px 3px 10px 0px rgba(4,0,0,0.25);;
    box-shadow: 0px 3px 10px 0px rgba(4,0,0,0.25);;
    background-color: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    position: relative;
}
.works .all li p{
    cursor: pointer;
    font-size: 18px;
    display: none;
}
/*.works .all li p:hover{*/
    /*text-decoration: underline;*/
/*}*/
/*.works .all .intro{*/
    /*position: absolute;*/
    /*bottom:0;*/
    /*width:100%;*/
    /*height:0;*/
    /*color: #fff;*/
    /*margin: auto;*/
    /*background: rgba(0,0,0,0.6);*/
    /*font-size: 16px;*/
/*}*/
.works .all li:hover>.intro{
    height:100%;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.works .pages{
    width:1000px;
    height:60px;
    border:1px solid rgba(230, 230, 230, 1);
}
.works .pages .prev{
    width:60px;
    height:60px;
    border-right:1px solid rgba(230, 230, 230, 1);
    float: left;
    position: relative;
    cursor: pointer;
}
.works .pages .next{
    width:60px;
    height:60px;
    border-left:1px solid rgba(230, 230, 230, 1);
    float: right;
    position: relative;
    cursor: pointer;
}
.works .pages i{
    display: block;
    width:16px;
    height:23px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    -webkit-background-size:100% !important;
    -moz-background-size:100% !important;
    -ms-background-size:100% !important;
    -o-background-size:100% !important;
}
.works .pages .prev i{
    background: url(../images/home/left.png) no-repeat center center;
}
.works .pages .next i{
    background: url(../images/home/right.png) no-repeat center center;
}
.works .pages ul{
    float: left;
    padding:10px 200px;
}
.works .pages ul li{
    float: left;
    font-size:16px ;
    width:40px;
    height:40px;
    color: #999999;
    line-height:40px;
    text-align: center;
    margin:0 10px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.works .pages ul li.on{
    color: #fff;
    background-color: #6BC9D1;
}
.bottomImg{
    position: relative;
    width:1200px;
    left:-100px;
}

.shark{
    position: fixed;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.7);
    margin: auto;
    display: none;
    z-index:99;
}
.shark.on{
    display: block;
}
.shark .in{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:95%;
    max-height:95%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content:center;
}
.shark .in img{
    width:auto;
    height:100%;
}
.phone{
    display: none;
}

@media screen and (max-width: 720px) {
    .header{
        height:4.2rem;
    }
    .header .in{
        width:100%;
        -webkit-background-size:200% auto;
           -moz-background-size:200% auto;
            -ms-background-size:200% auto;
             -o-background-size:200% auto;
        z-index:1;
    }
    .phone{
        display: block;
    }
    .header .top{
        display: none;
    }
    .phone.label{
        z-index:2;
        position: fixed;
        top:0.1rem;
        left:0rem;
        margin: auto;
    }
    .phone.label .listIcon{
        width:1rem;
        height:1rem;
        background: url(../images/phone/list.png) no-repeat center center;
        -webkit-background-size:100%;
           -moz-background-size:100%;
            -ms-background-size:100%;
             -o-background-size:100%;
    }
    .phone.label ul{
        overflow: hidden;
        transition: all 0.5s;
        height:4.8rem;
    }
    .phone.label.up ul{
        height:0;
    }
    .phone.label li{
        width:2.5rem;
        height:1.2rem;
        background-color: #f4f4f4;
        border-bottom:1px solid #cacaca;
    }
    .phone.label li:last-child{
        border-bottom:none;
        border-bottom:none;
    }
    .phone.label li a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .phone.label li img{
        width:auto;
        margin: 0 auto;
    }

    .main{
        width:100%;
        padding:0 0.2rem;
        overflow: hidden;
    }
    .zpzs .fan{
        width:100%;
    }
    .zpzs .line1 li{
        margin: 0 auto 0.1rem 0 !important;
        width:7rem !important;
        height:6rem !important;
    }
    .zpzs .line2{
        width:100%;
        left:0;
    }
    .swiper-container{
        width:100%;
        height:6.1rem;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        display: none;
    }
    .footer .in{
        width:100%;
        padding:0 0.2rem;
    }
    .footer .in .contacts p{
        font-size: 0.22rem;
    }
    .zpzs .line1 li p{
        font-size: 0.36rem;
        line-height:0.8rem;
    }
    .zpzs .line1 li .knowMore{
        margin-top:1rem;
    }
    .contact .seal,
    .introduce .seal{
        width:6.48rem;
        height:4.07rem;
    }
    .introduce .topImg img{
        width:6.58rem;
        height:9.8rem;
        display: block;
        margin: 0 auto !important;
    }
    .bottomImg{
        left:0;
        width:100%;
    }
    /*.introduce .swiper-container{*/
        /*width:25rem;*/
    /*}*/
    .works .all{
        margin-right:-0.3rem;
    }
    .works .all li{
        width:3.46rem;
        height:3.46rem;
        margin: 0 0.2rem 0.2rem 0;
    }
    .shark .in img{
        height:auto;
    }
    .contact .reword img{
        display: block;
        width:6.72rem;
        height:4.35rem;
        margin:0.1rem auto;
    }
    .footer .in .rights{
        font-size: 0.14rem;
    }
    .introduce .swiper-container{
        height:4.5rem;
    }
}