@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica, sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:Arial,Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:16px;overflow-x: hidden;transition: all 0.4s ease-in;}
html,body{ min-height:100%;} html{ overflow:-moz-scrollbars-vertical;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
@font-face{
            font-family: 'sysH';
            src : url('../fonts/sysH.otf');
        }
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{padding-bottom: 67.80% !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;height: 100%;width: 100%;}

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}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{ list-style:none;}
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: 0.5rem;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}
video{ object-fit:cover;margin: 0 auto;}
.fl{ float:left}
.fr{ float:right}
.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}/*透明代码*/

.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;} 

::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:99999;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;}
input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.w100{width:100%;}
.w14{max-width:1400px;margin:0 auto;}
.w16{max-width: 1600px;margin: 0 auto;}
.w18{width:calc(100% - 120px);margin: 0 60px;}
@media (max-width:1800px){
	.w18{}
}
@media (max-width:1600px){
	.w16{width:calc(100% - 30px);margin: 0 auto;}
}
@media (max-width:1400px){
	.w14{width:calc(100% - 30px);margin: 0 auto;}
}
.fanhui{position:fixed;right:30px;bottom: 75px;width:48px;height:48px;border-radius:50%;}

img{ vertical-align:middle}
.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;}

/* Slider */

#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;background: url(../images/gotop.png) no-repeat center;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop { cursor: pointer; }

 

@font-face{font-family: 'FZJuZXFJW';src : url('../font/FZJuZXFJW.TTF');}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.header_box{}
.header_box #header{z-index:9999999;background: #fff;position: relative;}
.header_box .w14{display: flex;justify-content: space-between;align-items: center;height: 100px;}
#header{z-index:999;width:100%;transition: 0.6s;}
#header .headerflex{display: flex;justify-content:flex-end;align-items: center;width: 46%;}
#header .headerflex .rightBox{margin-right: 0.15rem;width: 100%;}
#header .flex{align-items: center;}
.headerNav{width: calc(100% - 60px);}
/* #header:before{content:"";position:absolute;background:#fff;height:90px;top: 0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;} */

.topLink{width: 100%;}
.topLink .tright p{padding-right:0.15rem;}
.topLink p a{font-size: 0.14rem;color: #cea577;display: inline-block;position: relative;transition: 0.6s all;;margin-left: 0.4rem;}
.topLink p a:first-child{margin: 0 auto; width: 28px;height: 28px;border-radius: 50%;border: 1px solid #cea577;text-align: center;line-height: 28px;}
.topLink p a:hover{opacity: 0.6;transition: 0.6s all;}
.topLink li{height: 0.24rem;line-height: 0.24rem;padding:0 0.15rem;background: rgba(206,180,114,0.8);border-radius: 0.12rem;margin-left: 0.1rem;transition: 0.6s all;}
.topLink li a{display: block;color: #fff;text-shadow: 0px 1px 2px rgba(90, 88, 66, 0.68);padding-left: 8px;background: url(../images/topD.png) no-repeat left center;}
.topLink li:hover{background: #254632;transition: 0.6s all;}
.header .search_btn{cursor:pointer;text-align: center;transition:.6s;}
#logo{width: 36.07%;}
#logo a{display: block;}
#logo a img{display: block;max-width: 100%;}
.header{width: 59.78%;}
@media(max-width: 850px){
	.header_box{height: 0.5rem;}
}
@media(max-width: 414px){
	.header_box{height: 0.5rem;}
}
@media(max-width: 340px){
	.topLink p{margin-right: 0;}
	.topLink p a{padding: 0 0.5rem;}
}
@media(max-width: 1500px){
	#m_header #logo{width: 50%;}
	#logo img{width: 100%;}
}
#nav{width: 100%;position: relative;}
#nav .navBox{width: 100%;}
#nav ul{position:relative;}
#nav ul li{position:relative;z-index:9;}
#nav ul li a{display:block;padding: 0;}
#nav ul li h3{font-size: 0.2rem;color: #333;line-height: 50px;position:relative;transition:.6s;}
/* #nav ul li h3 span{background: url(../images/navJt.png) no-repeat left center;width: 13px;height: 8px;display: inline-block;margin-left: 3px;} */
#nav ul li:hover a h3{color:#ceb472;}
#nav ul li:hover a{color:#ceb472;}
#nav ul li.on h3{ font-weight:bold;}
#nav ul li:hover a h3 span,
#nav ul li.on h3 span{ background: url(../images/navJton.png) no-repeat left center;}
#nav ul li a i{ display:inline-block; background:url(../images/nav_down.png) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff; background:rgba(255,255,255,.95); width: 200px;left:50%;margin-left: -100px;z-index: 10000;/* transform:translateY(-20px); */visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li:last-child .sub{margin-left: 0;left: auto;right: 0;}
#nav ul li .sub .box{padding:10px 0px; text-align:center;}
#nav ul li .sub a{padding:0;line-height: 2.5;transition:.3s;font-size: 16px;color: #666;}
#nav ul li .sub a:hover{color: #ceb472;background: #E5E5E5;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #ceb472;}
#nav .navBox>ul>li h3:after{content:"";display:block;width: 200px;height: 3px;position:absolute;left:50%;margin-left:-100px ;background: #ceb472;bottom:0px;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li:last-child h3:after{left: auto;margin-left: 0;right: 0;}

#nav .navBox>ul>li h3:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;border-bottom: #6da1d6 4px solid;bottom:2px;transition:.3s;opacity:0;visibility:hidden;}

#nav .navBox>ul>li:hover h3.ej:after,#nav ul li.on h3.ej:after{  transform:scale(1);}
#nav .navBox>ul>li:hover h3.er:before, #nav>ul>li.on h3.ej:before{ opacity:1; visibility:visible}

#header.xg{position: fixed; background:#fff;height: auto;width: 100%;top: 0;left: 0;z-index: 999; transition: 0.4s;margin-top: 0;padding-top: 0.1rem;}
.header_box #header.xg .w14{height: 80px;}
#header .w17>.flex{padding: 0.2rem 0 0.15rem 0;}

#header.xg .topLink{}
#header.xg .headerflex{margin-top: 0;}
#header.xg #logo a img{width: 80%;}

#nav {display: flex;justify-content: flex-end;align-items: center;}
/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
#header.xg{top:0;}

#header.xg #logo .logo_black,#header.xg .top_search_black{ display: inline-block;}
#header.xg .top_search_white{ display:none;}

@media(max-width: 1200px){
.header_box{display: none;}	
}
@media(max-width: 850px){
	.topLink{display: none;}
	#header{display: none;}
}
.tc2 .tc-box form{border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width:100%;}
.tc2 .tc-box input[type="text"]{border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background:none;line-height: 60px;padding:0 20px;}
.tc2 .tc-box input[type="text"]:focus{ text-align: left;}
.tc2 .tc-box input[type="submit"]{position:absolute;right:0;top: 50%;padding: 0;z-index:2;background:url(../images/icon_search.png) center no-repeat;height: 60px;width: 70px;cursor:pointer;border:none;background-size: 20px 20px;margin-top: -30px;}

.tc2 .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999;}
.tc2 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transform:scale(1.1);visibility: hidden;}
.tc2 .tc.act{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform:scale(1);visibility: visible;}
.tc2 .close:hover{ transform:rotate(180deg);}
.tc2 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc2 .tc-box{position:absolute;border-radius: 4px;overflow: hidden;top:50%;z-index:9999;background: #fff;height: 60px;width: 50%;left:50%;margin-left: -25%;margin-top:-40px;}
.tc2 .tc.act{display: block; }
.tc2 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }

.tc2 .tc-bg {height: 100%;background: rgba(206,180,114,0.9); position: absolute;top: 0;left: 0;width: 100%;z-index: 0;opacity: 0.8;}
/***********************/
.search_btn{cursor: pointer;}
.search_btn img{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: 999999999999;
	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: #29a741;
}
.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: #29a741;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50%;
	margin: 0 auto;
	padding: 0 0rem 0 1.5rem;
	
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 1rem;
	width: calc(100% - 1rem);
	background-color: transparent;
	font-size: 0.18rem;
	line-height: 1rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.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.8rem;
	width: 0.8rem;
}

.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_white.png');
	background: #cea577 url('../images/search_white.png') no-repeat center center;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 100px;
	background-size: 29px;
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	/* background-image: url('../images/close-btn.svg'); */
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url();
}
.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: 51px;
    height: 52px;
    z-index: 10;
	right: 0.8rem;
    top: 0.8rem;
    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 0.2rem 0;width: calc(100% - 0.4rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.875rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 51px;}
.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: 0.2rem; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999999;float: right;margin-left: 28px;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.24rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.3rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 24px;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: #cea577;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 0.2rem;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: #cea577;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 30px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 0.3rem 0 0.2rem;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: #ceb472;}
#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.6rem;height: 0.6rem;color: #fff;padding: 0;font-size: 14px;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: 0.6rem;height: 0.6rem;display: inline-block;background: url(../images/arrow_down.png) calc(100% - 30px) center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background:transparent url(../images/arrow_down_on.png) calc(100% - 30px) 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: 0.16rem;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:.875rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 80px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 5%;top: 0;height: 80px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #fff;background-size: cover;}
#m_header #logo{float: left;height: 80px;}
#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);}


.ej .toubu_div{position: initial;}
.ej #nav ul li h3{color: #333;font-family: "microsoft yahei";}
.ej #nav ul li.on h3,.ej #nav ul li:hover h3{color: #333;}
.ej .list_box0 .li{line-height: 3rem;}
.ej .list_box0 .li>a{color: #666;}
.ej .list_box0 .li input.txt {border-bottom: 1px solid #666;}
.ej .header_top{height: 2.5rem;}
.ej #header #logo .box_table{height: 132px;}
.ej #header{height: 8.18rem;}
.ej .header_box_li{height: 8.18rem;}

#fp-nav.fp-right{display: none;}


/* =============导航结束============= */
@media (max-width: 1200px){
.m_header_box {display: block;}
.header_box {display: none;}

}

/* banner开始*/
.bannerBox{position: relative;}
.bannerBox .swiper-container{max-width: 100vw;}
.bannerBox{width:100%;position: relative;z-index: 1;}
.bannerBox .swiper-slide{position: relative;}
.bannerBox img{display: block;width: 100vw;height: calc(100vh - 100px); position: relative;object-fit: cover;}
.bannerBox a{display: block;position: relative;}
.bannerBox .swiper-pagination{bottom: 0.38rem !important;}
.bannerBox .swiper-pagination-bullet{width: 19px;height: 19px;border: 1px solid #fff;background: transparent;opacity: 1;margin: 0 10px !important;}
.bannerBox .swiper-pagination-bullet-active{background: #fff;position: relative;}
.bannerBox .swiper-pagination-bullet-active::after{content: "";width: 33px;height: 33px;border: 1px solid rgba(255,255,255,0.7);position: absolute;border-radius: 50%; left: -9px;top: -9px;}
.bannerBox .swiper-pagination-bullet-active::before{content: "";width: 45px;height: 45px;border: 1px solid rgba(255,255,255,0.7);position: absolute;border-radius: 50%;left: -15px;top: -15px;}
@media(max-width: 1700px){
	.w18{width: calc(100% - 30px);margin: 0 15px;}
}
@media(max-width: 1000px){
	.m_header_box,.m_header_box header,#m_header #logo{height: 60px;}
}
@media(max-width: 1200px){
	.bannerBox .swiper-slide::after{display: none;}
	.bannerBox img{height: 40vw;}
}
@media(max-width: 850px){
	.banner a{height: 100%;width: 100%;}
	
	.banner img{position: relative;top: 0; left: 0;transform: translate3d(0,0,0);width: 100%;}
}
@media(max-width: 414px){
	
}
/* banner结束 */
@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 0.8rem;}
}
.BG{position: fixed;left: 0;top: 0;}
.BG img{display: block;width: 100vw;height: 100vh;object-fit: cover;}
.Cotitle{margin-bottom: 0.55rem;align-items: center;margin-left: 1rem;}
.CotitleL{display: table;margin: 0 auto;}
.CotitleL h5{text-align: center; font-family: "sysH";font-size: 0.5rem;color: #323232;letter-spacing: 4px;margin-bottom: 0.2rem;}
.CotitleL i{position: relative;text-transform: uppercase; font-style: normal;display: table;margin: 0 auto;padding: 0 0.4rem; font-family: "Times New Roman";font-size: 0.18rem;color: #cea577;font-weight: bold;}
.CotitleL i::after{content: "";width: 0.3rem;height: 1px;background: #cea577;position: absolute;left: 0;top: 50%;}
.CotitleL i::before{content: "";width: 0.3rem;height: 1px;background: #cea577;position: absolute;right: 0;top: 50%;}
.Cotitle a{width: 1rem;height: 0.35rem;line-height: 0.35rem;text-align: center;background: #cea577;font-size: 0.16rem;color: #fff;transition: 0.6s all;}
.Cotitle a:hover{border-radius: 0.17rem;transition: 0.6s all;}
/* part1 start */
.part1{margin-top: 0.8rem;background-color: rgba(255,255,255,0.9);/*ckground-image: url(../images/part1-bg.png);*/ckground-repeat: no-repeat;background-position: right bottom;border-radius: 0.1rem;overflow: hidden;}
.part1 .w14{padding: 0.44rem 0 0.7rem 0;}
.part1L{width: 57.14%;padding-top: 0.6rem;}
.part1L li{width: 47.25%;}
.part1L li a{display: block;border-radius: 0.1rem;background: #fff;position: relative;top: 0;transition: 0.6s all;}
.part1L li .pic{overflow: hidden;}
.part1L li .pic img{display: block;width: 100%;transition: 0.6s all;height: 211px;object-fit: cover;}
.part1L li .text{padding: 0.2rem 0.3rem 0 0.3rem;}
.part1L li .text h5{font-size: 0.18rem;line-height: 0.28rem;height: 0.56rem;overflow: hidden;font-weight: bold;color: #323232;}
.part1L li .text i{font-style: normal;margin: 0.12rem 0; display: block;color: #d89e35;font-family: "Times New Roman";font-weight: bold;font-size: 0.14rem;padding-left: 20px;background: url(../images/part1-03.png) no-repeat left center;}
.part1L li .text p{font-size: 0.14rem;color: #adadad;line-height: 0.24rem;height: 0.96rem;overflow: hidden;}
.part1L li .text .icon{width: 46px;height: 46px;border-radius: 50%;background: #cea577 url(../images/part1-02on.png) no-repeat center;margin-top: 0.4rem;position: relative;bottom: -0.1rem;}
.part1L li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.part1L li:hover a{background: #cea577;top: -0.6rem;transition: 0.6s all;}
.part1L li:hover .text h5{color: #fff;}
.part1L li:hover .text i{color: #fff;background: url(../images/part1-03on.png) no-repeat left center;}
.part1L li:hover .text p{color: #fff;}
.part1L li:hover .text .icon{background: #fff url(../images/part1-02.png) no-repeat center;}
.part1R{width: 40.85%;}
.part1R .tabs{justify-content: flex-start;margin-bottom: 0.3rem;margin-left: 0.2rem;}
.part1R .tabs a{position: relative; padding-bottom: 0.15rem; font-size: 0.3rem;color: #cea577;font-family: "sysH";font-weight: bold;margin-right: 0.3rem;}
.part1R .tabs a::after{content: "";width: 0;height: 3px;background: #cea577;position: absolute;left: 0;bottom: 0;transition: 0.6s all;}
.part1R .tabs a.active::after{width: 100%;}
.part1R .tabs a:hover::after{width: 100%;transition: 0.6s all;}
.part1R .swiper-slide li{position: relative; padding-left: 0.2rem;background: url(../images/part1-04.png) no-repeat left 6px; margin-bottom: 0.24rem;padding-bottom: 0.22rem;}
.part1R .swiper-slide li:last-child{margin-bottom: 0;padding-bottom: 0;}
.part1R .swiper-slide li:last-child::after{display: none;}
.part1R .swiper-slide li::after{content: "";width: calc(100% - 20px);height: 1px;background: #cececd;position: absolute;left: 0.2rem;bottom: 0;transition: 0.6s all;}
.part1R .swiper-slide li a{display: block; font-size: 0.18rem;color: #433e39;line-height: 0.2rem;height: 0.2rem;overflow: hidden;transition: 0.6s all;}
.part1R .swiper-slide li:hover a{color: #cea577;padding-left: 0.1rem;transition: 0.6s all;}
.part1R .swiper-slide li:hover::after{background: #cea577;transition: 0.6s all;}
@media(max-width: 1200px){
	.part1L li .pic img{height: 171px;}
}
@media(max-width: 1000px){
	.part1L li .pic img{height: 142px;}
}
@media(max-width: 850px){
	.part1L,.part1R{width: 100%;}
	.part1{margin-top: 0.4rem;}
	.part1 .w14{padding: 0.4rem 0;}
	.CotitleL h5{font-size: 0.34rem;}
	.Cotitle{margin-bottom: 0.2rem;}
	.part1L{padding-top: 0;margin-bottom: 0.4rem;}
	.part1L li .pic img{height: 208px;}
}
@media(max-width: 768px){
	.part1L li .pic img{height: 187px;}
}
@media(max-width: 540px){
	.part1L li{width: 100%;margin-bottom: 0.2rem;}
	.part1L li .pic img{height: auto;}
	.part1L li .text h5,.part1L li .text p{height: auto;}
	.part1L li .text .icon{margin-top: 0.1rem;}
	.part1R .swiper-slide li a{height: auto;line-height: 0.28rem;}
}
/* part1 end */
/* part2 start */
.part2{margin-top: 1.2rem;padding: 0.55rem 0 1.1rem 0; background:url(../images/part2-bg.jpg) no-repeat center;background-size: cover;overflow: hidden;}
.part2 .Cotitle{margin-bottom: 0;}
.part2 .CotitleL h5{color: #fff;}
.part2Nr{position: relative;}
.part2Left{width: 6.65rem;position: relative;top: -0.88rem;}
.part2Left .pic{overflow: hidden;}
.part2Left .pic img{display: block;width: 100%;height: 6.78rem;}
.part2Left .tabs a{display: block;position: absolute;font-size: 12px;top: 17.3%;left: 23.65%;color: #ffe292;text-transform: uppercase;text-shadow: 0 2px #0b4393, 2px 0 #0b4393, -2px 0 #0b4393, 0 -2px #0b4393;}
.part2Left .tabs a.active{font-size: 0.24rem;color: #cea577;font-weight: bold;/*text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;*/transform: translate(-10%,-100%);z-index: 9;}
.part2Left .tabs a.active::after{content: "";width: 30px;height: 41px;background: url(../images/part2-02.png) no-repeat center;position: absolute;bottom: -45px;left: 50%;margin-left: -15px;}
.part2Left .tabs a+a{top: 19.15%;left: 48.12%;}
.part2Left .tabs a+a+a{top: 22.24%;left: 32.03%;}
.part2Left .tabs a+a+a+a{top: 22.99%;left: 58.64%;}
.part2Left .tabs a+a+a+a+a{top: 26.57%;left: 38.79%;}
.part2Left .tabs a+a+a+a+a+a{top: 29.65%;left: 41.67%;}
.part2Left .tabs a+a+a+a+a+a+a{top: 32.25%;left: 62.08%;}
.part2Left .tabs a+a+a+a+a+a+a+a{top: 33%;left: 73.98%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a{top: 36.33%;left: 54%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a{top: 34.95%;left: 78.19%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a{top: 39.77%;left: 46.9%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a{top: 48.19%;left: 54.08%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a+a{top: 46.81%;left: 77.75%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a+a+a{top: 53.61%;left: 64.65%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a+a+a+a{top: 58.17%;left: 71.27%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a{top: 67.85%;left: 58.38%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a{top: 68.97%;left: 76.99%;}
.part2Left .tabs a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a{top: 76.51%;left: 60.9%;}
.part2Nr .swiper-slide{filter: brightness(1);}
.part2Nr .swiper-container{width: calc(100% - 6.9rem);margin-top: 0.7rem;}
.part2Nr .swiper-container .text{max-height: 5.2rem;overflow-y: scroll;padding-right: 0.4rem;}
.part2Nr .swiper-container .tit h5{font-size: 0.26rem;display: table; color: #fff;font-weight: bold;padding-right: 0.2rem;background: #064392;position: relative;z-index: 2;width: auto;line-height: 0.4rem;padding-left: 0.12rem;}
.part2Nr .swiper-container .tit .pic{position: relative;z-index: 2;height: 40px;}
.part2Nr .swiper-container .tit .pic img{display: block;width: auto;max-height: 40px;}
.part2Nr .swiper-container .tit{position: relative;margin-bottom: 0.66rem;justify-content: flex-start;}
.part2Nr .swiper-container .tit::after{content: "";width: 100%;height: 1px;background: #fff;position: absolute;right: 0;top: 50%;}
.part2Nr .swiper-container .text p{font-size: 0.16rem;color: #fff;line-height: 0.3rem;margin-bottom: 0.4rem;}
.part2Nr .swiper-container .text p:last-child{margin-bottom: 0;}
.part2Nr ::-webkit-scrollbar-thumb{background: #4e59a1 !important;}
.part2Nr ::-webkit-scrollbar{background: #92b9ed !important;}
@media(max-width: 1000px){
	.part2Nr .swiper-container{display: none;}
	.part2Left{width: 100%;}
	.part2Left .pic img{height: auto;}
}
@media(max-width: 850px){
	.part2{margin-top: 0.4rem;padding: 0.4rem 0;}
	.part2Left{top: 0;}
}
/* part2 end */
/* part3 start */
.part3{margin-top: 0.8rem;background: rgba(255,255,255,0.9);border-radius: 0.1rem;overflow: hidden;}
.part3 .w14{padding: 0.44rem 0 0.8rem 0;}
.part3 .tabs2{margin-bottom: 0.24rem;padding-bottom: 0.15rem;border-bottom: 1px solid #054390;justify-content: flex-start;}
.part3 .tabs2 a{font-size: 0.24rem;color: #333333;margin-right: 0.4rem;position: relative;}
.part3 .tabs2 a.active{color: #054390;font-weight: bold;}
.part3 .tabs2 a.active::after{content: "";width: 21px;height: 21px;background: url(../images/part3-01.png) no-repeat center;position: absolute;bottom: -25px;left: 50%;margin-left: -10px;}
.part3 .part3L{width: 100%;}
.part3 .part3L>li:first-child{background: #fff;}
.part3 .part3L li p{width: 60%;padding: 0.2rem;font-size: 0.22rem;color: #333;}
.part3 .part3L li p+p{width: 25%;}
.part3 .part3L li p+p+p{width: 15%;border-right: none;}
.part3 .part3L li{background: #e8eaed;position: relative;}
.part3 .part3L li::after{content: "";width: 5px;height: 5px;background: #cea577;border-radius: 50%;position: absolute;left: 0.1rem;top: 24px;}
.part3 .part3L>li:first-child::after{display: none;}
.part3 .part3L>div li{background: transparent;border-bottom: 1px solid #c4bfb8;}
.part3 .part3L>div li p{font-size: 0.16rem;line-height: 0.24rem;padding: 0.15rem 0.2rem;}
.part3 .part3L>div li:hover{background: #cea578;cursor: pointer;}
#shownewslist li:hover{background: #cea578;cursor: pointer;}
.part3 .part3L>li:first-child:hover{background: #fff;}
.part3 .part3L>li:first-child:hover p{color: #333;}
.part3 .part3L li:hover p{color: #fff;}
.part3 .part3L li:hover::after{background: #fff;}
.part3 .swiper-slide h3{font-size: 0.14rem;color: #054390;margin-top: 0.2rem;line-height: 0.26rem;}
.part3 .part3R{width: 24.28%;}
.part3 .part3R h5{display: table;margin: 0 auto 0.3rem auto;font-size: 0.22rem;color: #333;padding: 0 68px;position: relative;}
.part3 .part3R h5::after{content: "";width: 0.6rem;height: 1px;background: #a1917c;position: absolute;left: 0;top: 50%;}
.part3 .part3R h5::before{content: "";width: 0.6rem;height: 1px;background: #a1917c;position: absolute;right: 0;top: 50%;}
.part3 .part3R li{width: 46%;border: 1px solid #a1917c;border-radius: 0.06rem;margin-bottom: 0.12rem;transition: 0.6s all;}
.part3 .part3R li a{display: block;padding: 0.1rem;font-size: 0.16rem;color: #323232;line-height: 0.24rem;}
.part3 .part3R li:hover{background: #a1917c;transition: 0.6s all;}
.part3 .part3R li:hover a{color: #fff;}
@media(max-width: 850px){
	.part3{margin-top: 0.4rem;}
	.part3 .w14{padding: 0.4rem 0;}
	.part3 .part3L{width: 100%;margin-bottom: 0.3rem;}
	.part3 .part3R{width: 100%;}
}
/* part3 end */
/* part4 start */
.part4{margin-top: 1.6rem;}
.part4 .CotitleL h5{color: #fff;}
.part4 ul{justify-content: flex-start;margin-right: -1.7875%;margin-bottom: -0.2rem;}
.part4 li{ width: 18.21%;height: 90px;background: #ffffff;border-radius: 0.1rem;margin-right: 1.7875%;margin-bottom: 0.2rem;display: flex;align-items: center;justify-content: center;padding: 0.1rem;transition: 0.6s all;}
.part4 li a{display: block;width: 100%}
.part4 li img{display: block;max-width: 100%;max-height: 100%;}
.part4 li:hover{box-shadow: 0px 18px 97.02px 0.98px rgba(25, 41, 60, 0.73);transition: 0.6s all;}
@media(max-width: 850px){
	.part4{margin-top: 0.4rem;}
	.part4 ul{margin-right: 0;justify-content: space-between;}
	.part4 li{width: 32%;margin-right: 0;}
}
@media(max-width: 540px){
	.part4 li{width: 49%;}
}
/* part4 end */
/* part5 start */
.part5{margin-top: 0.6rem;}
.part5 .Cotitle{margin-left: 0;}
.part5 .CotitleL h5{color: #fff;}
.part5 ul{justify-content: center;}
.part5 li{margin: 0 0.15rem;}
.part5 li a{font-size: 0.16rem;color: #fff;line-height: 0.24rem;}
@media(max-width: 610px){
	.part5 ul{justify-content: flex-start;}
	.part5 li{margin: 0 0.15rem 0 0;}
}
/* .part5 .tabs3{margin-bottom: 0.24rem;padding-bottom: 0.15rem;border-bottom: 1px solid #cea577;justify-content: flex-start;}
.part5 .tabs3 a{font-size: 0.24rem;color: #cea577;margin-right: 0.4rem;position: relative;}
.part5 .tabs3 a.active{color: #cea577;font-weight: bold;}
.part5 .tabs3 a.active::after{content: "";width: 25px;height: 24px;background: url(../images/part5-01.png) no-repeat center;position: absolute;bottom: -25px;left: 50%;margin-left: -10px;}
.part5 .swiper-slide ul{justify-content: flex-start;}
.part5 .swiper-slide li{margin-right: 0.1rem;margin-bottom: 0.15rem;}
.part5 .swiper-slide li a{position: relative; font-size: 0.16rem;color: #fff;padding-left: 16px;line-height: 0.24rem;transition: 0.6s all;}
.part5 .swiper-slide li a::after{content: "";width: 7px;height: 7px;border: 1px solid #fff;border-radius: 50%;position: absolute;left: 0;top: 2px;}
.part5 .swiper-slide li:hover a{color: #cea577;transition: 0.6s all;} */
@media(max-width: 540px){
	/* .part5 .swiper-slide ul{}
	.part5 .swiper-slide li{width: 32%;margin-right: 1%;} */
}
@media(max-width: 414px){
	/* .part5 .swiper-slide li{width: 48%;margin-right: 2%;} */
}
/* part5 end */
/* footer start */
.container{position: relative;z-index: 2;background: url(../images/footerBG.png) repeat-x bottom;}
.footer{margin-top: 0.38rem;border-top: 4px solid #cea577;padding-top: 0.3rem;}
.footer .w14{align-items: center;}
/* .footerL{width: 30%;} */
.footerL img{display: block;max-height: 0.7rem;max-width: 100%;}
/* .footerR{width: 42.85%;} */
.ewm{width: 120px;}
.ewm .pic img{display: block;width: 100%;}
.ewm p{margin-top: 0.1rem;font-size: 0.14rem;text-align: center;color: #fff;}
.footerR li{margin-bottom: 0.3rem;font-size: 0.16rem;color: #fff;line-height: 0.3rem;padding-left: 32px;background: url(../images/footer02.png) no-repeat left 4px;}
.footerR li+li{background: url(../images/footer03.png) no-repeat left 4px;}
.footerR li+li+li{background: url(../images/footer04.png) no-repeat left 4px;margin-bottom: 0;}
@media(max-width: 850px){
	.footerL{width: 100%;margin-bottom: 0.2rem;}
	.footerR{width: 100%;margin-top: 0.2rem;}
}
@media(max-width: 680px){
	.footerR ul{width: 100%;margin-top: 0.2rem;}
	.footerR li{margin-bottom: 0.1rem;}
}
/* footer end */.w154{max-width: 1540px;margin: 0 auto;}
@media (max-width:1540px){
	.w154{width:calc(100% - 30px);margin: 0 auto;}
}
.listTop{position: relative;}
.listBanner{position: relative;z-index: 2;}
.listBanner .pic{position: relative;}
.listBanner .pic::after{content: "";width: 100%;height: 100%;background: url(../images/topBG.png) repeat-x top;position: absolute;left: 0;top: 0;}
.listBanner .pic img{display: block;width: 100%;}
@media(max-width: 1400px){
}
@media(max-width: 1200px){
	.listBanner .pic::after,.listBanner .pic::before{display: none;}
	.listBanner .pic img{height: 20vh;object-fit: cover;}
}
/*==========================================内页 开始=============================================*/

	
	/* .mianbaoxie{padding: 0;position: relative;margin-top: 10px;}
	.mianbaoxie:before{content:"";position:absolute;bottom:0;left:0;right:0;}
	.mianbaoxie .w136{height:50px;line-height:50px;transition:.6s;background-size: 100% auto;max-width: 1360px;position: relative;border-bottom: 1px solid #89abcd;}
	.mianbao{padding: 0 0 0 25px;background: url(../images/position.png)no-repeat left center;display: inline-block;vertical-align: top;}
	.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 14px;color: #323232;font-style:normal;line-height: 1.625rem;}
	.mianbao i{ margin:0 6px}
	.mianbao a{}
	.mianbao span{ color:#cea577} */
	
	.ar_wap{ display:none}
	
	#nav_slide{background: #cea577;line-height: 50px;position: relative;z-index: 2;}
	#nav_slide #bnt_back{ position:absolute; left: 0.16rem; top:-2px;  }
	#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}
	
	#nav_slide .n_title{ height: 50px; }
	#nav_slide h1{font-size: 0.26rem;color: #fff;text-align: center;}
	#bnt_sub_nav{position: absolute;right: 0.16rem;top: 14px;cursor: pointer;}
	#bnt_sub_nav img{display: block;height: 20px;}
	#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
	#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
	#sub_nav_content ul{}
	#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
	#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
	#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
	#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
	#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
	#sub_nav_content ul li.on>a{color: #cea577;}
	#sub_nav_content ul li ul{ display:none}
	#nav_slide{ display:none}
	.n_container{padding: 0.4rem 0 1rem 0;background:#f9f9f9 url(../images/listBG.jpg) no-repeat top center;background-size: cover;}
	.n_container .n_left{float:left;width: 250px;position: relative;z-index: 1;}
	.n_container .n_left h1{font-size: 0.4rem;color:#323232;position: relative;}
	.n_container .n_left h1 span{position:relative;display: inline-block;font-family:'sysH';margin-bottom: 0.3rem;}
	.n_container .n_left ul{padding: 0; position:relative;background: #fff;}
	.n_container .n_left .con ul li{ line-height: 80px;font-size: 20px;color: #323232;position:relative;}
	.n_container .n_left .con ul li.on dl{display:block !important;}
	.n_container .n_left .con ul li:before{content:"";position:absolute;bottom:0;left: 0;right: 0;height:1px;background: #f5f5f5;}
	.n_container .n_left .con ul li::after{content: "";width: 0;height: 100%;position: absolute;left: 0;top: 0;transition: 0.6s all;}
	.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
	.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{width: calc(100% + 50px);transition: 0.6s all;}
	.n_container .n_left .con ul li>a{position: relative;z-index: 1; margin:0 20px;color: #323232;display: block;transition: 0.36s;position: relative;}
	.n_container .n_left .con ul li:hover, .n_container .n_left .con ul li.on{background: #cea577;}
	.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{color: #fff;}
	.n_container .n_left .con ul li dl{display:none;position:relative;padding: 20px 20px;}
	.n_container .n_left .con ul li dl:before{content:"";position:absolute;left:20px;top:0;height:1px;width: calc(100% - 40px);background: rgba(255,255,255,0.3);}
	.n_container .n_left .con ul li dl dd{height: auto;}
	.n_container .n_left .con ul li dl dd a{font-size: 14px;color: #fff !important;padding: 0 10px;position:relative;line-height: 32px;transition: .6s;display: block; z-index:1}
	.n_container .n_left .con ul li dl dd a:before{content:"";position:absolute;top: 0;right: 0;bottom: 0;left: 0;transition: .6s;background: #cea577;opacity: 0;visibility: hidden; z-index:-1}
	.n_container .n_left .con ul li dl dd.on a:before, .n_container .n_left .con ul li dl dd:hover a:before{ opacity:1; visibility:visible}
	.n_container .n_left .con ul li i.up{}
	.n_container .n_left .con ul li i{width: 20px;height: 70px;position:absolute;right: 0;top: 0;transition:0.36s;cursor: pointer;font-family: simsun;font-style: normal;font-size: 0.2rem;color: #333333;}
	.n_container .n_left .con ul li.on i{color: #cea577;font-weight: bold;}
	.n_container .n_left .con ul li dl dd a:hover, .n_container .n_left .con ul li dl dd.on a{color: #fff !important;padding-left: 0.2rem;}
	.n_container .n_right{ width:calc(100% - 285px);}
	.n_container .n_right .position{margin-bottom: 0.3rem;}
	.n_container .n_right .position p{line-height: 0.38rem;font-size: 0.14rem;color: #999999;}
	.n_container .n_right .position p a{color: #999999;transition: 0.6s all;}
	.n_container .n_right .position p a:hover{color: #cea577;transition: 0.6s all;}
	.n_rightBox{background: #fff;padding: 0.7rem 1.1rem 0.3rem 1.1rem;}
	.fy{margin-top: 0.6rem;}
	.fy img{display: table;margin: 0 auto;max-width: 100%;}
	@media(max-width: 1200px){
		.header_box_wai{ display:none;}
		.n_container .n_position{display: none;}
		.n_container .n_left{ display:none;}
		.n_container .n_right{ width:100%; padding:0;}
		#nav_slide{ display:block;}
		.n_rightBox{padding: 0.2rem 0.2rem 0.9rem 0.2rem;}
		.n_container .n_right .position{margin-bottom: 0.15rem;margin-left: 0;}
		.n_container{padding: 0.15rem 0 1rem 0;}
	}
	
/* 通知公告文章列表 start */
.n_list01 li{border-bottom: 1px solid #ededed;position: relative;}
.n_list01 li::after{content: "";width: 0;height: 100%;background: #cea577;position: absolute;left: 0;top: 0;transition: 0.6s all;}
.n_list01 li a{padding: 0.3rem 0.4rem;align-items: center;position: relative;z-index: 1;}
.n_list01 li p{width: calc(100% - 75px);color: #323232; overflow: hidden;font-size: 0.18rem;line-height: 0.28rem;transition: 0.6s all;max-height: 0.56rem;}
.n_list01 li .time{width: 65px;}
.n_list01 li .time .day{font-family: "times new roman"; font-size: 0.36rem;color: #323232;text-align: right;transition: 0.6s all;margin-bottom: 0.02rem;transition: 0.6s all;}
.n_list01 li .time .year{font-family: "times new roman";font-size: 0.14rem;color: #999;text-align: right;transition: 0.6s all;    width: 66px;}
.n_list01 li:hover::after{width: 100%;transition: 0.6s all;}
.n_list01 li:hover .time .day{color: #fff;transition: 0.6s all;}
.n_list01 li:hover .time .year{color: #ece3ce;transition: 0.6s all;}
.n_list01 li:hover p{color: #fff;transition: 0.6s all;}
@media(max-width: 1200px){
	.n_list01 li a{padding: 0.2rem 0;}
}
/* 通知公告文章列表 end */
/* 图片文章列表 start */
.n_list02 li{margin-bottom: 0.38rem;}
.n_list02 li a{align-items: center;padding-bottom: 0.18rem;position: relative;}
.n_list02 li a::after{content: "";width: calc(100% - 30px);height: calc(100% - 28px);border: 1px solid #e3e3e3;border-radius: 0.1rem;border-bottom-left-radius: 0.2rem;border-top-right-radius: 0.2rem;position: absolute;bottom: 0;right: 0;z-index: 0;transition: 0.6s all;}
.n_list02 li .pic{width: 450px;border-top-right-radius: 0.1rem;overflow: hidden;position: relative;z-index: 2;}
.n_list02 li .pic img{display: block;width: 100%;transition: 0.6s all;}
.n_list02 li .text{width: calc(100% - 500px);padding-right: 0.48rem;z-index: 2;}
.n_list02 li .text h5{font-size: 0.2rem;color: #323232;line-height: 0.28rem;height: 0.56rem;overflow: hidden;}
.n_list02 li .text i{font-style: normal;display: block;margin: 0.12rem 0;font-family: "times new roman";color: #cea577;font-weight: bold;padding-left: 18px;background: url(../images/part1-03.png) no-repeat left center;}
.n_list02 li .text p{font-size: 0.14rem;color: #adadad;line-height: 0.24rem;height: 0.48rem;overflow: hidden;}
.n_list02 li .text .icon{position: absolute;width: 46px;height: 46px;background: #fff url(../images/list02.png) no-repeat center;border-radius: 50%; box-shadow: 0px 0px 13px 0px rgba(210, 210, 210, 0.66);position: absolute;bottom: -17px;right: 0.48rem;}
.n_list02 li:hover a::after{border: 1px solid #cea577;background: #cea577;transition: 0.6s all;}
.n_list02 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_list02 li:hover .text h5{color: #fff;}
.n_list02 li:hover .text i{color: #fff;background: url(../images/part1-03on.png) no-repeat left center;}
.n_list02 li:hover .text p{color: #fff;}
/* 图片文章列表 end */

/* show start */
.show01{margin-bottom: 0.4rem;}
.show01 h5{font-size: 0.3rem;line-height: 0.48rem;overflow: hidden;text-align: center;font-weight: bold;margin-bottom: 0.24rem;}
.show01 p{background: #f7f7f6;padding: 0.16rem 0.1rem;text-align: center;}
.show01 p em{font-style: normal;display: inline-block;margin: 0 0.05rem;font-size: 0.14rem;color: #323232;}
.show02 p{font-size: 0.18rem;color: #323232;line-height: 0.36rem;text-indent: 0.36rem;margin-bottom: 0.3rem;}
.show02 img{display: table;margin: 0 auto 0.3rem auto;max-width: 100%;height: auto !important;}
.show03{padding-top: 0.3rem;border-top: 1px solid #cccccc;}
.show03 p{margin-bottom: 0.2rem;font-size: 0.16rem;line-height: 0.28rem;color: #323232;}
.show03 p a{color: #323232;transition: 0.6s all;}
.show03 p+p{margin-bottom: 0;}
.show03 p a:hover{color: #cea577;transition: 0.6s all;}
/* show end */

@media(max-width: 610px){
	.CotitleL{margin: 0;}
	.Cotitle{margin-left: 0;}
	.CotitleL h5{font-size: 0.3rem;margin-bottom: 0.08rem;text-align: left;}
	.CotitleL i{font-size: 0.14rem;}
	.CotitleL i::after{display: none;}
	.CotitleL i{padding: 0 0.4rem 0 0;margin: 0;}
}
@media(max-width: 540px){
	.part2 .CotitleL i{font-size: 0.12rem;}
	.part2 .CotitleL i::before{display: none;}
	.part2 .CotitleL i{padding: 0;}
	.part2Nr .mySwiper2 .swiper-button-next, .part2Nr .mySwiper2 .swiper-button-prev{width: 24px;height: 24px;top: 0.3rem;}
	.part2Nr .mySwiper{margin: 0 0.3rem 0.4rem 0.3rem;}
}



.n_list02 li .pic img{object-fit: cover;height: 252px;}
@media(max-width: 850px){
	.n_list02 li .pic{width: 380px;}
	.n_list02 li .pic img{height: 213px;}
	.n_list02 li .text{width: calc(100% - 400px);padding-right: 0.2rem;}
}
@media(max-width: 768px){
	.n_list02 li .pic{width: 280px;}
	.n_list02 li .pic img{height: 157px;}
	.n_list02 li .text{width: calc(100% - 300px);}
	.n_list02 li a{padding: 0.15rem 0;}
	.n_list02 li a::after{height: 100%;}
	.n_list02 li .text .icon{bottom: -25px;}
}
@media(max-width: 610px){
	.n_list02 li .pic{width: 100%;}
	.n_list02 li .pic img{height: auto;}
	.n_list02 li .text{width: 100%;padding-right: 0;margin-top: 0.2rem;}
	.n_list02 li a{padding: 0.15rem 0.15rem 0.3rem 0.15rem;}
	.n_list02 li a::after{width: 100%;}
	.n_list02 li .text .icon{bottom: -25px;}
	
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #cea577 !important;
    color: #fff;
    background-color: #cea577 !important;
}
#vsb_content_2 P {
    LINE-HEIGHT: 200% !important;
    text-indent: 2em;
    font-size: 14px;
    font-size: 0.18rem !important;
 }
 
 
 /* 合作伙伴列表页 start */
 .hzhbT{justify-content: flex-start;align-items: center;margin-bottom: 0.3rem;}
 .hzhbT h5{font-size: 0.18rem;color: #323232;margin-right: 0.15rem;}
 .hzhbT li{margin-right: 0.1rem;}
 .hzhbT li a{display: block;padding: 0.15rem 0.2rem;font-size:0.18rem;border: 1px solid #dbdbdb;color: #323232;border-radius: 0.05rem;transition: 0.6s all;}
 .hzhbT li.on a{background: #cea577;border: 1px solid #cea577;color: #fff;}
 .hzhbT li:hover a{background: #cea577;border: 1px solid #cea577;color: #fff;transition: 0.6s all;}
 .hzhbB{justify-content: flex-start;margin-right: -1.7875%;margin-bottom: -0.2rem;}
 .hzhbB li{width: 18.21%; margin-right: 1.7875%;height: 90px;background: #ffffff;border: 1px solid #dbdbdb;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem;
    transition: 0.6s all;}
	.hzhbB li a{display: block;width: 100%}
	.hzhbB li img{ display: block;max-width: 100%;max-height: 100%;}
	 .hzhbB li:hover{box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.2);transition: 0.6s all;}
 @media(max-width: 850px){
	 .hzhbB{margin-right: -3%;}
 	 .hzhbB li{width: 31%;margin-right: 2%;}
	 .hzhbT h5{width: 100%;margin-bottom: 0.15rem;}
 }
 @media(max-width: 680px){
	 .hzhbT ul{justify-content: flex-start;}
 	 .hzhbT li{width: 31%;margin-bottom: 0.15rem;}
 }
 @media(max-width:580px){
	 .hzhbT ul{justify-content: space-between;}
 	 .hzhbT li{width: 49%;margin-right: 0;}
 }
 @media(max-width: 480px){
 	 .hzhbB{margin-right: -2%;}
 	 .hzhbB li{width: 49%;margin-right: 1%;}
 }
 
  /* 合作伙伴列表页 end */
/* 合作伙伴详情页 start */
.hzhb_showT{margin-bottom: 0.4rem;}
.hzhb_showT .pic{width: 260px;}
.hzhb_showT .pic img{display: block;max-width: 100%;}
.hzhb_showT .text{width: calc(100% - 280px);}
.hzhb_showT .text h5{font-size: 0.22rem;color: #323232;line-height: 0.32rem;margin-bottom: 0.05rem;}
.hzhb_showT .text h3{font-size: 0.18rem;color: #323232;line-height: 0.26rem;margin-bottom: 0.1rem;}
.hzhb_showT .text p{font-size: 0.14rem;color: #323232;}
.hzhb_showT .text p i{font-style: normal;}
.hzhb_showT .text p i:first-child{padding-right: 0.15rem;margin-right: 0.15rem;position: relative;}
.hzhb_showT .text p i:first-child::after{content: "";width: 1px;height: 8px;background: #383838;position: absolute;right: 0;top: 4px;}
.hzhb_showB h5{background: #f5f5f5;padding: 0.15rem 0.2rem;margin-bottom: 0.2rem;font-size: 0.2rem;border-left: 4px solid #cea577;}
.hzhb_showB p{font-size: 0.18rem;color: #323232;line-height: 0.38rem;}
 @media(max-width: 768px){
 	.hzhb_showT .pic{width: 100%;margin-bottom: 0.2rem;}
	.hzhb_showT .text{width: 100%;}
 }
/* 合作伙伴详情页 end */
/* 技术供给 start */
.jsgjSearch{background-color: rgb(245, 245, 245);box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.2);padding: 0.2rem 1.2rem;}
.jsgjSearch .btn{width: 100px;height: 0.4rem;line-height: 0.4rem;background:#cea577;font-size: 0.16rem;color: #fff;text-align: center;}
.jsgjSearch .text{width: calc(100% - 105px);height: 0.4rem;line-height: 0.4rem;background: #fff;border: 1px solid #b9b9b9;text-indent: 0.15rem;}
.jsgjT{margin-top: 0.2rem;margin-bottom: 0.3rem;}
.jsgjT01{align-items: center;margin-bottom: 0.2rem;padding-bottom: 0.3rem;border-bottom: 1px solid #dbdbdb;}
.jsgjT01 h5{width: 80px;font-size: 0.2rem;color: #333333;font-weight: bold;}
.jsgjT01 p{width: calc(100% - 80px);margin-bottom: -0.05rem;}
.jsgjT01 p a{display: inline-block;margin-bottom: 0.05rem; padding: 5px 0.08rem;font-size: 0.16rem;color: #333333;line-height: 0.24rem;transition: 0.6s all;}
.jsgjT01 p a.on{background: #cea577;color: #fff;}
.jsgjT01 p a:hover{background: #cea577;color: #fff;transition: 0.6s all;}
.jsgjBT{background: #f5f5f5;padding: 0.2rem;margin-bottom: 0.2rem;}
.jsgjBT p{text-align: center;font-size: 0.18rem;color: #323232;font-weight: bold;}
.jsgjBT p,.jsgjBB p{width: calc(68% - 100px);}
.jsgjBT p+p,.jsgjBB p+p{width: 16%;}
.jsgjBT p+p+p,.jsgjBB p+p+p{width: 14%;}
.jsgjBT p+p+p+p,.jsgjBB p+p+p+p{width: 90px;}
.jsgjBB li{padding: 0.2rem 0.1rem;border-bottom: 1px solid #e4e4e4;}
.jsgjBB li:last-child{border-bottom: none;}
.jsgjBB p{font-size: 0.16rem;color: #323232;line-height: 0.24rem;}
 @media(max-width: 768px){
 	.jsgjT01 h5{width: 100%;margin-bottom: 0.15rem;} 
	.jsgjT01 p{width: 100%;}
	.jsgjSearch{padding: 0.15rem;}
 }

/* 技术供给 end */
.jsgj h3{font-size: 0.14rem;color: #054390;margin-top: 0.2rem;line-height: 0.26rem;}

#shownewslist li{background: transparent;}


#shownewslist1 a hover{background: #cea578;cursor: pointer;}   
.part3 .part3L li:hover p a{color: #fff !important;}

.jsgjBB li:hover p{color: #fff;}
.jsgjBB li:hover p a{color: #fff;}
 .jsgjBB a{color:#323232;}
.show01 h3{font-size: 0.16rem;color: #666;text-align: center;margin-bottom: 0.2rem;}
.show01 h3 em{font-style: normal;margin: 0.05rem 0.15rem;display: inline-block;}






/* 活动报名列表页 start */
.n_apply li{margin-bottom: 0.18rem;padding-bottom: 0.18rem;border-bottom: 1px dashed #eaeaea;}
.n_apply li p{width: calc(100% - 90px);font-size: 0.18rem;color: #323232;line-height: 0.22rem;height: 0.22rem;overflow: hidden;transition: 0.6s all;}
.n_apply li p i{font-style: normal;color: #d89e35;}
.n_apply li b{font-weight: normal;font-size: 0.14rem;line-height: 0.22rem; color: #999;font-family: "times new roman";width: 80px;text-align: right;}
.n_apply li:hover p{color: #d89e35;transition: 0.6s all;padding-left: 0.06rem;}
/* 活动报名列表页 end */
/* 活动报名详情页 start */
.applyPic{overflow: hidden;}
.applyPic img{display: block;width: 100%;}
.apply01{margin: 0.3rem 0;}
.apply01 h5{font-size: 0.26rem;color: #323232;line-height: 0.42rem;margin-bottom: 0.2rem;}
.apply01 li{justify-content: flex-start;margin-bottom: 0.01rem;}
.apply01 li i{ font-style: normal;font-size: 0.14rem;color: #666;width: 80px;display: block;text-align: justify;text-justify: inter-word;}
.apply01 li i::after{content: "";display: inline-block;width: 100%;}
.apply01 li p{width: calc(100% - 110px);margin-left: 30px;font-size: 0.14rem;color: #323232;/*line-height: 0.72rem;*/}
.apply02{/*padding: 0.3rem 0.8rem;*/}
.apply02:nth-child(odd){/*background: #f4f4f4;*/}
.apply02 h5{font-size: 0.18rem;line-height: 0.28rem; color: #d89e35;font-weight: bold;margin-bottom: 0.2rem;}
.apply02 h3{font-size: 0.18rem;line-height: 0.28rem;font-weight: 600;color: #323232;margin-bottom: 0.15rem;}
.apply02 h2{font-size: 0.18rem !important;line-height: 0.28rem;color: #323232;font-weight: 600;margin-bottom: 0.15rem;background: #f5f5f5;padding: 0.15rem 0.2rem;margin-bottom: 0.2rem;font-size: 0.2rem;border-left: 4px solid #cea577;}
.apply02 p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;text-indent: 0.36rem;margin-bottom: 0.15rem;}

/* 活动报名详情页 end */