@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
}

li,
a {
	list-style-type: none;
	transition: all 0.6s linear 0s;
}

ol,
ul,
dl,
dd,
dt,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.h20 {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

.h30 {
	width: 100%;
	height: 30px;
	margin: 0 auto;
}

.h50 {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}
.h150 {
	width: 100%;
	height: 150px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#box{ width:100%;  overflow: auto; position:relative;}
/*PC导航*/
header{ width:100%; height: 130px;background: #fff;}
._top{
	height: 35px;
	width: 100%;
	background: #4d4949;
	
}
._top p{
	width: 1200px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
}
._top p span{
	font-size: 16px;
	background: url(images/tel.jpg) left center no-repeat;
	padding-left: 30px;
	color: #fff;
	float: right;
}

.top2{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.top2 img{
	margin: 10px;
	float: left;
}
.top2 ul{
	width:800px;
	height: 100px;
	float: right;
}
.top2 ul li{
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	float: left;
}
.top2 ul li a{
	color: #333;
	text-decoration: none;
}
.top2 ul li .curument {
	color: #fff;
	font-weight: bold;
	background: #cc0000;
	width: 112px;
	height: 100px;
	line-height: 100px;
	display: block;
}




#main1200 {
	width: 1200px;
}

#pro_box{
	width: 100%;
	height: 1000px;
	
}
.pro_tt {
	width: 1200px;
	height: 80px;
	text-align: center;
	margin: 0px auto;

}

.pro_tt h2 {
	font-size: 30px;
	color: #cc2222;
	line-height: 60px;
	text-align: center;
	width: 300PX;
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	margin: 0 auto;
}
.pro_tt h2 span{
	font-size: 20px;
	color: #333;
	font-weight: normal;
}


.lei {
	width: 950px;
	margin: 20px auto;
}

.lei ul li {
	float: left;
	text-align: center;
	margin: 0px 10px;
}

.lei ul li a {
	text-align: center;
	color: #333;
	font-size: 22px;
	display: block;
	border: solid 1px #ccc;
	padding: 5px 10px;
}

.lei ul li a:hover {
	float: left;
	text-align: center;
	color: #cc0000;
}
.lei ul li .curument {
	font-weight: bold;
	color: #cc0000;
	background: url(images/lei2.png) top left no-repeat;
}


.case_box{
	width: 100%;
	height: 715px;
	background: url(images/bg1.jpg) top center no-repeat;
}
.case{
	width: 1200px;
	height: 500px;
	margin: 0px auto;
}
.case_l{
	width: 300px;
	height: 500px;
	background: url(images/case1.jpg) top left no-repeat #cd0c0c;
	float: left;
}
.case_r{
	width: 900px;
	height: 500px;
	float: left;
}

.case_r ul {
	width: 900px;
	height: 550px;
	margin: 0 auto;
}

.case_r ul li {
	float: left;
	width: 285px;
	height:240px;
	background: #fefd7e;
	margin:0px 5px 10px 5px;
	overflow: hidden;
	display: block;
}
.case_r ul li a img{
	width: 285px;
	height: 240px;
	overflow: hidden;
	display: block;
}
.case_r ul li a span{
}
.case_r ul li:hover a span{
	width:275px;
	height: 60px;
	text-align:left;
	line-height: 30px;
	color: #333;
	background:url(images/33.png) right center no-repeat;
	position: relative; 
	z-index:11;
	bottom:60px;
	display:block;
	padding-left:10px;
	
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);		/* IE 9 */
	-webkit-transform: translate(0px,0px);	/* Safari and Chrome */
	-o-transform: translate(0px,0px);		/* Opera */
	-moz-transform: translate(0px,0px);	
	-webkit-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-o-transition:all .0.4s linear;
	-ms-transition:all 0.4s linear;
	transition:all 0.4s linear;
	overflow:hidden
}
.case_r ul li:hover a span p{ font-size:12px; color:#999;}
/**
.case_r ul li img {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.case_r ul li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
**/





.about {
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px;
	background:url(images/bg2.jpg);
}
.about h2{
	font-size: 30px;
	color: #cc0000;
	line-height: 60px;
	text-align: center;
	background: url(images/11.jpg) bottom center no-repeat;
}
.about h3{
	color: #333; font-size: 26px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 50px;
}
.about p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	width: 1200px;
	margin: 0px auto;
	
}
.ys{
	width: 1000px;
	height: 160px;
	margin: 0px auto;
}
.ys dl{
	width: 200px;
	height: 160px;
	float: left;
	ition: 0.4s;

}
.ys dl dt{ 
	width:110px;
	height: 95px;
	text-align: center;
	padding-top: 15px;
	border: solid 2px #eb090a;
	-webkit-border-radius:50%;
	background: #fff;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}
.ys dl dt img{ padding-top:15px;}
.ys dl dd{
	width: 110px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #333;
}
.ys dl dt:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background:#eb090a;
}
.ys dl dt:hover img.desaturate{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}




#news_box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


.sylx{
	width: 420px;
	height: 400px;
	float: left;
	background: #f7f7f7;
}
.sylx h2{
	width: 390px;
	height: 106px;
	background: url(images/22.jpg) top left no-repeat;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 106px;
	padding-left: 30px;
}
.sylx h2 span{
	font-size: 20px;
	color: #fff;
}
.sylx p{
	color: #333;
	line-height: 30px;
	font-size: 16px;
	padding: 0px 20px;
}
.sylx b{
	font-size: 20px;
}



#news_box .xw_nr {
	width: 600px;
	height: 400px;
	float: left;
}

.sv_info4 li {
	width: 570px;
	height: 90px;
	border-bottom: solid 1px #ccc;
	float: left;
	margin: 0px 0px 10px 0px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}
.sv_info4 li:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.xwbox{ border-bottom:solid 3px #eee; padding-top:20px; height:140px;}
.xwleft{ width:218px; height:128px; float:left;}
.xwleft img{width:200px; height:110px;padding:5px; border:solid 1px #ddd;}


.xw14hui {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	padding: 0px;
}

.xwbox h2 {
	color: #000;
}

.xwbox h2 a {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	text-align: left;
}

.xwtitle a:hover {
	color: #ff0000;
}
.xw_time{ font-size:14px; color:#999;}
.xwbox2{ width:750px; height:45px; border-bottom:dashed 1px #ddd;}
.xwbox2 .tt2{ width:650px; height:45px; line-height:45px; float:left; color:#333;}
.xwbox2 .time2{ width:100px; height:50px; line-height:45px; font-size:14px; color:#999;}




footer {
	width: 100%;
	height: 70px;
	background:#c00202;
}
.foot {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}





.foot_l {
	width: 900px;
	height: 70px;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 70px;
	color: #fff;
}
.foot_l a{
	color: #fff;
	text-decoration: none;
}

.foot_bg2{color:#fff; text-align:center;font-size:14px;width: 230px;height: 70px;float:right;}
.foot_bg2 a{color:#d2e3e7;}
.foot_bg2 a:hover{ color:#fff;}
.foot_bg2 span{color:#d2e3e7;}
.foot_bg2 .wrap{ text-align:center;}
.foot_bg2 .tel{ display:inline-block; width:52px; height:52px; background:url(images/tel.png) no-repeat; margin-left:10px; margin-right:10px; margin-top:10px; vertical-align:top;}
.foot_bg2 .tel:hover .ewm2{ display:block;}
.foot_bg2 .qq{ display:inline-block; width:52px; height:52px; background:url(images/qq.png) no-repeat; margin-left:10px; margin-right:10px; margin-top:10px; vertical-align:top;}
.foot_bg2 .qq:hover{transition:all 0.3s;filter: Alpha(Opacity=80);opacity: 0.8;}
.foot_bg2 .weixin{ display:inline-block; width:52px; height:52px; background:url(images/weixin.png) no-repeat; margin-left:10px; margin-right:10px; margin-top:10px;vertical-align:top;}
.foot_bg2 .weixin:hover .ewm{ display:block;}
.foot_bg2 .ewm{width:203px; height:201px;margin-top:-200px; position:absolute; margin-left:-74px; display:none; text-align:left; border:solid 1px #ccc; background:#fff;}
.foot_bg2 .ewm img{ margin-left:24px; margin-top:22px; width:150px; height:150px; }

.foot_bg2 .ewm2{width:210px; height:150px;margin-top:-200px; position:absolute; margin-left:-74px; display:none; text-align:left; border:solid 1px #ccc; background:#fff;}
.foot_bg2 .ewm2 img{ width:201px; height:135px; }

/*内页样式*/

#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.ny_left {
	width: 270px;
	height: auto;
	float: left;
	margin-right: 30px;
}

.ny_right {
	width: 900px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	border-bottom: solid 1px #ccc;
	width: 930px;
	margin-bottom: 30px;
}

.bass a {
	color: #cc0000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.bass100 {
	height: 60px;
	border-bottom: solid 1px #ccc;
	width: 100%;
	margin-bottom: 30px;
}

.bass100 p {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	font-size: 16px;
	color: #666;
}

.bass100 p a {
	color: #cc0000;
	text-decoration: none;
	font-size: 18px;
}

.nr16 {
	width: 930px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	width: 930px;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}

.pc_tt {
	background: #cc0000;
	color: #fff;
	width: 220px;
	height: 50px;
	font-size: 20px;
	padding-left: 30px;
	line-height: 50px;
}

.left_cplei {
	width: 248px;
	height: auto;
	border: solid 1px #ccc;
	margin-bottom: 20px;
}

.left_cplei ol li {
	width: 230px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei ol li a {
	color: #000;
	text-decoration: none;
	width: 238px;
	height: 35px;
	font-size: 16px;
	color: #000;
	line-height: 35px;
	display: block;
	padding-left: 10px;
}

.left_cplei ol li a:hover {
	color: #ff0000;
}

.lx_nr {
	width: 218px;
	height: auto;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 15px;
}

.nyba {
	width: 100%;
	height: 210px;
}



.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}


/*首页新闻*/

.ny_news a {
	width: 880px;
	height: 120px;
	padding: 10px;
	margin: 0px auto 20px auto;
	border: solid 1px #ddd;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	display: block;
}

.nyxw_left {
	width: 200px;
	height: 120px;
	float: left;
}

.nyxw_left img {
	width: 180px;
	height: 100px;
	padding: 5px;
	border: solid 1px #ddd;
}

.nyxw_right {
	width: 680px;
	height: 120px;
	float: left;
}

.ny_news a h2 {
	width: 680px;
	height: 30px;
	color: #00af35;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}

.ny_news a p {
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #666;
}

.ny_news a:hover {
	color: #666;
	transform: scaleX(1.1) scaleY(1.1);
	-webkit-box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
	-moz-box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
	box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
}

.news36 {
	color: #5f5f5f;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.news16 {
	color: #909090;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/



.cppic {
	width: 280px;
	height: 420px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 276px;
	height: 370px;
	border: solid 2px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 276px;
	height: 370px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #cc2222;
	color: #fff;
	font-size: 20px;
}
.cppic dl dd a{ 
	font-size: 16px;
	font-weight: normal;
}

.cppic a:hover dl dd {
	background: #eee;
	width: 280px;
	height: 40px;
	color: #000;	
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin: 10px;
	border: solid 1px #ddd;
}

.news_l {
	width: 220px;
	height: 180px;
	float: left;
}

.news_l img {
	width: 200px;
	height: 160px;
	margin: 10px;
}

.news_r {
	width: 680px;
	height: 180px;
	float: left;
}

.news_tt {
	font-size: 18px;
	color: #000;
}

.news_tt a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news_tt a:hover {
	color: #ff0000;
}

.news_nr {
	font-size: 16px;
	color: #666;
	line-height: 27px;
}

.news_time {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1190px;
	height: 40px;
	background: #cc0000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #cc0000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}


.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}