
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #dd2626;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease,  .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease,  .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
color: #aaa;
}

::-moz-placeholder {
color: #aaa;
}
 input:-ms-input-placeholder,  textarea:-ms-input-placeholder {
color: #aaa;
}
 input::-webkit-input-placeholder,  textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/

.clear {
	clear:both;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*网站头部*/

.header_main {
	width: 100%;
	height: 150px;
	z-index: 100;
	background: url(../image/header_bg.png) no-repeat center top;
}
.header_main .logo {
	display: block;
	margin-top: 35px;
}
.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .ewm {
	width: 100px;
	height: 100px;
	margin-top: 25px;
	margin-right: 27px;
}
.header_main .ewm img {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .tel {
	margin-top: 55px;
	padding-left: 55px;
	background: url(../image/tel.png) no-repeat top left;
}
.header_main .tel span {
	color: #091729;
	font-size: 15px;
	line-height: 10px;
}
.header_main .tel h3 {
	color: #dd2626;
	font-size: 29px;
	line-height: 30px;
	padding-top: 13px;
}
/*网站导航*/

.nav_main {
	width:100%;
	height: 50px;
	position: absolute;
	z-index: 3;
	background: #dd2626;
}
.nav_main .nav li {
	float:left;
	width: 150px;
	line-height: 50px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
transition: all .5s;
}
.nav_main .nav li a {
	display: block;
	color:#fff;
	font-size:16px;
}
.nav_main .nav li:hover, .nav_main .nav li.hover {
	background: #b90505;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 40px;
	height: 40px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #b90505;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	background: #dd2626;
	text-align:center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #b90505, #b90505);
	background-image: linear-gradient(to right, #b90505, #b90505);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 0% 100%;
}
.nav_main .nav dl dd a:hover {
	background-size: 100% 100%;
	color: rgba(255, 255, 255, 0.9999);
}
/*网站大图*/

#banner_main {
	overflow:hidden;
	position: relative;
	z-index: 2;
	max-width:1920px;
	margin:0 auto;
}
#banner_main .banner {
	height: 600px;
}
#banner {
	width:100%;
	min-width:1000px;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#banner, .banner ul {
	max-height: 600px;
	overflow:hidden;
}
.banner li {
	width:100%;
	position:absolute;
	z-index:1;
	overflow:hidden;
	display: none;
}
.banner li:first-child {
	display:block;
}
.banner li img {
	width:1920px;
	display:block;
	position:relative;
	left:50%;
	margin-left:-960px;
	top:0;
}
#banner .tip {
	width:1000px;
	height: 10px;
	line-height:0;
	font-size:0;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom: 20px;
	z-index:3;
}
#banner .tip span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	display:inline-block;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
transition: all .5s;
}
#banner .tip span.cur {
	background: #dd2626;
}
#banner #btn_prev, #banner #btn_next {
	width: 70px;
	height: 70px;
	position:absolute;
	top: 50%;
	margin-top: -35px;
	background: url(../image/ad_ctr.png) no-repeat;
	z-index:5;
	border-radius: 100%;
	opacity: 0;
}
#banner #btn_prev {
	left: 4%;
}
#banner #btn_next {
	right: 4%;
	background-position: bottom;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
	opacity: 0.8;
}
#banner #btn_prev:hover, #banner #btn_next:hover {
	opacity:1;
}
/*搜索栏*/

.search_main {
	height: 60px;
	width:100%;
	overflow:hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.search_main .skey {
	float:left;
	line-height: 60px;
}
.search_main .skey p {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 60px;
}
.search_main .skey p a {
	display:inline-block;
	font-weight: normal;
	color: #666;
	border-right: 1px solid #e8e8e8;
	line-height: 15px;
	padding:0 12px;
}
.search_main .skey p a:last-of-type {
	border-right:none;
}
.search_main .skey p a:hover {
	color:#dd2626;
}
.search_main .search_form {
	float:right;
	width: 285px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background-color:#fff;
	position:relative;
	margin-top: 14px;
	border-radius: 3px;
	position:relative;
}
.search_main .search_form input {
	background-color: none;
	border: none;
	outline: none;
}
.search_main .search_form .stxt {
	width:245px;
	height: 30px;
	line-height: 28px;
	display: block;
	text-indent: 10px;
	color:#999;
}
.search_main .search_form .sbtn {
	width: 40px;
	height: 30px;
	display: block;
	cursor: pointer;
	position:absolute;
	top: 0;
	right: 0;
	font-size: 0;
	background: #dd2626 url(../image/search.png) center no-repeat;
	border-radius: 3px;
}
/*网站底部*/

.footer {
	background:#202020;
	width:100%;
	padding-top:15px;
}
.footer .fnav {
	text-align:center;
	height:46px;
	background: #000;
}
.footer .fnav a {
	color: #fff;
	font-size: 16px;
	line-height:46px;
	padding: 0 15px;
	display:inline-block;
	margin: 0 15px;
}
.footer .fnav a:hover {
	background-color: #dd2626;
}
.footer .ewm {
	width:510px;
	padding-left:40px;
}
.footer .ewm .code {
	width:140px;
	height: 140px;
	margin-right:40px;
	margin-top: 40px;
}
.footer .ewm .code img {
	width: 100%;
	height: 100%;
}
.footer .ewm .blue {
	color: #dd2626;
	font-size:28px;
	font-weight:bold;
	width:100px;
	height:40px;
	padding-right:230px;
	padding-top:60px;
	line-height:40px;
	text-align:center;
}
.footer .ewm .labels {
	font-size:24px;
	color:#FFF;
	width:100px;
	height:40px;
	padding-right:230px;
	line-height:40px;
	text-align:center;
}
.footer .contact {
	width:320px;
	height:210px;
}
.footer .contact .labels {
	width:100%;
	height:60px;
	line-height:60px;
	font-size:24px;
	font-weight:500;
	color:#FFF;
}
.footer .contact p {
	color: #fff;
	font-size: 14px;
	line-height:30px;
}
.footer .link {
	width:240px;
	font-size:14px;
	line-height:55px;
	padding-left:40px;
}
.footer .link .title {
	color: #fff;
	font-size:24px;
	font-weight:500;
}
.footer .link .box {
	width:240px;
	height:30px;
	line-height:30px;
}
.footer .link .box a {
	display: inline-block;
	padding-right:15px;
	color: #aaa;
}
.footer .link .box a:hover {
	color:#dd2626;
}
.copymain {
	width:100%;
	background:#000000;
	line-height:50px;
	color:#FFF;
	text-align:center;
}
.copymain a {
	color:#fff;
}
.copymain a:hover {
	color:#dd2626;
}
/*******index css*******/

/*首页标题*/

.index .titlebox {
	height:100px;
	padding-top:30px;
}
.index .titlebox .name {
	height:40px;
	border-bottom: 1px solid #ddd;
}
.index .titlebox .name .big {
	font-size:28px;
	color: #dd2626;
	float:left;
	height:40px;
	line-height: 40px;
	margin-right:10px;
}
.index .titlebox .name .sam {
	font-size:18px;
	color:#666;
	float:left;
	height:30px;
	padding-top:10px;
}
.index .titlebox .name .more {
	color:#666;
	font-size:16px;
	line-height:40px;
}
.index .titlebox .name .more:hover {
	color: #dd2626;
}
.index .titlebox .tx {
	font-size: 14px;
	line-height:50px;
	color:#666;
	position:relative;
}
.index .titlebox .tx span {
	position: absolute;
	left: 0;
	width: 250px;
	border-top: 3px solid #dd2626;
	z-index:400;
	top:-2px;
}
/*产品中心*/

.index .pro_box {
	padding-top: 50px;
	padding-bottom: 25px;
}
.index .pro_box .pro_l {
	width: 270px;
	float: left;
}
.index .pro_box .pro_l .pro_l_left {
	border: 1px solid #e1e1e1;
	background: #fff;
	border-top: 0px;
	overflow: hidden;
}
.index .pro_box .pro_l .pro_tit {
	height: 70px;
	box-sizing: border-box;
	background: #dd2626;
	color: #fff;
	line-height: 70px;
}
.index .pro_box .pro_l .pro_tit h3 {
	position: relative;
	font-size: 20px;
	margin: 0 20px;
}
.index .pro_box .pro_l .pro_tit h3:after {
	display: inline-block;
	content: " ";
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
}
.index .pro_box .pro_l ul {
	overflow: hidden;
}
.index .pro_box .pro_l ul li {
	color: #333;
	font-size: 14px;
	line-height: 53px;
	border-bottom: 1px solid #e5e5e5;
}
.index .pro_box .pro_l ul li a {
	position: relative;
	display: block;
	color: #333;
	padding-left: 40px;
}
.index .pro_box .pro_l ul li a:after {
	content: ">";
	position:absolute;
	right: 15px;
	top:50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	font-family: 宋体;
	color: #d5d5d5;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
transition: all .5s;
	font-weight: bold;
}
.index .pro_box .pro_l ul li:last-child {
	border: 0;
}
.index .pro_box .pro_l ul li:hover a {
	color: #dd2626;
}
.index .pro_box .pro_l .more {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	background: #dd2626;
}
.index .pro_box .pro_l .more a {
	color: #fff;
}
.index .pro_box .pro_list {
	float: right;
	width: 900px;
}
.index .pro_box .pro_list .title {
	height: 70px;
	line-height: 70px;
}
.index .pro_box .pro_list .title h3 {
	display: inline-block;
	color: #dd2626;
	font-size: 26px;
}
.index .pro_box .pro_list .title span {
	color: #888;
	font-size: 14px;
	margin-left: 10px;
}
.index .pro_box .pro_list .title a {
	position: relative;
	float: right;
	color: #dd2626;
	font-size: 16px;
	font-weight: bold;
	padding-left: 23px;
}
.index .pro_box .pro_list .title a:before {
	display: inline-block;
	content: " + ";
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 14px;
	text-align: center;
	border: 1px solid #dd2626;
	border-radius: 100%;
}
.index .pro_box .pro_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 8px;
	padding-bottom: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
transition: .5s;
}
 .index .pro_box .pro_list li:nth-child(3n) {
margin-right: 0;
}
.index .pro_box .pro_list li .img {
	position: relative;
	width: 268px;
	height: 201px;
	overflow: hidden;
}
.index .pro_box .pro_list li .img img {
	width: 100%;
	height: 100%;
transition: all .5s;
}
.index .pro_box .pro_list li h3 {
	font-size: 16px;
	line-height: 43px;
	color: #666;
	text-align: center;
}
.index .pro_box .pro_list li:hover .img img {
	transform: scale(1.2);
}
.index .pro_box .pro_list li:hover h3 {
	color: #dd2626;
}
.index .pro_box .pro_list li .img .mask {
	width: 100%;
	height: 100%;
	background: rgba(221, 38, 38, .8);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
transition: all .5s;
}
.index .pro_box .pro_list li .img .link {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: url(../image/look.png) center no-repeat;
}
.index .pro_box .pro_list li:hover .img .mask {
	opacity: 1;
}
/*工程案例*/

.index .case {
	height: 445px;
	background: url(../image/case_bg.jpg) no-repeat center top;
}
.index .case .w1200 {
	position: relative;
}
.index .case .bd {
	padding-top: 15px;
	overflow: hidden;
}
.index .case .pro_list {
}
.index .case .pro_list li {
	float: left;
	margin-right: 20px;
}
.index .case .pro_list li a {
	display: block;
}
.index .case .pro_list li a .img {
	width: 285px;
	height: 214px;
	overflow: hidden;
}
.index .case .pro_list li a .img img {
	width: 100%;
	height: 100%;
transition: all .5s;
}
.index .case .pro_list li a h3 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: #dd2626;
}
.index .case .pro_list li:hover img {
	transform: scale(1.2);
}
.index .case .hd {
	position:absolute;
	width:100%;
}
.index .case .hd span {
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	top: -170px;
	background: url(../image/btn-scroll.png) no-repeat;
transition: all .5s;
}
.index .case .hd .prev {
	background-position: left center;
	left: -80px;
}
.index .case .hd .next {
	background-position: right center;
	right: -80px;
}
.index .case .hd span:hover {
	filter: grayscale(100%) brightness(50%);
}
/*新闻中心*/

.index .news {
	padding-bottom: 40px;
}
.index .news .textlist {
	width: 670px;
	margin-left: 50px;
}
.index .news .newsimg {
	width: 480px;
}
.index .news .newsimg .img {
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.index .news .newsimg .img img {
	width: 100%;
	height: 100%;
transition: all .5s;
}
.index .news .newsimg h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #fcbe00;
transition: all .5s;
}
.index .news .newsimg:hover .img img {
	transform: scale(1.2);
}
.index .news .textlist .item {
	height: 85px;
	padding-bottom: 20px;
}
.index .news .textlist .item:last-child {
	padding-bottom: 0;
}
.index .news .textlist .item a {
	display: block;
}
.index .news .textlist .item h3 {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	color: #333;
transition: all .5s;
}
.index .news .textlist .item p {
	font-size: 14px;
	line-height: 19px;
	color: #666;
	text-align: justify;
}
.index .news .textlist .item .time {
	display: block;
	width: 90px;
	height: 85px;
	font-size: 14px;
	line-height: 30px;
	margin-right: 20px;
	color: #fff;
	background: #dd2626;
	text-align: center;
}
.index .news .textlist .item .time b {
	font-weight: normal;
	display: block;
	font-size: 30px;
	line-height: 40px;
	padding-top: 10px;
}
.index .news .textlist .item:hover h3 {
	color: #dd2626;
}
/*优势*/

.index .youshi {
	position: relative;
	height: 780px;
	background: #f9f9f9;
}
.index .youshi .title {
	text-align: center;
	padding-top: 48px;
}
.index .youshi .title span {
	color: #8f8f8f;
	font-size: 28px;
}
.index .youshi .title h3 {
	color: #dd2626;
	font-size: 50px;
	font-weight: bold;
	line-height: 72px;
}
.index .youshi .title p {
	position: relative;
	display: inline-block;
	color: #2a2a2a;
	font-size: 17px;
	padding: 0 45px;
}
.index .youshi .title p:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #5d5d5f;
}
.index .youshi .title p:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #5d5d5f;
}
.index .youshi ul {
	position: relative;
	margin-top: 71px;
}
.index .youshi ul li {
	float: left;
	position: relative;
	width: 435px;
	height: 142px;
	background: #dd2626;
	overflow: hidden;
}
.index .youshi ul li:after {
	content: "";
	position: absolute;
	width: 558px;
	height: 558px;
	background-color: #f9f9f9;
	border-radius: 50%;
}
 .index .youshi ul li:nth-child(1):after {
top: -54px;
right: -444px;
}
 .index .youshi ul li:nth-child(4):after {
top: auto;
left: -444px;
right: auto;
bottom: -54px;
}
 .index .youshi ul li:nth-child(2n) {
float: right;
}
 .index .youshi ul li:nth-child(3), .index .youshi ul li:nth-child(4) {
margin-top: 166px;
}
 .index .youshi ul li:nth-child(2), .index .youshi ul li:nth-child(3) {
background: none;
}
 .index .youshi ul li:nth-child(2):before, .index .youshi ul li:nth-child(3):before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 355px;
height: 2px;
background-color: #bcc0c3;
}
 .index .youshi ul li:nth-child(2):after, .index .youshi ul li:nth-child(3):after {
top: 28px;
left: 12px;
width: 80px;
height: 2px;
background-color: #bcc0c3;
border-radius: 0;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
 .index .youshi ul li:nth-child(3):before {
top: auto;
left: 0;
bottom: 0;
}
 .index .youshi ul li:nth-child(3):after {
top: auto;
left: auto;
right: 12px;
bottom: 28px;
}
 .index .youshi ul li:nth-child(2n) .img {
float: right;
margin-left: 0;
margin-right: 27px;
}
 .index .youshi ul li:nth-child(2n) .txt {
float: left;
width: 195px;
padding-left: 85px;
padding-right: 0;
}
 .index .youshi ul li:nth-child(2) .txt {
width: 240px;
padding-left: 40px;
padding-right: 0;
}
 .index .youshi ul li:nth-child(3) .txt {
width: 230px;
padding-left: 0;
padding-right: 50px;
}
 .index .youshi ul li:nth-child(2n) .txt h3 {
text-align: right;
}
 .index .youshi ul li:nth-child(2) .txt h3, .index .youshi ul li:nth-child(3) .txt h3 {
color: #dd2626;
}
 .index .youshi ul li:nth-child(2) .txt p, .index .youshi ul li:nth-child(3) .txt p {
color: #dd2626;
}
.index .youshi ul li .img {
	float: left;
	width: 110px;
	height: 110px;
	margin-top: 15px;
	margin-left: 27px;
	border-radius: 50%;
}
.index .youshi ul li .img img {
	width: 100%;
	height: 100%;
}
.index .youshi ul li .txt {
	float: right;
	width: 190px;
	padding-right: 90px;
	margin-top: 18px;
}
.index .youshi ul li .txt h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}
.index .youshi ul li .txt p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	padding-top: 10px;
	text-align: justify;
	opacity: .8;
}
.index .youshi .big {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -215px;
}
.index .youshi .big img {
	width: 410px;
	height: 410px;
	padding: 8px;
	border: 2px solid #acacac;
	border-radius: 50%;
	z-index: 5;
transition: all .5s;
	-webkit-animation: big 3s infinite linear;
}
 @-webkit-keyframes big {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(0.95);
}
100% {
-webkit-transform: scale(1);
}
}
/*关于我们*/

.index .about {
	padding-bottom: 50px;
	padding-top: 45px;
}
.index .about .title {
	line-height: 50px;
}
.index .about .title h3 {
	display: inline-block;
	color: #dd2626;
	font-size: 40px;
	font-weight: bold;
}
.index .about .title span {
	display: inline-block;
	font-family: "Arial";
	color: #373535;
	font-size: 40px;
	margin-left: 15px;
}
.index .about .title a {
	color: #dd2626;
	font-size:18px;
	padding-left: 44px;
	background: url(../image/jia.png) no-repeat center left;
}
.index .about .con {
	padding-top: 40px;
}
.index .about .con .img {
	width: 500px;
	height: 320px;
}
.index .about .con .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.index .about .con .txt {
	position: relative;
	width: 640px;
	height: 320px;
}
.index .about .con .txt p {
	color: #333;
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
}
/*******内页样式********/

.nybanner {
	width: 100%;
	height:auto; margin-top:50px;

}
.submian {
	padding: 20px 0;
}
.submian .sobtitle {
	height: 35px;
	line-height: 35px;
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 20px;
}
.submian .sobtitle s {
	display: inline-block;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	background: url(../image/locationico.png) no-repeat;
	vertical-align: middle;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #666;
}
.submian .sobtitle a:hover {
	color: #dd2626;
}
/*内页左侧*/

.submian .subleft {
	width: 250px;
}
.submian .subleft .title {
	height: 70px;
	box-sizing: border-box;
	background: #dd2626;
	color: #fff;
	line-height: 70px;
}
.submian .subleft .title h2 {
	position: relative;
	font-size: 20px;
	margin: 0 20px;
}
.submian .subleft .title h2:after {
	display: inline-block;
	content: " ";
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
}
/*栏目分页*/

.submian .subleft .lefta {
	margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
	border: 1px solid #e1e1e1;
	background: #fff;
	border-top: 0px;
	overflow: hidden;
}
.submian .subleft .lefta .comt ul {
	overflow: hidden;
}
.submian .subleft .lefta .comt ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 53px;
	padding-left: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.submian .subleft .lefta .comt ul li:last-child a {
	border: 0;
}
.submian .subleft .lefta .comt ul li a:after {
	content: ">";
	position:absolute;
	right: 15px;
	top:50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	font-family: 宋体;
	color: #d5d5d5;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
transition: all .5s;
	font-weight: bold;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	color: #dd2626;
}
.submian .subleft .lefta .comt ul li .boxlist {
	display: none;
	border-bottom: 1px solid #e5e5e5;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	color: #838383;
	font-size: 12px;
	line-height: 35px;
	border-bottom: 0;
	padding-left: 50px;
}
.submian .subleft .lefta .comt ul li .boxlist li a:after {
	content: " ";
	left: 40px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #dd2626;
	border-radius: 50%;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #dd2626;
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
/*推荐产品*/

.submian .leftpro {
	margin-bottom: 10px;
}
.submian .leftpro ul {
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
.submian .leftpro ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.submian .leftpro ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.submian .leftpro ul li img {
	float: left;
	width: 67px;
	height: 50px;
	margin-right: 10px;
}
.submian .leftpro ul li h3 {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
transition: all .5s;
}
.submian .leftpro ul li p {
	color: #999;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	height: 30px;
	overflow: hidden;
}
.submian .leftpro ul li:hover h3 {
	color:#dd2626;
}
/*推荐资讯*/

.submian .leftnews ul {
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
.submian .leftnews ul li a {
	display: block;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.submian .leftnews ul li:last-child a {
	border:none;
}
/*内页右侧*/

.submian .subright {
	width: 930px;
}
/*默认单页*/

.submian .Aboutpage {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.submian .Aboutpage img {
	max-width: 100%;
}
.submian .t {
	padding: 0 0 25px;
	color: #dd2626;
	font-size: 18px;
}
.submian .t2 {
	padding: 25px 0;
	color: #dd2626;
	font-size: 24px;
}
/*文章列表*/

.submian .Newslist {
}
.submian .Newslist .list {
	padding-bottom: 20px;
}
.submian .Newslist .item {
	border-bottom: 1px dashed #eaeaea;
	display: block;
	padding: 20px 0;
transition: all .5s;
}
.submian .Newslist .item a {
	display: block;
}
.submian .Newslist .item .time {
	width: 120px;
	height: 100px;
	font-family: arial;
	font-size: 18px;
	color: #666;
	text-align: center;
	background: #f2f2f2;
}
.submian .Newslist .item .time .day {
	font-size: 40px;
	line-height: 60px;
	display: block;
}
.submian .Newslist .item .txt {
	width: 780px;
	cursor: pointer;
}
.submian .Newslist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
transition: all .5s;
}
.submian .Newslist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding:0;
}
.submian .Newslist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .Newslist .item .txt p {
	color: #666;
	line-height: 25px;
	text-align: justify;
}
.submian .Newslist .item .txt p span {
	display: inline-block;
	color:#dd2626;
	padding-left: 10px;
}
.submian .Newslist .item a:hover .txt h3 {
	color:#dd2626;
}
/*图片列表*/

.Piclist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Piclist ul.list li.item {
	float: left;
	width: 287px;
	margin-bottom: 30px;
	margin-right: 31px;
	border: 1px solid #F6F6F6;
}
.Piclist ul.list li.item a {
	display: block;
	width:100%;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
.Piclist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
transition: all .5s;
}
.Piclist ul.list li.item img {
	display: block;
	width: 287px;
	height: 215px;
}
.Piclist ul.list li.item a:hover {
	background: #dd2626;
}
.Piclist ul.list li.item a:hover span {
	color: #fff;
}
.Piclist ul.list li.item .item_mask {
	width: 287px;
	height: 215px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter:Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
transition: all ease-out .5s;
}
.Piclist ul.list li.item .item_link_icon {
	display: block;
	width:45px;
	height:45px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity:0;
	filter:Alpha(opacity=0);
*zoom:1;
	background: url(../image/see.png) center no-repeat;
}
.Piclist ul.list li.item:hover .item_mask {
	opacity: 1;
	filter:Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, .1);
}
.Piclist ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter:Alpha(opacity=100);
}
/*留言表单*/

.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #dd2626;
	margin-right: 2px;
	text-align: center;
	background: #dd2626;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #dd2626;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/*内容详情页*/

.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left:0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size:14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox #pic {
	text-align: center;
}
.submian .subright .conBox #pic img {
	display: inline-block;
	max-width: 800px;
	padding: 1px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}
/*内容分页*/

.reLink {
	height: 38px;
	border: 1px solid #ddd;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #dd2626;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
/*浮动客服*/

.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #dd2626;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../image/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #dd2626;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #dd2626;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #dd2626;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #dd2626;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
/*↓组图样式↓*/

.HS10, .HS15 {
	overflow:hidden;
	clear:both;
}
.HS10 {
	height:10px;
}
.HS15 {
	height:15px;
}
.Hidden {
	display:none;
}
.Clearer {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.FlLeft {
	float:left;
}
.FlRight {
	float:right;
}
/*幻灯片区域背景*/

.MainBg {
	width: 920px;
	margin:0 auto;
}
/*大图展示区域*/

.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#OriginalPic img {
	display:block;
	min-width: 100px;
	margin:0 auto;
}
/*鼠标手势*/

.CursorL {
	position:absolute;
	z-index:999;
	width:50%;
	height: 100%;
	color:#FFF;
	left: 0;
	cursor:url(http://mb.kaibaidu.com/pb0664/pc/images/CurL.cur), auto;
}
.CursorR {
	position:absolute;
	z-index:999;
	width:50%;
	height: 100%;
	color:#FFF;
	right:0;
	cursor:url(http://mb.kaibaidu.com/pb0664/pc/images/CurR.cur), auto;
}
/*小图预览和滑动*/

.SliderPicBorder {
	width: 100%;
	overflow:hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin:0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width:45px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width:45px;
	height:113px;
	cursor:pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor:pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display:block;
transition: all .5s;
}
#ThumbPic img.active {
	border: 3px solid #dd2626;
}
