div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,span,label{
	margin:0;
	padding:0;
}
html{color:#000;height: 100%;}
body{font-size: 12px;font-family:"Microsoft Yahei","宋体";letter-spacing: 0px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,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,button{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;border: none;outline: none;}
legend{color:#000;}
a:link,a:visited{text-decoration: none;}
a:hover{color:#F00; text-decoration:none;}
textarea{resize:none;}
img{vertical-align: top;}
.cl{clear: both;}
.fl{float: left;}
.fr{float: right;}
.t-c {text-align: center;}.t-l {text-align: left;}.t-r {text-align: right;}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
*{
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	font-family: "Microsoft Yahei","SimSun";
	/*background: url(../images/footer-bg.png) no-repeat center bottom #f7f7f7;*/
}
a {
	font-family: "Microsoft Yahei","SimSun";
}
.w{
	width: 1200px;
	margin: 0 auto;
}
/*.header start (头部公共)*/
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99px;
	background: #000;
	z-index: 99999;
}
.header .logo{
	padding-top: 10px;
}
.header .fr{
	float: right;
	width: 900px;
}
.header .shortcut{
	float: right;
	height: 18px;
	line-height: 18px;
	padding-top: 14px;
	margin-bottom: 20px;
	color: #fff;
}
.header .shortcut a{
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
}
.header .shortcut a:hover{
	color: #f00;
}
.header .shortcut a.ico{
	padding-left: 30px;
	background: url(../images/icons1.png) no-repeat 0 0;
}
.header .shortcut a.ico2{
	background-position: 0 -20px;
}
.header .shortcut a.ico3{
	background-position: 0 -40px;
}
.header .shortcut a.ico4{
	background-position: 0 -60px;
	padding-right: 0px;
}
.header .shortcut a.ico:hover{
	background-position: -100px 0;
}
.header .shortcut a.ico2:hover{
	background-position: -100px -20px;
}
.header .shortcut a.ico3:hover{
	background-position: -100px -40px;
}
.header .shortcut a.ico4:hover{
	background-position: -100px -60px;
}
.header .nav{
	float: right;
	text-align: right;
}
.header .nav ul li{
	display: inline-block;
	/*float: left;*/
	margin-left: 45px;
}
.header .nav ul li a{
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.header .nav ul li a:hover,.header .nav ul li.cur{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.header .nav ul li a:hover,.header .nav ul li a.cur{
	color: #f00;
}
.line{
	height: 99px;
}
/*.header end (头部公共)*/

/*.footer start (底部公共)*/
.footer .service{
	padding: 16px 0;
	border-top: 2px solid #e2e2e2;
	overflow: hidden;
}
.footer .service ul li{
	float: left;
	height: 110px;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	box-sizing: border-box;
	font-size: 12px;
}
.footer .service ul li img{
	padding-top: 8px;
	margin-bottom: 24px;
}
.footer .service ul li:nth-child(1){
	border: none;
}
.footer .copyright{
	background: #000;
}
.footer .copyright .top{
	padding: 40px 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.footer .copyright .top .fl{
	margin-right: 140px;
	padding-top: 20px;
}
.footer .copyright .top .center{
	float: left;
	font-size: 16px;
	line-height: 16px;
	padding-top: 34px;
}
.footer .copyright .top .center ul{
	margin-bottom: 17px;
	overflow: hidden;
}
.footer .copyright .top .center ul li{
	height: 16px;
	float: left;
	padding: 0 22px;
	border-left: 1px solid #fff;
}
.footer .copyright .top .center ul li:nth-child(1){
	padding-left: 0px;
	border: none;
}
.footer .copyright .top .center ul li a,
.footer .copyright .top .center p{
	color: #fff;
}
.footer .copyright .top .center ul li a:hover{
	color: #f00;
}
.footer .copyright .top .fr{
	float: right;
	text-align: center;
}
.footer .copyright .top .fr img{
	width: 100px;
	height: 100px;
}
.footer .copyright .top .fr p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.footer .copyright .copy1{
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding:3px 0 0 5px;
	text-align: center;
}
.footer .copyright .copy1 a{
	color: #fff;
}
/*.footer end (底部公共)*/

/*animation start (css3动画)*/

/*放大*/
@keyframes scaleA{
	from {transform:scale(1);}
	to {transform:scale(1.1);}
}

@-moz-keyframes scaleA /* Firefox */{
	from {transform:scale(1);}
	to {transform:scale(1.1);}
}

@-webkit-keyframes scaleA /* Safari 和 Chrome */{
	from {transform:scale(1);}
	to {transform:scale(1.1);}
}

@-o-keyframes scaleA /* Opera */{
	from {transform:scale(1);}
	to {transform:scale(1.1);}
}
/*放大*/
@-webkit-keyframes guideTop {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-4px);

    }
}
/*animation end (css3动画)*/

.header .nav ul li:nth-child(3){
	position: relative;
}
.header .nav ul li:nth-child(3):before{
	content:"";
	position: absolute;
	top: -20px;
	right: -48px;
	width: 48px;
	height: 38px;
	background: url(../images/gaoxin.png) no-repeat center center;
}