/*index*/
.index_1{
	width: 100%;
	height: 500px;
	float: left;
	background: url(../images/index14.png) 100% 100% no-repeat fixed;
}
.brand {
	 width: 80%;
	margin-left: 10%; 
	float: left;
	height: auto;
	background: #dbdbdb;
	margin-top: 100px;
	margin-bottom: 200px;
	height: 20%;
}

.brand_left {
	width: 40%;
	float: left;
	height: auto;
	background: white;
}

.brand_right {
	width: 50%;
	margin-left: 10%;
	height: auto;
	float: left;
}

.brand_left div {
	float: left;
	width: calc(99%/2);
	height: auto;
}

.brand_right h1 {
	font-family: 'Yaheilight';
	font-size: 1.4em;
	margin-top: 60px;
	font-weight: 500;
	float: left;
	width: 100%;
	text-align: left;
}

.brand_right p {
	font-size: 0.8em;
	font-family: 'Yaheilight';
	margin-top: 35px;
	width: 80%;
	margin-right: 20%;
	line-height: 25px;
	float: left;
	color: #808080;
}

.more {
	width: 105px;
	height: 35px;
	display: block;
	background: white;
	color: black;
	font-family: 'Yaheilight';
	font-size: 0.6em;
	line-height: 35px;
	text-align: center;
	margin-top: 40px;
	float: left;
}

@media only screen and (max-width:1600px) {
	.brand_right h1 {
		margin-top: 35px;
	}
	.brand_right p {
		font-size: 0.6em;
	}
}

@media only screen and (max-width:1480px) {
	.brand_right h1 {
		margin-top: 25px;
	}
	.brand_right p {
		font-size: 0.6em;
		margin-top: 25px;
		line-height: 20px;
	}
	.more {
		margin-top: 20px;
	}
}

.index_product {
	width: 100%;
	height: auto;
	float: left;
	background: #DBDBDB;
}

.product_left {
	width: 60%;
	float: left;
	height: auto;
}

.product_right {
	width: 40%;
	float: left;
	height: auto;
}
.product_a img{
	float: left;
	width:40%;
	height: auto;
	margin-left: -200px;
	margin-top:-450px;
}
@media only screen and (max-width:1800px) {
    .product_a img{
    	margin-left: -170px;
	margin-top:-420px;
}
}
@media only screen and (max-width:1600px) {
    .product_a img{
	margin-top:-390px;
	margin-left: -140px;
}
}
@media only screen and (max-width:1500px) {
    .product_a img{
	margin-top:-370px;
}
}
@media only screen and (max-width:1400px) {
    .product_a img{
	margin-top:-350px;
	margin-left: -120px;
}
}
@media only screen and (max-width:1400px) {
    .product_a img{
	margin-top:-330px;
}
}
.product_li {
	width: 50%;
	float: left;
	margin-left: 25%;
	height: 55px;
	padding-top: 20px;
}

.icon {
	width: 60%;
	float: left;
	height: auto;
	margin-left: 20%;
}

.icon>div {
	width: 40%;
	height: 1px;
	background: #676767;
	float: left;
	margin-top: 19px;
	margin-left: 6%;
	margin-right: 8%;
}

.icon p {
	line-height: 40px;
	color: #686868;
	font-size: 0.9em;
	font-family: 'Yaheilight';
}

.icon_img {
	float: left;
	width: 40px;
	height: 40px;
}

.product_li:hover {
	background: #2a293e;
	color: white;
}

.product_li:hover .icon p {
	color: white;
}

.product_li:hover .icon>div {
	background: white;
}

.jia {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-right: 10%;
	display: none;
}

.product_li:hover .jia {
	display: block;
}

.index_news {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 100px;
	padding-bottom: 80px;
}

.index_news img:hover{
	transition-duration: 1s;
	transform: scale(1.05);
	-ms-transform: scale(1.05);	
}

.index_news h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	font-family: 'Cai978';
	font-weight: 500;
	height: auto;
}

.index_news h4 {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 25px;
	font-weight: normal;
	font-family: "微软雅黑";
}

.index_news ul {
	width: 80%;
	float: left;
	margin-left: 10%;
}

.index_news ul li {
	width: 32%;
	height: auto;
	margin-right: 2%;
	float: left;
	margin-top: 75px;
	background: #dbdbdb;
	padding-bottom: 50px;
	overflow: hidden;
}



.index_news ul li h3 {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 45px;
	height: auto;
	font-family: "微软雅黑";
}

.title {
	display: block;
	width: 78%;
	float: left;
	line-height: 30px;
	height: auto;
}

.qiye {
	text-align: center;
	float: left;
	display: block;
	border: 1px solid #000000;
	border-radius: 0.3em;
	width: 19%;
	line-height: 30px;
	font-family: 'Yaheilight';
	font-size: 0.6em;
}

.index_news ul li p {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 30px;
	line-height: 25px;
	font-size: 0.8em;
	color: #8b8b8b;
}
@media only screen and (max-width:1700px) {
   .title{
   	font-size: 0.9em;
   }
   .index_news ul li p{
   	font-size: 0.7em;
   }
   .qiye{
   	line-height: 25px;
   	margin-top:1px;
   }
}
@media only screen and (max-width:1490px) {
   .title{
   	font-size: 0.8em;
   }
   .index_news ul li p{
   	font-size: 0.6em;
   }
   .qiye{
   	line-height: 20px;
   	margin-top:4px;
   }
}
.index_culture {
	width: 100%;
	float: left;
	height: auto;
}

.culture_center {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 100px;
	margin-bottom: 120px;
}
.culture_left{
	width:60%;
	float: left;
	height: auto;
	overflow: hidden;
}
.culture_left img:hover{
	transition-duration: 1s;
	transform: scale(1.2);
	-ms-transform: scale(1.2);	
}
.culture_right {
	width: 40%;
	height: auto;
	float: left;
}

.index_culture h1 {
	font-family: 'Cai978';
	font-size: 1.8em;
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	font-weight: 500;
	margin-top: 30px;
}

.index_culture h4 {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	font-size: 1em;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: 15px;
}

.index_culture ul {
	float: left;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-top: 50px;
}

.index_culture ul li {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 35px;
}

.index_culture ul li h5 {
	float: left;
	width: 20%;
	font-size: 0.8em;
	height: auto;
	font-family: "微软雅黑";
}

.index_culture ul li p {
	display: block;
	width: 70%;
	margin-left: 1%;
	height: auto;
	float: left;
	font-size: 0.6em;
	font-family: 'Yaheilight';
	line-height: 25px;
}
@media only screen and (max-width:1850px) {
	.index_culture ul{
		margin-top:30px;
	}
}
@media only screen and (max-width:1800px) {
	
	.index_culture ul li{
		margin-top:25px;
	}
}
@media only screen and (max-width:1700px) {
	
	.index_culture ul li p{
		line-height: 23px;
	}
}
@media only screen and (max-width:1650px) {
	
	.index_culture ul li p{
		line-height: 20px;
	}
}
@media only screen and (max-width:1580px) {
	
	.index_culture h1{
		margin-top: 20px;
	}
}
@media only screen and (max-width:1350px) {
	.index_culture ul{
		margin-top:20px;
	}
	.index_culture h1{
		margin-top: 0px;
	}
	.index_culture h4{
		margin-top:5px;
	}
}
@media only screen and (max-width:1550px) {
	.index_culture ul li p {
		font-size: 0.6em;
		width: 78%
	}
	.index_culture ul li {
		margin-top: 20px;
	}
}

@media only screen and (max-width:1450px) {
	.index_culture ul{
		margin-top: 40px;
	}
	.index_culture ul li h5 {
		width: 15%;
		font-size: 0.6em;
	}
	.index_culture ul li p {
		font-size: 0.6em;
		width: 83%;
	}
	.index_culture ul li {
		margin-top: 10px;
	}
}

.index_join {
	width: 100%;
	float: left;
	height: auto;
	margin-left: 0%;
	background-color: #dbdbdb;
}

.index_join h1 {
	font-family: 'Cai978';
	width: 100%;
	text-align: center;
	height: auto;
	float: left;
	margin-top: 100px;
	font-size: 1.8em;
	font-weight: 500;
}

.index_join h3 {
	font-family: "微软雅黑";
	font-size: 1em;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-weight: 500;
}

.index_join ul {
	float: left;
	width: 100%;
	float: left;
	margin-top: 70px;
	margin-bottom:80px;
}

.index_join ul li {
	float: left;
	width: 22%;
	margin-right: 4%;
	height: auto;
	background: white;
	margin-top: 25px;
	padding-bottom: 45px;
}

.icon1 {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 50px;
}

.icon1 img {
	width: 14%;
	float: left;
	margin-left: 43%;
	height: auto;
}

.index_join ul li p {
	width: 100%;
	float: left;
	text-align: center;
	height: auto;
	margin-top: 30px;
	font-size: 0.6em;
	font-family: 'Yaheilight';
}

.index_join ul li:hover {
	background: #2a293e;
	color: white;
}

.index_liuyan {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.liuyan_left {
	float: left;
	width: 40%;
	margin-left: 10%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto;
	height: auto;
	overflow: hidden;
}
.product_a img:hover{
	transition-duration: 1s;
	transform: scale(1.05);
	-ms-transform: scale(1.05);	
}
.liuyan_left>div:hover{
	transition-duration: 1s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);	
}

.liuyan_left h1 {
	color: #d1d1d1;
	font-family: 'Cai978';
	font-size: 1.8em;
	margin-top: 150px;
	margin-left: 10%;
}
.liuyan_left h5 {
	color: #d1d1d1;
	margin-top: 20px;
	margin-left: 10%;
}
.liuyan_left p {
	width: 100%;
	font-family: 'Yaheilight';
	margin-top: 20px;
	color: #a4a4a4;
	font-size: 0.6em;
	margin-left: 10%;
}
.liuyan_right {
	float: left;
	width: 30%;
	margin-left: 5%;
	height: auto;
	margin-top: 50px;
}
.liuyan_right form {
	float: left;
	width: 100%;
	height: auto;
}
.liuyan_right form p {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.liuyan_right form p span {
	font-size: 0.8em;
	display: block;
	width: 30%;
	float: left;
	height: auto;
}
.liuyan_right form p input {
	border: none;
	border-bottom: 1px solid #000000;
	outline: medium;
	width: 55%
}
.liuyan_right button {
	width: 15%;
	float: left;
	height: 35px;
	border: none;
	background-color: #2a293e;
	color: #efefef;
	text-align: center;
	margin-left: 10%;
	margin-top: 65px;
}
@media only screen and (max-width:1600px) {
	.liuyan_left {
	float: left;
	width: 43%;
	margin-left: 10%;
}
     .liuyan_right {
	float: left;
	width: 27%;
	margin-left: 5%;
	height: auto;
	margin-top: 50px;
}
}
/*contact*/
.contact_banner {
	width: 100%;
	float: left;
	height: auto;
}
.contact_banner img {
	width: 100%;
	height: auto;
	float: left;
}
.contact_liuyan {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 125px;
	background: #eaeaea;
	padding-bottom: 125px;
}
.contact_liuyan img {
	width: 40%;
	margin-left: 10%;
	height: auto;
	float: left;
}
.contact_right {
	float: left;
	width: 40%;
	height: auto;
}
.contact_right p {
	width: 80%;
	margin-left: 10%;
	float: left;
	text-align: left;
	margin-top: 10px;
	font-size: 0.8em;
	font-family: "微软雅黑";
}
.contact_right input {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 25px;
	height: 45px;
}
.contact_right button {
	background: black;
	color: white;
	border: none;
	width: 30%;
	float: left;
	margin-left: 10%;
	margin-top: 35px;
	height: 30px;
	font-size: 0.8em;
}
.contact_text{
	width:80%;
	float: left;
	margin-left: 10%;
	margin-top:25px;
	height: 150px;
}

@media only screen and (max-width:1750px ) {
	.contact_right input{
		height: 25px;
	}
}
@media only screen and (max-width:1590px ) {
	.contact_right input{
		margin-top:20px;
	}
	.contact_right button{
		margin-top:25px;
	}
}
@media only screen and (max-width:1500px ) {
	.contact_right input{
		margin-top:20px;
	}
	.contact_right button{
		margin-top:25px;
	}
	.contact_text{
		margin-top:20px;
		height: 100px;
	}
}
@media only screen and (max-width:1350px ) {
	.contact_right input{
		margin-top:15px;
	}
	.contact_right button{
		margin-top:20px;
	}
	.contact_text{
		margin-top:15px;
		height: 100px;
	}
}
/*new*/
.productlist_banner {
	width: 100%;
	height: auto;
	float: left;
}
#news_a {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 1.2em;
}
.new_div{
	width:20%;
	margin-left: 40%;
	margin-right: 40%;
	float: left;
	height: auto;
	text-align: center;
}
#news_ul {
	display: none;
}
#news_ul a:hover{
	color:red;
}
.new_div:hover #news_ul{
	display: block;
}
.news_content {
	width: 60%;
	float: left;
	height: auto;
	margin-top: 100px;
	margin-left: 20%;
}
.news_content h1 {
	width: 100%;
	font-size: 18px;
	height: auto;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: normal;
}
.news_content>span {
	float: left;
	margin-right: 45%;
	width: 10%;
	border: 1px solid black;
	margin-left: 45%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 0.8em;
	margin-top: 30px;
	border-radius: 0.5em;
}
.news_content p {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 60px;
	color: #808080;
}
.new_a {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 70px;
}
.new_left {
	float: left;
	height: auto;
	width: 50%;
}
.new_left a {
	float: left;
	margin-top: 20px;
	width: 100%;
	display: block;
	color: #4d4d4d;
	font-size: 0.8em;
}
.new_right {
	float: left;
	width: 50%;
	height: auto;
}
.new_right a {
	display: block;
	float: right;
	width: 15%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4d4d4d;
	color: white;
	margin-top: 40px;
}

/*about*/
.about_banner {
	width: 100%;
	float: left;
	height: auto;
	float: left;
}
.about_brand {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 60px;
	padding-bottom: 100px;
}
.about_brand h1 {
	width: 60%;
	margin-left: 30%;
	float: left;
	height: auto;
	text-align: left;
	font-family: 'Cai978';
	font-size: 2em;
	color: white;
	margin-top: 140px;
	font-weight: normal;
}
.about_brand h4 {
	width: 60%;
	margin-left: 30%;
	float: left;
	height: auto;
	text-align: left;
	font-family: "微软雅黑";
	color: white;
	font-weight: normal;
	margin-top: 25px;
}
.about_brand p {
	width: 52%;
	float: left;
	margin-left:30%;
	height: auto;
	margin-top: 60px;
	color: white;
	font-size: 0.7em;
	line-height: 25px;
	font-family: 'Yaheilight';
}
.about_speak{
	float: left;
	margin-left: 11.5%;
	width:80%;
	height: auto;
	margin-top:50px;
	padding-top: 120px;
	margin-bottom: 100px;
}
.speak_left{
	width:60%;
	float: left;
	height: auto;
}
.speak_right{
	width: 40%;;
	float: left;
	height: auto;
	overflow: hidden;
}
.brand_h1{
	width:60%;
	height: auto;
	text-align: left;
	margin-left: 20%;
	float: left;
	font-size: 1.5em;
	font-family: 'Cai978';
	font-weight: 500;
}
.speak_left h4{
	float: left;
	width: 60%;
	margin-left: 20%;
	height: auto;
	font-size: 1em;
	font-family: "微软雅黑";
	margin-top:25px;
}
.speak_left p{
	 float: left;
	 width:70%;
	 height: auto;
	 font-size: 0.7em;
	 font-family: 'Yaheilight';
	 line-height: 30px;
	 margin-left: 20%;
	 margin-top:40px;
}
.speak_right img{
	 float: left;
	 width:70%;
	 height: auto;
}
.speak_right img:hover{
	transition-duration: 1s;
	transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.speak_right h5{
	float: left;
	width:70%;
	height: auto;
	text-align: center;
	margin-top:20px;
	font-family: 'Yaheilight';
}
@media only screen and (max-width:1800px ) {
	.speak_right img{
	 float: left;
	 width:80%;
	 height: auto;
}
.speak_right h5{
	float: left;
	width:80%;
	height: auto;
	text-align: center;
	margin-top:20px;
	font-family: 'Yaheilight';
}
}
@media only screen and (max-width:1650px ) {
	.speak_right img{
	 float: left;
	 width:90%;
	 height: auto;
}
.speak_right h5{
	float: left;
	width:90%;
	height: auto;
	text-align: center;
	margin-top:20px;
	font-family: 'Yaheilight';
}
}
@media only screen and (max-width:1500px ) {
.speak_left p{
	line-height: 25px;
	font-size: 0.6em;
}
}
@media only screen and (max-width:1400px ) {
.speak_left p{
	line-height: 20px;
	font-size: 0.6em;
}
}
.about_advantage {
	width: 100%;
	height: auto;
	float: left;
	background: #d0d0d0;
}
.about_advantage img:hover{
	transition-duration: 1s;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.about_advantage h1 {
	font-family: 'Cai978';
	font-size: 1.8em;
	width: 30%;
	float: left;
	height: auto;
	margin-left: 10%;
	font-weight: 500;
	margin-top: 50px;
	text-align: center;
}
.about_advantage h4 {
	float: left;
	height: auto;
	width: 30%;
	margin-left: 10%;
	font-size: 1em;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
}
.about_advantage ul {
	width: 30%;
	float: left;
	height: auto;
	margin-left: 10%;
	margin-top: 20px;
}
.about_advantage ul li {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	height: 250px;
}
.about_advantage ul li h5 {
	font-family: "微软雅黑";
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 40px;
	font-size: 1.5em;
	font-weight: 500;
}
.about_advantage ul li p {
	font-size: 0.6em;
	font-family: 'Yaheilight';
	width: 100%;
	float: left;
	margin-top: 25px;
	text-align: center;
}
.about_advantage ul li:hover {
	background: #2a293e;
	color:white;
}
@media only screen and (max-width:1700px ) {
	.about_brand h1{
		margin-top:100px;
	}
}
@media only screen and (max-width:1600px ) {
	.about_brand p{
		margin-top:40px;
	}
}
@media only screen and (max-width:1500px ) {
	.about_brand h4{
		margin-top:15px;
	}
	.about_brand h1{
		margin-top:80px;
	}
	.about_brand p{
		margin-top:30px;
	}
}
@media only screen and (max-width:1400px ) {
	.about_brand h1{
		margin-top:60px;
	}
	.about_brand p{
		font-size: 0.6em;
		line-height: 20px;
	}
}
.about_honor {
	float: left;
	width: 100%;
	height: auto;
}
.about_honor h1 {
	font-family: 'Cai978';
	font-size: 1.8em;
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
}
.about_honor h4 {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	font-size: 1em;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
}
.about_honor ul {
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	margin-top: 50px;
}
.about_honor ul li {
	float: left;
	width: 24%;
	height: auto;
	margin-right: 1%;
	margin-top: 20px;
	background: #DBDBDB;
	overflow: hidden;
}
.about_honor ul li img {
	width: 100%;
	height: auto;
	float: left;
}
.about_honor ul li img:hover{
	transition-duration: 1s;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}
/*product*/
.prolist_main {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 75px;
}
.prolist_main ul {
	width: 100%;
	float: left;
	height: auto;
}
.prolist_main ul li {
	width: 20%;
	margin: 0;
	float: left;
	height: auto;
	padding-top: 10px;
	padding-left: 0;
}
.nav_border{
	width:80px;
	height:60px;
	border-radius: 50%;
	margin:0 auto;
	background: #515050;
	padding-top: 20px;
}
.nav_border h1{
	width:100%;
	height: auto;
	text-align: center;
	color:#cbcbcc;
}
.nav_border1 h1{
	width:100%;
	height: auto;
	text-align: center;
	color:#cbcbcc;
}

.nav_border1{
	width:80px;
	height:60px;
	border-radius: 50%;
	margin:0 auto;
	background: #b1aeae;
	padding-top: 20px;
}

.nav_border p{
	width:100%;
	display: block;
	text-align: center;
	height: auto;
	margin-top:2px;
	color:#cbcbcc;
	font-size: 0.6em;
}
.nav_border1 p{
	width:100%;
	display: block;
	text-align: center;
	height: auto;
	margin-top:2px;
	color:#cbcbcc;
	font-size: 0.6em;
}
.pro_content {
	width: 100%;
	float: left;
	margin-left: 0%;
	height: auto;
}
.pro_content ul li {
	float: left;
	width: 30%;
	height: auto;
	margin-right: 5%;
	margin-top: 40px;
}
.pro_content ul li img {
	width: 100%;
	height: auto;
	float: left;
}
.prolist_about {
	float: left;
	width: 70%;
	height: auto;
	margin-left: 15%;
}
.prolist_about h1{
	font-family: 'Cai978';
	font-size: 1.5em;
	float: left;
	width:100%;
	height: auto;
	text-align: center;
	font-weight: 500;
	margin-top:150px;
}
.prolist_about h4{
	font-family: "微软雅黑";
	font-size: 1em;
	float: left;
	width:100%;
	height: auto;
	margin-top:25px;
	text-align: center;
	font-weight: 500;
}
.prolist_about ul {
	width: 100%;
	float: left;
	height: auto;
}
.prolist_about ul li {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
}
.prolist_about ul li img {
	float: left;
	height: auto;
	height: 500px;
}
.about_img{
	width:65%;
	float: left;
	height: auto;
}
.icon3 h2{
	text-align: center;
	width:100%;
	height: auto;
	float: left;
	font-size: 1em;
	font-family: 'Yaheilight';
	font-weight: 500;
	margin-top:-280px;
	color:black;
}
.icon3 p{
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	width: 38%;
	float: left;
	margin-left: 31%;
	text-align: center;
	font-family: "宋体";
	margin-top:-240px;
	color:black;
}
.prolist_about ul li:hover .icon3 h2{
	color:white;
}
.prolist_about ul li:hover .icon3 p{
	color:white;
}
.icon3{
	float: left;
	width:33%;
	height: auto;
}
.icon3 img{
	width: 100%;
	height: auto;
	float: left;
}
.show{
	width:32%;
	height: auto;
	float: left;
	border:2px solid #2a293e;
	background: white;
}
.show1{
	width:calc(100%-10px);
	border: 1px solid #2a293e;
	float: left;
	margin-left: 10%;
}

.prolist_men {
	float: left;
	width: 80%;
	margin-left: 10%;
	height: auto;
}
.prolist_men>ul {
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	margin-top:40px;
}
.men_ul li {
	width: 20%;
	float: left;
	height: auto;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.men_ul li a:hover{
	color:black;
	border-bottom: 1px solid black;
}
.prolist_men ul li a {
	font-size: 0.6em;
}
.down {
	border-bottom: 1px solid black!important;
}

.men_content {
	width: 100%;
	float: left;
	height: auto;
}
.men_content li {
	width: 22%;
	margin-right: 4%;
	float: left;
	height: auto;
	margin-top: 80px;
	overflow: hidden;
}
.men_content li h5 {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	font-family: 'Yaheilight';
	font-size: 0.8em;
	margin-top: 10px;
}
.men_content li img {
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
}
.men_content li s {
    display: block;
    position: absolute;
    left: -605px;
    top: 0;
    width: 232px;
    height: 702px;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    transform: skewx(-45deg);
    -o-transform: skewx(-45deg);
    -moz-transform: skewx(-45deg);
    -webkit-transform: skewx(-45deg);
    -moz-animation: none;
    pointer-events: none;
}
.Current s {
    -webkit-animation: light 3s ease-in-out infinite;
    -moz-animation: light 3s ease-in-out infinite;
    -o-animation: light 3s ease-in-out infinite;
    animation: light 3s ease-in-out infinite;
}
.Img{
	overflow: hidden;
    position: relative;
    cursor: pointer;
}
.men_content li i {
    width: 1px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
}
@-moz-keyframes light {
    0% {
        left: -605px;
    }
    35% {
        left: 485px;
    }
    65% {
        left: 485px;
    }
    100% {
        left: -605px;
    }
}

@-webkit-keyframes light {
    0% {
        left: -605px;
    }
    40% {
        left: 485px;
    }
    60% {
        left: 485px;
    }
    100% {
        left: -605px;
    }
}

@-o-keyframes light {
    0% {
        left: -605px;
    }
    35% {
        left: 485px;
    }
    65% {
        left: 485px;
    }
    100% {
        left: -605px;
    }
}

@keyframes light {
    0% {
        left: -605px;
    }
    35% {
        left: 485px;
    }
    65% {
        left: 485px;
    }
    100% {
        left: -605px;
    }
}

/*join*/
.join_liucheng {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.join_liucheng h1 {
	font-family: 'Cai978';
	font-size: 1.8em;
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	font-weight: 500;
	margin-top: 80px;
}
.join_liucheng h4 {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	font-size: 1em;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: 15px;
}
.join_zhichi {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 80px;
	padding-bottom: 100px;
}
.join_zhichi h1 {
	font-family: 'Cai978';
	font-size: 1.8em;
	width: 80%;
	float: left;
	height: auto;
	margin-left: 10%;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
}
.join_zhichi h3 {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	font-size: 1em;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
}
.join_zhichi ul {
	float: left;
	width: 80%;
	margin-left: 10%;
	height: auto;
}
.join_zhichi ul li {
	float: left;
	height: 310px;
	width: 15%;
	margin-right: 2%;
	border-radius: 1em;
	margin-top: 20px;
}
.join_zhichi ul li img {
	float: left;
	width: 20%;
	margin-left: 40%;
	height: auto;
	margin-top: 50px;
}
.join_zhichi ul li h5 {
	font-weight: 500;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 0.8em;
}
.join_zhichi ul li p {
	width: 70%;
	margin-left: 15%;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 0.6em;
	text-align: center;
	line-height: 25px;
	font-family: 'Yaheilight';
}
.join_zhichi ul li:hover {
	background: #2a293e;
	color: white;
}
.join_left{
	float: left;
	width: 50%;
	height: auto;
}
.join_right{
	float: left;
	width: 50%;
	height: auto;
}


/*效果*/
.big img:hover{
	transition-duration: 1s;
	transform: scale(1.05);
	-ms-transform: scale(1.05);	
}
.big{
	overflow: hidden;
}
.big img{
	width:100%;
	height: auto;
}
