/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec7324;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}


/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: microsoft yahei, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #f5f5f5;
}

html {
	min-width: 1200px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #cf010e;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

.banner,
.pro_list,
.p_detail_1,
.p_detail_2,
.p_detail_4,
.p_buy,
.p_list,
.page {
	cursor: default;
	width: 1200px;
	margin: 0px auto;
}

#header .top {
	height: 80px;
	background-color: #000000;
}

#header .top .logo {
	float: left;
	width: 37%;
	margin-left: 3%;
}

#header .top .logo a {
	display: block;
	width: 300px;
	margin-top: 7px;
}

.top .nav {
	float: left;
	width: 35%;
	margin-top: 5px;
}

.top .nav li {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.top .nav li a {
	display: block;
	line-height: 60px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 10px;
	transition: .3s;
}

.top .nav li a:hover{
	cursor: pointer;
	background-color: #ff8029;
	transform: scale(1.1);
}

.top .search {
	color: #FFFFFF;
	float: left;
	width: 17%;
	line-height: 80px;
	margin-left: 1%;
	margin-right: 2%;
}

.top .search .s_ico {
	background: url(/images/search_ico.gif) no-repeat left center;
	padding-left: 40px;
	margin-left: 10px;
}

.top .search a {
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	transition: .3s;
}

.top .search a:hover{
	color: #FF8029;
	font-weight: bold;
}

#header .h_nav {
	height: 143px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 38px;
}

.h_nav ul {
	width: 800px;
	margin: 0px auto;
	padding-top: 20px;
}

.h_nav ul li {
	float: left;
	width: 15%;
	margin: 0.83%;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}

.h_nav ul li a {
	color: #595556;
	font-size: 14px;
	width: 78px;
	display: block;
}

.h_nav ul li a:hover {
	color: #ed7224;
}

.h_nav ul li i {
	width: 78px;
	height: 64px;
	display: block;
	background: url(/images/nav_ico.gif) right 0px no-repeat;
}

.h_nav ul li .all i {
	background-position: left 0px;
}

.h_nav ul li .a1 i {
	background-position: right -64px;
}

.h_nav ul li .a2 i {
	background-position: right -128px;
}

.h_nav ul li .a3 i {
	background-position: right -192px;
}

.h_nav ul li .a4 i {
	background-position: right -256px;
}

.h_nav ul li .a5 i {
	background-position: right -320px;
}

.h_nav ul li .a1:hover i {
	background-position: left -64px;
}

.h_nav ul li .a2:hover i {
	background-position: left -128px;
}

.h_nav ul li .a3:hover i {
	background-position: left -192px;
}

.h_nav ul li .a4:hover i {
	background-position: left -256px;
}

.h_nav ul li .a5:hover i {
	background-position: left -320px;
}

#banner .banner {
	display: block;
	text-align: center;
	margin-bottom: 38px;
}

.pro_list {
	overflow: hidden;
	padding-bottom: 40px;
}

.pro_list ul {
	width: 101%;
}

.pro_list ul li {
	float: left;
	width: 49%;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-bottom: 3%;
}

.pro_list ul li .img {
	margin: 8px 27px;
	display: block;
	text-align: center;
}

.pro_list ul li .img img {
	width: 100%;
	transition: .5s;
}

.pro_list ul li .img img:hover{
	transform: scale(1.1);
	box-shadow: 1px 1px 2px 2px #999999;
	-webkit-box-shadow: 1px 1px 2px 2px #999999;
	-moz-box-shadow: 1px 1px 2px 2px #999999;
	-ms-box-shadow: 1px 1px 2px 2px #999999;
	-o-box-shadow: 1px 1px 2px 2px #999999;
}

.pro_list ul li .txt {
	padding-bottom: 10px;
	display: block;
	border-top: 1px solid #DDDDDD;
	margin: 0px 27px;
}

.pro_list ul li .buy {
	margin-top: 35px;
	margin-left: 25px;
	float: right;
	width: 30%;
	height: 10%;
	display: block;
	border: 1px solid #ff8029;
	color: #ff8029;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	transition: .5s;
}

.pro_list ul li .buy:hover {
	background-color: #ff8029;
	border-radius: 5px;
	color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px 2px #999999;
	-moz-box-shadow: 1px 1px 2px 2px #999999;
	-ms-box-shadow: 1px 1px 2px 2px #999999;
	-o-box-shadow: 1px 1px 2px 2px #999999;
}

.pro_list ul li .txt h4 {
	margin: 0px;
	font-size: 28px;
	line-height: 60px;
	color: #111;
	font-weight: normal;
}

.pro_list ul li .txt h4 b {
	font-weight: normal;
	color: #ff8029;
	display: inline-block;
	margin-left: 10px;
}

.pro_list ul li .txt i {
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

#pro_content {
	background-color: #FFFFFF;
}

#p_buy {
	width: 100%;
	height: 135px;
	background-color: #f6f6f6;
	padding-top: 15px;
	padding-bottom: 15px;
}

.p_buy {
	height: 130px;
	border-right: 1px solid #DDDDDD;
}

.p_buy .buy_btn {
	display: block;
	float: right;
	width: 195px;
	height: 60px;
	background-color: #ed7224;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	margin: 35px 5px 0 0;
	transition: .5s;
	
}

.p_buy .buy_btn:hover{
	color: #ff8029;
	background-color:#FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px 2px #999999;
	-moz-box-shadow: 1px 1px 2px 2px #999999;
	-ms-box-shadow: 1px 1px 2px 2px #999999;
	-o-box-shadow: 1px 1px 2px 2px #999999;
}

.p_buy p {
	font-size: 14px;
	margin: 0px;
	width: 42%;
	color: #757575;
}

.p_buy h6 {
	margin: 0px;
	line-height: 50px;
	color: #434343;
	font-size: 26px;
	padding-top: 15px;
	font-weight: normal;
}




.p_detail_2 .p_detail_2_pic{
	position: relative;
	margin-bottom: 100px;
}

.p_detail_2 .p_detail_2_pic li:nth-child(1){
	width: 292px;
	position: absolute;
	top: 12px;
	left: 126px;
}

.p_detail_2 .p_detail_2_pic li:nth-child(3){
	width: 250px;
	position: absolute;
	right: 170px;
	top: 22px;
}

.p_detail_2 .p_detail_2_pic li:nth-child(4){
	width: 250px;
	position: absolute;
	left: 86px;
	top: 376px;
}

.p_detail_2 .p_detail_2_pic li:nth-child(5){
	width: 250px;
	position: absolute;
	right: 110px;
	top: 380px;
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_1,.p_detail_2_pic_3,.p_detail_2_pic_4,.p_detail_2_pic_5{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	border: 1px solid #D4D4D4;
	background-color: #FFFFFF;
	margin: 0 auto;
	box-shadow: 2px 4px 4px 4px #999999;
	transition: .5s;
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_1:hover,.p_detail_2_pic_3:hover,.p_detail_2_pic_4:hover,.p_detail_2_pic_5:hover{
	transform: rotateY(180deg);
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_1 .p_detail_2_pic_1_min,.p_detail_2_pic_3_min,.p_detail_2_pic_4_min,.p_detail_2_pic_5_min{
	width: 232px;
	height: 232px;
	border-radius: 100%;
	margin: 9px auto;
	background-size: cover;
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_1 .p_detail_2_pic_1_min{
	background-image: url(/images/wjg/p1.jpg);	
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_3 .p_detail_2_pic_3_min{
	background-image: url(/images/wjg/p2.jpg);
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_4 .p_detail_2_pic_4_min{
	background-image: url(/images/wjg/p3.jpg);
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_5 .p_detail_2_pic_5_min{
	background-image: url(/images/wjg/p4.jpg);
}

.p_detail_2 .p_detail_2_pic .p_detail_2_pic_2{
	width: 234px;
	height: 708px;
	background-image: url(/images/wjg/ls.png);
	margin: 0 auto;
}

.p_detail_2_pic li p{
	text-align: center;
	font-size: 17px;
	color: #333333;
	margin: 20px 0 0;
}

.p_detail_3_min{
	width: 100%;
	height: 528px;
	overflow: hidden;
	margin-bottom: 12px;
}

.p_detail_3_min .p_detail_3_pic{
	width: 300%;
}

.p_detail_3_pic li{
	display: inline-block;
	animation: al 20s linear infinite;
	-webkit-animation: al 20s linear infinite;
	-moz-animation: al 20s linear infinite;
	-ms-animation: al 20s linear infinite;
	-o-animation: al 20s linear infinite;
}

@-webkit-keyframes al{
			0%,5%{transform:translateX(0);}
			10%,15%{transform:translateX(-320px);}
			20%,35%{transform:translateX(-640px);}
			40%,55%{transform:translateX(-960px);}
			60%,75%{transform:translateX(-1280px);}
			80%,95%{transform:translateX(-1600px);}
				100%{transform:translateX(-1920px);}
		}

@-moz-keyframes al{
			0%,5%{transform:translateX(0);}
			10%,15%{transform:translateX(-320px);}
			20%,35%{transform:translateX(-640px);}
			40%,55%{transform:translateX(-960px);}
			60%,75%{transform:translateX(-1280px);}
			80%,95%{transform:translateX(-1600px);}
			100%{transform:translateX(-1920px);}
		}
		
@-ms-keyframes al{
			0%,5%{transform:translateX(0);}
			10%,15%{transform:translateX(-320px);}
			20%,35%{transform:translateX(-640px);}
			40%,55%{transform:translateX(-960px);}
			60%,75%{transform:translateX(-1280px);}
			80%,95%{transform:translateX(-1600px);}
			100%{transform:translateX(-1920px);}
		}
		
@-o-keyframes al{
			0%,5%{transform:translateX(0);}
			10%,15%{transform:translateX(-320px);}
			20%,35%{transform:translateX(-640px);}
			40%,55%{transform:translateX(-960px);}
			60%,75%{transform:translateX(-1280px);}
			80%,95%{transform:translateX(-1600px);}
			100%{transform:translateX(-1920px);}
		}

.p_detail_3_pic li .pic1,.pic2,.pic3,.pic4,.pic5,.pic6{
	width: 320px;
	height: 449px;
	background-size: cover;
	background-image: url(/images/pro/p8.jpg);
	margin-bottom: 5px;
}

.p_detail_3_pic li .pic2{
	background-image: url(/images/pro/p9.jpg);
}

.p_detail_3_pic li .pic3{
	background-image: url(/images/pro/p10.jpg);
}

.p_detail_3_pic li .pic4{
	background-image: url(/images/pro/p11.jpg);
}

.p_detail_3_pic li .pic5{
	background-image: url(/images/pro/p12.jpg);
}

.p_detail_3_pic li .pic6{
	background-image: url(/images/pro/p13.jpg);
}

.p_detail_3_pic li p{
	text-align: center;
	font-size: 24px;
}



.p_detail .t{
	position: relative;
}

.p_detail .t p{
	width: 168px;
	color: #111111;
	margin: 20px auto;
	font-size: 41px;
	font-weight: normal;
}

.p_detail .t:before{
	content: "";
	position: absolute;
	width: 475px;
	height: 1px;
	background-color: #D1D1D1;
	left: 0;
	top: 28px;
}

.p_detail .t:after{
	content: "";
	position: absolute;
	width: 475px;
	height: 1px;
	background-color: #D1D1D1;
	right: 0;
	top: 28px;
}

.p_detail table {
	font-size: 14px;
	color: #999;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	width: 600px;
	padding-top: 50px;
	margin-top: 50px;
}

.p_detail table tr {
	border: 0px;
}

.p_detail table td {
	border: 0px;
	padding: 15px;
	border-left: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
}

.p_detail table td b {
	color: #000000;
	font-size: 16px;
}

.p_detail p img {}

.p_slider {
	position: relative;
}

.p_slider .word {
	z-index: 11000;
	background-color: rgba(56, 133, 207, 0.5);
	padding: 20px;
	width: 560px;
	height: 160px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -100px;
	color: #FFFFFF;
	text-align: center;
}

.p_slider .word h6 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: normal;
}

.p_slider .word p {
	margin-top: 10px;
	text-align: left;
	margin: 0px;
	font-size: 18px;
	display: block;
	line-height: 28px;
}

.p_slider .word .more {
	font-size: 18px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 2px 10px;
	margin-top: 15px;
	display: inline-block;
	transition: .5s;
}

.p_slider .word .more:hover{
	background-color: rgba(236,115,36,0.8);
	transform: scale(1.1);
}

.prolists {}

.p_nav {}

.p_nav li {
	position: relative;
}

.p_nav li a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.p_nav li a:hover {
	background: url(/images/white_20.png) repeat;
}

.p_nav li .img,
.p_nav li .name {
	display: block;
	text-align: center;
}

.p_nav li .img img {
	width: 100%;
	height: initial;
}

.p_nav .li1,
.p_nav .li2,
.p_nav .li1 .img,
.p_nav .li1 .name,
.p_nav .li2 .img,
.p_nav .li2 .name {
	width: 50%;
	float: left;
}

.p_nav .li3,
.p_nav .li4,
.p_nav .li5 {
	width: 33.333%;
	float: left;
}

.p_nav .li1 .name,
.p_nav .li2 .name {
	font-size: 34px;
	padding-top: 15%;
}

.p_nav .li1 .name i,
.p_nav .li2 .name i {
	display: block;
	font-size: 18px;
	font-style: normal;
}

.p_nav .li3 .name,
.p_nav .li4 .name,
.p_nav .li5 .name {
	font-size: 34px;
	height: 100px;
	line-height: 100px;
	background-color: #fff4e0;
}

.p_nav .li3 .name i,
.p_nav .li4 .name i,
.p_nav .li5 .name i {
	font-size: 20px;
	margin-left: 10px;
	font-style: normal;
}

.p_nav .li1 {
	background-color: #f7f7f7;
}

.p_nav .li2 {
	background-color: #fdfbef;
}

.p_nav .li3 .name {
	background-color: #eaffe0;
}

.p_nav .li4 .name {
	background-color: #fff4e0;
}

.p_nav .li5 .name {
	background-color: #f7f7f7;
}


/*about*/

.about_img {}

.about_img p img {
	width: 100%;
	-webkit-box-shadow: 2px 4px 4px 2px #999999;
	   -moz-box-shadow: 2px 4px 4px 2px #999999;
		-ms-box-shadow: 2px 4px 4px 2px #999999;
		 -o-box-shadow: 2px 4px 4px 2px #999999;
			box-shadow: 2px 4px 4px 2px #999999;
}

.intro {}

.p_h4 {
	text-align: center;
	font-size: 45px;
	margin: 40px 0px;
	font-weight: normal;
	color: #111;
}

.p_intro {
	width: 900px;
	margin: 20px auto;
	text-align: left;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
}

.p_intro b {
	font-weight: normal;
	color: #ec7324;
	font-size: 26px;
	display: block;
	text-align: center;
}


/*about end*/

.prolists .p_title {}

.prolists .p_title h3 {
	font-size: 24px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 30px;
}

.prolists .p_title h3 em {
	font-style: normal;
	margin: 0px 5px;
	color: #ed7224;
	font-size: 24px;
}

.prolists .p_title h3 b {
	display: block;
	line-height: 28px;
	font-weight: normal;
}

.p_list {
	width: 1200px;
}

.p_list li {
	width: 30%;
	float: left;
	margin: 1.5%;
	border: 1px solid #EDEDED;
	transition: .5s;
}

.p_list li:hover{
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 2px #999999;
	-moz-box-shadow: 2px 2px 2px 2px #999999;
	-ms-box-shadow: 2px 2px 2px 2px #999999;
	-o-box-shadow: 2px 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px 2px #999999;
}

.p_list li a,
.p_list li .img,
.p_list li .name {
	display: block;
	text-align: center;
}

.p_list li .img img {
	width: 100%;
}

.p_list li .name {
	line-height: 80px;
	height: 80px;
	text-align: center;
	font-size: 18px;
}

.check_more {
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #EFEFEF;
	color: #333;
	border-radius: 26px;
	margin: 0px auto;
	display: block;
	font-size: 18px;
	transition: .5s;
}

.check_more:hover{
	transform: scale(1.1);
}

#footer {
	padding-top: 30px;
	background-color: #212121;
	color: #FFFFFF;
	padding-bottom: 50px;
}

#footer .address {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-right: 0%;
	margin-top: 15px;
}

#footer .foot_nav {
	float: left;
	width: 50%;
	margin-left: 2%;
	margin-right: 2%;
}

#footer .erweima {
	float: left;
	width: 20%;
	margin-right: 1%;
	margin-top: 10px;
}

#footer .foot_nav li {
	width: 18%;
	margin-left: 2%;
	float: left;
}

#footer .erweima span {
	display: inline-block;
	text-align: center;
	line-height: 28px;
	color: #999999;
	font-size: 14px;
	width: 45%;
	margin: 0px 1%;
}

#footer .erweima span img,
#footer .erweima span b {
	text-align: center;
}

#footer .erweima span b {
	display: block;
}

#footer .address span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}

#footer .address span i {
	display: block;
	float: left;
	width: 30px;
	height: 36px;
	background: url(/images/foot_ico.gif) no-repeat 0px 0px;
	margin: 0px 8px;
}

#footer .address .a i {
	background-position: 0px 0px;
}

#footer .address .t i {
	background-position: 0px -36px;
}

#footer .address .e i {
	background-position: 0px -72px;
}

.foot_nav dl {
	margin: 0px;
}

.foot_nav dt {
	font-size: 16px;
	border-bottom: 1px solid #999999;
	color: #999999;
	line-height: 47px;
	font-weight: normal;
	margin-bottom: 10px;
	width: 75%;
}

.foot_nav dd {
	margin: 0px;
	margin-left: 0px;
	line-height: 20px;
}

.foot_nav dd a {
	color: #999;
	font-size: 14px;
}

.foot_nav dd a:hover{
	color: #ff8029;
}
