html,body,.szl{height: 100%;width: 100%;}
.xan_fr:before,.xin_f,.yuy,.select_box span,.select_box ul,.tj_btn{
	background-color:#cda05c;
}
/*预约入口*/
.apponit{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.appo_con{
	position: absolute;
	width: 560px;
	padding: 30px;
	background-color: rgba(255,255,255,0.88);
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	margin-left: -250px;
	text-align: center;
	border-radius: 10px;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}
.appo_con h4{
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 28px;
	color:  #cda05c;
}
/*模态框*/
.md-modal{
	position: fixed;
	top: 50%;
	left: 50%;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9995;
	opacity: 0;
	background:rgba(64, 63, 63, 0.71);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-content {
	position: relative;
}
.md-close{
	position: absolute;
	top:-10px;
	right: 0;
	cursor: pointer;
}
.eff .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.eff .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.xinew,.xipo{
	box-sizing: border-box;
	padding:30px 25px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.8);
}
.xinew{
	width:740px;
}
.xipo{
	width:500px;
}
.xan_fl{
	float: left;
	width:35%;
}
.xan_tel{
	margin-top: 20px;
	font-size: 14px;
	color:red;
}
.xan_fr{
	width: 60%;
	box-sizing: border-box;
	float: right;
	position: relative;
}
.xan_fr:before{
	position: absolute;
	content: "";
	left:0;
	top: 0;
	height: 100%;
	width: 1px;
}
.xan_tt{
	position: relative;
	padding-left: 60px;
}
.xan_tt img{
	position: absolute;
	left: 0;
	top:0px;
	width: 46px;
}
.xan_tt h4{
	font-size: 25px;
	font-weight: normal;
	color: #666;
	margin-top: 10px;
}
.xan_tt p{
	color:#cda05c;
	font-size: 12px;
}
.xan_fr input[type='text']{
	background-color: transparent;
	border:1px solid #cda05c;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 10px;
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
}
.xan_form{
	padding: 30px 60px 0px;
}
em{
	font-style: normal;
}
.xin_f{
	position: relative;
	color: #fff;
	box-sizing: border-box;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	font-size: 14px;
}
.xin_f input{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	outline:none;
	opacity: 0;
}
.xin_f em{
	position: absolute;
	right:10px;
	top: 0;
}
.yuy{
	color: #fff;
	border:none;
	border-radius: 10px;
	font-size: 17px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100px;
	height: 40px;
	margin: 15px auto 0;
	display: block;
	cursor: pointer;
}
.select_box {
	width: 100%;
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #fff;
}
.select_box span{
	cursor: pointer;
	display: block;
	line-height: 40px;
	width:100%;
	padding: 0 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	font-size: 14px;
}
.select_box span:before{
	position: absolute;
	content: "";
	right: 15px;
	top: 18px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	border-bottom: 5px solid transparent;
}
.select_box.active span:before{
	border-top: 5px solid transparent;
	border-bottom: 5px solid #fff;
	top: 13px;
}
.select_box ul {
	width: 100%;
	position: absolute;
	left: 0;
	top:40px;
	overflow: hidden;
	display: none;
	z-index: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}
.select_box ul li {
	display: block;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 14px;
}
.select_box ul li:hover{
	background-color: #e0b97d;
}
.xan_bot{
	padding-left:60px;
	color: #cda05c;
}
.xan_bot h6{
	padding-bottom: 5px;
	padding-top:35px;
	font-weight: normal;
	font-size: 18px;
	color: red;
}
.ch2{
	display: none;
}
.xan_m{
	position: relative;
	padding: 2px;
	padding-left:43px;
	height:27px;
	line-height: 27px;
	margin: 22px 0;
	font-size: 15px;
	cursor: pointer;
	color:#adadad;
}
.xan_m.active{
	color: #cda05c;
}
.xan_m.active .ch2{
	display: inline-block;
}
.xan_m.active .ch1{
	display: none;
}
.xan_m img{
	position: absolute;
	left:2px;
	top: 2px;
	width: 27px;
}
.md_xi h4{
	color: #cda05c;
	padding-bottom: 10px;
}
.md_xi p{
	line-height: 1.8;
	font-size: 14px;
	font-weight: 300;
}
/*brand*/
.vbg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color:#f4ebdc;
}
.ba_zi{
	position: absolute;
	z-index: 1;
	color: #fff;
	top: 5%;
	left: 120px;
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	padding-right: 20px;
}
.cfud{
	position:absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}
.brb_ul{
	width: 100%;
	height: 100%;
}
.brb_ul li{
	float: left;
	width: 19.5%;
	position: relative;
	height: 1px;
	-webkit-transition: 0.6s cubic-bezier(.44,.03,.14,.98);
	-moz-transition: 0.6s cubic-bezier(.44,.03,.14,.98);
	transition: 0.6s cubic-bezier(.44,.03,.14,.98);
}
.brb_ul li.act{
	width: 22%;
}
.trans1{
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.trans1:hover{
	transform: translatey(-15px);
}
.brb_ul li a{
	display: block;
	padding-bottom: 30%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.brb_ul li:nth-child(2) a{
	padding-bottom: 35%;
}
.brb_ul li:nth-child(3) a{
	padding-bottom: 40%;
}
.brb_ul li:nth-child(4) a{
	padding-bottom: 45%;
}
.brb_ul li:nth-child(5) a{
	padding-bottom:50%;
}
.brb_ul li a:before{
	position: absolute;
	content:"";
	background-color:#cda05c;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0%;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.brb_ul li:nth-child(2n 1) a:before{
	background-color: #f0831e;
}
.brb_fig{
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}
.brb_ul li p{
	position:relative;
	z-index: 3;
	color: #fff;
	left: 20px;
	font-size: 18px;
	padding: 8px 0px;
	width: 120px;
	border-radius: 30px;
	text-align: center;
	margin-top: 20px;
	border:1px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.brb_ul li a:hover p{
	background-color:#fff;
	color: #cda05c;
}
.brb_more{
	position: absolute;
	right:20px;
	bottom:20px;
	background-image: url(/uploads/image/tdsimages/carr.png);
	width: 50px;
	height: 12px;
	background-size: cover;
	background-position: center right;
	z-index: 3;
}
.brb_more,.darr,.arw{
	animation: tleft 3s linear 0s infinite;
	-webkit-animation: tleft 3s linear 0s infinite;
}
.darr{
	position: absolute;
	right:12px;
	bottom:20px;
	background-image: url(/uploads/image/tdsimages/carr.png);
	width: 30px;
	height: 10px;
	background-size: cover;
	background-position: center right;
	z-index: 3;
}
/*about*/
.awrap{
	padding-top: 10px;
	padding-bottom: 66px;
	padding-left: 40px;
	padding-right: 6%;
}
.zong,.kej_fl,.cfud{
	padding-left: 95px;
}
.zong{
	background: #fdf7ee;
}
.crumb{
	font-size: 12px;
	margin-bottom: 60px;
}
.crumb a.on{
	color: red;
}
.jj_tit{
	text-align: center;
	font-size: 28px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 600;
	color: #cda05c;
}
.jj_tit:before{
	position: absolute;
	content: "";
	background-color:#cda05c;
	bottom: 0;
	left: 50%;
	margin-left: -1em;
	width: 2em;
	height: 1px;
}
.jj_con p{
	color: #888;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
	text-align: justify;
}
.jj_con{
	position: relative;
	min-height: 415px;
	padding-left: 50%;
	margin-bottom: 20px;
}
.jj_fl{
	padding-top:40px;
	padding-left: 70px;
}
.jj_img{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.jj_fig{
	position: relative;
	height: 100%;
	width: 100%;
	box-shadow: 0 0 10px #8c8b8b;
	border-radius: 5px;
	z-index: 2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.jj_img:before{
	position: absolute;
	content: "";
	right: -20px;
	top: 20px;
	width: 98%;
	height: 100%;
	z-index: 0;
	border-radius: 5px;
}

.jj_fl a{
	display:block;
	color: #fff;
	padding: 13px 0px;
	padding-left: 30px;
	padding-right: 40px;
	width: 200px;
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	position: relative;
	left: -82px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.jj_img:before,.jj_img:after,.jj_fl a,.zhici:before,.zhici:after,.cul_top{
	background-color:#cda05c;
}
/*zhici*/
.zhici{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.zhici_wrap{
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-top-left-radius:5px;
	padding: 50px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.zhici:before{
	position: absolute;
	content: "";
	width: 190px;
	height: 100px;
	left: -10px;
	top: -15px;
	z-index:1;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 70px;
}
.zhici:after{
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	right: -33px;
	bottom: -40px;
	z-index: 1;
	border-radius: 50%;
}
.zhici h4{
	font-size: 20px;
	color:#cda05c;
	margin-bottom: 20px;
	text-indent:30px;
}
.zhici p{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 2;
	text-align: justify;
	/*text-indent: 2em;*/
}
/*文化*/
.cul_top{
	position: relative;
	padding: 70px 200px;
}
.cul_top img{
	width: 100px;
	opacity: 0.5;
	position: absolute;
}
.yin1{
	left:50px;
	top:40px;
}
.yin2{
	right:50px;
	bottom: 40px;
}
.cul_top h4{
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
}
.cul_top p{
	text-align: center;
	line-height: 2;
	color: #eee;
	font-size: 16px;
}
.cul_bot{
	margin-top: 50px;
}
.cul_fl,.cul_fr{
	height:490px;
}
.cul_fl{
	display: block;
	float: left;
	width: 48.5%;
	background-size: cover;
	background-position: center;
	position: relative;
}
.cul_fr{
	float: right;
	width: 48.5%;
}
.cul_fr a{
	height:230px;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	position: relative;
}
.cul_fr a:last-child{
	margin-bottom: 0;
}
.cul_fl,.cul_fr a,.cul_top{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.cul_t{
	background-color:#f0831e;
}
.cul_b{
	background-color: #e8382f;
}
.cu_po{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom:10%;
	color: #fff;
}
.cu_cn{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom:15%;
}
.arw{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/uploads/image/tdsimages/right.png);
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: orange;
	border-radius: 50%;
	margin-top: 15px;
}
.cu_po h4{
	font-size: 22px;
	margin-bottom: 20px;
}
.cu_po p{
	font-size: 15px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zz_jo{
	padding: 0 5%;
}
.zz_top{
	background-color: #cda05c;
	padding: 30px;
	margin-bottom: 50px;
	position: relative;
	box-shadow: 0 0 10px #adadad;
	border-radius: 5px;
	color: #fff;
}
.zz_top:before{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background-color: #cda05c;
	right: -6px;
	top: -8px;
	z-index: -1;
}
.zz_top p{
	line-height: 2;
	font-size: 15px;
}
.zz_bot{
	margin: 0 -1%;
}
.zz_bot .zz_img{
	width: 48%;
	margin: 0 1% 30px;
	float: left;
	position: relative;
}
.zz_img img{
	width: 100%;
}
.zz_bot .zz_img p{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color:rgba(202,161,90,0.83);
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
}
/*产品*/
.sat_ul li,.xnw_top,.xnw_bot{
	position: relative;
	overflow:hidden;
}
.pt_fl{
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
	overflow:hidden;
}
.pt_mg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 1.1s cubic-bezier(.44,.03,.14,.98);
	-moz-transition: 1.1s cubic-bezier(.44,.03,.14,.98);
	transition: 1.1s cubic-bezier(.44,.03,.14,.98);
}
.pt_fl:hover .pt_mg,.sat_ul li:hover .pt_mg,.xnw_top:hover .pt_mg,.xnw_bot:hover .pt_mg{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.pt_fl a{
	display: block;
	position: absolute;
	left: 50%;
	bottom:25%;
	text-align: center;
	color: #fff;
	text-align: center;
	width: 200px;
	margin-left: -100px;
	-webkit-transition: .5s cubic-bezier(.44,.03,.14,.98);
	-moz-transition: .5s cubic-bezier(.44,.03,.14,.98);
	transition: .5s cubic-bezier(.44,.03,.14,.98);
	/*background-color: rgba(205, 160,92 , 0.7);*/
	padding: 30px;
	border-radius: 20px;
	z-index: 5;
}
.pt_fl a:hover{
	width:240px;
	margin-left: -120px
}
.coo{
	/*position: absolute;*/
	bottom: 20px;
	left:0;
	width: 100%;
	text-align: center;
}
.pt_fl a img{
	width: 100%;
	display: block;
	display: none;
}
.pt_fl a p{
	font-size:26px;
}
.pt_fl a span{
	display: block;
	width: 100px;
	margin: 10px auto 0;
	border:1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
	padding: 5px 0px
}
.pt_fl a:hover span{
	background-color: #fff;
	color: red;
}
.lg_ul{
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
	z-index: 2;
	bottom: 5%;
	left:95px;
	width: 90%;
}
.lg_ul li{
	float: left;
	width: 16.066666%;
	text-align: center;
	height: 160px;
	line-height: 160px;
	font-size: 0;
	margin-bottom: 10px;
	margin-right: 0.3%;
	margin-left: 0.3%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.lg_ul li:nth-child(2n 1){
	background-color:rgba(205,160,92,.7);
}
.lg_ul li:nth-child(2n){
	background-color:rgba(239,154,56,.6);
}
.lg_ul li img{
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	max-height: 80px;
}
.gou_ul{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	text-align: center;
}
.gou_ul li{
	float: left;
	width:31.3333%;
	margin: 0 1%;
	text-align: center;
	padding:50px 30px;
	-webkit-transition: .5s cubic-bezier(.44,.03,.14,.98);
	-moz-transition: .5s cubic-bezier(.44,.03,.14,.98);
	transition: .5s cubic-bezier(.44,.03,.14,.98);
}
.gou_ul li:hover{
	transform: translatey(-20px);
}
.gou_ul li a{
	display: block;
	color: #fff;
	position: relative;
}
.gou_aa{
	position: absolute;
	bottom: 5%;
	width: 100%;
	padding: 10px;
	background: rgba(232, 56, 47, 0.4);
	border-radius: 10px;
}
.gou_ul li img{
	display: block;
	width:100%;
}
.gu1{
	height: 45px;
	margin-bottom: 10px;
}
.gu2{
	height: 33px;
}
.gou_ul li p{
	margin-top: 18px;
	font-size: 20px;
	font-weight: 600;
}
.q_gou{
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-top: 20px;
	border-radius: 5px;
}
/*荣誉*/
.lsw_wrap{
	padding: 50px;
	background-color:#f0831e;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position: relative;
}
.lsw_wrap .swiper-slide img{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.lsw_wrap .swiper-slide p{
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: 15px;
}
.am_btn{
	position: absolute;
	width: 50px;
	height: 60px;
	background-color:#f0831e;
	top: 50%;
	background-size: 36px auto;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
	margin-top: -30px;
	border-radius: 50%;
}
.am_prev,.a1_prev{
	background-image: url(/uploads/image/tdsimages/left.png);
	left: -20px;
}
.am_next,.a1_next{
	background-image: url(/uploads/image/tdsimages/right.png);
	right: -20px;
}
.color1,.color3{
	background-color: #cda05c;
}
.color2{
	background-color:#eac49d;
}
/*系列产品*/
.xi_ul{
	font-size: 0;
	text-align: center;
}
.xi_ul a{
	display: inline-block;
	background-color: #cda05c;
	color: #fff;
	padding: 10px 28px;
	margin:0 20px;
	font-size:20px;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.xi_ul a.active:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #cda05c;
	left: 0;
	bottom: -10px;
}
.xi_ul a:nth-child(2){
	background-color:#eac49d;
}
.xi_ul a:nth-child(3){
	background-color: #9b464b;
}
.pro_wrap{
	background-color: #cda05c;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position: relative;
	padding: 50px;
	margin-top: 80px;
}
.pro_wrap.p_co1{
	background-color:#eac49d;
}
.pro_wrap.p_co2{
	background-color:#cda05c;
}
.xi_item img{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.xi_item p{
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	color: #fff;
}
/*科技实力*/
.kej_fl{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.kej_top{
	height: 40%;
	width: 100%;
	position: relative;
}
.kej_img{
	height: 60%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	position: relative;
	z-index: 2;
	border-top-right-radius: 20px;
}
.kej_fr{
	height: 100%;
	width: 50%;
	float: left;
	position: relative;
}
.kej_tit{
	position: absolute;
	left: 15%;
	color: #fff;
	top: 50%;
	margin-top: -40px;
	width: 70%;
	display: block;
}
.jiant.darr{
	display: block;
	position: initial;
	margin-top: 30px;
	width: 70px;
	height: 30px;
	float: right;
}
.kej_tit h4{
	font-size: 40px;
	font-weight: normal;
}
.kej_z{
	position: absolute;
	bottom:5%;
	left: 15%;
	max-width: 70%;
}
.kj_duo{
	position: absolute;
	right:-30px;
	bottom:10%;
	background-color:#cda05c;
	color: #fff;
	padding:14px 30px;
	font-size: 28px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.tam_ul{
	margin: 0 -1%;
}
.tam_ul li{
	float: left;
	width: 31.3333%;
	margin: 0 1% 20px;
	position: relative;
}
.tam_ul li p{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color:#cda05c;
	color: #fff;
	font-size: 14px;
	padding: 5px 13px;
}
/*专利*/
.jmr_tit h4,.zua_en h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.jmr_tit p{
	line-height: 1.8;
	font-size: 14px;
}
.jmr_img{
	margin-top: 25px;
	margin-bottom: 25px;
}
.zuanj{
	background-color:#cda05c;
	color: #fff;
	padding: 50px;
	margin: 0 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.zua_bot{
	margin-top: 30px;
}
.zua_en p{
	font-size: 12px;
}
.zua_a{
	margin-top: 20px;
	color: #b30a00;
}
.zua_a h5{
	font-size: 16px;
	margin-bottom: 5px;
}
.zua_a p{
	font-size: 12px;
}
.zua_ul{
	margin: 0 -1%;
	margin-top: 40px;
}
.zua_ul li{
	float: left;
	width: 23%;
	margin: 0 1%;
	padding: 25px;
	border:1px solid rgba(255,255,255,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	min-height: 180px;
	background-color: #fff;
	border-radius: 5px;
}
.zua_ul li p{
	font-size: 14px;
	line-height: 1.6;
	color: #888;
	text-align: justify;
}
.zua_ul li h5{
	font-size: 17px;
	margin-bottom: 10px;
	color:#cda05c;
}
/*新闻*/
.xnw_top,.xnw_bot{
	height: 50%;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.27);
	background-size: cover;
	background-position: center;
}
.xnw_top a,.xnw_bot a{
	display: block;
	position: absolute;
	bottom:5%;
	width: 200px;
	-webkit-transition: .5s cubic-bezier(.44,.03,.14,.98);
	-moz-transition: .5s cubic-bezier(.44,.03,.14,.98);
	transition: .5s cubic-bezier(.44,.03,.14,.98);
	/*background-color: rgba(205, 160,92 , 0.7);*/
	padding: 30px;
	border-radius: 20px;
}
.xnw_top a:hover,.xnw_bot a:hover{
	width: 240px;
}
.xnw_top a img,.xnw_bot a img{
	width: 100%;
	/*display: block;*/
	display: none;
}
.xnw_top a{
	right:10%;
}
.xnw_bot a{
	left:20%;
}
.xnw_de{
	/*position: absolute;*/
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 30px;
}
.xnw_de h4{
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
.xnw_de p{
	border:1px solid #fff;
	font-size: 14px;
	text-align: center;
	padding: 4px 0;
	border-radius: 25px;
	z-index: 2;
	position: relative;
	color: #fff;
	width: 100px;
	margin: 0 auto;
}
.xnw_bot a:hover  p,.xnw_top a:hover  p,.sat_ul li a:hover  p{
	background-color: #fff;
	color:#cda05c;
}
/*文章页面*/
.article{
	width: 1000px;
	margin: 0 auto;
}
.art_tit{
	text-align: center;

	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.art_tit h3{
	font-size: 20px;
	color: #222;
}
.art_tit p{
	font-size: 12px;
	color: #999;
	margin-top: 15px;
}
.art_la{
	background-color: #f6eee2;
	padding: 20px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
}
.art_con img{
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.art_con p{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 20px;
	    word-break: break-all;
}
.art_con h6{
	font-size: 18px;
	color:  #cda05c;
	margin-bottom: 20px;
	position: relative;
	padding-left: 5px;
}
.art_con h6:before{
	position: absolute;
	content:"";
	top: 20%;
	height: 60%;
	width: 3px;
	left: 0;
	background-color:#cda05c;
}
/*新闻*/
.xwen{
	margin: 0 30px;
}
.xwen_item{
	display: block;
	padding: 30px;
	border: 1px solid #eee;
	margin-bottom: 80px;
	position: relative;
	padding-left: 520px;
	background-color: #fff;
}
.xwe_fl{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 450px;
	height: 280px;
	background-size: cover;
	background-position: center;
}
.xw_time{
	position: absolute;
	left:-8px;
	top: -8px;
	background-color:#cda05c;
	text-align: center;
	padding: 10px;
	color: #fff;
	box-shadow: 2px 2px 5px #777;
}
.xw_time p{
	font-size: 12px;
}
.xw_time span{
	font-size: 26px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.xwe_fr h5{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwe_fr  p{
	line-height: 2;
	font-size: 15px;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow: ellipsis;
	height: 90px;
}
.xmore{
	display: block;
	width: 120px;
	text-align: center;
	margin-top: 30px;
	background-color:#cda05c;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	box-shadow: 2px 2px 5px #777;
}
/*pag*/
.pag{
	margin-top: 40px;
	text-align: center;
}
.pag li{
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	color: #cda05c;
	margin: 0 2px;
}
.pag li.active,.pag li.active{
	background-color:#cda05c;
	color: #fff;
	border-radius: 2px;
}
.pag .prev,.pag .next{
	border:1px solid #cda05c;
	padding: 5px 18px;
	border-radius: 2px;
}
/*end*/
.huo_ul{
	min-height: 400px;
}
.huo_ul li{
	float: left;
	width: 48%;
	margin: 0 1% 40px;
	border: 1px solid #ddd;
	box-shadow: 0 0 19px #ccc;
	border-radius: 5px;
}

.huo_ul li a{
	display: block;
	padding:40px 30px;
	background-color:#cda05c;
	color: #fff;
}
.huo_ul li:nth-child(2) a{
	background-color: #f0831e;
}
.huo_ul li a h4{
	font-size: 20px;
	margin-bottom: 18px;
}
.huo_ul li a p{
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 54px;
}
.h_time{
	font-size: 16px;
	background-color:#cda05c;
	width: 150px;
	text-align: center;
	position: relative;
	left: -35px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 25px;
	box-shadow: 0 0 10px #944a05;
	margin-top: -10px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.aamo{
	background-color:#fff;
	color:#cda05c;
	font-size: 14px;
	padding: 5px 16px;
	text-align: center;
	width: 80px;
	margin-top: 30px;
	border-radius:30px;
}
.jn_ul{
	width:80%;
	margin: 0 auto;
}
.jn_ul li{
	position:relative;
	margin-bottom: 20px;
}
.jn_box{
	padding:20px 15px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	padding-right: 100px;
	position:relative;
	z-index: 2;
	border-radius: 5px;
}
.jn_ul li p{
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 14px;
	color: #888;
}
.jn_ul li:before{
	position: absolute;
	content: "";
	left: 0;
	top: -3px;
	width: 18px;
	height: 20px;
	left: -7px;
	background-color:#cda05c;
	z-index: 1;
}
.jn_ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jn_ul li:hover a{
	color:#cda05c;
}
.knav_u{
	text-align: center;
	margin-bottom: 40px;
}
.knav_u a{
	display: inline-block;
	height: 40px;
	line-height: 38px;
	color:#cda05c;
	border:1px solid #cda05c;
	padding: 0 30px;
	margin: 0 10px;
	border-radius: 5px;
}
.knav_u a.act{
	background-color:#cda05c;
	color: #fff;
}
/*联系我们*/
.c_item input,.yanz input{
	display: block;
	width: 100%;
	height: 42px;
	margin-bottom: 15px;
	padding: 0 10px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 5px;
}
.c_item textarea{
	height: 90px;
	width: 100%;
	outline: none;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	resize: none;
	margin-bottom: 15px;
}
.yanz{
	position: relative;
	padding-right: 170px;
}
.yanz span{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height:42px;
	width: 160px;
}
.yanz span img{
	width: 100%;
	height: 100%;
	display: block;
}
.zji{
	position: relative;
	padding-right: 200px;
}
.tj_btn{
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	color: #fff;
	display: block;
	width: 180px;
	border: none;
	appearance:none;
	-webkit-appearance:none;
}
.szv_tt{
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
}
.szv_dd{
	font-size: 50px;
	margin-top: 10px;
	color: #cda05c;
	text-align: center;
}
.lax_con{
	position: relative;
	padding:50px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 0 auto;

	width: 600px;
	background-color: #fff;
}
.lax_fr{
	padding-top: 37px;
}
.lax_fl{
	position: absolute;
	left:30px;
	top: 50px;
	width: 480px;
}
.lax_fl p{
	line-height: 2;
	position: relative;
	padding-left: 80px;
	color: #888;
	word-break: break-all;
}
.lax_fl p span{
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
}
.lax_fl h5{
	color:#de0303;
	margin: 20px 0 10px;
	font-size: 17px;
}
.lax_fl h6{
	color:#cda05c;
	margin-bottom: 10px;
	font-size: 17px;
}
.sat_ul{
	position: absolute;
	height: 100%;
	width: 100%;
}
.sat_ul li{
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	height: 100%;
	width: 33.3333%;
}
.sat_ul li:before,.xnw_top:before,.xnw_bot:before,.pt_fl:before{
	background: rgba(0,0,0,0.41);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.sat_ul li a{
	display: block;
	position: absolute;
	bottom:20%;
	width: 200px;
	-webkit-transition: .5s cubic-bezier(.44,.03,.14,.98);
	-moz-transition: .5s cubic-bezier(.44,.03,.14,.98);
	transition: .5s cubic-bezier(.44,.03,.14,.98);
	left: 50%;
	margin-left: -100px;
	color: #fff;
	/*background-color: rgba(205, 160,92 , 0.7);*/
	padding: 30px 0;
	border-radius: 20px;
}
.sat_ul li a img{
	width: 100%;
	display: none;
}
.sat_ul li a:hover{
	width: 240px;
	margin-left: -120px
}

/*文化园区*/
.yuanc{
	margin: 0 30px;
}
.yuan_item{
	position: relative;
	padding-left:33%;
	margin-bottom: 100px;
}
.yuan_fl{
	width:39%;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 15px #ccc;
}
.yuan_fr{
	position: relative;
	z-index: 3;
	background-color: #fff;
	top: 50px;
	padding: 50px;
	box-shadow: 0 0 15px #ddd;
	height: 380px;
}

.yuan_fr h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.yuan_fr p{
	font-size: 15px;
	line-height: 2;
	color: #777;
	text-align: justify;
}
.ping{
	height: 210px;
	overflow:hidden;
}
.axq{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #cda05c;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: -100px;
}
.zst_ul{
	margin: 0 30px;
}
.zst_ul li{
	float: left;
	width:31.33333%;
	margin: 0 1% 30px;
}
.zst_ul li a{
	display: block;
	position: relative;
}
.zst_tt{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:rgba(205,160,92,0.48);
	color: #fff;
	padding: 12px;
	font-size: 14px;
}
.ew_ul{
	margin: 0 -1%;
	padding-bottom: 20px;
}
.ew_ul li{
	float: left;
	margin: 0 1%;
	width: 48%;
	text-align: center;
}
.ew_ul li p{
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
.ew_ul li img{
	width: 140px;
}

/*height*/
@media (max-height:600px){}
/*width*/
@media (max-width:1600px){
	.appo_con h4{
		font-size: 38px;
	}
	.jj_fl{
		padding-left: 60px;
	}
	.zua_ul li{
		min-height: 220px;
	}
}
@media (max-width:1400px){
	.appo_con h4{
		font-size: 36px;
	}
	.brb_ul li p{
		font-size: 17px;
		padding: 5px 0px;
	}
	.lax_con{
		width:100%;
	}
	.tj_btn{
		width: 100px;
	}
	.zji{
		padding-right: 110px;
	}
	.yuan_fr{
		top: 35px;
	}
	.zuanj{
		margin: 0;
		padding: 35px;
	}
}
@media (max-width:1200px){
	.appo_con h4{
		font-size: 32px;
	}
	.appo_con{
		padding: 20px;
	}
	.jj_img:before{
		right: -15px;
		top: 15px;
	}
	.jj_fl a,.xi_ul a{
		font-size: 18px;
	}
	.crumb{
		margin-bottom: 50px;
	}
	.awrap{
		padding-bottom: 56px;
	}
	.ba_zi,.brb_ul li p{
		font-size: 16px;
	}
	.brb_more{
		height: 10px;
		width: 42px;
	}
	.cul_top img{
		width:70px;
	}
	.cul_bot{
		margin-top: 30px;
	}
	.cul_top h4,.cu_po h4{
		font-size: 20px;
	}
	.pro_wrap{
		margin-top: 50px;
	}
	.yanz span{
		width: 95px
	}
	.yanz{
		padding-right: 100px;
	}
	.tj_btn{
		width: 80px;
	}
	.zji{
		padding-right: 85px;
	}
	.zhici,.article{
		width: 100%;
	}
	.zst_ul,.yuanc,.xwen{
		margin: 0;
	}
	.yuan_fr{
		padding: 35px;
		height: 315px;
	}
	.ping{
		height: 178px;
	}
	.yuan_item{
		margin-bottom: 70px;
	}
	.gou_ul{
		width: 800px;
		margin-left: -400px;
	}
}
@media (max-width:1080px){
	.appo_con h4{
		font-size: 30px;
	}
	.appo_con{
		width: 500px;
	}
	.lg_ul{
		left: 0;
	}
	.zong,.kej_fl,.cfud{
		padding-left: 0;
	}
	.brb_more{
		right: 10px;
	}
	.jj_tit{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.ba_zi{
		left: 0;
		padding-left: 20px;
		top: 90px;
	}
	.brb_more{
		width: 30px;
		height: 8px;
	}
	.brb_ul li a:before{
		height:70%;
	}
	.brb_ul li:nth-child(2) a{
		padding-bottom: 40%;
	}
	.brb_ul li:nth-child(3) a{
		padding-bottom: 50%;
	}
	.brb_ul li:nth-child(4) a{
		padding-bottom: 60%;
	}
	.brb_ul li:nth-child(5) a{
		padding-bottom: 70%;
	}
	.brb_ul li p{
		width: 90px;
		padding: 4px 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
	}
	.brb_more{
		width: 28px;
		height: 8px;
		left: 50%;
		margin-left: -14px;
	}
	.pt_fl a p,.xnw_de h4{
		font-size: 24px;
	}
	.jj_fl{
		padding-left: 40px;
		padding-top: 15px;
	}
	.jj_con p{
		font-size: 15px;
	}
	.jj_con{
		margin-bottom: 0;
	}
	.jj_fl a{
		margin-top: 20px;
		left: -50px;
	}
	.darr{
		bottom: 19px;
	}
	.crumb{
		margin-bottom: 40px;
	}
	.awrap{
		padding-bottom: 46px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.cul_top img{
		width:60px;
	}
	.cul_top{
		padding:45px 110px;
	}
	.yin1{
		left: 40px;
		top: 35px;
	}
	.yin2{
		right: 40px;
		bottom: 35px;
	}
	.cul_fr a{
		height: 200px;
		margin-bottom: 20px;
	}
	.cul_fr,.cul_fl{
		height: 420px;
	}
	.zz_jo{
		padding:0;
	}
	.lg_ul li{
		line-height: 130px;
		height: 130px;
	}
	.lg_ul li img{
		width:70%;
	}
	.pro_wrap{
		margin-top: 40px;
	}
	.xi_ul a{
		font-size: 17px;
	}
	.zuanj{
		margin: 0;
		padding: 40px;
	}
	.zji{
		padding-right: 0;
	}
	.tj_btn{
		position: initial;
		width: 100%;
	}
	.c_item input, .yanz input,.c_item textarea{
		margin-bottom: 10px;
	}
	.lax_con{
		/*padding-left: 540px;*/
	}
	.zst_ul li{
		margin-bottom: 20px;
	}
	.yuan_fl{
		height: 330px;
	}
	.gou_ul{
		margin-top: 50px;
		width: 92%;
		margin-left: 0;
		left: 4%;
	}
	.zua_ul li{
		padding: 15px;
	}
	.xwe_fr h5{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.xwen_item{
		padding: 20px;
		padding-left: 370px;
		margin-bottom: 30px;
	}
	.xwe_fl{
		width: 320px;
		height: 190px;
	}
	.xmore{
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.jn_ul{
		width: 100%;
	}
	.wenzhang{
		margin-top: 50px;
	}
}
@media (max-width:900px){
	.xinew{
		width:635px;
	}
	.xan_form {
		padding: 30px 25px 0px;
	}
	.xan_bot{
		padding-left: 39px;
	}
	.yuy{
		font-size: 15px;
		height: 34px;
	}
	.brb_ul li p,.jj_con p{
		font-size:14px;
	}
	.jj_fl a{
		font-size: 16px;
	}
	.zz_top{
		margin-bottom: 20px;
	}
	.zz_bot .zz_img{
		margin-bottom: 15px;
	}
	.lax_con{
		padding: 30px 25px;
		/*padding-left: 410px;*/
	}
	.lax_fl{
		width: 380px;
		top: 30px;
	}
	.lax_fl h5{
		margin-top: 15px;
	}
	.lax_fl p{
		font-size: 15px;
	}
	.zhici_wrap{
		padding: 40px;
	}
	.gou_ul li p{
		margin-top: 5px;
		font-size: 16px;
	}
	.q_gou{
		font-size: 14px;
	}
	.gou_ul li{
		width: 33.3333333%;
		margin:0%;
		padding: 30px 15px;
	}
	.zua_ul li{
		width: 48%;
		margin-bottom: 13px;
		min-height: 200px;
	}
	.knav_u{
		margin-bottom: 30px;
	}
	.knav_u a{
		font-size: 15px;
	}
	.jn_box{
		font-size: 14px;
		padding: 15px 13px;
		padding-right: 90px;
	}
	.jn_ul li p{
		font-size: 12px;
		top: 15px;
	}
	.jn_ul li{
		margin-bottom: 15px;
	}
	.lg_ul li{
		width: 19%;
	}
}
@media (max-width:768px){
	.appo_con h4{
		font-size:28px;
	}
	.yuyue a img{
		width: 40px;
	}
	.appo_con{
		width: 70%;
		left: 15%;
		margin-left: 0;
	}
	.brb_ul li a{
		padding-bottom: 60px;
	}
	.brb_ul li:nth-child(2) a{
		padding-bottom: 80px;
	}
	.brb_ul li:nth-child(3) a{
		padding-bottom: 120px;
	}
	.brb_ul li:nth-child(4) a{
		padding-bottom:160px;
	}
	.brb_ul li:nth-child(5) a{
		padding-bottom: 220px;
	}
	.pt_fl a p, .xnw_de h4{
		font-size: 22px;
	}
	.pt_fl a,.sat_ul li a{
		width: 170px;
		margin-left: -85px;
	}
	.xnw_top a, .xnw_bot a{
		width: 170px;
	}
	.jj_img{
		position: relative;
		width: 100%;
		height: 300px;
	}
	.jj_con{
		padding-left: 0;
	}
	.jj_fl{
		padding-left: 0;
		margin-top: 30px;
	}
	.jj_fl a{
		left: 0;
	}
	.crumb{
		margin-bottom: 30px;
	}
	.jj_tit{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.jj_img:after{
		display: none;
	}
	.cul_top img{
		width: 32px;
	}
	.yin1{
		left: 20px;
		top: 20px;
	}
	.yin2{
		right: 20px;
		bottom: 20px;
	}
	.cul_top {
		padding: 39px 60px;
	}
	.cul_top p{
		font-size: 14px;
	}
	.cul_top h4, .cu_po h4{
		font-size: 18px;
	}
	.lsw_wrap,.pro_wrap{
		padding: 30px;
	}
	.lg_ul li{
		line-height: 100px;
		height: 100px;
		margin-bottom: 5px;
	}
	.pro_wrap{
		margin-top:30px;
	}
	.xi_ul a{
		font-size: 16px;
		margin: 0 15px;
	}
	.lax_con{
		padding: 20px;
	}
	.lax_fl{
		position: initial;
		width: 100%;
	}
	.lax_fr{
		padding-top: 26px;
	}
	.c_item input, .yanz input, .c_item textarea{
		font-size: 14px;
	}
	.c_item input, .yanz input,.yanz span,.tj_btn{
		height: 37px;
	}
	.zhici_wrap{
		padding: 30px;
	}
	.yuan_fr{
		padding: 25px;
		height: 260px;
		top: 19px;
	}
	.ping{
		height: 150px;
	}
	.yuan_fl{
		height: 260px;
	}
	.yuan_item{
		margin-bottom: 50px;
	}
	.xwen_item{
		margin-bottom: 20px;
		padding: 15px;
		padding-left: 300px;
	}
	.xwe_fl{
		width: 260px;
		left: 18px;
		top: 18px;
	}
	.xmore{
		margin-top: 20px;
	}
	.xw_time span{
		font-size: 23px;
	}
	.pag{
		margin-top: 30px;
	}
	.huo_ul li{
		width: 98%;
		margin-bottom: 20px;
	}
	.huo_ul li a h4{
		font-size: 18px;
	}
	.art_tit h3{
		font-size: 18px;
	}
	.zhici:after{
		display: none;
	}
}
@media (max-width:640px){
	.zhici p span{
		font-size: 15px!important;
	}
	.ba_zi{
		font-size: 14px;
	}
	.appo_con{
		width: 90%;
		left: 5%;
	}
	.appo_con h4{
		font-size: 22px;
	}
	.yuyue a{
		font-size: 16px;
	}
	.xinew,.xipo{
		width: 90%;
	}
	.xan_fr input[type='text']{
		height: 30px;
		font-size: 14px;
	}
	.yuyue{
		height: 30px;
		font-size: 15px;
	}
	.xan_bot{
		padding-left:11px;
	}
	.xan_m{
		margin: 25px 0;
		font-size: 14px;
	}
	.xan_tt img{
		width: 30px;
	}
	.xan_tt h4{
		font-size: 17px;
	}
	.xan_tt{
		padding-left: 35px;
	}
	.select_box span{
		line-height: 33px;
	}
	.select_box ul{
		bottom: 30px;
		top: auto;
	}
	.select_box.active span:before{
		top: 9px
	}
	.select_box span:before{
		top: 15px;
	}
	.brb_ul li a{
		padding-bottom: 30px;
	}
	.brb_ul li:nth-child(2) a{
		padding-bottom: 70px;
	}
	.brb_ul li:nth-child(3) a{
		padding-bottom: 110px;
	}
	.brb_ul li:nth-child(4) a{
		padding-bottom:140px;
	}
	.brb_ul li:nth-child(5) a{
		padding-bottom: 180px;
	}
	.brb_more{
		bottom: 5px;
	}
	.brb_ul li p{
		font-size: 12px;
		width:90%;
		margin-top: 5px;
	}
	.pt_fl a p, .xnw_de h4{
		font-size: 18px;
	}
	.pt_fl a,.sat_ul li a{
		width: 120px;
		margin-left: -60px;
	}
	.xnw_top a, .xnw_bot a{
		width: 120px;
	}
	.pt_fl a span,.xnw_de p{
		font-size: 12px;
		width: 76px;
	}
	.jj_tit{
		font-size: 20px;
	}
	.jj_img{
		height: 270px;
	}
	.jj_fl{
		padding-top: 0px;
	}
	.jj_fl a{
		padding-left: 10px;
		width: 160px;
	}
	.awrap{
		padding-bottom: 30px;
	}
	.cul_fr, .cul_fl{
		width: 100%;
	}
	.cul_fl{
		height: 200px;
		margin-bottom: 15px;
	}
	.cul_fr{
		height: auto;
	}
	.cul_fr a{
		margin-bottom: 15px;
	}
	.lsw_wrap,.pro_wrap{
		padding: 20px;
	}
	.am_btn{
		width: 20px;
		height:40px;
		background-size: 23px auto;
		border-radius:2px;
	}
	.am_prev, .a1_prev{
		left: -10px;
	}
	.am_next, .a1_next{
		right: -10px;
	}
	.xi_ul a{
		font-size: 15px;
		margin: 0 11px;
		padding: 6px 12px;
	}
	.zhici h4{
		font-size: 18px;
	}
	.zst_ul li{
		width: 48%;
		margin-bottom: 10px;
	}
	.zst_tt{
		padding: 6px;
		font-size: 12px;
	}
	.yuan_fr h4{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.yuan_fr p{
		font-size: 14px;
		line-height: 1.8;
	}
	.yuan_fl{
		position: initial;
		width: 100%;
	}
	.yuan_item{
		padding-left: 0;
		margin-bottom: 20px;
	}
	.yuan_fr{
		top: 0;
		height:auto;
	}
	.axq{
		position: initial;
		margin-top: 20px;
		height: 30px;
		line-height: 30px;
		width: 80px;
	}
	.zuanj{
		padding: 30px;
	}
	.jmr_tit h4, .zua_en h4{
		font-size: 18px;
	}
	.zua_ul li{
		min-height: 1px;
		width:98%;
	}
	.pag{
		margin-top: 20px;
	}
	.pag a,.pag span{
		font-size: 12px;
	}
	.art_tit{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.art_tit p{
		margin-top: 5px;
	}
	.art_tit h3{
		font-size: 17px;
	}
	.art_con p{
		font-size: 14px;
	}
	.art_con h6{
		font-size: 16px;
	}
	.art_con img,.art_con h6,.art_con p{
		margin-bottom: 10px;
	}
	.ew_ul li p{
		font-size: 15px;
	}
	.lg_ul li{
		width: 24%;
	}

}
@media (max-width:600px){
	.xan_m img{
		width: 25px;
	}
	.xan_m{
		height: 21px;
		line-height: 21px;
		padding-left: 31px;
		margin:33px 0;
	}
	.xan_form{
		padding: 14px 0 0 12px;
	}
	.md-close{
		width: 20px;
		top: -15px;
	}
	.xan_m{
		margin: 15px 0;
		padding-left: 0px;
	}
	.xan_m img,.xan_tt img{
		display: none!important;
	}
	.xan_tt,.xan_bot{
		padding-left: 0px;
	}
	.select_box span{
		padding: 0 9px;
	}
	.select_box span:before{
		right: 5px;
	}
	.xan_bot h6{
		font-size: 16px;
		padding-top: 20px;
	}
	.zz_top{
		padding: 19px;
		margin-bottom: 15px;
	}
	.zz_top p{
		font-size: 14px;
	}
	.zz_bot .zz_img p{
		font-size: 12px;
		padding: 5px 10px;
	}
	.zz_bot .zz_img{
		margin-bottom: 8px;
	}
	.tam_ul li{
		width: 48%;
	}
	.zhici_wrap{
		padding: 18px;
	}
	.axq{
		font-size: 12px;
	}
	.gou_ul li{
		padding: 10px 5px;
	}
	.gou_aa{
		bottom: 3%;
	}
	.q_gou{
		margin: 10px auto 5px;
		padding-top: 10px;
	}
	.xwe_fl{
		position: initial;
		width: 100%;
	}
	.xwen_item{
		padding: 15px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2)
	}
	.xw_time{
		top: 5px;
		left: 5px;
	}
	.xwe_fr h5{
		font-size: 16px;
	}
	.xwe_fr p{
		font-size: 14px;
	}
	.knav_u a{
		padding: 0 13px;
		height: 30px;
		line-height: 28px;
		margin: 0 5px;
		font-size: 14px;
	}
	.knav_u{
		margin-bottom: 20px;
	}
}
@media (max-width:414px){
	.appo_con h4{
		font-size: 18px;
	}
	.yuyue a{
		font-size: 14px;
		padding: 20px 6px;
	}
	.appo_con{
		padding: 18px 12px;
	}
	.xan_fl,.xan_fr{
		width: 100%;
		float: none;
	}
	.xan_fr:before{
		display: none;
	}
	.xan_m{
		margin: 5px 0;
	}
	.xan_bot h6{
		padding: 7px 0;
	}
	.xinew,.xipo{
		padding:10px 20px;
	}
	.xan_form{
		padding: 14px 0 0;
	}
	.md-close{
		top: -5px;
	}
	.xan_tt h4{
		margin-top: 0px;
	}
	.select_box ul{
		bottom: auto;
		top: 30px;
	}
	.md_xi{
		padding: 30px 0 0;
	}
	.pt_fl{
		width: 100%;
		height: 50%;
	}
	.pt_fl a p, .xnw_de h4{
		font-size: 16px;
	}
	.sat_ul li{
		width: 100%;
		height: 33.333%;
	}
	.sat_ul li a{
		width: 100px;
		margin-left: -50px;
		bottom: 5%;
	}
	/*.sat_ul li:first-child a{

		right: 10%;
		left: auto;
		margin-left: 0;
	}
	.sat_ul li:nth-child(3) a{
		left: 10%;
		margin-left: 0;
	}*/
	.jj_img{
		height: 166px;
	}
	.jj_img:before{
		right: -5px;
		top: 5px;
	}
	.cul_top h4, .cu_po h4{
		font-size: 17px;
	}
	.cul_top {
		padding: 35px 20px;
	}
	.cul_top img{
		width: 26px;
	}
	.yin1{
		left: 10px;
		top: 10px;
	}
	.yin2{
		right: 10px;
		bottom: 10px;
	}
	.cul_bot{
		margin-top: 15px;
	}
	.arw{
		width: 22px;
		height: 22px;
	}
	.lsw_wrap .swiper-slide p{
		font-size: 14px;
	}
	.awrap{
		padding-bottom: 20px;
	}
	.lg_ul li{
		height: 80px;
		line-height: 80px;
	}
	.xi_ul a{
		margin: 0 5px;
		padding: 4px 8px;
	}
	.lax_fl p{
		font-size: 14px;
		padding-left: 75px;
	}
	.lax_fl h5{
		font-size: 16px;
		margin:10px 0;
	}
	.lax_fr{
		padding-top: 15px;
	}
	.c_item textarea{
		height: 80px;
	}
	.lax_con{
		padding: 15px;
	}
	.jj_tit{
		font-size: 18px;
		padding-bottom: 3px;
	}
	.crumb{
		margin-bottom: 25px;
	}
	.pt_fl a{
		width: 100px;
		right: 10%;
		bottom: 5%;
		margin-left: 0;
		left: auto;
	}
	.pt_fl:nth-child(2) a{
		left: 10%;
		right: auto;
	}
	.xnw_top a, .xnw_bot a{
		width: 100px;
	}
	.yuan_fl{
		height: 200px;
	}
	.yuan_fr{
		padding: 20px;
	}
	.gou_ul li p{
		font-size: 15px;
	}
	.q_gou{
		font-size: 13px;
	}
	.zuanj{
		padding: 20px;
	}
	.zua_ul li h5{
		font-size: 16px;
	}
	.zua_ul{
		margin-top: 30px;
	}
	.zua_ul li{
		padding: 10px;
	}
	.huo_ul li a h4{
		font-size: 16px;
	}
	.huo_ul li a{
		padding: 30px 20px;
	}
	.h_time{
		width: 120px;
		left: -26px;
	}
	.aamo,.tam_ul li p,.h_time{
		font-size: 12px;
	}
	.jn_box{
		padding: 12px;
	}
	.jn_ul li p{
		position:initial;
		margin-top: 6px;
		color: #999;
	}
	.lax_fl h6,.lax_fl h5{
		font-size: 15px;
	}
	.c_item input, .yanz input, .c_item textarea{
		font-size: 13px;
	}
	.zhici p{
		font-size: 14px;
		margin-bottom: 2px;
	}
	.xmore{
		margin-top: 10px;
	}
	.xw_time span{
		font-size: 20px;
	}
	.xw_time{
		padding: 7px;
	}
	.xwe_fl{
		height: 172px;
	}
	.lsw_wrap, .pro_wrap{
		padding: 15px;
	}
	.jn_ul li:before{
		left: -4px;
	}
	.jn_ul li,.huo_ul li{
		margin-bottom: 11px;
	}
	.knav_u a{
		border-radius: 3px;
	}
	.ew_ul li{
		width: 98%;
		float: none;
		margin-bottom: 20px;
	}
	.ew_ul{
		padding-bottom: 0;
	}
}
@media (max-width:376px){
	.yuyue a{
		width: 98%;
	}
	.lg_ul li{
		width: 31%;
	}
	.yuan_fl{
		height: 180px;
	}
	.jj_tit{
		font-size: 17px;
		margin-bottom: 17px;
	}
	.jmr_tit h4, .zua_en h4{
		font-size: 16px;
	}
}
@media (max-width:320px){}