﻿@charset "utf-8";
html{font-size: 100px;}
@media (max-width:4000px) {
    html {
        font-size: 100px;
    }
}
@media (min-width:2100px) and (max-width:3000px) {
    html {font-size: 120px;}
    .w1400{max-width: 17rem !important;}
}

@media (min-width:1600px) and (max-width:1940px) {
    html {
        font-size: 100px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    html {
        font-size: 85px;
    }
}

@media (min-width:640px) and (max-width:1199px) {
    html {
        font-size: 80px;
    }
}


@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:360px) and (max-width:470px) {
    html {
        font-size: 70px;
    }
}

@media (max-width:359px) {
    html {
        font-size: 60px;
    }
}
@font-face {font-family: georgia;src: url(../font/georgia.ttf);}
@font-face {font-family: Myriad;src: url(../font/OSWALD-REGULAR.TTF);}
@font-face {font-family: ssh;src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);}



.line-color{background-image: -webkit-linear-gradient(left,#0940a1,#00aeee);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: #0940a1;display: inline-block;}
.w1400 {width: 94%;margin: 0 auto;max-width: 14rem;}
.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;
}
.scale {
    overflow: hidden;
}

.scale img {
    transition: 0.5s;
}

a:hover .scale img {
    transform: scale(1.1);
}
.scale:hover img{transform: scale(1.1);}
.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;border-top: .04rem solid #002fde;}
.header_box_li #header:before{content:"";position:absolute;height: 2rem;top: 0px;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;pointer-events: none;background: url(../images/headbg.png) no-repeat top;background-size: 100% 100%;}
#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{background: #fff;height: 0;}
.header_top{position: relative;height: .3rem;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{display: flex;padding: 0 0 0 .35rem;width: calc(100% - 5rem);justify-content: 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: .14rem;color: #fff;display: inline-block;transition:.6s;margin-right: 0.05rem;position: relative;text-align: center;padding: 0 0.1rem;border-right: 1px solid #fff;}
.list_box0 .li:last-child{
    width: 0.6rem;
    border-right: 1px solid rgba(255,255,255,0);
    margin: 0;
}
.list_box0 .li>a{display:block;}

.list_box0 .li a:after{height:1px;background:#fff;transition:0.5s;bottom: -0.05rem;}
.list_box0 .li:hover a:after{width:100%;}
.header_box .w1400{height: 1.05rem;position:relative;padding: 0;display: flex;align-items: center;justify-content: space-between;transition: .5s;}


#header #logo .box_table{ width:auto}
#logo{height: 100%;position: relative;width: 5rem;display: flex;align-items: center;}
#logo img{max-width:100%;transition: .5s;height: auto;}
#logo img.img2{ display:none}
#nav{/* margin: 0 -0.2rem 0 0; */width: 100%;}
#nav ul{
    display: flex;
    justify-content: flex-start;
}
#nav ul li{float:left;z-index:0;height: 100%;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .18rem;color:#fff;line-height: .48rem;position:relative;transition: .36s;display: inline-block;padding: 0 0.24rem;font-weight: 600;}
#nav ul li h3:after{background:#fff;height:1px;transition:0.5s}
#nav ul li a i{ margin:-3px 0 0 .10rem; display:inline-block; width:10px; height:5px; transition:.5s}
#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%;background:#fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);border-radius: 0 0 0.08rem 0.08rem;}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background: #0746b6;}
#nav ul li .sub .box{padding: .14rem 0;text-align:center;}
#nav ul li .sub a{padding: 8px 30px;line-height: 28px;transition:.6s;font-size: 17px;color: #000000;text-align: center;min-width: 160px;}
#nav ul li .sub a:hover{color: #fff;background: #0746b6;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li:hover h3:after{width: 50%;left: 50%;transform: translateX(-50%);}
/* #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: #c30d24;} */

#nav>ul>li h3:before{content:"";display:block;position:absolute;width: 12px;height: 12px;right: -.22rem;top: 50%;margin-top: -6px;transition:.3s;background:url() center no-repeat;background-size:100% auto; display:none}
#nav>ul>li.xiala h3:before{ display:block}
#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;}

.xg #nav ul li h3{color:#333;line-height: .52rem;}
.xg .list_box0 .li{color: #6f6f6f;}
.xg #logo img{/*height: 65px;*/width: 500px;}
.header_box .xg  .w1200{height: 1.12rem;}
.xg .search_btn svg{ fill:#6f6f6f}


.search_btn{cursor: pointer;}
.search_btn svg{fill:#fff;width: 16px;height: 16px;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 2.88rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #0746b6;transition: .6s;left: 0;right: 0;z-index: 1;opacity: .9;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}

.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: .44rem;
	line-height: .56rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 8rem;
	margin: 0 auto;
	padding: 0 0.08rem 0 .24rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: .72rem;
	width: calc(100% - .56rem);
	background-color: transparent;
	font-size: .20rem;
	line-height: 0.08rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: .72rem;
	width: .56rem;
}

.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;

	background-size: .24rem;
	background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);

	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: .56rem;
	border-radius: 100%;
	margin-right: .16rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}



.search-dialog .hot-search{
	font-size: 0;

	width:0.49rem;
	margin:0.096rem auto 0;
	box-sizing: border-box;
	padding:0 0.096rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: 0.06rem;
	line-height: 0.08rem;

	color: #fff;
	font-weight: bold;
	padding-left:0.096rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.08rem;
	
}
.search-dialog .hot-link{
	margin-left: 0.16rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 0.06rem;
	line-height: 0.08rem;
	margin-right: 0.12rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: 0.35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: 0.216rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@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: 50px;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: 80px;background: #0656b7;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: 35px;} */
.m_header_box header #logo{ padding:0}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }

#nav_btn_box{position:relative;width: 80px;height: 80px;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 10px solid;border-top: transparent 80px 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.45rem;height: 24px;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: 27px;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: #0656b7;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 37px;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: #0656b7;}
#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 .search_box input.submit{ background: #0656b7 url(../images/submit.svg) center no-repeat; background-size: .28rem;}

#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;width: 100%;}

#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; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 60px;display: block;}
.wap_search form{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size:.14rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #0656b7;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/*导航按钮结束*/

/* banner */
.banner{position: relative;overflow: hidden;}
.swiper-box1 {position: relative;overflow: hidden;}
.swiper-box1 .swiper-pagination-bullet{width: 0.34rem;height: 0.34rem;opacity: 1;border-radius: unset;margin: 0 5px !important;background-size: 100% 100% !important;font-size: 0.16rem;color: #fff;line-height: 0.34rem;background: none;font-family: georgia;}
.swiper-box1 .swiper-pagination-bullet-active{opacity: 1;background:url(../images/cir2.png) no-repeat center;color: #fff;}
.swiper-box1 .swiper-pagination-bullets{bottom: 1.15rem;}
.swiper-box1 .bannerimg{overflow: hidden;}
.swiper-box1 .bannerimg img{transform: translate3d(0, 0, 0) scale(1.05);
    transition: opacity 0.5s ease, transform 0s ease 1s;}
.swiper-box1 .swiper-slide-active .bannerimg img{    transform: scale(1);transition: all 5s;}
.swiper-box1  .img_zd .img_hezi {padding-bottom: 35% !important;}
.swiper-box1 .swiper-button-next,.swiper-box1 .swiper-button-prev{width: 0.28rem;height: 0.39rem;background: url(../images/box1-prev.png) no-repeat center;background-size: 100% !important;left: 0.4rem;transform: translateY(-50%);}
.swiper-box1 .swiper-button-next{background: url(../images/box1-next.png) no-repeat center;left: auto;right: 0.4rem;}



/* 导航地图 */
.miso_btn1{display: flex;width: 1.05rem;height: 1.05rem;background: url(../images/cdbg.png) no-repeat;align-items: center;justify-content: center;cursor: pointer;transition: .5s;position: absolute;right: 0;top: 0;background-size: 100% 100%;}
.miso_btn1 .box{display: flex;flex-direction: column; justify-content: space-between; align-items: flex-end; width: .45rem; height: .25rem;}
.miso_btn1 .box span{ display: block; width: 100%; height: .03rem; background: #fff;}
.miso_btn1 .box span:nth-child(1), .miso_btn1 .box span:nth-child(3){ width: 84%;}
#openBtn {cursor: pointer;display: inline-block;}
#openBtn .lcbody {width: .24rem;height: .22rem;position: relative;display: flex;justify-content: flex-end;margin-left: 0.2rem;}
#openBtn .lcbody .lcitem {width: 80%;height: .02rem;position: absolute;transition: transform 0.36s ease;left: 0;}
#openBtn .lcbody .lcitem:nth-child(1), #openBtn .lcbody .lcitem:nth-child(3){width: 100%;}
#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0;left: auto;right: 0;background: #fff;}
#openBtn .lcbody .top {top: 0;}
#openBtn .lcbody .center {display: block;top: 50%; margin-top: -.015rem;} 
#openBtn .lcbody .bottom {top: calc(100% - .03rem);}
#openBtn .lcbody:hover .lcitem.top .rect {animation: move 0.4s ease-in-out 1;}
#openBtn .lcbody:hover .lcitem.center .rect {animation: move 0.4s ease-in-out 0.1s 1;}
#openBtn .lcbody:hover .lcitem.bottom .rect {animation: move 0.4s ease-in-out 0.2s 1;}
.active#openBtn .lcitem.top {transform: rotateZ(45deg);top: 49%;}
.active#openBtn .lcitem.center { opacity: 0;}
.active#openBtn .lcitem.bottom {transform: rotateZ(-45deg);top: 49%;}
  @keyframes move {
    0% {right: 0;}
    40% {right: 0;width: 0;}
    60% {right: auto;width: 0%;}
    100% {right: auto;width: 100%;}
  }
  .show .g-nav2{opacity: 1;visibility: visible;}
  .g-nav2 {position: fixed;z-index: 49;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.8);
    opacity: 0;visibility: hidden;} 
  .g-nav2 .scroll {position: absolute;z-index: 1;left: 0;right: 0;top: 1.2rem;bottom: 0;overflow-y: auto;}
  .g-nav2 .scroll ul {max-width: 17.85rem;margin: 0 auto;}
  .g-nav2 .scroll li {width: 14.285%;text-align: center;padding-top: 0.45rem;}
  .g-nav2 .scroll li a {color: #fff;}
  .g-nav2 .scroll li h2 {font-size: 0.22rem;}
  .g-nav2 .scroll li .list {padding: 0.2rem 0;}
  .g-nav2 .scroll li .list h3 {font-weight: 400;font-size: 0.20rem;line-height: 0.36rem;margin-bottom: .2rem;}
  .g-nav2 .scroll li .list dl {padding-bottom: 0.2rem;}
  .g-nav2 .scroll li .list dd {font-size: 0.16rem;line-height: 0.4rem;opacity: 0.65;}
  .g-nav2 .scroll li .list dd:hover {opacity: 1;}
  .show #nav{opacity: 0;visibility: hidden;}


/* 办事流程 */
.bslc{width: 94%;height: 1rem;align-items: center;background: #fff;border-radius:0 0.2rem 0 0;position: absolute;bottom: 0;z-index: 10;max-width:14rem;margin:0 auto;}
.bs-l{width: 20%;padding: 0 0rem 0 0.7rem;font-size: 0.36rem;color: #333;font-family: ssh;}
.bs-r{width: 80%;}
.bs-r ul{justify-content:flex-start;}
.bs-r li{color: #666;font-size: 0.18rem;width: 9%;font-weight: 600;transition:0.5s;text-align: center;}
.bs-r li:hover{color:#0746b6;}
.bs-r li a{height: 1rem;display: inline-block;line-height: 1rem;}
.bs-r li a:after{background:linear-gradient(to right,#00b9ee,#0746b6);height:0.04rem;transition:0.5s;bottom:auto;top:0;}
.bs-r li a:hover:after{width:100%;}
/* 办事流程2 */
.bs2{background: url(../images/bg1.png) no-repeat center/cover;padding: 0.2rem 0 0.35rem;height: auto;}
.bs2 ul{background: #fff;border-radius: 0.2rem;box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);justify-content: flex-start;height: 2rem;width: calc((100vw - 14rem)/2 + 100%);}
.bs2 ul li{width: 2.3rem;height: 100%;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);background: #fff;border-radius:5px;}
.bs2 ul li:last-child{box-shadow: -2px 2px 5px 0px rgba(0 ,0 ,0,0.06);}
.bs2 ul li a{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0 0.3rem;}
.bs2 ul li h2{font-size: 0.16rem;color: #323232;margin-top: 0.1rem;transition: 0.5s;text-align: center;line-height: 1.5;min-height: 0.48rem;}
.bsimg2{display: none;}
.bs2 ul li:hover{background: linear-gradient(to bottom,#0940a1,#00aeee);}
.bs2 ul li:hover .bsimg1{display: none;}
.bs2 ul li:hover .bsimg2{display: block;}
.bs2 ul li:hover h2{color: #fff;}
.bs2 ul li img{width: 0.9rem;height: 0.99rem;}
/* new1 */
.new1{background: url(../images/bg2.png) no-repeat center;padding: 0.85rem 0 0.6rem;background-size: cover;}
.zt{width: 33%;}
.dt{width: 67%;padding-left: 0.45rem;}
.title{ margin-bottom: 0.35rem;}
.title h2{color: #323232;font-size: 0.36rem;font-family: ssh;margin-bottom: 0.1rem;}
.title a{font-family:georgia;font-size: 0.16rem;background-image: -webkit-linear-gradient(left,#0940a1,#00aeee);-webkit-background-clip: text;-webkit-text-fill-color: transparent;width: 0.8rem;display: block;color:#00aeee ;}
.title a::after{width: 0.14rem;height: 1px;background: #00aeee;right: 0;left: auto;bottom: auto;top: 50%;transform: translateY(-50%);}
.title:hover a{transform:translateX(0.15rem);}
.zt *{transition: 0.5s;}
.zt ul{background: #fff; box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.13);}



.zt li{padding: 0rem 0.3rem;}
.zt li::after{background: url(../images/tzbg.png) no-repeat center;background-size:100% 100%;}
.zt li:before{content:"";position:absolute;right: -0.1rem;bottom: -0.1rem;background:url(../images/sjx.png) no-repeat center;background-size:100% 100%;width:0.1rem;height:0.1rem;opacity:0;}
.zt li a{width: 100%;min-height: 0.9rem;border-bottom: 1px solid #e4e4e4;align-items: center;}
.tz-l{width: 0.8rem;border-right: 1px solid #e4e4e4;color: #999999;font-size: 0.14rem;line-height: 0.28rem;font-family:georgia;display: flex;flex-direction: column;justify-content: center;text-align: center;}
.tz-l span{color: #4d4d4d;font-size: 0.4rem;font-family: georgia;display: block;}
.zt li h2{width: calc(100% - 0.95rem);font-size: 0.18rem;color: #323232;line-height: 0.26rem;max-height: 0.52rem;}
.zt li h2 img{width: 0.36rem;padding-left:0.1rem;}
.zt li:last-child a{border-bottom: 1px solid rgba(0,0,0,0);}
.zt li:hover:after{width: calc(100% + 0.1rem);}
.zt li:hover:before{opacity:1;}
.zt li:hover .tz-l{color:#84a1d1;}
.zt li:hover .tz-l span,.zt li:hover h2{color: #fff;display: block; max-height: max-content;}

.dt-l{width: 62%;}
.dt-r{width: 38%;padding-left: 0.3rem;}
.dt-l .imged{padding-bottom: 65%;margin-bottom: 0.1rem;}
.news a{width: 100%;display: block;position: relative;}
.news span{color: #fff;font-size: 0.14rem;font-family: georgia;padding: 0.1rem 0;}
.news h2{font-size: 0.18rem;color: #fff;line-height: 0.28rem;max-height: 0.56rem;margin: 0.1rem 0 0.2rem;transition: 0.5s;}
.news h3{font-size: 0.14rem;color: #fff;line-height: 0.24rem;max-height: 0.72rem;margin: 0.1rem 0 0;}
.dt-r span{z-index: 1;padding: 0.06rem 0.1rem;display: inline-block;position: absolute;bottom: 0.1rem;left: -0.1rem;}
.dt-r .imged{padding-bottom: 62%;}
.dt-r span::after{content: "";position: absolute;left: 0;top: 0;background: linear-gradient(#be466e,#910942);opacity: 0.9;width: 100%;height: 100%;z-index: -1;}
.dt-r a:nth-child(1) h2{color: #323232;}
.dt-pic{position: relative;}
.dt-r h2{margin: 0.2rem 0 0.15rem;}
.new1 a:hover h2{transform: translateX(0.15rem);}
/* new2 */
.new2{padding: 0.9rem 0;background: url(../images/bg3.png) no-repeat right bottom #f5faff;position:relative;overflow:hidden;}
c{position:absolute;top: 1.3rem;right: 4.9rem;}
.new2-slide{overflow: hidden;}
.new2-l{width: 11%;}
.new2-r{width: 89%;padding-left: 0.18rem;}
.new2-l .imged{padding-bottom: 60%;}
.kj-l{width: 62%;}
.kj-r{width: 35%;padding-top: 1.3rem;}

.kj-l .imged{padding-bottom: 60%;}
.new2-r .title{position:absolute;left:65%;top:0.3rem;}
.kj-r a{display: block;width: 100%;}
.kj-r h2{font-size: 0.2rem;color: #000;line-height: 0.3rem;max-height: 0.6rem;font-weight: 600;transition: 0.5s;}
.kj-r h3{font-size: 0.14rem;color: #666;line-height: 0.24rem;max-height: 0.96rem;margin: 0.2rem 0 0.5rem;}
.kj-r span{background-image: -webkit-linear-gradient(left,#0940a1,#00aeee);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 0.16rem;}
.kj-r span img{padding-left: 0.1rem;width: 0.49rem;display: inline-block;}
.new2-l ul{padding: 0.8rem 0;}
.new2-l li{margin: 0.05rem 0;position: relative;}
.new2-l li::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}
.new2-l li.slick-center::after{display: none;}
.new2-l li.slick-center{ box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.29);}

.new2-l .slick-list{overflow: hidden;padding: 0 !important;/* margin: 0.55rem 0; */}
.new2-l .slick-arrow{width: 0.39rem;height: 0.39rem;background: url(../images/next.png) no-repeat center;left: 50%;transform: translateX(-50%);bottom: .3rem;right: auto;top: auto;background-size: 100% !important;}
.new2-l .slick-prev{transform: rotateX(180deg) translateX(-50%);bottom: auto;top: .3rem;}
.slick-prev:before, .slick-next:before{display: none;}
.new2-l .slick-prev.slick-disabled{background: url(../images/prev.png) no-repeat center;}
.new2-l .slick-next.slick-disabled{background: url(../images/prev.png) no-repeat center;transform: rotateX(180deg) translateX(-50%);}
.kj-r:hover h2,.new4-l:hover .new4tit h2,.swipe-hd a:hover h2{background-image: -webkit-linear-gradient(left,#0940a1,#00aeee);-webkit-background-clip: text;-webkit-text-fill-color: transparent;color: #00aeee;}
/* .new3 */
.new3{padding-bottom: 0.1rem;background: url(../images/bg4.png) no-repeat center/cover;overflow: hidden;}
.new3 .title,.new4 .title{display: flex;justify-content: center;flex-direction: column;align-items: center;overflow: hidden;}
.new3-t{width: 100%;align-items: center;/*! margin-top: -0.2rem; */}
.new3-t li .scale{}
.new3-t li a{width: 100%;display: block;}
.new3-t li .imged{padding-bottom: 100%;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.new3-t li .imged:after{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background:url(../images/fcbg4.png) no-repeat center;background-size:100% 100%;}
.new3-t li  img{border-radius:50%;}
.new3-t li .scale{padding: 0.05rem;background: url(../images/fcbg1.png) no-repeat center;background-size: 100% 100% !important;position:relative;z-index:1;}
/* .new3-t li .scale:after{content:"";position:absolute;left:0;top:0;width: 100%;background: url(../images/fcbg2.png) no-repeat center;background-size: 100% 100% !important;z-index:-1;height: 100%;} */
.new3-t li h2{font-size: 0.16rem;color: #323232;margin-top: 0.15rem;width: 100%;text-align: center;z-index:1;}
.new3-t li h2:after{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:url(../images/fcnamebg.png) no-repeat;z-index:-1;background-size: 100%;}
.new3-t li h3{font-size: 0.16rem;color: #323232;margin: 0.1rem 0;font-weight: bold;padding-bottom: 0.1rem;border-bottom: 1px solid #c7d4e1;text-align: center;}
.new3-t li h4{font-size: 0.14rem;color: #666;line-height: 0.26rem;max-height: 0.78rem;text-align: center;}
.fcxx{display: none;margin-top: 0.15rem;/* padding: 0 1.3rem; */}
.new3-m li .fcxx{display: block;}
.new3-m li .scale{
    /* transform: scale(.6); */
}
.new3-m li .scale{background: url(../images/fcbg2.png) no-repeat center;padding: 0.18rem;}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.new3-t li .imged h2,.new3-m li .xmh2{display:none;}
.new3-m li .scale h2{color:#fff;width: 1.4rem;height: 0.46rem;line-height: 0.46rem;bottom: -2px;display:block;position:absolute;left: 50%;transform: translateX(-50%);}
.new3-m li .scale h2:after{width:100%;}
.new3-m li .imged:after{width:100%;}
.new3 .swiper-button-next,.new3 .swiper-button-prev{width: 0.38rem;height: 0.39rem;background: url(../images/prev2.png) no-repeat center;background-size: 100% 100% !important;left: 0.4rem;transform: translateY(-50%);}
.new3 .swiper-button-next{background: url(../images/next2.png) no-repeat center;left: auto;right: 0.4rem;}
.new3-l,.new3-r{width: 32%;margin: 0;}
.new3-1{padding-right: 0.2rem;box-sizing: content-box;border-radius: 0 1rem 1rem 0;position:relative;}
.new3-3{padding-left: 0.2rem;box-sizing: content-box;border-radius: 1rem  0 0 1rem;position:relative;}
.new3-m{width: 36%;padding: 0.5rem 0 0;}
.new3-m .swiper-wrapper{/* overflow:hidden; *//* padding: 0 1rem; */}
.new3-m li{width:100% !important;padding: 0 1.3rem;}

/* new4 */
.new4{width: 100%;background: url(../images/bg6.png) no-repeat top center/cover;padding: 0.9rem 0 0.5rem;background-size: 100% 100%;}
.new4 .title h2{color: #fff;}
.new4 .title a{background-image: -webkit-linear-gradient(#9cbce0,#9cbce0);} 
.new4 .title a:after{background:#9cbce0;}
.new4-l{width: 48%;}
.new4-r{width: 50%;}
.new4-l a{width: 100%;height: 100%;display: flex;flex-direction: column;align-items: flex-end;}
.new4-l .imged{padding-bottom: 59%;}
.new4-l .new4tit{width: 80%;background: #fff;padding: 0.2rem 0.2rem;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);margin: -0.48rem 0 0;z-index: 10;}
.new4-l .new4tit h2{font-size: 0.18rem;color: #323232;line-height: 0.28rem;font-weight: 600;max-height: 0.56rem;}
.new4tit-t h3{font-size: 0.14rem;color: #fefefe;line-height: 0.26rem;max-height: 0.78rem;margin-bottom: 0.2rem;}
.new4tit-t a{font-size: 0.14rem;color: #fff;height: 0.4rem;border-radius: 0.2rem;border: 1px solid rgba(255, 255, 255, 0.4);display: flex;justify-content: center;align-items: center;width: 1.6rem;}
.new4tit-t a img{margin-left: 0.1rem;width: 0.32rem;}
.new4tit-t a:hover{background: #04c2ff;}
.new4tit-b{margin-top: 0.6rem;position: relative;}
.tit-hd {align-items: center;width: 46%;position: absolute;left: 54%;z-index: 10;top: 10%;}
.tit-hd h2{color: #323232;font-size: 0.28rem;font-family: ssh;}
.tit-hd a{font-size: 0.16rem;color: #999;font-family: georgia;width: 1.8rem;display: flex;justify-content: flex-end;}
.tit-hd a:after{background: #d7d7d7;width: calc(100% - 1rem);left: 0;right: auto;height: 1px;top: 50%;padding-right: 0.2rem;}

.swipe-hd a{width: 100%;height: 100%;align-items: center;}
.hd-l{width: 50%;}
.hd-r{width: 46%;padding: 8% 0 0 0rem;}

.hd-l .imged{padding-bottom: 70%;}

.hd-r span{font-size: 0.14rem;font-family: georgia;background-image: -webkit-linear-gradient(left,#0940a1,#00aeee);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.hd-r h2{color: #323232;font-size: 0.18rem;line-height: 0.28rem;max-height: 0.56rem;margin: 1% 0 2%;transition: 0.5s;}
.hd-r h3{color: #999;font-size: 0.14rem;line-height: 0.24rem;max-height: 0.72rem;margin: 0rem 0 0.15rem;}
.swipe-hd .slick-dots li.slick-active button:before,.swipe-hd .slick-dots li button:before{display: none;}

.swipe-hd .slick-dots li{width: 0.1rem;height: 0.1rem;background: url(../images/cir3.png) no-repeat center;background-size: 100% !important;}

.swipe-hd .slick-dots li.slick-active{background: url(../images/cir4.png) no-repeat center;}
.swipe-hd .slick-dots{width: 46%;left: 54%;text-align: left;bottom: -5px;}
.swipe-hd .slick-dots li button{display: none;}
/* new5 */
.new5{padding-bottom:0.9rem; padding-top: 0.2rem;}  
.new5 li{width: 20%;text-align: center;flex-direction: column;align-items: center;cursor:pointer;justify-content: flex-start;}
.new5 li .newico{width: 0.85rem;height: 0.8rem;}
.new5 li img{max-width:0.85rem;max-height: 0.8rem;}
.new5 li h2{margin: 0.2rem 0 0.1rem;font-size: 0.18rem;color: #323232;}
.new5 li h3{font-size: 0.14rem;color: #666666;line-height: 0.22rem;padding: 0 0.3rem;width: 100%;}
.new5 li h2 span,.new5 li h2 span b{font-size: 0.48rem;font-family:Myriad;    padding-right: 0.05rem}
.new5 li:hover img{transform: rotateY(365deg);transition:0.5s;}
/* foot */
footer{padding: 0.9rem 0 0.6rem;background: url(../images/fotbg.png) no-repeat center/cover;}
.foot-l{width: 4.5rem;}
.foot-r{width: 55%;}
.fot-t{justify-content:flex-start;align-items: center;}
.fot-t .log{padding-right:0.2rem;margin-right:0.2rem;border-right:1px solid #396dbd;width: 68%;}
.banquan{margin-top: 0.4rem;}
.banquan p{color: #fff;font-size: 0.14rem;line-height: 0.3rem;/* margin-bottom: 0.1rem; */}
.foot-r h2,.foot-r li a{color: #fff;transition:0.5s;}
.foot-r h2{font-size: 0.3rem;margin-bottom: 0.25rem;}
.wx{position: relative;width: 0.4rem;height: 0.4rem;margin-right: 0.2rem;}
.ewm{left: 50%;transform: translateX(-50%);bottom: calc(100% + 0.15rem);position: absolute;background: #fff;padding: 0.05rem;opacity:0;visibility:hidden;/* width: 1.1rem; */}
.ewm2{width: 3rem;}
.ewm2 img{/* width: 1rem; *//* height: 1rem; */}
.ewm2 p{font-size: 0.14rem;color: #333;text-align: center;}
.wx:hover .ewm{opacity:1;visibility:visible;}
.foot-r li{width:33.3%;margin-bottom:0.2rem;font-size: 0.14rem;line-height: 0.24rem;}
.foot-r li:hover a{opacity:0.8;}


@media (min-width:2100px) and (max-width:3000px){
	.tit-hd{top:20%;}
}
@media screen and (max-width:1600px){
.w1400{width: 90% !important;}
}
@media screen and (max-width:1366px){
	.bs2 ul{width: 100%;}
    .bs2 ul li{width: 16.6%;}
}
@media screen and (max-width:1279px){
	.new4tit-b{margin-top:0.5rem;}
	.new3-l,.new3-r{width: 25%;margin: 0;}
.new3-m{width: 40%;padding: 0.7rem 0 0;}
}
@media screen and (max-width:1199px){
    .header_box{ display: none;}
	.m_header_box{ display: block;}
	
}
@media screen and (max-width:1024px){
    .w1400{width: 100% !important;padding: 0 15px;}
    .bs2 ul li a{padding:0 0.1rem;}
    .bs-l{width: 1.8rem;padding:0 0.2rem;font-size:0.3rem;}
   .bs-r{width: calc(100% - 1.8rem);}
   .bs-r li a{height:0.4rem;line-height: 0.4rem;}
   .bslc{height:auto;padding:0.2rem 0;max-width: 100%;width: 100%;}
   .bs-r li{width:1rem;}
   .zt,.new4-l{width:100%;}
   .dt{width:100%;margin-top: 0.3rem;background: #0b57a7;padding: 0.3rem 0.15rem 0.1rem;}
   .dt-r a:nth-child(1) h2{color:#fff;}
   .new1{padding: 0.2rem 0;}
   .new2{padding: 0.3rem 0;}
   .dt .title h2{color:#fff;}
  .dt .title a{background-image: -webkit-linear-gradient(#fff,#00aeee);}
  .new2-r{width: 100%;order: -1;}
  .new2-l,.new4-r{width: 100%;margin-top: 0.3rem;}
  .new2-l .slick-arrow{right: 0;top:50%;transform: translateY(-50%) rotate(-90deg);left: auto;}
  .new2-l .slick-prev{left:0;right:auto;transform: translateY(-50%) rotate(90deg);z-index: 10;}
  .new2-l li{margin:0 0.1rem;}
  .new2-l ul{padding:0 0.4rem;}
 .title{position: initial;display: flex;flex-direction: column;justify-content: center;align-items: center;}
  .kj-r{padding: 0.2rem 0 0 0rem;}
  .new2-r .title,.tit-hd{position: initial;}
  .new4{background:#f2f2f2;padding: 0.4rem 0 0;}
  .new4 .title h2,.new4tit-t h3,.new4tit-t a{color:#323232;}
  .new4 .title a{background-image: -webkit-linear-gradient(#999,#999);} 
  .new4 .title a:after{background:#999;}
  .new4tit-t a{border:1px solid #999;}
  .tit-hd{width: 100%;margin-bottom: 0.4rem;}
  .hd-r{padding-top: 0;}
  .new5{padding: 0.4rem 0;}
  footer{padding:0.4rem 0;}
  .foot-r{order:-1;width:100%;margin-bottom:0.3rem;}
  .foot-l{width:100%;text-align:center;}
  .fot-t{justify-content:center;}
  .new3-m li{padding: 0 0.8rem;}
  .new3 .swiper-button-prev{left: 0.1rem;}
  .new3 .swiper-button-next{right: 0.1rem;}
}
@media screen and (max-width:900px){
 .bs-r li {
  width: 1.6rem;
}
}
@media screen and (max-width:768px){
	.bs2 ul{justify-content:center;height: auto;}
  .bs2 ul li{width: 2rem;margin-bottom: 0.2rem;padding: 0.2rem 0.1rem;height: 2.2rem;}
  .bs2 ul li:last-child {
    box-shadow: 0px 2px 12px 0px rgba(0 ,0 ,0,0.06);
}
 .bs-r li {
  width: 1.1rem;
}
  .bslc{position:relative;background: #f5f5f5;margin-top: 0.3rem;}
  .new5 ul{justify-content:center;}
  .new5 li{width: 33.3%;margin-bottom:0.3rem;}
  .swiper-box1 .swiper-pagination-bullets{bottom: 0.3rem;}
  .new3-m{width: 60%;padding: 0.7rem 0 0;}
  .new3-l, .new3-r{width: 20%;}
  .foot-r h2{text-align: center;}
#logo img {
  height: .55rem;
}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {
  width: 28px;
}
.m_header_box header {
  height: 50px;
}
#nav_btn_box::after {
  border-top: transparent 50px solid;
}
#nav_btn_box {
  width: 50px;
  height: 50px;
}
#nav_btn .navbtn {
  width: 21px;
}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {
  width: 28px;
}
}

@media screen and (max-width:600px){
   .bs-l{width:100%;}
   .bs-r{width:100%;margin-top:0.2rem;}
   .kj-l{width:50%;}
   .kj-r{width:50%;}
   .kj-r h3{margin:0.1rem 0;-webkit-line-clamp: 2;max-height:0.48rem;}
   .ewm{/* left:auto; *//* right:0; *//* transform:translateX(0); */}
   .new3-m li{padding: 0 0.6rem;}
   .foot-r li{width: 48%;}
 .bs-r li {
  width: 1.2rem;
}
}
@media screen and (max-width:420px){
    .dt-l{width: 100%;}
    .dt-r{width: 100%;margin-top: 0.3rem;padding-left: 0;}
    .kj-r{padding:0rem 0 0 0.2rem;}
     .new5 li{width: 50%;margin-bottom:0.3rem;}
     /* .foot-r li{width:100%;} */
     .fot-t .log{width: 100%;border-right: none;margin-bottom: 0.2rem;}
 .bs-r li {
  width:1rem;
}
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}