@charset "utf-8";
html{font-size: 100px;}
@media (max-width:4000px) {
    html {
        font-size: 100px;
    }
}

@media (min-width:1600px) and (max-width:1940px) {
    html {
        font-size: 100px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    html {
        font-size: 80px;
    }
}

@media (min-width:640px) and (max-width:1199px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 60px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 60px;
    }
}

 @font-face {
    font-family: georgia;
    src: url(../font/georgia.ttf);
} 



.w1400 {
    width: 1600px;
    margin: 0 auto;max-width: 1660px;
}


.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.imged img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:0.5s;object-fit: cover;
}
.imged:hover img{transform:scale(1.05)}
.scale {
    /* overflow: hidden; */
}

.scale img {
    transition: 0.5s;
}

.scale:hover img {
    transform: scale(1.05);
}
.clearflex{*zoom:1}
.clearflex:after,.clearflex:before{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden}
.wl{position: relative;z-index: 1;transition: 0.5s;}
.wl::after{content: "";z-index: -1;position: absolute;left: 0;bottom: 0;width: 0;height: 100%;}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.elise {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}



/*==========================================公共 开始=============================================*/
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.header_box_li{position: relative;z-index: 1;}

.header_box{position: relative;z-index: 10000;height: 0;}
#header{position: fixed;z-index:999;width:100%;transition: 0.36s;background-size:cover;/* border-bottom: 1px solid rgb(255,255,255,0.1); */background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0));}
.header_box_li #header:before{content:"";position:absolute;height: 1rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: 100% 100%;pointer-events: none;}
.header_box_li #header:after{content:"";position:absolute;height: 0;top:0;left: 0;right: 0;background-size:100% auto;}

#header.xg{background: rgba(255,255,255,.96);box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);/* background-image: linear-gradient(180deg, #003567, transparent); */}
#header.xg:before{height: 0;}
.header_top{position: relative;height: .54rem;padding: 0;text-align: right;z-index: 10000;overflow: hidden;display: flex;justify-content: flex-end;align-items: center;}
.header_top .tianqi{ display:inline-block; height:.64rem}
.header_top .search_btn{display:inline-block;float: none;font-size: .14rem;color: rgba(255,255,255,.5);}

#header .right{padding: 0 0rem 0rem 17%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;}

.header_top .search {
    width: .20rem;
    height: .20rem;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.08rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 .32rem 0 .16rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 2.6rem;
    opacity: 1;
    visibility: visible;
}

.list_box0{display: flex;align-items: center;}
.list_box0 .li{font-size: .16rem;color: #fff;display: inline-block;transition:.6s;margin-right: 0.2rem;position: relative;padding-right: 0.2rem;border-right: 1px solid rgb(255,255,255,0.2);}
.list_box0 .li:last-child{margin-right: 0;padding-right:0;border-right: 1px solid rgb(255,255,255,0);}
.list_box0 .li>a{display:block;}
.list_box0 .li a>img{margin: -2px 0 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: .56rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

.list_box0 .li.li1>a{ font-weight:bold}
.list_box0 .li.li1>a.a2{ display:none}

.list_box0 .li.li1.on>a.a1{ display:none}
.list_box0 .li.li1.on>a.a2{ display:inline-block}

.list_box0 .li.li1.on>a span{ margin-left:1.125rem}

.list_box0 .li:hover{color: #29176e;border-right: 1px solid rgb(10,63,121,0.2);}

.old_rukou{width: 1.50rem;height: .54rem;display: inline-block;text-align: center;line-height: .54rem; margin-left: .34rem}
.old_rukou a{ display:block; width:100%; font-size:.18rem; color:#fff; border-radius:0 0 0 .10rem; background:#0a3f79;}

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{height: 12px;}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .10rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.12rem;color:#666666;line-height:20px;margin: 0;}

.list_box0 .li:after{content:"";position:absolute;left: -.26rem;width:1px;height: 16px;top: 50%;margin-top: -8px;opacity: .8;}
.list_box0 .li:first-child:after{ display:none}
.header_box .w1200{height: 1rem;position:relative;width: 94%;max-width: 1800px;padding: 0;display: flex;/* align-items: center; */justify-content: space-between;transition: .5s;margin: 0 auto;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo{ }
#header #logo .box_table{ width:auto}
#logo{/* padding: 0 0 0 .60rem; */height: 100%;position: relative;width: 6rem;display: flex;align-items: center;}
#logo img{max-width:100%;transition: .5s;height: .59rem;}
#logo img.img2{ display:none}
#nav{/* margin: 0 .8rem 0 0; */width: 100%;max-width: 1022px;position: relative;}
#nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#nav>ul>li{float:left;z-index:0;height: 100%;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .16rem;color:#fff;line-height: .48rem;position:relative;transition: .36s;display: inline-block;font-family: 思源黑体-REGULAR;}
#nav ul li.on1 h3:after{ opacity:1; visibility:visible}
#nav ul li a i{ margin:-3px 0 0 .10rem; display:inline-block; width:10px; height:5px; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;width: auto;right: 0;z-index: 10000;visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;/* background: #29176e; */}
#nav ul li .sub .navCon{background: rgba(255,255,255,.9);padding: .35rem .5rem;}
#nav ul li .sub .navCon .pic{width: 65%;padding-left: 0.3rem;}
#nav ul li .sub .navCon .navs{width: 35%;}
#nav ul li .sub .navCon .navs li{width:50%;}

#nav ul li .sub .box{padding: .14rem 0;text-align:center;}
#nav ul li .sub .navs a{padding: 4px 0;line-height: 28px;transition:.6s;font-size: 14px;color: #666666;white-space: nowrap;font-family: SourceHanSerifCN-Bold;}
#nav ul li .sub .navs a:hover{color: #116ec9;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: scaleY(1);}
#nav>ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{/* color: #29176e; */}
#nav>ul>li.xiala h3:before{ display:block}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{content: '';display: block;height: 3px;width: 100%;position: absolute;left: 0;bottom: 0rem;background: linear-gradient(45deg,#0082e6 0%,#00c09c 100%);}
#nav>ul>li.noSubMenu h3:before{ display:none}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: .24rem;transition:.6s;margin-left: .16rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -.24rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}

.xg #nav ul li h3{color:#333;line-height: .52rem;}
.xg .list_box0 .li{color: #6f6f6f;}
.xg #logo img{ height:.59rem;}
.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 2.88rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}


/*导航按钮开始*/
/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: 60px;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: 60px;background: #1162b8;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{height: 30px;}
.m_header_box header #logo{ padding:0}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }

#nav_btn_box{position:relative;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 11px solid;border-top: transparent 60px solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #1162b8;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #1162b8;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 84px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}


#m_nav .list_box0{text-align:center;width: 100%;justify-content: center;margin: .32rem 0 0;flex-wrap: wrap;}
#m_nav .list_box0 .li{text-align:center;color: #333;margin: 0 .12rem 0.15rem;font-size: 14px;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;height: 100%;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;margin: 0;flex: 1;}
.list_box_nav_mobile>li{width: 90%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .64rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .64rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }




/*导航按钮结束*/

/* banner */
.swiper-box1 {position: relative;overflow: hidden;}
.swiper-box1 .swiper-pagination-bullet{width: 0.24rem;height: 0.27rem;opacity: 1;margin: 0 5px !important;background: url(../images/cir1.png) no-repeat center;background-size: 100% 100%;}
.swiper-box1 .swiper-pagination-bullet-active{opacity: 1;background: url(../images/cir2.png) no-repeat center;background-size: 100% 100%;}
.swiper-box1 .swiper-pagination-bullets{bottom: 0.35rem;}
.swiper-box1 .bannerimg{overflow: hidden;}
.swiper-box1 .bannerimg img{transform: translate3d(0, 0, 0) scale(1);
    transition: opacity 0.5s ease, transform 0s ease 1s;}
.swiper-box1 .swiper-slide-active .bannerimg img{    transform: scale(1.1);transition: all 5s;}
.swiper-box1  .img_zd .img_hezi {padding-bottom: 50% !important;}

/* new1 */
.new1{width: 100%;background: url(../images/bg1.png) no-repeat center/cover;padding: 0.85rem 0 1rem;overflow: hidden;}
.new1-l{width: 51.3%;}
.new1-r{width: 48.7%;margin-top: 0.4rem;}
.title{padding: 0 0 0.3rem 0.55rem;align-items: flex-end;}
.title img{width:3.74rem;}
.title h2{font-size: 0.32rem;color: #333;}
.title::after{width: 4.04rem;height: 0.72rem;background: url(../images/dt2.png) no-repeat center;left: -159px;background-size: 100%;}
.new1-l ul{padding-right: 0.55rem;}
.list1 li{border-bottom: 1px solid #d4d4d4;height: 1.45rem;}
.list1 li a{height: 100%;width: 100%;align-items: center;}
.list1 li span{width: 0.9rem;background: url(../images/dt.png) no-repeat center;font-size: 0.32rem;color: #0165c5;font-family: georgia;height: 0.66rem;line-height: 0.66rem;background-size: 100% 100%;}
.list1 li .new1-lt{width: calc(100% - 0.9rem);padding-left: 0.3rem;}
.list1 li h2{font-size: 0.22rem;color: #333;margin-bottom: 0.1rem;transition: 0.5s;}
.list1 li p{font-size: 0.14rem;color: #666;}
.more{width: 1.4rem;height: 0.4rem;line-height: 0.4rem;text-align: center;font-size: 0.16rem;color: #0165c5;border: 1px solid #0165c5;margin-top: 0.55rem;}
.more a{justify-content: center;align-items: center;}
.more a img{width: 0.13rem;margin-left: 0.05rem;}
.newstab{margin-bottom: 0.4rem;text-align: right;padding-right: 0.5rem;}
.newstab a{font-size: 0.24rem;color: #666;padding:0 0.25rem;}
.newstab a::after{left: auto;right: 0px;top: 50%;transform: translateY(-50%);bottom: auto;width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #525252;}
.newstab a.on{color: #0165c5;text-decoration: underline;}
.newstab2 .imged{padding-bottom: 53%;}
.newslick{opacity: 0;visibility: hidden;height: 0;/* padding-top: 0.3rem; */}
.newslick.on{opacity: 1;visibility: visible;height: auto;}
.newslick1::after{background: url(../images/xwbg.png) no-repeat center;left: 0;top: 0;bottom: auto;width: 100%;height: 4.02rem;background-size: 100% 100%;transform: translateX(0.4rem);}
.newslick img{margin-top:0.3rem;}
.newstab2 li a{/* display: block; */}
.newstab2 li h2{font-size: 0.22rem;color: #333;margin: 0.3rem 0 0.2rem;padding-left: 0.4rem;transition: 0.5s;}
.newstab2 li p{font-size: 0.16rem;color: #666;line-height: 0.28rem;max-height: 0.84rem;padding-left: 0.4rem;}
.slick-dots li button:before{display: none !important;}
.newslick .slick-dots{margin-top: 0.3rem;text-align: left;padding-left: 0.4rem;}
.newslick .slick-dots li{width: 0.24rem;height: 0.27rem;background: url(../images/cir3.png) no-repeat center;background-size: 100% 100%;}
.newslick .slick-dots li.slick-active{background: url(../images/cir2.png) no-repeat center;background-size: 100% 100%;}
.newslick .slick-slider{padding-bottom: 0.2rem;margin-bottom: 0;}
/* new2 */
.new2{background: url(../images/bg2.png) no-repeat center/cover;padding: 0.8rem 0 1rem;overflow: hidden;}
.new2 .title,.new4 .title{text-align: right;display: flex;justify-content: flex-end;padding: 0 0.55rem 0.3rem 0rem;}
.new2 .title::after,.new4 .title::after{transform: rotateY(180deg);left: auto;right: -10%;}
.news2{padding-top: 2.2rem;align-items: flex-end;}
.new2-l{width: 7.83rem;background: url(../images/new2.png) no-repeat center;padding: 0.45rem 1rem 0.45rem 0.45rem;z-index: 10;background-size: 100% 100%;}
.new2-r{width: calc(100% - 7.83rem);padding: 0 0.8rem 0 0.55rem;height: 1rem;z-index: 1;display: flex;align-items: center;}
.new2-r ul{ width: 100%}
.new2-r::after{background: rgba(0, 0, 0, 0.6);width: 8.55rem;height: 100%;transform: translateX(-0.55rem);z-index: -1;}
.new2-l li{width: 100%;cursor: pointer;}
.new2-l li h3{color: #fff;font-size: 0.24rem;line-height: 0.26rem;transform: translateX(-0.45rem);padding-left: 0.45rem;border-left: 0.08rem solid #f99d3a;margin-bottom: 0.4rem;}
.new2-l li p{font-size: 0.14rem;line-height: 0.26rem;color: #fff;width: 100%;}

.new2-r h2{transition: 0.5s;color: #fff;font-size: 0.20rem;line-height: 1.5;cursor: pointer;text-align: center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.slick-prev:before,.slick-next:before{display: none;}
.new2-r .slick-prev{width: 12px;height: 36px;background: url(../images/prev.png) no-repeat;left: -0.4rem;}
.new2-r .slick-next{width: 12px;height: 36px;background: url(../images/next.png) no-repeat;right: -0.2rem;}
/* new3 */
.new3{padding: 0.85rem 0 1rem;background: url(../images/bg3.png) no-repeat center/cover;overflow: hidden;}
.ztslick{margin-top:0.35rem;}
.new3::after{left: auto;bottom: auto;width: 4.23rem;height: .89rem;background: url(../images/focus.png) no-repeat center;top: 1.6rem;right: 2.5rem;background-size: 100% 100%;}
.new3 .imged{padding-bottom: 46%;}
.ztslick ul{margin:0 -0.15rem;}
.ztslick li p{font-size: 0.18rem;color: #333;line-height: 0.24rem;margin-top: 0.1rem;}
.ztslick li{padding: 0 0.15rem;}
.ztslick .slick-prev{width: 0.4rem;height: 0.4rem;background:#d7d7d7 ;left: -0.65rem;z-index: 10;transition: 0.5s;    top: calc(50% - 0.24rem);}
.ztslick .slick-next{width: 0.4rem;height: 0.4rem;background: #d7d7d7;right: -0.65rem;z-index: 10;transition: 0.5s;    top: calc(50% - 0.24rem);}
.ztslick .slick-prev::after{content: "";position: absolute;top: 50%;left: 50%;width: 0.18rem;height: 0.18rem;background: url(../images/prev2.png) no-repeat;transform: translate(-50%,-50%);background-size: 100%;}
.ztslick .slick-next::after{content: "";position: absolute;top: 50%;left: 50%;width: 0.18rem;height: 0.18rem;background: url(../images/next2.png) no-repeat ;z-index: -1;transform: translate(-50%,-50%);background-size: 100%;}
.ztslick .slick-prev:hover,.ztslick .slick-next:hover{background:linear-gradient(to right,#246cbf,#08a88e);transition: 0.5s;}
/* new4 */
.new4{padding: 0.8rem 0 1rem;background: url(../images/bg4.png) no-repeat center/cover;overflow: hidden;}
.sp{margin-top: 0.4rem;padding-bottom: 1.4rem;width: 100vw;}
.sp li{position: relative;}
.sp li::after{content: "";position: absolute;top: 50%;left: 50%;width: 0.8rem;height: 0.8rem;background: url(../images/video-btn.png) no-repeat center;background-size: 100% 100%;transform: translate(-50%,-50%);cursor: pointer;}
.sp li p{width: 2.5rem;height: 0.7rem;color: #fff;line-height: 0.7rem;text-align: center;font-size: 0.22rem;background:linear-gradient(to right,#246cbf,#08a88e);position: absolute;right: -0.1rem;bottom: -0.3rem;}
.swiper-button-next:after, .swiper-button-prev:after{content: "";width: 0.18rem;height: 0.18rem;background: url(../images/prev2.png) no-repeat;background-size: 100%;}

.swiper-button-next:after{background: url(../images/next2.png) no-repeat;background-size: 100%;}
.swiper-button-next, .swiper-button-prev{width: 0.4rem;height: 0.4rem;background:#d7d7d7;top: auto;bottom: 0;right: auto;left: 0;}
.swiper-button-next{left: 0.4rem;}
.swiper-button-next:hover, .swiper-button-prev:hover{background:linear-gradient(to right,#246cbf,#08a88e);}
.new4 .more{float: right;margin: 0rem 0 0;}
.new4::after{width: 4.85rem;height: .89rem;background: url(../images/video.png) no-repeat center;background-size: 100% 100%;bottom: auto;top: .8rem;left: 1.6rem;}

/* new5 */
.new5{padding: 0.5rem 0;background:linear-gradient(to right,#246cbf,#08a88e);}
.new5 li{width: 25%;position: relative;}
.new5 li a{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
.new5 li p{font-size: 0.22rem;color: #fff;text-align: center;margin-top: 0.2rem;}
.new5 li::after{position: absolute;right: 0;left: auto;top: 50%;transform: translateY(-50%);width: 1px;height: 0.91rem;background: rgba(255,255,255,.6);content: "";}
.new5 li:last-child:after{background: rgba(255,255,255,0);}
.new5 li img{max-width: 0.92rem;}
.new5 li:hover img{transform: rotateY(360deg);transition: 0.5s;}
/* footer */
footer{background: url(../images/footbg.png) no-repeat center/cover;padding: 1.1rem 0;}
.foot-l{width: 5.2rem;}
.foot-m{width: calc(100% - 8.4rem);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.foot-r{width: 3.2rem;}
.foot-l img{margin-bottom: 0.4rem;}
.foot-l  p{margin-top: 0.1rem;font-size: 0.18rem;color: rgba(255, 255, 255, 0.8);line-height: 0.24rem;}

.select{/* height: 0.5rem; */width: 3.4rem;position: relative;margin-bottom: 0.3rem;}
.select h2{border-bottom: 1px solid #3d4d5e;padding-bottom: 0.2rem;font-size: 0.18rem;align-items: center;}
.select h2 p{color: rgba(255,255,255,0.5);}
.select ul{background: #ddd;height: auto;position: absolute;width: 100%;left: 0;right: 0;padding: .15rem .2rem;border-top: 1px solid #eee;z-index: 5;bottom: 0;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.28rem;}
.ewm p{font-size: 0.14rem;color: #fff;margin-top: 0.1rem;text-align: center;}
.ewmimg{background: #fff;padding: 0.1rem;width: 1.4rem;margin: 0 auto;}
.ewmimg img{width: 1.2rem;height: 1.2rem;}

.fled{position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 1000;display:none;}
.fled li{margin-bottom: 0.1rem;width: 1.2rem;height: 0.9rem;background: #0c5592;z-index: 1;position: relative;}
.fled li::after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;background:linear-gradient(to right,#246cbf,#08a88e);transition: 0.5s;z-index: -1;}
.fled li a{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.fled li p{color: #fff;font-size: 0.16rem;margin-top: 0.1rem;text-align: center;}
.fled li:hover::after{width: 100%;}



.select li:hover{color: #0165c5;}
.new1-l li:hover h2,.ztslick li:hover p,.newstab2 li:hover h2,.new2-r h2:hover{color:#0165c5;}
@media screen and (max-width:1600px){
.w1400{width: 94%;}
#logo {width: 5rem;}
.new2-r::after{width: 100%;}
.new2-r .slick-next{right: 0;}
.new2-r .slick-prev{left: -0.1rem;}
.ztslick .slick-prev{left: 0.2rem;}
.ztslick .slick-next{right: 0.2rem;}
}
@media screen and (max-width:1199px){
    .w1400{width: 94%;}
    .header_box{ display: none;}
	.m_header_box{ display: block;}
	.newslick::after{transform:translateX(0.2rem);width:100%;}
	.ztslick .slick-prev, .ztslick .slick-next { top: calc(50% - 0.14rem);}
}
@media screen and (max-width:1024px){
    .w1400{width: 100% !important;padding:0 20px;}
    .swiper-box1 .img_zd .img_hezi {padding-bottom: 44% !important;}
    .new1-l,.new1-r{width:100%;}
   .new1-r{margin-top: 0.3rem;}
   .new1-l ul{padding-right:0;}
   .newstab{text-align:left;}
   .title::after{left: -100px;}
   .newstab2 li p,.newstab2 li h2{padding-left: 0;}
   .newstab2 li p{line-height:2;-webkit-line-clamp: 2;max-height: 0.7rem;}
   .new2-l,.new2-r{width:100%;}
   .new2-r:after{transform:translateX(0);width: 100%;max-width: 100%;}
   .news2{padding-top: 0.5rem;}
   .new2 .title::after,.new4 .title::after{right: -100px;}
   .sp li p{right: 0;}
   .sp{width: 100%;padding-bottom: 1rem;}
   .foot-r{ width: 50%; padding-left:0.3rem;}
   .ewm{justify-content: center;}
   .em{margin-right:0.2rem;}
   .em:last-child{margin:0;}
   .foot-l{width: 100%;order: 2;text-align: center;margin: 0.3rem 0;}
   footer{padding: 0.4rem 0 0 0;}
   .foot-m{width:50%;}
   .newslick .slick-dots{margin-top: 0.2rem;}
}
@media screen and (max-width:768px){
    .new3,.new4,.new2{padding: 0.3rem 0;}
    .new1{padding:0.3rem 0 0 0;}
    .new2-r .slick-prev{left: 0;}
    .sp{width: 100%;}
    .new5 li img{width: 0.4rem;}
    .fled{display: none;}
}

@media screen and (max-width:600px){
    .newstab a{padding: 0 0.15rem;}
    .newslick::after{height: 3rem;}
    .title img{width: 3rem;}
    .foot-m,.foot-r{width:100%;}
    .foot-r{padding-left:0;}
}
@media screen and (max-width:420px){
   .newstab a{padding: 0 0.1rem;}
   .newslick::after {height: 2.6rem;}
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}