@charset "utf-8";
/*dwj*/

/*全局控制*/
body{margin:0px;padding:0px;font-family:"微软雅黑";color:#000;font-size:12px;line-height:22px;-webkit-text-size-adjust:none;background: #fff;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;font-family:"微软雅黑";}
img{border:0;vertical-align:top;width:100%;}
ul,li{list-style:none;}
a{color:#000;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.cl{clear:both;}.fb{font-weight:bold;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}


/*header*/
.max_w{max-width: 750px; margin: 0 auto;}
header{position: relative;}
.top_bg{width: 100%; background: rgba(0,0,0,0.8); position: absolute; top: 0; left: 0; z-index: 999;}
.logo{width: 40%; margin: 0 auto;}
.search{width:7%; line-height: 0; position:absolute; top: 32%; left: 3%; z-index:1;}
.ss{width:0;height:35px;position:absolute;left:14%;top:26%;overflow:hidden;z-index:2;}
.ss_bd{width:48%;height:35px;border:none;background:#fff;float:left;color:#333;padding:0 0 0 3%;font-family:"微软雅黑"; font-size:14px; border-top-left-radius:3px;border-bottom-left-radius:3px;}
.ss_btn{width:18%;float:left;line-height:35px;background:#332bdb;border:none;color:#fff;font-family:"微软雅黑";font-size:14px; border-top-right-radius:3px;border-bottom-right-radius:3px;}

.nav_btn a{ color:#fff;}
.cd-nav-trigger {
  position: absolute;
  display: inline-block;
}
.cd-nav-trigger a{ color:#fff;}
.cd-nav-trigger {
  top:32%;
  right: 3%;
  height:30px;
  width: 30px;
  z-index: 500;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
}
.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  z-index: 1000;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
  content: '';
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
  content: '';
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.cd-nav-trigger::before {
  content: '';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  content: '';
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  color:#000;
}
.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
content: '';background:url(../images/nav_close.png) no-repeat #000; background-size:cover;
}
.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  content: '';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
background:none;
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  background-color: white;
  content: '';
}
.cd-nav-trigger.close-nav .cd-icon::before {
  content: '';
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
  content: '';
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/*黑色2*/
.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 60px 0;
  z-index: 300;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
  margin: 1.1em 0;
  text-align: center;
  text-transform: capitalize;
}
.cd-primary-nav a {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
/*黑色*/
.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 200;
}
.cd-overlay-nav span {
  /*background:url(../images/main.jpg);*/
  background-color:#000;
}
/*黑色结束*/
.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 400;
}
.cd-overlay-content span {
  background-color: #ddd;
}

.slideBox {
	position: relative;
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 4px;
	line-height: 0;
	bottom: 4%;
	right: 0;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: rgba(255,255,255,0.5);
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 2px;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}


/*mainbody*/
.mainbody{padding-bottom: 28%; overflow: hidden;}
.series{width: 95%; padding: 5% 0; margin: 0 auto;}
.series li{float: left; width: 50%;}
.series li:first-child img{height: 180px;}
.series li:last-child img{height: 180px;}
.series_bg01{background: #f5f5f5; height: 100px; padding: 10px 0;}
.series_bg02{background: #3a3a3a; height: 100px; padding: 15px 0 10px 0;}
.series_fon01{width: 80%; text-align: center; color: #666; line-height: 20px; margin: 0 auto;}
.series_fon01 h4{color: #000; font-size: 14px; font-weight: normal; height:30px; line-height: 30px; overflow:hidden; }
.series_fon02{width: 80%; text-align: center; color: #fff; line-height: 20px; margin: 0 auto;}
.series_fon02 h4{color: #fff; font-size: 16px; font-weight: normal; height:30px; line-height: 30px; overflow:hidden; }
.series_fon{height: 40px; overflow: hidden;}
.series_more{width: 50%; text-align: center; height: 20px; line-height: 20px; border: solid 1px #fff; text-transform: uppercase; margin: 5px auto 0 auto;}
.series_more a{color: #fff;}
.series_more1{width: 50%; text-align: center; height: 20px; line-height: 20px; border: solid 1px #000; text-transform: uppercase; margin: 5px auto 0 auto;}
.series_more1 a{color: #000;}

.product_title{width: 100%; text-align: center; color: #666; text-transform: uppercase; margin-bottom: 3%;}
.product_title h4{color: #000; font-size: 16px; font-weight: normal;}
.product_area{width: 95%; margin: 0 auto 5%; overflow: hidden;}
.product_fon{border-top: solid 1px #f3f3f3; padding: 8% 0 10% 0; margin-top: 14%;}
.product_fon h4{line-height: 20px; color: #000; font-size: 14px; font-weight: normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom: 3%;}
.product_f{line-height: 20px; color: #666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product_more{width: 60%; text-align: center; text-transform: uppercase; line-height: 20px; border: solid 1px #eee;}
.product_more a{color: #3a3a3a;}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	left: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	text-indent: -9999px;
	display: none;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: none;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: none;
}
.bx-wrapper .bx-prev:hover {
	background: none;
}
.bx-wrapper .bx-next:hover {
	background: none;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: none;
}

.news_area{padding: 0 0 6% 2.5%;}
.news_pic{float: left; width: 48%;}
.news_pic img{height: 300px;}
.news{float: left; width: 52%; height: 300px; background: #f5f5f5;}
.news li{border-bottom: solid 1px #ccc; height: 150px; padding: 10% 6% 6% 6%; box-sizing: border-box;}
.news li:last-child{border: none;}
.news span{color: #666; font-size: 16px; font-family: arial;}
.news h4{color: #333; font-size: 14px; line-height: 28px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_fon{height: 60px; line-height: 20px; color: #666; overflow: hidden;}
@media only screen and (max-width: 320px) {
	.news_pic img{height: 220px;}
	.news{height: 220px;}
	.news li{height: 110px; padding: 8% 6% 5% 6%;}
	.news h4{line-height: 26px;}
	.news_fon{height: 40px;}
}

.about_part{width: 100%; margin-bottom: 5%; position: relative;}
.about_pic{width: 100%; height: 240px; position: relative;}
.about_top{width: 65%; padding: 3% 0; text-align: center; color: #fff; background: url(../images/about_top.png) no-repeat; background-size: 100% 100%; position: absolute; top: 0; left: 2%;}
.about_top h4{font-size: 15px; line-height: 28px;}
.about_fon{width: 96%; padding: 2%; box-sizing: border-box; background: rgba(0,0,0,0.5); border-radius: 10px; position: absolute; top: 40%; left: 2%; height:100px; overflow:scroll;}
.about_fon li{background: url(../images/star.png) no-repeat left center; background-size: 10px 10px; line-height: 26px; color: #fff; padding-left: 15px;}
.about_bot{width: 100%; height: 40px; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0;}
.about_list{width: 100%;}
.about_list li{float: left; width: 33.333%; text-align: center; line-height: 40px; border-right: solid 1px #fff; box-sizing: border-box; color: #fff; cursor: pointer;}
.about_list li:last-child{border: none;}
.about_list .about_on{background: rgba(0,0,0,0.5);}
.about_list img{width: 16%; line-height: 0; vertical-align: middle; margin-right: 5%;}

.contact_part{width: 85%; margin: 0 auto;}
.contact_top{color: #000; font-size:10px; line-height: 40px; padding-top: 10px; border-top: solid 1px #000; border-bottom: solid 1px #000; margin-top: 6%; position: relative;}
.contact_tit{width: 100%; position: absolute; top: -15px; left: 0; font-size: 13px; line-height: 30px;}
.contact_tit span{background: #fff; padding-right: 10px;}
.contact{width: 100%; padding-bottom: 5%;}
.contact li{border-bottom: solid 1px #000; padding: 3%; line-height: 30px; color: #000;}
.contact img{float: left; width: 30px; height: 30px; margin-right: 4%;}
.btn_con{width: 100%; height: 38px; line-height: 38px; text-align: center; background: #000; margin-bottom: 6%;}
.btn_con a{color: #fff; display: block;}
.name{width: 100%; height: 30px; line-height: 30px;border: solid 1px #000; padding: 0 3%; box-sizing: border-box; color: #333; text-transform: uppercase; margin-bottom: 5%;}
input.name::-webkit-input-placeholder{color:#333;}
input.name:-moz-placeholder{color:#333;}
.contents{width: 100%; height: 100px; line-height: 26px;border: solid 1px #000; padding: 0.5% 3%; box-sizing: border-box; color: #333; text-transform: uppercase; margin-bottom: 4%;}
textarea.contents::-webkit-input-placeholder{color:#333;}
textarea.contents:-moz-placeholder{color:#333;}
.btn_tj{width: 100%; height: 40px; background: #000; border: none; font-size: 14px; font-family: "微软雅黑"; cursor: pointer; color: #fff;}


/*footer*/
footer{width: 100%; position: fixed; bottom: 0; left: 0; z-index: 99;}
.foot{max-width: 750px; background: #000; margin: 0 auto;}
.foot li{float: left; width: 20%; text-align: center; font-size: 13px; padding: 3% 0 2% 0;}
.foot img{width: 40%; margin-bottom: 3%;}
.foot a{color: #fff;}


/*房间展示*/
.main{padding: 5% 0 28% 0;}
.main_top{width: 95%; margin: 0 auto 4%;}
.tit{float: left; color: #666; line-height: 20px; text-transform: uppercase;}
.tit h4{color: #000; font-size: 15px; font-weight: normal;}
.path{float: right; line-height: 40px; color: #999;}
.path a{color: #999;}
.path span{color: #0a7aae;}
.list{width: 85%; text-align: center; padding-bottom: 2%; margin: 0 auto;}
.list li{display: inline;}
.list a{display: inline-block; width: 22%; border: solid 1px #999; border-radius: 20px; box-sizing: border-box; color: #666; margin: 0 1% 3% 1%;}
.list .list_on a{border: solid 1px #000; background: #000; color: #fff;}
.pro{width: 98%; margin: 0 auto;}
.pro li{float: left; width: 47%; text-align: center; margin: 0 1.5% 3% 1.5%;}
.pro img{margin-bottom: 6%;}
.pro h4{font-size: 12px; font-weight: normal;}
.page{width: 100%; text-align: center; padding-top: 5%;}
.page a{display: inline-block; width: 22%; text-align: center; height: 24px; line-height: 24px; background: #000; border-radius: 8px; color: #fff; margin: 0 4%;}


/*环境展示*/
.show{width: 98%; margin: 0 auto;}
.show li{float: left; width: 47%; text-align: center; line-height: 30px; margin: 0 1.5%;}
.show h4{font-size: 12px; font-weight: normal; height: 30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


/*新闻中心*/
.inf{width: 95%; margin: 0 auto;}
.inf li{padding-bottom: 7%;}
.inf li:last-child{padding-bottom: 4%;}
.inf img{float: left; width: 48%; height: 100px;}
.inf_r{float: right; width: 98%;}
.inf_r span{color: #666; font-size: 18px; line-height: 24px; font-family: arial;}
.inf_r h4{color: #333; font-size: 14px; line-height: 30px; height: 30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.inf_fon{color: #666; height: 40px; line-height: 20px; text-align: justify; overflow: hidden;}


/*关于我们*/
.com{width: 95%; color: #666; line-height: 26px; margin: 0 auto;}
.com_pic{width: 100%; padding: 10% 0 6% 0;}
.com_pic ul{margin-right: -2%;}
.com_pic li{float: left; width: 31.333%; margin-right: 2%;}
.com_pic li:first-child{margin: -3% 2% 0 0; box-shadow: 0 0 4px rgba(0,0,0,0.2);}


/*联系我们*/
.con_area{width: 90%; margin: -10px auto 0 auto;}
.map{width: 100%; border: solid 1px #000; box-sizing: border-box;}


/*人才招聘*/
.rec_part{width: 95%; background: #fff; padding: 4%; box-sizing: border-box; box-shadow: 0 3px 5px rgba(0,0,0,0.2); border-top: solid 1px #000; margin: 0 auto 5%;}
.rec{color: #999; line-height: 24px;}
.rec h4{color: #000; font-size: 14px; font-weight: normal; line-height: 28px;}
.rec_bot{padding: 6% 0 3% 0;}
.rec_list{float: left; width: 74%;}
.rec_list li{float: left; width: 48%; text-align: center; height: 38px; line-height: 38px; border-radius: 6px; background: #eee; color: #000; margin: 0 2% 3% 0;}
.rec_more{float: right; line-height: 28px; font-size: 13px; padding-top: 8%;}
.rec_more a{color: #0a7aae;}


/*在线留言*/
.mes_part{width: 88%; padding: 1% 0; margin: 0 auto;}
.name02{width: 100%; height: 30px; line-height: 30px; border: solid 1px #ccc; padding: 0 3%; box-sizing: border-box; color: #666; margin-bottom: 5%;}
input.name02::-webkit-input-placeholder{color:#666;}
input.name02:-moz-placeholder{color:#666;}
.time{width: 100%; padding: 1% 0 6% 0;}
.time span{float: left; color: #666; line-height: 30px; width: 19%;}
.years{float: left; width: 25%; height: 30px; line-height: 30px; border: solid 1px #ccc; box-sizing: border-box; color: #666; margin-left: 2%;}
.message{width: 100%; height: 100px; line-height: 24px; border: solid 1px #ccc; padding: 1% 3%; box-sizing: border-box; color: #666;}
textarea.message::-webkit-input-placeholder{color:#666;}
textarea.message:-moz-placeholder{color:#666;}
.btn_area{padding: 10% 0 8% 0; text-align: center;}
.btn_tj{width: 25%; height: 26px; border: none; background: #ff7900; color: #fff; border-radius: 30px; margin: 0 3%;}
.btn_cz{width: 25%; height: 26px; border: none; background: #333; color: #fff; border-radius: 30px; margin: 0 3%;}
.mes_fon{width: 100%; text-align: center; line-height: 24px; color: #ff7900; margin-bottom: 2%;}

.m_more{
  width: 2rem;
  margin: 0 auto;
}

.prod-con{
  width: 92%;
  margin: 0 auto;
}
.prod-title{
  font-size:18px;
  text-align:center;
 }
 .h10{width:1px;height:10px;clear:both;overflow:hidden}
 .prod-rd{
  font-size: 14px;
  color:#a2a2a2;
  height: 34px;
  border-bottom:1px solid #555555;
}
.prod-js p{
  font-size: 14px;
  color: #000000;
  line-height: 200%;
}
.prod-sx{
  height: 78px;
  border-top: 1px solid #555555;
}
.h20{width:1px;height:20px;clear:both;overflow:hidden}

.prs-con-last1 a{
  color:#000000;
  font-size: 14px;
}
.prs-con-last2 a{
  color:#000000;
  font-size: 14px;
}