/* CSS Document public*/

*{font-family:微软雅黑,Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:微软雅黑,Helvetica, sans-serif ,Arial;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;background:#fff;
}
html,body{ height: 100%;} html{ overflow:-moz-scrollbars-vertical;} 
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.pb_sys_style1 .p_no_d{border: 1px solid #94070a !important;
    color: #fff;
    background-color: #94070a !important;}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 11px 13px !important;
    height: 37px !important;
    border-radius: 20px !important;
}
.pb_sys_common {font-size: 16px !important;}
.pb_sys_common .p_first_d{border: 0px !important;}
.pb_sys_common .p_first a{border: 0px !important;}
.pb_sys_common .p_last_d{border: 0px !important;}
.pb_sys_common .p_last a{border: 0px !important;}
.pb_sys_common .p_prev_d{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #94070a !important;
    color: #94070a !important;}
.pb_sys_common .p_next_d{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #94070a !important;
    color: #94070a !important;}

.pb_sys_common .p_prev a{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #94070a !important;
    color: #94070a !important;}
.pb_sys_common .p_next a{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #94070a !important;
    color: #94070a !important;}


.pb_sys_common .p_t{    vertical-align: inherit !important;}



@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_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;
	}
}



.dh_cen{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	opacity: 0;
}

.dh_left{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,0);opacity: 0;
}

.dh_right{animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,0);opacity: 0;
}

.dh_top{animation: dh_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	opacity: 0;
}

.dh_bottom{animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(0,1rem);opacity: 0;
}

.dh_left_top{animation: dh_left_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,-1rem);opacity: 0;
}

.dh_left_bottom{animation: dh_left_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,1rem);opacity: 0;
}

.dh_right_top{animation: dh_right_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,-1rem);opacity: 0;
}

.dh_right_bottom{animation: dh_right_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,1rem);opacity: 0;
}




@-webkit-keyframes circleProgressLoad_right{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(225deg);
	}
	100%{
		-webkit-transform: rotate(225deg);
	}
}
@-webkit-keyframes circleProgressLoad_left{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(45deg);
	}
	100%{
	-webkit-transform: rotate(225deg);
	}
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}

.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:999998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:999999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}



table {
    border-collapse: collapse;
    border-spacing: 0;margin:0 auto;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/
.reveal1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.reveal2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.reveal3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.reveal4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.flex { display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex-center { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.flex-start { display: flex; justify-content: flex-start; flex-wrap: wrap;}
.flex-end { display: flex; justify-content: flex-end; flex-wrap: wrap; }
.textline{background-position: 0 100%;background-repeat: no-repeat;background-size: 0 1px;transition: background-size .3s;}
a:hover .textline{background-size: 100% 1px;}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.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;
		}
	  }

	  #nav .search_btn{}
	  .header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;  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;}



#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}
#m_nav .p1_top_xx{width: 100%;}



.toubu_div .header_box{}
.toubu_div .header_box::after{content: "";display: block;width: 100%;height: 0.08rem;background: #9b0d14;position: absolute;top: 0;left: 0;}









/*顶部搜索*/
.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.18rem;color: #fff;height: 0.5rem;line-height: 0.5rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 50px 0 0.2rem;}
.tc_search .btn_blue { position: absolute; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0;  background-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: 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.5rem 0 0.5rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #0061b0;}
#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.55rem;height: 0.55rem;color: #fff;padding: 0;font-size:0.16rem;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 40px;display: inline-block;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 4%;top: 0;height: 60px;position: fixed;top: 0;left: 0;right: 0;z-index: 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;background: #0061b0;}
.m_header_box header .sj_head_bg::after{    content: "";
    display: block;
    width: 119px;
    height: 100%;

    background-size: 100% auto;
    position: absolute;
    right: 100%;
    top: 0;}

#m_header #logo{float: left;}
#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;}





 .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>.w1344{width: 100%;padding: 0 0.7rem;}
	.toubu_div_bai{position: fixed;}
	.toubu_div_bai .list_box0 .li>a{color: #000;}





a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}
.w144 { max-width: 14.4rem; margin: 0px auto; }
.w1450::after{clear: both;content: "";display: block;}
.w14 { max-width: 14rem; margin: 0px auto; }

.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;}

@media (max-width: 1440px) {
  .w144 {width: 95%;}
}


#wrap{}
#pages{}
.page{}


/* .section .intro{padding-top: 0rem;height: 100%;display: flex;align-items: center;position: relative;z-index: 6;flex-wrap: wrap;}*/

.page .intro>div.part1{width: 100%;padding: 0;} 

@keyframes menu_li_dh {
	0%{
		opacity: 0;
	}
	1%{
		opacity: 0;
	}
	99%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/* banner */
.section{position: relative;}
.header_top{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;padding: 0.15rem 0;background: #94070a;}
.header_top .w144{align-items: center;}
.header_top .logo{width: 10%;}
.header_top .logo img{display: block;width: 100%;max-width: 2.26rem;max-height: 0.7rem;}
.header_top .nav{width: 50%;}
.header_top .nav li a{display: block;font-size: 0.18rem;color: #fff;font-weight: 600;transition: 0.6s all;}
.header_top .nav li a:hover{color: #f8e1a8;transition: 0.6s all;}
.fp-viewing-anchor1 .header_top{background: transparent;padding: 0.3rem 0;}
.fp-viewing-anchor1 .header_top .logo{width: 15.625%}
.banner{position: relative;width: 100%;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide a{display: block;}
.banner .swiper-slide img{display: block;width: 100vw;height: 100vh;object-fit: cover;}
.banner .swiper-pagination{position: absolute;bottom: 0.3rem !important;z-index: 22;}
.banner .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;border: 0.01rem solid #fff;background: transparent;opacity: 1;margin: 0 0.08rem !important;}
.banner .swiper-pagination-bullet-active{width: 0.26rem;height: 0.25rem;background: url(../images25/bannerD01.png) no-repeat center;background-size: 0.26rem 0.25rem;border: none;border-radius: 0;position: relative;bottom: -0.05rem;}
@media(max-width: 1024px){
.banner .swiper-slide img{height: 56vw;}

}

@media(max-width: 850px){
.header_top{position: relative;padding: 0.2rem 0;background: #94070a;}
}

@media(max-width: 768px){
.header_top .logo{width: 24%;}
.header_top .nav{width:70%;}
.header_top .nav li{width: 30%;line-height: 0.4rem;text-align: center;}
}
@media(max-width: 480px){
}
.section .intro{/* display: flex;align-items: center; */width: 100%;padding-top: 0.3rem;}
#section0 .intro{padding-top: 0;}
.section{}
.Cotitle{margin-bottom: 0.3rem;position: relative;}
.Cotitle .more{position: absolute;right: 0;bottom: 0;transition: 0.6s all;}
.Cotitle .text{display: table;margin: 0 auto;}
.Cotitle .text .Titext{display: table;margin: 0 auto 0.14rem auto;padding-left: 0.46rem;position: relative;}
.Cotitle .text .Titext::after{content: "";width: 0.37rem;height: 0.4rem;background: url(../images25/title01.png) no-repeat center;background-size: 0.37rem 0.4rem;position: absolute;left: 0;top: 50%;margin-top: -0.2rem;}
.Cotitle .text .Titext img{display: block;}
.Cotitle .text .tag p{font-size: 0.14rem;color: #cfa972;line-height: 0.22rem;padding: 0 0.12rem;background: url(../images25/title02.png) no-repeat left center;background-size: 0.05rem 0.12rem;position: relative;}
.Cotitle .text .tag p::after{content: "";width: 0.05rem;height: 0.12rem;background: url(../images25/title02.png) no-repeat center;transform: rotateY(180deg);position: absolute;right: 0;top: 50%;margin-top: -0.06rem;background-size: 0.05rem 0.12rem;}
.Cotitle .text .tag{position: relative;}
.Cotitle .text .tag::after{content: "";width: 3rem;height: 0.01rem;background: #cfa972;position: absolute;left: -3rem;top: 50%;}
.Cotitle .text .tag::before{content: "";width: 3rem;height: 0.01rem;background: #cfa972;position: absolute;right: -3rem;top: 50%;}
.Cotitle .more a{display: block;height: 0.4rem;background: url(../images25/more.png) no-repeat center;background-size: 0.32rem 0.4rem;}
.Cotitle .more p{line-height: 0.4rem;font-size: 0.14rem;color: #d2b07d;}
.Cotitle .more:hover{right: 0.08rem;transition: 0.6s all;}
/* 新闻动态 start */
#section1{background: url(../images25/part1BG.jpg) no-repeat bottom center;background-size: cover;}
.part1{width: 100%;}
.part1{}
.part1L{width: 48.05%;overflow: hidden;position: relative;}
.part1L .swiper-slide a{display: block;}
.part1L .swiper-slide .pic{overflow: hidden;}
.part1L .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 4.5rem;}
.part1L .swiper-slide .con{margin-top: 0.26rem;}
.part1L .swiper-slide .con .time{width: 0.7rem;height: 0.88rem;background: url(../images25/time.png) no-repeat center;background-size: 0.7rem 0.88rem;}
.part1L .swiper-slide .con .time .day{font-size: 0.34rem;text-align: center;color: #fff;padding: 0.13rem 0 0.04rem 0;}
.part1L .swiper-slide .con .time .year{font-size: 0.14rem;color: #cecee0;text-align: center;}
.part1L .swiper-slide .text{width: calc(100% - 0.9rem);}
.part1L .swiper-slide .text h5{font-size: 0.18rem;line-height: 0.3rem;/*height: 0.6rem;*/font-weight: 600;color: #323232;transition: 0.6s all;}
.part1L .swiper-slide .text h5 span{background-image: linear-gradient(#94070a,#94070a);}
.part1L .swiper-slide .text p{margin-top: 0.12rem;font-size: 0.14rem;color: #999999;line-height: 0.22rem;height: 0.66rem;}
.part1L .swiper-slide:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part1L .swiper-slide:hover .text h5{color: #94070a;transition: 0.6s all;}
.part1L .swiper-pagination{bottom: 2rem !important;}
.part1L .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;border: 0.01rem solid #fff;background: transparent;opacity: 1;margin: 0 0.08rem !important;}
.part1L .swiper-pagination-bullet-active{width: 0.26rem;height: 0.25rem;background: url(../images25/bannerD01.png) no-repeat center;background-size: 0.26rem 0.25rem;border: none;border-radius: 0;position: relative;bottom: -0.05rem;}
.part1C{width: 28.05%;}
.part1C li{margin-bottom: 0.34rem;}
.part1C li a{display: block;position: relative;}
.part1C li .pic{overflow: hidden;position: relative;}
.part1C li .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 2.8rem;}
.part1C li .pic::after{content: "";width: 100%;height: 100%;background: url(../images25/part1-03.png) bottom left repeat-x;position: absolute;left: 0;bottom: 0;}
.part1C li .text{position: absolute;width: calc(100% - 0.4rem);left: 0.2rem;bottom: 0.15rem;}
.part1C li .text i{font-style: normal;font-size: 0.14rem;color: #fff;opacity: 0.7;}
.part1C li .text p{margin-top: 0.04rem;font-size: 0.18rem;color: #fff;line-height: 0.28rem;max-height: 0.56rem;font-weight: 600;}
.part1C li .text p span{background-image: linear-gradient(#fff,#fff);}
.part1C li :hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part1R{width: 19.44%;}
.part1R li a{display: block;margin-bottom: 0.25rem;padding-bottom: 0.2rem;border-bottom: 0.01rem solid #e0e0e0;}
.part1R li:last-child a{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.part1R li p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;height: 0.84rem;transition: 0.6s all;margin-bottom: 0.12rem;}
.part1R li p span{background-image: linear-gradient(#94070a,#94070a);}
.part1R li i{font-style: normal;font-size: 0.14rem;color: #94070a;display: block;padding-left: 0.22rem;background: url(../images25/time02.png) no-repeat left center;background-size: 0.15rem 0.15rem;line-height: 0.16rem;}
.part1R li:hover p{color: #94070a;font-weight: 600;transition: 0.6s all;}
@media(max-width: 1024px){
	#section1{padding: 0.5rem 0;}
.part1L .swiper-slide .pic img{height: 32vw;}
.part1C li .pic img{height: 20vw;}
.section .intro{display: block;    padding: 0.3rem 0;}
.Cotitle .text .tag p{font-size: 0.18rem;}
.part1L .swiper-pagination{position: relative;bottom: auto !important;margin-top: 0.2rem;}
.part1L .swiper-pagination-bullet{border: 0.01rem solid #cfa972;}
.part1L .swiper-pagination-bullet-active{border: none;background: url(../images25/bannerD02.png) no-repeat center;background-size: 0.26rem 0.25rem;}
}
@media(max-width: 850px){
.Cotitle .text{margin: 0;}
.Cotitle .text .tag::before,.Cotitle .text .tag::after,.Cotitle .text .tag p::after{display: none;}
.Cotitle .text .tag p{padding: 0;background: none;}
.Cotitle .text .Titext{display: block;margin: 0 0 0.1rem 0;}
.Cotitle .more p{font-size: 0.18rem;line-height: 0.6rem;}
.Cotitle .more a{height: 0.6rem;}
.part1BG{padding: 0.5rem 0;}
.part1L{width: 100%;}
.part1L .swiper-slide .pic img{height: 52vw;}
.part1C{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0.3rem 0;}
.part1C li{width: 49%;margin-bottom: 0;}
.part1C li .pic img{height: 32vw;}
.part1R{width: 100%;}
.part1L .swiper-slide .text h5{max-height: 0.64rem;height: auto;font-size: 0.22rem;line-height: 0.32rem;}
.part1L .swiper-slide .text p{font-size: 0.18rem;line-height: 0.28rem;height: auto;max-height: 0.56rem;}
.part1C li .text i{font-size: 0.18rem;}
.part1C li .text p{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.96rem;height: auto;}
.part1R li p{font-size: 0.22rem;line-height: 0.32rem;height: auto;max-height: 0.96rem;}
.part1R li i{font-size: 0.18rem;}
}

@media(max-width: 540px){
.part1C li .text{position: relative;width: 100%;left: 0;bottom: auto;margin-top: 0.15rem;}
.part1C li .text i{color: #1d2088;opacity: 1;}
.part1C li .text p{color: #323232;}
.part1C li .pic::after{display: none;}
.swiper-autoheight .swiper-wrapper{min-height: 5rem;}
}
@media(max-width: 420px){
.swiper-autoheight .swiper-wrapper{min-height: 4rem;}
}

/* 新闻动态 end */
/* 理论学习 start */
#section2{background: url(../images25/part2BG.jpg) no-repeat bottom center;background-size: cover;}
.part2{width: 100%;}
.part2Con{position: relative;padding: 0.3rem; border-image-source: url(../images25/part2BG04.png);border-image-slice: 42 42 42 42 fill;border-top: 0.42rem solid;border-right: 0.42rem solid;border-bottom: 0.42rem solid;border-left: 0.42rem solid;width: 100%;height:auto;}
.part2Con::after{content: "";width: 100%;height: 100%;background: url(../images25/part2BG02.png) no-repeat right bottom;position: absolute;right: -0.31rem;bottom: -0.31rem;}
.part2Con ul{height: calc(100% - 0.21rem);overflow: hidden;position: relative;z-index: 3;}
.part2Con li{width: 46.15%;margin-bottom: 0.2rem;padding-bottom: 0.2rem;position: relative;}
.part2Con li a{align-items: center;}
.part2Con li::after{content: "";width: calc(100% - 0.9rem);height: 0.01rem;background: #dedede;position: absolute;left: 0.9rem;bottom: 0;}
.part2Con li::before{content: "";width: 0;height: 0.01rem;background: #94070a;position: absolute;left: 0.9rem;bottom: 0;z-index: 1;transition: 0.6s all;}
.part2Con li .time{width: 0.7rem;height: 0.88rem;background: url(../images25/time_pic_0506_xg.png) no-repeat center;background-size: 0.7rem 0.88rem;transition: 0.6s all;}
.part2Con li .time .day{font-size: 0.32rem;color: #94070a;padding: 0.14rem 0 0.06rem 0;text-align: center;}
.part2Con li .time .year{font-size: 0.14rem;color: #adadad;text-align: center;}
.part2Con li p{width: calc(100% - 0.9rem);font-size: 0.18rem;line-height: 0.28rem;max-height: 0.56rem;height: auto;color: #323232;}
.part2Con li:hover .time{background: url(../images25/time_pic_05260_xg.png) no-repeat center;background-size: 0.7rem 0.88rem;transition: 0.6s all;}
.part2Con li:hover .time .day{color: #fff;}
.part2Con li:hover .time .year{color: #fff;}
.part2Con li:hover::before{width: calc(100% - 0.9rem);transition: 0.6s all;}
.part2Con li:hover p{color: #94070a;font-weight: 600;}
@media(max-width: 1024px){
#section2{padding: 0.5rem 0;}
}
@media(max-width: 850px){
.part2Con li{width: 100%;}
.part2Con li p{font-size: 0.22rem;line-height: 0.32rem;height: auto;max-height: 0.64rem;}
}
/* 理论学习 end */
/* 五年成就 start */
#section3{background: url(../images25/part3BG.jpg) no-repeat bottom center;background-size: cover;}
.part3{width: 100%;}
.part3Con{position: relative;overflow: hidden;}
.part3ConBG{position: relative;e}
.part3Con .swiper-container{position: relative;z-index: 3;}
.part3Con ul{margin-bottom: -0.32rem;}
.part3Con li{width: 40%;display: flex;margin-bottom: 0.32rem;}
.part3Con li a{display: block;width: calc(100% - 1.1rem);background: #fff; box-shadow: 0px 8px 49px 0px rgba(207, 169, 114, 0.16);border-radius: 0.4rem 0 0.4rem 0;transition: 0.6s all;}
.part3Con li:nth-child(1){justify-content: flex-end;}
.part3Con li:nth-child(1) a{margin-right: 0.4rem;}
.part3Con li:nth-child(2) a{margin-left: 0.4rem;}
.part3Con li:nth-child(4){justify-content: flex-end;}
.part3Con li:nth-child(5){justify-content: flex-end;}
.part3Con li:nth-child(even) a{border-radius: 0 0.4rem 0 0.4rem;}
.part3Con li a{padding: 0.3rem 0.4rem;position: relative;}
.part3Con li a::after{content: "";width: 0.04rem;height: 0.44rem;background: #94070a;position: absolute;left: 0;top: 0.4rem;}
.part3Con li h5{font-size: 0.18rem;color: #323232;line-height: 0.28rem;/*height: 0.56rem;*/font-weight: 600;margin-bottom: 0.2rem;transition: 0.6s all;}
.part3Con li p{font-size: 0.14rem;color: #999999;line-height: 0.24rem;height: 0.48rem;transition: 0.6s all;}
.part3Con li:hover a{background: #94070a;box-shadow: 0px 8px 49.68px 4.32px rgba(207, 169, 114, 0.5);transition: 0.6s all;}
.part3Con li:hover a::after{background: #cfa871;transition: 0.6s all;}
.part3Con li:hover h5{color: #fff;transition: 0.6s all;}
.part3Con li:hover p{color: #fff;opacity: 0.5;transition: 0.6s all;}
.part3Con .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;border: 0.01rem solid #d0ab75;background: transparent;opacity: 1;margin: 0 0.08rem !important;}
.part3Con .swiper-pagination-bullet-active{width: 0.26rem;height: 0.25rem;background: url(../images25/bannerD02.png) no-repeat center;background-size: 0.26rem 0.25rem;border: none;border-radius: 0;position: relative;bottom: -0.05rem;}
.part3Con .part3BG{position: absolute;width: 100%;height: 100%; top: 0;left: 0;}
.part3Con .part3BGcon{display: flex;justify-content: center;align-items: center;height: inherit;}
.part3Con .swiper-pagination{position: relative;margin-top: 0.4rem;}
.part3Con .part3BG .pic{position: relative;z-index: 2;}
.part3Con .part3BG .pic img{display: block;max-width: 3.78rem;max-height: 4.75rem;width: 100%;}
.part3BG .icon{}
.part3BG .icon .icon1{position: absolute;width: 50%;height:50%;animation: icon1 4.2s linear infinite;transform-origin: center;left: 25%;top: 25%;}
.icon1:nth-child(1) { --delay: 0s;}
.icon1:nth-child(2) { --delay: 1s;  animation-delay: 0.6s !important;}
.icon1:nth-child(3) { --delay: 2s;  animation-delay: 1.2s !important;}
.icon1:nth-child(4) { --delay: 3s;  animation-delay: 1.8s !important;}
.icon1:nth-child(5) { --delay: 4s; animation-delay: 2.4s !important; }
.icon1:nth-child(6) { --delay: 4s; animation-delay: 3s !important; }
.icon1:nth-child(7) { --delay: 4s; animation-delay: 3.6s !important; }
.icon1:nth-child(8) { --delay: 4s; animation-delay: 4.2s !important; }
@keyframes icon1 {
  0% { transform: scale(0.7,0.8); opacity: 0; }
  20% { transform: scale(0.9,1); opacity: 1; }
  80% { opacity: 1; }
  100% { transform: scale(1.9,2); opacity: 0; }
}

/* 添加贝塞尔曲线 */
.zoom-effect {
  animation-delay: var(--delay);
}

/* 延迟动画启动 */
.zoom-effect {
  animation-delay: 0.5s;
}
@media(max-width: 1024px){
#section3{padding: 0.5rem 0;}
}
@media(max-width: 850px){
.part3Con li{width: 48%;}
.part3Con li a{width: 100%;}
.part3Con li:nth-child(1){justify-content: flex-start;}
.part3Con li:nth-child(1) a{margin-right: 0;}
.part3Con li:nth-child(2) a{margin-left: 0;}
.part3Con li p{font-size: 0.18rem;line-height: 0.28rem;height: 0.56rem;}
.part3Con li h5{font-size: 0.22rem;line-height: 0.32rem;height: 0.64rem;margin-bottom: 0.15rem;}
}
@media(max-width: 540px){
	.part3Con ul{margin-bottom: -0.2rem;}
.part3Con li{width: 100%;margin-bottom: 0.2rem;}
.part3Con li a{padding: 0.2rem;}
}
/* 五年成就 end */
/* 媒体聚焦 start */
#section4{background: url(../images25/part4BG.jpg) no-repeat bottom center;background-size: cover;}
.part4{width: 100%;}
.part4Con{height: 65vh;position: relative;}
.p4_ul{}
.p4_ul li{position: absolute;
	width: 1.9rem;
	height: 1.9rem;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
}
.part4Con .p4_ul li.li3{	opacity: 1;transform: scale(1);}
.part4Con .p4_ul li.li4{	opacity: 1;transform: scale(1);transition-delay: 0.2s;}
.part4Con .p4_ul li.li5{	opacity: 1;transform: scale(1);transition-delay: 0.2s;}
.part4Con .p4_ul li.li6{	opacity: 1;transform: scale(1);transition-delay: 0.3s;}
.part4Con .p4_ul li.li1{	opacity: 1;transform: scale(1);transition-delay: 0.5s;}
.part4Con .p4_ul li.li7{	opacity: 1;transform: scale(1);transition-delay: 0.1s;}
.part4Con .p4_ul li.li8{	opacity: 1;transform: scale(1);transition-delay: 0.4s;}
.part4Con .p4_ul li.li2{	opacity: 1;transform: scale(1);transition-delay: 0.1s;}

.p4_ul li>div{width: 100%;height: 100%;}
.p4_ul li>div>div{width: 100%;height: 100%;}

.p4_ul .box{position: relative;transition: 0.4s;top: 0;left: 0;}
.p4_ul .box::before{content: '';display: block;width: 100%;height: 100%;border-radius: 50%;position: absolute;top: 0;left: 0;z-index: 1;background: #cfa972 url(../images25/part4-02.png) no-repeat center 86%;transition: 0.4s;opacity: 0;transform: scale(1);}
.p4_ul .box::after{content: '';display: block;width: 100%;height: 100%;border: 1px dashed #cfa972;border-radius: 50%;position: absolute;top: -1px;left: -1px;z-index: 1;
animation: p4_xx_dh 3s infinite linear;
}
.p4_ul li.li3 .box::after,.p4_ul li.li6 .box::after,.p4_ul li.li7 .box::after{animation-delay: 1s;}
.p4_ul li.li5 .box::after,.p4_ul li.li7 .box::after{animation-delay: 2.5s;}
.p4_ul li.li8 .box::after{animation-delay: 2s;}
.p4_ul li.li1 .box::after{animation-delay: 0s;}

@keyframes p4_xx_dh{
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}
.bowen{opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.bowen .bw { position: absolute; width: 100%;height: 100%;  z-index: 1; border-radius: 50%; top: 0px; left: 0px; margin: auto; border: 1px solid #cfa972; }
.bowen .bw1 { }
.bowen .bw2 { animation-delay: 1s; }
.bowen .bw3 { animation-delay: 2s; }
@keyframes yc_yyxt_dh { 
  0% { width: 100%;height: 100%;opacity: 1;border: 1px solid #cfa972; top: 0;left: 0;}
  100% {  width: 140%;height: 140%;opacity: 0;border: 1px solid #cfa972;top: -20%;left: -20%;}
}
.p4_ul li:hover .box .bowen{opacity: 1;}
.p4_ul li:hover .box .bw1{opacity: 1;animation: 3s linear 0s infinite normal none running yc_yyxt_dh;}
.p4_ul li:hover .box .bw2{opacity: 1;animation: 3s linear 0s infinite normal none running yc_yyxt_dh;animation-delay: 1s;}
.p4_ul li:hover .box .bw3{opacity: 1;animation: 3s linear 0s infinite normal none running yc_yyxt_dh;animation-delay: 2s;}

.p4_ul a{display: block;padding: 0.24rem;position: relative;z-index: 3;width: 100%;height: 100%;transition: 0.4s;
overflow: hidden;
}
.p4_ul .ico{width: 0.33rem;height: 0.33rem;background-size: 100% 100% !important;margin: 0 auto 0.2rem;}
.p4_ul .bt{transition: 0.4s;padding: 0 0.22rem; position: relative;font-size: 0.14rem;color: #cfa972;font-weight: bold;line-height: 0.22rem;overflow: hidden;display: table;margin: 0 auto;}
.p4_ul .bt::after{content: "";width: 0.14rem;height: 0.01rem;background: #cfa972;position: absolute;left: 0;top: 50%;}
.p4_ul .bt::before{content: "";width: 0.14rem;height: 0.01rem;background: #cfa972;position: absolute;right: 0;top: 50%;}
.p4_ul .zy{font-size: 0.18rem;line-height: 0.28rem;max-height: 0.84rem;margin-top: 0.2rem; transition: 0.4s;color: #333333;text-align: center;font-weight: 600;height: auto;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.p4_ul .jt{transition: 0.4s;font-size: 0.14rem;color: #f1e7db;line-height: 0.24rem;max-height: 0.72rem;overflow: hidden;height: 0;text-align: center;margin-top: 0.3rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
.p4_ul .ico{width: 0.2rem;height: 0;background: url(../images25/part4-01.png) no-repeat center;margin-top: 0.4rem;}

.p4_ul li.li3{left: 0rem;top: 0rem;}  
.p4_ul li.li4{left: 1.05rem;top: 3.08rem;width: 2.2rem;height: 2.2rem;}
.p4_ul li.li5{left: 2.8rem;top: 0.65rem;width: 2.2rem;height: 2.2rem;}
.p4_ul li.li6{left: 4.15rem;top: 4.04rem;}
.p4_ul li.li1{left: 5.5rem;top: 0.9rem;width: 3.4rem;height: 3.4rem;}
.p4_ul li.li7{left: 9.26rem;top: 3.64rem;}
.p4_ul li.li8{left: 9.5rem;top: 0rem;width: 2.2rem;height: 2.2rem;}
.p4_ul li.li2{right: 0rem;top: 2.1rem;width: 2.8rem;height: 2.8rem;}


.p4_ul li.li4 .box::after,.p4_ul li.li7 .box::after{border: 1px dashed #F7A90C;}
.p4_ul li.li1 a{padding: 0.6rem 0.5rem;}
.p4_ul li.li1 .jt,.p4_ul li.li2 .jt{height: auto;color: #999;}

.p4_ul li:hover a{padding: 0.4rem 0.6rem;}
.p4_ul li.li7:hover a,.p4_ul li.li6:hover a{padding: 0.4rem 0.2rem;}
.p4_ul li.li3:hover a{padding: 0.6rem 0.5rem;}
.p4_ul li:hover .bt{color: #fff;}
.p4_ul li:hover .zy{height: auto;color: #fff;}
.p4_ul li:hover .jt{height: auto;color: #f1e7db;}
.p4_ul li:hover .ico{height: 0.2rem;}
.p4_ul li:hover .box::after{opacity: 0;}
.p4_ul li:hover .box::before{opacity: 1;transform: scale(1);}

.p4_ul li:hover>div>div{width: 150%;height: 150%;top: -25%;left: -25%;}

.p4_ul li.li3:hover>div>div,.p4_ul li.li6:hover>div>div,.p4_ul li.li7:hover>div>div{width: 180%;height: 180%;top: -40%;left: -40%;}
.p4_ul li.li1:hover>div>div,.p4_ul li.li2:hover>div>div{width: 120%;height: 120%;top: -10%;left: -10%;}

@media(max-width: 1024px){
	#section4{padding: 0.5rem 0;}
	.p4_lb .swiper-pagination{display: block;}
	.p4_main{height: auto;}
	.p4_ul{display: flex;flex-wrap: wrap;justify-content: center;}
	.p4_ul li{position: relative;top: 0 !important;left: 0 !important;margin: 0.2rem 0.3rem;}
	.p4_ul li.li4{margin-top: 0.4rem;}
	.part4_5{padding-top: 0;}
}

@media(max-width: 850px){
	.part4Con{height: auto;}
	.p4_ul{justify-content: center;}
	.p4_ul li{width: 2.2rem !important;height: 2.2rem !important; margin: 0 0.2rem 0.3rem !important;}
	.p4_ul li:hover>div>div{width: 100% !important;height: 100% !important;top: 0 !important;left: 0 !important;}
	.p4_ul a{padding: 0.1rem 0.1rem 0.2rem !important;}
	.p4_ul .ico{margin-bottom: 0.1rem !important;}
	.p4_ul li:hover .bt{font-size: 0.18rem;}
	.p4_ul li:hover .jt{height: 0;}
	.p4_ul .bt{font-size: 0.18rem;}
	.p4_ul .zy{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.96rem;}
	.p4_ul li.li1 .jt, .p4_ul li.li2 .jt{height: 0;}
}
@media(max-width: 400px){
	.p4_ul li{width: 2rem !important;height: 2rem !important;}
	
}
@media(max-width: 350px){
	.p4_ul{justify-content: space-between;}
	.p4_ul li{margin: 0 0rem 0.3rem !important;}
}
/* 媒体聚焦 end */
/* 视频专辑 start */
.part5{width: 100%;}
.part5Con{align-items: center;}
.part5L{width: 30.55%;margin-bottom: -0.3rem;}
.part5R{width: 67.36%;}
.part5L li{margin-bottom: 0.3rem;}
.part5L li a{display: block;position: relative;}
.part5L li a::after{content: "";width: 0.55rem;height: 0.56rem;background: url(../images25/part5-04.png) no-repeat center;background-size: 0.55rem 0.56rem;position: absolute;left: 50%;top: 50%;margin-left: -0.27rem;margin-top: -0.28rem;}
.part5L li .pic{overflow: hidden;position: relative;}
.part5L li .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 2.46rem;}
.part5L li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part5R a{display: block;position: relative;}
.part5R a::after{content: "";width: 0.55rem;height: 0.56rem;background: url(../images25/part5-04.png) no-repeat center;background-size: 0.55rem 0.56rem;position: absolute;left: 50%;top: 50%;margin-left: -0.27rem;margin-top: -0.28rem;}
.part5R .pic{overflow: hidden;position: relative;}
.part5R .pic::after{content: "";width: 100%;height: 100%;background: url(../images25/part1-03.png) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
.part5R .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 5.4rem;}
.part5R .text{position: absolute;left: 0.3rem;bottom: 0.3rem;width: calc(100% - 0.6rem);z-index: 2;}
.part5R .text p{font-size: 0.18rem;color: #fff;text-align: center;line-height: 0.28rem;max-height: 0.56rem;}
.part5R:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
@media(max-width: 1024px){
	.part5{padding: 0.5rem 0;}
}
@media(max-width: 850px){
	.part5R{width: 100%;order: 1;margin-bottom: 0.3rem;}
	.part5L{width: 100%;order: 2;margin-bottom: 0;display: flex;justify-content: space-between;}
	.part5R .pic img{height: 52vw;}
	.part5R .text p{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.64rem;}
	.part5L li{width: 49%;}
	.part5L li .pic img{height: 32vw;}
}
/* 视频专辑 end */
/* 代表心声 start */
#section7{background: url(../images25/part6BG.jpg) no-repeat bottom center;background-size: cover;}
.part6{width: 100%;}
.part6Con{padding: 0.7rem 1.8rem 0rem 1.5rem;position: relative;}
.part6Con::after{content: "";width: calc(100% - 1.4rem);height: 6.27rem; background: url(../images25/part6BG02.png) no-repeat center;background-size: 13.32rem 6.27rem;position: absolute;left: 0.7rem;top: 0;}
.part6Con ul{margin-bottom: -0.3rem;}
.part6Con li{margin-bottom: 0.3rem;width: 44.59%;}
.part6Con li a{align-items: flex-start;}
.part6Con li .pic{width: 1.4rem;position: relative;}
.part6Con li .pic::after{content: "";width: 0.05rem;height: calc(100% - 0.3rem);background: #cfa972;position: absolute;right: -0.05rem;bottom: 0;}
.part6Con li .pic .img{overflow: hidden;}
.part6Con li .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 2rem;}
.part6Con li .text{width: calc(100% - 1.75rem);}
.part6Con li .text h5{font-size: 0.18rem;color: #323232;line-height: 0.28rem;max-height: 0.56rem;font-weight: 600;transition: 0.6s all;}
.part6Con li .text p{font-size: 0.14rem;color: #666666;line-height: 0.26rem;height: 0.98rem;margin-top: 0.16rem;padding-top: 0.2rem;border-top: 0.01rem solid #cfa972;}
.part6Con li .text .more{margin-top: 0.2rem;display: flex;justify-content: flex-end;}
.part6Con li .text .more i{font-style: normal;display: block;font-size: 0.16rem;color: #cfa972;padding-right: 0.26rem;line-height: 0.26rem;background: url(../images25/part6-05.png) no-repeat right center;background-size: 0.2rem 0.26rem;}
.part6Con li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part6Con li:hover .text h5{color: #94070a;transition: 0.6s all;}
.part6Con .swiper-button-prev,.part6Con .swiper-button-next{width: 0.5rem;height: 0.5rem;margin-top: -0.25rem;margin-left: 0 !important;}
.part6Con .swiper-button-prev{background: url(../images25/part6L.png) no-repeat center;background-size: 0.5rem 0.5rem;left: 0;}
.part6Con .swiper-button-next{background: url(../images25/part6R.png) no-repeat center;background-size: 0.5rem 0.5rem;right: 0;left: auto !important;}
.part6Con .swiper-button-next:after, .part6Con .swiper-button-prev:after{display: none;}
@media(max-width: 1024px){
	#section7{padding: 0.5rem 0;}
}
@media(max-width: 1023px){
	.part6Con::after{background: #fff;width: calc(100% - 1.4rem);height: 100%;}
	.part6Con{padding: 0.3rem 1.4rem;}
	.part6Con li .text h5{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.64rem;}
	.part6Con li .text p{font-size: 0.18rem;line-height: 0.28rem;max-height: 1.32rem;height: auto;}
	
}
@media(max-width: 850px){
	#section7{padding: 0.5rem 0;}
	.part6Con::after{display: none;}
	.part6Con{padding: 0;}
	.part6D{margin-top: 0.2rem;display: flex;justify-content: center;}
	.part6Con .swiper-button-prev, .part6Con .swiper-button-next{position: relative;top: 0;margin: 0 0.1rem;}
	.part6Con li{width: 100%;}
}
@media(max-width: 540px){
	.part6Con::after{width: calc(100% - 0.5rem);left: 0.25rem;}
	.part6Con .swiper-button-prev, .part6Con .swiper-button-next{width: 0.3rem;height: 0.3rem;}
	.part6Con .swiper-button-next{background-size: 0.3rem 0.3rem;}
	.part6Con .swiper-button-prev{background-size: 0.3rem 0.3rem;}
	
}
/* 代表心声 end */
/* footer */
.footer{padding: 0.3rem 0;background: #94070a;}
.footer p{font-size: 0.14rem;color: #fff;text-align: center;line-height: 0.24rem;text-transform: uppercase;}
.footer p a{color: #fff;}
/* 左侧定位导航 */
.fp-viewing-anchor1 #fp-nav,.fp-viewing-anchor8 #fp-nav{display: none;}
#fp-nav{right: 0.4rem !important;height: 100vh;top: 0;transform: translateY(0) !important;-ms-transform: translateY(0) !important;-webkit-transform: translate3d(0, 0, 0) !important;z-index: 2;}
#fp-nav::after{content: "";width: 0.01rem;height: 100%;border-left: 0.01rem dashed #d4d4d4;position: absolute;left: 50%;top: 0;}
#fp-nav ul{position: relative;top: 50%; transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translate3d(0, -50%, 0);z-index: 2;}
#fp-nav ul li:first-child{display: none;}
#fp-nav ul li:last-child{display: none;}
#fp-nav ul li, .fp-slidesNav ul li{height: auto;width: auto;margin: 0.1rem 0;}
#fp-nav ul li{}
#fp-nav ul li a span+span{width: 0.11rem;height: 0.11rem;margin: 0 0.06rem;border: 0.01rem solid #94070a;background: #fff;border-radius: 50%;display: block;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{color: #fff; display: block;position: relative;top: 0;left: 0;}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{margin: auto;width: 0.11rem;height: 0.11rem;}
#fp-nav ul li a.active .fp-tooltip, #fp-nav ul li:hover a.active .fp-tooltip, .fp-slidesNav ul li a.active .fp-tooltip, .fp-slidesNav ul li:hover a.active .fp-tooltip{}
#fp-nav ul li .fp-tooltip.fp-right,.fp-sr-only{display: none;}
#fp-nav ul li a.active span::after{content: "";width: 0.37rem;height: 0.33rem;background: url(../images25/Right01.png) no-repeat center;background-size: 0.37rem 0.33rem;position: absolute;left: 50%;margin-left: -0.19rem;top: 0;}

.fp-sr-only{overflow: initial;display: none !important;font-size: 0;height: 0;}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{margin: 0.2rem 0; height: 1.1rem;font-size: 0.16rem;color: #323232;width: 0.2rem;border: none;border-radius: initial;white-space: normal;text-align: center;padding-top: 0.38rem;background: transparent;}
#fp-nav ul li a.active span{display: block !important;}
#fp-nav ul li a.active span+span, #fp-nav ul li:hover a.active span+span, .fp-slidesNav ul li a.active span+span, .fp-slidesNav ul li:hover a.active span+span{display: none !important;}
@media(max-width: 1024px){
	#navs{display: none;}
}
@media screen and (max-width: 1023px) {
    #fp-nav { display: none; }
    .fp-section { 
        height: auto !important;
        padding: 50px 0;
    }
    .fp-slide { 
        width: 100% !important;
        transform: none !important;
    }
}
@media(max-width: 850px){
}



@media(max-width: 1650px){


}

@media(max-width: 1400px){


}
@media(max-width: 1200px){
	.sy_html{overflow-x: hidden;overflow-y: auto;}
	body{overflow-y: auto;}

	
	.yc_top_nav .head_bottom{width: 95%;}


}

@media(max-width: 1024px){
	.yc_top_nav{display: none;}
	.m_header_box{display: block;}
	.sy_tit span{line-height: 0.24rem;}
	.p1_lb .swiper-slide a::after{display: none;}
 .toubu_div{position: relative;}
.page .intro{padding: 0rem 0;}
}

@media(max-width: 650px){
	#m_header #logo{width: 80%;}
}


/* 首页样式结束 */
.list-banner{position: relative;}
.list-banner .listTop{position: absolute;width: 100%;padding-top: 0.3rem;}
.list-banner .logo img{display: block;max-width: 2.26rem;max-height: 0.7rem;width: 100%;}
.list-banner .pic{overflow: hidden;}
.list-banner .pic img{display: block;width: 100%;object-fit: cover;}
.listBG{min-height: 5rem;}
.listBG .w144{position: relative;z-index: 3;}
.listBG{padding: 0.5rem 0 0.8rem 0;background: url(../images25/listBG.png) no-repeat bottom right;background-size: 100%;position: relative;}
.listBG::after{content: "";display: block;position: absolute;right: 0;top: 0;bottom: 0;left: 50%;margin-left: -4.4rem;background:rgba(255,255,255,0.3);}
.listNav{width: 2.8rem;}
.listNav li a{display: block;line-height: 0.7rem;height: 0.7rem;text-align: center;font-size: 0.2rem;color: #323232;font-weight: 600;position: relative;transition: 0.6s all;}
.listNav li.on a{background: #94070a;border-left: 0.04rem solid #cfa972;color: #fff;}
.listNav li.on a::after{content: "";width: 0.3rem;height: 0.7rem;background: url(../images25/listNav01.png) no-repeat right center;background-size: 0.6rem 0.8rem;position: absolute;right: -0.3rem;top: 0;}
.listNav li a:hover{color: #94070a;transition: 0.6s all;}
.n_right{width: calc(100% - 3.6rem);}
.position{margin-bottom: 0.4rem;padding-bottom: 0.26rem;border-bottom: 0.04rem solid #cfa972;}
.position h5{font-size: 0.3rem;color: #323232;padding-left: 0.36rem;background: url(../images25/position.png) no-repeat left center;background-size: 0.26rem 0.27rem;line-height: 0.34rem;}
.position p{font-size: 0.14rem;color: #999999;line-height: 0.34rem;}
.position p a{color: #999999;transition: 0.6s all;}
.position p a.on{color: #94070a;}
.position p a:hover{color: #94070a;transition: 0.6s all;}
.fanye{margin-top: 0.4rem;}
.fanye img{display: table;margin: 0 auto;max-width: 100%;}
@media(max-width: 1024px){
.listBG::after{display: none;}
.listBG{padding: 0 0 0.5rem 0;}
.listNav{width: 100%;padding-top: 0.2rem;}
.listNav ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.listNav li{width: 33.33%;}
.list-banner .pic img{height: 38vw;}
.n_right{width: 100%;margin-top: 0.3rem;}
.position{display: none;}

}
@media(max-width: 850px){
	.listNav li.on a::after{display: none;}
	.listNav li a{line-height: 0.6rem;height: 0.6rem;}
}
/* 新闻列表 */
.list01{min-height: 8rem;}
.list01 li{position: relative;}
.list01 li::after{content: "";width: calc(100% - 1rem);height: 0.01rem;background: #e4dfd8;position: absolute;left: 1rem;bottom: 0;}
.list01 li::before{content: "";width: 0; height: 100%;background: #94070a url(../images25/list02.png) no-repeat right bottom;position: absolute;left: 0.35rem;top: 0;transition: 0.6s all;}
.list01 li a{padding: 0.3rem 0;align-items: center;position: relative;z-index: 2;}
.list01 li .time{width: 0.7rem;height: 0.88rem;background: url(../images25/time03.png) no-repeat center;background-size: 0.7rem 0.88rem;}
.list01 li .time .day{font-size: 0.36rem;color: #94070a;text-align: center;padding: 0.12rem 0 0.06rem 0;}
.list01 li .time .year{font-size: 0.14rem;color: #adaaa8;text-align: center;}
.list01 li .pic{width: 3.2rem;overflow: hidden;}
.list01 li .pic img{display: block;width: 100%;height: 2.1rem;object-fit: cover;transition: 0.6s all;}
.list01 li .text{width: calc(100% - 4.5rem);transition: 0.6s all;}
.list01 li.Npic .text{width: calc(100% - 1rem);}
.list01 li .text h5{font-size: 0.2rem;color: #323232;line-height: 0.3rem;max-height: 0.6rem;font-weight: 600;margin-bottom: 0.3rem;}
.list01 li .text p{font-size: 0.16rem;color: #999999;;line-height: 0.28rem;max-height: 0.84rem;overflow: hidden;}
.list01 li .text i{display: none;}
.listPeople li .pic{width: 1.8rem;}
.listPeople li .pic img{height: 2.56rem;}
.listPeople li .text{width: calc(100% - 3.1rem);}
.list01 li:hover::before{width: calc(100% - 0.35rem);transition: 0.6s all;}
.list01 li:hover .time{background: url(../images25/part3-01.png) no-repeat center;background-size: 0.7rem 0.88rem;}
.list01 li:hover .time .day{color: #fff;}
.list01 li:hover .time .year{color: #eddfce;}
.list01 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.list01 li:hover .text{padding-right: 0.4rem;transition: 0.6s all;}
.list01 li:hover .text h5{color: #fff;}
.list01 li:hover .text p{color: #d8b9b9;}
@media(max-width: 850px){
.list01 li a{padding: 0 0 0.2rem 0;margin-bottom: 0.2rem;}
.list01 li .time{display: none;}
.list01 li .pic{width: 100%;}
.list01 li .pic img{height: 54vw;}
.list01 li .text{width: 100%;margin-top: 0.2rem;}
.list01 li .text h5{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.64rem;}
.list01 li .text p{font-size: 0.18rem;line-height: 0.28rem;max-height: 0.84rem;}
.list01 li .text i{display: block;font-style: normal;margin-top: 0.2rem;color: #94070a;font-size: 0.18rem;}
.list01 li::after{width: 100%;left: 0;}
.list01 li.Npic .text{width: 100%;}
.listPeople li .pic{max-width: 2.8rem;margin: 0 auto;}
.listPeople li .pic img{height: auto;}
}
/* 视频列表页 */
.list02 ul{justify-content: flex-start; margin-left: -0.3rem;margin-bottom: -0.3rem;}
.list02 li{width: calc(33.333% - 0.3rem);margin-left: 0.3rem;margin-bottom: 0.3rem;}
.list02 li a{display: block;position: relative;}
.list02 li .pic{overflow: hidden;position: relative;}
.list02 li .pic::after{content: "";width: 100%;height: 100%;background: url(../images25/part5-04.png) no-repeat center;background-size: 0.54rem 0.55rem;position: absolute;left: 0;top: 0;}
.list02 li .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 2.2rem;}
.list02 li .text{margin-top: 0.2rem;}
.list02 li .text p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;max-height: 0.56rem;text-align: center;transition: 0.6s all;}
.list02 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.list02 li:hover .text p{color: #94070a;transition: 0.6s all;}
@media(max-width: 1024px){
.list02 li .pic img{height: 18vw;}
}
@media(max-width: 850px){
.list02 ul{margin-left: 0;margin-bottom: -0.2rem;}
.list02 li{width: 100%;margin-left: 0;margin-bottom: 0.2rem;}
.list02 li .pic img{height: 52vw;}
.list02 li .text p{font-size: 0.22rem;line-height: 0.32rem;max-height: 0.64rem;}
}
/* 内容页 */
.show01{margin-bottom: 0.3rem;padding-bottom: 0.2rem;border-bottom: 0.01rem solid #ede8e1;}
.show01 h5{font-size: 0.28rem;color: #323232;line-height: 0.56rem;text-align: center;margin-bottom: 0.3rem;    font-family: "黑体" !important;
    font-weight: bold;}
.show01 p{text-align: center;line-height: 0.22rem;font-size: 0.14rem;}
.show01 p i{font-style: normal;margin: 0 0.2rem;font-family: PingFang SC;color: #666666;}
.show02{}
.show02 p{font-size: 0.18rem;color: #323232;line-height: 0.36rem;text-indent: 0.36rem;margin-bottom: 0.2rem;    font-family: "Microsoft Yahei", Arial, Helvetica, "PingFang SC", "PingFang SC-Regular";}
.show02 p video{margin: 0 auto; width: 80%; height: 100%;}
@media(max-width: 768px){
.show02 p video{margin: 0 auto; width: 100%; height: 100%;}
}
@media(max-width: 568px){
.list-banner .logo img{max-width: 1.8rem;}
}

.show02 img{display: table;margin: 0 auto;max-width: 100%;}
.show03{margin-top: 0.6rem;padding-top: 0.4rem;border-top: 0.01rem solid #e2dcd5;}
.show03 p{font-size: 0.18rem;color: #323232;line-height: 0.36rem;}
.show03 p a{color: #323232;transition: 0.6s all;}
.show03 p a:hover{color: #94070a;transition: 0.6s all;}