@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}

a:hover{color:#ac0101;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}

/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
}

#header .hBox{
	margin: 0 auto;
	padding: 35px 0;
	width: 1300px;
}

#header .fix {
	z-index: 100;
	width:100%;
	position:fixed;
	background:rgba(0,0,0,0.4);
}

#header h1 {
	margin: 0;
	float: left;
}

#header h1 img {
	width: 470px;
}

#header .hTxt {
	padding-top: 20px;
	float: left;
}

#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}

#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}

#header .tel {
	margin-top: 30px;
	padding: 0 0 0 80px;
	float: right;
	font-size: 16px;
	color: #505050;
	line-height: 30px;
	background: url(../images/tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 30px;
	color: #DD0000;
	font-style: italic;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	padding-top: 15px;
	width: 820px;
	float: right;
	overflow: hidden;
}

#gNavi ul {
	margin: 0 auto;
}

#gNavi li {
	width: 12.5%;
	float: left;
}

#gNavi li a {
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 17px;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #fff;
	background: #DD0000;
}
.fl{float:left;}
.fr{float:right;}
.header .inner{height:110px;position: relative;width:96%;margin:0 auto;}
.header.topbj .inner{height:90px;position: relative;width:96%;margin:0 auto;}
.header .logo img{margin-top:25px;}
.header.topbj .logo img{margin-top:10px;}
.header .nav{float: left;margin-left:2%;width:50%;}
.header .nav ul li{float: left;width:14.26%;height:110px;line-height:110px;text-align: center;position: relative;}
.header .nav ul li a{color:#333;position: relative;z-index:1;font-size:16px;line-height:110px;height:110px; transparent;outline: none;color:#fff;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav ul li i{position: absolute;width:100%;height:0;background-color:#d30808;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav ul li a:hover i, .header .nav ul li a.active i{height:100%;}
.header .nav ul li em{position: absolute;width:0;height:2px;background-color:#fff;left:50%;bottom:20px;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header.topbj .nav ul li{height:90px;line-height:90px;}
.header.topbj .nav ul li a{height:90px;line-height:90px;}
.header .nav ul li:hover{background:#d30808;}
.header .nav ul li a:hover{color:#fff;line-height:120px;display:block;}
.header.topbj .nav ul li a:hover{line-height:90px;}
.header .nav ul li a.active{color:#fff;line-height:110px;display:block;}
.header.topbj .nav ul li a.active{line-height:90px;}
.header .nav ul li a:hover em{width:60%;height:2px;margin-left:-30%;}
.header .nav ul li .son_nav{display: none;position: absolute;top:125px;left:0;width:100%;z-index:99999999;background-color:#fff;}
.header .nav ul li .son_nav a{height:40px;line-height:40px;font-size:14px;}
.header .nav ul li:hover .son_nav{display: block;}
.header .tell{margin-top:20px;background:url(../images/tell.png) left center no-repeat;padding-left:72px;width:20%;}
.header.topbj .tell{margin-top:10px;}
.header .tell p{font-size:18px;color:#fff;padding:3px 0 4px 0;}
.header .tell h3{font-size:32px;color:#fff;font-family: impact;margin:0;}

@media screen and (max-width:1690px) {
	#header .hBox{
		padding: 0 20px;
	}	

	#gNavi {
		width: 800px;
	}
		
	#header .tel {
		margin-top: 30px;
		padding: 0 0 0 70px;
		float: right;
		font-size: 15px;
		color: #505050;
		line-height: 30px;
		background: url(../images/tel.png) no-repeat left 8px;
		background-size: 60px auto;
	}
	
	#header .tel span {
		display: block;
		font-size: 28px;
		color: #DD0000;
		font-weight: bold;
		line-height: 35px;
	}
}

.mainImg {
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 760px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #DD0000;
}

.pageLead {
	height: 550px;
	background: url(../images/page_lead.jpg) no-repeat center center;
	position:relative;
}

.hot {
	padding: 20px 0;
	background: #0056b5;
}

.hot p {
	margin: 0 auto;
	width: 1200px;
	color: #fff;
	font-size: 16px;
}

.section {
	margin: 0 auto;
	width: 92%;
}

#main {
	margin-bottom: 50px;
}

/*#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(../images/h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
*/
#main .feature {
	margin-bottom: 50px;
}

#main .feature li {
	margin: 0;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .feature li:hover {
	margin-top: -10px;
}

#main .product {
	padding: 50px 0;
}

#main .headLine01 {
	margin: 40px auto 30px;
	width: 1200px;
	color: #E41A22;
	font-size: 50px;
	position: relative;
	text-align: center;
}

#main .headLine01:before {
	width: 800px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: -36px;
	content: "PRODUCT CENTER";
	z-index: -1;
	opacity: 1;
	margin-left:-400px;
	font-family:Impact;
	color:#f1f1f1;
	font-size:80px;
}

#main .product .headLine01:before {
	content: "PRODUCT CENTER";
}
#main .gallery .headLine01:before{
	content: "OUR CASE DETAILS";
}
#main .newsdetail .headLine01:before{
	content: "NEWS CENTER";
}
#main .ysdetail .headLine01:before{
	content: "OUR ADVANTAGES";
}
#main .contactit.headLine01:before{
	content: "CONTACT US";
}
#main .guanyu.headLine01:before{
	content: "ABOUT US";
}

#main .headLine01 .color {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000;
	position: relative;
}

#main .headLine01 .ttl {
	margin-top: 10px;
	display: block;
	color: #6c6c6c;
	font-size: 17px;
	font-weight: normal;
}


.pnavBox {
	padding: 100px 0 50px;
	background: url(../images/probjj.png) no-repeat;
	background-size: cover;
	margin-top:-80px;
}


.pnav {
	width: 98%;
	position: relative;
	padding-top: 1px;
	min-width:1300px;
	margin: 0 auto;
}
.mt30{margin-top:30px;}
.mt90{margin-top:90px !important;}
.mb30{margin-bottom:100px;}
.pnav ul {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}
.pnav ul li {
	display: block;
	margin: 0 12px;
	width: 203px;
	transition: all .3s;
	float: left;
	padding:20px 0;
	background:#d0111b;
}
.pnav ul li a {
	display: block;
	position: relative;
}
.pnav ul li a img {
	transition: 1s;
	width: 180px;
	height:180px;
}

.pnav ul li a .photo {
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #f1f1f1;
	width:180px;
	height:180px;
	margin:0 auto;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pnav ul li a:hover .photo {
	border: 3px solid #e10312;
}

.pnav ul li a p {
	padding: 5px 0;
	margin: 15px auto 0;
	width:80%;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: .5s;
	border: 2px solid #fff;
	border-radius: 20px;
	background:#f0f0f0;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
}

.pnav ul li a:hover p {
	background: #f8d858;
	border: 2px solid #e10312;
	color: #222;
	
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	width: 27px;
	height: 51px;
	transition: 0.5s;
	opacity: 0.6;
}

.pnav .btnLeft {
	left: 5px;
	background: url(../images/leftbtn.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: 15px;
	opacity: 1;
}

.pnav .btnRight {
	right: 5px;
	background: url(../images/rightbtn.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: 10px;
	opacity: 1;
}

#main .product .section {
	padding: 40px 0 10px;
}


#main .listBox {
	margin: 0 auto;
	padding: 40px 1% 0;
	min-width: 1200px;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 1000px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll li {
	margin: 0 1% 45px;
	width: 23%;
	float: left;
}

#main .srcoll li a {
	display: block;
	position: relative;
}

#main .srcoll li .photo {
	height: 250px;
	overflow: hidden;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li p {
	padding: 20px 20px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	background: #E7E7E7;
	text-align:center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover p {
	background: #e10312;
}

#main .srcoll li a:hover p {
	color: #fff;
	
}
#main .srcoll li p:after{
	position:absolute;
	bottom:-15px;
	left:50%;
	content:"+";
	width:30px;
	height:30px;
	background:#d0111b;
	color:#fff;
	margin-left:-15px;
}
 @keyframes fadenum{
   100%{transform:rotate(360deg);}
}
#main .srcoll li:hover p:after{
     animation:fadenum 1s;
}
#main .srcoll li:hover p:after{
	background:#f7dc4f;
	color:#222;
}

#main .srcoll li .tel {
	margin-top: 10px;
	padding-left: 25px;
	display: block;
	color: #ff0000;
	font-size: 20px;
	font-weight: normal;
	background: url(../images/tel02.png) no-repeat left center;
	background-size: 20px auto;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

#main .srcoll li a:hover .tel {
	color: #fff;
	background: url(../images/tel03.png) no-repeat left center;
	background-size: 20px auto;
}

#main .srcoll li p .txt {
	padding: 5px 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #e10312;
	border-radius: 20px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

#main .srcoll li a:hover p .txt {
	color: #e10312;
	background: #fff;
}

#main .aboutBox {
	padding: 100px 0 20px 0;
	background:url(../images/about_bj.jpg) no-repeat center;
	background-attachment:fixed;
}

#main .aboutBox h2 {
	margin-bottom: 70px;
	background: url(../images/h2_img03.jpg) no-repeat center center;
}

#main .aboutBox .photo {
	margin-bottom: 40px;
	width: 42%;
	height:550px;
	float: left;
	position: relative;
}

#main .aboutBox .photo img {
	width: 100%;
	height:510px;
}

#main .aboutBox .textBox {
	width: 55%;
	height: 510px;
	float: right;
	position: relative;
}

#main .aboutBox .textBox h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
	margin-top:10px;
}

#main .aboutBox .textBox .link {
	margin-top: 40px;
}

#main .aboutBox .textBox .link a {
	padding: 15px 0;
	width: 200px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .aboutBox .textBox .link a:hover {
	color: #fff;
	background: #d10f1d;
	border-color: #d10f1d;
	padding:15px 20px;
}

#main .aboutBox .textBox .tel {
	padding: 10px 0 10px 80px;
	color: #d10f1d;
	font-size: 27px;
	font-weight: bold;
	background: url(../images/atel.png) no-repeat left center;
}

#main .aboutBox .textBox p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-indent: 2em;
	text-align:justify;
}
#main .aboutBox .textBox span{color:#fff;font-size:60px;margin-top:30px;display:block;}
.numsrcoll {
	padding: 40px 0;
	background: url(../images/number_bg.jpg) no-repeat center center;
	background-size: cover;
}

.numsrcoll .sub {
	margin: 0 auto;
	padding-left: 550px;
	width: 1250px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 25%;
	float: left;
}

.numsrcoll .sub .js-counter {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .sub .js-counter span {
	margin-right: 10px;
	color: #E60012;
    font-size: 50px;
	font-family: impact;
}

.numsrcoll .sub .text {
	text-align: center;
	font-size: 15px;
	color: #fff;
}


#main .youshi {
	padding: 70px 0;
	background: url(../images/youshi_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .youshi h2 {
	text-align: center;
}

#main .youshi .imgBox {
	margin: 0 auto;
	width: 1200px;
}

#main .youshi .imgBox .textBox {
	width: 400px;
	float: left;
}

#main .youshi .imgBox .textBox dl {
	padding: 0 0 30px 90px;
	position: relative;
	background: url(../images/num_bg.png) no-repeat left 15px;
}

#main .youshi .imgBox .textBox dl:before {
	width: 80px;
	height: 83px;
	line-height: 93px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	content: "01";
}

#main .youshi .imgBox .textBox dl.text02:before {
	content: "02";
}

#main .youshi .imgBox .textBox dl.text03:before {
	content: "03";
}

#main .youshi .imgBox .textBox dl.text04:before {
	content: "04";
}

#main .youshi .imgBox .textBox dt {
	margin: 0 0 10px;
	color: #d20000;
	font-size: 25px;
	font-weight: bold;
}

#main .youshi .imgBox .textBox dd {
	margin: 0;
	color: #fff;
	font-size: 17px;
	line-height: 1.8;
}

#main .youshi .imgBox .photo {
	padding-top: 50px;
	width: 730px;
	float: right;
}

#main .youshi .imgBox .photo img {
	width: 100%;
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	display: inline;
}

#main .tabUl li a {
	margin: 0 10px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #1C8D42;
}


#main .gallery {
	padding: 66px 0;
}

#main .gallery h2 {
	margin-bottom: 50px;
}

#main .gallery .slider02 li {
	margin: 0 25px 0 0;
	padding: 10px;
	width: 350px;
	float: left;
	background: #f1f1f1;
}

#main .gallery .slider02 li a {
	padding: 10px;
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .slider02 li:hover {
	background: #E60012;
}

#main .gallery .slider02 li .photo {
	height: 260px;
}

#main .gallery .slider02 li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
}

#main .gallery .slider02 li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .slider02 li a:hover p {
	color: #fff;
}

#main .gallery .link {
	margin: 40px auto 0;
	width: 360px;
}

#main .gallery .link li {
	margin: 0;
	width: 100%;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .link li a {
	padding: 15px 0;
	display: block;
	font-size: 18px;
	text-align: center;
	border-radius: 30px;
}

#main .gallery .link .btn01 a {
	color: #000;
	border: 1px solid #E60012;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .link .btn01 a:hover {
	color: #fff;
	background: #E60012;
}

#main .gallery .link .btn02 a {
	color: #fff;
	background: #F89900;
	border: 1px solid #F89900;
}

#main .gallery .link .btn02:hover {
	margin: 0 1%;
	width: 48;
}

#main .gallery .link .btn02 a span {
	padding-left: 25px;
	display: inline-block;
	background: url(../images/tel03.png) no-repeat left center;
	background-size: 20px auto;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

#main .liucheng {
	padding: 100px 0;
	text-align: center;
}

#main .liucheng img {
	max-width: 1200px;
}
.inner{width:1300px;margin:0 auto;}
.title{height:280px;background:url(../images/bg3.jpg) center top no-repeat;}
.more{margin-top:134px;margin-left:50px;width:150px;padding-left:20px;height:46px;font-size:18px;color:#979797;background:#fff url(../images/d2.png) 130px center no-repeat;border-radius:120px;line-height:46px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;}
.more:hover{width:170px;background:#fff url(../images/d2.png) 150px center no-repeat;}
.call1{padding-top:110px;}
.call1 span{display: block;font-size:28px;color:#fff;background:url(../images/d1.png) left center no-repeat;padding-left:40px;}
.call1 em{display: block;font-family: impact;font-size:44px;color:#fff;}

.newsBox {
}
.a_bg_con{ padding:240px 0 0 0;box-sizing:border-box;-webkit-box-sizing:border-box; text-align:center;margin:0;}
.a_bg_con h2{ font-size:50px; line-height:85px; color:#fff; padding:0;margin:10px 0;}
.a_bg_con span{ display:block; width:65px; height:4px; background:#fff; margin:0 auto 18px auto}
.a_bg_con p{ font-size:20px; line-height:30px; color:#fff; margin:0 10px;}
.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	width: 100%;
	
}
.bassMain{
	padding:0 2%;
}
.phoneNei{
	padding-left: 50px;
	background: url(../images/phone-nei.png) no-repeat 12px 15px;
	font-size:20px;
	color: #4d4d4d;
	font-weight: bold;
	
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #cd010a;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.position {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 35px;
}

#footer {
	border-top:1px solid #333;
}

#footer .sub {
	margin: 0 auto;
	padding: 60px 0;
	width: 1200px;
}

#footer .infl {
	margin-left:20px;
}

#footer .navi01 {
	width: 450px;
}

#footer .navi02 {
	width: 21%;
}
#footer .navi img{
	padding-top:40px;
}

#footer .info {
	width: 33%;
	float: left;
}

#footer .codeBox {
	width: 300px;
	float: right;
}

#footer .ttl {
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 90px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #d40000;
}

#footer li {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}
#footer li a:hover{color:#d40000;}
#footer .navi01 li {
	width: 50%;
	float: left;
}

#footer .info p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

#footer .info .tel {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
}

#footer .info .tel span {
	color: #d40000;
	font-size: 40px;
    font-family: impact;
	padding-left:45px;
	text-align:left !important;
	background: url(../images/footer_call.png) left center no-repeat;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #d40000;
}
.map1#dituContent{
	height:340px !important;
}
.map1#dituContent span{
	color:#222 !important;
	font-size:13px !important;
}

#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
	background: #d40000;
}

#side h2 {
	margin: 0;
	padding: 25px 0;
	color: #fff;
	font-size: 25px;
	text-align: center;
}

#side h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#side ul {
	padding: 0 20px 20px;
}

#side li {
	margin-bottom: 10px;
}

#side li a {
	padding: 20px;
	display: block;
	text-align: center;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover {
	color: #fff;
	background: #000;
}

#side .sconttact {
	padding: 15px;
	background: #d40000;
}

#side .sconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

#side .sImg {
	margin: 15px -5px 0;
}

#side .sImg img {
	width: 100%;
}

#conts {
	width: 890px;
	float: right;
}

#main .pageTitle {
	padding: 40px 0;
}

#main .pageTitle h2 {
	margin: 0;
	color: #333;
	float: left;
	font-size: 35px;
	font-weight: bold;
	text-align: left;
}

#main .pageTitle h2 span {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
	color: #999;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

#main .pageTitle h2 span:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0%;
	top: 0;
	content: "";
	background: #999;
}

.pagePath {
	margin-bottom: 40px;
	padding: 5px 0;
	color: #666;
	font-size: 17px;
	background:#f8f8f8;
	border-bottom: 1px solid #eee;
}

.pagePath a {
	color: #C50000;
}

.pagePath .sub {
	margin: 0 auto;
	width: 1200px;
}

.content {
	font-size: 16px;
	line-height: 2;
	text-align:justify;
}
.content p{
	text-align:justify;
}
.procon{width:78%;float:right;}
#main .proList {
	margin: 0 -20px 50px 20px;
	width:100%;
	
}

#main .proList li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#main .proList li a {
	padding: 15px 15px 0;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover {
	box-shadow: 1px -1px 10px rgba(0,0,0,.3);
	background:#d30808;
	color:#fff;
}

#main .proList li .photo {
	height: 240px;
	border-radius: 3px;
	overflow: hidden;
}

#main #conts .proList li .photo {
	height: 220px;
}

#main .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .proList li .ttl {
	padding: 20px 0;
	width: 100%;
	font-size: 18px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}
#main .proList li:hover .ttl {
	color: #fff;
	
}


#main .proList li .tel {
	padding: 0 15px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#main .proList li .tel span {
	color: #FD0202;
	font-size: 28px;
	font-family: impact;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
}
.pagelist span{margin-left:5px;margin-right:5px;}
.pagelist span a{margin-bottom:3px;margin-top:3px;margin-left:5px;margin-right:5px;}
.page-status, .page-index, .page-pre, .page-next, .page-last{
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}
.page-numbar a{padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;}
span.page-index:hover, span.page-pre:hover, span.page-next:hover, span.page-last:hover{background:#ff0000 !important;border:1px solid #ff0000;color:#fff !important;}
.page-index a:hover, .page-pre a:hover, .page-next a:hover, .page-last a:hover{color:#fff !important;}
.page-numbar a:hover{background:#ff0000 !important;border:1px solid #ff0000;color:#fff !important;}
.page-num-current{background:#ff0000 !important;color:#fff !important;}
.pagelist a.page-num-current{background:#ff0000 !important;color:#fff !important;border:1px solid #ff0000;}

.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 0px 0 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 40px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: justify;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #333;
	font-size: 28px;
	text-align: center;
}

.detailBox .infoText .updata {
	text-align: center;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

#main .newsList  {
	margin-bottom: 50px;
	border-top: 1px solid #eee;
}

#main .newsList li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .newsList li .sub {
	margin: 0 auto;
	width: 1200px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .sub {
	padding-right: 30px;
}

#main .newsList li a {
	padding: 30px 0;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover {
	background: #C50000;
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsList li .photo img {
	width: 100%;
	height: 100%;
}

#main .newsList li .textBox {
	padding-left: 240px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .newsList li a:hover .textBox .ttl,
#main .newsList li a:hover .textBox .txt,
#main .newsList li a:hover .textBox .date {
	color: #fff;
}
.ny_news li{
	width: 100%;
	padding:2% 1%;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
	transition: .3s;
	float:left;
}
.newsLi{
	width:100%;
	margin: 0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	top:0;
}
.newsLi img{
	width: 25%;
	height: 260px;
	float:left;
	margin-right:2%;
}
.newRight{
	width: 52%;
	
	float:left;
	border-right:1px solid #eee;
	padding-right:2%;
}
.newDate{
	width:16%;
	float:right;
}
.newDate b{
	font-size:40px;
	display:block;
	text-align:center;
	color:#ccc;
	margin-top:30px;
	font-family:Impact;
}
.newDate span{
	font-size:35px;
	display:block;
	text-align:center;
	line-height:34px;
	padding-top:20px;
	font-family:Impact;
	color:#ccc;
}
.newRight h6{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
}
.newRight p{
	font-size: 16px;
	color: #a6a6a6;
	line-height:30px;
	text-align:justify;
}
.newRight span{
	color:#bbb;
}  
.ny_news li:hover{
	background: #e00000;
}
.ny_news li:nth-child(2n):hover{
	background: #000000;
}
.ny_news li .newRight{
	transition:all 0.3s linear 0s;
}
.ny_news li:hover .newRight{
	margin-left:1.5%;
}
.ny_news li:hover h6,.ny_news li:hover p,.ny_news li:hover span{
	color: #fff;
}
.ny_news li:hover .newDate b{
	color:#fff;
}
.ny_news li:nth-child(2n){
	background: #fff;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 135px;
	float: left;
	margin-right: 20px;
	display: block;
}

.ny_news li .newRight em{
	width:100px;
	height:32px;
	border:1px solid #eee;
	font-style:normal;
	color:#999;
	margin-top:20px;
	display:block;
	text-align:center;
	line-height:32px;
	transition:all .5s ease-in-out;
}
.ny_news li:hover .newRight em{
	color:#222;
	background:#fff;
	width:120px;
}
.ny_news li p{
	width: 100%;
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	/*width: 100%;*/
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	background:url(../images/news1.jpg) left center no-repeat #fff;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}


.topContact {
	position: relative;
	z-index: 100;
	border-top: 3px solid #394954;
}

#dituContent {
	height: 390px;
}

.topContact .txtBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topContact .txtBox .sub {
	margin: 0 auto;
	width: 1200px;
}

.topContact .txtBox .detai {
	width: 330px;
	height: 390px;
	background: #fff;
}

.topContact .txtBox .sub .ttl {
	padding: 30px 0 20px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: url(../images/arrow.png) no-repeat center top;
}

.topContact .txtBox .sub .ttl span {
	display: block;
	color: #333;
	font-family: Impact;
	font-size: 35px;
}

.topContact .txtBox ul {
	border-bottom: 1px solid #ddd;
}

.topContact .txtBox li {
	padding:  20px 15px 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	font-size: 15px;
}

.topContact .txtBox li span {
	margin: -10px 15px 0 0;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #E4181F;
}

.topContact .txtBox li span img {
	padding-top: 7px;
	display: inline-block;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

#main .comList {
	margin-bottom: 50px;
	text-align: center;
}

#main .comList li {
	margin: 0 10px;
	display: inline;
}

#main .comList li a {
	margin-bottom: 15px;
	padding: 15px 0;
	width: 150px;
	color: #fff;
	font-size: 17px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	background: #C50000;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .comList li a:hover {
	background: #F2AA2C;
}
.left_side_nav{width:22%;}
.left_side_nav .box_one, .left_side_nav .box_two{background-color:#d30808;padding:10px 10px;}
.left_side_nav .box_one .title1{text-align: center;margin-bottom:20px;}
.left_side_nav .box_one .title1 h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
.left_side_nav .box_one .title1 p{color:#fff;font-size:16px;}
.left_side_nav .box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
.left_side_nav .box_one ul li:hover{background-color:#f8d858;color:#111;}
.left_side_nav .box_one ul li a{color:#333;padding-left:30px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;display:block;font-size:16px;transition:all .5s ease-in-out;}
.left_side_nav .box_one ul li a:hover{color:#111 !important;display:block;padding-left:50px;font-weight:bold;}
.left_side_nav .box_one ul li a:hover, .left_side_nav .box_one ul li a.active{color:#fff;}
.left_side_nav .box_one ul li a i{background-color:rgba(211,8,8,0.5);}
.left_side_nav .box_one ul li .son_nav{border-top:1px solid #d30808;}
.left_side_nav .box_one ul li .son_nav a{background:none;height:40px;line-height:40px;padding-left:40px;position: relative;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.left_side_nav .box_one ul li .son_nav a::after{content:'';position: absolute;left:20px;top:20px;width:8px;height:1px;background-color:#d30808;transition:0.5s;-webkit-transition:0.5s;}
.left_side_nav .box_one ul li .son_nav a:hover::after, .left_side_nav .box_one ul li .son_nav a.active::after{background-color: #fff;}
.left_side_nav .box_two{margin-top:10px;padding:20px 10px;}
.left_side_nav .box_two p{font-size:16px;color:#fff;line-height:30px;}
.left_side_nav .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
.left_side_nav .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
.left_side_nav .box_two .more i{background-color:rgba(211,8,8,0.5);}
.left_side_nav .box_two .more:hover{color:#fff;}

.logo{width:20%;}

.newsBox1 {
	margin-bottom: 0;
	padding: 0px 0 60px;
	position: relative;
}


.newsBox1 .section {
	width: 98%;
	margin:0 auto;
}

.newsBox1 .newlistleft{
	width:49%;
	float:left;
	margin-top:25px;
}
.newsBox1 .newlistleft .newimg{
	width:100%;
	height:404px;
}
.newsBox1 .newlistleft .newimg img{
	width:100%;
	height:404px;
}
.newsBox1 .newlistleft .newimg a{
	height:404px;
}
.newsBox1 .newlistleft .newtxt{
	width:96.1%;
	height:90px;
	background:#f5f5f5;
	padding:2%;
}
.newsBox1 .newlistleft .newtxt b{
	font-size:18px;
	line-height:30px;
	
}
.newsBox1 .newlistleft .newtxt {
	font-size:16px;
	line-height:26px;
}
.newsBox1 .newlistleft:hover .newtxt{
	background:#d30808;
}
.newsBox1 .newlistleft:hover .newtxt a{
	color:#fff;
}

.newsBox1 .imgList{
	width:100%;
	float:right;
	margin-top:25px;
	}
.newsBox1 .imgList li {
	margin:0.8% 1%;
	width: 48%;
	float:left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	background:#f5f5f5;
}

.newsBox1 .imgList li a {
	display: block;
	overflow: hidden;
}

.newsBox1 .imgList li .photo {
	float: left;
	width: 35%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.newsBox1 .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsBox1 .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.newsBox1 .imgList li .date {
	padding: 5px;
	color: #fff;
	font-size: 26px;
	font-family: impact;
	position:absolute;
	left:0px;
	top:7%;
	background:#d0111b;
	z-index:999999;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.newsBox1 .imgList li .more2{
	position:absolute;
	left:0px;
	width:120px;
	height:30px;
	border:1px solid #ddd;
	border-radius:30px;
	bottom:8%;
	display:block;
	font-size:15px;
	text-align:center;
	line-height:30px;

}
.newsBox1 .imgList li:hover .more2{
	color:#fff;
}

.newsBox1 .imgList li .date span {
	display: block;
	font-size: 65px;
}

.newsBox1 .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsBox1 .imgList li a:hover{
	background:#d30808;
}
.newsBox1 .imgList li a:hover .ttl,
.newsBox1 .imgList li a:hover .txt {
	color: #fff;
	
}
.newsBox1 .imgList li a:hover .date{
	background:#d0111b;
	color:#fff;
	padding:5px 25px;
}
.newsBox1 .imgList li .textBox {
	padding: 20px 15px 0 0;
	width: 60%;
	height:180px;
	float: right;
	position:relative;
}

.newsBox1 .imgList li .txt {
	color: #888;
	font-size: 15px;
	line-height: 1.8;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}
#gotop {
    width: 40px;
    height: 40px;
    background: rgba(171,30,36,.7);
    display: block;
    transition: all 0.2s ease-out;
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: none;
}
#gotop:hover{ background-color:#ab1e24;}
#gotop span {
    background: url(../images/gotop.png);
    width: 15px;
    height: 8px;
    display: inline-block;
    position: relative;
    left: 13px;
    top: 16px;
}
.mun1{width:900px; background-color: rgba(0,0,0,0.65);padding-left:15px;position:absolute;top:110px;left:0px;}
.nav ul li .mun1 li{width:150px; float:left; height:auto; overflow:hidden; margin-left:13px; margin-top:25px;border-radius:0px;}
.nav ul li .mun1 li a{height:75px !important;}
.nav ul li .mun1 li img{height:120px;border-radius:10px;width:100%;}
.mun1 li:hover{background:none !important;} 

.mun1 li h2{width:100%; font-size:14px; color:#fff; line-height:35px; margin-bottom:7px;font-weight:normal;}
.mun1 li h2 a{color:#fff;}
.nav ul li .mun1 li:hover h2{font-weight:bold;background:#d0111b !important;}
.mun1 li ul li{width:75px; float:left; margin:0px;}
.header.topbj .mun1{top:90px;}
.header.topbj .nav ul li .mun1 li a{line-height:110px !important;}
.header.topbj .nav ul li .mun1 li{height:160px !important;line-height:110px !important;}
.casephone{
	width: 460px;
	height: 60px;
	background:#d0111b url(../images/tel.png) 25px center no-repeat;
	margin: 0 auto;
	font-size: 30px;
	line-height: 60px;
	padding-left: 80px;
	color: #fff;
	font-weight:bold;
	font-family:Impact;
	margin-top:60px;
	border-radius:60px;
}
.ysdetail .demo{
	height: 550px;
	width: 100%;
    overflow: hidden;
}
.ysdetail .demo .lists {
    height: 100%;
	width: 100%;
    overflow: hidden;
}
.ysdetail .demo .list{
	
	transition: all 0.8s ease-out;
}
.ysdetail .demo .list1 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
	float: left;
    overflow: hidden;
   
}
.ysdetail .demo .list2 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    float: left;
    overflow: hidden;
}
.ysdetail .demo .list3 {
    position: relative;
    width: calc(100% / 3);
	float: left;
    height: 100%;
    overflow: hidden;
}
.ysdetail .demo .list:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1;
}
.ysdetail .demo .list1 .bg {
    height: 100%;
	width: 100%;
    height: 100%;
    background: url(../images/ysbg1.jpg) no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.ysdetail .demo .list2 .bg {
    height: 100%;
	width: 100%;
    height: 100%;
    background: url(../images/ysbg2.jpg) no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.ysdetail .demo .list3 .bg {
    height: 100%;
	width: 100%;
    height: 100%;
    background: url(../images/ysbg3.jpg) no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.ysdetail .demo .list .bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0,.3);
    opacity: .7;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.ysdetail .demo .list .bg:after {
   content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background:#d0111b;
    opacity: .85;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    width: 0%;
    height: 400px;
}
.ysdetail .demo .list:hover .bg:after {
    width: 54%;
    transition: all .4s;
    border-radius: 56px 0px;
}
.ysdetail .demo .list.active{
	width:48%;
}
.ysdetail .demo .list.deactive{
	width:26%;
}

.ysdetail .demo .tit_ico {
    width: 74px;
    height: 74px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: auto;
    margin: auto;
    filter: drop-shadow(5px 5px 10px rgba(230, 92, 30, 0.5));
}
.ysdetail .demo .tit_ico img {
    width: 100%;
    height: auto;
}
.ysdetail .demo .title2 {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    z-index: 2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.ysdetail .demo .sum {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    color: #fff;
}
.ysdetail .demo .line {
    width: 10%;
    height: 1px;
    background: #ca0f03;
    position: absolute;
    top: 46%;
    left: 50%;
    transition: .8s;
    transform: translateX(-50%);
}
.ysdetail .demo .list:hover .line {
    width: 40%;
    transition: .8s;
	background:#fff;
}
.ysdetail .demo .more1 {
    bottom: 60px;
    opacity: 0;
	position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 9;
}
.ysdetail .demo .list:hover .more1 {
    opacity: 1;
    bottom: 115px;
	width:170px;
	height:45px;
	line-height:45px;
	color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #fff;
	left:50%;
	margin-left:-85px;
}
.ysdetail .demo .more span:hover {
    opacity: 1;
    background: #bd0a0c;
}
.ysdetail .demo .more span {
    display: inline-block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ca0f03;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    float: center;
}
.reproduct{
	width:98%;
	margin:0px auto 90px;
	
}

.reproduct ul li{
	width:32.333333%;
	margin:1% 0.5%;
	float:left;
	height:380px;
	overflow:hidden;
}
.reproduct ul li a{
	position:relative;
	display:block;
}
.reproduct ul li a p{
	position:absolute;
	bottom:0;
	left:0;
	height:48px;
	background:rgba(0,0,0,0.6);
	z-index:99;
	display:block;
	width:100%;
	color:#fff;
	line-height:48px;
	text-align:center;
	font-size:20px;
}
.reproduct ul li:hover a p{
	background:rgba(208,17,27,0.8);
}
.reproduct ul li img{
	width:100%;
	height:380px;
	transition:all .5s ease-in-out;
}
.reproduct ul li:hover img{
	transform:scale(1.1);
}
.footop{
	width:100%;
	background:url(../images/footop.jpg) no-repeat center;
}
.footop b{
	text-align:center;
	font-size:46px;
	color:#fff;
	display:block;
	padding-top:80px;
}
.footop span{
	font-size:20px;
	color:#eee;
	text-align:center;
	display:block;
	padding:15px;
	
}
.i-count {
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
  padding:50px 0;
  color:#fff;
  
}
.i-count ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.i-count ul li strong {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
  line-height: 80px;
  vertical-align: bottom;
  border-radius:50%;
  background:#d0111b;
  width:200px;
  line-height:200px;
  height:200px;
  transition:all .5s ease-in-out;
}
.i-count ul li:hover strong{
	margin-top:20px;
	transform:rotate(360deg);
}
.i-count ul li span {
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  vertical-align: bottom;
}
.i-count ul li p {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  padding:20px 0;
}
.imgarc{width:100%;}
.pro_detailt {
	height: auto;
}
.pro_detailt01 {
	width: calc(50% - 50px);
	float: left;
	border:1px solid #eee;
}
.pro_detailt02 {
	width: 50%;
	float: right;
	
}
.pr0_title{
	height:62px;
	line-height:58px;
	font-weight:500;
	width:100%;
	display:block;
	border-bottom:1px solid #eee;
	position:relative;
}
.pr0_title b{
	font-size:28px;
	color:#444;
	line-height:60px;
	border-bottom:4px solid #d40000;
	position:absolute;
	bottom:-2px;
	left:0;
}
.pro_detailt02 em{
	padding-top:20px;
	display:block;
	font-size:13px;
	color:#aaa;
	line-height:24px;
}
.pro_detailt02 p{
	padding-top:35px;
	font-size:16px;
	line-height:38px;
	color:#666;
	
}
.conbtn{
	width:350px;
	height:50px;
	background:#d0111b;
	border-radius:40px;
	display:block;
	margin-top:30px;
}
.conbtn a{
	color:#fff;
	line-height:50px;
	text-align:center;
	font-size:28px;
	display:block;
	font-family:Impact;
}
.nypro_box{
	width:100%;
	
	}	
.con_zj{
	width:100%;
	height:500px;
	float:left;
	}	
.pro_xq{
	width:100%;
	height:50px;
	background:#f1f1f1;
	margin-bottom:30px;
	margin-top:10px;

}
.pro_xq b{
	border-left:6px solid #d0111b;
	height:50px;
	line-height:50px;
	font-size:20px;
	padding-left:15px;
	color:#555;
	display:inline-block;
}
.detailBox{
	width:100%;
	font-size:16px;
	line-height:30px;
	color:#555;
}

