@charset "utf-8";
/*产品展示*/
.main1f {
	width: 100%;
	max-width: 1920px;
	padding:45px 0;
	overflow: hidden;
	margin:0 auto;
	background: #f6f6f6;
}
.title_1 {
	padding: 0;
	width: 600px;
	height: 101px;
	margin:0 auto;
	margin-bottom: 40px;
	position: relative;
}
.title_1 .yun { background: url(../images/yun.png) no-repeat left center;display: block; width: 184px; height: 92px; margin-left: -10px; animation: ascroll 2.5s infinite;position: absolute;left: 0;top:4px;}
@keyframes ascroll{
	0%{transform: translate3d(0,0,0);}
	50%{transform: translate3d(20px,0,0);}
	100%{transform: translate3d(0,0,0);}
}
.title_1 .tnum {
	width: 101px;
	height: 101px;
	background: url(../images/circle.png) no-repeat top center;
	line-height: 101px;
	text-align: center;
	font-size: 51px;
	color: #fff;
	margin-left: 117px;
	font-family: "宋体";
	margin-right: 12px;
}
.tcon {
	width:356px;
}
.tcon h2{
	color: #270b0d;
	font-size: 32px;
	line-height: 45px;
	margin-top: 12px;
	font-weight: normal;
}
.tcon p {
	color: #7d7d7d;
	font-size: 20px;
	line-height: 30px;
}
.tcon em {
	display: block;
	width: 70px;
	height: 1px;
	background: #848484;
	margin-top:10px;
}

/*产品列表*/
.pnav {
	padding: 0;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}
.pnav a {
	display:inline-block;
	width: 150px;
	height: 81px;
	line-height: 81px;
	padding-left: 30px;
	background: url(../images/pnav.png) no-repeat left center;
	font-weight: bold;
	color: #5d3e3b;
	font-size: 24px;
	margin:0 80px;
	transition: all 0.3s;
}
.pnav a:hover {
	background: url(../images/pnav1.png) no-repeat left center;
	color: #5d3e3b;
}
/*产品列表*/
.products {
	width:1200px;
	padding: 0;
	overflow: hidden;
}
.products .bd ul{ 
	overflow:hidden;
	zoom:1; 
	width:305px;
	float:left;
	 _display:inline; 
}
.products li {
	width: 296px;
	height: 270px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.cplist li .pic {
	position: relative;
	width: 290px;
	height: 230px;
	border:3px solid #f8dbc5;
	overflow: hidden;
	border-radius: 5px;
}
.cplist li .pic p {
	width: 290px;
	height: 230px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.cplist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: auto;
}
.cplist li .mark {
	position: absolute;
	width: 290px;
	height: 230px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	z-index: 3;
	background: url(../images/mark.png) no-repeat top center;
}
.products li span {
	display: block;
	text-align: center;
	font-family: "微软雅黑";
	color: #000;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
}
.products li:hover p img {
	transition: 1s;
	transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);   	
	-moz-transform:scale(1.1,1.1);  	
	-webkit-transform:scale(1.1,1.1);   
	-o-transform:scale(1.1,1.1);  
}
.products li:hover .pic {
	border:3px solid #950303;
}
.products li:hover .mark {
	position: absolute;
	width: 290px;
	height: 230px;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	z-index: 3;
	background: url(../images/mark1.png) no-repeat top center;
}
.products li:hover span{
	color: #940000;
}

/*四大优势*/
.main2f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	height: 860px;
	background: url(../images/m2bg.jpg) no-repeat bottom center #f5f5f5;
}
.yslist {
	margin:80px 0 0 545px;
	height: 315px;
	background: url(../images/s5.jpg) no-repeat right top;
}
.yslist ul li {
	width: 130px;
	float: left;
}
.yslist li img {
	display: block;
	width: 75px;
	height: 81px;
	margin-bottom: 18px;
}
.yslist li .p1,.yslist li .p2 {
	width: 35px;
    float: left;
    font-size: 24px;
    text-align: center;
    font-family: '宋体';
}
.yslist li .p1 {color: #dab866;}
.yslist li .p2 {color: #000;}
.yscon {
	padding: 170px 0 0 725px;
	overflow: hidden;
}
.yscon p {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
/*关于我们*/
.main3f{
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 67px 0 60px;
	overflow: hidden;
	background: url(../images/m3bg.jpg) no-repeat top center;
}
.aboutbox {
	height: 801px;
}
.aboutlist{
	padding: 25px 0;
	overflow: hidden;
}
.aboutlist li{
	width: 25%;
	float: left;
	text-align: center;
}
.aboutlist li h2{
	color: #282828;
	font-size: 60px;
}
.aboutlist li h2 em{
	display: inline-block;
	font-size: 13px;
	color: #282828;
}
.aboutlist li span{
	display: block;
	color: #bbb;
	line-height: 25px;
	text-transform: uppercase;
}
.aboutlist li p {
	color: #282828;
	font-size: 16px;
	line-height: 30px;
}
.about {
	padding: 145px 0 0 110px;
	width:740px;
}
.aboutcon {
	padding: 0;
	overflow: hidden;
	margin-bottom: 90px;
}
.aboutcon p {
	color: #797979;
	font-size: 14px;
	line-height: 40px;
}
.amore {
	width: 121px;
	height: 41px;
	background: #fff;
	border:1px solid #940000;
	padding: 2px;
}
.amore a {
	display: block;
	background: #940000;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.amore a:hover {letter-spacing: 2px;color: #fff;}

/*公司环境*/
.gshj {
	padding: 25px 0 0;
	overflow: hidden;
}
.gshj .yun {background: url(../images/yun1.png) no-repeat left center;}
.gshj .title_1 .tnum {background: url(../images/circle1.png) no-repeat top center;color: #940000;}
.gshj .title_1 h2,.gshj .title_1 p {color: #fff;}

.hjzs {
	padding:0 0 20px;
	overflow: hidden;
	background: #fff;
}
.hjzs .title_2 {
	height: 95px;
	background: #f9f9f9;
	margin-bottom: 35px;
}
.hjzs .title_2 .tit2l {
	width: 245px;
	height: 95px;
	line-height: 95px;
	background: #fff;
	color: #dab866;
	font-size: 30px;
	line-height: 95px;
	text-align: center;
	font-family:"宋体";
}
.tit2r {
	height: 95px;
	line-height: 95px;
	text-align: right;
}
.tit2r a {
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 10px;
	margin-right:25px;
	line-height: 95px;
	position: relative;
}
.tit2r a.hmore {
	width:210px;
	text-align: center;
	transition: all 0.3s;
}
.tit2r a.hmore:before,.tit2r a.hmore:after {
	content: "";
	width:62px;
	height: 9px;
	position: absolute;
	z-index: 3;
	top:50%;
	margin-top: -4.5px;
}
.tit2r a.hmore:before {
	background: url(../images/left.png) no-repeat left center;
	left:0;
}
.tit2r a.hmore:after {
	background: url(../images/right.png) no-repeat right center;
	right:0;
}
.tit2r a.hmore:hover {color: #940000;letter-spacing: 2px;}
.hjbox {
	padding: 0;
	overflow: hidden;
	position: relative;
}
.hjbox .next,.hjbox .prev {
	display: block;
	width: 65px;
	height: 36px;
	position: absolute;
	top:50%;
	margin-top: -18px;
	z-index: 3;
}
.hjbox .next {
	background: url(../images/pleft.png) no-repeat left center;
	left:0;
}
.hjbox .prev {
	background: url(../images/pright.png) no-repeat right center;
	right:0;
}
.hjlist {
	width:1160px;
	overflow: hidden;
	margin: 0 auto;
}
.hjlist li {
	float: left;
	padding: 20px;
	width: 341px;
	border-right: 1px solid #f3f3f3;
}
.hjlist li h2 {
	color: #010101;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}
.hjlist li h3 {
	position: relative;
	color: #959595;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom:15px;
}
.hjlist li h3:before,.hjlist li h3:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left:0;
}
.hjlist li h3:before {
	top:0;
}
.hjlist li h3:after{
	bottom: 0;
}
.hjlist li span {
	color: #949494;
	font-size: 13px;
	display: block;
	line-height: 25px;
	margin-bottom: 13px;
}
.hjlist li .hjimg {
	width: 341px;
	height: 221px;
	overflow: hidden;
}
.hjlist li .hjimg p {
	width: 341px;
	height: 221px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.hjlist li .hjimg img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: auto;
}
.hjlist li:hover h2,.hjlist li:hover h3{
	color: #940000;
}

/*新闻中心*/
.main4f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	background: #f5f5f5;
	padding: 60px 0;
	overflow: hidden;
}
.title_3 {
	width:642px;
	height: 42px;
	margin:0 auto 70px;
	text-align: center;
	padding: 0;
	overflow: hidden;
	background: url(../images/titbg.png) no-repeat  center center;
}
.title_3 p {
	color:#989898;
	font-size: 16px;
	line-height: 42px;
}
.xwlist {
	padding: 0;
	overflow: hidden;
}
.xwlist li {
	float: left;
	width:550px;
	margin:0 25px 50px;
	padding: 0;
	overflow: hidden;
}
.xwlist li .date {
	width:93px;
	margin-right:40px;
	border-right:1px solid #bfbfbf;
}
.xwlist li .date em {
	display: block;
	color: #111;
	font-size: 60px;
	line-height: 60px;
}
.xwlist li .date span {
	display: block;
	color: #909090;
	font-size: 14px;
	line-height: 25px;
}
.xwlist li .xwcon {
	width: 385px;
}
.xwlist li .xwcon h2 {
	color: #404040;
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
}
.xwlist li .xwcon p {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 25px;
}
.xwlist li:hover em,.xwlist li:hover span,.xwlist li:hover h2 {
	color: #940000;
}
.xwmore {
	display: block;
	width: 340px;
	height: 40px;
	margin:0 auto;
	background: #940000;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s;
	position: relative;
}
.xwmore:before,.xwmore:after {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	vertical-align: middle;
	position: absolute;
	top:0;
}
.xwmore:before{
	content: "←";
	left:15px;
	animation: xw 2.5s infinite;
}
.xwmore:after {
	content:"→";
	right:15px;
	animation: xw2 2.5s infinite;
}
.xwmore:hover {color: #fff;}
@keyframes xw{
	0%{transform: translate3d(20px,0,0);}
	50%{transform: translate3d(0px,0,0);}
	100%{transform: translate3d(20px,0,0);}
}
@keyframes xw2{
	0%{transform: translate3d(-20px,0,0);}
	50%{transform: translate3d(0px,0,0);}
	100%{transform: translate3d(-20px,0,0);}
}