@charset "utf-8";
html, body, div{
	border: 0 none;
	margin: 0;
	padding: 0;

}
a {
	text-decoration: none;
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input,button{
	outline: none;
	background: none;
}
input,button{border: 0;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"]{
	-moz-appearance: textfield;
}
@media (max-width:720px){
.nav li.current-menu-item > a,
.nav li.current-menu-parent > a,
.nav li.current_page_item > a,
.nav li.current-post-ancestor > a{border-bottom-color:#ff96ce;}}
.fixed {
	position: fixed;
}

.h-foot {
	transition: transform 0.5s;
	z-index: 99999;
	height: 65px;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	width: 100%;
}

.h-foot>div {

	margin: 0 auto;
	height: 65px;
	width: 1200px;

}

.h-foot>div>a {
	font-size: 20px;
	padding: 10px 25px;
	margin-top: 10px;
	background: #ff96ce;
	border-radius: 5px;
	color: #fff;
}

.h-foot>div>div {
	float: left;
	line-height: 65px;
	align-items: center;
	display: flex;
}

.h-foot>div>div>div {
	display: flex;
}

.h-foot>div>div>div>p {
	color: #fff;
	margin-left: 30px;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.erw {
	margin-left: 50px;
	width: 150px;
}

.erw img {
	position: absolute;
	top: -70px;
	width: 100%;
}

.erw span {
	position: absolute;
	top: 10px;
	color: #fff;
	left: -10px;
	font-size: 14px;
}

.rotate {

	transform-origin: center center;
	/* 旋转中心要是正中间 才行 */
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transition: transform 0.2s;
	/* 过度时间 可调 */
	-moz-transition: -moz-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
}

.rotate1 {
	transform-origin: center center;
	transform: rotate(0deg);
	/* 返回原点 */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transition: transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
}

@media screen and (max-width: 450px) {
	.h-foot {
		display: none;
	}

	.div_new {
		display: flex !important;
	}

	

	.erw {
		display: none !important;
	}

	.h-foot>div>div {
		width: 100%;
	}

	.h-foot>div>div>div {
		display: block;
		width: 100%;
		text-align: center;

	}

	.h-foot>div>div>div>p {
		width: 50%;

		display: inline;
		font-size: 14px;
		line-height: 2;
		margin-left: 0px;
		
	}

	.h-foot>div>div>img {
		display: none;
	}

	.h-foot>div {
		width: 100%;
	}

	.h-foot>div>div>.stop {
		display: none !important;
	}

}





/* div_new 浮窗 */
.div_new {
	background: #fff;
	padding: 0;
	height: 55px;
	position: fixed;
	left: 0;
	bottom: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: space-evenly;
}

.div_new .w55 {
	height: 55px;
	line-height: 55px;
	width: 55%;
	font-size: 18px !important;
	color: #f8485e;
	text-align: center;
	color: #fff;
	background: #fd4761;
}

.div_new .w50 {
	width: 50%;
	height: 100%;
	font-size: .2rem;
	color: #f8485e;
	text-align: center;
}

.div_new>div>div {
	display: inline-block;
	width: 45%;
}

.div_new a img {
	margin-bottom: 5px;
	margin-top: 0;
	width: 30%;
}

.div_new div img {
	margin-top: 0;
	width: 35%;
}

.div_new div p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.div_new a p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}



/* 弹窗 */
.tc {
	display: none;
	position: fixed;
	z-index: 900;
	height: 100%;
	width: 100%;
	bottom: 0;
}

.tc_2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 121;
	display: none;
	z-index: 121;
}

.tcc {
	width: 75%;
	margin: 20px auto 0;
	position: relative;
}

.tc_1 .tcc {
	margin: 100px auto 0 !important;
}

.tcc img {
	width: 100%;
}

.tcc .wex {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 45px;
}

.tcc .id {
	width: 70%;
	margin: 0 auto;
	line-height: 26px;
	background: #fff;
	margin-bottom: -8px;
}

.tcc .wex p {
	color: #fff;
}

.tcc .wex p {
	margin: 10px 0;
}

.tcc .wex a {
	display: inline-block;
	width: 45%;

}

.tc .close {
	width: 15%;
	height: 35px;
	position: absolute;
	top: 110px;
	right: 45px;
}

.tc_2 .tcc>div.close2 {
	width: 15%;
	height: 35px;
	position: absolute;
	top: 8px;
	right: -5px;
}

.dlg-bottom {
	/* top:0 ; */
	position: fixed;
	top: 300px;
	left: 0;
}

.lx {
	padding: 0 10%;
	width: 100%;
	position: absolute;
	text-align: center;
	/* top: 360px; */
}

.tc_2 .tcc .lx {
	position: absolute;
	width: 5.5rem;
	left: 0;
	right: 0;
	bottom: -0.1rem;
	margin: 0 auto;
}

.tc_2 .tcc {
	position: absolute;
	background: url(../images/yxdbg071.png) no-repeat;
	background-size: cover;
	width: 5.5rem;
	height: 7.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10%;
}

.tc_2 .tcc>div {
	position: relative;
	width: 100%;
	height: 100%;
}

.div_item {
	margin-bottom: 5px;
}

.layui-btn {
	height: 30px !important;
	line-height: 30px !important;
}

.layui-form-label {
	padding: 5px 0 !important;
}





.div_tyd{
	float: left;
}
.divclo{
	margin-left: 14px;
	margin-top: 15px;
}
.divclo1{
	margin-top: 21px;
}
.div_block input{
	height: 30px;
	padding-left: 2px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	border-color: #e6e6e6;
	width: 70%;
	float: right;
	margin-top: 10px;
}


.div_block button{
	width: 90%;
	line-height: 30px;
	background-color: #FF5722;
	border-radius: 100px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* zuozhe */
.div_block button{
	width: 90%;
	line-height: 30px;
	background-color: #FF5722;
	border-radius: 100px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#divScroll{background:#fff;}
.pdTop10{ padding-top:10px;}
/* info */
.doc_info_box,.info_left{text-align:center;}
.doc_info_box .doc_pic_box dt,.info_left dt{margin: 0 auto;}
.doc_info_box .doc_pic_box dd{margin: 18px 0 0 0;}

.doc_info_box .info01{font-size:0;margin-top:15px;}
.doc_info_box .info01 a{display:inline-block;padding:0 6px;height:30px;line-height:30px;font-size:14px; color:#999;background:#eee;border-radius:3px;margin: 0 5px 10px;}
.doc_info_box .info01 a:hover{text-decoration:none; color:#fff;background-color:#aaa;}
.doc_info_box .info01 .info01_in{overflow:hidden;}
.doc_info_box .info01>p{text-align:center;}
.doc_info_box .info01 .stateDoc{position:relative; font-size:14px;color:#b3b3b3;padding-right:18px;cursor:pointer;}
.doc_info_box .info01 .stateDoc i{position:absolute;right:0;top:2px;width:16px;height:16px;line-height:16px;font-style:normal;}
.doc_info_box .info01 .stateUp i{background-position:-91px -46px;}
.doc_info_box .info01 .stateDown i{background-position:-113px -46px;}
.info_left dd{margin: 12px 0 0 0;}
.info_left dd ul{height:24px;}
.info_left dd ul li{width:50%;float:left;}
.info_left dd ul li strong{font-weight:normal;float:right;font-size: 20px; color:#333;line-height:1.1;margin-right:5px;}
.info_left dd ul li span{float:left;font-size: 12px; color:#018cf1;border:1px solid #018cf1;padding: 0 2px;border-radius:4px;line-height:1.3;margin-top:4px;margin-left:5px;}
.info_left dd p{line-height:28px;font-size: 14px; color:#666;}
.info_left dd p.p1{height:20px;overflow:hidden;line-height:20px;}
.info_left .info02{height:61px;border: 1px solid #fbfbfb;padding-top:15px;margin-top:20px;font-size:0;}
.info_left .info02 li{width:78px;height:45px;}
.info_left .info02 li a,.info_left dd a{display:block;}
.doc_info_box .info02{margin-top:26px;height:43px;}
.doc_info_box .info03,.doc_info_box .info05{margin-top:36px;}
.doc_info_box .info02 li,.info_left .info02 li{display:inline-block; *display: inline;*zoom:1;width:127px;height:50px;border-right:1px solid #e4e4e4;text-align:center;font-size:0;}
.doc_info_box .info02 li{height:43px;}
.doc_info_box .info02 li a:hover{text-decoration:none;}
.doc_info_box .info02 li a:hover span{text-decoration:underline;}
.doc_info_box .info02 li:last-child,.info_left .info02 li:last-child{border-right:0;}
.doc_info_box .info02 li strong,.info_left .info02 li strong{color:#222;line-height:1;font-weight: normal;margin-bottom:12px;font-size:26px;font-family:helvetica;}
.doc_info_box .info02 li span,.info_left .info02 li span{font-size:14px;color:#b3b3b3;line-height: 18px;}
.doc_info_box h2{font-size:26px; color:#333;font-weight: normal;}
.doc_info_box .info03 p,.doc_info_box .info05 p{margin-top:15px;font-size:14px;color:#666;line-height: 31px;text-align:justify;}
.info03 .stateDoc{color:#43bfc7; cursor:pointer;}

.info_left a:hover,.doc_pic_box dd a:hover{text-decoration:none;}
.info_left dt:hover,
.doc_pic_box dt.fl_left:hover{
	-moz-box-shadow: 1px 1px 8px #ccc;
	-webkit-box-shadow: 1px 1px 8px #ccc;
	box-shadow: 1px 1px 8px #ccc;
}
.info_left dd a:hover ul li strong{font-weight:bold;}
.info_left .info02 li a:hover span{text-decoration:underline;}
.doc_pic_box dd a:hover h3{color: #43b0c7;}
.doc_pic_box dd a:hover h3 span{color: #666;}

.doc_info_box .info04{margin-top:28px;}
.docVisitBig{padding-top:24px;}
.docVisitBig table{ border-top:1px solid #9adada; border-left:1px solid #9adada; cursor:pointer;}
.docVisitBig th,.docVisitBig td{ border-right:1px solid #9adada; border-bottom:1px solid #9adada; height:30px; text-align:center; font-size:14px; color:#fff; overflow:hidden;}
.docVisitBig th,.docVisitBig td.td_1{ background:#9adada;}
.docVisitBig th,.docVisitBig td strong{ font-weight:400;}
.docVisitBig th{height:36px;}
.docVisitBig td{ width:87px;height:56px; line-height:1.3;}
.docVisitBig th,.docVisitBig td.td_1{ font-size: 16px;}
.docVisitBig td strong{ font-size:14px; color:#ff8a00; display: block; margin: 0 auto; line-height: 1.8;}
.docVisitBig td span{ font-size:14px; color:#666;}
.info04 .p1 {font-size: 16px; color: #222; padding: 10px 0 0; text-align:left;}
.info04 .p1 span {color: #ff8a00; }
.info06{width:572px; height:153px;margin:30px auto 0;background-image: url(../../images/youlai/newpc/n_doc_qr@1x.jpg); background-size: 594px 170px; background-repeat: no-repeat; padding: 17px 0 0 22px;}
.info06 img{display:block; width:144px; height:144px;background:#fff;}

.info_left dd{margin: 10px 0 0 0;}
.info_left dd ul{height:30px;}
.info_left dd ul li{width:50%;float:left;}
.info_left dd ul li strong{font-weight:normal;float:right;font-size: 20px; color:#333;line-height:1.1;margin-right:5px;}
.info_left dd ul li span{float:left;font-size: 12px; color:#018cf1;border:1px solid #018cf1;padding: 0 2px;border-radius:4px;line-height:1.3;margin-top:4px;margin-left:5px;}
.info_left dd p{line-height:28px;font-size: 15px; color:#666;}
.info_left dd p.p1{height:20px;overflow:hidden;line-height:20px;}
.info_left .info02{height:48px;border:1px solid #e5e5e5;padding-top:2px;margin-top:15px;font-size:0;}
.info_left .info02 li{width:100px;height:45px;}
.info_left .info02 li a,.info_left dd a{display:block;}
/* zuozhe */
.daodu{line-height:28px;/* margin:15px 0; */border: 1px #e9e9e9 solid;padding: 10px;font-size: 14px;color: #565656;background: #f7f7f7;}
}
