body{background-color: #f1f1f1;min-width:800px;color:#000;font-family: "微软雅黑";font-size: 14px;}
a{color:#000;text-decoration: none;display:block;}
a:hover {text-decoration: none;}
.clear::after{
	display:block;
	content:'';
	clear: both;
}
.clear{
	zoom:1;
}
img{
	border: none;
}

.headerBox{
	height: 85px;
	width: 100%;
	background-color: #FFF;
}
.header{
	width: 1353px;
	height: 85px;
	margin: 0 auto;
	position: relative;
}
.header .logo{
	width: 250px;
	height: 100%;
	float: left;
}
.header .logo img{
	width: 220px;
}
.header .nav{
	float: left;
	margin-left:-40px;
}
.header .nav  a{
	display: block;
	width: 96px;
	height: 100%;
	font-family: "微软雅黑";
	font-size:16px;
}
.header .nav a{
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	height: 85px;
	line-height: 85px;
	padding-right: 8px;	
	padding-left: 8px;
	float: left;
}
.header .nav a:nth-child(1){

	padding-left: 16px;
}
.header .login-wrap{
	width:144px;
	height: 31px;	
	float: right;
	margin-top: 26px;
	font-size:14px;	
	text-align:center;
	position: absolute;
	right:-30px;
	top:0px;
	display: none;
}
.header .lan-wrap{
	line-height:20px;
	float: left;
	text-align:center;
	width:100px;
	height: 85px;
	color:#000;
}
.lan-wrap a{display:inline-block;line-height: 85px;}
.header .lan-wrap .lan_active{
	color:#c60075;
}
.header .logged-in{
	color:#999999;
}
.header .logged-in span{
	font-size:14px;
	color:#c60075;
}
.header .logged-in a{
	display:inline-block;
	width:42px;
	height:16px;
	color:#c60075;
	border:1px solid #c60075;
	border-radius:12px;
	line-height: 16px;
    text-align: center;
	margin-top:4px;
}
.header .login{
	text-align: center;
	width: 101px;
	height: 31px;	
	float: right;
	background:url(../img/login.png) no-repeat center 0;
}
.header .login a{
	line-height: 30px;
	width: 30px;
	color: #ca2681;
	float: left;
	padding-left:13px;
	padding-right:7px;
}
.header .login a:hover{
	color: #FFF;
	
}
.header .login a:nth-child(1):hover{
	background:url(../img/login1.png) no-repeat 0 0;
}
.header .login a:nth-child(2):hover{
	background:url(../img/login1.png) no-repeat -50px 0;
}
.header .login span{
	font-size: 14px;
}


.footer{
	background: #FFF;
	height: 162px;
	width: 100%;
	padding-bottom:10px;
}
.footer .footBox{
	width: 1190px;
	margin: 0 auto;
}
.footer .foot-logo{
	float: left;
	width: 250px;
	padding-top:34px;
	padding-left: 90px;
}
.footer .foot-logo{
	float: left;
	width: 250px;
	padding-top:34px;
	padding-left: 90px;
}
.footer .footBox .text{
	position: relative;
	padding-top: 20px;
	/*width: 800px;*/
	height: 142px;
	float: left;

}
.footer .footBox .text ul{
	height: 30px;
}
.footer .footBox .text a{
	font-size: 14px;
	color:  #000;
}
.footer .footBox .foot-divice{
	margin-right: 22px;
	float: left;
	height: 20px;
	width: 80px;
	border-right:1px solid #000;
}
.footer .footBox .text p{
    color:#000;
	font: 14px/20px "微软雅黑";
}
.footer .footBox .text .foot-icp{
	line-height: 20px;
	font-weight: normal;
	color: #a1a1a1;
}
.letter{
	letter-spacing: 10px;
}
.active{
	background:#c60075;
	color: #fff;
}
.active1{
	background:#c60075;
	color: #fff;
}
.icp-wrap{
	height:22px;
    margin-top:5px;
}
.footer .footBox .icp-wrap a{
	font-size: 14px;
	float:left;
	height:20px;
	line-height:20px;
	color:#000;
	margin-right:5px;
}
.footer .footBox .qq-float{
	z-index: 454;
	display: none;
	position: absolute;
	top: -86px;
	left: -18px;
	width: 300px;
	height: 95px;
}
.footer .footBox .qq-float span{
	cursor: pointer;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	opacity: 0;
	filter:alpha(opacity=0);
}
.footer .footBox .qq-float:after{
	position: absolute;
	top: 95px;
	content: "";
	height: 0;
	width: 0;
    border-top: 9px solid #c60075 ;
    border-right: 6px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 143px;
}
.icp-wrap a img{
	float:left;
	height:22px;
}
/*
 * 用户协议
 */
.agree-wrap{
	width: 100%;
	padding-top: 18px;
	background-color: #f6f6f6;
}
.agree{
	width: 908px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px 25px;
	padding-top: 10px;
}
.agree-tit{
	height: 94px;
	line-height: 94px;
	font-size: 24px;
	text-align: center;
}
.agree h5,
.agree p{
	text-indent: 28px;
	word-break: break-all;
	line-height: 24px;
	font-size: 14px;
	padding-bottom: 6px;
}

.agree p a{
	color: #2d93da;
}
.agree p span{
	display:block;
	padding-left: 28px;
	padding-top:10px;
	text-indent: 0px;
}

.agree p em{
	display:block;
	padding-left: 28px;
	text-indent: 0px;
	font-style: normal;
}

.pro_content .top_img{
	width:100%;
	height:313px;
	background:url(../img/pro_p1.jpg) no-repeat center top;
	background-size:100% auto;
}
.pro_content .main_con{
	width:100%;
}
.pro_content .main_con .pubMain{
	width:1200px;
	margin:0 auto;
	margin-top:30px;
}
.pro_content .show{
	/* width: 390px; */
	width: 343px;
	height:581px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.pro_content .show .imgitem{
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.pro_content .show:hover .imgitem{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pro_content .show .info{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(222,0,128,.8);
	opacity:0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.pro_content .show:hover .info{
	opacity:1;
	filter: alpha(opacity=100);
}
.pro_content .show .info h3{
	margin-top:45px;
	margin-bottom:30px;
	font-size:34px;
	font-weight:bold;
	color:#fff;
	text-indent:30px;
	position:relative;

}
.pro_content .show .info p{
	font-size: 18px;
	color:#ffd3ea;
	padding:0 30px;
	text-align:justify;

}
.pro_content .show .info .info_line{
	position:absolute;
	top:50%;
	right:0;
	width:100px;
	height:1px;
	border-top:1px solid #fff;
}
.pro_content .show .btns{
	/* margin-top:40px; */
	position:absolute;
	top:580px;
	left:0;
	width:100%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.pro_content .show:hover .btns{
	top:440px;
	/* margin-top:30px; */
}
.pro_content .show .btns a{
	width:172px;
	height:37px;
	display:block;
	font-size:18px;
	letter-spacing:10px;
	color:#fff;
	line-height:37px;
	margin:0 auto;
	text-align:center;
	text-indent:50px;
	border: solid 1px #ffffff;
	margin-bottom:20px;
	position:relative;
}
.pro_content .show .btns a.home::before{
	position:absolute;
	left:40px;
	top:7px;
	display:block;
	content:'';
	width:23px;
	height:21px;
	background:url(../img/p2_spr.png) no-repeat;
	background-position:-10px -10px;
}
.pro_content .show .btns a.down::before{
	position:absolute;
	left:40px;
	top:7px;
	display:block;
	content:'';
	width:21px;
	height:19px;
	background:url(../img/p2_spr.png) no-repeat;
	background-position:-10px -51px;
}
.btns a.home:hover{
	background:#fff;
	color:#cb1073;
}
.btns a.down:hover{
	background:#fff;
	color:#cb1073;
}
.btns a.home:hover span{
	color:#cb1073;
}
.btns a.down:hover span{
	color:#cb1073;
}
.pro_content .show .btns a.home:hover::before{
	background-position:-53px -10px;
}
.pro_content .show .btns a.down:hover::before{
	background-position:-51px -51px;
}
/* .showLeft{
	float:left;
}
.showM{
	float: left;
	margin-left:85px;
}
.showR{
	float:right;
} */
.pro_content .main_con ul li:nth-child(3n-2){
	float:left;
}
.pro_content .main_con ul li:nth-child(3n-1){
	float: left;
	margin-left:85px;
}
.pro_content .main_con ul li:nth-child(3n+3){
	float:right !important;
}

.footer-wrap{
    width: 100%;
	min-width: 960px;
	padding:20px 0;
    background-color: #fff;
}
.footer {
    width: 1200px;
    margin: 0px auto;
    color: #666;
    font-size: 12px;
}
.footer>img {
    margin: 50px 0px 0px 65px;
}
.footer-con{
	padding:0px 0;
	font-size:12px;
}
.footer-con strong{
	font-size:16px;
}
.footer-link{
	height: 20px;
	line-height: 20px;
	margin-top: 14px;
}
.footer-link>a{
	position: relative;
	float: left;
	padding: 0px 10px 0px 11px;
}
.footer-link>a:before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	width: 1px;
	height: 12px;
	background-color: #666;
}
.footer-link>a:first-child:before{
	display: none;
}	
.footer-con p{
	line-height: 20px;
	padding-left: 11px;
	font-size:12px;
	margin-top:5px;
	color: #5b5b5b;
}
.footer-con a{
	color: #5b5b5b;
}








