@charset "utf-8";

html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#dc0000;
}
input, textarea {
	-webkit-user-select: text
}

.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #dc0000;
	border-color: #dc0000;
}

#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #dc0000;
}

.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}

.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #dc0000;
	border-color: #dc0000;
	color: #fff;
}

.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #dc0000;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #dc0000;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #dc0000;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #dc0000;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}

.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #dc0000;
	box-shadow: 0 0 10px 0 #dc0000
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #dc0000;
	color: #FFF;
}

#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #dc0000;
	border-color: #dc0000;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}

video {
	background-color: #000;
}



/*input, select, textarea, button{ vertical-align: middle; outline:none; font-family:"microsoft yahei"; border:0;}
h1, h2, h3, h4, h5, h6{font-weight:normal; font-style:normal;}
img { border: 0; vertical-align:middle; max-width:100%;}
ul, li, ol, dl, dt {list-style: none;}
a { text-decoration: none; outline: none; color: #333;  -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
a:hover{ color:#0066cc;}*/
* { padding: 0px; margin: 0px; }
.fl { float: left; }
.fr { float: right; }
table {  border-collapse: collapse; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { zoom: 1 }
.clear{ clear:both; font-size:0;}
.w{ width:1320px; margin: 0 auto; }
.orange{ color:#ff6600;}
.width1400{max-width:1200px;margin: 0 auto;}
.clearfix {
*zoom: 1;
}

/**index**/
.hpre{position:fixed; z-index:99; width:100%; border-bottom:1px #D5D5D5 double; padding-bottom:0px; background:rgba(29,19,16,0.5);}
.logo_l{ float:left; padding-top:15px;}
.layui-nav{ float:right; padding-top:30px;}

/*服务项目*/

.service_idex{background:#f0f0f0 url(../images/s_bj.png) bottom center no-repeat;}
.service_text{ float:left; margin-top:60px;}
.service_more{ width:64px; height:64px; background:#d32222; float:right; margin-top:60px;}
.service_more span{display:block; line-height:64px; color:#FFF; text-align:center; font-size:30px;}
.service_xiangm{ padding-top:20px;}
.service_xiangm ul li{ height:255px; width:calc(92%/4); float:left; margin:0 1%; background:#ffffff;box-shadow: 2px 2px 5px #A6A6A6;border-radius:5px;}
.service_xiangm ul li span{ display:block; font-size:45px; width:45px; text-align:center; margin:0 auto;padding-top:20px; }
.service_xiangm ul li h2{ font-size:18px; font-weight:bold; text-align:center; display:block; margin:10px 0;}
.service_xiangm ul li p{ font-size:12px; line-height:22px; display:block; padding:5%;}
.smore{ border:1px double #D1D1D1;border-radius:5px; height:25px; line-height:25px; text-align:center; width:100px; margin:0 auto;}
.service_xiangm ul li a{height:255px; color:#000;padding:1%; display:block;transition: all .5s;}
.service_xiangm ul li a:hover{color:#fff; background:#d32222; height:305px; display:block;padding:1%;border-radius:5px;}

.tab22 {}
.tab22 a.ok{width:calc(92%/4); float:left; margin:0 1%;background:#d32222; height:275px;box-shadow: 2px 2px 2px #d32222;border-radius:5px 5px 0 0;transition: all .5s;}
.tab22 a.nones{height:255px; width:calc(92%/4); float:left; margin:0 1%; background:#ffffff;box-shadow: 2px 2px 5px #A6A6A6;border-radius:5px;}
.tab22 a span{ display:block; font-size:45px; width:45px; text-align:center; margin:0 auto;padding-top:20px; }
.tab22 h2{ font-size:18px; font-weight:bold; text-align:center; display:block; margin:10px 0;}
.tab22 p{ font-size:12px; line-height:22px; display:block; padding:5%;}
.tab22 a.nones:hover{color:#fff; background:#d32222; height:305px; display:block;padding:1%;border-radius:5px;}
.tab22 a.ok span{color:#FFF;}
.tab22 a.ok h2{color:#FFF;}
.tab22 a.ok p{color:#FFF;}
.tab22 a.ok .smore{color:#FFF;}




.service_anli{padding:50px 0 50px 0;}
.service_anli ul li{ height:255px; width:calc(92%/4); float:left; margin:0 1%; background:#ffffff;box-shadow: 2px 2px 5px #d32222;border-radius:5px; overflow:hidden;}
.service_anli ul li img{ height:203px; width:100%; transition: all 0.6s; }
.service_anli ul li img:hover{transform: scale(1.1);} 
.service_anli ul li .ppt{ padding:10px 0 0 10px; display:block;}
.service_anli ul li .ppt h3{ font-size:15px;}

/*关于我们*/

.haboust_bj{background: url(/uploadfile/drawtime/1749438679.jpg) bottom right no-repeat;height:500px; background-size:43%;}
.aboust_bj_text{width:457px; height:457px; float: right;}
.aboust_bj_text p{ color:#5c5b5b; padding:30px 0 0 0; line-height:30px;}
.more_s a{background-color:rgba(255,255,255,0.5); width:150px; height:50px; line-height:50px; font-size:16px; color:#FFF; display:block; text-align:center;border-radius:50px; margin:15px;}
.aboust_bj_wenhu{width:660px; float: left; padding:80px 0 0 20px;}
.aboust_bj_wenhu p{ color:#5c5b5b; /*padding:20px 0 0 0;*/ line-height:30px;}
.aboust_bj_wenhus ul li{width:calc(98%/1); float: left; margin:60px 0 0px 0; border-right:0px #bfbfbf double; text-align:left; font-size:20px;}
.aboust_bj_wenhus ul li:nth-child(3) {border-right:0px;}
.aboust_bj_wenhu ul li h2{ font-size:40px; color:#FFF; text-align:center; padding:25px 0 25px 0;}
.aboust_bj_wenhu ul li p{ color:#FFF; text-align:center;}
.aboust_bj_wenhu ul li a{color:#5c5b5b;}

/*产品中心*/
.home_cpzx{ width:100%; /*height:897px;*/}
.home_cpzx ul li{width:calc(100%/2);/*height:897px;*/ float:left; text-align:center; color:#FFF; overflow:hidden;}
.tetxs_cp{/* margin:35% auto; width:583px;*/background-color: rgba(0,0,0,0.4); padding:25%;}
.tetxs_cp h2{ font-size:45px; height:80px;}
.tetxs_cp .hr{ height:4px; width:110px; background:#FFF; margin:0 auto;}
.tetxs_cp p{ margin:30px 0; line-height:22px; font-size:16px; height:40px;}
.homcp_more{ width:178px; height:50px; line-height:50px; margin:0 auto; text-align:center; font-size:14px;}
.bdd{border:1px #fff double;}
.home_cpzx ul li a{color:#FFF; display:block; }
.home_cpzx ul li a:hover{ color:#FFF; background:linear-gradient(to right, #28374c,#ff0505,#ee4445); background-size: 200%;
    transition: background-position .6s; background-position: 100% 0;  /*border-radius:5px; opacity: 0.9;*/ }


/*新闻中心*/
.news_bj{background: url(../images/news_bj.png); height:780px;}
.news_bj .news_mc{padding:20px 0;}
.news_bj ul{ width:590px; float:right;}
.news_bj ul li{ height:110px; border-bottom:1px dotted #666666; margin:4px 0; padding:4px;transition: all .5s;}
.news_bj ul li span{ width:72px; height:72px; display:block; float:left; background:#c1c1c1; text-align:center; font-size:14px; line-height:22px; padding-top:15px;box-shadow: 1px 1px 2px #A6A6A6; border-radius: 2px;}
.news_bj ul li span samp{ font-size:16px; display:block; text-align:center;}
.news_bj ul li small{ width:80%; height:72px; margin-left:22px; display:block; font-size:14px; float:left; line-height:18px; color:#666;}
.news_bj ul li small h3{font-size:18px; display:block; font-weight:bold; padding:9px 0; color:#333;}
.news_bj ul li a{transition: all .5s;}
.news_bj ul li:hover span {background: #d32222;}
.news_bj ul li:hover span{color: #fff;}
.news_bj ul li:hover small{color: #d32222;}
.news_bj ul li:hover small h3 {color: #d32222;}
.news_bj .pic{ float:left; width:557px;}
.news_bj .pic h2{ font-size:18px; color:#282828; margin:10px 0; font-weight:bold;}
.news_bj .pic p{ line-height:20px;}
.home_news{background:#b02923; height:36px; line-height:36px; text-align:center; float:left; margin-top:10px; width:130px; color:#FFF;}
.home_news a{color:#FFF;}
.home_news a:hover{color: #CCC;}

/*合作单位*/
.home_hz{ height:315px;}
.home_hz ul li{width:calc(100%/6); height:80px; margin:1.5% 0; float:left; text-align:center;}
.home_hzmors{ background:#b02923; height:36px; line-height:36px; text-align:center; margin:15px auto; width:130px; color:#FFF;}
.hzhub_mc{padding-top:75px;}
.homes_lxwm{ width:400px; height:500px; float:right; padding-top:50px; padding-right:50px;}
.homes_lxwm h2{ font-size:28px; display:block; padding:10px 0;}
.homes_lxwm ul li{ height:50px; line-height:50px; font-size:16px; color:#666666;}
.homes_lxwm ul li span{ font-size:25px; padding-right:10px;}

/*footer*/
.f_logo{ padding:10px 0 20px 0; float:left; width:30%;}
.f_text{ padding:30px 0 20px 0; float:left; width:70%; line-height:35px; font-size:16px;}
.footer_c{background:#ccc; height:35px; line-height:35px;}
.fixed4{ background:#ee4445;transition: all .5s;}

/*关于我们*/
.a_daohang{height:60px; border-bottom:1px double #c1c1c1;}
.a_daohang .tagh{line-height:60px; width:30%; float:left; font-size:14px;}
.a_daohang .tagh span{ font-size:18px; margin-right:5px; color:#d32222;}
.a_daohang .mues{line-height:60px; width:35%; float:right; font-size:14px;}
.a_daohang .mues ul li{ float:right; margin:0 10px;}
.a_daohang .mues ul li .hover{ background:#d32222; color:#FFF; padding:0 10px;  display:block;}
.a_daohang .mues ul li .hover span{ font-size:14px; margin-right:5px;}

.aboust_bj{ background:url(../images/aboust_bj.png) center no-repeat; height:663px;}
.aboust_bj .tesx{width:570px; float:left; padding:80px 0 0 0;}
.aboust_bj .tesx h2{ padding:10px 0; font-size:20px;}
.abo_xtes{ line-height:22px;}
.qywh{padding:150px 100px 0 0; float:right;}

.yousj_bj{ background:url(../images/aboust_ys.png) center no-repeat; height:748px;}
.yousj_bj h2{ font-size:30px; text-align:center; color:#FFF; padding:30px 0 0 0;}
.yousj_bj h4{ text-align:center; color:#FFF; padding:10px;}
.yousj_bj .jiant{ width:60px; text-align:center; margin:0 auto;}
.yousj_bj .jiant span{ font-size:30px; color:#ea3223;}
.yousj_bj ul li{width:calc(70%/3); height:90px; margin:5%; float:left; color:#FFF; text-align:center;}
.yousj_bj ul li span{font-size:80px; font-weight:bold; height:85px; display:block;}
.yousj_bj ul li p{ font-size:13px; padding:10px;}

/*资质荣誉*/
.abost_zzry{ background:url(../images/zzry_bj.png) center no-repeat; height:869px;}
.mcs img{ padding:35px 0 0 0; float:left;}
.mcs p{ padding:195px 0 0 0; float: right;}
.abost_zzry ul{ padding-top:65px;}
.abost_zzry ul li{width:calc(100%/4); height:202px; margin:1% 0%; float:left; text-align:center;}
.abost_zzry ul li img{ width:90%; height:202px;}

/*专家团队*/
.abost_zjtd_bj{background:#ececec; height:754px;}
.zjmcs img{ padding:35px 0 0 0; float:left;}
.zjmcs p{ padding:140px 0 0 0; float: right;}
.aboust_zjtd{width:395px; float:left; overflow:hidden;}
.aboust_zjtd img{ transition: all 0.6s;}
.aboust_zjtd img:hover{transform: scale(1.2);} 
.aboust_zjtd_r{width:1000px; float:right;}
.aboust_zjtd_r ul li{width:calc(90%/4); height:230px; margin:0% 1% 1.1% 1%; float:left; text-align:center; overflow:hidden;}
.aboust_zjtd_r ul li img{ height:285px; width:230px; transition: all 0.6s; overflow:hidden; }
.aboust_zjtd_r ul li img:hover{transform: scale(1.2);}  

/*合作伙伴*/
.aboust_usmc{ padding:25px 0 0 0;}
.mcs_lsft{width:200px; float:left;}
.aboust_usmc h2{ color:#393939; font-size:26px; font-weight:bold; }
.aboust_usmc h3{ color:#393939; font-size:16px; font-weight:bold; padding:15px 0; }
.aboust_usmc .sp{padding:100px 0 0 0; float: right;}

.aboust_hezhb{}
.abousthz_img ul{ width:1052px; margin:0 auto;}
.abousthz_img ul li{width:calc(100%/4); height:90px; margin:1.5% 0; float:left; text-align:center;}
.abousthz_img ul li img{ border:#CCC 1px double; width:196px; height:110px;}

/*加盟合作*/
.aboust_jmhz{background: url(../images/fore.png) center no-repeat;/* background-size:100%;*/ height:705px;}

.aboust_bdfrom_left{ width:536px; float:left;}
.aboust_bdfrom_left h2{ color:#fff; font-size:30px; text-align:left; padding:35px 0;}
.aboust_bdfrom{ width:550px; float:right; color:#CCC;}
.infis{ background:rgba(29,19,16,0.5);border-radius:5px; width:186px; border:1px #97928d double; color:#FFF; margin-left:5px;}
.infis_txt{ background:rgba(29,19,16,0.5);border-radius:5px; width:410px; height:100px; border:1px #97928d double; color:#FFF;margin-left:5px;}
.tjly{ background:#b02923; width:400px; height:40px;border-radius:5px; color:#FFF; margin:0 auto; margin-left:40px;}
.aboust_bdfrom_right{ color:#d3d3d3; float:right; padding-top:120px;}
.aboust_bdfrom_right h2{ color:#d3d3d3; font-size:48px; font-weight:bold; display:block;}
.aboust_bdfrom_right h3{ color:#d3d3d3; font-size:35px; font-weight:bold; padding:50px 0; display:block;}

/*加盟合_aboust作*/
.jmhez_yj{ width:590px; float:left;}
.jmhez_yj_r{width:760px; float:right;}
.jmhez_yj_r .mcss{ padding:45px 0 0 0;}
.jmhez_yj_r ul{ padding-top:25px;}
.jmhez_yj_r ul li{width:calc(90%/3); height:100px; margin:2% 1%; float:left; }
.jmhez_yj_r ul li span{ font-size:60px; color:#d81e06; float:left; padding-top:15px; padding-right:15px;}
.jmhez_yj_r ul li small{ float:left; line-height:30px; padding-top:25px;}
.jmhez_yj_r ul li small b{ font-size:20px;}

.jmwyjm_bj{background:url(../images/jmys_bj.jpg) center no-repeat; height:869px;}
.jmwyjm_bj .mcss{ padding:45px 0 0 0;}
.jmwyjm_bj ul li{width:calc(100%/2);float:left; }
.jmtj_ul_libj{ background:url(../images/jmgzbj.png) center no-repeat; width:507px; height:657px; margin:0 auto;}
.jmtj_ul_libj .mcsd{ font-size:18px; text-align:center; padding:125px 0 30px 0;}
.jmtj_ul_libj p{height:30px; line-height:34px; background:url(../images/jmzc_li.png) center left no-repeat; width:340px; margin:0 auto; padding-left:34px; font-size:14px;}
/**/
.jmwdys{}
.jmwdys .tiesmc{ padding:35px 0;}
.jmwdys .img_left{ width:712px; float:left;}
.jmwdys .text_left{ width:590px; float:right; padding-top:80px; padding-right:80px;}
.jmwdys .text_left ul li{width:100%;float:left; height:150px; line-height:22px;}
.jmwdys .text_left ul li span{ font-size:24px;}
.jmwdys .text_left ul li p{ line-height:30px; font-size:14px;}

/*预约表单*/
.jmyy_bd{height:710px; background:url(../images/jm_yybiaodan.png) center no-repeat;}
.jmyy_bd .biaodan_frome{ width:430px; float:right; margin:200px 180px 0 0;}
.jmyy_bd .biaodan_frome ul li{width:430px; height:65px; line-height:65px;font-size:16px; }
.jmyy_bd .biaodan_frome ul li span{ width:120px; display:block; float:left;}
.jmyy_bd .biaodan_frome ul li input{ background:#f7f7f7; height:37px; width:280px; border:1px #CCCCCC double;border-radius:5px; font-size:16px; }

.lxwm_ks span{ font-size:32px; margin:5px 0; color:#987b5b;}


