/* 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:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}

html,body{ min-height:100vh;overflow-x: hidden;}
body{ 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;}



@font-face {
	font-family: Impact;
	src: url(../font/impact.ttf);
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}
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;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
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}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-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;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width: 1340px;}


.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{margin-top: 5px;}
.header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;background: url(../sy_images23/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 #logo .box_table{}
.header_box_li.sticky #header{}
.header_box_li.sticky #header #logo{}
.header_box_li.sticky .w1600{width: 1340px;}




.pc_top_lj{width: 100%;background: #A33A34;}
.pc_top_lj>div{margin: 0rem auto 0px;transition: 0.4s;padding: 10px 0rem 0px 0rem;
}
.pc_top_lj>div .w1024{display: flex;justify-content: space-between;align-items: center;}
.pc_top_lj>div .ri{display: flex;    width: 100%;
    justify-content: flex-end;}
.pc_top_lj .l{display: flex;align-items: center;}
.pc_top_lj .l p{font-size: 1.125rem;color: #fff;}
.pc_top_lj .r{display: flex;align-items: center;justify-content: flex-end;padding-left: 22px;position: relative;}
.pc_top_lj .r::after{content: "";display: block;width: 2px;height: 22px;background: #F7E6D5;opacity: 0.6;position: absolute;left: 0;top: 2px;}
.pc_top_lj .r a{margin-right: 0;margin-left: 0rem;}

.pc_top_lj>div .logo{width: 511px;}
.pc_top_lj>div .logo a{display: block;margin: 0;}
.pc_top_lj>div .logo a::after{display: none;}
.pc_top_lj>div .logo img{max-width: 100%;}


.pc_top_lj span{color: #fff;}

.pc_top_lj .ri a.search_btn{width: 43.5px;margin: 0;opacity: 1;margin-left: 15px;}
.pc_top_lj .ri a.search_btn::after{display: none;}
.pc_top_lj .ri a.search_btn img{max-width: 100%;height: auto;}
.pc_top_lj .ri a{display: block;font-size: 16px;color: #F7E6D5;margin: 0 24px 0 0;position: relative;transition: 0.4s;}
.pc_top_lj .ri a{opacity: 0.6;}
.pc_top_lj .ri a::after{content: "";display: block;width: 0;height: 1px;background: #fff;position: absolute;bottom: -5px;left: 0;transition: 0.4s;}
.pc_top_lj .ri a:hover::after{width: 100%;}

.pc_top_lj .ri a:hover{opacity: 1;}


.header_box_li.xg{height: 4.625rem;}
.header_box_li.xg #header{height: 4.625rem;}
.header_box_li.xg #header .header_top{height: 1.3rem;}
.header_box_li.xg #header .header_top .tianqi{display:none;}
.header_box_li.xg #header .header_top .list_box0{display:none;}
.header_box_li.xg #logo img{width: 70%;}

.header_box_li.xg #logo .xx{    opacity: 0 !important;}
.header_box_li.xg #logo .box_table{    height: 100% !important;}

.header_box{position: relative;z-index: 10000;}
#header{position: relative;z-index:999;width:100%;  transition: 0.4s; max-width: 100%;margin: 0 auto;background: none;

}
/* .header_box_li:before{content:"";position:absolute;height: 10.125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: auto 100%;pointer-events: none;} */
#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 0;width: 100%;margin: 0 auto;height: 100%;background: url(../sy_images23/sy_nav_pc_bg.png) repeat-x bottom center;background-size: auto 101%;}
.head_bottom .w1024{padding: 0 !important;}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;padding: 0 0;}
.header_top .tianqi{ display:inline-block; height:4rem}
.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 .btn svg{
    fill: #6510AD;
}





.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_box .w1200{height:100%;position:relative;max-width: 1650px;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header{}
#header #logo{ margin-top: 0;}
#header #logo .box_table{width: 3.75rem;margin-top: 0rem;transition: 0.4s;
    display: table;
    height: 100%;
display: flex;align-items: center;
}
#header #logo .box_table .box_table_cell{display: table-cell;
  }

#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>.right{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-end;}
#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{padding-top: 0px;}
#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
#nav ul li{float:left;position:relative;z-index:0;margin: 0;margin-left: 50px;}
#nav ul li.cen_logo{position: relative;top: -0.3rem;}
#nav ul li.cen_logo a{}
#nav ul li.cen_logo img{width: 2.39rem;}
#nav ul li.cen_logo::before{display: none;}
#nav ul li:nth-child(4)::before{display: none;}



#nav ul li a{display:block;padding:12px 0rem;transition: 0.4s;color:#b7b7b7;text-align: center;}
#nav ul li.on>a{}
#nav ul li.on>a h3{color: rgba(249,219,189,1);}
#nav ul li h3{font-size: 22px;line-height: 32px;position:relative;display: inline-block;color: rgba(249,219,189,0.75);text-align: center;transition: 0.4s;font-weight: bold;}
#nav ul li a:hover h3{color: rgba(249,219,189,1);}
#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;top:100%;min-width: 200px;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;padding: 10px 0;background:#A33A34 ;border-top: 1px solid rgba(249,219,189,1);}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header.xg #nav ul li:hover a{color: #fff;}
#nav ul li .sub a{padding:10px 15px 10px !important;margin-top:-3px; line-height: 20px;transition:.6s;font-size: 14px;color: rgba(249,219,189,1);white-space: wrap;display: block;text-align: center;position: relative;transition: 0.4s;}
#nav ul li .sub a p{font-size: 14px}

#nav ul li .sub a:hover{  background: #fff;color: #A33A34;	}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}


#nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}




#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;}


@media(max-width: 1450px){
	#nav ul li{margin-left: 20px;}
}





.top_right{position: relative;width: calc(100% - 530px);z-index: 10;}
.top_right::after{content: "";display: block;clear: both;}


.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}



.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;/* overflow: hidden; */}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: rgba(44,35,35,0.85);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;}
.search-dialog{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.search-dialog .search-tit{font-size: 44px;line-height: 56px;color: #fff;text-align: center;overflow: hidden;display: none;}
.search-dialog .search-inner{overflow: hidden;margin-top: 0;}
.search-dialog .search-input{width: 800px;margin: 0 auto;padding: 0 8px 0 50px;background-color: rgba(163,58,52,0.85);box-sizing: border-box;transition: all .3s;max-width: 94%;height:70px;}
.search-dialog .search-input input[type=text]{float: left;height: 70px;width: calc(100% - 56px);background-color: transparent;font-size: 20px;line-height: 8px;color: #fff;transition: all .3s;outline: none;border: 0;}
.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=button],
.search-dialog .search-input .clear-btn{float: right;height:70px;width: 56px;}
.search-dialog .search-input input[type=button]{background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: 24px;background-image: url('../ej_images23/search2.png');border: 0;}
.search-dialog .search-input .clear-btn{background-color: rgba(0,0,0,.2);background-repeat: no-repeat;background-position: center;background-image: url('../ej_images23/close-btn.svg');background-size: 56px;border-radius: 100%;margin-right: 16px;display: none;}
.search-dialog .search-input.on{background-color: #fff;}
.search-dialog .search-input.on input[type=image]{background-image: url('../ej_images23/search-btn2.svg')}
.search-dialog .hot-link{margin-left: 16px;}
.search-dialog .hot-link a{display: inline-block;*display: inline;zoom:1;font-size: 6px;line-height: 8px;margin-right: 12px;color:#fff;padding-bottom: .3125rem;position: relative;}

.search-dialog .hot-link a:before{content: "";position: absolute;left:0%;bottom:0;width:100%;height: .125rem;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: 5.6px;line-height:8px;color: #fff;font-family: "gilroy-regular";margin-top: 8px;overflow: hidden;}

.header-right.is-open .bubbles-bg{visibility: visible;opacity: 1;}
.header-right.is-open .search-btn .con-box{display:none;}
.header-right.is-open .close-btn{display:block;}
.header-right.is-open .item .search-bg{transform:scale(1);}
.search-dialog-box.on{opacity: 1;visibility: visible;}
.search-dialog-box.on .search-bg{height: 100vh;}
.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}
.pub-close {position: absolute;width: 48px;height: 48px;z-index: 10;right: 24px;top: 21.6px;background-color: rgba(255,255,255,.1);border-radius: 100%;}
.pub-close .bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #1c5ab7;transform: scale(0);border-radius: 100%;transition: transform .3s;}
.pub-close i {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-size: 12px;background-repeat: no-repeat;background-image: url(../ej_images23/close-btn.svg);transition:.6s}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}




/*顶部搜索*/
.tc_search {margin: 40px auto 0;width: calc(100% - 60px);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {/*font-size:.875rem;*/color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 51px 0 12px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../sy_images23/search_white.svg) center center no-repeat; background-size: 55%; }
.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;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999;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: 30px 0 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: -1.5rem 0 0.5rem;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: #A33A34;

padding-bottom: 0.3rem;

}
#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>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 30px;position: relative;}
#m_nav>ul>li {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.6rem;height: 0.6rem;color: #fff;padding: 0;font-size: 16px;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: 0.6rem;display: inline-block;background: url(../sy_images23/arrow_down.svg) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../sy_images23/arrow_down_on.svg) 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; }


#m_nav form{display: block;width: 100%;}

.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 5%;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #A33A34;background-size: cover;display: flex;justify-content: space-between;align-items: center;}
#m_header #logo{float: left;}
#m_header #logo img{max-height: 50px;width: auto;}
#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);}




.topLink2{width: 100%;margin-top: 40px;}
.topLink2 dl {justify-content: flex-start;width:calc(100% - 30px);margin: 0 auto;display: flex;}
.topLink2 dl dd{position: relative;}
.topLink2 dl dd{width: 25%;}
.topLink2 dl dd a{font-size: 16px;color: #FFFFFF;line-height: 40px;display: block;text-align: center;}



/* 
@font-face{ font-family:"sys_heavy"; src:url(../font/SOURCEHANSERIFSC-HEAVY_0.OTF);}
@font-face{ font-family:"sou_semibold"; src:url(../font/SOURCESANSPRO-SEMIBOLD.TTF);}
@font-face{ font-family:"sou_bold"; src:url(../font/SOURCESANSPRO-BOLD.TTF);}
@font-face{ font-family:"sou_black"; src:url(../font/SOURCESANSPRO-BLACK.TTF);}
@font-face{ font-family:"sou_regular"; src:url(../font/SOURCESANSPRO-REGULAR.TTF);}
@font-face{ font-family:"sou_Italic"; src:url(../font/SOURCESANSPRO-ITALIC.TTF);}
@font-face{ font-family:"georgia"; src:url(../font/georgia.ttf);}
@font-face{ font-family:"georgiab"; src:url(../font/georgiab.ttf);}
@font-face{ font-family:"georgiai"; src:url(../font/georgiai.ttf);}
@font-face{ font-family:"georgiaz"; src:url(../font/georgiaz.ttf);} */





#fp-nav.fp-right{display: none;}




.img{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;transition: 0.4s;}
.img .img_box{background-position: center center !important;position: absolute;top: 0;left: 0;z-index: 2;    width: 100%;background-size: cover !important;
	height: 100%;transition: 0.4s;}
.img img{    position: absolute;transition: 0.4s;opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;}
a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}


.w1024{width: 1500px;margin: 0 auto;padding: 0 0.5rem;}
.w1620{width: 1620px;margin: 0 auto;}

.firstScreen{

      position: relative;
  }

  .body_main{
    position: relative;
      left: 0%;
      top: 0%;
      bottom: 0;
      right: 0;
      background: #fff;
      transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
      z-index: 999;
  }
  .body_main.on{top: 0;}

  .body_main::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
  .body_main::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
  .body_main::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

  /* .firstScreen .toubu_div{position: absolute;} */


  #header{transition: 0.4s;}

  .toubu_div{position: fixed;top: 0;width: 100%;left: 0;z-index: 1000;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */}
	
    .toubu_div .w1024{    padding: 0 6.25%;width: 100%;max-width: none;margin: 0 auto;max-width: 1920px;}
  /* .toubu_div.on{display: none;} */
  .toubu_div.on #header{height: auto;}
  .toubu_div.on::after{opacity: 1;}
  .toubu_div.on .pc_top_lj{margin-top: 0;}
  .toubu_div.on #nav ul li a{    padding: .1rem 0rem;}
  .toubu_div.on #header #logo .box_table .box_table_cell{vertical-align: middle;}
  .toubu_div.on #header #logo .box_table{margin: 0.2rem 0;}
  .toubu_div.lit #header #logo .box_table{margin: 0.1rem 0;}

  .toubu_div.lit .pc_top_lj{margin-top: 0;height: 0;overflow: hidden;padding: 0 0.5rem 0 0.1rem;}
  .toubu_div.lit #nav{margin-top: 15px;}



  #header::after{    content: "";
    width: 100%;
    height: 97px;
    background: url(../sy_images23/nav-bg.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: -95px;}



.swiper-slide{    filter: brightness(1);}


.swiper-button-prev, .swiper-button-next{margin: 0;border: none;}
.swiper-button-prev{left: 30px;}
.swiper-button-next{right: 30px;left: auto;}


.sy_tit{position: relative;margin-bottom: 0.3rem;display: flex;justify-content: space-between;align-items: center;}
.sy_tit .con{}
.sy_tit .y{font-size: 0.28rem;color: #fff;line-height: 0.38rem;}
.sy_tit .z{font-size: 0.3rem;color: #fff;}

.sy_tit .y.hei{color: #333;}
.sy_tit .z.hei{color: #333;}


.index_body{overflow: hidden;}



/* banner开始 */
.bannerBox{width:100%;position: relative;z-index: 1;}
.bannerBox .slick-slider{position: static;}
.bannerBox .slider a{display: block;}
.bannerBox .slider img{height: 100vh;width: 100vw;z-index: 1;}
.bannerBox .slider video{display: block;    object-fit: cover;max-height: 100vh;width: 100vw;height: 100%;}
/* .bannerBox .slider p{width: 75%;font-weight: bold;font-size: 0.6rem;line-height: 0.74rem;color: #f6e5d4;position: absolute;bottom: 1.3rem;left: 10%;z-index: 99;display: none;} */
.bannerBox .slider a{display: block;position: relative;}
.bannerBox .slick-dots{display: flex;justify-content: flex-end;position: absolute;bottom: 24px;left: 0;width: auto;right: 10%;align-items: center;display: none !important;}
.bannerBox .slick-dots li{width: 15px;height: 15px;border-radius: 50%;background: none;border: .0625rem solid rgba(255,255,255,0.5);font-size: 0;margin: 0 6px;position: relative;}
.bannerBox .slick-dots li.slick-active{font-size: 0;line-height: 5rem;overflow: hidden; background: #f6e5d4;border: none;}
.bannerBox .slick-dots li button{display: none;}
.bannerBox .slick-dots li button::before{content: "0";font-size: .75rem;color: white;position: absolute;left: .25rem;top: 0;line-height: 1.4375rem;display: none;}
.bannerBox .slick-dots li.slick-active button{font-size: 1rem;line-height: 1.8125rem;padding-left: 0;width: 100%;text-align: center;}
.bannerBox .slick-dots li.slick-active button::before{content: "0";font-size: 1rem;color: white;position: absolute;left: .375rem;top: 0;line-height: 1.8125rem;}
.bannerBox .slick-prev,.bannerBox .slick-next{display: none !important;}
/* banner结束 */




.part1{position: relative;height: auto;margin-top: 0;}
.part1::after{content: "";display: block;}
.p1_lb{width: 100%;height: 100%;}
.p1_lb {height: 100%;}
.p1_lb a{display: block;position: relative;}

.p1_lb .img{padding-bottom: 0;height: 100%;}
.p1_lb img{width: 100%;transform: scale(1) !important;}
.p1_lb .img_box{transform: scale(1) !important;}

.part1 .con_out{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.part1 .w1024{position: relative;height: 100%;display: flex;align-items: flex-end;width: 75%;padding: 0;}
.part1 .con{position: relative;z-index: 3;margin-left: 0rem;padding-bottom: 1.3rem;display: none;}
.part1 .con p{font-size: 60px;color: #F7E6D5;text-shadow: 0 0.04rem 0.04rem rgba(0,0,0,.5);line-height: 70px;margin-bottom: 20px;font-weight: bold;}

.part1 .con .en p{font-size: 50px;line-height: 60px;}

.p1_jt_box{display: flex;justify-content: center;align-items: center;margin-top: 10px;position: absolute;right: 0;bottom: 0.2rem;width: 100%;}

.p1_jt_box p{font-size: 0.24rem;color: #fff;line-height: 0.2rem;}

.p1_jt_box .swiper-pagination{display: flex;width: auto;position: relative;align-items: center;justify-content: flex-end;}
.p1_jt_box .swiper-pagination span{width: 0.78rem;height: 0.43rem;background: url(../sy_images23/bn_dt_dot_li_on.png) no-repeat;opacity: 0.6;margin: 0 0.1rem !important;background-size: 100%;transition: 0.4s;}

.p1_jt_box .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;}
@media(max-width: 1500px){
    .part1 .con p{font-size: 0.4rem;line-height: 0.4rem;margin-bottom: 0.2rem;}

.part1 .con .en p{font-size: 0.32rem;line-height:0.4rem;margin-bottom: 0.1rem;}
}

@media(max-width: 1200px){
	.part1{margin-top: 60px;height: auto;}
    .part1 .w1024{width: 90%;}
    .part1 .con{padding-bottom: 0.2rem;}
}

@media(max-width: 1024px){
    .p1_lb{height: auto !important;}
    .p1_lb .slick-slide{height: auto !important;}

	.p1_lb .img{height: auto;padding-bottom: 50%;}
	.part1 .con{zoom: 0.8;}

	.sy_tit .y{font-size: 0.26rem;}
	.sy_tit .z{font-size: 0.26rem;}

	.p1_lb a{height: auto;}

    .bannerBox .slider img{height: auto;}
    .bannerBox .slider video{height: auto;}

}

@media(max-width: 650px){
.p1_lb .img {
    padding-bottom: 56.2%;
}
	.part1 .con {
		zoom: 0.4;
	}
.sy_tit{margin-bottom:0.2rem;}
	.sy_tit .y{font-size: 0.2rem;}
	.sy_tit .z{font-size: 0.2rem;}
}





.part2{background: #002d72;background-size: 100%;padding: 0.9rem 0 1.3rem;position: relative;}
.part2::before{    content: "";
    width: 50%;
    height: 46.4%;
    background: #184487;
    position: absolute;
    right: 0;
    top: 0;z-index: 1;}
.part2::after{
    content: "";
    width: 50%;
    height: 46.4%;
    background: #184487;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.part2 .w1024{position: relative;z-index: 3;}

.part2 .sy_tit .z{letter-spacing: 0.05rem;}

.p2_main{display: flex;justify-content: space-between;flex-wrap: wrap;}

.p2_ul1{width: 100%;display: flex;justify-content: space-between;margin-top: 0.2rem;margin-bottom: 0.3rem;}
.p2_ul1 li{width: 48%;position: relative;}
/* .p2_ul1 li+li{top: -0.6rem;}
.p2_ul1 li+li+li{top: -1.2rem;} */
.p2_ul1 li a{display: block;position: relative;}
.p2_ul1 li .img{width: 100%;padding-bottom: 66%;margin-bottom: 0.07rem;}
.p2_ul1 li .con{}
.p2_ul1 li .con::after{content: "";display: block;clear: both;}
.p2_ul1 li .con .bt{font-size: 18px;color: #F8EDE2;line-height: 30px;margin-bottom: 0.06rem;font-weight: bold;}
.p2_ul1 li .con .sj{font-size: 0.1rem;color: #F8EDE2;display: table;
    font-style: normal;
    font-size: 16px;
    color: #9da5b5;
    font-weight: bold;
    padding-left: 34px;
    background: url(../ej_images23/time.png) no-repeat left center;
    line-height: 20px;
    float: right;
}
.p2_ul1 li a::after{content: "";display: block;width: 0;height: 1px;background: #fff;transition: 0.4s;position: absolute;left: 0;bottom: -0.1rem;}
.p2_ul1 li a:hover::after{width: 100%;}

.p2_ul2{width: 4rem;display: none;}
.p2_ul2 li{margin-bottom: 0.18rem;}
.p2_ul2 li a{display: block;position: relative;}
.p2_ul2 li .con{}
.p2_ul2 li .con .lm{font-size: 0.14rem;line-height: 0.18rem;color: #70AEF9;display: inline;}
.p2_ul2 li .con .bt{font-size: 0.14rem;line-height: 0.18rem;color: #fff;display: inline;}
.p2_ul2 li .con .sj{font-size: 0.1rem;margin-top: 0.06rem;color: #F8EDE2;}

.p2_ul2 li a::after{content: "";display: block;width: 0;height: 1px;background: #fff;transition: 0.4s;position: absolute;left: 0;bottom: -0.05rem;}
.p2_ul2 li a:hover::after{width: 100%;}



.part2 .more{display: flex;justify-content: flex-end;}
.part2 .more a{display: block;}
.part2 .more p{display: block;font-size: 16px;color: #F8EDE2;border-bottom: 1px solid #F7E6D5;padding-bottom: 5px;transition: 0.4s;font-weight: bold;}

.part2 .more a:hover p{color: rgba(249,219,189,1);}


.p2_left{width: 65%;}
.p2_right{width: 32%;}
.p2_right .p2_ul1 li{width: 100%;}

.p2_right .p2_ul1 li .img::after{content: '';display: block;background: url(../sy_images23/p6_play_ico.png) no-repeat center center;width: 60px;height: 60px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 3;background-size: 100%;}

@media(max-width: 1024px){
	.p2_main{flex-wrap: wrap;}
	.part2{background-size: cover;padding: 0.9rem 0 0.9rem;}

	.p2_ul1{width: 100%;margin-bottom: 0.3rem;}
	.p2_ul1 li{}

	.p2_ul2{width: 100%;}

    .p2_left{width: 100%;margin-bottom: 0.3rem;}
    .p2_right{width: 100%;}
	
}
@media(max-width: 850px){
    .part2 .sy_tit .z{font-weight: bold;}
    .p2_ul1 li .con .bt{     font-size: 16px;
    line-height: 26px;}
    .p2_ul1 li .con .sj{font-size: 12px;}
    .part2{padding: 0.6rem 0;}
	.p2_ul1{flex-wrap: wrap;padding: 0;margin:0;}
	.p2_ul1 li{width: 100%;margin-bottom:0.22rem;top: 0 !important;}
}
@media(max-width: 650px){
.part2 {
    padding: 0.3rem 0;
}
}



.part3{background: #a33a34;}

.part3 .w1024{}
.p3_main_out{display: flex;justify-content: space-between;align-items: flex-start;position: relative;padding:0 0rem 0rem;}
.p3_main_out::after{}

.p3_main_out>.sy_tit{width: 2rem;position: relative;top: -0.5rem;z-index: 3;}
.p3_main_out>.sy_tit .con{}
.p3_main_out>.sy_tit .z{margin-bottom: 0.25rem;font-weight: normal;color: #F8EDE2;}
.p3_main_out>.sy_tit .y.hei{color: #fff;}

.p3_main{width: calc(100% - 1.5rem);padding: 0.4rem 0;position: relative;z-index: 3;position: relative;margin-top: -0.5rem;}
.p3_main::after{content: "";display: block;width: calc(100% + 10rem);position: absolute;left: 0;top: 0;z-index: 1;background: #fff url(../ej_images23/index02.png);height: 100%;}
.p3_main .more{}

.p3_ul{width: 100%;margin-bottom: 0.1rem;position: relative;z-index: 3;}
.p3_ul li{}
.p3_ul li a{display: block;}
.p3_ul li .con{position: relative;padding: 20px 0rem 20px 60px;display: flex;justify-content: space-between;align-items: center;}
.p3_ul li .con::after{position: absolute;width: 100%;height: 100%;background: rgba(0,45,114,0.13);transition: 0.4s;z-index: 1;content: "";display: block;left: 0;bottom: 0;opacity: 0;}
.p3_ul li .con .sj{font-size: 20px;color: #333;transition: 0.4s;position: relative;z-index: 3;font-weight: bold;width: 80px;}
.p3_ul li .con .bt{font-size: 20px;color: #666666;transition: 0.4s;position: relative;z-index: 3;width: calc(100% - 100px);line-height: 0.2rem;max-height: 0.4rem;overflow: hidden;}


.p3_ul li a:hover .con::after{opacity: 1;}
.p3_ul li a:hover .con .sj{color: #A33A34;}
.p3_ul li a:hover .con .bt{color: #A33A34;}


.part3 .more{position: relative;z-index: 3;display: table;float: right;}
.part3 .more a{display: block;}
.part3 .more p{display: block;font-size: 16px;color: #333333;border-bottom: 1px solid #333333;padding-bottom: 5px;transition: 0.4s;font-weight: bold;}

.part3 .more:hover p{color: #A33A34;}

.p3_sj_tit{display: none;z-index: 10;margin-bottom: 0.1rem;}
.p3_sj_tit.sy_tit .z{color: #000;font-weight: bold;    text-align: center;}
.p3_sj_tit.sy_tit .y{    text-align: center;}



@media(max-width: 1024px){
	.p3_main_out>.sy_tit{width: auto;}
	.p3_main{width: 100%;}
	.p3_ul{width: 100%;}
}
@media(max-width: 850px){
	.p3_main_out{padding: 0;}
    .p3_main_out>.sy_tit{display: none;}
    .p3_sj_tit{display: block;}
    .p3_main::after{left: -1rem;}
    .p3_main{padding:0.3rem 0;}


}
@media(max-width: 650px){
	.p3_main_out>.sy_tit .y{font-size: 0.14rem;line-height: 0.18rem;}
.p3_main{margin-top:0;}
}



.part4{position: relative;padding: 0.8rem 0 0.5rem;}
.part4::after{    content: "";z-index: 1;
width: 100%;
height: 65%;
background: #a33a34;
position: absolute;
left: 0;
top: 0;}
.part4::before{     content: "";
    width: 64.32%;z-index: 2;
    height: 65%;
    background: #b15752;
    position: absolute;
    right: 0;
    top: 0;}
.part4>div{position: relative;z-index: 4;}
.part4 .sy_tit{ padding-left: 0rem;justify-content: center;}
.part4 .sy_tit .y{color: #F8EDE2;}
.part4 .sy_tit .z{color: #F7E6D5;margin-bottom: 0.05rem;text-align: center;}
.p4_main_out{}
.p4_main{position: relative;}
.p4_lb{padding: 0 !important;}
.p4_lb .swiper-wrapper{height: auto !important;}
.p4_lb .swiper-slide{}
.p4_lb .swiper-slide a{display: block;}
.p4_lb .swiper-slide .img{width: 100%;padding-bottom: 149%;}
.p4_lb .swiper-slide .img img{}

.part4 .more{display: flex;justify-content: center;padding-right: 0.2rem;margin-top: 0.3rem;}
.part4 .more a{display: block;}
.part4 .more p{display: block;font-size: 16px;color: #A33A34;border-bottom: 1px solid #A33A34;padding-bottom: 5px;transition: 0.4s;font-weight: bold;}

.part4 .more:hover p{color: #333;}

.p4_lb_jt{width: calc(100% + 1.6rem);position: absolute;display: flex;justify-content: space-between;align-items: center;left: -0.8rem;bottom: 1.4rem;}
.p4_lb_jt .swiper-button-next,.p4_lb_jt .swiper-button-prev{width: 0.6rem;height: 0.22rem;background: url(../ej_images23/index04.png) no-repeat left center;background-size: 60px auto !important;position: relative;left: auto !important;top: auto !important;}
.p4_lb_jt .swiper-button-next::after,.p4_lb_jt .swiper-button-prev::after{display: none;}
.p4_lb_jt .swiper-button-next{background: url(../ej_images23/index05.png) no-repeat right center;right: 0;}




@media(max-width: 1200px){
	.p4_lb{margin: 0 0.6rem;}
	.p4_lb_jt{width: 100%;left: 0;bottom: 1rem;}
	.p4_lb_jt .swiper-button-next, .p4_lb_jt .swiper-button-prev{background-size: 100% auto !important;width: 0.4rem;}
}
@media(max-width: 850px){
    .part4{padding-top: 0.6rem;}
    .part4 .sy_tit .z{font-weight: bold;}
	.part4 .sy_tit{padding-left: 0.2rem;}

    .p3_ul li .con{padding: 0.11rem 0;flex-wrap: wrap;}
    .p3_ul li .con .sj{width: 100%;margin-bottom: 0.04rem;font-size: 0.15rem;}
    .p3_ul li .con .bt{width: 100%;font-size: 0.15rem;line-height: 0.24rem;max-height:0.48rem;}

.p3_ul li:first-child .con{padding-top:0;}
}
@media(max-width: 650px){
    .part4{padding: 0.3rem 0;}
.part4 .sy_tit{    padding-left: 0rem;}
	.part4 .sy_tit .y{line-height: 0.24rem;}

}


@media(max-width: 500px){
	.p4_lb {
		padding: 0 0.7rem;
	}
}


.part5{background: #a33a34;position: relative;padding: 0.8rem 0 0.9rem;}
.part5::before {
    content: "";
    width: 21.35%;
    height: 52.12%;
    background: #b15752;
    position: absolute;
    left: 0;
    top: 0;
}
.part5 .sy_tit{ padding-right: 0rem;justify-content: center;}
.part5 .sy_tit .y{color: #F8EDE2;text-align: center;}
.part5 .sy_tit .z{color: #F7E6D5;margin-bottom: 0.05rem;text-align: center;}
.p5_main_out{background: url(../sy_images23/p5_bg.png) no-repeat bottom center;background-size: cover;}
.p5_main{width: 100%;}
.p5_lb{padding: 0 !important;width: 100%;padding-top: 0.6rem !important;}
.p5_lb .swiper-wrapper{height: auto !important;}
.p5_lb .swiper-slide{height: auto;transition: 0.4s;}
.p5_lb .swiper-slide a{display: block;}
.p5_lb .swiper-slide .img{width: 100%;padding-bottom: 70%;}
.p5_lb .swiper-slide .con{}
.p5_lb .swiper-slide .con p{    margin-top: 10px;text-align: center;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #f6e5d4;
    font-weight: bold;
    transition: 0.6s all;}
	.p5_lb .swiper-slide a:hover .con p{color: #ebaf63;}
	

	.p5_lb .swiper-slide.swiper-slide-next{}
	.p5_lb .swiper-slide.swiper-slide-prev{}
	.p5_lb .swiper-slide.swiper-slide-active{margin-top: -0.6rem;}
	
.part5 .more{display: flex;justify-content: center;padding-right: 0rem;}
.part5 .more a{display: block;}
.part5 .more p{display: block;font-size: 16px;color: #f6e5d4;border-bottom: 1px solid #f6e5d4;padding-bottom: 5px;transition: 0.4s;position: relative;font-weight: bold;}

.part5 .more p::after{content: "";width: 0%;height: 1px;background: #ebaf63;position: absolute;left: 0;bottom: -1px;z-index: 3;transition: 0.4s;}
.part5 .more:hover p{color: #ebaf63;}
.part5 .more:hover p::after{width: 100%;}

.p5_lb_jt{width: 30.67%;position: relative;margin: 0.2rem auto 0;display: flex;justify-content: space-between;align-items: center;}
.p5_lb_jt .swiper-button-next,.p5_lb_jt .swiper-button-prev{width: 0.6rem;height: 0.22rem;background: url(../ej_images23/index07.png) no-repeat left center;background-size: 60px auto !important;position: relative;left: auto !important;top: auto !important;}
.p5_lb_jt .swiper-button-next::after,.p5_lb_jt .swiper-button-prev::after{display: none;}
.p5_lb_jt .swiper-button-next{background: url(../ej_images23/index08.png) no-repeat right center;right: 0;}


@media(max-width: 1200px){
	.p5_main_out{padding-bottom: 0;}
	.p5_lb_jt .swiper-button-next, .p5_lb_jt .swiper-button-prev{background-size: 100% auto !important;width: 0.4rem;}
	.p5_lb{padding-top: 0 !important;}
	.p5_lb .swiper-slide.swiper-slide-active{margin-top: 0;}

	.p5_lb .swiper-slide .con p{max-height: 0.4rem;height: auto;}
}
@media(max-width: 850px){
	.p5_lb {
		
	}
.p5_lb_jt{width:2rem;}
	.part5 .sy_tit{padding-right: 0.2rem;}
    .part5{padding: 0.6rem 0;}
}
@media(max-width: 650px){
.p5_lb_jt .swiper-button-next, .p5_lb_jt .swiper-button-prev{    width: 0.3rem;}
	.p5_lb {
		padding: 0 1.1rem;
	}
	.part5{padding: 0.3rem 0;}

.p5_lb .swiper-slide .con p{    font-size: 0.16rem;}
}
@media(max-width: 500px){
	.p5_lb {
		padding: 0 0.7rem;
	}
}




.part6{position: relative;margin-top: 0.8rem;}
.part6 .sy_tit{margin-bottom: 0.3rem;justify-content: center;}
.part6 .sy_tit .z{font-size: 0.37rem;color: #666666;text-align: center;}
.part6 .sy_tit .y{font-size: 0.3rem;color: #333333;text-align: center;}

.p6_main_out{}
.p6_main{position: relative;}
.p6_main .p6_zz{position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;opacity: 1;transition: 0.4s;cursor: pointer;}
.p6_main .p6_zz.on{opacity: 0;}
.p6_main .p6_play{width: 0.7rem;height: 0.7rem;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 8;transition: 0.4s;}
.p6_main .p6_zz:hover .p6_play{transform: rotate(360deg);}
.p6_main .p6_play img{width: 100%;}
.p6_main .mp4_fm{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;transition: 0.4s;padding: 0;}
.p6_main .mp4_fm.hide{opacity: 0;}
.p6_main .mp4{width: 100%;}
.p6_main .mp4 video{width: 100%;}


.spbf{position: fixed;width: 100%;height: 100%;z-index: 99999999999;top: 0;left: 0;display: none;}
.spbf>div video{width: 80%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;height: auto;z-index:10;}
.spbf>p{position: fixed;width: 100%;height: 100%;z-index: 100;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);z-index:1;}


@media(max-width: 1024px){


}
@media(max-width: 850px){
    .part6{margin-top: 0.6rem;}
	.part6 .sy_tit .z{font-size: 0.28rem;}
	.part6 .sy_tit .y{font-size: 0.24rem;}
	.p6_main .p6_play{zoom: 0.6;}
}
@media(max-width: 650px){
    .part6{margin-top: 0.3rem;}
.part6 .w1024{width:100%;}
	.part6 .sy_tit {margin-bottom: 0.2rem;}
	.part6 .sy_tit .z{font-size: 0.2rem;}
	.part6 .sy_tit .y{font-size: 0.18rem;line-height: 0.24rem;}
	.p6_main .p6_play{zoom: 0.4;}
}




.foot{padding: 90px 0 150px;background: url(../sy_images23/foot_bg.png) no-repeat center center;background-size: cover;}
.foot>.w1024{}
.foot_lj{display: flex;justify-content: space-between;margin-bottom: 27px;align-items: center;}
.foot_lj li{width: auto;}
.foot_lj li a{display: block;padding: 0;}
.foot_lj li .pic{width: auto;height: 51px;}
.foot_lj li .pic img{max-width: 100%;height: 100%;}


.foot_main{display: flex;justify-content: space-between;align-items: flex-end;}
.foot_left{float: left;width: calc(100% - 160px);}
.foot_left .foot_con{}
.foot_left .foot_con+.foot_con{margin-top: 45px;}
.foot_left .foot_con p{    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;}
.foot_right{width: auto;}
.foot_right ul{display: flex;width: 100%;justify-content: flex-end;}
.foot_right ul li{position: relative;margin-left: 0.1rem;}
.foot_right ul li .pic{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.foot_right ul li .pic img{max-width: 100%;}
.foot_right ul li .ewm{width: 150px;height: 150px;position: absolute;bottom: calc(100% + 10px);left: calc(50% - 75px);}
.foot_right ul li .ewm img{width: 100%;}

.foot_right ul li:hover .ewm{display: block;}


@media(max-width: 1650px){


}

@media(max-width: 1600px){


    .pc_top_lj .ri a{font-size: 18px;}
    #nav ul li h3{font-size: 20px;line-height: 24px;}
    #nav ul li a{    padding: 16px 0rem;}

}


@media(max-width: 1420px){




}

@media(max-width: 1500px){
    .w1024{width: 95%;padding: 0;}
    .toubu_div .w1024{width: 95%;padding: 0;}

}
@media(max-width: 1200px){
	.firstScreen .toubu_div{display: none;}
	.m_header_box{display: block;}
	


}
@media(max-width: 1024px){


	.body_main{}
	.body_main>div{padding: 0.3rem 0;}






	.w1024{padding: 0;}

	.foot>.w1024{flex-wrap: wrap;justify-content: center;}
	.foot_left{margin-bottom: 0.2rem;}

	.foot_main{flex-wrap: wrap;}
}
@media(max-width: 950px){


}
@media(max-width: 800px){
	.foot_left .foot_con p{font-size: 0.14rem;}
	.foot{padding: 0.6rem 0 0.4rem;}
	.foot_right ul li .ewm{left: calc(50% - 0.8rem);}
}
@media(max-width: 700px){


}

@media(max-width: 650px){
.foot_left .foot_con+.foot_con{margin-top:13px;}
.foot_left{width:100%;}
	.foot_right ul li p{padding-top: 0.1rem;}
	.foot_right ul li{margin: 0 0.05rem 0rem;}
	.foot_right ul{width: 100%;flex-wrap: wrap;justify-content: center;}

	.foot_right{width: 100%;}
	.foot_lj{flex-wrap: wrap;margin-bottom: 0;}
	.foot_lj li{width: 45%;margin-bottom: 0.2rem;}
.foot_lj li .pic{    height: 34px;}
	.foot_lj li .pic img{max-height: 0.4rem;width: auto;max-width: 100%;}
	.foot {
		padding: 0.3rem 0;
	}

	#m_header #logo{width: 80%;}
}
@media(max-width: 550px){

}


@media(max-width: 450px){

	#m_header #logo{width:calc(100% - 40px);}


}
/* 首页样式结束 */










/* 2024-01-03  up */
.part_nju{background: #f0f0f0;padding: 70px 0;position: relative;}
.part_nju::before {
    content: "";
    width: 21.35%;
    height: 52.12%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.part_nju .sy_tit{justify-content: center;}
.part_nju .sy_tit .z{color: #002d72;text-align: center;}
.part_nju .sy_tit .y{color: #002d72;text-align: center;}

.part_nju_main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.part_nju_main .left{width: 65.36%;}
.part_nju_main .right{width: 30.71%;}


.part_nju_main a{display: block;}
.part_nju_main .box{position: relative;}
.part_nju_main .pic{width: 100%;height: 0;padding-bottom: 66.666%;position: relative;overflow: hidden;}
.part_nju_main .pic::after{content: '';display: block;width: 100%;height: 100%;background: url(../sy_images23/z_part_nju_img_zz.png) repeat-x center bottom;position: absolute;bottom: 0;left: 0;z-index: 4;}
.part_nju_main .pic img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 3;object-fit:cover;}
.part_nju_main .con{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 5;padding: 20px 46px;}
.part_nju_main .con .sj{font-style: normal;margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 34px;
    background: url(../sy_images23/z_part_nju_sj.png) no-repeat left center;
    line-height: 20px;}
.part_nju_main .con .bt{font-size: 18px;line-height: 30px;color: #fff;
	max-height: 60.8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.part_nju_main .right .box+.box{margin-top: 8.4%;}
.part_nju_main .right .con{padding: 16px 24px;}


.part_nju .more{display: flex;justify-content: center;padding-right: 0.2rem;margin-top: 0.3rem;}
.part_nju .more a{display: block;}
.part_nju .more p{display: block;font-size: 16px;color: #002d72;border-bottom: 1px solid #002d72;padding-bottom: 5px;transition: 0.4s;font-weight: bold;}

.part_nju .more:hover p{color: #333;}


@media (max-width: 850px){
    .part_nju .sy_tit .z{
    font-weight: bold;
    }
}
@media(max-width: 768px){
	.part_nju{padding: 48px 0;}
	.part_nju_main .left{width: 100%;}
	.part_nju_main .right{width: 100%;margin-top: 32px;}
	.part_nju_main .right .box+.box{margin-top: 32px;}
	.part_nju_main .con{padding: 16px 24px;}
}
@media(max-width: 650px){
	.part_nju{padding:0.3rem 0;}
.part_nju_main .con .bt {
    font-size: 16px;
    line-height: 18px;
    -webkit-line-clamp: 1;}

}