﻿* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfix {
    zoom: 1
}
body {
    background: url(banner-bg.png) no-repeat center top;
}
.w1756{
    position: relative;
    width: 1756px;
    height: auto;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/* header start */

.banner{
    width: 100%;
    height: 60px;
    margin-top: 408px;
    background: #d41e00;
}
.nav li{
    float: left;
    width: 16.6%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
.nav li a{
    display: block;
    color: #fff;
}
/* .search {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 246px;
    margin-top: 68px;
}     */
.searchBox {
    width: 235px;
    height: 35px;
    border: none;
    background: url(searchBg.png);
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    outline: none;
}
.searchBtn{
    position: absolute;
    top: 16px;
    width: 35px;
    height:35px;
    background: url(searchBtn.png);
    border: none;
    color: #FFFFFF;
    font-size: 14px;
}
.hover{
    background: #ff2e00;
}
/* header end */
/* content start */

.cont {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contOne{
    text-align: center;
    margin-top: 50px;
}
.contTwo {
    width: 100%;
    /* height: 400px; */
}


/* 轮播 */
.contTwo_left1 {
    width: 408px;
    margin-right: 40px;
}
.contTwo_left {
    position: relative;
    float: left;
    width: 858px;
    height: 421px;
    
}
.lunbo {
    position: relative;
    float: left;
    width: 858px;
    height: 421px;
}
.lunbo .hd{
    margin-right: 10px;
}
.lunbo .hd ul li{
    margin-bottom: 10px;
}
.lunbo .hd ul li img{
    width: 217px;
    height: 134px;
}
.lunbo .hd ul li.on {
    opacity: .6;
}

.lunbo .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.lunbo .bd li {
    zoom: 1;
    vertical-align: middle;
}
.lunbo .bd li a {
    position: relative;
    display: block;
    width: 630px;
    height: 421px;
}
.lunbo .bd li img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.lunbo .bd .fit {
    width: 630px;
    height: 421px;
}
.lunbo .bd li .text {
    width: 630px;
    height: 40px;
    background-color: rgba(51, 51, 51, 0.5);
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.prev {
    width: 47px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: url(arrow-prev.png) no-repeat center;
    background-size: contain;
    left: 234px;
    bottom: 202px;
    cursor: pointer;
}
.next {
    width: 47px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background: url(arrow-next.png) no-repeat center;
    background-size: contain;
    right: 10px;
    bottom: 202px;
    cursor: pointer;
}

/* 生命线 */
.contTwo_right {
    width: 410px;
    float: left;
    margin-left: 40px;
}
.smx {
    width: 100%;
    height: 42px;
    border-bottom: 5px solid #ed2200;
}
.smx-tit {
    width: 90px;
    height: 42px;
    line-height: 22px;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #2e5ba9;
    margin-right: 30px;
}
.smx-cont {
    margin-top: 10px;
}
.smx-more {
    float: right;
    line-height: 32px;
    color: #999;
}
.smx-cont{
    position: relative;
}
.smx-cont li {
    display: flex;
}
.smx-cont li a {
    width: 100%;
    display: inline-block;
    line-height: 38px;
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.smx-cont li span{
    display: block;
    float: right;
    line-height: 36px;
    font-weight: normal;
    color: #999;
}
.xzc{
    width: 637px;
    margin-right: 40px;
}
.xzc-cont{
    margin-top: 20px;
}
/* 专题 */
.contThree{
    margin-top: 50px;
    margin-bottom: 50px;
}
.contThree li{
    width: 409px;
    float: left;
    margin-left: 40px;
}
.contThree li:first-child{
    margin-left:0;
}
/* footer */
.footer {
    width: 100%;
    height: 80px;
    background: #d41e00;
    overflow: hidden;
}
.footer p{
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
}
