﻿html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h3,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h3,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
html{
	height:100%;
}
body{
	height:100%;
	font-size:14px;
	font-family: Arial,Helvetica,"Microsoft Yahei";
	color:#333;
}
a {
    text-decoration: none;
    color:#333;
}
img{
	vertical-align: middle;
}

.wrapper{
	position: relative;
	height: 100%;
	overflow-x: hidden;
}
.inner{
	position: relative;
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.header{
	background: #000;
    height: 52px;
    line-height: 52px;
}
.footer{
	background: #333;
    min-height: 210px;
}
.J_link{
	cursor: pointer;
}

.mod-head .hd{
	float: left;
	position: relative;
    z-index: 98;
	width: 250px;
    height: 52px;
    text-align: center;
    font-size: 0;
}
.mod-head .hd .logo{
	font-size: 0;
}
.mod-head .bd{
	float: right;
}
.mod-head .bd li{
	float: left;
	width: 110px;
}
.mod-head .bd li a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	-webkit-transition: .4s cubic-bezier(.175,.885,.32,1);
    -o-transition: .4s cubic-bezier(.175,.885,.32,1);
    transition: .4s cubic-bezier(.175,.885,.32,1);
    -webkit-transition-property: color,background,opacity,left,top,right,bottom,-webkit-transform;
    -o-transition-property: color,background,opacity,left,top,right,bottom,-o-transform;
    transition-property: color,background,opacity,left,top,right,bottom,-webkit-transform;
    transition-property: color,background,transform,opacity,left,top,right,bottom;
    transition-property: color,background,transform,opacity,left,top,right,bottom,-webkit-transform,-o-transform;
}
.mod-head .bd li a:hover{
	color: #21a07d;
}
.mod-head .hd{
	position: relative;
    z-index: 98;
}
.mod-head .ft{
	display: none;
	background: #eee;
}
.mod-head .ft ul{
	overflow: hidden;
}
.mod-head .ft li{
	float: left;
	width: 33.33%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.mod-head .ft li.active{
	background: rgba(0,0,0,.05);
}
.mod-head .ft li a{
	display: block;
}

.mod-link .bd{
	padding: 15px 10px;
	border-bottom: 1px solid #565656;
}
.mod-link .bd p{
	line-height: 26px;
	color: #ccc;
}
.mod-link .bd p.title{
	font-size: 16px;
}
.mod-link .bd p a{
	margin-right: 12px;
	white-space: nowrap;
	color: #ccc;
}

.mod-foot{
	padding: 20px 10px 10px;
	color: #ccc;
	overflow: hidden;
}
.mod-foot a{
	color: #ccc;
}
.mod-foot .hd{
	float: left;
	width: 144px;
}
.mod-foot .hd p{
	line-height: 36px;
	text-align: center;
}
.mod-foot .bd,.mod-foot .ft{
	margin-left: 180px;
}
.mod-foot .bd ul{
	margin-bottom: 10px;
	text-align: center;
}
.mod-foot .bd li{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mod-foot p{
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}
.mod-foot .ft{
	padding-top: 25px;
}
.mod-foot .ft img{
	margin-right: 5px;
}
.mod-head .bd li{
	position: relative;
}
.mod-head .bd li.after a::after{
    content: "0鍏冭瘯鐢?";
    color: #fff;
    font-weight: bold;
    width: 82px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    z-index: 2000;
    left: 15px;
    bottom: -21px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-image: url(/static/image/index/bubbleZhuce.png);
    cursor: pointer;
    top: 38px;
}


.mod-head .bd li.attract a::after {
    content: '';
    position: absolute;
    width: 105px;
    height: 53px;
    background: url(/static/image/public/attract.gif) ;
    top: -1px;
    left: 0;
}

.mod-head .bd li.attract a {
	color: transparent;
}

@media screen and (max-width: 1200px){
	.mod-head .bd li.attract a::after  {
		left:50%;
		transform: translateX(-38%);
	}
	.mod-head .bd li.after a::after {
		display:none;
	}
	.inner{
		width: auto;
		padding: 0;
	}

	.header{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		width: 100%;
	}
	.container{
		padding-top: 88px;
	}

	.mod-head .hd{
		float: none;
		width: auto;
	}
	.mod-head .bd ul{
		padding-top: 15px;
	}
	.mod-head .bd li{
		float: none;
		width: auto;
		height: 53px;
		line-height: 53px;
	}
	.mod-head .bd li a{
		color: #686868;
	}
	.mod-head .bd li.active a{
		background: #222;
    	color: #fff;
	}
	.mod-head .ft{
		display: block;
	}

	.mod-head .nav-bar {
	    position: absolute;
	    top: 19px;
	    left: 15px;
	}
	.mod-head .nav-bar span {
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    width: 20px;
	    height: 1px;
	    margin-bottom: 6px;
	    position: relative;
	    background: #fff;
	    border-radius: 3px;
	    z-index: 1;
	    -webkit-transform-origin: 20px;
	    transform-origin: 20px;
	    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;
	    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	}
	.mod-head .bd {
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 97;
	    width: 230px;
	    height: 100%;
	    background-color: #171717;
	    padding-top: 54px;
	    overflow: auto;
	    transform: translate(-230px, 0);
	    transition: transform 500ms cubic-bezier(0.3, 0, 0, 1);
	    -webkit-overflow-scrolling: touch;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
	.mod-head .mark {
	    display: none;
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 96;
	    width: 100%;
	    height: 100%;
	    -webkit-animation-name: fadeOut;
	    animation-name: fadeOut;
	    -webkit-animation-duration: 500ms;
	    animation-duration: 500ms;
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-animation-direction: normal;
	    animation-direction: normal;
	    -webkit-animation-delay: 0;
	    animation-delay: 0;
	}
	.mod-head-hide .bd {
	    transform: translate(-230px, 0) !important;
	}
	.mod-head-show .bd {
	    transform: translate(0, 0) !important;
	}
	.mod-head-show .nav-bar span {
	    opacity: 1;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.mod-head-show .nav-bar span:nth-last-child(3) {
	    opacity: 1;
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.mod-head-show .nav-bar span:nth-last-child(2) {
	    opacity: 0;
	}
	.mod-head-show .nav-bar span {
	    opacity: 1;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.mod-head-show .mark {
	    display: block;
	    background: rgba(0,0,0,0.75);
	    -webkit-animation-name: fadeIn;
	    animation-name: fadeIn;
	    -webkit-animation-duration: 1000ms;
	    animation-duration: 1000ms;
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-animation-direction: normal;
	    animation-direction: normal;
	    -webkit-animation-delay: 0;
	    animation-delay: 0;
	}

	.mod-link .bd p{
		line-height: 24px;
		font-size: 12px;
	}
	.mod-link .bd p.title{
		font-size: 14px;
	}

	.mod-foot .hd{
		float: none;
		width: 100px;
		margin: 0 auto;
	}
	.mod-foot .hd img{
		width: 100px;
		height: 100px;
	}
	.mod-foot .bd,.mod-foot .ft{
		margin-left: 0;
	}
	.mod-foot .bd li{
		width: auto;
		margin: 0 10px;
		height: 30px;
		line-height: 30px;
	}
	.mod-foot .ft{
		padding-top: 15px;
	}
}