@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: "微软雅黑";
	margin: 0px auto;
	padding: 0px;
	color: #272727;
	overflow-x: hidden;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #27967e;
	text-decoration: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.clear {
	clear: both;
}
.center {
	margin: auto;
}
.sbj {
	margin-top: 30px;
}
.sbj1 {
	margin-top: 60px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.topnav {
	width: 100%;
	background-color: #f4f4f4;
	height: 40px;
	line-height: 40px;
	color: #888888;
	font-size: 14px;
}
.topnav span {
	float: right;
}
.topnav span a {
	color: #888888;
	padding: 0px 5px;
}
.topnav span a:hover {
	color: #27967e;
}
.logo {
	font-size: 34px;
	font-weight: bold;
	height: 62px;
	padding: 30px 0px;
	width: 250px;
}
.logo p {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.logo_c {
	width: 470px;
	border-left: 1px solid #27967e;
	padding-left: 16px;
	float: left;
	height: 50px;
	margin-top: 36px;
}
.logo_c dl {
	font-size: 18px;
}
.logo_c dl span {
	color: #27967e;
}
.logo_c dt {
	font-size: 14px;
	color: #888888;
	margin-top: 7px;
}
.tel {
	background: url(../images/tel.png) no-repeat left center;
	font-size: 14px;
	color: #888;
	height: 50px;
	padding: 36px 0px 36px 45px;
	width: 180px;
}
.tel p {
	font-size: 24px;
	font-weight: bold;
	color: #27967e;
}
#nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f4f4f4;
}
#nav li {
	float: left;
	text-align: center;
}
#nav li a {
	line-height: 60px;
	display: block;
	height: 60px;
	text-align: center;
	font-size: 16px;
}
#nav li:hover {
	text-decoration: none;
	height: 60px;
	background-color: #27967e;
}
#nav li:hover a {
	color: #fff;
}
#nav li dl {
	background-color: #27967e;
	list-style-type: none;
	text-align: left;
	left: -999em;
	position: absolute;
	z-index: 99999;
	float: left;
}
#nav li dl dt {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #fff;
}
#nav li dl dt a {
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	color: #fff!important;
}
#nav li dl dt a:hover {
	font-size: 15px;
	font-weight: bold!important;
	transition: all 0.3s ease-in-out 0s;
}
#nav li:hover dl {
	left: auto;
}
.cu {
	background-color: #27967e;
}
.cu a {
	color: #fff;
}
#ss {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #E5E5E5;
}
.rmss {
	float: left;
	line-height: 60px;
	font-size: 14px;
}
.rmss a {
	font-size: 14px;
	color: #888888;
	padding: 0px 5px;
}
.rmss a:hover {
	color: #27967e;
	font-weight: bold;
}
.search {
	margin-top: 9px;
	float: right;
	line-height: 42px;
	background-color: #fff;
}
.search input {
	color: #888888;
	display: inline-block;
	font-size: 14px;
	height: 42px;
	outline: none;
	padding-left: 10px;
	vertical-align: middle;
	width: 300px;
	margin: 0px;
	background-color: transparent;
	border: 1px solid #A8A8A9;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}
.search button {
	cursor: pointer;
	display: inline-block;
	outline: none;
	vertical-align: middle;
	width: 80px;
	padding: 0px;
	border: 0px;
	background-color: #27967E;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	height: 46px;
	margin-left: -5px;
}
.search img {
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.title {
	text-align: center;
}
.title li {
	font-size: 24px;
	font-weight: bold;
}
.title li b {
	font-weight: normal;
	font-size: 20px;
}
.title p {
	color: #888888;
	font-size: 13px;
	margin-top: 5px;
}
.cpfl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpfl li {
	width: calc(15.6% - 2px);
	text-align: center;
	border: 1px solid #BDBDBE;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}
.cpfl li a {
	color: #888888;
	font-size: 16px;
}
.cpfl li:hover {
	background-color: #27967E;
	border: 1px solid #27967E;
}
.cpfl li:hover a {
	color: #fff;
}
.ys {
	background: url(../images/ys.png) no-repeat center top #f9f9f9;
	margin-top: 30px;
	padding-top: 40px;
}
.title1 {
	text-align: center;
	color: #fff;
}
.title1 li {
	font-size: 40px;
	font-weight: 600;
}
.title1 li span {
	font-weight: normal;
}
.title1 p {
	background: url(../images/title1.png) no-repeat center;
	font-size: 20px;
	margin-top: 10px;
}
.youshi {
	margin-top: 150px;
}
.youshi .slz .yscont {
	padding-top: 70px;
}
.youshi .slz:nth-child(2n) .yscont {
	float: right;
	padding-left: 0;
}
.youshi .slz:nth-child(2n) .ysimg {
	float: left;
}
.yyc .sz {
	width: 70px;
	height: 209px;
	text-align: center;
	color: #ffffff;
	font-size: 44px;
	font-family: Impact;
	padding-top: 13px;
	margin-right: 30px;
	background: url(../images/ystit.png);
}
.yco .p1 {
	font-size: 30px;
	color: #27967e;
	line-height: 30px;
	font-weight: 600;
}
.yco .p2 {
	font-size: 26px;
	color: #666666;
	line-height: 26px;
	margin-top: 11px;
	margin-bottom: 8px;
}
.yco .p4 {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.yco .p5 {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.ysimg {
	width: 48%;
}
.ysimg img {
	width: 100%;
	height: auto;
}
.picScroll-left {
	position: relative;
}
.picScroll-left .bd {
	overflow: hidden;
}
.picScroll-left .bd ul li {
	float: left;
	margin: 0 10px;
}
.picScroll-left .bd ul li ol a {
	display: block;
	overflow: hidden;
}
.picScroll-left .bd ul li ol img {
	transition: all 0.6s;
}
.picScroll-left .bd ul li:hover ol a img {
	transition: all 0.6s;
	transform: scale(1.3);
}
.picScroll-left .bd ul li dt {
	line-height: 36px;
	height: 36px;
	text-align: center;
}
.picScroll-left .bd ul li dt a {
	font-size: 18px;
}
.picScroll-left .bd ul li:hover dt a {
	color: #27967e;
	font-weight: bold;
}
.picScroll-left a.next {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/right.png) no-repeat center;
	position: absolute;
	right: -60px;
	cursor: pointer;
}
.picScroll-left a.prev {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/left.png) no-repeat center;
	position: absolute;
	left: -60px;
	cursor: pointer;
}
#wrap {
	width: 100%;
	background: url(../images/wrap.jpg) no-repeat center bottom;
	padding: 20px 0px;
}
.company {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
}
.company dl {
	width: 50%;
	overflow: hidden;
}
.company dl img {
	width: 100%;
	height: 100%;
}
.company ul {
	float: left;
	width: 44%;
	padding: 3% 3%;
}
.company ul li {
	font-size: 24px;
	color: #27967e;
	font-weight: bold;
	margin-bottom: 15px;
}
.company ul li span {
	text-transform: uppercase;
	color: #888888;
}
.company ul p {
	text-indent: 2em;
}
.company ul ol {
	margin-top: 20px;
}
.company ul ol a {
	font-size: 16px;
	color: #fff;
	width: 120px;
	line-height: 40px;
	text-align: center;
	background-color: #27967e;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
}
.company ul ol a:hover {
	background-color: #333;
}
.picScroll-left1 {
	position: relative;
}
.picScroll-left1 .bd {
	overflow: hidden;
}
.picScroll-left1 .bd ul li {
	float: left;
	margin: 0 10px;
}
.picScroll-left1 .bd ul li ol a {
	display: block;
	overflow: hidden;
}
.picScroll-left1 .bd ul li ol img {
	transition: all 0.6s;
}
.picScroll-left1 .bd ul li:hover ol a img {
	transition: all 0.6s;
	transform: scale(1.3);
}
.picScroll-left1 .bd ul li dt {
	line-height: 36px;
	height: 36px;
	text-align: center;
}
.picScroll-left1 .bd ul li dt a {
	font-size: 16px;
}
.picScroll-left1 .bd ul li:hover dt a {
	color: #27967e;
	font-weight: bold;
}
.picScroll-left1 a.next {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/right1.png) no-repeat center;
	position: absolute;
	right: -60px;
	cursor: pointer;
}
.picScroll-left1 a.prev {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/left1.png) no-repeat center;
	position: absolute;
	left: -60px;
	cursor: pointer;
}
.lc li {
	float: left;
	text-align: center;
}
.lc dl {
	float: left;
	width: 120px;
}
.lc dl img {
	transition: all 0.6s;
}
.lc dl:hover img {
	transform: rotate(360deg);
}
.lc dl p {
	text-align: center;
	line-height: 42px;
	font-size: 16px;
}
.lc li img {
	margin-top: 50px;
}
#wrap1 {
	width: 100%;
	background-color: #F4F4F4;
	padding: 45px 0px;
}
.infobox {
	float: left;
	margin-right: 30px;
}
.infobox1 {
	width: 400px;
	float: left;
}
.title2 {
	border-bottom: 1px dashed #CBCBCB;
	font-size: 18px;
	padding-bottom: 10px;
}
.title2 b {
	font-weight: normal;
}
.title2 b::before {
	background-color: #27967e;
	height: 15px;
	width: 4px;
	content: '';
	display: inline-block;
	margin-right: 5px;
}
.title2 span {
	float: right;
}
.title2 span a {
	font-size: 14px;
	color: #888888;
}
.title2 span a:hover {
	font-weight: bold;
	color: #27967e;
}
.xwzx {
	overflow: hidden;
}
.xwzx li {
	border-bottom: 1px dotted #BABABA;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
.xwzx li a {
	color: #888888;
	font-size: 14px;
	transition: all 0.6s;
}
.xwzx li span {
	float: right;
	font-size: 14px;
	color: #888888;
}
.xwzx li a:hover {
	color: #27967e;
	font-weight: bold;
	margin-left: 10px;
}
.xwzx img {
	margin: 10px 0px;
	transition: all 0.6s;
	width: 100%;
	height: auto;
}
.xwzx img:hover {
	transform: scale(1.1);
}
#ydemo {
	overflow: hidden;
	margin-top: 10px;
}
.h-news-c ul {
	margin-bottom: 20px;
}
.h-news-c ul li {
	background: url(../images/w.png) no-repeat left center;
	line-height: 36px;
	height: 36px;
	padding-left: 35px;
}
.h-news-c ul li a {
	color: #888888;
	font-size: 16px;
}
.h-news-c ul p {
	background: url(../images/d.png) no-repeat left top;
	line-height: 30px;
	padding-left: 35px;
	color: #888888;
	font-size: 14px;
	margin-top: 5px;
}
.dllist1 {
	margin: 0px auto;
}
.dllist1 dl {
	float: left;
	margin: 10px 10px 0px 10px;
	text-align: center;
}
.dllist1 dl dt {
	width: 280px;
	overflow: hidden;
	display: inline-table;
	box-shadow: 1px 1px 6px #ccc;
}
.dllist1 dl dt img {
	width: 280px;
	height: 220px;
	transition: all 0.6s;
}
.dllist1 dl:hover dt img {
	transform: scale(1.3);
}
.dllist1 dl p {
	height: 40px;
	line-height: 40px;
}
.dllist1 dl p a {
	font-size: 14px;
	padding-left: 10px;
}
.dllist1 dl:hover p a {
	color: #27967e;
}
#demo {
	overflow: hidden;
	margin-top: 30px;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
	overflow: hidden;
}
.footer {
	width: 100%;
	background-color: #272727;
	color: #959595;
}
.footer a:hover {
	color: #27967e;
}
.dbfoot {
	border-bottom: 1px solid #686868;
	color: #fff;
}
.dbfoot ul {
	width: 150px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 45px 0px;
}
.dbfoot ul p {
	font-size: 20px;
	background: url(../images/li.png) no-repeat right center;
}
.dbfoot li {
	margin-left: 260px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbfoot li ol {
	width: 10%;
	text-align: center;
	line-height: 135px;
	height: 135px;
}
.dbfoot li ol a {
	color: #fff;
	font-size: 18px;
}
.footm {
	width: 400px;
}
.footc dl, .footm dl, .footr dl {
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.footm dt {
	line-height: 32px;
	color: #959595;
	font-size: 16px;
}
.footc {
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	padding: 0px 50px;
}
.footc dt {
	width: 33.333%;
	float: left;
	line-height: 32px;
}
.footc dt a {
	color: #959595;
	font-size: 16px;
}
.footr {
	width: 160px;
}
.copyright {
	width: 100%;
	background-color: #000000;
	color: #6a6a6a;
	font-size: 14px;
	text-align: center;
	height: 46px;
	line-height: 46px;
}
.copyright a {
	color: #6a6a6a;
	font-size: 14px;
}
/*内页样式*/

.mup {
	width: 100%;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DFDEDE;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
.mup img {
	margin-right: 5px;
}
.mup span {
	float: right;
}
.mup span a {
	font-size: 16px;
}
.title3 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #303030;
	padding-bottom: 10px;
}
.title3 span {
	color: #222;
}
.title3 li {
	width: 40px;
	height: 3px;
	background-color: #27967e;
	margin: 8px auto 0px auto;
}
.nr {
	line-height: 32px;
	font-size: 15px;
	color: #333;
}
.nr a {
	font-size: 15px;
}
.nrr {
	line-height: 32px;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}
.inews ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.inews ul li {
	background: url(../images/icon3.png) no-repeat left center;
	line-height: 32px;
	height: 32px;
}
.inews ul li a {
	padding-left: 20px;
	font-size: 16px;
	transition: all .2s ease;
}
.inews ul li a:hover {
	color: #27967e;
	margin-left: 5px;
}
.inews ul li span {
	float: right;
}
.inews ul p {
	color: #999;
}
.pubdate {
	text-align: center;
	font-size: 16px;
	width: 80%;
	margin: 10px auto 15px auto;
}
.right {
	float: left;
}
.icpfl {
	width: 240px;
	float: left;
	margin-right: 20px;
	background-color: #f3f3f3;
}
.icpfl ul {
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: #27967e;
	height: 50px;
	padding: 20px 0px;
}
.icpfl ul p {
	font-size: 12px;
	text-transform: uppercase;
}
.icpfl li {
	height: 42px;
	line-height: 42px;
	transition: all .2s ease;
	border-bottom: 1px solid #fff;
	text-indent: 20px;
}
.icpfl li a {
	font-size: 14px;
}
.icpfl li:hover {
	transition: all .2s ease;
	text-indent: 30px;
	background-color: #1e7361;
}
.icpfl li:hover a {
	color: #fff;
}
.icpfl dl {
	background-color: #27967e;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.icpfl dt {
	padding: 0px 5px;
	line-height: 42px;
	font-size: 14px;
}
.xwzx ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.xwzx ul li {
	line-height: 32px;
	height: 32px;
}
.xwzx ul li a {
	padding-left: 20px;
	font-size: 16px;
	transition: all .2s ease;
}
.xwzx ul li a:hover {
	color: #27967e;
	margin-left: 5px;
}
.xwzx ul li span {
	float: right;
}
/*---------在线留言---------*/

.message {
	line-height: 24px;
	width: 630px;
	margin: 0px auto;
}
.message dt {
	float: left;
	clear: both;
	width: 80px;
	margin-left: 20px;
	height: 30px;
	margin-top: 10px;
}
.message dd {
	float: left;
	margin-top: 10px;
}
.message input {
	line-height: 24px;
	height: 24px;
}
.message p {
	clear: both;
	margin-left: 200px;
}
.sub {
	height: 30px;
	width: 60px;
	display: block;
	float: left;
	margin-left: 30px;
}
/*---------新闻列表页---------*/

.tittle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.lb {
	text-align: left;
}
.lb a {
	color: #333;
}
.lb a:hover {
	color: #27967e;
	font-weight: bold;
}
.page {
	text-align: center;
	margin: 10px auto 0px auto;
}
.page li {
	display: inline-block;
	line-height: 40px;
	border: 1px solid #cccccc;
	padding: 0 18px;
	margin: 0px 3px;
	border-radius: 3px;
}
.page li a {
	color: #999999;
	font-size: 14px;
}
.page li:hover {
	background-color: #27967e;
	border: 1px solid #27967e;
}
.page li:hover a {
	color: #fff;
}
.curr {
	background-color: #27967e;
	color: #fff;
	border: 1px solid #27967e!important;
}
.sub {
	height: 40px!important;
	width: 120px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	border: 0px;
	background-color: #27967e;
	text-align: center;
	color: #fff;
	line-height: 40px!important;
	font-size: 14px;
}
.tittle6 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width:1399px) {
.moddle {
	width: 1200px;
}
#nav li {
	width: 120px;
}
#nav li dl {
	width: 150px;
}
.slide_nav {
	top: 45%;
}
.cpzs div {
	width: 291px;
	margin-right: 12px;
	float: left;
}
.cpzs div li {
	width: 285px;
	height: 220px;
	border: 1px solid #e2e2e2;
	padding: 2px;
}
.cpzs div li a {
	width: 285px;
	height: 220px;
	overflow: hidden;
	display: inline-table;
}
.cpzs div li a img {
	width: 285px;
	height: 220px;
	transition: all 0.6s;
}
.cpzs div:hover li a img {
	transition: all 0.6s;
	transform: scale(1.2);
}
.cpzs div:nth-child(4n) {
	margin-right: 0px;
}
.cpzs div p {
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	height: 48px;
	overflow: hidden;
}
.cpzs div p a {
	font-size: 15px;
	color: #5a5a5a;
}
.cpzs div:hover p {
	background-color: #27967E;
}
.cpzs div:hover p a {
	color: #fff;
}
.youshi .slz .yscont .yco {
	width: 500px;
}
.yco .p4 {
	margin-top: 45px;
}
.yco .p5 {
	margin-top: 30px;
}
.picScroll-left .bd ul li {
	width: 280px;
	margin: 0 10px;
}
.picScroll-left .bd ul li img {
	width: 280px;
	height: 210px;
}
.picScroll-left a.next {
	top: 80px;
}
.picScroll-left a.prev {
	top: 80px;
}
.company ul p {
	line-height: 29px;
	font-size: 14px;
}
.picScroll-left1 .bd ul li {
	width: 280px;
	margin: 0 10px;
}
.picScroll-left1 .bd ul li img {
	width: 280px;
	height: 210px;
}
.picScroll-left1 a.next {
	top: 80px;
}
.picScroll-left1 a.prev {
	top: 80px;
}
.lc li {
	width: 60px;
}
.infobox {
	width: 370px;
}
#ydemo {
	height: 438px;
}
.footc {
	width: 510px;
}
.prolist {
	width: 100%;
	overflow: hidden;
}
.prolist dl {
	float: left;
	width: 232px;
	height: auto;
	line-height: 0px;
	margin-right: 10px;
}
.prolist dl:nth-child(5n) {
	margin-right: 0px;
}
.prolist dt {
	width: 230px;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.prolist dt a {
	width: 100%;
}
.prolist dd {
	text-align: center;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.pro_list_img {
	width: 230px;
	height: 230px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.prolist dt .pro_list_img img {
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	transition: all 0.6s;
}
.prolist dl dd a {
	color: #333;
}
.prolist dt:hover .pro_list_img img {
	transform: scale(1.3);
}
.prolist dl:hover dd a {
	color: #27967e;
}
.right {
	width: 940px;
}
.product {
	width: 100%;
	overflow: hidden;
}
.product dl {
	float: left;
	width: 226px;
	height: auto;
	line-height: 0px;
	margin-right: 12px;
}
.product dl:nth-child(4n) {
	margin-right: 0px;
}
.product dt {
	width: 224px;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.product dt a {
	width: 100%;
}
.product dd {
	text-align: center;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.product_img {
	width: 224px;
	height: 224px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.product dt .product_img img {
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	transition: all 0.6s;
}
.product dl dd a {
	color: #333;
}
.product dt:hover .product_img img {
	transform: scale(1.3);
}
.product dl:hover dd a {
	color: #27967e;
}
}

@media screen and (min-width:1400px) {
.moddle {
	width: 1400px;
}
#nav li {
	width: 140px;
}
#nav li dl {
	width: 175px;
}
.slide_nav {
	top: 60%;
}
.cpzs div {
	width: 341px;
	margin-right: 12px;
	float: left;
}
.cpzs div li {
	width: 335px;
	height: 260px;
	border: 1px solid #e2e2e2;
	padding: 2px;
}
.cpzs div li a {
	width: 335px;
	height: 260px;
	overflow: hidden;
	display: inline-table;
}
.cpzs div li a img {
	width: 335px;
	height: 260px;
	transition: all 0.6s;
}
.cpzs div:hover li a img {
	transition: all 0.6s;
	transform: scale(1.2);
}
.cpzs div:nth-child(4n) {
	margin-right: 0px;
}
.cpzs div p {
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	height: 48px;
	overflow: hidden;
}
.cpzs div p a {
	font-size: 15px;
	color: #5a5a5a;
}
.cpzs div:hover p {
	background-color: #27967E;
}
.cpzs div:hover p a {
	color: #fff;
}
.youshi .slz .yscont .yco {
	width: 600px;
}
.yco .p4 {
	margin-top: 50px;
}
.yco .p5 {
	margin-top: 45px;
}
.picScroll-left .bd ul li {
	width: 330px;
	margin: 0 10px;
}
.picScroll-left .bd ul li img {
	width: 330px;
	height: 240px;
}
.picScroll-left a.next {
	top: 95px;
}
.picScroll-left a.prev {
	top: 95px;
}
.company ul p {
	line-height: 32px;
	font-size: 16px;
}
.picScroll-left1 .bd ul li {
	width: 330px;
	margin: 0 10px;
}
.picScroll-left1 .bd ul li img {
	width: 330px;
	height: 240px;
}
.picScroll-left1 a.next {
	top: 95px;
}
.picScroll-left1 a.prev {
	top: 95px;
}
.lc li {
	width: 93px;
}
.infobox {
	width: 470px;
}
#ydemo {
	height: 483px;
}
.footc {
	width: 710px;
}
.prolist {
	width: 100%;
	overflow: hidden;
}
.prolist dl {
	float: left;
	width: 272px;
	height: auto;
	line-height: 0px;
	margin-right: 10px;
}
.prolist dl:nth-child(5n) {
	margin-right: 0px;
}
.prolist dt {
	width: 270px;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.prolist dt a {
	width: 100%;
}
.prolist dd {
	text-align: center;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.pro_list_img {
	width: 270px;
	height: 270px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.prolist dt .pro_list_img img {
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	transition: all 0.6s;
}
.prolist dl dd a {
	color: #333;
}
.prolist dt:hover .pro_list_img img {
	transform: scale(1.3);
}
.prolist dl:hover dd a {
	color: #27967e;
}
.right {
	width: 1140px;
}
.product {
	width: 100%;
	overflow: hidden;
}
.product dl {
	float: left;
	width: 276px;
	height: auto;
	line-height: 0px;
	margin-right: 12px;
}
.product dl:nth-child(4n) {
	margin-right: 0px;
}
.product dt {
	width: 274px;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.product dt a {
	width: 100%;
}
.product dd {
	text-align: center;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
}
.product_img {
	width: 274px;
	height: 274px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	float: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.product dt .product_img img {
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	transition: all 0.6s;
}
.product dl dd a {
	color: #333;
}
.product dt:hover .product_img img {
	transform: scale(1.3);
}
.product dl:hover dd a {
	color: #27967e;
}
}
