@charset "utf-8";
html{font-size: 100px;}



@media (max-width:4000px) {
    html {
        font-size: 100px;
    }
}

@media (min-width:1600px) and (max-width:1940px) {
    html {
        font-size: 100px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    html {
        font-size: 80px;
    }
}

@media (min-width:640px) and (max-width:1199px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 70px;
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 60px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 60px;
    }
}

@font-face {
    font-family: 思源宋体-Bold;
    src: url(/font/SourceHanSerifCN-Bold.otf);
}
@font-face {
    font-family: 思源黑体-REGULAR;
    src: url(/font/SOURCEHANSANSCN-REGULAR.OTF);
}
@font-face {
    font-family: 思源宋体-Heavy;
    src: url(/font/SOURCEHANSERIFCN-HEAVY.OTF);
}


.w1400 {
    width: 1440px;
    margin: 0 auto;max-width: 1440px;
}


.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.imged img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:0.5s;
}
.imged:hover img{transform:scale(1.05)}
.scale {
    overflow: hidden;
}

.scale img {
    transition: 0.5s;
}

.scale:hover img {
    transform: scale(1.05);
}
.clearflex{*zoom:1}
.clearflex:after,.clearflex:before{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.elise {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}



/*==========================================公共 开始=============================================*/
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.header_box_li{position: relative;z-index: 1;}

.header_box{position: relative;z-index: 10000;height: 0;}
#header{position: fixed;z-index:999;width:100%;transition: 0.36s;background-size:cover;/* border-bottom: 1px solid rgb(255,255,255,0.1); */}
.header_box_li #header:before{content:"";position:absolute;height: 1.8rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: 100% 100%;pointer-events: none;background: url(/images/headbg.png) no-repeat top;/* background: linear-gradient(to bottom, rgba(17,98,184,0.9) ,rgba(255, 255, 255,0.1)); */background-size: 100%;}
.header_box_li #header:after{content:"";position:absolute;height: 0;top:0;left: 0;right: 0;background-size:100% auto;}

#header.xg{background: rgba(255,255,255,.96);box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);/* background-image: linear-gradient(180deg, #003567, transparent); */}
#header.xg:before{background: url(/images/head-bg.png) center top repeat-x;background-size: auto 99%;height: 0;}
.header_top{position: relative;height: .54rem;padding: 0;text-align: right;z-index: 10000;overflow: hidden;display: flex;justify-content: flex-end;align-items: center;}
.header_top .tianqi{ display:inline-block; height:.64rem}
.header_top .search_btn{display:inline-block;float: none;font-size: .14rem;color: rgba(255,255,255,.5);}

#header .right{padding: 0.15rem 1.5rem 0.1rem 10%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;}

.header_top .search {
    width: .20rem;
    height: .20rem;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.08rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 .32rem 0 .16rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 2.6rem;
    opacity: 1;
    visibility: visible;
}

.list_box0{display: flex;align-items: center;}
.list_box0 .li{font-size: .16rem;color: #fff;display: inline-block;transition:.6s;margin-right: 0.2rem;position: relative;padding-right: 0.2rem;border-right: 1px solid rgb(255,255,255,0.2);}
.list_box0 .li:last-child{margin-right: 0;padding-right:0;border-right: 1px solid rgb(255,255,255,0);}
.list_box0 .li>a{display:block;}
.list_box0 .li a>img{margin: -2px 0 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: .56rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

.list_box0 .li.li1>a{ font-weight:bold}
.list_box0 .li.li1>a.a2{ display:none}

.list_box0 .li.li1.on>a.a1{ display:none}
.list_box0 .li.li1.on>a.a2{ display:inline-block}

.list_box0 .li.li1.on>a span{ margin-left:1.125rem}

.list_box0 .li:hover{color: #29176e;border-right: 1px solid rgb(10,63,121,0.2);}

.old_rukou{width: 1.50rem;height: .54rem;display: inline-block;text-align: center;line-height: .54rem; margin-left: .34rem}
.old_rukou a{ display:block; width:100%; font-size:.18rem; color:#fff; border-radius:0 0 0 .10rem; background:#0a3f79;}

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{height: 12px;}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .10rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.12rem;color:#666666;line-height:20px;margin: 0;}

.list_box0 .li:after{content:"";position:absolute;left: -.26rem;width:1px;height: 16px;top: 50%;margin-top: -8px;opacity: .8;}
.list_box0 .li:first-child:after{ display:none}
.header_box .w1200{height: 1.28rem;position:relative;width: auto;max-width: 100%;padding: 0;display: flex;/* align-items: center; */justify-content: space-between;transition: .5s;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo{ }
#header #logo .box_table{ width:auto}
#logo{padding: 0 0 0 .80rem;height: 100%;position: relative;width: 4.6rem;display: flex;align-items: center;}
#logo img{max-width:100%;transition: .5s;height: .7rem;}
#logo img.img2{ display:none}
#nav{/* margin: 0 .8rem 0 0; */width: 100%;max-width: 1022px;}
#nav ul{
    display: flex;
    justify-content: space-between;
}
#nav ul li{float:left;z-index:0;height: 100%;position: relative;}
#nav ul li a{display:block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .20rem;color:#fff;line-height: .48rem;position:relative;transition: .36s;display: inline-block;font-family: 思源黑体-REGULAR;}
#nav ul li h3:after{content:"";position:absolute;left: 50%;top: calc(100% + 2px);transition:.6s;border-left: transparent .12rem solid;border-right: transparent .12rem solid;border-bottom: #fff 1rem solid;margin-left: -.12rem;opacity:0;visibility:hidden;}
#nav ul li.on1 h3:after{ opacity:1; visibility:visible}
#nav ul li a i{ margin:-3px 0 0 .10rem; display:inline-block; width:10px; height:5px; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);border-radius: 0 0 0.08rem 0.08rem;}
#nav ul li .sub:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background: #29176e;}
#nav ul li .sub .box{padding: .14rem 0;text-align:center;}
#nav ul li .sub a{padding: 8px 30px;line-height: 28px;transition:.6s;font-size: 14px;color: #000000;text-align: center;white-space: nowrap;font-family: SourceHanSerifCN-Bold;min-width: 160px; font-weight:bold;}
#nav ul li .sub a:hover{color: #fff;background: #29176e;}
#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{color: #29176e;}

#nav>ul>li h3:before{content:"";display:block;position:absolute;width: 12px;height: 12px;right: -.22rem;top: 50%;margin-top: -6px;transition:.3s;background:url() center no-repeat;background-size:100% auto; display:none}
#nav>ul>li.xiala h3:before{ display:block}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li.noSubMenu h3:before{ display:none}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: .24rem;transition:.6s;margin-left: .16rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -.24rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}

.xg #nav ul li h3{color:#333;line-height: .52rem;}
.xg .list_box0 .li{color: #6f6f6f;}
.xg #logo img{ height:.64rem;}
.header_box .xg  .w1200{height: 1.12rem;}
.xg .search_btn svg{ fill:#6f6f6f}


.search_btn{cursor: pointer;}
.search_btn svg{fill:#fff;width: 16px;height: 16px;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 2.88rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #0e5da8;transition: .6s;left: 0;right: 0;z-index: 1;opacity: .9;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}

.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: .44rem;
	line-height: .56rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 8rem;
	margin: 0 auto;
	padding: 0 0.08rem 0 .24rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: .72rem;
	width: calc(100% - .56rem);
	background-color: transparent;
	font-size: .20rem;
	line-height: 0.08rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: .72rem;
	width: .56rem;
}

.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;

	background-size: .24rem;
	background-image: url('/images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);

	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/close-btn.svg');
	background-size: .56rem;
	border-radius: 100%;
	margin-right: .16rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}



.search-dialog .hot-search{
	font-size: 0;

	width:0.49rem;
	margin:0.096rem auto 0;
	box-sizing: border-box;
	padding:0 0.096rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: 0.06rem;
	line-height: 0.08rem;

	color: #fff;
	font-weight: bold;
	padding-left:0.096rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.08rem;
	
}
.search-dialog .hot-link{
	margin-left: 0.16rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 0.06rem;
	line-height: 0.08rem;
	margin-right: 0.12rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: 0.35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: .24rem;
    top: 0.216rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url(/images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}


/*导航按钮开始*/
/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: 60px;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: 60px;background: #1162b8;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{height: 35px;}
.m_header_box header #logo{ padding:0}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }

#nav_btn_box{position:relative;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 11px solid;border-top: transparent 60px solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #1162b8;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #1162b8;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 84px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0656b7 url(/images/submit.svg) center no-repeat; background-size: .28rem;}

#m_nav .list_box0{text-align:center;width: 100%;justify-content: center;margin: .32rem 0 0;flex-wrap: wrap;}
#m_nav .list_box0 .li{text-align:center;color: #333;margin: 0 .12rem 0.15rem;font-size: 14px;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;height: 100%;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;margin: 0;flex: 1;}
.list_box_nav_mobile>li{width: 90%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .64rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .64rem;display: inline-block;background: url(/images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 60px;display: block;}
.wap_search form{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size:.14rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(/images/submit.svg) center no-repeat #1162b8;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/*导航按钮结束*/

/* banner */
.swiper-box1 {position: relative;overflow: hidden;}
.swiper-box1 .swiper-pagination-bullet{width: 0.4rem;height: 0.03rem;opacity: .3;border-radius: unset;margin: 0 5px !important;background-color: #fff;}
.swiper-box1 .swiper-pagination-bullet-active{opacity: 1;}
.swiper-box1 .swiper-pagination-bullets{bottom: 0.35rem;}
.swiper-box1 .bannerimg{overflow: hidden;}
.swiper-box1 .bannerimg img{transform: translate3d(0, 0, 0) scale(1);
    transition: opacity 0.5s ease, transform 0s ease 1s;}
.swiper-box1 .swiper-slide-active .bannerimg img{    transform: scale(1.05);transition: all 5s;}
.swiper-box1  .img_zd .img_hezi {padding-bottom: 50% !important;}

/* new1 */
.new1{width: 100%;background: url(/images/bg1.png) no-repeat top center;padding: 0.9rem 0 1.2rem;overflow: hidden;}
.new_tit{margin-bottom: 0.35rem;align-items: flex-end;}
.new1 .new_tit{margin-bottom: 5px;align-items: flex-start;}
.new_tit h2{font-size: 0.36rem;color: #29176e;font-family: 思源黑体-REGULAR;}
.new_tit a{font-size: 0.16rem;color: #000;font-family: '思源黑体-REGULAR';}
.new_tit a img{padding-right: 0.1rem;}
.new2slick li{text-align: left;}
.new1-b{/* align-items:center; */}
.new1-l{width: 10.4rem;position: relative;z-index: 10;margin: 0.35rem 0 0.37rem;}
.new1-r{width: calc(100% - 10.4rem);position: relative;z-index: 1;}
.new1-l a{position: relative;/* left: 0; *//* right: 0; *//* top: 0; *//* bottom: 0; */display: block;visibility: hidden;opacity: 0;height: 0;}
.new1-l a.on{visibility: visible;opacity: 1;height:auto;}
.new1-l .a{position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.6);padding:0.2rem 0.4rem 0.25rem;height: 1.44rem;}
.new1-l .a h2{font-size: 0.3rem;color: #fff;margin-bottom: 0.1rem;font-family: '思源黑体-REGULAR';transition: 0.5s;}
.new1-l .a p{color: #fff;font-size: 0.14rem;line-height: 0.26rem;}
.new1-l .imged{padding-bottom: 62.5%;}
.new1-l  img{width: 100%;height: 100%;object-fit: cover;}
.new1-l a:hover h2{/* color: #29176e; */transform: translate(15px);}
.new1-r::after{content: "";z-index: -1;position: absolute;right: 0;top: 0;bottom: 0;background: url(/images/bg0.png) no-repeat;width: 10.8rem;height: 100%;}
.new1-r ul li{padding: 0.45rem 0.5rem 0.45rem 0.3rem;border-bottom: 1px solid #fff;cursor: pointer;position: relative;transition: 0.5s;z-index: 1;}
.new1-r ul li a{display:block;transition:0.5s}
.new1-r ul li::after{content: "";position: absolute;top: 0;left: 0;width: 0;/* background-color: #1162b8; */border-bottom: 1px solid #29176e;height: 100%;z-index: -1;transition: 0.5s;}
.new1-r ul li h2{font-size: 0.2rem;color: #000;line-height: 0.32rem;transition: 0.5s;font-family: '思源黑体-REGULAR';}
.new1-r ul li p{font-size: 0.16rem;color: #000;transition: 0.5s;margin-top: 0.1rem;font-family: '思源黑体-REGULAR';} 
.new1-r ul li:hover,.new1-r ul li.on::after{/* width: 100%; */}
.new1-r ul li:hover h2,.new1-r ul li:hover p,.new1-r ul li.on h2,.new1-r ul li.on p{color: #29176e;}
.new1-r ul li.on a{/* transform: translateX(10px); */padding-left: 0.2rem;border-left:3px solid #29176e;}
/* .new1-r ul li:first-child{padding-top: 0.05rem;} */
.new1-r ul li:last-child{border-bottom: 1px solid rgba(0, 0, 0, 0);}

/* new2 */
.new2{width: 100%;background: url(/images/bg2.png) no-repeat top/cover;padding:0.75rem 0 1rem;margin-top: 0px;overflow: hidden;}
.new2-l{width:8.85rem;}

.new2-r{width: calc(100% - 8.85rem);padding-left: 0.5rem;}
.new2 .new_tit h2,.new2 .new_tit a{color: #fff;}
.new2slick_w{ display: flex; justify-content: flex-end}
.new2-l .new2slick{width: calc((100vw - 1440px) + 100% - .2rem);/* float: right; */padding-bottom: 60px;margin-left: calc((100vw - 1440px)*-1 + .2rem);}
.new2-l .new2lb{background: #fff;padding: 0.3rem 0.3rem 0.55rem;}
.new2-l .new2lb h2{font-size: 0.22rem;line-height: 0.36rem;font-family: 思源黑体-REGULAR;color: #000;height: 0.72rem;transition: 0.5s;position: relative;z-index: 1;}
.new2-l .new2lb p{font-size: 0.14rem;line-height: 0.26rem;color: #666;height: 0.78rem;margin: 0.15rem 0 0.1rem;}
.new2-l .new2lb span{font-size: 0.16rem;color: #666;font-family:思源黑体-REGULAR;display: block;}
.new2-l .new2lb i{display: block;width: 22px;height: 7px;background: url(/images/gd2.png) no-repeat left;position:relative;z-index: 1;margin-top: 0.3rem;float: left;}
.new2-l .new2lb h2::after{content: "";position: absolute;left: 0;bottom: 0;width: 0;background-color: #29176e;height: 1px;transition: 0.5s;}
.new2-l .new2lb i::after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;background: url(/images/gd22.png) no-repeat left;opacity: 0;transition: 0.5s;}
.new2-l li:hover .new2lb i::after{width: 100%;opacity: 1;}
.new2-l li:hover h2{color: #29176e;}
.new2-l li:hover{box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);}
.new2-l li:hover h2::after{width: 100%;}
.new2-l .swiper-button-next, .new2-l .swiper-button-prev{top:auto;bottom: 0;display: block;width: 0.4rem;height: 0.4rem;margin-top: 0;color:transparent;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}

.new2-l .swiper-button-prev{background: url(/images/prev.png) no-repeat center #e8e8e8;right: auto;left: 0;}
.new2-l .swiper-button-next{background: url(/images/next.png) no-repeat center #e8e8e8;left: .56rem;}
.new2-l li{position: relative;transition: 0.5s;}
.new2-l li::after{content: "";position:absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(18,86,159,0.3);}
.new2-l li.swiper-slide-active+li+li::after,.new2-l li.swiper-slide-active+li::after{display: none;}
.new2-r .new_tit{height:0.36rem;}
.new2-r .new_tit .p{
    align-items: flex-end;position:relative;
}
.new_tit h3{font-size: 0.18rem;transition: 0.3s;color: #29176e;cursor: pointer;}
.new_tit h3.on{font-size: 0.36rem;color: #fff;font-family: 思源黑体-REGULAR;}
.new_tit h3:first-child{margin-right: 0.4rem;position:relative;}
.new2-r .new_tit h3:first-child::after{content: "";position: absolute;right: -0.2rem;top: 50%;transform: translateY(-50%);width: 0.06rem;height: 0.06rem;background: url(/images/dian.png) no-repeat center;}
.new2-r .new_tit .p img{width: 6px;height: 6px;display: block;margin: 0 .15rem;}
.new2-rb{background-color: rgba(14, 80, 156,0.251);border-top: 3px solid #1162b8;padding: 0.4rem;height: 6rem;}
.tz-tab{position: relative;}
.tz-tab ul{opacity: 0;visibility: hidden;position: absolute;left: 0;top: 0;bottom: 0;right: 0;}
.tz-tab ul.on{opacity: 1;visibility: visible;}

.new2-rb li{margin-bottom: 0.4rem;}
.new2-rb li:last-child{margin-bottom: 0;}
.new2-rb li a{display: flex;justify-content: space-between;flex-wrap: wrap;}
.new2 .date{width: 0.8rem;height: 0.8rem;border: 1px solid #5b97c0;text-align: center;padding: 0.05rem 0;}
.new2-rb li a>p{width: calc(100% - 0.8rem);padding-left: 0.2rem;color: #fff;font-size: 0.22rem;line-height: 0.32rem;height: 0.74rem;font-family:思源黑体-REGULAR;position: relative;}
.new2-r li:hover p{color:#62c0e6;}
.new2-rb li a>p::after{content: "";position: absolute;left: 0.2rem;bottom: 0rem;width: 0;background-color: #62c0e6;height: 1px;transition: 0.5s;}
.new2-rb li:hover a>p::after{width: 100%;}
.new2 .date p{color: #fff;}
.new2 .date .day{font-size: 0.4rem;font-family: 思源黑体-REGULAR;line-height: 0.48rem;position: relative;z-index: 1;}
.new2 .date .day::after{content: "";position: absolute;z-index: -1;left: 50%;transform: translateX(-50%);bottom: 0;width: 0.18rem;color: #f6f0e8;height: 1px;}
.new2 .date .year{font-size: 0.14rem;font-family:思源黑体-REGULAR;}
.new2-r .new_tit h2{cursor: pointer;}

/* new3 */
.new3{padding: 0.8rem 0 1rem;background: url(/images/bg3.png) no-repeat top center/cover;overflow: hidden;}
.new3-l{width: 7.4rem;padding-right: 0.4rem}
.new3-r{width: calc(100% - 7.4rem);position: relative;overflow: hidden;}
.new3-lt{background: url(/images/xbbg.png) no-repeat center/cover;padding:0.4rem}
.new3-lt .new_tit{border-bottom: 1px solid #4183c5;padding-bottom: 0.15rem;}
.new3-lt .new_tit h2{color: #f7ecc7;}
.new3-lt .new_tit a{color: #fff;}
.new3-lt  li{padding:0.3rem 0 0.38rem;position: relative;transition: 0.5s;border-bottom: 1px dashed #2a74c0;}
.new3-lt  li h2{font-size: 0.2rem;color: #fff;font-family: 思源黑体-REGULAR;}
.new3-lt  li p{font-size: 0.16rem;color: #fff;font-family: 思源黑体-REGULAR;margin-top: 0.1rem;}
.new3-lt  li:last-child{border-bottom: 1px dashed rgba(42,116,192,0);}
.new3-lt  li::after{content: "";position: absolute;bottom: 0;left: 0;width: 0;height: 1px;border-bottom: 1px solid #fff;transition: 0.5s;}
.new3-lt  li:hover::after{width: 100%;}
.new3-lt  li:hover{transform: translateX(10px);}
.new3-lb{background-color: #fff;padding: 0.7rem 0.4rem 0.4rem;}
.new3-lb .new_tit{border-bottom: 1px solid #e4e4e4;padding-bottom: 0.15rem;margin-bottom: 0.2rem;}
.new3-lb li *{color: #000;font-family: 思源黑体-REGULAR;font-size: 0.16rem;}
.new3-lb li {line-height: 0.6rem;position: relative;transition: 0.5s;}

.new3-lb li::after,.new3-r li::after{content: "";position: absolute;left: 0;bottom: 0;background: #29176e;width: 0;height: 1px;transition: 0.5s;}
.new3-lb li h2{width: calc(100% - 85px);font-size: 0.2rem;}
.new3-lb li:hover::after,.new3-r li:hover::after{width: 100%;}
.new3-lb li:hover h2,.new3-r li:hover h2,.link ul li:hover a{color: #29176e;}
.new3-lb li:hover{transform: translateX(15px);}
.new3-r .new_tit{margin-bottom: 0;position: absolute;top: 0.35rem;left: 0.4rem;z-index: 10;}
.new3-r .new_tit h2{color: #ffffff;}
.new3-r::after{content: "";position: absolute;left: -1rem;top: -1rem;width: 5rem;height: 3rem;background: url(/images/shad.png) no-repeat center;z-index: 1;background-size: 150% 130%;}
.new3-r .imged{padding-bottom: 67%;}
.new3-r ul{padding: 0.3rem 0.4rem;background: #fff;}
.new3-r li{padding-bottom: 0.3rem;margin-bottom: 0.3rem;border-bottom: 1px dashed #e2e2e2;position: relative;}
.new3-r li:nth-child(2){margin-bottom: 0;border-bottom:1px dashed rgba(0, 0, 0, 0);}
.new3-r li h2{font-size: 0.22rem;color: #000;line-height: 0.35rem;max-height: 0.7rem;font-family:思源黑体-REGULAR;}
.new3-r li p{color: #666;font-size: 0.14rem;line-height: 0.26rem;margin-top: .1rem;max-height: 0.78rem;}
.new3-r .more{color: #666;font-size: 0.16rem;font-family:思源黑体-REGULAR;text-align: right;display: block;}
.new3-r .more img{padding-right: 0.1rem;}
/* new4 */
.new4{padding: 0.7rem 0 0;}
.new4 h2{font-size: 0.36rem;color: #29176e;font-family: 思源黑体-REGULAR;text-align: center;margin-bottom: 0.4rem;
}
.zt{padding-bottom: 0.3rem;}
.zt li a{display: block;}
.zt .slick-dots li button{display: none;}
.zt .swiper-pagination-bullet{width: 0.3rem;height: 0.05rem;background: #ccc;opacity: 1;border-radius: 0;}
.zt .swiper-pagination-bullet-active{background: #0557ac;}
.zt .slick-dotted.slick-slider{margin-bottom: 0;padding-bottom: 0.3rem;}
.zt>.swiper-pagination-bullets{bottom: 0rem;}
.zt .slick-slide  img{margin: 10px;}
/*  */
/* link */
.link{padding: 0.45rem 0;overflow: hidden;}
.link .w1400{align-items: center;}
.link h2{width: 1.3rem;font-family:思源黑体-REGULAR;font-size: 0.3rem;color: #29176e;}
.link ul{width: calc(100% - 1.3rem);padding-left: 0.4rem;    justify-content: flex-start;}
.link ul li{font-size: 0.16rem;line-height: 0.3rem;}
.link ul li a{padding: 0 0.1rem;color: #000;font-family:思源黑体-REGULAR;transition: 0.5s;}
footer{padding: 0.5rem 0;background: url(/images/fotbg.png) no-repeat center/cover;}
.foot-t{position: relative;padding-bottom: 0.4rem;margin-bottom: 0.35rem;align-items: center;justify-content: space-between;}
.foot-t::after{content: "";position: absolute;left: 50%;bottom: 0;height: 1px;width: 100vw;background-color: #307cc4;transform: translateX(-50%);}
.log{width: 3.9rem;}
.log img{max-width:100%;}
.ewm{/* width: 2.4rem; */display: flex;}
.fot-link{/* width: calc(100% - 6.3rem); */padding: 0 1.1rem;display: none;}
.fot-link ul{justify-content:flex-start;}
.fot-link li{width: 25%;font-size: 0.22rem;line-height: 0.4rem;text-align: center;}
.fot-link li a{color: #fff;font-family:思源黑体-REGULAR;}
.ewm1{text-align: center;margin-left: .3rem;}
.ewm1:last-child{margin-right: 0;}
.ewm1 p{color: #fff;font-size: 0.14rem;line-height: 0.4rem;}
.ewm1 img{width: 1rem;height: 1rem;}
.fot-l{width: calc(100% - 3.5rem);}
.fot-r{width: 3.5rem;}
.fot-r a{width:0.8rem;}
.fot-r a img{width: 0.52rem;}
.fot-r .bq{width:calc(100% - 0.8rem);}
.fot-l p{font-size: 0.16rem;line-height: 0.3rem;color: #fff;font-family: 思源黑体-REGULAR;}
.fot-r p{font-size: 0.16rem;line-height: 0.3rem;color: #fff;font-family: 思源黑体-REGULAR;}






@media screen and (max-width:1600px){
.w1400{width: 1152px !important;}
#logo {width: 5rem;}
.ewm1{max-width: 1.5rem;margin: 0 .1rem;}
.new2-l .new2slick{width: calc((100vw - 1152px) + 100% - .2rem);/* float: right; */padding-bottom: 60px;margin-left: calc((100vw - 1152px)*-1 + .2rem);}

}
@media screen and (max-width:1199px){
    .w1400{width: 1000px !important;}
    .header_box{ display: none;}
	.m_header_box{ display: block;}
	.ewm {}
   .fot-link{width: calc(100% - 6.5rem);}
   .new2-l .new2slick{width: calc((100vw - 1000px) + 100% - .2rem);/* float: right; */padding-bottom: 60px;margin-left: calc((100vw - 1000px)*-1 + .2rem);}

}
@media screen and (max-width:1024px){
    .w1400{width: 100% !important;padding:0 20px;}
    
    .new1-l{width: 60%;}
    .new1-r{width: 38%;}
    .new1-r ul li { padding: 0.35rem 0.5rem 0.35rem 0.3rem;}
    .new2-l,.new2-r,.new2-l,.new2-l .new2slick{width:100%;margin: 0;padding-bottom: .2rem;}
    .new2-r{margin-top:0.3rem;padding-left:0}
    .new2-l .swiper-button-prev{left: 0;}
    .new2-l .swiper-button-next{left: 0.55rem;}
    .fot-link{padding: 0 0.2rem;width:50%;}
    .ewm{margin-top:0.3rem;width: 100%;justify-content: center;}
    .fot-l,.fot-r{width:100%;text-align: center;}
    .fot-r{width: 3.5rem;margin: 0.2rem auto 0;}
    .new3-l{width: calc(50% - 0.2rem);padding-right: 0;}
    .new3-r{width:calc(50% - 0.2rem) ;}
    .foot-t::after{left: 0;width: 100%;transform: inherit;}

    .foot-t{ text-align: center}
    .log{ margin:0 auto}
}
@media screen and (max-width:768px){
    .new1-l{width: 70%;margin: 0 auto 0.3rem;}
    .new1-r{width: 100%;}
    .new1-r::after{background:#f1f0f4;}
    .fot-link{width:100%;margin-top:0.3rem;padding:0;}
    .fot-link li{text-align:left;}
    .new3-l,.new3-r{width: 100%;}
    .new3-r{margin-top: 0.3rem;}
    .new3,.new1,.new2{padding: 0.5rem 0;}
    .new2-l .new2lb p,.new3-r li p{-webkit-line-clamp: 2;line-height: 0.34rem;height: 0.68rem;}
    .new3-lt,.new3-lb,.new3-r ul{padding: 0.2rem;}
}

@media screen and (max-width:600px){
    .new1-l{width:100%;}
    .new1-r{width:100%;}
    .new1-l a{position: static;display: none;}
    .new1-l a.on{display: block;}
    .new1-r::after{background-color: #f1f0f4;    width: 100%;}
    .new1-r ul li{padding:0.2rem;}
    .link ul{width:100%;padding-left:0;margin-top:0.3rem;}
.fot-r{width: 4rem;}
}
@media screen and (max-width:420px){
    .new1-l .a{padding: 0.15rem;height: auto;}
    .new2-rb{background: none;border-top: 3px solid rgba(0, 0, 0, 0);padding: 0;}
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}