* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

body {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') no-repeat center top;
}

.banner{
    width: 100%;
    height: 670px;
}

.wrap{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.cont-one{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.flash{
    width: 570px;
    height: 380px;
    float: left;
}
.news-right{
    width: 600px;
    height: 380px;
    float: right;
}

.news-right h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-right p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}

.news-right  p a:hover{
    color: #c6010b;
}

.news-right ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/icon-li.png') no-repeat center left;
    text-indent: 10px;
}

.news-right ul li a:hover{
    color: #c6010b;
}

.person-text{
    width: 630px;
    height: 320px;
    overflow: hidden;
    float: right;
}

.tit{
    position: relative;
    width: 630px;
    height: 123px;
    background: url('../images/name-tit.png') no-repeat  center center;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    text-indent: 60px;
    margin-bottom: 17px;
}

.tit span{
    position: absolute;
    left: 66px;
    top: 0;
    width: 80px;
    height: 123px;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #c6010b;
    text-indent: 0;
}

.text{
    width: 630px;
    height: 180px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.text strong{
    color: #c6010b;
}

.video{
    position: relative;
    width: 570px;
    height: 320px;
    float: left;
}

.video a{
    display: block;
}

.video span{
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('../images/v-icon.png') no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.title{
    width: 1200px;
    height: 109px;
    line-height: 109px;
    background: url('../images/tit-1.png') no-repeat center center;
    font-size: 52px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

.title span{
    color: #c6010b;
}

.person-one{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.person-img{
    width: 1200px;
    height: 310px;
    position: relative;
}

.person-word{
    position: absolute;
    left: 250px;
    top: 30px;
    width: 620px;
    height: 180px;
    line-height: 40px;
    font-size: 22px;  
}

.person-word strong{
    color: #c6010b;
}

.person-word .one{
    float: left;
    width: 140px;
    height: 230px;
    shape-outside: polygon(0 0, 100% 100%, 0 100%);
}

.scty{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sc-tit{
    width: 311px;
    height: 80px;
    background: url('../images/stit-1.png') no-repeat center left;
    font-size: 30px;
    font-weight: bold;
    padding-left: 80px;
    line-height: 70px;
    box-sizing: border-box;
    color: #ffffff;
    margin-bottom: 10px;
}

.sc-cont{
    width: 100%;
    height: 295px;
    margin-bottom: 20px;
    background: url('../images/bg-news.png') no-repeat center center;
}

.cs-left{
    width: 440px;
    height: 295px;
    float: left;
}

.cs-right{
    float: right;
    width: 410px;
    height: 295px;
}

.sc-cont h2{
    width: 178px;
    height: 42px;
    line-height: 42px;
    background: url('../images/stit-2.png') no-repeat center center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cs-right h2{
    float: right;
}

.sc-cont p{
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sc-img{
    width: 334px;
    height: 293px;
    float: left;
}

.scvide-lists{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.scvide-lists ul{
    overflow: hidden;
    margin-right: -37.5px;
}

.scvide-lists ul li{
    width: 375px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 37.5px;
    line-height: 40px;
    font-size: 20px;
    position: relative;
}

.scvide-lists ul li span{
    position: absolute;
    left: 50%;
    top: 95px;
    margin-left: -30px;
    background: url('../images/v-icon.png') no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.user-text{
    width: 1200px;
    height: 300px;
    border: 2px solid #000;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
}

.user-text>img{
    position: absolute;
    left:20px;
    top: -20px;
    width: 530px;
    height: 300px;
}

.user-text p{
    position: absolute;
    right: 20px;
    top: 40px;
    width: 600px;
    height: 260px;
    line-height: 40px;
    font-size: 20px;
}

.user-text p img{
        margin-right: 5px;
    top: -2px;
    position: relative;
}

.user-text h2{
    position: absolute;
    left: 500px;
    top: -20px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    text-indent: 30px;
    transform: skew(30deg);
}

.user-text h2 span{
    display: inline-block;
    transform: skew(-30deg);
}

.title-p{
    width: 100%;
    height: 106px;
    background: url('../images/tit-p.png') no-repeat center center;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}

.title-p span{
    color: #c6010b;
}


.poster-main {
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 30px auto;
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 1000px;
    height: 430px
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0px;
    top: 0px
}

.poster-btn {
    position: absolute;
    height: 205px;
    width: 90px;
    top: 0px;
    z-index: 10;
}

.poster-prev-btn {
    left: -100px;
    background: url("../images/btn_l.png") no-repeat center left;
}

.poster-next-btn {
    right: -100px;
    background: url("../images/btn_r.png") no-repeat center right;
}

.poster-item p {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.content{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fk-form {
    width: 750px;
    float: right;
    height: 400px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
}


.content .news{
    width: 430px;
    height: 400px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    float: left;
}

.content .news ul li{
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 18px;
    text-overflow:ellipsis;
}

.content .news ul li a{
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.content .news ul li a:hover{
    color: #c6010b;
}

.footer p {
    width: 1200px;
    height: auto;
    margin: 20px auto 20px auto;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.content-tit{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.content-tit .tit2{
    float: left;
    width: 450px;
}

