@charset "utf-8";
.main {
	padding: 0 0 50px;
	overflow:hidden;
	background: url(../images/mbg.jpg) no-repeat bottom center;
}
/*快速导航*/
.main0f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 25px 0;
	overflow: hidden;
}
.main0f .kitem {
	padding: 35px 30px;
    overflow: hidden;
    height: 80px;
    width: 275px;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	float: left;
	margin:0 5px;
}
.main0f .kitem .kimg {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main0f .kitem .kcon h2 {
	color: #1e1d1b;
	font-size: 20px;
	padding-top: 10px;
	line-height: 35px;
	text-transform: uppercase;
}
.main0f .kitem .kcon p {
	color: #1e1d1b;
	font-size: 12px;
	text-transform:uppercase;
}
.main0f .kitem:hover h2,.main0f .kitem:hover p {
	color: #ff8207;
}

/*优势*/
.main1f {
	width: 100%;
	max-width: 1920px;
	padding:10px 0 65px;
	overflow: hidden;
	margin:0 auto;
	background: url(../images/m1bg.jpg) no-repeat bottom center;
}
.title_1 {
	padding: 0;
	overflow: hidden;
	text-align: center;
	background: url(../images/title1bg.png)no-repeat bottom center;
	height: 133px;
}
.title_1 span {
    display: inline-block;
    color: #364854;
    font-size: 30px;
    line-height: 133px;
    margin: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.title_1 span.titr {
	color: #ff8207;
}

/*优势*/
.yslist {
	padding: 0;
	overflow: hidden;
}
.yslist li {
	width: 660px;
	padding: 0;
	overflow: hidden;
	margin:45px 20px 0;
	float: left;
	position: relative;
	z-index: 0;
}
.yslist li .ysimg {
	width: 133px;
	margin-right: 12px;
}
.yslist li .yscon {
	width: 450px;
}
.yslist li .yscon h2 {
    color: #273944;
    font-size: 20px;
    line-height: 50px;
    padding-top: 10px;
    padding-left: 15px;
}
.yslist li em {
	display: block;
	width: 334px;
	height: 17px;
	background:url(../images/ysem.png) no-repeat top center;
	margin-bottom: 5px;
}
.yslist li span {
	display: block;
	color: #273944;
	font-size: 16px;
	line-height: 25px;
	padding-left: 37px;
	position: relative;
	/*防止撑开*/
	table-layout: fixed;
	/* 英文单字因自动换行 */
	word-wrap: break-word;
	/* 正常避头尾 */
	word-break: normal;
	/* 文字左右对齐 */
	text-align:justify;
	text-justify:inter-ideograph;
}
.yslist li span:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #ff8207;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:8px;
}
.yslist li:hover h2{
	color: #ff6600;
}

/*
	产品
	与简介
*/
.main2f {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background:url(../images/m2bg.jpg) no-repeat top center;
}
/*产品展示*/
.main2f .m_chanpin {
	padding:50px 0 120px;
	overflow: hidden;
}
.main2f .cptj {
	padding: 0;
	overflow:hidden;
	margin-bottom: 145px;
	height: 327px;
	position: relative;
	z-index: 1;
} 
.main2f .cptj:after {
	content: "musen";
	font-family: "Impact";
	font-size: 138px;
	color: #ecedee;
	text-transform: uppercase;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
}
.main2f .cptj .cptj_l {
	width: 560px;
	padding:70px 70px 0;
	overflow: hidden;
}
.main2f .cptj .cptj_l span {
	display: inline-block;
	padding: 0 40px;
	height: 55px;
	line-height: 55px;
	background: #ff8207;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
	/*防止撑开*/
	table-layout: fixed;
	/* 英文单字因自动换行 */
	word-wrap: break-word;
	/* 正常避头尾 */
	word-break: normal;
	/* 文字左右对齐 */
	text-align:justify;
	text-justify:inter-ideograph;
}
.main2f .cptj .cptj_l p {
	color: #4f4f4f;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
.main2f .cptj .cptj_l .tjmore {
	display: block;
	color: #273944;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
}
.main2f .cptj .cptj_l .tjmore:hover {
	color: #ff8207;
	animation:letters 1s ease-in-out 0.5s  forwards;
	-moz-animation:letters 1s ease-in-out 0.5s  forwards; /* Firefox */
	-webkit-animation:letters 1s ease-in-out 0.5s  forwards; /* Safari and Chrome */
	-o-animation:letters 1s ease-in-out 0.5s  forwards; /* Opera */
}
@keyframes letters
{
0% {letter-spacing: 0px;}
40% {letter-spacing: 2px;}
80% {letter-spacing: 4px;}
100% {letter-spacing: 0px;}
}

/*产品列表*/
.chanpin {
	width: 1590px;
	margin:0 auto;
	position: relative;
}
.chanpin .next,.chanpin .prev {
	display: block;
	width: 61px;
	height: 61px;
	position: absolute;
	top:50%;
	margin-top: -30px;
}
.chanpin .prev {
	right: 0;
	background: url(../images/right.jpg) no-repeat top center;
}
.chanpin .next {
	left: 0;
	background: url(../images/left.jpg) no-repeat top center;
}
.cplist {
	width:1400px;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
.cplist li {
	width: 330px;
	height: 420px;
	background: #273944;
	box-shadow: 5px 6px 0 0 #d8d8d8;
	float: left;
	position: relative;
	margin:0 8px 10px;
}
.cplist li .pic {
	width: 330px;
	height: 280px;
	background: #fff;
	padding: 0;
	overflow: hidden; 
}
.cplist li .pic p {
	width: 330px;
	height: 280px;
	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: auto;
	height: auto;
}
.cplist li span {
	display: block;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 17px;
}
.cplist li .cpmore {
	display: block;
	width: 200px;
	height: 42px;
	margin:0 auto;
	line-height: 42px;
	border: 1px solid #3d505c;
	font-size: 14px;
	color: #fff;
	background: #fe8208;
	text-align: center;
	text-transform: uppercase;
}
.cplist li:hover {
	background: #ff8207;
}
.cplist li:hover .cpmore {
	background: #273944;
	color: #fff;
}
.cplist li:hover p img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);   	
	-moz-transform:scale(1.2,1.2);  	
	-webkit-transform:scale(1.2,1.2);   
	-o-transform:scale(1.2,1.2);  
}

/*关于我们*/
.m_about {
	padding: 40px 0 70px;
    overflow: hidden;
    margin-bottom: 30px;
}
.about_l {
	width: 662px;
}
.about_l span {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 100px;
	margin-top: 25px;
}
.about_l span strong {
	color: #fff;
	font-family: "Impact";
	font-size: 52px;
	text-transform: uppercase;
	padding-right: 10px;
}
.about_l .aboutp {
	color: #e1e3e4;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #75828a;
	margin-bottom: 20px;
	/*防止撑开*/
	table-layout: fixed;
	/* 英文单字因自动换行 */
	word-wrap: break-word;
	/* 正常避头尾 */
	word-break: normal;
	/* 文字左右对齐 */
	text-align:justify;
	text-justify:inter-ideograph;
}
.about_l .amore {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

/*核心优势*/
.main3f {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding:90px 0;
	overflow: hidden;
	background:url(../images/m3bg.jpg) no-repeat bottom center;
}
.title_2 {
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.title_2 p {
	color: #272727;
	font-size: 24px;
	line-height:50px;
	text-transform: uppercase;
}
.hxlist {
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.hxlist li {
	width: 378px;
	height: 325px;
	padding: 25px 40px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin:0 8px;
}
.hxlist li h4 {
	color: #555;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.hxlist li p {
	color: #555;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	min-height: 200px;
	/*防止撑开*/
	table-layout: fixed;
	/* 英文单字因自动换行 */
	word-wrap: break-word;
	/* 正常避头尾 */
	word-break: normal;
	/* 文字左右对齐 */
	text-align:justify;
	text-justify:inter-ideograph;
}
.hxlist li a {
	display: block;
	width: 193px;
	height: 45px;
	background: url(../images/morebg.jpg) no-repeat left center;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.hxlist li a:hover {
	color: #fff;
	letter-spacing: 2px;
}
.main3f .hd{ overflow:hidden; height:20px;padding:0;  }
.main3f .hd ul{ overflow:hidden; zoom:1;width: 175px;margin: 0 auto;}
.main3f .hd ul li{ float:left;  width:20px; height:20px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#9c9c9c;border-radius: 50%; }
.main3f .hd ul li.on{ background: #ff8207;}

/*通栏广告*/
.tonglan {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height: 331px;
	background: url(../images/tl.jpg) no-repeat top center;
}
.tonglan .tl {
	padding: 45px 0 0 107px;
	overflow: hidden;
	transition: all 0.3s;
	animation: zoomIn1 1.5s infinite;
}
@keyframes zoomIn1 {
0% {
    transform: translate3d(0,5px,0);
}
50% {
    opacity: 1;
    transform: none;
}	
100% {
    opacity: 1;
    transform: translate3d(0,5px,0);
}
}

/*相关动态*/
.main4f {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 60px 0 40px;
	overflow: hidden;
}
.title_3 {
	padding: 65px 0 0;
	overflow: hidden;
	text-align: center;
	background: url(../images/title3bg.jpg) no-repeat top center;
}
.title_3 p {
	color: #272727;
	font-size: 24px;
	line-height: 50px;
}
.xwleft {
	width: 657px;
	height: 479px;
	background: url(../images/xwbg.png) no-repeat top left;
	padding: 50px 0 0;
	overflow: hidden;
}
.xwleft .bd {
	height: 400px;
	overflow: hidden;
}
.hylist {
	padding: 0;
	overflow: hidden;
}
.hylist li {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdfe7;
}
.hylist li .date {
	width: 75px;
	margin-right: 10px;
	text-align: center;
}
.hylist li .date em {
	display: block;
	color: #ff7606;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
}
.hylist li .xwcon {
	width: 560px;
}
.hylist li .xwcon span {
	display: block;
	color: #6f6f6f;
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
}
.hylist li .xwcon p {
	color: #333639;
	font-size: 14px;
	line-height: 30px;
}
.hylist li:hover p,.hylist li:hover span {
	color: #ff7606;
}
.hda {
	padding: 30px 90px 0 465px;
	overflow: hidden;
	text-align: center;
}
.hda a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	border:1px solid #d2d6e0;
	color: #d2d6e0;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: 36px;
	cursor: pointer;
}
.hda a.next {background: #06223e;}
.hda a:active ,.hda a:hover{
	background: #ff7606;
	color: #fff;
}
.xwright {
	width: 680px;
	padding: 25px 0 0;
	overflow:hidden;
}
.xwtj {
	border: 1px solid #d8dbe4;
	border-top:10px solid #273944;
	background: #fff;
	padding: 15px 25px;
	overflow: hidden;
	margin-bottom: 14px;
}
.xwtj a {
	display: block;
}
.xwtj .xwjt {
	width: 60px;
}
.xwtj .xwjt span {
	margin-top:5px;
	display: block;
	width: 21px;
	height: 21px;
	background: #273944;
	border-radius: 50%;
	transition: all 0.3s;
}
.xwtj .xwtjcon {
	width: 530px;
}
.xwtj .xwtjcon  h2 {
	color: #2c2d2d;
	font-size: 16px;
	line-height: 30px;
}
.xwtj .xwtjcon  p {
	margin:8px 0;
	color: #787878;
	font-size: 14px;
	line-height: 20px;
}
.xwtj .xwtjcon span {
	display: block;
	color: #787878;
	font-size: 14px;
	line-height: 25px;
}
.xwtj a:hover .xwjt span{
	margin-left: 20px;
	background: #f18200;
}
.xwtj a:hover h2,.xwtj a:hover p,.xwtj a:hover .xwtjcon  span {
	color: #ff8207;
}
.xwrlist {
	padding: 0;
	overflow: hidden;
}
.xwrlist li {
	padding: 0;
	overflow: hidden;
	border:1px solid #d8dbe4;
	margin-bottom: 3px;
	background: #fff;
	height: 60px;
}
.xwrlist li .gsimg {
	width: 70px;
	height: 100%;
	background: #273944;
	text-align: center;
}
.xwrlist li .gsimg span {
	display: block;
	width: 21px;
	height: 21px;
	margin:15px auto 0;
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
.xwrlist li .gscon {
	width: 575px;	
	height: 100%;
	margin-left: 30px;
}
.xwrlist li .gscon p {
	color: #2c2d2d;
	font-size: 16px;
	line-height: 35px;
}
.xwrlist li .gscon span {
	display: block;
	color: #2c2d2d;
	font-size: 14px;
	line-height: 25px;
}
.xwrlist li:hover p {
	color: #ff7606;
}

/*友情链接*/
.links {
	padding: 0 0 30px;
	overflow: hidden;
}
.links a {
	display: inline-block;
	color: #b1b1b1;
	font-size: 16px;
	line-height: 35px;
	padding: 0 10px;
}
.links a.linkt {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
