@charset "utf-8";



/*color*/

:root {

    --blue: #0E52A7;

    --black: #333333;

}



/*header*/

.header {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 99;

}



.blue_bg, .sticky {

    background-color: var(--blue);

    top: -2px;

    z-index: 100;

    transition: all 0.5s ease;

}



.head_top {

    height: 50px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}



.head_top .l {

    display: flex;

    align-items: center;

    float: left;

    height: 50px;

    font-weight: 400;

    font-size: 14px;

    line-height: 18px;

    color: rgba(255, 255, 255, 0.5);

}



.head_top .r {

    display: flex;

    align-items: center;

    height: 50px;

    float: right;

    color: rgba(255, 255, 255, 0.5);

}



.head_top .r a {

    color: rgba(255, 255, 255, 0.5);

}



.head_top .r a:hover {

    color: rgba(255, 255, 255, 0.9);

}



.head_icon {

    position: relative;

    padding-left: 28px;

    padding-right: 12px;

    margin-right: 12px;

    background-repeat: no-repeat;

    background-position: left center;

    background-size: 20px 20px;

}



.head_icon:before {

    content: "";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 1px;

    height: 13px;

    background-color: #CCCCCC;

    opacity: 0.5;

}



.old_look {

    background-image: url(/template/default/index/4105/images/head_ico01.svg);

    opacity: .5;

}



.s_fast {

    background-image: url(/template/default/index/4105/images/head_ico02.svg);

}



.s_email {

    background-image: url(/template/default/index/4105/images/head_ico03.svg);

    opacity: .5;

}



.s_fast_hide {

    opacity: 0;

    overflow: hidden;

    height: 0;

    position: absolute;

    top: 100%;

    left: 50%;

    transform: translateX(-50%);

    z-index: 9;

}



.s_fast:hover .s_fast_hide {

    height: auto;

    padding-top: 25px;

    overflow: visible;

    opacity: 1;

}



.s_fast_hide .bg {

    position: relative;

    background: #fff;

    box-shadow: 0 1px 11px rgb(0 0 0 / 30%);

    width: 280px;

    padding: 5px 10px;

    border-radius: 4px;

}



.s_fast_hide .bg:before {

    border: solid transparent;

    content: ' ';

    height: 0;

    position: absolute;

    width: 0;

    border-width: 10px;

    border-bottom-color: #fff;

    top: -20px;

    left: 50%;

    transform: translateX(-50%);

}



.s_fast_hide .bg ul {

    width: 50%;

    float: left;

}



.s_fast_hide .bg ul li {

    width: 100%;

    padding: 11px 0;

}



.s_fast_hide .bg a {

    color: #333;

    padding-left: 25px;

    background-size: 18px 18px;

    background-repeat: no-repeat;

    background-position: left;

}



.s_fast_hide .bg .last_li p {

    padding-top: 10px;

    color: #666;

}



.s_fast_hide .bg a:hover {

    color: var(--blue);

}



.head_sear {

    position: relative;

    display: flex;

    align-items: center;

}



.head_sear .btn {

    padding: 0;

    border: none;

    opacity: 0.5;

}



.head_sear .btn span {

    line-height: 24px;

    cursor: pointer;

}



.head_sear a {

    display: block;

    background-image: url(/template/default/index/4105/images/searchw.svg);

    background-size: 24px 24px;

    background-repeat: no-repeat;

    width: 24px;

    height: 24px;

    cursor: pointer;

}



.head_sear a {

    background-image: url(/template/default/index/4105/images/search.svg);

}



.srk, .f-cb .srk2 {

    display: none;

    position: fixed;

    text-align: center;

    overflow: hidden;

    background: #fff;

    width: 100%;

    top: 48px;

    right: 0;

    height: 0;

    z-index: 999;

}



.srk .serleft, .f-cb .srk .serleft {

    color: #333;

    display: inline-block;

    float: left;

    font-size: 16px;

    border: none;

    height: 60px;

    line-height: 60px;

    background: none;

    outline: 0;

    border-radius: 3px;

    padding: 5px 10px;

    width: -webkit-calc(100% - 100px);

    width: -moz-calc(100% - 100px);

    width: calc(100% - 100px);

}



.serleft::-webkit-input-placeholder {

    color: #999;

    font-size: 16px;

}



/* 使用webkit内核的浏览器 */

.serleft::-moz-placeholder {

    color: #999;

    font-size: 16px;

}



/* Firefox版本4-18 */

.serleft::-moz-placeholder {

    color: #999;

    font-size: 16px;

}



/* Firefox版本19+ */

.serleft::-ms-input-placeholder {

    color: #999;

    font-size: 16px;

}



.srk .searbut, .f-cb .srk .searbut {

    border: none;

    background-image: url("/template/default/index/4105/images/search.svg");

    background-position: center;

    background-repeat: no-repeat;

    background-size: 20px 20px;

    width: 35px;

    height: 35px;

    display: inline-block;

    margin-top: 12px;

    border-radius: 50%;

    outline: 0;

    float: right;

    cursor: pointer;

}



.header_n {

    width: 100%;

    transition: .5s ease;

}



.head_mid {

    padding-top: 15px;

    width: 100%;

    overflow: hidden;

    text-align: center;

    transition: .5s ease;

}



.big_logo {

    padding-top: 20px;

}



.big_logo p {

    padding-top: 12px;

}



.head_bot {

    display: none;

    width: 100%;

}



.blue_bg .head_mid, .sticky .head_mid {

    height: 0;

    padding-top: 0;

}



.blue_bg .head_bot, .sticky .head_bot {

    display: inline-block;

}



.head_bot .container {

    display: flex;

    justify-content: space-between;

}



.small_logo {

    padding: 20px 0;

    max-width: 374px;

}



.small_logo p {

    padding-top: 8px;

}



@media(min-width:768px) {

    .s_fast_hide {

        transition: opacity .3s;

    }



}



@media(max-width:767px) {

    .s_fast_hide {

        right: -50px;

        left: inherit;

        transform: inherit;

        z-index: 99;

    }



}



/*right*/

.right_nav {

    position: fixed;

    right: 2px;

    bottom: 5%;

    z-index: 10;

}



.back-top {

    display: none;

}



.right_nav ul li {

    width: 50px;

    height: 50px;

    overflow: hidden;

    border-radius: 4px;

}



.right_nav ul li a {

    display: inline-block;

    width: 100%;

    height: 100%;

    background-color:var(--main-color);

    background-image: url(/template/default/index/4105/images/top.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: 25px 25px;
    border-radius: 8px;
}



.right_nav ul li a:hover {

    /* background-color: var(--blue); */

}



@media(max-width:767px) {

    .right_nav {

        right: 0px;

        bottom: 20px;

    }



    .right_nav ul li {

        width: 40px;

        height: 40px;

    }



    .right_nav ul li a {

        background-size: 15px 15px;

    }



}



/*footer*/

.m_footer {

    background: var(--blue);

    position: relative;

    overflow: hidden;

}



.m_footer .dis_flex {

    justify-content: space-between;

}



.m_footer .m_f_l {

    flex: 1;

    padding-top: 50px;

    padding-right: 30px;

}



.m_footer .m_f_r {

    padding-top: 30px;

    padding-bottom: 35px;

    text-align: center;

}



.m_footer .m_f_r img {

    max-width: 130px;

}



.m_copyright {

    font-weight: 400;

    font-size: 12px;

    line-height: 32px;

    color: rgba(255, 255, 255, 0.5);

}



.m_copyright a {

    font-weight: 400;

    font-size: 12px;

    line-height: 32px;

    color: rgba(255, 255, 255, 0.5);

}



.m_copyright .img {

    vertical-align: middle;

    margin-right: 5px;

}



.footlogo {

    max-width: 374px;

    margin-right: 20px;

}



.mf_l_tr p {

    display: flex;

    align-items: center;

    font-weight: 400;

    font-size: 12px;

    line-height: 24px;

    color: #FFFFFF;

}



.mf_l_tr p a {

    line-height: inherit;

    color: inherit;

    font-size: inherit;

}



.mf_l_tr .f_icon {

    margin-right: 6px;

}



.mf_l_tr .f_icon img {

    vertical-align: middle;

}



.m_f_r p {

    margin-top: 8px;

    font-weight: 400;

    font-size: 14px;

    line-height: 18px;

    color: #FFFFFF;

}



@media screen and (min-width:768px) {

    .mf_l_t {

        display: flex;

        align-items: center;

        padding-bottom: 25px;

    }



    .mf_l_tr {

        flex: 1;

        position: relative;

        padding-left: 25px;

    }



    .mf_l_tr:before {

        content: "";

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        left: 0;

        height: 44px;

        width: 1px;

        background-color: rgba(255, 255, 255, 0.5);

    }



}



@media screen and (max-width:991px) {

    .footlogo {

        width: 40%;

    }



}



@media screen and (max-width:767px) {

    .m_footer .dis_flex {

        display: block;

    }



    .m_footer .m_f_l {

        padding-right: 0;

        padding-top: 30px;

    }



    .footlogo {

        width: 80%;

        margin-right: 0;

    }



    .mf_l_tr {

        padding-top: 15px;

    }



    .m_copyright {

        padding-top: 10px;

    }



    .m_copyright, .m_copyright a {

        line-height: 24px;

    }



    .m_footer .m_f_r {

        padding-top: 10px;

        padding-bottom: 15px;

    }



    .m_footer .m_f_r {

        text-align: left;

    }



    .m_footer .m_f_r div {

        display: inline-block;

        text-align: center;

    }



}



/*banner*/

.index_m_banner {

    width: 100%;

    height: 100vh;

    min-height: 600px;

    position: relative;

}



.index_m_banner .ban-swiper {

    width: 100%;

    height: 100%;

}



.index_m_banner .ban-pagination {

    position: absolute;

    bottom: 30px;

    left: 0;

    width: 100%;

    text-align: center;

    z-index: 9;

}



.index_m_banner .ban-pagination span {

    opacity: 1;

    width: 15px;

    height: 8px;

    left: 297px;

    top: 877px;

    background: #FFFFFF;

    outline: 0;

    border-radius: 10px;

    margin: 0 6px !important;

}



.index_m_banner .ban-pagination span.swiper-pagination-bullet-active {

    width: 36px;

}



.index_m_banner .ban-swiper .container {

    display: flex;

    height: 100%;

    align-items: center;

    position: relative;

    z-index: 1;

}



.mo_ban {

    display: none !important;

}



.pc_ban, .mo_ban {

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.pc_ban, .mo_ban {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

}



.ban_video {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.ban_video video {

    object-fit: cover;

}



@media screen and (max-width:767px) {

    .pc_ban {

        display: none !important;

    }



    .mo_ban {

        position: relative;

        display: block !important;

    }

    .index_m_banner {

    height: auto;

    min-height: inherit;

}

.index_m_banner .ban-pagination {

    bottom: 15px;

}

}



/*index one*/

.index_new {

    position: relative;

    padding-bottom: 100px;

    background-image: url(/template/default/index/4105/images/index_bg_01.jpg);

    background-position: center bottom;

    overflow: hidden;

}



.index_b_title {

    padding-top: 121px;

    position: relative;

    width: 110px;

    float: left;

}



.index_b_title:before {

    content: "";

    position: absolute;

    left: 50%;

    top: 0;

    transform: translateX(-50%);

    width: 0;

    height: 121px;

    border-left: 1px dashed #5D9A31;

}



.index_b_title.white:before {

    border-left: 1px dashed #fff;

}



.index_b_title .t_top {

    width: 100%;

    height: 105px;

    text-align: center;

    font-family: 'Source Han Serif CN';

    padding-left: 37px;

    padding-right: 37px;

    padding-top: 12px;

    background-image: url(/template/default/index/4105/images/t_border.svg);

    background-repeat: no-repeat;

    font-weight: 900;

    line-height: 1.1;

}



.index_b_title.white .t_top {

    background-image: url(/template/default/index/4105/images/t_border_w.svg);

}



.blue .t_top {

    color: var(--blue);

}



.white .t_top {

    color: #fff;

}



.t_bottom {

    display: flex;

    padding-top: 8px;

    align-items: flex-start;

    justify-content: center;

    width: 100%;

    min-height: 200px;

}



.t_bottom span {

    display: inline-block;

}



.t_bottom .t_eng {

    width: 16px;

    margin-right: 7px;

    padding-top: 5px;

    font-weight: 500;

    font-size: 12px;

    line-height: 1;

    color: #666666;

    writing-mode: vertical-rl;

}



.white .t_eng {

    color: #fff;

}



.botom_text {

    width: 36px;

    font-weight: 900;

    line-height: 1.2;

}



.blue .botom_text {

    color: #222222;

    font-family: 'Source Han Serif CN';

}



.white .botom_text {

    color: #fff;

}



.index_b_r {

    width: calc(100% - 110px);

    float: left;

    margin-top: 100px;

    padding-left: 15px;

}



.in_new_pic {

    float: left;

    width: 56.6%;

}



.m_thumb {

    position: relative;

    width: 100%;

    height: 452px;

}



.m_thumb i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.in_new_sub {

    position: absolute;

    left: 0;

    bottom: 0;

    padding: 20px 35px;

    width: 100%;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);

}



.in_new_sub h3 {

    font-weight: 700;

    font-size: 18px;

    line-height: 1.4;

    color: #FFFFFF;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.in_new_pic .button_ {

    position: absolute;

    top: 50%;

    width: 23px;

    height: 45px;

    background-repeat: no-repeat;

    background-size: 100%;

    transform: translateY(-50%);

    cursor: pointer;

    z-index: 9;

}



.in_new_pic .button_.swiper-button-disabled {

    opacity: 0.5;

    cursor: default;

}



.in_new_pic .new-prev {

    left: 5%;

    background-image: url(/template/default/index/4105/images/left_n.svg);

}



.in_new_pic .new-next {

    right: 5%;

    background-image: url(/template/default/index/4105/images/right_n.svg);

}



.in_new_list {

    float: left;

    padding-left: 25px;

    width: 43.4%;

}



.in_new_list ul li {

    padding-top: 14px;

    padding-bottom: 14px;

    border-bottom: 1px solid #ECECEC;

}



.in_new_list ul li:first-child {

    padding-top: 5px;

}



.in_new_list a {

    display: flex;

    align-items: center;

}



.in_new_list span {

    display: inline-block;

}



.in_new_list .in_new_time {

    width: 70px;

    border-right: 1px solid #EEEEEE;

}



.in_new_time em {

    display: block;

    font-style: normal;

    text-align: center;

}



.in_new_time .in_new_mouth {

    font-weight: 400;

    font-size: 24px;

    line-height: 32px;

    color: #333333;

}



.in_new_time .in_new_year {

    font-weight: 400;

    font-size: 12px;

    line-height: 16px;

    color: #999999;

}



.in_new_list .n_title {

    flex: 1;

    padding-left: 16px;

    font-weight: 400;

    font-size: 18px;

    line-height: 36px;

    color: #333333;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.in_new_list a:hover .n_title {

    color: var(--blue);

}



@media screen and (max-width:991px) {

    .index_b_title {

        padding-top: 80px;

    }



    .index_b_title::before {

        height: 80px;

    }



    .index_new {

        padding-bottom: 50px;

    }



    .index_b_r {

        margin-top: 60px;

    }



    .in_new_pic {

        width: 100%;

    }



    .in_new_list {

        padding-left: 0;

        padding-top: 30px;

        width: 100%;

    }



    .m_thumb {

        height: auto;

    }



}



@media screen and (max-width:767px) {

    .index_b_title {

        width: 100%;

        padding-top: 30px;

        display: flex;

        align-items: center;

    }



    .index_b_title {

        padding-top: 30px;

    }



    .index_b_title::before {

        height: 40px;

        display: none;

    }



    .index_b_title .t_top {

        width: 80px;

        height: 76px;

        display: flex;

        align-items: center;

        justify-content: center;

        background-size: 100% 100%;

        padding-left: 0;

        padding-right: 0;

        padding-top: 0;

    }



    .t_bottom {

        display: inline-block;

        flex: 1;

        padding-top: 0;

        padding-left: 15px;

        width: auto;

        min-height: inherit;

    }



    .t_bottom .t_eng {

        width: 100%;

        writing-mode: inherit;

    }



    .t_bottom .botom_text {

        width: 100%;

    }



    .index_b_r {

        width: 100%;

        margin-top: 40px;

        padding-right: 0;

        padding-left: 0;

    }



    .in_new_pic .button_ {

        width: 15px;

        height: 30px;

    }



    .in_new_pic .new-prev {

        left: 10px;

    }



    .in_new_pic .new-next {

        right: 10px;

    }



    .in_new_sub {

        padding: 20px;

    }



    .in_new_time .in_new_mouth {

        font-size: 20px;

    }



    .in_new_sub h3, .in_new_list .n_title {

        font-size: 16px;

    }



}



/* index about */

.index_about {

    position: relative;

    overflow: hidden;

    width: 100%;

    height: 620px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}



.in_about_cont {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.in_about_cont .index_b_title {

    float: right;

}



.about_play {

    position: absolute;

    left: 50%;

    top: 50%;

    max-width: 96px;

    transform: translate(-50%, -50%);

    cursor: pointer;

}



@media screen and (max-width:1280px) {

    .index_about {

        height: 520px;

    }



    .about_play {

        max-width: 70px;

    }



}



@media screen and (max-width:991px) {

    .index_about {

        height: 420px;

    }



    .about_play {

        max-width: 60px;

    }



}



@media screen and (max-width:767px) {

    .index_about {

        height: 290px;

    }



    .about_play {

        max-width: 50px;

        margin-top: 30px;

    }



}



/*notice*/

.in_notice_bg {

    width: 100%;

    overflow: hidden;

    background-image: url(/template/default/index/4105/images/notice_bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center bottom;

}



.in_no_top {

    position: relative;

    padding-bottom: 25px;

    width: 100%;

    z-index: 1;

}



.in_no_top:after {

    content: "";

    position: absolute;

    right: 0;

    bottom: 0;

    width: 239px;

    height: 239px;

    background-image: url(/template/default/index/4105/images/not_logo.png);

}



.in_no_bottom {

    padding-top: 30px;

    padding-bottom: 65px;

}



.in_no_bottom ul {

    margin-left: -10px;

    margin-right: -10px;

}



.in_no_bottom ul li {

    width: 10%;

    padding: 0 10px;

    float: left;

}



.in_no_bottom .no_bg {

    width: 100%;

    height: 152px;

    padding-top: 30px;

    padding-left: 5px;

    padding-right: 5px;

    background: #F1E9DF;

    border-radius: 4px;

    overflow: hidden;

    text-align: center;

}



.in_no_bottom .no_bg span {

    max-width: 60px;

    display: inline-block;

}



.in_no_bottom .no_bg p {

    padding-top: 8px;

    font-weight: 400;

    font-size: 18px;

    line-height: 24px;

    color: #333333;

}



.in_no_bottom a:hover .no_bg p {

    color: var(--blue);

}



.in_no_tright {

    width: calc(100% - 110px);

    padding-left: 35px;

    float: left;

}



.in_no_tright .in_no_l {

    padding-top: 115px;

    padding-right: 15px;

    width: 56%;

    float: left;

}



.in_no_tright .in_no_r {

    padding-top: 65px;

    width: 44%;

    float: left;

}



.in_no_l ul li {

    float: left;

    padding-right: 30px;

    padding-bottom: 22px;

    padding-top: 22px;

    width: 50%;

    border-bottom: 1px solid #DDDDDD;

    border-right: 1px solid #DDDDDD;

}



.in_no_l ul li:nth-child(2n) {

    padding-left: 25px;

    padding-right: 0;

    border-right: none;

}



.in_no_l ul li:nth-child(1), .in_no_l ul li:nth-child(2) {

    padding-top: 0;

}



.in_no_l ul li:nth-child(7), .in_no_l ul li:nth-child(8) {

    border-bottom: none;

    padding-bottom: 0;

}



.in_no_l h3 {

    font-weight: 400;

    font-size: 18px;

    line-height: 24px;

    height: 48px;

    color: #333333;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.in_no_l span {

    display: block;

    padding-top: 10px;

    font-weight: 400;

    font-size: 14px;

    line-height: 18px;

    color: #999999;

}



.in_no_l a:hover h3 {

    color: var(--blue);

}



.in_no_r .in_no_r_title {

    position: relative;

    display: inline-block;

}



.in_no_r .in_no_r_title span {

    position: absolute;

    padding-left: 12%;

    padding-top: 11%;

    left: 0;

    top: 0;

    width: 100%;

    text-align: center;

    font-weight: 900;

    font-size: 30px;

    line-height: 1.2;

    color: #CF0105;

    font-family: 'Source Han Serif CN';

}



.in_no_r .ul {

    padding-left: 40px;

    padding-top: 5px;

}



.in_no_r .ul li {

    padding:15px 0;

    border-bottom: 1px solid #EEEEEE;

}



.in_no_r .ul h3 {

    font-weight: 700;

    font-size: 18px;

    line-height: 24px;

    color: #333333;

   
}



.in_no_r .ul span {

    display: inline-block;

    padding-left: 28px;

    margin-top: 10px;

    font-weight: 400;

    font-size: 12px;

    line-height: 20px;

    color: #999999;

    background-image: url(/template/default/index/4105/images/no_time.svg);

    background-position: left center;

    background-repeat: no-repeat;

    background-size: 20px 20px;

}



.in_no_r a:hover h3 {

    color: var(--blue);

}



.mo_show {

    display: none;

}



@media screen and (min-width:768px) {

    .in_no_bottom .no_bg span img {

        transition: 0.4s;

        -webkit-transition: 0.4s;

    }



    .in_no_bottom a:hover .no_bg span img {

        -moz-transition: all 0.8s ease-in-out;

        -webkit-transition: all 0.8s ease-in-out;

        -o-transition: all 0.8s ease-in-out;

        -ms-transition: all 0.8s ease-in-out;

        transition: all 0.8s ease-in-out;

        -webkit-transform: rotateY(360deg);

        -moz-transform: rotateY(360deg);

        -ms-transform: rotateY(360deg);

        -o-transform: rotateY(360deg);

        transform: rotateY(360deg);

    }



}



@media screen and (max-width:1280px) {

    .in_no_r .in_no_r_title span {

        font-size: 28px;

    }



    .in_no_top:after {

        width: 180px;

        height: 180px;

        background-size: 100%;

    }



}



@media screen and (max-width:991px) {

    .in_no_tright .in_no_l {

        padding-top: 90px;

        padding-right: 0;

        width: 100%;

    }



    .in_no_tright .in_no_r {

        padding-top: 40px;

        width: 100%;

    }



    .in_no_r .in_no_r_title span {

        font-size: 26px;

    }



    .in_no_top:after {

        width: 160px;

        height: 160px;

    }



    .in_no_bottom ul li {

        width: 20%;

        padding-bottom: 20px;

    }



}



@media screen and (max-width:767px) {

    .pc_show {

        display: none !important;

    }



    .mo_show {

        display: block !important;

    }



    .in_no_top {

        padding-bottom: 0;

    }



    .in_no_top:after {

        width: 100px;

        height: 100px;

    }



    .in_no_tright {

        padding-left: 0;

        width: 100%;

    }



    .in_no_tright .in_no_l {

        padding-top: 40px;

    }



    .in_no_l ul li {

        padding-right: 15px;

        padding-bottom: 15px;

    }



    .in_no_l ul li:nth-child(2n) {

        padding-left: 15px;

    }



    .in_no_l h3, .in_no_r .ul h3 {
        font-weight: 500;
        font-size: 16px;

    }



    .in_no_r .in_no_r_title span {

        padding-top: 12%;

        font-size: 22px;

    }



    .in_no_r .ul {

        padding-left: 0px;

        padding-top: 10px;

    }



    .in_no_r .ul li {

        padding: 15px 0;

    }



    .in_no_bottom {

        padding-top: 35px;

        padding-bottom: 35px;

    }



    .in_no_bottom ul {

        margin-left: -5px;

        margin-right: -5px;

    }



    .in_no_bottom ul li {

        padding-left: 5px;

        padding-right: 5px;

        padding-bottom: 10px;

    }



    .in_no_bottom .no_bg {

        height: 120px;

        padding-top: 15px;

    }



    .in_no_bottom .no_bg span img {

        height: 30px;

    }



    .in_no_bottom .no_bg p {

        padding-top: 4px;

        font-size: 16px;

    }



}



/*tesechengguo*/

.in_fea_bg {

    background-image: url(/template/default/index/4105/images/fea_bg.jpg);

    background-position: center bottom;

    background-size: cover;

    background-repeat: no-repeat;

    width: 100%;

    overflow: hidden;

}



.in_fea_r {

    width: calc(100% - 110px);

    padding-left: 35px;

    padding-top: 122px;

    padding-bottom: 100px;

    float: left;

}



.in_fea_r ul {

    margin-left: -17px;

    margin-right: -17px;

}



.in_fea_r ul li {

    float: left;

    width: 33.33%;

    padding: 0 17px;

    padding-bottom: 22px;

}



.in_fea_r .bg {

    width: 100%;

    border-radius: 4px;

    overflow: hidden;

}



.in_fea_r .thumb {

    position: relative;

}



.in_fea_r .thumb i {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    transition: all .4s;

}



.in_fea_r a:hover .thumb i {

    transform: scale(1.03);

}



.in_fea_r .m_fea_cont {

    position: relative;

    padding-top: 45px;

    padding-bottom: 50px;

    background-color: #fff;

    background-image: url(/template/default/index/4105/images/fea_bg2.png);

    background-repeat: no-repeat;

    background-position: bottom center;

    overflow: hidden;

    z-index: 1;

}



.in_fea_r .m_fea_cont:before {

    content: "";

    position: absolute;

    right: 0;

    top: -40px;

    width: 77px;

    height: 123px;

    background-image: url(/template/default/index/4105/images/fea_logo.png);

    background-repeat: no-repeat;

    background-size: 100%;

    z-index: -1;

}



.in_fea_r .m_subject {

    width: 100%;

    text-align: center;

}



.in_fea_r .m_subject span {

    font-family: 'QianTU';

    margin: 0 5px;

    display: inline-block;

    background-color: #BEAA8B;

    color: #fff;

    font-size: 54px;

    width: 62px;

    height: 62px;

    line-height: 1;

    border-radius: 4px;

}



.m_f_more {

    padding-top: 55px;

    padding-left: 50px;

    padding-right: 50px;

    text-align: right;

}



.m_f_more span {

    display: inline-block;

    position: relative;

    padding-right: 38px;

    font-weight: 400;

    font-size: 16px;

    line-height: 47px;

    color: #666666;

    z-index: 1;

}



.m_f_more span i {

    position: absolute;

    right: 0;

    width: 52px;

    height: 47px;

    background-image: url(/template/default/index/4105/images/fea_border.svg);

    background-repeat: no-repeat;

    background-size: 100%;

    z-index: -1;

}



@media screen and (min-width:900px) {

    .m_f_more span {

        transition: padding-right .3s;

    }



    .in_fea_r a:hover .m_f_more span {

        padding-right: 35px;

        color: var(--blue);

    }



}



@media screen and (max-width:1366px) {

    .in_fea_r .m_subject span {

        font-size: 48px;

        width: 55px;

        height: 55px;

    }



    .m_f_more {

        padding-top: 55px;

        padding-left: 30px;

        padding-right: 30px;

    }



}



@media screen and (max-width:1280px) {

    .in_fea_r .m_subject span {

        font-size: 40px;

        width: 48px;

        height: 48px;

        margin: 0 2px;

    }



    .m_f_more {

        padding-top: 55px;

        padding-left: 20px;

        padding-right: 20px;

    }



}



@media screen and (max-width:991px) {

    .in_fea_r {

        padding-top: 80px;

        padding-bottom: 80px;

    }



    .in_fea_r .m_subject span {

        font-size: 34px;

        width: 40px;

        height: 40px;

        margin: 0 2px;

    }



    .in_fea_r .m_fea_cont {

        padding-top: 35px;

    }



    .m_f_more {

        padding-top: 35px;

        padding-left: 20px;

        padding-right: 20px;

    }



}



@media screen and (max-width:900px) {

    .in_fea_r ul {

        margin-left: -10px;

        margin-right: -10px;

    }



    .in_fea_r ul li {

        padding: 0 10px;

        padding-bottom: 15px;

    }



    .in_fea_r .m_subject span {

        font-size: 30px;

        width: 30px;

        height: 38px;

        margin: 0 1px;

    }



    .m_f_more {

        padding-top: 35px;

        padding-left: 10px;

        padding-right: 10px;

    }



    .m_f_more span {

        padding-right: 30px;

        font-size: 16px;

        line-height: 40px;

    }



    .m_f_more span i {

        width: 44px;

        height: 40px;

    }



}



@media screen and (max-width:767px) {

    .in_fea_r {

        width: 100%;

        padding-left: 0;

        padding-top: 40px;

        padding-bottom: 50px;

    }



    .in_fea_r .m_subject span {

        font-size: 36px;

        width: 40px;

        height: 48px;

        margin: 0 3px;

    }



}



@media screen and (max-width:640px) {

    .in_fea_r ul li {

        width: 100%;

    }



}



/*zhuantiwangzhan*/

.in_spec_bg {

    background-image: url(/template/default/index/4105/images/sp_bg.jpg);

    background-position: center bottom;

    background-size: contain;

    background-repeat: no-repeat;

    width: 100%;

    overflow: hidden;

}



.in_spec_r {

    width: calc(100% - 110px);

    padding-left: 35px;

    padding-top: 120px;

    padding-bottom: 100px;

    float: left;

}



.in_spec_r .in_adbig {

    padding-right: 8px;

    width: 34%;

    float: left;

}



.in_spec_r .in_adbig a {

    display: inline-block;

    width: 100%;

    height: 100%;

    position: relative;

    line-height: 0;

    overflow: hidden;

}



.in_spec_r .in_adbig i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    transition: all .4s;

}



.in_adbig a:hover i {

    transform: scale(1.03);

}



.in_spec_r .in_adsmall {

    padding-left: 8px;

    float: left;

    width: 66%;

}



.in_spec_r .in_adsmall ul {

    margin-left: -8px;

    margin-right: -8px;

}



.in_spec_r .in_adsmall ul li {

    float: left;

    width: 50%;

    padding: 0 8px;

    padding-bottom: 18px;

}



.in_spec_r .in_adsmall a {

    display: inline-block;

    width: 100%;

    height: 100%;

    position: relative;

    line-height: 0;

    overflow: hidden;

}



.in_spec_r .in_adsmall i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    transition: all .4s;

}



.in_adsmall a:hover i {

    transform: scale(1.03);

}



@media screen and (max-width:1440px) {

    .in_spec_r .in_adsmall ul li {

        padding-bottom: 15px;

    }



}



@media screen and (max-width:1366px) {

    .in_spec_r .in_adsmall ul li {

        padding-bottom: 14px;

    }



}



@media screen and (max-width:1100px) {

    .in_spec_r .in_adsmall ul li {

        padding-bottom: 12px;

    }



}



@media screen and (max-width:991px) {

    .in_spec_r {

        padding-top: 80px;

        padding-bottom: 80px;

    }



    .in_spec_r .in_adbig {

        padding-right: 0;

        width: 100%;

    }



    .in_spec_r .in_adsmall {

        padding-top: 14px;

        padding-left: 0;

        width: 100%;

    }



}



@media screen and (max-width:767px) {

    .in_spec_r {

        width: 100%;

        padding-left: 0;

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .in_spec_r .in_adsmall {

        padding-top: 14px;

        padding-left: 0;

        width: 100%;

    }



    .in_spec_r .in_adsmall ul li {

        width: 100%;

    }



}



/*school*/

.in_sch_bg {

    background-image: url(/template/default/index/4105/images/sc_bg.jpg);

    background-position: center bottom;

    background-size: cover;

    background-repeat: no-repeat;

    width: 100%;

    overflow: hidden;

}



.in_sch_bg .index_b_title {

    float: right;

}



.in_sch_l {

    width: calc(100% - 110px);

    padding-right: 10px;

    padding-top: 95px;

    padding-bottom: 95px;

    float: left;

}



.in_sch_left {

    width: 50%;

    float: left;

}



.in_sch_right {

    width: 50%;

    float: left;

}



.in_sch_left .m_sch_thumb {

    position: relative;

    overflow: hidden;

    line-height: 0;

}



.in_sch_left .swiper-slide i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    transition: all .4s;

}



.in_sch_left .m_sch_text {

    position: absolute;

    padding: 38px 28px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

    bottom: 0;

    left: 0;

    width: 100%;

}



.in_sch_left .m_sch_text h3 {

    width: calc(100% - 100px);

    font-weight: 700;

    font-size: 18px;

    line-height: 24px;

    color: #FFFFFF;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.in_sch_left .sch-pagination {

    position: absolute;

    width: 120px;

    left: inherit;

    bottom: 40px;

    right: 28px;

    text-align: right;

    z-index: 1;

}



.sch-pagination .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    margin: 0 5px !important;

    opacity: 1;

    background-color: transparent;

    border: 1px solid #FFFFFF;

}



.sch-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background-color: #fff;

}



.in_sch_left .sch_button {

    position: absolute;

    top: 50%;

    width: 40px;

    height: 40px;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    transform: translateY(-50%);

    cursor: pointer;

    z-index: 1;

}



.in_sch_left .sch-prev {

    left: 20px;

    background-image: url(/template/default/index/4105/images/left_n.svg);

}



.in_sch_left .sch-next {

    right: 20px;

    background-image: url(/template/default/index/4105/images/right_n.svg);

}



.in_sch_left .sch_button.swiper-button-disabled {

    opacity: 0.5;

    cursor: default;

}



.in_sch_right ul li {

    position: relative;

    overflow: hidden;

}



.in_sch_right .schr_thumb {

    position: relative;

    width: 50%;

    line-height: 0;

}



.schr_thumb i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    transition: all .4s;

}



.in_sch_right .schr_cont {

    position: absolute;

    right: 0;

    top: 0;

    width: 50%;

    height: 100%;

    background-color: #fff;

}



.in_sch_right .schr_cont:after {

    content: "";

    position: absolute;

    width: 30px;

    height: 30px;

    top: 50%;

    background-image: url(/template/default/index/4105/images/sch_jt.svg);

    background-size: 100% 100%;

}



.in_sch_right ul li:nth-child(2) .schr_thumb {

    float: right;

}



.in_sch_right ul li:nth-child(2) .schr_cont {

    left: 0;

    right: inherit;

}



.in_sch_right ul li:nth-child(1) .schr_cont:after {

    left: -26px;

    transform: translateY(-50%);

}



.in_sch_right ul li:nth-child(2) .schr_cont:after {

    right: -26px;

    transform: translateY(-50%) rotate(180deg);

}



.schr_img {

    display: flex;

    justify-content: center;

    align-items: center;

    padding-left: 15px;

    padding-right: 15px;

    width: 100%;

    height: 100%;

}



.schr_img div {

    text-align: center;

}



.schr_img img {

    height: 84px;

}



.in_sch_right ul li:first-child .strong {

    margin-top: 7px;

}



.in_sch_right .strong {

    display: inline-block;

    width: 100%;

    font-weight: 700;

    font-size: 18px;

    line-height: 24px;

    color: #333333;

}



.schr_text {

    padding-left: 15px;

    padding-right: 15px;

    width: 100%;

    height: 100%;

    align-items: center;

    justify-content: center;

}



.schr_link {

    padding-top: 18px;

}



.schr_link a {

    display: inline-block;

    width: 101px;

    height: 36px;

    text-align: center;

    line-height: 36px;

    border: 1px solid #999999;

    border-radius: 30px;

}



.schr_link a:hover {

    background-color: var(--blue);

    border-color: var(--blue);

}



.schr_link span {

    padding-right: 21px;

    font-weight: 400;

    font-size: 14px;

    color: #666666;

    background-repeat: no-repeat;

    background-position: right;

    background-image: url(/template/default/index/4105/images/sch_grey.svg);

}



.schr_link a:hover span {

    color: #fff;

    background-image: url(/template/default/index/4105/images/sch_white.svg);

}



@media screen and (min-width:768px) {

    .schr_link a {

        transition: all .3s;

    }



}



@media screen and (max-width:1280px) {

    .in_sch_right ul li:first-child .strong {

        margin-top: 0;

    }



    .in_sch_right .strong {

        font-weight: 500;

        font-size: 16px;

    }



}



@media screen and (max-width:1200px) {

    .schr_link {

        display: flex;

        justify-content: space-between;

    }



    .schr_link a {

        width: 49%;

    }



}



@media screen and (max-width:991px) {

    .in_sch_left {

        width: 100%;

    }



    .in_sch_right {

        width: 100%;

    }



}



@media screen and (max-width:767px) {

    .in_sch_l {

        width: 100%;

        padding-right: 0;

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .in_sch_left .sch_button {

        width: 30px;

        height: 30px;

    }



    .in_sch_left .sch-prev {

        left: 0;

    }



    .in_sch_left .sch-next {

        right: 0;

    }



    .in_sch_left .m_sch_text {

        padding: 20px 15px;

    }



    .in_sch_left .sch-pagination {

        width: 100px;

        bottom: 20px;

        right: 15px;

    }



    .in_sch_right .schr_thumb {

        width: 100%;

        float: left;

    }



    .in_sch_right .schr_cont {

        position: inherit;

        right: inherit;

        float: left;

        width: 100%;

        height: 150px;

    }



}



/*link*/

.index_link {

    padding: 30px 0;

    background-color: #fff;

}



.index_link .container {

    display: flex;

}



.index_link span, .index_link a {

    font-weight: 400;

    font-size: 16px;

    line-height: 21px;

    color: #666666;

}



.index_link .r {

    flex: 1;

}



.index_link .r a {

    margin-right: 20px;

    display: inline-block;

}



.index_link .r a:hover {

    color: var(--blue);

}



@media screen and (max-width:767px) {

    .index_link span, .index_link a {

        font-size: 14px;

    }



}

/*4.7*/

.m_sc_mask {

    position: relative;

}

.m_sc_mask i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

.muted_play {

    position: absolute;

    right: 5%;

    bottom: 5%;

    z-index: 9;

}

.muted_play a {

    display: inline-block;

    width: 40px;

    height: 40px;

    border: 1px solid white;

    border-radius: 50%;

    background-image: url(/template/default/index/4105/images/muted_close.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: 34px 34px;

}

.muted_play a.active {

    background-image: url(/template/default/index/4105/images/muted_open.svg);

}

.in_no_r .img_list {
    padding-top: 20px;
}
.img_list a{
    display: block;
    overflow: hidden;
}
.img_list a>div:nth-child(1) {
   width: 120px;
   float: left;
}
.img_list a>div:nth-child(2) {
   width: calc(100% - 120px);
float: left;
padding-left: 20px;
}
.img_list .thumb {
    position: relative;
    height: 90px;
    overflow: hidden;
}
.img_list .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.in_no_r .img_list h3 {
    height: 48px;
     overflow: hidden;
     white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}