/* CSS Document public*/

*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif; 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;} html{ overflow:-moz-scrollbars-vertical;} 


@font-face{
	font-family:'arial_b'; 
	src: url('../font/arialbd.ttf');
}

@font-face{
	font-family:'arial'; 
	src: url('../font/arial.ttf');
}

@font-face{
	font-family:'times'; 
	src: url('../font/times.ttf');
}
@font-face{
	font-family:'times_b'; 
	src: url('../font/timesbd.ttf');
}


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;}
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: 1500px;}


.header_box_li{height: 8.625rem;position: relative;z-index: 1;transition: 0.4s;}

.header_box_li.sticky{position: fixed;background: #9c0101;height: 3.75rem;box-shadow: 0 8px 8px rgba(0,55,59,0.25);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;}
	@-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{display: none;}
	  .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: 0.7rem 0rem 0 2rem;}
	  .header_box_li.sticky #nav .search_btn img{display: none;}

	  .header_box_li.sticky #header #logo .box_table{height: 90px;}
	  .header_box_li.sticky #header{height: auto;}
	  .header_box_li.sticky #header #logo{}
	  .header_box_li.sticky .w1720{width: 1500px;}
	  .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: 3.75rem;line-height: 3.75rem;}

.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: absolute;height: 8.625rem;z-index:9;width:100%;background-size:cover;  transition: 0.4s; }
.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}
.header_top{position: relative;height: 4rem;padding: 0;text-align: right;z-index: 10;    transition: 0.4s;}
.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: -.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;
}

.list_box0{ display:inline-block; vertical-align:top}
.list_box0 .li{font-size: 14px;color:#fff;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 6rem;    width: 100%;margin: 0;background: url(../images/nav_btn_bg.jpg) no-repeat;background-size: 100% 100%;}
.list_box0 .li.li1{z-index: 100;width: 7.5rem;}
.list_box0 .li+.li{background: url(../images/search_btn_bg.jpg) no-repeat;background-size: 100% 100%;}
.list_box0 .li+.li+.li+.li{background: none;}
.list_box0 .li>a{ display:block;color: #fff;transition: 0.5s;text-align: center;position: relative;}
.list_box0 .li>a:hover{color: #ae0000;}
.list_box0 .li a>img{margin: auto;transition: 0.5s;}
.list_box0 .li a.ewm>img{width: 100%;}
.list_box0 .li a::after{width: 100%;height: 100%;content: "";display: block;background: url(../images/nav_btn_on.png) no-repeat center center;position: absolute;z-index: 2;top: 0;left: 0;opacity: 0;transition: 0.5s;}
.list_box0 .li.li1.on{    position: fixed;    top: 0;
    right: 0;
    }
.list_box0 .li.li1.on img{opacity: 0;}
.list_box0 .li.li1.on a::after{opacity: 1;}
.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(../images/part1_ss.png) no-repeat center center;float: left;}

.list_box0 .li+.li{margin-left: 0rem;}
.list_box0 .li+.li+.li{margin-left: 0rem;}
.list_box0 .li+.li+.li+.li{margin-right: 0rem;}

.w1400{width: 1400px;margin: 0 auto;position: relative;z-index: 2;}





.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 #logo{padding: 15px 0;}
#header #logo .box_table{     height: 50px;width:555px;display: table;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}

#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;}

	#header .w1400{}
	#header .w1400>.right{width: 100%;}
	#header .w1400>.right>#nav{width: 100%;}
	#header .w1400>.right>#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;width:100%;}
#logo img.img2{ display:none}
#nav{float: right;}
#nav ul{float: left;}
#nav ul li{float:left;position:relative;z-index:0;margin-left: 0.75rem;height: 57px;}
#nav ul li:before{content:"";position:absolute;left: 0;width: 100%;height: 50px;bottom:0;transition:.6s;}
#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;padding: 0.7rem 0.3rem;transition: 0.4s;border-bottom: 2px solid rgba(255,255,255,0.4);}
#nav ul li a:hover{}
#nav ul li h3{font-size: 1.375rem;color:#fff;line-height: 2.125rem;position:relative;transition: .36s;display: inline-block;text-transform: uppercase}
#nav ul li a i{ margin:-3px 0 0 .625rem; display:inline-block; width:10px; height:5px; background:url(../images/down_ico.png) center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url(../images/down_ico_on.png) 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%;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;}
#nav ul li .sub .box{padding: 0.5rem;text-align:center;background: rgba(249,180,59,0.85);}
#nav>ul>li.on a,#nav ul li:hover a, #header.xg #nav ul li.on a, #header.xg #nav ul li:hover a{border-bottom: 2px solid rgba(255,255,255,1);}
#nav ul li .sub a{padding: 4px 1rem;line-height: 1.5;transition:.6s;font-size: 1rem;color: #fff;text-align: center;white-space: nowrap;border-bottom: 1px solid rgba(255,255,255,0.2);}
#nav ul li .sub a:hover{color: #fff;/*background: rgba(62,152,254,0.85);*/border-bottom: 1px solid rgba(255,255,255,1);}
#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 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;}
#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: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #3e98fe;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: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
        background-color: #fff;
	/*background-color: rgba(255,255,255,.1);*/
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #323232;
	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=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}

.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/page1_ss.png');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url(../images/hot-icon.png);
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

/*顶部搜索*/
.tc_search {margin: 0 1.3rem;width: calc(100% - 2.6rem);position: 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);}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 38px; line-height: 38px; border: 0; background: url(../images/search_white.svg) center center no-repeat; background-size: 1.2rem; }
.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: 999999999;float: right;margin-left: 28px;}
#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: 1.875rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 1.75rem; }
#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: 1.75rem;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 {z-index: 99;position: fixed;width: 100%;height: 100vh;left:0;top: 0;display: none;padding: 1.5rem 0 7rem;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: rgba(0,0,0,0.9);opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act {    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    padding: 0;}

#m_nav .w1400{position: relative;}

#m_nav .ewm{    position: relative;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;}

.m_nav_list {    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 75vh;
    padding-top: 8%;
    overflow: auto;
    margin-bottom: 2rem;}
.m_nav_list>li{}
.m_nav_list>li>a{}
.m_nav_list>li>a h3{display: block;font-size: 1.5rem;color: #fff;text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;transition: 0.5s;}
.m_nav_list>li>.list{}
.m_nav_list>li>.list a{}

.m_nav_list>li>a:hover h3{color: #f9b43b;}

.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list {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: 1rem;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;transition: 0.5s;}

#m_nav .title .list a:hover{color: #f9b43b;}

/*三级导航 开始*/
#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:.875rem;
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 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: #9c0101;background-size: cover;}
#m_header #logo{float: left;}
#m_header #logo img{max-height: 56px;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);}



@font-face{ font-family:"sys_heavy"; src:url(../font/SOURCEHANSERIFSC-HEAVY_0.OTF);}


/* .ej .toubu_div{position: initial;}
.ej #nav ul li h3{color: #333;}
.ej #nav ul li.on h3,.ej #nav ul li:hover h3{color: #fff;}
.ej .list_box0 .li{line-height: 3rem;}
.ej .list_box0 .li>a{color: #666;}
.ej .list_box0 .li input.txt {border-bottom: 1px solid #666;}
.ej .header_top{height: 3.4rem;}
.ej #header #logo .box_table{height: 132px;}
.ej #header{height: 8.18rem;}
.ej .header_box_li{height: 8.18rem;} */

#fp-nav.fp-right{display: none;}

.toubu_div{position: absolute;top: 0;width: 100%;left: 0;z-index: 9;}
.img img{transition: 0.4s;}
.img{overflow: hidden;}
a:hover .img img{transform: scale(1.05);}


.w1720{width: 1720px;margin: 0 auto;}
.w1720::after{clear: both;content: "";display: block;}
.w1500{width: 1500px;margin: 0 auto;}
.w1500::after{clear: both;content: "";display: block;}
.w1620{width: 1620px;margin: 0 auto;position: relative;}
.w1620::after{clear: both;content: "";display: block;}


.sy_tit{display: block;text-align: center;margin-bottom: 1.4rem;}



.sy_big_div{background: url(../images/sy_bg2.jpg) no-repeat;background-size:cover;max-width: 1920px;margin: 0 auto;position: relative;}
.sy_big_div::before{width: 100%;content: "";display: block;height: 100%;z-index: 1;background: url(../images/sy_bg1.png) no-repeat top center;background-size: 100% 100%;position: absolute;top: 0;left: 0;}
.sy_big_div::after{width: 100%;content: "";display: block;height: 22rem;position: absolute;top: 0;left: 0;background: #3e98fe;z-index: 1;}


.banner{width: 93.75%;margin: 0;border-radius: 0 0 6.25rem 0;position: relative;float: left;z-index: 3;}
.banner .swiper-slide a::before{content: "";display: block;position: absolute;z-index: 2;width: 100%;height: 100%;background: url(../images/nav_bg.png) repeat-x top left;top: 0;left: 0;}
.banner .swiper-slide a::after{content: "";display: block;position: absolute;z-index: 3;width: 100%;height: 100%;/*background: url(../images/bn_bg.png) repeat-x bottom left;*/bottom: 0;left: 0;}
.banner .swiper-slide{}
.banner .swiper-slide a{display: block;position: relative;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide p{position: absolute;bottom: 2.5rem;font-size: 1.75rem;font-family: "times_b";left: 15%;color: #fff;z-index: 5;transition: 0.5s;    width: calc(100% - 38rem);}
.banner .swiper-slide a:hover p{color: #f9b43b;}
.banner .swiper-pagination{display: table;    bottom: 2rem;
    width: auto;
    right: 8%;
    left: auto;}
.banner .swiper-pagination span{background: none;color: #fff;font-size: 16px;position: relative;display: inline-block;padding: 0 16px 22px 1px;transition: 0.5s;opacity: 1;font-family: "times";margin: 0 5px;    margin: 0 5px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{font-size: 1.5rem;padding-right: 4.5rem !important;font-family: "times_b";}
.banner .swiper-pagination span::after{content: "";display: block;height: 1px;width: 0rem;background: #fff;position: absolute;right: 0;bottom: 10px;transition: 0.5s;}
.banner .swiper-pagination span.swiper-pagination-bullet-active::after{width: 2.5rem;}
.banner .swiper-button-white{width: 56px;height: 56px;opacity: 1;    pointer-events: auto;}
.banner .swiper-button-white.swiper-button-prev{background: url(../images/bn_left.png) no-repeat;background-size: 100% 100%;    left: 20px;}
.banner .swiper-button-white.swiper-button-next{background: url(../images/bn_right.png) no-repeat;background-size: 100% 100%;    right: 20px;}




.header_top{width: 6.25%;float: right;height: auto;}



.toutiao{height: 5rem;padding-right: 100px;}
.toutiao .swiper-slide{}
.toutiao .swiper-slide a{display: block;padding: 1.6rem 0;}
.toutiao .swiper-slide a p{font-size: 1.75rem;font-family: "times_b";left: 15%;color: #fff;transition: 0.5s;}
.toutiao .swiper-slide a:hover p{color: #f9b43b;}
.toutiao .swiper-button-white{width: 40px;height: 40px;}
.toutiao .swiper-button-prev{background: url(../images/toutiao_left.png) no-repeat;right: 60px;left: auto;}
.toutiao .swiper-button-next{background: url(../images/toutiao_right.png) no-repeat;}


.main{}

.part1{padding: 2rem 0;}
.part1 .main{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.part1 .part1_lb1{width: 46.43%;float: left;margin: 0;max-height:430px;}
.part1 .part1_lb1 a{}
.part1 .part1_lb1 a img{width: 100%;}
.part1 .part1_lb2{width: 27.14%;float: left;border-radius: 0 2.5rem 0 0;box-shadow: 0 0 5rem #c7c7c7;    margin: 0;
    margin-left: -8%;background: rgba(255,255,255,0.95);}
.part1 .part1_lb2 a{display: block;background: rgba(255,255,255,0.95);padding: 8% 12% 20%;}
.part1 .part1_lb2 .con{}
.part1 .part1_lb2 .con .sj{font-size: 14px;color: #818181;font-family: "times";}
.part1 .part1_lb2 .con .sj span{font-size: 2.5rem;color: #3e98fe;font-family: "times_b";margin-right: 10px;}
.part1 .part1_lb2 .con .bt{font-size: 1.25rem;color: #323232;line-height: 1.5rem;font-family: "arial_b";margin: 0.8rem 0 1.5rem;transition: 0.5s;}
.part1 .part1_lb2 .con .zy{font-size: 14px;line-height: 22px;color: rgba(50,50,50,0.6);font-family: "arial";transition: 0.5s;}
.part1 .part1_lb2 a:hover .con .bt{color: #3e98fe;}
.part1 .part1_lb2 a:hover .con .zy{color: rgba(62,152,254,0.6);}

.part1 .part1_lb2 .dio{position: absolute;bottom: 10%;width: 100%;left: 0;}

.part1 .part1_lb2 .swiper-pagination{
    padding: 0 20px;
    display: table;
    width: auto;
    margin: 0 auto;
    position: relative;}
.part1 .part1_lb2 .swiper-pagination::before{content: "";display: block;height: 1px;background: #d2d2d2;width: 20px;position: absolute;top: 6px;left: 0px;}
.part1 .part1_lb2 .swiper-pagination::after{content: "";display: block;height: 1px;background: #d2d2d2;width: 20px;position: absolute;top: 6px;right: 0px;}
.part1 .part1_lb2 .swiper-pagination span{border: 1px solid #3e98fe;width: 11px;height: 11px;margin: 0 10px;background: none;position: relative;opacity: 1;}
.part1 .part1_lb2 .swiper-pagination span::before{content: "";display: block;height: 1px;background: #d2d2d2;width: 10px;position: absolute;top: 4px;left: -15px;}
.part1 .part1_lb2 .swiper-pagination span::after{content: "";display: block;height: 1px;background: #d2d2d2;width: 10px;position: absolute;top: 4px;right: -15px;}
.part1 .part1_lb2 .swiper-pagination span.swiper-pagination-bullet-active{background: #3e98fe;}

.part1 ul{width: 25%;float: right;}
.part1 ul li{margin-bottom: 2rem;}
.part1 ul li+li{margin-bottom: 0;}
.part1 ul li a{display: block;}
.part1 ul li .img{width: 100%;position: relative;}
.part1 ul li .img::after{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/part1_img_zz.png) repeat-x bottom left;z-index: 1;}
.part1 ul li .img img{width: 100%;}
.part1 ul li .img .bt{position: absolute;bottom: 1.2rem;z-index: 2;font-size: 1.125rem;color: #fff;font-family: "arial";line-height: 1.5rem;padding: 0 1rem;}





.part2{padding: 4rem 0 8rem;}
.part2 ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.part2 ul li{width: 23.5%;background: #fff;border-radius: 5px;box-shadow: 0 0 0.8rem rgba(67,35,35,0.4);position: relative;}
.part2 ul li a{display: block;padding: 8%;}
.part2 ul li .bt{font-size: 1.125rem;color: #323232;font-family: "arial";line-height: 1.5rem;border-bottom: 1px dashed #e0e0e0;padding-bottom: 1rem;margin-bottom: 1rem;transition: 0.5s;}
.part2 ul li a:hover .bt{    text-shadow: 0 4px 4px #777;}
.part2 ul li .zy{font-size: 14px;line-height: 20px;color: #999999;padding-left: 22px;background: url(../images/part2_ico.png) no-repeat 0 3px;    margin-bottom: 1rem;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.part2 ul li .zy1{font-size: 14px;line-height: 20px;color: #999999;padding-left: 22px;background: url(../images/ej_sj.png) no-repeat 0 3px;    margin-bottom: 1rem;}

.part2 ul li .sj{width: 64px;height: 64px;border-radius: 50%;background: rgba(249,180,59,0.92);    position: absolute;
    right: 8%;
    bottom: -19%;}
.part2 ul li .sj p{font-size: 30px;color: #fff;font-family: "times_b";text-align: center;line-height: 33px;
    padding-top: 5px;}
.part2 ul li .sj span{font-size: 16px;color: #fff;display: block;text-align: center;    }




.part3{padding: 0rem 0 4rem;}
.part3 .main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.part3 ul{width: 53.571%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.part3 ul li{width: 31.6%;    height: 340px;
    overflow: hidden;}
.part3 ul li.li2{margin-top: 11.25rem;}
.part3 ul li.li3{margin-top: 5.625rem;}
.part3 ul li a{display: block;}
.part3 ul li .img{width: 100%;position: relative;max-height: 21.25rem;    display: flex;
    justify-content: center;
    align-items: center;}
.part3 ul li>div{height: 21.25rem;}
.part3 ul li .swiper-slide{height: 21.25rem;}
.part3 ul li .img::after{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/part1_img_zz.png) repeat-x bottom left;z-index: 1;}
.part3 ul li .img img{width: auto;    max-height: 340px;}
.part3 ul li .img .bt{position: absolute;bottom: 1.2rem;z-index: 2;font-size: 1rem;color: #fff;font-family: "arial";line-height: 1.5rem;padding: 0 1rem;}
.part3 .part3_lb1{width: 45%;margin: 0;}
.part3 .part3_lb1 a{display: block;position: relative;}
.part3 .part3_lb1 .img{width: 100%;max-height:436px;}
.part3 .part3_lb1 .img img{width: 100%;}
.part3 .part3_lb1 .con{width: 70%;background: rgba(255,255,255,0.97);box-shadow: 0 0 2rem rgba(199,199,199,0.4);padding:5% 6%;float: right;margin-right: 7%;margin-top: -5%;position: relative;;z-index: 2;border-radius: 0 2.5rem 0 0;}
.part3 .part3_lb1 .con .sj{font-size: 14px;color: #3e98fe;font-family: "times";padding-left: 22px;line-height: 17px;height: 17px;background: url(../images/part3_sj.png) no-repeat left center;}
.part3 .part3_lb1 .con .bt{font-size: 1.125rem;color: #323232;line-height: 1.5rem;margin: 0.5rem 0;transition: 0.5s;}
.part3 .part3_lb1 .con .zy{font-size: 14px;color: rgba(50,50,50,0.6);line-height: 22px;transition: 0.5s;}
.part3 .part3_lb1 a:hover .con .bt{color: #3e98fe;}
.part3 .part3_lb1 a:hover .con .zy{color: rgba(62,152,254,0.6);}

.part3 .part3_lb1 .swiper-button-white{top: 37%;}


.foot{padding-bottom: 2.5rem;padding-top: 5rem;}
.foot .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;    flex-direction: row-reverse;}
.foot .left{width: 45%;border-right: 1px solid rgba(255,255,255,0.3);padding-right: 2%;}
.foot .left .foot_logo{}
.foot .left .foot_logo img{max-width: 100%;}
.foot .left .p{margin-top: 0.8rem;}
.foot .left .p p{display: inline-block;font-size: 14px;color: rgba(255,255,255,0.6);font-family: "arial";padding-left: 27px;line-height: 22px;background: url(../images/foot_ico1.png) no-repeat left top;margin-right: 0.8rem;margin-top: 0.5rem;}
.foot .left .p p+p{background: url(../images/foot_ico2.png) no-repeat left top;}
.foot .left .p p+p+p{background: url(../images/foot_ico3.png) no-repeat left top;}
.foot .left .p p+p+p+p{background: url(../images/foot_ico4.png) no-repeat left top;}
.foot .left .p p+p+p+p+p{background: url(../images/foot_ico5.png) no-repeat left top;}
.foot .right{width: 55%;padding-left: 2.5rem;}
.foot .right .foot_tit{font-size: 20px;color: #fff;font-family: "times_b";}
.foot .right ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot .right ul li{width: 50%;margin-top: 1.3rem;}
.foot .right ul li a{display: block;padding-left: 11px;background: url(../images/foot_right_ico.png) no-repeat left center;color: rgba(255,255,255,0.6);transition: 0.5s;}
.foot .right ul li a:hover{color: #f9b43b;}



.sj_foot{display: none;}



@media(max-width: 1730px){
	.list_box0 .li.li1{    width: 6.5rem;}
}




@media(max-width: 1680px){
	#header .w1400{width: 80%;}
	.list_box0{width: 100%;}
}
@media(max-width: 1620px){
	
	.w1620{width: 97% !important;}
	#header #logo{width: 45%;}
	#header #logo .box_table{width: 100%;}

} 


@media(max-width: 1500px){
	.list_box0 .li.li1{    width: 5.5rem;}
   .w1400{width: 95%;}
   #header .w1400{width: 80%;}
   #nav ul li h3{font-size: 1.1rem;}
   .list_box0 .li+.li+.li{/*display: none;*/}
        .dqwz{margin-top: -7rem !important;;}
} 
@media(max-width: 1366px){
.sy_big_div::before{display: none;height: 22rem;}
.foot {background: #3f98fe;padding-top: 2.5rem;}
.sy_big_div::after{height: 36rem;}

}
@media(max-width: 1300px){
	.banner{width: calc(100% - 4.5rem);}
	.header_top{width: 4.5rem;}
	.list_box0 .li.li1{    width: 4.5rem;}
	.list_box0 .li{    line-height: 4.5rem;}
	.banner .swiper-pagination{
		bottom: 2px;
		width: 100%;
	}
	.banner .swiper-slide p{width: 100%;left: 4%;}

	.header_box_li{    height: 3.625rem;}
	.header_box_li:before{height: 3.625rem;}
	#header{ height: 3.625rem;}
.sy_big_div::before{display: none;height: 22rem;}
.foot {background: #3f98fe;padding-top: 2.5rem;}
.sy_big_div::after{height: 28rem;}

}
@media(max-width: 1200px){
	#header .w1400>.right>#nav{display: none;}
	/* .header_box{display: none;} */
	/* .m_header_box{display: block;}
	.m_header_box header{padding: 0 3%;} */

}

@media(max-width: 1080px){
	#header #logo{width: 55%;}
        .dqwz{margin-top: -5rem !important;;}
}
@media(max-width: 1020px){
	.part1 ul{    width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;}
		.part1 ul li{width: 48%;margin-top: 2rem;}
		.part1 .part1_lb1{    width: 62.43%;}
		.part1 .part1_lb2{    width: 41.14%;}
		.part2 ul li{width: 48%;margin-bottom: 2.5rem;}
		.part3 ul{width: 100%;margin-bottom: 2rem;}
		.part3 .part3_lb1{width: 100%;}
		.part2{    padding: 0rem 0 2rem;}
		.part3 ul li{margin-top: 0 !important;}
}
@media(max-width: 960px){
	.w1620{width: 94% !important;}
	.foot .right{width: 100%;padding-left: 0;}
	.foot .left{width: 100%;}
	
	.foot .left{display: none;border: 0;}

	.sj_foot{display: block;    background: #3f98fe;  padding-top: 0rem;}
	.sj_foot .left{display: block; }
.m_nav_list>li{    width: 100%;} 
.part1 .part1_lb1 a img {

    max-height: 253px;
}
.sy_big_div::before{display: none;}
.foot {background: #3f98fe;padding-top: 2.5rem;}
}
@media(max-width: 830px){
	#header #logo{padding: 0;}
	#header .w1400{width: 94%;}
        .dqwz{margin-top: -8rem !important;;}
	.sy_big_div::after{height: 23rem;}
}
@media(max-width: 800px){
	.part2 .search_p2{width: 100%;}
	.part2 .search_p2 .txt{width: 100%;}

	.header_top{width: 2.5rem;}
	.list_box0 .li a>img{width: 50%;}
	.list_box0 .li{    line-height: 2.5rem;width: 2.5rem !important;}
	.banner{    width: calc(100% - 2.5rem);border-radius: 0 0 1.25rem 0;}
	.banner .swiper-slide img{height: 17rem;width: auto;}
	.banner .swiper-slide p{font-size: 1rem;}
	.banner .swiper-button-white{width: 30px;height: 30px;}

	.banner .swiper-slide a::before{    background-size: auto 37%;}
	.banner .swiper-slide a::after{    background-size: auto 37%;}
	.banner .swiper-slide p{bottom: 1rem;}
	.banner .swiper-pagination{display: none;}
	.toutiao .swiper-slide a p{font-size: 1rem;}
	.toutiao .swiper-button-white{width: 25px;height: 25px;background-size: 100% 100% !important;}
	.toutiao .swiper-button-prev{right: 44px;}
	.toutiao{padding-right: 75px;}	
        .dqwz{margin-top: -0.5rem !important;;}
	
}

@media(max-width: 720px){
	.tit{text-align: left;}
	.sy_big_div::after{height: 22rem;}
        .dqwz{margin-top: -1rem !important;}
}


@media(max-width: 700px){
	.tit{text-align: left;}
	.sy_big_div::after{height: 22rem;}
}


@media(max-width: 667px){

        .dqwz{margin-top: -2rem !important;;}
}


@media(max-width: 653px){

        .dqwz{margin-top: -2rem !important;}
}

@media(max-width: 650px){

	#m_header #logo{width: 75%;}

	.part1 .part1_lb1{width: 100%;}
	
	.part1 .part1_lb2{width: 100%;margin: 0;border-radius: 0 0 2.5rem 0;}
	.part1 .part1_lb2 a{    padding: 6% 6% 13%;}
	.part1 ul li{width: 100%;}
	.part1 ul li{margin-bottom: 0;}
	.part2 ul li{width: 100%;}
        .dqwz{margin-top: -2.3rem !important;}
}
@media(max-width: 450px){
	.foot{    background: #3f98fe;padding-top: 2.5rem;}
	.sy_big_div{background: url(../images/sy_bg2.jpg) no-repeat center -35px;}
	.sy_big_div::before{display: none;}
	.part3 .part3_lb1 .con{width: 100%;margin-right: 0;}
	.part3 ul li{width: 100%;margin-bottom: 1rem;}
	#header #logo{width: 75%;}
	.tit .more{top: 6%;}
	.foot .right ul li{width: 100%;}
        .dqwz{margin-top: -1.5rem !important;}
        .ej_main .dpzw .nr p img {width: 100% !important;}
        .ej_main .dpzw .bt{font-size: 1.575rem !important;    line-height: 2rem;}
        .ej_main .dpzw .nr_fp a{font-size: 16px !important;line-height: 1.5rem !important;}


	
}


/* 首页样式结束 */












/* 二级页样式开始 */
.fanye{text-align: center;padding: 2rem 0 6rem;}


.ej_big_div{position: relative;}
.ej_big_div::before{content: "";display: block;position: absolute;top: 0;left: 0;background: url(../images/ej_bg_s.png) no-repeat top left;background-size: 100%;height: 50rem;z-index: 1;width: 100%;}
.ej_big_div::after{content: "";display: block;position: absolute;bottom: 0;left: 0;background: url(../images/ej_bg_x.png) no-repeat right bottom;background-size: 100%;height: 50rem;z-index: 1;width: 100%;}

.ej_bn{overflow: hidden;border-radius: 0 0 6.25rem 0;position: relative;}
.ej_bn::after{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url(../images/nav_bg.png) repeat-x top left;z-index: 2;content: "";display: block;}
.ej_bn img{width: 100%;position: relative;z-index: 1;}

.dqwz{font-size: 1rem;color: #b6d2f1;padding-top: 2rem;padding-bottom: 2.5rem;}
.dqwz p{padding-left: 25px;background: url(../images/ej_dqwz.png) no-repeat left center;}
.dqwz a{color: #b6d2f1;transition: 0.5s;}
.dqwz span{color: #fff;}
.dqwz a:hover{color: #f9b43b;}

.ej_main{padding-top: 3rem;padding-bottom: 4rem;}
.ej_main .left{width: 20%;}
.ej_main .left h1{font-size: 1.875rem;color: #323232;font-family: "times_b";border-bottom: 3px solid #3e98fe;padding-bottom: 0.5rem;position: relative;}
.ej_main .left h1 span{font-family: "宋体";font-size: 34px;font-weight: bold;position: absolute;right: 0;bottom: 0;padding: 0.5rem 1rem;    transition: 0.4s;    transform: rotateZ(90deg);display: none;cursor: pointer;}

.ej_main .left ul{}
.ej_main .left ul li{border-bottom: 1px solid #e9e9e9;}
.ej_main .left ul li a{font-size: 1rem;color: #323232;font-family: "arial";padding: 1rem 0;display: block;transition: 0.5s;background: url(../images/ej_dh_on_bg.png) no-repeat left center;    background-size: 0px;}
.ej_main .left ul li:hover a,.ej_main .left ul li.on a{color: #3e98fe;padding-left: 17px;font-family: "arial_b";   background-size: 7px;}

.ej_main .right{width: 75.714%;}

.ej_main .dpzw{padding-bottom: 2rem;}
.ej_main .dpzw .bt{font-size: 1.875rem;color: #323232;font-family: "times_b";border-bottom: 3px solid #fff;padding-bottom: 0.5rem;}
.ej_main .dpzw .xx{padding: 0.5rem 0;border-bottom: 1px solid #e9e9e9;margin-bottom: 1.25rem;}
.ej_main .dpzw .xx span{font-size: 14px;display: inline-block;padding: 0 20px;color: #999999;background: url(../images/ej_sj.png) no-repeat left center;line-height: 26px;}
.ej_main .dpzw .xx span span{background: url(../images/ej_dj.png) no-repeat left center;}
.ej_main .dpzw .nr{border-bottom: 1px solid #e9e9e9;}
.ej_main .dpzw .nr p{font-size: 1.125rem !important;color: #323232;line-height: 1.875rem !important;font-family: "arial" !important;}
.ej_main .dpzw .nr p span{font-size: 1.125rem !important;color: #323232;line-height: 1.875rem !important;font-family: "arial" !important;}

.ej_main .dpzw .nr strong span{font-size: 1.125rem !important;color: #323232;line-height: 1.875rem !important;font-family: "arial" !important;}

.ej_main .dpzw .nr p a{color: #3e98fe;}

.ej_main .dpzw .nr p img{display: block;margin: 0 auto;/*width:100%*/}
.ej_main .dpzw .nr p.img_x{font-size: 1rem;color: #666666;text-align: center;}
.ej_main .dpzw .nr p.b{font-family: "times_b";font-size: 1.25rem;margin-bottom: 0.5rem;}
.ej_main .dpzw .nr .box{margin-bottom: 1.5rem;}

.ej_main .dpzw .nr_fp{padding: 1.5rem 0;}
.ej_main .dpzw .nr_fp a{font-size: 16px;color: #323232;padding: 0.6rem 0;display: block;transition: 0.4s;}
.ej_main .dpzw .nr_fp a:hover{color: #f9b43b;}


@media(max-width: 1860px){
	.dqwz{margin-top: -2rem;}
}


@media(max-width: 1700px){
	.ej .foot{    background: #3f98fe;padding-top: 2rem;}
	.ej_big_div::after{display: none;}
	.ej .sj_foot{padding-top: 0;}
}

@media(max-width: 1660px){
	.dqwz{margin-top: -3rem;}
}

@media(max-width: 1500px){
	.dqwz{margin-top: 0rem;}
}


@media(max-width: 1024px){
	.ej_main{padding-top: 0;}
	.ej_main .left h1 span{display: block;}
	.ej_main .left{width: 100%;}
	.ej_main .left ul{display: none;}
	.ej_main .right{width: 100%;padding-top: 3rem;}
	.dqwz{padding-top: 1rem;}

	.m_nav_list>li>a h3{font-size: 1rem;}

}

@media(max-width: 568px){

        .dqwz{margin-top: -3.3rem !important;;}
}

@media(max-width: 560px){

	.ej_big_div::before{    background-size: 100% 13rem;    top: 65px;}
	.ej_bn img{height: 9rem;width: auto;}
	.ej_bn{    border-radius: 0 0 2.25rem 0;}
        .dqwz{margin-top: -1.3rem !important;}
.ej_main .dpzw .nr_fp {
    padding: 0rem !important;
}
}


.tt_list{}
.tt_list li{margin-bottom: 20px;}
.tt_list li a{display: flex;justify-content: space-between;flex-wrap: wrap;transition: 0.4s;}
.tt_list li:nth-child(even) a{flex-direction: row-reverse;}
.tt_list li .img{width: 41.509%;}
.tt_list li .img img{width: 100%;}
.tt_list li .con{width: 57.5%;padding: 1.8rem;}
.tt_list li .con .sj{font-size: 14px;color: #818181;font-family: "times";}
.tt_list li .con .sj span{font-size: 2.5rem;color: #3e98fe;font-family: "times_b";margin-right: 10px;}
.tt_list li .con .bt{font-size: 1.25rem;color: #323232;line-height: 1.5rem;font-family: "arial_b";margin: 0.8rem 0 1.5rem;transition: 0.5s;}
.tt_list li .con .zy{font-size: 14px;line-height: 22px;color: rgba(50,50,50,0.6);font-family: "arial";transition: 0.5s;}
.tt_list li a:hover{box-shadow: 0 0 30px #f5f5f5;background: #f5f5f5;}
.tt_list li a:hover .con .bt{color: #3e98fe;}


@media(max-width: 1024px){
	.tt_list li .con{padding-top: 0;}
}

@media(max-width: 560px){
	.tt_list li{margin-bottom: 3rem;}
	.tt_list li .img{width: 100%;}
	.tt_list li .con{width: 100%;padding:0.5rem 0 0;}
}



.tw_list{}
.tw_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.tw_list ul li{width: 48.5%;margin-bottom: 3rem;}
.tw_list ul li a{display: block;}
.tw_list ul li .img{width: 100%;}
.tw_list ul li .img img{width: 100%;}
.tw_list ul li .con{width: 92%;background: rgba(255,255,255,0.97);box-shadow: 0 0 2rem rgba(199,199,199,0.4);padding:5% 6%;float: right;margin-right: 4%;margin-top: -5%;position: relative;;z-index: 2;}
.tw_list ul li .con .sj{width: 64px;height: 64px;border-radius: 50%;background: rgba(249,180,59,0.92);    position: absolute;
    left: 6%;
    top: -19%;}
.tw_list ul li .con .sj p{font-size: 30px;color: #fff;font-family: "times_b";text-align: center;line-height: 33px;
    padding-top: 5px;}
.tw_list ul li .con .sj span{font-size: 16px;color: #fff;display: block;text-align: center;    }
.tw_list ul li .con .bt{font-size: 1.125rem;color: #323232;line-height: 1.5rem;margin: 0.5rem 0;transition: 0.5s;}
.tw_list ul li .con .zy{font-size: 14px;color: rgba(50,50,50,0.6);line-height: 22px;transition: 0.5s;}
.tw_list ul li a:hover .con .bt{color: #3e98fe;}
.tw_list ul li a:hover .con .zy{color: rgba(62,152,254,0.6);}

@media(max-width: 560px){
	.tw_list ul li{width: 100%;}
}





.list{}
.list ul{}
.list ul li{}
.list ul li a{display: block;border-bottom: 1px solid #e1e1e1;padding-bottom: 1.8rem;margin-bottom: 1.8rem;transition: 0.4s;}
.list ul li .con{width:100%;}
.list ul li .con .sj{font-size: 14px;color: #818181;font-family: "times";}
.list ul li .con .sj span{font-size: 2.5rem;color: #3e98fe;margin-right: 10px;}
.list ul li .con .bt{font-size: 1.25rem;color: #323232;line-height: 1.5rem;font-family: "arial";margin: 0.8rem 0 1rem;transition: 0.5s;}
.list ul li .con .zy{font-size: 14px;line-height: 22px;color: rgba(50,50,50,0.6);font-family: "arial";transition: 0.5s;}
/* .list ul li a:hover{box-shadow: 0 0 30px #f5f5f5;background: #f5f5f5;} */
.list ul li a:hover .con .bt{color: #3e98fe;}





.nry{}
.nry .nr{padding-bottom: 2rem;}



/* 二级页样式结束 */


#vsb_content_2 P {
    text-indent: 0rem !important;
}


#vsb_content_2 DIV {
    LINE-HEIGHT: 150%;
    text-indent: 2em;
    font-size: 14px;
    overflow-x: auto !important;
}


#vsb_content_2 TABLE TD IMG {

    margin: auto !important;

}

#vsb_content_2 TABLE TD {
 
    min-width: 190px !important;
}