@charset "utf-8";
body {
	background: #f4f4f4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
}

li,
a {
	list-style-type: none;
	transition: all 0.6s linear 0s;
}

ol,
ul,
dl,
dd,
dt,
p.li {
	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;
}

.h100 {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#top_box {
	width: 100%;
	height: 40px;
	background: #4e4e4e;
}

#top_box .top {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

#top_box .top .top-l {
	width: 1000px;
	height: 40px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

#top_box .top .top-r {
	width: 200px;
	height: 40px;
	float: left;
}

.top-r a {
	color: #fff;
	text-decoration: none;
}

.top-r a:hover {
	color: #cc0000;
}

.en {
	background: url(../images/en.jpg) left center no-repeat;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding-left: 30px;
	margin-right: 10px;
}

.china {
	background: url(../images/china.jpg) left center no-repeat;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding-left: 30px;
}

#top2 {
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	padding: 10px 0px;
}

#top2 img {
	margin-right: 150px;
	float: left;
}

#top2 ul {
	width: 700px;
	float: right;
}

.menubg {
	width: 1200px;
	height: 55px;
	min-width: 1200px;
}

.menuol {
	width: 1200px;
	margin: 0 auto;
	height: 55px;
}

.menuol ul li {
	line-height: 70px;
	float: left;
	margin: 0px 40px;
	position: relative;
	z-index: 9999;
}

.menuol ul li a {
	color: #333;
	font-weight: normal;
	font-family: impact;
	font-size: 20px;
	text-decoration: none;
}

.menuol ul li a:hover {
	color: #cc0000;
}

.menuol ul li div.menuli a:hover {
	color: #cc0000;
	background: #444;
	height: 40px;
	font-weight: normal;
}

.menuol ul li div.menuli {
	width: 200px;
	background: #444;
	display: none;
	position: absolute;
	z-index: 500;
	top: 60px;
	left: 0px;
	text-align: left;
	font-weight: normal;
}

.menuol ul li div.menuli a {
	font-size: 16px;
	display: block;
	font-family: arial;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	width: 180px;
	border-bottom: solid 1px #696969;
	padding-left: 20px;
}


/**********************************************************/

.dian {
	width: 150px;
	height: 20px;
	margin: 0 auto;
	position: absolute;
	bottom: 10%;
	left: 50%;
}

.dian span {
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 0px 10px;
	float: left;
	border-radius: 50%;
}

.cat {
	background: #cc0000 !important;
}

#banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top:10px;
}

#banner ul {
	width: 100%;
}

#banner ul li {
	width: 100%;
	height: 676px;
}

#banner ul li img {
	display: block;
	margin: 0 auto;
}

.home-lei {
	width: 1200px;
	height: 340px;
	margin: 0 auto;
}

.home-lei dl {
	width: 298px;
	height: 300px;
	margin: 20px 1px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
	background: #ddd;
}

.home-lei a {
	text-decoration: none;
}

.home-lei a dl dt {
	width: 298px;
	height: 240px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
}

.home-lei a dl dt img {
	max-width: 298px;
	display: block;
	margin: 0 auto;
	border: 0;
	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;
}

.home-lei a dl dd {
	width: 298px;
	height: 50px;
	background: #ddd;
	color: #848484;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-family: impact;
	font-size: 18px;
}

.home-lei a:hover dl dd {
	color: #cc0000;
}

.home-lei a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#news_box {
	width: 100%;
	height: 500px;
	margin: 30px auto 0 auto;
	padding: 50px 0px;
	background: url(../images/home-newsbg.jpg);
}
.news_box{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
.news_tt2 {
	width: 1200px;
	height: 40px;
	text-align: center;
	margin: 20px auto;
}

.news_tt2 h3 {
	width: 1200px;
	font-size: 32px;
	color: #666;
	line-height: 30px;
	text-align: center;
	padding: 0;
	font-family: Impact;
}

.video {
	width: 560px;
	height: 400px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	position: relative;
}

.video img {
	width: 560px;
	height: 400px;
}

.home-news-first{
	width: 560px;
	height: 100px;
	background: rgba(0,0,0,.5);
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
}
.home-news-first strong{
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding: 0px 20px;
}
.home-news-first strong a{
	color: #fff;
	text-decoration: none;
}
.home-news-first p{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 0px 20px;
	margin: 0;
}

#news_box .xw_nr {
	width: 600px;
	height: 400px;
	float: right;
}

.sv_info4 li {
	width: 600px;
	height: 90px;
	border: dashed 1px #ccc;
	float: left;
	margin: 0px 0px 10px 0px;
}

.xwleft {
	background: #888;
	width: 70px;
	height: 70px;
	margin: 10px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.xwleft p {
	font-size: 22px;
	width: 70px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-top: 10px;
}

.xw14hui {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	padding: 0px 20px;
	height: 130px;
	margin: 0;
}

.xwtitle {
	color: #000;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0;
}

.xwtitle a {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-decoration: none;
}

.xwtitle a:hover {
	color: #ff0000;
}

#footer {
	width: 100%;
	height: 250px;
	background: url(../images/foot-bg.jpg) top repeat-x #4e4e4e;
}

.foot {
	width: 1200px;
	height: 200px;
	margin: 0px auto;
	padding-top: 30px;
}

.foot-l {
	width: 400px;
	height: 200px;
	/*	margin-top: 20px;*/
	float: left;
}

.foot-l p {
	font-size: 16px;
	color: #fff;
	padding-left: 50px;
	margin: 0;
	line-height: 30px;
}

.share {
	padding-left: 45px;
	margin-top: 5px;
}

.foot-r {
	width: 800px;
	/*	margin-top: 20px;*/
	float: left;
}

.foot-r li {
	width: 200px;
	float: left;
	height: 200px;
}

.foot-r li h2 {
	font-size: 22px;
	font-family: impact;
	color: #afafaf;
	font-weight: normal;
	height: 25px;
	padding: 0;
	margin: 0;
}

.foot-r li p {
	padding: 0;
	margin: 0;
}

.foot-r li p a {
	font-size: 16px;
	line-height: 25px;
	color: #ddd;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.foot-r li p a:hover {
	color: #cc0000;
}

.biaodan {
	width: 570px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #00a0e9;
	float: left;
	color: #333;
	font-size: 18px;
	margin: 8px;
	padding-left: 10px;
}

.Submit {
	background: #fff100;
	width: 1200px;
	height: 50px;
	margin: 10px auto;
	border: 0;
	color: #000;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


/*内页样式*/

#ny-posite {
	
	line-height: 50px;
	width: 100%;
}

#ny-posite p {
	width: 96%;
	margin: 0 auto;
	line-height: 50px;
	color: #333;
	font-size: 20px;
	background: url(../images/right11.png) left center no-repeat;
	font-family: impact;
	padding-left: 35px;
	border-bottom: solid 2px #c30000;
}

#ny-posite p a {
	color: #333;
	text-decoration: none;
}

#ny-ba {
	width: 100%;
	height: 200px;
	font-size: 30px;
	color: #333;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	margin-bottom: 30px;
}

#ny-ba p {
	width: 1200px;
	line-height: 200px;
	margin: 0 auto;
}

#ny-ba-img img {
	display: block;
	margin: 20px auto;
	width: 100%;
	height: 200px;
}

.main1200 {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.he20{
	height: 20px;
}
.left-box{
	border: solid 1px #ccc;
	box-shadow: 0 0px 20px rgba(102, 102, 102, .5);
	width: 320px;
	overflow: hidden;
}
.left-pro-tt{
	background: url(../images/left11.jpg) left center no-repeat;
	height: 50px;
}
.ny-left {
	width: 320px;
	margin-right: 20px;
	float: left;
	height: 1000px;
	
}

.ny-right {
	width: 810px;
	overflow: hidden;
	float: right;
	border: solid 1px #ccc;
	box-shadow: 0 0px 20px rgba(102, 102, 102, .5);
	padding: 20px;
	margin-bottom: 30px;
	
}

.ny-left-tt {
	width: 300px;
	height: 40px;
	margin: 20px 15px;
	
}
.ny-left-nr{
	width: 300px;
	border: solid 1px #f0f0f0;
	box-sizing: border-box;
}
.ny-left-nr a {
	width: 240px;
	height: 40px;
	line-height: 40px;
	background:#d3d3d3;
	font-size: 16px;
	padding-left: 50px;
	display: block;
	text-decoration: none;
	color: #000;
	margin: 10px 15px;
	font-weight: bolder;
}

.ny-left-nr a:hover {
	background: #a21d30;
	color: #fff;
}
.ny-left-nr p{
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding-left: 30px;
}

.ny-left-nr-lx {
	background: #f4f4f4;
	font-size: 14px;
	line-height: 25px;
	padding: 10px;
}

.main1200 h3 {
	background: #585657;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	padding-left: 10px;
}

.ny-news {
	width: 100%;
}

.ny-news li {

	width: 96%;
	height: 100px;
	border-bottom:  dashed 1px #666;
	margin: 10px auto;
	display: block;
	text-decoration: none;
	padding-bottom: 20px;
	padding-top: 20px;
}

.ny-news li h2 {
	font-size: 20px;
	color: #555;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 20px;
	font-family: impact;
	font-weight: normal;
}

.ny-news li h2 a {
	font-size: 20px;
	color: #555;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.ny-news li p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

.ny-news img {
	float: left;
	margin-right: 20px;
	width: 150px;
	height: 100px;
	box-shadow: 0 0px 20px rgba(102, 102, 102, .7);
}


/*页码*/

.list_page {
	text-align: center;
	margin: 10px;
	display: block;
	width: 780px;
}

.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}

.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}

.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}

.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}

.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}

.pian {
	width: 750px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 330px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}

.pian li a {
	color: #000;
	text-decoration: underline;
}

.web {
	width: 100%;
	background: #eee;
	color: #000;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	margin: 0px auto;
}
#pro-posite{
	width: 1170px;
	height: 70px;
	background: url(../images/home.jpg) left center no-repeat;
	margin: 0 auto;
	line-height: 70px;
	padding-left: 30px;
}
#pro-posite a{
	color: #333;
	text-decoration: none;
}
#pro-posite a:hover{
	color: #a81f33;
}



.ny-pro {
	width: 96%;
	height: 180px;
	border-bottom:  dashed 1px #666;
	margin: 10px auto;
	display: table;
	text-decoration: none;
	padding-bottom: 20px;
	padding-top: 20px;
	
}

.ny-pro h2 {
	font-size: 20px;
	color: #555;
	text-decoration: none;
	font-family: impact;
	font-weight: normal;
	height: 30px;
	padding: 0;
	margin: 0;
}
.ny-pro h2 a{
	color: #555;
	text-decoration: none;
}
.ny-pro h2 a:hover{ color: #cc0000;}

.ny-pro p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
.ny-pro>a{float: left;}
.ny-pro>a img {
	
	margin-right: 20px;
	width: 250px;
	height: 170px;
	box-shadow: 0 0px 20px rgba(102, 102, 102, .7);
}
.ny-pro .more{
	width: 80px;
	height: 20px;
	background: #ccc;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	display: block;
	border-radius: 15px;
	float: right;
	margin: 0;
	padding: 0;
}
.ny-pro .more a{
	color: #555;
	text-decoration: none;
}
.ny-pro .more:hover{
	background: #c30000;
	color: #fff;
}
.ny-pro .more:hover a{
	color: #fff;
}

#cpr h1 {
	text-align: left;
	margin: 0px auto 20px auto;
	line-height:50px;
	border-bottom: solid 2px #c30000;
	font-family: impact;
	color: #333;
	font-size: 20px;
	background: url(../images/right22.png) left center no-repeat;
	padding-left: 45px;
}

#goodsshow{
	width: 810px;
	height: 280px;
	background: #f0f0f0;
	overflow: hidden;
	
}
#goodsshow>img{
	float: left;
	margin-right: 20px;
	width: 400px;
	height: 272px;
	border: solid 2px #ddd;
	box-sizing: border-box;
}
#goodsshow>p{
	font-size: 16px;
	line-height: 25px;
	color: #666;
	padding: 10px 20px 0px 20px;
	margin: 0;
}
#goodsshow p span{
	width: 152px;
	height: 40px;
	margin: 0px 5px;
	display: block;
	float: left;
	text-align: center;
}
#goodsshow p span a{
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	
}
._intro{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	height: 200px;
	overflow: hidden;
}
