*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}



body{
	min-width:1440px;
}

.banner{
	width:100%;
	height:500px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.bantop{
	width:1200px;
	margin:0 auto;
	margin-top:80px;
}

.bantop .title{
	width:auto;
	color:#BC020D;
	font-size:36px;
	font-weight:bold;
	text-align:center;
}

.bantop .tupiao{
	width:740px;
	margin:0 auto;
	margin-top:50px;
}

.tupiao ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}


.tupiao ul li{
	width:94px;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:18px;
}

.tupiao ul li div{
	width:94px;
	height:94px;
	background:#BC020D;
	border-radius:47px;
	display:flex;
	justify-content:center;
	align-items:center;
}


.ttext{
	width:1200px;
	margin:0 auto;
}

.ttext p{
	font-size:18px;
	color:#666;
	padding:30px 10px;
	line-height:36px;
	text-align:center;
}


.topzx{
	width:300px;
	height:46px;
	line-height:46px;
	border:1px solid #ccc;
	color:#000;
	display:block;
	text-align:center;
	font-size:18px;
	margin:0 auto;
	margin-bottom:50px;
}


.titles{
	width:1200px;
	margin:0 auto;
	margin-top:100px;
}

.titles h5{
	width:100%;
	height:10px;
	border-bottom:2px solid #B6000D;
}

.titles h4{
	width:202px;
	height:142px;
	background:#B6000D;
	margin:0 auto;
	border-bottom:5px solid #830304;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
}

.titles h4 div{
	width:100%;
}

.titles h4 strong{
	width:100%;
	display:block;
	font-size:60px;
}

.titles h4 span{
	width:100%;
	font-size:16px;
}

.vs{
	width:1200px;
	margin:0 auto;
	margin-bottom:100px;
}


.vs .tops{
	width:100%;
	height:90px;
	display:flex;
	justify-content:space-between;
	color:#fff;
}


.vs .tops .v{
	width:50%;
	height:100%;
	background:#FF8758;
}

.vs .tops .s{
	width:50%;
	height:100%;
	background:#67B4EA;
}

.vs .tops .v h3, .vs .tops .s h3{
	width:100%;
	line-height:90px;
	text-align:center;
	font-size:24px;
	position:relative;
}

.vs .tops .v h3:after{
	content:"V";
	font-size:70px;
	position:absolute;
	right:4px;
	top:0px;
}

.vs .tops .s h3:after{
	content:"S";
	font-size:70px;
	position:absolute;
	left:4px;
	top:0px;
}

.vs .pics{
	width:1200px;
	display:flex;
	justify-content:space-between;
}


.vs .pics p{
	width:50%;
}

.vs .pics dl{
	width:50%;
	position:relative;
}

.vs .pics div{
	width:100%;
	height:390px;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.vs .pics div p{
	width:100%;
}

.vs .pics div p span{
	width:100%;
	display:block;
	text-align:center;
	font-size:20px;
	line-height:50px;
}

.vs .pics p img{
	width:100%;
	display:block;
}


.zixun{
	width:950px;
	margin:0 auto;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}


.zixun .left-btn{
	width:350px;
	height:52px;
}


.zixun .left-btn a{
	width:100%;
	height:100%;
	display:block;
	background:#B6000D;
	line-height:52px;
	color:#fff;
	font-size:18px;
	text-align:center;
}


.zixun .left-btn a span {
    width: 30px;
    height: 30px;
	display:inline-block;
    background: #000;
    color: #FFF;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}


.zixun .right-btn{
	width:470px;
	height:52px;	
}


.zixun .right-btn a{
	width:100%;
	height:100%;
	display:block;
	font-size:18px;
	text-align:center;
	line-height:52px;
	color:#000;
	border:1px solid #C9C9C9;
	transition:1s;
}

.zixun .right-btn a:hover{
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.5);
	background:#B6000D;
	color:#fff;
}

.zixun .right-btn a strong{
	color:#FFBF00;
}


.zhuanye{
	width:100%;
}


.swiper-container{
        width: 1200px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom:30px;
}

.swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
 
 
.swiper-slide dl{
	width:380px;
	position:relative;
}

.swiper-slide dl img{
	width:100%;
	display:block
}

.swiper-slide dl dd{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	background:#9E0001;
}

.swiper-slide dl dd a{
	color:#FFF;
}

.swiper-pagination-bullet-active{
	width:30px!important;
	border-radius:4px!important;
}

.bmlc{
	width:1080px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}

.bmlc dl{
	width:230px;
}

.bmlc dl dt{
	width:auto;
	font-size:22px;
	color:#B6000D;
}

.bmlc dl dd{
	width:auto;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	color:#aaa;
}

.bmlc dl div{
	width:160px;
	height:50px;
	margin:0 auto;
	border-bottom:1px solid #CCC;
	color:#CCC;
	text-align:right;
	position:relative;
}

.bmlc dl div:after{
	content:">";
	position:absolute;
	right:-8px;
	top:38px;
}










