﻿.containerframe {
	margin: 0px auto;
	width: 100%;
	padding: 0px;
	padding-top: 120px;
	background: url(../images/bg.jpg) no-repeat center bottom;
}
.w1200 {
	margin: 0px auto;
	width: 1200px;
	padding: 0px;
}
.font_16b {
	font-size: 16px;
	color: #1972ce;
	font-weight: bold;
}
.font_20B {
	font-size: 20px;
	font-weight: bold;
	color: #1972ce;
}
.height15 {
	height: 15px;
	width: 100%;
	clear: both;
	line-height: 1px;
	padding: 0px;
	margin: 0px auto;
	font-size: 1px;
}
.height20 {
	height: 20px;
	width: 100%;
	clear: both;
	line-height: 1px;
	padding: 0px;
	margin: 0px auto;
	font-size: 1px;
}
.height30 {
	height: 30px;
	width: 100%;
	clear: both;
	line-height: 1px;
	padding: 0px;
	margin: 0px auto;
	font-size: 1px;
}
.height45 {
	height: 45px;
	width: 100%;
	clear: both;
	line-height: 1px;
	padding: 0px;
	margin: 0px auto;
	font-size: 1px;
}
.righttp {
	float: right;
	padding: 0px 0px 20px 20px;
}
.lefttp {
	float: left;
	padding: 0px 20px 20px 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*头部*/
.head {
	width: 100%;
	position: fixed;
	z-index: 99999;
	transition: all 0.3s ease-out;
	background: #fff;
	z-index: 150;
	height: 120px;
}
.head-logo {
	float: left;
}
.head-nav {
	max-width: 1200px;
	margin: 0 auto;
}
.head-nav li {
	float: left;
	height: 40px;
	position: relative;
}
.head-nav li a {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.head-nav li a span {
	color: #fff;
	width: 160px;
	display:inline-block;
}
.head-nav li.cur a span, .head-nav li:hover a span {
	transition: all 0.3s ease-out;
	color: #fff;
	background: #fe0000;
}
.head-subnav {
	background-color: #fff;
	position: absolute;
	top: 40px;
	box-shadow: 0px 3px 10px #033a73;
	transition: all .3s ease;
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
}
.head-subnav li {
	width: 160px;
	height: auto;
	padding: 4px 0;
	border-bottom: 1px solid #f1f2f2;
	text-align: center;
	color: #666;
}
.head-subnav li a {
	font-size: 14px;
}
.nav-hover:hover .head-subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.head-subnav li:hover {
	background-color: #2074ca;
	color: #fff;
	border-bottom: 1px solid #2074ca;
}
.head-subnav li:hover a {
	color: #fff;
}
.nav-btn {
	float: right;
	margin: 20px 20px 0 0;
	transition: all 0.3s ease-out;
}
.head-s .nav-btn {
	margin: 10px 20px 0 0;
}
.topmenubg {
	width: 100%;
	background: #2074ca;
}
.top-search {
	float: right;
	width: 220px;
	height: 28px;
	background: #fff;
	border: 1px solid #dddddd;
	margin-top: 26px;
}
.top-search .tse-inp {
	width: 180px;
	height: 28px;
	line-height: 28px;
	float: left;
	border: none;
	padding: 0;
	background: none;
	outline: none;
}
.top-search .tse-btn {
	width: 40px;
	height: 28px;
	float: left;
	border: none;
	padding: 0;
	background: url(../images/searchbut.png) no-repeat center center;
	cursor: pointer;
	display: block;
	outline: none;
}
.top-search .placeholder {
	color: #bbb;
}
.top-search ::-webkit-input-placeholder {
color:#bbb;
}
.toptel {
	float: right;
	margin-top: 26px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	font-weight: bold;
	margin-right: 45px;
}
.foot {
	width: 100%;
	padding-top: 15px;
	color: #666;
	font-size: 12px;
	border-top: 1px solid #bbbbbb;
}
.foot a {
	color: #666;
	padding: 0px 5px;
}
.foot a:hover {
	color: #2074ca;
}
/*==banner==*/
.aboutbanner {
	width: 100%;
	height: 320px;
	background: url(../images/aboutbanner.jpg) no-repeat top center;
	position: relative;
}
.newsbanner {
	width: 100%;
	height: 320px;
	background: url(../images/newsbanner.jpg) no-repeat top center;
	position: relative;
}
.honorbanner {
	width: 100%;
	height: 320px;
	background: url(../images/honorbanner.jpg) no-repeat top center;
	position: relative;
}
.contactbanner {
	width: 100%;
	height: 320px;
	background: url(../images/contactbanner.jpg) no-repeat top center;
	position: relative;
}
.probanner {
	width: 100%;
	height: 320px;
	background: url(../images/probanner.jpg) no-repeat top center;
	position: relative;
}
.casebanner {
	width: 100%;
	height: 320px;
	background: url(../images/casebanner.jpg) no-repeat top center;
	position: relative;
}
/*==内页==*/ 
.mid {
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}
.mid_l {
	width: 300px;
	float: left;
	position: absolute;
	margin-top: -120px;
}
.mid_r {
	width: 840px;
	float: right;
}
.mid_r_title {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	background: url(../images/line.jpg) no-repeat center top;
	font-size: 20px;
	color: #2074ca;
	font-weight: bold;
	margin-top: 45px;
}
.mid_cate {
	background: #f3f3f3;
	height: 35px;
	color: #666;
	line-height: 35px;
	font-size: 12px;
	text-align: right;
}
.mid_cate a {
	color: #666;
}
.mid_cate a:hover {
	color: #2074ca;
}
.mid_content {
	padding: 30px 0px;
	min-height: 400px;
}
.mid_content img {
	max-width: 100%;
	height: auto;
}
/*中间栏目分类*/
.main-nav-p .titlemenubg {
	width: 100%;
	height: 90px;
	background: #2074ca;
	color: #fff;
	padding-top: 30px;
}
.main-nav-p .titlemenubg .title {
	margin-left: 60px;
	font-size:20px;
	color: #fff;
	font-weight: bold;
	text-align: left;
		background:url(../images/line.jpg) no-repeat left top;
		padding-top:15px;

}

.main-nav-p ul {
	width: 100%;
	margin-top: 2px;
	clear: both;
}
.main-nav-p {
	text-align: center;
	font-size: 0;
}
.main-nav-p li {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
}
.main-nav-p li.cur a, .main-nav-p li:hover a {
	color: #fff;
	background: #2074ca;
}
.main-nav-p a {
	padding: 15px 0px;
	color: #000;
	font-size: 16px;
	width: 100%;
	padding-left: 60px;
	display:inline-table;
}
/*中间栏目分类*/


/*首页*/
.indexbanner {
	width: 100%;
	position: relative;
	height: 100%;
}
.indexabout {
	width: 86%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	padding-top: 35px;
}
.indexnews {
	width: 86%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.indexnews li {
	width: 100%;
	float: left;
	line-height: 30px;
}
.indexnews li .date {
	font-size: 12px;
	color: #fff;
	float: right;
}
.indexnews li a {
	width: 90%;
	font-size: 14px;
	color: #fff;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexnews li a:hover {
	color: #9acafb;
}
.slideBox5 {
	width: 90%;
	position: relative;
	overflow: hidden;
	height: 140px;
	margin: 0 auto;
	padding-top: 15px;
}
.slideBox5 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox5 .bd li {
	width: 25%;
	zoom: 1;
	position: relative;
	float: left;
	text-align: center;
}
.slideBox5 .bd li .bdtp {
	width: 90%;
	margin: 0 auto;
	height: 110px;
	line-height: 110px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background: #fff;
}
.slideBox5 .bd li .bdtp img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 110px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slideBox5 .bd li .bdtp:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.slideBox5 .bd li .ywk {
	width: 96%;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	line-height: 110px;
	overflow: hidden;
	background: #fff;
	border: 2px solid #F00;
	margin: 0 auto;
}
.slideBox5 .bd li .ywk img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slideBox5 .bd li .ywk:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.slideBox5 .text {
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.slideBox5 .ywk:hover .text {
	background: #0ea8e3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.slideBox5 .prev {
	position: absolute;
	left: 0%;
	top: 40%;
	width: 30px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background: #fe0000;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.slideBox5 .next {
	position: absolute;
	right: 0%;
	top: 40%;
	width: 30px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background: #fe0000;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.slideBox5:hover .prev, .slideBox5:hover .next {
	filter: alpha(opacity=100);
	opacity: 1;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.indexproject {
	width: 86%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.indexproject li {
	width: 50%;
	float: left;
	line-height: 30px;
}
.indexproject li a {
	width: 90%;
	font-size: 14px;
	color: #fff;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexproject li a:hover {
	color: #9acafb;
}
/*荣誉*/
.abouttp li {
	width: 31.3333%;
	margin: 0 1% 20px 1%;
}
.abouttp li a:hover .info {
	opacity: 1;
	filter: alpha(opacity=1);
	visibility: visible;
}
.abouttp li a .img {
	height: 200px;
	text-align: center;
	vertical-align: 200px;
	display: table-cell;
	line-height: 200px;
	display: block;
}
.abouttp li a .img img {
	max-width: 90%;
	line-height: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
}
.abouttp li a .info {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	top: 0;
	left: 0;
	padding-top: 15px;
	background: rgba(62, 138, 220, 0.77) url(../images/honor_bg.png) no-repeat center 80px;
}
.honor-list li {
	width: 31.3%;
	margin: 0 1% 20px 1%;
}
.honor-list li a:hover .info {
	opacity: 1;
	filter: alpha(opacity=1);
	visibility: visible;
}
.honor-list li a .img {
	height: 300px;
	text-align: center;
	vertical-align: 300px;
	display: table-cell;
	line-height: 300px;
	display: block;
}
.honor-list li a .img img {
	max-width: 96%;
	line-height: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
}
.honor-list li a .info {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	top: 0;
	left: 0;
	padding-top: 15px;
	background: rgba(62, 138, 220, 0.77) url(../images/honor_bg.png) no-repeat center 120px;
}
.mask-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
	display: none;
}
.mask-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .7;
}
.mask-main {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -400px;
}
.mask-img {
	width: 100%;
	height: 500px;
}
.mask-img .img-md {
	max-width: 100%;
	max-height: 100%;
}
.mask-img img {
	max-width: 100%;
	max-height: 100%;
	transition: all .3s;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.mask-main p {
	font-size: 18px;
	color: #fff;
	max-width: 270px;
	margin: auto;
	line-height: 40px;
	min-height: 40px;
	background: #000;
	border-radius: 20px;
	margin-top: 2%;
}
.mask-pager li {
	position: absolute;
	top: 25%;
	cursor: pointer;
	height: 50%;
	width: 10%;
}
.mask-pager .prev {
	left: 10%;
	background: url("../images/mask_left.png") no-repeat center;
}
.mask-pager .next {
	right: 10%;
	background: url("../images/mask_right.png") no-repeat center;
}
.mask-close {
	position: fixed;
	width: 25px;
	height: 25px;
	padding: 25px;
	right: 5%;
	top: 5%;
	cursor: pointer;
	background: #090908;
	border-radius: 50%;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.mask-close::before, .mask-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 1px;
	height: 55%;
	background: #fff;
	margin-top: -27.5%;
}
.mask-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mask-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mask-close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 800px) {
.mask-main {
	width: 100%;
	height: 100%;
	top: 0;
	margin-top: 0px;
	left: 0;
	margin-left: 0px;
}
.mask-img {
	height: 80%;
	width: 96%;
	margin: 10% auto;
}
.mask-main p {
	margin-top: -40px;
}
.mask-pager .prev {
	left: 5%;
}
.mask-pager .next {
	right: 5%;
}
.mask-img img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
}
.lg-3, .lg-4, .lg-6, .lg-12 {
	float: left
}
.sm-3, .sm-4, .sm-6, .sm-12 {
	float: left
}
.db {
	display: block;
}
.wh1 {
	width: 100%;
	height: 100%
}
.vt {
	vertical-align: top;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.dn {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fb {
	font-weight: bold;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.cf {
	color: #fff
}
.tra {
	-webkit-transition: all .3s;
	transition: all .3s
}
/*页码*/
#dcms_pager .pages {
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 0;
	height: 20px;
	clear: both;
	text-align: center;
}
#dcms_pager .pages a {
	border: 1px solid #c8c8c8;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 8px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
}
#dcms_pager .pages a:hover {
	border: 1px solid #c8c8c8;
	color: #fff;
	background-color: #606060;
}
#dcms_pager .pages .pgempty {
	border: 1px solid #c8c8c8;
	color: #3c3c3c;
}
#dcms_pager .pages .pgcurrent {
	border: 1px solid #c8c8c8;
	color: #fff;
	background-color: #606060;
}
/*新闻*/
.newsList3 {
	margin: 30px auto 0;
	max-width: 100%;
}
.newsList3 li {
}
.newsList3 li a {
	display: block;
	position: relative;
	margin-left: 50px;
}
.newsList3 li a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.newsList3 li .date {
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -48px;
	width: 96px;
	height: 96px;
	background: #ECECEC;
	color: #333;
	font-size: 16px;
	padding-top: 16px;
	line-height: 1.8;
	text-align: center;
	box-sizing: border-box;
}
.newsList3 li a:hover .date {
	background: #8E0101;
	color: #fff;
}
.newsList3 li .text {
	padding: 32px 30px 40px 75px;
}
.newsList3 li .text h3 {
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.newsList3 li .text .sum {
	line-height: 1.7;
	color: #666;
	height: 3.2em;
	overflow: hidden;
}
/*工程业绩*/
.news1 {
	max-width: 100%;
	margin: 0 auto;
}
.newsList1 li {
	border-bottom: 1px solid #F3F3F3;
}
.newsList1 li a {
	display: block;
	position: relative;
}
.newsList1 li a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.newsList1 li h3 {
	font-size: 20px;
	color: #333;
	padding: 0 6.5em 0 2em;
	line-height: 3;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.newsList1 li h3::after {
	content: '';
	position: absolute;
	left: 0.8em;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: #D9D9D9;
}
.newsList1 li a:hover h3::after {
	background: #8C0000;
}
.newsList1 li .time {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 1.5em;
	color: #333333;
	line-height: 4.3;
}
.newsList1 li a:hover .time {
	background: #8C0000;
	color: #fff;
}
/*--留言--*/
.feedback {
	width: 100%;
}
.feedback td {
	padding: 10px 0px;
}
.feedback input {
	width: 96%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	color: #888888;
}
.feedback textarea {
	width: 96%;
	height: 250px;
	border: 1px solid #dddddd;
	color: #888888;
	padding: 5px 0px;
}
.feedbackbutton {
	height: 30px;
	width: 100px;
	line-height: 30px;
	background: #333;
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 10%;
	cursor: pointer;
}
.feedbackbutton2 {
	height: 30px;
	width: 100px;
	line-height: 30px;
	background: #999;
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 1%;
	cursor: pointer;
}
.feedbackbutton:hover {
	background: #fe0505;
}
.feedbackbutton2:hover {
	background: #fe0505;
}
/*--新闻内页--*/
.newsD .newsD_cc {
	padding: 0 1em;
	max-width: 100%;
	margin: 0 auto;
}
.newsD .newsD_h {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #F3F3F3;
}
.newsD .newsD_h .newsTitle {
	line-height: 1.5;
	font-size: 32px;
	text-align: center;
}
.newsD .newsD_h .time {
	text-align: center
}
.newsD .newsD_h .newshare {
	position: absolute;
	right: 0;
	top: 3px;
}
.newsD .newsD_h .newshare a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background: url(../images/share1.png) no-repeat;
	padding: 0;
	margin: 0 0 0 8px;
}
.newsD .newsD_h .newshare a.bds_tsina {
	background-position: 0 0;
}
.newsD .newsD_h .newshare a.bds_weixin {
	background-position: -50px 0;
}
.newsD .newsD_h .newshare a:hover {
	background-color: #830E0E;
	border-color: #830E0E;
	background-image: url(../images/share2.png);
}
.newsD .newsD_con {
	padding: 45px 0 70px;
	line-height: 1.7;
	font-size: 16px;
}
.newsD .newsD_con img {
	height: auto
}
.d_more {
	border-top: 1px solid #F2F2F2;
	position: relative;
}
.d_more .item_l {
	float: left;
	width: 50%;
	padding-right: 40px;
	box-sizing: border-box;
}
.d_more .item_r {
	float: right;
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
	text-align: right;
}
.d_more .item a {
	display: block;
	line-height: 80px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.d_more .item a:hover {
	color: #830E0E;
}
.d_more .item_l a {
	padding: 0 1em 0 12.5%;
}
.d_more .item_r a {
	padding: 0 12.5% 0 1em;
}
.d_more .item_back a {
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	top: 0;
	bottom: 0;
	background: url(../images/icon_back.png) no-repeat center;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.d_more .item_back a:hover {
	background-image: url(../images/icon_back1.png);
}
.show_time a {
	cursor: pointer;
}
.TRS_Editor {
	padding: 15px 0px;
	min-height: 300px;
}
/*--产品--*/
.pro {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	clear: both;
	margin-bottom: 40px;
}
.pro_l{
	width:480px;
	float:left;
}

.pro_l .protitle{
	width:100%;
	color:#000;
	font-weight:bold;
	font-size:16px;
	clear:both;
	padding-bottom:20px;
}
.pro_l .protitle:hover{
	color:#fe0000;
}

.pro_l .procont{
	width:100%;
	color:#333;
	font-size:14px;
	clear:both;
}


.pro .proimg {
	float: right;
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.23);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, .23);
	-moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, .23);
	text-align: center;
	vertical-align: middle;
	line-height: 250px;
}
.pro .proimg img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	line-height: 250px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pro .proimg img:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.proview_l{
	width:46%;
	float:left;
	border:1px solid #ddd;
}
.proview_r{
	width:50%;
	float:right;
}

.proview_r .proviewtitle{
	width:100%;
	clear:both;
	font-size:24px;
	color:#000;
	font-weight:bold;
	clear:both;
	padding-top:2%;
}
.proview_r .proviewcont{
	width:100%;
	font-size:14px;
	color:#333;
	padding-top:4%;
	padding-bottom:5%;
	clear:both;
}

.proviewinfo{
	width:100%;
	padding:20px 0px;
}

.slideBox {
	width: 100%;
	position: relative;
}
.slideBox .hd {
	height:12px;
	overflow: hidden;
	position: absolute;
	bottom:5%;
	z-index: 1;
	text-align:center;
	left:45%;
}
.slideBox .hd ul {
	width:100%;
	text-align:center;
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	float:left;
	margin-right:8px;
	width:12px;
	height:12px;
	line-height:12px;
	text-align: center;
	background: #666;
	cursor: pointer;
	border-radius: 50%;
	text-indent: -9999px;
}
.slideBox .hd ul li.on {
	background: #fe0000;
	color: #fff;
}
.slideBox .bd {
	width:100%;
	margin:0 auto;
	position: relative;
	height: 100%;
	z-index: 0;
	overflow:hidden;
}
.slideBox .bd li {
	width:100%;
	zoom: 1;
	position: relative;
	float:left;
	height:390px;
	line-height:390px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}


.slideBox .bd li img{
	max-width:90%;
	max-height:90%;
	width:auto;
	height:auto;
}

.slideBox .prev {
	position: absolute;
	left:0;
	top:40%;
	width:35px;
	height:87px;
	filter: alpha(opacity=0);
	opacity:0;
	background: url(../images/leftbutton2.png) no-repeat left center;
}
.slideBox .next {
	position: absolute;
	right:0;
	top:40%;
	width:35px;
	height:87px;
	filter: alpha(opacity=0);
	opacity:0;
	background: url(../images/rightbutton2.png) no-repeat left center;
}

.slideBox:hover .prev{
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox:hover .next{
	filter: alpha(opacity=100);
	opacity: 1;
}