.content {
    width: 1200px;
}
.hide{
    display: none;
}
.top-banner {
    background: url(http://huodong.qtv.com.cn/2020/wlgkzgz/images/banner_bg2.jpg) no-repeat center;
    width: 100%;
    height: 650px;
    /*max-width: 1920px;*/
    overflow: hidden;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.top-banner .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.banner-cloud {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 500%;
    height: 100%;
}

.banner-cloud-wrap1 {
    background: url(../images/cloud1.png) repeat-x;
}

.banner-cloud-wrap1.ani-start {
    animation: aniBgMove 130s linear infinite;
}

.banner-cloud-wrap2 {
    z-index: 2;
    background: url(../images/cloud2.png) repeat-x;
}

.banner-cloud-wrap2.ani-start {
    animation: aniBgMove 167s linear infinite;
}

@keyframes aniBgMove {
    0% {
        background-position: left top;
    }
    100% {
        background-position: right top;
    }
}

.banner-title {
    position: absolute;
    background: url("../images/banner_title.png") no-repeat;
    width: 1290px;
    height: 400px;
    top: 100px;
    right: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.banner-logo {
    position: absolute;
    background: url("../images/logo.png") no-repeat;
    width: 119px;
    height: 37px;
    top: 70px;
    right: 80px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-main-logo {
    position: absolute;
    background: url("../images/main_logo.png") no-repeat;
    width: 228px;
    height: 197px;
    top: 170px;
    left: 65px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.banner-text {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 30px;
    left: 65px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.main-content {
    background: url("../images/main_bg.png") no-repeat center;
    width: 100%;
    /*height: 3167px;*/
    margin: 10px auto 15px auto;
}

.cf_con {
    width: 1200px;
    height: 475px;
    overflow: hidden;
    margin: 0 auto
}

.cf_con div.fl {
    width: 750px;
    height: 475px;
}

.cf_con div.fr {
    width: 450px;
    float: right;
    height: 475px;
}

.cf_con div.fr li {
    display: table;
    width: 400px;
    height: 60px;
    background: #e7edf7;
    padding: 9px 25px 10px 25px;
    position: relative;
    margin-bottom: 1px;
    font: normal 16px/24px "Microsoft YaHei";
    color: #1d1d1d;
}

.cf_con div.fr li a:link, .cf_con div.fr li a:visited {
    color: #1d1d1d;
    display: table-cell;
    vertical-align: middle;
}

.cf_con div.fr li span.tb01 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/2016people/images/zhuanqu/20190626/tb1.png) no-repeat;
    width: 38px;
    height: 38px;
}

.cf_con div.fr li span.tb02 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/2016people/images/zhuanqu/20190626/tb2.png) no-repeat;
    width: 38px;
    height: 38px;
}

#cf_focus {
    width: 750px;
    height: 475px;
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#cf_focus ul {
    width: 100%;
}

#cf_focus ul li {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    padding: 0;
    height: auto;
    color: #000;
}

#cf_focus ul li a {
    color: #fff;
}

#cf_focus ul li img {
    display: block;
    width: 750px;
    height: 475px;
}

#cf_focus ul li div {
    background: url(../images/box_kuai.png);
    height: 50px;
    position: absolute;
    top: 425px;
    width: 750px;
    z-index: 1;
}

#cf_focus ul li span {
    position: absolute;
    top: 425px;
    left: 15px;
    font: normal 16px/57px "SimSun";
    color: #fff;
    z-index: 3;
}

#cf_focus ol {
    position: absolute;
    top: 445px;
    right: 20px;
    z-index: 9;
}

#cf_focus ol li {
    width: 9px;
    height: 9px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    text-indent: -9999px;
}

#cf_focus ol li.active {
    display: block;
    background: #cc0033;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b41818;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {

}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.cf_con div.fr li.white, .cf_con div.fr li.white a:link, .cf_con div.fr li.white a:visited {
    color: #fff;
}

.cf_con div.fr li a:hover, .cf_con div.fr li.white a:hover {
    color: #f4d18e
}
.sec1-title  { width: 1200px; height: 150px; margin:0 auto !important;}
.sec2-title {
    background: url("../images/sec2_title.png") no-repeat;
    width: 1200px;
    height: 140px;
    margin-top: 42px;
}

.sec2-content {
    width: 1200px;
    height: 600px;
    overflow: hidden;
    margin-top: 25px;
}
.sec3-title {
    background: url("../images/sec3_title.png") no-repeat;
    width: 1200px;
    height: 140px;
    margin-top: 42px;
}
.sec3-content{width:1180px;margin-left:auto;margin-right:auto;padding: 10px;background: #fff}
.sec3-content .m-title{background:url("../images/title-gmrb.png") center top no-repeat;}
.sec3-content .m-title a{background:url("../images/more-icon2.png") 0 0 no-repeat;}
.sec3-content .m-five-pic-box{margin-top:40px;height:320px;background:url("../images/line.png") 0 bottom repeat;}
.sec3-content .m-five-pic-box ul{width:1260px;zoom:1;}
.sec3-content .m-five-pic-box ul:after{content:"";display:block;clear:both;}
.sec3-content .m-five-pic-box ul li{float:left;cursor:pointer;width:360px;height:320px;margin-right:60px;overflow:hidden;}
.sec3-content .m-five-pic-box ul li img{width:360px;height:230px;vertical-align:top;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s;}
.sec3-content .m-five-pic-box ul li span{color: #1d1d1d;font-family: "Microsoft YaHei";font-style: normal;font-size: 18px;line-height: 30px;line-height: 30px;padding-top: 10px;display: block;}
.sec3-content .m-five-pic-box ul li:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
.sec3-content .m-five-text-box{width:1280px;margin-top:4px;zoom:1;}
.sec3-content .m-five-text-box:after{content:"";display:block;clear:both;}
.sec3-content .m-five-text-box dl{float:left;width:560px;margin-right:80px;padding-bottom:18px;border-bottom:1px dashed #D0D0D0;margin-top:16px;}
.sec3-content .m-five-text-box dl dt{font-size:22px;font-weight:bold;margin:0px 0 6px 0;}
.sec3-content .m-five-text-box dl dt a{color:#555555;}
.sec3-content .m-five-text-box dl dd{font-size:14px;line-height:24px;color:#666;}
.sec3-content .m-five-text-box dl dd a{color:#fa3c33;}
.sec3-content .m-five-text-box .m-special{border:none;}
.sec4-title {
    background: url("../images/sec4_title.png") no-repeat;
    width: 1200px;
    height: 118px;
    margin-top: 42px;
}
.sec5 {
    margin-top: 45px;
    width: 100%;
    height: 820px;
    background: url(../images/syz_bg.jpg) center top no-repeat;
    overflow: hidden;
}

.sec5-title {
    background: url("../images/sec5_title.png") no-repeat;
    width: 1200px;
    height: 125px;
    margin: 14px auto 0 auto;
}
.sec5-content{width:1200px;margin-left:auto;margin-right:auto;margin-top:52px;position:relative;}
.sec5-content div{position:absolute;overflow:hidden;}
.sec5-content div p{position: absolute; left: 0px; bottom: 0px; filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); background: rgba(0, 0, 0, .6); font-size: 16px;
    line-height: 26px; text-align: center; width: 100%; display: none;}
.sec5-content div p a{color: #fff;}
.sec5-content .m-pics1 p,.sec5-content .m-pics4 p,.sec5-content .m-pics9 p{font-size: 14px; line-height: 20px;}
.sec5-content div:hover p{display: block;}

.sec5-content div img{width:100%;height:100%;vertical-align:top;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s;}
.sec5-content div:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
.sec5-content .m-pics1{width:140px;height:100px;top:92px;left:69px;}
.sec5-content .m-pics2{width:280px;height:190px;top:10px;left:249px;}
.sec5-content .m-pics3{width:200px;height:160px;top:25px;left:567px;}
.sec5-content .m-pics4{width:140px;height:100px;top:85px;left:807px;}
.sec5-content .m-pics5{width:200px;height:160px;top:62px;left:989px;}
.sec5-content .m-pics6{width:200px;height:160px;top:232px;left:9px;}
.sec5-content .m-pics7{width:360px;height:220px;top:241px;left:249px;}
.sec5-content .m-pics8{width:300px;height:190px;top:225px;left:649px;}
.sec5-content .m-pics9{width:140px;height:100px;top:264px;left:989px;}
.blocktit {
    display: block;
    height: 90px;
    margin: 30px 0 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.exclusive-box {
    position: relative;
    width: 1180px;
    padding: 10px;
    height: 500px;
    margin:0 auto 60px auto;
    background: #fff;
}

.carousel {
    position: relative;
    height: 450px;
    margin: 0 auto;
}

.carousel li {
    float: left;
    width: 300px;
    height: 230px;
}

.carousel a,
.carousel img,
.carousel span {
    display: inline-block;
}

.carousel img {
    width: 100%;
    height: 100%;
}

.carousel a {
    position: relative;
}

.carousel span {
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height:119px;
    padding: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: url(../images/textbg.png) top left repeat-x;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top:70px;
}

.carousel a {
    -webkit-box-reflect: below -4px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 0.3));
}

.carousel {
    position: relative;
    margin: 0 auto;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.carousel .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    position: absolute;
    cursor: pointer;
}

.carousel .out {
    border: #DDD 2px solid;
}

.carousel .over {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.carousel .click {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.carousel .select {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.carousel .tooltip {
    position: absolute;
    z-index: 80;
    background-color: #DDD;
    margin-bottom: 20px;
    border: #EEE solid 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.carousel .tooltip p {
    color: #999;
    padding: 10px;
    margin: 0px;
}

.carousel .scrollbar {
    width: 340px;
    position: absolute;
    margin-top: 100px;
}

.carousel .scrollbar .track {
    width: 300px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.carousel .scrollbar .thumb {
    width: 70px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

.carousel .scrollbar .left {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    left: 0px;
}

.carousel .scrollbar .right {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 0px;
}
.ex-btn {
    position: relative;
    z-index: 20;
    width: 150px;
    margin: 0 auto;
}

.ex-arr {
    width: 72px;
    height: 44px;
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
}

.ex-left {
    float: left;
    background-image: url(../images/left01.png);
    background-position-x: left;
}
.ex-left:hover {
    float: left;
    background-image: url(../images/left02.png);
    background-position-x: left;
}

.ex-right {
    float: right;
    background-image: url(../images/right01.png);
    background-position-x: right;
}
.ex-right:hover {
    float: right;
    background-image: url(../images/right02.png);
    background-position-x: right;
}

.bottom-bar {
    background: #b2100b;
    text-align: center;
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}