@charset "utf-8";

/*reset */

html, body, ol, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, legend, img, i, em, b, strong, textarea, select {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}


img {
	border: none;
}


/*body默认样式*/

body {
	font-size: 15px;
	font-family: "微软雅黑";
	background: #fff;
	color: #333;
}

input {
	border: 0;
	outline: none;
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*浮动方向*/

.fl {
	float: left;
}

.fr {
	float: right;
}

/* .w1100 {
	width: 1100px;
	margin: 0 auto;
} */

/*头部开始*/
.header{
	height:35px;
	width: 100%;
	background: #f3f3f3;
	line-height: 35px;
	font-size: 13px;
}
.header .w1100{
	height: 35px;
}
.header .w1100 div{
	width: 50%;
}

/*banner*/
.banner{
	height: 150px;
	background: url(banner-bg.png) no-repeat 530px center;
}
.banner .logo{
	width: 465px;
	height: 65px;
	margin: 45px 25px 0 0;
}
.banner .logo img{
	display: block;
	width: 100%;
	height: 100%;
}

.banner .address{
	margin-top: 50px;
}
.banner .search{
width: 340px;
height: 40px;
margin-top: 55px;
}

/*nav*/
.nav{
	height: 50px;
	width: 100%;
	background: #f3f3f3;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
/*当前位置*/
.address1{
	height: 58px;
	line-height: 58px;
	font-size: 13px;
	background: url(address-bg.png) no-repeat left center;
	padding-left: 20px;
}
.address a{
	color: #454545;
}

/*文章正文*/
.main{
  min-height: 500px;
}
@media(min-width:768px) {
  .w1100 {
    width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .address1.w1100  table td>table td{display:none;}
  .address1.w1100  table td>table td:last-child{display:block!important;}
  .main {
    width: 100%;
  }
  #c tr:nth-of-type(5){
    display: none;
  }
  div{
    position: relative;
  }
  #c tr:nth-of-type(2){
    /*position: absolute;
    bottom: 0;
    width: 90%;*/
    display:none;
  }
  #qian{
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #qian td:nth-of-type(2){
    width: 20%;
  }
  #qian td:nth-of-type(3){
    width: 20%;
  }
  #qian td:nth-of-type(4){
    width: 30%;
  }
}







/*相关链接*/

.links{
	height: 70px;
	padding: 15px 0;
}
.links span{
float: left;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	margin-right: 5px;
}

.links .link{
	height: 40px;
	width: 232px;
	margin-left: 20px;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 40px;
}

/*版权*/
.footer{
	height: 110px;
	background: #434343;
	width: 100%;
	font-size: 13px;
	color: #999;
}
.footer .w1100{
	height: 110px;
	line-height: 30px;
	padding: 10px 170px;
}
.footer .w1100 div{
	height: 90px;
	text-align: center;
}
.footer .w1100 .center{
	width: 72%;
}
.footer .w1100 div p a{
	color: #fff;
}
