.banner{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 300px;
    overflow: hidden;
    background-color:#f7f7f7 ;
}

.banner .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.banner .img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 100ms ease-in;
    mix-blend-mode: multiply;
    opacity: 0;
    pointer-events: none;
}

.banner .banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    font-size: 50px;
    color: #fff;
    text-shadow:#000 2px 2px 3px
}

.page-body{position:relative;}

.path{margin: 15px auto;color:#666;}
.path li{display: inline;}

.pagination{text-align: left;margin:30px 0;display:flex; flex-direction: row;}
.pagination li{}
.pagination li a,
.pagination li.disabled span,
.pagination li.active span{padding:5px 20px;border:1px solid #ccc;margin-right: 10px;
    display:block;border-radius:2px;font-size: 16px;}
.pagination li a:hover{color:#0078f9;}
.pagination li.active span{background:#0078f9;color:#fff;border:1px solid #0078f9;}
.pagination li.disabled span{color:#ccc;border:1px solid #efefef;}

.content-info{
    padding: 65px 0 100px;
    min-height: 300px;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    word-break: break-all;
    color: #11313a;
    line-height: 180%;
}

.content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.small-nav{
    position: relative;
    width: 100%;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.small-nav .box{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.small-nav .nav-title{
    font-size: 22px;
}
.small-nav a{
    position: relative;
    margin: 0 15px;
    display:block;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    background: url("../image/nav-bg.png") no-repeat -100px  bottom;
}

.small-nav a:hover,.small-nav .curr{
    opacity:1;transform:scale(1);transition: all 0.5s;
    background: url("../image/nav-bg.png") no-repeat center bottom;
    color:#0078f9;
}

.news{display: flex;flex-direction: column;margin-top: 20px}
.news a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom:#efefef 1px solid;
    padding: 20px 0;

}
.news a .img{width: 320px;height: 180px;overflow:hidden; margin-right: 30px}
.news a .img img{width: 360px;}
.news a .txt{; width: 850px; flex-grow: 1; position: relative}
.news a .txt .title{height: 26px;line-height: 30px;
    font-size: 20px;position: relative;
}
.news a .txt .small-title{
    max-width: 100%;
    word-break: break-all;
    color: #333;
    font-size: 16px;
    font-weight: 300;
}
.news a .txt .time{
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 14px;line-height: 16px;
    color: #666;
}
.news a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}

.news-body{overflow: hidden;padding: 30px ;
    border:1px solid #ccc;
}
.news-body .news-body-top{padding: 0 0 10px 0;border-bottom: 1px solid #ddd;}
.news-body .news-body-top .title{font-size: 30px;color: #000; margin-bottom: 20px; text-align: center;font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.news-body .news-body-top .description{font-size: 16px;color: #666;line-height: 25px;padding-bottom: 10px;}
.news-body .news-body-top .source{font-size:14px;color:#666; text-align: center;}
.news-body .content-body{
    margin-top: 20px;
    min-height: 570px;font-size: 16px;line-height: 200%;}
.news-body .content-body img{
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-body .content-body p{
    text-indent: 2em;
}
.news-body .news-body-bottom{
    border-top: 1px solid #ddd;
    
    padding: 10px  10px;
    margin-top: 30px;font-size: 16px}
.news-body .news-body-bottom .previous,
.news-body .news-body-bottom .next{color:#ccc;line-height: 35px;}
.news-body .news-body-bottom .previous span,
.news-body .news-body-bottom .next span{color:#000;}


.info{overflow: hidden;padding: 30px 0 0;}
.info .info-top{padding: 0 80px 20px 0; margin-bottom: 20px;
    border-bottom: 1px solid #ddd;}
.info .info-top .title{font-size: 24px;color: #000; margin-bottom: 10px;}
.info .info-top .description{font-size: 14px;color: #666;line-height: 25px;padding-bottom: 10px;}
.info .info-top p{font-size:12px;color:#999;}
.info .content{min-height: 570px;font-size: 14px;line-height: 24px;}
.info .info-bottom{padding: 20px 0;border-top: 1px solid #ddd;}
.info .info-bottom .previous,
.info .info-bottom .next{color:#ccc;line-height: 35px;}
.info .info-bottom .previous span,
.info .info-bottom .next span{color:#000;}


.about{overflow: hidden;padding: 30px 0 0;}
.about .title{font-size: 30px;text-align: center;
    color: #000;
    line-height: 60px;
    margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.about .info{min-height: 570px;font-size: 14px;line-height:200%;}



.contact{position: relative;overflow: hidden;margin:20px auto;background: #efefef;}
.contact  .title-en{
    font-size: 36px;
    color: #0078f9;
    font-weight:bold;
}
.contact  .title{
    font-size: 22px;
}
.contact .guest{
    float: left;
    width: 420px;
    margin: 30px 0 0 60px;
}
.contact .guest ul{margin-top: 20px;}
.contact .guest ul li{ margin-bottom: 10px;display: flex;flex-direction: row;justify-content: space-between}
.contact .guest ul li .input{width: 49%}
.contact .txt{
    float: right;
    padding: 30px 10px 10px 150px;
    width: 800px;
    text-align: left;
    background: url("../image/contact-bg.jpg") #f7f7f7 no-repeat;
    background-size:auto 100%;
    height: 500px;
}
.contact .txt ul{margin-top: 30px;}
.contact .txt ul li{line-height: 45px;font-size: 18px;font-weight: 300;}
.contact .txt ul li span{
    color: #0078f9;
}
.contact .txt .img{
    margin-top: 30px;
    width: 125px;
    overflow: hidden;
    border:4px solid #0078f9;
    padding: 5px;
}
.order{background: #efefef;padding: 20px 0 10px;}


.product{
    margin-top: 50px;
}
.product .item{
    position: relative;
    
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #efefef;
    align-items: center;

}

.product .item .img{
    position: relative;
    width:320px;
    height: 200px;
    overflow:hidden;
}
.product .item .img img{
    z-index: 1;
    width:100%;
}
.product .item .box{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    width: 700px;
    height: 200px;
}
.product .item .title
{
    font-size: 24px;
}
.product .item .title:hover{ color: #0078f9;}
.product .item .param{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}
.product .item .param .param-title{
    font-size: 14px;
    margin-right: 20px;
}
.product .item .param .param-start{
    color: #ff6a00;
    margin-right: 20px;
    margin-left: -20px;
}
.product .item .description
{
    color: #666;
    margin-top: 10px;
    line-height: 30px;
    max-height: 90px;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    word-break: break-all;
}
.product .item .tool{
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    color: #666;
}
.product .item .tool .tool-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px
}
.product .item .tool .icon{font-size: 20px;margin-right: 5px}
.product .item .more{
    margin-top: 30px;
    margin-left: auto;
    display: flex;
    flex-direction: column;


}
.product .item .more a{
    margin-bottom: 10px;
    background-color: #efefef;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
}
.product .item .more a.color{
    background-color: #0078f9;
    color: #fff;
}

.product-title{
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
}
.product-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-info .img{
    width: 550px;
}
.product-info .box{
    width: 600px;
}
.product-info .box .item{
    margin-bottom: 15px;
    border:1px solid #efefef;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-info .box .item .title{margin-right: 20px;}
.product-info .box .item .param-start{
    color: #ff6a00;
    margin-right: 20px;
}
.product-info .box .btn{
    display: flex;
    flex-direction: row;
}
.product-info .box .btn .qr{width: 120px;border:1px solid #efefef}
.product-info .box .btn .btn-list{margin-left: 30px;display: flex;flex-direction: column}
.product-info .box .btn .btn-list .btn-item{
    background-color: #0078f9;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}
.product-body{min-height: 100px;font-size: 16px;line-height: 200%;}
.product-tips{
    margin: 20px 0 50px;
}
.product-tips .item{
    padding: 40px 0;
    border-top:1px solid #ccc;
}
.product-tips .item .title{
    font-size: 30px;
}
.product-tips .item .description{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 200%;
}



.service{
    padding-bottom: 30px;
}
.service .item{
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.service .item:hover {
    
}
.service .item .left{float: left;}
.service .item .right{float: right;}
.service .item .img{
    width: 50%;
    overflow: hidden;
}
.service .item .img img{
    width: 100%;
    transition: all 0.6s;
}
.service .item:hover .img img{
    transform: scale(1.1);
}

.service .item .info{
    width: 50%;
    overflow: hidden;
}
.service .item .info .box{
    padding: 5%;
}
.service .item .info .box .title{
    font-size: 40px;
}
.service .item:hover .info .box .title{color:#0078f9 }
.service .item .info .box .small-title{
    margin-top: 20px;
    font-size: 20px;
}
.service .item .info .box .service-content{
    margin-top: 20px;
    font-size: 16px;
    line-height: 180%;
    font-weight: 300;
    word-break: break-all;
}




.red-list {
    margin-top: 20px;
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 1360px;
    width: 100%;
}
.red-list:after {
    position: relative;
    background-color: #fff;
    content: '';
     width: 19%;
}
.red-list .item{
    margin:  25px 0;
    position: relative;
    width: 19%;
}
.red-list .item a{
    display: block;
    background-color: #f8f8f8;
}
.red-list .item a:hover{
    background-color: #efefef;
}
.red-list .item a .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 135%;
    
}
.red-list .item a .img{
    position: absolute;
    bottom:0;
    right: 0;
    width: 100%;height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.red-list .item a img{
    width: 100%;
}
.red-list .item a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}
.red-list .item a .title{
    padding:  4% ;
    font-size: 18px;
    height: 30px;
    
}
.red-list .item a .small-title{
    margin-top:15px;
    font-size: 14px;
    color:#666;
    height: 18px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    padding: 0 25px 10px;
}
.red-list .item a .more{
    font-size: 14px;
    color:#ff0000;
    margin-top:15px;
    padding: 0 25px 30px;
}

.red-list a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}


.duty-list {
    margin-top: 20px;
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 1360px;
    width: 100%;
}
.duty-list:after {
    position: relative;
    background-color: #fff;
    content: '';
     width: 24%;
}
.duty-list .item{
    margin:  25px 0;
    position: relative;
    width: 24%;
}
.duty-list .item a{
    display: block;
    background-color: #f8f8f8;
}
.duty-list .item a:hover{
    background-color: #efefef;
}
.duty-list .item a .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    
}
.duty-list .item a .img{
    position: absolute;
    bottom:0;
    right: 0;
    width: 100%;height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.duty-list .item a img{
    width: 100%;
}
.duty-list .item a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}
.duty-list .item a .title{
    padding:  4% ;
    font-size: 18px;
    
}
.duty-list .item a .small-title{
    font-size: 14px;
    color:#666;
    height: 18px;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    padding: 0 20px 10px;
}
.duty-list .item a .more{
    font-size: 14px;
    color:#ff0000;
    margin-top:15px;
    padding: 0 20px 30px;
}

.duty-list a:hover .img img{transition: all 0.5s ease-out;transform: scale(1.1);}