


*{font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei" ,"Arial" ;}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
cursor: pointer;
}
input{
    -webkit-appearance: none;
}
input {-webkit-appearance:none!important; border-radius:0; }
button{
    cursor: pointer;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}


.case-info {
    position: relative;
    width: 33.3333333333%;
    background: #f2b20c;
    float: left;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 600px;
}
.case-info.article-block {
    opacity: 0;
    transform: translateY(65px);
    -webkit-transform: translateY(65px);
    -moz-transform: translateY(65px);
    transition: 0.54s 0.2s cubic-bezier(0.57, 0.1, 0.13, 1);
}
.case-info.articleShow {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.case-info figure {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.case-info figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.55s;
}
.casedown {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 78px;
    overflow: hidden;
    transition: 0.46s cubic-bezier(0.57, 0.1, 0.13, 1);
    -webkit-transition: 0.46s cubic-bezier(0.57, 0.1, 0.13, 1);
    -moz-transition: 0.46s cubic-bezier(0.57, 0.1, 0.13, 1);
}
.casedown:before {
    content: "";
    width: 100%;
    height: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f2b20c;
    transition: 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
    /* opacity: 0.5; */
    filter: alpha(opacity=50);
    -webkit-transition: 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
    -moz-transition: 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
}
.casewr {
    padding: 30px 36px 0;
    transition: 0.45s;
    height: 128px;
    position: relative;
}
.casewr h3 {
    line-height: 1;
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.casewr p {
    color: #fff;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    transition: 0.44s;
    visibility: hidden;
}

.case-info:hover figure img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}

.case-info:hover .casedown:before {
    visibility: visible;
    height: 100%;
}

.case-info:hover .casedown {
    height: 158px;
}

.case-info:hover .casewr {
    background: #f2b20c;
}

.case-info:hover .casewr p {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}
.PicList002797 {
    padding: 88px 0px;
    padding-top: 54px;
}
.root-100 {
    font-size: 100px;
}
.root-sz-16 {
    font-size: 0.16em;
}
.PicList002797 li:nth-child(4n){
    margin-right:0px;
}
.PicList002797 li {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    /* border: 1px solid #eee; */
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
}
.PicList002797 li a {
    display: block;
    position: relative;
}
.PicList002797 li .pic {
    overflow: hidden;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.PicList002797 li .Ispic {
    padding-bottom: 87%;
    transition: .3s;
    background-size: 80%;
}
.PicList002797 li .txt {
    padding: 6% 2%;
    transition: 0.3s;
    border-top: 1px solid #eee;
}
.PicList002797 li a:hover .txt  {
    background:#f2b20c;
    color:#fff;
    }
.PicList002797 li a:hover .txt * {

    color:#fff;
    }
.PicList002797 li h3 {
    font-size: 1.25em;
    color: #333;
    text-align: center;
}
.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.PicList002797 li p {
    font-size: 1em;
    color: #999;
    margin: 0;
    text-align: center;
    display: none;
}
.wrap{
    width: 1590px;
    margin: auto;
    padding: 0px 15px;
    max-width: 100%;
}
.clearfix:after,
.wrap:after{
    content: "";
    display: table;
    clear: both;
}
.PicList002797 li a:hover .Ispic {
    transform: scale(1.1);
}
    

.banner .swiper-button-next{
    background: url(../images/right.png) no-repeat center center;
    background-size: 100%;
}
.banner .swiper-button-prev{
    background: url(../images/left.png) no-repeat center center;
    background-size: 100%;
    
}

.banner .content .detail .left *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
    transform: translateY(30px);
    opacity: 0;
}

.banner .swiper-slide-active .content .detail .right img,
.banner .swiper-slide-active .content .detail .left *{
    transform: translateY(0px);
    opacity: 1;
}


.banner{
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
}
.banner .content{

position: relative;

z-index: 3;

overflow: hidden;

padding-top: calc(197/1920*100vw);

padding-bottom: calc(91/1920*100vw);
}
.banner .content .bg{
    
height: 100%;
    
width: 100%;
    
position: absolute;
    
left: 0;
    
top: 0px;
}
.banner .content .detail .wrap{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.banner .content .detail{
    
position: relative;
    
z-index: 4;
}
.banner .content .detail .title{
    font-size: calc(54/1920*100vw);
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    transition-delay: .2s;
}
.banner .content .detail .dec{
    font-size: calc(30/1920*100vw);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 23px;
    transition-delay: .4s;
}
.banner .content .detail .more{
    display: block;
    width: 167px;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    background: #f2b20c;
    transition-delay: .6s;
}
.banner .content .detail .center{
    width:20px;
    height:20px;
}
.banner .content .detail .left{
    
}
.banner .content .detail .right{
    
width: 39vw;
}
.banner .content .detail .right img{
    
width: 100%;
    
-webkit-transition:all 0.4s;
    
-o-transition:all 0.4s;
    
-moz-transition:all 0.4s;
    
-ms-transition:all 0.4s;
    
transition:all 0.4s;
    
display: block;
    
opacity: 0;
    
transform: translateY(60px);
    
transition-delay: 1s;
}
.banner .swiper-pagination{
    
}
.banner .swiper-pagination *{
    
}

.banner .swiper-button-next{
    
}
.banner .swiper-button-prev{
    
}
.section1{

padding-top: 149px;

padding-bottom: 70px;
}
.section1 .item{
    
width: 25%;
}
.section1 .icon{
    
height: 170px;
    
position: relative;
}
.section1 .icon img{
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
}
.section1 .title{
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #3E3A39;
    padding-top: 69px;
    padding-bottom: 24px;
}
.section1 .dec{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #3E3A39;
    line-height: 30px;
    width: 250px;
    margin: auto;
    max-width: 100%;
}
.section1 .more{
    
width: 101px;
    
height: 31px;
    
background: #f2b20c;
    
border-radius: 10px;
    
display: block;
    
margin: auto;
    
line-height: 31px;
    
margin-top: 42px;
    
color: #fff;
    
font-size: 16px;
    
font-family: Microsoft YaHei;
    
font-weight: 300;
    
color: #FFFFFF;
}
.section1 .wrap{
    display: flex;
    text-align: center;
    /* padding: 4% 0px; */
}

.titlemodel{
    font-size: calc(48/1920*100vw);
    font-family: SimHei;
    font-weight: 400;
    color: #231815;
    text-align: center;
}
.cases {
    padding-top: 70px;
}
.section3{
    padding-top: 88px;
}

.section4{

padding-bottom: 121px;
}
.section4 .list{
    
padding-top: 77px;
}
.section4 .item:nth-child(3n){
    margin-right: 0px;
}
.section4 .item{
    
margin-right: 42px;
    
float: left;
    
width: calc((100% - 84px)/3);
}
.section4 .item a{
    
display: block;
}
.section4 .item *{
    
display: block;
}
.section4 .imgbox{
    
overflow: hidden;
}
.section4 .imgbox img{
    
height: 308px;
    
object-fit: cover;
    
width: 100%;
}
.section4 .item:hover .con:after{
    right:42px;
    opacity:1;
}
.section4 .con:after{
    content:"";
    position:absolute;
    background:url(../images/more3.png) no-repeat center center;
    background-size:100%;
    width:21px;
    height:21px;
    right:32px;
    bottom:42px;
    opacity:0;
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.section4 .con{
    
background: #efefef;
    
padding: 47px 32px;
    
position: relative;
}
.section4 .title{
    
font-size: 20px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #000000;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: nowrap;
}
.section4 .dec{
    
font-size: 16px;
    
font-family: Microsoft YaHei;
    
font-weight: 300;
    
color: #000000;
    
margin: 19px 0px 29px;
    
height: 43px;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
display: -webkit-box;
    
-webkit-line-clamp: 2;
    
-webkit-box-orient: vertical;
}
.section4 .time{
    
font-size: 14px;
    
font-family: Microsoft YaHei;
    
font-weight: 300;
    
color: #000000;
    
padding-left: 23px;
    
background: url(../images/time.png) no-repeat left center;
    
background-size: auto 90%;
}

.section3 .hdPro{
    text-align: center;
    font-size: 0px;
    padding-top: 54px;
}
.section3 .hdPro a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 54px;
    display: inline-block;
    width: 167px;
    color: #000;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.section3 .hdPro a.current,.section3 .hdPro a:hover{
    
color: #fff;
    
background: #f2b20c;
}


 
 

.footer *,
.section4 .title,
.section4 .imgbox img,
.section1 .more{
    transition: 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
    -webkit-transition: 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
    -moz-transition: 0.4s cubic-bezier(0.57, 0.1, 0.13, 1);
}
.section1 .more{
    opacity: 0;
}

.section1 .item:hover .more{
    opacity: 1;
}
.section4 .imgbox img:hover{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
.footer .block1 .bls2 .link a:hover,
.section4 .title:hover{
    color: #f2b20c;
}
.cbanner{
overflow: hidden;
position: relative;
}
.cbanner .center{
    width: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    text-align: center;
}
.cbanner .center .title{
    font-size: 48px;
font-family: AlibabaPuHuiTi;
font-weight: 400;
color: #FFFFFF;
}
.cbanner .center .dec{
    font-size: 20px;
    font-family: AlibabaPuHuiTi;
    font-weight: 300;
    color: #FFFFFF;
    padding-top: 17px;
    text-transform: uppercase;
}
.cbanner .img{
animation: scalc 2s forwards;
animation-timing-function: ease-out;
height: 686px;
}

@keyframes scalc{
    0%{

transform: scale(1.1,1.1);
    }
    100%{
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; 
    }
}

.secmenu{
text-align: center;
border-bottom: 1px solid #cccccc;
}
.secmenu a{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #131313;position: relative;display: inline-block;line-height: 80px;margin: 0px 2.3vw;}



.secmenu a:hover,
.secmenu a.current{
color: #f2b20c;
}
.secmenu a:after{content: "";position: absolute;left: 0px;bottom:-4px;width: 100%;height: 4px;background: #f2b20c;-webkit-transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;width: 0;}

.secmenu a:hover:after,
.secmenu a.current:after{
    width: 100%;
}

.pb-xl-5{
 padding-bottom: 8rem;
 padding-top: 8rem;
}
.mb-xl-4 {
    margin-bottom: 2.5rem;
    margin-top:1.5rem;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    float: left;
    padding: 0px 3rem;
}
.pe-xxl-4 {
    padding-right: 1.5rem;
}
.color-3 {
    color: #333;
}
.fs-xxl-36 {
    font-size: 36px ;
}
.about-page .line {
    width: 60px;
    height: 3px;
    background-color: #f2b20c;
}
.color-6 {
    color: #666;
}
.fs-xl-16 {
    font-size: 16px ;
}
.lh-base p{
    margin-bottom:25px;
}
.lh-base {
    line-height: 1.5!important;
    text-align: justify;
}
.w-100 {
    width: 100%;
}
.d-block {
    display: block;
}
.about-page .line {
    width: 60px;
    height: 3px;
    background-color: #f2b20c;
}
.aboutmain2{
    background: url(../images/about2.jpg) no-repeat center center;
    background-size: cover;
}
.color-f {
    color: #fff;
}
.mt-4 {
    margin-top: 3.5rem;
}
.about-page .aboutmain2 ul li .item {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 200px;
    padding: 0 5% 0 10%;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top:1.5rem;
    margin-right: -3rem;
    margin-left:-3rem;
}




.about-page .aboutmain2 .col-lg-6{padding: 0;width: 49.5%;margin-bottom: 1.2%;}
    .about-page .aboutmain2 .col-lg-6:nth-child(2n){
        float:right;
    }

    .ms-xxl-5 {
    margin-left: 3rem;
}
.fs-xxl-30 {
    font-size: 30px ;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.about-page .aboutmain2 .col-lg-6 p{
    font-size: 18px;
}
.about-page{
    font-size: 40px;
}

.about-page .aboutmain3 .swiper-container{
    text-align: center;
}
.about-page .aboutmain3 .item h2 {
    font-size: 150px;
}
.main-color {
    color: #f2b20c;
}
    .about-page .aboutmain3 .item .desc p{
        margin:0px;
    }
.about-page .aboutmain3 .item .desc {
    width: 70%;
    margin: auto;
    text-align: center;
}
.fs-xl-16 {
    font-size: 16px ;
}

.about-page .aboutmain3 {
    background: url(../images/about-bg2.jpg);
    background-size: cover;
}
.about-page .aboutmain3 .gallery-year {
    position: relative;
    width: 60%;
    margin: auto;
}
.about-page .aboutmain3 .gallery-year ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.about-page .aboutmain3 .gallery-year ul li span {
    width: 14px;
    height: 14px;
    border: 1px #cecece solid;
    border-radius: 50%;
    background: #fff;
}
.fs-xl-18 {
    font-size: 18px ;
}
.about-page .aboutmain3 .gallery-year::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    height: 3px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), #ededed, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #e2e2e2, #ededed);
}
.about-page .aboutmain3 .gallery-year ul li.swiper-slide-active span {
    background: #f2b20c;
    border-color: #f2b20c;
}
.about-page .aboutmain3 .gallery-year ul li.swiper-slide-active h4 {
    color: #f2b20c;
}
.mt-3 {
    margin-top: 2rem;
}
.about-page .aboutmain3 .btn>div {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px #ccc solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: url(../images/left2.png) no-repeat center center;
    z-index: 10;
    background-size: 19px;
}


.about-page .aboutmain3 .btn>div.course-next {
    right: 0;
    background: url(../images/right2.png) no-repeat center center;
    z-index: 10;
    background-size: 19px;
}
.d-block {
    display: block;
}

.about-page .aboutmain4 ul li a .img {
    padding-top: 110%;
    position: relative;
    overflow: hidden;
    border: 1px #ddd solid;
}
.about-page .aboutmain4 ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    transition: .5s;
}
.text-center {
    text-align: center;
}

.about-page .aboutmain4 ul li a:hover img {
    transform: scale(1.1);
}
.common-pagination span {
    margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background: #f2b20c;
}
.bg-f5 {
    background: #f5f5f5;
}
.serviceMain *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.serviceMain{

padding-top: 57px;
}
.serviceMain .left{
    
float: left;
    
width: 320px;
    
/* padding-top: 57px; */
}
.serviceMain .left a{
    
display: block;
    
background: #f0f0f0;
    
font-size: 18px;
    
font-family: AlibabaPuHuiTi;
    
font-weight: 400;
    
color: #000000;
    
line-height: 61px;
    
padding-left: 37px;
    
border-bottom: 1px solid #fff;
}
.serviceMain .left a:hover,
.serviceMain .left a.current{
    
background: #f2b20c;
    
color: #fff;
}
.serviceMain .right{
    
width: calc(100% - 320px);
    
float: left;
    
padding-left: 76px;
    
min-height: 800px;
    
padding-bottom: 50px;
}
.serviceMain .right .toptitle{
    
font-size: 24px;
    
font-family: AlibabaPuHuiTi;
    
font-weight: 500;
    
color: #000000;
    
padding-top: 27px;
    
padding-bottom: 18px;
    
border-bottom: 1px solid #ccc;
}
.serviceMain .right .dec *{
    max-width: 100%;
}
.serviceMain .right .dec{
    
font-size: 18px;
    
font-family: AlibabaPuHuiTi;
    
font-weight: 400;
    
color: #000000;
    
line-height: 2;
    
padding-top: 38px;
}
.serviceMain .right .dec p{
    
}
.serviceMain .right .dec img{
    
margin-top: 72px;
    
margin-bottom: 36px;
}
.serviceMain .right .dec.type2{

}
.serviceMain .right .dec.type2 p{padding-bottom: 10px;min-height: 23px;}

.pagesize{text-align: center;padding-bottom: 50px;}
.pagesize .btn{
    display: inline-block;
    width: 85px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    color: #000;
    background: #fff;
}
.pagesize .current{
    
width: 42px;
    
line-height: 40px;
    
display: inline-block;
    
border: 1px

 solid #ddd;
    
font-size: 15px;
    
border-radius: 300px;
    
color: #fff;
    
margin: 0px 28px;
    
background: #22943a;
    
border-color: #22943a;
}
.pagesize .btn:hover{
    color:#fff;
    border-color: #22943a;
    background: #22943a;
}
.pagesize .btn.prev{
    
}
.pagesize .btn.next{
    
}
.pagesize *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}



.proDetail {

}

.proDetail .block1 {

padding: 75px 0px;

border-bottom: 1px solid #ddd;
}

.proDetail .block1 .wrap {

display: flex;

align-items: center;
}

.proDetail .block1 .left {

width: 39%;

height: 460px;

float: left;

position: relative;

background: #f8f8f8;
    display: flex;
    align-items: center;


}

.proDetail .block1 .left .swiper-slide{
    text-align: center;
}

.proDetail .block1 .left img {

/*position: absolute;*/

/*top: 50%;*/

/*left: 50%;*/

/*-o-transform: translate(-50%, -50%);*/

/*-webkit-transform: translate(-50%, -50%);*/

/*-moz-transform: translate(-50%, -50%);*/

/*-ms-transform: translate(-50%, -50%);*/

/*transform: translate(-50%, -50%);*/
max-height: 400px;
max-width: 80%;
}

.proDetail .block1 .right {

float: left;

width: 56%;

margin-left: 5%;
}

.proDetail .block1 .right .title {

font-size: 27px;

font-family: Microsoft YaHei;

font-weight: 400;

color: #000000;
}

.proDetail .block1 .right .line {

margin: 30px 0px;

width: 31px;

height: 2px;

background: #f2b20c;
}

.proDetail .block1 .right .dec {

line-height: 2;
}

.proDetail .block2 {

padding-top: 60px;

padding-bottom: 100px;
}

.proDetail .block2 .wrap {

}

.proDetail .block2 .title {

font-size: 27px;

font-family: Microsoft YaHei;

font-weight: 400;

color: #000000;
}

.proDetail .block2 .line {

margin: 30px 0px;

width: 31px;

height: 2px;

background: #f2b20c;
}
.proDetail .block2 .content *{
    max-width:100%;
}
.proDetail .block2 .content {line-height: 2;}

.news-items{
    
}
.news-items{
    margin-top: 79px;
    margin-bottom: 79px;
}


.news {
  margin-top: 79px;
  margin-bottom: 174px;
}
.news .news-items {
  margin-bottom: 120px;
}
.news-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 50px;
  zoom: 1;
  overflow: hidden;
}
.news-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}
.news-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #f2b20c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.news-item:not(:first-of-type) {
  padding-top: 50px;
}
.news-item .txt {
  width: 50%;
  float: left;
}
.news-item .img {
  width: 32.7%;
  overflow: hidden;
  float: right;
}
.news-item .img img {
  width: 100%;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.news-item .date {
  font-family: 'Gilroy';
  line-height: 1;
}
.news-item h3,.news-item h3 a {
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 34px;
  color: #3B424C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 21px;
}
.news-item p,.news-item p a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item:hover::after {
  width: 100%;
}
.news-item:hover h3,.news-item:hover h3 a {
  color: #f2b20c;
}
.news-item:hover .img img {
  transform: scale(1.04);
}
.news-pop .infoList {
  padding: 0 6% 191px 8.3%;
}
.news-pop .title {
  margin-top: 103px;
  color: #1B1B1B;
  margin-bottom: 29px;
}
.news-pop .date {
  font-family: 'Gilroy';
  font-weight: 500;
  color: #CCCCCC;
}
.news-pop .info {
  margin-top: 57px;
}
.news-pop .info * {
  color: #666;
}


.inform {
  margin-top: 130px;
  /* padding-bottom: 122px; */
  margin-bottom: 130px;
  /* border-bottom: 1px solid rgba(112, 112, 112, 0.3); */
}
.inform-item {
  width: 33.33%;
  float: left;
  display: flex;
  align-items: center;
}
.inform-item .icon {
  position: relative;
  /* width: 58px; */
  /* height: 58px; */
  border-radius: 50%;
  /* background-color: #E73218; */
}
.inform-item .icon i {
  font-size: 18px;
  color: #fff;
}
.inform-item p {
  width: calc(100% - 58px);
  line-height: 1.4;
  padding-left: 17px;
  font-size: 18px;
}
.inform-item .fGil {
  font-family: 'Gilroy';
  font-weight: 500;
}


.feedback {
  padding: 120px 0 100px;
  background-color: #F4F5FA;
}
.feedback .title h3 {
  line-height: 1;
  text-align: center;
  font-size: 44px;
}
.feedback .title p {
  line-height: 1.7;
  color: #666;
  margin-top: 31px;
  text-align: center;
}
.feedback .feedback-form {
  margin-top: 98px;
}
.feedback input,
.feedback textarea {
  border-radius: 0;
  padding: 0 29px;
  font-size: 16px;
  box-sizing: border-box;
}
.feedback input::placeholder,
.feedback textarea::placeholder {
  font-size: 16px;
  color: #666;
}
.feedback input::-webkit-input-placeholde,
.feedback textarea::-webkit-input-placeholde {
  font-size: 16px;
  color: #666;
}
.feedback input:-ms-input-placeholder,
.feedback textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #666;
}
.feedback .form-t {
  margin-bottom: 22px;
  zoom: 1;
  overflow: hidden;
}
.feedback .form-t input:nth-child(3){
    margin-right:0px;
}
.feedback .form-t input {
  width: calc((100% - 40px)/3);
  height: 54px;
  background-color: #fff;
  color: #666;
  border: none;
  margin-right: 20px;
  float: left;
}
.feedback textarea {
  width: 100%;
  height: 276px;
  background-color: #fff;
  resize: none;
  border: 0;
  padding-top: 29px;
  padding-bottom: 29px;
}
.feedback .btn {
  display: inline-block;
  width: 170px;
  height: 48px;
  line-height: 48px;
  background-color: #f2b20c;
  color: #fff;
  border-radius: 24px;
  margin: 58px auto 0;
  cursor: pointer;
  border: 0;
  outline: none;
  display: block;
}

.join {

}

.join .wrap {

}

.join .item {

margin-bottom: 20px;
}

.join .swit {

height: 72px;

border: 1px solid #ddd;

background: url(../images/add.png) no-repeat 99% center;

cursor: pointer;
}

.join .swit .h2tit {

font-size: 23px;

border-left: 2px solid #f2b20c;

line-height: 1;

float: left;

padding-left: 21px;

margin-left: 50px;

margin-top: 22px;
}

.join .swit .time {

float: right;

margin-right: 86px;

line-height: 69px;

opacity: .5;
}
.join .infor1 p b{
    color:#000;
}
.join .slide {background: #f8f8f8;padding: 30px 50px;display: none;}

.join .infor1 {display: flex;padding-bottom: 30px;border-bottom: 1px dashed #ccc;margin-bottom: 30px;}

.join .infor1 p {

margin-right: 67px;

color: #727272;
}

.join .infor2 {line-height: 2;color: #757575;}

.join .infor2 p {

}

.join .infor2 a {display: inline-block;margin-top: 47px;color: #f2b20c !important;padding-right: 38px;background: url(../images/email.png) no-repeat right 5px;background-size: auto 80%;}

.join {
    padding-bottom: 80px;
    padding-top: 80px;
}


.contentDetail {

margin: 20px;

width: 677px;

max-width: 100%;

margin: 20px auto;

position: relative;
}

.contentDetail .title {

font-size: 22px;

line-height: 1.4;

margin-bottom: 14px;
}

.contentDetail .infor {

color: #999;

margin-bottom: 22px;

line-height: 20px;

font-size: 16px;

-ms-hyphens: auto;

word-wrap: break-word;

-webkit-hyphens: auto;

hyphens: auto;
}

.contentDetail .infor a {

}

.contentDetail .detail {

}

.contentDetail .detail p {

font-size: 14px;

line-height: 2;

color: #888;
}

.contentDetail .detail img {

width: 100%;
}

.contentDetail .link1 {

}

.contentDetail .link1 a {display: block;line-height: 1.4;background: #fafafa;margin-top: 20px;padding-left: 16px;padding-right: 16px;border-radius: 5px;margin-bottom: 20px;}
.contentDetail .link1 a > .tit{
        padding: 8px 0px;
        align-items: center;
        position: relative;
        color: var(--weui-FG-2);
        font-size: 14px;
        color: #999;
        display: block;
        border-top: 1px solid #efefef;
}
.contentDetail .link1 .flex {padding: 20px 0;display: flex;background: url(../images/right2.png) no-repeat right center;background-size: 22px;}

.contentDetail .link1 .icon {

}

.contentDetail .link1 .icon img {

display: flex;

margin-right: 10px;

width: 54px;

height: 54px;

object-fit: cover;

border-radius: 300px;
}

.contentDetail .link1 .ri {

display: block;

width: 83%;
}

.contentDetail .link1 .ri .tit {

display: block;

color: #000;

font-size: 17px;

font-weight: 500;

line-height: 1.2;
}

.contentDetail .link1 .dec {

color: #646464;

font-size: 14px;

margin-top: 4px;

overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;

display: block;
}

.contentDetail .link2 a {padding: 12px 8px;box-sizing: border-box;display: block;background: #fafafa;border-radius: 5px;}

.contentDetail .link2 .tit {

line-height: 1.3;

width: auto;

overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;

word-wrap: normal;

font-size: 17px;

padding: 0px 4px;

color: #000;
}

.contentDetail .link2 .dec {

font-size: 14px;

color: #777;

padding: 4px 4px 12px;
}

.contentDetail .link2 .imgbox {

}

.contentDetail .link2 .imgbox img {

width: 100%;
}

.contentDetail .side {

position: fixed;

text-align: center;

right: 0;

top: 0px;

position: fixed;

right: calc((100% - 1000px)/2);

top: 0;

width: 140px;

padding: 16px;

border: 1px solid #D9DADC;

background-color: #fff;

-ms-hyphens: auto;

word-wrap: break-word;

-webkit-hyphens: auto;

hyphens: auto;

box-sizing: border-box;

top: 40px;
}

.contentDetail .side img {

width: 100%;
}

.contentDetail .side .tit {

font-size: 14px;

line-height: 20px;

padding-top: 8px;
}

.contentDetail .side .tit p {

}


.product02 {
    /* float:right; */
    /* width:920px; */
    background:#fff;
    padding-bottom: 90px;
}
.product {
    width:1190px;
    margin:0 auto;
    position:relative;
    margin-top:30px;
    background:url(../images/sub05.jpg) repeat-y;
    margin-bottom:40px;
}
.view h1 {
    width: 100%;
    font: 20px/30px "microsoft yahei";
    color: #343434;
    margin-bottom: 10px
}


.view-date {
    width:100%;
    text-align:center;
    color:#999;
    margin-bottom:10px;
}
.view-date span {
    margin:0 7px;
}
.view-share {
    width:140px;
    margin:20px auto;
}
.view-back {
    display:block;
    width:100px;
    height:30px;
    margin:10px auto;
    text-align:center;
    line-height:30px;
}
.view h1 {
    width:100%;
    font:20px/30px "microsoft yahei";
    color:#343434;
    text-align: center;
    padding-top: 90px;
}
.view img {
    max-width: 100%;
    display:inline
}
.view div {
    font-size:14px;
}
    #maximg{
        line-height:2;
        padding-top:20px;
    }
    
.page {
    width:100%;
    margin:30px auto 10px auto;
}
.page li {
    width:100%;
    color:#1d1d1d;
    line-height:28px;
}
.page li a {
    color:#1d1d1d
}
.back {
    font:14px/39px "microsoft yahei";
    color:#fff;
    width:138px;
    margin:0 auto;
    border-radius:4px;
    display:block;
    text-align:center;
    background: #f2b20c;
}



.alertImg {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    bottom: 0px;
    right: 0px;
    display: none;
    background: #333333;
    opacity: 0.91;
}

.alertImg .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
    background: #e3e3e3;
    opacity: .9;
    display: none;
}

.alertImg .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 100%;
    z-index: 4;
    height: 100vh;
    overflow: hidden;
}

.alertImg .center .swiper-slide {
    height: 100vh;
    position: relative;
}

.alertImg .center img {
    display: block;
    margin: auto;
    width: 100%;
    height: 81vh;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.alertImg .close {
    position: absolute;
    right: 31px;
    top: 22px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 44;
    background: url(../images/close.png) no-repeat center center;
    background-size: 100%;
}

.alertImg .vslebt.vslebtl {
    background: url(../images/left3.png) no-repeat center center;
    background-size: 100%;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    left: 80px;
}

.alertImg .vslebt.vslebtr {
    background: url(../images/right3.png) no-repeat center center;
    background-size: 100%;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    right: 80px;
}

.alertImg .swiper-pagination {
    top: auto;
    bottom: 0;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    height: 2px;
    background: rgb(144 144 144 / 22%);
    bottom: 29px !important;
}

.alertImg .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #fff;
}

.section5 .list {
    padding-top: 77px;
}
.section5 .item {
    margin-right: 42px;
    float: left;
    width: calc((100% - 210px) / 6);
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 5px;
}
.section5 .item:nth-child(6n) {
    margin-right: 0px;
}
.section5 .item img{
    height: 70px;
    object-fit: cover;
}
.section5 {
    padding-bottom: 100px;
}

/* 右侧栏目 */
.Sidebar-wrapper{position: fixed;right: 0;top: 50%;margin-top: 88px;height: 310px;width: 60px;z-index: 9999;}
.Sidebar-wrapper li{height: 50px;position: absolute;left: 0;}
.Sidebar-wrapper li a{display: block;font-family: "Microsoft Yahei";color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #f2b20c;border-radius: 5px;transition: all .4s ease;}
.Sidebar-wrapper ul li a img {display: block;float: left;width: 24px;height: 24px;margin: 12px 20px 14px 16px;object-fit: contain;}
.Sidebar-wrapper li a:hover{background-color: #fe8411;}
.Sidebar-wrapper li.backtop{top: 0;width: 60px;}
.Sidebar-wrapper li.reltent{top: 51px;width: 156px;transition: all .4s ease;}
.Sidebar-wrapper li.reltent:hover {left: -70px;}
.Sidebar-wrapper li.relin{top: 102px;width: 156px;transition: all .4s ease;}
.Sidebar-wrapper li.relin a h2{width: 24px;height: 24px;margin: 12px 20px 14px 16px;font-size: 26px;color: #ffffff;font-family: Arial;font-weight: bold;}
.Sidebar-wrapper li.relin:hover {left: -88px;}
.Sidebar-wrapper li.reltel{top: 102px;width: 206px;transition: all .4s ease;}
.Sidebar-wrapper li.reltel:hover{left: -120px;}
.Sidebar-wrapper li.releml{top:153px;width:280px;transition: all .4s ease;}
.Sidebar-wrapper li.releml:hover{left: -210px;}
.Sidebar-wrapper li.relwe{top:204px; width: 60px;}
.Sidebar-ewm {display: none;position: absolute;top: -124px;left: -144px;background: url(../images/side-arr.png) no-repeat bottom right; width: 140px;height: 149px;padding-bottom: 9px;}
.Sidebar-ewm img {display: block;background-color: #FFF;width: 140px;height: 140px;}
.Sidebar-wrapper li.relwe:hover .Sidebar-ewm {display: block;}