	@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}


/*
.left{ float:left;}
.right{ float:right;}
 */

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}


/* header */

#header {
	width: 100%;
	height: 150px;
	background: #fff;
}

.top2 {
	width: 100%;
	height: 40px;
	background: #f1f1f1;
}
.top2 p{
	width: 1180px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	background: url(../img/top-tel.jpg) left center no-repeat;
	padding-left: 20px;
}
.top2 p a{
	color: #666;
}
.top2 p span{
	float: right;
}
.top2 .china{
	font-size: 14px;
	color: #666;
	background: url(../img/china.jpg) left center no-repeat;
	padding-left: 40px;
}
.top2 .en{
	font-size: 14px;
	color: #666;
	background: url(../img/en.jpg) left center no-repeat;
	padding-left: 40px;
}



.top {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}
.top-l{padding-top: 10px;
	float: left;
	margin-right: 150px;}

.top-r{
	float: right;
}
.top-r img{ text-align: right; padding-top: 10px;
margin-left: 400px;}
.navrr {
	height: 60px;
	
	
}

.navrr li{
	position: relative;
	float: left;
	height: 50px;
	width: 103px;
	text-align: center;
}

.navrr li a {
	height: 50px;
	width: 103px;
	font-size: 18px;
	color: #000;
	line-height: 50px;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	
	
}
.navrr li a:hover{
	
	color: #fff;
}
.navrr li:after{
	content: "";
	background: url(../img/navbg.jpg) bottom left no-repeat;
	opacity: 0;
	width: 0px;
	height: 50px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	
	
}
.navrr li:hover:after{
	content: "";
	background: url(../img/navbg.jpg) bottom left no-repeat;
	width: 103px;
	height: 50px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: 1;
	
	
}




#home-about{
	width: 1200px;
	overflow: hidden;
	padding-top: 70px;
	margin: 50px auto;
}
#home-about h2{
	color: #0355ac;
	text-align:left;
	font-size: 38px;
}
#home-about h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 40px;
}
#home-about h3:after{
	content: "";
	width: 100px;
	height: 5px;
	background: #0355ac;
	display: block;
}
#home-about img{
	float:right;
	margin-left: 30px;
}
#home-about>p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
#home-about a{
	background: #cc0000;
	width: 150px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
#home-about a:hover{
	color: yellow;
}




/* 产品 */

#home-pro{
	width: 100%;
	height: 1000px;
	background:url(../img/img2.jpg) top center no-repeat #e6e6e6;
}
#home-pro h2{
	font-size: 44px;
	color: #e00000;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	padding-top: 100px;
}
#home-pro h2 span{
	color: #0968cb;
}
#home-pro h3{
	font-size: 16px;
	color: #666;
	text-align: center;
	font-weight: normal;
	line-height: 27px;
	padding-top: 20px;
}
#pro-box1{
	width: 1200px;
	height: 500px;
	margin: 50px auto;
}
#pro-box1 li{
		width: 380px;
		height: 330px;
		background: #fff;
		margin: 10px;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		position: relative;
		
}
#pro-box1 li img{
		width: 380px;
		height: 280px;
		padding: 0;
		margin: 0;
}
#pro-box1 li p a{
	 position: absolute;
		width: 100%;
		line-height: 25px;
		font-size: 18px;
		height: 50px;
		overflow: hidden;
		line-height: 50px;
		text-align: center;
		padding: 0;
		margin: 0;
		color: #fff;
		bottom: 0;
		background:url(../img/img2.png) 340px center no-repeat #0355ac;
}
#pro-box1 li p a:hover{
	background:url(../img/img2.png) 340px center no-repeat #0065cb;
	color: #fff !important;
	
	
}


#home-case{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}

.case-tt{
	width: 320px;
	height: 650px;
	background: #ce130a;
	float: left;
	padding-left: 50px;
}
.case-tt h2{
	font-size: 42px;
	color: #fff;
	text-align: left;
	padding-top: 50px;
	margin-right: 20px;
}
.case-tt h3{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 130px;
	background: url(../img/img1.jpg) left bottom no-repeat;
	margin-bottom: 50px;
}
.case-tel{
	background: url(../img/tel.png) left 10px no-repeat;
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	padding-left: 40px;
}
.case-tel p{
	font-size: 40px;
	font-family: impact;
	padding: 0;
	margin: 0;
}
.case-map{
	background: url(../img/map.png) left 10px no-repeat;
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	padding-left: 40px;
}
.case-map p{
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.case-cont{
	width: 830px;
	overflow: hidden;
	float: right;
}
.case-cont dl{
	float: left;
	width: 390px;
	height: 310px;
	margin: 10px;
	
}
.case-cont dl dt{
	width: 390px;
	height: 270px;
    display: block;
	overflow: hidden;	
}
.case-cont dl dt img{
	width: 390px;
	height: 270px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.case-cont dl dd{
	width: 390px;
	height: 40px;
	background: #555;
	text-align: center;
	
}
.case-cont dl dd a{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.case-cont dl:hover dt img{
	transform: scale(1.2);
}




#home-ys{
	width: 100%;
	height: 545px;
	overflow: hidden;
	background: url(../img/about_bg.jpg) top center no-repeat;
}
#home-ys ul{
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}
#home-ys ul li{
	width: 265px;
	height: 400px;
	background:url(../img/ime3.jpg) bottom repeat-x;
	float: left;
	margin: 15px;
	position: relative;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#home-ys ul li img{
	position: absolute;
	top: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: solid 2px #666;
	margin-left: 20px;
}
#home-ys ul li:hover{
	width: 265px;
	height: 400px;
	background:url(../img/ime3.jpg) bottom repeat-x;
	float: left;
	margin: 15px;
	position: relative;
}
#home-ys ul li:hover img{
	position: absolute;
	top: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: solid 2px #666;
	margin-left: 20px;
}
#home-ys ul li h3{
	font-size: 18px;
	color: #999;
	text-align: center;
	padding-top: 220px;
	line-height: 30px;
	font-weight: normal;
}
#home-ys ul li h2{
	font-size: 24px;
	color: #0968cb;
	text-align: center;
	line-height: 40px;
}
#home-ys ul li h2:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #333;
	display: block;
	margin: 0 auto;
}
#home-ys ul li p{
	font-size: 16px;
	text-align: center;
	
	line-height: 35px;
}





#home-news{
	width: 100%;
	height: 630px;
	margin: 0 auto;
}
#home-news h2{
	font-size: 36px;
	color: #0355ac;
	line-height: 30px;
	text-align:center;
	margin-top: 50px;
}
#home-news h2 span{
	color: #e20a00;
}
#home-news h3{
	font-size: 18px;
	color: #666;
	padding: 0;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 30px;
}
#home-news h3:after{
	content: "";
	width: 50px;
	height: 3px;
	background: #0968cb;
	display: block;
	margin: 0 auto;
}


#home-news ul{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
#home-news ul li{
	width: 365px;
	margin: 10px 15px;
	float: left;
	padding-bottom: 20px;
}
#home-news ul li img{
	width: 365px;
	height: 250px;
}
#home-news ul li h4{
	font-size: 18px;
	color: #333;
	border-bottom: solid 1px #ddd;
	font-weight: normal;
	line-height: 50px;
	padding-left: 20px;
}
#home-news ul li p{
	font-size: 14px;
	line-height: 25px;
	padding: 10px;
}

#home-news .more{
	width: 60px;
	height: 25px;
	border: solid 1px #ccc;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #666;
	padding: 0;
	margin-left: 10px;
}
#home-news .more a{
	width: 60px;
	height: 25px;
	display: block;
	color: #666;
	text-decoration: none;
}
#home-news .more a:hover{
	color: #fff;
	background: #008cdb;
}
#home-news ul li:hover{
	box-shadow: 0 0px 20px rgba(102, 102, 102, .35);
}



#home-link{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
#home-link h2{
	width: 1200px;
	height: 40px;
	border-bottom: solid 1px #333;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}
#home-link p{
	font-size: 16px;
	color: #666;
}
#home-link p a{
	color: #666;
	padding:0px 10px;
	line-height: 50px;
}
/* footer */



#footer{
	width: 100%;
	overflow: hidden;
	background:#333333;
}
#footer ul{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
#footer ul li{
	float: left;
	text-align: left;
	padding-top: 50px;
}
#footer ul li p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
#footer ul li:nth-of-type(1){
	width: 400px;
}
#footer ul li:nth-of-type(2){
	width: 600px;
}
#footer ul li:nth-of-type(3){
	width: 200px;
}





#copy {
	width: 1200px;
	height: 60px;
	background: #333;
	font-size: 16px;
	color: #a1a1a1;
	line-height: 60px;
	text-align: center;
	border-top: solid 2px #737373;
	margin: 30px auto 0;
}

#copy a {
	color: #fff;
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
}


/*内页样式*/

#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 270px;
	height: auto;
	float: left;
}

.ny_right {
	width: 930px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	border-bottom: solid 1px #ccc;
	width: 930px;
	margin-bottom: 30px;
}

.bass a {
	color: #0065cb;
	text-decoration: none;
	font-size: 16px;
	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: #066eca;
	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: #0065cb;
	color: #fff;
	width: 210px;
	height: 50px;
	font-size: 20px;
	padding-left: 30px;
	line-height: 50px;
}

.left_cplei {
	width: 240px;
	height: auto;
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 5px 0px;
	box-sizing: border-box;
}

.left_cplei li {
	width: 215px;
	height: 40px;
	background: #ddd;
	margin: 5px auto;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
}

.left_cplei li a {
	padding-left: 20px;
	color: #333;
}

.left_cplei li a:hover {
	color: #cc0000;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #000;
	line-height: 35px;
	display: block;
	padding-left: 10px;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.lx_nr {
	width: 240px;
	height: auto;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 15px;
	box-sizing: border-box;
}

.nyba {
	width: 100%;
	height: 450px;
	background: url(../img/nybanner.jpg) top center no-repeat #333;
}

.ny_news2 {
	width: 900px;
	height: 50px;
	border-bottom: solid 1px #ddd;
}

.ny_news2 .ny_news_tt {
	font-size: 18px;
	color: #333;
	line-height: 50px;
	width: 800px;
	float: left;
}

.ny_news2 .ny_news_tt a {
	color: #333;
}

.ny_news2 .ny_news_tt a:hover {
	color: #ff0000;
}

.ny_news2 .ny_news_time {
	font-size: 14px;
	color: #999;
	line-height: 50px;
	width: 100px;
	float: left;
}

.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: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	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: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.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;
	overflow: hidden;
}

.news_l {
	width: 220px;
	height: 180px;
	float: left;
}

.news_l img {
	width: 200px;
	height: 160px;
	margin: 10px;
}

.news_r {
	width: 660px;
	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: 1200px;
	height: 40px;
	background: #666;
	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: #666;
	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;