﻿@charset "utf-8";
/* CSS Document */
html,body,form,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,em,address,a,input,textarea,span,strong,img,blockquote,fieldset,div,label{margin:0px; padding:0px}

body{font-size:14px; line-height:240%; color:#333;font-family:\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;}
ul,ol,dl{list-style:none;}
input,textarea,select,button{font-size:12px;}
a{ text-decoration:none;-webkit-transform: translate(0px,0);-moz-transform:translate(50px,0);transform: translate(0px,0);transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-moz-transition:all .3s ease-in 0s;}
a:hover{text-decoration:none;}
a:link,a:visited{ }
img{border:none;}
table{border-collapse:collapse;}
table,thead,tbody,tfoot,tr,td{margin:0px}
.clearfix{clear:both; height:0px; line-height:0px; font-size:0px; visibility:hidden;}
.right{ float:right;}
.left{ float:left;}
.clear{ clear:both;	}


body{}

h1,h2,h3,h4{}
h1{font-size: 50px; font-weight: bold; text-align: center;}
h2{font-size: 18px; font-weight: bold; line-height: 40px;}
h3{font-size: 32px;text-align: center;line-height: 80px;} /*关于我们标题*/
h4{font-weight: bold;font-size: 30px;margin-bottom: 24px;}

.wrapper{
  width: 1024px;padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;
}

.wrapper-0{
  width: 1024px;margin-right: auto; margin-left: auto;
}

.color6{
    color: #666;
}
.color9{
    color: #999;
}
.colorw{
  color: #fff;
}
.colorred{
  color: #ff0037;
}
.font12{
  font-size: 12px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font22{
  font-size: 22px;
}
.font24{
  font-size: 24px;
}
.font30{
  font-size: 30px;
}
.font50{
  font-size: 50px;
}
.mt10{
  margin-top: 10px;
}
.mt30{
  margin-top: 30px;
}
.mt20{
  margin-top: 20px;
}
.mt50{
  margin-top: 50px;
}
.text-indent{
  text-indent: 38px;
}

/*header*/
#header {
  width:100%; height: 70px; line-height: 70px;
}
.banner{
  width: 100%; height: 400px;
}
.greybg{
  background: #f2f2f2;
}


/*footer----------------------------------*/
/*---------- ----------*/

.footer{
	background:#403e3f;
	height:290px;
	 margin-top:30px;
	
}
.fo_con{
	width:1024px;
	margin:0 auto;
	
	color:#FFF;
	position:relative;
	z-index:1
}
.footer .left{
	float:left;
	width:320px;
	height:100px;
	
}
.footer .middle{
	float:left;
	width:700px;
	/*overflow:hidden;*/
	line-height: 25px;
	font-size:12px;
	color:#999;
	margin-top:30px
}
.footer .middle p{
	text-align:left;
	font-family:"宋体";
}
.footer .middle img{
	vertical-align:top;
	}
.footer_code{
	position:absolute;
	top:40px;
	right:10px
}
.footer1{
	background:#403e3f;
	height:175px;
}
.footer1 .left{
	float:left;
	width:275px;
	height:100px;
	margin-top:40px
}
.footer1 .middle{
	float:left;
	width:700px;
	overflow:hidden;
	font-size:12px;
	color:#999;
	margin-top:35px
}
.footer1 .middle p{
	text-align:left;
	font-family:"宋体";
}
.footer1 .middle img{
	vertical-align:top;
	}
.sns-list {
    height:50px;
}
.sns-list li{
    float:left;
    margin:0 15px 0 15px;
    position:relative;
}
.sns-list a{
    color:#fff;
    display:inline-block;
    height:30px;
    line-height:30px;
    padding-left:40px;
    position:relative;
    z-index:1;
}
.sns-list .weibo a{
    background:url(/style/images/wb1.png) left center no-repeat;
}
.sns-list .webapp a{
    background:url(/style/images/ie.png) left center no-repeat;
}
.sns-list .weichat a{
    background:url(/style/images/wx1.png) left center no-repeat;
}
.sns-list .ewm_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    padding:10px;
    font-size: 12px;
    height: 110px;
    position: absolute;
    text-align: center;
    top: -99px;
    width: 110px;
    opacity:0;
    left:-15px; display:none;
}
    .sns-list .ewm_box img {
        width:90px;
        height:90px;
    }
    .sns-list a:hover {
    transform: scale(1.2);
    transition: -moz-transform 0.4s ease 0s;
}
.ico-list {
    margin-top:10px;
}
.ico-list  a{
    display:inline-block;
}