*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.f{
    float: left;
}
.r{
    float: right;
}
img.lbimg {
    position: relative;
    width: 14px;
    height: 14px;
    top: 8px;
}
.w4800{
    width: 513px !important;
}
.mn{
    width: 1200px;
    margin: 0 auto;
}
.top{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
}
body{
    overflow-x: hidden;
}
.common-header {
    height: 150px;
    width: 100%;
    background: rgba(21, 71, 68, 0.8);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    position: fixed;
    z-index: 4;
}

.common-header .top {
    display: flex;
    justify-content: space-between;
    color: #ffffff; 
    margin-top: 27px;
    font-size: 14px;
}

.common-header  .nav{
    display: flex;
    margin-top: 70px;
}

.common-header  .nav .left{
    width: 850px;
    justify-content: space-between;
    display: flex;
}
.common-header  .nav .left a{
    display: flex;
    width: 84px;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    font-size: 16px;
    color: #15A48E; 
    transition: 0.5s ease;
}
.common-header  .nav .left .active{
    color: #ffffff;
    border-bottom: 5px solid #108881;
}
.common-header  .nav .left a:hover{
    color: #ffffff;
    border-bottom: 5px solid #108881;
}
#banner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all .8s .2s;
}

#banner img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
#banner .swiper-container{
    height: 100%;
}
#banner .swiper-button-lock{
    display: block;
}

#banner .swiper-pagination {
    bottom: 58px;
    left: 5%;
    display: inline-block;
    width: 400px;
    float: left;
    margin: 0;
    text-align: left;
}

#banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 25px 0 0;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
    transition: all .25s;

}

#banner .swiper-pagination-bullet-active {
    position: relative;
}

#banner .swiper-pagination-bullet-active:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    content: "";
    opacity: 1;
    border: 1px solid #FFFFFF;
}
.xssl{
    position: absolute;
    bottom: 55px;
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ED5221;
    z-index: 999999;
    right: 13%;
}
.dqsl{
    font-weight: bold;
}
.xxian{
    font-size: 30px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ED5221;
}
.zongshu{
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ED5221;
}
.con{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #F6F6F6;
}
.tca{
    font-size: 35px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}
.posa{
    position: absolute;
    left: 50%;
    width: 650px;
    margin-left: -300px;
    height: 280px;
    top: 50%;
    margin-top: -140px;
}
.ls li{
    float: left;
    width: 135px;
    margin-right: 35px;
    color: #ffffff;
    text-align: center;
}
.ls li:nth-child(4){
    float: right;
    margin-right: 0;    
}

.mzkpos{
    position: absolute;
    height: 441px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -220px;
}
.mzk{
    font-size: 45px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 65px;
}
.logoo{
    width: 104px;
    height: 50px;
    margin-right: 25px;

}
.daohang{
    padding: 30px 0;
    overflow: hidden;
}
.gsd{
    border-left:1px solid #dddddd ;
    padding-left: 30px;
}
.w524{
    width: 440px;
}
.gsdh{
    color: #01B26A;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    margin-top: -10px;
    text-indent: 6px;
}
.dhxq{
    font-size: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #01B26A;
}
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ padding:0 20px; height:50px; line-height:50px;  position:relative; z-index:9;  }
		.nav a{ color:#fff;  }
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 70px; font-size:14px; font-weight:bold;  }
		.nav .sub{ display:none; width:100%; left:0; top:50px;  position:absolute; background:#01B26A;  line-height:26px; padding:5px 0;  }
		.nav .sub li{ zoom:1; float: none;text-align: center;
            line-height: 45px;}
		.nav .sub a{ display:block; padding:0 10px; }
		.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
		.nav .on h3 a{ background:#01B26A; color:#fff;   }
        .navmn{
            width: 100%;
            background: #314793;
        }
    .cptitle{
        font-size: 40px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        color: #333333;
        line-height: 40px;
        text-align: center;
        margin-top: 50px;
    }
    .cpzx:before{
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background:#666666;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .cpzx:after{
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background:#666666;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
    }
    .cpzx{
        font-size: 16px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        color: #666666;
        line-height: 16px;
        margin-top: 20px;
        position: relative;
        width: 296px;
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }
    li{
        float: left;
    }
    #ul{
        display: table;
        margin: 50px auto 40px;
    }
    #ul li{
        width: 134px;
        height: 32px;
        line-height: 32px;
        background: #EAEAEA;
        font-size: 16px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin: 0 10px;
        cursor: pointer;
    }
    #ul li a{
        color: #333333;
    }
    #ul li.ccom a{
        background: #314793;
        color: rgba(255, 255, 255, 0.8);
    }
    #ul li.ccom {
        background: #314793;
        color: rgba(255, 255, 255, 0.8);
    }
    .cping{
        width: 285px;
        height: 285px;
    }
    .cpbts{
        font-size: 16px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        color: #333333;
        display: inline-block;
        padding: 15px 10px;
    }
    .cpmySwiper .swiper-slide{
        background: #ffffff;
    }
    .cpbg{
        background: url("../images/cpbg.png") no-repeat center;
        background-size: cover;
        padding-bottom: 130px;
        overflow: hidden;
    }
    .cpdesc{
        padding: 0 10px 15px 10px;
        font-size: 12px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #999999;
    }
    .w50p{
        width: 50%;
        height: 170px;
        background: #01B26A;
    }
    .w50p.r{
        background: #314793;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .w50p.f{
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .htk{
        position: relative;
        height: 260px;
        background: none;
        margin-top: -90px;
        margin-bottom: 50px;
    }
    .htk .mn{
        position: absolute;
        left: 50%;
        margin-left: -600px;
        z-index: 2;
        top: 0;
    }
    .htk .gsdh{
        color: #ffffff;
        margin-top: 136px;
    }
    .htk .gsdh .dhxq{
        color: #ffffff;
    }
    a.r.ljzx{
        width: 70px;
        height: 70px;
        line-height: 22px;
        padding-top: 12px;
        text-align: center;
        color: #ffffff;
        background: #01B26A;
        border-radius: 4px 4px 4px 4px;
        display: inline-block;
    }
    .sgdn{
        width: 535px;
        margin-top: 125px;
    }
    .sgng{
        color: #FFFFFF;
        line-height: 40px;
    }
    .w570o{
        width: 570px;
    }
    .gdbt{
        font-size: 36px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        color: #314793;
        margin: 46px 0 30px;
    }
    .gsjjdescription{
        font-size: 14px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 54px;
    }
    .gsjjdescription p{
        text-indent: 30px;
    }
    .ckml{
        width: 136px;
        height: 44px;
        background: #01B26A;
        display: inline-block;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
    }
    .w602{
        width: 602px;
        height: 388px;
        background: url("../images/gybg.png") no-repeat center center;
        background-size: cover;
        padding: 30px 46px;
    }
    .casrbt:after{
        content: "";
        display: block;
        width: 971px;
        height: 1px;
        background: #D9D9D9;
        position: absolute;
        left: 126px;
        top: 55%;
    }
    .casrbt:before{
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #D9D9D9;
        position: absolute;
        left: 126px;
        border-radius: 50%;
        top: 45%;
    }
    .casrbt{
        font-size: 24px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        color: #000000;
        position: relative;
        margin-bottom: 32px;
        margin-top: 43px;
    }
    .case .swiper-slide img{
        width: 330px;
        height: 186px;
        vertical-align: bottom;
    }
    .case .swiper-slide{
        border: 1px solid #DDDDDD;
        padding: 15px;
    }
    .casebt{
        font-size: 16px;
        font-family: PingFang SC, PingFang SC;
        font-weight: bold;
        color: #333333;
        margin: 15px 0;
    }
    .andesc{
        font-size: 12px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 18px;
    }
    .case{
        position: relative;
    }
.case .swiper-button-next{

}
.case .swiper-button-prev{
    transform: rotateY(180deg);
    left: 1114px;
}
.case .swiper-button-prev:after,
.case .swiper-button-next:after{
    display: none;
}
.case .swiper-button-prev,
.case .swiper-button-next{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    width: 32px;
    height: 32px;
    background: #314793;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    padding: 0;
    top: 22px;
}
.xwzy .f{
    width: 580px;
}
.xwzimg{
    width: 580px;
    height: 326px;
    vertical-align: center;
}
.xnnbr{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 24px 0;
    display: inline-block;
}
.xwdesc{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-bottom: 20px;
}
.xwzy{
    margin-top: 40px;
}
.xwsj{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.w590{
    width: 590px;
    height: 100%;
}
.homxw .r{
    width: 395px;
}

.homxw .ff{
    float: left;
    display: inline-block;
}
.homxw img.xwt{
    width: 180px;
    height: 100px;
    border: 1px solid #DDDDDD;
}
.homxw .r a{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    display: inline-block;
    margin: 2.5px 0 8px;
    font-weight: bold;
    color: #333333;
}
.hxwdesc{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-bottom: 8px;
}
.homsj{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.homxw li{
    width: 590px;
    margin-bottom: 20px;
}
.footer{
    margin-top: 87px;
}
.dbdh{
    width: 938px;

}
.footer{
    background: #1B1B1C;
    padding-top: 50px;
    overflow: hidden;
}
.dbcd>li{
    width: 230px;
}
.two li{
    float: none;
}
.two a{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    display: inline-block;
    margin: 10px;
}
.dbcd li p a{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
    display: inline-block;

}
.dbxl::after{
    width: 1px;
    height: 162px;
    background:rgba(255,255,255,0.7);
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
}
.dbxl{
    width: 262px;
    position: relative;
}
.footer .gsdh .iconfont{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.mb40{
    margin-bottom: 40px;
}
.dhxq.dblxwo{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin-top: 15px;
}
.liimg{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 20px;
}
.links{
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin-top: 15px;

}
.links a{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.7);

    display: inline-block;
    margin-right: 10px;
}
.dbbq{
    height: 52px;
    line-height: 52px;
    color: rgba(255,255,255,0.7);
}
.dbbq a{
    color: rgba(255,255,255,0.7);

}
.top .r a{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.dqwz{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 27px;
}
.dqwz li{
    vertical-align: middle;
    color: #aaaaaa;

}

.dqwz li a .iconfont {
    font-size: 14px;
}
.dqwz li a{
    color: #aaaaaa;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    margin: 0 10px    ;
}
.ryjzbtt {
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 50px auto 0;
    padding-bottom: 19px;
    position: relative;
}

.ryjz{
    position: relative;
}
.ryjz .swiper-button-next{
    right: 0;
    transform: rotate(180deg);
}
.ryjz .swiper-button-prev{
    left: 0;
}
.ryjz .swiper-button-next,
.ryjz .swiper-button-prev
{
    width: 40px;
    height: 40px;
    background: url(../images/ryjzjt.png) no-repeat center;
}
.ryjz{
    width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
}
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:after{
    display: none;
}

.cpbtzx{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 50px;
}
.cpbtzx:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 4px;
    background: #2C69C4;
}
.cpso{
    width: 400px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    opacity: 1;
    border: 1px solid #DDDDDD;
}
.sosu{
    width: 101px;
    height: 38px;
    background: none;
    border: none;
    line-height: 38px;
    text-align: center;
    background: #2C69C4;
    border-radius: 23px 23px 23px 23px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
    right: -9px;
    cursor: pointer;
}
.cpso .soin{
    width: 280px;
    height: 46px;
    line-height: 46px;
    border: none;
    background: none;
    padding-left: 10px;
}
.cpflls{
    margin-bottom: 45px;
}
.cpflls li a{
    display: block;
    margin: 0 20px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-bottom: 6px;
}
.cpflls li:nth-child(1) a{
    margin-left: 0;
    margin-right: 20px;
}
.cpflls li a.quanbu{
    color: #2C69C4 !important;
}
.cpflls li a.quanbu:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2C69C4;
}
.cpcat li.cplstiten{
    width: 380px;
    background: #ffffff;
    margin-right: 30px;
    margin-bottom: 25px;
    border: 1px solid #DDDDDD;
    padding: 20px;
}
.cpcat li.cplstiten:nth-child(3n){
    margin-right: 0;
    float: right;
}
.proimg{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
    vertical-align: top;
    border: 1px solid #dddddd;
}
.cplsbt{
    font-size: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 25px 0 20px;
}
.cplsdesc{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    min-height: 44px;
}
.cpcat li.cplstiten:hover{
    background: #01B26A;
    color: #FFFFFF;
}
.cpcat li.cplstiten:hover .cplsbt,
.cpcat li.cplstiten:hover .cplsdesc
{
   color: #FFFFFF;
}
.cpxqsw .swiper{
    width: 100%;
    overflow: hidden;
}
.cpxqsw{
    width: 400px;
    position: relative;
}
.cpxqsw img{
    width: 100%;
}
.cpxqsw .mySwiper{
    margin-top: 15px;
    overflow: hidden;
}
.cpxqsw .mySwiper .swiper-wrapper{
}
.cpxqsw .mySwiper img{
    padding: 20px;
    border: 1px solid #DDDDDD;
    width: 95px;
    height: 95px;
}
.cpxqsw .mySwiper2 img{
    width: 400px;
    height: 250px;
    object-fit: cover;
    aspect-ratio: 16/10;
}
.bgndn{
    background: none;
    top: 84%;
}
.cpxqsw .mySwiper .swiper-button-prev{
    transform: rotate(180deg);
    margin-top: -44px;
}
.cpshow{
    width: 740px;
}
.p50{
    padding: 50px 0;
}
.cpshowbt:after{
    width: 42px;
    height: 4px;
    background: #2C69C4;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cpshowbt{
    margin-top: 57px;
    padding-bottom: 34px;
    position: relative;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}
.cpshowdescf{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 45px;
}
.ljzx{
    display: inline-block;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-indent: 0;
    text-align: left;
    background: #2C69C4;
    border-radius: 5px 5px 5px 5px;
}
.lkzx{
    width: 16px;
    height: 16px;
    margin: 15px 7px 0 45px;
}
.qgdh .zxdh{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #2C69C4;
    line-height: 30px;
    margin-top: 12px;
}
.qgdh{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}
.cptab{
    margin-top: 30px;
}
.cphover{
    background: #2C69C4;
    color: #ffffff !important;
}

.w870{
    width: 870px;
    margin-bottom: 40px;
}
.w290{
    width: 290px;
    margin-bottom: 40px;
}
.h1{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin: 30px 0;
}
.fbsj{
    text-align: center;
    position: relative;
}
.fbsj:before{
    content: "";
    display: block;
    width: 264px;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    position: absolute;
    left: 0;
    top: 10px;
}
.fbsj:after{
    content: "";
    display: block;
    width: 264px;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    position: absolute;
    right: 0;
    top: 10px;
}
.fbsj span{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.sea{
    width: 18px;
    height: 14px;
}
.mr10{
    display: inline-block;
    margin-right: 20px;
}

.lmcon{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: justify;
    line-height: 30px;
    margin-top: 30px;
}
.xgtjn{
    height: 55px;
    line-height: 55px;
    background: #314793;
    border-radius: 4px;
    width: 100%;
    margin-top: 30px;
    text-indent: 25px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.tjxw {
    padding: 0 20px 0 41px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DDDDDD;
    border-top: 0;

}
.tjxw li:hover a{
    color: #ED5221;
}
.tjxw li a{
    display: inline-block;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin: 15px 0;
    position: relative;
}
.tjxw li:hover a:before{
    background: #ED5221;
}
.tjxw li:last-child{
    border: none;
}
.tjxw li a:before{
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    background: #DDDDDD;
    border-radius:50%;
    top: 8px;
}
.sxyy{
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #DDDDDD;
}
.sxyy a:hover{
    color: #ED5221;
}
.sxyy a{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
}


.tjxw {
    padding: 0 20px 0 41px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DDDDDD;
    border-top: 0;
}
.tjxw li{
    float: none;
}




.xweca a.xwho{
    background: #2C69C4;
    color: #FFFFFF;

}
.xweca a{
    display: inline-block;
    width: 88px;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    background: #fff;
    border-radius: 4px ;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.xwitem .sjm{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #777777;
    margin-top: 41px;

}
.xwitem .sjm .sj{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #777777;

}
.xwitem{
    border: 1px solid #EEEEEE;
    padding: 30px;
    margin-bottom: 25px;
}
.xwitem .f img{
    width: 356px;
    height: 200px;
    margin-right: 35px;
}
.xwbdes{
    width: 747px;
}
.xwibt:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68px;
    height: 4px;
    background: #2C69C4;
    background: #D9D9D9;
}

.xwlist li:hover .xwibt:after{
    background: #2C69C4;
}

.xwibt{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    margin: 16px 0 0;
    padding-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}
.xwidesc{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin-bottom:7px;
}
.pages{
    /*margin: 30px auto;*/
}
.dfl{
    display: flex;
    flex-direction: left;
}
.nyfbsj{
    display: table;
    margin: 0 auto;
}
.lmcon div{
    text-indent: 31px;
}
.lmcon p{
    /*text-indent: 31px;*/
}
.lmcon img{
    max-width: 100%;
    display: table;
    margin: 30px auto;
}
.lmcon{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 50px;
}
.xwxqe{
    width: 870px;
    /*margin-right: 40px;*/
}
.xgzx{
    width: 290px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DDDDDD;
    margin-bottom: 50px;
}
.h1{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #333333;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.sje1{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 20px;
}
.sje{
    width: 18px;
    height: 14px;
    margin-right: 5px;

    vertical-align: middle;
    margin-top: 5px;
    margin-left: 31px;
}
.nyfbsj{
    display: table;
    margin: 0 auto;
    position: relative;
}
.nyfbsj:before{
    content: "";
    display: block;
    width: 264px;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: -290px  ;
    top: 8px;
}
.nyfbsj:after{
    content: "";
    display: block;
    width: 264px;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    right: -290px  ;
    top: 8px;
}
.xgzxbt{
    height: 55px;
    line-height: 55px;
    width: 100%;
    padding-left: 20px;
    color: #ffffff;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    background: url(../images/mask.png) no-repeat center #2C69C4;
}
.ulxglist li:last-child a{
    border-bottom: none !important;
}
.ulxglist a{
    display: inline-block;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    padding: 15px 0;
    border-bottom: 1px dashed #DDDDDD;
    width: 100%;
}
.ulxglist li{
    position: relative;
    width: 100%;
}
.ulxglist li.xgxwhover:before{
    background: #2C69C4 !important;
}
.ulxglist li.xgxwhover a{
    color: #2c69c4;
}
.ulxglist li:before{
    position:absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #DDDDDD;
    border-radius: 50%;
    left: -15px;
    top: 25px;
}
.ulxglist{
    padding: 0 20px 21px;
}
.bglhs .mn{
    background: #ffffff;
}
.bglhs{
    background: #F5F7FA;
    padding: 50px 0;
    margin-top: -28px;
}
.w510{
    width: 510px;
    padding: 0 30px;
}
.h105{
    height: 80px;
    line-height: 85px;
    font-size: 25px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #2C69C4;
    border-bottom: 1px solid rgba(51,51,51,0.5);
}
.w510 .lxfd{
    color: #333333;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
}
.lew{
    vertical-align: top;
    margin-bottom: 50px;
    width: 140px;
    height: 140px;
}
.lxewm .f2 span{
    font-size: 18px;
}
.lxewm .f2{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding: 41px 24px;
}
.kkhb{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #2C69C4;
    margin-top: 24px;
}
#allmap{
    width: 590px;
    height: 497px;

}


.xqtit:after{
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: #2C69C4;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}

.xqtit{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    text-align: center;
    height: 60px;
    margin: 50px auto 15px;
    position: relative;
}
.xqdesc{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}
.fitme{
    float: left;
}
.fitme input{

    width: 580px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    margin-bottom: 40px;
    border: 1px solid #DDDDDD;
    padding-left: 10px;
}
.mr16{
    margin-right: 40px;
}
.lyss .lys{
    width: 1200px;
    height: 147px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DDDDDD;
    margin-bottom: 46px;
    padding-left: 10px;
}
.tjbd{
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    display: table;
    margin: 0 auto 50px;
    background: #2C69C4;
    border-radius: 4px;
}
.khmrbit{
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2C69C4;
    margin-top: 23px;
}
.ffitem img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9/16;
}
.mrlst{
    border: 1px solid #EEEEEE;
    border-top: none;
    padding-left: 50px;
    margin-bottom: 50px;
}
.mri li:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #2C69C4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 23px;


}
.mri li img{
    width: 270px;
    height: 170px;
}
.mri li{
    height: 54px;
    line-height: 54px;
    width: 25%;
    position: relative;
    text-indent: 28px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: -1px;
}
.ffitem{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding-right: 20px;
    width: 31.5%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.falst li:nth-child(3n){
    float: right;
    margin-right: 0;
}
.facon{
    width: 280px;
}
.faabt a{
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    padding-bottom: 19px;
    position: relative;
    width: 100%;
    text-align: center;
}
.faabt a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 4px;
    background: #2C69C4;
    display: none;

}
.fadesca{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 18px;
    text-align: justify;
}
.gyabimg{
    width: 600px;
    margin-bottom: 53px;

}
.aboutx{
    width: 559px;
}
.abtitlew:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 4px;
    background: #2C69C4;
}
.abtitlew{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    padding-bottom: 29px;
    position: relative;
    line-height: 35px;
    margin-bottom: 25px;
}
.abdescr p{
    /*text-indent: 30px;*/
    margin-bottom: 15px;
}
.abdescr{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    text-align: justify;
}
.xian{
    width: 1200px;
    height: 1px;
    background: #DDDDDD;
}
.ryjzbtt{
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 50px auto 0;
    padding-bottom: 19px;
    position: relative;
}
 #pages {
     margin: 25px auto  50px;
     display: table;
 	}
#pages li:nth-child(1) a{
    font-family: "ËÎÌå";
}
#pages li:last-child{
    font-family: "ËÎÌå";
}
#pages li{
    /*margin-right: 15px;*/
}
#pages a {
   display:inline-block;
    vertical-align: middle;
    color:#2C69C4;

    padding: 4px 12px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #2C69C4;
}
#pages span {
   display:inline-block;
    vertical-align: middle;
    color:#2C69C4;

    padding: 4px 12px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #2C69C4;
}
#pages a.bggsp{
    background: #0083FE;
    color: #ffffff;
}
#pages a.a1 {
   background:#fff;
    border:1px solid #004182;

    width:56px;
    text-decoration: none;
    color: #004182;
   height: 24px;
   vertical-align: middle;
font-size: 12px;
}
.xyy50{
    width: 50%;
    display: inline-block;
    line-height: 64px;
    height: 60px;
}
.main_r_nav{
    border-top: 1px solid #dddddd;
    height: 60px;
}
    #pages a:hover {
   background:#f1f1f1;
    color:#000;
    text-decoration:none;
    }
#pages span {
   display:inline-block;
    /*background:#2C69C4;*/
    /*color:#fff;*/
    text-align:center;
    vertical-align: middle;
    }
#pages .active span {
    background:#2C69C4;
    color:#fff;
    }
  .page .noPage {
   display:inline-block;
   vertical-align: middle;
    width:56px;
    height:24px;
    line-height:22px;
    border:3px solid #DB3E3E;
    text-align:center;
    color:#a4a4a4}


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.xyy50{
    width: 50%;
    display: inline-block;
    line-height: 64px;
    height: 60px;
    color: #777177;
}
.main_r_nav{
    border-top: 1px solid #dddddd;
    height: 60px;
}
.ryjzsw .swiper-slide{
    object-fit: cover;
    aspect-ratio: 9/16;
}
.ryjzsw .swiper-slide img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9/16;
}
.ancom{
    width: 44px;
    height: 130px;
    line-height: 130px;
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: rgba(255,255,255,0.8);
    top: 50%;
    margin-top: -65px;
}
#banner .swiper-button-next{
    right: 276px;

}
#banner .swiper-button-prev{
    transform: rotateY(180deg);
    left: 276px;
}
.gzewm {
    position: absolute;
    top: 35px;
    left: 55%;
    display: none;
    background: #ffffff;
    z-index: 999;
}
.mr5s{
    margin: 0 10px;
}

.faabt{
    width: 100%;
    text-align: center;
    line-height: 35px;
}
