* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') repeat-y center top;
}

.banner {
    width: 100%;
    height: 779px;
    background: url("../images/banner.png") no-repeat center top;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    margin-top: -80px;
}

.cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.flash {
    width: 630px;
    height: 420px;
    float: left;
    background: #fff;
}

.out-img {
    position: relative;
    width: 630px;
    height: 420px;
    overflow: hidden;
    border: 1px solid #c7020c;
    box-sizing: border-box;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    width: 630px;
    height: 420px;
    float: left;
    position: relative;
}
.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 42px;
}
.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 16px;
    font-size: 0;
}
.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #c7020c;
}
.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.out-img:hover .btn {
    display: block;
}
.out-img .btn-l {
    left: 0;
}
.out-img .btn-r {
    right: 0;
}


.newslists {
    float: right;
    width: 550px;
    height: 420px;
}

.newslists h2 {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #c7020c;
    padding-left: 8px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newslists h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 4px;
    height: 30px;
    background: #c7020c;
}

.newslists p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
}

.newslists ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.newslists ul li {
    font-size: 18px;
    line-height: 46px;
    background: url(../images/li-icon.png) no-repeat center left;
    padding-left: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.newslists ul li a:hover {
    color: #c7020c;
}

.tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.tit img {
    margin: 0 auto;
}

.car {
    width: 100%;
    height: 497px;
    overflow: hidden;
    background: url('../images/car.png') no-repeat center center;
    position: relative;
}

.car .one {
    position: absolute;
    left: 220px;
    bottom: 340px;
    width: 265px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.car .two {
    position: absolute;
    right: 220px;
    bottom: 345px;
    width: 240px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.car .three {
    position: absolute;
    left: 220px;
    bottom: 100px;
    width: 200px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.car .four {
    position: absolute;
    right: 200px;
    bottom: 60px;
    width: 200px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.kb ul {
    overflow: hidden;
    margin-right: -25px;
}


.kb ul li {
    position: relative;
    width: 281px;
    height: 374px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    padding: 10px 11px 0 20px;
    box-sizing: border-box;
    background: url('../images/user-bg.png') no-repeat center center;
}

.kb ul li img {
    width: 250px;
    height: 180px;
}

.kb ul li p {
    font-size: 18px;
    line-height: 34px;
}

.kb ul li p.name {
    position: absolute;
    left: 12px;
    bottom: 40px;
    width: 269px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: url('../images/user-name.png') no-repeat center center;
    text-indent: 5px;
}

.kb ul li p.com {
    position: absolute;
    left: 12px;
    bottom: 2px;
    width: 269px;
    height: 37px;
    line-height: 37px;
    color: #c7020c;
    background: url('../images/user-name1.png') no-repeat center center;
    text-indent: 5px;
}

.kb ul li span {
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: url('../images/v-icon.png') no-repeat center center;
    background-size: cover;
}

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pro ul {
    overflow: hidden;
    margin-right: -19px;
}

.pro ul li {
    width: 281px;
    height: 227px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 19px;
    margin-bottom: 10px;
}

.pro ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro ul li img {
    display: block;
}

.news-lists {
    float: left;
    width: 430px;
    height: auto;
    overflow: hidden;
}

.feedback-wrap {
    float: right;
    width: 750px;
    height: auto;
    overflow: hidden;
}

.title {
    width: 100%;
    height: 52px;
    line-height: 52px;
}


.news-li {
    width: 100%;
    height: 404px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #c7020c;
    padding: 20px;
    box-sizing: border-box;
}

.news-li li {
    position: relative;
    width: 100%;
    height: 170px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.news-li li img{
    display: block;
}


.pages_fk_con {
    width: 100%;
    height: 404px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #c7020c;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
    text-align: center;
    line-height: 30px;
    padding-bottom: 20px;
}