.page-title p:first-child{
    text-align: center;
    font-size:36px;
    font-weight: bold;
    color:#363636;
    margin-bottom:10px;
}
.page-title p:last-child{
    font-size:14px;
    text-align: center;
    color:#666;
}
.pagination{
    text-align: center;
    margin-top:30px;
}
.pagination li{
    display:inline-block;
    padding:10px 20px;
    background: #EBEBEB;
    margin-left:10px;
    margin-right:10px;
}
.pagination li.active{
    background: #C7323D;
    color:white;
}
.common-btn {
    display:flex;
    justify-content: space-between;
}
/******   index.html  ********/
.prolist-nav{
    width:270px;
}

.prolist-nav-title{
    background: #C7323D;
    font-size:25px;
    font-weight: bold;
    width:270px;
    height:82px;
    line-height:82px;
    text-align: center;
    color:white;
}
.prolist .list{
    background: #F5F5F5;
    transition: all .5s;
    height:74px;
    border-bottom:1px solid #DBDBDB;
    box-sizing: border-box;
    display:block;
}
.prolist .list:last-child{
    border-bottom:none;
}
.prolist .list:hover .Lleft p:first-child{
    color:#363636;
}
.prolist .list:hover{
    background: #E6E6E6;
    border-bottom:none;
}
.prolist .list:hover .Lleft1{
    border-top:5px solid #C7323D;
}
.prolist .list .Lleft1{
    border-top:5px solid #DBDBDB;
    width:36px;
    margin-top:30px;
    transition: all .5s;
}
.prolist .list .Lleft{
    margin-left:20px;
    width:75%;
}
.prolist .list .Lleft p:first-child{
    font-size:18px;
    color:#666;
    font-weight: bold;
    transition: all .5s;
    margin-top:15px;
    margin-bottom:5px;
     word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.prolist .list .Lleft p:last-child{
    font-size:13px;
    color:#B3B3B3;
}
.swiper-container2{
    width:900px;
}
.swiper-button-prev,.swiper-button-next{
    width:50px;
    height:60px;
    line-height:60px;
    text-align: center;
    color:#B3B3B3;
    background: #EBEBEB;
    z-index:99;
    background-image: none;
}
.prolist-img{
    border:2px solid #D4D4D4;
}
.prolist-img-text{
    background: #EBEBEB;
    height:60px;
    line-height:60px;
    padding:0 30px;
}
.prolist-img-text p:first-child{
    font-size:20px;
}
.prolist-img-text p:last-child{
    font-size:32px;
    color:#666;
}
.prolist-img .swiper-container2 img{
    height:610px;
}
.about{
    background: url(../img/11.jpg) no-repeat center center;
    height:700px;
    margin-top:100px;
}
.about-title p:first-child{
    text-align: center;
    font-size:36px;
    font-weight: bold;
    color:#363636;
    margin-bottom:10px;
    padding-top:60px;
}
.about-title p:last-child{
    font-size:14px;
    text-align: center;
    color:#666;
}
.about-content{
    padding-bottom:50px;
    border-bottom:1px solid #DCDCDF;
}
.about-content>.Rright{
    width:560px;
    padding:0 20px;
}
.about-content>.Lleft{
    width:600px;
    position: relative;
    height:400px;
}
.about-content>.Lleft>div{
    width:260px;
    height:180px;
    position: absolute;
    background: #D9D9D9;
}
.about-content>.Lleft>div:first-child{
    left:0;
    bottom:10px;
}
.about-content>.Lleft>div:nth-child(2){
    right:20px;
    top:0
}
.about-content>.Lleft>img{
    display:block;
    position: absolute;
    width:550px;
    height:360px;
    left:15px;
    top:15px;
}
.about-content>.Rright p:nth-child(1){
    color:#E2E2E2;
    font-size:46px;
    font-weight: bold;
    margin-top:10px;
}
.about-content>.Rright p:nth-child(2){
    color:#363636;
    font-size:26px;
    font-weight: bold;
    margin-top:-30px;
}
.about-content>.Rright p:nth-child(3){
    color:#666666;
    font-size:15px;
    margin-top:30px;
    text-align: justify;
    line-height:28px;
}
.about-content>.Rright a{
    color:white;
    font-size:16px;
    width:160px;
    height:42px;
    margin-top:50px;
    text-align:center;
    line-height:42px;
    background: #C7323D;
    display:block;
}
.about .swiper-button-prev,.about .swiper-button-next{
    outline: none;
    height:50px;
    text-align: center;
    color:white;
    background: #C7323D;
    z-index:99;
    border-radius: 50%;
    font-size:20px;
}
.about .swiper-button-prev{
    transform: rotate(-90deg);
    left:0;
}
.about .swiper-button-next{
    transform: rotate(90deg);
    left:100px;
}
.about-domain{
    position: relative;
    margin-top:50px;
}
.about .swiper-container3{
    width:980px;
    float:right;

}
.about-domain-title{
    font-size:28px;
    color:#363636;
    font-weight: bold;
    margin-left:10px;
}
.domain-btn{
    margin-top:120px;
    border-bottom:1px  solid #E6E6E6;
    display:block;
    margin-left:30px;
    color:#666666;
    width:110px;
    padding-bottom:10px;
}
.domain-btn span{
    color:#CCCCCC;
    font-size:20px;
    margin-left:20px;
    line-height:24px;
}
.new-title{
    padding-top:50px;
    padding-bottom:50px;
}
.new-title p:first-child{
    text-align: center;
    font-size:36px;
    font-weight: bold;
    color:#363636;
    margin-bottom:10px;
}
.new-title p:last-child{
    font-size:14px;
    text-align: center;
    color:#666;
}
.new-content>.Lleft{
    width:410px;
    height:460px;
    padding:40px 20px ;
    background: #F2F2F2;
    transition: all .5s;
}
.new-content>.Lleft:hover{
    box-shadow: 0 0 10px 0 #999;
}
.new-content>.Lleft>a:hover .head{
    color:#C7323D
}
.new-content>.Lleft .head{
    color:#363636;
    font-size:20px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.new-content>.Lleft .text{
    font-size:14px;
    line-height:26px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    margin-top:25px;
    margin-bottom:15px;
    color:#666666;
}
.new-content>.Lleft .time{
    color:#999;
    margin-top:20px;
    margin-bottom:50px;
}
.new-content>.Lleft .img{
    width:410px;
    height:245px;
}
.new-content>.Rright{
    width:730px;
    height:540px;
    box-sizing: border-box;
}
.new-list{
    display:block;
    margin-bottom:17.5px;
    transition: all .5s;
}
.new-list img{
    width:280px;
    height:168px;
    margin-right:15px;
}
.new-list>.Rright{
    width:420px;
    padding-right:15px;
}
.new-list>.Rright .head{
    color:#363636;
    font-size:20px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    margin-top:15px;
    margin-bottom:10px;
}
.new-content>.Rright .text{
    font-size:14px;
    line-height:28px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    margin-top:25px;
    margin-bottom:15px;
    color:#666666;
}
.new-content>.Rright .time>span:first-child{
    color:#999;
    float:left;
}
.new-content>.Rright .time>span:last-child{
    color:#999;
    float: right;
    margin-right:20px;
    font-size:22px;
}
.new-list:hover{
    box-shadow: 0 0 10px 0 #999;
}
.new-list:hover .head{
    color:#C7323D
}
.new-btn{
    width:200px;
    height:44px;
    font-size:16px;
    margin:0 auto;
    margin-top:60px;
    display:block;
    line-height:44px;
    background: #F2F2F2;
    color:#999;
    text-align: center;
}


/******   about.html  ********/

.ab .text .Lleft img{
    width:430px;
    height:324px;
}
.ab .text .Lleft>div{
    background: #EBEBEB;
    padding:20px 0;
}
.ab .text .Lleft>div p:first-child{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    color:#363636;
}
.ab .text .Lleft>div p:last-child{
    font-size:14px;
    margin-top:5px;
    text-align: center;
    color:#999;
}
.ab .text .Rright{
    width:720px;
}
.ab .text .Rright p{
    border-bottom:1px solid #E6E6E6;
    padding:18px 0;
    font-size:14px;
    color:#666;
    line-height:28px;
    text-align: justify;
}
.speech{
    padding-bottom:50px;
}
.speech-title .Lleft{
    border-top:5px solid #D9D9D9;
    width:50px;
    margin-top:20px;
    margin-right:20px;
}
.speech-title .Rright{
    font-size:60px;
    font-family: '黑体';
    font-weight: bold;
    color:#CCCCCC;
}
.speech .text p{
    font-size:14px;
    color:#666;
    line-height:26px;
    margin-top:30px;
}



/******   product.html  ********/

.pro-nav ul li{
    width:200px;
    padding:12px 0;
}
.pro-nav ul li>a{
    border-left:1px solid #B3B3B3;
    width:200px;
    display:inline-block;
    text-align: center;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.pro-nav ul li:first-child>a{
    border-left:none;
}
.pro-nav ul {
    display:flex;
    justify-content: space-between;
}
.pro-nav ul li:hover{
    background: #C7323D;
    color:white;
}
.pro-nav ul li:hover a{
    color:white;
    border:none;
}
.proa{
    display:block;
    float:left;
    width:360px;
    text-align: center;
    border:2px solid #E6E6E6;
    background: #F5F5F5;
    padding:15px;
    box-sizing: border-box;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    transition: all .5s;
}
.proa p{
    padding-top:15px;
}
.prolists .img{
    width:325px;
    height:245px;
    overflow: hidden;
    transition: all .5s;
}
.prolist .img img{
    transition: all .5s;
}
.proa:hover{
    border:2px solid #C7323D;
    color:#C7323D;
}
.proa:hover .img img{
    transform: scale(1.1);
}





/******   new.html  ********/
.news-bg{
    padding-bottom:50px;
}
.news-list{
    display:block;
    padding:25px;
    border:1px solid #E6E6E6;
    box-sizing: border-box;
    transition: all .5s;
    margin-bottom:20px;
}
.news-list:hover{
    box-shadow: 0 0 10px 0 #999;
    /* border:none; */
}
.news-list .Lleft img{
    width:320px;
    height:192px;
}
.news-list .Rright{
    width:800px
}
.news-list .head{
    font-size:20px;
    font-weight: bold;
    color:#363636;
    margin-top:15px;
}
.news-list .text{
    font-size:14px;
    font-weight: bold;
    color:#666666;
    margin-top:20px;
    line-height: 26px;
    margin-bottom:30px;
}
.news-list .time span:first-child{
    float:left;
    font-size:14px;
    color:#666666
}
.news-list .time span:last-child{
    float:right;
    font-size:14px;
    color:#666666;
    font-size:22px;
}




/******   honor.html  ********/

.honor-bg{
    margin-bottom:50px;
}
.honor-bg li{
    float:left;
    width:380px;
    margin-left:10px;
    margin-right:10px;
    border:1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 #999;
    margin-top:20px;
}



/******   contact.html  ********/
.contact-text>.Lleft{
    width:500px;
}
.contact-text>.Lleft .clear{
    margin-top:15px;
}
.contact-text img{
    width:22px;
    display: block;
}.contact-text .Lleft1{
    width:450px;
    margin-left:15px;
}
.contact-text .zi{
    font-size:16px;
}
.contact-text .name1{
    color:#363636;
    font-size:25px;
    font-weight: bold;
    margin-bottom:20px;
}
.contact-text .name2{
    color:#999;
    margin-bottom:20px;
}
.contact-text .name3{
    border:3px solid #E6E6E6;
    width:50px;
    margin-bottom:50px;
    margin-top:30px;
}
.contact-text>.Rright{
    width:670px;
    padding:0 0 0 30px;
}
.write>div:first-child{
    width:320px;
    float:left;
}
.write>div:first-child input {
    width:320px;
    height:45px;
    display:block;
    background: #F2F2F2;
    border-radius: 5px;
    margin-top:5px;
}
.write>div:nth-child(2){
    width:320px;
    float:left;
    margin-left:30px;
}
.write>div:nth-child(2) input{
    width:320px;
    height:45px;
    display:block;
    background: #F2F2F2;
    border-radius: 5px;
    margin-top:5px;
}
.write>div:nth-child(3){
    width:100%;
    float:left;
    margin-top:20px;
    display:block;
}
.write>div:nth-child(3) input{
    width:100%;
    height:45px;
    display:block;
    background: #F2F2F2;
    border-radius: 5px;
    margin-top:5px;
}
.write>div:nth-child(4){
    width:100%;
    float:left;
    margin-top:20px;
    display:block;
}
.write>div:nth-child(4) input{
    width:100%;
    height:100px;
    display:block;
    background: #F2F2F2;
    border-radius: 5px;
    margin-top:5px;
}
.write>div:nth-child(5){
    width:100%;
    float:left;
    margin-top:20px;
    display:block;
}
.write>div:nth-child(5) .code{
    display:block;
    background: #F2F2F2;
    border-radius: 5px;
    margin-top:5px;
}
.write>div:nth-child(5) span{
    display:block;
    float:left;
    width:100%;
}
.write .code{
    width:320px;
    height:45px;
    float:left;
}
.write>div:nth-child(5) img{
    margin-left:30px;
}
.submit input{
    width:100%;
    height:45px;
    margin-top:20px;
    display:block;
    background:#C7323D;
    color:white;
    border-radius:5px;
}
