* {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

.index-header {
    width: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    font-size: 0
}

.banner-img {
    width: 4000px;
    margin-left: calc(50% - 2000px);
}

.index-head {
    position: absolute;
    top: 0;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    height: 209px;
    padding-top: 14px;
}

.banner_logo {
    width: 200px;
    vertical-align: middle;
}

.search_icon {
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
}

.search_inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}

.search_input {
    width: 300px;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    border: none;
    padding: 0 30px 0 20px
}

.search_input::placeholder {
    font-size: 14px;
    color: #E37A64
}

.search_input:focus {
    outline: none;
}

.navbar_inner {
    width: 100%;
    min-width: 1200px;
    background-image: url(../images/03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 80px;
}

.navbar_inner ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    padding: 28px 0;
}

.navbar_inner ul li {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 24px
}

.navbar_inner ul li a {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
}

.navbar_inner ul li:nth-of-type(1) {
    border-left: none;
}

.navbar_inner ul li.active a {
    color: #FDC282;
    font-weight: bold;
}

.navbar_inner ul li a:hover {
    color: #FDC282;
    font-weight: bold;
}

.main_container {
    width: 1200px;
    margin: 0 auto
}

.tip_img {
    width: 100%;
    margin: 40px 0
}

.max_title_inner {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    animation: slideInUp 1s 1;
}

.bigest_title {
    font-size: 32px;
    color: #D30500;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%
}

.small_title_inner {
    margin-top: 20px
}

.small_title_inner li {
    display: inline-block;
    width: 48%;
    padding-top: 15px;
    border-right: 1px solid #DDDDDD;
    padding-right: 46px
}

.small_title_inner li:nth-of-type(1),
.small_title_inner li:nth-of-type(2) {
    padding-top: 0
}

.small_title_inner li:nth-of-type(2n) {
    border-right: none;
    padding-right: 0;
    padding-left: 46px
}

.dot {
    width: 5px;
    height: 5px;
    background: #D30202;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.small_title_1 {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 95%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.part_1 {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
    animation: slideInUp 2s 1;
}
.part_all{
    animation: slideInUp 2s 1;
}
.part_1_right_top .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #D36000, #D30000);
    opacity: 0.5;
    border-radius: 1px;
    margin-left: 2px
}

.part_1_right_top .icon_part {
    position: relative;
    text-align: center;
    width: 128px;
    height: 30px;
    background-image: url(../images/08.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 30px;
    display: inline-block;
}

.part_1_right_top .icon_part span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 111px;
    display: block;
    text-align: center;
}

.part_1_right_list li a p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 15px 0 10px 0;
}

.part_1_right_list_small li {
    margin-top: 15px
}

.part_1_right_list li:hover {
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0 5px
}

.part_2_right_top .icon_part {
    position: relative;
    text-align: center;
    width: 180px;
    height: 40px;
    background-image: url(../images/11.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 40px;
    display: inline-block;
}

.part_2_right_top .icon_part span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 165px;
    display: block;
    text-align: center;
}

.part_2_inner {
    width: 590px;
    height: 258px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 10px;
}

.part_2_right_top .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #D36000, #D30000);
    opacity: 0.5;
    border-radius: 1px;
    margin-left: 2px
}

.small_title {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 95%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.small_title:hover {
    color: #d30e00;
    font-weight: bold;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.small_title_1:hover {
    color: #d30e00;
    font-weight: bold;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.part_2_right_list_small {
    padding: 30px 20px;
}

.part_2_right_list_small li {
    margin-top: 15px
}

.part_2_right_list_small li:nth-of-type(1) {
    margin-top: 0px
}
.part_2_right_list_small1 {
    padding:20px;
}

.part_2_right_list_small1 li {
    margin-top: 15px
}

.part_2_right_list_small1 li:nth-of-type(1) {
    margin-top: 0px
}
.part_3_right_list_small {
    padding: 20px 8px
}

.part_3_right_list_small li {
    width: 280px;
    display: inline-block;
    margin-left: 12px;
    text-align: center;
}

.img_article {
    width: 260px;
    height: 160px;
    border-radius: 10px;
}

.part_3_inner {
    width: 100%;
    /*height: 258px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 10px;
}

.part_4_inner {
    width: 386px;
    /*height: 258px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 10px;
    padding-top: 20px
}

.img_article_1 {
    display: block;
    margin: 0 auto;
    width: 346px;
    height: 216px;
    border-radius: 10px;
    position: relative;
}

.img_article_1 img {
    width: 346px;
    height: 216px;
    border-radius: 10px;
}

.img_article_p {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.epaper_inner {
    width: auto;
    height: 513px;
    display: block;
    margin: 0 auto;
    padding: 10px
}

.epaper_inner img {
    width: auto;
    height: 100%;
}

.parent_link li {
    width: 190px;
    height: 61px;
    background: rgba(6, 70, 255, 0);
    border: 1px solid rgba(204, 204, 204, 0.8); 
    margin-left: 10px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
}

/*.parent_link li:nth-of-type(5n+1) {
    margin-left: 0
}*/

.parent_link li a img {
    width: 100%;
    height: 100%
}

.footer {
    width: 100%;
    /*height: 130px;*/
    background: #FAFAFA;
    color: #666666;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    line-height: 32px;
    margin-top: 40px
}

.footer p,.footer a{
    color: #666666 !important;
    font-size: 14px;
}

.link_other select {
    width: 500px;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(204, 204, 204, 0.8);
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    text-align: center;
    text-align-last: center;
}

.go_top {
    width: 60px;
    height: 60px;
    background: #F2B090;
    border-radius: 5px;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    animation: slideInUp 1s 1;
    animation-fill-mode: forwards;
}

.up {
    animation: slideInUp 1s 1;
}

.down {
    animation: slideOutDown 1s 1;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.img_article_2 {
    position: relative;
    width: 264px;
    height: 182px;
    border-radius: 10px;
    display: inline-block;
}

.img_show {
    width: 264px;
    height: 182px;
    border-radius: 10px;
}

.video_click {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 39px;
    height: 39px;
}

.part_4_right_list_small {
    padding: 20px;
}

.part_4_right_list_small li {
    display: inline-block;
    width: 264px;
    margin-left: 20px
}

.part_4_right_list_small li:nth-of-type(1) {
    margin-left: 0
}

.part_4_right_list_small li a {
    width: 100%
}

.swiper_container_inner .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper_container_inner .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: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper_container_inner .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.swiper_container_inner .swiper-slide a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.swiper_container_inner .swiper_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 5px 5px;
}

.swiper_container_inner .swiper_bottom p {
    width: 600px;
    padding-left: 10px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper_container_inner .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.67;
}

.swiper_container_inner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D30202;
}

.swiper_container_inner .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 13px !important;
    right: 7px;
    text-align: right;
    display: inline-block;
}

.list_inner_show {
    width: 1200px;
    /*height: 898px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 52px 20px 20px;
    position: relative;
}

.list_inner_show_1 {
    width: 1200px;
    /*height: 898px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(211, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 52px 20px 20px;
    position: relative;
}

.article_list_span {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    width: 865px;
    padding-left: 15px
}

.time_span {
    color: #C3C3C3;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.list_inner_show li {
    margin-top: 30px
}

.list_inner_show li:hover a .article_list_span{
    color: #d30e00;
    font-weight: bold;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.top_inner {}

.top_right {
    border-bottom: 1px solid rgba(198, 36, 34, 0.15);
    display: inline-block;
    width: calc(100% - 25px);
    padding: 2px 9px;
}

.dot_1 {
    background-color: rgba(198, 36, 34, 0.5);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.cont_p {
    margin-top: 47px;
    font-size: 16px;
    color: #3D3D3D;
    text-align: justify;
}
.cont_p p{
    text-indent: 2em !important;
}
.cont_p p,.cont_p span{
    font-size: 16px !important;
    color: #3D3D3D;
    line-height: 38px;
    margin-bottom: 10px;
    text-align: justify;
}

.cont_p img {
    width: 50% !important;
    margin-bottom: 10px;
}
.cont_p video{
    width: 100%
}
.video_list li {
    width: 33.3%;
    display: inline-block;
    text-align: center;
    margin-top: 20px
}

.video_inner {
    width: 366px;
    height: 229px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}

.box_shadow_inner {
    width: 366px;
    height: 229px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.video_box_img {
    width: 366px;
    height: 229px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_p {
    width: 366px;
    height: 50px;
    background: #EEEEEE;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding: 0 10px;
    text-align: left;
}

.choose_inner {
    /*width: 502px;*/
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #D32C00;
    border-radius: 8px;
    display: inline-block;
}

.choose_inner li {
    width: 249px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.choose_inner li.active {
    width: 249px;
    height: 50px;
    background: linear-gradient(90deg, #D36000, #D30000);
    border-radius: 5px;
    display: inline-block;
    line-height: 50px
}

.choose_inner li.active a {
    color: #fff
}

.choose_inner li a {
    color: #D32700;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.gongchang_show {
    display: none;
}

.share-area {
    display: inline-block;
    position: absolute;
    /*top: 266px;
    right: -98px;*/
    top: 0;
    left: -80px;
    width: 50px;
    z-index: 100;
    animation: slideInUp 3s 1;
}


/*@media screen and (max-width: 1300px) {
    .share-area {
        right:0;
    }
}*/

.share-area .label {
    color: #E07A36;
    font-size: 14px;
    display: block;
    text-align: center;
}

.share-area ul {
    overflow: hidden;
    display: inline-block;
}

.share-area ul li {
    margin-right: 10px;
}

.share-area ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.share-tx-weChat {
    background: url(../images/16_1.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-tx-weChat:hover {
    background: url(../images/16_2.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-qq {
    background: url(../images/13_1.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-qq:hover {
    background: url(../images/13_2.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-qzone {
    background: url(../images/14_1.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-qzone:hover {
    background: url(../images/14_2.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-xl-weiBo {
    background: url(../images/15_1.png) no-repeat center;
    width: 50px;
    height: 50px;
}

.share-xl-weiBo:hover {
    background: url(../images/15_2.png) no-repeat center;
    width: 50px;
    height: 50px;
}

#layerWxcode {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px;
    margin-left: 0px;
    vertical-align: top;
    display: none;
    position: absolute;
    top: 0;
    left: -133px;
}

#layerWxcode1 {
    background: #FFFFFF;
    border: 1px solid #F2B090;
    border-radius: 5px;
    padding: 10px;
    margin-left: 0px;
    vertical-align: top;
    display: none;
    position: absolute;
    top: 36px;
    left: 80px;
    font-size: 14px;
    color: #F2B090;
    width: 170px;
    animation: fadeInRight 1s 1;
    background-color: #fff
}

#layerWxcode2 {
    background: #FFFFFF;
    border: 1px solid #F2B090;
    border-radius: 5px;
    padding: 10px;
    margin-left: 0px;
    vertical-align: top;
    display: none;
    position: absolute;
    top: 116px;
    left: 80px;
    font-size: 14px;
    color: #F2B090;
    width: 170px;
    animation: fadeInRight 1s 1;
    background-color: #fff
}

#layerWxcode3 {
    background: #FFFFFF;
    border: 1px solid #F2B090;
    border-radius: 5px;
    padding: 10px;
    margin-left: 0px;
    vertical-align: top;
    display: none;
    position: absolute;
    top: 190px;
    left: 80px;
    font-size: 14px;
    color: #F2B090;
    width: 170px;
    animation: fadeInRight 1s 1;
    background-color: #fff
}

.tag-left:before,
.tag-left:after {
    content: "";
    display: block;
    border-width: 13px;
    position: absolute;
    left: -27px;
    top: 20px;
    border-style: dashed solid solid dashed;
    border-color: transparent #F2B090 transparent transparent;
    font-size: 0;
    line-height: 0;
}

.tag-left:after {
    left: -26px;
    border-color: transparent #FFF transparent transparent;
}

@media screen and (max-width:1600px) {
    #layerWxcode{
        left: 60px;
    }
    #layerWxcode1 {
        left: -190px;
        animation: fadeInLeft 1s 1;
    }
    #layerWxcode2 {
        left: -190px;
        animation: fadeInLeft 1s 1;
    }
    #layerWxcode3 {
        left: -190px;
        animation: fadeInLeft 1s 1;
    }
    .tag-left:before,
    .tag-left:after {
        content: "";
        display: block;
        border-width: 14px;
        position: absolute;
        right: -28px;
        top: 20px;
        border-style: dashed solid solid dashed;
        border-color: transparent transparent transparent #f99;
        font-size: 0;
        line-height: 0;
        left: auto
    }
    .tag-left:after {
        right: -27px;
        border-color: transparent transparent transparent #FFF;
    }
}

.new_media {
    position: absolute;
    right: -98px;
    top: -47px;
    text-align: center;
    width: 60px;
    font-size: 0;
    animation: slideInUp 3s 1;
}

.new_media p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #D0021B;
    background: linear-gradient(0deg, #D36000 0%, #D30000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.weixin_icon {
    width: 60px;
    margin-top: 15px;
    cursor: pointer;
}

.douyin_icon {
    width: 60px;
    margin-top: 8px;
    cursor: pointer;
}

.weibo_icon {
    width: 60px;
    margin-top: 8px;
    cursor: pointer;
}
.detail_swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.detail_swiper .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: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.detail_swiper .swiper-slide {
    display: block;
}

.detail_swiper .swiper-slide img {
    width: auto;
    height: 514px
}

.detail_swiper .swiper-slide p {
    color: #999;
    font-size: 16px;
    margin-top: 30px;
    line-height: 32px;
    text-align: left;
}

.detail_swiper .swiper-pagination-total {
    color: #3D3D3D;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
}

.detail_swiper .swiper-pagination-current {
    color: #D32400;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
}

.detail_swiper .heng {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.hvr-float {
    display: inline-block;
    /* vertical-align: middle; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
    transform: translateY(-8px);
}

.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5); */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-grow-shadow {
    /* display: inline-block; */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.more_hover:hover {
    font-weight: bold;
}


/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}


/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Bubble Float Left */

.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}


/* Buzz */

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}


/* Shadow Radial */

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    position: relative;
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 8px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
    opacity: 1;
}
.pages{
    text-align: center;
}
.pages ul{
    display: inline-block;
    margin-top: 20px
}
.pages ul li{
    display: inline-block;
    font-size:14px;
    color: #747474;
    vertical-align: middle;
    margin-top: 0
}
.pages ul li a{
     display: inline-block;
    font-size:14px;
    color: #747474;
    padding:5px 10px;
}

.pages ul li.active a{
     display: inline-block;
    font-size:14px;
    color: #C62422;
    padding:5px 10px;
    font-weight: bold;
}
.pages .prev.disabled,.pages .next.disabled{
    width: 80px;
    height: 30px;
    background: #bbbaba;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size:14px;
}
.pages .prev a,.pages .next a{
    width: 80px;
    height: 30px;
    background: #D33000;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size:14px;
    display: inline-block;
    padding:0;
}

.empty_img{
    border-radius: 10px;
    border: 1px solid #eeeeee;
    text-align: center;
    width: 346px;
    height: 216px;
}

.empty_img img{
    width: 210px;
    height: auto;
    margin-top: 25px;
}

.empty_video{
    width: 264px;
    height: 182px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.empty_video img{
    width: 210px;
    height: auto;
    margin-top: 35px;
}

.empty_video_1{
    width: 366px;
    height: 229px;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
}

.empty_video_1 img{
    width: 210px;
    height: auto;
    margin-top: 55px;
}

/*2021/3/16*/
.picMarquee-left {
    width: 1180px;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd {
    padding: 20px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picMarquee-left .bd .tempWrap{
    width:1200px !important;
}
.picMarquee-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
    position: relative;
    width: 264px;
    height: 182px;
}

.picMarquee-left .bd ul li .pic .img_show {
    width: 264px;
    height: 182px;
    display: block;
    border-radius: 10px;
}

.picMarquee-left .bd ul li .pic p {
    height: 28px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 28px;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
}

.choose_vi{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;

}

.choose_vi li{
    display: inline-block;
    font-size:16px;
    color: #999;
    margin-left: 50px;
    vertical-align: middle;
    cursor: pointer;
}

.choose_vi li.active{
    font-size:16px;
    font-weight: bold;
    color:#D32E00;
}

.choose_vi_video{
    display: none;
}

.choose_vi_2{
    /*display: none;*/
    height: 0
}

.choose_inner1 {
    /*width: 752px;*/
    /*height: 52px;*/
    background: #FFFFFF;
    border: 1px solid #D32C00;
    border-radius: 8px;
    display: inline-block;
}

.choose_inner1 li {
    width: 249px;
    /*height: 50px;*/
    display: inline-block;
    text-align: center;
        padding: 13px 0px;
        margin-top: 0
}



.choose_inner1 li.active {
    width: 249px;
    /*height: 50px;*/
    background: linear-gradient(90deg, #D36000, #D30000);
    border-radius: 5px;
    display: inline-block;
    /*line-height: 50px*/
}

.choose_inner1 li.active a {
    color: #fff;
    
}
.choose_inner1 li:nth-of-type(1) a{
    border-left: none;
}
.choose_inner1 li a {
    color: #D32700;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid red;
    width: 100%;
    display: inline-block;
    height: 24px;
}