@charset "utf-8";
/* CSS Document public*/

*{font-family: "微软雅黑",Helvetica, sans-serif ,Arial;padding: 0;margin:0;box-sizing:border-box;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;}


body{
    padding:0;margin:0;font-family:"微软雅黑",Helvetica, sans-serif ,Arial;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;background:#fff;
}
.index_body{overflow: hidden;}
 @font-face{font-family: 'source';src : url('../font/SourceHanSerifCN-Heavy.otf');}


html,body{ height: 100%;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

P{line-height: inherit;}


table {
    border-collapse: collapse;
    border-spacing: 0;margin:0 auto;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());outline-style:none;; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur()); outline-style:none; }
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clearfix:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex-center{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flex-start{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.flex-end{display: flex;justify-content: flex-end;flex-wrap: wrap;}
.line1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.line2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.line3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.line4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.textline{background-repeat: no-repeat;background-size: 0 1px;background-position:0 100%;transition: background-size 0.5s ease-out 0s;}
a:hover .textline{background-size: 100% 1px;}
.pic{position: relative;overflow: hidden;transition: 0.4s;background-position: center center;}
.pic img{/* display: block; */width: 100%;object-fit: cover;transition: 0.4s ease-in;/* opacity: 0; */}
a:hover .pic img{transform:scale(1.1);transition: 0.4s ease-in;}
.w18 {width: 18rem; margin: 0px auto; }
.w15{width:15rem;margin:0 auto;}

@media (max-width: 1820px) {
	.w18 {width: 95%;}
}
@media (max-width: 1400px) {
  .w15 {width: 95%;}
}

@media(max-width: 768px) {
	.w18{padding: 0 0.16rem;}
	.w15{padding: 0 0.16rem;width: 98%;}
}
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}
.yc_top_nav{position: fixed;transition: 0.4s;width: 100%;height: 0.8rem; left: 0;top: 0; z-index: 1000;transition-delay: 0.6s;top: 0;}
.yc_top_nav.on{height: 0.8rem;padding-top: 0;}
.yc_top_nav::after{content: "";position: absolute;height: 350%;width: 100%;top: 0;left: 0;background: linear-gradient(180deg, #005BAC 0%, rgba(0, 66, 143, 0) 95%);}
.yc_top_nav::before{content: "";position: absolute;height: 0%;width: 100%;top: 0;left: 0;background: linear-gradient(180deg, #005BAC 0%, rgba(0, 66, 143, 0) 95%);transition: 0.4s all;}

.yc_top_nav .logo{width: 36%;}
.yc_top_nav .logo img{display: block;width: 3.38rem;}
/* .yc_top_nav.on .logo img{width: 3.38rem;} */
.yc_top_nav .header_box{}
.yc_top_nav .head_bottom{padding: 0;width: 100%;align-items: center;}
.yc_top_nav.on #header{height: 0.8rem;width: 15rem;}


.yc_top_nav #nav>ul>li>a{padding: 0.14rem 0;text-align: center;}
.yc_top_nav #nav ul li{position: relative;}
.yc_top_nav #nav ul li:hover::before{opacity: 1;width: 0.28rem}
.yc_top_nav #nav ul li:hover::after{opacity: 1;width: 0.28rem}
.yc_top_nav #nav ul li:hover a h3{}
.yc_top_nav .pc_top_lj{margin-left: 0.2rem;}
.yc_top_nav #nav ul li:hover h3{opacity: 0.6;}
#nav ul li:nth-child(3) .sub {
    display: none;
}
.yc_top_nav .head_bottom>.right{width: 60%;}

.yc_top_nav.on::after{content: "";position: absolute;height: 0;width: 100%;top: -100%;left: 0;background: linear-gradient(110deg, #183497 -6%, #0393DF 105%);}
.yc_top_nav.on::before{content: "";position: absolute;height: 100%;width: 100%;top: 0;left: 0;background: linear-gradient(110deg, #183497 -6%, #0393DF 105%);transition: 0.4s all;}
.yc_top_nav.on .top_ljbox{display: none;}
.yc_top_nav.on .head_bottom>.right{width: 60%;}

@media(max-width: 1200px){
	.yc_top_nav .head_bottom{width: 95%;}
}

@media(max-width: 1024px){
	#navs{display: none;}
	.yc_top_nav{display: none;}
}
.header_box_li{position: relative;z-index: 1;transition: 0.4s;z-index: 999;}
.header_box_li.sticky{height: 3.75rem;top: 0;left: 0;right: 0;z-index: 999;}
	@-webkit-keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }
	  @keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }

.header_box_li.sticky .header_top{display: none;}
#nav .search_btn{}
.header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;background: url(../images/sticky_ss.png) no-repeat center center;    margin:6px 0rem 0 2rem;}
.header_box_li.sticky #nav .search_btn img{display: none;}
.header_box_li.sticky #header{}
.header_box_li.sticky #header #logo{}
.header_box_li.sticky #nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}
.header_box_li.sticky #nav ul li{height: 2.75rem;line-height: 2.5rem;}


.header_box{position: relative;z-index: 10000;}
#header{position: relative;z-index:999;background-size:cover;  transition: 0.4s;margin: 0 auto;height: 0.8rem;}

.head_bottom{padding: 0;width: 16.8rem;margin: 0 auto;height: 100%;}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;padding: 0 0;}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {position: absolute;z-index: 1;left: auto;right: -0.5rem;top: -12px;bottom: auto;height: 40px;width: 0;background: #fff;opacity: 0;visibility: hidden;transition: .5s;}
.header_top .search .input input {width: 100%;height: 100%;font-size: 13px;padding: 0 2rem 0 1rem;color: #333;}
.header_top .search .btn {position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}


.header_top .search:hover .input {width: 16.25rem;opacity: 1;visibility: visible;}


.header_top .zc_lj{}
.header_top .zc_lj a{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;color:rgba(255,255,255,0.7);}
.header_top .zc_lj a:hover{color: #ffba00;}

.list_box0{ display:inline-block; vertical-align:top}
.list_box0 .li{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;}
.list_box0 .li>a{ display:block;color:rgba(255,255,255,0.7);transition: 0.5s;}
.list_box0 .li>a:hover{color: #ffba00;}
.list_box0 .li a>img{margin: -1px .625rem 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: 3.5rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;display:none;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{ height:16px}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .625rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.75rem;color:#666666;line-height:20px;margin: 0;}


.list_box0 .li+.li+.li:after{display: none;}
.list_box0 .li:first-child:after{ display:none}

.list_box0 .li input.txt{background: none;border-bottom: 1px solid #fff;width: 7.8125rem;padding: 0px 5px 5px;outline: none;border-left: 0;border-right: 0;border-top: 0;color: #fff;float: left;}

.list_box0 .li input.img{width: 20px;height: 18px;background: url() no-repeat center center;float: left;}




#header{border-top: 0px solid #9b0d14;}

#header #logo{ margin-top: 0;width: 6.16rem;}
#header #logo .box_table{width: 100%;
    display: table;
    height: 100%;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}
	#header #logo a{display: none;}
	#header #logo a.on{display: block;}
	#header #logo a img{width: 100%;}

#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "æ¥·ä½“";
    font-size: 24px;
    text-align: center;}
	.head_bottom>.left_logo{float: left;margin-top: 0.55rem;}
	.head_bottom>.left_logo img{width: 3.49rem;}
.head_bottom>.right{}

#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}

#nav{width:100%;position: relative;z-index: 3;align-items: center;}
.yc_top_nav #nav .search_btn{}
.yc_top_nav #nav .search_btn{width: 0.22rem;height: 0.22rem;margin-left: 0.34rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.yc_top_nav #nav .search_btn img{display: block;width: 0.22rem;}
#nav ul{width: calc(100% - 0.74rem);position: relative;}
#nav ul li{position:relative;z-index:0;}
#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;padding:0.1rem 0rem;transition: 0.4s;color:#b7b7b7;}
#nav ul li h3{font-size: 0.18rem;position:relative;display: inline-block;color: #fff;transition: 0.4s;font-weight: normal;}
#nav ul li a i{ margin:-3px 0 0 .1rem; display:inline-block; width:10px; height:5px; background:url() center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url() center no-repeat;}
#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;min-width: 150px;z-index: 10000;visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;background:#fff;box-shadow: 0 0px 8px rgba(0,55,59,0.25);top: 100%;left: 50%;margin-left: -0.74rem;border-radius: 0.08rem;}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header #nav ul li.on a, #header.xg #nav ul li:hover a{color: #fff;}
#header #nav ul li.on .sub a{color: #333;}
#header #nav ul li.on .sub a:hover{color: #fff;}
#nav ul li .sub a{padding: 0.1rem 0.2rem;line-height: 0.2rem;transition:.6s;font-size: 0.16rem;color: #333;white-space: nowrap;display: block;text-align: center;position: relative;text-decoration: none;}
#nav ul li .sub a:hover{background: #0061b0;color: #fff;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;}

#nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{opacity:1;visibility:visible;display: none;}


.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;}


.search_btn{margin-left: 0rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;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;}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}
.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;}
.header-right .bubbles-bg{opacity: 0;visibility: hidden;transition: all .5s .8s;}
.search-dialog-box .bubbles-bg .bubble{position: absolute;}
.search-dialog-box .bubbles-bg .bubble .circle{border-radius: 100%;position: absolute;left: 0;top: 0;width:100%;height: 100%;}
.search-dialog-box .bubbles-bg .bubble1{width:6%;padding-top: 6%;left: 26.875%;top: -6.67%;}
.search-dialog-box .bubbles-bg .bubble1 .circle{border:1px solid #fff;}
.search-dialog-box .bubbles-bg .bubble2{width:12px;padding-top: 12px;left: 13.54%;top: 18%;}
.search-dialog-box .bubbles-bg .bubble2 .circle{background-color: #ff495f;}
.search-dialog-box .bubbles-bg .bubble3{width:36px;padding-top: 36px;left: 8.854%;top: 30.55%;}
.search-dialog-box .bubbles-bg .bubble3 .circle{background-color: #fff;}
.search-dialog-box .bubbles-bg .bubble4{width:56.875%;padding-top: 56.875%;left: -28.6458%;top: 51.85%;}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{width:54px;padding-top: 54px;left: 26.3%;top: 70.83%;}
.search-dialog-box .bubbles-bg .bubble5 .circle{background-color: #fff;opacity: .1;}
.search-dialog-box .bubbles-bg .bubble6{width:56.875%;padding-top: 56.875%;left: 73.4375%;top: -52.77%;}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{width:2rem;padding-top: 2rem;left: 60.9375%;top: 18.5%;}
.search-dialog-box .bubbles-bg .bubble7 .circle{background-color: #ff495f;}
.search-dialog-box .bubbles-bg .bubble8{width:1.35rem;padding-top: 1.35rem;left: 95.83%;top: 70.83%;}
.search-dialog-box .bubbles-bg .bubble8 .circle{border:1px solid #fff;}
.search-dialog-box .bubbles-bg .bubble9{width:16px;padding-top: 16px;left: 76.5625%;top: 96.296%;}
.search-dialog-box .bubbles-bg .bubble9 .circle{background-color: #fff;}
.search-dialog-box .bubbles-bg .bubble10{width:56.875%;padding-top: 56.875%;left: 71.354%;top:87%;}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{animation:spin 8s infinite linear;transform-origin: 50% 45%;}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){animation:spin2 8s infinite linear;}
.search-dialog-box .bubbles-bg .bubble .circle{animation:spin-reverse 8s infinite linear;}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{animation:spin-reverse2 8s infinite linear;}
.search-dialog-box .bubbles-bg .sm-bubble{transform-origin: 30% 30px;}
.search-dialog{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.search-dialog .search-tit{font-size: 0.2rem;line-height: 0.25rem;color: #fff;text-align: center;overflow: hidden;display: none;}
.search-dialog .search-inner{overflow: hidden;margin-top: 0;}
.search-dialog .search-input{width: 561px;margin: 0 auto;padding: 0 0rem 0 0.3rem;background: #fff;box-sizing: border-box;transition: all .3s;max-width: 94%;border-radius: 500px;}
.search-dialog .search-input input[type=text]{float: left;height: 0.56rem;width: calc(100% - 0.89rem);background-color: transparent;font-size: 0.2rem;line-height: .25rem;color: #919191;transition: all .3s;outline: none;border: 0;}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{color: #919191;}
.search-dialog .search-input input[type=text]:-moz-placeholder{color: #919191;}
.search-dialog .search-input input[type=text]::-moz-placeholder{color: #919191;}
.search-dialog .search-input input[type=text]:-ms-input-placeholder {color: #919191;}
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{float: right;height: 0.72rem;width: 0.56rem;}
.search-dialog .search-input input[type=image]{background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: 1.5rem;background-image: url('../images/search.png');background: #0061b0 url('../images/search.png') no-repeat center center;height: 0.56rem;width: 0.89rem;border-radius: 100px;background-size: 0.2rem;}
.search-dialog .search-input .clear-btn{background-color: rgba(0,0,0,.2);background-repeat: no-repeat;background-position: center;background-image: url(../images/search_close.png);background-size: 0.56rem;border-radius: 100%;margin-right: 1rem;display: none;}
.search-dialog .search-input.on{background-color: #fff;}
.search-dialog .search-input.on input[type=image]{background-image: url('')}
.search-dialog .hot-search{font-size: 0;width:3.12rem;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: url();}
.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;}

.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: 24px;height: 24px;z-index: 10;right: 1.26rem;top: 0.73rem;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-repeat: no-repeat;background-image: url(../images/search_close.png);transition:.6s}
.pub-close i:hover{ transform:rotate(180deg)}
@keyframes spin{to{transform: rotate(1turn);}}
@keyframes spin2{to{transform: rotate(-1turn);}}
@keyframes spin-reverse{from{transform:rotate(1turn);}}
@keyframes spin-reverse2{from{transform:rotate(-1turn);}}

.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.18rem;color: #fff;height: 0.5rem;line-height: 0.5rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 50px 0 0.2rem;}
.tc_search .btn_blue { position: absolute; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images/search_white.png) center center no-repeat; background-size: 50%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparentæ˜¯å…¨é€æ˜Žé»‘è‰²(black)çš„é€Ÿè®°æ³•ï¼Œå³ä¸€ä¸ªç±»ä¼¼rgba(0,0,0,0)è¿™æ ·çš„å€¼ */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}
#nav_btn_box {height: 100%;z-index: 999999;float: right;margin-left: 0;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#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: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-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: 25px;height: 1px;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: flex-start;width: 100%;margin: 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 0.9rem 0 0;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-image: linear-gradient(125deg, #183497 -6%, #0393DF 105%);}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0;overflow: auto; }
#m_nav .m_nav_list>li {width: 100%;overflow: hidden;padding: 0 0 0 0.3rem;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 0.55rem;height: 0.55rem;color: #fff;padding: 0;font-size:0.16rem;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 40px;display: inline-block;background: url(../images/arrow_down.png) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images/arrow_down_on.png) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}

#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "Â·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.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; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table{width: auto; float: left;display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{vertical-align: middle;display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{display: block;}
.m_header_box header{padding:0 4%;top: 0;height: 60px;position: fixed;top: 0;left: 0;right: 0;z-index: 999999;background-size: cover;box-shadow: 0 0 0.08rem 0 rgba(0,0,0,0.1);}
.m_header_box header>div{position: relative;z-index: 3;}
.m_header_box header .sj_head_bg{width: 100%;height: 100%;display: block; z-index: 2;position: absolute;right: 0;top: 0;background:linear-gradient(110deg, #183497 -6%, #0393DF 105%);}
.m_header_box header .sj_head_bg::after{    content: "";display: block;width: 119px;height: 100%;background-size: 100% auto;position: absolute;right: 100%;top: 0;}

#m_header #logo{float: left;width: 30%;}
#m_header #logo img{width: 100%;display: block;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}

.toubu_div{position: absolute;top: 0;width: 100%;left: 0;z-index: 88;transition: 0.5s;}
.section .intro{height:100%;display: flex;align-items: center;position: relative;z-index: 6;flex-wrap: wrap;padding-top: 0.8rem;}
#section1 .intro{padding-top: 0;}
#section7 .intro{padding-top: 0;}
.swiper-button-prev::after,.swiper-button-next::after{display: none;}


@media(max-width: 1200px){
	.section .intro{padding-top: 0;}
}

@media(max-width: 860px){
#m_header #logo{width: 33%;}
}
@media(max-width: 768px){
#m_header #logo{width: 38%;}
}
@media(max-width: 550px){
#m_header #logo{width: 42%;}
}
@media(max-width: 430px){
#m_header #logo{width: 60%;}
}
/* banner å¼€å§‹ */
.banner_qlinks{width: 100%;height: 100vh;position: relative;}
.bannerBox{height:100vh;width: 100%;}
.bannerBox .swiper-container{height: 100%!important;}
.bannerBox .swiper-container .swiper-wrapper{height: 100%;}
.bannerBox .swiper-slide{height: 100% !important;}
.bannerBox .swiper-slide a{display: block;height: 100%;}
.bannerBox .swiper-slide-active{position: relative;z-index: #9999;}
.bannerBox .swiper-slide img{width:100%;height:100%!important;transition:1s linear 2s;transform:scale(1.05,1.05);object-fit: cover;}
.bannerBox .swiper-slide-active img,.swiper-slide-duplicate-active img{transition:5s linear;transform:scale(1,1);position: relative;z-index: 666;}
	
.bannerBox .swiper-button-prev{background: url(../images/LL1.png) no-repeat center;width: 0.53rem;height: 0.78rem;background-size: 0.53rem;left: 1.6rem;position: absolute;z-index: 3;top: 50%;margin-top: -0.39rem;}	
.bannerBox .swiper-button-next{background: url(../images/LL1.png) no-repeat center;width: 0.53rem;height: 0.78rem;background-size: 0.53rem;transform: rotate(180deg);right: 1.6rem;position: absolute;z-index: 3;top: 50%;margin-top: -0.39rem;}	


@media (max-width: 1200px){
	.bannerBox{height:48vw;}
	.bannerBox .swiper-button-prev{width: 0.27rem;height: 0.43rem;background-size: 0.27rem;left: 0.2rem;margin-top: -0.2rem;}
	.bannerBox .swiper-button-next{width: 0.27rem;height: 0.43rem;background-size: 0.27rem;right: 0.2rem;margin-top: -0.2rem;}
}
@media (max-width: 768px){
	.bannerBox .swiper-button-prev{width: 0.4rem;background-size: 0.4rem;}
	.bannerBox .swiper-button-next{width: 0.4rem;background-size: 0.4rem;}
}

.LinkBox{position: absolute;bottom: 0;left: 0;width: 100%;}
.LinkBox::after{content: "";width: 100%;height: 160%;left: 0;bottom: 0;background: linear-gradient(to top, rgba(2, 97, 150, 1) 0%, rgba(2, 97, 150, 0) 100%);position: absolute;z-index: 1;background-size: contain;transition: 0.4s all;}
.LinkBox ul{display: flex;justify-content: space-around;position: relative;z-index: 6;margin-bottom: 0.3rem;padding: 0 0.6rem;}
.LinkBox ul li{position: relative;transition: 0.6s;position: relative;transition: 0.4s;width: 14.2857%;}

.LinkBox ul li a{display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 0.2rem 0;border:1px solid rgba(0,0,0,0);}
.LinkBox ul li a span {position: relative;width: 0.9rem;height: 0.9rem;overflow: hidden;position: relative;}

.LinkBox ul li:nth-child(1) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link01.png) no-repeat center;background-size: 0.9rem;}
.LinkBox ul li:nth-child(2) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link02.png) no-repeat center;background-size: 0.9rem;}
.LinkBox ul li:nth-child(3) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link03.png) no-repeat center;background-size: 0.9rem;}
.LinkBox ul li:nth-child(4) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link04.png) no-repeat center;background-size: 0.9rem;}
.LinkBox ul li:nth-child(5) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link05.png) no-repeat center;background-size: 0.9rem;}
.LinkBox ul li:nth-child(6) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link06.png) no-repeat center;background-size: 0.9rem;}
.LinkBox ul li:nth-child(7) a span::before {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link07.png) no-repeat center;background-size: 0.9rem;}


.LinkBox ul li:nth-child(1) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link01on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}
.LinkBox ul li:nth-child(2) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link02on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}
.LinkBox ul li:nth-child(3) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link03on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}
.LinkBox ul li:nth-child(4) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link04on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}
.LinkBox ul li:nth-child(5) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link05on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}
.LinkBox ul li:nth-child(6) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link06on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}
.LinkBox ul li:nth-child(7) a span::after {content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.45rem;margin-top: -0.45rem;transition: 0.6s;background: url(../images/Ic-link07on.png) no-repeat center;background-size: 0.9rem;transform: scale(0);}



.LinkBox ul li:nth-child(1) a:hover span::before, .LinkBox ul li:nth-child(2) a:hover span::before, .LinkBox ul li:nth-child(3) a:hover span::before, .LinkBox ul li:nth-child(4) a:hover span::before, .LinkBox ul li:nth-child(5) a:hover span::before, .LinkBox ul li:nth-child(6) a:hover span::before,.LinkBox ul li:nth-child(7) a:hover span::before{
    transition: 0.6s;
    transform: scale(0);
}

.LinkBox ul li:nth-child(1) a:hover span::after, .LinkBox ul li:nth-child(2) a:hover span::after, .LinkBox ul li:nth-child(3) a:hover span::after, .LinkBox ul li:nth-child(4) a:hover span::after, .LinkBox ul li:nth-child(5) a:hover span::after, .LinkBox ul li:nth-child(6) a:hover span::after,.LinkBox ul li:nth-child(7) a:hover span::after{
    transform: scale(1);
    transition: 0.6s;
}

.LinkBox ul li a p{font-size: 0.2rem;line-height: 0.28rem;color: #ffffff;margin-top: 0.1rem;font-weight: bold;}
.LinkBox ul li a:hover p{color: #FFFFFF;font-weight: bold;text-decoration: underline;}
.LinkBox ul li a:hover{border:1px solid rgba(255,255,255,0.3);}
@media(max-width: 1024px){
	.LinkBox ul{padding: 0;margin-bottom: 0;}
	.LinkBox ul li a{padding: 0.3rem 0;}
	.LinkBox ul li a:hover{border: none;}
	.LinkBox ul li a span::before {display: none !important;}
	.LinkBox ul li a span::after{display: block;transform: scale(1)!important;}
	.LinkBox{position: relative;}
	.LinkBox ul li a div{margin: 0 auto;}
	.LinkBox ul li a p{text-align: center;color: #323232;}
	.LinkBox::after{content: "";width: 100%;height: 100%;left: 0;bottom: 0;background: #eaf1f9;position: absolute;z-index: 1;background-size: contain;transition: 0.4s all;}
}

@media(max-width: 768px){
	.LinkBox ul{justify-content: flex-start;padding: 0.25rem 0;}
	.LinkBox ul li{width: 25%;}
	.LinkBox ul li a {padding: 0;}
	.LinkBox ul li a p{font-size: 0.18rem;}
	.LinkBox ul li a span{width: 0.6rem;height: 0.6rem;}
	.LinkBox ul li:nth-child(1) a span::after,
	.LinkBox ul li:nth-child(2) a span::after,
	.LinkBox ul li:nth-child(3) a span::after,
	.LinkBox ul li:nth-child(4) a span::after,
	.LinkBox ul li:nth-child(5) a span::after,
	.LinkBox ul li:nth-child(6) a span::after,
	.LinkBox ul li:nth-child(7) a span::after{margin-left: -0.3rem;margin-top: -0.3rem;background-size: 0.6rem;}
	
}

@media(max-width: 430px){
	.LinkBox ul li a span{width: 0.48rem;height: 0.48rem;}
	.LinkBox ul li:nth-child(1) a span::after,
	.LinkBox ul li:nth-child(2) a span::after,
	.LinkBox ul li:nth-child(3) a span::after,
	.LinkBox ul li:nth-child(4) a span::after,
	.LinkBox ul li:nth-child(5) a span::after,
	.LinkBox ul li:nth-child(6) a span::after,
	.LinkBox ul li:nth-child(7) a span::after{margin-left: -0.24rem;margin-top: -0.24rem;background-size: 0.48rem;}
	.LinkBox ul li a p{line-height: 0.22rem;margin-top: 0.06rem;font-size: 0.16rem;}
	.LinkBox ul li a{padding: 0.1rem 0;}
}

.sametitle{margin-bottom:0.1rem;padding-bottom: 0.2rem;position: relative;position: relative;display: flex;justify-content: flex-start;width: 100%;overflow: hidden;}
.sametitle .titCon{position: relative;}
.sametitle h5{display: flex;justify-content: flex-start;z-index: 3;font-size: 0.34rem;color: #323232;line-height:0.4rem;font-weight: bold;font-family: "sourceB";position: relative;}
.sametitle h5::after{content: "";position: absolute;right: 0.04rem;background: url(../images/titbg1.png) no-repeat center;width: 0.66rem;height: 0.72rem;background-size: 0.66rem;top: 50%;transform: translateY(-50%);}
.sametitle h5 span{font-size: 0.34rem;line-height:0.4rem;color: #015498;font-weight: normal;display: block;font-family: "sourceB";}

.sametitle p{display: block;}
.sametitle p span{font-size: 0.18rem;font-weight: normal;color: #015498;opacity: 0.5;font-family: "times new roman";}

.sametitle .more{position: absolute;right: 0;top: 0.24rem;font-family: Times New Roman;font-size: 0.16rem;font-weight: normal;line-height: 0.28rem;letter-spacing: normal;color: #333333;padding-right: 0.4rem;transition: 0.4s all;}
.sametitle .more::after{content: "";position: absolute;right: 0;top: 50%;margin-top:-0.09rem;background: url(../images/morebg.png) no-repeat right center;width: 0.36rem;height: 0.18rem;background-size: 0.36rem;transition: 0.4s all;}
.sametitle .more:hover{transition: 0.4s all;color: #015498;padding-right: 0.46rem;transition: 0.4s all;}

.time01{font-size: 0.14rem;color:#999999 ;line-height: 0.24rem;font-weight: bold;}

#section2{background: url(../images/bg1.png) no-repeat center bottom;background-size: cover;position: relative;}

.part1{}
.part1-L{width: calc(50% - 0.3rem);}
.part1-L01 ul{margin-left: -0.3rem;}
.part1-L01 ul li{width: calc(50% - 0.3rem);margin-left: 0.3rem;margin-bottom: 0.2rem;}
.part1-L01 ul li a{display: block;}
.part1-L01 ul li a .date{display: flex;justify-content: flex-start;align-items: flex-end;}
.part1-L01 ul li a .date i{display: block;font-size: 0.26rem;color: #015498;font-style: normal;font-weight: bold;line-height: 0.26rem;}
.part1-L01 ul li a .date b{display: block;font-size: 0.14rem;color: #015498;font-style: normal;line-height: 0.16rem;font-weight: normal;margin-left: 0.04rem;}
.part1-L01 ul li a p{margin-top: 0.08rem;}
.part1-L01 ul li a:hover p{color: #015498;}
.part1-L02{margin-top: 0.2rem;}
.part1-L02 ul{}
.part1-L02 ul li{position: relative;z-index: 4;}
.part1-L02 ul li+li{z-index: 3;}
.part1-L02 ul li+li+li{z-index: 2;}
.part1-L02 ul li+li+li+li{z-index: 1;}
.part1-L02 ul li a{display: flex;justify-content: space-between;align-items: center;padding: 0.16rem 0 0.16rem 0.22rem;flex-wrap: wrap;border-bottom: 1px solid #D8EBF4;position: relative;}
.part1-L02 ul li:nth-child(1) a{border-top: 1px solid #D8EBF4;}
.part1-L02 ul li a::after{content: "";position: absolute;left: 0;bottom: -0.03rem;background: url(../images/p1qd.png) no-repeat left center;background-size: 0.17rem 0.64rem;width: 0.17rem;height: 0.64rem;}
.part1-L02 ul li a p{line-height: 0.26rem;width: calc(100% - 1rem);transition: 0.4s all;}
.part1-L02 ul li a .time01{display: inline-block;transition: 0.4s all;}
.part1-L02 ul li a:hover p{color: #015498;transform: translateY(-0.06rem);transition: 0.4s all;}
.part1-L02 ul li a:hover .time01{color: #015498;transform: translateY(-0.06rem);transition: 0.4s all;}

.part1-R{width: calc(50% - 0.3rem);}
.part1-R-lb{box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1)}
.part1-R-lb .swiper-slide{}
.part1-R-lb .swiper-slide a{display: flex;justify-content: space-between;align-items: center;padding: 0.2rem;background: white;}
.part1-R-lb .swiper-slide a .pic{width: 4.14rem;}
.part1-R-lb .swiper-slide a .pic img{height: 2.6rem;}
.part1-R-lb .swiper-slide a .text{width: calc(100% - 4.14rem);padding-left: 0.25rem;}
.part1-R-lb .swiper-slide a .text h6{font-size: 0.18rem;line-height: 0.28rem;height:0.56rem;color: #323232;font-weight: bold;width: 100%;}
.part1-R-lb .swiper-slide a:hover .text h6{color: #015498;}
.part1-R-lb .swiper-slide a .text .time01 {color: #015498;margin: 0.1rem 0;}
.part1-R-lb .swiper-slide a .text p{}
.part1-R-lb .swiper-pagination{text-align: right;padding-right: 0.2rem;bottom: 0.2rem!important;}
 
 .part1-R .newsText{}
 .part1-R .newsText li{margin-top: 0.1rem;}
 .part1-R .newsText li a{padding: 0.12rem 0.25rem 0.12rem 0.4rem;display: block;border: 1px dashed #0273B0;position: relative;transition: 0.4s all;}
 .part1-R .newsText li a::after{content: "";position: absolute;right: 1px;bottom: 1px;background: url(../images/p1textbg1.png) no-repeat left top;background-size: 0.41rem;width: 0.41rem;height: 0.35rem;}
 .part1-R .newsText li a::before{position: absolute;content: "";background: url(../images/p1qd2.png) no-repeat center;background-size: 0.13rem;width: 0.13rem;height: 0.1rem;top: 0.2rem;left: 0.2rem;}
 .part1-R .newsText li a:hover p{color: #015498;}
 .part1-R .newsText li a .time01{color: #015498;}
 .part1-R .newsText li a:hover{border: 1px solid #0273B0;transition: 0.4s all;transform: translateY(-0.06rem);}
@media(max-width: 1024px){
	.part1-L{width:100%;}
	.part1-R{width:100%;margin-top: 0.5rem;}
}
@media(max-width: 768px){
	.part1-L01 ul li{width: 100%;}
	.part1-L01 ul li a p{display: block;height: auto;}
	.part1-R-lb .swiper-slide a .pic{width: 50%;}
	.part1-R-lb .swiper-slide a .text{width: 50%;padding-left: 0.25rem;}
	.part1-R-lb .swiper-slide a .pic img{height: 28vw;}
}
@media(max-width: 500px){
	.part1-R-lb .swiper-slide a{flex-wrap: wrap;}
	.part1-R-lb .swiper-slide a .pic{width: 100%;}
	.part1-R-lb .swiper-slide a .pic img{height: 52vw;}
	.part1-R-lb .swiper-slide a .text{width: 100%;padding-left: 0;padding: 0.2rem 0 0.3rem 0;}
	.part1-R-lb .swiper-slide a .text h6{display: block;height: auto;}
	.part1-R-lb .swiper-pagination{padding-right: 0;text-align: center;}
}
 
#section3{background: url(../images/p2bg1.png) no-repeat center bottom;background-size: 100%;position: relative;}
.part3{position: relative;}
.part3 .sametitle{position: absolute;left: 0;display: flex;justify-content: center;align-items: auto;}
#tabs-container1{}
#tabs-container1 .swiper-slide{}
#tabs-container1 .swiper-slide a{align-items: center;position: relative;}
#tabs-container1 .swiper-slide a .text{width: calc(100% - 6.1rem);}
#tabs-container1 .swiper-slide a::after{position: absolute;content: "";width: 100%;height: 100%;background: url(../images/p2bg2.png) no-repeat center;right: 4rem;top: -0.5rem;z-index: -1;width: 6.41rem;height:4.62rem;background-size: 6.41rem;}
#tabs-container1 .swiper-slide a .text h2{font-size: 0.36rem;line-height: 0.42rem;display: block;padding-bottom: 0.18rem;color: #015498;font-weight: normal;position: relative;display: inline-block;}
#tabs-container1 .swiper-slide a .text h2::after{content: "";position: absolute;left: 0;bottom: 0;background: url(../images/p2textbg.png) no-repeat left bottom;background-size: 100% 0.07rem;width: 0;height: 0.07rem;}
#tabs-container1 .swiper-slide-active a .text h2::after{width: 100%;transition: all 0.8s;transition-delay: .2s;}
#tabs-container1 .swiper-slide a .text p{font-size: 0.18rem;line-height: 0.34rem;color: #666666;max-height: 1.36rem;height: auto;margin-top: 0.28rem;text-align: justify;}
#tabs-container1 .swiper-slide a .text span{display: inline-block;font-size: 0.14rem;color: #666666;margin-top: 0.8rem;}
#tabs-container1 .swiper-slide a .text span:hover{color: #015498;}
#tabs-container1 .swiper-slide a .picbox{position: relative;width: 5.3rem;height: 5.3rem;}
#tabs-container1 .swiper-slide a .picbox::after{position: absolute;content: "";width: 100%;height: 100%;background: #F0F6F9;left: 50%;top: 50%;z-index: -1;left:0;top: 0;border-radius: 1000px;}
#tabs-container1 .swiper-slide a .picbox .pic{width:4.9rem;border-radius: 1000px;margin: 0 auto;margin-top: 0.2rem;}
#tabs-container1 .swiper-slide a .picbox .pic img{height: 4.9rem;}
#tabs-container1 .arrow1{width: 0.8rem;height: 0.45rem;position: absolute;right:6.1rem;z-index: 99;bottom: 0.8rem;}
#tabs-container1 .swiper-button-prev{background: url(../images/LL2.png) no-repeat center;width: 0.3rem;height: 0.45rem;background-size: 0.3rem;left: 0;position: absolute;}
#tabs-container1 .swiper-button-next{background: url(../images/LL2.png) no-repeat center;width: 0.3rem;height: 0.45rem;background-size: 0.3rem;right: 0;transform: rotate(-180deg);position: absolute;}

.tabs1{margin-left: -0.16rem;margin-top: 0.26rem;}
.tabs1 .bt{border: 1px solid #C9DCE7;border-radius: 1000px;position: relative;background: white;position: relative;width: calc(16.666% - 0.16rem);margin-left: 0.16rem;margin-top: 0.1rem;cursor: pointer;}
.tabs1 .bt h6{padding: 0.1rem 0.12rem;width: 100%;}
.tabs1 .bt h6::after{content: "";position: absolute;left: 0;bottom:0;background: url(../images/p2textbgL.png) no-repeat center;background-size: 0.37rem;width: 0.37rem;height: 0.3rem;}
.tabs1 .bt h6::before{content: "";position: absolute;right: 0;bottom:0;background: url(../images/p2textbgR.png) no-repeat center;background-size: 0.37rem;width: 0.37rem;height: 0.3rem;}
.tabs1 .bt.active{background: #015498;}
.tabs1 .bt.active h6 span{color: #FFFFFF;}
.tabs1 .bt h6 span{font-size: 0.16rem;color: #323232;line-height: 0.22rem;display: block;text-align: center;}
@media(max-width: 1024px){
	#tabs-container1 .swiper-slide a .picbox{width: 30vw;height: 30vw;}
	#tabs-container1 .swiper-slide a .picbox .pic{width:calc(30vw - 0.2rem);margin-top: 0.1rem;}
	#tabs-container1 .swiper-slide a .picbox .pic img{height:calc(30vw - 0.2rem);}
	#tabs-container1 .swiper-slide a .text{width: calc(70vw - 1.2rem);}
	.part3 .sametitle{position: relative;}
	#tabs-container1 .arrow1{bottom: 0rem;right: calc(30vw + 0.4rem);}
	#tabs-container1 {padding-bottom: 0.2rem;}
	.tabs1{margin-top: 0.3rem;}
	.tabs1 .bt{width: auto;}
	.tabs1 .bt h6{padding: 0.08rem 0.2rem;}
}
@media(max-width: 768px){
	#tabs-container1 .arrow1{bottom: 0rem;right: calc(30vw + 0.3rem);}
	#tabs-container1 .swiper-slide a .text span{margin-top: 0.3rem;}
}
@media(max-width: 430px){
	#tabs-container1 .swiper-slide a .picbox .pic{width: 100%;}
	#tabs-container1 .swiper-slide a .text{width: 100%;}
	#tabs-container1 .swiper-slide a .picbox{width: 70vw;height: 70vw;}
	#tabs-container1 .swiper-slide a .picbox .pic{width: calc(70vw - 0.2rem);}
	#tabs-container1 .swiper-slide a .picbox .pic img{height: calc(70vw - 0.2rem);}
	#tabs-container1 .swiper-slide a{justify-content: center;}
	#tabs-container1 .arrow1{right: auto;left: 50%;transform: translateX(-50%);}
	#tabs-container1 {padding-bottom: 0.7rem;}
	.tabs1{justify-content: center!important;}
	#tabs-container1 .swiper-slide a .text h2{font-size: 0.24rem;padding-bottom: 0.12rem;}
}



@media(max-width: 650px){
	
}
@media(max-width: 430px){
}
@media(max-width: 350px){
}


.dataBox{position: relative;top: -0.9rem;}
.dataBox::after{position: absolute;content: "";right: 0.3rem;background: url(../images/p4bg3.png) no-repeat center;width: 2.51rem;height: 2.73rem;background-size: 2.51rem;top: -0.4rem;z-index: -1;}
.dataBox .swiper-container{padding-bottom: 3.5rem;padding-top: 0;}
.dataBox .swiper-slide{}
.dataBox .swiper-slide .dataCon{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.dataBox .swiper-slide .dataCon .ic{width: 1.5rem;height:1.5rem;border: 1px solid #015498;box-sizing: border-box;border-radius: 50%;}
.dataBox .swiper-slide .dataCon .ic img{width: 100%;height: 100%;}

.dataBox .swiper-slide-prev{left: -0.4rem;}
.dataBox .swiper-slide-next{right: -0.4rem;} 


.dataBox .swiper-slide .dataCon .ic img:nth-child(2){display: none;}
.dataBox .swiper-slide-active .dataCon .ic img:nth-child(1){display: none;}
.dataBox .swiper-slide-active .dataCon .ic img:nth-child(2){display: block;}

.dataBox .swiper-slide .dataCon .text{}
.dataBox .swiper-slide .dataCon .text .tt{text-align: center;margin-bottom: 0.4em;margin-top: 0.06rem;}
.dataBox .swiper-slide .dataCon .text .tt span{font-size: 0.38rem;font-weight: bold;color: #015498;font-family: "sourceB";}

.dataBox .swiper-slide .dataCon .text .tt i{display: inline-block;color: #015498;font-style: normal;font-size: 0.38rem;font-family: "sourceB";}
.dataBox .swiper-slide .dataCon .text .sm{font-size: 0.14rem;color: #323232;line-height: 0.26rem;}

.P4bgpic-t{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 100%;z-index: 2;}
.P4bgpic-t img{display: block;width: 100%;}
.P4bgpic{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 14.74rem;z-index: 1;}
.P4bgpic img{display: block;width: 100%;}

.part4{position: relative;}
.part4 .sametitle{position: relative;top: 0;left: 0;}

.Circle{position: absolute;opacity: 0.3;width: 13.72rem;height: 13.72rem;left: 50%;transform: translateX(-50%);top: 0.6rem;}
.Circle::before{content: "";position: absolute;left: 0.06rem;width: calc(100% - 0.12rem);height: calc(100% - 0.12rem);border-radius: 50%;border: 1px solid #0069A1;top: 0.06rem;}
.Circle::after{content: "";position: absolute;left: 0;width: 100%;height: 100%;border-radius: 50%;border: 1px dashed #0069A1;top: 0;animation: zqdh 8s linear infinite;}
.dataBox .swiper-button-prev,.dataBox .swiper-button-next{width: 0.3rem;height: 0.43rem;top: 110%;margin-top: 0;position: absolute;z-index: 4;}
.dataBox .swiper-button-prev{background: url(../images/LL2.png) no-repeat center;background-size: 0.27rem;}
.dataBox .swiper-button-next{background: url(../images/LL2.png) no-repeat center;background-size: 0.27rem;transform: rotate(-180deg);left: auto;right: 0;}

@media(max-width: 1650px){
	.dataBox .swiper-container{padding-bottom: 3.5rem;}
}
@media(max-width: 1420px){
	.dataBox .swiper-container{padding-bottom: 3rem;}
}
@media(max-width: 1200px){
	.dataBox .swiper-container{padding-bottom: 5rem;}
}
@media(max-width: 1024px){
	.dataBox .swiper-container{padding-bottom: 3.6rem;}
	.P4bgpic{width: 11.74rem;}
	.dataBox .swiper-slide-prev{left: 0;}
	.dataBox .swiper-slide-next{right: 0;}
	.dataBox .swiper-button-prev, .dataBox .swiper-button-next{top: 50%;}
}
@media(max-width: 768px){
	.part4 .sametitle{position: relative;}
	.Circle{width: 10rem;height: 10rem;top: 1.6rem;}
	.dataBox{top: -0.2rem;}
	.P4bgpic{width: 100vw;}
}
@media(max-width: 540px){
	.Circle{width: 110vw;height: 110vw;top: 1rem;}
	.dataBox .swiper-slide .dataCon .ic{width: 1.2rem;height: 1.2rem;}
	.dataBox .swiper-container{padding-bottom: 2.8rem;}
	.dataBox .swiper-slide .dataCon .text .tt span{font-size: 0.24rem;}
	.dataBox .swiper-slide .dataCon .text .tt i{font-size: 0.24rem;}
}
@media(max-width: 430px){
	.dataBox .swiper-container{padding-bottom: 43vw;}
	.dataBox .swiper-slide .dataCon .ic{width: 0.8rem;height: 0.8rem;}
	.dataBox .swiper-slide .dataCon .text .sm{font-size: 0.14rem;line-height: 0.22rem;text-align: center;}
	.dataBox .swiper-button-prev{left: -0.2rem;}
	.dataBox .swiper-button-next{right: -0.2rem;}
	.Circle{top: 1.2rem;}
}
#section5{background: url(../images/bg5.png) no-repeat right top;background-size: 100%;position: relative;}
.part5-L{width: calc(65% - 0.1rem);}
.part5-L-lb1 ul .a{ display: block; position: relative;}
.part5-L-lb1 ul .a::after{content: "";position: absolute;left: 50%;top: 50%;width: 0.5rem;height: 0.5rem;background: url(../images/ic-video.png) no-repeat center;background-size: 0.5rem;transform: translate(-50%,-50%);}
.part5-L-lb1 ul .a .pic{position: relative;}
.part5-L-lb1 ul .a .pic::after{ content: ""; position: absolute; top: auto; right: 0; bottom: 0; left: 0; background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));height:30%;}
.part5-L-lb1 ul .pic img{ height: 4.7rem;}

.part5-L-lb1 ul .txt{position: absolute;right: 0;bottom: 0;left: 0;padding: 0 .3rem .3rem 0.3rem;z-index: 2;}
.part5-L-lb1 ul .txt p{font-size: 0.14rem;line-height: 0.28rem;height: 0.28rem;color: white;font-weight: bold;}

.part5-L-lb2-box .fl1{display: flex; align-items: center; justify-content: flex-end;width: 100%;}
.part5-L-lb2{width: calc(100% - 1rem);background: white;padding: 0.1rem 0 0 0.1rem!important;margin: 0!important;margin-top: -.26rem!important;}
.part5-L-lb2 .a{position: relative;}
.part5-L-lb2 .a::after{content: "";position: absolute;left: 50%;top: 50%;width: 0.26rem;height: 0.26rem;background: url(../images/ic-video.png) no-repeat center;background-size: 0.26rem;transform: translate(-50%,-50%);}
.part5-L-lb2 .pic{position: relative;width: 100%;height: 100%;}
.part5-L-lb2 .pic img{height: 0.9rem;}
.part5-L-lb2 .pic::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.4); transition: .5s}
.part5-L-lb2 .swiper-slide{position: relative;}
.part5-L-lb2 .swiper-slide-thumb-active .pic:after{ opacity: 0;}
.part5-L-lb2 .swiper-slide-thumb-active::before{content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: 3;}
.arrow2{ width: 0.7rem; align-items: center; justify-content: space-between;left: 0.3rem;}
.arrow2 .arrow{width: .27rem;height: .43rem;cursor: pointer;}
.arrow2 .arrow.next{transform: rotate(-180deg);}
.arrow2 .arrow img{width: .27rem;height: .43rem;transition: .5s;}

.part5-R{width: calc(35% - 0.5rem);}
.part5-R-lb .swiper-container{height: 5.6rem;position: relative;}
.part5-R-lb .swiper-slide{}
.part5-R-lb .swiper-slide a{display: block;}
.part5-R-lb .swiper-slide .pic{}
.part5-R-lb .swiper-slide .pic img{height: 2.7rem;}
.part5-R-lb .swiper-button-prev,.part5-R-lb .swiper-button-next{position: absolute;width: 0.3rem;height: 0.43rem;top: 0;margin-top: 0!important;right: auto;left: 50%;margin-left: -0.15rem;z-index: 4;}
.part5-R-lb .swiper-button-prev{background: url(../images/LL1.png) no-repeat center;background-size: 0.27rem;transform: rotate(90deg);cursor: pointer;}
.part5-R-lb .swiper-button-next{background: url(../images/LL1.png) no-repeat center;background-size: 0.27rem;transform: rotate(270deg);top: auto;bottom: 0;cursor: pointer;}
@media(max-width: 1024px){
	.part5-L{width: 100%;}
	.part5-L-lb1 ul .pic img{ height: 54vw;}
	.part5-L-lb2 .pic img{height: 12vw;}
	.part5-R{width: 100%;margin-top: 0.5rem;}
	.part5-R-lb .swiper-slide .pic img{height: 54vw;}
	.part5-R-lb .swiper-container{height: calc(108vw + 0.2rem);}
}
@media(max-width: 768px){
	.part5-L-lb2 .pic img{height: 14vw;}
}

#section6{background: url(../images/bg6.png) no-repeat center top;background-size: 100%;position: relative;}
.part6{width:100%;}
.part6 .sametitle{justify-content: center;margin-bottom: 0;}
.p6_lb{width: 100%;margin: 0 auto;}
.p6_lb a{position: relative;display: block;width: 0;height: 0;}
.p6_lb .swiper-wrapper{display: flex;align-items: center;}

.p6_lb .swiper-slide{ position: relative;  transform: translate3d(0px, 0px, 0px) rotateY(70deg) !important; transform-origin: left;cursor: pointer;filter: brightness(0.4); height: 5.6rem;}

.p6_lb .swiper-slide .pic{padding-bottom: 0;height: 100%;width: 2.6rem;border-radius: 0.1rem;}
.p6_lb .swiper-slide .pic img{height: 100%;}

/* .p6_lb .swiper-slide .pic::after{content: '';display: block;width: 100%;height: 1.77rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);position: absolute;bottom: 0;left: 0;z-index: 3;opacity: 0;transition: 0.4s;} */
.p6_lb .swiper-slide .a{height:100%;width: 100%;}

.p6_lb .swiper-slide-active{position: relative;z-index: 6;transform: rotateY(0deg) !important; filter: brightness(1);display: flex;justify-content: center;align-items: center;height: 4.5rem;}
.p6_lb .swiper-slide-active a{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 6;}
.p6_lb .swiper-slide-active .pic{padding-bottom: 0;height: 4.5rem;width: 7rem;position: relative;left: 50%;transform: translate(-50%,0);}
.p6_lb .swiper-slide-active .pic img{height: 4.5rem;}
.p6_lb .swiper-slide-active .pic::after{opacity: 1;}
.p6_lb .swiper-slide-active .con{opacity: 1;left: 50%;transform: translate(-50%,0);position: absolute;bottom: -0.4rem;width: 7rem;padding: 0 0.16rem;z-index: 4;display: block;}
.p6_lb .swiper-slide-active .con .bt{opacity: 1;}


.p6_lb .swiper-slide-prev{left: -1.7rem;transform: translate3d(0px, 0px, -230px) rotateY(60deg) !important;}
.p6_lb .swiper-slide-next{transform: translate3d(0px, 0px, -230px) rotateY(-60deg) !important; transform-origin: right;right: -1.7rem;}
.p6_lb .swiper-slide-next+.swiper-slide{transform: translate3d(0px, 0px, 0px) rotateY(-70deg) !important; transform-origin: right;}
.p6_lb .swiper-slide-next+.swiper-slide+.swiper-slide{transform: translate3d(0px, 0px, 100px) rotateY(-60deg) !important; transform-origin: right;}

.p6_lb .swiper-slide-next .a{float: right;}
.p6_lb .swiper-slide-next .a::after{content: '';display: block;clear: both;}
.p6_lb .swiper-slide-next+.swiper-slide .a{float: right;}
.p6_lb .swiper-slide-next+.swiper-slide .a::after{content: '';display: block;clear: both;}

.p6_lb .swiper-slide-next+.swiper-slide+.swiper-slide .a{float: right;}
.p6_lb .swiper-slide-next+.swiper-slide+.swiper-slide .a::after{content: '';display: block;clear: both;}


.p6_lb .con{width: 100%;position: absolute;bottom:-0.4rem ;left: 0;transition: 0.4s;opacity: 1;z-index: 6;opacity: 0;display: none;}
.p6_lb .con .bt{font-size: 0.18rem;color: #323232;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;text-align: center;}

.p6_lb .arrow3{width: 7.3rem;left: 50%;transform: translateX(-50%);z-index: 66;position: absolute;top: 50%;margin-top: -0.2rem;display: flex;justify-content: space-between;align-items: center;}
.p6_lb .swiper-button-prev,.p6_lb .swiper-button-next{width: 0.27rem;height: 0.43rem;background: url(../images/LL1.png) no-repeat center center;background-size: 100% !important;left: 3.9rem;top: calc(50% - 0.18rem);}
.p6_lb .swiper-button-next{transform: rotate(180deg);left: auto;}

.p6_lb .swiper-slide-shadow-left{display: none!important;}
.p6_lb .swiper-slide-shadow-right{display: none!important;}

@media(max-width: 1024px){
	.p6_lb .swiper-slide{height: 40vw;}
	.p6_lb .swiper-slide-active .pic{height: 40vw;}
	.p6_lb .swiper-slide-active .pic img{height: 40vw;}
	
	.p6_lb .swiper-button-prev, .part6-lb .swiper-button-next{left: 0.15rem;}
	.p6_lb .swiper-button-next{left: auto;right: 0.15rem;}
	.p6_lb .swiper-wrapper{padding-bottom: 1rem;}
	
}
@media(max-width: 768px){
	.p6_lb .arrow3{width: 100%;}
	.p6_lb .swiper-slide-active .con{width: 100%;}
.p6_lb .swiper-slide{height: 54vw;}
	.p6_lb .swiper-slide-active .pic{height: 54vw;width: 100%;}
	.p6_lb .swiper-slide-active .pic img{height: 54vw;}
	.p6_lb .swiper-wrapper{align-items: flex-start;}
	.part6 .sametitle{margin-bottom: 0.2rem;}
	.p6_lb .arrow3{top: 26vw;}
}

.footer{position: relative;z-index: 8;padding: 2.6rem 0 0.5rem 0;width: 100%;}
.footer .wp{position: relative;z-index: 5;}
.footer::after{content: "";position: absolute;left: 0;top: 2.1rem;background: url(../images/p7bg2.png) no-repeat bottom center #015498;background-size: 16.51rem;width: 100%;height: calc(100% - 2.1rem);}
.p7bg1{position: absolute;left: 0;top: 1.2rem;width: 100%;height: 0.9rem;}
.p7bg1::after{content: "";position: absolute;left: 0;bottom: 0;width: 8000%;height: 100%;background: url(../images/p7bg1.png) repeat-x left bottom;background-size: auto 0.9rem;animation: ydleft 600s linear 1 forwards;}
.p7bg2{position: absolute;left: 0;top: 0;width: 100%;height: 1.42rem;background: url(../images/p7bg3.png) no-repeat bottom center;background-size: auto 1.42rem;animation: ydtop 6s ease-in-out infinite;}
.footerL{width: 30%;}
.footerC{width: 40%;}
.footerR{width: 30%;align-items: flex-start;}
.footerL h5{font-size: 0.24rem;font-weight: 600;padding-left: 0.5rem;color: #fff;background: url(../images/ic_link.png) no-repeat left center;background-size: 0.4rem 0.4rem;margin-bottom: 0.2rem; line-height: 0.5rem;}
.footerL li{width: 49%;margin-bottom: 0.2rem;}
.footerL li a{font-size: 0.16rem;color: #fff;line-height: 0.22rem;padding-left: 0.12rem;background: url(../images/footer02.png) no-repeat left 0.06rem;background-size: 0.06rem 0.1rem;transition: 0.6s all;}
.footerL li a:hover{opacity: 0.7;transition: 0.6s all;}
.footerC .text p{font-size: 0.16rem;color: #fff;line-height: 0.36rem;}
.footerR li{display: flex;justify-content: center;flex-direction: column;align-items: center;width: 30%;}
.footerR li+li{margin-left: 3.33%;}
.footerR li .img{overflow: hidden;margin-bottom: 0.16rem;}
.footerR li .img img{display: block; max-width: 100%;width: 1.3rem;margin: 0 auto;}
.footerR li p{font-size: 0.13rem;color: #fff;text-align: center;line-height: 0.22rem;}
@media (max-width:1024px) {
	.footer{padding-top: 1.1rem;}
	.footer::after{height: calc(100% - 0.2rem);top: 0.87rem;}
	.p7bg2{background-size: 100%;}
	.p7bg2{height: 0.5rem;}
	.p7bg1::after{background-size:auto 0.5rem;}
	.p7bg1{height: 0.5rem;top: 0.4rem;}
	.footerbox{padding-top: 0!important;}
	
}
@media (max-width:850px) {
	.footerR li p{font-size: 0.13rem;}
	.footerL{width: 100%;}
	.footerC{width: 100%;margin: 0.2rem 0;}
	.footerC .pic{display: table;margin: 0 auto;}
	.footerC .text p{text-align: center;}
	.footerR{width: 100%;}
	.footerR li .pic{display: table;margin: 0 auto 0.15rem auto;}
}
@media (max-width:430px) {
	
	
}
#fp-nav ul li:nth-child(8){display: none;}
.fixedCon{position: fixed;right: 0;bottom: 0.35rem;width: 0.94rem;padding: 0.1rem 0.1rem 0.3rem 0.1rem; background: #015498;border-radius: 0 0 0.45rem 0.45rem;z-index: 99;}
.fixedCon::after{content: "";width: 0.94rem;height: 0.8rem;background: url(../images/Rbg.png) no-repeat bottom center;background-size: 0.94rem 0.8rem;position: absolute;left: 0;top: -0.74rem;}
.fixedCon li{position: relative;cursor: pointer;display: block;}
.fixedCon li .show{border-bottom: 0.01rem dashed rgba(255,255,255,0.5);padding: 0.12rem 0;}
.fixedCon li .icon img{display: table;margin: 0 auto;width: 0.24rem;}
.fixedCon li .show p{margin-top: 0.08rem;font-size: 0.12rem;color: #fff;text-align: center;}
.fixedCon li:last-child .show{border-bottom: none;}
.fixedCon li .hide{position: absolute;right: 100%;padding-right: 0.1rem;top: 0;display: none;}
.fixedCon li .hide img{display: block;width: 1.1rem;box-shadow: 0px 0px 27px 0px rgba(8, 67, 120, 0.2);border-radius: 0.08rem;}
.fixedCon li .hide h5{background: #fff;line-height: 0.3rem;padding: 0.1rem 0.2rem;width: 1.8rem; font-size: 0.16rem;color: #323232;box-shadow: 0px 0px 27px 0px rgba(8, 67, 120, 0.2);border-radius: 0.08rem;}
.fixedCon li:hover .hide{display: block;border-radius: 0.08rem;}
.fixedCon li.hidetop{display: none;}
@media(max-width: 1024px) {
	.fixedCon{position: relative;right: auto;bottom: auto;width: 100%;padding: 0.2rem;border-radius: 0;display: flex;justify-content: space-around;background: #03477f;}
	.fixedCon::after{display: none;}
	.fixedCon #gotop{display: none;}
	.fixedCon li .show{padding: 0;border-bottom: none;}
	.fixedCon li .show .icon{height: 0.3rem;}
	.fixedCon li .hide{right: 0;left: 0;bottom: 100%;top: auto;}
}

@media(max-width: 850px){
}



@media(max-width: 1650px){


}

@media(max-width: 1400px){
	#header #logo .box_table{width: 100%;}
	#header #logo{width: 35%;}

}
@media(max-width: 1200px){
	.sy_html{overflow-x: hidden;overflow-y: auto;}
	body{overflow-y: auto;}

	.w1344{width: 95% !important;}
	
	.index_body{overflow-y: auto;}


}


@media(max-width: 1200px){
	#fp-nav{display: none;}
	.sy_tit span{line-height: 0.24rem;}
	.p1_lb .swiper-slide a::after{display: none;}
 .toubu_div{position: relative;}
.section {padding: 0.4rem 0;}
#section4{padding-bottom: 0;}
#section1 {padding: 0;}
}
@media(max-width: 1024px){
	.m_header_box{display: block;}
}
@media(max-width: 768px){
	.section{padding-bottom: 0;}
	.footerbox .ewm{margin-top: 0.2rem;}
	.footerbox .ewm ul{display: flex;justify-content: center;}
	.footerbox .ewm ul li+li{margin-left: 0.2rem;}
}
@media(max-width: 650px){
}
@media(max-width: 430px){
	.footerbox .ewm{width: 100%;}
	.footerbox .ewm ul{display: flex;justify-content: space-between;width: 100%;}
	.footerbox .ewm ul li+li{margin-left: 0;}
}



#ej_main .yc_top_nav.nyon .logo img{width: 3.38rem;}
#ej_main .yc_top_nav.nyon::after{content: "";position: absolute;height: 0;width: 100%;top: -100%;left: 0;background: linear-gradient(110deg, #183497 -6%, #0393DF 105%);}
#ej_main .yc_top_nav.nyon .top_ljbox{display: none;}
#ej_main .yc_top_nav.nyon::before{content: "";position: absolute;height: 100%;width: 100%;top: 0;left: 0;background: linear-gradient(110deg, #183497 -6%, #0393DF 105%);transition: 0.4s all;}

.Nybanner{width: 100%;margin: 0 auto;z-index: 4;position: relative;}
.Nybanner::before{position: absolute;content: "";width: 100%;height: 40%;background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));bottom: 0;left: 0;z-index: 6;}
.Nybanner img{display: block;width: 100%;position: relative;height: 100%;object-fit: cover;height: 23.43vw;}
.Nybanner>p{display: flex;justify-content: center;max-width: 100%;overflow: hidden;}
@media (max-width:1100px) {
}
@media (max-width:850px) {
	.Nybanner{height: 30vw;}
	.Nybanner img{height: 30vw;}
}
@media (max-width:430px) {
}

#nav_slide{background: #d8e7f5;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 0.16rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}
#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #323232;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.16rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);}
#sub_nav_content ul{background: #FFFFFF;}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #0075C2;}
#sub_nav_content ul li i {
    transition: transform 0.3s ease; 
    display: inline-block;
  }
  
  #sub_nav_content ul li i.rotated {
    transform: rotate(90deg); 
  }
  
  #sub_nav_content ul li.am-panel > i {
    display: inline-block;
  }
  
  #sub_nav_content ul li.am-panel:not(:has(ul)) > i {
    display: none;
  }


#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}
.bg{background: #f7f7f7;}
.n_container{position: relative;z-index: 6; padding:0 0 0.2rem 0;background-size: auto; 
    background:#FFFFFF;
    min-height: 6.5rem;overflow: hidden;
}
@media (max-width:1100px) {
	.n_container{ display:block;padding-top: 0;}
	#nav_slide{display: block;}
}
@media (max-width:850px) {
	.n_container{padding-bottom: 0.4rem;}
}
@media (max-width:850px) {
}
@media (max-width:430px) {
}
.n_container::after{content: "";width: 100vw;position: absolute;left: 0;bottom: 0;height: 100%;z-index: -8;}

.n_container .n_left{width: 3rem;position: relative;z-index: 88;}
.n_container .n_left h1{height:1rem;line-height:1rem;background: linear-gradient(110deg, #183497 -6%, #0393DF 105%);font-size:0.28rem;color:#fff;padding: 0 0.3rem 0 0.4rem;display:flex;align-items: center;background-size: auto;font-weight: bold;justify-content: center;}
.n_container .n_left h1 span{display: block;}
.n_container .n_left .con .ulCon{background:#0075C2;padding-bottom: 0;}
.n_container .n_left .con .ulCon ul{background:#FFFFFF;}

.n_container .n_left .con ul li{color: #333333;position:relative;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{display: block;}
.n_container .n_left .con ul li.on i{background:url(../images/jton.png) center no-repeat;background-size: 7px;transform: rotate(90deg);transition: 0.4s all;}
.n_container .n_left .con ul li i.up{transform: rotate(90deg);}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 0.18rem 0.2rem 0.18rem 0.3rem;transition: 0.36s;position: relative;font-size: 0.18rem;line-height: 26px;}
/* .n_container .n_left .con ul li:hover i{background:url(../images/jton.png) center no-repeat;background-size: 7px;} */
.n_container .n_left .con ul li:hover>a,
.n_container .n_left .con ul li.on>a{color: #0075C2;font-weight: 600;background: #efefef;}

.n_container .n_left .con ul li dl{display:none;padding: 5px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 0.34rem;padding: 0 15px;}
.n_container .n_left .con ul li dl dd a{position: relative;width: calc(100% - 20px); display: block; font-size: 0.16rem;line-height: 0.2rem; color: #323232 !important;padding: 0.1rem 0 0.1rem 0.4rem;}
.n_container .n_left .con ul li dl dd a::after{content: "";width: 0.04rem;height: 0.04rem;position: absolute;left: 0.2rem;top: 0.18rem; position:absolute;background: #0075C2;}
.n_container .n_left .con ul li i{width: 0.2rem;height: 0.6rem;background: url(../images/jt.png) center no-repeat;background-size: 0.07rem;position:absolute;right: 0.3rem;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #0075C2!important;font-weight: bold;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{ background:#0075C2;}

.mianbao-M{display: none;margin-top: 0.2rem;}
.mianbao-M .con{background: url(../images/now2.png) left 0.06rem no-repeat;background-size: 0.16rem;padding-left: 0.22rem;}
.mianbao-M .con i,
.mianbao-M .con a{font-size: 0.12rem;color: #666;font-style:normal;transition: 0.6s all;line-height: 0.2rem;}
.mianbao-M i{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #323232;position: relative;top: 0;}

.mianbao-Pc{position: absolute;bottom: 0.25rem;left: var(--width);z-index: 6;}
.mianbao-Pc h2{font-size: 0.4rem;color: white;line-height: 0.4rem;font-weight: normal;margin-bottom: 0.1rem;}
.mianbao-Pc .con{background: url(../images/now.png) left 0.06rem no-repeat;background-size: 0.16rem;padding-left: 0.22rem;}
.mianbao-Pc .con i,
.mianbao-Pc .con a{font-size: 0.14rem;color: #FFFFFF;font-style:normal;transition: 0.6s all;line-height: 0.24rem;}
.mianbao-Pc i{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #323232;position: relative;top: 0;}
.mianbao-Pc a.on{color: #FFFFFF;font-weight: bold;}  
.mianbao-Pc a:hover{color: #FFFFFF;transition: 0.6s all;font-weight: bold;}

@media (max-width:1024px) {
	.mianbao-Pc{display: none;}
	.mianbao-M{display: block;}
}

.n_container .n_right{ width:100%; position: relative; z-index: 2;}
.n_container .n_right2{width: 100%;}
.n_container .n_right::after{content: "";width: 1;}

@media(max-width: 1100px){
	.n_container .n_right{margin-top: 0.2rem;}
}
@media(max-width: 850px){
}
.Pc-SubNav{width: 100%;position: relative;display: block;}
.Pc-SubNav::after{content: "";position: absolute;bottom: 0;width: calc(100% + 2 * var(--width));border-bottom: 1px solid #D3DBE2;height: 1px;left:calc(-1 * var(--width));}
.Pc-SubNav .con{position: relative;z-index: 5;}
.Pc-SubNav .con ul{justify-content: flex-start;margin-left: -0.16rem;}
.Pc-SubNav .con ul li{margin-left: 0.16rem;position: relative;}
.Pc-SubNav .con ul li a{font-size: 0.2rem;color: #323232;line-height: 0.3rem;display: block;position: relative;text-align: center;padding: 0.2rem 0.04rem;}
.Pc-SubNav .con ul li a::before{content: "";position: absolute;bottom: -1px;width: 100%;height: 3px;background: #015498;transform: scale(0,1);left: 0;}
.Pc-SubNav .con ul li a::after{content: "";position: absolute;top: 50%;left: 50%;margin-top: -0.22rem;margin-left: -0.2rem;width: 0.4rem;height: 0.44rem;background: url(../images/navsy.png) no-repeat center;background-size: 0.4rem;transform: scale(0,0);z-index: -1;}
.Pc-SubNav .con ul li.selected a::before{transform: scale(1,1);transition: 0.4s all;}
.Pc-SubNav .con ul li.selected a::after{transform: scale(1,1);transition: 0.4s all;}
.Pc-SubNav .con ul li a:hover::before{transform: scale(1,1);transition: 0.4s all;}
.Pc-SubNav .con ul li a:hover::after{transform: scale(1,1);transition: 0.4s all;}
.Pc-SubNav .con ul li.selected a{color: #015498;} 
.Pc-SubNav .con ul li a:hover{color: #015498;}
@media(max-width: 1024px){
	.Pc-SubNav{display: none;}
}
.n_titu{margin-top: 0.7rem;width: 100%;}
.n_titu li{transition: 0.6s all;}
.n_titu li{border-bottom: 1px solid #D3DBE2;}
.n_titu li+li{margin-top: 0.4rem;}
.n_titu li a{display: flex;position: relative;width: 100%;justify-content: space-between;}
.n_titu li a .pic{position: relative;width: 3.4rem;float: left;overflow: hidden;}
.n_titu li a .pic img{display: block;width: 100%;object-fit: cover; transition: 0.6s all;height: 2.2rem;}
.n_titu li a .con{display: flex;align-items: center;justify-content: space-between;width: calc(100% - 3.4rem);padding-left: 0.2rem;}
.n_titu li a .con .date{display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;}
.n_titu li a .con .date::after{content: "";position: absolute;right: -0.2rem;top: 50%;transform: translateY(-50%);width: 1px;height: 1.5rem;background: #D7DEE4;}
.n_titu li a .con .date .timeny1{font-size: 0.44rem;color: #015498;line-height: 0.4rem;}
.n_titu li a .con .date .timeny2{ont-size: 0.18rem;color: #737373;line-height: 0.24rem;margin-top: 0.04rem;}
.n_titu li a .text{padding-left: 0.4rem;position: relative;padding-right:0.4rem;}
.n_titu li a .text::after{content: "";position: absolute;right: 0;top: 50%;background: url(../images/nyjt.png) no-repeat center;background-size: 0.24rem;width: 0.24rem;height: 0.24rem;transform: translateY(-50%);}
.n_titu li a:hover .text::after{background: url(../images/nyjtOn.png) no-repeat center;background-size: 0.24rem;}
.n_titu li a .text h5{transition: 0.6s all; font-size: 0.18rem;color: #323232;line-height:0.28rem;height:0.28rem;font-weight: normal;position: relative;}
.n_titu li a .text p{margin-top: 0.14rem;position: relative;font-size: 0.14rem;color: #737373;line-height: 0.24rem;height: 0.72rem;overflow: hidden;;}
.n_titu li a .text i{font-style: normal;font-weight: normal;display:block;font-size: 0.14rem;line-height: 0.26rem;color: #0075C2;text-align: left;margin-top: 0.15rem;font-weight: bold;}
.n_titu li a .text i img{display: inline-block;width: 0.18rem;margin-right: 0.08rem;margin-top: -0.04rem;}
.n_titu li a:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_titu li a:hover .text h5{color: #0075C2;transition: 0.6s all;padding-left: 0.1rem;font-weight: bold;}
.n_titu li a:hover .text h5::after{width: 7.5rem;transition: 0.6s all;}
.n_titu li.nopic{padding-bottom: 0.4rem;}
.n_titu li.nopic a .pic{display: none;}
.n_titu li.nopic a .con{width: 100%;padding-left: 0;}
.fanye{margin-top: 0.5rem;display: flex;justify-content: center;align-items: center;}
.fanye img{ max-width:100%}
@media(max-width: 1024px){
	.n_titu{margin-top: 0.4rem;}
}

@media(max-width: 580px){
    .n_titu li{padding: 0;background: none;padding-bottom: 0.4rem;}
    .n_titu li a{border-bottom: none;flex-wrap: wrap;}
	
	.n_titu li a .pic img{height: 52vw;}
    
    .n_titu li a .pic{width: 100%;float: none;margin-right: 0;}
	.n_titu li a .con{width: 100%;}
	.n_titu li a .con .date::after{height: 0.6rem;}
    .n_titu li a .text{margin-bottom: 0;}
    .n_titu li a .text h5{max-height: none;padding-top: 0;white-space:normal;font-size: 0.16rem;line-height: 0.24rem;margin-top: 0.1rem;height: auto;display: block;height: auto;}
    .n_titu li a .text p{height: 0.72rem;}
	.n_titu li a .con{align-items: flex-start;}
	.n_titu li a .con .date {margin-top: 0.1rem;}
	.n_titu li a .con .date .timeny1{font-size: 0.3rem;}
	.n_titu li a .con .date .timeny2{font-size: 0.14rem;}
    .fanye{margin-top: 0.4rem;}
    
}
.TextList {margin-top: 0.7rem;width:100%}
.TextList ul{justify-content: flex-start;margin-left: -0.4rem;margin-top: -0.4rem;}
.TextList ul li{width: calc(50% - 0.4rem);margin-left: 0.4rem;margin-top: 0.4rem;border: 1px solid #C5E1F7;background: linear-gradient(180deg, #F7FCFF 0%, #FFFFFF 100%);transition: 0.4s all;}
.TextList ul li a{display: flex;position: relative;overflow: hidden;position: relative;justify-content: space-between;padding: 0.2rem;transition: 0.4s all;align-items: flex-start;}
.TextList ul li a .con{width: calc(100% - 0.8rem);}
.TextList ul li a .con h5{padding-bottom: 0.12rem;background: url(../images/nyline.png) no-repeat left bottom;background-size: auto 0.07rem;}
.TextList ul li a .con h5 span{font-size: 0.2rem;color: #323232;line-height: 0.3rem;height: 0.3rem;}
.TextList ul li a .con p{font-size: 0.14rem;line-height: 0.22rem;height: 0.44rem;color: #999999;margin-top: 0.1rem;}
.TextList ul li a .con .myjt{background: url(../images/nyjt.png) no-repeat center;background-size: 0.24rem;width: 0.24rem;height: 0.24rem;margin-top: 0.18rem;}
.TextList ul li a .date{display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;}
.TextList ul li a .date .timeny1{font-size: 0.34rem;color: #015498;line-height: 0.34rem;}
.TextList ul li a .date .timeny2{font-size: 0.16rem;color: #737373;line-height: 0.2rem;margin-top: 0.02rem;}
.TextList ul li a:hover .con .myjt{background: url(../images/nyjtOn.png) no-repeat center;background-size: 0.24rem;}
.TextList ul li a:hover .con h5 span{color: #015498;}
.TextList ul li:hover{transform: translateY(-0.08rem);transition: 0.4s all;background: linear-gradient(180deg, #F7FCFF 0%, #F7FCFF 100%);border: 1px solid #015498;}

@media(max-width: 1024px){
	 .TextList{margin-top: 0.4rem;}
}
@media(max-width: 580px){
  .TextList ul li{width: 100%;}
  .TextList ul li a .con{width: calc(100% - 0.7rem);}
  .TextList ul li a .date .timeny1{font-size: 0.26rem;}
  .TextList ul li a .date .timeny2{font-size: 0.14rem;}
  .TextList ul li a .con h5 span{display: block;height: auto;}
}
.TextList3{margin-top: 0.7rem;width: 100%;}
.TextList3 ul{width: 100%;}
.TextList3 ul li{}
.TextList3 ul li a{border-bottom: 1px dashed #CECECE;display: flex;justify-content: space-between;}
.TextList3 ul li a p{width: calc(100% - 1.1rem);font-size: 0.20rem;color:#323232;line-height: 0.82rem;padding-left: 0.12rem;position: relative;position: relative;transition: 0.4s all;}
.TextList3 ul li a:hover p{color: #015498;padding-left: 0.18rem;transition: 0.4s all;}
.TextList3 ul li a p::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.04rem;height: 0.04rem;border: 0.02rem solid #015498;border-radius: 50%;}
.TextList3 ul li a .date{font-size: 0.16rem;color: #666;line-height: 0.82rem;}
.TextList3 ul li a:hover .date{color: #015498;}
@media(max-width: 1024px){
	.TextList3{margin-top: 0.4rem;}
}
@media(max-width: 580px){
	.TextList3 ul li a{flex-wrap: wrap;padding: 0.18rem 0;}
		.TextList3 ul li:nth-child(1) a{padding-top: 0;}
	.TextList3 ul li a p{width: 100%;}
	.TextList3 ul li a p{line-height: 0.28rem;display: block;height: auto;}
	.TextList3 ul li a .date{line-height: 0.28rem;width: 100%;padding-left: 0.12rem;}
}
.nryBox{margin-top: 0.7rem;}
.Nrshow01{margin-bottom: 0.2rem;}
.Nrshow01 h5{font-size: 0.26rem;line-height: 0.32rem;text-align: center;margin-bottom: 0.2rem;font-weight: bold;color: #333333;}
.Nrshow01 p{padding-bottom: 0.2rem;text-align: center;font-size: 0.14rem;color: #666666;border-bottom: 1px solid #dcdcdc;}
.Nrshow01 i{font-style: normal;margin: 0 8px;padding-left: 0.24rem;font-size: 0.14rem;color: #666666;display: inline-block;line-height: 0.24rem;}
.NrNrshow02{}
.Nrshow02 p,.Nrshow02 span{font-size: 0.18rem!important;color: #333333;line-height: 0.36rem!important;margin-bottom: 0.16rem;text-indent: 2em;}

.Nrshow02 p iframe{margin-left:-2em !important;}
.Nrshow02 table{margin:0 auto !important;overflow-x: scroll;}
#vsb_content_2 TABLE TD{text-indent:0 !important;}
.Nrshow02 table p{text-indent: 0em;}

.Nrshow02 ol{padding-left: 1em;}

.Nrshow02 li p{text-indent: 0em;}
.Nrshow02 #vsb_content_2 li p{text-indent: 0em;}




.table_out{max-width: 100%;overflow: auto;}

.Nrshow02 img{display: block;margin: 0 auto;max-width: 100%;height: auto!important;border:none !important;margin-bottom: 0.16rem;}
.Nrshow03{margin-top: 0.4rem;padding-top: 0.24rem;}
.Nrshow03 p{font-size: 0.18rem;color: #323232;margin-bottom: 0.16rem;line-height:0.28rem;}
.Nrshow03 p+p{margin-bottom: 0;}
.Nrshow03 p a{font-weight: normal; color: #666666;transition: 0.6s all;}
.NrNrshow03 p a:hover{color: #0075C2;transition: 0.6s all;}
.wp_artfuns .wp_art_adjoin {display:flex;line-height:.48rem;font-size: 0.18rem;flex-wrap:wrap;}
span.next-title,span.prev-title {width:calc(100% - .8rem);}
.wp_artfuns .wp_art_adjoin .next {padding:0;}
.wp_artfuns .wp_art_adjoin .next,.wp_artfuns .wp_art_adjoin .prev {pointer-events:none;width:auto;}
span.next-title a, span.prev-title a{color:#333}
@media(max-width: 1024px) {
   .nryBox{margin-top: 0.3rem;}
}

@media(max-width: 640px) {
   .NrNrshow02 table{display: flex !important;overflow-x: auto;width: 100% !important;margin: 0 auto !important;white-space: nowrap;}
   .Nrshow01 h5{font-size: 0.22rem;}
}

.listPic{margin-top: 0.7rem;width: 100%;}
.listPic ul{margin-left: -0.4rem;display: flex;justify-content: flex-start;margin-top: -0.3rem;}
.listPic ul li{width: calc(50% - 0.4rem);margin-left: 0.4rem;margin-top: 0.3rem;}
.listPic ul li a{display: block;}
.listPic ul li a .pic{display: block;overflow: hidden;}
.listPic ul li a .pic img{display: block;width: 100%;height: 4.1rem;object-fit: cover;}
.listPic ul li a .text{padding: 0 0.1rem;margin-top: 0.1rem;}
.listPic ul li a .text h5{font-size: 0.18rem;color:#323232;line-height: 0.28rem;height: 0.28rem;overflow: hidden;text-align: center;}
.listPic ul li a:hover .text h5{color: #0075C2;}
@media(max-width: 1024px) {
	.listPic{margin-top: 0.4rem;}
}
@media(max-width: 850px) {
    .listPic ul li {width: calc(100% - 0.4rem);}
    .listPic ul li a .pic img{height: 28vw;max-height: 100%;}
}
@media(max-width: 580px) {
    .listPic ul {margin-left: 0;}
    .listPic ul li {width: 100%;margin-left: 0;}
    .listPic ul li a .pic img{height: 52vw;max-height: 100%;}
}

.listVideo{margin-top: 0.7rem;width: 100%;}
.listVideo ul{margin-left: -0.3rem;display: flex;justify-content: flex-start;margin-top: -0.3rem;}
.listVideo ul li{width: calc(33.3% - 0.3rem);margin-left: 0.3rem;margin-top: 0.3rem;}
.listVideo ul li a{display: block;padding: 0.05rem;border: 1px solid #F1EEEE;}
.listVideo ul li a .pic{display: block;overflow: hidden;}
.listVideo ul li a .pic::after{content: "";position: absolute;background: url(../images/ic-video.png) no-repeat center;background-size: 0.5rem;left: 0.22rem;bottom: 0.2rem;width: 0.5rem;height: 0.5rem;}
.listVideo ul li a .pic img{display: block;width: 100%;height: 2.6rem;object-fit: cover;}
.listVideo ul li a .text{padding: 0 0.1rem 0.05rem 0.1rem;margin-top: 0.1rem;}
.listVideo ul li a .text h5{font-size: 0.18rem;color:#323232;line-height: 0.28rem;height: 0.28rem;overflow: hidden;text-align: center;}
.listVideo ul li a:hover .text h5{color: #0075C2;}
@media(max-width: 1024px) {
	.listVideo{margin-top: 0.4rem;}
}
@media(max-width: 850px) {
    .listVideo ul li {width: calc(50% - 0.3rem);}
    .listVideo ul li a .pic img{height: 28vw;max-height: 100%;}
    .listVideo ul li{}
}
@media(max-width: 580px) {
    .listVideo ul {margin-left: 0;}
    .listVideo ul li {width: 100%;margin-left: 0;}
    .listVideo ul li a .pic img{height: 52vw;max-height: 100%;}
}

.listCollege{margin-top: 0.7rem;width: 100%;}
.listCollege .ul1{display: flex;justify-content: flex-start;margin-left: -0.3rem;margin-top: -0.3rem;flex-wrap: wrap;}
.listCollege .ul1 .li1{width: calc(50% - 0.3rem);margin-left: 0.3rem;margin-top: 0.3rem;position: relative;padding: 0.25rem 0 0.25rem 0.18rem;}
.listCollege .ul1 .li1>.flex{align-items: flex-start;}
.listCollege .ul1 .li1::after{content: "";height: 100%;width: calc(100% - 0.6rem);background: url(../images/zybg.png) no-repeat left center;background-size: 100% 100%;position: absolute;left: 0;top: 0;z-index: -2;}
.listCollege .ul1 .li1 .text-L{width: calc(100% - 2.3rem);}
.listCollege .ul1 .li1 .text-L .collegeCon{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #C5E1F7;}
.listCollege .ul1 .li1 .text-L .collegeCon h5{}
.listCollege .ul1 .li1 .text-L .collegeCon h5 span{display: block;font-size: 0.18rem;color: #323232;line-height: 0.28rem;padding-bottom: 0.1rem;position: relative;}
.listCollege .ul1 .li1 .text-L .collegeCon h5 span::before{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 3px;background: #015498;}
.listCollege .ul1 .li1 .text-L .collegeCon a{display: flex;font-size: 0.16rem;color: #666666;background: url(../images/xyjt.png) no-repeat right center;background-size: 0.16rem;padding-right: 0.2rem;position: relative;top: -0.05rem;}
.listCollege .ul1 .li1 .text-L .collegeCon a:hover{color: #015498;padding-right: 0.22rem;transition: 0.4s all;}
.listCollege .ul1 .li1 .text-L .ul2{display: flex;justify-content: flex-start;margin-left: -0.1rem;flex-wrap: wrap;margin-top: 0.14rem;}
.listCollege .ul1 .li1 .text-L .ul2 .li2{width: calc(50% - 0.1rem);margin-left: 0.1rem;}
.listCollege .ul1 .li1 .text-L .ul2 .li2 a{font-size: 0.12rem;line-height: 0.22rem;margin-top: 0.12rem;position: relative;display: block;color: #323232;padding-left: 0.1rem;}
.listCollege .ul1 .li1 .text-L .ul2 .li2 a::before{content: "";position: absolute;width: 4px;height:4px;background: #015498;border-radius: 50%;left: 0;top: 0.08rem;display: block;}
.listCollege .ul1 .li1 .text-L .ul2 .li2 a:hover{color: #015498;}

.listCollege .ul1 .li1 .pic-R {width: 2.3rem;position: relative;}
.listCollege .ul1 .li1 .pic-R::after{content: "";position: absolute;left: 0;width: calc(100% - 0.1rem);height: 100%;background: #EAF4FC;left: 0;top: 0;border-radius: 50%;z-index: -1;}
.listCollege .ul1 .li1 .pic-R .pic{width: calc(100% - 0.1rem);margin-left: 0.1rem;border-radius: 50%;}
.listCollege .ul1 .li1 .pic-R .pic img{height: 2.2rem;}

@media(max-width: 1024px) {
	.listCollege{margin-top: 0.4rem;}
	.listCollege .ul1 .li1{width: 100%;}
}

@media(max-width: 580px) {
	.listCollege .ul1 .li1 .text-L{width: calc(100% - 1.5rem);}
	.listCollege .ul1 .li1 .pic-R{width: 1.3rem;}
	.listCollege .ul1 .li1 .pic-R .pic img{height: 1.2rem;}
	.listCollege .ul1 .li1 .text-L ul li a, .listCollege .ul1 .li1 .text-L .ul2 p{margin-top: 9px;font-size: 11px;line-height: 1.5;}
}
@media(max-width: 430px) {
	.listCollege .ul1 .li1 .text-L ul li, .listCollege .ul1 .li1 .text-L .ul2 p{width: 100%;}
}


