/* CSS Document public*/

*{font-family:微软雅黑,Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:微软雅黑,Helvetica, sans-serif ,Arial;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}
html,body{ min-height:100vh;height: auto;overflow: hidden;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}



@font-face { font-family: "sy"; src: url("../font/sySong.woff"); }
@font-face { font-family: tim; src: url("../font/times.ttf"); }
@font-face {
	font-family: "sys";
	src: url(../font/SOURCEHANSERIFSC-LIGHT.OTF);
}
@font-face {
	font-family: "sys_bd";
	src: url(../font/SOURCEHANSERIFSC-BOLD.OTF);
}
@font-face {
	font-family: "impact";
	src: url(../font/impact.ttf);
}

@font-face {
    font-family: "思源宋体 Light";src: url("../font/siyuanLight.woff2") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "思源宋体 Regular";src: url("../font/siyuanRegular.woff2") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "思源宋体 SemiBold";src: url("../font/siyuanSemiBold.woff2") format("woff");
    font-display: swap;
}

.sys {font-family: "思源宋体 Light";}

@keyframes dh_cen {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes dh_left {
	0%{
		transform: translate(-1rem,0);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_right {
	0%{
		transform: translate(1rem,0);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_top {
	0%{
		transform: translate(0,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_bottom {
	0%{
		transform: translate(0,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}

@keyframes dh_bottom {
	0%{
		transform: translate(0,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}

@keyframes dh_left_top {
	0%{
		transform: translate(-1rem,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_left_bottom {
	0%{
		transform: translate(-1rem,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}

@keyframes dh_right_top {
	0%{
		transform: translate(1rem,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_right_bottom {
	0%{
		transform: translate(1rem,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}





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}


img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}



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;} 

.trans {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.none{display: none;}




.sy_tit .icon001 {
	display: inline-block;
	width: 58px;
	height: 58px;
	position: relative;
	margin: 0 10px 0 0;
	vertical-align: top
}





.sy_tit .icon001 img {
	width: 100%;
	height: 100%
}





/*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-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{margin-top: 5px;}
	  .header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;background: url(../images/sticky_ss.png) no-repeat center center;    margin:6px 0rem 0 2rem;}
	  .header_box_li.sticky #nav .search_btn img{display: none;}

	  .header_box_li.sticky #header #logo .box_table{}
	  .header_box_li.sticky #header{}
	  .header_box_li.sticky #header #logo{}
	  .header_box_li.sticky .w1600{width: 1340px;}
	  .header_box_li.sticky #nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}
	  .header_box_li.sticky #nav ul li{height: 2.75rem;line-height: 2.5rem;}



.pc_top_lj{float: right;margin: 0px 0 0px;position: relative;z-index: 3;}
.pc_top_lj a{display: block;width: 38px;}


.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;height: 0.7rem;z-index:999;width:100%;background-size:cover;  transition: 0.4s; max-width: 100%;margin: 0 auto;}
/* .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:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1.65rem;
    right: 0;
    height: 2.26rem;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    background: url(../images/head-bg.png) center center / auto 99% repeat-x;
    pointer-events: none
}


#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 0;width: 15.4rem;margin: 0 auto;height: 100%;}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;padding: 0 0;}
.header_top .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;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{border-top: 0px solid #11509D;}
#header #logo{ margin-top: 0;width: 6.16rem;}
#header #logo .box_table{width: 100%;
    display: table;
    height: 100%;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}
	#header #logo a{display: none;}
	#header #logo a.on{display: block;}
	#header #logo a img{width: 100%;}

#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "楷体";
    font-size: 24px;
    text-align: center;}
.head_bottom>.right{width: 100%;display: flex;align-items: center;height: auto;position: relative;}

#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{float: right;width: 100%;position: relative;z-index: 3;}

#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
#nav ul li{float:left;position:relative;z-index:0;margin: 0 0.18rem;height: 0.7rem;}
#nav ul li:before{content:"";position:absolute;left: 0;width: 100%;height: 41px;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:.21rem 0rem;transition: 0.4s;color:#b7b7b7;}
#nav ul li h3{font-size: 0.2rem;line-height: 0.24rem;position:relative;display: inline-block;color: #fff;font-weight: 600;font-family: sys_bd;}
#nav ul li a i{ margin:-3px 0 0 .1rem; display:inline-block; width:10px; height:5px; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;min-width: 150px;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:rgba(255,255,255,0.8);
	box-shadow: 0 0px 8px rgba(0,55,59,0.25);
}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header #nav ul li.on a, #header.xg #nav ul li:hover a{color: #fff;}
#header #nav ul li.on .sub a{
color: #333;
}
#header #nav ul li.on .sub a:hover{
color: #fff;
}

#nav ul li .sub a{padding: 10px 8px;line-height: 20px;transition:.6s;font-size: 16px;color: #333;white-space: wrap;display: block;text-align: center;position: relative;}

#nav ul li .sub a:hover{background: #11509D;color: #fff;}
#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.cen_logo{ 
    
    left: 4%;
    top: -.3rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #fff;
    transition: 0.5s;
    transform: translatex(-50%);
    padding: 0 .2rem;
    box-shadow: 0px 11px 32px 0px rgba(0, 68, 125, 0.18);
    z-index: 10;}
#nav ul li.cen_logo a{display: flex;flex-direction: column;align-items: center;padding: 0;}

#nav ul li.cen_logo img{display: block;width: 1.36rem;}
#nav ul li.cen_logo img+img{width: 3.09rem;}




.p1_top_xx{display: flex;justify-content: space-between;height: 0.45rem;align-items: center;}
.p1_top_xx .xx{font-size: 12px;color: #fff;}
.p1_top_xx .lj{display: flex;align-items: center;}
.p1_top_xx .lj a{font-size: 12px;color: #fff;margin-right: 0.2rem;}
.p1_top_xx .lj a.search_bt{margin-right: 0;}

.toubu_div .header_box{height: 0.7rem;background: /*url(../images/sy_nav_bg.jpg) repeat*/linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);}









#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: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}

.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 561px;
	margin: 0 auto;
	padding: 0 0rem 0 0.3rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 0.56rem;
	width: calc(100% - 0.89rem);
	background-color: transparent;
	font-size: 0.2rem;
	line-height: .25rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search.png');
	background: #11509D url('../images/search.png') no-repeat center center;
	height: 0.56rem;
	width: 0.89rem;
	border-radius: 100px;
}
.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.png');
	background-size: 0.56rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog .hot-search{
	font-size: 0;
	width:3.12rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	
}
.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: 24px;
    height: 24px;
    z-index: 10;
    right: 2.14rem;
    top: 0.48rem;
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;

    background-repeat: no-repeat;
    background-image: url(../images/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*顶部搜索*/
.tc_search {margin: 0.3rem 5% 0;width: 90%;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:.18rem;color: #fff;height: 0.4rem;line-height: 0.4rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 50px 0 0.2rem;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images/search_white.png) center center no-repeat; background-size: 50%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999;float: right;margin-left: 0;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 25px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 10px 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: 0.3rem 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: #11509D;}
#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 0.3rem;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.45rem;height: 0.45rem;color: #fff;padding: 0;font-size:0.16rem;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 40px;display: inline-block;background: url(../images/arrow_down.png) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images/arrow_down_on.png) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 50px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 4%;top: 0;height: 60px;position: fixed;top: 0;left: 0;right: 0;z-index: 100;background-size: cover;}
.m_header_box header>div{position: relative;z-index: 3;}
.m_header_box header .sj_head_bg{width: 100%;height: 100%;display: block; z-index: 2;position: absolute;right: 0;top: 0;}
.m_header_box header .sj_head_bg::after{    content: "";
    display: block;
    width: 119px;
    height: 100%;

    background-size: 100% auto;
    position: absolute;
    right: 100%;
    top: 0;}
.m_header_box header::after{  content: "";
		display: block;
		height: 120px;
		width: 100%;
		background: url(../images/top_badt_zz.png) repeat-x top center;
		background-size: 100% 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;}



#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);}


.sj_top_lj{float: right;height: 100%;display: flex;align-items: center;margin-right: 0.1rem;}
.sj_top_lj a{color: #fff;}



#fp-nav.fp-right{display: none;}

 .toubu_div{  position: absolute;top: 0;width: 100%;left: 0;z-index: 88;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */  

}
	.toubu_div_bai{position: fixed;}
	.toubu_div_bai .list_box0 .li>a{color: #000;}




.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);}


.w1600{width: 100rem;margin: 0 auto;}
.w1340{width: 1340px;margin: 0 auto;}
.w1340::after{clear: both;content: "";display: block;}
.w1540{width: 15.4rem;margin: 0 auto;position: relative;}
/* .w1540::after{clear: both;content: "";display: block;} */

.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;}




#wrap{}
#pages{}
.page{}


.page .intro{padding-top: 1rem;height: 100%;display: flex;align-items: center;}
.page .intro>div{width: 100%;}


#menu{position: fixed;top: calc(50% - 1rem);z-index: 100;width: auto;display: none;left: 0.35rem;}
#menu.on{display: block;}
#menu ul{}
#menu ul li{width: 0.18rem;height: 0.18rem;border: 1px solid #11509D;border-radius: 50%;margin-bottom: 0.14rem;transition: 0.4s;}
#menu ul li.active{background: #fff;}

#menu.bai{}
#menu.bai ul li{border: 1px solid #fff;cursor: pointer;}
#menu.bai ul li.active{background: #11509D;}

@keyframes menu_li_dh {
	0%{
		opacity: 0;
	}
	1%{
		opacity: 0;
	}
	99%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.page.page1 .intro{height: 100%;padding: 0;}
.part1{position: relative;height: 100%;}

.p1_lb{width: 100%;height: 100%;position: relative;}
.p1_lb .swiper-slide{height: auto;overflow: hidden;}
.p1_lb .swiper-slide a{display: block;height: 100%;position: relative;}
.p1_lb .swiper-slide a::after{content: "";display: block;height: 100%;width: 100%;background: url(../images/top_badt_zz.png) repeat-x top center;position: absolute;top: 0;left: 0;z-index: 2;}
.p1_lb .swiper-slide a::before{content: "";display: block;height: 100%;width: 100%;background: url(../images/top_badt_zz_xia.png) repeat-x bottom center;position: absolute;bottom: 0;left: 0;z-index: 2;}
.p1_lb .swiper-slide .img{padding-bottom: 0;height: 100%;}
.p1_lb .swiper-slide .img{width: 100%;
	animation: scaleDraw 10s ease-in-out infinite;
	-webkit-animation-name: scaleDraw; /*关键帧名称*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
	-webkit-animation-duration: 10s; /*动画所花费的时间*/
}
.p1_lb .swiper-slide .bt{position: absolute;width: 100%;bottom: 0.3rem;left: 0;z-index: 3;}
.p1_lb .swiper-slide .bt div{}
.p1_lb .swiper-slide .bt div p{font-size: 0.34rem;color: #fff;max-width: 80%;"思源宋体 Regular";
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%{
		transform: scale(1);  /*开始为原始大小*/
	}
	25%{
		transform: scale(1.05); /*放大1.1倍*/
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.05);
	}
}
.p1_lb .swiper-slide .img .img_box{transform: scale(1) !important;}
.p1_lb .swiper-slide .img::after{content: "";}
.p1_lb .swiper-slide video{width: 100%;height: 100%;background: #000;}
.p1_lb .swiper-pagination{bottom: 0.3rem;width: auto;left: auto;right: 0;}
.p1_lb .swiper-pagination::after{content: "";display: block;width: 0.3rem;height: 1px;background: #fff;opacity: 0.6;position: absolute;right: 100%;top: 30px;}
.p1_lb .swiper-pagination::before{content: "";display: block;width: 0.3rem;height: 1px;background: #fff;opacity: 0.6;position: absolute;left: 100%;top: 30px;}
.p1_lb .swiper-pagination span{background: none;border-radius: 0%;margin: 0 0.05rem!important;opacity: 1;font-size: 0.16rem;color: #fff;opacity: 0.6;line-height: 60px;height: 49px;width: 15px;transition: 0.4s;position: relative;font-family: "Rubik-BoldItalic"}
.p1_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images/bn_dot_on.png) no-repeat center center;background-size: 100%;width: 48px;opacity: 1;}


.p1_lb .swiper-pagination span::after{content: "";display: block;width: 0.1rem;height: 1px;background: #fff;opacity: 0.6;position: absolute;top: 30px;left: 100%;}
.p1_lb .swiper-pagination span:last-child:after{display: none;}



.p1_right_lj{position: absolute;z-index: 5;right: 0;top: 35%;transition: 0.4s;}
.p1_right_lj.on{right: -0.7rem;}
.p1_right_lj ul{display: table;}
.p1_right_lj ul li{width: 1.2rem;height: 0.5rem;background: rgba(255,255,255,0.5);margin-bottom: 1px;transition: 0.4s;position: relative;transition: 0.4s;right: 0;}
.p1_right_lj ul li .pic{width: 0.5rem;height: 0.5rem;}
.p1_right_lj ul li a{display: flex;align-items: center;}
.p1_right_lj ul li img{width: 100%;}
.p1_right_lj ul li p{font-size: 0.14rem;color: #803224;font-weight: bold;}

 .p1_right_lj ul li:hover{background: #fff;} 

.p1_right_lj .close{    font-size: 0.14rem;
    color: #fff;
    padding: 0.03rem 0.1rem;
    background: #11509D;
    display: table;
    position: absolute;
    bottom: 100%;
    left: 0;
    cursor: pointer;}


.sy_tit{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sy_tit div{display: flex;align-items: center;flex-wrap: wrap;position: relative;z-index: 2;}
.sy_tit p.bt{font-size: 0.4rem;color: #0c58b0;font-family: "思源宋体 SemiBold";margin-right: 0.1rem;}
.sy_tit p.line{width: 2rem;height: 0.15rem;background: url(../images/sy_tit_line.png) no-repeat left center;background-size: 2.09rem;}
.sy_tit a{display: block;width: 0.74rem;height: 0.34rem;background: url(../images/sy_tit_more.png) no-repeat;font-size: 14px;color: #fff;text-align: center;line-height: 0.34rem;transition: 0.4s;}
.sy_tit a:hover{background: url(../images/sy_tit_more_on.png) no-repeat;color: #05328F;}

.white{color: white;}

.sy_tit.zuobai{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sy_tit.zuobai div{display: flex;align-items: center;flex-wrap: wrap;position: relative;z-index: 2;}
.sy_tit.zuobai p.bt{font-size: 0.4rem;color:#0c58b0;font-family: "思源宋体 SemiBold";margin-right: 0.1rem;}
.sy_tit.zuobai p.line{width: 2rem;height: 0.15rem;background: url(../images/sy_tit_line_left.png) no-repeat left center;background-size: 2.09rem;}
.sy_tit.zuobai a{display: block;width: 0.74rem;height: 0.34rem;background: url(../images/sy_tit_more.png) no-repeat;font-size: 14px;color: #fff;text-align: center;line-height: 0.34rem;transition: 0.4s;}
.sy_tit.zuobai a:hover{background: url(../images/sy_tit_more_on.png) no-repeat;color: #05328F;}



.sy_tit.zuo{width: 0.9rem;align-items: center;justify-content: center;margin-top: -1.4rem;}
.sy_tit.zuo div{flex-direction: column-reverse;margin-bottom: 1rem;}
.sy_tit.zuo p.bt{width: 0.4rem;margin-right: 0;font-family: "思源宋体 SemiBold";}
.sy_tit.zuo p.line{width: 0.15rem;height: 1.08rem;background: url(../images/sy_tit_line2.png) no-repeat bottom center;margin-bottom: 0.1rem;}





.yc_top_nav{position: fixed;top: -1rem;transition: 0.4s;width: 100%;left: 0;z-index: 1000;}
.yc_top_nav.on{transition-delay: 0.6s;top: 0;}
.yc_top_nav .logo{}
.yc_top_nav .logo a{}
.yc_top_nav .logo img{}
.yc_top_nav .header_box{background: /*url(../images/sy_nav_bg.jpg) repeat*/ linear-gradient(to bottom, #004CB0 4%, #0091D3 95%);}
.yc_top_nav .head_bottom{display: flex;justify-content: space-between;align-items: center;}
.yc_top_nav .right{width: calc(100% - 4.6rem);}

.yc_top_nav #header{height: auto;}
.yc_top_nav #nav>ul>li>a{padding: 0.277rem 0;}
.yc_top_nav #nav ul li{height: 0.8rem;}
.yc_top_nav .pc_top_lj{margin-left: 0.2rem;}
.yc_top_nav #nav ul li h3{font-size: 0.18rem;}



.page2{background: url(../images/part2_bg.jpg) no-repeat;background-size: cover;}


.p2_main{}
.p2_shang{display: flex;justify-content: space-between;margin-bottom: 0.4rem;background: url(../images/part2_shang_con_bg.png) no-repeat top left;}




.home1{width: 100%;z-index: 5;background: url(../images/hbg1.jpg) no-repeat center/cover;}
.title{margin-bottom: .35rem;align-items: center;position: relative;z-index: 10;}
.title .img{width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;background: url(../images/titbg.png) no-repeat;background-size: 100% 100%;}
.title .img img{max-width: 0.39rem;max-height: 0.37rem;}
.title h3{padding-left: 0.15rem;}
.title h3 span{font-size: 0.36rem;line-height: 1.2;cursor: pointer;color: #005bac;font-weight: 600;}
.title .h3{align-items: center;display: flex;margin: 0 auto;}
.title p{font-size: 0.14rem;color: #999b9d;margin-top: 0.1rem;padding: 0 0 0 0.3rem;position: relative;}
.title p b{text-transform: uppercase;font-family: Athelas;font-weight: bold;}
.title p i{font-style: normal;display: inline-block;font-family:  Athelas;padding-left: 0.02rem;}
.title p i::first-letter {  
  text-transform: uppercase;
} 
.title p::before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 2px;
    top: 50%;
    left: 0;
    background: #cf000d;
    margin-top: -1px;
    }
.more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more a {font-size: 0.16rem;color: #111;transition: 0.5s;align-items: center;}
.more a img{display: inline-block;margin-left: 0.1rem;width: 0.19rem;}

.home1 .title .h3{margin: 0;}
.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 60.6%;}
.home1-t .right{width: 36%;}  
.home1-t .h1-s .imged{padding-bottom: 75%;}  /*控制图片高度*/
.home1-t .h1-s .imged::after{width: 100%;height: 30%;background: url(../images/banbg.png) no-repeat bottom;background-size: 100% 100%;}

.home1-t .h1-s a{position: relative;display: block;padding-bottom: .25rem;}

.home1 .left .cir{bottom: .45rem;left: auto;right: 0.2rem;width: auto;}
.home1 .left .cir span{width: 0.15rem;height: 0.15rem;margin: 0 0.1rem;font-size: 0rem;background: #ddd;opacity: .5;}
.home1 .left .cir span.on{opacity: 1;}
.home1 .h1-s .con{padding: 0 0rem .2rem;align-items: center;position: absolute;left: 1.4rem;bottom: .2rem;z-index: 10;right: 1rem;}
.home1 .h1-s .date{width: .9rem;height: .9rem;text-align: center;position: absolute;z-index: 10;left: 0.2rem;bottom: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #cf000d;}
.home1 .h1-s span{font-size: 0.32rem;line-height: 0.3rem;color: #fff;font-family: sy;}
.home1 .h1-s p{font-size: 0.17rem;line-height: 0.3rem;color: #fff;margin-top: 0.1rem;font-family: sy;}
.home1 .h1-s h3{line-height: 0.3rem;color: #fff;transition: 0.5s;font-size: 0.18rem;}
.h1-t{justify-content: space-between;margin-top: 0.6rem;width: 100%;}
.h1-t1{width: 43%;}
.h1-t2{width: 54%;}
.h1-t1 ul{justify-content: space-between;}
.h1-t1 li{width: 47%;}
.h1-t1 li:first-child{margin-top: 0.35rem;}
.h1-t1 li a{display: block;}
.h1-t1 li .date{width: 0.6rem;height: 0.6rem;text-align: center;z-index: 10;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #d7b480;margin-top: -0.45rem;position: relative;}
.h1-t1 li h3{font-size: 0.18rem;color: #000;line-height: 0.3rem;max-height: 0.6rem;margin-top: 0.25rem;transition: 0.5s;}
.h1-t1 li span{color: #fff;font-size: 0.26rem;font-family: sy;}
.h1-t1 li p{color: #fff;font-size: 0.14rem;font-family: sy;margin-top:.1rem;}
.h1-t2 ul{justify-content: space-between;}
.h1-t2 li{width: 48%;}
.h1-t2 li a{display: block;height: 1.1rem;padding-bottom: 0.25rem;border-bottom: 1px dashed #ddd;margin-bottom: 0.2rem;}
.h1-t2 li .con{padding-left: 0.3rem;}
.h1-t2 li .con::after{width: 1px;height: 0.55rem;background: #005ed0;bottom: auto;top: 0;}
.h1-t2 li h3{font-size: 0.18rem;color: #000;line-height: 0.3rem;max-height: 0.6rem;margin-bottom: 0.2rem;transition: 0.5s;}
.h1-t2 li p{font-size: 0.16rem;color: #666;font-style: italic;}
.h1-t2 li:last-child a{border-bottom: none;margin-bottom: 0;}
.home1-t .right ul{border-top: 0.02rem solid #005ed0;}
.home1-t .right li *{transition: 0.5s;}
.home1-t  .right ul{position: relative;z-index: 1;}
.home1-t  .right ul::after{width: 2.03rem;height: 2.11rem;background: url(../images/h1bg2.png) no-repeat;background-size: 100% 100%;right: -2px;bottom: -2px;content: "";position: absolute;z-index: -1;}
.home1-t  .right li{padding: 0 0.3rem;}
.home1-t  .right li a{display: block;padding: 0.2rem 0rem;border-bottom: 1px solid #ddd;height: 1.17rem;}
.home1-t  .right li:last-child a{border-bottom: none;}
.home1-t  .right li a::after{background: url(../images/h1bg.jpg) no-repeat center/cover;width: auto;left: -0.3rem;right: -0.3rem;opacity: 0;}


.home1-t  .right li p{font-size: 0.18rem;color: #005ed0;line-height: 0.3rem;margin-bottom: 0.1rem;}
.home1-t  .right li .h3{align-items: center;margin-bottom: 0.1rem;}
.home1-t  .right li h3{font-size: 0.16rem;color: #333;line-height: 0.3rem;transition: 0.5s;flex: 1;min-width: 0;padding-right: 0.15rem;padding-bottom:0.05rem;}
.home1-t  .right li span{font-size: 0.16rem;color: #666;font-style: italic;width: 1.1rem;text-align: right;font-family: 'tim';}

 

@media screen and (min-width: 1024px){
   .home1-t .right a:hover h3,.home1-t .right a:hover p,.home1-t .right a:hover span{color: #fff;}
   .home1-t .right a:hover::after{opacity: 1;}
  .h1-t li a:hover h3{color: #005bac;}

}
@media screen and (max-width:1024px){
    .home1{padding: 0.4rem 0rem;}

}
@media screen and (max-width:998px){
    .home1 .left{width: 100%;}
    .home1 .right{width: 100%;margin-top:.3rem;order: 3;}
    .home1 .h1-s .imged{padding-bottom:60%;}
    .h1-t1{width: 100%;}
    .h1-t2{width: 100%;margin-top:.3rem;}
    .h1-t1 li{width: 49%;}
.h1-t1 li:first-child{margin-top: 0rem;}
.h1-t1 li .date{width:.75rem;height:.75rem;}
.h1-t{margin-top: 0.2rem;}
}
@media screen and (max-width:420px){
 
}

@media screen and (max-width: 1200px) {


  .swiper-box1 .imged{padding-bottom: 50%;}
  .swiper-box1 video{display: none;}
}
@media screen and (max-width: 1024px) {
 
 
}
@media screen and (max-width: 980px) {
 
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title{margin-bottom: .25rem !important;}
  .title h3 span{font-size: .26rem;text-align: left;}
  .title .h3{margin:0;padding-left: 0;}
  .title p{font-size: .16rem;}
}

@media screen and (max-width: 600px) {
  

}
@media screen and (max-width: 420px) {
   
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
  html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}
  html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(-150px,-150px,0);transform:translate3d(-150px,-150px,0)}
}
















.p2_lb .p2_lb_jt{position: absolute;bottom: 1rem;z-index: 3;width: 0.9rem;display: flex;justify-content: space-between;left: 1.5rem;}
.p2_lb .p2_lb_jt>div{width: 0.35rem;height: 0.35rem;border-radius: 50%;background: #fff;position: relative;left: auto;top: 0;right: auto;box-shadow: 0 0 0.08rem rgba(68,10,0,.3);}
.p2_lb .p2_lb_jt>div::after{content: "<";font-size: 0.21rem;color: #666666;font-family: 宋体;}
.p2_lb .p2_lb_jt>div.swiper-button-next{}
.p2_lb .p2_lb_jt>div.swiper-button-next::after{content: ">";}

.p2_lb_dot{position: absolute;bottom: 1rem;z-index: 3;left: 0;}
.p2_lb_dot .sj{display: flex;align-items: flex-end;}
.p2_lb_dot .sj p{font-size: 0.26rem;color: #666666;}
.p2_lb_dot .sj p>span{font-size: 0.18rem;margin: 0 0.04rem;}
.p2_lb_dot .sj>span{font-size: 0.14rem;color: #666666;}
.p2_lb_dot .sj i{font-style: normal !important;}

.p2_lb{width: 14rem;margin: 0;}
.p2_lb .swiper-slide{}
.p2_lb a{display: flex;justify-content: space-between;align-items: flex-start;}
.p2_lb .con{width: 5.9rem;padding-top: 0.9rem;}
.p2_lb .con .bt{font-size: 0.24rem;color: #333333;font-weight: 600;line-height: 0.32rem;height: 0.64rem;overflow: hidden;margin-bottom: 0.2rem;position: relative;transition: 0.4s;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.p2_lb .con .bt::after{content: "";display: block;width: 0;height: 1px;background: #7f4b42;position: absolute;left: 0;bottom: 0;transition: 0.4s;}
.p2_lb .con .zy{font-size: 0.14rem;color: #666666;line-height: 0.28rem;height: 0.84rem;margin-bottom: 0.4rem;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}


.p2_lb .img_out{width: 7.1rem;height: 4.3rem;position: relative;}
.p2_lb .img_out .img{padding: 0;width: 100%;height: 100%;}

.p2_lb .img_out .sj2{width: 0.76rem;height: 0.9rem;background: url(../images/part2_sj2_bg.png) no-repeat;background-size: 100%;padding-top: 0.2rem;position: absolute;top: 0.75rem;left: -0.36rem;z-index: 3;}
.p2_lb .img_out .sj2 p{font-size: 0.24rem;color: #fff;text-align: center;}
.p2_lb .img_out .sj2 div{display: table;margin: 0 auto;background: url(../images/part2_sj2_xx.png) no-repeat left bottom;padding-left: 10px;margin-top: 0.05rem;}
.p2_lb .img_out .sj2 div span{font-size: 12px;color: rgba(255,255,255,.5);text-align: right;display: block;margin-top: 3px;}

.p2_lb a:hover .con .bt{color: #11509D;}
.p2_lb a:hover .con .bt::after{width: 100%;}



.p2_xia{}
.p2_xia ul{display: flex;justify-content: space-between;}
.p2_xia ul li{width: 23.2%;}
.p2_xia ul li a{display: block;position: relative;}
.p2_xia ul li .img{padding-bottom: 60%;}
.p2_xia ul li .con{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;background: url(../images/part2_xia_con_bg.png) repeat-x bottom center;display: flex;flex-direction: column;justify-content: flex-end;padding: 0.16rem 0.2rem;}
.p2_xia ul li .con .sj{font-size: 12px;color: #fff;min-height: 0.16rem;padding-left: 0.26rem;background: url(../images/part2_xia_sj.png) no-repeat left center;background-size: 0.16rem;margin-bottom: 0.05rem;}
.p2_xia ul li .con .bt{font-size: 0.16rem;color: #ffffff;line-height: 0.24rem;max-height: 0.48rem;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}




.page3{background:#fff url(../images/part3_bg.jpg) no-repeat bottom center;background-size: 100%;}
.p3_main{}

.page3 .sy_tit{margin-bottom: 0.8rem;position: relative;}
.page3 .sy_tit img{position: absolute;left: 0;top: 99%;}

.p3_main>div{display: flex;justify-content: space-between;align-items: flex-start;}
.p3_left{width: 9.6rem;position: relative;}


.p3_left_s{position: relative;}
.p3_left_s .pic_box{position: relative;height: 3.6rem;width: 5.88rem;}
.p3_left_s .pic_box a{opacity: 0;transition: 0.4s;z-index: -3;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.p3_left_s .pic_box a.on{opacity: 1;z-index: 1;}
.p3_left_s .pic_box .img{padding: 0;width: 100%;height: 100%;}
.p3_lb1{margin: 0;}


.p3_lb_out{position: absolute;width: 4.1rem;height: 3.6rem;padding-bottom: 0.6rem;top: 0;right: 0;z-index: 3;background: url(../images/part3_lb_bg.png) no-repeat;background-size: 100% 100%;}



.p3_lb{z-index: 3;width: 100%;height: 100%;}
.p3_lb .swiper-slide{position: relative;}
.p3_lb .swiper-slide.swiper-slide-thumb-active{}
.p3_lb .swiper-slide::after{content: "";display: block;width: 100%;height: 100%;background: url(../images/part3_left_li_on.png) no-repeat;background-size: 100% 100%;left: 100%;top: 0;z-index: 1;transition: 0.4s;position: absolute;}
.p3_lb .swiper-slide.swiper-slide-thumb-active::after{left: 0;}
.p3_lb .swiper-slide.swiper-slide-active+.swiper-slide.swiper-slide-thumb-active::after{width: calc(100% - 0.08rem);}
.p3_lb .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide.swiper-slide-thumb-active::after{width: calc(100% - 0.15rem);}
.p3_lb a{display: block;position: relative;z-index: 3;padding:0.24rem 0.5rem;height: 100%;}
.p3_lb a::after{content: "";display: block;width: calc(100% - 0.3rem);position: absolute;bottom: 0;right: 0.08rem;background: #e2ddd5;height: 1px;}
.p3_lb .swiper-slide.swiper-slide-active+.swiper-slide a::after{right: 0.16rem;}
.p3_lb .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide a::after{right: 0.24rem;}

.p3_lb .sj{display: table;position: absolute;left: 0.5rem;top: 0.34rem;opacity: 0;z-index: -1;transition: 0.4s;}
.p3_lb .sj p{font-size: 0.22rem;color: #fff;transition: 0.4s;}
.p3_lb .sj span{display: block;font-size: 12px;color: #fff;}
.p3_lb .con{width: 100%;}
.p3_lb .con p{font-size: 0.18rem;color: #333333;line-height: 0.28rem;height: 0.56rem;overflow: hidden;transition: 0.4s;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}

.p3_lb .swiper-slide.swiper-slide-thumb-active a{padding-left: 0.3rem;}
.p3_lb .swiper-slide.swiper-slide-thumb-active .con{padding-left: 0.77rem;}
.p3_lb .swiper-slide.swiper-slide-thumb-active .con p{color: #fff;}
.p3_lb .swiper-slide.swiper-slide-thumb-active .sj{z-index: 2;opacity: 1;transition-delay: 0.4s;left: 0.3rem;}



.p3_lb_jt{position: relative;width: 1.15rem;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;height: 0.6rem;}
.p3_lb_jt>div{width: 0.3rem;height: 0.3rem;top: auto;left: auto;right: auto;position: relative;background: #fff;border-radius: 50%;box-shadow: 0 0 0.08rem rgba(68,10,0,.3);}
.p3_lb_jt>div::after{content: "<";font-family: 宋体;color: #11509D;transform: rotate(90deg);font-size: 0.18rem;line-height: 0.3rem;display: block;width: 100%;height: 100%;text-align: center;}
.p3_lb_jt>div.swiper-button-next::after{content: ">";}


.p3_left_x{}
.p3_left_x ul{padding-top: 0.15rem;}
.p3_left_x ul li{margin-top: 0.15rem;}
.p3_left_x ul li a{display: flex;justify-content: space-between;align-items: center;position: relative;padding-bottom: 0.1rem;}
.p3_left_x ul li .sj{font-size: 12px;color: rgba(255,255,255,0.8);border: 1px solid rgba(255,255,255,0.4);background: rgba(70,44,39,0.2);display: table;padding: 0.04rem 0.1rem;border-radius: 100px;}
.p3_left_x ul li .sj img{width: 0.13rem;margin-right: 0.1rem;}
.p3_left_x ul li .bt{font-size: 0.18rem;color: #ffffff;width: calc(100% - 1.34rem);position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p3_left_x ul li a::after{content: "";display: block;width: 0;border-bottom: 1px dashed #fff;opacity: 0.6;transition: 0.4s;position: absolute;bottom: 0;left: 0;}
.p3_left_x ul li a:hover::after{width: 100%;}





.p3_right{width: 4.5rem;position: relative;}
.p3_right::after{content: "";display: block;width: 6.96rem;height: 9.09rem;background: url(../images/part3_right_bg.png) no-repeat;position: absolute;top: -1rem;background-size: 100%;left: -1.25rem;}
.p3_right .sy_tit{position: relative;z-index: 3;}

.p3_right ul{position: relative;z-index: 3;}
.p3_right ul li{border-bottom: 1px solid #e8dbd9;margin-bottom: 0.28rem;}
.p3_right ul li a{display: flex;justify-content: space-between;align-items: flex-start;padding-bottom: 0.26rem;}
.p3_right ul li .sj{border: 1px solid #d9d9d9;border-radius: 0.1rem;padding: 0.1rem;display: table;}
.p3_right ul li .sj p{font-size: 0.26rem;color: #11509D;text-align: center;}
.p3_right ul li .sj span{font-size: 12px;color: #11509D;display: block;text-align: center;}
.p3_right ul li .con{width: calc(100% - 0.9rem);}
.p3_right ul li .con .bt{font-size: 0.18rem;line-height: 0.24rem;color: #333333;margin-bottom: 0.1rem;height: 0.48rem;overflow: hidden;transition: 0.4s;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.p3_right ul li .con .zy{font-size: 12px;color: #737373;line-height: 20px;height: 40px;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.p3_right ul li a:hover .con .bt{color: #11509D;}



/* page3 home2 go */


/*page3 home2 end */





.page4{background:#fff url(../images/part4_bg.png) no-repeat bottom center;background-size: cover;}
.page4 .sy_tit.zuo{margin-top: -1.95rem;}
.page4 .sy_tit.zuo div{margin-bottom: 0.3rem;}

.p4_shang{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 0.7rem;}
.p4_shang ul{width: calc(100% - 1.38rem);display: flex;justify-content: space-between;position: relative;z-index: 3;align-items: center;}
.p4_shang ul li{width: 48%;}
.p4_shang ul li a{display: flex;align-items: center;}
.p4_shang ul li .con{width: calc(100% - 2.35rem);background: url(../images/part4_shang_con.jpg) no-repeat bottom center;background-size: cover;padding: 0.3rem;box-shadow: 0 0 0.25rem rgba(0,25,48,0.14);transition: 0.4s;}
.p4_shang ul li .con .sj{font-size: 0.28rem;color: #2E6CDB;font-weight: bold;font-family: Arial;}
.p4_shang ul li .con .bt{font-size: 0.18rem;color: #333333;line-height: 0.3rem;height: 0.6rem;margin: 0.1rem 0 0.2rem;transition: 0.4s;overflow: hidden;}
.p4_shang ul li .con .xx{padding-left: 0.15rem;border-left: 1px solid #11509D;}
.p4_shang ul li .con .xx p{font-size: 12px;color: #666666;line-height: 0.2rem;margin-bottom: 0.1rem;}
.p4_shang ul li .con .xx p+p+p{margin-bottom: 0;}
.p4_shang ul li .img{width: 2.35rem;padding-bottom: 47%;transition: 0.4s;}

.p4_shang ul li a:hover .con{box-shadow: 0 0 0.25rem rgba(0,25,48,0.4);}
.p4_shang ul li a:hover .con .bt{color: #2E6CDB;}
.p4_shang ul li a:hover .img{box-shadow: 0 0 0.25rem rgba(0,25,48,0.4);}

.p4_shang ul li.no_img{}
.p4_shang ul li.no_img .con{width: 100%;}
.p4_shang ul li.no_img .img{display: none;}



.p4_xia{ }





.page5{background:#fff url(../images/part4_bg.png) no-repeat bottom center;background-size: cover;}
.page5 .sy_tit{left: 0;top: 0;}
.page5 .sy_tit img{top: 90%;left: 0;}

.page5 .sy_tit.zuo{margin-top: -.95rem;}
.page5 .sy_tit.zuo div{margin-bottom: 0.3rem;}
.page5 .intro{padding-top: 1.3rem;}

.p5_main{}

.slide-h .item{background:rgba(255,255,255,.5);height: 5.5rem;padding: .3rem;border-radius: 1vw;
		transition: .5s;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.slide-h .item .block{padding: .3rem .4rem .4rem;/*background:rgba(255,255,255,.5);*/transition: .3s;position:relative;}

.slide-h .item time{color: #005ed0;display: flex;align-items: center;margin: .3rem 0.3rem 0.4rem 0.3rem ;line-height: 1em}
.slide-h .item time span{font-size: .44rem;margin-right: .1rem}
.slide-h .item time em{padding-top: .1rem;border-top: 1px solid #005ed0;font-size: .18rem}
.slide-h .item .slog{font-size: .15rem;color: #666;left: .1rem;position: relative;}
.slide-h .item .slog img{width: .17rem;height: .17rem;margin-right: 5px}
.slide-h .item h4{font-size: .18rem;margin: .1rem;line-height: 1.8em;font-weight: normal;color: #000000;text-indent: 2em;}


.slide-h .item .des {color: #999;line-height: 2em;margin: .1rem .1rem .1rem  0.1rem;height: 1.56rem;text-indent: 2em;}

.slide-h .item .line {height: 1px;width: 100%;border-top: 1px #eee solid;	margin: .2rem 0;}

.slide-h .item .mores {	color: #999;background: url(../images/arrow1.png)no-repeat right center;background-size: .22rem;padding-right: .35rem;line-height: 2;
	font-weight: bold;margin-left: 0.3rem;}








.swiDots.pu{text-align: center;margin-top: .3rem}
.swiDots.pu span{width: 12px;height: 12px;}
.swiDots.pu span.active{border: 2px solid var(--color);opacity: 1;background: transparent;}

/*左右箭头  */
.arrowtz01{ display: flex; justify-content: center; align-items: center}
.arrowtz01 .arrowtz{width: .48rem;height: .48rem;background: #fcfaf4;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;cursor: pointer;border-radius: 50%;}
.arrowtz01 .arrowtz::before {content: "";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;border: 1px solid #005ed0;border-radius: 50%;z-index: -1;transition: .5s;}
.arrowtz01 .arrowtz::after {content: "";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;border: 1px solid transparent;border-radius: 50%;background: #005ed0;z-index: -1;opacity: 0;transform: scale(0.7);visibility: hidden;transition: .5s;}
.arrowtz01 .arrowtz .icog {position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;display: flex;align-items: center;justify-content: center;}
.arrowtz01 .arrowtz svg {width: 0.2rem;height: 0.2rem;fill: #005ed0;position: relative;}
.arrowtz01 .arrowtz.prev .ico .ico2 { transform: translateX(0.22rem); opacity: 0; }
.arrowtz01 .arrowtz.next .ico .ico2 { transform: translateX(-0.22rem); opacity: 0;}




/*滚动点 dots */
.p5_main .prev{ position: absolute; left: 0; top: 35%;}
.p5_main .next{ position: absolute; right: 0; top: 35%;}
.slide-h .dots{margin-top: .4rem;text-align: center;}
.slide-h .dots span{width: .5rem;height: .5rem;background: #D00821;opacity: .5;border-radius: 50vw;margin: 0 .03rem;}
.slide-h .dots span.active{width: .54rem;opacity: 1;}


/*滚动条 swiper-scrollbar */
.slide-h .swiper-scrollbar{height: .03rem;background: none;z-index: 1;position: relative;bottom: 0;margin-top: .68rem;}
.slide-h .swiper-scrollbar:before{content:"";position: absolute;top: 50%;height: 1px;background: #dddedf;margin: -.5px 0 0;left: 0;right: 0;z-index: -1;}
.slide-h .swiper-scrollbar .swiper-scrollbar-drag{background: #005ed0;}




@media (min-width:1024px){
.slide-h .item:hover .block:after{width: 100%}
.slide-h .item:hover .block{/*background: #fff*/}
.slide-h .item{padding-left: 1.145vw;margin-bottom: 0.104vw;font-size: 0.781vw;transition: .5s;}
.slide-h .item .block{/*background: #fff;*/min-height: 5.625vh;}

.slide-h .swiper-slide:hover {transform: translateY(-.6rem);-webkit-transform: translateY(-.6rem);-moz-transform: translateY(-.6rem);-ms-transform: translateY(-.6rem);-o-transform: translateY(-.6rem);border-radius: 1vw;-webkit-border-radius: 1vw 0 0 0;-moz-border-radius: 1vw 0 0 0;-ms-border-radius: 1vw 0 0 0;-o-border-radius: 1vw 0 0 0;	}
    .arrowtz01 .arrowtz:hover::before{ opacity: 0; visibility: hidden; transform: scale(.7); -webkit-transform: scale(.7);}
	.arrowtz01 .arrowtz:hover::after{ opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1);}
	.arrowtz01 .arrowtz.prev:hover .ico .ico1{ transform: translateX(-.22rem); opacity: 0;}
	.arrowtz01 .arrowtz.prev:hover .ico .ico2{ transform: translateX(0); opacity: 1;}
	.arrowtz01 .arrowtz.next:hover .ico .ico1{ transform: translateX(.22rem); opacity: 0;}
	.arrowtz01 .arrowtz.next:hover .ico .ico2{ transform: translateX(0);opacity: 1;}
	.arrowtz01 .arrowtz:hover svg{ fill: #fff}



}


@media (max-width: 1024px){
.slide-h{padding-top: .6rem}
.slide-h{width: 100%}

.slide-h .item .block{}
    
 .slide-h .item .des {
		height: 1.3rem;
	}   
   .page7 .sy_tit{display: none;}
    .page7 .list12W{display: none;}
   
}

@media (max-width: 900px){
 .slide-h .item .des {
		line-height: 1.8;
		height: 1.5rem;
	}
 .page7 .sy_tit{display: none;}
    .page7 .list12W{display: none;}
.p5_main  .slide-h{padding-top: .1rem}
}

@media (max-width: 640px){
.slide-h .item  .des {
		height: 1.3rem;
	}
.slide-h .item .block{margin: .1rem}
.slide-h{padding-bottom: .6rem}
   .page7 .sy_tit{display: none;}
    .page7 .list12W{display: none;} 
}

/*专题专栏*/

.list12W{ position: relative; z-index: 1; padding: 0 .3rem; margin: 0 -.3rem;}
.list12W .prev{ position: absolute; left: 0; top: 35%;}
.list12W .next{ position: absolute; right: 0; top: 35%;}
.list12Box .dots{margin-top: .2rem;text-align: center;}
.list12Box .dots span{width: .15rem;height: .15rem;background: #fff;opacity: .5;border-radius: 50vw;margin: 0 .13rem;}
.list12Box .dots span.active{width: .44rem;opacity: 1;}
.list12 li .imglist6 .imgLi{ padding-bottom: 52.80%;border-radius: 0.5vw 0.5vw 0 0;}
.list12 li .txt{box-shadow: 7.431px 6.691px 8px 0px rgba(3, 3, 3, 0.13);width: 100%;background: #fff;border-radius: 50vw;height: .46rem;display: flex;align-items: center;padding: 0 .3rem;margin-top: -.23rem;position: relative;transition: .5s;}
.list12 li h4{ font-size: .18rem}





/*学院风采 page88 */


.page88{background: url(../images/bg4.png)no-repeat center bottom;	background-size: cover;}
.page88 .intro{padding-top: .7rem;}
.p77_main{width: 90%;}
.p77_main>div{/*background: url(../images/part6_box_bg_bai.png) no-repeat;*/padding-left: 0.3rem;background-size: 100% 100%;padding-top: 0.5rem;}


.list6W{margin:.2rem 0;}

.list6Box{width: 110%;padding: .15rem;margin: -.15rem;}
.list6 li .a{display: block;position: relative;z-index: 1;border-radius: .3rem 0 .3rem 0;overflow: hidden;transition: .5s;}
.list6 li .imglist6 .imgLi{padding-bottom: 95.4%;}
.list6 li .txt{position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: flex;align-items: flex-end;padding: 0 .4rem .15rem;background: url(../images/list6_b1.png) center bottom no-repeat;background-size: 100% auto;transition: .5s;transform: translateY(0);}
.list6 li .txt h4{ color: #fff !important; font-weight: normal;font-family: sys;}
.list6 li .txt1{position: absolute;top: 0;right: 0;bottom: 0;left: 0;transform: translateY(101%);background: rgba(23,101,205,0.85);flex-direction: column;justify-content: center;padding: 0 .4rem;transition: .5s; }
.list6 li .txt1 h4{ color: #fff !important; font-family: sys;}
.list6 li .txt1 p{ color: #fff; margin: .12rem 0 .18rem}
.list6 li .txt1 h6{position: relative;z-index: 1;font-size: .16rem;color: #005ed0;font-family: Futura Bk BT;line-height: .46rem;}
.list6 li .txt1 h6:before{ content: ""; position: absolute; top: 0; width: 1.86rem; background: #f4f4ee; top: 0; right: 0; bottom: 0; left: -.4rem; z-index: -1; border-radius: 0 50vw 50vw 0}
.list6 li.swiper-slide-next .a:after{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: linear-gradient( to right, transparent,  rgba(245,237,237,0.14) 95%);}

.list6Box .qhBox{ position: relative; z-index: 1; padding: 0 0 0 .45rem; margin: .5rem 0 0;}
.list6Box .qhBox:before{content:"";position: absolute;top: 50%;height: 1px;background: #bed2cc;margin: -.5px 0 0;left: 0;right: 0;z-index: -1;}
.list6Box .swiper-scrollbar{height: .03rem;background: none;z-index: -1;position: absolute;top: 50%;margin-top: -.015rem;left: 1.65rem;right: 0;}
.list6Box .swiper-scrollbar .swiper-scrollbar-drag{background: #005ed0;}

.arrow1{ display: flex; justify-content: center; align-items: center}
.arrow1 .arrow{width: .48rem;height: .48rem;background: #fcfaf4;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;cursor: pointer;border-radius: 50%;}
.arrow1 .arrow::before {content: "";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;border: 1px solid #005ed0;border-radius: 50%;z-index: -1;transition: .5s;}
.arrow1 .arrow::after {content: "";position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;border: 1px solid transparent;border-radius: 50%;background: #005ed0;z-index: -1;opacity: 0;transform: scale(0.7);visibility: hidden;transition: .5s;}
.arrow1 .arrow .icog {position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;display: flex;align-items: center;justify-content: center;}
.arrow1 .arrow svg {width: 0.2rem;height: 0.2rem;fill: #005ed0;position: relative;}
.arrow1 .arrow.prev .ico .ico2 { transform: translateX(0.22rem); opacity: 0; }
.arrow1 .arrow.next .ico .ico2 { transform: translateX(-0.22rem); opacity: 0; }



@media(min-width: 1024px){
    
    .a:hover .slowlist6 .imgLi, a:hover .slowlist6 .imgLi, .slowlist6:hover img{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
    
    .a:hover .h4s2, .a:hover .h4s1{ color: #005ed0;}
    .list6 li .a:hover{ box-shadow: 0px 0px .15rem 0px rgba(3, 63, 50, 0.27);}
    .list6 li .a:hover .txt{ transform: translateY(-60%); }
    .list6 li .a:hover .txt1{ transform: translateY(0); }
    
    
    .arrow1 .arrow:hover::before{ opacity: 0; visibility: hidden; transform: scale(.7); -webkit-transform: scale(.7);}
	.arrow1 .arrow:hover::after{ opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1);}
	.arrow1 .arrow.prev:hover .ico .ico1{ transform: translateX(-.22rem); opacity: 0;}
	.arrow1 .arrow.prev:hover .ico .ico2{ transform: translateX(0); opacity: 1;}
	.arrow1 .arrow.next:hover .ico .ico1{ transform: translateX(.22rem); opacity: 0;}
	.arrow1 .arrow.next:hover .ico .ico2{ transform: translateX(0);opacity: 1;}
	.arrow1 .arrow:hover svg{ fill: #fff}
    
    
    
    
}


@media(max-width: 800px){
.list6Box .qhBox{ margin: .3rem 0 0;}

}
















.page6{background:#fff url(../images/part6_bg.jpg) no-repeat bottom center;background-size: cover;position: relative;}
.page6::after{content: "";display: block;width: 4.92rem;height: 4.91rem;background: url(../images/part6_box_bg.png) no-repeat;background-size: 100%;position: absolute;left: 0rem;top: calc(50% - 2.45rem);z-index: 1;}
.p6_main{width: 100%;}
.p6_main>div{background: url(../images/part6_box_bg_bai.png) no-repeat;padding-left: 0.5rem;background-size: 100% 100%;padding-top: 0.2rem;}


.page6 .sy_tit{text-align: right;justify-content: flex-end;position: relative;}
.page6 .sy_tit>div{flex-direction: row-reverse;}
.page6 .sy_tit>div p.line{background: url(../images/sy_tit_line_right.png) no-repeat center right;margin-right: 0.1rem;}
.page6 .sy_tit img{position: absolute;top: 0%;right: -0.8rem;z-index: 1;}

.p6_box{position: relative;display: flex;justify-content: space-between;z-index: 3;}


.p6_left{width: 6.4rem;padding-bottom: 0.4rem;}
.p6_left .first{display: block;border-bottom: 1px solid #ebe5e4;padding-bottom: 0.4rem;margin-bottom: 0.4rem;}
.p6_left .first .bt{font-size: 0.26rem;color: #4c4c4c;line-height: 0.38rem;font-weight: bold;margin-bottom: 0.15rem;height: 0.76rem;overflow: hidden;transition: 0.4s;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.p6_left .first .zy{font-size: 12px;color: #737373;line-height: 22px;height: 0.66rem;overflow: hidden;margin-bottom: 0.2rem;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.p6_left .first .sj{font-size: 0.14rem;color: #11509D;padding-left: 0.24rem;background: url(../images/part6_left_sj.png) no-repeat left center;background-size: 0.13rem;font-weight: bold;}
.p6_left ul{}
.p6_left ul li{margin-bottom: 0.3rem;}
.p6_left ul li a{}
.p6_left ul li .bt{font-size: 0.18rem;color: #333333;margin-bottom: 0.15rem;transition: 0.4s;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p6_left ul li .sj{font-size: 0.14rem;color: #11509D;padding-left: 0.24rem;background: url(../images/part6_left_sj.png) no-repeat left center;background-size: 0.13rem;font-weight: bold;position: relative;}
.p6_left ul li .sj::after{position: absolute;width: calc(100% - 1.2rem);height: 1px;background: #ebe5e4;content: "";display: block;right: 0;top: 50%;}

.p6_left .first:hover .bt{color: #11509D;}
.p6_left ul li a:hover .bt{color: #11509D;}

.p6_left .more { display: block; width: 0.74rem; height: 0.34rem; background: url("../images/sy_tit_more.png") no-repeat; font-size: 14px; color: rgb(255, 255, 255); text-align: center; line-height: 0.34rem; transition: all 0.4s ease 0s; margin: 0 auto;}
.p6_left .more:hover { background: url("../images/sy_tit_more_on.png") no-repeat; color: rgb(127, 75, 66); }


.p6_right{width: 8rem;}
.p6_right ul{display: flex;align-items: flex-start;height: 100%;}
.p6_right ul li{width: 50%;}
.p6_right ul li+li{align-self: flex-end;}
.p6_right ul li a{display: block;}
.p6_right ul li .img{padding-bottom: 67.5%;}
.p6_right ul li .con{padding: 0.26rem 0.3rem 0.45rem 0.3rem;background: #11509D url(../images/part6_right_con_bg.png) no-repeat right 0.5rem;}
.p6_right ul li+li .con{background: #1946a1 url(../images/part6_right_con_bg.png) no-repeat right 0.5rem;}
.p6_right ul li .con>div{padding-left: 0.26rem;background: url(../images/part6_right_sj.png) no-repeat left top;background-size: 0.15rem;}
.p6_right ul li .con .sj{font-size: 12px;color: #ffffff;margin-bottom: 0.05rem;}
.p6_right ul li .con .bt{font-size: 0.18rem;line-height: 0.28rem;color: #ffffff;margin-bottom: 0.1rem;height: 0.56rem;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.p6_right ul li .con .zy{font-size: 12px;color: rgba(255,255,255,0.6);line-height: 0.24rem;height: 0.72rem;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}





.page7{background:#fff url(../images/part7_bg.png) no-repeat top center;background-size: cover;position: relative;padding: 0.3rem 0 0.5rem;}
.page7.page .intro>div{width: 15.4rem;}








/*通知公告 */

.slide-g{overflow: hidden;}
.slide-g ul li .ztimgBox .ztimg{padding-bottom: 65%;}
.slide-g ul li .txt{padding-top: .16rem;margin-top: -0.5rem;background-color: rgba(253,246,246,0.54)}
.slide-g ul li .txt h4{font-size: .18rem;padding-left: .1rem;position: relative;color: rgba(251,247,247,1.00)}
.slide-g ul li .txt h4:before{content: '';width: 2px;height: .18rem;background: #c1111a;position: absolute;left: 0;top: .04rem}
.slide-g .swiDots span{width: 10px;height: 10px;}
.slide-g .swiDots{text-align: center;margin-top: .3rem}
.slide-g .swiDots .active{opacity: 1;background: #c1111a}
.slide-g_b{ position: relative; z-index: 1}
.slide-g .btn{position: absolute;width: .5rem;height: .5rem;background: rgba(193,17,26, .15);text-align: center;line-height: .5rem;z-index: 5;top: 35%;color: #fff;font-size: .18rem;border-radius: 50%;transition: .5s;}
.slide-g .prev{left: -.8rem;}
.slide-g .next{right: -.8rem;}
.slide-g .btn:hover{ background: #c1111a}



@media(max-width: 1024px){	
.slide-g ul li .ztimgBox .ztimg{ padding-bottom: 45%}
}
@media(max-width: 800px){
.slide-g{ padding: .4rem 0 .6rem;}
}

.p7_main{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
.page7 .tit{width: 1.59rem;position: absolute;top: -0.15rem;}
.page7 .sy_tit{color: #fff;}
.page7 .sy_tit .bt{color: #fff;}

.p7_left{position: relative;width: 9.3rem;height: 1.94rem;}
.p7_left .tit{left: 3.05rem;}

.p7_left .foot_logo{margin-top: .2rem;padding-top: 0.3rem;}
.p7_left .foot_logo img{max-width: 100%;}









.p7_right{width: 5.9rem;height: 1.844rem;position: relative;padding: 0.4rem 0.3rem 0;}
.p7_right .tit{left: 2.04rem;}



.p7_right .con{margin-top: 0.2rem;margin-bottom: 0.2rem;width: calc(100% - 1.5rem);float: left;}
.p7_right .con p{font-size: 0.18rem;margin-bottom: 0.1rem;    line-height: 30px;
    padding-left: 27px;color: #fff;background: url(../images/part7-yx.png) no-repeat left center;}
.p7_right .con p+p{background: url(../images/part7_right_ico_dd.png) no-repeat left center;}
.p7_right .con p+p+p{background: url(../images/part7_right_ico_yb.png) no-repeat left center;}



.p7_fx{display: flex;justify-content: center;width: 100%;}
.p7_fx li{margin: 0 0.1rem;}
.p7_fx li a{display: inline-block;position: relative;width: 0.45rem;height: 0.45rem;background: rgba(255,255,255,0.1);border-radius: 50%;transition: 0.4s;cursor: pointer; }
.p7_fx li a>img{width: 100%;}
.p7_fx li a .ewm{position: absolute;bottom: calc(100% + 0.1rem);width: 1.5rem;height: 1.5rem;left: calc(50% - 0.75rem);display: none;overflow: hidden;visibility: hidden;display: block;z-index: -2;}
.p7_fx li a .ewm img{width: 100%;position: relative;transition: 0.4s;left: 0;transform: translate(0,1.6rem);}

.p7_fx li a:hover{background: #11509D;}
.p7_fx li a:hover .ewm{display: block;z-index: 2;visibility: unset;}
.p7_fx li a:hover .ewm img{transform: translate(0rem);}


.p7_fx_ewm{width: 1.3rem;height: 1.3rem;float: right;margin-top: 0.1rem;}
.p7_fx_ewm img{width: 100%;}




.bq{margin-top: 0.3rem;text-align: center;display: flex;justify-content: center;width: 100%;}
.bq p{font-size: 0.18rem;color: #ffffff;line-height: 0.24rem;text-align: center;}
.bq a{color: #fff;}


/* 载入动画开始 */
.sy_tit{opacity: 0;}
.sy_tit{animation: dh_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}

.p2_lb .con{opacity: 0;}
.p2_lb .img_out{opacity: 0;}
.p2_lb .con{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p2_lb .img_out{animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}

.p2_xia ul li{opacity: 0;}
.p2_xia ul li:nth-child(1){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p2_xia ul li:nth-child(2){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p2_xia ul li:nth-child(3){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.7s;}
.p2_xia ul li:nth-child(4){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}


.p3_left_s{opacity: 0;}
.p3_left_s{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p3_left_x ul li{/*opacity: 0;*/}
.p3_left_x ul li:nth-child(1){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p3_left_x ul li:nth-child(2){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.7s;}
.p3_left_x ul li:nth-child(3){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}
.p3_left_x ul li:nth-child(4){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.9s;}

.p3_right ul li{opacity: 0;}
.p3_right ul li:nth-child(1){animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p3_right ul li:nth-child(2){animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p3_right ul li:nth-child(3){animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.7s;}
.p3_right ul li:nth-child(4){animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}
.p3_right ul li:nth-child(5){animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.9s;}


.p4_shang ul{opacity: 0;}
.p4_shang ul{animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p4_xia {opacity: 0;}
.p4_xia {animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}

.p5_main ul li{opacity: 0;}
.p5_main ul li.li5{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p5_main ul li.li10{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p5_main ul li.li12{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}
.p5_main ul li.li11{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}
.p5_main ul li.li8{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 1s;}
.p5_main ul li.li9{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 1s;}
.p5_main ul li.li3{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 1.2s;}
.p5_main ul li.li4{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 1.2s;}
.p5_main ul li.li6{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 1.4s;}
.p5_main ul li.li7{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 1.4s;}


.p6_left .first{opacity: 0;}
.p6_left ul li{opacity: 0;}
.p6_left .more{opacity: 0;}
.p6_left .first{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p6_left ul li:nth-child(1n){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p6_left ul li:nth-child(2n){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.7s;}
.p6_left ul li:nth-child(3n){animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}
.p6_left .more{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.9s;}

.p6_right ul li{opacity: 0;}
.p6_right ul li:nth-child(1){animation: dh_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p6_right ul li:nth-child(2){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}

.p7_left{opacity: 0;}
.p7_right{opacity: 0;}
.p7_left{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}
.p7_right{animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;}

.p7_left ul li{opacity: 0;}
.p7_left ul li:nth-child(1){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p7_left ul li:nth-child(2){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.7s;}
.p7_left ul li:nth-child(3){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}
.p7_left ul li:nth-child(4){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.9s;}
.p7_left ul li:nth-child(5){animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 1s;}


.p7_right .con{opacity: 0;}
.p7_fx{opacity: 0;}
.p7_right .foot_logo{animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.6s;}
.p7_right .con{animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.7s;}
.p7_fx{animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.8s;}



.copy{background: #0569c9;text-align: center;font-size: 0.16rem;line-height: 0.35rem;color: #FFFFFF;padding: 0.25rem 0;}



@media(max-height: 920px){

}
@media(max-height: 910px){
}
@media(max-height: 880px){
}
@media(max-height: 840px){
}
@media(max-height: 700px){


}



@media(min-width: 1921px){
	.w1540{width: 80%;}


}



@media(max-width: 1650px){


}

@media(max-width: 1400px){
	#header #logo .box_table{width: 100%;}
	#header #logo{width: 35%;}

}
@media(max-width: 1200px){
	html,body{overflow-y: auto;}

	.w1540{width: 95% !important;}
	
	.head_bottom{width: 95%;}



}

@media(max-width: 1024px){
    
    
    .p2_shang .sy_tit{display: none;}
	.p4_main .sy_tit{margin-bottom: 0.2rem;}
    
    
	.sy_tit{margin-bottom: 0.2rem !important;}
	.sy_tit p{font-size: 0.3rem;}

	.header_box{display: none;}
	.m_header_box{display: block;}
	.sy_tit span{line-height: 0.24rem;}
	.p1_lb .swiper-slide a::after{display: none;}
    .p7_left .foot_logo{margin: auto;}
    .p7_left .foot_logo img{max-width: 50%;}

	.bq p{line-height: 0.24rem;width: 100%;}
	.bq{height: auto;}
	.bq p::after{display: none !important;}


	.m_header_box header::after{ 
		background: none;
}
 .toubu_div{position: relative;}

.m_header_box header .sj_head_bg{background:#11509D;}
.p1_lb .swiper-slide .bt{bottom: 0.1rem;}
.p1_lb .swiper-pagination span{height: 30px;line-height: 30px;font-size: 12px;}
.p1_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images/bn_dot_on.png) no-repeat center center;background-size: 100%;width: 24px;opacity: 1;}


.p1_lb .swiper-pagination::after{top: 16px;}
.p1_lb .swiper-pagination::before{top: 16px;}

.p1_lb .swiper-pagination span::after{top: 16px;}
.p1_lb .swiper-pagination{bottom: 0.1rem;}

.p1_top_xx{display: none;}


.p1_lb .swiper-slide .img{padding-bottom: 48%;}
.p1_lb .swiper-slide .bt div p{font-size: 0.24rem;}
.p1_right_lj{display: none;}

#m_nav .p1_right_lj{position: relative;display: block;top: 0;width: 100%;display: flex;width: 100%;justify-content: center;margin-top: 0.2rem;    margin-bottom: 0.5rem;}
#m_nav .p1_right_lj ul{width: auto;display: flex;}
#m_nav .p1_right_lj ul li{margin: 1px;right: 0 !important;}
#m_nav .p1_right_lj ul li p{width: 0.67rem;}


.page .intro{padding: 0.3rem 0;}


.p2_shang{flex-wrap: wrap;}
.p2_shang .p2_lb{width: 100%;}
.p2_lb .img_out{height: auto;width: 47%;}
.p2_lb .img_out .img{padding-bottom: 60%;}
.p2_lb .p2_lb_jt{bottom: 0;}
.p2_lb_dot{bottom: 0;}

.p2_lb .con{padding-top: 0;width: 47%;}
.p2_lb .con .bt{font-size: 0.2rem;}
.p3_left_x ul{padding-top: 0;}

.p2_xia ul{flex-wrap: wrap;}
.p2_xia ul li{width: 49%;margin-bottom: 0.2rem;}
.p2_xia ul li+li+li{margin-bottom: 0;}

.p3_main>div{flex-wrap: wrap;}
.page3{background: none;}

.p3_left{background: #fff url(../images/part3_bg.jpg) no-repeat bottom center;background-size: auto 80%;margin-bottom: 0.2rem;width: 100%;}
.p3_left_x{padding: 0.2rem;}
.p3_right{width: 100%;}
.p3_right::after{display: none;}

.p3_right ul li{margin-bottom: 0.15rem;}
.p3_right ul li a{padding-bottom: 0.15rem;}

.page4 .sy_tit.zuo{margin-top: 0;}
.p4_shang{flex-wrap: wrap;}
.page4 .sy_tit.zuo div{margin-bottom: 0;}

.p4_shang ul li .con{padding: 0.15rem;}
.p4_shang ul li .con .sj{font-size: 0.2rem;}
.p4_shang ul li .con .bt{font-size: 0.16rem;line-height: 0.24rem;height: 0.48rem;}
.p4_shang ul li .con .xx p{margin-bottom: 0.02rem;}

.p4_shang{margin-bottom: 0.2rem;}
.p4_shang ul{width: 100%;}
.p4_shang ul li .img{width: 30%;}
.p4_shang ul li .con{width: 70%;}
.p4_xia{  }



.p5_main ul{justify-content: center;}
.p5_main ul li.li1{display: none;}
.page5 .sy_tit{position: relative;}

.p5_main ul li.li9 .box{height: 100%;padding-top: 0.4rem;}
.p5_main ul li.li5::after{height: 100%;background: url(../images/part5_img1.png) no-repeat top center;background-size: 100%;}

.p5_main ul li.li3{width: 3.8rem;}
.p5_main ul li {
    width: 1.9rem;
    height: 1.7rem;
}
.p5_main ul li .box{padding-top: 0.1rem;width: 100%;}
.p5_main ul li .box img{width: 26%;}
.p5_main ul li .box p{font-size: 0.3rem;}
.p5_main ul li .box span{font-size: 0.14rem;line-height: 0.2rem;}
.p5_main ul li{display: flex;justify-content: center;align-items: center;}

.p6_box{flex-wrap: wrap;}

.p6_main>div{padding: 0.2rem;}
.page6 .sy_tit img{right: 0;}
.p6_left .first .bt{font-size: 0.2rem;line-height: 0.3rem;height: auto;max-height: 0.6rem;}
.p6_left{width: 100%;padding-bottom: 0.2rem;}
.p6_right{width: 100%;}
.p6_left .first .zy{max-height: 0.66rem;height: auto;}
.p6_left .first{padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
.p6_left ul li .bt{font-size: 0.16rem;}
.p6_left ul li{margin-bottom: 0.2rem;}
.p6_right ul{justify-content: space-between;}
.p6_right ul li{width: 49%;}

.p6_right ul li .con .bt{font-size: 0.16rem;line-height: 0.24rem;height: 0.48rem;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.p6_right ul li .con{padding: 0.2rem;}


.p7_left{width: 100%;background: none;}
.p7_right{width: 100%;background: none;padding: 0;height: auto;}
.bq{margin-top: 0.2rem;}



.p7_main .tit{display: none;}
.p7_main .sy_tit{display: block;}
.p7_left ul{padding: 0;}
.p7_left ul li .bt{font-size: 0.16rem;line-height: 0.24rem;padding: 0.1rem;}
.p7_left ul li .more{left: 0.1rem;bottom: 0.1rem;}



.p3_left_s .pic_box{width: 60%;}
.p3_lb_out{width: 45%;}


}
@media(max-width: 900px){

}
@media(max-width: 830px){
	.p2_shang .p2_lb{padding-bottom: 0.4rem;}



	.p3_left_s .pic_box{width: 100%;height: auto;}
	.p3_left_s .pic_box a{position: relative;}
	.p3_left_s .pic_box .img{height: auto;padding-bottom: 60%;}
	.p3_lb_out{width: 100%;position: relative;background: #f6f6f6 !important;height: 3.1rem;}
	.p3_lb .swiper-slide::after{width: 100% !important;background:#1946a1 url(../images/part3_left_li_on_sj.jpg) no-repeat right top;}
	.p3_lb a{padding: 0.1rem 0.1rem !important;display: flex;justify-content: space-between;align-items: center;}
	.p3_lb a::after{width: 100% !important;left: 0 !important;}

	.p3_lb .sj{top: 0.2rem;}
	.p2_lb a{flex-wrap: wrap;flex-direction: column-reverse;}
	.p2_lb .con{width: 100%;}
	.p2_lb .img_out{width: 100%;margin-bottom: 0.15rem;}
	.p2_lb .img_out .sj2{left: 0.1rem;top: 0.1rem;display: none;}
	.p2_lb .con .zy{margin-bottom: 0.1rem;}
	.p2_lb .con .bt{margin-bottom: 0.1rem;}
	.p2_xia ul li .con .bt{font-size: 0.14rem;line-height: 0.2rem;max-height: 0.4rem;}
	.p3_lb .con p{display: flex;}
	.p3_lb .swiper-slide.swiper-slide-thumb-active .con{padding-left: 0.9rem;}
	


	

}
@media(max-width: 700px){




}

@media(max-width: 650px){

	.p2_lb .p2_lb_jt>div::after{font-size: 0.16rem;}

	#m_header #logo{width: 80%;}
	.sy_tit p{font-size: 0.24rem !important;}
	.sy_tit a{zoom: 0.8;}
	.sy_tit p.line{background-size: 100% !important;width: 1.2rem !important;}

	#m_nav .p1_right_lj ul{flex-wrap: wrap;width: 90%;}
	#m_nav .p1_right_lj ul li{height: 0.35rem;width: auto;}
	#m_nav .p1_right_lj ul li .pic{width: 0.35rem;height: 0.35rem;}


	.p1_lb .swiper-slide .bt div p{font-size: 0.18rem;}
	.p1_lb .swiper-slide a::before{background-size: 100%;}



	.p2_lb .con .bt{font-size: 0.16rem;line-height: 0.24rem;height: 0.48rem;}
	.p2_lb .con .zy{font-size: 12px;line-height: 20px;height: 60px;}
	.p2_lb .p2_lb_jt{left: auto;right: 0;width: 0.7rem;}
	.p2_lb .p2_lb_jt>div{width: 0.25rem;height: 0.25rem;}

	.p2_xia ul li{width: 100%;margin-bottom: 0.2rem !important;}
	.p2_lb .p2_lb_jt>div{box-shadow: none !important;}

	.p3_lb .sj p{font-size: 0.16rem;margin-bottom: 0.04rem;}
	.p3_lb .con p{font-size: 0.16rem;line-height: 0.24rem;height: 0.48rem;}
	.p3_lb .sj{left: 0.1rem !important;}
	.p3_lb .swiper-slide.swiper-slide-thumb-active .con{padding-left: 0.5rem;}
	.p3_lb .swiper-slide.swiper-slide-thumb-active .sj{left: 0.1rem;}
	.p3_lb_out{height: 2.8rem;}

	.p3_left_x ul li{margin-top: 0.06rem;}
	.p3_left_x ul li a{flex-wrap: wrap;}
	.p3_left_x ul li .bt{width: 100%;font-size: 0.16rem;margin-top: 0.07rem;line-height: 0.18rem;}

	.p3_right ul li .con .bt{font-size: 0.16rem;}
	.p3_right ul li .sj p{font-size: 0.22rem;}
	.p3_right ul li .sj{padding: 0.1rem 0.03rem;}
	.p3_right ul li .con {width: calc(100% - 0.7rem);}

	.p4_shang ul{flex-wrap: wrap;}
	.p4_shang ul li{width: 100%;margin-bottom: 0.2rem;}
	.p4_shang ul li+li{margin-bottom: 0;}
	.p4_shang ul li .con .sj{font-size: 0.16rem;}
	.p4_shang ul li .con .bt{margin-bottom: 0.05rem;margin-top: 0;}
	.p4_shang ul li .con .xx{padding-left: 0.05rem;}
	.p4_shang ul li .con .xx p{margin-bottom: 0;line-height: 19px;}

	.p4_xia {  }

	
	.p5_main ul{display: block;width: 3rem;margin: 0 auto;}
	.p5_main ul::after{content: "";display: block;clear: both;}
	.p5_main ul li.li2{display: none;}
	.p5_main ul li.li3{float: left;}
	.p5_main ul li.li4{float: right;}
	.p5_main ul li.li5{float: left;}
	.p5_main ul li.li6{float: right;}
	.p5_main ul li.li7{float: right;}
	.p5_main ul li.li8{float: left;}
	.p5_main ul li.li9{float: left;}
	.p5_main ul li.li10{float: right;}
	.p5_main ul li.li11{float: right;}
	.p5_main ul li.li12{float: left;}
	.p5_main ul li{width: 1.5rem !important;height: 1.2rem;}
	.p5_main ul li .box span{font-size: 12px;line-height: 18px;}
	.p5_main ul li.li9 .box{padding-top: 0.1rem;}
	.p5_main ul li .box{padding: 0.1rem 0;}


	.sy_tit img{max-width: 100%;}


	.p6_left .first .bt{font-size: 0.16rem;line-height: 0.24rem;margin-bottom: 0.1rem;}
	.p6_left .first .zy{margin-bottom: 0.1rem;}
	.p6_left .first{padding-bottom: 0.1rem;margin-bottom: 0.1rem;}
	.p6_main>div{padding: 0.2rem 0.1rem;}


	.p6_right ul{flex-wrap: wrap;}
	.p6_right ul li{width: 100%;margin-bottom: 0.2rem;}
	.p6_right ul li+li{margin-bottom: 0;}

	.p7_left{height: auto;margin-bottom: 0.2rem;}
	.p7_left ul{flex-wrap: wrap;margin: 0 -1%;justify-content: flex-start;}
	.p7_left ul li{width: 31.33%;margin: 0 1% 0.1rem;}
	.p7_left ul li .img{height: 2rem;}


}


/*专题专栏*/


/* 首页样式结束 */


/* 二级页样式开始 */

.ej_body,.ej_html{overflow-y: auto;position: relative;background: #faf8f7;}



.w1400{width: 14rem;margin: 0 auto;}
.fanye{text-align: center;margin: 0.4rem 0 0;display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.fanye p{display: table;margin: 0 0.04rem;}
.fanye p>a{font-size: 0.14rem;color: #323232;box-shadow: none !important;transition: 0.4s;}
.fanye p>a:hover{color: #11509D;}
.fanye a{transition: 0.4s;}
.fanye a:hover{box-shadow: 0 0 5px rgba(0,0,0,.5);}
.fanye .ye{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.fanye .ye a{display: block;font-size: 0.14rem;color: #323232;text-align: center;width: 0.3rem;height: 0.3rem;border: 1px solid #bababa;border-radius: 50%;line-height: 0.3rem;margin: 0 0.025rem;}
.fanye .ye a.on{background: #11509D;color: #fff;border: 1px solid #11509D;}
.fanye .ye .prev{background: url(../images/fanye_prev.png) no-repeat;background-size: 100% !important;border: none;}
.fanye .ye .next{background: url(../images/fanye_next.png) no-repeat;background-size: 100% !important;border: none;}



#ej_main{padding-bottom: 1px;}

#ej_main .toubu_div>div{position: relative;z-index: 3;}
#ej_main .toubu_div{position: absolute;top: 0;left: 0;}
#ej_main .toubu_div::after{background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;height: 1rem;z-index: 1;content: "";display: block;transition: 0.4s;opacity: 1;}

.ej_body .yc_top_nav.on{transition-delay: 0s !important;}



.ej_bn_dt{position: relative;}
.ej_bn_dt::after{content: "";display: block;background: url(../images/ej_bn_dt_zz_xia.png) no-repeat left bottom;position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 3;content: "";display: block;transition: 0.4s;}
.ej_bn_dt .img{height: 6rem;padding-bottom: 0;}

.ej_bn_dt{}
.ej_bn_dt .con{position: absolute;left: 0;bottom: 0.5rem;z-index: 4;width: 100%;}
.ej_bn_dt .con p{font-size: 0.4rem;color: #fff;font-family: sys_bd;}
.ej_bn_dt .con .btn{width: 0.3rem;height: 0.3rem;background: url(../images/bnt_sub_nav2.png) no-repeat;background-size: 100% !important;display: none;}


.ej_nav_box{background: #fff;box-shadow: 0rem 0.05rem 0.08rem rgba(68,10,0,0.16);}
.ej_nav_box ul{display: flex;}
.ej_nav_box ul li{transition: 0.4s;}
.ej_nav_box ul li a{font-size: 0.18rem;color: #333333;display: block;height: 0.7rem;line-height: 0.7rem;padding: 0 0.2rem;transition: 0.4s;}
.ej_nav_box ul li.on,.ej_nav_box ul li:hover{background: #11509D url(../images/ej_nav_li_on.jpg) no-repeat center center;}
.ej_nav_box ul li.on a,.ej_nav_box ul li:hover a{color: #fff;font-weight: bold;}


.ej_nr_box{padding-top: 0.7rem;    min-height: 6rem;}

.dqwz_out{display: flex;justify-content: space-between;border-bottom: 1px solid #d3c6c0;}
.dqwz_out h2{font-size: 0.36rem;color: #11509D;font-weight: bold;position: relative;}
.dqwz_out h2::after{content: "";display: block;width: 0.18rem;height: 0.09rem;background: url(../images/ej_dqwz_out_h2.png) no-repeat;background-size: 100%;position: absolute;bottom: 0;left: calc(50% - 0.09rem);}


.dqwz{min-height: 0.5rem;padding: 0.16rem 0.5rem;display: flex;align-items: center;}
.dqwz p{font-size: 0.14rem;color: #999999;padding-left: 0.27rem;line-height: 0.18rem;height: 0.18rem;background: url(../images/dqwz.png) no-repeat left center;background-size: auto 100%;}
.dqwz p a{font-size: 0.14rem;color: #999999;transition: 0.4s;}
.dqwz p a:hover{color: #11509D;}
.dqwz p span{color: #11509D;}



.ej_nr_box_main{padding: 0.4rem 0rem 0;margin-bottom: 0.4rem;}


.ej_foot{background: url(../images/part7_bg.png) no-repeat center bottom;background-size: cover;padding: 0.9rem 0;}
.ej_foot>div{display: flex;justify-content: space-between;}
.ej_foot_left{max-width: 5.8rem;}
.ej_foot_left .foot_logo{max-width: 5.1rem;margin-bottom: 0.2rem;}
.ej_foot_left .foot_logo img{max-width: 100%;}
.ej_foot_left .ej_bq{}
.ej_foot_left .ej_bq p{font-size: 0.16rem;line-height: 0.34rem;color: #fff;}

.ej_foot_left .ej_bq p a{color: #fff;}

.ej_foot_right{width: 7.92rem;height: 1.7rem;}
.ej_foot_right .p7_right{background: url( ) no-repeat;background-size: 100%;width: 100%;height: 100%;padding: 0;padding-left: 0.7rem;
	display: flex;justify-content: space-between;align-items: center;
}
.ej_foot_right .tit{position: absolute;left: -0.125rem;}
.ej_foot_right .sy_tit{display: none;}

.ej_foot_right .con{margin: 0;width: calc(100% - 1.6rem);}
.ej_foot_right .p7_fx{width: 4rem;}

.ej_foot_right .p7_fx_ewm{width: 1.3rem;height: 1.3rem;margin-right: 0.25rem;margin-top: 0 !important;}
.ej_foot_right .p7_fx_ewm img{width: 100%;}




@media(min-width: 1921px){
	.w1400{width: 70%;}

}

@media(max-width: 1420px){

}
@media(max-width: 1024px){
	.w1400{width: 94%;}
	#ej_main .toubu_div::after{display: none;}
	.ej_nr_box {padding-top: 0rem;}
	.dqwz{    padding: 0.1rem 0.2rem;}
	.ej_nr_box_main{padding: 0.25rem 0;}
	.ej_bn_dt .img{height: 3rem;}
	.ej_bn_dt::after{display: none;}

	.ej_bn_dt .con{position: relative;bottom: auto;padding: 0.1rem;}
	.ej_bn_dt .con>div{display: flex;justify-content: space-between;align-items: center;}
	.ej_bn_dt .con p{font-size: 0.28rem;color: #11509D;display: table;}
	.ej_bn_dt .con .btn{display: block;cursor: pointer;}

	.ej_nav_box ul{flex-wrap: wrap;padding: 0.1rem 0;display: none;}
	.ej_nav_box ul li{width: 100%;border-bottom: 1px dashed #cfbcb8;}
	.ej_nav_box ul li a{line-height: 0.2rem;font-size: 0.16rem;padding: 0.1rem;height: auto;}

	.dqwz_out h2{display: none;}

	.ej_foot{padding: 0.2rem 0;}
	.ej_foot_right{margin-bottom: 0.2rem;width: 100%;}
	.ej_foot_right .p7_right{background: none;flex-wrap: wrap;padding: 0;width: 100%;}
	.ej_foot_right .tit{display: none;}
	.ej_foot_right .sy_tit{display: block;width: 100%;}
	.ej_foot_right .sy_tit p{color: #fff;}

	.ej_foot>div{flex-direction: column-reverse;}


	.ej_foot_right .p7_fx_ewm{margin-right: 0.1rem;}
}
@media(max-width: 750px){
	.ej_foot_right .p7_fx{width: 100%;}
	.ej_foot_right .p7_fx li a{width: 0.3rem;height: 0.3rem;}
}


@media(max-width: 900px){
	.ej_main_box{}
	.ej_bn_dt .img{height: 2rem;}
	.fanye{margin: 0.3rem 0;}
}
@media(max-width: 650px){
	.ej_nr_box_main{margin-bottom: 0rem;}


	.ej_bn_dt .img{height: 1.5rem;}
	.dqwz{min-height: 0.4rem;}
	.w1400{width: 97%;}
	
	.fanye p>a{font-size: 12px;}
	.fanye .ye{width: 100%;margin: 0.05rem 0;}
	.fanye .ye a{width: 0.22rem;height: 0.22rem;line-height: 0.18rem;font-size: 12px;}

	.ej_bn_dt .con p{font-size: 0.2rem;}
}






/* 二级页样式结束 */


.pb_sys_style1 .p_no_d {
    border: 1px solid #11509D !important;
    color: #fff;
    background-color: #11509D !important;
}


/* 2023-9-1 */
.page.page1{position: relative;}
.p1_left_lj{position: absolute;left: 0;top: 40%;z-index: 100;}
.p1_left_lj ul{}
.p1_left_lj ul li{margin-bottom: 0.1rem;}
.p1_left_lj ul li a{display: block;}
.p1_left_lj ul li a img{width: 2rem;}


.p1_left_lj .close{font-size: 0.14rem;color: #fff;padding: 0.04rem 0.1rem;background: #11509D;display: table;position: absolute;bottom: 100%;right: 0;cursor: pointer;}



@media(max-width: 1024px){
	.p1_left_lj{position: fixed;}
}






/* 2023-9-13 */

.ej_kypt{}
.ej_kypt .lsyg_box{}
.ej_kypt .lsyg_box .bt{font-size: 0.24rem;font-weight: bold;color: #353535;}
.ej_kypt .lsyg_box .lj{display: flex;margin: 0 -2% -0.3rem;flex-wrap: wrap;}
.ej_kypt .lsyg_box .lj li{width: 27.33%;margin: 0 3% 0.3rem;}
.ej_kypt .lsyg_box .lj li a{}
.ej_kypt .lsyg_box .lj li p{font-size: 0.18rem;color: #555555;padding-left: 14px;position: relative;line-height: 0.24rem;border-bottom: 1px solid #d9d9d9;padding-bottom: 0.1rem;transition: 0.4s;}

.ej_kypt .lsyg_box .lj li p::after{content: "";display: block;width: 5px;height: 5px;background: #11509D;border-radius: 50%;position: absolute;left: 0;top: 10px;}

.ej_kypt .lsyg_box .lj li a:hover p{color: #11509D;border-bottom: 1px solid #11509D;}


@media(max-width: 1024px){
	.ej_kypt .lsyg_box .bt{font-size: 0.2rem;margin-bottom: 0.1rem;}
	.ej_kypt .lsyg_box .lj li p{font-size: 0.16rem;}
	.ej_kypt .lsyg_box .lj{margin: 0 -2% 0rem;}
}

@media(max-width: 850px){
	.ej_kypt .lsyg_box .lj li{width: 44%;margin: 0 3% 0.2rem;}
}
@media(max-width: 650px){
	.ej_kypt .lsyg_box .lj li{width: 100%;margin: 0 3% 0.2rem;}
}










#menu {
    display: block;
    transform: translateY(17vh);
    transition: all 1s;
}
#menu ul li {
    cursor: pointer;
}
#menu.on {
    transform: translateY(0);
}
    
 @media (max-width: 1024px) {   
/* 首页下方滚动引导以及左侧引导 */
#menu, .p1_bottom_lj {
    display: none;
     }
    } 



