@charset "utf-8";
@font-face{ font-family:Menk; src:url(../font/MHW8101.TTF);}
@font-face{ font-family:Barlow-ExtraBold; src:url(../font/Barlow-ExtraBold.ttf);}
@media screen and (max-width:5000px){
html{font-size: 100px!important;}
}
@media screen and (max-width:1920px){
html{font-size: 100px!important;}
}
@media screen and (max-width:1200px){
html{font-size: 90px!important;}
}
@media screen and (max-width:980px){
html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
html{font-size: 85px!important;}
}
@media screen and (max-width:480px){
html{font-size: 85px!important;}
}
@media screen and (max-width:375px){
html{font-size: 85px!important;}
}
@media screen and (max-width:360px){
html{font-size: 65px!important;}
}


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{ margin:0 auto; max-width: 1540px; padding:0 50px}
.container00{ background: #f7f7f8 url(../images/bgbg1.png) center bottom no-repeat; background-size: 100% auto;}

body{ background: #f7f7f8 url(../images/bgbg.png) center top no-repeat; background-size: 100% auto;}

.header_box{}
.header_box .header_top{height: 35px;background: #003466; box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.54);}
.header_box .header_top .w1200{display: flex;align-items: center;justify-content: space-between;height: 100%;}

.list_box1{display: flex;align-items: center;}
.list_box1 li{margin-right: .1rem;color: #fff;display: flex;}
.list_box1 li a{font-size: 14px;color: #fff;transition: .5s;}
.list_box1 li a:hover{ color:#d69f6d}

.list_box2{display: flex;align-items: center;}
.list_box2 li{color: #999999;display: flex;margin-left: .28rem;}
.list_box2 li a{font-size: 12px;color: #fff;transition: .5s;display: flex;align-items: center;justify-content: center;}
.list_box2 li a img{ margin:0 7px 0 0}
.list_box2 li a:hover{ color:#d69f6d}

.header_box .header_bottom{height: 1.5rem;}
.header_box .header_bottom .w1200{display: flex;align-items: center;justify-content: center;height: 100%;}
.header_box .header_bottom img{/*height:1.2rem;*/}

.nav_pc{background: #c8161d;height: .5rem;}
.nav_pc .w1200{ display: flex; align-items: center; justify-content: space-between;}
.nav_pc ul{display: flex;width: 100%;padding: 0 .6rem;justify-content: space-around;}
.nav_pc ul li *{ transition: .5s;}
.nav_pc ul li{ position: relative}
.nav_pc ul li .yiji{font-size: .18rem;color: #fff;height: .5rem;display: flex;align-items: center;}
.nav_pc 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 15px rgba(0,0,0,.2);}
.nav_pc ul li .sub .box{padding: 0;text-align:center;}
.nav_pc ul li .sub a{padding: 8px 40px;line-height: 28px;transition:.6s;font-size: 14px;color: #666666;text-align: center;white-space: nowrap;display: block;}
.nav_pc ul li .sub a:hover{color: #fff;background: #d70c19;}
.nav_pc ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}

.nav_pc ul li.on .yiji, .nav_pc ul li:hover .yiji{ font-weight: 600}

.nav_pc ul li.xiala .yiji:before{content:"";position: absolute;right: -20px;background: url(../images/yiji_bg.png) center no-repeat;width: 12px;height: 7px;}

.search_btn svg{ fill:#ccc; transition: .5s;}
.search_btn{cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 1.125rem;height: 1.125rem;vertical-align: middle;}

.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: 100%;background: #f4f4f4;transition: .6s;left: 0;right: 0;z-index: 1;opacity: 0;visibility: hidden;}
.search-dialog-box.on:before{height:100%;opacity: 1;visibility: visible;}
.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;
	max-width: 1200px;
	margin: 0 auto;
}

.search-dialog{
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 94%;
	z-index: 2;
}
.search-tit{
	font-size: .32rem;
	line-height: .56rem;
	color: #2d2d2d;
	text-align: center;
	overflow: hidden;
	margin-bottom: .4rem;
	font-weight: bold;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.4);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	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: 4.5rem;
	width: 3.5rem;
}

.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;

	background-size: 1.5rem;
	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);padding-bottom: 10%;}

.pub-close {
    position: absolute;
    width: .56rem;
    height: .56rem;
    z-index: 10;
    right: .24rem;
    top: .24rem;
    background-color: #ae282e;
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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: 18px;
    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_tc_search{width: 100%;}
.search_box{display:flex;width: 100%;}
.search_box input.input{width: calc(100% - .7rem);height: .64rem;background: #f3f3f3;border-radius: .34rem 0 0 .34rem;padding: 0 .24rem;font-size: .16rem;color: #333;border: #d6d6d6 1px solid;}
.search_box input.submit{width: .7rem;height: .64rem;border-radius: 0 .34rem .34rem 0;padding: 0 .24rem;background: #ae282e url(../images/submit.svg) center no-repeat;background-size: .28rem;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: 54px;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 15px;height: 54px;background: #fff;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;background-size: cover;}
.m_header_box header #logo img{height: 22px;height:0.50rem;}
.m_header_box header #logo{ padding:0}

.m_header_box .list_box0 .li{color: #6f6f6f;}
.m_header_box .list_box0 .li.li1>a{ background:#1a4390; color:#fff}
.m_header_box .list_box0 .li.li1>a svg path{ fill:#fff}
.m_header_box #logo img{height: .64rem;}
.m_header_box .search_btn svg{ fill:#6f6f6f}

/*导航按钮开始*/
#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: 54px;height: 54px;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: #c8161d;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #c8161d 10px solid;border-bottom: transparent 54px 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: .4rem;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: #fff;}
#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: #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 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: 1.75rem;}

#m_nav .list_box0{text-align:center;width: 100%;justify-content: center;margin: .32rem 0 0;}
#m_nav .list_box0 .li{text-align:center;color: #333;margin: 0 .12rem;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: 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{border-bottom: 1px solid #e2e2e2;}

#m_nav .list_box1{ width: 100%; justify-content: center;}
#m_nav .list_box2{width: 100%;justify-content: center;margin: 0 0 .1rem;}

/*三级导航 开始*/
.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 .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;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 #c8161d;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消失-结束 */
.slider-btn{ display: none !important;}

#m_nav .list_box1{ flex-wrap: wrap}
#m_nav .list_box1 li{color: #888;margin: 0;min-width: 50%;text-align: center;justify-content: center;}
#m_nav .list_box1 li a{color: #777;line-height: 1.5;display: block;text-align: center;}
.m_header_box .list_box2 li a{color: #333;}
.m_header_box .list_box2 li{ margin:0}

/*导航按钮结束*/

.banner.ar_wap ul li a{ display: block; padding-bottom: 45.60% !important; position: relative;}
.banner.ar_wap ul li a img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;}
.banner.ar_wap .miso-dots li{ font-size: 0; width: .13rem; height: .13rem; border: rgba(255,255,255,2) 2px solid; background: #fff; border-radius: 50%; font-size: 0; margin: .17rem 0; position: relative;}
.banner.ar_wap .miso-dots li::before{content: "";position: absolute;left: .34rem;width: 0;height: 2px;background: #fff;transition: .5s;top: 50%;margin-top: -1px;}
.banner.ar_wap .miso-dots li.active{ background: transparent;}


/*==========================================公共 结束=============================================*/

 
/*==========================================首页 开始=============================================*/


.banner .content{position: relative;overflow: hidden;}

.list_box_banner li{ height: auto}
.list_box_banner li a{ position: relative; display: block}
.list_box_banner li .img .img_hezi{ padding-bottom: 49.29% !important;}
.list_box_banner li a .con{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;flex-direction: column;justify-content: flex-end;display: none;}
.list_box_banner li a .con h5{background: rgba(0,0,0,.6);padding: .18rem 0.2rem;font-size: .18rem; color: #fff; line-height: .28rem; max-height: .84rem;}

.list_box_banner1{width: calc(100% - 3.6rem);position: absolute;left: 0;top: 0;bottom: 0;background: #fff;}
.list_box_banner2{width: calc(100% - 3.6rem);position: relative;z-index: 1;margin-left: 3.6rem;background: #fff;}

@media(max-width: 1600px){
	.list_box3 li a .con h6{ margin-top: .1rem !important;}
}

@media(max-width: 991px){
	.list_box_banner1{ display:none}
	.list_box_banner2{ width:100%; margin:0}
}


.list_box3{ position: absolute; top: 0; bottom: 0; left: 0; display: flex; flex-direction: column; width: 3.6rem;}
.list_box3 li{ flex: 1; width: 100%;}
.list_box3 li *{ transition: .5s;}
.list_box3 li a{display: flex;width: 100%;height: 100%;background: rgba(0,0,0,.16);position: relative;z-index: 1;align-items: center;padding: 0 .32rem;-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}
.list_box3 li a::before{content: "";position: absolute;background: rgba(214, 159, 109, 0.9);right: 0;top: 0;bottom: 0;left: 0;z-index: -1;opacity: 0;visibility: hidden;}
.list_box3 li a::after{content: "";position: absolute;left: 0;bottom: 0;right: 0;height: 1px;background: #545454;opacity: .37;}
.list_box3 li a .time{width: .68rem;display: flex;position: relative;}
.list_box3 li a .time:before{ content:""; position:absolute; right:0; width:1px; background: rgba(255,255,255,.3); height: .54rem; top:50%; transform: translateY(-50%)}
.list_box3 li a .time .time_con{ text-align: center}
.list_box3 li a .time h3{ font-size: .4rem; color: rgba(255,255,255,.5); font-weight: bold;}
.list_box3 li a .time h6{font-size: .14rem;color: rgba(255,255,255,.5);margin: .06rem 0 0;}
.list_box3 li a .con{width: 100%;padding: 0 0 0 .12rem;}
.list_box3 li a .con h5{font-size: .18rem;color: #fff;line-height: .28rem;height: .56rem;}
.list_box3 li a .con h6{font-size: 12px;color: #fff;font-family: Menk;margin: .22rem 0 0;}

.list_box3 li.on a{background: transparent;width: 3.7rem;}
.list_box3 li.on a::before{opacity: 1;visibility: visible;}
.list_box3 li.on a::after{ width: 0;}

.container01{padding: .4rem 0 0;background: url(../images/container01_bg.png) 35% top no-repeat;overflow: hidden;}
.title001{ display: flex; align-items: center; justify-content: space-between; margin-bottom: .36rem}
.title001 .ll{ display: flex; align-items: center;}
.title001 .ll .ll1{ margin-right: .15rem;}
.title001 h3{display: flex;font-size: .3rem;color: #333333;font-weight: bold;align-items: center;}
.title001 h3 font{color: #ae282e;  }
.title001 h6{font-size: .14rem;color: #999999;padding: .04rem 0 0 0;font-family: Abhaya Libre ExtraBold;}

.more001 a{display: flex;align-items: center;font-size: 12px;color: #003399;transition: .5s;}
.more001 a img{ margin: 0 .08rem 0 0;}
.more001 a font{ color: #ae282e;}

.container01 .content{ background: #fff; padding: .5rem .3rem;}
.container01 .content .w25_box{ margin: 0 -.3rem;}
.container01 .content .w25_box .w25{ padding: 0 .3rem;}

.list_box4 li{ border-bottom: #dcdcdc 1px solid; margin-bottom: .22rem;}
.list_box4 li *{ transition: .5s;}
.list_box4 li a{ display: block; padding-bottom: .3rem;}
.list_box4 li .img{ margin-bottom: .15rem}
.list_box4 li .img .img_hezi{ padding-bottom: 56.33% !important;}
.list_box4 li .con h5{ font-size: .18rem; color: #000000; line-height: .28rem; height: .56rem;}
.list_box4 li .con .bottom{display: flex;align-items: center;justify-content: space-between;margin: .22rem 0 0;}
.list_box4 li .con .bottom .ll{position: relative;font-size: .14rem;color: #333333;width: auto;max-width: calc(100% - 80px);padding-bottom: 0;}
.list_box4 li .con .bottom .ll::before{content: "";position: absolute;left: 0;bottom: 0;background: #777778;height: 1px;width: 100%;}
.list_box4 li .con .bottom .rr{font-size: .14rem;color:#999999;font-family: Menk;}

.list_box4 li:last-child{ border: none; margin-bottom: 0;}
.list_box4 li:last-child a{ padding-bottom: 0;}

.list_box4s li:nth-child(2){ border: none;}

.container02{padding: .4rem 0 0;background: url(../images/container02_bg.png) 72% -97% no-repeat;overflow: hidden;}
.container02 .content{ background: #fff;}
.container02 .fl01{ display: flex; flex-wrap: wrap;}

.list_box5 li *{ transition: .5s;}
.list_box5 li a{ display: flex; position: relative;}
.list_box5 li a .img .img_hezi{ padding-bottom: 59.02% !important; padding-bottom: 4.25rem !important;}
.list_box5 li a .img::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/list_box5_top.png) center bottom no-repeat; background-size: 100% auto;} 
.list_box5 li a .con{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: .22rem .3rem;}
.list_box5 li a .con h5{ font-size: .18rem; color: #fff; line-height: 1.25;}
.list_box5 li a .con p{font-size: 12px;color: #fff;line-height: 22px;height: 44px;width: 4.88rem;max-width: 100%;margin: .15rem 0 0;}

.container02 .fl01 .w50_box{ position: relative; z-index: 1; border-bottom: #f0f0f0 1px solid;}
.container02 .fl01 .w50_box::before{ content: ""; position: absolute; left: 50%; width: 1px; top: 0; bottom: 0; background: #f0f0f0; z-index: -1;}
.container02 .fl01 .w50_box .w50{padding: .5rem .3rem 0;}

.list_box6 li{ border-bottom: #d8d8d8 1px dashed; margin-bottom: .28rem; padding-bottom: .24rem;}
.list_box6 li *{ transition: .5s;}
.list_box6 li .img{ margin: .05rem 0 .15rem;}
.list_box6 li .img .img_hezi{  padding-bottom: 56.52% !important; padding-bottom: 1.69rem !important;}
.list_box6 li .con{padding: 0;}
.list_box5 li .con h5,.list_box6 li .con h5{font-size: .18rem;color: #000000;line-height: .28rem;height: auto;max-height: .56rem;margin-bottom: .15rem;}
.list_box5 li .con h6,.list_box6 li .con h6{font-size: .16rem;color: #999999;line-height: .33rem;padding: 0 0 0 .28rem;}
.list_box6 li .con h6.h61{ background: url(../images/list_box6_ico1.png) left center no-repeat;}
.list_box6 li .con h6.h62{ background: url(../images/list_box6_ico2.png) left center no-repeat;}

/*1201mc*/
.list_box5 li .con h6.h61{ background: url(../images/list_box6_ico1.png) left center no-repeat;}
.list_box5 li .con h6.h62{ background: url(../images/list_box6_ico2.png) left center no-repeat;}
.list_box5 li .con h6.h61,.list_box5 li .con h6.h62{color:#fff;}
/*1201mc*/

.list_box6 li:last-child{ border-bottom: none; margin-bottom: 0; padding-bottom: 0;}

.list_box6s{ display: flex; flex-wrap: wrap; padding: .4rem 0;}
.list_box6s li{ width: 25%; padding: 0 .3rem;}
.list_box6s li{ border-bottom: none; margin-bottom: 0; padding-bottom: 0;}

.container03{padding: .4rem 0 1.2rem;background: url(../images/container03_bg.png) 37% -231% no-repeat;overflow: hidden;}
.container03 .w50_box{ margin: 0 -.15rem;}
.container03 .w50_box .w50{ padding: 0 .15rem;}

.container03 .box1{ display: flex; flex-wrap: wrap;}
.container03 .box1 .left{ width: 52.17%;}
.container03 .box1 .right{ width: calc(100% - 52.17%); padding: 0 0 0 .3rem;}

.list_box7{ }
.list_box7 li *{ transition: .5s;}
.list_box7 li a{ display: block;}
.list_box7 li .img{margin-bottom: 0;}
.list_box7 li .img .img_hezi{ padding-bottom: 70.27% !important; padding-bottom: 2.53rem !important;}
.list_box7 li .con{background: #fff;height: 2.08rem;padding: 0 .3rem;display: flex;flex-direction: column;justify-content: center;}
.list_box7 li .con h5{font-size: .18rem;color: #000000;line-height: .28rem;height: .56rem;width: 100%;}
.list_box7 li .con p{font-size: .14rem;color: #666666;line-height: 22px;height: 44px;width: 100%;opacity: .87;margin: .1rem 0 .24rem;}
.list_box7 li .con .bottom{display: flex;align-items: center;justify-content: space-between;margin: 0 0 .15rem;width: 100%;}
.list_box7 li .con .bottom .ll{position: relative;font-size: .14rem;color: #333333;width: auto;max-width: calc(100% - 80px);padding-bottom: 0;}
.list_box7 li .con .bottom .ll::before{content: "";position: absolute;left: 0;bottom: 0;background: #777778;height: 1px;width: 100%;}
.list_box7 li .con .bottom .rr{font-size: .14rem;color:#999999;font-family: Menk;}

.list_box8{padding: 0 .3rem;height: 4.74rem;background: #003466;margin: .22rem 0 0;background: #fff;}
.list_box8 li{ border-bottom:rgba(136, 160, 184, 0.5) 1px solid}
.list_box8 li .con{height: 2.4rem;padding: 0;display: flex;flex-direction: column;justify-content: center;}
.list_box8 li .con h5{font-size: .18rem;color: #000000;line-height: .28rem;height: .56rem;width: 100%;}
.list_box8 li .con p{font-size: .14rem;color: #666666;line-height: 22px;height: 44px;width: 100%;opacity: .87;margin: .1rem 0 .24rem;}
.list_box8 li .con .bottom{display: flex;align-items: center;justify-content: space-between;margin: 0 0 .2rem;width: 100%;}
.list_box8 li .con .bottom .ll{position: relative;font-size: .14rem;color: #fff;width: auto;max-width: calc(100% - 80px);padding-bottom: 0;}
.list_box8 li .con .bottom .ll::before{content: "";position: absolute;left: 0;bottom: 0;background: #fff;height: 1px;width: 100%;}
.list_box8 li .con .bottom .rr{font-size: .14rem;color: #999999;font-family: Menk;}

.list_box8 li:last-child{ border-bottom: none; margin-bottom: 0; padding-bottom: 0;}

.list_box8s{/* background: #d69f6d; */}
.list_box8s li{border-bottom: rgba(136, 160, 184, 0.5) 1px solid;}

.list_box7s li a{ display: block; position: relative;}
.list_box7s li .img .img_hezi{ padding-bottom: 153.33% !important; padding-bottom: 4.6rem !important;}
.list_box7s li .img::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/list_box7s_top.png) center bottom no-repeat; background-size: 100% auto;} 
.list_box7s li .con{position: absolute;top: 0;right: 0;bottom: 0;left: 0;height: auto;background: none;justify-content: flex-end;padding: 0 .3rem .22rem;}

.list_box7s li .con h5,.list_box7s li .con p, .list_box7s li .con .bottom .ll, .list_box7s li .con .bottom .rr{ color: #fff;}
.list_box7s li .con .bottom .ll::before{ background: rgba(255,255,255,.7);}

.list_box9 li{ margin: .2rem 0 0; }
.list_box9 li *{ transition: .5s;}
.list_box9 li a{ display: block;}
.list_box9 li .img{margin-bottom: 0;}
.list_box9 li .img .img_hezi{ padding-bottom: 70.27% !important; padding-bottom: 2.53rem !important;}
.list_box9 li .con{background: #fff;height: 2.2rem;padding: 0 .3rem;display: flex;flex-direction: column;justify-content: center;}
.list_box9 li .con h5{font-size: .18rem;color: #000000;line-height: .28rem;height: .56rem;width: 100%;}
.list_box9 li .con p{font-size: .14rem;color: #666666;line-height: 22px;height: 44px;width: 100%;opacity: .87;margin: .1rem 0 .24rem;}
.list_box9 li .con .bottom{display: flex;align-items: center;justify-content: space-between;margin: 0 0;width: 100%;}
.list_box9 li .con .bottom .ll{position: relative;font-size: .14rem;color: #333333;width: auto;max-width: calc(100% - 80px);padding-bottom: 0;}
.list_box9 li .con .bottom .ll::before{content: "";position: absolute;left: 0;bottom: 0;background: #777778;height: 1px;width: 100%;}
.list_box9 li .con .bottom .rr{font-size: .14rem;color:#999999;font-family: Menk;}

.list_box9 li:last-child .con{ height: 2.34rem;}
.list_box9 li:last-child .con .bottom{ margin-bottom: .1rem;}

.container03 .box1 .right .list_box9 li:first-child{ margin-top: 0;}

.container03 .box1 .right .list_box9 li:nth-child(2) .con{background: #ffffff;}
.container03 .box1 .right .list_box9 li:nth-child(3) .con{background: #ffffff;}

.container03 .box1 .right .list_box9 li:nth-child(2) .con h5,.container03 .box1 .right .list_box9 li:nth-child(2) .con p, .container03 .box1 .right .list_box9 li:nth-child(2) .con .bottom .ll, .container03 .box1 .right .list_box9 li:nth-child(2) .con .bottom .rr, .container03 .box1 .right .list_box9 li:nth-child(3) .con h5,.container03 .box1 .right .list_box9 li:nth-child(3) .con p, .container03 .box1 .right .list_box9 li:nth-child(3) .con .bottom .ll, .container03 .box1 .right .list_box9 li:nth-child(3) .con .bottom .rr{/* color: #fff; */}
.container03 .box1 .right .list_box9 li .con .bottom .ll::before{ background: rgba(255,255,255,.7);}

.tc1 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999999999;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.tc1 .close:hover{ transform:rotate(180deg);}
.tc1 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc1 .tc-box{position:absolute;background: #d9d9d9;border-radius: .5rem;overflow: hidden;top:50%;z-index:9999;width: 2.88rem;left:50%;margin-left: -1.44rem;margin-top: -1.44rem;padding: .16rem;-webkit-border-radius: .08rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}
.tc1 .tc.act .tc-box{  transform:scale(1);}
.tc1 .tc.act{display: block;  }
.tc1 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc_bg {height: 100%;background: rgba(0,0,0,.7);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
.tc1 .tc-box h3 img{width:100%; margin: 0 auto;display: block;}
.tc1 .tc-box h5{padding-top: .16rem;font-size: .14rem;color: #6c6c6c;text-align:center;}

footer{ background: #003466; padding: .4rem 0; border-top: #c8161d .09rem solid;}
footer .w1200{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
footer .left p{ font-size: .14rem; color: #82a3c4; line-height: 1.5; margin: .15rem 0;}

footer .right{ display: flex; align-items: center;}
footer .right dl{position:relative;white-space:nowrap;margin-left: 0;width: 3.15rem;padding: 0;cursor:pointer;margin-right: .5rem;}
footer .right dl dt{height: .48rem;font-size: .16rem;color: #83a3c4;border: #2f577e 1px solid;padding: 0 .22rem;display: flex;align-items: center;justify-content: space-between;}
footer .right dl dt svg{width:12px;height:12px;fill: #83a3c4;vertical-align:middle;margin: 0;float: right;transform: rotate(180deg);transition:.5s;}
footer .right dl .con{position:absolute;left:0;bottom: calc(.48rem - 1px);background: #003466;box-shadow:0 -5px 10px rgba(0,0,0,.15);padding: .1rem .22rem;min-width: 100%;display: none;border: #2f577e 1px solid;}
footer .right dl .con dd{font-size:13px;color: #fff;line-height:24px;transition:.5s;}

footer .right dl.on dt svg{transform: rotate(0);}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.n_container{ padding: 0 0 1.2rem; overflow: hidden;}

.n_banner{ position: relative;}
.n_banner .img{ overflow: hidden;}
.n_banner .img::after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/n_banner_top.png) center bottom no-repeat; background-size: 100% auto;} 
.n_banner .img .img_hezi{padding-bottom: 32% !important;}
.n_banner .img img{ transform: scale(1.08); transition: 8s;}
.n_banner .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex;padding: 0 15px; align-items: center; justify-content: center; flex-direction: column;}
.n_banner h3{ font-size: .32rem; color: #fff; font-weight: bold; text-align: center; margin-bottom: .5rem}
.n_banner .top h6{ font-family:Georgia; font-size: .2rem; color: #fff; opacity: .44; text-transform: uppercase; margin: .1rem 0 0;}

[data-aos=n_banner_s].aos-animate.n_banner .img img{ transform: scale(1);}


.n_erji_box{position: absolute;bottom: .24rem;left: 0;right: 0;}
.n_erji{ display: flex; justify-content: center;}
.n_erji li{padding: 0 .27rem;}
.n_erji li a{display: inline-block;height: .4rem;font-size: .18rem;color: #fff;padding: 0;position: relative;transition: .5s;}
.n_erji li a::before{content: "";position: absolute;bottom: 0;right: 0;width: 0;height: 8px;transition: .5s;background: url(../images/n_erji_bg.png) center bottom no-repeat;}

.n_erji li.on a{font-weight: 600;}
.n_erji li.on a::before{width: 100%;left: 0;}

.miaobaobar{ background: #fff; padding: .26rem .7rem 0; overflow:hidden}
.miaobaobar{line-height: .56rem;font-size: 14px;color: #888888;display: flex;flex-wrap: wrap;}
.miaobaobar *{ transition: .5s; font-style: normal;}
.miaobaobar img{ margin: -3px 3px 0 0;}
.miaobaobar span{ margin: 0 .06rem;}
.miaobaobar a:hover{ color: #003466;}
.miaobaobar .box{width: auto;position: relative;}
.miaobaobar .box:before{ content:""; position:absolute; bottom:0; right:0; background:#d6d6d6; width:100vw; height:1px;}

/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;float: left;width: 100%;background: #003d88;}
#bnt_back { position: absolute; left: 1rem; top: 0; }
#bnt_back img{height: 28px;}
#bnt_back svg { fill: #fff; height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav {position: absolute;right: 1rem;top: 0;height: 50px;cursor: pointer;color: #fff;font-size: 18px;display: flex;align-items: center;}
#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img {display: block;height: 20px;}
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #a21d1d; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #a21d1d; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a {margin: 0 20px;display: block;color: #5b5349;line-height: 30px;font-size: 14px;font-weight: 400;vertical-align: top;}
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #d70029; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #d70029; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #a21d1d;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #d70029; }

.n_padding{ padding: .6rem .7rem; overflow: hidden; background: #fff;}

.list_box_xueshu{ display: flex; flex-wrap: wrap; margin: 0 -.2rem; margin-bottom: -.44rem;}
.list_box_xueshu li{ width: 33.33%; padding: 0 .2rem; margin-bottom: .44rem;}
.list_box_xueshu li *{ transition: .5s;}
.list_box_xueshu li a{display: block;position: relative;z-index: 1;background: #f7f7f8;}
.list_box_xueshu li a::before{content: "";position: absolute;left: 0;bottom: 0;width: 50%;height: 50%;z-index: -1; opacity: 0;}
.list_box_xueshu li .con{padding: .3rem .4rem;position: relative;}
.list_box_xueshu li .con h5{font-size: .18rem;color: #000000;line-height: .28rem;height: auto;max-height: .56rem;margin-bottom: .2rem;}
.list_box_xueshu li .con h6{font-size: .16rem;color: #999999;line-height: .33rem;padding: 0 0 0 .28rem;}
.list_box_xueshu li .con h6.h61{ background: url(../images/list_box6_ico1.png) left center no-repeat;}
.list_box_xueshu li .con h6.h62{ background: url(../images/list_box6_ico2.png) left center no-repeat;}
.list_box_xueshu li .con:before{content:"";position: absolute;top:-2px;right:-2px;width:.2rem;height:2px;background:#ae282e;z-index: 1;}
.list_box_xueshu li .con:after{content:"";position: absolute;right:-2px;top:-2px;width:2px;height:.2rem;background:#003466;z-index: 1;}

.fanye{ text-align: center; margin: .5rem 0 0;}

.list_box11{display: flex;margin: 0 -.28rem;flex-wrap: wrap;margin-top: .4rem;}
.list_box11 li{width: 50%;padding: 0 .28rem;margin-bottom: .4rem;}
.list_box11 li .a{position: relative;display: flex;flex-wrap: wrap;z-index: 1;height: 100%;padding: 0 .2rem 0 0;}
.list_box11 li .a::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: .26rem;background: #f7f7f8;z-index: -1;}
.list_box11 li .a .ll{ font-size: .8rem; color: #222222; opacity: .09; font-family:Barlow-ExtraBold; width: .66rem; white-space: nowrap;}
.list_box11 li .a .rr{ width: calc(100% - .66rem); padding: .3rem 0 0;}
.list_box11 li .a .rr p{font-size: .18rem;color: #222222;line-height: .4rem;margin-bottom: .2rem;text-indent: .36rem;}

.list_box_keyan li{ margin-bottom: .4rem;}
.list_box_keyan li *{ transition: .5s;}
.list_box_keyan li a{display: flex;flex-wrap: wrap;border: #e0e0e0 1px solid;position: relative;}
.list_box_keyan li a::before{ content: ""; position: absolute; top: 50%; width: .05rem; height: 1.68rem; top: 50%; transform: translateY(-50%); left: -.05rem; background: #003466;}
.list_box_keyan li a::after{ content: ""; position: absolute; top: 50%; width: .05rem; height: 0rem; top: 50%; transform: translateY(-50%); left: -.05rem; background: #a0252a;}
.list_box_keyan li .left{width: calc(100% - 1.6rem);display: flex;flex-wrap: wrap;padding: .3rem .7rem .3rem .3rem;position: relative;z-index: 1;align-items: center;}
.list_box_keyan li .left:before{ content:""; position:absolute; right:0; width:0; height:100%; opacity:0; top:0; z-index:-1}
.list_box_keyan li .left .img{ width: 3rem;}
.list_box_keyan li .left .img .img_hezi{ padding-bottom: 56% !important;}
.list_box_keyan li .left .con{ width: calc(100% - 3rem); padding: 0 0 0 .4rem;}
.list_box_keyan li .left .con h5{font-size: .18rem;color: #222222;line-height: 1.25;margin-bottom: .25rem;}
.list_box_keyan li .left .con p{font-size: .14rem;color: #888888;line-height: .28rem;height: .84rem;text-indent: .28rem;}
.list_box_keyan li .right{width: 1.6rem;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;text-align: center;background:#f7f7f8;flex-direction: column;}
.list_box_keyan li .right:before{ content:""; position:absolute; right:0; width:0; height:100%; opacity:0; top:0; z-index:-1}
.list_box_keyan li .right .time{color: #999999;}
.list_box_keyan li .right .time h3{ font-size: .32rem; font-family: Times New Roman;}
.list_box_keyan li .right .time h6{font-size: .18rem;font-family: Times New Roman;margin: .08rem 0 0;}
.list_box_keyan li .right .ico{background: url(../images/list_box_keyan_bg.png) center no-repeat;margin: .5rem 0 0;width: .37rem;height: .24rem;background-size: 100% 100% !important;}

.list_box_n_renyuan{ display: flex; margin: 0 -.3rem; flex-wrap: wrap; margin-bottom: -.6rem;}
.list_box_n_renyuan li{ width: 50%; padding: 0 .3rem; margin-bottom: .6rem;}
.list_box_n_renyuan li *{ transition: .5s;}
.list_box_n_renyuan li a{display: flex;padding: .1rem;position: relative;z-index: 1;background: url(../images/list_box_n_renyuan_bg.jpg) center no-repeat;background-size: cover !important;align-items: flex-start;}
.list_box_n_renyuan li a::before{ content: ""; position: absolute; bottom: 0; left: 0; width: .2rem; height: .2rem; background: #c8161d; z-index: -1;}
.list_box_n_renyuan li a::after{ content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 0; background: #003466; z-index: -1; opacity: 0;}
.list_box_n_renyuan li .img{ width: 1.8rem;}
.list_box_n_renyuan li .img .img_hezi{ padding-bottom: 144% !important;}
.list_box_n_renyuan li .con{width: calc(100% - 1.8rem);padding: 0 .3rem 0 .5rem;}
.list_box_n_renyuan li .con h5{ line-height: .58rem; font-size: .24rem; color: #003466;}
.list_box_n_renyuan li .con .line1{ width: 100%; height: 1px; background: #d9d9da; position: relative; margin-bottom: .25rem;}
.list_box_n_renyuan li .con .line1::before{content: "";position: absolute;width: .25rem;height: 3px;background: #003466;bottom: -0.5px;}
.list_box_n_renyuan li .con h6{ line-height: 1.25; font-size: .18rem; color: #222222;}
.list_box_n_renyuan li .con .p{font-size: .14rem;color: #333333;line-height: .24rem;height: auto;opacity: .7;margin: .2rem 0;}
.list_box_n_renyuan li .con .bottom{ display: flex; align-items: center; justify-content: flex-end; font-size: .14rem; color:#919191}
.list_box_n_renyuan li .con .bottom svg{width: .35rem;height:.35rem;fill:#a7a7a8;transform: rotateY(-180deg) translateY(.04rem);margin-left: .06rem;}

.n_renyuan_d{ }
.n_renyuan_d .fl01{position: relative;z-index: 3;display: flex;flex-wrap: wrap;align-items: center;padding: 0 .38rem;margin: .4rem 0;}
.n_renyuan_d .fl01 .bg1{ position: absolute; top:0; right: 0; bottom: 0; left: 0; background: url(../images/n_renyuan_d_bg.png) left center no-repeat; background-size: auto 100% !important; z-index: -1;}
.n_renyuan_d .fl01 .bg2{position: absolute;top:0;right: 0;bottom: 0;left: 0;background: #f7f7f8 url(../images/n_renyuan_d_bg1.png) right center no-repeat;background-size: auto 100% !important;z-index: -2;}
.n_renyuan_d .fl01 .bg3{position: absolute;top:0;right: 0;bottom: 0;left: 0;background: url(../images/n_renyuan_d_bg2.png) right 78% no-repeat;z-index: -1;}
.n_renyuan_d .fl01 .left{ width: 2.3rem;}
.n_renyuan_d .fl01 .left .img{ transform: translateY(-.4rem);}
.n_renyuan_d .fl01 .left .img .img_hezi{ padding-bottom: 144% !important;}
.n_renyuan_d .fl01 .left .con{width: calc(100% - 1.8rem);padding: 0 .3rem 0 .5rem;}
.n_renyuan_d .fl01 .left .con h5{ line-height: .58rem; font-size: .24rem; color: #003466;}
.n_renyuan_d .fl01 .left .con .line1{ width: 100%; height: 3px; position: relative; margin-bottom: .25rem;}
.n_renyuan_d .fl01 .left .con .line1::before{content: "";position: absolute;width: .25rem;height: 3px;background: #003466;bottom: -0.5px;}
.n_renyuan_d .fl01 .left .con h6{ line-height: 1.25; font-size: .18rem; color: #222222;}
.n_renyuan_d .fl01 .left .con .p{font-size: .14rem;color: #333333;line-height: .24rem;height: .72rem;opacity: .7;margin: .2rem 0;}
.n_renyuan_d .fl01 .right{ width: calc(100% - 2.3rem); padding:0 0 0 .76rem;}

.n_renyuan_d .fl01 .right h5{line-height: .58rem;font-size: .24rem;color: #003466;font-weight: bold;}
.n_renyuan_d .fl01 .right .line1{width: 100%;height: 3px;position: relative;margin-bottom: .25rem;}
.n_renyuan_d .fl01 .right .line1::before{content: "";position: absolute;width: .25rem;height: 3px;background: #003466;bottom: -0.5px;}
.n_renyuan_d .fl01 .right h6{line-height: 1.25;font-size: .2rem;color: #222222;}
.n_renyuan_d .fl01 .right .p{font-size: .16rem;color: #333333;line-height: .3rem;opacity: .8;margin: .2rem 0;}

.h31{ line-height: 2; font-size: .22rem; color: #003466; padding: 0 0 0 .36rem; display: flex; align-items: center; margin-bottom: .25rem;}
.h31 img{ margin: 0 .15rem 0 0;}

.more002{padding: .3rem 0 0 .36rem;}
.more002 a{display: inline-block;line-height: .2rem;background: #e8e8e8;padding: .13rem .15rem;border-radius: .23rem;font-size: .18rem;color: #003466;transition: .5s;}

.n_news_detail .ar_article_box{ display: flex; flex-wrap: wrap;}
.n_news_detail .ar_article_box .left{width: calc(100% - 2.88rem);padding: 0 .4rem 0 0;}
.n_news_detail .ar_article_box .right{width: 2.88rem;padding: .2rem 0 0;}
.n_news_detail .ar_article_box .nav01{margin-bottom: .3rem;}
.n_news_detail .ar_article_box h3{color: #000000;font-size: .34rem;line-height: 1.5;margin-bottom: .2rem;font-weight: bold;}
.n_news_detail .ar_article_box h6{display: block;color: #8f8f8f;font-size: 0.14rem;line-height: .42rem;margin-bottom: 0;vertical-align: top;border-bottom: #e2e2e2 1px solid;display: flex;justify-content: space-between;align-items: center;padding: 0 0 4px;}
.n_news_detail .ar_article_box h6 span{margin: 0 .3rem 0 0;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: .3rem 0 0;box-sizing: border-box;width: 100%;margin-top: .4rem;border-top: #e5e5e5 1px solid;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#ar_fot h1{display:block;width: 100%;line-height: .45rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: .18rem;}
#ar_fot h1 span{}
#ar_fot h1 a{color: #333333;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: #003466;}

#ar_fot .ll{ width: calc(100% - 1.4rem)}
#ar_fot .rr{ width: 1.4rem}
#ar_fot .rr a{display: flex;height: .4rem;background: #003466;font-size: .18rem;color: #fff;align-items: center;justify-content: center;transition: .5s;}

.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 6px 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"),url("../fonts/iconfont.svg#iconfont") format("svg")}.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;display:inline-block;outline:none}.social-share .social-share-icon{position:relative;display:inline-block;width: 22px;height: 22px;font-size: 14px;border-radius: 2px;line-height: 22px;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:-205px;left:-84px;width:200px;height:192px;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:105px;margin:10px 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: 22px; color: #000000;}
.hotnewsTitle .ico {width: 44px;height: 44px;margin-right: 10px;vertical-align: middle;background: #003466; border-radius:50%; display:flex; align-items: center; justify-content: center}
.hotnewsList {
    width: calc(100% - 24px);
    padding: 30px 0 50px 0;
    border-left: 1px #e5e5e5 solid;
    margin-left: 24px;
}
.hotnewsList li .date {
    font-size: 14px;
    color: #999999;
    background: url(../images/hotnewsbg.png) no-repeat left top;
    width: 106px;
    height: 31px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 31px;
    position: relative;
    padding-left: 10px;
    margin-left: 15px;
}
.hotnewsList li:hover .date {font-size: 14px;color: #ae282e;background: url(../images/hotnewsbg_on.png) no-repeat left top;}
.hotnewsList li .date::before {
    content: "";
    position: absolute;
    left: -22.5px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px #e0e0e0 solid;
    border-radius: 100%;
    margin-top: -10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
 }
.hotnewsList li .title {width: 100%;font-size: 16px;color: #222222;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 44px;line-height: 22px;margin: 0px 0 30px 0;overflow: hidden;transition: all 0.3s;-webkit-transition: all 0.3s;padding-left: 15px;}
.hotnewsList li .title a {color: #222222;transition: .5s;}
.hotnewsList li:hover .date::before {border: 2px #ae282e solid;}
.hotnewsList li:hover .title a{color: #ae282e;}

.n_renyuan_d .fl03{ padding: .1rem 0 0}
.list_box12{ display: flex; flex-wrap: wrap; margin: 0 -.15rem; margin-bottom: .2rem}
.list_box12 li{ width: 25%; padding: 0 .15rem; margin-bottom: .24rem;}
.list_box12 li *{ transition:.5s}
.list_box12 li .a{ position: relative; z-index:1}
.list_box12 li .a:before{ content:""; position:absolute; top:-2px; left:-2px; width:.15rem; height:.15rem; background:#ae282e; z-index:-1; transform:translateX(-.1rem) translateY(-.1rem); opacity: 0;}
.list_box12 li .a:after{ content:""; position:absolute; bottom:-2px; right:-2px; width:.15rem; height:.15rem; background:#ae282e; z-index:-1; transform:translateX(.1rem) translateY(.1rem); opacity: 0;}
.list_box12 li a{display: flex;height: .7rem;background: #f7f7f7;position: relative;z-index: 1;align-items: center;justify-content: center;font-size: .24rem;color: #000000;cursor: pointer;}
.list_box12 li a::before{ content: ""; position: absolute; left: 50%; background: #e5eaef; width: 0; top: 0; bottom: 0; z-index: -1; transform: translateX(-50%);}

.list_box12 li.on .a:before{ transform:translateX(0) translateY(0); opacity: 1;}
.list_box12 li.on .a:after{ transform:translateX(0) translateY(0); opacity: 1;}
.list_box12 li.on a{ color: #003466; font-weight: bold;}
.list_box12 li.on a::before{ width: 100%; }

.list_box_news{ display: flex; flex-wrap: wrap; margin: 0 -.27rem;}
.list_box_news li{width: 50%;padding: 0 .27rem;margin: -.5px 0;}
.list_box_news li *{ transition:.5s}
.list_box_news li a{display: flex;height: 1.88rem;flex-direction: column;justify-content: center;border-top: #e7e7e7 1px dashed;border-bottom: #e7e7e7 1px dashed;}
.list_box_news li h5{ width: 100%; font-size: .18rem; color: #222222; line-height: 1.25;}
.list_box_news li p{width: 100%;font-size: .14rem;color: #888888;line-height: .28rem;height: .56rem;margin: .14rem 0;}
.list_box_news li h6{ display: flex; align-items: center; font-size: .14rem;font-family: Times New Roman; color: #999999;}
.list_box_news li h6 .ico{background: url(../images/list_box_keyan_bg.png) center no-repeat;width: .37rem;height: .24rem;background-size: 100% 100% !important;margin: 0 0 0 .15rem;}


/*==========================================内页 结束=============================================*/

/*aos="fade-up" aos-duration="1200"*/