@charset "utf-8";
/*sanren
@font-face {
	font-family: "sh_b";
	src: url("../fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
	font-family: "sh_l";
	src: url("../fonts/SourceHanSansCN-Light.otf");
}

@font-face {
	font-family: "sh_m";
	src: url("../fonts/SourceHanSansCN-Medium.otf");
}

@font-face {
	font-family: "sh_n";
	src: url("../fonts/SourceHanSansCN-Normal.otf");
}

@font-face {
	font-family: "sh_r";
	src: url("../fonts/SourceHanSansCN-Regular.otf");
}

 

.sh_b {
	font-family: "sh_b";
}

.sh_l {
	font-family: "sh_l";
}

.sh_m {
	font-family: "sh_m";
}

.sh_r {
	font-family: "sh_r";
}

.sh_n {
	font-family: "sh_n";
}
*/
.l_img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
}

.l_img img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

 *{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	
}
body {
	font-family: "sh_r";
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}
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,a {
	margin: 0;
	padding: 0;
}
input,button,select,textarea{outline:none; font-family: "microsoft yahei";-webkit-appearance:none;}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333;
	transition: all 0.25s;
}
img {
	border: none;
	display: inline-block;
}
em,i{
	font-style: normal;
	display: inline-block;
}
.clear {
	height: 0;
	clear: both;
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.mt_15{
	margin-top: 15px;
}
.mt_20{
	margin-top: 20px;
}
.mt_25{
	margin-top: 25px;
}
.mt_30{
	margin-top: 30px;
}
.mt_35{
	margin-top: 35px;
}
.mt_40{
	margin-top: 40px;
}
.mt_45{
	margin-top: 45px;
}
.mt_50{
	margin-top: 50px;
}
.mt_60{
	margin-top: 60px;
}
.mt_70{
	margin-top: 70px;
}
.mt_80{
	margin-top: 80px;
}
.mt_90{
	margin-top: 90px;
}
.mt_100{
	margin-top: 100px;
}
.padding30{
	padding: 30px;
}
.padding20{
	padding: 20px;
}
.padding15{
	padding: 15px;
}
.padding10{
	padding: 10px;
}
.padding5{
	padding: 5px;
}
.lrpadd20{
	padding: 0 20px;
}
.tbpadd20{
	padding: 20px 0;
}
.bordetrbl{
	border: 1px solid #e6e6e6;
}
.borderright{
	border-right: 1px solid #e6e6e6;
}
.borderleft{
	border-left: 1px solid #e6e6e6;
}
.bordertop{
	border-top: 1px solid #e6e6e6;
}
.borderbot{
	border-bottom: 1px solid #e6e6e6;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.wrap_1200{
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
.wrap_1300{
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
}
.wrap_1400{
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}
.wrap_1500{
	width: 1500px;
	margin: 0 auto;
	max-width: 100%;
}
.wrap_1600{
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
}
.hvimg{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: .7s;
}
.hvimghover:hover .hvimg{
	transform: scale(1.1);
}
.hvimghover img.img{
	transition: 1s;
}
.hvimghover:hover img.img{
	transform: scale(1.1);
}
.posrelative{
	position: relative;
}
.posrabsolute{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.hoverop:hover{
	opacity: .85;
}
.bggray{
	background: #f8f8f8;
}
.bgwhite{
	background: #fff;
}
.colorred{
	color: #ff5d5d;
}
.colorblue{
	color: #17A7DC;
}
.colorgreen{
	color: #55d679;
}
.coloryellow,.hvyellow:hover{
	color: #ffab1c;
}
.bgyellow,.hvbgyellow:hover{
	background: #ffab1c;
	color: #fff;
}
.color999{
	color: #999;
}
.color666{
	color: #666;
}
.color333{
	color: #333;
}
.color000{
	color: #000;
}
.colorfff{
	color: #fff;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.textcenter{
	text-align: center;
}
.disblock{
	display: block;
}
.disnone{
	display: none;
}
.middle{
	vertical-align: middle;
	margin-top: -3px;
}
.fullwidth{
	width: 100%;
}
.datatable th{
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
	background: #f8f8f8;
}
.datatable td{
	padding: 10px;
	border-bottom: 1px dashed #E6E6E6;
}
.datatable td.tdl{
	color: #999;
}
.datatables td{
	text-align: center;
	line-height: 24px;
	border-bottom: none;
}
.datatable td img{
	display: inline-block;
	vertical-align: middle;
}
.datatable td.lvtd{
	border-bottom: 1px solid #ddd;
}
.datatablel th{
	text-align: left;
}
.datatablel td{
	text-align: left;
}
.tab_content li.tab_content_li{
	display: none;
}
.tab_content li.active{
	display: block;
}
.tab_content1 li.tab_content_li{
	display: none;
}
.tab_content1 li.active{
	display: block;
}
 

.w100{
	width: 100%;
}
.h100{
	height: 100%;
}
.w48{
	width: 48%;
}
.w49{
	width: 49%;
}
.w50{
	width: 50%;
}
.w32{
	width: 32%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w66{
	width: 66%;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.pl0{
	padding-left: 0 !important;
}
.pr0{
	padding-right: 0 !important;
}
.disflex{
	display: flex;
}
.flex1{
	flex: 0;
	flex-grow: 1;
}
.flex_column{
	flex-direction: column;
}
.flex_center{
	align-items: center;
}
.flex_start{
	align-items: flex-start;
}
.flex_end{
	align-items: flex-end;
}
.flex_lr_center{
	justify-content: center;
}
.flex_lr_start{
	justify-content: flex-start;
}
.flex_lr_end{
	justify-content: flex-end;
}
.flex_lmr{
	justify-content: space-between;
}
.flex_wrap{
	flex-wrap: wrap;
}
.bdrls{
	border-radius: 4px;
}
.line_1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line_2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line_3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*public*/
.dx{
	text-transform: uppercase;
}
.bgsz{
	background-size: cover !important;
}
.ovhd{
	overflow: hidden;
}
.head_pc{
	display: block;
}
.head_wap{
	display: none;
}
.pc_demo{
	display: block;
}
.wap_demo{
	display: none;
}
.swiper-container-bn{
	width: 100%;
}
.swiper-container-bn .bnimg{
	display: block;
	width: 100%;
	display: block;
	background-size: cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.swiper-pagination-bn .swiper-pagination-bullet{
	background: rgba(255,255,255,.7);
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px !important;
}
.swiper-pagination-bn .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-pagination-bn{
	bottom: 4% !important;
}
.text12{
	font-size: 12px;
	line-height: 22px;
}
.text14{
	font-size: 14px;
	line-height: 28px;
}
.text16{
	font-size: 16px;
	line-height: 30px;
}
.text18{
	font-size: 18px;
	line-height: 32px;
}
.text20{
	font-size: 20px;
	line-height: 35px;
}
.ftwt_none{
	font-weight: normal;
}
.ftwt_100{
	font-weight: 100;
}
.ftwt_bold{
	font-weight: bold;
}
.titleh1{
	font-size: 36px;
}
.titleh2{
	font-size: 30px;
}
.titleh3{
	font-size: 24px;
}
.titleh4{
	font-size: 22px;
}
.lht20{
	line-height: 20px;
}
.lht25{
	line-height: 25px;
}
.lht30{
	line-height: 30px;
}
.lht35{
	line-height: 35px;
}
.lht40{
	line-height: 40px;
}
.lht45{
	line-height: 45px;
}
.tr25s{
	transition: .25s;
}
.en_br{
	word-break:break-all;
}
.cup{
	cursor: pointer;
}

/*video*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.wnavbox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	overflow-y: auto;
	transition: .4s;
}

.wnavbox_active {
	opacity: 1;
	visibility: inherit;
}

.wnavbox .close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 170px;
	top: 42px;
	z-index: 105;
	background: url(../images/close.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.wnavw {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	background: #fff;
	transition: .4s;
	padding-top: 80px;
	box-sizing: border-box;
}


.wnavw .logo {
	display: block;
	margin-bottom: 40px;
}
.whead i.navicon span{
	
display:flex;
justify-content:center;
align-items:center;
}
.whead i.navicon span img{
	width: 24px;
}


@media only screen and (max-width:1599px) {
	.wrap_1600{
		width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:1499px) {
	.wrap_1500{
		width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:1399px) {
	.wrap_1400{
		width: 100%;
		padding: 0 20px;
	}
	.titleh1{
		font-size: 30px;
	}
	.titleh2{
		font-size: 26px;
	}
	.titleh3{
		font-size: 22px;
	}
	.titleh4{
		font-size: 20px;
	}
	.text14{
		font-size: 13px;
		line-height: 26px;
	}
	.text16{
		font-size: 15px;
		line-height: 26px;
	}
	.text18{
		font-size: 16px;
		line-height: 28px;
	}
	.text20{
		font-size: 18px;
		line-height: 30px;
	}
}
@media only screen and (max-width:1299px) {
	.wrap_1300{
		width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.wrap,.wrap_1200{
		width: 100%;
		padding: 0 20px;
	}
	.ftwt_none{
		font-weight: normal;
	}
	.titleh1{
		font-size: 26px;
	}
	.titleh2{
		font-size: 22px;
	}
	.titleh3{
		font-size: 20px;
	}
	.titleh4{
		font-size: 18px;
	}
	.text14{
		font-size: 12px;
		line-height: 22px;
	}
	.text16{
		font-size: 14px;
		line-height: 24px;
	}
	.text18{
		font-size: 15px;
		line-height: 26px;
	}
	.text20{
		font-size: 16px;
		line-height: 28px;
	}
	.videohidebox{
		width: 80%;
	}
}
@media only screen and (max-width:950px) {
	.flex_wap_wrap{
		flex-wrap: wrap;
	}
	.whead{
		height: 60px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.waphd_height{
		width: 100%;
		height: 60px;
	}
	.wlogo{
		display: inline-block;
	}
	.wlogo img{
		display: block;
		border: 0;
		height: 48px;
	}
	.waphdlg{
		display: inline-block;
	}
	.waphdlg img{
		display: block;
		height: 30px;
	}
	.whead i.navicon{
		display:flex;
		width: 60px;
		height: 60px;
		background-size: 40%;
		color: #ffab1c;
		text-align: center;
		line-height: 60px;
		font-size: 26px;
		position: absolute;
		right: -15px;
		top: 0;
		z-index: 9999;
		cursor: pointer;
	}
	.whead i.navicon span{
 
	}
	.whead i.navicon .icon_1{
		display:flex;
	}
	.whead i.navicon .icon_2{
		display: none;
		font-size: 18px;
	}
	.whead i.navicon.active .icon_1{
		display: none;
	}
	.whead i.navicon.active .icon_2{
		display:flex;
		color: #444;
	}
	.wapnav{
		width: 240px;
	    height: 100%;
	    position: fixed;
	    right: 0;
	    top: 0;
	    background: #fff;
	    z-index: 9999;
	    margin-right: -240px;
	    transition: .5s;
		overflow-y: scroll;
   		-webkit-overflow-scrolling: touch;
	}
	.wapnava {
		padding: 0 0 15px 0;
	}
	.wapnavtop{
		color: #fff;
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
		border-bottom: 1px solid #eee;
		display: flex;
		align-items: center;
	}
	.wapnavtop i{
		display: block;
		width: 60px;
		height: 60px;
		background: none;
		color: #222;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		position: absolute;
		background: url(../images/close.png) no-repeat center;
		background-size: 30%;
		right: 0;
		top: 0;
		z-index: 99999999;
	}
	.wapprda i.fa, .wapprda1 i.fa {
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 0;
	    height: 44px;
	    line-height: 44px;
	    transition: .25s;
	}
	.wapprda_active i.fa,.wapprda1_active i.fa{
		transform:rotate(90deg);
	}
	.wapnava span{
		width: 100%;
	}
	.wapnava a.wapprda{
		display: block;
		height: 50px;
		line-height: 45px;
		padding: 0 20px;
		color: #333;
		width: 100%;
		border-bottom: 1px solid #eee;
		font-size: 14px;
		position: relative;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.wapprda1{
		position: relative;
	}
	.wpheadhide{
		padding: 5px 0;
	}
	.wpheadhide a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 35px;
		padding: 0 25px;
		color: #666;
		width: 100%;
		font-size: 12px !important;
	}
	.head_wap{
		display: block;
	}
	.head_pc{
		display: none;
	}
	.waphide{
		display: none;
	}
	.wpheadhide{
		display: none;
	}
	.wpheadhide em{
		display: block;
	}
	.wpheadhide a{
		font-size: 14px;
		padding-left: 30px;
		color: #666;
	}
	.wpheadhide1{
		display: none;
	}
	.wpheadhide1 a{
		padding-left: 35px !important;
		background: #fff !important;
		color: #888;
		font-size: 12px !important;
	}
	.swiper-container-bn .swiper-button-next-bn,.swiper-container-bn .swiper-button-prev-bn{
		display: none;
	}
	.wpnvbg{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: rgba(0,0,0,.7);
		opacity: 0;
		visibility: hidden;
		transition: .25s;
	}
	.wpnvbg_active{
		opacity: 1;
		visibility: inherit;
	}
	.wapnav_active{
		right: 0;
		top: 0;
		height: 100%;
		margin-right: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.waplga{
		padding: 0 15px;
	}
	.waplga a{
		display: inline-block;
		width: 48%;
		height: 34px;
		background: #fff;
		color: #E70012;
		line-height: 32px;
		font-size: 13px;
		border: 1px solid #E70012;
	}
	.waplga a.active{
		background: #E70012;
		color: #fff;
	}
	.waplga a.waplga_ac{
		display: block;
		margin: 0 auto;
		float: none;
		background: #fff;
		color: #E70012;
	}
	.wrap,.wrap_1200,.wrap_1300,.wrap_1400,.wrap_1500,.wrap_1600{
		width: 100%;
		padding: 0 15px;
	}
	.head_wap_wt .whead{
		background: rgba(0,0,0,.7);
	}
	.head_wap_wt .waphd_height{
		display: none;
	}
	.head_wap_wt .whead i,.head_wap_wt .wapnavtop i{
		filter: grayscale(100%) brightness(500%);
	}
	.head_wap_wt .wapnav{
		background: rgba(0,0,0,.5);
	}
	.head_wap_wt .wpheadhide1 a{
		background: none !important;
	}
	.head_wap_wt .wapnava a.wapprda,.head_wap_wt .wpheadhide a,.head_wap_wt .wapnavtop{
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.head_wap_wt .wapprda i img, .head_wap_wt .wapprda1 i img{
		filter: grayscale(100%) brightness(500%);
	}
	.text14{
		font-size: 12px;
		line-height: 22px;
	}
	.text16{
		font-size: 13px;
		line-height: 24px;
	}
	.text18{
		font-size: 15px;
		line-height: 26px;
	}
	.text20{
		font-size: 16px;
		line-height: 28px;
	}
	.mt_30,.mt_35,.mt_40,.mt_45{
		margin-top: 25px;
	}
	.mt_50,.mt_60,.mt_70,.mt_80,.mt_90,.mt_100{
		margin-top: 35px;
	}
	/*video*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.searchbox input{
		height: 38px;
		width: 100%;
		border: 1px solid #e6e6e6;
		padding: 0 10px;
		font-size: 12px;
	}
	.searchbox button{
		cursor: pointer;
		width: 38px;
		height: 38px;
		background: url(../images/search.png) no-repeat center;
		background-size: 15px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.pc_demo{
		display: none;
	}
	.wap_demo{
		display: block;
	}
	.wap_w100{
		width: 100% !important;
	}
	.wap_disblock{
		display: block !important;
	}
	.wap_w48{
		width: 48% !important;
	}
	.wap_mr0{
		margin-right: 0 !important;
	}
	.wap_ml0{
		margin-left: 0 !important;
	}
	.wap_mt0{
		margin-top: 0 !important;
	}
	.wap_mb0{
		margin-bottom: 0 !important;
	}
	.wap_mt15{
		margin-top: 15px !important;
	}
	.wap_mb15{
		margin-bottom: 15px !important;
	}
}
@media only screen and (max-width:768px) {
	.swiper-container-bn .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 7px !important;
	}
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.titleh1{
		font-size: 22px;
	}
	.titleh2{
		font-size: 20px;
	}
	.titleh3{
		font-size: 18px;
	}
	.titleh4{
		font-size: 16px;
	}
	.mt_30,.mt_35,.mt_40.mt_45{
		margin-top: 20px;
	}
	.mt_50,.mt_60,.mt_70,.mt_80,.mt_90,.mt_100{
		margin-top: 25px;
	}
}