﻿@charset "utf-8";
/* CSS Document */
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
html, body {
    /*position: relative;*/
    color: #1b1b1b;
    min-height: 100%;
}
body{
	position: absolute;
	width: 100%;
}
header{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	line-height: 100px;
	background: rgba(0,0,0,0.38);
	box-shadow: 0 1px 5px rgba(0,0,0,0.38);
	min-width: 1200px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
}
.header-w{
	background: #fff;
	height: 70px;
	line-height: 70px;
}
.header{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.logo{
	width: 221px;
	height: 60px;
	display: block;
	float: left;
	background: url(../images/logo.png) no-repeat left center;
	background-size: auto 100%;
	margin-top: 20px;
	transition: all 0.3s ease-out;
}
.header-w .logo{
	margin-top: 5px;
	background-image: url(../images/logow.png);
}
.nav{
	float: right;
	font-size: 16px;
	height: 100%;
}
.nav-item{
	float: left;
	width: 126px;
	text-align: center;
}
.nav a{
	display: block;
	height: 100px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0);
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}
.header-w .nav a{
	color: #000;
	height: 70px;
}
.nav a.nav-on, .nav-item:hover a{
	background: #b51f55;
	color: #fff;
	border: 1px solid #cc4777;
}
.nav2{
	display: none;
}
.nav2-top{
	height: 10px;
	background: url(../images/nav2-top.png) no-repeat 5px center;
}
.nav2-list{
	background: #b51f55;
	border: 1px solid #cc4777;
	border-radius: 3px;
	padding: 8px 0;
}
.nav .nav2-list a{
	line-height: 32px;
	height: auto;
	font-size: 14px;
	color: #dd91ac;
	border: none;
	box-sizing: border-box;
}
.nav-item:hover .nav2-list a{
	border: none;
}
.nav2-list a:hover{
	border: none;
	color: #fff;
}
.banner{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.banner-item{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner-item img{
	width: 100%;
	height: auto;
	max-height: 810px;
	position: relative;
	z-index:1;
}
.video-box{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}
.video-box video{
	width: 100%;
	height: auto;
}
.banner-p{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -115px;
	text-align: center;
	color: #fff;
	z-index: 500;
}
.banner-ps{
	width: auto;
	margin: 0 auto;
	font-size: 26px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	line-height: 36px;
}
.banner-pb{
	width: auto;
	margin-top: 30px;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	line-height: 60px;
}
.banner-a{
	display: block;
	width: 296px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background: #b51f55;
	margin: 56px auto 0;
	font-size: 18px;
}
.banner-b{
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	bottom: 0;
	background: rgba(40,40,40,0.65);
	z-index: 500;
}
.banner-bcon{
	overflow: hidden;
	height: 100%;
}
.banner-bitem{
	width: 300px;
	height: 100%;
	float: left;
	color: #fff;
	text-align: center;
	border-right: 1px solid #484a4c;
	box-sizing: border-box; 
}
.banner-bitem:first-child{
	border-left: 1px solid #484a4c;
}
.banner-btitle{
	margin-top: 18px;
	font-size: 16px;
}
.banner-btitle span{
	font-size: 30px;
}
.p-pink span{
	color: #b51f55;
}
.p-yellow span{
	color: #e4c600;
}
.p-green span{
	color: #91c100;
}
.p-blue span{
	color: #00d3cc;
}
.banner-bp{
	font-size: 14px;
}
.id-profit{
	overflow: hidden;
	margin-bottom: 132px;
}
.id-profit-top{
	min-width: 1200px;
	text-align: center;
	margin-top: 76px;
}
.profit-titlep{
	font-size: 24px;
	color: #000;
}
.profit-titlespan{
	font-size: 16px;
	color: #4a4a4a;
	margin-top: 15px;
}
.id-pro-con{
	overflow: hidden;
	margin-top: 56px;
}
.id-pro-item{
	text-align: center;
	width: 400px;
	float: left;
}
.id-pro-imgbox{
	width: 105px;
	height: 105px;
	margin: 20px auto;
	position: relative;
	cursor: pointer;
}
.id-pro-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto; 
}
.id-pro-img1{
	transition: all 0.3s ease-out;
}
.id-pro-img2{
	opacity: 0;
	transform: scale(1.2,1.2);
	transition: all 0.3s 0.1s ease-out;
}
.id-pro-imgbox:hover .id-pro-img1{
	opacity: 0;
	transform: scale(1.2,1.2);
	transition: all 0.3s 0.1s ease-out;
}
.id-pro-imgbox:hover .id-pro-img2{
	opacity: 1;
	transform: scale(1,1);
	transition: all 0.3s ease-out;
}
.id-pro-xp{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}
.id-pro-biao{
	font-size: 20px;
	color: #010101;
}
.id-top{
	text-align: center;
	color: #393939;
	margin-top: 66px;
	min-width: 1200px;
}
.p-white{
	color: #fff;
}
.id-title{
	font-size: 24px;
}
.id-titlep{
	margin-top: 14px;
	font-size: 14px;
	opacity: 0.6;
}
.id-case{
	overflow: hidden;
	min-width: 1200px;
	height: 734px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-attachment: fixed;
}
.id-case-con{
	overflow: hidden;
	margin-top: 68px;
}
.id-case-left{
	width: 580px;
	float: left;
}
.id-case-item{
	background: #fff;
	height: 300px;
	position: relative;
}
.id-case-p{
	width: 76px;
	text-align: center;
	padding-top: 77px;
	box-sizing: border-box;
}
.id-case-p span{
	display: block;
	font-size: 24px;
	color: #747474;
	font-weight: bold;
}
.id-case-p p{
	font-size: 14px;
	padding: 0 30px;
	color: #131313;
	line-height: 20px;
}
.id-case-img{
	width: 486px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 76px;
	top: 16px;
}
.id-case-right{
	width: 580px;
	float: right;
}
.id-case-right .id-case-item{
	background: #000;
	position: relative;
}
.id-case-right .id-case-p span,
.id-case-right .id-case-p p{
	color: #fff;
}
.id-case-itemp{
	padding-right: 36px;
	margin-top: 50px;
	color: #fff;
}
.id-case-itempp{
	font-size: 18px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.id-case-itempspan{
	margin-top: 22px;
	font-size: 13px;
	color: #c2c2c2;
	line-height: 22px;
}

.id-ecological{
	background: #ededed;
	overflow: hidden;
}
.id-ecological-con{
	margin-top: 35px;
	margin-bottom: 76px;
}
.id-ecological-list{
	overflow: hidden;
	width: 1256px;
	margin-left: -56px;
}
.id-eitem{
	display: block;
	width: 572px;
	float: left;
	margin-left: 56px;
	margin-top: 20px;
	overflow: hidden;
}
.id-eitem-imgbox{
	float: left;
	width: 274px;
	height: 155px;
	overflow: hidden;
}
.id-eitem-img{
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s ease-out;
}
.id-eitem-p{
	float: right;
	width: 274px;
	height: 155px;
	background: #fff;
	position: relative;
	padding: 0 26px;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}
.id-eitem-title{
	margin-top: 40px;
	font-size: 16px;
	color: #282828;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition: all 0.3s ease-out;
}
.id-eitem-pcon{
	font-size: 12px;
	color: #8e8e8e;
	margin-top: 14px;
	line-height: 18px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	transition: all 0.3s ease-out;
}
.san{
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -20px;
	transition: all 0.3s ease-out;
}
.id-er .id-eitem-imgbox{
	float: right;
}
.id-er .id-eitem-p{
	float: left;
}
.id-er .san{
	border: none;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -20px;
}
.id-eitem:hover .id-eitem-p{
	background: #aaa9a9;
}
.id-eitem:hover .id-eitem-title{
	color: #fff;
}
.id-eitem:hover .id-eitem-pcon{
	color: #fff;
}
.id-el:hover .san{
	border-right: 10px solid #aaa9a9;
}
.id-er:hover .san{
	border-left: 10px solid #aaa9a9;
}

.id-eitem:hover .id-eitem-img{
	transform: scale(1.1,1.1);
}
.id-reputation-con{
	margin-top: 46px;
	overflow: hidden;
}
.id-reputation-list{
	overflow: hidden;
	width: 1440px;
	margin-left: -240px;
	margin-bottom: 40px;
}
.id-ritem{
	display: block;
	width: 480px;
	float: left;
	margin-left: 240px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	padding: 40px 0;
}
.id-ritem:after{
	content: '';
	display: block;
	height: 1px;
	width: 18px;
	background: #b51f55;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 5;
	transition: all 0.3s ease-out;
}
.id-ritem:hover:after{
	width: 480px;
}
.id-ritem-img{
	width: 150px;
	height: 150px;
	border: 0px solid #b51f55;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}
.id-ritem:hover .id-ritem-img{
	border: 8px solid #b51f55;
}
.id-ritem-p{
	width: 295px;
	float: left;
	height: 102px;
	padding: 24px 0;
	line-height: 34px;
	margin-left: 30px;
}
.id-ritem-title{
	font-size: 20px;
	color: #000;
}
.id-ritem-title span{
	padding-left: 12px;
	font-size: 13px;
}
.id-safe-con{
	margin-top: 94px;
}
.id-safeguard{
	overflow: hidden;
	min-width: 1200px;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.p-bpink{
	font-size: 35px;
	color: #b51f55;
}
.id-sitem{
	width: 280px;
	height: 244px;
	overflow: hidden;
	float: left;
	margin-left: -50px;
	cursor: pointer;
}
.id-sitem:first-child{
	margin-left: 0;
}
.id-sitem:nth-child(2n){
	margin-top: 122px;
}
.id-sbox{
	width: 280px;
	height: 244px;
	overflow: hidden;
}
.id-sbox1{
	transform: rotate(60deg);
}
.id-sbox2{
	transform: rotate(60deg);
}
.id-sbox3{
	transform: rotate(-120deg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.id-sitem-title{
	font-size: 24px;
	margin-top: 60px;
}
.id-sitem-pcon{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
}

.id-youshi-con{
	overflow: hidden;
	padding: 0 9px 40px;
	margin: 40px auto 100px;
}
.id-youshi-item{
	display: block;
	width: 394px;
	float: left;
}
.id-youshi-item:nth-child(2){
	position: relative;
	z-index: 5;
}
.id-youshi-imgbox{
	height: 462px;
	overflow: hidden;
}
.id-youshi-img{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s ease-out;
}
.id-youshi-p{
	width: 310px;
	height: 150px;
	margin: -38px auto 0;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	overflow: hidden;
	color: #000;
	transition: all 0.3s ease-out;
	position: relative;
	z-index: 20;
}
.id-youshi-ptitle{
	margin-top: 20px;
	font-size: 20px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.id-youshi-pcon{
	margin-top: 20px;
	font-size: 13px;
	opacity: 0.75;
	line-height: 20px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.id-youshi-item:hover .id-youshi-img{
	transform: scale(1.06,1.06);
}
.id-youshi-item:hover .id-youshi-p{
	background: #b51f55;
	color: #fff;
}
.id-six{
	height: 1034px;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.id-six-con{
	overflow: hidden;
}
.id-six-list{
	width: 1550px;
	margin-left: -175px;
	overflow: hidden;
	margin-top: 60px;
}
.id-xitem{
	text-align: center;
	color: #fff;
	width: 425px;
	height: 144px;
	float: left;
	margin: 130px 175px 0;
	position: relative;
	cursor: pointer;
}
.id-six-title{
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position: relative;
	z-index: 10;
}
.id-six-pcon{
	margin-top: 30px;
	padding: 0 62px;
	font-size: 13px;
	line-height: 22px;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	position: relative;
	z-index: 10;
}
.id-xitem:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 128px;
	bottom: 0;
	background: url(../images/x-bg.png) no-repeat center;
	transition: all 0.3s ease-out;
}
.id-xitem:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 128px;
	bottom: 0;
	background: #cc0000;
	z-index: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.id-xitem:hover:before{
	opacity: 0;
}
.id-xitem:hover:after{
	opacity: 1;
}

.id-hbox{
	display: block;
	width: 150px;
	height: 150px;
	margin: 3px;
	float: left;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
}
.h-lt,.h-ld{
	display: block;
	position: absolute;
	width: 140px;
	height: 1px;
	background: #f6695e;
	z-index: 10;
	transition: all 0.4s ease-out;
}
.h-ll,.h-lr{
	display: block;
	position: absolute;
	height: 140px;
	width: 1px;
	background: #f6695e;
	z-index: 10;
	transition: all 0.4s ease-out;
}
.h-ll{
	left: 15px;
	bottom: 150px;
}
.h-lr{
	right: 15px;
	top: 150px;
}
.h-lt{
	left: 150px;
	top: 15px;
}
.h-ld{
	right: 150px;
	bottom: 15px;
}
.id-hbox:hover .h-ll{
	left: 15px;
	bottom: 15px;
}
.id-hbox:hover .h-lr{
	right: 15px;
	top: 15px;
}
.id-hbox:hover .h-lt{
	left: 15px;
	top: 15px;
}
.id-hbox:hover .h-ld{
	right: 15px;
	bottom: 15px;
}
.id-hitem{
	width: 312px;
	height: 312px;
	margin: 65px auto;
	
	overflow: hidden;
	transform: rotate(-45deg);
}

.id-himg{
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	transform: rotate(45deg);
}
.id-hezuo{
	position: relative;
	overflow: hidden;
	margin-bottom: 130px;
}
.id-hezuo-con{
	overflow: hidden;
	margin-top: 40px;
	position: relative;
	min-width: 1200px;
}
.id-hlist{
	overflow: hidden;
}

.id-hli{
	float: left;
	width: 442px;
	height: 442px;
	margin-left: -63px;
	margin-top: 120px;
}
.id-hli:first-child{
	margin-left: 0;
}
.id-hli:nth-child(2){
	margin-top: 4px;
}
.id-hz-bg{
	width: 363px;
	height: 155px;
	position: absolute;
	top: 260px;
}
.id-hl{
	background: url(../images/h-r.png);
	left: 0;
}
.id-hr{
	background: url(../images/h-l.png);
	right: 0;
}

.id-hz-content{
	width: 500px;
	margin: -70px auto 0;
	text-align: center;
	color: #f44336;
}
.id-hz-title{
	font-size: 24px;
}
.id-hz-p{
	margin-top: 10px;
	font-size: 16px;
}
.id-hz-span{
	margin-top: 14px;
	font-size: 13px;
}
.id-hz-content a{
	display: block;
	width: 175px;
	height: 45px;
	border: 2px solid #f44336;
	margin: 45px auto 0;
	position: relative;
	overflow: hidden;
}
.id-hz-content a:after{
	content: '';
	display: block;
	width: 175px;
	height: 45px;
	background: url(../images/hz-go.png) no-repeat center 15px;
	left: 0;
	top: 0;
	position: absolute;
	transition: all 0.3s ease-out;
}
.id-hz-content a:before{
	content: '';
	display: block;
	width: 175px;
	height: 45px;
	background: #f44336 url(../images/hz-go2.png) no-repeat center 15px;
	left: -175px;
	top: 0;
	position: absolute;
	transition: all 0.2s ease-out;
}
.id-hz-content a:hover:after{
	left: 175px;
}
.id-hz-content a:hover:before{
	left: 0;
}
.id-jion{
	height: 530px;
	min-width: 1200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.id-jion .id-titlep{
	opacity: 1;
}
.id-jion-con{
	overflow: hidden;
}
.id-jitem{
	width: 600px;
	float: left;
}
.id-jform{
	margin-top: 77px;
	border-right: 1px solid rgba(255,255,255,0.25);
}

.id-jform-li{
	width: 410px;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	margin: 23px auto 0;
}
.id-jform-li:first-child{
	margin-top: 0;
}
.id-jform-li label{
	display: block;
	width: 70px;
	float: left;
	height: 42px;
	line-height: 42px;
}
.id-jform-li input{
	width: 340px;
	height: 42px;
	display: block;
	border: 1px solid rgba(255,255,255,0.25);
	background: none;
	padding-left: 12px;
	color: #fff;
	box-sizing: border-box;
}
input.id-jbtn{
	color: #ff337c;
	font-size: 20px;
	padding-left: 0;
	text-align: center;
	border-color: #ff337c;
	transition: all 0.3s ease-out;
}
input.id-jbtn:hover{
	background: #ff337c;
	color: #fff;
}
.id-contact{
	margin-top: 77px;
	padding-left: 100px;
}
.id-contact-li{
	line-height: 42px;
	color: #fff;
	overflow: hidden;
	margin-top: 23px;
}
.id-contact-li:first-child{
	margin-top: 0;
}
.id-contact-label{
	width: 88px;
	float: left;
}
.id-contact-p{
	width: 400px;
	float: left;
}
a.contact-go{
	display: block;
	width: 338px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #ff337c;
	margin-top: 23px;
	color: #ff337c;
	transition: all 0.3s ease-out;
}
a.contact-go:hover{
	background: #ff337c;
	color: #fff;
}
footer{
	height: 84px;
	min-width: 1200px;
	background: #000;
	color: #fff;
	font-size: 13px;
	position: absolute;
	/*bottom: 0;*/
	width: 100%;
	left: 0;
}
.setfoot footer{
	bottom: 0;
}
.footer{
	overflow: hidden;
}
.ft-left{
	/*float: left;*/
	line-height: 20px;
	margin-top: 21px;
	opacity: 0.67;
	margin-left: 10px;
	text-align: center;
}
.ft-jishu{
	float: right;
	margin-right: 10px;
	opacity: 0.37;
	line-height: 84px;
}
.ft-jishu a:hover{
	color: #ff337c;
	opacity: 1;
}

.n-banner{
	display: block;
}
.n-banner img{
	width: 100%;
	height: auto;
}
.bg-hui{
	background: #f5f5f5;
}
.n-con{
	margin: 50px auto;
	background: #fff;
	width: 1000px;
	padding: 0 100px;
	overflow: hidden;
}
.n-top{
	overflow: hidden;
	height: 44px;
	margin-top: 64px;
}
.n-top-title{
	float: left;
	border-left: 3px solid #cf2d2d;
	padding-left: 12px;
}
.n-top-p{
	font-size: 22px;
	color: #cf2d2d;
	line-height: 24px;
	
}
.n-top-span{
	margin-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	line-height: 14px;
}
.break{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.break a:last-child{
	color: #333;
}
.n-content{
	margin-top: 40px;
	margin-bottom: 76px;
}
.zhaopin-zhi{
	padding-left: 18px;
	background: url(../images/zp-bg.png) no-repeat left center;
	font-size: 16px;
	color: #333;
}
.zhaopin-title{
	font-size: 14px;
	color: #333;
	padding-left: 18px;
	margin-top: 20px;
}
.zhaopin-pcon{
	margin-top: 10px;
	padding-left: 30px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.zhaopin-item{
	width: 50%;
	float: left;
}
.zhaopin-li{
	margin-top: 54px;
	overflow: hidden;
}
.zhaopin-li:first-child{
	margin-top: 0;
}
.download{
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-con{
	overflow: hidden;
	margin-top: 50px;
}
.contact-item{
	width: 288px;
	height: 128px;
	float: left;
	margin-left: 65px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.contact-item:first-child{
	margin-left: 0;
}
.contact-icon{
	width: 100px;
	height: 100%;
	float: left;
	position: relative;
}
.contact-img{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -28px;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-i1{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(67,67,67,0.2);
	opacity: 1;
	transition: all 0.3s ease-out;
}
.contact-i2{
	background-color: #b51f55;
	box-shadow: 0 0 15px rgba(255,255,255,0.1);
	opacity: 0;
	transform: scale(1.2,1.2);
	transition: all 0.3s 0.1s ease-out;
}

.contact-item:hover .contact-i1{
	opacity: 0;
	transform: scale(1.2,1.2);
	transition: all 0.3s 0.1s ease-out;
}
.contact-item:hover .contact-i2{
	opacity: 1;
	transform: scale(1,1);
	transition: all 0.3s ease-out;
}
.contact-title{
	font-size: 14px;
	color: #333;
	margin-top: 26px;
	font-weight: bold;
}
.contact-pcon{
	font-size: 14px;
	color: #9d9d9d;
	line-height: 24px;
	margin-top: 16px;
}
.kuai-li{
	display: block;
	overflow: hidden;
	padding: 40px 0;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
}
.kuai-imgbox{
	display: block;
	width: 238px;
	height: 118px;
	border: 1px solid #cecccc;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}
.kuai-img{
	width: 238px;
	height: 118px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s ease-out;
}
.kuai-p{
	height: 120px;
	width: 720px;
	float: left;
	overflow: hidden;
	position: relative;
}
.kuai-ptop{
	overflow: hidden;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.kuai-pdate{
	float: left;
	font-size: 24px;
}
.kuai-pline{
	float: left;
	height: 1px;
	width: 55px;
	background: #999;
	margin: 14px 40px 0;
	transition: all 0.5s ease-out;
}
.kuai-ptitle{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position: relative;
}
.kuai-pcon{
	margin-top: 12px;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.go-more{
	display: inline-block;
	padding-right: 24px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	background: url(../images/go-more.png) no-repeat right center;
	position: absolute;
	bottom: 0;
	right: -20px;
	transition: all 0.3s ease-out;
}
.kuai-li:first-child{
	padding-top: 0;
}
.kuai-li:hover .kuai-img{
	transform: scale(1.1,1.1);
}
.kuai-li:hover .kuai-pline{
	width: 80px;
	background: #333;
}
.kuai-li:hover .go-more{
	right: 0;
}

.fenye{
	text-align: center;
	margin-top: 30px;
}
.fenye a{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #dedede;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #d4d5d5;
	vertical-align: middle;
}
.fenye a.prev{
	width: 58px;
	background: url(../images/prev.png) no-repeat center;
}
.fenye a.next{
	width: 58px;
	background: url(../images/next.png) no-repeat center;
}
.fenye a:hover,.fenye a.fenye-on{
	border-color: #b72459;
	color: #b72459;
}
.fenye a.prev:hover{
	background: url(../images/prev-on.png) no-repeat center;
}
.fenye a.next:hover{
	background: url(../images/next-on.png) no-repeat center;
}
.kuai-xqtitle{
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 30px;
}
.kuai-xqmessage{
	text-align: center;
	margin-top: 5px;
}
.kuai-xqmessage span,.share{
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}
.share .bdsharebuttonbox a{
	margin: 0;
	background: url(../images/share.png) no-repeat center;
	background-size: 16px 16px;
	padding-left: 18px;
	line-height: 18px;
	height: 18px;
}
.kuai-xqcon{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	min-height: 500px;
	margin: 30px auto;
	padding: 20px 0;
}
.kuai-xqbot{
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
.xq-prev{
	padding-left: 18px;
	float: left;
	background: url(../images/prev.png) no-repeat left center;
}
.xq-next{
	padding-right: 18px;
	float: right;
	background: url(../images/next.png) no-repeat right center;
}
.xq-prev:hover{
	background: url(../images/prev-on.png) no-repeat left center;
	color: #b72459;
}
.xq-next:hover{
	background: url(../images/next-on.png) no-repeat right center;
	color: #b72459;
}
.help-title{
	font-size: 16px;
	color: #333;
}
.help-p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 12px;
}
.help-item{
	padding: 30px 0;
	border-bottom: 1px solid #f5f5f5;
}
.help-item:first-child{
	padding-top: 0;
}
.form-li{
	width: 756px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	margin: 0 auto 30px;
}

.form-li label{
	display: block;
	float: left;
	width: 90px;
}
.form-li input{
	display: block;
	width: 666px;
	height: 38px;
	float: left;
	border: 1px solid #bebebe;
	border-radius: 2px;
	padding-left: 14px;
	box-sizing: border-box;
}
.address{
	width: 666px;
	float: left;
}
.select{
	width: 218px;
	float: left;
	margin-left: 6px;
	position: relative;

}
.select:first-child{
	margin-left: 0;
}
.select input{
	width: 218px;
	background: #f8f8f8 url(../images/add-bg.png) no-repeat 196px center;
	color: #999;
	font-size: 12px;
}
.select-list{
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	height: 202px;
	border: 1px solid #eee;
	overflow-x: hidden; 
	overflow-y: auto;
	box-sizing: border-box;
	display: none;
}
.select-list button{
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #999;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}
.select-list button:first-child{
	border-top: none;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.select-list::-webkit-scrollbar{
    width: 4px;
    height: 16px;
    background-color: #f9f9f9;
}
/*定义滚动条的轨道，内阴影及圆角*/
.select-list::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);*/
    border-radius: 10px;
    /*background-color: #f5f5f5;*/
}
/*定义滑块，内阴影及圆角*/
.select-list::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 6px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
    background-color: #999;
}
.form-box{
	width: 666px;
	margin: -15px auto 0;
	padding-left: 90px;
	line-height: 32px;
}
.form-title{
	font-size: 14px;
	color: #666;
}
.choose-box button{
	width: 90px;
	text-align: left;
	padding-left: 25px;
	background: url(../images/ch.png) no-repeat left center;
	cursor: pointer;
}
.choose-box button.choose-on{
	background: url(../images/chon.png) no-repeat left center;
}
input.form-btn{
	display: block;
	width: 338px;
	height: 36px;
	border: 1px solid #b51f55;
	color: #666;
	font-size: 20px;
	background: none;
	margin: 30px auto;
	transition: all 0.3s ease-out;
}
input.form-btn:hover{
	color: #fff;
	background: #b51f55;
}

a.anli-more{
    display: block;
    width: 70px;
    height: 45px;
    /*border: 2px solid #fff;*/
    margin: 45px auto 0;
    position: relative;
    overflow: hidden;
}
a.anli-more:before{
    content: '';
    display: block;
    width: 70px;
    height: 45px;
    background: url(../images/hz-go.png) no-repeat center 15px;
    left: -175px;
    top: 0;
    position: absolute;
    transition: all 0.2s ease-out;
}
a.anli-more:after{
    content: '';
    display: block;
    width: 70px;
    height: 45px;
    background: url(../images/hz-go2.png) no-repeat center 15px;
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.2s ease-out;
}

a.anli-more:hover:after{
	left: 70px;
}
a.anli-more:hover:before{
	left: 0;
}
.idr-btns{
	text-align: center;
	margin-bottom: 70px;
}
.idr-btns button{
	margin: 0 20px;
	height: 34px;
	width: 34px;
	background: none;
	cursor: pointer;
}
button.idr-prev{
	background: url(../images/u.png) no-repeat center;
}

button.idr-next{
	background: url(../images/d.png) no-repeat center;
}
button.idr-prev:hover{
	background: url(../images/uu.png) no-repeat center;
}

button.idr-next:hover{
	background: url(../images/dd.png) no-repeat center;
}

.dlka6{ width:37px; height:37px; border-radius:3px; overflow:hidden; background:url(../images/got_to_hover.jpg) no-repeat ;position:fixed; right:5px; bottom:35px; z-index:999; cursor:pointer; opacity:0.6;}
.dlka6:hover{ opacity:1;}

.h-search{
	float: left;
	margin-left: 100px;
	height: 40px;
	margin-top: 2px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	width: 500px;
}
.h-search input{
	display: block;
	width: 440px;
	height: 40px;
	border: none;
	padding-left: 12px;
	float: left;
	box-sizing: border-box;
}
.h-search button{
	display: block;
	width: 50px;
	margin-left: 10px;
	height: 40px;
	float: left;
	background: url(../images/hs-btn.png) no-repeat center;
	background-size: 30px 30px;
	cursor: pointer;
}
.id-scinfo{
	position: fixed;
	right: 0px;
	/* bottom: 85px; */
	top: 49%;
	width: 135px;
	background-color: white;
	border: 1px solid #ccc;
	padding: 2px;
	z-index: 999;
}
.id-scinfo .kftit{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.id-scinfo .id-info .keban,
.id-scinfo .id-info .swiper-container{
	width: 135px;
	height: 135px;
}
.id-scinfo .id-info .kemsg{
	line-height: 23px;
	font-size: 13px !important;
	margin: 10px 0px 2px 6px;
}
.id-scinfo .id-kficon{
	position: absolute;
	/* right: 141px; */
	margin-top: -3px;
	margin-left: -40px;
	background: #d29fa2;
	border-radius: 5px;
}
.id-scinfo .id-kficon .kficon img{
	border-radius: 5px;
	opacity: 0.7;
	cursor: pointer;
	width: 37px;
	height: 37px;
}
.id-scinfo .id-kficon .kficon img:hover{
	opacity: 1;
}