@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
span,code{font-family: inherit;}

.contain{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.top{
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
.top1{
	text-align: right;
}
.top1 a{
	font-size: 14px;
	color: #222222;
	line-height: 35px;
	margin-left: 30px;
}
.header{
	background-color: #f7f7f7;
	padding: 15px 0 20px;
}
.header1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
}
.search{
	width: 260px;
	height: 40px;
	border: 1px solid #000000;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 20px;
}
.search form{
	height: 100%;
}
.searchi{
	float: left;
	height: 100%;
	width: calc(100% - 40px);
	background-color: #f7f7f7;
}
.searchii{
	float: left;
	width: 40px;
	height: 100%;
	background: url(../img/search.png) center no-repeat;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 29px;
	font-size: 18px;
}
.nav ul li:first-child{
	margin-left: 0;
}
.nav ul li a{
	color: #333333;
}
.nav ul li.on a{
	color: #e50113;
}
.nav ul li:hover a{
	color: #e50113;
}
.banner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.banner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner2{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.banner3{
	margin-top: 20px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.banner4{
	margin: 30px auto 0;
	width: 100%;
	max-width: 646px;
	height: 56px;
	border-radius: 9px;
	background-color: #ffffff;
}
.banner4 form{
	height: 100%;
}
.banner4i{
	float: left;
	border-radius: 9px;
	width: calc(100% - 124px);
	height: 100%;
	padding: 0 20px;
	font-size: 16px;
}
.banner4ii{
	float: left;
	border-radius: 9px;
	width: 124px;
	height: 100%;
	font-size: 18px;
	color: #ffffff;
	background-color: #ef6220;
}
.banner5{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
.banner5 span{
	margin: 0 5px;
}
.banner5 a{
	display: inline-block;
	margin: 0 5px;
	color: #ffffff;
}
.main{
	padding: 20px 0;
	background-color: #f7f7f7;
	position: relative;
}
.classfy1{
	background-color: #ffffff;
	padding: 26px 40px 20px;
	border-radius: 9px;
	box-shadow: 0 0 15px #ededed;
}
.classfy2{
	margin-bottom: 12px;
}
.classfy2 span{
	display: inline-block;
	line-height: 1;
	padding: 10px 13px;
	background-image: linear-gradient(to right,#f6a47e,#fff);
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.classfy2 span code{
	font-size: 14px;
	font-weight: normal;
}
.classfy3{
	font-size: 0;
}
.classfy4{
	display: inline-block;
	position: relative;
	margin-right: 12px;
	padding-bottom: 8px;
}
.classfy4 span{
	display: inline-block;
	padding: 0 9px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	font-size: 16px;
	color: #121212;
	cursor: pointer;
	line-height: 32px;
}
.arrow{
	display: none;
	font-size: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 9;
	transform: translateX(-50%);
}
.classfy5{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 1px);
	z-index: 8;
	width: 400px;
	background-color: #ffffff;
	padding: 12px 6px;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 10px #dedede;
	border-radius: 5px;
}
.classfy5 a{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin: 0 9px;
}
.classfy5 a:hover{
	color: #e85f1f;
}
.classfy4:hover span{
	background-color: #e85f1f;
	color: #ffffff;
}
.classfy4:hover .arrow{
	display: block;
}
.classfy4:hover .classfy5{
	display: block;
}
.lunbo{
	margin: 70px 0;
}
.lunbo1{
	font-size: 0;
	position: relative;
}
.lunbo1 img{
	width: 100%;
}
.lunbo1 .swiper{
	padding: 30px 0;
}
.lunbo1 .swiper-wrapper{
	align-items: center;
}
.lunbo1 .swiper-slide-active img{
	transform: scale(1.2);
}
.lLeft{
	font-size: 0;
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
}
.rRight{
	font-size: 0;
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translateY(-50%);
}
.announce{
	font-size: 0;
	text-align: center;
}
.hot{
	margin-top: 45px;
	margin-bottom: 20px;
}
.hot1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot1 span{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.hot1 code{
	display: inline-block;
	width: 4px;
	height: 24px;
	background-color: #e50113;
	margin-right: 10px;
}
.hot1 span img{
	margin-right: 10px;
}
.hot1 a{
	font-size: 16px;
	color: #666666;
}
.hot2{
	margin-top: 20px;
}
.hot2 ul{
	overflow: hidden;
}
.hot2 ul li{
	list-style-type: none;
	float: left;
	margin-right: 13px;
	margin-top: 10px;
	width: calc((100% - 39px)/4);
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 16px;
}
.hot2 ul li:nth-child(4n){
	margin-right: 0;
}
.newHot{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 16px;
}
.hot3{
	font-size: 0;
	position: relative;
	height: 120px;
	overflow: hidden;
}
.hot3 a>img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
	transition: all .5s;
}
.new_icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}
.hot4{
    margin-top: 10px;
	overflow: hidden;
}
.hot4 span{
	display: inline-block;
	width: 36px;
	height: 22px;
	border-radius: 4px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}
.tColor{
	background-color: #33a8fe;
}
.hColor{
	background-color: #f57716;
}
.jColor{
	background-color: #248ae1;
}
.hot4 code{
	float: right;
	font-size: 16px;
	color: #333333;
}
.hot4 img{
	vertical-align: middle;
}
.hot5{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	height: 56px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hot5 a{
	color: #333333;
}
.hot6{
	margin-top: 20px;
}
.hot6 a{
	display: inline-block;
	font-size: 12px;
	color: #666666;
	height: 26px;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #d2d2d2;
	padding: 0 6px;
}
.hot7{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.hot7 span{
	color: #333333;
}
.hot7 code{
	font-weight: bold;
	color: #f47517;
}
.hot2 ul li:hover .hot3 a>img{
	transform: translate(-50%,-50%) scale(1.2);
}
.hot5 a:hover{
	color: #e85f1f;
}
.hot6 a:hover{
	color: #e85f1f;
	border: 1px solid #e85f1f;
}
.exhibition{
	margin-top: 70px;
}
.exhibition1{
	margin-top: 30px;
}
.exhibition1 ul{
	overflow: hidden;
}
.exhibition1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 10px;
	background-color: #ffffff;
	border-radius: 9px;
	padding: 20px 20px 20px 10px;
	width: calc((100% - 80px)/3);
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.exhibition1 ul li:nth-child(3n){
	margin-right: 0;
}
.exhibition2{
	font-size: 0;
	width: 100px;
	overflow: hidden;
}
.exhibition2 img{
	transition: all .5s;
}
.exhibition3{
	flex: 1;
}
.exhibition4{
	font-size: 16px;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.exhibition4 a{
	color: #333333;
}
.exhibition5{
	margin-top: 20px;
}
.exhibition5 a{
	display: inline-block;
	width: 66px;
	height: 26px;
	border: 1px solid #d2d2d2;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	border-radius: 4px;
}
.exhibition5 span{
	font-size: 14px;
	color: #333333;
}
.exhibition5 span img{
	vertical-align: middle;
}
.exhibition6{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.exhibition6 span{
	color: #333333;
}
.exhibition6 code{
	font-weight: bold;
	color: #f47517;
}
.exhibition4 a:hover{
	color: #e85f1f;
}
.exhibition5 a:hover{
	color: #e85f1f;
	border: 1px solid #e85f1f;
}
.exhibition ul li:hover .exhibition2 img{
	transform: scale(1.1);
}
.news{
	margin-top: 40px;
}
.news ul{
	overflow: hidden;
}
.news ul li{
	list-style-type: none;
	float: left;
	background-color: #ffffff;
	width: calc((100% - 30px)/3);
	margin-right: 15px;
	border-radius: 10px;
	padding: 16px 20px;
}
.news ul li:nth-child(3n){
	margin-right: 0;
}
.news1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 9px;
	border-bottom: 1px solid #ef6220;
}
.news1 span{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.news1 span img{
	margin-right: 9px;
}
.news1 a{
	font-size: 16px;
	color: #666666;
}
.news2{
	margin-top: 10px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news3{
	font-size: 16px;
	color: #333333;
	width: 22px;
}
.news4{
	font-size: 16px;
	color: #333333;
	flex: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news4 a{
	color: #333333;
}
.news5{
	font-size: 14px;
	color: #999999;
}
.news2:nth-child(1) .news3{
	color: #e50113;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
}
.news2:nth-child(2) .news3{
	color: #ff8908;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
}
.news2:nth-child(3) .news3{
	color: #ff8908;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
}
.news2:hover .news4 a{
	color: #e85f1f;
}
.hotArea{
	margin-top: 20px;
}
.hotArea1{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 1px 24px 20px;
}
.hotArea2{
	margin-top: 16px;
	font-size: 16px;
	line-height: 30px;
}
.hotArea2 a{
	color: #333333;
	display: inline-block;
	margin-right: 20px;
}
.hotArea2 a:hover{
	color: #e85f1f;
}
.f_icon{
	margin-top: 20px;
}
.f_icon1{
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 50px;
}
.footer{
	/*background: url(../img/footer_bg.png) center no-repeat;*/
	background-color: #333333;
	padding: 50px 0 30px;
}
.footer1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer2{
	width: 440px;
}
.footer2 a{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	margin-right: 20px;
}
.footer3a{
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	margin-bottom: 10px;
}
.footer3a a{
    display: inline-block;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 32px;
	line-height: 30px;
	padding: 0 20px;
	margin-right: 20px;
}
.footer3b{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.footer4 span{
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.footer4 img{
	display: block;
	background-color: #fff;
	width: 120px;
	margin: 0 auto 10px;
}
.beian{
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #dcdcdc;
}
.beian1{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.beian1 a{
	color: #ffffff;
}
.cb{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.cb a{
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	z-index: 8;
	background-color: #5c5c5c;
	border-radius: 7px;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	padding: 0 5px;
	text-align: center;
	position: relative;
}
.cb1{
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #5c5c5c;
	border-radius: 7px;
	position: relative;
}
.cb2{
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 7;
	transform: translateX(0);
	background-color: #ffffff;
	padding: 10px;
	white-space: nowrap;
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	transition: all .5s;
}
.cb1:hover .cb2{
	left: 0;
	transform: translateX(-100%);
}
.login_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
}
.loginp_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
}
.resister_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
}
.fooget_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
}
.login_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 400px;
}
.login_tc2{
	position: relative;
}
.login_close{
	font-size: 0;
	position: absolute;
	right: -34px;
	top: -34px;
}
.login_tc3{
	background-color: #ffffff;
	border-radius: 9px;
	padding: 36px 30px;
}
.login_tc4{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.login_tc5{
	margin-top: 40px;
}
.login_tc5 input{
	width: 100%;
	height: 50px;
	border: 1px solid #dcdcdc;
	padding: 0 16px 0 40px;
	background: url(../img/r_icon.png) no-repeat;
	background-position: 14px center;
}
.login_tc6{
	margin-top: 30px;
}
.login_tc6 input{
	width: 100%;
	height: 50px;
	border: 1px solid #dcdcdc;
	padding: 0 16px 0 40px;
	background: url(../img/r_icon1.png) no-repeat;
	background-position: 14px center;
}
.login_tc7{
	margin-top: 30px;
}
.login_tc7 input{
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #ffffff;
	background-color: #ef6220;
	border-radius: 5px;
}
.login_tc8{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.login_tc8 a{
	color: #0c96dd;
}
.login_tc9{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login_tc9a a{
	font-size: 16px;
	color: #e50113;
}
.login_tc9b{
	font-size: 16px;
	color: #333333;
}
.login_tc9b a{
	color: #333333;
}
.login_tc10{
	margin-top: 20px;
	position: relative;
}
.login_tc10 input{
	width: 100%;
	height: 50px;
	border: 1px solid #dcdcdc;
	padding: 0 16px 0 40px;
	background: url(../img/r_icon2.png) no-repeat;
	background-position: 14px center;
}
.login_tc10 a{
	position: absolute;
	font-size: 16px;
	color: #e50113;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.inAbout{
	zoom: 1;
}
.inAbout:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.about_left{
	float: left;
	width: 222px;
	box-shadow: 0 0 10px #efefef;
	background-color: #ffffff;
	padding: 10px 0 50px;
	border-radius: 5px;
	border: 1px solid #efefef;
}
.about_left ul li{
	margin-top: 10px;
	line-height: 35px;
	padding-left: 25px;
	font-size: 16px;
}
.about_left ul li a{
	color: #333333;
}
.about_left ul li.on{
	background-color: #fef5f6;
	border-left: 3px solid #e50113;
}
.about_left ul li:hover{
	background-color: #fef5f6;
	border-left: 3px solid #e50113;
}
.about_right{
	float: right;
	width: calc(100% - 236px);
	border: 1px solid #efefef;
	background-color: #ffffff;
	padding: 30px 40px 50px;
	border-radius: 5px;
}
.about_right1{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.about_right1 a{
	font-size: 16px;
	color: #333333;
	margin-left: 50px;
	position: relative;
}
.about_right1 a.on{
	color: #e50113;
}
.about_right1 a.on::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 31px;
	height: 3px;
	background-color: #e50113;
}
.about_right2{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.about_right3{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.inContact{
	margin-top: 15px;
	font-size: 18px;
	color: #333333;
	line-height: 48px;
	font-weight: bold;
	position: relative;
	padding-left: 13px;
}
.inContact::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 18px;
	background-color: #ef6220;
}
.inContact1{
	font-size: 18px;
	color: #333333;
	line-height: 48px;
	font-weight: bold;
	position: relative;
	padding-left: 13px;
}
.inContact1::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 18px;
	background-color: #ef6220;
}
.inContact2{
	margin-top: 15px;
}
.inLink ul{
	overflow: hidden;
}
.inLink ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 80px)/6);
	margin-right: 16px;
	margin-top: 16px;
	border-radius: 5px;
	height: 135px;
	border: 1px solid #e5e5e5;
	position: relative;
	font-size: 0;
}
.inLink ul li:nth-child(6n){
	margin-right: 0;
}
.inLink ul li img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.vipMess{
	zoom: 1;
}
.vipMess:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.messLeft{
	float: left;
	width: 222px;
}
.messLeft1{
	box-shadow: 0 0 10px #efefef;
	border: 1px solid #efefef;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
}
.messLeft2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	padding-left: 6px;
	border-left: 3px solid #e50113;
}
.messLeft3{
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.messLeft3 img{
	width: 92px;
	height: 92px;
	border-radius: 50%;
}
.messLeft4{
	margin-top: 16px;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.messLeft4 a{
	display: inline-block;
	margin-left: 9px;
	vertical-align: middle;
	line-height: 16px;
	height: 18px;
	font-size: 12px;
	color: #e50113;
	border: 1px solid #e50113;
	border-radius: 5px;
	padding: 0 4px;
}
.messLeft5{
	margin-top: 20px;
	overflow: hidden;
}
.messLeft5a{
	width: 50%;
	float: left;
}
.messLeft5b{
	font-size: 30px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.messLeft5c{
	margin-top: 9px;
	font-size: 14px;
	color: #999999;
	line-height: 1;
	text-align: center;
}
.messLeft6{
	margin-top: 16px;
	box-shadow: 0 0 10px #efefef;
	border: 1px solid #efefef;
	background-color: #ffffff;
	padding: 20px 0;
	border-radius: 5px;
}
.messLeft8{
	margin-top: 30px;
}
.messLeft8:first-child{
	margin-top: 0;
}
.messLeft8.on .messLeft9{
	background-color: #fef5f6;
	line-height: 35px;
	border-left: 3px solid #e50113;
	padding-left: 25px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.messLeft8.on .messLeft9 span{
	border-left: 0;
}
.messLeft9{
	padding: 0 30px 0 20px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.messLeft9 span{
	display: inline-block;
	padding-left: 6px;
	border-left: 3px solid #e50113;
	line-height: 1;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.me_arrow{
	display: none;
}
.messLeft10{
	padding: 0 30px 0 50px;
}
.messLeft10 a{
	display: block;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.messLeft10 code{
	font-size: 0;
	line-height: 1;
}
.messLeft10 a.on{
	color: #e50113;
}
.messRight{
	float: right;
	width: calc(100% - 236px);
	border: 1px solid #efefef;
	background-color: #ffffff;
	padding: 30px 40px 50px;
	border-radius: 5px;
	position: relative;
}
.person{
	font-size: 0;
	margin-top: 30px;
}
.person a{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	color: #ffffff;
	width: 82px;
	height: 28px;
	border-radius: 5px;
	background-color: #ef6220;
	text-align: center;
	line-height: 28px;
}
.person span{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
	border-radius: 5px;
	min-width: 82px;
	background-color: #f6f6f6;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
.person1{
	margin-top: 50px;
	font-size: 18px;
	color: #333333;
	padding-bottom: 16px;
	line-height: 1;
	border-bottom: 1px solid #eeeeee;
}
.person2{
	margin-top: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1f1f1f;
}
.person2 span{
	display: inline-block;
	width: 90px;
	font-size: 16px;
	color: #333333;
}
.person2 code{
	font-size: 0;
	position: relative;
	width: 110px;
	height: 110px;
	margin-right: 20px;
}
.person2 img{
	width: 110px;
	height: 110px;
}
.person2 code input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	opacity: 0;
}
.person3{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1f1f1f;
}
.person3 span{
	display: inline-block;
	width: 90px;
	font-size: 16px;
	color: #333333;
}
.person3 input{
	width: 302px;
	height: 55px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
}
.person3 select{
	width: 302px;
	height: 55px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
	outline: none;
}
.person4{
	margin-top: 30px;
	padding-left: 90px;
}
.person4 input{
	width: 302px;
	height: 55px;
	border-radius: 5px;
	background-color: #e50113;
	font-size: 16px;
	color: #ffffff;
}
.exItem{
	background-color: #ffffff;
	padding: 27px 30px 30px;
	border-radius: 9px;
	margin-bottom: 18px;
}
.exItem1{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	position: relative;
	padding-left: 9px;
	margin-bottom: 40px;
}
.exItem1::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background-color: #e50113;
}
.exItem2{
	margin-top: 30px;
	overflow: hidden;
	padding-left: 9px;
}
.exItem3{
	float: left;
	width: 106px;
	font-size: 16px;
	color: #333333;
}
.exItem4{
	float: right;
	width: calc(100% - 106px);
}
.exItem4 span{
	display: inline-flex;
	align-items: center;
	border: 1px solid #e50113;
	font-size: 12px;
	color: #e50113;
	height: 24px;
	padding: 0 10px;
	border-radius: 5px;
}
.exItem4 span a{
	color: #e50113;
	line-height: 1;
	margin-left: 9px;
	width: 12px;
	height: 12px;
}
.exItem5{
	float: right;
	width: calc(100% - 106px);
	position: relative;
}
.exItem5 span{
	display: inline-flex;
	margin-right: 16px;
	margin-top: 20px;
	align-items: center;
	font-size: 16px;
	color: #121212;
}
.exItem5 .more{
	display: inline-flex;
	margin-right: 16px;
	margin-top: 20px;
	align-items: center;
	font-size: 16px;
	color: #121212;
}
.exItem5 input{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	width: 14px;
	appearance: none;
	height: 14px;
}
.exItem5 input:before{
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #acacac;
	display: inline-block;
	border-radius: 3px;
	vertical-align: middle;
}
.exItem5 input:checked:before{
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #e51728;
	background:#e51728;
	display: inline-block;
	border-radius: 3px;
	vertical-align: middle;
}
.exItem5 input:checked:after{
	content: '';
	width: 10px;
	height:5px;
	border: 2px solid white;
	border-top: transparent;
	border-right: transparent;
	text-align: center;
	display: block;
	position: absolute;
	top: 3px;
	left:2px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.exItem6{
	margin-top: 10px;
	overflow: hidden;
	padding-left: 9px;
}
.exItem7{
	float: left;
	width: 106px;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.sort{
	background-color: #ffffff;
	padding: 13px 60px 14px 39px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sort1{
	font-size: 14px;
	color: #333333;
}
.sort2{
	font-size: 0;
}
.sort2 span{
	display: inline-block;
	height: 32px;
	margin-left: 19px;
	padding: 0 12px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	color: #333333;
}
.inExhibit ul{
	overflow: hidden;
}
.inExhibit ul li{
	list-style-type: none;
	float: left;
	margin-top: 18px;
	margin-right: 14px;
	width: calc((100% - 14px)/2);
	border-radius: 9px;
	background-color: #ffffff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inExhibit ul li:nth-child(2n){
	margin-right: 0;
}
.inExhibit1{
	font-size: 0;
	width: 125px;
	margin-right: 40px;
	overflow: hidden;
}
.inExhibit1 img{
	transition: all .5s;
}
.inExhibit2{
	flex: 1;
}
.inExhibit3{
	font-size: 18px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inExhibit3 a{
	color: #333333;
}
.inExhibit4{
	margin-top: 9px;
	overflow: hidden;
}
.inExhibit4 span{
	display: inline-block;
	width: 36px;
	height: 22px;
	border-radius: 4px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}
.inExhibit4 code{
	float: right;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 22px;
}
.inExhibit5{
	margin-top: 12px;
	font-size: 16px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inExhibit5 span{
	display: flex;
	align-items: center;
}
.inExhibit5 span img{
	margin-right: 9px;
}
.inExhibit6{
	margin-top: 12px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inExhibit6 span img{
	vertical-align: middle;
}
.inExhibit6 span code{
	color: #f47517;
	font-weight: bold;
}
.inExhibit7{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inExhibit7a a{
	display: inline-block;
	height: 26px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}
.inExhibit7b a{
	display: inline-block;
	width: 100px;
	height: 36px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #d81e06;
}
.inExhibit7b a.on{
	font-size: 16px;
	color: #999999;
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
}
.inExhibit ul li:hover .inExhibit1 img{
	transform: scale(1.2);
}
.inExhibit3:hover a{
	color: #e50113;
}
.inExhibit7a a:hover{
	color: #e50113;
	border: 1px solid #e50113;
}
.page{
	margin-top: 14px;
	font-size: 0;
	background-color: #fff;
	text-align: center;
	padding: 13px 0;
}
.page .on{
	background-color: #e50113;
	color: #fff;
}
.page a{
	display: inline-block;
	border: 1px solid #bfbfbf;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	padding: 0 12px;
	border-left: 0;
}
.page a:first-child{
	border-left: 1px solid #bfbfbf;
}
.lastNews{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lastNews1{
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.lastNews1 span{
	display: inline-block;
	width: 4px;
	height: 24px;
	background-color: #e50113;
	margin-right: 10px;
}
.lastNews a{
	font-size: 16px;
	color: #666666;
}
.lastNews2{
	margin-top: 20px;
	overflow: hidden;
}
.lastNews3{
	float: left;
	width: calc((100% - 14px)/2);
	margin-right: 14px;
	background-color: #fff;
	border-radius: 9px;
	padding: 20px 15px;
}
.lastNews3:nth-child(2n){
	margin-right: 0;
}
.lastNews3 ul li{
	list-style-type: none;
}
.lastNews3 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lastNews4{
	width: 5px;
	height: 5px;
	background-color: #e50113;
	border-radius: 2px;
	margin-right: 8px;
}
.lastNews5{
	flex: 1;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.lastNews6{
	margin-left: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.lastNews3 ul li a:hover .lastNews5{
	color: #e50113;
}
.ticket{
	margin-top: 30px;
}
.ticket ul li{
	list-style-type: none;
	margin-top: 20px;
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 20px 30px 25px;
}
.ticket1{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ticket1 span{
	font-size: 16px;
}
.ticket1 span.tiColor{
	color: #e50113;
}
.ticket1 span.tiColor1{
	color: #666666;
}
.ticket2{
	margin-top: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.ticket3{
	font-size: 0;
	height: 129px;
	background-color: #ffffff;
	width: 180px;
	margin-right: 20px;
	position: relative;
}
.ticket3 img{
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 96%;
	max-width: 96%;
	transform: translate(-50%,-50%);
}
.ticket4{
	flex: 1;
}
.ticket5{
	font-size: 16px;
	color: #333333;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ticket6{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.ticket7{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.ticket7 span{
	color: #e50113;
}
.ticket8{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}
.ticket9{
	font-size: 16px;
	color: #333333;
}
.ticket9 span{
	font-size: 24px;
}
.ticket9 code{
	font-size: 18px;
	color: #e50113;
}
.ticket10{
	font-size: 16px;
	color: #1f1f1f;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ticket10 span.tiColor{
	color: #e50113;
	font-weight: normal;
}
.ticket10 code{
	font-size: 30px;
}
.ticket10 a{
	display: inline-block;
	width: 90px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	margin-left: 9px;
}
.ticket10 a.tiColor{
	background-color: #e50113;
}
.ticket10 a.tiColor1{
	background-color: #089263;
}
.ticket10 span.tiColor1{
	color: #333;
}
.ticket10a{
    margin-top: 16px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: right;
    color: #e50113;
}
.ticket11{
	margin-top: 16px;
	font-size: 16px;
	color: #333333;
}
.interest{
	margin-top: 13px;
	padding-left: 70px;
	margin-bottom: 60px;
}
.interest1{
	border-left: 1px solid #eeeeee;
	padding-left: 27px;
}
.interest2{
	margin-top: 20px;
	position: relative;
	padding: 20px;
	border-radius: 5px;
	background-color: #f6f6f6;
}
.interest2:first-child{
	margin-top: 0;
}
.interest_icon{
	position: absolute;
	left: -34px;
	top: 20px;
	width: 14px;
	height: 14px;
	background-color: #096fc9;
	border-radius: 50%;
}
.interest_city{
	position: absolute;
	right: calc(100% + 42px);
	top: 17px;
}
.interest_city span{
	font-size: 18px;
	color: #333333;
	display: block;
	text-align: right;
	white-space: nowrap;
}
.interest_city code{
	font-size: 14px;
	color: #666666;
	display: block;
	text-align: right;
	white-space: nowrap;
}
.interest3{
	font-size: 20px;
	color: #1f1f1f;
	line-height: 1;
}
.interest4{
	margin-top: 10px;
	font-size: 16px;
	color: #e50113;
}
.interest4 span{
	color: #ef6220;
	margin-left: 20px;
}
.interest5{
	margin-top: 20px;
}
.interest5a{
	display: inline-block;
	width: 56px;
	height: 34px;
	border: 1px solid #ef6220;
	background-color: #ef6220;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	margin-right: 10px;
	border-radius: 5px;
}
.interest5a.on{
	color: #999999;
	width: 69px;
	border: 1px solid #e4e4e4;
	background-color: #e4e4e4;
}
.interest5b{
	display: inline-block;
	width: 96px;
	height: 34px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	border-radius: 5px;
}
.interest6{
	margin-top: 30px;
	padding-left: 20px;
	font-size: 0;
}
.interest6 span{
	display: inline-block;
	min-width: 82px;
	height: 36px;
	border-radius: 5px;
	background-color: #f6f6f6;
	line-height: 36px;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	margin-right: 10px;
}
.myExhibit{
	margin-top: 10px;
}
.myExhibit ul li{
	list-style-type: none;
	padding: 30px;
	margin-top: 20px;
	border-radius: 5px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.myExhibit1{
	font-size: 0;
	background-color: #ffffff;
	position: relative;
	width: 180px;
	height: 129px;
	margin-right: 20px;
}
.myExhibit1 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.myExhibit2{
	flex: 1;
}
.myExhibit3{
	font-size: 16px;
	color: #333333;
}
.myExhibit4{
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
}
.myExhibit5{
	font-size: 16px;
	margin-left: 20px;
}
.meColor{
	color: #e50113;
}
.meColor1{
	color: #049664;
}
.exhibitor ul{
	overflow: hidden;
}
.exhibitor ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #d2d2d2;
	margin-top: 30px;
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	padding: 20px;
	border-radius: 5px;
}
.exhibitor ul li:nth-child(3n){
	margin-right: 0;
}
.exhibitor1{
	font-size: 0;
	position: relative;
	height: 136px;
}
.exhibitor1 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.exhibitor2{
	margin-top: 14px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.appoint{
	margin-top: 16px;
	overflow: hidden;
}
.appointLeft{
	float: left;
	width: calc(100% - 346px);
}
.appointLeft1{
	overflow: hidden;
}
.appointLeft2{
	float: left;
	font-size: 0;
	position: relative;
	width: 260px;
	height: 390px;
	border-radius: 5px;
	background-color: #ffffff;
}
.appointLeft2 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.appointLeft3{
	float: right;
	height: 390px;
	border-radius: 5px;
	width: calc(100% - 270px);
	background-color: #ffffff;
	padding: 27px 30px 0;
}
.appointLeft3a{
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.appointLeft3b{
	margin-top: 10px;
	margin-bottom: 10px;
}
.appointLeft3b span{
	display: inline-block;
	width: 36px;
	height: 22px;
	border-radius: 4px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}
.appointLeft3c{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.appointLeft3c span{
	color: #f2651f;
}
.appointLeft3c code{
	color: #e50113;
	text-decoration: underline;
}
.appointLeft3d{
	font-size: 18px;
	color: #e50113;
	display: flex;
	align-items: center;
}
.appointLeft3d span{
	font-size: 30px;
	margin: 0 5px;
}
.appointLeft3d code{
	display: inline-block;
	height: 27px;
	line-height: 25px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
	color: #2489fe;
	border: 1px solid #2489fe;
}
.appointLeft3e{
	margin-top: 18px;
	background-color: #ffffff;
	box-shadow: 0 0 10px #eee;
	border-radius: 5px;
	padding: 9px 20px;
	display: flex;
	justify-content: space-between;
}
.appointLeft3f{
	font-size: 0;
	margin-right: 7px;
}
.appointLeft3g{
	flex: 1;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.cname{
	margin-top: 15px;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}
.title{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	padding-left: 9px;
	position: relative;
}
.title::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background-color: #e50113;
}
.title a{
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	margin-left: 20px;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	background-color: #e50113;
	text-align: center;
	line-height: 40px;
}
.cname1{
	margin-top: 20px;
}
.cname1 input{
	width: 100%;
	height: 55px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	font-size: 16px;
}
.visitor{
	margin-top: 20px;
	background-color: #ffffff;
	padding: 13px 30px 45px;
	border-radius: 5px;
}
.visitor1{
	margin-top: 9px;
}
.visitor3 ul{
	overflow: hidden;
}
.visitor3 ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #dcdcdc;
	border-left: 0;
	height: 55px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 53px;
}
.visitor3 ul li:first-child{
	border-left: 1px solid #dcdcdc;
}
.visitor4 ul{
	overflow: hidden;
}
.visitor4 ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #dcdcdc;
	border-left: 0;
	height: 95px;
	font-size: 14px;
	word-break: break-all;
	color: #333333;
	border-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.visitor4 ul li:first-child{
	border-left: 1px solid #dcdcdc;
}
.visitor4 input{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	width: 20px;
	appearance: none;
	height: 20px;
}
.visitor4 input:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #acacac;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
}
.visitor4 input:checked:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #e51728;
	background:#e51728;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
}
.visitor4 input:checked:after{
	content: '';
	width: 10px;
	height:5px;
	border: 2px solid white;
	border-top: transparent;
	border-right: transparent;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	left:5px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.visitor4 span{
	text-align: center;
}
.visitor4 span a{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #e50113;
}
.vWidth{
	width: 8%;
}
.vWidth1{
	width: 11%;
}
.vWidth2{
	width: 8%;
}
.vWidth3{
	width: 11%;
}
.vWidth4{
	width: 14%;
}
.vWidth5{
	width: 20%;
}
.vWidth6{
	width: 13%;
}
.vWidth7{
	width: 15%;
}
.vWidth8{
	width: 9%;
}
.tips{
	margin-top: 12px;
	font-size: 16px;
	line-height: 34px;
}
.privancy{
	margin-top: 16px;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 27px 30px;
	font-size: 16px;
	color: #333333;
}
.privancy a{
	color: #e50113;
}
.privancy input{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	width: 20px;
	appearance: none;
	height: 20px;
}
.privancy input:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #acacac;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
}
.privancy input:checked:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #e51728;
	background:#e51728;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
}
.privancy input:checked:after{
	content: '';
	width: 10px;
	height:5px;
	border: 2px solid white;
	border-top: transparent;
	border-right: transparent;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	left:5px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.agree{
	margin-top: 25px;
}
.agree input{
	background-color: #e50113;
	height: 65px;
	width: 100%;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
}
.agree a{
	background-color: #e50113;
	height: 65px;
	line-height: 65px;
    text-align: center;
	width: 100%;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	display: block;
}
.appointRight{
	float: right;
	width: 331px;
}
.appointRight1{
	background-color: #ffffff;
	padding: 25px 20px 20px;
	border-radius: 5px;
}
.appointRight1 ul li{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.appointRight1 ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.appointRight2{
	margin-top: 15px;
	padding-left: 9px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.visit_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 966;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.71);
}
.visit_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 80%;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 900px;
}
.visit_tc2{
	position: relative;
}
.visit_close{
	font-size: 0;
	position: absolute;
	right: -34px;
	top: -34px;
}
.visit_tc3{
	background-color: #fff;
	padding: 36px 70px 30px 60px;
}
.visit_tc4{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.visit_tc5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.visit_tc5 input{
	margin-top: 19px;
	height: 40px;
	width: calc((100% - 30px)/2);
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 20px;
}
.visit_tc5 select{
	margin-top: 19px;
	height: 40px;
	width: calc((100% - 30px)/2);
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 20px;
	resize: none;
}
.visit_tc6{
	margin-top: 60px;
	text-align: center;
}
.visit_tc6 input{
	background-color: #e50113;
	border: 1px solid #e50113;
	border-radius: 9px;
	width: 155px;
	height: 48px;
	font-size: 18px;
	color: #ffffff;
}
.visit_tc6 a{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e50113;
	border-radius: 9px;
	width: 155px;
	height: 48px;
	font-size: 18px;
	color: #e50113;
	text-align: center;
	line-height: 46px;
	margin-left: 30px;
}
.certify{
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
}
.certify span{
	display: inline-block;
	width: 86px;
}
.certify1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.certify2{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	width: calc((100% - 20px)/2);
	display: flex;
	align-items: center;
}
.certify2 span{
	display: inline-block;
	width: 86px;
}
.certify2 span code{
	color: #e50113;
}
.certify2 input{
	height: 55px;
	border: 1px solid #dcdcdc;
	flex: 1;
	padding: 0 20px;
	box-sizing: border-box;
}
.certify2 select{
	height: 55px;
	border: 1px solid #dcdcdc;
	flex: 1;
	padding: 0 20px;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
.certify2 a{
	display: inline-block;
	width: 87px;
	height: 55px;
	margin-left: 8px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #e50113;
	background-color: #e50113;
	font-size: 16px;
	text-align: center;
	line-height: 53px;
}
.certify3{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: space-between;
}
.certify3 span{
	display: inline-block;
	width: 86px;
}
.certify3 span code{
	color: #e50113;
}
.certify3 textarea{
	height: 140px;
	border: 1px solid #dcdcdc;
	flex: 1;
	padding: 16px 20px;
	box-sizing: border-box;
	resize: none;
}
.certify4{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	display: flex;
}
.certify4 span{
	display: inline-block;
	width: 86px;
}
.certify4 span code{
	color: #e50113;
}
.upImg{
	width: 146px;
	height: 146px;
	font-size: 0;
	position: relative;
}
.upImg img{
	width: 146px;
	height: 146px;
	border: 1px solid #dcdcdc;
}
.upImg input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.certify5{
	margin-top: 50px;
}
.certify5 input{
	height: 65px;
	background-color: #e50113;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
}
.webMap{
	margin-top: 16px;
	background-color: #ffffff;
	padding: 30px 40px 1px;
	border-radius: 5px;
}
.webMap1{
	margin-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.webMap1 a{
	display: inline-block;
	padding-bottom: 19px;
	font-size: 18px;
	line-height: 1;
	color: #333333;
	position: relative;
	margin: 0 30px;
}
.webMap1 a.on{
	font-weight: bold;
	color: #e50113;
}
.webMap1 a.on::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 76px;
	height: 3px;
	background-color: #e50113;
}
.webMap2{
	margin-bottom: 50px;
}
.webMap2 ul{
	overflow: hidden;
}
.webMap2 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 200px)/3);
	margin-top: 30px;
	margin-right: 100px;
}
.webMap2 ul li:nth-child(3n){
	margin-right: 0;
}
.webMap3{
	font-size: 16px;
	color: #121212;
	text-align: center;
	font-weight: bold;
}
.webMap4{
	margin-top: 10px;
}
.webMap4 a{
	display: inline-block;
	font-size: 16px;
	color: #121212;
	line-height: 36px;
	margin-right: 10px;
}
.webMap5{
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
.webMap5 a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	float: left;
	width: calc(100% / 8);
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.webMap6{
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
.webMap6 a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	float: left;
	width: calc(100% / 4);
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newVis{
	margin-top: 30px;
}
.newVis a{
	display: inline-block;
	width: 126px;
	height: 40px;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	background-color: #e50113;
	text-align: center;
	line-height: 40px;
}
.newVis1{
	margin-top: 9px;
}
.newVis3 ul{
	overflow: hidden;
}
.newVis3 ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #dcdcdc;
	border-left: 0;
	height: 55px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 53px;
}
.newVis3 ul li:first-child{
	border-left: 1px solid #dcdcdc;
}
.newVis4 ul{
	overflow: hidden;
}
.newVis4 ul li{
	list-style-type: none;
	float: left;
	border: 1px solid #dcdcdc;
	border-left: 0;
	height: 95px;
	font-size: 14px;
	color: #333333;
	border-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newVis4 ul li:first-child{
	border-left: 1px solid #dcdcdc;
}
.newVis4 span{
	text-align: center;
	word-break: break-all;
	padding: 0 5px;
}
.newVis4 span a{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #e50113;
}
.nWidth{
	width: 10%;
}
.nWidth1{
	width: 7%;
}
.nWidth2{
	width: 9%;
}
.nWidth3{
	width: 12%;
}
.nWidth4{
	width: 16%;
}
.nWidth9{
	width: 28%;
}
.nWidth10{
	width: 19%;
}
.nWidth5{
	width: 12%;
}
.nWidth6{
	width: 12%;
}
.nWidth7{
	width: 12%;
}
.nWidth8{
	width: 10%;
}
.chPass{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.chPass1{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}
.chPass1 span{
	width: 100px;
	text-align: right;
	padding-right: 5px;
	display: inline-block;
}
.chPass1 span code{
	color: #e50113;
}
.chPass1 input{
	width: 302px;
	height: 55px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
}
.chPass1 a{
	margin-left: 9px;
	display: inline-block;
	width: 131px;
	height: 55px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 53px;
	font-size: 14px;
	color: #999999;
}
.chPass2{
	margin-top: 30px;
	padding-left: 100px;
}
.chPass2 input{
	width: 302px;
	height: 55px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	background-color: #e50113;
}
.aTitle{
	margin-top: 30px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.aTitle1{
	margin: 10px auto 0;
	width: 95px;
	height: 3px;
	background-color: #ef6220;
}
.aTitle2{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.collab{
	margin-top: 25px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
}
.collab1{
	font-size: 0;
	position: relative;
	width: 483px;
	margin-right: 56px;
}
.collab2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.collab2 img{
	display: block;
	margin: 0 auto 10px;
}
.collab4{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.collab4 img{
	margin-right: 10px;
}
.collab4:first-child{
	margin-top: 0;
}
.collab5{
	margin-bottom: 80px;
	margin-top: 25px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.collab5 .collab1{
	margin-right: 0;
	margin-left: 130px;
}
.partner{
	margin-bottom: 80px;
	margin-top: 10px;
}
.partner ul{
	overflow: hidden;
}
.partner ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 140px)/6);
	margin-right: 28px;
	margin-top: 23px;
	position: relative;
	background-color: #ffffff;
	height: 92px;
}
.partner ul li:nth-child(6n){
	margin-right: 0;
}
.partner ul li img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 80%;
}
.chance{
	margin-bottom: 80px;
}
.chance ul{
	overflow: hidden;
}
.chance ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 140px)/6);
	margin-right: 28px;
	margin-top: 30px;
	position: relative;
	background-color: #ffffff;
	height: 180px;
}
.chance ul li:nth-child(6n){
	margin-right: 0;
}
.chance ul li img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 80%;
}
.operate{
	margin-top: 30px;
	background-color: #ffffff;
	padding: 70px 20px;
	overflow: hidden;
}
.operate1{
	float: left;
	width: 50%;
	border-left: 3px solid #ef6220;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.operate1:first-child{
	border-left: 0;
}
.operate3{
	font-size: 0;
	text-align: center;
	margin-bottom: 24px;
}
.operate3 img{
	width: 200px;
}
.operate4{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.zhDeta{
	background: url(../img/deImg_bg.png) center no-repeat;
	padding: 36px 0 50px;
}
.zhDeta1{
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.zhDeta1 a{
	color: #ffffff;
}
.zhDeta2{
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.zhDeta3{
	width: 270px;
	height: 238px;
	border-radius: 9px;
	background-color: #fff;
	margin-right: 30px;
	position: relative;
}
.zhDeta3 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.zhDeta4{
	flex: 1;
	padding-right: 160px;
}
.zhDeta5{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.zhDeta6{
	margin-top: 12px;
	margin-bottom: 9px;
}
.zhDeta6 span{
	display: inline-block;
	width: 36px;
	height: 22px;
	border-radius: 4px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}
.zhDeta7{
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
.zhDeta7 span{
	color: #f2671e;
}
.zhDeta7 a{
	color: #f2671e;
	text-decoration: underline;
}
.zhDeta8{
	margin: 9px 0;
}
.zhDeta8 a{
	display: inline-block;
	/*width: 249px;*/
	padding: 0 16px;
	height: 39px;
	border-radius: 5px;
	text-align: center;
	line-height: 39px;
	background-color: #096fc9;
	font-size: 18px;
	color: #ffffff;
	margin-right: 9px;
}
.zhDeta9{
	position: absolute;
	right: 0;
	top: 0;
}
.zhDeta9a{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 36px;
	text-align: right;
}
.zhDeta9a span{
	color: #f2671e;
	font-size: 28px;
}
.zhDeta9b{
	margin-top: 20px;
}
.zhDeta9b a{
	display: inline-block;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	background-color: #ef6220;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
}
.wjst{
	background-color: #fff;
	padding: 20px 20px 20px 15px;
	border-radius: 5px;
	overflow: hidden;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
}
.wjst1{
	width: 251px;
}
.wjst2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	display: flex;
	align-items: center;
}
.wjst2 span{
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color: #e50113;
	margin-right: 10px;
}
.wjst3{
	margin-top: 9px;
	font-size: 0;
	position: relative;
	height: 160px;
}
.wjst3 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.wjst4{
	height: 160px;
	position: relative;
	font-size: 0;
}
.deta{
	margin-top: 15px;
	overflow: hidden;
}
.detaLeft{
	float: left;
	width: 331px;
}
.detaLeft1{
	padding: 16px 18px;
	background-color: #ffffff;
	border-radius: 5px;
}
.detaLeft2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detaLeft2 a{
	display: inline-block;
	width: 143px;
	height: 36px;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	background-color: #dcdcdc;
	font-size: 18px;
	color: #333333;
}
.detaLeft2 a:hover{
	background-color: #ef6220;
	color: #ffffff;
}
.detaLeft3{
	margin-top: 16px;
}
.detaLeft3 a{
	display: inline-block;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	background-color: #dcdcdc;
	font-size: 18px;
	color: #333333;
}
.detaLeft3 a:hover{
	background-color: #ef6220;
	color: #ffffff;
}
.detaLeft4{
	margin-top: 12px;
	padding: 16px;
	border-radius: 5px;
	background-color: #ffffff;
}
.detaLeft4a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detaLeft4b{
	flex: 1;
}
.detaLeft4c{
	font-size: 14px;
	color: #1f1f1f;
}
.detaLeft4c span{
	color: #ef6220;
}
.detaLeft4d{
	font-size: 14px;
	color: #ef6220;
}
.detaLeft4e{
	margin-left: 9px;
}
.detaLeft4e a{
	display: block;
	width: 108px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	background-color: #ef6220;
	font-size: 14px;
	color: #ffffff;
}
.detaLeft4e a.on{
    color: #999999;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
}
.detaLeft4f{
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detaLeft4g{
	font-size: 0;
}
.detaLeft4g img{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-left: -12px;
}
.detaLeft4h{
	font-size: 14px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.detaLeft5{
	margin-top: 12px;
	padding: 20px 16px 30px;
	background-color: #ffffff;
	border-radius: 5px;
}
.detaLeft5a{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.detaLeft5a img{
	margin-right: 5px;
}
.detaLeft5b{
	margin-top: 12px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.detaLeft5c{
	margin-top: 16px;
}
.detaLeft5c span{
	display: inline-block;
	width: 125px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-right: 10px;
}
.detaLeft5c img{
	display: block;
	margin: 0 auto 6px;
}
.detaLeft6{
	margin-top: 12px;
	padding: 20px 18px 40px;
	border-radius: 5px;
	background-color: #ffffff;
}
.detaLeft6a{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.detaLeft6a img{
	margin-right: 5px;
}
.detaLeft6b{
	margin-top: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.detaLeft6c{
	flex: 1;
}
.detaLeft6d{
	display: flex;
	align-items: center;
}
.detaLeft6e{
	font-size: 0;
	margin-right: 9px;
}
.detaLeft6e img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.detaLeft6f{
	flex: 1;
}
.detaLeft6g{
	font-size: 16px;
	color: #333333;
}
.detaLeft6h{
	font-size: 16px;
	color: #666666;
}
.detaLeft6i{
	margin-top: 12px;
	font-size: 16px;
	color: #e82332;
	line-height: 24px;
}
.detaLeft6j{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.detaLeft6j img{
	display: block;
	width: 70px;
	margin: 0 auto 10px;
}
.detaLeft6k{
	margin-top: 16px;
	font-size: 16px;
	color: #333333;
}
.detaLeft6l{
	margin-top: 20px;
}
.detaLeft6l a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	background-color: #e82332;
	font-size: 18px;
	color: #ffffff;
}
.detaLeft6l a img{
	margin-right: 9px;
}
.detaRight{
	float: right;
	width: calc(100% - 346px);
	background-color: #ffffff;
	padding: 30px;
	border-radius: 5px;
}
.detaRight1{
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5;
}
.detaRight1 a{
	display: inline-block;
	color: #333333;
	padding-bottom: 17px;
	margin: 0 30px;
}
.detaRight1 a.on{
	color: #e50113;
	border-bottom: 3px solid #e50113;
}
.detaRight2{
	margin-top: 20px;
	background-color: #f9f9f9;
	padding-left: 10px;
	height: 45px;
	border-left: 3px solid #e50113;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 45px;
}
.detaRight3{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.detaRight4{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.detaRight5{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.detaRight6{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detaRight6a{
	width: calc((100% - 13px)/2);
	position: relative;
}
.detaRight6a .swiper-slide img{
	width: 100%;
	height: 297px;
	border-radius: 9px;
}
.dLeft{
	font-size: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.dRight{
	font-size: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.detaRight7{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detaRight8{
	width: calc((100% - 16px)/2);
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	padding: 14px 13px;
	background-color: #fff;
}
.detaRight9{
	font-size: 0;
	text-align: center;
	height: 260px;
}
.detaRight10{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.detaRight11{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 48px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detaRight12{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
}
.detaRight12 a{
	color: #e50113;
	text-decoration: underline;
}
.detaRight13{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.detaRight14{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detaRight15{
	width: calc((100% - 16px)/2);
	font-size: 0;
}
.trends{
	margin-top: 50px;
	background-color: #fff;
	padding: 30px 20px;
}
.trends1 ul{
	overflow: hidden;
}
.trends1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	margin-top: 30px;
	overflow: hidden;
}
.trends1 ul li:nth-child(2n){
	margin-right: 0;
}
.trends2{
	float: left;
	font-size: 0;
	overflow: hidden;
}
.trends2 img{
	width: 200px;
	height: 131px;
	transition: all .5s;
}
.trends3{
	float: right;
	width: calc(100% - 220px);
}
.trends4{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.trends5{
	margin-top: 16px;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}
.trends6{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.trends1 ul li:hover .trends2 img{
	transform: scale(1.2);
}
.trends4:hover{
	color: #e50113;
}
.zhzx{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
	margin-bottom: 16px;
}
.zhzx span{
	display: inline-block;
	width: 3px;
	height: 16px;
	margin-right: 6px;
	background-color: #e50113;
}
.zhzx1{
	margin-top: 15px;
	overflow: hidden;
}
.zhzxLeft{
	float: left;
	width: calc(100% - 347px);
}
.zhzxLeft1{
	margin-top: 20px;
	padding: 30px 30px 15px;
	background-color: #ffffff;
}
.zhzxLeft2 ul li{
	list-style-type: none;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.zhzxLeft2 ul li:last-child{
	border-bottom: 0;
}
.zhzxLeft3{
	float: left;
	font-size: 0;
	width: 200px;
	overflow: hidden;
}
.zhzxLeft3 img{
	width: 200px;
	height: 120px;
	transition: all .5s;
}
.zhzxLeft4{
	float: right;
	width: calc(100% - 220px);
}
.zhzxLeft5{
	margin-top: 9px;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.zhzxLeft5 a{
	color: #333333;
}
.zhzxLeft6{
	margin-top: 10px;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 28px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zhzxLeft7{
	font-size: 14px;
	color: #333333;
}
.zhzxLeft2 ul li:hover .zhzxLeft3 img{
	transform: scale(1.2);
}
.zhzxLeft5:hover a{
	color: #e50113
}
.zhzxRight{
	float: right;
	width: 331px;
}
.zhzxRight1{
	font-size: 18px;
	color: #333333;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zhzxRight1 span{
	display: inline-block;
	line-height: 1;
	padding-left: 6px;
	border-left: 3px solid #e50113;
}
.zhzxRight1 a{
	font-size: 14px;
	color: #333333;
}
.zhzxRight2{
	margin-top: 1px;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zhzxRight3{
	font-size: 0;
	width: 65px;
	margin-right: 10px;
	overflow: hidden;
}
.zhzxRight3 img{
	transition: all .5s;
}
.zhzxRight4{
	flex: 1;
}
.zhzxRight5{
	font-size: 16px;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.zhzxRight5 a{
	color: #333333;
}
.zhzxRight6{
	margin-top: 20px;
}
.zhzxRight6 a{
	display: inline-block;
	width: 66px;
	height: 26px;
	border: 1px solid #d2d2d2;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	border-radius: 4px;
}
.zhzxRight6 span{
	font-size: 16px;
	color: #333333;
}
.zhzxRight6 span img{
	vertical-align: middle;
}
.zhzxRight7{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 1;
}
.zhzxRight7 span{
	color: #333333;
}
.zhzxRight7 code{
	font-weight: bold;
	color: #f47517;
}
.zhzxRight5 a:hover{
	color: #e85f1f;
}
.zhzxRight6 a:hover{
	color: #e85f1f;
	border: 1px solid #e85f1f;
}
.zhzxRight2:hover .zhzxRight3 img{
	transform: scale(1.1);
}
.mb15{
	margin-bottom: 15px;
}
.zhzxRight8{
	margin-top: 1px;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
}
.zhzxRight9{
	float: left;
	width: 108px;
	overflow: hidden;
}
.zhzxRight9 img{
	width: 108px;
	height: 70px;
	transition: all .5s;
}
.zhzxRight10{
	float: right;
	width: calc(100% - 118px);
}
.zhzxRight11{
	font-size: 14px;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zhzxRight11 a{
	color: #333333;
}
.zhzxRight12{
	font-size: 14px;
	color: #666666;
}
.zhzxRight8:hover .zhzxRight9 img{
	transform: scale(1.2);
}
.zhzxRight11 a:hover{
	color: #e50113;
}
.zhml{
	float: left;
	font-size: 0;
	position: relative;
	width: 260px;
	height: 214px;
	border-radius: 5px;
	background-color: #ffffff;
}
.zhml img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.zhml1{
	float: right;
	height: 214px;
	border-radius: 5px;
	width: calc(100% - 270px);
	background-color: #ffffff;
	padding: 20px 25px 0;
}
.zhml1a{
	font-size: 17px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.zhml1b{
	margin-top: 10px;
	margin-bottom: 10px;
}
.zhml1b span{
	display: inline-block;
	width: 36px;
	height: 22px;
	border-radius: 4px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}
.zhml1c{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.zhml1c span{
	color: #f2651f;
}
.zhml1c code{
	color: #e50113;
	text-decoration: underline;
}
.zhml2{
	margin-top: 30px;
	overflow: hidden;
}
.zhml3{
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	padding: 20px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.zhml3:nth-child(3n){
	margin-right: 0;
}
.zhml4{
	height: 180px;
	position: relative;
}
.zhml4>img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.zhml4a{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.check1{
	display: none;
}
.zhml5{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.zhml6{
	margin-top: 16px;
	font-size: 16px;
	color: #333333;
}
.zhml7{
	margin-top: 16px;
	font-size: 18px;
	color: #e50113;
	font-weight: bold;
}
.zhml7 a{
	font-size: 16px;
	color: #2489fe;
	font-weight: normal;
}
.zhml3.on{
	border: 1px solid #e50113;
}
.zhml3.on .check{
	display: none;
}
.zhml3.on .check1{
	display: block;
}
.orderMess{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.orderMess span{
	display: block;
	width: 125px;
	font-size: 16px;
	color: #333333;
}
.orderMess span code{
	color: #e50113;
}
.orderMess input{
	width: calc(100% - 125px);
	height: 55px;
	border: 1px solid #dcdcdc;
	padding: 0 20px;
}
.orderMess1{
	margin-top: 25px;
	border-radius: 5px;
	height: 65px;
	font-size: 18px;
	color: #ffffff;
	background-color: #e50113;
	text-align: center;
	line-height: 65px;
}
.orderMess1 input{
	margin-left: 30px;
	background-color: #e50113;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.orderMess1 a{
	margin-left: 30px;
	background-color: #e50113;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.qyxq{
	background-color: #ffffff;
	padding: 30px 30px 40px;
	border-radius: 5px;
}
.qyxq1{
	font-size: 28px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.qyxq2{
	margin-top: 16px;
	font-size: 24px;
	color: #e50113;
	text-align: center;
	line-height: 1;
}
.qyxq3{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.qyxq3 span{
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color: #e50113;
	margin-right: 6px;
}
.qyxq4{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-left: 9px;
}
.zsxq{
	background-color: #ffffff;
	padding: 30px 30px 40px;
	border-radius: 5px;
}
.zsxq1{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zsxq1i{
	width: 180px;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 0 20px;
}
.zsxq1ii{
	width: 85px;
	height: 40px;
	border: 1px solid #e85f1f;
	background-color: #fff;
	border-radius: 5px;
	color: #e85f1f;
}
.zsxq1iii{
	width: 85px;
	height: 40px;
	border: 1px solid #e85f1f;
	background-color: #e85f1f;
	border-radius: 5px;
	color: #fff;
}
.zsxq2{
	margin-top: 30px;
}
.zsxq4{
	background-color: #0c66d0;
}
.zsxq4 ul{
	overflow: hidden;
}
.zsxq4 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
	padding: 0 5px;
	text-align: center;
}
.zWidth{
	width: 29%;
}
.zWidth1{
	width: 29%;
}
.zWidth2{
	width: 13%;
}
.zWidth3{
	width: 13%;
}
.zWidth4{
	width: 16%;
}
.zsxq5{
	position: relative;
}
.zsxq6 ul{
	overflow: hidden;
}
.zsxq6 ul:nth-child(2n){
	background-color: #f4f4f5;
}
.zsxq6 ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	color: #333333;
	height: 100px;
	padding: 0 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zsxq6 ul li a{
	color: #e50113;
}
.zz_tc{
	position: absolute;
	left: 0;
	top: 500px;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255,0);
	backdrop-filter: blur(5px);
}
.zz_tc1{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #e50113;
}
.zz_tc1 span{
	position: relative;
	padding: 0 20px;
	width: 240px;
}
.zz_tc1::before{
	content: '';
	position: absolute;
	left: 10px;
	width: calc((100% - 240px)/2);
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #e50113;
}
.zz_tc1::after{
	content: '';
	position: absolute;
	right: 10px;
	width: calc((100% - 240px)/2);
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #e50113;
}
.dwhq{
	margin-top: 15px;
	background-color: #ffffff;
	padding: 30px 14px 40px;
}
.dwhq1{
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.dwhq2{
	margin-top: 30px;
}
.dwhq2 input{
	width: 100%;
	height: 55px;
	border: 1px solid #dcdcdc;
	padding: 0 24px;
	font-size: 16px;
}
.newsDeta{
	background-color: #ffffff;
	padding: 30px 30px 40px;
	border-radius: 5px;
}
.newsDeta1{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.newsDeta2{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.newsDeta3{
	margin-top: 20px;
	padding: 10px 12px;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsDeta4{
	font-size: 0;
	margin-right: 20px;
	width: 113px;
}
.newsDeta4 img{
	width: 113px;
	height: 70px;
}
.newsDeta5{
	flex: 1;
}
.newsDeta5a{
	font-size: 16px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsDeta5b{
	font-size: 16px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsDeta5c{
    font-size: 18px;
    color: #d63627;
}
.newsDeta5d{
	margin-top: 10px;
    color: #333;
    font-size: 16px;
}
.newsDeta5d span{
    font-weight: bold;
    color: #ff8600;
}
.newsDeta5e{
	margin-top: 10px;
}
.newsDeta5e a{
	display: inline-block;
	font-size: 12px;
	color: #666666;
	height: 26px;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #d2d2d2;
	padding: 0 6px;
}
.newsDeta6{
	margin-left: 30px;
}
.newsDeta6 a{
    margin-top: 10px;
	display: block;
	width: 89px;
	height: 32px;
	background-color: #e85f1f;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
}
.newsDeta7{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 20px;
}
.newsDeta8{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 36px;
	margin-top: 20px;
}
.newsDeta9{
	margin-top: 40px;
	font-size: 14px;
	color: #999999;
}
.newsDeta10{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsDeta10 a{
	display: block;
	width: 50%;
	padding-right: 10px;
	font-size: 16px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsDeta10 a:last-child{
	padding: 0 0 0 10px;
	text-align: right;
}
.zwzx{
	background-color: #ffffff;
	padding: 20px 18px 24px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.zwzx1{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	padding-left: 6px;
	border-left: 3px solid #e50113;
}
.zwzx2{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zwzx span{
	display: inline-block;
	width: 48px;
	font-size: 16px;
	color: #333333;
}
.zwzx span code{
	color: #e50113;
}
.zwzx input{
	width: calc(100% - 48px);
	padding: 0 20px;
	height: 36px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.zwzx3{
	margin-top: 20px;
}
.zwzx3 input{
	background-color: #e50113;
	height: 36px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
}
.addEx{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.addNews{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}
.addNews1{
	margin-top: 10px;
}
.messRight .layui-form-item{
    margin-top: 20px;
}
.messRight .layui-form-label{
    padding-left: 0;
    width: 120px;
}
.addNews1 input{
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 16px;
}
.addNews1 select{
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 16px;
	outline: none;
}
.addNews1 #cid{
	width: 40%;
}
.addNews1 #ppid{
	width: 40%;
}
.addNews1 textarea{
	display: block;
	width: 100%;
	height: 350px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 16px;
	resize: none;
}
.addNews2{
	margin-top: 20px;
	text-align: center;
}
.addNews2 input {
    background-color: #e50113;
    border: 1px solid #e50113;
    border-radius: 9px;
    width: 255px;
    height: 48px;
    font-size: 18px;
    color: #ffffff;
}
.hy_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 966;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.71);
}
.hy_tc1{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.hy_tc2{
	overflow: hidden;
	margin-bottom: 20px;
}
.hy_tc2 span{
	float: left;
	display: block;
	width: calc((100% - 40px)/5);
	margin-right: 10px;
	margin-top: 10px;
	height: 36px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 36px;
	background-color: #EEEEEE;
	border-radius: 5px;
	cursor: pointer;
}
.hy_tc2 span:nth-child(5n){
	margin-right: 0;
}
.hy_tc2 span.on{
	background-color: #E50113;
	color: #ffffff;
}
.wrap{width:464px;height:34px;margin:20px auto;border:0;position:relative;}
.input{position:absolute;top:0;left:0;width:457px;margin:0;padding-left:5px;height:30px;line-height:30px;font-size:12px;border:1px solid #c9cacb;}
s{position:absolute;top:1px;right:0;width:32px;height:32px;background:url("img/arrow.png") no-repeat;}
._citys {background-color: #ffffff; width: 450px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; }
._citys span { color: #05920a; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #05920a; cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; display: inline-block; border-bottom: 2px solid #05920a; padding: 0px 5px; font-size:14px; font-weight:bold; margin-left:6px; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #05920a; }
.AreaS { background-color: #05920a !important; color: #fff !important; }

.zlds{
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
}
.zlds1{
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.zlds2{
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}
.zlds3{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}
.zlds4{
    margin-top: 36px;
    font-size: 20px;
    color: #333;
}
.zlds5{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.zlds6{
    margin-top: 10px;
}
.zlds6 input{
    height: 55px;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    font-size: 16px;
}
.zlds7{
    margin-top: 30px;
}
.zlds7 input{
    background-color: #e50113;
    height: 65px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
}
.sqhz{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.sqhz1{
    margin-top: 20px;
    text-align: center;
}
.sqhz1 select{
    width: 100%;
    max-width: 600px;
    height: 55px;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    font-size: 16px;
}
.sqhz1 input{
    width: 100%;
    max-width: 600px;
    height: 55px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    font-size: 16px;
}
.sqhz2{
    margin-top: 30px;
    text-align: center;
}
.sqhz2i{
    width: 160px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #333333;
    font-size: 16px;
    margin: 0 10px;
    background-color: #ffffff;
}
.sqhz2ii{
    background-color: #e50113;
    height: 50px;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 10px;
}
.announce_tc{
    font-size: 0;
    position: absolute;
    left: 50px;
}
.announce_tc img{
    width: 160px;
}
.fixed{
	position: fixed !important;
    top: 50%;
    transform: translateY(-50%);
}
.gp_tc{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 96;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.gp_tc1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 16px;
}
.gp_tc2{
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gp_tc2 span{
    font-size: 16px;
    color: #666666;
}
.gp_tc3{
    margin-top: 6px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.gp_tc4{
    margin-top: 10px;
    text-align: right;
}
.gp_tc4 a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background-color: #e50113;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
}
.gpxz{
    margin-top: 20px;
    float: right;
    width: calc(100% - 236px);
}
.gpxz1{
    font-size: 20px;
    color: #333333;
}
.gpxz2{
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.ml .layui-form-select{
    display: none;
}
.fs-wrap {
    position: relative;
    display: inline-block;
    width: 400px;
    margin: 3px;
    font-size: 12px;
    line-height: 1;
}

.fs-label-wrap {
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
    color: #555;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.fs-label-wrap{
        height: 38px;
    line-height: 31px;
}
.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 4px 22px 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    /*margin-top: 2px;*/
    width: 100%;
    z-index: 1000;
    border-radius: 4px;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    width: 90%;
    padding: 2px 4px;
    border: 0;

}

.fs-selectAll {
    float: right;
    cursor: pointer;
    margin-top: 4px;
    height: auto;
}

.fs-selectAll.selected {
    float: right;
    cursor: pointer;
    margin-top: 4px;
    height: auto;
    color: green;
}

.fs-selectAll:hover{
    background-color: #eee;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option {
    cursor: pointer;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}


.fs-wrap .fs-option:hover {
    /*background-color: #f5f5f5;*/
    background: #D1F3E5;
    border-radius: 4px;
    margin-left:0px;
    margin-right:2px;
}

.fs-optgroup-label {
    font-weight: bold;
}

.hidden {
    display: none;
}

.fs-options::-webkit-scrollbar {
 width: 6px;
}
 .fs-options::-webkit-scrollbar-track {
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.1);
}
 .fs-options::-webkit-scrollbar-thumb {
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
