﻿@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;
}
/*主体部分*/
.main{
	height: 710px;
	padding: 30px 0;
	background: #fff;
}
.main .left{
	width: 700px;
	height: 650px;
	margin-right: 25px;
}
.main .left .top{
	height: 215px;
	background: #f7f7f7;
	width: 660px;
	margin-bottom: 25px;
	padding: 20px;
}
.main .left .top p{
	font-size: 19px;
	line-height: 32px;
	color: #bb2335;
	font-weight: bold;
}




 .left .tit{
	height: 40px;
	border-bottom: 1px solid #e3e3e3;
}
 .left .tit a{
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 30px;
	/*border-bottom: 3px solid #bb2335;*/
	color: #bb2335;
	font-size: 19px;
	font-weight: bold;
}
.left .list{
	height: 165px;
	padding-top: 15px;
	line-height: 30px;
}




.main .right{
	height: 650px;
	width: 375px;
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}


 .right .tit{
	height: 40px;
	border-bottom: 1px solid #e3e3e3;
}
 .right .tit a{
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 30px;
	border-bottom: 3px solid #bb2335;
	color: #bb2335;
	font-size: 19px;
	font-weight: bold;
}
 .right .top .list{
	height: 315px;
	padding-top: 15px;
	line-height: 30px;
}
.right .bottom .list{
	height: 255px;
	padding-top: 15px;
	line-height: 30px;
}










/*相关链接*/

.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 .center{
	width: 72%;
}
.footer .w1100 div{
	height: 90px;
	text-align: center;
}
.footer .w1100 div p a{
	color: #fff;
}

 .tab .title{
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
 .tab .title li{
	float: left;
	height: 40px;
	padding: 0 20px;
	background: url(li-bg_03.jpg) no-repeat right center;
	line-height: 40px;
	font-size: 19px;
	font-weight: 500;
}
 .tab .title li.active{
	font-weight: bold;
}
  .tab .title li a{
	color: #999999;
	display: block;
	height: 100%;
	width: 100%;
}
  .tab .title li.active a{
	color: #bb2335;
	border-bottom: 2px solid #bb2335;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
  .tab .tablist{
	width: 100%;
	/*height: 245px;*/
}
  .tab .tablist li{
	display: none;
	width: 100%;
	/*height: 245px;*/
	padding-top: 5px;
	line-height: 30px;
}
  .tab .tablist li.active{
	display: block;
}
