*{
	padding: 0;
	margin: 0;
}
body {
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, "\5FAE\8F6F\96C5\9ED1", Segoe UI, Tahoma, "\5B8B\4F53 b8b\4F53", SimSun, sans-serif;
	color: #101d37;
}

/*复用样式 用于以后更换皮肤*/
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
	outline: none;
}
input:focus,
input:active:focus,
input.active:focus,
input.focus,
input:active.focus,
input.active.focus {
	outline: none;
}
/*头部第一个导航栏*/
.new_header{
	width: 100%;
	height: 36px;
	color: #333;
	background:#303035 ;
	box-shadow:0 1px 0 0 #eee;
}

.header_warrp{
	width: 1200px;
	height: 36px;
	margin: 0 auto;
}
.header_warrp ul li{
	float: left;
	list-style: none;
}
.header_warrp ul li a{
	text-decoration: none;
	display: inline-block;
	height: 100%;
	padding-right: 24px;
	font-size: 13px;
	color: #9b9b9b;
	line-height: 36px;
}
.header_warrp ul li a:hover{
	color: white;
}

/*中间大块*/
.main{
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	
}

.main_title{
	width: 100%;
	height: 130px;
	background-color: #F5F5F6;
	font-weight: 700;
    color: #101d37;
    font-size: 33px;
   
}

.main_title p{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	color: #878787;
	font-size: 16px;
	font-weight: normal;
}
/*中间具体的内容*/
.main_tab{
	width: 900px;
	height: 400px;
	margin: 0 auto;
	margin-top: 25px;
}

.main_tab div{
	width: 100%;
	height: 58px;
	color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.main_tab div i{
	width: 80px;
	display: inline-block;
	height: 38px;
	font-style: normal;
}
.main_tab div span{
	margin-left: 30px;
}

.ipt{
	position: relative;
    height: 38px;
    margin: 10px 0 10px;
    line-height: 38px;
    width: 360px;
    border: 0;
    padding-left: 20px;
}

.btn{
	display: block;
    width: 300px;
    height: 55px;
    line-height: 3.5;
    text-align: center;
    background-color: #FF8400;
    color: #fff;
    margin: 40px auto 102px 375px;
}

.yan_t{
	width: 144px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #FF8400;
    display: inline-block;
    border: 1px solid #FF8400;
    cursor: pointer;
}
