@charset "utf-8";

body{
    background: #fff;
}
input{
    outline: none;
    border: 1px solid #CCCCCC;
}
.mainBox{
    width: 1180px;
    font-size: 14px;
    margin: 0 auto;
}
/* banner */
.bannerCont{
    height: 500px;
    background: url(../img/a_banner.png) no-repeat center center;
    background-size: auto 100%;
    margin-bottom: 80px;
}
.bannerCont .banner_cont{
    width: 1180px;
    height: 100%;
    padding-top: 100px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.bannerCont .banner_cont h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    margin-bottom: 30px;
}
.bannerCont .banner_cont>p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 80px;
}
.bannerCont .banner_btn button{
    width: 200px;
    height: 50px;
    outline: none;
    border: 1px solid #C92B2C;
    font-size: 20px;
    font-weight: bold;
    margin-left: 16px;
    cursor: pointer;
}
.bannerCont .banner_btn button:first-child{
    margin-left: 0;
}
.bannerCont .banner_btn .red_btn{
    background: transparent;
    color: #C92B2C;
}
.bannerCont .banner_btn .red_btn:hover{
    background: #C92B2C;
    color: #fff;
}
/* banner结束 */


/* 主体内容 */
.mainBox{
    text-align: center;
    box-sizing: border-box;
}
.contBigBox{
    padding-bottom: 150px;
}

/* tab */
.tabul{
    display: inline-block;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 60px;
    vertical-align: top;
}
.tabul li{
    float: left;
    width: 200px;
    border: 1px solid #D8D8D8;
    border-left: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}
.tabul li:first-child{
    border-left: 1px solid #D8D8D8;
}
/*.tabul li:first-child+li{*/
    /*border-radius: 0 8px 8px 0;*/
/*}*/
.tabul li.active{
    background: #C92B2C;
    color: #fff;
}

.titBox{
    line-height: 33px;
    margin-bottom: 50px;
}
.titBox>*{
    vertical-align: top;
}
.titBox h2{
    display: inline-block;
    margin: 0 6px;
    font-size: 24px;
    font-weight: bold;
    color: #B5A593;
}
.titBox>img{
    display: inline-block;
    margin-top: 11.5px;
}
.cont_box>div{
    display: inline-block;
    min-width: 200px;
    line-height: 58px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.cont_box>div.gray_box{
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
}
.cont_box>div.or_box{
    font-weight: normal;
    background: #FFF8EF;
    border: 1px dashed #FFC376;
    color: #FF9C43;
    border-radius: 4px;
}
.cont_box>img{
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 17px;
}


/* 底部 */
.bottom {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #FFF1F2;
	text-align: center;
}

.bottom ul {
	display: inline-block;
	overflow: hidden;
	width: 1200px;
	text-align: left;
	vertical-align: top;
}
.bottom ul li {
	float: left;
	margin-right: 60px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.bottom ul li a:hover {
	color: #C92B2C;
}