@charset "utf-8";
/* common start */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
}
img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
	font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input:-moz-placeholder {
    color:rgba(72, 72, 72, 0.4);
    opacity:1;
}

input::-moz-placeholder {
    color:rgba(72, 72, 72, 0.4);
    opacity:1;
}

input:-ms-input-placeholder{
    color:rgba(72, 72, 72, 0.4);
    opacity:1;
}

input::-webkit-input-placeholder{
    color:rgba(72, 72, 72, 0.4);
    opacity:1;
}
textarea:-moz-placeholder {
    color:rgba(72, 72, 72, 0.4);
    opacity:1;
}

textarea::-moz-placeholder {
    color:#999999;
    opacity:1;
}

textarea:-ms-input-placeholder{
    color:#999999;
    opacity:1;
}

textarea::-webkit-input-placeholder{
    color:#999999;
    opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}
.animate{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.txt_center{
    text-align:center!important;
}
.txt_left{
    text-align:left!important;
}
.txt_right{
    text-align:right!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
.text_indent{
	text-indent: 2em;
}
@font-face {
	font-family: 'D-DIN';
	src: url("../fonts/D-DIN.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Bold';
	src: url("../fonts/D-DIN-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN-Medium';
	src: url("../fonts/D-DIN-Medium.otf");
	font-weight: normal;
	font-style: normal;
}
html{
	font-size: 100px;
}

@media (max-width: 1600px){
	html{
		font-size: 90px;
	}
}
@media (max-width: 1400px){
	html{
		font-size: 80px;
	}
}

body{
    font-size: 0.14rem;
    color: #333333;
    line-height: 1.5;
    font-family : Arial,"Helvetica Neue",Tahoma,PingFangSC-Regular,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background:#fff;
    min-width: 12rem;
	word-break: break-all;
}
.color_red{
    color: #E40012 !important;
}
.color_agreen{
    color: #19890F !important;
}
.color_agray{
	color: #999999 !important;
}
.color_dgray{
	color: #666666 !important;
}
.wrapfix{
	width: 12rem;
	margin: 0 auto;
	position: relative;
}
.pc_website{
	display: block !important;
}
.h5_website{
	display: none !important;
}


@media (min-width: 1025px){
	/*定义滚动条高宽及背景*/
	::-webkit-scrollbar{
		width: 6px;
		height: 6px;
		background-color: transparent;
	}
	
	/*定义滚动条轨道*/
	::-webkit-scrollbar-track{
		-webkit-box-shadow: none;
		border-radius: 6px;
		background-color: transparent;
	}
	
	/*定义滑块*/
	::-webkit-scrollbar-thumb{
		border-radius: 6px;
		-webkit-box-shadow: none;
		background-color: #B4B4B4;
	}
}
/*定义滚动条高宽及背景*/
	



/* common end */

/* home start */
.home_header{
	width: 100%;
	position: fixed;
	/* top: 0; */
	left: 0;
	z-index: 200;
}
.home_header .wrapfix{
	width: 80%;
	min-width: 12rem;
	position: relative;
	height: 1rem;
	display: flex;
	align-items: center;
}
.home_header .logo{
	width: 2.7rem;
}
.home_header .logo a{
	display: block;
	height: 0.6rem;
	background: url(../images/logo_black.svg) no-repeat left center;
	background-size: 100% auto;
	transition: all 0.3s;
}
.menu_link{
	position: absolute;
	left: 100%;
	margin-left: 0.3rem;
	z-index: 50;
}
.menu_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333333;
	white-space: nowrap;
	padding-right: 0.32rem;
	transition: all 0.3s;
}
.menu_link a i{
	width: 0.2rem;
	height: 0.2rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABUSURBVFhH7dYhDgAwDELRHWbJRO9/vs1U4kB0yX8JliK70vapm0zX5qgjTro2Rx1x0rU56oiTrgUAAPiVenEmhYFu5g8EAAD4m3pxJoWBboYPrPsAZ3hG7/EhSK8AAAAASUVORK5CYII=") no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: 0;
	transition: all 0.3s;
}
.home_header .nav_box{
	flex: 1;
	min-width: 0;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home_header .nav_box.hide{
	visibility: hidden;
	opacity: 0;
}
.home_header .nav_box.show{
	visibility: visible;
	opacity: 1;
}
.home_header .h_nav_list{
	display: flex;
}
.home_header .h_nav_list li{
	margin-left: 0.3rem;
}
.home_header .h_nav_list li a{
	display: block;
	padding: 0.28rem 0;
	font-size: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.16rem;
	color: #333333;
	position: relative;
	transition: all 0.3s;
}
.home_header .h_nav_list li a:after{
	content: '';
	width: 100%;
	height: 0.03rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333333;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.home_header .h_nav_list li.active a:after{
	opacity: 1;
	visibility: visible;
}
.home_header .h_nav_list li a:hover{
	font-size: 0.18rem;
	font-weight: bold;
	color: #E40012;
}
.lang_select{
	margin-left: 0.3rem;
	position: relative;
}
.lang_select .value{
	font-size: 0.16rem;
	height: 0.34rem;
	padding: 0.05rem 0;
	color: #333333;
	transition: all 0.3s;
	box-sizing: border-box;
	line-height: 0.24rem;
	cursor: pointer;
}
.lang_select .list{
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	position: absolute;
	top: 100%;
	left: -0.15rem;
}
.lang_select .list li{
	padding: 0.1rem 0.15rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	white-space: nowrap;
}
.header_search{
	margin-left: 0.25rem;
	position: relative;
	height: 0.24rem;
}
.header_search .link{
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH0SURBVFhH7VfbUcMwEHQJdBAGP0TkDyghJaQDKIESUgIdkBLSQeiAFuggJcCtfFZOsuORLHkIDDtzEyJHq9XenSyKf/xprFYPN6VqN2WjX+nzo1L6VKn2qwv6u9FHPKtr/chTlgEL2bkCpgOCa6WfmSIfsNuqaT/HFg2JsmnflFK3TJeGu3v9NFiAdg63IBTO8U9tOkn8frAB+p4saihGn0JTgMVRS878FFGYKMngyhwy45ioO/DwozhIy0EiUxMLU4OuqB0/CgPS0k/OknsC8bxYThIXtUHpTs62xRnV8wa71OWcd0LCeDgLHG5yiYenAeX9JJwfPJwNspaCSsGzdcPD2UCu73v+oHIgEfR+ithBJJwMhNSRLOglBMkOvgpBxG/bP0iQTNkSVwjndULiePgyoidEIrpp3FNaH3k4C1AClpuCh6eBI91772RrfXLctnzUGeemLY9LvjtRG+0mJ7ydPRjXRfdSHPhROGR7IuaK4luk7VzE7ONE5hyBVMaQXbqLz3a8s/rcpiZoAXTilDDUh78ZP5LKYHA3PpMiFQeQ4zfonDFHUI9ls94OHE8RZc6n0cWmg4S+SzezigIgDItI0mHAEfOf7WhrZxfVAwsiFRDZCV1vQ4t+MVEp8EVFXfyXghVF9clDPw+k/irc+SUoim/Mh5kwMabt2AAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 0.18rem;
	transition: all 0.3s;
}
.header_search .link.active{
	background-color: rgba(0,0,0,0.2);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE5SURBVFhH7ZWBDYIwEEUZwRHcAANhD0ZwBEdgE0ZyBEdwBPxn7pNSi1R6VmJ4yQXt9a4vUGixs/MNyrI81nXdyVWHTKmq6iyhf5eBzA0xyNVaCj177T1ES4kIi+S3lRR6jTIS0UJN05xQcHeKk6XQYyKD6DQVh6UUatNkiIUUamxkSIoU5trKkE+lkDtgw16d+XYyJFYqiwxB49ZbaCKVVYbIt8Nb8Cn1ExkSkvqZDAlIuZFXhkDqshkZ2TdY3D3zniGPTvaTTsvDnAwjq1RIRvdT5419X2pORtPyncontSRDMP4ipSk7YmUI8hMpRK+pdAIycp61mp4Fc+ylQjJyyGp6Ecy3k0qVIahLl7KSIahfL2UtQ9BnnZRXaCJDvN5v39QR5w7dLGUI+o5SUUI5EJHNyOz8GUXxAJOScgDUMR7TAAAAAElFTkSuQmCC");
}
.h_search_layer{
	width: 3.46rem;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 0.12rem;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 0.05rem;
	z-index: 200;
}
.h_search_input{
	height: 0.38rem;
	background: #F6F6F6;
	position: relative;
}
.h_search_input .p_input{
	box-sizing: border-box;
	height: 0.38rem;
	width: 100%;
	font-size: 0.16rem;
	outline: none;
	border: 0 none;
	background: none;
	color: #333333;
	padding: 0 0.64rem 0 0.16rem;
}
.h_search_input .btn{
	font-size: 0.16rem;
	padding: 0 0.16rem;
	height: 0.38rem;
	line-height: 0.38rem;
	color: #E40012;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.query_layer{
	width: 100%;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;
	margin-top: 0.02rem;
	overflow: auto;
	max-height: 2.8rem;
}
.query_list{
	padding: 0.05rem 0;
}
.query_list li{
	padding: 0.05rem 0.16rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
	transition: all 0.3s;
	cursor: pointer;
}
.query_list li:hover{
	background: #F6F6F6;
}
.search_keyword{
	color: #C79D63 !important;
}
.h_search_layer .query_layer{
	position: relative;
	top: auto;
	margin-top: 0.1rem;
	box-shadow: none;
}
.home_header.first{
	background: rgba(0,0,0,0.35);
}
.home_header.first .logo a,
.fp-viewing-page5 .home_header .logo a{
	background-image: url(../images/logo_white.svg);
}
.home_header.first  .h_nav_list li a,
.fp-viewing-page5 .home_header .h_nav_list li a{
	color: #ffffff;
}
.home_header.first  .h_nav_list li a:after,
.fp-viewing-page5 .home_header .h_nav_list li a:after{
	background: #ffffff;
}
.home_header.first  .lang_select .value,
.fp-viewing-page5 .lang_select .value{
	color: #ffffff;
}
.home_header.first  .header_search .link,
.fp-viewing-page5 .header_search .link{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIYSURBVFhH7ZeLccIwEEQpgRIogRIoIR2EElICJaQDKIEOKMElkA7oAPJWPpRDfCzL8niSyZvRYMu69eqkM/bsnz/N5XKZ01bn8/mT1tBOnAd0TDvoGqdLCxkHbiAjG2+gC8Y2/KxNoh6ILhE/hrsUQOyWn4XJDQOx91b2B5v5hrakzW1oXE7aLp2AnQ8zlZrhXMuVtQSMWzBeeykyyJQCg4qBmLLSW4wYFYDf+I1d6ofNJmBm4tL0hVjtQV8MG7uUBwHrNm5gmh3ofLSKQVPm8idoJq5UK1t0D6Yp8rLEQFVJQMasuwpIeu2Tdb+GsSrnAEFb666GjJi86N4KSVpX1l0NNHetdKB7O2BIFXVl8GZOQTOuAHTvIwx92WAxhqFYwTC9IfRj+UOWIb9k1V8h0I9/JzJn3c/pHdATNPsVDYP8U/pg3VVA8ub/0bpfw7g5RvyzolrpoxVLnnvkP+MY7JetSpaQuskO5E+UwXqXKf93TiBeWfdvD3u7lA9BvjxFkSniZMZXrih7nBDoH/OamZYyW4yxz97FyzJOoGbny1SmdANV4lNjXAvv1bRXlG8Dy8wd9Ou7bM+hPo/0nbal3WWEPu3HN1pqstwUwetHN+uCGGU4ZpPjeqYEAjJ2s4wpyghNWX1Y2vTXNXUFIe0VLYX2lJqOszY948YxNQRMpKaKv2yqgYlgSvvTuqYHP1r66bPzS5jNvgE7le/hFlSiWgAAAABJRU5ErkJggg==");
}
.home_header.first  .header_search .link.active,
.fp-viewing-page5 .header_search .link.active{
	background-color: rgba(255, 255, 255, 0.20);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFNSURBVFhH7ZeBcYJAEEUpwRIswVIsISWkBDuxpJSQEtIB5K3sJ4KnnNxyZhzeDAOyu//eIIPSbGysQdd1e7aT7f1UKOR+2OYf52nb9puBzvehUmSeLdvJk5KQESk1kTHyhGg8MPzTz8RIJWROXsqDgTCpYhnBYLFUmIwgYLFUuIwg6Ckpajt6vi7Nf8TICAKzpDi3vowg+Njn90ylOK4nI1jAnrIDkmKrLyNY6EbqZTKCBUdSE+rKCK7Kpwtc8xoZFt77/TPCv7qdt9WBBZMyoqoUC6Vk7H6y/08DVaRYICnjZavXkyL4oYzg3I2Ul+IgN0tGUJtKnb1UDnkjGY7t9+zo5bvQEy9FTkrm4OVZ6I2TYr5IRjBTLsVciIxgdrkU/aEygoxlUvQOg1EygqyRFMy/BtF0uUJ+lcJkBJnXUnnvZWtjIv9GZuPNaJpfZQsLlKpCbZ4AAAAASUVORK5CYII=");
}
.home_header.first  .menu_link a,
.fp-viewing-page5 .menu_link a{
	color: #ffffff;
}
.home_header.first  .menu_link a i,
.fp-viewing-page5 .menu_link a i{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABGSURBVFhH7daxDQAwDALB7L+007BBKBzpboAXJadtypLtSbcm2Z50a5LtSbcmWQCAX+XVrGXgq/0DAQD+llezloGvlg+cuRUgOhub6GhzAAAAAElFTkSuQmCC");
}
.home_header.first .assist_button,
.fp-viewing-page5 .assist_button{
	border-color: #ffffff;
	color: #ffffff;
}
.home_header.first .assist_button i,
.fp-viewing-page5 .assist_button i{
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJhSURBVGhD7ZiLUeNAEEQdgkMgBEJwJjiEywAy4DKADAiBy+BCuBCcgc1r3bSQS5ZWn10hV+lVqVY7OzvTXfogs9vY2NjY2JjK5XI5nM/nXzo4f4hwL+TtOY6x5xDhZZFYBHwyXkHsjWEfaS1Yf/2f+Q2xfwyDzGdBzaJp1ZzjN6cvjdhfhpYJ4jKn9ZP2cOgK/InYMibUJJqJ9whXMNeaxLdMMLf4llDmL11rWVHxaCKuxBvi+xBfm2DsFG+IlzWholFc3BRvWG+aOMWYFMZ6GRMqNlS8IU8mKvHBYyz1Ql5eEyoyVrxgT3XbGOZXz0Qf5OUxoc1zxMfexxC/rAltis1iqviqMWPrwa6SE5A3zYSSY5OYJd4wX8aEkiJZZBFviJc3QcJ7JH9EKAm5SfGG9bkmPiN0mxAh0pcLyB8s3pA3yQS5fi1399Gqisa0F/JGizfkjzZBTnV3QPcXLMX0oXWKaSfkTBZv2DfKBDn++u3OcxLja4RasDZbvGH/IBOs6cu1yonQbcjRW8jfL88RriGWTbyhTq8JYk9aC9I/gEjSX8+WCc6zizfUa5qo3zScN8UfI5yG5CsTHMXEG+rKhOoL/VSdJt6wqTYhSoo31D9Gr+pqBOPFGzY3r0Tng50L2hzUq8F08YYiN5+JEtDC73oxX7yhWHET1J13z6egaDETxcUbimc3sZh4Q5NsJhYXb2g228SPiTc0nWzix8Ubmo82sRrxBhGDTaxOvEFM0sRqxRtEdZpYvXiDuJaJuxFvENk08aExWL94g9jaRHA/4g2ibeL+xBvEJ/9dsnHf7HZfqaQ+cfopRCoAAAAASUVORK5CYII=");
}


.float_dotlist{
	width: 0.28rem;
	position: fixed;
	top: 50%;
	left: 4%;
	transform: translateY(-50%);
	z-index: 50;
}
.float_dotlist li{
	margin-top: 0.24rem;
}
.float_dotlist li:first-child{
	margin-top: 0 !important;
}
.float_dotlist li a{
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	box-sizing: border-box;
	position: relative;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	transition: all 0.3s;
}
.float_dotlist li a:before{
	content: '';
	width: 0.12rem;
	height: 0.12rem;
	background: #DDDDDD;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all 0.3s;
}
.float_dotlist li.active a{
	border-color: #E40012;
}
.float_dotlist li.active a:before{
	background: #E40012;
}
.fp-viewing-page1 .float_dotlist li.active a,
.fp-viewing-page5 .float_dotlist li.active a{
	border-color: #ffffff !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.fp-viewing-page1 .float_dotlist li a:before,
.fp-viewing-page5 .float_dotlist li a:before{
	background: #ffffff !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.home_float_bottom{
	width: 100%;
	height: 1rem;
	background: rgba(0, 0, 0, 0.35);
	transition: all 0.3s;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
}
.home_float_bottom .wrapfix{
	width: 80%;
	min-width: 12rem;
}
.home_float_bottom .col_right{
	width: 37%;
	height: 100%;
	display: flex;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}
.home_float_bottom .col_right .row_01,
.home_float_bottom .col_right .row_02{
	flex: 1;
	min-width: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_float_bottom .col_right .row_01 a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.2rem;
	line-height: 0.28rem;
	color: #E40012;
	margin-left: 0.4rem;
}
.home_float_bottom .col_right .row_01 a:first-child{
	margin-left: 0 !important;
}
.home_float_bottom .col_right .row_02{
	background: #E40012;
	color: #ffffff;
	padding: 0 0.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hm_hm_page_num{
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: rgba(255,255,255,0.7);
	font-weight: 700;
	font-family: 'D-DIN';
}
.hm_hm_page_num b{
	font-size: 0.28rem;
	color: #ffffff;
	font-weight: 700;
	margin-right: 0.04rem;
}
.hm_page_opea a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #ffffff;
	position: relative;
	padding-right: 0.37rem;
}
.hm_page_opea a.up:before,
.hm_page_opea a.down:before{
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	position: absolute;
	top: 50%;
	margin-top: -0.16rem;
	right: 0;
	animation: pointer_ing 1s ease-in infinite;
}
.hm_page_opea a.up:before{
	background: url(../images/icon_hand_1.png) no-repeat center;
	background-size: 100%;
}
.hm_page_opea a.down:before{
	background: url(../images/icon_hand_2.png) no-repeat center;
	background-size: 100%;
}
.mouse_icon{
	display: inline-block;
	vertical-align: top;
	width: 0.28rem;
	height: 0.38rem;
	background: url(../images/mouse_icon.png) no-repeat center;
	background-size: 100%;
	margin-left: 0.15rem;
	animation: updown_ing 1s ease-in infinite;
}
@keyframes updown_ing{
	0%,50%,100%{
		transform: translateY(0);
	}
	25%{
		transform: translateY(-5px);
	}
	75%{
		transform: translateY(5px);
	}
}
@keyframes pointer_ing{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(0.8);
	}
}
@media (max-width: 1260px){
	.home_float_bottom .col_right .row_02{
		padding: 0 0.15rem;
	}
	.hm_page_opea a{
		font-size: 0.14rem;
		padding-right: 0.32rem;
	}
	.hm_page_opea a.up:before,
	.hm_page_opea a.down:before{
		width: 0.28rem;
		height: 0.28rem;
	}
	.hm_hm_page_num{
		font-size: 0.16rem;
	}
	.hm_hm_page_num b{
		font-size: 0.24rem;
	}
	.home_float_bottom .col_right .row_01 a{
		font-size: 0.16rem;
	}
}



.imp_notice_wrap{
	margin-right: 40%;
	height: 1rem;
	display: flex;
	align-items: center;
}
.imp_notice_wrap .tit{
	display: inline-block;
	margin-right: 0.12rem;
	padding-left: 0.2rem;
	position: relative;
	color: #ffffff;
}
.imp_notice_wrap .tit:before{
	content: '';
	width: 0.16rem;
	height: 0.16rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFhSURBVFhH7ZZtccMwEEQNwRACwRAMoRACIRACIQwSBi0EMwiElkEZ2H0r73TSNrH1NZn+8Ju5ke+kO63kWFFTwjiO79M0Xew+HyYXg916ULRjdQe7D5nnXxZAf4ft7cZBwkWV10RoDCwK8GsSrUPrMFiqJeBzKVFj4KEA+o4aQJ2zQ/GQdFIyHB36A30vWGf3B8R3SvYO7ByOh6RWOyBzKAnyw+rVOpQOyVpFb1e+Xo0KD1rZjV2xV+J7LKxWrfyQWIqLDVgs+av+DcV6VqcfYxLaGZr0d38LBfpQLZMiEUp0gVLyTkoSw2FUieSTMHzDFUnbBbb+4MSa3D2w7oKANyfVJP41IODqpJrEnw0I+HBSTcoFENcfVO7XUS5AfTS5X8gmYBNQLgD0B5V7SlYRUMIm4B8LoLPFdP0KhoDkO+Aa1DzTfM+BzVc1HsL9n/bZzJcUHiSgxt0vCeY8NU3TfAEo982uhC7NoAAAAABJRU5ErkJggg==") no-repeat left center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.1rem;
}
.imp_notice_wrap .swiper {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	position: relative;
	height: 0.34rem;
	box-sizing: border-box;
}
.imp_notice_wrap .item_content{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.05rem 0;
	color: #ffffff;
}
.fp-viewing-page3 .home_float_bottom,
.fp-viewing-page4 .home_float_bottom,
.fp-viewing-page6 .home_float_bottom{
	background: #C79D63;
}
.float_link{
	width: 0.44rem;
	position: fixed;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 301;
}
.float_link ul li{
	margin-top: 0.02rem;
	position: relative;
	height: 0.44rem;
}
.float_link ul li:first-child{
	margin-top: 0 !important;
}
.float_link ul li a{
	display: block;
	height: 0.44rem;
	position: relative;
	font-size: 0;
	line-height: 0;
	color: transparent;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
}
.float_link ul li a .icon{
	width: 0.44rem;
	height: 0.44rem;
	background: #ffffff;
	border-radius: 0.04rem;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}
.float_link ul li .icon i{
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: url(../images/float_icon.png) no-repeat center top;
	background-size: 100% auto;
}
.float_link ul li a .icon img{
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.float_link ul li .icon i.float_01{
	background-position: center 0;
}
.float_link ul li .icon i.float_02{
	background-position: center -0.5rem;
}
.float_link ul li .icon i.float_03{
	background-position: center -1rem;
}
.float_link ul li .icon i.float_04{
	background-position: center -1.5rem;
}
.float_link ul li a span{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.05rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 0.14rem;
	line-height: 0.18rem;
	color: #ffffff;
	background: #E40012;
	border-radius: 0.04rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.float_link ul li .f_code_ly{
	background: #ffffff;
	box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	margin-right: 0.21rem;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.float_link ul li .f_code_ly:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.06rem 0 0.06rem 0.07rem;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.06rem;
}
.float_link ul li .f_code_ly .pic{
	width: 1.3rem;
	height: 1.3rem;
	box-sizing: border-box;
	padding: 0.05rem;
	overflow: hidden;
}
.float_link ul li .f_code_ly .pic img{
	display: block;
	width: 100%;
	height: 1005;
}
.float_link ul li:hover a .icon{
	opacity: 0;
	visibility: hidden;
}
.float_link ul li:hover a span{
	opacity: 1;
	visibility: visible;
}
.float_link ul li:hover .f_code_ly{
	opacity: 1;
	visibility: visible;
	z-index: 50;
}
.slide_part {
	min-width: 12rem;
}
.slide_part,
.slide_part .fp-tableCell{
	overflow: hidden;
}
.slide_part,
.slide_part .fp-tableCell{
	height: 100vh;
}
.slide_part .fp-tableCell{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide_part .fp-tableCell .home_content{
	width: 100%;
	padding-bottom: 0.6rem;
}
.banner_box{
	width: 100%;
}
.banner_box,
.banner_box .swiper-container{
	height: 100vh;
}
.banner_item{
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #333333;
}
.banner_item img,
.banner_item video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner_item .txt{
	width: 100%;
	position: absolute;
	top: 30%;
	left: 0;
	color: #ffffff;
	font-size: 0.4rem;
	line-height: 1.3;
}
.banner_item .txt .wrapfix{
	width: 80%;
	min-width: 12rem;
}
.banner_item .txt h2{
	font-size: 0.8rem;
	line-height: 1.4;
	letter-spacing: 0.08rem;
	font-weight: 700;
	margin: 0.08rem 0;
}
.home_slide02{
	background: url(../images/hm_mog_bg01.jpg) no-repeat center;
	background-size: cover;
}
.home_content .wrapfix{
	width: 80%;
	min-width: 12rem;
}
.home_mod_title{
	margin-bottom: 0.1rem;
	display: flex;
	align-items: center;
}
.home_mod_title h3{
	flex: 1;
	min-width: 0;
	padding-left: 0.28rem;
	font-size: 0.24rem;
	line-height: 0.36rem;
	font-weight: 500;
	position: relative;
}
.home_mod_title h3:before{
	content: '';
	width: 0.12rem;
	height: 0.12rem;
	background: #E40012;
	border-radius: 0.02rem;
	position: absolute;
	top: 50%;
	margin-top: -0.06rem;
	left: 0.04rem;
	transform: rotate(45deg);
}
.home_mod_title.white{
	color: #ffffff;
}
.home_mod_title.white h3:before{
	background: #ffffff;
}
.more_link{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #E40012;
}
.more_link i{
	display: inline-block;
	vertical-align: top;
	width: 0.12rem;
	height: 0.24rem;
	margin-left: 0.08rem;
	background: url(../images/arrow_01.png) no-repeat center;
	background-size: 100% auto;
	transition: all 0.3s;
}
.more_link:hover i{
	margin-left: 0.05rem;
}
.product_card_list{
	display: flex;
	margin-top: 0.64rem;
	justify-content: center;
}
.product_card_list li{
	width: 25%;
}
.product_card_list li .item_content{
	display: block;
	position: relative;
	background: #FFF;
	border-left: 1px solid #F1F1F1;
	z-index: 5;
}
.product_card_list li .item_content:before{
	content: '';
	width: 100%;
	background: url(../images/hm_texture_bg.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.product_card_list li .card_link{
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 4.14rem;
	padding: 0.6rem 0.35rem 0;
	color: #333333;
	text-align: center;
}
.product_card_list li .card_link .tit{
	font-size: 0.24rem;
	line-height: 0.34rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product_card_list li .card_link p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-top: 0.08rem;
	color: #999999;
	transition: all 0.3s;
}
.product_card_list li .card_link .num{
	font-size: 0.6rem;
	margin-top: 0.3rem;
	line-height: 1;
	font-family: 'D-DIN';
	color: #FD472C;
	font-weight: 700;
	margin-bottom: 0.1rem;
	transition: all 0.3s;
}
.product_card_list li .card_link .num em{
	font-weight: normal;
}
.product_card_list li .card_link .small{
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #999999;
	transition: all 0.3s;
}
.product_card_list li .btn{
	display: block;
	padding: 0.09rem 0.2rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	text-align: center;
	color: #E40012;
	background: #ffffff;
	border: 1px solid #E40012;
	position: absolute;
	bottom: 0.8rem;
	left: 0.6rem;
	right: 0.6rem;
	z-index: 10;
	transition: all 0.3s;
}
.product_card_list li .btn.disabled{
	color: #cccccc !important;
	background: none !important;
	border-color: #cccccc !important;
}
.product_card_list li:hover .cm_bg{
	opacity: 0;
	visibility: hidden;
}
.product_card_list li:hover .card_link,
.product_card_list li:hover .card_link p,
.product_card_list li:hover .card_link .num,
.product_card_list li:hover .card_link .small{
	color: #ffffff;
}
.product_card_list li:hover .btn{
	bottom: 0.5rem;
	border-color: #ffffff;
}
.product_card_list li:hover .item_content:before{
	top: -0.43rem;
	bottom: -0.43rem;
	opacity: 1;
	visibility: visible;
}
.cm_bg{
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
	right: 0.1rem;
	bottom: 0.1rem;
	z-index: -1;
	transition: all 0.3s;
}
.cm_bg i:nth-child(1),
.cm_bg i:nth-child(2){
	position: absolute;
	left: 0;
	right: 0;
	height: 0.08rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKTSURBVFhHY6hNDrKmJW5MD7MuDHETYkADHZnhmvXJIWb1qcFWyOoZGkGaaIDBjkkLscTloPrkCD2YI5D1MZSlBMpQHUcHylSle0uDLcHhoKbUKF2wY1LDTEviQyVgeqHS1Af1DAxMk0riCTqoJSvUACpEWxAaGsrcVxBF0EFNGcGGUCHaAkodxEhFDAZkOgiivyU9RHp6ZbL1jIokS3Lxhu5ic7BhUECOg9KMjVnBjOwIFymQRlCZAKJJwSBDQXh6VbIZ2DAoIMdB9vb2LGBGQbS7JEhjc2a4VbSHvUysj7UcMTjCz0WqKNbDsDGdRg6aWpRgBRYgAYQ7Wim3AvXSxEETIQ6CJ0xiQLizjdqIdxDj//9gMWyYIcvXXgWkd1JhHMxBYDmQg7pyaOCgUAYG5o1dJdYzq1OtsOGO3BgrUO6sTvC3mookPrEIKJ4AybXUDiGmqWWpYEtBarqA0QDyOQiDogQUXSCDQfIwcWQMUlOU5iMCNQsOKHYQKGtnhDiq2xppSHpb6EuDsKulnlhOmLc+SG9vbrRFoKWlGEwOhn1cjOUsZGQ4oWbBAcUOAoVEdoCpMFQMDiLt7FTBiboMNVETAlRxUEagpRhUDA5w5TJCYOQ5aHZZOkkO6sgK1qapg9qA7eeicE+1nEgfDUI4G6iuNjXYnDYO8oQ4iNSWAsgxNHFQVoibyoyKVPOpxQmmpGJQ6T6pMFEfahRVHISullwANocqIURNMHgdVBJqL0HQQTlh1okeNqJQMZoAsINCLCw48+P9FRqT8TsI5OCicH9ZkPoYVz1uauA0H2Muf3t9gVB7LR4QP9fDg48BVCODLANlW3wOgmXrVqB6WmCQO0A0yugHPgchq6Mlhto5WAADAwBbSQ3wh3eX6QAAAABJRU5ErkJggg==") repeat-x left center;
	background-size: auto 0.08rem;
}
.cm_bg i:nth-child(1){
	top: 0;
}
.cm_bg i:nth-child(2){
	bottom: 0;
}
.cm_bg i:nth-child(3),
.cm_bg i:nth-child(4){
	position: absolute;
	top: 0.09rem;
	bottom: 0.09rem;
	width: 0.08rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKHSURBVFhH7ZbfT9NQFMcLIQo431xgUrMoi5uNT1Rka403aMRFh+Lsfi9uZG5jhoI6IPwIaUZYTIYaNRpIfPXZfxHvOWmXlZWylosPhG/yzbZzs3M+bc+9p9x2KS43qNdyr3juPyhBiKe5mJWhLgYMgNX0i+sYOGNZAoC1SjykKlHvu8SzUVbefKOMEUIGsJAuSwCt/FqCu9CoJpl6f6Mkiz7fMBbS1QXwa60osfZnNS9tFV9KP1YKMvH7B7GQri4Aqj7WJoLggeK9AjCXFAxevQBwAmD5HB24n9okRwBWXezEf7arcj7/5Aom0+UIAL7AOQCfVnvZzvC/Fk0Wi4mmve4YACEK8dA8noSEnmL2Ls0+GimmZm40KQQTADezgOf5od/0pGMG4HQa+ugRu79yzgFgix0rQRAuGY9ADQQu62GUKPqGmdyBBJkcTT1+cFuZCQeOOhOLhFrvszI04oLyNJialsYhnpqeGC/NPbwDRU4NsFObw0TNqrVh4mlFOsophHktiWunBljNKUFYh/1+UC9P/Vyfb/v7h0IYimxRgL3l/NTBunkd/Le1HFHC/JCeDuUKYG8pN6mH2oIegCuEZGrU3AN2cgXwZTFzXw+1ZbcL7HT+ACBZhQJomtZ/kg8Pub46HVzQtMwAGhUlAncB+uHrCTZ6xhh+mMgtgOD1euCtt3M6OjUmcgtACDfwbSk98jETu+bWmMgtADNdAPQCYHUSMlMvALBtNDUnNBeSd1lZqyoCFjEANpXnYxjo0AZ9TzQA4JOp6fmBReAHANTzszcx0CGtlr31qZYVd94mmHi3nJzYraTvwQiHi8IiBoDFI7B9I3KrAvEPHjMLol09cBYyDyOO+wepTQkE9SIDPwAAAABJRU5ErkJggg==") repeat-y center top;
	background-size: 0.08rem auto;
}
.cm_bg i:nth-child(3){
	left: 0;
}
.cm_bg i:nth-child(4){
	right: 0;
}
.home_slide03{
	background: #ffffff;
}
.fund_tabnav{
	background: #F9F9F9;
}
.fund_tabnav ul{
	display: flex;
}
.fund_tabnav ul li{
	flex: 1;
	min-width: 0;
}
.fund_tabnav ul li a{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 0.2rem;
	line-height: 0.6rem;
	transition: all 0.3s;
}
.fund_tabnav ul li a:hover{
	color: #E40012;
}
.fund_tabnav ul li.active a,
.fund_tabnav ul li.active a:hover{
	background: #E40012;
	color: #ffffff;
}
.home_fund_table table{
	width: 100%;
}
.home_fund_table table th{
	border: 0 none;
	border-bottom: 1px solid #F1F1F1;
	padding: 0.17rem 0.2rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
	font-weight: normal;
	text-align: center;
	color: #666666;
}
.home_fund_table table td{
	border: 0 none;
	border-bottom: 1px solid #F1F1F1;
	vertical-align: middle;
	text-align: center;
	padding: 0.15rem 0.2rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #333333;
}
.home_fund_table table td .num{
	font-family: 'D-DIN-Medium';
}
.home_fund_table table td .date{
	font-size: 0.12rem;
	color: #999999;
	font-family: 'D-DIN-Medium';
}
.home_fund_table table th:first-child,
.home_fund_table table td:first-child{
	text-align: left;
}
.fund_name{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.22rem;
	color: #333333;
	transition: all 0.3s;
}
.fund_name:hover{
	color: #E40012;
}
.fund_code{
	font-size: 0.16rem;
	font-family: 'D-DIN-Medium';
	color: #666666;
	margin-top: 0.03rem;
}
.sm_btn_buy{
	display: inline-block;
	box-sizing: border-box;
	min-width: 0.8rem;
	padding: 0.05rem 0.15rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #E40012;
	border: 1px solid #E40012;
	border-radius: 0.02rem;
	transition: all 0.3s;
}
.sm_btn_buy:hover{
	background: #E40012;
	color: #ffffff;
}
.sm_btn_buy.disabled{
	border-color: #999999 !important;
	background: #ffffff !important;
	color: #999999 !important;
}
.nodata_box{
	padding: 0.8rem 0.5rem;
	text-align: center;
}
.nodata_box .pic img{
	display: block;
	width: 1.1rem;
	margin: 0 auto;
}
.nodata_box p{
	font-size: 0.14rem;
	line-height: 1;
	color: #999999;
	margin-top: 0.3rem;
}
.home_slide04{
	background: #F9F9F9;
}
.hm_news_wrap{
	display: flex;
}
.hm_news_wrap .col_left{
	width: 2.52rem;
	box-sizing: border-box;
	padding-bottom: 0.7rem;
	position: relative;
}
.hm_news_wrap .col_left .more_link{
	position: absolute;
	bottom: 0.3rem;
	left: 0;
}
.hm_news_wrap .col_right{
	flex: 1;
	min-width: 0;
}
.hm_news_nav li{
	margin-top: 0.58rem;
}
.hm_news_nav li:first-child{
	margin-top: 0 !important;
}
.hm_news_nav li a{
	display: inline-block;
	vertical-align: top;
	padding-left: 0.28rem;
	font-size: 0.24rem;
	line-height: 0.36rem;
	position: relative;
	color: #333333;
	transition: all 0.3s;
}
.hm_news_nav li a:before{
	content: '';
	width: 0.12rem;
	height: 0.12rem;
	background: #333333;
	border-radius: 0.02rem;
	position: absolute;
	top: 50%;
	margin-top: -0.06rem;
	left: 0.04rem;
	transform: rotate(45deg);
}
.hm_news_nav li.active a,
.hm_news_nav li a:hover{
	color: #E40012;
}
.hm_news_nav li.active a:before,
.hm_news_nav li a:hover:before{
	background: #E40012;
}
.hm_news_first{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 0.2rem;
}
.hm_news_first .pic{
	width: 40%;
	height: 3rem;
	overflow: hidden;
	margin-left: 0.2rem;
}
.hm_news_first .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hm_news_first .cont{
	flex: 1;
	min-width: 0;
}
.hm_news_item{
	display: block;
	color: #333333;
	background: #ffffff;
	box-sizing: border-box;
	height: 3rem;
	padding: 0.3rem 0.3rem 0.6rem;
	position: relative;
	transition: all 0.3s;
}
.hm_news_item:hover{
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
	color: #E40012;
}
.hm_news_item .new_tag{
	display: inline-block;
	vertical-align: top;
	padding: 0 0.06rem;
	font-size: 0.14rem;
	line-height: 0.22rem;
	font-family: 'D-DIN';
	color: #ffffff;
	background: #E30C12;
	border-radius: 0.02rem;
	margin-bottom: 0.2rem;
}
.hm_news_item h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.2rem;
}
.hm_news_item .txt{
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.hm_news_item .time{
	font-size: 0.14rem;
	line-height: 0.22rem;
	font-family: 'D-DIN';
	color: #666666;
	font-weight: 700;
	position: absolute;
	bottom: 0.3rem;
	left: 0.3rem;
}
.hm_news_list{
	display: flex;
}
.hm_news_list li{
	flex: 1;
	min-width: 0;
	margin-left: 0.2rem;
}
.hm_news_list li:first-child{
	margin-left: 0 !important;
}
.hm_news_list li .item{
	display: block;
	background: #ffffff;
	box-sizing: border-box;
	height: 100%;
	padding: 0.3rem;
	color: #333333;
	transition: all 0.3s;
}
.hm_news_list li .item h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: 500;
	height: 0.44rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.hm_news_list li .item .txt{
	font-size: 0.14rem;
	line-height: 0.22rem;
	height: 0.44rem;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hm_news_list li .item .time{
	font-size: 0.14rem;
	line-height: 0.22rem;
	font-family: 'D-DIN';
	color: #666666;
	font-weight: 700;
	margin-top: 0.13rem;
}
.hm_news_list li .item:hover{
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
	color: #E40012;
}
.home_slide05{
	background: url(../images/hm_mog_bg02.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.home_slide05:before{
	content: '';
	width: 37%;
	background: #C79D63;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.home_slide05:after{
	content: 'GOING';
	font-size: 2.7rem;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.2);
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 0.30rem;
	z-index: -1;
	transform-origin: 0 0;
	transform: rotate(90deg);
}
.hm_fast_wrap{
	display: flex;
}
.hm_fast_wrap .col_left{
	width: 66.25%;
}
.hm_fast_wrap .col_right{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding-left: 5%;
}
.fast_navlist{
	display: flex;
	flex-wrap: wrap;
}
.fast_navlist li{
	width: 25%;
}
.fast_navlist li:nth-child(1){
	margin-left: 25%;
}
.fast_navlist li .item{
	display: block;
	position: relative;
	height: 2.52rem;
	box-sizing: border-box;
	z-index: 5;
	padding: 0.4rem;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #ffffff;
	backdrop-filter: blur(10px);
}
.fast_navlist li .item:before{
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: linear-gradient(135deg, rgba(47, 81, 142, 0.81) 1.08%, rgba(255, 255, 255, 0.10) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
}
.fast_navlist li .item .icon{
	width: 0.42rem;
	height: 0.42rem;
}
.fast_navlist li .item .icon img{
	display: block;
	width: 100%;
}
.fast_navlist li .item h5{
	font-size: 0.18rem;
	font-weight: 500;
	position: absolute;
	bottom: 0.4rem;
	left: 0.4rem;
	right: 0.4rem;
}
.fast_navlist li .item h5:after{
	content: '';
	width: 0.18rem;
	height: 0.12rem;
	background: url(../images/arrow_01_white.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	margin-top: -0.06rem;
	right: 0;
}
.fast_navlist li .item .line{
	height: 0.04rem;
	background: #E40012;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
}
.fast_navlist li .item .line:before{
	content: '';
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 0.02rem;
	background: #E40012;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -0.06rem;
	transform: rotate(45deg);
}
.fast_navlist li:nth-child(1) .item .line{
	bottom: -0.02rem;
	width: 300%;
}
.fast_navlist li:nth-child(2) .item .line{
	bottom: -0.02rem;
	width: 200%;
}
.fast_navlist li:nth-child(3) .item .line{
	bottom: -0.02rem;
	width: 100%;
}
.fast_navlist li:nth-child(4) .item .line{
	top: -0.02rem;
	width: 400%;
}
.fast_navlist li:nth-child(5) .item .line{
	top: -0.02rem;
	width: 300%;
}
.fast_navlist li:nth-child(6) .item .line{
	top: -0.02rem;
	width: 200%;
}
.fast_navlist li.hover .item{
	z-index: 10;
}
.fast_navlist li.hover .item:before{
	background: #E40012;
	opacity: 1;
}
.fast_navlist li.hover .item .line{
	opacity: 1;
	visibility: visible;
}
.fast_nav_exp{
	margin-top: 1rem;
	color: #ffffff;
}
.fast_nav_exp .item .num{
	font-size: 0.6rem;
	line-height: 0.7rem;
	font-family: 'D-DIN';
	font-weight: 700;
	margin-bottom: 0.28rem;
}
.fast_nav_exp .item h5{
	font-size: 0.24rem;
	line-height: 0.36rem;
	font-weight: 700;
	margin-bottom: 0.14rem;
}
.fast_nav_exp .item .txt{
	font-size: 0.16rem;
	line-height: 0.26rem;
}
.home_slide06{
	background: url(../images/hm_mog_bg03.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 5;
}
.home_slide06:before{
	content: '';
	width: 37%;
	background: #F9F9F9;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.hm_footer_box{
	display: flex;
	padding-bottom: 0.5rem;
}
.hm_footer_box .col_left{
	width: 66.25%;
	box-sizing: border-box;
	padding-right: 7%;
}
.hm_footer_box .col_right{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding-left: 5%;
}
.hm_footer_box .home_mod_title{
	margin-bottom: 0.6rem;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #F1F1F1;
}
.hm_footer_box .col_right .home_mod_title h3:before{
	background: #C79D63;
}
.ft_qrcode_box{
	display: flex;
}
.ft_qrcode_box .item{
	margin-left: 0.2rem;
	text-align: center;
}
.ft_qrcode_box .item:first-child{
	margin-left: 0 !important;
}
.ft_qrcode_box .item .pic{
	background: #ffffff;
	border-radius: 0.04rem;
	overflow: hidden;
	width: 1.08rem;
	height: 1.08rem;
	box-sizing: border-box;
	margin: 0 auto 0.08rem;
	position: relative;
}
.ft_qrcode_box .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.ft_qrcode_box .item .pic.bg{
	background: #ffffff url(../images/hm_code_bg.png) no-repeat center;
	background-size: 100% 100%;
	padding: 0.12rem;
}
.ft_qrcode_box .item .pic span{
	width: 100%;
	font-size: 0.12rem;
	white-space: nowrap;
	line-height: 0.16rem;
	text-align: center;
	color: #E30C12;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0.5);
	z-index: 5;
}
.ft_qrcode_box .item p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.hm_footer_box .layout_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hm_footer_box .layout_wrap .link_col{
	width: 3.3rem;
	padding-top: 0.62rem;
}
.hm_foot_csinfo{
	border-bottom: 1px solid #E6E6E6;
	width: 4.3rem;
	padding-bottom: 0.3rem;
}
.hm_foot_csinfo .tel_num{
	font-size: 0.44rem;
	line-height: 0.52rem;
	padding-left: 0.36rem;
	position: relative;
	font-family: 'D-DIN';
	font-weight: 700;
}
.hm_foot_csinfo .tel_num:before{
	content: '';
	width: 0.18rem;
	height: 0.18rem;
	background: url(../images/tel_icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.09rem;
	left: 0;
}
.hm_foot_csinfo .tel_num:after{
	content: '';
	width: 1px;
	height: 0.14rem;
	background: #E6E6E6;
	position: absolute;
	top: 50%;
	margin-top: -0.07rem;
	left: 0.26rem;
}
.hm_foot_csinfo .cont{
	padding: 0.1rem 0;
	font-size: 0.18rem;
	line-height: 0.24rem;
}
.hm_foot_csinfo .cont p{
	margin-top: 0.08rem;
}
.hm_foot_csinfo .cont p:first-child{
	margin-top: 0 !important;
}
.hm_foot_link{
	display: flex;
	margin-top: 0.1rem;
	margin-right: -0.2rem;
	margin-bottom: 0.3rem;;
}
.hm_foot_link a{
	white-space: nowrap;
	margin-right: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.1rem;
	color: #666666;
	transition: all 0.3s;
}
.hm_foot_link a:hover{
	color: #E40012;
}
.hm_friendship_links{
	height: 0.48rem;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	position: relative;
}
.hm_friendship_links .value{
	height: 0.46rem;
	padding: 0 0.4rem 0 0.12rem;
	line-height: 0.46rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	font-size: 0.18rem;
	color: #666666;
	cursor: pointer;
}
.hm_friendship_links .value:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.07rem 0.05rem 0;
	border-color: #7A7A7A transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -0.04rem;
	right: 0.2rem;
}
.hm_friendship_links .list{
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	position: absolute;
	top: 100%;
	margin-top: 0.04rem;
	left: -1px;
	right: -1px;
	z-index: 50;
	max-height: 1.8rem;
	overflow: auto;
}
.hm_friendship_links .list li a{
	display: block;
	padding: 0.05rem 0.12rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
	transition: all 0.3s;
}
.hm_friendship_links .list li a:hover{
	background: #f6f6f6;
}
.hm_footer_box .friendship_links h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
}
.hm_footer_box .friendship_links .list li a{
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.hm_copyright{
	width: 100%;
	margin-top: 0.3rem;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #666666;
}
.hm_copyright span,
.hm_copyright a{
	margin-right: 0.2rem;
}
.hm_copyright a{
	color: #666666;
	transition: all 0.2s;
}
.hm_copyright a:hover{
	color: #E40012;
}
.animation.down{
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}
.slide_part.active .animation.down{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.animation.up{
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
.slide_part.active .animation.up{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.animation.left{
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
}
.slide_part.active .animation.left{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.animation.right{
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}
.slide_part.active .animation.right{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1600px){
	.product_card_list{
		margin-top: 0.54rem;
	}
	.product_card_list li .card_link{
		height: 4rem;
	}
	.product_card_list li .btn{
		bottom: 0.65rem;
	}
	.product_card_list li .tips{
		bottom: 0.3rem;
	}
	.product_card_list li .card_link .num{
		margin-top: 0.25rem;
	}
	.product_card_list li:hover .btn{
		bottom: 0.4rem;
	}
	.product_card_list li:hover .item_content:before{
		top: -0.35rem;
		bottom: -0.35rem;
	}
	.fast_navlist li .item{
		height: 2.12rem;
		padding: 0.32rem;
	}
	.fast_navlist li .item h5{
		left: 0.32rem;
		bottom: 0.32rem;
	}
	.fast_nav_exp{
		margin-top: 0.8rem;
	}
	.home_header .wrapfix,
	.banner_item .txt .wrapfix,
	.home_float_bottom .wrapfix,
	.home_content .wrapfix{
		width: 84%;
	}
	.hm_footer_box .col_left,
	.hm_fast_wrap .col_left{
		width: 65.47%;
	}
	.float_dotlist{
		left: 3%;
	}
	.float_link{
		right: 3%;
	}
}
@media (max-width: 1400px){
	.float_dotlist{
		left: 2%;
	}
	.home_header .wrapfix,
	.banner_item .txt .wrapfix,
	.home_float_bottom .wrapfix,
	.home_content .wrapfix{
		width: 86%;
	}
	.home_header .wrapfix{
		box-sizing: border-box;
		padding-right: 0.3rem;
	}
	.menu_link{
		margin-left: 0;
	}
	/* .product_card_list{
		margin-top: 0.44rem;
	}
	.product_card_list li .card_link{
		height: 3.8rem;
	}
	.product_card_list li .btn{
		bottom: 0.45rem;
		left: 0.45rem;
		right: 0.45rem;
	}
	.product_card_list li:hover .btn{
		bottom: 0.3rem;
	}
	.product_card_list li:hover .item_content:before{
		top: -0.25rem;
		bottom: -0.25rem;
	} */
	.hm_news_item,
	.hm_news_first .pic{
		height: 2.7rem;
	}
	.hm_news_item .txt{
		-webkit-line-clamp: 4;
	}
	.hm_fast_wrap .col_left{
		width: 65.11%;
	}
	.hm_footer_box .col_left{
		width: 65.11%;
		padding-right: 5%;
	}
	.hm_footer_box .layout_wrap .link_col{
		width: 3rem;
	}
}
@media (max-width: 1246px){
	.float_dotlist{
		left: 0.1rem;
	}
	.home_header .wrapfix,
	.banner_item .txt .wrapfix,
	.home_float_bottom .wrapfix,
	.home_content .wrapfix{
		width: auto;
		margin: 0 0.4rem;
		min-width: auto;
	}
	.home_header .wrapfix{
		padding-right: 0.7rem;
	}
	.menu_link{
		left: auto;
		right: -0.2rem;
	}
	.float_link{
		right: 0.1rem;
	}
	.hm_fast_wrap .col_left{
		width: 63.8%;
	}
	.hm_fast_wrap .col_right{
		padding-left: 0.4rem;
	}
	.hm_footer_box .col_left{
		width: 63.8%;
		padding-right: 0.4rem;
	}
	.hm_foot_csinfo .cont{
		font-size: 0.16rem;
	}
	.hm_footer_box .col_right{
		padding-left: 0.4rem;
	}
	.hm_foot_csinfo{
		width: 3.8rem;
	}
	.home_float_bottom .col_right .row_01 a{
		margin-left: 0.15rem;
	}
}


/* hmoe end */


/* 内页header start */
.header_module{
	height: 1rem;
	position: relative;
	z-index: 301;
}
.header{
	display: block;
	background: #ffffff;
	border-bottom: 1px solid #F1F1F1;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 300;
}
.mobile_header{
	display: none;
}
.header .wrapfix{
	width: 80%;
	min-width: 12rem;
	height: 1rem;
	display: flex;
	align-items: center;
}
.header .logo{
	width: 2.7rem;
}
.header .logo a{
	display: block;
	height: 0.6rem;
	background: url(../images/logo_black.svg) no-repeat left center;
	background-size: 100% auto;
	transition: all 0.3s;
}
.header .nav_box{
	flex: 1;
	min-width: 0;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header .nav_list{
	display: flex;
}
.header .nav_list li{
	margin-left: 0.3rem;
}
.header .nav_list li a{
	display: block;
	padding: 0.28rem 0;
	font-size: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.16rem;
	font-weight: 500;
	color: #333333;
	position: relative;
	transition: all 0.3s;
}
.header .nav_list li a:after{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E40012;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	left: 0.01rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.header .nav_list li.active a{
	padding-left: 0.16rem;
	color: #E40012;
}
.header .nav_list li.active a:after{
	opacity: 1;
	visibility: visible;
}
.header .lang_select{
	margin-left: 0.4rem;
}
.header .header_search{
	margin-left: 0.4rem;
}

@media (max-width: 1600px){
	.header .wrapfix{
		width: 84%;
	}
	.header .nav_list li{
		margin-left: 0.25rem;
	}
	.header .lang_select{
		margin-left: 0.25rem;
	}
	.header .header_search{
		margin-left: 0.25rem;
	}
	.assist_button{
		margin-left: 0.25rem;
	}
}
@media (max-width: 1400px){
	.header .wrapfix{
		width: 86%;
	}
	
}
@media (max-width: 1246px){
	.header .wrapfix{
		width: auto;
		margin: 0 0.4rem;
		min-width: auto;
	}
}

/* 内页header end */


/* 内页footer start */
.footer{
	position: relative;
	background: #ffffff;
	padding-top: 0.16rem;
	overflow: hidden;
}
.footer:before{
	content: '';
	width: 100%;
	height: 0.08rem;
	background: #C79D63;
	position: absolute;
	top: 0;
	left: 0;
}
.footer:after{
	content: '';
	height: 0.08rem;
	background: #E40012;
	width: calc(50% - 6rem);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.foot_topwrap{
	padding: 0.4rem 0;
	display: flex;
	justify-content: space-between;
}
.foot_csinfo{
	width: 3.62rem;
}
.foot_csinfo .tel_num .tit{
	font-size: 0.16rem;
	line-height: 0.22rem;
	padding-left: 0.24rem;
	background: url(../images/tel_icon.png) no-repeat left center;
	background-size: 0.16rem;
}
.foot_csinfo .tel_num .num{
	font-size: 0.32rem;
	line-height: 0.38rem;
	font-weight: 700;
	margin-top: 0.04rem;
	display: flex;
	align-items: center;
}
.foot_csinfo .tel_num .btn{
	display: inline-block;
	vertical-align: top;
	padding: 0.04rem 0.2rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	font-weight: normal;
	background: #E40012;
	color: #ffffff;
	border-radius: 0.02rem;
	margin-left: 0.12rem;
	transition: all 0.3s;
}
.foot_csinfo .tel_num .btn:hover{
	background: #ed3644;
}
.foot_csinfo .cont{
	margin-top: 0.16rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.foot_topwrap .link_col{
	width: 2.88rem;
	padding-top: 0.8rem;
}
.foot_link{
	display: flex;
	margin-right: -0.2rem;
}
.foot_link a{
	margin-right: 0.2rem;
	margin-top: 0.1rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0.14rem;
	white-space: nowrap;
	line-height: 0.22rem;
	color: #666;
	transition: all 0.3s;
}
.foot_link a:hover{
	color: #E40012;
}
.friendship_links h5{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin-bottom: 0.15rem;
	font-weight: 700;
	color: #E40012;
}
.friendship_links h5 a{
	color: #E40012;
}
.friendship_links .list{
	display: flex;
	flex-wrap: wrap;
}
.friendship_links .list li{
	min-width: 1rem;
	margin-right: 0.26rem;
	margin-bottom: 0.12rem;
}
.friendship_links .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	transition: all 0.3s;
}
.friendship_links .list li a.more{
	padding-right: 0.09rem;
	position: relative;
}
.friendship_links .list li a.more:after{
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	border-style: solid;
	border-width: 0.03rem 0 0.03rem 0.04rem;
	border-color: transparent transparent transparent #666666;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	right: 0;
}
.friendship_links .list li a.more:hover:after{
	border-color: transparent transparent transparent #E40012;
}
.friendship_links .list li a:hover{
	color: #E40012;
}
.foot_topwrap .qrcode_col{
	padding-top: 0.8rem;
}
.foot_topwrap .ft_qrcode_box .item .pic{
	box-sizing: border-box;
	width: 1.2rem;
	height: 1.2rem;
	border: 0.04rem solid #F4F4F4;
	border-radius: 0.08rem;
	padding: 0.06rem;
	margin-bottom: 0.12rem;
}
.foot_topwrap .ft_qrcode_box .item p{
	color: #999999;
}
.footer .copyright{
	border-top: 1px solid rgba(219, 220, 221, 0.5);
	padding: 0 0 0.2rem 0;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #999999;
	align-items: center;
}
.footer .copyright .cont{
	flex: 1;
	min-width: 0;
	margin-top: 10px;
}
.footer .copyright .cont a{
	color: #999999;
	margin-right: 0.24rem;
	transition: all 0.3s;
}
.footer .copyright .cont a:hover{
	color: #333333;
}
.footer .copyright .cont a img{
	height: 0.2rem;
	vertical-align: top;
	margin-right: 0.04rem;
}
.footer .copyright .cont span{
	margin-right: 0.24rem;
}
@media (max-width: 1246px){
	.wrapfix{
		margin: 0 0.4rem;
		width: auto;
		min-width: auto;
	}
}

/* 内页footer end */


/* 全局搜索search start */
.search_combox{
	padding: 0.5rem 0 0.3rem;
}
.search_cominput{
	box-sizing: border-box;
	border: 1px solid #E4E4E4;
	background: #F9F9F9;
	position: relative;
	display: flex;
	padding: 0 0.23rem;
	align-items: center;
}
.search_cominput .icon{
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAK/SURBVGhD7VnbcdswEFQJKcEluISUoA6iDuwOrA6SDqwO5A6sP41eQ3dAd5AS7F3NQgOcQZsAQdDJaGduJOrIu1vcgyA1u+KKCdE0zY/D4fAT8geyPh6PLeTv6XR64yek4e/7/f6e5+my6eGCdsH2FRG82263NzJVF1jxGwSytoGlirLzILN1wDL4asWhf5VsIC89zm+rZAPOflvnFAaoUpqzH3R6gN1udwv9ArL5xMYvnV4ecPIYc4rPZVfQXWAJ4tqVtUcZhQScPUScNUPTDrsL2GmNXZIoN6nkJHAAWaWuehc0EAISzGyRnogZh6ykLoYOP89S58PWKY5bqYpDTR5Mq0GlpFW5GKOMPepA4N73h+NGqnTY1eeYlGpUwFdQStlZsIZq3faxcMHQAIFHqfqDrH0jkHQjmeB083uB36XqDxBYesHTyFyqKrDlywaXqh9g4Nk3UKt8HLjf8v2DwEKqfgCBxl2clcKBYMZ9AqwIqfoBBl49AqPN/i7YEZ7cyIZA/izORGkC1TPApjUE0u5BXHWPQPUeQMDBGM/pgWCMTT2FEE/aGLcGeCxVFSDgYIwn3wdsCiHDt7Y9YRsYZPJ6kLXvG5pqLwTJ28awcYoYSoBWP9hEJpePg91UUVhaUo8C+AjeesD/Rqo82CywHscqJdgOtg+Uwb6YBRiyz6r4ucwDvQPLJJLtMg9QkYlUNBO0b4PncdFFgsHgviAnbfI214OyG33TJyk7NGDQTqWLo9TmBvnoC62IlCURy4QT6PgfwJJkbHnxmEFDl/wqHlKWBFL/YVYXkLXsXjaRRsrfg2CUJTWICLKx8ctPfVGPBFeNpQF5iTiMCkvIBu6jOgkHkZmrzp8YpCcr/H7uDwaoSzoxGYmS+O9JMKM67XujiwRLU6d8f3SQ+DfKyIEkOAwg538/eSzVFVcMx2z2DiFxAvIRgJWJAAAAAElFTkSuQmCC") no-repeat center;
	background-size: 100%;
	margin-right: 0.15rem;
}
.search_word_info{
	display: flex;
}
.search_word_info .item{
	position: relative;
	background: #ffffff;
	margin-right: 0.1rem;
	font-size: 0.16rem;
	color: #333333;
	padding: 0.07rem 0.18rem 0.07rem 0.1rem;
	line-height: 0.22rem;
}
.search_word_info .item .delete{
	width: 0.12rem;
	height: 0.12rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACESURBVEhLYxgFo2CIA3VxfgV5IIZysQJFceEGeX5+ASiXNKAkLpqgJCFyH5clyhIi85XFRRugXPIALkuoYjgMoFtCVcNhAGYJTQyHASUJ0f1Aw98TiniyAMzlhCKeLIAeLFS1BFeYU8USUCbCF6FwS8jNaMRoVJUSNYAyR8EooAlgYAAACbAktRJtWtIAAAAASUVORK5CYII=") no-repeat center;
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	top: 0.02rem;
	right: 0;
	z-index: 10;
}
.search_cominput .p_input{
	display: block;
	flex: 1;
	min-width: 0;
	height: 0.54rem;
	padding: 0;
	border: 0 none;
	background: none !important;
	font-size: 0.16rem;
	color: #333333;
	outline: none;
}
.search_cominput .btn{
	font-size: 0.2rem;
	line-height: 0.28rem;
	padding: 0.1rem;
	color: #CCA663;
	margin-left: 0.15rem;
}
.search_history_mod{
	margin-top: 0.25rem;
}
.search_history_mod .wrap{
	display: flex;
}
.search_history_mod h5{
	font-size: 0.14rem;
	line-height: 0.2rem;
	margin-right: 0.2rem;
	font-weight: normal;
	color: #666666;
}
.search_history_mod .list{
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
}
.search_history_mod .list a{
	margin-right: 0.3rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	transition: all 0.3s;
}
.search_history_mod .list a:hover{
	color: #CCA663;
}
.com_nav_wrap{
	margin-bottom: 50px;
	background: #ffffff;
}
.nav_sticky{
	position: sticky;
	background: #ffffff;
	top: 1rem;
	z-index: 50;
}
.com_navtab{
	position: relative;
	z-index: 5;
	display: flex;
}
.com_navtab:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #F1F1F1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.com_navtab li a{
	display: block;
	padding: 0 0.4rem;
	font-size: 0.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.com_navtab li a:hover{
	color: #C79D63;
}
.com_navtab li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #E4CC94 2%, rgba(228, 204, 148, 0.00) 100%), #CCA663;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.com_navtab li a:after{
	content: '';
	width: 0.3rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/cm_tab_bg.png) no-repeat right center;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: translateX(100%);
	transition: all 0.3s;
}
.com_navtab li.active a{
	color: #ffffff !important;
}
.com_navtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.com_navtab li.active a:after{
	transform: translateX(0);
}
.search_section{
	padding: 0 0 1.2rem;
}
.search_result_module{
	margin-top: 0.65rem;
}
.search_result_module:first-child{
	margin-top: 0 !important;
}
.search_result_title{
	display: flex;
	align-items: center;
	margin-bottom: 0.28rem;
}
.search_result_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	padding-left: 0.27rem;
	position: relative;
}
.search_result_title h3:before{
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #333333;
	position: absolute;
	top: 50%;
	margin-top: -0.04rem;
	left: 0.02rem;
	transform: rotate(45deg);
}
.search_result_title .more{
	display: inline-block;
	padding-right: 0.13rem;
	position: relative;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAcCAYAAABsxO8nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVEhLrVTbDcIwEOsIjMAIjMAIbFCkvj7LBu0IbAAbMAIjdISO0BGKD11RuFzIJcKSJaScHZMzFG3bPsEVnMqy3BW5qOv6wEZr0zQzzPZ8lA6YXf9iRl8JBotjtlBSPk4DxONm5BiWfGwHp5qlGZINPGIHhCdpRMw12+rwRaS98YgNXdcdNSNmWtdw+0MxeZPe0VwPpNpD8KmDZJIZhr06uKSLTF2TJQ0RM/GuYfAihRqj9cDAWRNKVlU1ssQHPSY9qiZ0SZexRAeGBilyaXpsSqOJN1JSqgiPh4Gb7poB0WwSSTP1fW/7iYQemFLySByhdf9crwYtTbIJRN66ox2RkOXD57w/f3fd5vVKuOvONiE4aewd8VAUL8d/qcP/vpLTAAAAAElFTkSuQmCC") no-repeat right center;
	background-size: 0.09rem auto; 
	transition: all 0.3s;
}
.search_result_title .more:hover{
	color: #CCA663;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAcCAYAAABsxO8nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEYSURBVEhLrVXRDYIwEO0IjuAIjuAIboBSB3ADHcEN8APKpyP4bWjCCI7gCHoHh5Zy0Cv6kpeQ9O71tfcalC3SmzX6ZU1a11myUHNxz/erVki/qkI/6jJZ0lI8KqPPfxHDI4HY8yMG3+iUluMATk6dkCOY0LIcjSs4li8GQzhSiRwwwc1QaL4YxaFPOGZGJTJUpV5zQi0jswa7X3mhyHhgoRsHn1FiXBxcirPmh3SMUBPOmjW7A9c8ZCAeNk+3fGOfeA3UMkRz4WzSPcJm1MID7bKNRNFloxuuuaN4/PBMLpwAUiwy7SbiiYxeMLikkjDGxj05Xg6cm2gRdtyhjPjwwyd+kD7ccaOgaLw+3HHPFkF83fzyy1bqDc/DMn1n5dABAAAAAElFTkSuQmCC");
}
.com_fund_table table{
	width: 100%;
	border-collapse:collapse;
}
.com_fund_table table thead{
	background: linear-gradient(225deg, #E64A53 0%, #B00F15 100%);
	color: #ffffff;
}
.com_fund_table table th{
	padding: 0.14rem 0.2rem;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #ffffff;
	border: 0 none;
	font-weight: normal;
}
.com_fund_table table td{
	border: 0 none;
	border-bottom: 1px solid #F1F1F1;
	padding: 0.18rem 0.2rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.2rem;
}
.com_fund_table table th.first_item,
.com_fund_table table td.first_item{
	text-align: left;
}
.com_fund_table table td .num{
	font-family: 'D-DIN';
	font-weight: 700;
	white-space: nowrap;
}
.com_fund_table table td .date{
	font-size: 0.12rem;
	line-height: 0.16rem;
	color: #666666;
	white-space: nowrap;
}
.com_fund_table table td .btn_wrapper{
	display: flex;
	justify-content: center;
}
.com_fund_table table td .btn_wrapper a{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #CCA663;
	margin-left: 0.21rem;
	position: relative;
}
.com_fund_table table td .btn_wrapper a:before{
	content: '';
	width: 1px;
	height: 0.14rem;
	background: #E8E8E8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.11rem;
}
.com_fund_table table td .btn_wrapper a:first-child{
	margin-left: 0 !important;
}
.com_fund_table table td .btn_wrapper a:first-child:before{
	display: none;
}
.com_fund_table table td .btn_wrapper a.disabled{
	color: #999999 !important;
}
.search_columnlist{
	border-top: 0.02rem solid #F1F1F1
}
.search_columnlist li{
	border-bottom: 0.02rem dashed #F1F1F1;
	padding: 0.24rem 0;
}
.search_columnlist li:last-child{
	border-bottom: 0 none;
}
.search_columnlist li h4{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	color: #333333;
}
.search_columnlist li .nav_cont{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.search_columnlist li .nav_cont a{
	color: #666666;
}
.search_columnlist li .nav_cont a:hover{
	color: #333333;
}
.search_articlelist{
	border-top: 0.02rem solid #F1F1F1
}
.search_articlelist li{
	border-bottom: 0.02rem dashed #F1F1F1;
}
.search_articlelist li:last-child{
	border-bottom: 0 none;
}
.search_articlelist li .item{
	display: block;
	padding: 0.24rem 0;
	color: #333333;
}
.search_articlelist li h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
}
.search_articlelist li p{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.search_articlelist li .info{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999999;
}
.search_articlelist li .info .source{
	margin-right: 0.1rem;
	color: #666666;
}
.page_box{
	margin: 0.3rem 0 0;
	min-height: 0.32rem;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.page_box a{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width: 0.32rem;
	height: 0.32rem;
	line-height: 0.3rem;
	font-size: 0.14rem;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 0.02rem;
	margin: 0 0.04rem;
    transition: all 0.3s;
}
.page_box a:hover{
	color: #E40012;
	border-color: #E40012;
}
.page_box a.active,
.page_box a.active:hover{
	color: #E40012;
	border-color: #E40012;
}
.page_box .more{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.14rem;
	color: rgba(0, 0, 0, 0.25);
	border: 0 none;
	text-align: center;
	margin: 0 0.04rem;
}
.page_box a.prev,
.page_box a.next{
	position: relative;
}
.page_box .jump{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.12rem;
	font-size: 0.14rem;
	line-height: 0.32rem;
	color: rgba(0, 0, 0, 0.85);
}
.page_box .jump input{
	height: 0.32rem;
	box-sizing: border-box;
	width: 0.5rem;
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 0.02rem;
	background: none;
	outline: none;
	font-family : Arial,"Microsoft Yahei",sans-serif;
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	margin: 0 0.08rem;
}

/* 全局搜索search end */


/* 内页 start */
.page_banner{
	position: relative;
	overflow: hidden;
	min-width: 12rem;
}
.page_banner .pic{
	height: 2rem;
}
.page_banner .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page_banner .page_title{
	box-sizing: border-box;
	width: 2.7rem;
	height: 1.13rem;
	background: #ffffff linear-gradient(180deg, #F6EAE6 0%, rgba(248, 246, 244, 0.00) 81.25%);
	border: 0.03rem solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6rem;
	z-index: 50;
	padding: 0 0.27rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page_banner .page_title:before{
	content: '';
	width: 1.1rem;
	height: 1rem;
	background: url(../images/lt_tit_watermark.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0.08rem;
	z-index: -1;
}
.page_banner .page_title h2{
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 500;
	color: #E40012;
}
.page_layout{
	display: flex;
	padding-bottom: 0.6rem;
}
.p_layout_left{
	width: 2.7rem;
	margin-right: 0.4rem;
}
.p_layout_right{
	flex: 1;
	min-width: 0;
	padding: 0.2rem 0 0;
	box-sizing: border-box;
	min-height: 5rem;
	position: relative;
}
.cm_sidebar_nav{
	background: #FAFAF9;
}
.cm_sidebar_nav > li{
	position: relative;
	border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}
.cm_sidebar_nav > li > a{
	display: block;
	padding: 0.17rem 0.3rem;
	position: relative;
	font-size: 0.18rem;
	line-height: 0.26rem;
	font-weight: 500;
	color: #333333;
	z-index: 10;
	transition: all 0.3s;
}
.cm_sidebar_nav > li > a:hover{
	color: #E40012;
}
.cm_sidebar_nav > li.active > a,
.cm_sidebar_nav > li.active > a:hover{
	background: #E40012;
	color: #ffffff;
}
.cm_sidebar_nav .sub_1{
	background: rgba(252, 243, 225, 0.50);
	padding: 0.1rem 0;
}
.cm_sidebar_nav .sub_1 > li >a{
	display: block;
	padding: 0.1rem 0.3rem 0.1rem 0.42rem;
	position: relative;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	transition: all 0.3s;
}
.cm_sidebar_nav .sub_1 > li >a:before{
	content: "";
	width: 0.04rem;
	height: 0.04rem;
	background: #666666;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.02rem;
	left: 0.31rem;
	transition: all 0.3s;
}
.cm_sidebar_nav .sub_1 > li >a:hover{
	color: #24272B;
}
.cm_sidebar_nav .sub_1 > li.active >a{
	color: #24272B;
}
.cm_sidebar_nav .sub_1 > li.active >a:before{
	background: #24272B;
}
.cm_sidebar_nav .sub_2{
	padding: 5px 0;
}
.cm_sidebar_nav .sub_2 > li >a{
	display: block;
	padding: 0.1rem 0.3rem 0.1rem 0.42rem;
	position: relative;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
}
.cm_sidebar_nav .sub_2 > li.active >a{
	color: #C79D63;
}
.cm_sidebar_nav li a:hover{
	color: #24272B;
}
.cm_sidebar_nav li .arrow{
	width: 0.12rem;
	height: 0.12rem;
	position: absolute;
	top: 50%;
	margin-top: -0.06rem;
	right: 0.28rem;
}
.cm_sidebar_nav li.active > a .arrow{
	
}
.cm_sidebar_nav > li.active > a .arrow{
	display: block;
}
.path_box{
	width: 12rem;
	margin: 0 auto;
	padding: 0.2rem 0;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #999999;
}
.path_box a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.08rem;
	color: #999999;
	transition: all 0.3s;
}
.path_box a.now{
	color: #666666;
	margin-right: 0 !important;
}
.path_box a.home{
	padding-left: 0.22rem;
	background: url(../images/home_icon.png) no-repeat left center;
	background-size: 0.14rem;
	margin-left: 0 !important;
}
.path_box a:hover{
	color: #E40012;
}
.p_layout_right .path_box{
	width: auto;
	position: absolute;
	top: 0.2rem;
	right: 0;
	z-index: 50;
}
.sub_title{
	border-bottom: 1px solid #EFEFEF;
	padding: 0.14rem 0;
	margin-bottom: 0.2rem;
	position: relative;
}
.sub_title h3{
	padding-left: 0.12rem;
	line-height: 0.32rem;
	font-size: 0.2rem;
	font-weight: 500;
	color: #333333;
	position: relative;
}
.sub_title h3:before{
	content: "";
	width: 0.03rem;
	height: 0.22rem;
	background: #E40012;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.pg_search_wrap{
	margin: 0.3rem 0 0.2rem;
}
.pg_search_wrap .search_cominput{
	padding: 0 0.12rem;
}
.pg_search_wrap .search_cominput .icon{
	margin-right: 0.1rem;
}
.pg_search_wrap .search_cominput .p_input{
	height: 0.44rem;
	font-size: 0.14rem;
}
.pg_search_wrap .search_cominput .btn{
	padding: 0.08rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	right: 0.12rem;
	color: #E40012;
}
.news_list li{
	border-bottom: 1px solid #DDD;
}
.news_list li .item{
	display: block;
	padding: 0.2rem 0;
	color: #333333;
	font-size: 0.16rem;
	line-height: 0.22rem;
	transition: all 0.3s;
}
.news_list li .item h5{
	font-size: 0.18rem;
	line-height: 0.25rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list li .item .time{
	display: block;
	color: #999999;
	margin-top: 0.16rem;
	transition: all 0.3s;
}
.news_list li .item:hover{
	color: #C79D63;
}

@media (max-width: 1246px){
	.page_banner{
		min-width: auto;
	}
	.page_banner .page_title{
		left: 0.4rem;
		margin-left: 0 !important;
	}
}
.info_query_wrap{
	margin: 0.3rem 0;
}
.info_query_list{
	display: flex;
	margin-bottom: 0.6rem;
}
.info_query_list li{
	flex: 1;
	min-width: 0;
	margin-left: 0.2rem;
}
.info_query_list li:first-child{
	margin-left: 0 !important;
}
.info_query_list li .item{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.07);
	position: relative;
	padding: 0.3rem 0.28rem 0.35rem;
	z-index: 5;
}
.info_query_list li .item .cm_bg{
	top: 0.05rem;
	left: 0.05rem;
	right: 0.05rem;
	bottom: 0.05rem;
}
.info_query_list li .item h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	text-align: center;
	margin-bottom: 0.2rem;
	font-weight: 500;
}
.info_query_list li .item .cont{
	min-height: 1rem;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #999999;
}
.info_query_list li .item .info{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #C79D63;
}
.info_query_list li .item .info span{
	display: block;
	margin-bottom: 0.16rem;
}
.info_query_list li:nth-child(2) .item .info span{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.08rem 0.1rem;
}
.info_query_list li .item .btn{
	display: block;
	margin: 0.2rem auto 0;
	box-sizing: border-box;
	width: 1.56rem;
	text-align: center;
	border: 1px solid #E40012;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.08rem 0.12rem;
	color: #E40012;
	transition: all 0.3s;
}
.info_query_list li .item .btn:hover{
	background: #E40012;
	color: #ffffff;
}
.info_query_txt{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
}
.mt20{
	margin-top: 0.2rem;
}
.article_list li{
	border-bottom: 1px dashed #E0E0E0;
}
.article_list li .item{
	display: flex;
	padding: 0.16rem 0.15rem 0.16rem 0.2rem;
	box-sizing: border-box;
	min-height: 0.88rem;
	align-items: center;
	color: #666666;
	font-size: 0.14rem;
	line-height: 0.2rem;
	transition: all 0.3s;
}
.article_list li .item:before{
	display: block;
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.2rem;
	background: url(../images/article_tit_ic01.png) no-repeat center;
	background-size: 100%;
	transition: all 0.3s;
}
.article_list li .item h5{
	position: relative;
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: 500;
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.article_list li .item .time{
	color: #999999;
	margin-left: 0.58rem;
}
.article_list li .item:hover{
	color: #C79D63;
}
.detail_txt_wrap{
	margin: 0.3rem 0;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #000000;
}
.detail_txt_wrap .txt{
	color: #666666;
	margin-bottom: 0.2rem;
}
.table_scroll{
	margin: 0.2rem 0;
}
.data_table{
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
	word-wrap: break-word;
}
.data_table th{
	border: 1px solid #F1F1F1;
	background: #F6F6F6;
	padding: 0.17rem 0.12rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
	font-weight: 500;
	vertical-align: middle;
}
.data_table td{
	border: 1px solid #F1F1F1;
	padding: 0.17rem 0.12rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333333;
	vertical-align: middle;
}
.data_table td a{
	color: #333333;
	transition: all 0.3s;
}
.data_table td a:hover{
	color: #E40012;
}
.img_wrap{
	margin: 0.2rem 0;
}
.img_wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.article_section{
	padding-bottom: 1.2rem;
}
.article_box{
	padding: 0.4rem 0.6rem;
	border-radius: 0.02rem;
	background: #FFF;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.article_title{
	border-bottom: 1px solid #E9E9E9;
	padding: 0 0 0.2rem;
}
.article_title h2{
	font-size: 0.28rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
}
.article_title .info{
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #999999;
}
.article_title .info .item{
	margin-left: 0.6rem;
}
.article_title .info .item:first-child{
	margin-left: 0 !important;
}
.font_select a{
	color: #333333;
	margin: 0 0.05rem;
}
.font_select a.act,
.font_select a:hover{
	color: #E40012;
}
.article_cont{
	font-size: 0.14rem;
	line-height: 1.75;
	margin: 0.3rem 0;
}
.article_cont img{
	display: block;
	margin: 0.3rem auto;
	max-width: 100%;
}
.article_cont p{
	margin: 0.2rem 0;
	text-indent: 2em;
}
.article_cont table,
.article_cont table th,
.article_cont table td{
	border: 1px solid #cccccc;
}
.article_other{
	margin-top: 0.3rem;
}
.article_other li{
	margin-top: 0.1rem;
}
.article_other li:first-child{
	margin-top: 0 !important;
}
.article_other li a{
	display: block;
	background: #F9F9F9;
	padding: 0.1rem 0.16rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article_other li a img{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.16rem;
	height: 0.28rem;
}
.article_other li a:hover{
	color: #E40012;
}
.article_opea{
	text-align: center;
	margin-top: 0.5rem;
	border-top: 1px solid #E9E9E9;
	padding-top: 0.3rem;
}
.article_opea .p_button{
	display: inline-block;
	vertical-align: top;
	padding: 0.04rem 0.15rem;
	font-size: 0.14rem;
	line-height: 0.22rem;
	vertical-align: top;
	margin-left: 0.1rem;
	color: #333333;
	border: 1px solid #D9D9D9;
	transition: all 0.3s;
}
.article_opea .p_button:hover{
	color: #ffffff;
	background: #E40012;
	border-color: #E40012;
}
.article_opea .p_button:first-child{
	margin-left: 0 !important;
}
.article_bot_tips{
	padding: 0.15rem;
	background: #F7F7F7;
	margin: 0.3rem 0;
	font-size: 0.14rem;
	line-height: 1.75;
	color: #333333;
}
.article_bot_tips p{
	margin-top: 0.15rem;
}
.article_bot_tips p:first-child{
	margin-top: 0 !important;
}
.pg_abouts_txt{
	margin: 0.4rem 0 0;
	font-size: 0.16rem;
	line-height: 2;
}
.pg_abouts_txt .title{
	font-size: 0.24rem;
	line-height: 1;
	font-weight: 600;
	color: #C79D63;
	margin-bottom: 0.2rem;
}
.pg_abouts_txt .row_wrap{
	margin: 0.2rem 0 0.4rem;
}
.pg_abouts_txt .sub_tit{
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin: 0.4rem 0 0.2rem;
	font-weight: 600;
}
.pg_abouts_txt .sub_tit .lg_icon{
	height: 0.4rem;
	vertical-align: top;
	margin-right: 0.04rem;
}
.pg_abouts_txt p{
	margin: 0.2rem 0;
}
.pg_abouts_data{
	margin: 0.4rem 0;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	padding: 0.08rem;
}
.pg_abouts_data .wrap{
	border: 1px solid #EFE4D0;
	display: flex;
	padding: 0.26rem 0 0.2rem;
}
.pg_abouts_data .item{
	flex: 1;
	min-width: 0;
	text-align: center;
}
.pg_abouts_data .item .data{
	font-size: 0.28rem;
	line-height: 0.36rem;
	color: #E40012;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pg_abouts_data .item .data strong{
	font-size: 0.36rem;
	font-weight: 500;
}
.pg_abouts_data .item .data em{
	font-size: 0.14rem;
	line-height: 1.4;
	font-style: normal;
}
.pg_abouts_data .item p{
	font-size: 0.14rem;
	line-height: 1.6;
	margin: 0.1rem 0 0;
}
.pg_abouts_info{
	width: 3rem;
	height: 3rem;
	margin: 0.4rem auto;
	position: relative;
	background: rgba(199, 157, 99, 0.10);
	border-radius: 50%;
}
.pg_abouts_info .layout{
	display: flex;
	align-items: center;
	height: 100%;
}
.pg_abouts_info .layout .row_01{
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: linear-gradient(225deg, #E64A53 0%, #E40012 100%);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.pg_abouts_info .layout .row_02{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: linear-gradient(90deg, #EAD290 0.06%, #D1AE6C 99.95%);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pg_abouts_info .layout .cpy_data{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.pg_abouts_info .layout .cpy_data p{
	margin: 0;
	font-size: 0.16rem;
	line-height: 0.2rem;
}
.pg_abouts_info .layout .cpy_data .data{
	font-size: 0.28rem;
	line-height: 0.32rem;
	font-weight: 700;
	margin-top: 0.04rem;
}
.pg_abouts_info .layout .cpy_tit{
	position: absolute;
}
.pg_abouts_info .layout .cpy_tit h5{
	font-size: 0.18rem;
	line-height: 0.26rem;
	font-weight: 500;
	white-space: nowrap;
}
.pg_abouts_info .layout .cpy_tit p{
	font-size: 0.16rem;
	line-height: 0.22rem;
	margin: 0.06rem 0 0;
	color: #666666;
}
.pg_abouts_info .layout .row_01 .cpy_tit{
	right: 100%;
	top: 0.03rem;
	margin-right: 0.4rem;
}
.pg_abouts_info .layout .row_02 .cpy_tit{
	left: 100%;
	top: 0.06rem;
	margin-left: 0.55rem;
}
.pg_abouts_info .layout .cpy_tit i{
	width: 0.04rem;
	height: 0.16rem;
	background: #FF9800;
	position: absolute;
}
.pg_abouts_info .layout .row_01 .cpy_tit i{
	right: -0.13rem;
	top: 0.05rem;
}
.pg_abouts_info .layout .row_02 .cpy_tit i{
	left: -0.13rem;
	top: 0.05rem;
}
.pg_abouts_info .layout .cpy_tit i:before{
	content: '';
	width: 0.42rem;
	height: 0;
	font-size: 0;
	border-top: 1px dashed #FF9800;
	position: absolute;
	top: 50%;
}
.pg_abouts_info .layout .row_01 .cpy_tit i:before{
	left: 100%;
}
.pg_abouts_info .layout .row_02 .cpy_tit i:before{
	right: 100%;
}
.pg_abouts_info .layout .cpy_tit i:after{
	content: '';
	width: 0;
	font-size: 0;
	height: 0.14rem;
	border-left: 1px dashed #FF9800;
	position: absolute;
	top: 50%;
}
.pg_abouts_info .layout .row_01 .cpy_tit i:after{
	left: 100%;
	margin-left: 0.42rem;
	transform-origin: 0 0;
	transform: rotate(-35deg);
}
.pg_abouts_info .layout .row_02 .cpy_tit i:after{
	right: 100%;
	margin-right: 0.42rem;
	transform-origin: 100% 0;
	transform: rotate(35deg);
}
.data_table .gray_bg{
	background: rgba(246, 246, 246, 0.35);
}
.sub_tabnav{
	margin: 0.3rem 0 0.4rem;
}
.sub_tabnav ul{
	border: 1px solid #EAD290;
	display: flex;
}
.sub_tabnav ul li{
	flex: 1;
	min-width: 0;
	border-left: 1px solid #EAD290;
}
.sub_tabnav ul li:first-child{
	border-left: 0 none;
}
.sub_tabnav ul li a{
	display: block;
	height: 0.46rem;
	text-align: center;
	line-height: 0.46rem;
	font-size: 0.16rem;
	color: #333333;
	position: relative;
	z-index: 5;
	transition: all 0.3s;
}
.sub_tabnav ul li a:before{
	content: '';
	background: linear-gradient(90deg, #EAD290 0.06%, #D1AE6C 99.95%);
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.sub_tabnav ul li a:hover{
	color: #C79D63;
}
.sub_tabnav ul li.active a{
	color: #ffffff !important;
}
.sub_tabnav ul li.active a:before{
	opacity: 1;
	visibility: visible;
}
.join_cm_mod{
	text-align: left;
	padding: 0.1rem 0.2rem;
	font-size: 0.16rem;
	line-height: 1.8;
}
.join_cm_mod h5{
	font-size: 0.18rem;
	font-weight: 500;
	margin-bottom: 0.1rem;
}
.join_cm_mod .cont{
	padding-left: 0.33rem;
}
.cm_zkbtn{
	display: inline-block;
	padding-right: 0.23rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #C79D63 !important;
	position: relative;
}
.cm_zkbtn i{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEmSURBVFhH7ZTRDYIwEIYZwREcwVHcgEhNfJQR3EDfSNSmI7iEtrwxgiM4gvagZ0oTElpa9OG+5B4o9L8jf/tnBEEQBEH8N49rcWxEvjCP0QBNpbXNYziKs7e8Fk9V5UuzNBkl8qXkWlNrm6Vw5IWduiHZS543pVkOBjT0D79A88HZwSxPQ3J2A8FWNNBytBR1QNO8mk4rzovmK+5puW1pt589G7GPe66V2OkmzG4yynLbUhxOVbto57nH/bxdwWDYDGrIctdSqHZvquEQPdDabto17lvuWopV673mk7TUfFO6zdFy11KsaDd2LBg/Y2r24RA7foYqapz44saPW3Bjo8eJL2782MMlv7FjceNnljjxxY6f2eLEF4ifn91YgiAIgiASkGUf+/9u0h2Na0gAAAAASUVORK5CYII=") no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: 0;
	transition: all 0.3s;
}
.cm_zkbtn.on i{
	transform: rotate(-180deg);
}
.contact_wrap{
	margin: 0.4rem 0;
}
.contact_info{
	position: relative;
	z-index: 5;
	background: url(../images/frame_mid_bg.png) repeat-y center top;
	background-size: 100% auto;
	padding: 0.2rem;
	box-sizing: border-box;
	min-height: 1rem;
}
.contact_info:before{
	content: '';
	width: 100%;
	height: 0.54rem;
	background: #ffffff url(../images/frame_top_bg.png) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.contact_info:after{
	content: '';
	width: 100%;
	height: 0.1rem;
	background: #ffffff url(../images/frame_bot_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.contact_info .title{
	font-size: 0.18rem;
	line-height: 0.24rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
}
.contact_info .list li{
	display: flex;
	margin-top: 1px;
	background: rgba(246, 246, 246, 0.35);
}
.contact_info .list li .tit{
	background: rgba(199, 157, 99, 0.10);
	padding: 0.1rem 0.2rem;
	box-sizing: border-box;
	width: 2.15rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333333;
}
.contact_info .list li .tit:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0.06rem;
	height: 0.06rem;
	background: #C79D63;
	position: relative;
	top: 0.09rem;
	margin-right: 0.16rem;
}
.contact_info .list li .ct{
	padding: 0.1rem 0.1rem 0.1rem 0.28rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	flex: 1;
	min-width: 0;
}
.contact_map{
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	margin: 0.2rem 0;
	padding: 0.2rem;
}
.contact_map .wrap{
	overflow: hidden;
	height: 2.8rem;
}
.contact_map .wrap > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zhlc_page{
	padding: 0.44rem 0 1rem;
}
.page_banner .page_title_2{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 50;
	color: #ffffff;
}
.page_banner .page_title_2 h2{
	font-size: 0.46rem;
	line-height: 1.4;
	font-weight: 600;
}
.page_banner .page_title_2 p{
	opacity: 0.7;
	font-size: 0.24rem;
	letter-spacing: 3px;
	margin-top: 0.1rem;
}
.page_banner.home .pic{
	height: 2.8rem;
}
.zhlc_kh_list{
	display: flex;
	margin-bottom: 0.44rem;
}
.zhlc_kh_list .item{
	flex: 1;
	min-width: 0;
	margin-left: 0.2rem;
	position: relative;
	z-index: 5;
	box-sizing: border-box;
	height: 2.51rem;
	padding: 0.39rem 0.59rem;
	border-radius: 0.08rem;
	box-shadow: 0 0.04rem 0.25rem rgba(12, 44, 125, 0.08);
}
.zhlc_kh_list .item:first-child{
	margin-left: 0 !important;
}
.zhlc_kh_list .item.n1{
	border: 1px solid rgba(228, 0, 18, 0.09);
	background: linear-gradient(100deg, #FFF5F2 1.37%, #FFF 100%);
}
.zhlc_kh_list .item.n2{
	border: 1px solid rgba(236, 221, 201, 0.9);
	background: linear-gradient(100deg, #FFFEF2 1.37%, #FFF 100%);
}
.zhlc_kh_list .item:before{
	content: '';
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.44rem;
	z-index: -1;
}
.zhlc_kh_list .item.n1:before{
	background: url(../images/zh_xkh_img.png) no-repeat center;
	background-size: 100%;
}
.zhlc_kh_list .item.n2:before{
	background: url(../images/zh_lkh_img.png) no-repeat center;
	background-size: 100%;
}
.zhlc_kh_list .item h5{
	font-size: 0.36rem;
	line-height: 0.5rem;
	font-weight: 600;
	margin-bottom: 0.16rem;
}
.zhlc_kh_list .item h5 span{
	display: inline-block;
	vertical-align: top;
}
.zhlc_kh_list .item .btn_wrap{
	margin-top: 0.6rem;
}
.zhlc_kh_list .item.n1 h5{
	color: #FF5E5E;
}
.zhlc_kh_list .item.n1 h5 span{
	background: linear-gradient(90deg, #FF5E5E 26.92%, #FFAE85 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.zhlc_kh_list .item.n2 h5{
	color: #FFA23E;
}
.zhlc_kh_list .item.n2 h5 span{
	background: linear-gradient(90deg, #FFA23E 26.92%, #FFE385 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.zhlc_kh_list .item .btn{
	display: inline-block;
	vertical-align: top;
	padding: 0.07rem 0.34rem;
	font-size: 0.28rem;
	line-height: 0.4rem;
	border-radius: 0.04rem;
	background: #E40012;
	color: #ffffff;
	transition: all 0.3s;
}
.zhlc_kh_list .item .btn:hover{
	opacity: 0.9;
}
.zhlc_kh_list .item.n2 .btn{
	background: #C79D63;
}
.zhlc_kh_list .item .cont{
	margin-top: 0.16rem;
	font-size: 0.16rem;
	line-height: 2;
	color: #666666;
}
.zhlc_tabnav{
	padding: 0.4rem 0;
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.zhlc_tabnav li{
	margin-left: 0.54rem;
	position: relative;
}
.zhlc_tabnav li:first-child{
	margin-left: 0 !important;
}
.zhlc_tabnav li:before{
	content: '/';
	display: block;
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #666666;
	opacity: 0.5;
	position: absolute;
	bottom: 0;
	left: -0.34rem;
}
.zhlc_tabnav li:first-child:before{
	display: none;
}
.zhlc_tabnav li a{
	display: block;
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #666666;
}
.zhlc_tabnav li a:hover{
	color: #C79D63;
}
.zhlc_tabnav li.active a{
	color: #C79D63;
	font-size: 0.36rem;
	line-height: 0.5rem;
}
.zhlc_intro_wrap{
	font-size: 0.18rem;
	line-height: 1.75;
}
.zhlc_intro_wrap .cm_tit{
	font-size: 0.24rem;
	line-height: 1.4;
	font-weight: 500;
	margin: 0.2rem 0;
}
.zhlc_intro_wrap .img_wrap{
	margin: 0.6rem 0;
}
.zhlc_intro_wrap .table_scroll{
	margin-top: 0.2rem;
	margin-bottom: 0.3rem;
}
.info_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ECDDC9;
	word-wrap: break-word;
}
.info_table th{
	border: 1px solid #ECDDC9;
	background: rgba(199, 157, 99, 0.10);
	padding: 0.17rem 0.25rem;
	text-align: left;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #C79D63;
	font-weight: 500;
	vertical-align: middle;
}
.info_table td{
	border: 1px solid #ECDDC9;
	padding: 0.18rem 0.25rem;
	text-align: left;
	font-size: 0.16rem;
	line-height: 2;
	color: #333333;
	vertical-align: middle;
}
.info_table th:first-child,
.info_table td:first-child{
	text-align: center;
}
.info_table td:first-child{
	color: #666666;
}
.zhlc_advantage .item{
	display: flex;
	margin-top: 0.4rem;
	background: rgba(246, 246, 246, 0.35);
	min-height: 3.1rem;
}
.zhlc_advantage .item .pic{
	width: 5rem;
	overflow: hidden;
}
.zhlc_advantage .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.zhlc_advantage .item .cont{
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	padding: 0.3rem 0.5rem;
}
.zhlc_advantage .item .cont .wrap{
	flex: 1;
	min-width: 0;
}
.zhlc_advantage .item .title{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 0.3rem;
}
.zhlc_advantage .item .title .num{
	font-size: 0.24rem;
	line-height: 1.33333;
	color: #666666;
	margin-left: 0.2rem;
}
.zhlc_advantage .item .title h5{
	flex: 1;
	min-width: 0;
	font-size: 0.24rem;
	line-height: 1.33333;
	font-weight: 600;
	color: #C79D63;
}
.zhlc_advantage .item .txt{
	font-size: 0.18rem;
	line-height: 1.75;
}
.zhlc_advantage .item:nth-child(2n){
	flex-direction: row-reverse;
	background: #C79D63;
	color: #ffffff;
}
.zhlc_advantage .item:nth-child(4n){
	background: #E40012;
}
.zhlc_advantage .item:nth-child(2n) .title h5,
.zhlc_advantage .item:nth-child(2n) .title .num{
	color: #ffffff;
}
.zhlc_bus_module{
	margin: 0.4rem 0 0;
}
.zhlc_bus_title{
	text-align: center;
	margin-bottom: 0.4rem;
	font-size: 0.28rem;
	line-height: 1.4;
}
.zhlc_bus_title span{
	padding: 0 0.24rem;
	position: relative;
}
.zhlc_bus_title span:before,
.zhlc_bus_title span:after{
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #333333;
	position: absolute;
	top: 50%;
	margin-top: -0.04rem;
	transform: rotate(45deg);
}
.zhlc_bus_title span:before{
	left: 0;
}
.zhlc_bus_title span:after{
	right: 0;
}
.zhlc_bus_item{
	display: flex;
	background: rgba(246, 246, 246, 0.35);
	min-height: 3.1rem;
	align-items: center;
}
.zhlc_bus_item.reverse{
	flex-direction: row-reverse;
}
.zhlc_bus_item .pic{
	width: 5rem;
	overflow: hidden;
}
.zhlc_bus_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.zhlc_bus_item .cont{
	flex: 1;
	min-width: 0;
	padding: 0.3rem 0.8rem;
	display: flex;
	align-items: center;
}
.zhlc_bus_item .cont .wrap{
	flex: 1;
	min-width: 0;
}
.zhlc_bus_item .cont h5{
	font-size: 0.26rem;
	line-height: 1.33333;
	color: #E40012;
	font-weight: 600;
	margin-bottom: 0.3rem;
}
.zhlc_bus_item .cont .txt{
	font-size: 0.18rem;
	line-height: 1.75;
}
.zhlc_bus_list{
	display: flex;
	flex-wrap: wrap;
}
.zhlc_bus_list li{
	width: 33.3333%;
}
.zhlc_bus_list li .item{
	padding: 0.4rem 0.2rem 0.2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.15rem;
	line-height: 2;
}
.zhlc_bus_list li .item .icon{
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto 0.14rem;
}
.zhlc_bus_list li .item .icon img{
	display: block;
	width: 100%;
}
.zhlc_bus_list li .item h5{
	font-size: 0.2rem;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 0.1rem;
}
.fund_cm_page{
	padding: 0.4rem 0 0.7rem;
}
.pg_sub_title{
	display: flex;
	margin-bottom: 0.4rem;
	align-items: center;
}
.pg_sub_title h3{
	font-size: 0.28rem;
	line-height: 0.4rem;
	font-weight: 500;
	flex: 1;
	min-width: 0;
}
.pg_sub_title h3 em{
	font-size: 0.2rem;
	color: #999999;
	margin-left: 0.2rem;
}
.pg_sub_title .fund_search_box{
	margin-left: 0.3rem;
}
.fund_search_input{
	position: relative;
	width: 4rem;
	height: 0.4rem;
	box-sizing: border-box;
}
.fund_search_input .t1{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 0.4rem;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	padding: 0 0.49rem 0 0.19rem;
	font-size: 0.14rem;
	color: #333333;
	outline: none;
}
.fund_search_input .btn{
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/search_icon3.png) no-repeat center;
	background-size: 0.16rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.16rem;
	z-index: 50;
}
.fund_search_input .query_layer{
	margin-top: 0;
	max-height: 1.6rem;
}
.pf_condbox{
	background: #F9F9F9;
	padding: 0.12rem 0.3rem;
	margin: 0.4rem 0;
}
.pf_condbox dl{
	border-bottom: 1px solid #F1F1F1;
	padding: 0.12rem 0;
	display: flex;
}
.pf_condbox dl:last-child{
	border-bottom: 0 none;
}
.pf_condbox dl dt{
	width: 0.8rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
}
.pf_condbox dl dd{
	flex: 1;
	min-width: 0;
}
.pd_filter_link{
	margin-bottom: -0.11rem;
	padding-bottom: 0.01rem;
	display: flex;
	flex-wrap: wrap;
}
.pd_filter_link a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #333;
	transition: all 0.3s;
	margin-left: 0.3rem;
	margin-bottom: 0.1rem;
}
.pd_filter_link a:hover,
.pd_filter_link a.act{
	color: #CCA663;
}
.fund_list_wrap{
	margin: 0.4rem 0;
	background: #ffffff;
	box-shadow:0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
}
.sort_link{
	display: inline-block;
	height: 0.24rem;
	line-height: 0.24rem;
	cursor: pointer;
	position: relative;
	padding-right: 0.16rem;
	margin-right: -0.16rem;
}
.sort_link .up,
.sort_link .down{
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #ffffff transparent transparent;
	position: absolute;
	right: 0;
	transition: all 0.3s;
	opacity: 0.5;
}
.sort_link .up{
	transform: rotate(-180deg);
	bottom: 50%;
	margin-bottom: 1px;
}
.sort_link .down{
	top: 50%;
	margin-top: 1px;
}
.sort_link.up_active .up{
	opacity: 1;
}
.sort_link.down_active .down{
	opacity: 1;
}
.exp_cm_tips{
	display: inline-block;
	vertical-align: top;
	width: 0.16rem;
	height: 0.16rem;
	position: relative;
	margin-left: 0.02rem;
}
.exp_cm_tips .icon{
	display: inline-block;
	vertical-align: top;
	width: 0.16rem;
	height: 0.16rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAG4SURBVEhLzVXbcQIxDFQJlEAJKSElUMKVQAfHX2aADHQAHSQdhA5IB9DBdXDO7lq+gdzDhvxkZ25AsqSVZFu2f4Gwsdd2bct2Y4f0QbcKW1uE2mZu9jjardUI1iBQwP8GQU9hbUf+Qv8tPdZF+GZzd8uDxnA6e4A9K/ClO4SdzWFTgfwiIlTpS+NAhi8y3oIAAVw9CdjNlEistHZ1H545W3Kkk6uL4fsSRitB8AvLnQrOlkz1O5GwE66KgKLSQqYt7ly5OAgk+cXPxQhl/24HF0dRQsBDIbt0ODrF77IGUEJAoIIrNz4K8RI1EjIoJkBwkJwlwEmXR0IGpQSwq7qkSQAh23/iEQLaJoEEnxIyeIpA/cIpkpBBMQHuw+0eLORYcHtLCXQX0rH3WcJpuZLij+BNVyJok6u8JJJkqoANR/PgdE1AhUdUcN/yVAW+nasGQWdeTBd74Fov+wT0bMlFsI+P3An4NObI+XBVH2zVMyTMXMHjOzJ9WDoSOEy1g+CbjKA7tYVPasFJFGA4l4MTYV7tObMg8wJVknEUtY73evSRyQGbyieU7/KJgZRpDHrVhvMOjWZt9gPv4HmQbbqozAAAAABJRU5ErkJggg==") no-repeat center;
	background-size: 100%;
}
.exp_cm_tips .ly{
	white-space: nowrap;
	padding: 0.06rem 0.1rem;
	border-radius: 0.02rem;
	background: #FFF;
	box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.10);
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #333333;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-left: 0.05rem;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.exp_cm_tips:hover .ly{
	opacity: 1;
	visibility: visible;
}
.com_fund_table td .exp_cm_tips{
	margin-right: -0.16rem;
	top: 0.02rem;
}
.fund_btnwrap{
	text-align: center;
	padding: 0.26rem;
}
.fund_morebtn{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #FF9800;
	padding-right: 0.14rem;
	position: relative;
}
.fund_morebtn i{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.05rem 0.04rem 0;
	border-color: #FF9800 transparent transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.fund_morebtn.on i{
	border-width: 0 0.04rem 0.05rem;
	border-color: transparent transparent #FF9800;
}
.pro_tit_module{
	background: url(../images/pro_detail_banner.jpg) no-repeat center;
	background-size: cover;
	padding: 0.5rem 0 0.55rem;
	margin-bottom: 0.5rem;
	color: #AC3C12;
}
.pro_tit_module .wrapfix{
	display: flex;
	align-items: flex-end;
}
.pro_tit_module .row_01{
	flex: 1;
	min-width: 0;
}
.pro_tit_module .row_02{
	margin-left: 0.4rem;
}
.pro_tit_module .row_02 .pic{
	width: 2.38rem;
	margin: 0 auto 0.2rem;
}
.pro_tit_module .row_02 .pic img{
	display: block;
	width: 100%;
}
.pro_btn_wrap{
	display: flex;
}
.pro_btn_wrap a{
	display: block;
	width: 1.16rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #ffffff;
	background: linear-gradient(225deg, #E64A53 0%, #B00F15 100%);
	transition: all 0.3s;
}
.pro_btn_wrap a.btn_1{
	background: linear-gradient(225deg, #F2AF73 0%, #FF9800 100%);
}
.pro_btn_wrap a:hover{
	opacity: 0.9;
}
.pro_btn_wrap a.disabled{
	background: #cccccc !important;
	opacity: 1 !important;
}
.pro_name{
	margin-bottom: 0.4rem;
	align-items: center;
	font-size: 0.36rem;
	line-height: 0.5rem;
	color: #AC3C12;
}
.pro_name .title{
	margin-right: 0.2rem;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}
.pro_name .code{
	font-size: 0.28rem;
	margin-right: 0.2rem;
	display: inline-block;
	vertical-align: top;
	font-family: 'D-DIN';
	font-weight: 700;
}
.pro_name .type_tag{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
	padding: 0 0.14rem;
	line-height: 0.5rem;
	font-size: 0.24rem;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0.08rem;
	transition: all 0.3s;
}
.pro_name .type_tag.act{
	background: #FF3D3D;
}
.pro_otherinfo{
	font-size: 0.16rem;
	line-height: 0.22rem;
	display: flex;
	color: #AC3C12;
	margin-top: 0.4rem;
}
.pro_otherinfo .item{
	margin-right: 0.48rem;
}
.pro_otherinfo .item:last-child{
	margin-right: 0 !important;
}
.pro_intro_data{
	margin-top: 0.3rem;
	margin-bottom: 0.24rem;
	display: flex;
}
.pro_intro_data .item{
	margin-right: 1.2rem;
	color: #AC3C12;
}
.pro_intro_data .item:last-child{
	margin-right: 0 !important;
}
.pro_intro_data .item .data{
	font-size: 0.52rem;
	line-height: 0.54rem;
	font-family: 'D-DIN';
	font-weight: 700;
}
.pro_intro_data .item p{
	font-size: 0.14rem;
	line-height: 1;
	margin-top: 0.1rem;
}
.pro_detail_page{
	padding-bottom: 0.6rem;
}
.pro_detail_topbox{
	display: flex;
	margin-bottom: 0.5rem;
}
.pro_detail_topbox > .row_01{
	flex: 1;
	min-width: 0;
}
.pro_detail_topbox > .row_02{
	width: 2.82rem;
	margin-left: 0.4rem;
} 
.pro_subtab{
	margin-bottom: 0.2rem;
}
.pro_subtab ul{
	display: flex;
}
.pro_subtab li a{
	display: block;
	padding: 0.07rem 0.25rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	color: #333;
	border: 1px solid #EAD290;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
	margin-right: -1px;
}
.pro_subtab li a:before{
	content: '';
	background: linear-gradient(90deg, #EAD290 0.06%, #D1AE6C 99.95%);
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.pro_subtab li a:hover{
	color: #CCA663;
}
.pro_subtab li.active a{
	color: #ffffff !important;
	background: #EAD290;
}
.pro_subtab li.active a:before{
	opacity: 1;
	visibility: visible;
}
.chart_opea_layout{
	display: flex;
	margin-bottom: 0.2rem;
	align-items: center;
}
.chart_opea_layout .chart_cm_tab{
	flex: 1;
	min-width: 0;
	margin-bottom: 0;
}
.chart_cm_tab{
	margin-bottom: 0.2rem;
	display: flex;
	padding: 0.05rem 0;
}
.chart_cm_tab a{
	display: block;
	padding: 0.05rem 0;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #666666;
	margin-right: 0.24rem;
	transition: all 0.3s;
}
.chart_cm_tab a:last-child{
	margin-right: 0 !important;
}
.chart_cm_tab a:hover,
.chart_cm_tab a.active{
	color: #CCA663;
}
.detail_chart_img{
	height: 2.9rem;
}
.detail_chart_img > img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.detail_chart_info{
	margin-top: 0.2rem;
	display: block;
}
.detail_chart_info li{
	margin-bottom: 0.06rem;
}
.detail_chart_info li:last-child{
	margin-bottom: 0 !important;
}
.detail_chart_info li .item{
	display: flex;
	position: relative;
	font-size: 0.14rem;
	line-height: 0.18rem;
}
.detail_chart_info li .item em{
	width: 0.15rem;
	height: 0.04rem;
	position: relative;
	top: 0.07rem;
	margin-right: 0.1rem;
}
.detail_chart_info li .item .tit{
	white-space: nowrap;
}
.detail_chart_info li .item .ct p{
	margin-top: 0.05rem;
}
.detail_chart_info li .item .ct p:first-child{
	margin-top: 0;
}
.com_date_box{
	width: 2rem;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
}
.com_date_box .wrap{
	display: flex;
	align-items: center;
}
.com_date_box .item{
	flex: 1;
	min-width: 0;
}
.com_date_box .item input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 0.4rem;
	font-size: 0.14rem;
	outline: none;
	border: 0 none;
}
.com_date_box .line{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	margin: 0 0.05rem;
}
.com_date_box .icon{
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADVSURBVEhL7ZbBDcMgEAQpISW4c7uDWDKIp9MRJThAlhOKsjEW2OSRkfYB7LHci1N7aK23ICwppb5dTgm01g7evHq5VNhYd8+Qh50VlMvF0GVZZmxMfuMWX5GRCrCkMB8amnC+ilFafiOdY0n55guN4NwVX1iL5HQLvEr9AtH5afwDm3M4MPmYYKOI72gBE2wU8ZUW1PL7gcnHBBtFfEcLmGCjiK+0oJaugXG8+PTbtwK/vgSG4Wnzo8bIfv0aQiPGmBEZ8/VDVCCEZsNUazl/9+MVptQT5ESEkAoWX/EAAAAASUVORK5CYII=") no-repeat center;
	background-size: 100% auto;
	margin-left: 0.1rem;
}
.pro_imptips{
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
	margin-bottom: 0.2rem;
}
.pro_sy_box .title{
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 0.09rem;
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	line-height: 0.18rem;
}
.pro_sy_box .title h5{
	flex: 1;
	min-width: 0;
	font-weight: 600;
}
.pro_sy_box .title .date{
	font-size: 0.14rem;
	color: #666666;
}
.pro_sy_box .list li{
	border-bottom: 1px solid #F1F1F1;
	display: flex;
	padding: 0.12rem 0.1rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
}
.pro_sy_box .list li .tit{
	width: 1rem;
}
.pro_sy_box .list li .ct{
	flex: 1;
	min-width: 0;
	text-align: right;
}
.pro_sy_box .list li .color_green{
	color: #19890F;
}
.pro_tabwrap{
	margin: 0.5rem 0 0.4rem;
}
.pro_tabnav{
	display: flex;
	background: linear-gradient(225deg, #E64A53 0%, #B00F15 100%);
}
.pro_tabnav li{
	flex: 1;
	min-width: 0;
}
.pro_tabnav li a{
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.2rem;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}
.pro_tabnav li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #EAD290 0.06%, #D1AE6C 99.95%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.pro_tabnav li a:hover{
	color: #ffffff;
}
.pro_tabnav li.active a{
	color: #ffffff;
}
.pro_tabnav li.active a:before{
	opacity: 1;
	visibility: visible;
}
.pro_detail_module{
	margin-top: 0.4rem;
	position: relative;
}
.pro_detail_module:first-child{
	margin-top: 0 !important;
}
.pro_mod_title{
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
}
.pro_mod_title h3{
	flex: 1;
	min-width: 0;
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 500;
	color: #CCA663;
	padding-left: 0.19rem;
	position: relative;
}
.pro_mod_title h3:before{
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #CCA663;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	left: 0.02rem;
}
.data_table.style_2 td{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	text-align: left;
}
.pro_detail_txt{
	border-top: 1px solid #E9E9E9;
	padding-top: 0.2rem;
	font-size: 0.16rem;
	line-height: 1.7;
}
.cm_mg_list{
	background: #ffffff;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	padding: 0.4rem 0.58rem 0.4rem 0.4rem;
	position: relative;
	z-index: 5;
}
.cm_mg_item{
	display: flex;
	margin-top: 0.2rem;
}
.cm_mg_item:first-child{
	margin-top: 0 !important;
}
.cm_mg_item .pic{
	width: 2.24rem;
	height: 3rem;
	margin-right: 0.35rem;
	overflow: hidden;
}
.cm_mg_item .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cm_mg_item .cont{
	flex: 1;
	min-width: 0;
}
.cm_mg_item .cont h5{
	font-size: 0.24rem;
	line-height: 0.34rem;
	padding: 0.1rem 0;
	font-weight: 600;
}
.cm_mg_item .info{
	display: flex;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-bottom: 0.2rem;
	color: #666;
}
.cm_mg_item .info .item{
	margin-right: 0.3rem;
}
.cm_mg_item .info .item:last-child{
	margin-right: 0 !important;
}
.cm_mg_item .info .item strong{
	font-weight: normal;
	color: #999999;
	margin-left: 0.14rem;
}
.cm_mg_item .txt{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.2rem;
	padding-top: 0.3rem;
	border-top: 1px solid #F1F1F1;
}
.cm_mg_item .txt.elp{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.cm_mg_item  .btn_wrap{
	margin-top: 0.1rem;
	text-align: right;
}
.pro_fl_txt{
	color: #666666;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.pro_fl_txt .c_item{
	margin: 0.2rem 0;
	display: flex;
}
.pro_fl_txt .c_item .num{
	font-size: 0.14rem;
	font-weight: 600;
}
.pro_fl_txt .c_item h5{
	font-size: 0.14rem;
	font-weight: 600;
}
.pro_fl_txt .c_item .ct{
	flex: 1;
	min-width: 0;
}
.data_table.style_3{
	border: 0 none;
	border-bottom: 1px solid #F9F9F9;
}
.data_table.style_3 th,
.data_table.style_3 td{
	border: 0 none;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	text-align: left;
}
.data_table.style_3 th{
	background: #F9F9F9;
}
.data_table.style_3 tbody tr:nth-child(2n) td{
	background: #F9F9F9;
}
.data_table.style_4{
	border: 0 none;
	border-bottom: 1px solid #F9F9F9;
}
.data_table.style_4 th,
.data_table.style_4 td{
	border: 0 none;
	text-align: left;
}
.data_table.style_4 th{
	background: #F9F9F9;
}
.data_table.style_4 tbody tr:nth-child(2n) td{
	background: #F9F9F9;
}
.pro_sales_info{
	background: #ffffff;
	box-shadow: 0 0.04rem 0.4rem rgba(12, 44, 125, 0.08);
	padding: 0.4rem;
	position: relative;
	z-index: 5;
	margin-bottom: 0.4rem;
	font-size: 0.16rem;
	line-height: 1.75;
}
.pro_sales_info .wrap{
	display: flex;
}
.pro_sales_info .row_01,
.pro_sales_info .row_02{
	flex: 1;
	min-width: 0;
}
.pro_sales_info .row_02{
	margin-left: 0.4rem;
}
.pro_sales_info .title{
	font-size: 0.2rem;
	color: #CCA663;
	font-weight: 500;
	margin-bottom: 0.12rem;
}
.pro_sales_info .qrcode{
	display: flex;
	margin-top: 0.15rem;
}
.pro_sales_info .qrcode .item{
	margin-right: 0.2rem;
	text-align: center;
}
.pro_sales_info .qrcode .item:last-child{
	margin-right: 0 !important;
}
.pro_sales_info .qrcode .item .pic{
	width: 1.2rem;
	height: 1.2rem;
	box-sizing: border-box;
	border: 0.04rem solid #F4F4F4;
	border-radius: 0.08rem;
	background: #ffffff;
	padding: 0.06rem;
	margin: 0 auto 0.12rem;
}
.pro_sales_info .qrcode .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_sales_info .qrcode .item p{
	font-size: 0.16rem;
	line-height: 1.4;
}
.com_data_form .wrap{
	display: flex;
	align-items: center;
}
.com_data_form .tit{
	font-size: 0.16rem;
	line-height: 1.4;
	margin-right: 0.16rem;
	color: #666666;
}
.p_dropdown{
	display: block;
	max-width: 2rem;
	min-width: 0.8rem;
	box-sizing: border-box;
	height: 0.4rem;
	border: 1px solid #E9E9E9;
	position: relative;
	background: #ffffff;
}
.p_dropdown .value{
	box-sizing: border-box;
	height: 0.38rem;
	padding: 0.09rem 0.28rem 0.09rem 0.12rem;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #CCA663;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.p_dropdown .value:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.06rem 0.04rem 0;
	 border-color: #DDD transparent transparent;
	 position: absolute;
	 top: 50%;
	 margin-top: -0.03rem;
	 right: 0.11rem;
}
.p_dropdown .list{
	background: #ffffff;
	box-shadow: 0 0.06rem 0.12rem rgba(0,0,0,0.15);
	border: 1px solid #ffffff;
	position: absolute;
	width: 100%;
	min-width: 1.2rem;
	max-height: 1.8rem;
	margin-top: 1px;
	overflow: auto;
	top: 100%;
	left: -1px;
	z-index: 50;
}
.p_dropdown .list li{
	font-size: 0.14rem;
	line-height: 0.2rem;
	padding: 0.06rem 0.12rem;
	cursor: pointer;
	transition: all 0.3s;
}
.p_dropdown .list li:hover{
	background: #f9f9f9;
	color: #CCA663;
}
.tzzh_chart_box{
	border: 1px solid #F1F1F1;
	margin: 0.25rem 0 0.2rem;
	padding: 0.25rem;
}
.tzzh_chart_box .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tzzh_chart_box .chart_img{
	width: 1.9rem;
	height: 1.9rem;
	margin: 0 0.26rem;
}
.tzzh_chart_box .chart_img > img{
	display: block;
	max-width: 100%;
}
.tzzh_chart_info{
	margin: 0 0.26rem -0.1rem;
}
.tzzh_chart_info .item{
	margin-bottom: 0.1rem;
	max-width: 2rem;
	position: relative;
	padding-left: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	box-sizing: border-box;
}
.tzzh_chart_info .item em{
	width: 0.12rem;
	height: 0.12rem;
	position: absolute;
	top: 0.05rem;
	left: 0;
}
.tzzh_chart_info.flex{
	width: 4rem;
	display: flex;
	flex-wrap: wrap;
}
.tzzh_chart_info.flex .item{
	width: calc(50% - 0.15rem);
	margin-right: 0.3rem;
}
.tzzh_chart_info.flex .item:nth-child(2n){
	margin-right: 0 !important;
}
.pro_tabcont .pro_subtab{
	margin-bottom: 0.3rem;
}
.spel_rightbox{
	position: absolute;
	top: -0.7rem;
	right: 0;
	z-index: 50;
}
.spel_rightbox > .wrap{
	display: flex;
	align-items: center;
}
.export_datalink{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #CCA663;
	padding: 0.08rem 0.12rem 0.08rem 0.27rem;
	position: relative;
	border: 1px solid #E9E9E9;
	margin-left: 0.2rem;
	transition: all 0.3s;
}
.export_datalink i{
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.04rem 0.06rem;
	border-color: transparent transparent #DDD;
	position: absolute;
	top: 50%;
	margin-top: -0.03rem;
	left: 0.12rem;
	transition: all 0.3s;
}
.export_datalink:hover{
	border-color: #CCA663;
}
.export_datalink:hover i{
	border-color: transparent transparent #CCA663;
}
.table_imp_tips{
	margin: 0.15rem 0;
	background: rgba(199, 157, 99, 0.10);
	font-size: 0.16rem;
	line-height: 0.22rem;
	padding: 0.08rem 0.25rem;
	color: #C79D63;
}
.data_cm_track{
	font-size: 0;
	height: 0.24rem;
	overflow: hidden;
	min-width: 1.6rem;
}
.data_cm_track .trumb{
	height: 100%;
	background: #C79D63;
}
.spel_cell{
	border-color: transparent !important;
	background: transparent !important;
}
.notice_pg_wrap{
	display: flex;
}
.notice_pg_wrap > .col_left{
	width: 1.8rem;
	margin-right: 1rem;
}
.notice_pg_wrap > .col_right{
	flex: 1;
	min-width: 0;
}
.notice_tabnav{
	background: #ffffff;
	box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
	border-radius: 0.1rem;
	overflow: hidden;
}
.notice_tabnav li{
	position: relative;
	z-index: 5;
}
.notice_tabnav li:before{
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 46.87%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.notice_tabnav li a{
	display: block;
	font-size: 0.16rem;
	line-height: 0.22rem;
	text-align: center;
	color: #333333;
	padding: 0.1rem;
	position: relative;
	transition: all 0.3s;
	z-index: 10;
}
.notice_tabnav li a:before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #EAD290 0.06%, #D1AE6C 99.95%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.notice_tabnav li a:hover{
	color: #CCA663;
}
.notice_tabnav li.active a{
	color: #ffffff !important;
}
.notice_tabnav li.active a:before{
	opacity: 1;
	visibility: visible;
}
.detail_searchbox{
	width: 4rem;
	height: 0.4rem;
	position: relative;
}
.detail_searchbox .wrap{
	display: flex;
}
.detail_searchbox .t1{
	display: block;
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	height: 0.4rem;
	border: 1px solid #E9E9E9;
	border-right: 0 none;
	background: #ffffff;
	outline: none;
	font-size: 0.14rem;
	padding: 0 0.19rem;
}
.detail_searchbox .btn{
	display: inline-block;
	vertical-align: top;
	padding: 0 0.1rem;
	font-size: 0.14rem;
	line-height: 0.4rem;
	color: #ffffff;
	background: linear-gradient(90deg, #EAD290 0.06%, #D1AE6C 99.95%);
}
.detail_searchbox .btn i{
	display: inline-block;
	vertical-align: top;
	width: 0.16rem;
	height: 0.4rem;
	margin-right: 0.04rem;
	background: url(../images/search_icon_white.png) no-repeat center;
	background-size: 100% auto;
}
.pro_mod_title .right_opea{
	display: flex;
	align-items: center;
}
.pro_mod_title .right_opea .com_date_box{
	margin-left: 0.2rem;
}
.pro_mod_title .right_opea .detail_searchbox{
	margin-left: 0.2rem;
}
.notice_list li{
	border-bottom: 1px solid #E9E9E9;
}
.notice_list li .item{
	display: flex;
	padding: 0.18rem 0;
	font-size: 0.16rem;
	line-height: 0.22rem;
	align-items: center;
	color: #333333;
	transition: all 0.3s;
}
.notice_list li .item h5{
	flex: 1;
	min-width: 0;
	font-size: 0.16rem;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_list li .item .time{
	color: #999999;
	font-size: 0.14rem;
	margin-left: 0.3rem;
}
.notice_list li .item:hover{
	color: #CCA663;
}
.assist_button{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.3rem;
	border: 1px solid rgba(36,39,43,0.5);
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.06rem;
	color: #24272B;
	transition: all 0.3s;
}
.assist_button i{
	display: inline-block;
	vertical-align: top;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/assist_icon.png) no-repeat center;
	background-size: 100%;
	margin-right: 0.02rem;
	transition: all 0.3s;
}
.fp-viewing-page5 .assist_button{
	border-color: rgba(255,255,255,0.5);
	color: #ffffff;
}
.fp-viewing-page5 .assist_button i{
	background-image: url(../images/assist_icon_white.png);
}
.sys_error_box{
	padding: 1.73rem 0;
	text-align: center;
	font-size: 0.22rem;
	line-height: 1.5;
}
.sys_error_box .pic{
	margin-bottom: 0.2rem;
}
.sys_error_box .pic img{
	display: block;
	margin: 0 auto;
	height: 1.72rem;
}

/* 内页 end */


/* 调整 start */
.banner_box{
	position: relative;
}
.banner_item .txt .wrapfix{
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
.ban_nextbtn,
.ban_prevbtn{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	transition: all 0.3s;
}
.ban_nextbtn{
	right: 10%;
}
.ban_prevbtn{
	left: 10%;
}
.ban_nextbtn i,
.ban_prevbtn i{
	width: 100%;
	height: 100%;
	background: url(../images/ban_arrow.png) no-repeat center;
	background-size: 0.2rem auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ban_prevbtn i{
	transform: rotate(180deg);
}
.ban_nextbtn.swiper-button-disabled,
.ban_prevbtn.swiper-button-disabled{
	opacity: 0.5 !important;
	background-color: transparent !important;
}
.ban_nextbtn:hover,
.ban_prevbtn:hover{
	background-color: rgba(255,255,255,0.15);
}
.hm_add_wrap{
	margin-top: 0.18rem;
}
.hm_add_wrap .row{
	display: flex;
	justify-content: center;
}
.hm_add_wrap .line_lt,
.hm_add_wrap .line_rt{
	display: block;
	height: 0;
	border-top: 1px dashed #F1F1F1;
	margin-top: 0.11rem;
	position: relative;
	flex: 1;
	min-width: 0;
}
.hm_add_wrap .line_lt:before,
.hm_add_wrap .line_rt:before{
	content: '';
	width: 0.04rem;
	height: 0.04rem;
	background: #F1F1F1;
	position: absolute;
	top: 50%;
	margin-top: -0.02rem;
	transform: rotate(45deg);
}
.hm_add_wrap .line_lt:before{
	right: -0.02rem;
}
.hm_add_wrap .line_rt:before{
	left: -0.02rem;
}
.hm_addbtn{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #E40012;
	position: relative;
	padding-bottom: 0.15rem;
	margin: 0 0.16rem;
}
.hm_addbtn i{
	display: block;
	width: 0.08rem;
	height: 0.09rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVDhP7ZLRDcIwDERvg5CwACMwQkdglG4AG5QNGIERGIERKjWR+OwIxUdcqpKmUAn+eJI/fHac5GR8jQb2GODaGmaj0ltu0htga55VCZAhFw97lUErlbKwhwM8XD3qj5OdFOxJpSwBq0oHpC8PMFsZ1HmYUqUEqe/Zw16VUuSGUgcVKj1pYHZaO6iUh2bJt0bPnTRyDppFkxl9Ho2M+ceo0a0criTOWSN7cnvisS6iia57rS3aExrN0PTB8L3/niRGzkGzaHK/F4ORv96THHN7sggazdB0AuAOza2kBa3/eegAAAAASUVORK5CYII=") no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.04rem;
	transition: all 0.2s;
}
.hm_addbtn:hover i{
	transform: translateY(2px);
}

/* 调整 end */

/* add 20251112 start */
.product_card_list li .card_link{
	padding-top: 0.5rem;
}
.product_card_list li .card_link .small + div{
	margin-top: 0.05rem;
}
.product_card_list li .tips{
	width: 100%;
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #999999;
	position: absolute;
	bottom: 0.34rem;
	left: 0;
	transition: all 0.3s;
}
.product_card_list li .card_link .small{
	line-height: 0.22rem;
}
.product_card_list li .card_link .num{
	margin-top: 0.2rem;
}
.product_card_list li:hover .tips{
	bottom: 0.05rem;
	color: #ffffff;
}
.cm_bot_tips{
	text-align: right;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #999999;
	margin-top: 0.3rem;
}

/* add 20251112 end */
