@charset "utf-8";

@font-face{ font-family: Georgia; src:url(../fonts/georgia.ttf);}
@media screen and (max-width:1024px){
	html{font-size: 90px!important;}
}
@media screen and (max-width:900px){
	html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
	body{font-size: .18rem}
}
@media screen and (max-width:480px){
	html{font-size: 80px!important;}
}
@media screen and (max-width:375px){
	html{font-size: 75px!important;}
}
@media screen and (max-width:360px){
	html{font-size: 70px!important;}
}

@media(min-width: 1200px){
@media (-webkit-min-device-pixel-ratio: 1.05) {
    @media screen and (min-width:1920px){
		html{font-size: 100px!important;}
    }
    @media screen and (max-width:1920px){
		html{font-size: 95.5px!important;}
    }
}
@media (-webkit-min-device-pixel-ratio: 1.1) {
    @media screen and (min-width:1920px){
		html{font-size: 100px!important;}
    }
    @media screen and (max-width:1920px){
		html{font-size: 92.5px!important;}
    }
}
@media (-webkit-min-device-pixel-ratio: 1.15) {
    @media screen and (min-width:1920px){
		html{font-size: 80px!important;}
    }
    @media screen and (max-width:1920px){
		html{font-size: 87px!important;}
    }
}
@media (-webkit-min-device-pixel-ratio: 1.20) {
    @media screen and (min-width:1920px){
		html{font-size: 80px!important;}
    }
    @media screen and (max-width:1920px){
		html{font-size: 84px!important;}
    }
}
/* 屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
    @media screen and (min-width:1920px){
		html{font-size: 80px!important;}
    }
    @media screen and (max-width:1920px){
		html{font-size: 80px!important;}
    }
}
/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5) {
    @media screen and (min-width:1920px){
		html{font-size: 70px!important;}
    }
    @media screen and (max-width:1920px){
		html{font-size: 70px!important;}
    }
}
}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.wp{width: 15.16rem;padding: 0;margin: 0 auto;max-width: 94%;}

.header_box_li{position: absolute;z-index: 1;width: 100%;top: 0;padding: .24rem 0 .2rem;transition: .5s;}
.header_box .wp{ display: flex; justify-content: space-between; width: 16rem;}
.header_box .left{ width: 4.96rem}
.header_box .left img{ max-width:100%}
.header_box .right{ width: calc(100% - 4.96rem); padding: 0 0 0 1rem}

.showdiv .header_box_li{ transform: translateY(-101%)}

.header_box{position: relative;z-index: 10000;height: 0;}
#header{z-index:999;width:100%;transition: 0.36s;background-size:cover;text-align: right;}
.header_box_li:before{content:"";position:absolute;height: 3.33rem;top:0;left: 0;right: 0;transition: 0.5s;opacity: 1;visibility: visible;background: url(../images/head-bg.png) center top no-repeat;background-size: 100% 100% !important;pointer-events: none;z-index: -1;}
.header_box_li:after{content:"";position:absolute;height: 0;top:0;left: 0;right: 0;background: #fff;transition: .5s;z-index: -1;box-shadow: 0 0 60px rgba(0,0,0,.1);}

.header_top{position: relative;padding: .04rem 0 .04rem;z-index: 10000;overflow: hidden;display: flex;align-items: center;justify-content: flex-end;}
.header_top .tianqi{ display:inline-block; height:4rem}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: rgba(255,255,255,.5);}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -.5rem;
    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 2rem 0 1rem;
    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: #f39f37;}
.header_top .search:hover .input { width: 16.25rem; opacity: 1; visibility: visible;}

.list_box0{display: flex;align-items: center;}
.list_box0 .li{font-size: 16px;color: #fff;display: inline-block;transition: .5s;margin-left: .2rem;position: relative;}
.list_box0 .li>a{display:block;text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);}
.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: 3.5rem;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:hover{opacity: 1;color: #f39f37;}

.list_box1{display: flex;align-items: center;}
.list_box1 .li{margin-left: .2rem;}
.list_box1 .li a{display:flex;align-items:center;justify-content: center;border-radius: 50%;font-size: 12px;color: #fff;transition: .5s;}
.list_box1 .li svg{width: .24rem;height: .24rem;fill: #fff;transition: .5s;}

.list_box1 .li a:hover svg{fill: #f39f37;}

#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: .625rem;}
.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:.75rem;color:#666666;line-height:20px;margin: 0;}

.list_box0 .li:after{content:"";position:absolute;left: -1.625rem;width:1px;height: 16px;top: 50%;margin-top: -8px;opacity: .8;}
.list_box0 .li:first-child:after{ display:none}
.header_box header .wp{height: 112px;position:relative;display: flex;align-items: center;justify-content: space-between;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/

#logo{height: 100%;position: relative;display: flex;align-items: center;}
#logo img{}
#logo img.img2{ display:none}

#nav{z-index: 1;height: .5rem;width: 100%;display: flex;justify-content: flex-end;}
#nav:before{content:"";position: absolute;top: 0;left:0;width:0;height: 1px;background: rgba(255,255,255,.4);transition: 2s;transition-delay: .5s;}
#nav.on:before{width:100%;}
#nav .wp{display: flex;align-items: center;height: 100%;}
#nav .logos{width: 0;padding: 0;overflow: hidden;/* transition: .5s; */height: .58rem;display: flex;align-items: center;}
#nav .logos img{max-width:100%;max-height: .7rem;}
#nav ul{width: 8rem;display:flex;justify-content: space-between;height: 100%;max-width: 100%;}
#nav ul li{float:left;z-index:0;margin-left: 0;position: relative;height: 100%;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;height: 100%;}
#nav ul li h3{font-size: .18rem;color:#fff;height: 100%;position:relative;transition: .5s;display: flex;align-items: center;padding: 0; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);}
#nav ul li h3:after{content:"";position:absolute;left: 50%;bottom: 0;transition:.6s;width: 0;height: 3px;background: #e3881d; margin-left:0; opacity:0;visibility:hidden;}
#nav ul li.on h3:after, #nav ul li:hover h3:after{ opacity:1; visibility:visible; width: .34rem; margin-left: -.17rem;}
#nav ul li.xiala:hover h3:after{opacity:1;visibility:visible;width: 1.4rem;margin-left: -.7rem;}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:;}
#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: 1.4rem;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 60px rgba(0,0,0,.1);}
#nav ul li .sub .box{padding: 0;text-align:center;}
#nav ul li .sub a{padding: 8px 0;line-height: 28px;transition:.6s;font-size: 14px;color: #666666;text-align: center;white-space: nowrap;}
#nav ul li .sub a:hover{color: #fff;background: #e3881d;}
#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.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{}

#nav>ul>li h3:before{content:"";display:block;position:absolute;width: 12px;height: 12px;right: -1.375rem;top: 50%;margin-top: -6px;transition:.3s;/* background:url(../images/xiala.svg) center no-repeat;background-size:100% auto; */ display:none}
#nav>ul>li.xiala h3:before{ display:block}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li.noSubMenu h3:before{ display:none}

.miso_navs #nav .logos{width: 5rem;padding: 0 1rem 0 0;height: 100%;}
.miso_navs{position: fixed;left:0;width:100%;background: #fff;box-shadow: 0 0 60px rgba(0,0,0,.1);top: 0;z-index: 100000;height: .9rem;transform: translateY(-101%);transition: .5s;}
.miso_navs #nav{height: 100%;display: block;}
.miso_navs #nav .wp{ height: 100%}
.miso_navs #nav ul{width: calc(100% - 5rem);}
.miso_navs #nav ul li h3{color: #333;padding: 0;text-shadow: none;}

.miso_navs.xg1{ transform: translateY(0);}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0;position: relative;fill: #ffff;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;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);}


.header_box_li.xg:before{height: 0;opacity: 0;visibility: hidden;}
.header_box_li.xg:after{ height:100%}

.header_box_li.xg #logo img.img1{ display: none;}
.header_box_li.xg #logo img.img2{ display: block;}

.header_box_li.xg #nav{ border-top: #e5e5e5 1px solid;}
.header_box_li.xg #nav ul li h3{ color: #333;}
.header_box_li.xg .list_box0 .li{ color: #333333;}
.header_box_li.xg .list_box1 .li a{ border: #990000 1px solid; background: #fff; color: #990000; }
.header_box_li.xg .list_box1 .li a svg{ fill: #990000;}

.header_box_li.xg .list_box0 .li:hover{ color: #990000; opacity:1}
.header_box_li.xg .list_box1 .li a:hover{ border:#990000 1px solid; background:#990000}
.header_box_li.xg .list_box1 .li a:hover svg{ fill: #fff;}

.search_btn{cursor: pointer;}
.list_box0 .li svg{fill: #cc0000;width: .18rem;height: .18rem;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #eba542;transition: .6s;left: 0;right: 0;z-index: 1;opacity: .8;background-image: -moz-linear-gradient( 36deg, rgb(190,214,240) 0%, rgb(252,175,64) 100%);background-image: -webkit-linear-gradient( 36deg, rgb(190,214,240) 0%, rgb(252,175,64) 100%);background-image: -ms-linear-gradient( 36deg, rgb(190,214,240) 0%, rgb(252,175,64) 100%);-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);}
.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: 2.75rem;
	line-height: 3.5rem;
	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: .2rem;
	line-height: .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: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{

}

.search-dialog .hot-search{
	font-size: 0;

	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	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: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image:;
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	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: .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)}

.f-cb h3{ font-size: .3rem; color: #fff; text-align: center; margin-bottom: .3rem}

.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    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: .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);
    }
}

/*顶部搜索*/
.tc_search {margin: 0 1.3rem;width: calc(100% - 2.6rem);position: absolute;bottom: 1rem;}
.tc_search .header-search{height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .focus_js{font-size:.875rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 38px; line-height: 38px; border: 0; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
c color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;

}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/

video{margin:0 auto;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .75rem;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: .75rem;background: url(../images/footer_bg.jpg) center no-repeat;box-shadow: 0 3px 5px rgba(0,0,0,.05);background-size: cover;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: .45rem;}
.m_header_box header #logo{padding:0;width: 100%;}

.m_header_box .list_box1{margin-right: .4rem;}
.m_header_box .list_box1 .li a{border-radius: 0;width: 28px;height: 20px;font-size: 10px;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .85rem;height: .75rem;display: flex;align-items: center;justify-content: center;z-index: 1;min-width: .85rem;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #f39f37;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -6px;border-right: #f39f37 6px solid;border-bottom: transparent .75rem 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: .34rem;height: 18px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;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: #fff;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;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: #fff;}
#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 54px;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: rgb(3 53 114);background-size:cover;opacity: 0;visibility: hidden;-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);}
#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: 1.75rem;}


#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: 100%;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 rgba(255,255,255,.15);line-height: .64rem;color: rgba(255,255,255,.8);padding: 0;font-size: .2rem;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: 0;}
.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{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.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: rgba(255,255,255,.6);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: 0;background: rgb(255 255 255);position:relative;width: 100%;margin: 10px auto;}
.wap_search .input{font-size: 14px;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 #f39f37;background-size: .24rem;border-radius: 0;}
.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{width:100%;overflow: hidden;position: relative;/* top:0; *//* left:0; */z-index:1;background:#fff;height: 100vh;}
#banner .banner_slider{margin: 0;height: 100vh;}
#banner li{position:relative;display: block !important;}
#banner li .img img{width:100%;height: 100vh !important;background-size: cover !important;z-index:8;}	
#banner .miso-slide video{display: block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;object-fit: cover;}

#banner li .img .img_hezi{padding-bottom: 100% !important;}
#banner .miso-current .img img{}
#banner .wp{ height:100%;}
#banner li.miso-current{ z-index:999;}
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}

@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}

#banner .banner_slider .miso-arrow{width: 5rem;height: 5rem;background: rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.5s;left: auto;top: 50%;transform: translateY(-50%);margin-top: -2.5rem;}
#banner .banner_slider .miso-arrow svg{width: 2rem;height: 2rem;fill: #fff;transition:.5s;opacity: .6;}
#banner .banner_slider .miso-prev{left: 1%;}
#banner .banner_slider .miso-next{right: calc(1% + 12.5rem);}

#banner .banner_slider .miso-arrow:hover{ background:#06783f}
#banner .banner_slider .miso-arrow:hover svg{ fill:#fff; opacity:1}

.main-visual-wrapper .top{position: absolute;bottom: 0.2rem;left: 50%;display: flex;align-items: flex-end;justify-content: center;width: .4rem;margin-left: -.2rem;z-index: 100;cursor: pointer;}
.main-visual-wrapper .top a{ display: flex;align-items: center;justify-content: center; flex-direction: column;}
.main-visual-wrapper .top h6{ font-size: .14rem; color:#63065f; margin-bottom: .3rem}
.main-visual-wrapper .top .banner-next{ position: relative; height: auto; z-index: 1;}
/* .container01 .box .top .banner-next::before{content: "";position: absolute;width: 1px;bottom: 0;background: #63065f;top: .21rem;left: 50%;margin-left: -.5px;z-index: -1;display: none;} */
.main-visual-wrapper .top .banner-next .next-icon{
  /* width: .21rem; */
  /* border: #63065f 1px solid; border-radius: 11px; background: #fff;  */
  -webkit-animation: scroll 2s cubic-bezier(.15,.41,.69,.94) infinite;
  -moz-animation: scroll 2s cubic-bezier(.15,.41,.69,.94) infinite;
  animation: scroll 2s cubic-bezier(.15,.41,.69,.94) infinite;
  }
@keyframes scroll {
  0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);  }
  50% { -webkit-transform: translateY(.1rem); -moz-transform: translateY(.1rem); -o-transform: translateY(.1rem); transform: translateY(.1rem); }
  100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);  }
}
.main-visual-wrapper .top .banner-next .next-icon img{ height: .32rem}

/*==========================================公共 结束=============================================*/

 
/*==========================================首页 开始=============================================*/

.main-visual-wrapper{width: 100%;overflow: hidden;position: relative;}
.main-visual-slider {
	overflow:hidden;
	width: 100vw;
	height: 100vh;
	position: relative;
}
.main-visual-slider .swiper-pagination{bottom: .6rem;}
.main-visual-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.main-visual-slider p {
   font-size: 35px;
    bottom: 0.8rem;
    z-index: 9999;
    position: absolute;
    width: 100%;
    line-height: 60px;
    padding: 0 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
    font-weight: bold;
}


@media screen and (max-width:1024px){
.main-visual-slider p {
    font-size: 24px;bottom: 0.1rem;}
}

@media screen and (max-width:800px){
.main-visual-slider p {
    font-size: 20px;
    line-height:26px;
bottom: 0.1rem;
}
}
@media screen and (max-width:500px){
.main-visual-slider p {
    font-size: 14px;
    line-height:20px;bottom: 0.1rem;}

}



/* .main-visual-slider .swiper-slide::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-size: 100% auto;z-index: 1;} */
.main-visual-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all 2.5s ease;
}
.main-visual-slider .swiper-slide-duplicate-active .overlay,
.main-visual-slider .swiper-slide-active .overlay {
    opacity: .7;
}
.main-visual-slider .swiper-slide .visual-img{position:absolute;top:0px;left:0px;bottom:0px;right:0px;width:1649px;height: 100%;width:100%;/* background-size:cover !important; */}
.main-visual-slider .swiper-slide .visual-img img, .main-visual-slider .swiper-slide .visual-img video{width:100%;height:100%;object-fit: cover;}
.main-visual-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.main-visual-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

/* .main-visual-slider .swiper-pagination-bullet{font-size:18px;color:#fff;width: 42px;height: 22px;background: none;opacity: 1;font-family: Times New Roman;margin: 0 !important;transition: .5s;text-align: right;}
.main-visual-slider .swiper-pagination{bottom:3.75rem;text-align: right;max-width: 1600px;padding: 0 50px;left: 50%;transform: translateX(-50%);}
.main-visual-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 90px;padding: 0 8px 0 0;margin-left: 15px !important;} */

.miso-arrow1_b{position: absolute;bottom: .4rem;left: 0;right: 0;z-index: 10;}
.miso-arrow1_b *{ transition: all 0.5s ease 0s;}
.miso-arrow1_b .wp{ display: flex; align-items:  center; justify-content: flex-end;}
.miso-arrow1_b .miso-arrow1{width: .4rem;height: .4rem;border: #fff 2px solid;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-left: .28rem;position: relative; cursor: pointer; overflow: hidden}
.miso-arrow1_b .miso-arrow1 img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.miso-arrow1_b .miso-prev1 .img2{transform: translate(calc(-50% + 100%), -50%) scale(.5);opacity: 0;}
.miso-arrow1_b .miso-next1 .img2{transform: translate(calc(-50% - 100%), -50%) scale(.5);opacity: 0;}

.miso-arrow1_b .miso-arrow1:hover{ border: #ed7d31 2px solid;}
.miso-arrow1_b .miso-prev1:hover .img2{transform: translate(-50%, -50%) scale(1);opacity: 1;}
.miso-arrow1_b .miso-prev1:hover .img1{transform: translate(calc(-50% - 100%), -50%) scale(0);opacity: 0;}
.miso-arrow1_b .miso-next1:hover .img2{transform: translate(-50%, -50%) scale(1);opacity: 1;}
.miso-arrow1_b .miso-next1:hover .img1{transform: translate(calc(-50% + 100%), -50%) scale(0);opacity: 0;}

.n_padding{ padding: .7rem 0; overflow: hidden;}

.container01{ padding-top: 1.5rem}

.title001_box{ position: relative;z-index: 1;}
.title001{display: flex;padding: 0 0 .04rem;position: relative;z-index: 1;justify-content: space-between;align-items: flex-end;margin-bottom: .6rem;width: 100%;}
.title001_box::after{content: "";position: absolute;right: 0;bottom: 0;border-top: transparent .1rem solid;border-bottom: transparent .1rem solid;border-right: #eba542 .14rem solid;display: block;}
.title001_box .line{position: absolute;left: 0;bottom: .1rem;width: 100%;height: 1px;background: #f3f1ef;z-index: -1;display: block;}
.title001 .ll{position: relative;z-index: 1;padding: 0 .14rem .04rem .06rem;justify-items: flex-start;}
.title001 .ll::before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: .24rem; background: #bed6f0; z-index: -1;}
.title001 .rr{ padding: 0 .34rem 0 0;}

.more001 .a{ display: inline-block; padding: 0 .26rem; background: #fff; font-size: .15rem; color: #222222; transition: .5s;}

[data-aos1].title001_box .ll::before{ height: 0; transition: .5s; transition-delay: .36s;}
[data-aos1].aos-animate.title001_box .ll::before{ height: .24rem;}

[data-aos1].title001_box .line{ width: 0; transition: 2s; transition-delay: .36s;}
[data-aos1].aos-animate.title001_box .line{ width: 100%;}

.container01 .wp{ width: 14.34rem;}
.container01 .fl01{ display: flex; flex-wrap: wrap; margin: 0 -.08rem;}
.container01 .fl01 .left{ width: 66.66%; padding: 0 .08rem;}
.container01 .fl01 .right{ width: 33.33%; padding: 0 .08rem;}

.list1 li *{ transition: .5s}
.list1 li .a{ display: block; position: relative; z-index: 1}
.list1 li .a .img .img_hezi{ padding-bottom: 50.84% !important; padding-bottom: 4.8rem !important;}
.list1 li .a .con{/* height: 1.1rem; *//* background: rgba(248,250,252,.9); */display: flex;flex-direction: column;justify-content: center;padding: .5rem .3rem .2rem;position: relative;z-index: 1;overflow: hidden;position: absolute;bottom: 0;left: 0;right: 0;background: url(../images/list9_top.png) center bottom no-repeat;background-size: 100% 100%;}
.list1 li .a .con:before{ content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0; z-index: -1;}
.list1 li .a .con h5{width: 100%;font-size: .19rem;color: #fff;font-weight: bold;line-height: .29rem;max-height: .58rem\0;}
.list1 li .a .con p{width: 100%;font-size: .16rem;color: #fff;font-weight: bold;line-height: .26rem;max-height: 52rem\0;margin: .16rem 0;opacity: .7;display: none;}
.list1 li .a .con h6{width: 100%;font-size: .18rem;color: #fff;font-family: Georgia;margin: .1rem 0 0;}

.list2 li *{ transition: .5s}
.list2 li .a .img .img_hezi{padding-bottom: 75.16% !important;padding-bottom: 3.48rem !important;}
.list2 li .a .con{height: 1.32rem;background: #f8fafc;display: flex;flex-direction: column;justify-content: center;padding: 0 .3rem;position: relative;z-index: 1;overflow: hidden;}
.list2 li .a .con:before{ content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;  opacity: 0; z-index: -1;}
.list2 li .a .con h5{width: 100%;font-size: .19rem; color: #222222; line-height: .29rem;max-height: .58rem\0;font-weight: bold;}
.list2 li .a .con p{width: 100%;font-size: .16rem;color: #666666;font-weight: bold;line-height: .26rem;max-height: 52rem\0;margin: .1rem 0 .2rem;opacity: .7;display: none;}
.list2 li .a .con h6{width: 100%;font-size: .18rem;color: #3559b7;font-family: Georgia;margin: .1rem 0 0;}

.container01 .fl02{ padding: .2rem 0 0;}
.list3{ display: flex; margin: 0 -.08rem;}
.list3 li{ width: 33.33%; padding: 0 .08rem;}
.list3 li *{ transition: .5s}
.list3 li .a{display: flex;height: 1.4rem;background: #f8fafc;align-items: center;padding: 0 .3rem;}
.list3 li .a{ position: relative; z-index: 1; overflow: hidden;}
.list3 li .a .con{ width: 100%}
.list3 li .a:before{ content: ""; width: 0; height: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;opacity: 0; z-index: -1;}
.list3 li .a .con h5{width: 100%;font-size: .19rem;color: #222222;line-height: .29rem;height: .58rem;font-weight: bold;margin-bottom: .1rem;}
.list3 li .a .con h6{width: 100%;font-size: .18rem;color: #3559b7; font-family: Georgia}

.container02{background: #e2ebf5;position: relative;z-index: 1;}
.container02 .title001_box .line{ background: #d8d9db;}
.container02 .wp{ display: flex; flex-wrap: wrap; width: 14.34rem;}
.container02 .left{ width: 45%; padding: 0 3% 0 0;}
.container02 .right{ width: calc(100% - 45%); }

.container02 .bg1{position: absolute;top: 13%;right: 2%;z-index: -1; -webkit-animation: borderAnimation1 4s linear infinite;animation: borderAnimation1 4s linear infinite;}
.container02 .bg2{position: absolute;bottom: 2%;left: 30%;z-index: -1; -webkit-animation: borderAnimation1 4s linear infinite;animation: borderAnimation1 4s linear infinite;}
@-webkit-keyframes borderAnimation1 {
  0% {
    -webkit-transform:translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }

  33% {
    -webkit-transform:translateX(6px) translateY(-6px);
    transform:translateX(6px) translateY(-6px);
  }

  66% {
    -webkit-transform:translateX(6px) translateY(0);
    transform: translateX(6px) translateY(0);
  }

  100% {
    -webkit-transform:translateX(0) translateY(0);
    transform:translateX(0) translateY(0);
  }
}

.title002 .ll::before{ background-image: -moz-linear-gradient( 180deg, rgb(252,175,64) 0%, rgb(234,144,47) 99%);
 background-image: -webkit-linear-gradient( 180deg, rgb(252,175,64) 0%, rgb(234,144,47) 99%); background-image: -ms-linear-gradient( 180deg, rgb(252,175,64) 0%, rgb(234,144,47) 99%);}
.title002 .line{ background: #d8d9db;}
.title002 .more001 .a{ background: #e2ebf5;}

.list4 li{ margin-bottom: .3rem}
.list4 li:last-child{ margin-bottom: -.3rem;}
.list4 li *{ transition: .5s}
.list4 li .a{ display: flex; align-items: center;}
.list4 li .a .time{width: .78rem;height: .78rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.list4 li .a .time h3{ font-size: .28rem; color:#3559b7; font-family: Georgia}
.list4 li .a .time h6{font-size: .16rem;color:#3559b7;font-family: Georgia;margin: .04rem 0 .08rem;}
.list4 li .a .con{width: calc(100% - .78rem);padding: 0 0 0 .28rem;position: relative;height: .78rem;display: flex;align-items: center;}
.list4 li .a .con:before{content: "";position: absolute;bottom: -.1rem;left: .28rem;right: 0;background: #dcdcdc;opacity: .3;height: 1px;}
.list4 li .a .con:after{content: "";position: absolute;bottom: -.1rem;left: .28rem;right: 0;background: #f5a239;height: 1px;}
.list4 li .a .con h5{ font-size: .18rem; color: #333333; line-height: .26rem; width: 100%; height: .52rem\0; }
.list4 li .a .con:after{ content: ""; position: absolute; width: 0; height: 1px; }


.title003 .ll::before{ background: #bed6f0;}
.title003 .line{ background: #d8d9db;}
.title003 .more001 .a{ background: #e2ebf5;}

.container02 .right .box{ display: flex; flex-wrap: wrap;}
.list_bds1{ width: 3.78rem;}
.list5 li .a .img .img_hezi{ padding-bottom: 136.41% !important;}

.list_tabs1{width: calc(100% - 3.78rem);position: relative;z-index: 10;}
.list_tabs1 li{margin-bottom: .06rem;}
.list_tabs1 li *{ transition: .5s}
.list_tabs1 li .a{display: flex;height: 1.5rem;position: relative;z-index: 1;flex-direction: column;justify-content: center;overflow: hidden;margin-left: -.84rem;padding: 0 .42rem 0 1.125rem;filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.35));}
.list_tabs1 li .a::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;background: url(../images/list_tabs1_bg.png) center no-repeat;background-size: 100% 100%;left: 0;z-index: -1;transform: translateX(101%);}
.list_tabs1 li .a .h5_box{ position: relative; z-index: 1}
.list_tabs1 li .a .h5_box:before{content:"";position: absolute;background: url(../images/hua.png) center no-repeat;width: .47rem;height: .46rem;background-size: 100% 100%;left: -.65rem;top: 50%;transform: translate(0, -50%) scale(0);opacity: 0;-webkit-animation: play 5s linear infinite;-moz-animation: play 5s linear infinite;animation: play 5s linear infinite;}
.list_tabs1 li .a h5{ font-size: .18rem; color: #333333; line-height: .26rem; height: .52rem\0; }
.list_tabs1 li .a h6{font-size: .16rem;color: #333333;display: flex;align-items: center;margin: .2rem 0 0;line-height: .2rem;max-height: .4rem\0;overflow: hidden;}
.list_tabs1 li .a h6 svg{fill: #3559b7;width: .22rem;height: .22rem;margin: 0 .1rem 0 0;min-width: .22rem;}

.list_tabs1 li.active .a::before{ transform: translateX(0)}
.list_tabs1 li.active .a *{ fill: #fff; color: #fff;}
.list_tabs1 li.active .a .h5_box:before{ opacity: 1; transform: translate(0, -50%) scale(1) rotate(180deg);}

.container03{background: url(../images/container03_bg.jpg) center bottom no-repeat;background-size: cover;padding: .9rem 0 1.9rem;position: relative;}
.container03 .title001_box{ display: none}
.container03 .wp{ width: 14.34rem; position: relative; z-index: 1;}
.container03 .content{display: flex;flex-wrap: wrap; position: relative;}
.container03 .left{width: 45%;padding: 0 0 0 0;display: flex;flex-direction: column;justify-content: space-between;}
.container03 .right{ width: calc(100% - 45%); }

.list_tabs2{ width: 100%;}
.list_tabs2 li{margin-top: 0;}
.list_tabs2 li *{ transition: .5s}
.list_tabs2 li .a{display: flex;height: 1.04rem;position: relative;z-index: 1;flex-direction: column;justify-content: center;overflow: hidden;padding: 0 .5rem 0 .18rem;}
.list_tabs2 li .a:after{ content:""; position: absolute; left: .18rem; width: 0; height: 1px; background: rgba(255,255,255,.15); bottom: 0;}
.list_tabs2 li .a:before{ content:""; position: absolute; right: 0; top: 0; bottom:0; width: 0; z-index: -1; }
.list_tabs2 li .a h5{ font-size: .18rem; color: #fff; line-height: .26rem; height: .52rem\0;}
.list_tabs2 li .a:hover h5{font-weight: 600;}

.list_tabs2 li.active .a{ box-shadow: 0px 6px 18px 0px rgba(50, 50, 50, 0.1232); height: 1.26rem;}
.list_tabs2 li.active .a:before{ width: 100%; left: 0; right: auto; background: rgba(255,255,255,.22)}
.list_tabs2 li.active .a:after{ width: calc(100% - .68rem)}

.list6{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;padding: 0 .5rem .46rem 0;width: 100%;}
.list6 li{ text-align: center}
.list6 li *{ transition: .5s;}
.list6 li .a .ico{width: .78rem;height: .78rem;background: rgba(255,255,255,.78);border-radius: 50%;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;overflow: hidden;margin: 0 auto;}
.list6 li .a .ico img{max-width:70%;max-height: 70%;}
.list6 li .a .ico img.img2{ opacity: 0; transform: scale(0); width: 0;}
.list6 li .a .ico::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;transform: scale(0);opacity: 0;border-radius: 50%;}
.list6 li .a h5{ font-size: .18rem; color:#fff; margin: .16rem 0 0}

.list7{ width: 3.78rem;}
.list7 li .a{ display: block; position: relative;}
.list7 li .a:after{display:none;content: "";background: url(../images/img_logo.png) center no-repeat;width: 1.31rem;height: 1.31rem;background-size: 100% 100%;position: absolute;left: 4%;bottom: 8%;}
.list7 li .a .img .img_hezi{ padding-bottom: 5.8rem !important; padding-bottom: 72.08% !important;}
.list7 li .a .img::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list7_top.png) center no-repeat; background-size: cover;}

.title004{display: none;}
.title004 .ll::before{ background: #eba542}
.title004 .more001 .a{background: #082463;color: #fff;}
.title004 .line{ background: rgba(255,255,255,.2);}
.title004s{position: absolute;right: -1rem;top: 0;z-index: 1000;}
.title004s img{width: 2.21rem;}

.container04_box{ position: relative; z-index: 1;}
.container04_box .bg1{position: absolute;right: 0;top: -2rem;max-width: 100%;}
.container04_box .bg1 img{ max-width: 100%}
.container04_box .bg2{position: absolute;top: -2%;right: 11%;z-index: -1;-webkit-animation: borderAnimation1 4s linear infinite;animation: borderAnimation1 4s linear infinite;}
.container04_box .bg3{position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;display: flex;align-items: center;padding: 0 0 10% 16%;}
.container04_box .bg3 img{ -webkit-animation:play 25s linear infinite; -moz-animation:play 25s linear infinite; animation:play 25s linear infinite; max-width: 100%; max-height: 100%;}
.container04{ position: relative; z-index: 1; padding: 1rem 0 1.4rem; }
.container04 .wp{ position: relative; z-index: 1;}
.container04 .content{display: flex;flex-wrap: wrap;position: relative;z-index: 1;}
.title005s{position: absolute;top: 0;left: 2%;}
.container04 .left{ width: 45%; margin: 1.36rem 0 0; position: relative;}
.container04 .right{ width: calc(100% - 45%); position: relative; z-index: 1; padding: 2.34rem 0 0;}
.list8{ display: flex; flex-wrap: wrap;}
.list8 li{ width: 50%;}
.list8 li *{ transition: .5s;}
.list8 li .a{ display: block; position: relative; z-index: 1; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);}
.list8 li .a .img{ position: relative;}
.list8 li .a .img .img_hezi{ padding-bottom: 111.3% !important; padding-bottom: 3.74rem !important;}
.list8 li .a .img::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.list8 li .a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.list8 li .a .top h5{ font-size: .24rem; line-height: 1.5; color: #fff; margin: .1rem 0 0;}

.list8 li:nth-child(1) .a .img::after{ opacity: .85; background: #faac3e;}
.list8 li:nth-child(2) .a .img::after{ opacity: .6; background: #523011;}
.list8 li:nth-child(3) .a .img::after{ opacity: .86; background: #056cbc;}
.list8 li:nth-child(3) .a .img .img_hezi{ padding-bottom: 81.84% !important; padding-bottom: 2.75rem !important;}

.container04 .right .bg4{ position: absolute; top: 0; right: 0; left: 0; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);}
.list8s{ width: 80%;}
.list8s li .a .img .img_hezi{ padding-bottom: 81.84% !important; padding-bottom: 2.75rem !important;}
.container04 .right .bg4 .img .img_hezi{ padding-bottom: 71.63% !important; padding-bottom: 6.06rem !important;}
.list8s li:nth-child(1){ margin-right: 50%;}
.list8s li:nth-child(1) .a .img::after{ opacity: .86; background: #bf2b18;}
.list8s li:nth-child(2) .a .img::after{ opacity: .3; background: #000;}
.list8s li:nth-child(3) .a .img::after{ opacity: .55; background: #000;}

.title005{display: none;}
.title005 .ll::before{ background: #eba542}
.title005 .more001 .a{background: #f0f6fc;}

.container05{padding: 1.4rem 0 1.4rem;position: relative;z-index: 1;}
.container05 .bg{position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/container05_bg.jpg) center no-repeat;background-size: cover  !important;background-attachment: fixed !important;z-index: -1;}
.container05 .bg .bg_li{ position: absolute;top: 0;right: 0;bottom: 0;left: 0; background-size: cover  !important;background-attachment: fixed !important; -webkit-filter: blur(15px);filter: blur(15px); opacity: 0; visibility: hidden; transition: .5s}
.container05 .bg .bg_li.active{ opacity: 1; visibility: visible}
.container05 .bg:after{ content: ""; position: absolute; top: 0;right: 0;bottom: 0;left: 0; background: url(../images/container05_bg1.png) center no-repeat; background-size: cover;}
.container05 .wp{ position: relative;}
.title006{width: calc(50% - .25rem);right: 0;position: absolute;top: .22rem;text-align: center;display: flex;justify-content: center;}
.title006 .ll{ position: relative; z-index: 1; padding: 0 .14rem .04rem .06rem;}
.title006 .ll::before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: .24rem; background: #f39f37; z-index: -1;}

[data-aos1].title006 .ll::before{ height: 0; transition: .5s; transition-delay: .36s;}
[data-aos1].aos-animate.title006 .ll::before{ height: .24rem;}

.more002{position: absolute;right: 0;bottom: 0;height: 2.75rem;display: flex; justify-content: center; width: 50%;}
.more002 a{display: flex;flex-direction: column;align-items: center;}
.more002 a *{ transition: .5s;}
.more002 a .line{ width: 1px; height: 1.28rem; position: relative;}
.more002 a .line:before{ content:""; position: absolute; top: 0; left: 0; background:#e1e1e1; width: 1px; height:100%}
.more002 a .line:after{ content:""; position: absolute; top: 0; left: 0; background:#eba542; width: 1px; height:0}
.more002 a span{ font-size: .16rem; color: #222222; display: inline-block; margin: .16rem 0 .06rem}
.more002 a svg{ width: .2rem; height: .2rem; fill: #eba542}

[data-aos1].more002 a .line:before{ height: 0; transition: 2s; transition-delay: .36s;}
[data-aos1].aos-animate.more002 a .line:before{ height: 100%;}

.list9{ display: flex; flex-wrap: wrap; margin: 0 -.25rem;}
.list9 li{ width: 50%; padding: 0 .25rem;}
.list9 li .a{position: relative;display: block;}
.list9 li .a .img .img_hezi{ padding-bottom: 62.21% !important;}
.list9 li .a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;align-items: flex-end;background: url(../images/list9_top.png) center bottom no-repeat;background-size: 100% auto;z-index: 1;padding: .28rem .32rem;}
.list9 li .a .top h5{font-size: .19rem;color: #fff;line-height: 1.5;}
.list9 li:nth-child(2){ margin: 1.36rem 0 0;}
.list9 li.active .a{ box-shadow: 0px 0 18px 0px rgba(255, 255, 255, 0.56);}

.more003{width: calc(50% - .25rem);display: flex;justify-content: flex-end;align-items: center;margin: -.5rem 0 0;}
.more003 .a{ display: flex;justify-content: flex-end;align-items: center;}
.more003 .a span{font-size: .16rem;color: #fff;display: inline-block;margin: 0 .24rem;transition: .5s;}
.more003 .a .line1{width: .4rem;height: 1px; position: relative}
.more003 .a .line1:before{ content:""; position: absolute; right: 0; top: 0; width: 100vw; height: 1px; background: rgba(255,255,255,.3);}
.more003 .a svg{width: .2rem;height: .2rem;fill: #eba542;transform: rotate(-90deg);}
.more003 .a .line2{width: .4rem;height: 1px;background: rgba(255,255,255,.3);margin-right: -.04rem;}

[data-aos1].more003 .a .line1:before{ width: 0; transition: 2s; transition-delay: .36s;}
[data-aos1].aos-animate.more003 .a .line1:before{ width: 100vw;}

.title007{ text-align: center;display: flex;justify-content: center; margin-bottom: .68rem;}
.title007 .ll{ position: relative; z-index: 1; padding: 0 .14rem .04rem .06rem;}
.title007 .ll::before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: .24rem; background: #f39f37; z-index: -1;}
[data-aos1].title007 .ll::before{ height: 0; transition: .5s; transition-delay: .36s;}
[data-aos1].aos-animate.title007 .ll::before{ height: .24rem;}

.list10_box{overflow: visible;margin: 0 2%;}

.list10 li{ width: 3.61rem;}
.list10 li a{ display:block; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);}
.list10 li a .img .img_hezi{ padding-bottom: 43%}

.more002s{position: relative;width: 100%;height: auto;}
.more002s a .line{ height: .74rem}

.container06{padding: 1.36rem 0 0;}
.container07{padding: .84rem 0 .7rem;background: url(../images/container06_bg.png) center 20% no-repeat;background-size: 100% auto;}

.list11{display: flex;margin: 0 -7px;flex-wrap: wrap;}
.list11 li{ width: 33.33%; padding: 0 7px;}
.list11 li *{ transition: .5s;}
.list11 li .a{position: relative;display: block;}
.list11 li .a .img .img_hezi{padding-bottom: 74.10% !important;}
.list11 li .a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;background: url(../images/list11_top.png) center bottom no-repeat;background-size: 100% auto;z-index: 1;padding: 0 .32rem;flex-direction: column;justify-content: flex-end;}
.list11 li .a .top h5{font-size: .21rem;color: #fff;line-height: .3rem;max-height: .6rem\0;margin: .18rem 0 .24rem;}
.list11 li .a .top h3{ width: .24rem; height: .24rem; fill:#fff}
.list11 li .a .top .line{ width: .3rem; height: .06rem; background: #47d800;}
.list11 li:nth-child(2) .a .top .line{ background: #036eda;}
.list11 li:nth-child(3) .a .top .line{ background: #ee9640;}


footer{background: url(../images/footer_bg.jpg) center no-repeat;text-align: center;overflow: hidden;}
footer .fl01{ padding: .54rem 0;}
footer .fl01 h3{ margin-bottom: .7rem;}
footer .fl02{ padding: .34rem 0; border-top: rgba(255,255,255,.2) 1px solid;}
footer .fl02 p{ font-size: .14rem; color: #fff; line-height: .28rem;}

.list12{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

.container07 .more002s a .line{ height: .28rem}

.list12{display: flex;margin: 0 -.36rem;}
.list12 li{padding: 0 .36rem;font-size: .16rem;color: #fff;line-height: 1.5;position: relative; transition: .5s;}
.list12 li::before{content: "";position: absolute;right: 0;width: 1px;height: .1rem;background: rgba(255,2555,255,.27);top: 50%;margin-top: -.05rem;}
.list12 li:last-child::before{ display: none;}

canvas {
  display:block;
  position: relative;
}
.waves {
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  bottom:0;
  height: 46vh;
}
#lizi{pointer-events: none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0}
#particles { position:absolute; top:0; left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_banner{ position: relative; overflow: hidden;}
.n_banner .img .img_hezi{padding-bottom: 6rem !important;}
.n_banner .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: 100% auto !important;}
.n_banner .top .wp{display: flex;height: 100%;flex-direction: column;justify-content: flex-end; padding-bottom: .7rem;}
.n_banner .top h3{font-size: .4rem;color: #fff;font-weight: bold;font-family: "Microsoft Yahei";margin-bottom: .36rem;}

.list_erji{ display: flex; flex-wrap: wrap; width: 4.8rem;}
.list_erji li{ width: 33.33%;}
.list_erji li a{ display: inline-block; position: relative; font-size: .22rem; color: #fff; line-height: .56rem; transition: .5s;}
.list_erji li a::before{content: "";position: absolute;width: .05rem;height: 0;background: #f4a138;left: -.18rem;top: 50%;transform: translateY(-50%);}
.list_erji li a:hover, .list_erji li.on a{ color:#f4a138; font-weight: bold}
.list_erji li a:hover::before, .list_erji li.on a::before{ height: .3rem}

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;float: left;width: 100%;background: #0c3270;}
#bnt_back { position: absolute; left: 15px; top: 0px; }
#bnt_back img { height: 28px; }
#bnt_back svg { fill: rgb(255, 255, 255); height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: rgb(255, 255, 255); text-align: center; margin: 0px; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 15px; top: 0px; height: 50px; cursor: pointer; color: rgb(255, 255, 255); font-size: 18px; display: flex; align-items: center; }
#bnt_sub_nav svg { fill: rgb(255, 255, 255); height: 20px; vertical-align: middle; width: 20px; }
#bnt_sub_nav img { display: block; height: 20px; }
#bnt_sub_nav.on img { transform: rotate(-180deg); }
#sub_nav_content { background: rgb(240, 243, 245); display: none; box-shadow: rgb(153, 153, 153) 0px 0px 5px; z-index: 9; }
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0px; }
#sub_nav_content ul li a { display: block; border-left: 2px solid rgb(202, 158, 78); height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: rgb(83, 84, 85); }
#sub_nav_content ul li.on a { color: rgb(202, 158, 78); }
#sub_nav_content dl { font-size: 0px; overflow: hidden; background: rgb(255, 255, 255); padding: 10px 0px; }
#sub_nav_content dt { position: relative; background: rgb(255, 255, 255); z-index: 999; width: 100%; display: inline-block; margin-bottom: 0px; float: left; }
#sub_nav_content dt a { margin: 0px 20px; display: block; color: rgb(91, 83, 73); line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0px; opacity: 0; display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: rgb(250, 250, 251); }
#sub_nav_content dt.title i { opacity: 1; }
#sub_nav_content dt.title_on { background: rgb(250, 250, 251); }
#sub_nav_content dt.title_on a { color: rgb(215, 0, 41); border-top: 1px solid rgb(255, 255, 255); }
#sub_nav_content dt.title_on a i { color: rgb(215, 0, 41); }
#sub_nav_content dt.last a { border-top: 1px solid rgb(248, 248, 248); }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #f4a138;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px; }
#sub_nav_content dd a { padding: 0px 25px; line-height: 30px; border-top: 1px solid rgb(231, 231, 231); font-size: 12px; color: rgb(91, 83, 73); display: block; height: 30px; }
#sub_nav_content dd a.on { color: rgb(215, 0, 41); }
.n_container { padding: 0px;  }

.list_sanji{ background: url(../images/list_sanji_line.png) center bottom no-repeat; background-size: 100% auto; margin-bottom: .7rem;}
.list_sanji ul{display: flex;flex-wrap: wrap;justify-content: center;}
.list_sanji ul li{padding: 0 .25rem;}
.list_sanji ul li *{ transition: .5s}
.list_sanji ul li a{display: inline-block;line-height: .6rem;font-size: .2rem;color: #181818;position: relative;}
.list_sanji ul li a:before{ content:""; position: absolute; bottom: 0; left: 50%; width: 0; height: .06rem; background:#f4a138}
.list_sanji ul li.on a, .list_sanji ul li a:hover{ color: #f4a138; font-weight: bold;}
.list_sanji ul li.on a:before, .list_sanji ul li a:hover:before{ width: calc(100% - .2rem); left: .1rem}

.list_siji{ background:none; margin-top: -.3rem}
.list_siji ul li a{ font-size: .18rem; color:#666}
.list_siji ul li a:before{ height: .03rem}

.n_container{ overflow: hidden;}
.n_bgzn .fl01{ padding: .16rem 0 1.4rem;}

.n_title001{ text-align: center; margin-bottom: .6rem;}
.n_title001 h3{ font-size: .36rem; color: #181818; line-height: 1.5;}

.n_bgzn .box{ border-top:#dde4ee 2px solid; margin-bottom: .7rem;  transition: .5s;}
.n_bgzn .box *{ transition: .5s;}
.n_bgzn .box:last-child{ margin-bottom: 0;}
.n_bgzn .box h3{background: url(../images/n_bgzn_h3_bg.jpg) center no-repeat;background-size: cover !important;font-size: .24rem;color: #043473;font-weight: bold;font-family: "Microsoft Yahei";height: .7rem;display: flex;align-items: center;padding: 0 .4rem;position: relative;}
.n_bgzn .box h3 small{font-size: .16rem;font-weight: normal;transform: translateY(.04rem);}
.n_bgzn .box h3 a{font-size: .16rem;color:#333;float: right;position: absolute;right: .3rem;}
.n_bgzn .box .con{background: #fff url(../images/n_bgzn_con_bg.jpg) center bottom no-repeat;background-size: 100% auto;padding: .3rem .5rem;}
.n_bgzn .box .con table{ width: 100%; text-align: left;}
.n_bgzn .box .con table th{font-size: .2rem;color: #333333;font-weight: bold;font-family: "Microsoft Yahei";line-height: 1.5;padding: 0 0 .16rem;}
.n_bgzn .box .con table td{font-size: .16rem;color: #333333;line-height: 1.875;opacity: .8;padding: .05rem 0;}

.n_bgzn .box .con table th:nth-child(1){ width: 15%;}
.n_bgzn .box .con table th:nth-child(2){ width: 30%;}
.n_bgzn .box .con table th:nth-child(3){ width: 15%;}
.n_bgzn .box .con table th:nth-child(4){ width: 15%;}
.n_bgzn .box .con table th:nth-child(5){ width: 15%;}

/*办事指南*/
.n_bszn .fl01{ background: url(../images/n_bszn_fl01_bg.png) center bottom no-repeat; background-size: 100% auto; padding: 1.1rem 0 2.3rem;}
.n_bszn .fl01 .wp{ display: flex; flex-wrap: wrap;}
.n_bszn .fl01 .left{width: 62.25%;padding: .6rem 0 0;}
.n_bszn .fl01 .right{width: calc(100% - 62.25%); padding: 0 0 0 .34rem;}

.list_bszn1{ display: flex; flex-wrap: wrap; margin: 0 -.17rem;}
.list_bszn1 li{ width: 50%; margin-bottom: .34rem; padding: 0 .17rem;}
.list_bszn1 li *{ transition: .5s;}
.list_bszn1 li .a{position: relative;display: block;}
.list_bszn1 li .a .img .img_hezi{ padding-bottom: 41.61% !important;}
.list_bszn1 li .a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;flex-direction: column;justify-content: center;padding: 0 .5rem;max-height: 3rem;}
.list_bszn1 li .a .top h3{ font-size: .32rem; color:#fff; font-weight: bold; font-family: "Microsoft Yahei"; line-height: 1.5; margin-bottom: .6rem}
.n_more001{width: .48rem;height: .48rem;border: rgba(255,255,255,.8) 1.5px solid;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.n_more001 img{ width: .26rem; height: .26rem}

.list_bszn1 li:nth-child(1){ width: 100%;}
.list_bszn1 li:nth-child(1) .a .top h3{ margin-bottom: 1rem;}
.list_bszn1 li:nth-child(1) .a .top{ max-height: 100%;}
.list_bszn1 li:nth-child(2){ width: 54%;}
.list_bszn1 li:nth-child(2) .a .img .img_hezi{ padding-bottom: 60.73% !important;}
.list_bszn1 li:nth-child(3){ width: 46%;}
.list_bszn1 li:nth-child(3) .a .img .img_hezi{ padding-bottom: 111.72% !important;}
.list_bszn1 dl{ margin-bottom: 15%}
.list_bszn1 dl dd{position: relative;padding: 0 0 0 .24rem;font-size: .18rem;color: #fff;line-height: 1.875;margin-bottom: .1rem;}
.list_bszn1 dl dd::before{content: "◆";position: absolute;left: 0;font-size: .12rem;top: 50%;margin-top: -.06rem;height: .12rem;line-height: .12rem;}

.n_bszn .fl01 .right .list_bszn1 li .a .img .img_hezi{ padding-bottom: 126.96% !important;}
.n_bszn .fl01 .right .list_bszn1 li .a .top h3{ margin-bottom: .6rem;}

.n_xyld{ padding: 1rem 0 1.4rem;}
.list_xyld{ display: flex; flex-wrap: wrap; margin: 0 -.73rem; margin-bottom: -.7rem;}
.list_xyld li{ width: 50%; padding: 0 .73rem; margin-bottom: .7rem;}
.list_xyld li *{ transition: .5s;}
.list_xyld li .a{display: flex;height: 2.1rem;box-shadow: 0 0 .2rem rgba(0,0,0,.15);background: #fff;padding: 0 .52rem;flex-direction: column;justify-content: center; position: relative; z-index: 1;}
.list_xyld li .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list_xyld_bg.jpg) center no-repeat; background-size: cover; opacity: 0; z-index: -1;}
.list_xyld li .a h3{ width: 100%; position: relative; }
.list_xyld li .a h3::before{content: "";left: -.52rem;top: 50%;position: absolute;width: .08rem;height: 0;background: rgba(255,255,255,.6);transform: translateY(-50%);}
.list_xyld li .a h3 big{ font-size: .3rem; color: #292929}
.list_xyld li .a h3 small{ font-size: .24rem; color: #666666; margin-left: .25rem}
.list_xyld li .a p{ width: 100%; font-size: .18rem; color:#333333; line-height: .3rem; margin: .25rem 0 0}

.n_news{ padding: .3rem 0 1.2rem; background: url(../images/n_news_fl01_bg.png) center bottom no-repeat; background-size: 100% auto;}
.list_news li *{ transition: .5s;}
.list_news li{ border-bottom: #eaeaea 1px solid;}
.list_news li .a{ display: flex; position: relative; overflow: hidden; padding: .4rem .45rem; z-index: 1;}
.list_news li .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/list_news_bg.jpg) center no-repeat; opacity: 0; background-size: cover;}
.list_news li .a .img_box{display: table-cell;width: 3.9rem;vertical-align: top;max-width: 3.9rem; padding: 0 .4rem 0 0;}
.list_news li .a .img .img_hezi{ padding-bottom: 64% !important;}
.list_news li .a .con{position: relative;z-index: 1;width: 100%;flex: 1;display: flex;flex-direction: column;justify-content: center;}
.list_news li .a .con h6{ font-size: .2rem; color: #3559b7; font-family: Georgia; width: 100%}
.list_news li .a .con h5{font-size: .26rem;color: #333333;line-height: 1.25;margin: .16rem 0 .28rem; width: 100%}
.list_news li .a .con p{font-size: .16rem;color: #666666;line-height: .3rem;min-height: .6rem;height: .6rem\0;width: 100%;}
.list_news li .a .con .jt{ position: absolute; width: .64rem; height: .64rem; z-index: 1; display: flex; justify-content: center; align-items: center; right: 0; top: 50%; transform: translateY(-50%);}
.list_news li .a .con .jt::before{ content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,.7); opacity: 0; transform: scale(0); border-radius: 50%;}
.list_news li .a .con .jt svg{ width: .26rem; height: .26rem; fill:#3559b7; opacity: 0; transform: translateX(-.1rem);}

.pages{ display: flex; align-items: center; flex-wrap: wrap; margin: .64rem 0 0; justify-content: space-between; }
.pages *{ transition: .5s}
.pages .ll{ display: flex;}
.pages .ll a{display: flex;width: .8rem;height: .68rem;background: #f8f7f8;font-size: .18rem;color: #4b4b4b;align-items: center;justify-content: center;}
.pages .rr{ display: flex;}
.pages .rr .btn_p{display: flex;width: 1.16rem;height: .68rem;background: #f8f7f8;font-size: .18rem;color: #4b4b4b;align-items: center;justify-content: center; cursor: pointer;}
.pages .rr .btn_p:last-child{ background: #eeeeee; margin-left: .02rem;}

.pages .ll a.on, .pages .ll a:hover{ background: #f4a138; color: #fff}
.pages .rr .btn_p:hover{ background: #f4a138; color: #fff}

.n_xueshu{ padding: .3rem 0 1.2rem; background: url(../images/n_news_fl01_bg.png) center bottom no-repeat; background-size: 100% auto;}
.list_xueshu li *{ transition: .5s;}
.list_xueshu li{ border-bottom: #eaeaea 1px solid;}
.list_xueshu li .a{display: flex;position: relative;overflow: hidden;padding: .45rem .8rem;z-index: 1;}
.list_xueshu li .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/list_xueshu_bg.jpg) center no-repeat; opacity: 0; background-size: cover;}
.list_xueshu li .a .con{position: relative;z-index: 1;width: 100%;flex: 1;display: flex;flex-direction: column;justify-content: center; padding: 0 1.8rem 0 0;}
.list_xueshu li .a .con h6{width: 100%;display: flex;align-items: center;flex-wrap: wrap;}
.list_xueshu li .a .con h6 span{display: flex;align-items: center;font-size: .16rem;color: #999999;margin-right: .5rem;line-height: .3rem;}
.list_xueshu li .a .con h6 span:last-child{ margin-right:0}
.list_xueshu li .a .con h6 span svg{ width: .22rem; height: .22rem; fill:#8c8c8c; margin: 0 .1rem 0 0; transition: 0s;}
.list_xueshu li .a .con h5{font-size: .26rem;color: #333333;line-height: 1.25;margin: .16rem 0 .28rem; width: 100%}
.list_xueshu li .a .con p{font-size: .16rem;color: #666666;line-height: .3rem;min-height: .6rem;height: .6rem\0;width: 100%;}
.list_xueshu li .a .con .jt{ position: absolute; width: .64rem; height: .64rem; z-index: 1; display: flex; justify-content: center; align-items: center; right: 0; top: 50%; transform: translateY(-50%);}
.list_xueshu li .a .con .jt::before{ content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,.7); opacity: 0; transform: scale(0); border-radius: 50%;}
.list_xueshu li .a .con .jt svg{ width: .26rem; height: .26rem; fill:#3559b7; opacity: 0; transform: translateX(-.1rem); }

.n_shizi_d .fl01{ background: url(../images/n_shizi_d_fl01_bg.jpg) center bottom no-repeat; background-size: cover; padding: .6rem 0 .8rem;}
.n_shizi_d .fl01 .wp{ display: flex; flex-wrap: wrap; width: 12rem;}
.n_shizi_d .fl01 .left{ width: 3.62rem;}
.n_shizi_d .fl01 .left img{ width: 100%}
.n_shizi_d .fl01 .right{ width: calc(100% - 3.62rem); padding: .56rem 0 0 1.2rem;}
.n_shizi_d .fl01 .right h3{ font-size: .34rem; color: #333333; font-weight: bold; font-family: "Microsoft Yahei"; border-bottom: #cdd5de 1px solid; padding: 0 0 .3rem; margin-bottom: .25rem;}
.n_shizi_d .fl01 dl{ display: flex; flex-wrap: wrap;}
.n_shizi_d .fl01 dl dd{ min-width: 50%; font-size: .2rem; color: #666666; line-height: .46rem;}
.n_shizi_d .fl01 dl dd font{ font-weight: bold; font-family: "Microsoft Yahei";}

.n_shizi_d .fl02{ padding: .8rem 0;}
.n_shizi_d .fl02 .wp{ width: 13.2rem;}

.n_title002 big{ font-size: .32rem; color: #403e3e; font-weight: bold}
.n_title002 small{font-size: .22rem;color: #fff;font-weight: 900;text-transform: uppercase;margin: 0 0 0 .1rem;transform: translateY(.05rem);display: inline-block;}
.n_shizi .fl01{ padding: .2rem 0 .2rem;}

.list_shizi1{ display: flex; flex-wrap: wrap; margin: 0 -.14rem}
.list_shizi1 li{ width: 25%; padding: 0 .14rem; margin-bottom: .6rem}
.list_shizi1 li *{ transition: .5s}
.list_shizi1 li a{ display: block}
.list_shizi1 li .img .img_hezi{ padding-bottom: 120% !important}
.list_shizi1 li .con{ position: relative; z-index: 1; display: flex; height: 1.3rem; flex-direction: column; justify-content: center; padding: 0 .7rem 0 .32rem}
.list_shizi1 li .con .jt{position: absolute;width: .36rem;height: .36rem;z-index: 1;display: flex;justify-content: center;align-items: center;right: .15rem;top: 50%;transform: translateY(-50%);}
.list_shizi1 li .con .jt::before{content: "";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;border: #f4a138 1.5px solid;opacity: 0;transform: scale(0);border-radius: 50%;}
.list_shizi1 li .con .jt svg{width: .22rem;height: .22rem;fill: #f4a138;opacity: 0;transform: translateX(-.1rem);}
.list_shizi1 li .con:before{content: "";position: absolute;bottom: 0;left: 0;right: 0;background: #dedede;height: 3px;}
.list_shizi1 li .con:after{content: "";position: absolute;bottom: 0;left: 0; width: 0;background: #f4a138;height: 3px;}
.list_shizi1 li .con h5{ line-height: 1.25; }
.list_shizi1 li .con h5 big{ font-size: .24rem; color: #666666; font-weight: bold}
.list_shizi1 li .con h5 small{ font-size: .18rem; color: #666666; margin-left: .14rem}
.list_shizi1 li .con h6{font-size: .17rem;color: #888;display: flex;align-items: center;margin: .14rem 0 0;line-height: .2rem;max-height: .4rem\0;overflow: hidden;}
.list_shizi1 li .con h6 svg{fill: #b2b2b2;width: .22rem;height: .22rem;margin: 0 .1rem 0 0;min-width: .22rem;}

.n_shizi .fl02{ padding: .8rem 0 .4rem; background: #edf5ff}

.n_shizi .fl03{ padding: .7rem 0 .7rem;}

.n_news_detail{ padding: .6rem 0 .8rem;}
.n_news_detail .ar_article_box{ display: flex; flex-wrap: wrap;}
.n_news_detail .ar_article_box .left{width: calc(100% - 3.8rem);padding: 0 .6rem 0 0;}
.n_news_detail .ar_article_box .right{width: 3.8rem;padding: .3rem 0;}
.n_news_detail .ar_article_box .left.w100{ width: 100%; padding: 0}
.n_news_detail .ar_article_box .left.w100 h3{ text-align: center}

.n_news_detail .ar_article_box .nav01{margin-bottom: .5rem;}
.n_news_detail .ar_article_box .nav01 .rr{ display: flex; flex-wrap: wrap; align-items:center}
.n_news_detail .ar_article_box h3{color: #333333;font-size: .3rem;line-height: 1.5;margin-bottom: .2rem;font-weight: bold;font-family: "PingFang SC", "PingFang SC-Regular", 苹方;}
.n_news_detail .ar_article_box h6{color: #666666;font-size: 0.14rem;line-height: .42rem;margin-bottom: 0;vertical-align: top;border-bottom: #e2e2e2 1px solid;display: flex;/* justify-content: center; */align-items: center;padding: 0 0 .2rem;}
.n_news_detail .ar_article_box h6 .ll{ display: flex}
.n_news_detail .ar_article_box h6 span{margin: 0 .3rem 0 0;display: flex;align-items: center;}
.n_news_detail .ar_article_box h6 span svg{ width: .18rem; height: .18rem; fill:#999; margin:0 .1rem 0 0}
.n_news_detail .ar_article_box h6 span img{margin: -3px .1rem 0 0;}
/*====上一篇下一篇====*/

#share-2{margin-bottom: .6rem;font-size: .18rem;color: #333333;}
#ar_fot{position:relative;padding: .3rem 0 0;box-sizing: border-box;width: 100%;margin-top: .4rem;border-top: #cfcfcf 1px dashed;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#ar_fot h1{display:block;width: 100%;line-height: .35rem;color: #999999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: .16rem;}
#ar_fot h1 span{}
#ar_fot h1 a{color: #666666;font-weight:normal;transition: .5s;display: block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #3559b7;}

#ar_fot .ll{ width: calc(100% - 1.4rem)}
#ar_fot .rr{width: 1.3rem;}
#ar_fot .rr a{display: flex;height: .35rem;background: #3559b7;font-size: .16rem;color: #fff;align-items: center;justify-content: center;transition: .5s;border-radius: .18rem;}
#ar_fot .rr a:hover{ background: #1469c3;}

.n_news_detail01 h4{ font-size:1.5rem; color:#000000; font-weight:bold; margin:2.5rem 0 1rem; text-align:center}
.n_news_detail01 .ar_article p{ line-height:2.5rem; margin-bottom:0.375rem}

#share-2>img{margin: -3px .1rem 0 0;}
.shart_box{display:inline-block; cursor:pointer}
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype")}.social-share{}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 4px .06rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display:inline-block;width: .42rem;height: .42rem;font-size: .22rem;border-radius: 50%;line-height: .4rem;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top: -180px;left: -60px;width: 160px;height: 160px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width: 104px;margin: 15px auto;}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

.hotnewsTitle{display: flex;align-items: center;font-size: .24rem;color:#3559b7;font-weight:bold;font-family: "PingFang SC", "PingFang SC-Regular", 苹方;margin-bottom: -.05rem;}
.hotnewsTitle .ico{ display: flex}
.hotnewsTitle .ico img, .hotnewsTitle .ico svg{margin: 0 .15rem 0 0;width: .47rem;height: .47rem;fill:#3559b7;}

.hotnewsList{ position: relative; z-index: 1; padding: .1rem 0 .1rem .23rem}
.hotnewsList:before{content:"";position: absolute;left:.23rem;width: 1px;background: #d1d1d1;top: 0;bottom: 0;}
.social-share .help{ display: none}
.hotnewsList li *{ transition: .5s;}
.hotnewsList li a{display:block;padding: .34rem .2rem .22rem;border-bottom: #d1d1d1 1px dashed;position: relative;}
.hotnewsList li a .date{display: flex;width: 1rem;height: 24px;border: #d1d1d1 1px solid;border-radius: 12px;align-items: center;justify-content: center;margin-bottom: .1rem;font-family: "PingFang SC", "PingFang SC-Regular", 苹方;font-size: .14rem;color: #333;}
.hotnewsList li a h5{ font-size: .18rem; color:#333333; line-height: 1.25; font-weight: 400; font-family: "PingFang SC", "PingFang SC-Regular", 苹方;}
.hotnewsList li a:after{content:"";position:absolute;width: .11rem;height: .11rem;border:#666666 1px solid;border-radius: 50%;box-sizing: border-box;left: -.05rem;top: .4rem;background: #fff;}

.hotnewsList li:last-child a{ border-bottom: none}

.hotnewsList li a:hover .date{border: #3559b6 1px solid;background: #3559b6;color:#fff;}
.hotnewsList li a:hover h5{color: #3559b6;font-weight: bold;}
.hotnewsList li a:hover:after{ border: #3559b7 2px solid;}

.n_zhuanti{ padding: 1.2rem 0 1.2rem; background: url(../images/n_news_fl01_bg.png) center bottom no-repeat; background-size: 100% auto;}
.list_zhuanti{ display:flex; flex-wrap:wrap; margin:0 -.38rem}
.list_zhuanti li{ width:50%; padding:0 .38rem; margin-bottom:.64rem}
.list_zhuanti li *{ transition: .5s;}
.list_zhuanti li .img .img_hezi{ padding-bottom:45% !important}

.list_yanjiu{ display:flex; flex-wrap:wrap; margin:0 -.15rem}
.list_yanjiu li{width: 20%;padding:0 .15rem;margin-bottom:.3rem;}
.list_yanjiu li *{ transition: .5s;}
.list_yanjiu li a{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ba8a67;height:2.16rem;padding: 0 .1rem;text-align: center;}
.list_yanjiu li a h5{font-size: .18rem;color:#fff;font-weight:bold;line-height:1.5;margin:.2rem 0 0;letter-spacing: -1px;}

.list_yanjiu li:nth-child(2) a{ background:#8a58a1}
.list_yanjiu li:nth-child(3) a{ background:#6793ba}
.list_yanjiu li:nth-child(4) a{ background:#538757}
.list_yanjiu li:nth-child(5) a{ background:#3a5c7a}

.list_tulist{ display:flex; flex-wrap:wrap; margin:0 -.15rem}
.list_tulist li{ width:33.33%; padding:0 .15rem; margin-bottom:.3rem}
.list_tulist li *{ transition: .5s;}
.list_tulist li .img .img_hezi{ padding-bottom:60% !important}
.list_tulist li h5{font-size: .19rem;color: #333;line-height: 1.5; margin:.2rem 0;text-align:center;}

.n_jgsz .fl01 .content{ display: flex; flex-wrap: wrap; margin: 0 -.24rem; margin-bottom: .8rem;}
.n_jgsz .fl01 .content .content1{ width: 50%; padding: 0 .24rem;}
.n_jgsz .fl01 .content .content1 .box{ height: 100%;}
.n_jgsz .box .con{padding: .3rem .36rem .4rem;background: #f8fafc url(../images/n_bgzn_con_bg1.jpg) center bottom no-repeat;background-size: 100% auto;min-height: 2.76rem;}
.n_jgsz .box .con table td{ padding: 0;}
.n_jgsz .box .con table th{padding: .04rem 0;font-size: .16rem;}
.n_jgsz .box .con table td a{ font-size: .16rem; color: #333333;}
.n_jgsz .fl01 .content:last-child{ margin-bottom: 0;}

.n_jgsz{ background: url(../images/n_jgsz_bg.jpg) right bottom no-repeat;}

.n_history{ background: url(../images/n_history_bg.jpg) center bottom no-repeat; background-size: 100% auto;}
.n_history .fl01{ padding: .88rem 0 1.1rem; background: url(../images/n_history_fl01_bg.png) left 4rem no-repeat; }
.n_history .fl01 .wp{ display: flex;}
.n_history .fl01 .left{width: 3rem;padding: .5rem 0 0;}
.n_history .fl01 .right{width: calc(100% - 3rem);}

.list_history1{position: relative;z-index: 1;padding: .5rem 0 .2rem;}
.list_history1::before{content: "";position: absolute;top: 0;bottom: 0;left: 2rem;background: #cacaca;width: 1px;}
.list_history1 .li_box{padding-bottom: .34rem;margin-bottom: .5rem;position: relative;}
.list_history1 .li_box:before{content:"";position: absolute;bottom: 0;left: 2.8rem;right: 0;border-bottom: #d2d2d2 1px dashed;}
.list_history1 li{display: flex;margin-bottom: .3rem;align-items: flex-start;}
.list_history1 li .time{width: 2rem;position: relative;z-index: 1;padding: 0 .34rem 0 0;display: flex;align-items: baseline;justify-content: flex-end;flex-wrap: wrap;}
.list_history1 li .time .zhijin{display:flex;width: 100%;justify-content: center;flex-direction: column;align-items: center;}
.list_history1 li .time .zhijin .line{width: .04rem;height: .26rem;background:#f39217;margin: .06rem 0 .15rem;}
.list_history1 li .time .zhijin .big{font-size: .24rem;color:#f39217;margin: 0;font-weight: bold;font-family: "Microsoft Yahei";}
.list_history1 li .time:after{ content:""; position: absolute; width: .21rem; height: .21rem; border-radius:50%; border: #f4a138 .05rem solid; box-sizing: border-box; right: -.1rem; background:#fff; top: .12rem}
.list_history1 li .time big{font-size: .36rem;color: #767e90;font-family: Georgia;}
.list_history1 li .time small{font-size: .22rem;color: #767e90;margin-left: .1rem;font-weight: bold;font-family: "Microsoft Yahei";}
.list_history1 li .con{width: calc(100% - 2rem);padding: .06rem .2rem 0 .6rem;}
.list_history1 li .con1{display: table;/* align-items: center; */}
.list_history1 li .con img{margin: 0 .3rem 0 0;width: 4.1rem;}
.list_history1 li .con h5{font-size: .3rem;color:#f39217;line-height: 1.5;margin: .12rem 0 .2rem;font-weight: bold;font-family: "Microsoft Yahei";}
.list_history1 li .con p{font-size: .2rem;color:#545454;line-height: 1.5;margin-bottom: .4rem;text-align: justify;}
.list_history1 li .con p:last-child{ margin-bottom: 0}
.list_history1 li .con1 p{display: table-cell;vertical-align: middle;}

.list_history1 .li_box:last-child{padding-bottom: 0; margin-bottom: 0; }
.list_history1 .li_box:last-child::before{ display: none;}
.list_history1 .li_box li:first-child .con p{ color:#242424;}
.list_history1 .li_box li:first-child .time:after{ top: .32rem}
.list_history1 .li_box li:first-child .time big{font-size: .56rem;color: #f39217;}
.list_history1 .li_box li:first-child .time small{ color: #f39217;}

.n_history .fl02 .wp{display: flex;flex-wrap: wrap;align-items: flex-end;padding: 0 0 1.6rem 0;}
.n_history .fl02 .left{ width: 50%;}
.n_history .fl02 .right{ width: 50%;}

.list_history2{ display: flex; flex-wrap: wrap;}
.list_history2 li{ width: 50%;}
.list_history2 li .a{ display: block; position: relative; z-index: 1;}
.list_history2 li .a .img .img_hezi{ padding-bottom: 58.46% !important;}
.list_history2 li .a .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;align-items: flex-end;text-align: center;padding: 0 .2rem .14rem; background: url(../images/list_history2_bg.png) center bottom no-repeat; background-size: 100% auto;}
.list_history2 li .a .top h5{width: 100%;font-size: .18rem;color:#fff;line-height: 1.5;text-align: left;}
.n_history .fl02 .left .list_history2 li:nth-child(1){ margin-left: 50%}

.list_history2s li{ width: 100%;}
.list_history2s li:nth-child(1) .a .img .img_hezi{padding-bottom: 61.81% !important;}
.list_history2s li:nth-child(2){ width: 50%;}
.n_history .fl02 .left .list_history2 li:nth-child(1) .a::before{content: "";position: absolute;top: -.44rem;left: -.44rem;background: #f4a138;z-index: -1;right: 1.24rem;bottom: 0;}
.list_history2s li:nth-child(2) .a::before{content: "";position: absolute;top: 0;left: 0;background: #c54439;z-index: -1;right: -1.98rem;bottom: .6rem;}

.list11s{display: flex;}
.list11s li{margin: 0;}
.list11s li .a{position: relative;cursor: pointer;}
.list11s li .a .ewm{box-shadow: 0 0 15px rgba(0,0,0,.1);transition: .5s;width: 1.4rem;height: 1.4rem;background: #fff;box-shadow: 0px 2px 9.5px 0.5px rgba(1, 1, 1, 0.21);padding: 0 .1rem;border-radius: .1rem;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.list11s li .a .ewm img{width: 100%;height:100%\0;}
.list11s li .a .ewm h6{ font-size: .12rem; color: #a69999;padding-bottom:10px\0;}
.list11s li .a .ewm:before{/* content: ""; *//* position: absolute; *//* left: 50%; *//* top: -.08rem; *//* margin-left: -.06rem; *//* border-bottom: #fff .08rem solid; *//* border-left: transparent .06rem solid; *//* border-right: transparent .06rem solid; */}

.list11s li .a:hover .ewm{}

.container07 .title007{ position: relative;}
.container07 .title007 .rr{position: absolute;right: 0;z-index: 10;top: -.5rem;}
.container07 .title007 .rr svg{ fill:#09bb07}

@media(max-width: 1200px){
	.container07 .title007 .rr{top: -.5rem;right: 0;}
	.container07 .title007 .rr svg{ width: .24rem; height: .24rem;}
} 

@media(max-width: 992px){
	.container04 .left{ order: 1;}
}

@media(max-width: 768px){
	.ar_article{ overflow: hidden;}
	.ar_article img{/* margin-left: -26px !important;*/}
}

.n_about .fl01{position: relative;z-index: 1;overflow: visible;}
.n_about .fl01 .wp{display: flex;flex-wrap: wrap;align-items: flex-start;}
.n_about .fl01 .wp .left{ width: calc(100% - 6.02rem); padding: 0 .5rem 0 0;}
.n_about .fl01 .wp .right{width: 6.02rem;margin-bottom: -2rem;}
.n_about .fl01 .wp .right img{transform: translateY(1.7rem);width: 100%;position: relative;z-index: 1;}

.n_about .ar_article p{ font-size: .19rem; color: #474747; line-height: .36rem}
.n_about .fl01 .ar_article p{ text-indent: 0;}
.n_about .fl01 .ar_article p img{ margin: 0 auto;}
.n_about .fl01 .ar_article p.p1{ font-size: .26rem; color: #000000;}

.n_title003{ margin-bottom: .44rem;}
.n_title003 h3{ font-size: .34rem; color: #053274; font-weight: bold; font-family: "Microsoft Yahei";}

.n_about .fl02{ background: url(../images/n_about_fl02.jpg) center no-repeat; background-size: cover;}
.n_about .fl02 .content{ padding: 0 5rem 0 0;}
.list_about1{ display: flex; flex-wrap: wrap; margin: 0 0 .3rem -.6rem;}
.list_about1 li{ width: 25%; text-align: center; padding: .13rem 0; margin: .13rem 0; border-right: #d0d0d0 1px dashed;}
.list_about1 li h3 big{ font-size: .44rem; color: #043473; font-family: Georgia;}
.list_about1 li h6{font-size: .18rem;color: #474747;opacity: .7;line-height: 1.5;margin: .1rem 0 0;}
.list_about1 li:nth-child(4n){ border: none;}

.n_about .fl03{ padding: .9rem 0;}
.n_about .fl03 .content{display: flex;flex-wrap: wrap;align-items: center; margin-bottom: .7rem;}
.n_about .fl03 .content .left{width: calc(100% - 5.12rem);padding: 0 0 0 .6rem;order: 1;}
.n_about .fl03 .content .right{width: 5.12rem;}
.n_about .fl03 .content .right img{width: 100%;position: relative;z-index: 1;}

.list_about2{ display: flex; flex-wrap: wrap; margin: 0 -.15rem;}
.list_about2 li{ width: 33.33%; padding: 0 .15rem;}
.list_about2 li *{ transition: .5s;}
.list_about2 li .a{display: flex;box-shadow: 0 0 15px rgba(33, 57, 76, 0.16);padding: 0 .3rem;height: .78rem;align-items: center;position: relative; border-radius: 4px; position: relative; z-index: 1;}
.list_about2 li .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-image: -moz-linear-gradient( 0deg, rgba(5,51,116,0.99608) 0%, rgb(22,162,235) 100%); background-image: -webkit-linear-gradient( 0deg, rgba(5,51,116,0.99608) 0%, rgb(22,162,235) 100%); background-image: -ms-linear-gradient( 0deg, rgba(5,51,116,0.99608) 0%, rgb(22,162,235) 100%); border-radius: 4px; opacity: 0;}
.list_about2 li .a .line{ width: .05rem; height: .25rem; background:#053274}
.list_about2 li .a .h5{font-size: .22rem;color:#053274;padding:0 .2rem 0 .12rem;line-height: 1.375;}
.list_about2 li .a .jt{position: absolute;width: .2rem;height: .2rem;z-index: 1;display: flex;justify-content: center;align-items: center;right: .26rem;top: 50%;transform: translateY(-50%);background: #f5aa4c;border-radius: 50%;}
.list_about2 li .a .jt::before{content: "";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;/* background: rgba(255,255,255,.7); */border-radius: 50%;}
.list_about2 li .a .jt svg{width: .12rem;height: .12rem;fill: #fff;}

.n_about .fl04{background: url(../images/n_about_fl04.jpg) center no-repeat;background-size: cover;overflow: hidden;padding: 0; background-attachment: fixed;}
.n_about .fl04 .wp{ display: flex; flex-wrap: wrap;}
.n_about .fl04 .left{width: 50%;padding: 0 1rem 0 0;display: flex;flex-direction: column;justify-content: center;}
.n_about .fl04 .left .n_title003 h3{ color: #fff;}
.n_about .fl04 .left .ar_article p{text-indent: 0;color: #fff;font-size: .2rem;width: 100%;}
.n_about .fl04 .right{ width: 50%;}

.n_about .fl04 .n_title002 h3{color: #fff;}

.list_about3{background: rgba(0,0,0,.35);}
.list_about3 li:before{ content:""; position: absolute; left: .48rem; right: .48rem; background: rgba(255,255,255,.35); height: 1px; bottom: 0}
.list_about3 li:last-child:before{ display: none;}
.list_about3 li *{ transition: .5s;}
.list_about3 li{height: 1.75rem;position: relative;z-index: 1;}
.list_about3 li a{position: relative;display: flex;flex-direction: column;padding: 0 .48rem;height: 100%;justify-content: center;z-index: 1;}
.list_about3 li a::before{content: "";position: absolute;right: 0;width: 0;top: 0;bottom: 0;z-index: -1;}
.list_about3 li .top{display:flex;width:100%;justify-content:space-between;align-items:center;margin-top: -.2rem;}
.list_about3 li .top .ll{font-size: .25rem;color:#fff;}
.list_about3 li .top .ll font{margin: 0 1.25rem 0 0;font-family: FZZJ-LongYTJW;font-size: 3.25rem;}
.list_about3 li .top .rr img{ opacity: 0}
.list_about3 li p{font-size: .16rem;color: #373737;line-height: 1.75;margin: 0;opacity: 0;width: calc(100% - 1.25rem);}
.list_about3 li .jt{position: absolute;width: .64rem;height: .64rem;z-index: 1;display: flex;justify-content: center;align-items: center;right: .48rem;top: 36%;transform: translateY(-50%);}
.list_about3 li .jt::before{ content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,.7); border-radius: 50%;}
.list_about3 li .jt svg{width: .32rem;height: .32rem;fill: #053474;}

@media(min-width: 768px){
.list_about3 li.on a::before{width: 100%;left: 0;background: #fae8e8;left: 0;}
.list_about3 li.on a .top .ll{color: #eb9120;font-family: "Microsoft Yahei";font-weight: bold;}
.list_about3 li.on a .top .ll font{ color:#a21d1d}
.list_about3 li.on a .top .rr img{opacity: 1;transform: translateY(.6rem);}
.list_about3 li.on a p{ opacity: 1;}
.list_about3 li.on .jt{ opacity: 0; transform: scale(0) translateY(-50%);}
}

.n_about .fl05{background: url(../images/n_about_fl05.jpg) center no-repeat;background-size: cover;overflow: hidden; padding: 1rem 0 1.8rem;}
.n_about .fl05 .n_title003{ text-align: center;}
.n_about .fl05 .miso_hd{padding: 0 1rem;margin-bottom: .66rem;position: relative;z-index: 1;}
.list_about4{ position: relative; z-index: 1;}
.n_about .fl05 .miso_hd::before{content: "";position: absolute;bottom: .22rem;left: 0;right: 0;background: #dbd3c9;height: 1px;}
.list_about4 li *{ transition: .5s;}
.list_about4 li a{display: flex;height: 1.3rem;align-items: center;justify-content: center;padding: 0 .3rem .2rem;position: relative;z-index: 1;margin-bottom: .1rem;}
.list_about4 li a:before{content:"";position: absolute;bottom: .1rem;width: 0;height: .05rem;background:#f4a138; left: 50%; margin-left: 0;}
.list_about4 li a .dot{position: absolute;bottom: 0;left: 50%;width: .24rem;height: .24rem;background: #fff;border-radius: 50%;box-shadow: 0 0 15px rgba(244, 161, 56, 0.5);margin-left: -.12rem; transform: scale(0);}
.list_about4 li a .dot:before{ content:""; position: absolute; width: .1rem; height: .1rem; background:#f4a138; border-radius: 50%; left:50%; top: 50%; margin: -.05rem 0 0 -.05rem}
.list_about4 li a h5{font-size: .18rem;color: #505050;line-height: .3rem;width: 1.6rem;max-width: 100%;text-align: center;}

.list_about4 li.miso-current a h5{ font-size: .2rem; color: #eb9120;font-family: "Microsoft Yahei";font-weight: bold;}
.list_about4 li.miso-current a:before{ width: 1.6rem; margin-left: -.8rem;}
.list_about4 li.miso-current a .dot{ transform: scale(1);}

.n_about .fl05 .miso_bd .miso-list{ overflow: visible}
.list_about5{ display: flex; flex-wrap: wrap; margin: 0 -.12rem;}
.list_about5 *{ transition: .5s;}
.list_about5 li{ width: 20%; padding: 0 .12rem;}
.list_about5 li .a{display: flex;background: rgba(255,255,255,.9);height: 1.66rem;padding: 0 .2rem;align-items: center;text-align: center;justify-content: center;box-shadow: 0 0 15px rgba(33, 57, 76, 0.16);}
.list_about5 li .a h5{ font-size: .21rem; color:#000000; line-height: 1.5; text-align: center}

/*==========================================内页 结束=============================================*/

.fix-top{position: fixed; position: relative\0;top:100%;left: 0;right: 0;bottom: 0;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index: 100;overflow: hidden;overflow-y: scroll;overflow-y: hidden\0;background: #fff;}
.fix-top.showdiv{top: 0;}
.fix-top::-webkit-scrollbar {
	width: 0;
	height: 8px;
	background-color: #F5F5F5;
}

.fix-top::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

.fix-top::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

/*aos="fade-up" aos-duration="1200"*/