ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
html{
    zoom:200%;
}
@media(max-width:1920px){
    html{
        zoom:100%
    }
}
a:hover{
	text-decoration: none;
}
.px1 img{
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
}
.px2 img{
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
}
/* 5. 文字描边 */
.stroke-text {
    -webkit-text-stroke: 2px #25b5b0;
    text-stroke: 2px #25b5b0;
    
}
.container-fluid{
	max-width: 1740px;
}
.container{
    max-width: 1420px;
}
.navbar{
	padding:0 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: none;
}
.navbar.fx{
    background: #fff;
}
.navbar-collapse{
	flex-grow: unset;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	color: #fff;
	
}
.navbar-light .navbar-nav .nav-item{
	/*margin-right: 2vw;*/
	
}
.navbar-light .navbar-nav .nav-item .nav-link{
    padding:40px 0;
    min-width: 8rem;
    text-align: center;
}
.navbar-light .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #2aabac;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #2aabac;
}
.navbar .dropdown-menu{
    display: none;
    margin:0px 0 0;
    border-radius: 0;
    position: relative;
    left: 0;
    border:none;
    padding:0;
}
.navbar .nav-item:hover .dropdown-menu{
    display: block;
}
.navbar .dropdown-menu:after{
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/sj.png) no-repeat center;
    content:'';
    width:100%;
    height: 5px;
    background-size:7px 5px;
    text-align: center;
}
.navbar .dropdown-menu .dropdown-item{
    border-bottom:1px solid #eaeaea;
    text-align: center;
    padding:0;

}
.navbar .dropdown-menu .dropdown-item>a{
    color: #333;
    display: block;
    padding:15px 0;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background: none;
    color: #2aabac;
}
.navbar .dropdown:hover .dropdown-toggle::after{
    transform: rotate(180deg);
}
.navbar .dropdown-menu .dropdown-item:hover>a{
    color: #2aabac;
}
.navbar .dropdown-menu .dropdown-item dl{
    position: absolute;
    right: -10rem;
    top: 0;
    display: none;
}
.navbar .dropdown-menu .dropdown-item dl dd{
    min-width: 9rem;
    margin-bottom: 0;
}
.navbar .dropdown-menu .dropdown-item dl dd a{
    padding:15px 0;
    background: #fff;
    color: #333;
    display: block;
    /*border-bottom:1px solid #eaeaea;*/
}
.navbar .dropdown-menu .dropdown-item dl dd a:hover{
    background: #2f3291;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover dl{
    display: block;
}
.navbar.fx .navbar-nav .nav-link{
    color: #333;
    text-align: center;
}
.navbar.fx .navbar-nav .nav-link:hover{
    color: #2aabac;
}

.sla{
    display: flex;
    align-items: center;
}
.sla .fser{
    position: relative;
}
.sla .fser input{
    border: 1px solid #fff;
    border-radius: 20px;
    padding:5px 10px;
    background: none;
    font-size: 12px;
    color: #ffffff;
}
.sla .fser input::placeholder{
    color: #fff;
}
.sla .fser button{
    position: absolute;
    right: 0;
    border: none;
    background: none;
}
.sla .fser button img{
    height: 18px;
}
.sla .lan{
    margin-left: 15px;
    color: #d0d0d0;
    font-size: 16px;
}
.sla .lan a{
    color: #fff;
}
.navbar.fx .sla .fser input{
    border:1px solid #2f2f2f;
    color: #2f2f2f;
}
.navbar.fx .sla .fser button img{
    filter: brightness(0);
}
.navbar.fx .sla .fser input::placeholder{
    color: #333;
}
.navbar.fx .sla .lan{
    margin-left: 15px;
    color: #333;
    font-size: 16px;
}
.navbar.fx .sla .lan a{
    color: #333;
}
.navbar .sla .lan a:hover{
    color: #2aabac;
}
/*手机导航*/

header{
    padding:14px 0;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

}
header a{
    text-transform: uppercase;
}
.menu{
    text-transform: uppercase;
}
header img{
    transition: 1s;
}
header .ftop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .ftop img{
    max-width: 50%;
    cursor: pointer;
}
header .ftop .ftl{
    display: flex;
}
header .ftop .ftl .se{
    margin-left: 10px;
}
header{
    background: #fff;

}
header img{
    filter: brightness(0);
}
header.fx{
    background: #fff;

}
header.fx img{
    filter: brightness(0);
}
header.fx .logo img{
    filter:unset!important;
}
header .logo img{
    filter:unset!important;
}
header .close1{

    display: none;
}

header.bx .close1{
    display: block;
}
header.bx .nme{
    display: none;
}
header .ftop .ftl{
    align-items: center;
}
.mb{
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    height: 100%;
    width: 100%;
    display: none;
}
.menu{
    position: fixed;
    left: -360px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    transition: .6s;
    z-index: 9;
}
.menu .mml{
    height: 100%;
    display: grid;
    align-content: space-between;
    position: relative;
    z-index: 99;
    background: #fff;
    padding:60px 40px;
}
.menu .mwz{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.menu .close{
    position: relative;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
.menu .close:after{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
}
.menu .close:before{
    width: 12px;
    height: 1px;
    content: '';
    background: #707070;
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
}

.menu .metop ul li{
    margin-top: 30px;
}
.menu .metop ul li a{
    color: #666666;
    font-size: 16px;
    display: block;
}
.menu .mebottom .ful ul li{
    margin-top: 15px;
}
.menu .mebottom .ful ul li a{
    color: #7E7E7E;
    font-size: 14px;
}
.menu .mebottom .ful{
    margin-bottom:15px;
}
.mebottom>a{
    margin-right: 10px;
    
}
.mebottom>a img{
    height: 18px;
}
.yqlink{
    margin-top:24px;
}
.yqlink a{
    margin-right: 10px;
}
footer .ftn .ftnr .simg{
    margin-top:24px;
}
.menu .mmr ul{
    height: 100%;
    position: fixed;
    top: 0;
    left: -380px;
    height: 100%;
    padding:90px 43px 0 47px;
    background: #fff;
    z-index: 6;
    transition: .6s;
}
.mmr ul .img{
    margin:15px 0;
}
/*img{*/
/*    max-width: 100%;*/
/*}*/

.menu .mmr ul li{
    margin-top: 16px;
}
.menu .mmr ul li a{
    color: #666666;
    font-size: 14px;
}
.menu .mmr .smore{
    position: relative;
    padding-bottom: 2px;
    color: #666666;
    font-size: 12px;
}
.menu .mmr .smore:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #707070;
}
.sec{
    position: absolute;
    background: #fff;
    top: 104px;
    width:100%;
    padding:30.5px 0 30px;
    z-index: 9;
    display: none;
    border-top:1px solid #ccc;
}
.sec .timg{
    text-align: center;
    margin-bottom:20px;
}
.sec .timg img{
    filter: brightness(0);
    max-height: 69.5px;
}
.sec input{
    max-width: 360px;
    height: 41px;
    line-height: 41px;
    background: #fff url(../images/search.png) no-repeat 10px 11px;
    border-radius: 0;
    width: 100%;
    padding:0 30px;
    margin: auto;
    border: 1px solid #C4C4C3;
    display: block;
}
.home-banner{
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide{
    position: relative;
    text-align: center;
}
.home-banner .swiper-slide .ssl{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    left: 0;
    height: 100%;
    display: grid;
    align-items: center;
}
.home-banner .swiper-slide .ssl .sslcon{
    max-width:674px;
    
}
.home-banner .swiper-slide .ssl .sslcon h2{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.home-banner .swiper-slide .ssl .sslcon h4{
    color: #ffffff;
    font-size: 30px;
    margin-top:40px;
}
.home-banner .swiper-slide .ssl .sslcon a{
    display: inline-block;
    width:160px;
    text-align: center;
    padding:10px 0;
    border:2px solid  #ffffff;
    color: #ffffff;
    margin-top:30px;
    transition: .6s;
    font-size: 20px;
}
.home-banner .swiper-slide .ssl .sslcon a:hover{
    background: #25b5b0;
    border-color: #25b5b0;
}
/*.home-banner .swiper-pagination-bullet{*/
/*    border:1px solid #fff;*/
/*    margin:0 8px!important;*/
/*    background: #fff;*/
/*    opacity: 1;*/
/*    width: 30px;*/
/*    height: 4px;*/
/*    position: relative;*/
/*    border-radius: 0;*/
/*}*/

/*.home-banner .swiper-pagination-bullet-active{*/
/*    border: 1px solid #0099e2;*/
/*    background: #0099e2;*/
/*}*/
.id1{
    padding:120px 0;
}

.id1 .d1title .dtt{
    display: flex;
    align-items: flex-end;
}
.id1 .d1title .dtt .tl{
    font-size: 100px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}
.id1 .d1title .dtt .tr{
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}
.id1 .d1title .dtb{
    font-size:100px;
    font-weight:bold;
    color:transparent;
    line-height: 1;
    margin-top: 5px;
}
.d1cc{
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
    max-width: 1920px;
    margin:auto;
}
.d1cc .swiper-button-lock{
    display: block;
    opacity: 1;
}
.d1cc .swiper-button-prev:after,.d1cc .swiper-button-next:after{
    content: '';
    display: none;
}
.d1cc .swiper-button-prev, .d1cc .swiper-button-next{
    top:-23%;
    opacity: 0.35;
}
.swiper-button-prev.swiper-button-disabled{
    pointer-events:unset
}
.d1cc .swiper-button-prev:hover{
    opacity: 1;
}
.d1cc .swiper-button-next:hover{
    opacity: 1;
}
.d1cc .swiper-button-prev{
    left: unset;
    right: calc(6% + 100px);
}
.d1cc .swiper-button-next{
    right: 100px;
}
.d1cc .d1ccl{
    width: 20%;
    

}
.d1cc .d1ccl #thumbs{
    position: relative;
    padding-bottom: 60px;
    height: 500px;
}
.d1cc .d1ccl #thumbs:after{
    background: #e6e6e6;
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.d1cc .d1ccl #thumbs .swiper-slide{
    padding:40px 0px 40px 30px;
    font-size: 18px;
    color: #555555;
    position: relative;
}
.d1cc .d1ccl #thumbs .swiper-slide.my-active:after{
    position: absolute;
    left: 0;
    top: 0;
    background: #25b5b0;
    height: 100%;
    width: 4px;
    content: '';
}
.d1cc .d1ccr{
    overflow: hidden;
    width: 78%;
}
.dsf{
    display: flex;
    flex-wrap: wrap;
}
.dsf .dsfl{
    width:33.33%;
}

.dsf .img{
    position: relative;
    overflow: hidden;
}
.dsf .img img{
    transition: .6s;
}
.dsf .nc{
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
    text-align: center;
    transition: .6s;
}
.dsf .nc h2{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    transition: .6s;
}
.dsf .nc .line{
    background: #25b5b0;
    margin:15px auto;
    width: 60px;
    height: 4px;
}
.dsf .nc h4{
    font-size: 16px;
    color: #fefefe;
    opacity: 0;
}
.dsf .img:hover h2{
    color: #25b5b0;
}
.dsf .img:hover .nc{
    transform: translateY(-10px);
}
.dsf .img:hover .nc h4{
     opacity: 1;
}
.dsf .img:hover img{
    transform: scale(1.1);
}
.dsf .dsfr{
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
}
.dsf .dsfr .item{
    width: 50%;
}
.id2{
    line-height: 0;
}
.id2 .svideo{
    position: relative;
}
.id2 .svideo .d2c{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.id2 .svideo .d2c .wz{
    margin-top: 25px;
    color: #ffffff;
    font-size: 40px;
}

.id3{
    background: url(../images/abbg.png) no-repeat;
    padding:200px 0 400px;
    background-size:100% 100%;
}
.id3 .id3con{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.id3 .id3con .id3l{
    width: 41%;
    overflow: hidden;
}
.id3 .id3con .id3l img{
    transition: .6s;
}
.id3 .id3con .id3l:hover img{
    transform: scale(1.1);
}
.id3 .d3title .dtt{
    display: flex;
    align-items: flex-end;
}
.id3 .d3title .dtt .tl{
    font-size: 100px;
    font-weight: bold;
    color: #ffb41f;
    text-transform: uppercase;
    line-height: 1;
}
.id3 .d3title .dtt .tr{
    color: #ffb41f;
    font-size: 40px;
    font-weight: bold;
}
.id3 .d3title .dtb{
    font-size:100px;
    font-weight:bold;
    color:transparent;
    line-height: 1;
    margin-top: 5px;
    -webkit-text-stroke: 2px #fff
}
.id3 .id3con .id3r{
    width: 54%;
}
.id3 .id3con .id3r .d3title{
    margin-left: -25%;
    position: relative;
    z-index: 9;
}
.id3 .id3con .id3r .nline{
    width: 240px;
    background: #fff;
    height: 3px;
    margin:70px 0;
}
.id3 .id3con .id3r .ncon{
    color: #f4f4f4;
    font-size: 22px;
    line-height: 1.7;
}
.id3 .id3con .id3r a .al .d2{
    display: none;
}
.id3 .id3con .id3r a{
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 20px;
}
.id3 .id3con .id3r a .ar{
    margin-left: 10px;
    color: #fff;
    font-size: 26px;
    transition: .6s;
}
.id3 .id3con .id3r a:hover .ar{
    color: #ffb41f;
}
.id3 .id3con .id3r a:hover .al .d1{
    display: none;
}
.id3 .id3con .id3r a:hover .al .d2{
    display: block;
}
.id4 .d4title .dtt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.id4 .d4title .dtt .dttl{
    display: flex;
    align-items: flex-end;
}
.id4 .d4title .dtt .tl{
    font-size: 100px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}
.id4 .d4title .dtt .tr{
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}
.id4 .d4title .dtt .dttr{
    background: #25b5b0;
    padding:8px 15px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    color: #fff;
    transition: .6s;
}
.id4 .d4title .dtt .dttr img{
    margin-right: 8px;
    height: 30px;
    transition: .6s;
}
.id4 .d4title .dtb{
    font-size:100px;
    font-weight:bold;
    color:transparent;
    line-height: 1;
    margin-top: 5px;
}
.id4list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 1920px;
    margin:45px auto 0;
}
.id4list .item{
    width: 25%;
    position: relative;
}
.id4list .item .img{
    overflow: hidden;
}
.id4list .item .img img{
    transition: .6s;
}
.id4list .item .nshow{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 181, 176, 0.8);
    padding:30px 40px;
    display: grid;
    align-content: space-between;
    opacity: 0;
    transition: .6s;
}
.id4list .item .nshow .tr{
    text-align: right;
}
.id4list .item .nshow .nb{
    color: #fff;
}
.id4list .item .nshow .nb .ct{
    color: #ffffff;
    font-size: 20px;
}
.id4list .item .nshow .nb{
    font-size: 14px;
    margin-top: 10px;
}
.id4list .item:hover .nshow{
    opacity: 1;
}
.id4list .item:hover .img img{
    transform: scale(1.1);
}
.id5{
    padding:120px 0;
}
.id5 .d5title .dtt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.id5 .d5title .dtt .dttl{
    display: flex;
    align-items: flex-end;
}
.id5 .d5title .dtt .tl{
    font-size: 100px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}
.id5 .d5title .dtt .tr{
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}
.id5 .d5title .dtt .dttr{
    background: #25b5b0;
    padding:8px 15px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    color: #fff;
    transition: .6s;
}
.id5 .d5title .dtt .dttr img{
    margin-right: 8px;
    height: 30px;
    transition: .6s;
}
.dtt .dttr:hover img{
        filter: brightness(0);
}
.dtt .dttr:hover{
    color: #000!important;
}
.id5 .d5title .dtb{
    font-size:100px;
    font-weight:bold;
    color:transparent;
    line-height: 1;
    margin-top: 5px;
}
.id5list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}
.id5list .item{
    width: 30%;
}
.id5list .item .img{
    overflow: hidden;
}
.id5list .item img{
    transition: .6s;
}
.id5list .item:hover img{
    transform: scale(1.1);
}
.id5list .item .d5con{
    border-bottom: 2px solid #555555;
    padding:20px 0 10px;
    transition: .6s;
}
.id5list .item .d5con h4{
    font-size: 26px;
    font-weight: bold;
    color: #555555;
    transition: .6s;
}
.id5list .item .d5con .d5ncon{
    color: #555555;
    font-size: 16px;
    margin-top: 15px;
}
.id5list .item .d5con .date{
    color: #555555;
    font-size: 16px;
    margin-top: 35px;
}
.id5list .item:hover .d5con{
    border-color: #25b5b0;
}
.id5list .item:hover .d5con h4{
    color: #25b5b0;
}


footer{
    background: #272727;
    padding:90px 0 50px;
}
footer .ftop{
    display: flex;
    justify-content: space-between;
}
footer .ftop .ftl{
    width: 40%;
}
footer .ftop ul{
    display: flex;
    justify-content: space-between;
}
footer .ftop ul li h4{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
footer .ftop ul li dl{
    margin-top: 15px;
}
footer .ftop ul li dl dd{
    margin-top: 10px;
}
footer .ftop ul li dl dd a{
    color: #ffffff;
    font-size: 14px;
}
footer .ftop .ftc{
    width: 12%;
    text-align: center;
}
footer .ftop .ftc h4{
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}
footer .ftop .ftr{
    border-left: 1px solid #464646;
    padding-left: 8%;
}
footer .ftop .ftr .item{
    margin-top: 25px;
    display: flex;
    align-items: center;
}
footer .ftop .ftr .item .img{
    width: 35px;
    text-align: center;
}
footer .ftop .ftr .item .wz{
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
}
footer .fcenter{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    align-items: flex-end;
    border-bottom: 2px solid #535353;
    padding-bottom: 30px;
}
footer .fcenter .fcl a{
    display: inline-block;
    margin-right: 10px;
}
footer .fcenter .fcl .fclb{
    margin-top: 15px;
}
footer .fcenter .fcr a{
    display: inline-block;
    margin-left: 15px;
}
footer .fbottom{
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}
footer .fbottom a{
    color: #fff;
font-size: 14px;
}

.apptop{
    text-align: center;
    padding:110px 0;
}
.apptop h2{
    letter-spacing: 4px;
    text-indent: 4px;
    color: #171717;
    font-size: 44px;
    margin-top: 15px;
}
.app1{
    padding-bottom: 100px;
}
.app1 .app1list{
    display: flex;
    flex-wrap: wrap;
}
.app1 .app1list .item{
    width: 49.3%;
    margin-right: 1.4%;
    background: #f5f5f5;
    border-radius: 20px;
    padding:60px 0;
    text-align: center;
    margin-top: 1.4%;
}
.app1 .app1list .item:nth-child(2n){
    margin-right: 0;
}
.app1 .app1list .item .wz h4{
    font-size: 30px;
    margin-top: 10px;
}
.app1 .app1list .item .wz h6{
    font-size: 22px;
    margin-top: 10px;
    min-height: 27px;
}
.app1 .app1list .item .i2 img{
    border:1px solid #2aabac;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}
.app2{
    padding-bottom: 140px;
}
.app2 .app2list .item{
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app2 .app2list .item .itl{
    width: 49%;
}
.app2 .app2list .item .itr h4{
    font-size: 50px;
    font-weight: bold;
    color: #171717;
}
.app2 .app2list .item .itr .itcon{
    font-size: 26px;
    color: #171717;
    text-align: right;
    margin-top: 15px;
}
.app2 .app2list .item:nth-child(odd){
    flex-direction: row-reverse;
}
.app2 .app2list .item:nth-child(odd) .itcon{
    text-align: left;
}
.app2 .app2list .item img{
    transition: .6s;
}
.app2 .app2list .item:hover h4{
    color: #2aabac;
}
.app2 .app2list .item:hover img{
    transform: scale(1.02);
}
.pntop{
    background: #eeeeee;
    padding-top: 0px;
}
.pntop .pnlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding:10px 0;
}
.pntop .pnlist .item{
    width: 20%;
    text-align: center;
}
.pntop .pnlist .item .img{
    height: 120px;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pntop .pnlist .item .img img{
    max-height:90px ;
}
.pntop .pnlist .item h4{
    font-size: 16px;
    color: #535353;
    margin-top: 5px;
    transition: .6s;
}
.pntop .pnlist .item:hover h4{
    color: #2aabac;
}
.pncon{
    max-width: 1920px;
    margin: auto;
}
.pncon .ntitle{
    text-align: center;
    padding:80px 0 40px;
}
.pncon .ntitle h2{
    font-size: 42px;
    color: #171717;
}
.pncon .ntitle p{
    color: #656565;
    font-size: 18px;
    margin-top: 15px;
}

.pp{
    position: relative;
}
.pp .ptt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding:60px 0;
}
.pp .ptt .tt1{
    font-size: 42px;
    color: #fff;
}
.pp .ptt .tt2{
    font-size: 18px;
    color: #fff;
}
.pp .ptt .btn{
    display: flex;
    justify-content: center;
}
.pp .ptt .btn a{
    border-radius: 20px;
    padding:8px 0;
    color: #ffffff;
    border: 1px solid #fff;
    width: 150px;
    margin:15px 10px 0;
    transition: .6s;
}
.pp .ptt .btn a:first-child{
    background: #2aabac;
    border-color: #2aabac;
    
}
.pp .ptt .btn a:hover:first-child{
    background: #2ebbbc;
    border-color: #2ebbbc;
}
.pp .ptt .btn a:hover{
    background: hsla(0, 0%, 100%, .09);
}
.pnlist{
    display: flex;
    flex-wrap: wrap;
    
    justify-content: space-between;
}
.pnlist .item{
    width: 49.5%;
    margin-top: 1%;
}
.pnlist .item .tt1{
    font-size: 42px;
    color: #171717;
}
.pnlist .item .tt2{
    font-size: 18px;
    color: #171717;
}
.pnlist .item .btn{
    display: flex;
    justify-content: center;
}
.pnlist .item .btn a{
    border-radius: 20px;
    padding:8px 0;
    color: #171717;
    border: 1px solid #171717;
    width: 150px;
    margin:15px 10px 0;
}
.pnlist .item .btn a:first-child{
    background: #2aabac;
    border-color: #2aabac;
    color: #fff;
}
.fheng{
    padding:100px 0;
}
.fheng .fhlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fheng .fhlist .item{
    text-align: center;
}
.fheng .fhlist .item .t1{
    margin-top: 10px;
    color: #171717;
    font-size: 24px;
    margin-bottom: 8px;
}
.fheng .fhlist .item a{
    color: #2aabac;
    font-size: 16px;
}
.fheng .fhlist .item a:hover{
    text-decoration: underline;
}
.nbanner{
    position: relative;
    text-align: center;
    
}
.nbanner img{
    width:100%;
}
.nbanner .swz{
    position: absolute;
    left: 0;
    width:100%;
    top: 0;
    height: 100%;
    display: grid;
    align-content: center;
    text-align: center;
    font-size: 50px;
    color: #fff;
}
.nbanner .swz:hover{
    color: #2aabac;
}
.pny{
    padding:20px 0;
}
.pny .pnyc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pny .pnyc .pnycl{
    color: #2f2f2f;
    font-size: 18px;
}
.pny .pnyc .pnycr{
    color: #505050;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.pny .pnyc .pnycr .shu{
    margin:0 15px;
    position: relative;
    width: 1px;
    height: 14px;
}
.pny .pnyc .pnycr .shu:after{
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    top: 0;
    content: '';
    background: #505050;
}
.pny .pnyc .pnycr a{
    color: #fefefe;
    font-size: 16px;
    background: #2aabac;
    padding:2px 15px;
    margin-left: 10px;
}

.se1 h1{
    text-align: center;
    color: #171717;
    font-size: 70px;
    padding:90px 0;
}
.spc{
    display: flex;
    justify-content: center;
}
.spc .item{
    margin-right: 60px;
    text-align: center;
}
.spc .item:last-child{
    margin-right: 0;
}
.spc .item h4{
    font-size: 18px;
    color: #2f2f2f;
    margin-top: 15px;
}
.spc .item.active h4{
    color: #2aabac;
}
.secon{
    background: #f5f5f5;
    border-radius: 20px; 
    padding:80px 0;
    margin-top: 50px;

}
.secon .setitle{
    text-align: center;
    color: #171717;
    font-size: 44px;
}
.secon .seccon{
    max-width: 1240px;
    margin:0 auto;
    padding:0 15px;
}
.secon .seccon .item{
    margin-top: 70px;
}
.secon .seccon .item .it1{
    font-size: 26px;
    color: #171717;
}
.secon .seccon .item .it2{
    color: #585858;
    font-size: 20px;
    margin-top: 10px;
}
.secc{
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
    margin-bottom: 80px;
}
.secc .secci{
    width: 49.5%;
    background: #f5f5f5;
    text-align: center;
    padding:50px 0;
    border-radius: 20px;
}
.secc .secci h4{
    color: #171717;
    font-size: 32px;
    margin:10px 0 15px;
}
.secc .secci h2{
    color: #171717;
    font-size: 50px;
}
.nnbanner{
    margin:20px 0;
}
.nysw .swiper-button-prev:after{
    display: none;
}
.nysw .swiper-button-next:after{
    display: none;
}
.nysw .swiper-button-prev{
    left: 25px;
}
.nysw .swiper-button-next{
    right: 25px;
}
.nysw .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
}
.tstitle{
    font-size: 50px;
    color: #171717;
    margin-top: 100px;
    margin-bottom:40px;
}
.tslist{
    display: flex;
    flex-wrap: wrap;
}
.tslist .item{
    width: 32.33%;
    margin-right: 1.5%;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 1.5%;
}
.tslist .item:nth-child(3n){
    margin-right: 0;
}
.tslist .item .ncon{
    background: #fff;
    padding:25px 30px;
}
.tslist .item .ncon .t1{
    font-size: 24px;
    color: #171717;
}
.tslist .item .ncon .t2{
    color: #a8a8a8;
    font-size: 18px;
    margin-top: 10px;
}
.tslist .item .img{
    overflow: hidden;
}
.tslist .item img{
    transition: .6s;
}
.tslist .item:hover img{
    transform: scale(1.1);
}
.tslist .item:hover .ncon .t1{
    color: #2aabac;
}
.prony{
    padding:20px 0 100px;
}
.prony .nnv{
    margin-top: 80px;
}
.prony .nnv h2{
    color: #171717;
    font-size: 50px;
}
.prony .nnv .nnvlist{
    display: flex;
    flex-wrap: wrap;
}
.prony .nnv .nnvlist .item{
    width: 24%;
    margin-right: 1.33%;
    margin-top: 1.33%;
}

.prony .nnv .nnvlist .item:nth-child(4n){
    margin-right: 0;
}
.prony .nnv .nnvlist .item a{
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    border:1px solid #fff;
    padding:50px 0;
}
.prony .nnv .nnvlist .item a h4{
    font-size: 18px;
    color: #2f2f2f;
    margin-top: 35px;
    padding:10px 30px;
    display: inline-block;
    transition: .6s;
    border-radius: 20px;
}
.prony .nnv .nnvlist .item:hover a h4{
    background: #2aabac;
    color: #fff;
    
}
.ab1{
    padding:100px 0;
}
.ab1 .ab1con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab1 .ab1con .ab1cl{
    width: 30%;
    color: #171717;
    font-size: 32px;
}
.ab1 .ab1con .ab1cr{
    width: 64%;
    color: #171717;
    font-size: 22px;
}

.ab2 .ab2list{
    display: flex;
    flex-wrap: wrap;
}
.ab2 .ab2list .item{
    width: 32.33%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    background: #f5f5f5;
    border-radius: 20px;
}
.ab2 .ab2list .item .ncon{
    padding:40px;
}
.ab2 .ab2list .item .ncon .t1{
    font-size: 34px;
    font-weight: bold;
    color: #171717;
    margin:15px 0 20px;
}
.ab2 .ab2list .item .ncon .t2{
    color: #171717;
    font-size: 20px;
}
.ab2 .ab2list .item:last-child{
    margin-right: 0;
}
.ab3{
    padding: 150px 0;
}
.ab3 h2{
    font-size: 50px;
    color: #171717;
}
.ab3 .ab3list{
    display: flex;
    flex-wrap: wrap;
}
.ab3 .ab3list .item{
    width: 49.5%;
    margin-right: 1%;
    margin-top: 2%;
    text-align: center;
}
.ab3 .ab3list .item:nth-child(2n){
    margin-right: 0;
}
.ab3 .ab3list .item h4{
    font-size: 28px;
    color: #171717;
    margin-top: 15px;
}
.co1{
    padding:100px 0;
}
.co1 .co1list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.co1 .co1list .item{
    width: 32.63%;
/*    margin-right: 1%;*/
    background: #f5f5f5;
    border-radius: 20px;
    margin-top: 15px;
}

.co1 .co1list .item:nth-child(n+4){
    width: 49.5%;
/*    margin-right: 1.5%;*/
}
/*.co1 .co1list .item:last-child{
    margin-right: 0;
}*/
.co1 .co1list .item .itcon{
    padding:40px;
}
.co1 .co1list .item .itcon h3{
    font-size: 24px;
    color: #171717;
    font-weight: bold;
}
.co1 .co1list .item .itcon .nncon{
    font-size: 20px;
    color: #171717;
    margin-top: 15px;
}
.co1 .co1list .item .itcon .nncon img{
    margin-right: 10px;
}
.co1 .nnimg{
    margin-top: 35px;
}
.newstop{
    margin-top:40px;
}
.newstop .img{
    position: relative;
}
.newstop .img .tnco{
    position: absolute;
    left: 30px;
    width: 35%;
    top:30px;
    background: #fff;
    height: calc(100% - 60px);
    border-radius: 20px;
    padding:40px;
}
.newstop .img .tnco .sname{
    background: #2aabac;
    color: #fff;
    width: 140px;
    text-align: center;
    border-radius: 20px;
    padding:10px 0;
}
.newstop .img .tnco .stitle{
    color: #171717;
    font-size: 38px;
    margin-top: 4%;
}
.newstop .img .tnco .scon{
    color: #585858;
    font-size: 20px;
    margin-top: 18%;
}
.newstop .img .tnco .date{
    margin-top: 20%;
    color: #585858;
    font-size: 18px;
}
.newslist{
    display: flex;
    flex-wrap: wrap;
}
.newslist .item{
    width: 32.33%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    border-radius: 20px;
    overflow: hidden;
}
.newslist .item .img{
    overflow: hidden;
}
.newslist .item .img img{
    transition: .6s;
}
.newslist .item .ncon{
    background: #f5f5f5;
    padding:30px 25px;
}
.newslist .item .ncon .t2{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding:4px 15px;
    background: #2aabac;
    border-radius: 20px;
}
.newslist .item .ncon .t1{
    font-size: 28px;
    color: #171717;
    margin:15px 0 40px;
}
.newslist .item:nth-child(3n){
    margin-right: 0;
}
.newslist .item:hover img{
    transform: scale(1.1);
}
.newslist .item:hover .ncon .t1{
    color: #2aabac;
}
.newscon .nst{
    display: flex;
    align-items: center;
}
.newscon .nst .stname{
    color: #2aabac;
    font-size: 24px;
}
.newscon .nst .date{
    color: #686868;
    font-size: 20px;
    margin-left: 15px;
}
.newscon h1{
    font-size: 40px;
    color: #171717;
    margin:40px 0;
}
.newscon .nncon{
    padding-bottom: 60px;
}
.page-status,.page-index,.page-last{
   display: none;
}

.pagination{
   justify-content: center;
   align-items: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
/*  background: #e6e8eb;*/
  color: #6e6e6e;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 0;
}
.pagination span {
    color: #6e6e6e;
    font-size: 14px;
/*    padding: 8px 2px;*/
/*    border-radius: 3px;*/
}
.pagination span.page-pre a{
    background: #e5e5e5;
    color: #6e6e6e;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    padding:0;
}
.pagination span.page-next a{
    background: #e5e5e5;
    color: #6e6e6e;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    padding:0;
}
.pagination a:hover {
/*  color: #fff;*/
/*  background: #2f3291;*/
}
.pagination a.page-num-current {
/*  color: #fff;*/
/*  background: #2f3291;*/
}
.hidden-lg{
        display: none!important;
    }
@media(max-width:1440px){
    .navbar .navbar-nav .nav-link{
        padding:40px 0rem;
        min-width: 7rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        min-width: 7rem;
    }
}
@media(max-width:1400px){
    body{
        zoom:95%
    }
}
@media(max-width:1300px){
    body{
        zoom:90%
    }
}
@media(max-width:1240px){
    body{
        zoom:85%
    }
}
@media(max-width:1180px){
    body{
        zoom:80%
    }
}
@media(max-width:960px){
    
    header{
        position: fixed;
        width:100%;
    }
    body{
        zoom:100%
    }
    .newscon .nncon img{
        max-width:100%;
    }
    .nbanner .swz{
        font-size:18px;
    }
    .d1cc .swiper-button-prev, .d1cc .swiper-button-next {
    top: -3%;
    opacity: 1;
}
    .hidden-xs{
        display: none!important;
    }
    .hidden-lg{
        display: block!important;
    }
    .mbmenu{
        position: fixed;
        left: -100%;
        top: 52px;
        background: #fff;
        width: 90%;
        height: calc(100% - 52px);
        transition: .6s;
        z-index: 99;
    }
    .mbmenu .mml{
        height: 100%;
        display: grid;
        align-content: space-between;
        position: relative;
        z-index: 99;
        background: #fff;
        padding:6px 15px;
    }
    .mebottom>a{
        margin-top:15px;
        display: inline-block;
    }
    .mbmenu .mwz{
        display: flex;
        align-items: center;
    }
    .mbmenu .close{
        position: relative;
        height: 12px;
        width: 12px;
        margin-right: 5px;
    }
    .mbmenu .close:after{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(45deg);
        top: 5px;
    }
    .mbmenu .close:before{
        width: 12px;
        height: 1px;
        content: '';
        background: #707070;
        position: absolute;
        transform: rotate(-45deg);
        top: 5px;
    }

    .mbmenu .metop ul li{
        margin-top: 30px;
    }
    .mbmenu .metop ul li a{
        color: #333;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
    }
    .mbmenu .metop ul li dl{
        margin-left: 15px;
        margin-top:10px;
    }
    .mbmenu .metop ul li dl dd a{
        font-size: 13px;
        color: #666;
    }
    .mbmenu .metop ul li a .tr{
        font-family: cursive;
    }
    .mbmenu .mebottom .ful ul li{
        margin-top: 15px;
    }
    .mbmenu .mebottom .ful ul li a{
        color: #7E7E7E;
        font-size: 14px;
    }
    .mbmenu .mmr ul{
        height: 100%;
        position: fixed;
        left: -100%;
        top: 62px;
        height: calc(100% - 62px);
        padding:41px 29px;
        background: #fff;
        z-index:100;
        transition: .6s;
        width: 100%;
    }

    .mbmenu .mmr ul h3{
        font-size: 16px;
        margin-bottom:10px;
    }
    .mbmenu .mmr ul h3 .return{
        font-family: cursive;
        margin-right: 15px;
        display: inline-block;
    }
    .mbmenu .mmr ul li{
        margin-top: 16px;
    }
    .mbmenu .mmr ul li a{
        color: #666666;
        font-size: 14px;
    }
    .mbmenu .mmr .smore{
        position: relative;
        padding-bottom: 2px;
        color: #666666;
        font-size: 12px;
    }
    .mbmenu .mmr .smore:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background: #707070;
    }
    .id1{
        padding:60px 0;
    }
    .id1 .d1title .dtt .tl{
        font-size: 36px;
    }
    .id1 .d1title .dtt .tr{
        font-size: 16px;
    }
    .id1 .d1title .dtb{
        font-size: 36px;
    }
    .d1cc{
        padding-left: 0;
        flex-wrap: wrap;
    }
    .d1cc .d1ccl{
        width: 100%;
    }
    .d1cc .d1ccl #thumbs{
        height: auto;
    }
    .d1cc .d1ccl #thumbs .swiper-slide{
        padding:0;
        font-size: 14px;
        text-align: center;
    }
    .d1cc .swiper-button-next img{
        height: 20px;
    }
    .d1cc .swiper-button-prev img{
        height: 20px;
    }
    .dsf .dsfl{
        width: 100%;
    }
    .dsf .nc h2{
        font-size: 16px;
    }
    .dsf .nc h4{
        font-size: 14px;
    }
    .dsf .nc .line{
        margin:10px auto;
        width: 40px;
        height: 2px;
    }
    .dsf .dsfr{
        width: 100%;
    }
    .id2 .svideo .d2c img{
        height: 40px;
    }
    .id2 .svideo .d2c .wz{
        font-size: 18px;
        margin-top: 10px;
    }
    .id3{
        padding: 60px 0 220px;
    }
    .id3 .id3con{
        flex-wrap: wrap;
    }
    .id3 .id3con .id3l{
        width: 100%;
    }
    .id3 .id3con .id3r{
        width: 100%;
        margin-top: 15px;
    }
    .id3 .id3con .id3r .d3title{
        margin-left: 0;
    }
    .id3 .d3title .dtt .tl{
        font-size: 36px;
    }
    .id3 .d3title .dtt .tr{
        font-size: 16px;
    }
    .id3 .d3title .dtb{
        font-size: 36px;
    }
    .id3 .id3con .id3r .nline{
        margin:15px 0;
        width: 50px;
        height: 2px;
    }
    .id3 .id3con .id3r .ncon{
        font-size: 14px;
    }
    .id3 .id3con .id3r a{
        margin-top: 25px;
    }
    .id3 .id3con .id3r a img{
        height: 30px;
    }
    .id4{
        padding:40px 0;
    }
    .id4 .d4title .dtt .tl{
        font-size: 36px;
    }
    .id4 .d4title .dtt .tr{
        font-size: 16px;
    }
    .id4 .d4title .dtb{
        font-size: 36px;
    }
    .id4 .d4title .dtt .dttr{
        font-size: 14px;
    }
    .id4 .d4title .dtt .dttr img{
        height: 20px;
    }
    .id4list .item{
        width: 50%;
    }
    .id4list .item .nshow{
        padding:15px;
    }
    .id5{
        padding:60px 0;
    }
    .id5 .d5title .dtt .tl{
        font-size: 36px;
    }
    .id5 .d5title .dtt .tr{
        font-size: 16px;
    }
    .id5 .d5title .dtb{
        font-size: 36px;
    }
    .id5 .d5title .dtt .dttr{
        font-size: 14px;
    }
    .id5 .d5title .dtt .dttr img{
        height: 20px;
    }
    .id5list .item{
        width: 100%;
        margin-bottom: 25px;
    }
    .id5list .item .d5con h4{
        font-size: 18px;
    }
    .id5list .item .d5con .d5ncon{
        font-size: 14px;
    }
    .id5list .item .d5con .date{
        font-size: 14px;
        margin-top: 15px;
    }
    footer{
        padding:50px 0 30px;
    }
    footer .ftop{
        flex-wrap: wrap;
    }
    footer .ftop ul li h4{
        font-size: 16px;
    }
    footer .ftop ul li dl dd a{
        font-size: 14px;
    }
    footer .ftop .ftl{
        width: 100%;
    }
    footer .ftop .ftc{
        width: 100%;
    }
    footer .ftop .ftr{
        padding-left: 0;
        width: 100%;
        border-left: none;
        margin-top: 25px;
    }
    footer .fcenter{
        flex-wrap: wrap;
    }
    footer .fcenter .fcl{
        width: 100%;
    }
    footer .fcenter .fcr{
        width: 100%;
        margin-top: 25px;
    }
    footer .fcenter .fcr a{
        margin-left: 0;
    }
    .pntop .pnlist .item{
        width: 33%;
    }
    .pntop .pnlist .item .img{
        height: auto;
    }
    .pntop .pnlist .item .img img{
        height: 50px;
    }
    .pntop .pnlist .item h4{
        font-size: 14px;
    }
    .pncon .ntitle h2{
        font-size: 24px;
    }
    .pncon .ntitle p{
        font-size: 16px;
        margin-top: 10px;
    }
    .pp .ptt{
        padding:35px 0;
    }
    .pp .ptt .tt1{
        font-size: 24px;
    }
    .pp .ptt .tt2{
        font-size: 16px;
    }
    .pp .ptt .btn a{
        width: 120px;
        font-size: 12px;
        margin:10px 4px 0;
        padding:4px 0;
    }
    .fheng{
        padding:60px 0;
    }
    .fheng .fhlist .item img{
        height: 40px;
    }
    .fheng .fhlist .item .t1{
        font-size: 16px;
    }
    .fheng .fhlist .item a{
        font-size: 12px;
    }
    .prony .nnv{
        margin-top: 40px;
    }
    .prony .nnv h2{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .prony .nnv .nnvlist .item{
        width: 49%;
        margin-right: 2%!important;
        margin-top: 2%;
    }
    .prony .nnv .nnvlist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .prony .nnv .nnvlist .item a{
        padding:20px 0;
    }
    .prony .nnv .nnvlist .item a h4{
        font-size: 14px;
        padding:6px 15px;
    }
    .pny .pnyc .pnycl{
        font-size: 16px;
    }
    .pny .pnyc .pnycr{
        font-size: 14px;
    }
    .pny .pnyc .pnycr a{
        font-size: 14px;
    }
    .ab1{
        padding:60px 0;
    }
    .ab1 .ab1con .ab1cl{
        width: 100%;
        font-size: 18px;
    }
    .ab1 .ab1con .ab1cr{
        width: 100%;
        font-size: 14px;
        margin-top: 25px;
    }
    .ab2 .ab2list .item{
        width: 100%;
    }
    .ab2 .ab2list .item .ncon{
        padding:20px;
    }
    .ab2 .ab2list .item .ncon .t1{
        font-size: 18px;
    }
    .ab2 .ab2list .item .ncon .t2{
        font-size: 14px;
    }
    .ab3{
        padding:60px 0;
    }
    .ab3 h2{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ab3 .ab3list .item h4{
        font-size: 14px;
    }
    .se1 h1{
        font-size: 24px;
        padding:30px 0;
    }
    .secon{
        padding:40px 0;
        margin-top: 30px;
    }
    .secon .setitle{
        font-size: 18px;
    }
    .secon .seccon .item{
        margin-top: 20px;
    }
    .secon .seccon .item .it1{
        font-size: 16px;
    }
    .secon .seccon .item .it2{
        font-size: 14px;
    }
    .secc .secci h4{
        font-size: 18px;
        margin:10px 0 5px;
    }
    .secc .secci h2{
        font-size: 16px;
        margin-top: 0px
    }
    .secc .secci img{
        height: 30px;
    }
    .sec{
        position: fixed;
        top:52px;
    }
    .co1{
        padding:60px 0;
    }
    .co1 .co1list .item .itcon{
        padding:20px;
    }
    .co1 .co1list .item{
        width: 100%!important;
    }
    .co1 .co1list .item .itcon h3{
        font-size: 18px;
    }
    .newstop .img .tnco{
        position: unset;
        width: 100%;
        padding:10px 0;
    }
    .newstop .img .tnco .stitle{
        font-size: 18px;
    }
    .newstop .img .tnco .sname{
        font-size: 14px;
        width: 100px;
    }
    .newstop .img .tnco .scon{
        margin-top: 15px;
        font-size: 14px;
    }
    .newstop .img .tnco .date{
        font-size: 14px;
        margin-top: 20px;
    }
    .newslist .item{
        width: 49%;
        margin-right: 2%!important;
    }
    .newslist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .newslist .item .ncon{
        padding:20px 15px;
    }
    .newslist .item .ncon .t1{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .newslist .item .ncon .t2{
        font-size: 14px;
    }
    .newscon .nst .stname{
        font-size: 16px;
    }
    .newscon .nst .date{
        font-size: 16px;
    }
    .newscon h1{
        margin:20px 0;
        font-size: 18px;
    }
    .apptop{
        padding:60px 0;
    }
    .apptop h2{
        font-size: 32px;
    }
    .app1 .app1list .item .wz h4{
        font-size: 18px;
    }
    .app1 .app1list .item .wz h6{
        font-size: 14px;
        min-height: 16px;
    }
    .app2 .app2list .item{
        margin-top: 60px;
    }
    .app2 .app2list .item .itr h4{
        font-size: 18px;
    }
    .app2 .app2list .item .itr .itcon{
        font-size: 14px;
    }
    .tstitle{
        font-size: 24px;
        margin-top: 40px;
    }
    .tslist .item{
        width: 49%;
        margin-right: 2%!important;
        margin-top: 20px;
    }
    .tslist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .tslist .item .ncon .t1{
        font-size: 16px
    }
    .tslist .item .ncon{
        padding:10px 15px;
    }
    .tslist .item .ncon .t2{
        font-size: 14px;
    }
    .d1cc .d1ccr{
        width:100%;
    }
    .dsf .dsfr .item{
        width:100%;
    }
    .dsf .nc h4{
        opacity: 1;
    }
    .app2 .app2list .item{
        flex-wrap:wrap;
    }
    .app2 .app2list .item .itl{
        width:100%;
    }
    .app2 .app2list .item .itr{
        width:100%;
        text-align: center;
        margin-top:15px;
    }
    .app2 .app2list .item:nth-child(odd) .itcon{
        text-align: center;
    }
    .app2 .app2list .item .itr .itcon{
        text-align: center;
    }
    .pnlist .item{
        width:100%;
    }
    .home-banner .swiper-slide .ssl .sslcon h2{
        font-size: 18px;
    }
    .home-banner .swiper-slide .ssl .sslcon h4{
        margin-top:10px;
        font-size: 14px;
    }
    .home-banner .swiper-slide .ssl .sslcon a{
        font-size: 14px;
        width:100px;
        padding:4px 0;
        margin-top: 8px;
    }
    .pntop{
        padding-top:60px;
    }
    .pntop .pnlist .item{
        width:auto;
            flex: 0 0 96px;
    }
    .pntop .pnlist{
        flex-wrap: nowrap;
            max-width: 960px;
    overflow-x: auto;
    overflow-y: hidden;
        scrollbar-width: none;
    }
    header{
        background: none;
    }
    .height{
        display: none!important;
    }
    .pny{
        padding-top:65px;
    }
}