/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
    font-family: "pmzd";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
@font-face {
    font-family: "akrobat";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
@font-face {
    font-family: "akrobatblack";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
@font-face {
    font-family: "youshebiaotihei";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
@font-face {
    font-family: "montserrat-light";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
@font-face {
    font-family: "montserrat-regular";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
@font-face {
    font-family: "montserrat-bold";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}

@font-face {
    font-family: "sourcehansanscn-regular";
    src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("svg");
}
.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    font-family: "sourcehansanscn-regular";
}
body{
    overflow-x: hidden;
}

footer,
section{
    overflow: hidden;
}
.swiper{
    width: 100%;
    height: 100%;
}
.mcsb_scrolltools{
    width: 2px;
}
.mcsb_inside > .mcsb_container {
    margin-right: 30px;
}
.mcsb_scrolltools .mcsb_dragger:hover .mcsb_dragger_bar,
.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar{
    background: #0073da;
    width: 2px;
}
.mcsb_scrolltools .mcsb_draggerrail{
    background:  #ccc;
    opacity: 1;
}
::-webkit-input-placeholder{
    color: #fff;
}
::-moz-placeholder{   /* mozilla firefox 19  */
    color: #fff;
}
:-moz-placeholder{    /* mozilla firefox 4 to 18 */
    color: #fff;
}
:-ms-input-placeholder{  /* internet explorer 10-11 */
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.next1,
.prev1{
    position: static;
    width: 70px;
    height: 70px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline: none;
    margin: 0;
}
.prev1{
    background: url(/uploads/image/t1img/prev_icon.png) no-repeat center center;
}

.next1{
    margin-left: 50px;
    background: url(/uploads/image/t1img/next_icon.png) no-repeat center center;
}
.prev1:hover{
    background: url(/uploads/image/t1img/prev_icon_hover.png) no-repeat center center;
}
.next1:hover{
    background: url(/uploads/image/t1img/next_icon_hover.png) no-repeat center center;

}
.sec1 .action{
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 100%;
}
.sec1 .action .w{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.prev3,
.next3,
.prev2,
.next2{
    position: static;
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline:none;
}
.prev3{
    background:  no-repeat center center;
}
.prev2{
    background:  no-repeat center center;
}
.next3{
    background:  no-repeat center center;
}
.next2{
    background:  no-repeat center center;
}
.prev3:hover,
.prev2:hover{
    background:  no-repeat center center;
}
.next3:hover,
.next2:hover{
    background:  no-repeat center center;
}

.next3,
.next2{
    margin-left: 40px;
}



/*全屏导航*/
.full_menu{
    position: fixed;
    top: -200%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/uploads/image/t1img/full_menu_bg.jpg) no-repeat center center;
    -o-background-size: cover;
       background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    color: #fff;
}
.full_menu.open{
    top: 0;
}

.full_meum_list{
    width: 100%;
    height: 100%;
    padding: 0 100px;
}
.full_meum_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding-top: 13%;
}

.full_meum_list li> a{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
}
.full_meum_list li> a:hover{
    top: -5px;
}
.full_meum_list li .hide_menu dd a{
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    width: 100%;
    position: relative;
    transition: all 0.4s;
    top: 0;
}
.full_meum_list li .hide_menu dd:hover a{
    top: -5px;
}

.top_nav {
    z-index: 10000;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 20px 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_nav .logo{
    position: relative;
    z-index: 1;
}
.logo img{
    width: 389px;
}

.top_nav_right{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top_nav_right .nav_con{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 40px;
}
.top_link_list{
    padding: 10px 0;
}

.top_link_list li{
    position: relative;
    float: left;
    padding-left: 30px;
}
.top_link_list li a{
    line-height: 40px;
    font-size: 14px;
}
.top_link_list li a img{
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.top_nav .search_box{
    position: relative;
    width: 40px;
    height: 40px;
    padding-left: 50px;
    margin-left: 50px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
.top_nav .search_box:before{
    width: 1px;
    height: 14px;
    background: #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
         -o-transform: translatey(-50%);
            transform: translatey(-50%);
    left: 0;

}
.top_nav .search_box .search_ipt{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: transparent;
}
.top_nav .search_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    background: url(/uploads/image/t1img/search_icon.png) no-repeat center center;
    -o-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.top_nav .search_box:hover .search_ipt{
    width: 200px;
    padding: 0 50px 0 15px;
    color: #333;
    background: #fff;
}
.top_nav .search_box:hover .search_icon{
    color: transparent;
    background: url(/uploads/image/t1img/search_icon2.png) no-repeat center center;
}
.nav_list{

}
.nav_list li {
    position: relative;
    float: left;
    font-size: 0;
    padding: 0 15px;
}

.nav_list li>a {
    position: relative;
    line-height: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: bold;
    font-size: 20px;
}
.nav_list li .hide_menu{
    position: absolute;
    top: -webkit-calc(100%   20px);
    top: -moz-calc(100%   20px);
    top: calc(100%   20px);
    width: 130%;
    left: 50%;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    border-top: 3px solid #eb6709;
    color: #333;
    z-index: 10;
    transform: translatex(-50%) scaley(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    overflow: hidden;
}
.nav_list li .hide_menu a{
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_list li .hide_menu a:hover{
    background: rgba(17, 45, 139, 0.05);
    color: #112d8b;
}

body.body .nav_list li:hover .hide_menu{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translatex(-50%) scaley(1);
}

.top_nav .nav_list li:hover>a,
.top_nav .nav_list li.on>a{
    opacity: 0.9;
}
.top_nav:before{
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(17, 45, 139, 0.9)), to(rgba(0, 95, 202, 0.9)));
    background: -webkit-linear-gradient(-90deg, rgba(233, 98, 9, 0.9) 0%, rgba(220, 62, 5, 0.9) 100%);
    background: -moz-linear-gradient(-90deg, rgba(233, 98, 9, 0.9) 0%, rgba(220, 62, 5, 0.9) 100%);
    background: -o-linear-gradient(-90deg, rgba(233, 98, 9, 0.9) 0%, rgba(220, 62, 5, 0.9) 100%);
    background: linear-gradient(-90deg, rgba(233, 98, 9, 0.9) 0%, rgba(220, 62, 5, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#toggle_full_menu{
    width: 100px;
    height: 100px;
    background: #eb6709;
    border-radius: 50px 0px 0px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#toggle_full_menu .lcbody {
    width: 34px;
    height: 30px;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#toggle_full_menu .lcbody .lcitem {
    width: 100%;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.36s ease;
    transition: -webkit-transform 0.36s ease;
    -o-transition: -o-transform 0.36s ease;
    -moz-transition: transform 0.36s ease, -moz-transform 0.36s ease;
    transition: transform 0.36s ease;
    transition: transform 0.36s ease, -webkit-transform 0.36s ease, -moz-transform 0.36s ease, -o-transform 0.36s ease;
    right: 0;
}
#toggle_full_menu .lcbody .lcitem:nth-child(2){
    width: 84%;
}

#toggle_full_menu .lcbody .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff;
}

#toggle_full_menu .lcbody .top {
    top: 0;
}

#toggle_full_menu .lcbody .center {
    top: 50%;
    margin-top: -1px;
}

#toggle_full_menu .lcbody .bottom {
    bottom: 0;
}

#toggle_full_menu .lcbody:hover .lcitem.top .rect {
    -webkit-animation: move 0.4s ease-in-out 1;
       -moz-animation: move 0.4s ease-in-out 1;
         -o-animation: move 0.4s ease-in-out 1;
            animation: move 0.4s ease-in-out 1;
}

#toggle_full_menu .lcbody:hover .lcitem.center .rect {
    -webkit-animation: move 0.4s ease-in-out 0.1s 1;
       -moz-animation: move 0.4s ease-in-out 0.1s 1;
         -o-animation: move 0.4s ease-in-out 0.1s 1;
            animation: move 0.4s ease-in-out 0.1s 1;
}

#toggle_full_menu .lcbody:hover .lcitem.bottom .rect {
    -webkit-animation: move 0.4s ease-in-out 0.2s 1;
       -moz-animation: move 0.4s ease-in-out 0.2s 1;
         -o-animation: move 0.4s ease-in-out 0.2s 1;
            animation: move 0.4s ease-in-out 0.2s 1;
}

.close#toggle_full_menu .lcitem.top {
    -webkit-transform: rotatez(45deg);
       -moz-transform: rotatez(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotatez(45deg);
            transform: rotatez(45deg);
    top: 49%;
}

.close#toggle_full_menu .lcitem.center {
    opacity: 0;
}

.close#toggle_full_menu .lcitem.bottom {
    -webkit-transform: rotatez(-45deg);
       -moz-transform: rotatez(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotatez(-45deg);
            transform: rotatez(-45deg);
    top: 49%;
}

@-webkit-keyframes move {
    0% {
        right: 0;
    }
    40% {
        right: 0;
        width: 0;
    }
    60% {
        right: auto;
        width: 0%;
    }
    100% {
        right: auto;

        width: 100%;
    }
}

@-moz-keyframes move {
    0% {
        right: 0;
    }
    40% {
        right: 0;
        width: 0;
    }
    60% {
        right: auto;
        width: 0%;
    }
    100% {
        right: auto;

        width: 100%;
    }
}

@-o-keyframes move {
    0% {
        right: 0;
    }
    40% {
        right: 0;
        width: 0;
    }
    60% {
        right: auto;
        width: 0%;
    }
    100% {
        right: auto;

        width: 100%;
    }
}

@keyframes move {
    0% {
        right: 0;
    }
    40% {
        right: 0;
        width: 0;
    }
    60% {
        right: auto;
        width: 0%;
    }
    100% {
        right: auto;

        width: 100%;
    }
}
/*滚动页面时*/
.top_nav.blue{
    padding-top: 0;
    padding-bottom: 0;
}
.top_nav.blue:before{
    height: 100%;
}
.top_nav.blue .top_link_list{
    display: none;
}
.top_nav.blue #toggle_full_menu{
    background: none;
}

/*打开全屏时*/
body.active .top_nav .nav_list{
    display: none;
}
body.active .top_nav.blue .nav_list{
    display: block;
}
body.active .top_nav.blue:before{
    height: 0;
}
/*首页banner----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    height: 100%;
    /*height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);*/
    position: relative;
    overflow: visible;
}

.sec1 .banner_info{
    width: 100%;
    position: absolute;
    bottom: 120px;
    left: 0;

}

.sec1 .banner_info .title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.banner_swiper li{
    width: 100%;
    height: 100%;
}

.banner_swiper .banner_img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}

.banner_swiper .swiper-slide-active .banner_img{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.banner_font{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
         -o-transform: translatey(-50%);
            transform: translatey(-50%);
    z-index: 1;
}
.banner_font img{
    width: 47%;
}


.read_more1{
    font-size: 18px;
    font-family: montserrat;
    color: #ffffff;
    line-height: 30px;
}


.sec1 .banner_bot{
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
}
.sec1 .banner_bot .w{
    height: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#112d8b), to(#005fca));
    background: -webkit-linear-gradient(right, #112d8b 0%, #005fca 100%);
    background: -moz-linear-gradient(right, #112d8b 0%, #005fca 100%);
    background: -o-linear-gradient(right, #112d8b 0%, #005fca 100%);
    background: linear-gradient(-90deg, #112d8b 0%, #005fca 100%);
    border-radius: 40px;
    padding: 0 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sec1 .banner_bot .left{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sec1 .banner_bot .left h5{
    font-size: 24px;
    font-family: youshebiaotihei;
    line-height: 30px;
    margin-right: 30px;
}
.sec1 .banner_bot .left .title{
    font-size: 18px;
    line-height: 30px;
}

.sec2{
    background: rgba(0, 115, 218, 0.05);
}
.read_more2{
    color: #fff;
    background: #eb6709;
    padding: 12px 20px 12px 29px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.read_more2 span{
    z-index: 1;
    position: relative;
    margin-right: 20px;
}
.read_more2:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #112d8b;
    display: block;
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.read_more2 i{
    position: relative;
    top: -1px;
    -webkit-transform: scaley(1.3);
       -moz-transform: scaley(1.3);
        -ms-transform: scaley(1.3);
         -o-transform: scaley(1.3);
            transform: scaley(1.3);
}
.read_more2:hover:before{
    height: 100%;
}
.index_title{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}

.index_title .title_con{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.index_title .cn_title{
    font-size: 40px;
    font-weight: bold;
    color: #112d8b;
    margin-right: 19px;
}
.index_title .en_title{
    font-size: 20px;
    font-family: montserrat;
    color: #999999;
}
.fixed_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/uploads/image/t1img/fixed_img.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: -1;
}
.sec.sec2{
    background: url(/uploads/image/t1img/sec2_bg.png) no-repeat center bottom;
    -o-background-size: cover;
       background-size: cover;
    padding-bottom: 200px;
}

.sec2_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sec2_left{
    width: 66.25%;
}

.index_news_left_container{

}
.index_news_left_container li{
    font-size: 0;
}
.index_news_left_container li a{
    width: 100%;

}
.index_news_left_container li .img_con{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.index_news_left_container li .img_con .img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.index_news_left_container li .info_con{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 30px 120px 30px 30px ;
  
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.index_news_left_container li .time{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 40px;
}
.index_news_left_container li .day{
    font-size: 30px;
    line-height: 30px;
    font-family: akrobatblack;
    font-weight: 900;
}
.index_news_left_container li .year{
    font-family: akrobat;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.index_news_left_container li .title{
    font-size: 24px;
    font-weight: bold;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.index_news_left_container .swiper-pagination-news-left{
    text-align: right;
   /* width: 120px;*/
    left: auto;
    right: 0;
    bottom: 30px;
    padding-right: 30px;
    position: absolute;

}
.index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    background: url(/uploads/image/t1img/dot.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    margin: 0 6px;
    opacity: 1;
}
.index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet-active{
    background: url(/uploads/image/t1img/dot_active.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.sec2_right{
    width: 31.875%;
    background: #fff url(/uploads/image/t1img/tjise.png) no-repeat center right;
    -o-background-size: auto 100%;
       background-size: auto 100%;
}

.index_news_list{
    height: 100%;
}
.index_news_list li{
    height: 25%;
    position: relative;
    padding: 0 50px;
}
.index_news_list li:before{
    width: 100%;
    height: 0;
    content: "";
    display: block;
    background: #eb6709;
    position: absolute;
    top:0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.index_news_list li a{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(17, 45, 139, .1);
}
.index_news_list li:last-of-type a{
    border-bottom: none;
}
.index_news_list .li_con{
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.index_news_list li .type_con{
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: rgba(17, 45, 139, 0.6);
}
.index_news_list li .name{

}
.index_news_list li .time{
    font-family: montserrat;
}
.index_news_list li .title{
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 15px 0 0;
}
.index_news_list li .read_more1{
    color: rgba(17, 45, 139, 0.6);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_list li:hover .read_more1,
.index_news_list li:hover .type_con,
.index_news_list li:hover .title{
    color: #fff;
}
.index_news_list li:hover:before{
    height: 100%;
}

.sec{
    padding: 100px 0;
}

/*第三屏 通知公告*/
.sec3{
    margin: -40px 0 -21px;
}
.read_more2_con{
    text-align: center;
}
.index_title2{
    text-align: center;
    margin-bottom: 80px;
}
.index_title2 .title{
    width: 240px;
    height: 80px;
    line-height: 80px;
    background: #eb6709;
    border-radius: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
}

.notice_list{
    margin-bottom: 80px;
}
.notice_list li{
    background:  #fff;
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    position: relative;
    border-bottom: 10px solid #eb6709;
}
.notice_list li:nth-of-type(3n){
    margin-right: 0;
}
.notice_list li:after{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(/uploads/image/t1img/bg_ico11.png) no-repeat bottom right;
    -o-background-size: auto 90% !important;
       background-size: auto 90% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;

}
.notice_list li:before{
    width: 100%;
    height: 0;
    content: "";
    display: block;
    background: #eb6709;
    position: absolute;
    bottom:0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.notice_list li a{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 28px 48px;
}

.notice_list li .type{
    line-height: 18px;
    color: rgba(17, 45, 139, 0.6);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.notice_list li .title{
    font-size: 24px;
    margin: 20px 0 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.notice_list li .time{
    color: #112d8b;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.notice_list li .time .year{
    font-family: akrobat;

}
.notice_list li .time .day{
    font-size: 30px;
    font-family: akrobatblack;
    font-weight: 900;
    line-height: 30px;
    margin-right: 10px;
}

.notice_list li:hover .time,
.notice_list li:hover .type,
.notice_list li:hover .title{
    color: #fff;
}
.notice_list li:hover:after{
    background: url(/uploads/image/t1img/bg_ico22.png) no-repeat bottom right;
}
.notice_list li:hover:before{
    height: 100%;
}
.sec.sec4{
    padding-top: 200px;
    background: url(/uploads/image/t1img/sec4_bg.png) no-repeat top center;
    -o-background-size: cover;
       background-size: cover;
}

.sec4_con{

}
.sec4_item{
    margin-bottom: 80px;
    padding-top: 50px;
    position: relative;

}

.sec4_item:before{
    width: 71.875%;
    height: 100%;
    background: rgba(17, 45, 139, 0.05);
    content: "";
    display: block;
    position: absolute;
    top:0;
    right: 0;
}
.sec4_item .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.sec4_item .title_wrap{
    width: 46.875%;
}
.sec4_item .title_wrap .plat_img{
    width: 100%;
}
.index_sub_title{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
}
.index_sub_title .title{
    font-size: 36px;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.index_sub_title .title .icon{
    width: 96px;
    height: 96px;
    background: #eb6709;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 22px;
}
.index_sub_title .title .icon img{
    width: 50%;
}
.sec4_item .read_more1:hover{
    color: rgba(17, 45, 139, 1);
}
.read_more1.blue{
    color: rgba(17, 45, 139, 0.6);
}

.sec4_item .plat_list{
    width: 46.875%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
}
.plat_list li{
    float: left;
    width: 48%;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}
.plat_list li a{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 30px;
}
.plat_list li:after{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(/uploads/image/t1img/plat_bg1.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;

}
.plat_list li:before{
    width: 100%;
    height: 0;
    content: "";
    display: block;
    background: #eb6709;
    position: absolute;
    bottom:0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.plat_list li .title{
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.plat_list li:hover .title{
    color: #fff;
}
.plat_list li:hover:after{
    background: url(/uploads/image/t1img/plat_bg2.png) no-repeat center center;
}
.plat_list li:hover:before{
    height: 100%;
}
.sec4_item:nth-of-type(2n) .w{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.sec4_item:nth-of-type(2n):before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 45, 139, 0.9)), color-stop(99%, rgba(0, 95, 202, 0.9)));
    background: -webkit-linear-gradient(bottom, rgba(17, 45, 139, 0.9) 0%, rgba(0, 95, 202, 0.9) 99%);
    background: -moz-linear-gradient(bottom, rgba(17, 45, 139, 0.9) 0%, rgba(0, 95, 202, 0.9) 99%);
    background: -o-linear-gradient(bottom, rgba(17, 45, 139, 0.9) 0%, rgba(0, 95, 202, 0.9) 99%);
    background: linear-gradient(0deg, rgba(17, 45, 139, 0.9) 0%, rgba(0, 95, 202, 0.9) 99%);
/*    background: linear-gradient(0deg, #112d8b 0%, #005fca 99%);*/
    right: auto;
    left: 0;
}
.sec4_item:nth-of-type(2n) .index_sub_title .title{
    color: #fff;
}

.sec.sec5{
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 400px;
    background: url(/uploads/image/t1img/sec5_bg.png) no-repeat top center;
    -o-background-size: cover;
       background-size: cover;
}
.sec5 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.focus_list{
    width: 89.4%;
}
.focus_list li{
    float: left;
    width: 23%;
    margin-right: 2.66%;

}
.focus_list li:nth-of-type(2n){
    padding-top: 50px;
}
.focus_list li:nth-of-type(4n){
    margin-right: 0;
}
.focus_list li a{
    width: 100%;
}
.focus_list li .img_con{
    width: 100%;
    padding-top: 167%;
    position: relative;
    overflow: hidden;
}
.focus_list li .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.sec5 .index_title{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.sec5 .index_title .cn_title{
    width: 40px;
    text-align: center;
}
.sec5 .index_title .en_title{
    -webkit-transform: rotate(90deg) translate(-134px, 55px);
       -moz-transform: rotate(90deg) translate(-134px, 55px);
        -ms-transform: rotate(90deg) translate(-134px, 55px);
         -o-transform: rotate(90deg) translate(-134px, 55px);
            transform: rotate(90deg) translate(-134px, 55px);
    white-space: pre;
}
.sec5 .read_more2{
    padding: 30px 12px 25px 12px;
    width: 40px;
    text-align: center;
}
.sec5 .read_more2 i {
    top: 3px;
    -webkit-transform: scalex(1.3) rotate(90deg);
       -moz-transform: scalex(1.3) rotate(90deg);
        -ms-transform: scalex(1.3) rotate(90deg);
         -o-transform: scalex(1.3) rotate(90deg);
            transform: scalex(1.3) rotate(90deg);
}
.sec_link{
    background: url(/uploads/image/t1img/sec_link_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
       background-size: cover !important;
    padding: 80px 0;
}

.sec_link_list li{
    width: 8%;
    margin-right: 1.2%;
    padding: 12px 0;
    float: left;
    color: #fff;
}
.sec_link_list li:nth-of-type(11n){
    margin-right: 0;
}
.sec_link_list li a{
    width: 100%;
    text-align: center;
}

.sec_link_list li .img_con{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
}
.sec_link_list li:hover .img_con{
    background: #eb6709;
}
.sec_link_list li .img_con img{
    width: 44px;
}
.sec_link_list li .link_title{

    line-height: 20px;
    height: 20px;
    text-align: center;
}

/*底部*/
footer{
    border-top: 10px solid #eb6709;
    background: -webkit-gradient(linear, left bottom, left top, from(#112d8b), to(#005fca));
    background: -webkit-linear-gradient(bottom, #112d8b 0%, #005fca 100%);
    background: -moz-linear-gradient(bottom, #112d8b 0%, #005fca 100%);
    background: -o-linear-gradient(bottom, #112d8b 0%, #005fca 100%);
    background: linear-gradient(0deg, #112d8b 0%, #005fca 100%);
    color: #fff;

}
footer .w{
    background: url(/uploads/image/t1img/foot_ico.png) no-repeat bottom center;
    -o-background-size: auto 135%;
       background-size: auto 135%;
}

.foot_con{
    padding: 80px 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.foot_left .info{
    padding-top: 40px;
    font-size: 20px;
}
.foot_left .info p{
    line-height: 40px;
}
.foot_right .ewm_box{
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.foot_right .ewm_box img{
    width: 80px;
}
.foot_right .ewm_box p{
    padding-top: 5px;
    font-size: 16px;
    line-height: 30px;
}

.copy_right{
    line-height: 25px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}
.copy_right .gongbei_icon{
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.copy_right span,
.copy_right a{
    margin-right: 15px;
    opacity: 0.3;
}





.inner{
    position: relative;
    z-index: 1;
}

.inner .inner_img{
    width: 100%;
}

.inner .inner_wrap {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    color: #fff;
}

.inner_title{
    color: #ffffff;
    font-weight: bold;
}
.inner_title .en_title{
    font-size: 30px;
    font-family: montserrat;
}
.inner_title .title{
    font-size: 60px;
    margin-bottom: 20px;
}

.sec_menu{
    margin-top: -40px;
    position: relative;
    z-index: 10;
}
.sec_menu .w{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.sec_menu .w:before{
    width: 150%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#112d8b), to(#005fca));
    background: -webkit-linear-gradient(right, #112d8b 0%, #005fca 100%);
    background: -moz-linear-gradient(right, #112d8b 0%, #005fca 100%);
    background: -o-linear-gradient(right, #112d8b 0%, #005fca 100%);
    background: linear-gradient(-90deg, #112d8b 0%, #005fca 100%);
    border-radius: 0px 40px 40px 0px;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.left_menu_list{

}

.left_menu_list li{
    float: left;
    padding: 0 40px;
    position: relative;
}
.left_menu_list li:before{
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
.left_menu_list li:first-of-type{
    padding-left: 0;

}
.left_menu_list li:first-of-type:before{
    display: none;
}
.left_menu_list li a{
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.left_menu_list li a:before{
    width: 0;
    height: 6px;
    background: #eb6709;
    border-radius: 3px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.left_menu_list li.on a:before,
.left_menu_list li:hover a:before {
    width: 100%;
}
.crumbs{
    line-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255,255,255,0.5);
    z-index: 1;
    padding-right: 40px;
}
.crumbs span,
.crumbs a{
   padding: 0 12px;
}
.sub_title{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 80px;
}
.sub_title .title{
    font-size: 40px;
    font-weight: bold;
    color: #112d8b;
    margin-right: 15px;
}
.sub_title .tip{
    font-size: 20px;
    font-family: montserrat;
    color: #999999;
}
/*学院概况*/
.profile{
    background: url(/uploads/image/t1img/profile_bg.png) no-repeat bottom center;
    -o-background-size: 100% auto;
       background-size: 100% auto;
}
.profile .w{

}
.profile_item{
    margin-bottom: 60px;
}
.profile_item .item_title{
    font-size: 24px;
    font-weight: bold;
    color: #112d8b;
    line-height: 36px;
    margin-bottom: 35px;
}
.profile_item .info{
    font-size: 18px;
}
.profile_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.profile_top .left{
    width: 50%;
}
.profile_top .right{
    width: 43.75%;
}
.profile_top .right img{
    width: 100%;
}
.sub_sec{
    padding: 100px 0;
}
/*现任领导*/
.sub_sec.leader .w{
    width: 1400px;
}
.leader_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.leader_con .part{
    width: 46.875%;
}
.leader_con .part .leader_item:last-of-type{
    border-bottom: 1px solid #edf1f4;
}
.leader_item a{
    width: 100%;
}
.leader_item .item_con{
    padding: 48px 0;
    border-top: 1px solid #edf1f4;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.leader_item .item_title{
    font-size: 30px;
   /* font-weight: bold;
    color: #004098;*/
    width: 345px;
    position: relative;
    padding-left: 30px;
}
.leader_item .item_title:before{
    width: 4px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    content: "";
    display: block;
    background: #004098;
}

.leader_item .name span{
    font-size: 30px;
    margin-right: 50px;
}
.leader_item.leader_item_color .item_title{
    /*color: #112d8b;*/
}
.leader_item.leader_item_color .name span{
    color: #eb6709;
}
.leader_detail{

}
.leader_detail .img_con{
    width: 270px;
}
.leader_detail .img_con img{
    width: 100%;
}
.leader_detail .info_con{
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    padding-left: 90px;
}
.leader_detail .info_con .name{
    font-size: 36px;
    font-weight: bold;
    color: #112d8b;
    line-height: 48px;
}
.leader_detail .info_con .position{
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 30px;
}

.leader_detail .info_con .info{
    font-size: 18px;
}
/*历任*/
.before_leader_list{
    
}
.before_leader_list li{
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    float: left;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #e7eaf3;
   
}
.before_leader_list li:nth-of-type(2n){
    background: #fdf0e6;
}
.before_leader_list li:nth-of-type(3n){
    background: #e5f8ec;
    margin-right: 0;
}
.before_leader_list li a,
.before_leader_list li img{
    width: 100%;
    height: 100%;
}

/*机构设置*/
.wrap_title{
    margin-bottom: 30px;
}
.wrap_title .title{
    font-size: 30px;
    font-weight: bold;
    color: #112d8b;
}
.setup_list{

}
.setup_list li{
    width: 31.25%;
    height: 80px;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    float: left;
    background: #f3f4f9;
    position: relative;
    -webkit-box-shadow: -5px -5px 0px rgba(17, 45, 139, 0.5);
            box-shadow: -5px -5px 0px rgba(17, 45, 139, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.setup_list li:nth-of-type(3n){
    margin-right: 0;
}
.setup_list li a{
    width: 100%;
    height: 100%;
    padding: 0 29px;
}
.setup_list li .li_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;

}
.setup_list li .title{
    font-size: 20px;
    line-height: 24px;
    color: #112d8b;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.setup_list li .arr{
    width: 25px;
    height: 18px;
    background: url(/uploads/image/t1img/more_icon2.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    -webkit-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    -moz-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
    margin-right: 5px;
}

.setup_list li:hover{
    background: #eb6709;
    -webkit-box-shadow: -5px -5px 0px rgba(235, 103, 9, 0.5);
            box-shadow: -5px -5px 0px rgba(235, 103, 9, 0.5);
}
.setup_list li:hover .title{
    color: #ffffff;
}
.setup_list li:hover .arr{
    background: url(/uploads/image/t1img/more_icon1.png) no-repeat center center;
    margin-right: 0;
}
.go_back_btn{
    color: #112d8b;
    line-height: 24px;
    margin-bottom: 70px;
}
.go_back_btn img{
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.info18{
    font-size: 18px;
}
/*新闻公告*/
.new1{
    background: rgba(17, 45, 139, 0.05);
}


.news_list{
    overflow: hidden;
}
.news_list li{
    position: relative;
    border-bottom: 1px solid #edf1f4;
}
.news_list li:before{
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background: #eb6709;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list li a{
    width: 100%;
    padding: 50px 0;
}
.news_list li .li_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.news_list li .info_con{
    width: -webkit-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: calc(100% - 700px);
}
.news_list li .img_con{
    width: 500px;
    height: 310px;
    overflow: hidden;
}
.news_list li .img_con .img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
       background-size: cover !important;
}

.news_list li .time{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
}
.news_list li .time .day{
    font-size: 40px;
    font-family: akrobatblack;
    font-weight: 900;
    line-height: 48px;
    margin-right: 8px;
}
.news_list li .time .year{
    font-family: akrobat;
    opacity: 0.5;
    line-height: 30px;
}
.news_list li .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.news_list li .info{
    color: #666666;
    margin-bottom: 30px;
}
.news_list li .read_more2 {
    color: rgba(17, 45, 139, 0.6);
    background: rgba(17, 45, 139, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list li .read_more2:before {
    background: #eb6709;
}
.news_list li:hover:before{
    width: 100%;
}
.news_list li:hover .title{
    color: #112d8b;
}
.news_list li:hover a:before{
    width: 100%;
}
.news_list li .read_more2:hover{
    color: #fff;
}
.sub_sec.new2{
    padding-top: 0;
}

/*分页*/
.page{
    padding-top: 80px;
    text-align: center;
}

.page a,
.page span{
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: montserrat-light;
    background: transparent;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.page .number:hover,
.page .number.current{
    color: #fff;
    background: #eb6709;
}
.page .prev,
.page .next{
    background: rgba(17, 45, 139, 0.05);
}
.page .prev:hover,
.page .next:hover{
    color: #fff;
    background: #eb6709;
}

/*通知公告*/
.notice_list2.notice_list{
    margin-bottom: 0;
}
.notice_list2.notice_list li{
    margin-bottom: 3.125%;
}

.sub_sec.sec_detail{
    padding-top: 70px;
}
.detail_part{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.detail_left{
    width: 65%;
}
.detail_left .go_back_btn{
    margin-bottom: 30px;
}
.detail_left_con{
    background: #fff;
    padding: 60px 50px;
    border-top: 10px solid #eb6709;
}
.detail_left .title{
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 25px;
}
.detail_left .sub_detail_title{
    margin-bottom: 40px;
}
.detail_left .sub_detail_title .time{
    border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .author{
      border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .click{
      border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}


.detail_right{
    width: 28.75%;
}
.recommend_con{
    position: relative;
}

.recommend_name{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.recommend_list{
}
.recommend_list li{
    position: relative;
    border-bottom: 3px solid #eb6709;
    margin-bottom: 20px;
    background: #fff;
}
.recommend_list li:before{
    width: 100%;
    height: 0;
    content: "";
    display: block;
    background: #eb6709;
    position: absolute;
    bottom:0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.recommend_list li a{
    padding: 25px 30px;
    position: relative;
    z-index: 1;
}

.recommend_list li .type_con{
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: rgba(17, 45, 139, 0.6);
}
.recommend_list li .name{

}
.recommend_list li .time{
    font-family: montserrat;
}
.recommend_list li .title{
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 15px;
}

.recommend_list li:hover .type_con,
.recommend_list li:hover .title{
    color: #fff;
}
.recommend_list li:hover:before{
    height: 100%;
}
.jump_page{
    overflow: hidden;
    background: #fff;
}

.jump_page .prev,
.jump_page .next{
    width: 50%;
    float: left;
    position: relative;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jump_page .toggle_box{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.jump_page .left{
    width: 70%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.jump_page .img{
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: url(/uploads/image/t1img/next.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
}
.jump_page .lit_title{
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.jump_page .title{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;

}
.jump_page .prev:before,
.jump_page .next:before{
    width: 150%;
    height: 100%;
    position: absolute;
    top:0;
    content: '';
    display: block;
    background: #eb6709;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jump_page .prev:before{
    right: 0;
}
.jump_page .next:before{
    left: 0;
}
.jump_page .prev{
    border-right: 1px solid rgba(17, 45, 139, 0.05);
    padding-right: 100px;
}
.jump_page .next{
    padding-left: 100px;
}
.jump_page .prev:hover:before,
.jump_page .next:hover:before{
    opacity: 1;
}
.jump_page .prev:hover .left,
.jump_page .next:hover .left{
    color: #fff;
}
.jump_page .prev:hover .img,
.jump_page .next:hover .img{
    background: url(/uploads/image/t1img/next_hover.png) no-repeat center center;
}
/*产教融合*/
.industry_list li{
    position: relative;
    margin-bottom: 60px;
    background: #fff;
}
.industry_list li:last-of-type{
    margin-bottom: 0;
}
.industry_list li a{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 50px;
}
.industry_list li:after{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(/uploads/image/t1img/plat_bg11.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;

}
.industry_list li:before{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #eb6709;
    position: absolute;
    bottom:0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.industry_list li .time{
    width: 166px;
    height: 60px;
    padding-top: 7px;
    background: #eb6709;
    color: #fff;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -30px;
}
.industry_list li .time:before{
    width: 100%;
    height: 0;
    content: "";
    display: block;
    background: #112d8b;
    position: absolute;
    bottom:0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.industry_list li .time .day{
    font-size: 40px;
    font-family: akrobatblack;
    font-weight: 900;
    line-height: 48px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}
.industry_list li .time .year{
    font-family: akrobat;
    opacity: 0.5;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
.industry_list li .li_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.industry_list li .left{
    width: 70%;
}
.industry_list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.industry_list li .info{
    color: #666666;
}
.industry_list li .read_more2 {
    color: rgba(17, 45, 139, 0.6);
    background: #f3f4f9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.industry_list li .read_more2:before {
    background: #fff;
}
.industry_list li:hover .info,
.industry_list li:hover .title{
    color: #fff;
}
.industry_list li:hover:after{
    background: url(/uploads/image/t1img/plat_bg22.png) no-repeat center center;
}
.industry_list li:hover:before{
    opacity: 1;
}
.industry_list li:hover .read_more2{
    color: #112d8b;
}
.industry_list li:hover .read_more2:before {
    height: 100%;
}
.industry_list li:hover .time:before{
    height: 100%;
}
/*校园文化-校园环境*/
.environment_list{

}
.environment_list li{
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    float: left;
    background: rgba(0, 115, 218, 0.05);
    position: relative;
}
.environment_list li:nth-of-type(3n){
    margin-right: 0;
}
.environment_list li a{
    width: 100%;
}
.environment_list li .title{
    font-size: 24px;
    font-weight: bold;
    padding: 0 43px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: -35px;
    z-index: 1;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.environment_list li .img_con{
    width: 100%;
    overflow: hidden;
}
.environment_list li .img{
    width: 100%;
    padding-top: 60%;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.environment_list li:hover .title{
    color: #fff;
    background: #eb6709;
}

.display_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    bottom: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.display_mark.open{
    bottom: 0;
}
.display_mark .w{
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.display_mark .display_area{

    width: 100%;
    position: relative;
}
.display_area .close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(/uploads/image/t1img/close3.png) no-repeat center center;
    -o-background-size: 100% 100%!important;
       background-size: 100% 100%!important;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.display_area .title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;

}

/*图片轮播图*/
.bigimgswiper {
    background: #fff;
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
.bigimgswiper li{
    width: auto !important;
}
.bigimgswiper li img{

    height: 100%;
}
.swiper-button-prev-big-img,
.swiper-button-next-big-img{
    width: 84px;
    height: 84px;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
}
.swiper-button-prev-big-img{
    background: url(/uploads/image/t1img/big_prev.png) no-repeat center center;

}
.swiper-button-next-big-img{
    background: url(/uploads/image/t1img/big_next.png) no-repeat center center;
}

.imgswiper_con{
    padding: 10px;
    height: 130px;
    background: #fff;
}
.imgswiper {
    height: 100%;
}

.imgswiper li {
    height: 100%;
    border: 2px solid transparent;
}

.imgswiper .swiper-slide-thumb-active {
    border: 2px solid #eb6709;
}

.imgswiper li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


.img_action_area{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    padding: 12px 10px 2px;
}
.img_action_area .pagination{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #112d8b;
    padding: 6px 10px;
}
.img_action_area .pagination .photo{
    width: 16px;
    height: 16px;
    margin-right: 9px;
}
.img_action_area .pagination .swiper-pagination-img{
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 16px;
    font-family: montserrat-bold;
    font-weight: bold;
}
.img_action_area .action_arr{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.swiper-button-next-img,
.swiper-button-prev-img{
    position: static;
    width: 16px;
    height: 17px;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    margin: 0;
}
.swiper-button-prev-img{
    background: url(/uploads/image/t1img/lit_prev.png) no-repeat center center;
    margin-right: 37px;
}
.swiper-button-next-img{
    background: url(/uploads/image/t1img/lit_next.png) no-repeat center center;
}


.running_list{

}
.running_list li{
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    float: left;
    background: rgba(0, 115, 218, 0.05);
    position: relative;
}
.running_list li:nth-of-type(3n){
    margin-right: 0;
}
.running_list li a{
    width: 100%;
}
.running_list li .title{
    font-size: 24px;
    font-weight: bold;
    padding: 0 42px;
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.running_list li .img_con{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.running_list li .video_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background: url(/uploads/image/t1img/video_icon.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
}
.running_list li .img{
    width: 100%;
    padding-top: 60%;
    -o-background-size: cover !important;
       background-size: cover !important;
}
.running_list li:hover .title{
    color: #fff;
    background: #eb6709;
}
/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    bottom: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    bottom: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.video_mark .video_box video{
    max-width: 100%;
    max-height: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translatex(-50%);
       -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
         -o-transform: translatex(-50%);
            transform: translatex(-50%);
    background: url(/uploads/image/t1img/close3.png) no-repeat center center;
    width: 40px;
    height: 40px;
    -o-background-size: 100% 100% !important;
       background-size: 100% 100% !important;
    z-index: 100;
}
/*专题聚焦*/
.focus .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.focus_nav_list{
    width: 360px;
    border-top: 10px solid #eb6709;
    position: relative;
    background: #fff;
    padding: 0 30px 30px;
}
.focus_nav_list:before{
    width: 10px;
    height: 65%;
    background: #eb6709;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    display: block;
}
.focus_nav_list li{
}
.focus_nav_list li a{
    width: 100%;
    line-height: 24px;
    padding: 30px 0;
    font-size: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(17, 45, 139, 0.1);
    position: relative;
}
.focus_nav_list li a:before{
    width: 25px;
    height: 18px;
    background: url(/uploads/image/t1img/more_icon3.png) no-repeat center center;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
         -o-transform: translatey(-50%);
            transform: translatey(-50%);
    content: "";
    display: block;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.focus_nav_list li.on a,
.focus_nav_list li:hover a{
    color: #112d8b;
}
.focus_nav_list li.on a:before,
.focus_nav_list li:hover a:before{
    opacity: 1;
}

.right_focus_area{
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
    padding-left: 100px;
}
.focus_title{
    font-size: 36px;
    font-weight: bold;
    color: #112d8b;
    margin-bottom: 50px;
}
.special_focus_list li{
    border-left: 5px solid #eb6709;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}
.special_focus_list li a{
    width: 100%;
    line-height: 30px;
    padding: 25px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.special_focus_list .li_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.special_focus_list li:before{
    width: 100%;
    height: 100%;
    background: #eb6709;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.special_focus_list li .time{
    font-size: 18px;
    width: 160px;
    text-align: center;
    border-right: 1px solid #112d8b;
    font-family: montserrat;
    color: #112d8b;
}
.special_focus_list li .title{
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    padding: 0 30px;
    font-size: 24px;
}

.special_focus_list li:hover .time{
    border-right: 1px solid #fff;
}
.special_focus_list li:hover .time,
.special_focus_list li:hover a{
    color: #fff;
}
.special_focus_list li:hover:before{
    opacity: 1;
}
.access_list{

}
.access_list li{
    float: left;
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
}
.access_list li:nth-of-type(4n){
    margin-right: 0;
}
.access_list li a{
    width: 100%;
    text-align: center;
    padding: 25px 40px;
}
.access_list li .img_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    margin-bottom: 30px;

}
.access_list li:hover{
    -webkit-box-shadow: 0 0 15px #ccc;
            box-shadow: 0 0 15px #ccc;
}
.access_list li:hover{
    top: -5px;
}
.access_list li .img_con img{
    max-height: 100%;
}
.access_list li .title{
    font-size: 20px;
    font-weight: bold;
    color: #112d8b;
    margin-bottom: 15px;
}
.access_list li .info{
    color: rgba(17, 45, 139, 0.6);
}
.dan_page .detail_left{
    width: 100%;
}
.studying{
    position: fixed;
    right: 0;
    top: 40%;
    transform: translatey(-50%);
    z-index: 10000;
    transition: .5s;
}
.studying img{
    width: 94px;
}
.wow {
    visibility: hidden;
}


/*搜索结果页*/
.search{

}

.search_title{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.search_list{
    border-top: 1px solid #ccc;
}
.search_list li{
    border-bottom: 1px solid #ccc;
    position: relative;
}
.search_list li:after{
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #112d8b;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search_list li a{
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li .time{
    color: #112d8b;
    font-family: montserrat-light;
}
.search_list li:hover .title{
    color: #112d8b;
}
.search_list li:hover:after{
    width: 100%;
}

/*1920*/
/*2023-4-13新增*/
.public_title{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #112d8b;
    font-size: 24px;
    background: #eee;
}
.teacher_access_area{
    padding: 50px 0;
    background: #fff;
}
.line_box{
    position: relative;
    overflow: hidden;
}
.line_box:before,
.line_box:after{
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 32px);
    background: #e7eaf3;
    position: absolute;
    top: 16px;
    left: 33.33%;
    z-index: 1;
}
.line_box:after{
    left: 66.66%;
}
.teacher_access_list li{
    width: 33.33%;
    float: left;
}
.teacher_access_list li a{
    width: 100%;
    padding: 0 35px;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    transition: all 0.3s;
}
.teacher_access_list li:hover a{
    color: #112d8b;
}
.public{
    background: url(/uploads/image/t1img/public_bg.jpg) no-repeat bottom center;
    background-size: cover;
}

@media screen and (max-width: 1800px) {
    .logo img {
        width: 350px;
    }
    .nav_list li>a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1680px) {
    .studying img {
        width: 75px;
    }
    .before_leader_list li {
        
    }

    .sub_sec.leader .w,
    .w{
        width: 1440px;
    }
    .logo img {
        width: 320px;
    }
    .top_nav {
        padding: 15px 0 15px 80px;
    }
    .top_nav_right .nav_con {
        padding-right: 35px;
    }
    .top_nav .search_box {
        padding-left: 35px;
        margin-left: 35px;
    }
    .nav_list li>a {
        line-height: 45px;
        font-size: 18px;
    }
    .top_link_list li a img {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }
    #toggle_full_menu {
        width: 90px;
        height: 90px;
    }
    #toggle_full_menu .lcbody {
        width: 30px;
        height: 28px;
    }
    .next1, .prev1 {
        width: 60px;
        height: 60px;
    }
    .next1 {
        margin-left: 40px;
    }
    .sec1 .action {
        bottom: 90px;
    }
    .sec1 .banner_info {
        bottom: 90px;
    }
 /*   .sec1 {
        height: -webkit-calc(100% - 35px);
        height: -moz-calc(100% - 35px);
        height: calc(100% - 35px);
    }*/
    .sec1 .banner_info .title {
        font-size: 30px;
    }
    .sec1 .banner_bot {
        bottom: -35px;
    }
    .sec1 .banner_bot .w {
        height: 70px;
        padding: 0 35px;
    }
    .sec {
        padding: 80px 0;
    }
    .index_title {
        margin-bottom: 40px;
    }
    .index_title .cn_title {
        font-size: 30px;
        margin-right: 15px;
    }
    .index_title .en_title {
        font-size: 18px;
    }

    .read_more2 span {
        margin-right: 15px;
    }
    .index_news_left_container li .img_con {
        height: 540px;
    }
    .index_news_left_container li .info_con {
        padding: 20px 120px 20px 20px;
    }
    .index_news_list li .type_con {
        line-height: 25px;
    }
    .index_news_list li {
        padding: 0 40px;
    }

    .index_news_list li .title {
        font-size: 18px;
        margin: 12px 0 0;
    }
    .index_news_left_container li .time {
        margin-right: 30px;
    }
    .index_news_left_container li .day {
        font-size: 24px;
        line-height: 24px;
    }
    .index_news_left_container li .title {
        font-size: 20px;
        width: -webkit-calc(100% - 249px);
        width: -moz-calc(100% - 249px);
        width: calc(100% - 249px);
    }
    .index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    .index_news_left_container .swiper-pagination-news-left {
        width: 120px;
        bottom: 27px;
        padding-right: 25px;
    }
    .sec.sec2 {
        padding-bottom: 160px;
    }
    .sec3 {
        margin: -35px 0 -26px;
    }
    .index_title2,
    .notice_list {
        margin-bottom: 60px;
    }
    .index_title2 .title {
        width: 220px;
        height: 70px;
        line-height: 70px;
        font-size: 28px;
    }
    .notice_list li {
        border-bottom: 8px solid #eb6709;
    }
    .notice_list li .title {
        font-size: 20px;
        margin: 15px 0 30px;
    }
    .sec.sec4 {
        padding-top: 160px;
    }
    .sec4_item {
        margin-bottom: 60px;
        padding-top: 40px;
    }
    .index_sub_title {
        margin-bottom: 40px;
    }
    .index_sub_title .title .icon {
        width: 76px;
        height: 76px;
        margin-right: 18px;
    }
    .index_sub_title .title {
        font-size: 24px;
    }
    .read_more1 {
        font-size: 16px;
        line-height: 25px;
    }
    .sec4_item .plat_list {
        padding-top: 40px;
    }
    .plat_list li .title {
        font-size: 16px;
    }
    .plat_list li a {
        padding: 15px 25px;
    }
    .plat_list li {
        margin-bottom: 25px;
    }
    .sec.sec5 {
        margin-top: -100px;
        padding-top: 160px;
        padding-bottom: 320px;
    }
    .sec5 .index_title .en_title {
        -webkit-transform: rotate(90deg) translate(-82px, 54px);
           -moz-transform: rotate(90deg) translate(-82px, 54px);
            -ms-transform: rotate(90deg) translate(-82px, 54px);
             -o-transform: rotate(90deg) translate(-82px, 54px);
                transform: rotate(90deg) translate(-82px, 54px);
    }
    .sec_link{
        padding: 60px 0;
    }
    .sec_link_list li .img_con {
        width: 85px;
        height: 85px;
        line-height: 85px;
    }
    .sec_link_list li .img_con img {
        width: 38px;
    }
    footer {
        border-top: 8px solid #eb6709;
    }
    .foot_con {
        padding: 60px 0 40px;
    }
    .foot_left .info {
        padding-top: 35px;
        font-size: 18px;
    }
    .foot_left .info p{
        line-height: 36px;
    }
    .foot_right .ewm_box {
        margin-left: 50px;
    }
    .copy_right {
        padding: 20px 0;
    }
    .copy_right span, .copy_right a {
        margin-right: 12px;
    }
    .full_meum_list li> a {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .full_meum_list li .hide_menu dd a {
        font-size: 16px;
        line-height: 50px;
    }
    .nav_list li .hide_menu {
        top: -webkit-calc(100%   16px);
        top: -moz-calc(100%   16px);
        top: calc(100%   16px);
        border-top: 2px solid #eb6709;
    }
    .nav_list li .hide_menu a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .inner_title .title {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .inner_title .en_title {
        font-size: 24px;
        font-family: montserrat;
    }
    .sec_menu {
        margin-top: -35px;
    }
    .left_menu_list li a {
        line-height: 70px;
        font-size: 18px;
    }
    .left_menu_list li {
        padding: 0 35px;
    }
    .left_menu_list li:before {
        width: 4px;
        height: 4px;
    }
    .left_menu_list li a:before {
        height: 5px;
    }
    .crumbs{
        font-size: 15px;
    }
    .sub_title .title {
        font-size: 32px;
        margin-right: 15px;
    }
    .sub_title .tip {
        font-size: 17px;
    }
    .sub_title {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 60px;
    }
    .profile_item {
        margin-bottom: 50px;
    }
    .profile_item .item_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .profile_item .info {
        font-size: 16px;
    }
    .sub_sec{
        padding: 80px 0;
    }
    /*现任领导*/
    .leader_item .item_title {
        font-size: 24px;
        width: 317px;
        padding-left: 20px;
    }
    .leader_item .item_title:before{
        width: 3px;
        height: 24px;
    }
    .leader_item .name span {
        font-size: 20px;
        margin-right: 40px;
    }

    .leader_detail .img_con {
        width: 250px;
    }
    .leader_detail .info_con {
        width: -webkit-calc(100% - 250px);
        width: -moz-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-left: 70px;
    }
    .leader_detail .info_con .name {
        font-size: 30px;
        line-height: 40px;
    }
    .leader_detail .info_con .position {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .leader_detail .info_con .info {
        font-size: 16px;
    }

    /*机构设置*/
    .setup_list li .title {
        font-size: 18px;
    }
    .setup_list li a {
        padding: 0 25px;
    }
    .setup_list li {
        height: 75px;
        -webkit-box-shadow: -4px -4px 0px rgba(17, 45, 139, 0.5);
                box-shadow: -4px -4px 0px rgba(17, 45, 139, 0.5);
    }
    .wrap_title .title {
        font-size: 26px;
    }
    .info18 {
        font-size: 16px;
    }
    .go_back_btn img {
        width: 26px;
        margin-right: 8px;
    }
    .go_back_btn {
        margin-bottom: 60px;
    }

    /*新闻公告*/
    .news_list li a {
        padding: 40px 0;
    }
    .news_list li .img_con {
        width: 450px;
        height: 290px;
    }
    .news_list li .info_con {
        width: -webkit-calc(100% - 640px);
        width: -moz-calc(100% - 640px);
        width: calc(100% - 640px);
    }
    .news_list li .time {
        margin-bottom: 20px;
    }
    .news_list li .time .day {
        font-size: 34px;
        line-height: 42px;
    }
    .news_list li .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .news_list li .info {
        margin-bottom: 25px;
    }

    .page {
        padding-top: 60px;
    }
    .page a, .page span {
        width: 45px;
        line-height: 45px;
        margin: 0 8px;
    }
    .sub_sec.sec_detail{
        padding-top: 50px;
    }
    .detail_left_con {
        padding: 40px;
        border-top: 8px solid #eb6709;
    }
    .detail_left .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .detail_left .sub_detail_title {
        margin-bottom: 30px;
    }
   .detail_left .sub_detail_title .time{
     border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .author{
     border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .click{
      border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
    .recommend_name {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .recommend_list li {
        border-bottom: 2px solid #eb6709;
        margin-bottom: 18px;
    }
    .recommend_list li a {
        padding: 20px 25px;
    }
    .recommend_list li .title {
        font-size: 18px;
        margin-top: 5px;
    }
    .jump_page .prev, .jump_page .next {
        padding: 60px 0;
    }
    .jump_page .prev {
        padding-right: 80px;
    }
    .jump_page .next {
        padding-left: 80px;
    }
    .jump_page .title {
        font-size: 18px;
        line-height: 24px;
    }
    .jump_page .img {
        width: 50px;
        height: 50px;
    }
    .industry_list li a {
        width: 100%;
        padding: 50px 40px;
    }
    .industry_list li .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .industry_list li .time {
        width: 130px;
        height: 50px;
        padding-top: 6px;
        top: -25px;
    }
    .industry_list li .time .day {
        font-size: 32px;
        line-height: 40px;
    }
    .industry_list li {
        margin-bottom: 50px;
    }
    /*校园环境*/
    .environment_list li .title {
        font-size: 20px;
        padding: 0px 34px;
        height: 60px;
        line-height: 60px;
        top: -30px;
    }

    .running_list li .video_btn {
        width: 50px;
        height: 50px;
    }
    .running_list li .title {
        font-size: 20px;
        padding: 0 30px;
        height: 60px;
        line-height: 60px;
    }
    /*专题聚焦*/
    .focus_nav_list:before {
        width: 8px;
        top: -8px;
        left: -8px;
    }
    .focus_nav_list {
        width: 320px;
        border-top: 8px solid #eb6709;
        padding: 0 25px 25px;
    }
    .focus_nav_list li a {
        line-height: 22px;
        padding: 25px 0;
        font-size: 20px;
    }
    .focus_title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .special_focus_list li a {
        line-height: 25px;
        padding: 20px 0;
    }
    .special_focus_list li .title {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        padding: 0 25px;
        font-size: 20px;
        line-height: 25px;
        height: 25px;
    }
    .special_focus_list li .time {
        font-size: 16px;
        width: 140px;
    }
    .right_focus_area {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
        padding-left: 80px;
    }

    .access_list li a {
        padding: 40px 35px;
    }
    .access_list li .img_con {
        height: 50px;
        margin-bottom: 25px;
    }

    .access_list li .title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .display_area .title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .bigimgswiper {
        height: 500px;
    }
    .swiper-button-prev-big-img, .swiper-button-next-big-img {
        width: 70px;
        height: 70px;
    }

    /*1680*/
    /*2023-4-13新增*/
    .teacher_access_area {
        padding: 40px 0px;
    }
    .teacher_access_list li a {
        padding: 0 30px;
        line-height: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .top_nav_right .nav_con {
        padding-right: 15px;
    }
    .nav_list li {
        padding: 0 12px;
    }
}
@media screen and (max-width: 1500px) {
    .studying img {
        width: 68px;
    }
    .before_leader_list li {
      
    }
    body {
        font-size: 14px;
    }
    .sub_sec.leader .w,
    .w{
        width: 1200px;
    }
    .logo img {
        width: 280px;
    }
    .top_nav {
        padding: 10px 0 10px 50px;
    }
    .top_nav_right .nav_con {
        padding-right: 20px;
        padding-top: 0px;
    }
    .top_nav .search_box {
        padding-left: 30px;
        margin-left: 30px;
    }
    .nav_list li {

    }
    .nav_list li>a {
        line-height: 40px;
        font-size: 16px;
    }
    .top_link_list li a img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .nav_list li .hide_menu a {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    #toggle_full_menu {
        width: 80px;
        height: 80px;
    }
    #toggle_full_menu .lcbody {
        width: 28px;
        height: 25px;
    }
    .next1, .prev1 {
        width: 50px;
        height: 50px;
    }
    .next1 {
        margin-left: 30px;
    }
  /*  .sec1 {
        height: -webkit-calc(100% - 30px);
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px);
    }*/
    .sec1 .action {
        bottom: 70px;
    }
    .sec1 .banner_info {
        bottom: 80px;
    }
    .sec1 .banner_info .title {
        font-size: 24px;
    }
    .sec1 .banner_bot {
        bottom: -30px;
    }
    .sec1 .banner_bot .w {
        height: 60px;
        padding: 0 30px;
    }
    .sec1 .banner_bot .left h5 {
        font-size: 20px;
        margin-right: 25px;
    }
    .sec1 .banner_bot .left .title {
        font-size: 16px;
    }
    .read_more1 {
        font-size: 16px;
    }
    .sec {
        padding: 60px 0;
    }
    .index_title {
        margin-bottom: 30px;
    }
    .index_title .cn_title {
        font-size: 24px;
        margin-right: 12px;
    }
    .index_title .en_title {
        font-size: 16px;
    }
    .read_more1 {
        line-height: 25px;
    }
    .read_more2 span {
        margin-right: 10px;
    }
    .index_news_left_container li .img_con {
        height: 480px;
    }

    .index_news_list li .type_con {
        line-height: 22px;
    }
    .index_news_list li {
        padding: 0 30px;
    }

    .index_news_list li .title {
        font-size: 16px;
        margin: 10px 0 0;
    }
    .index_news_left_container li .time {
        margin-right: 25px;
    }
    .index_news_left_container li .day {
        font-size: 20px;
        line-height: 20px;
    }
    .index_news_left_container li .title {
        font-size: 16px;
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
    }
    .index_news_left_container .swiper-pagination-news-left .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        margin: 0 4px;
    }

    .index_news_left_container .swiper-pagination-news-left {
        width: 100px;
        bottom: 27px;
        padding-right: 20px;
    }
    .sec.sec2 {
        padding-bottom: 120px;
    }
    .sec3 {
        margin: -30px 0 -26px;
    }
    .index_title2,
    .notice_list {
        margin-bottom: 40px;
    }
    .index_title2 .title {
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .notice_list li {
        border-bottom: 6px solid #eb6709;
    }
    .notice_list li .title {
        font-size: 18px;
        margin: 12px 0 22px;
    }
    .sec.sec4 {
        padding-top: 120px;
    }
    .sec4_item {
        margin-bottom: 35px;
        padding-top: 30px;
    }
    .index_sub_title {
        margin-bottom: 30px;
    }
    .index_sub_title .title .icon {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .index_sub_title .title {
        font-size: 20px;
    }
    .read_more1 {
        font-size: 15px;
        line-height: 25px;
    }
    .sec4_item .plat_list {
        padding-top: 30px;
    }
    .plat_list li .title {
        font-size: 15px;
    }
    .plat_list li a {
        padding: 12px 20px;
    }
    .plat_list li {
        margin-bottom: 20px;
    }
    .sec.sec5 {
        margin-top: -80px;
        padding-top: 120px;
        padding-bottom: 280px;
    }
    .sec5 .index_title .en_title {
        -webkit-transform: rotate(90deg) translate(-64px, 54px);
           -moz-transform: rotate(90deg) translate(-64px, 54px);
            -ms-transform: rotate(90deg) translate(-64px, 54px);
             -o-transform: rotate(90deg) translate(-64px, 54px);
                transform: rotate(90deg) translate(-64px, 54px);
    }
    .sec_link_list li .img_con {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
    .sec_link_list li .img_con img {
        width: 32px;
    }
    .sec_link {
        padding: 40px 0;
    }
    footer {
        border-top: 6px solid #eb6709;
    }
    .foot_con {
        padding: 50px 0 30px;
    }
    .foot_left .info {
        padding-top: 30px;
        font-size: 16px;
    }
    .foot_left .info p{
        line-height: 34px;
    }
    .foot_right .ewm_box {
        margin-left: 40px;
    }
    .copy_right {
        padding: 15px 0;
    }
    .copy_right span, .copy_right a {
        margin-right: 10px;
    }
    .full_meum_list li> a {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .full_meum_list li .hide_menu dd a {
        font-size: 15px;
        line-height: 45px;
    }
    .inner_title .title {
        font-size: 40px;
        margin-bottom: 13px;
    }
    .inner_title .en_title {
        font-size: 20px;
    }
    .sec_menu {
        margin-top: -30px;
    }
    .left_menu_list li a {
        line-height: 60px;
        font-size: 17px;
    }
    .left_menu_list li {
        padding: 0 30px;
    }
    .left_menu_list li:before {
        width: 3px;
        height: 3px;
    }
    .left_menu_list li a:before {
        height: 4px;
    }
    .crumbs{
        font-size: 14px;
    }

    .sub_title .title {
        font-size: 28px;
        margin-right: 12px;
    }
    .sub_title .tip {
        font-size: 16px;
    }
    .sub_title {
        margin-bottom: 50px;
    }
    .profile_item {
        margin-bottom: 40px;
    }
    .profile_item .item_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .profile_item .info {
        font-size: 15px;
    }

    .sub_sec{
        padding: 60px 0;
    }

    /*现任领导*/
    .leader_item .item_con {
        padding: 38px 0;
    }
    .leader_item .item_title {
        font-size: 20px;
        width: 265px;
        padding-left: 15px;
    }
    .leader_item .item_title:before{
        width: 2px;
        height: 20px;
    }
    .leader_item .name span {
        font-size: 18px;
        margin-right: 35px;
    }
    .leader_detail .img_con {
        width: 230px;
    }
    .leader_detail .info_con {
        width: -webkit-calc(100% - 230px);
        width: -moz-calc(100% - 230px);
        width: calc(100% - 230px);
        padding-left: 50px;
    }
    .leader_detail .info_con .name {
        font-size: 24px;
        line-height: 35px;
    }
    .leader_detail .info_con .position {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .leader_detail .info_con .info {
        font-size: 15px;
    }

    /*机构设置*/
    .wrap_title .title {
        font-size: 24px;
    }
    .setup_list li .title {
        font-size: 17px;
    }
    .setup_list li a {
        padding: 0 20px;
    }
    .setup_list li {
        height: 70px;
        -webkit-box-shadow: -3px -3px 0px rgba(17, 45, 139, 0.5);
                box-shadow: -3px -3px 0px rgba(17, 45, 139, 0.5);
    }
    .setup_list li .arr {
        width: 20px;
        height: 15px;
    }

    .info18 {
        font-size: 15px;
    }
    .go_back_btn img {
        width: 22px;
        margin-right: 7px;
        top: -2px;
    }
    .go_back_btn {
        margin-bottom: 40px;
    }

    /*新闻公告*/
    .news_list li a {
        padding: 35px 0;
    }
    .news_list li .img_con {
        width: 400px;
        height: 250px;
    }
    .news_list li .info_con {
        width: -webkit-calc(100% - 540px);
        width: -moz-calc(100% - 540px);
        width: calc(100% - 540px);
    }
    .news_list li .time {
        margin-bottom: 15px;
    }
    .news_list li .time .day {
        font-size: 28px;
        line-height: 36px;
    }
    .news_list li .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .news_list li .info {
        margin-bottom: 20px;
    }
    .page {
        padding-top: 40px;
    }
    .page a, .page span {
        width: 40px;
        line-height: 40px;
        margin: 0 5px;
    }
    .sub_sec.sec_detail{
        padding-top: 40px;
    }
    .detail_left_con {
        padding: 30px;
        border-top: 5px solid #eb6709;
    }
    .detail_left .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .detail_left .sub_detail_title {
        margin-bottom: 30px;
    }
  .detail_left .sub_detail_title .time{
      border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .author{
      border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .click{
     border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
    .recommend_name {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .recommend_list li {
        border-bottom: 1px solid #eb6709;
        margin-bottom: 15px;
    }
    .recommend_list li a {
        padding: 15px 20px;
    }
    .recommend_list li .title {
        font-size: 16px;
        margin-top: 5px;
    }
    .jump_page .prev, .jump_page .next {
        padding: 50px 0;
    }
    .jump_page .prev {
        padding-right: 60px;
    }
    .jump_page .next {
        padding-left: 60px;
    }
    .jump_page .title {
        font-size: 16px;
        line-height: 20px;
    }
    .jump_page .img {
        width: 40px;
        height: 40px;
    }
    .detail_left .go_back_btn {
        margin-bottom: 23px;
    }
    /*产教融合*/
    .industry_list li a {
        padding: 40px 30px;
    }
    .industry_list li .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .industry_list li .time {
        width: 100px;
        height: 40px;
        padding-top: 5px;
        top: -20px;
    }
    .industry_list li .time .day {
        font-size: 24px;
        line-height: 32px;
    }
    .industry_list li {
        margin-bottom: 40px;
    }
    /*校园环境*/
    .environment_list li .title {
        font-size: 18px;
        padding: 0px 25px;
        height: 50px;
        line-height: 50px;
        top: -25px;
    }


    .running_list li .video_btn {
        width: 45px;
        height: 45px;
    }
    .running_list li .title {
        font-size: 18px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    /*专题聚焦*/
    .focus_nav_list:before {
        width: 6px;
        top: -6px;
        left: -6px;
    }
    .focus_nav_list {
        width: 280px;
        border-top: 6px solid #eb6709;
        padding: 0 20px 20px;
    }

    .focus_nav_list li a {
        line-height: 20px;
        padding: 20px 0;
        font-size: 17px;
    }
    .focus_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .special_focus_list li{
        margin-bottom: 12px;
    }
    .special_focus_list li a {
        line-height: 22px;
        padding: 16px 0;
    }
    .special_focus_list li .title {
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
        padding: 0 20px;
        font-size: 18px;
        line-height: 22px;
        height: 22px;
    }
    .special_focus_list li .time {
        font-size: 16px;
        width: 120px;
    }
    .right_focus_area {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
        padding-left: 60px;
    }
    .access_list li a {
        padding: 35px 30px;
    }
    .access_list li .img_con {
        height: 40px;
        margin-bottom: 20px;
    }

    .access_list li .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .display_area .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .bigimgswiper {
        height: 450px;
    }
    .swiper-button-prev-big-img, .swiper-button-next-big-img {
        width: 60px;
        height: 60px;
    }
    .imgswiper_con {
        height: 110px;
    }
    .img_action_area {
        padding: 8px 10px 0px;
    }


    /*1500*/
    .search_title {
        line-height: 28px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .search_list li a {
        padding: 20px 0;
    }


    /*2023-4-13新增*/
    .teacher_access_area {
        padding: 30px 0px;
    }
    .teacher_access_list li a {
        padding: 0 25px;
    }
    .public_title {
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
        font-size: 20px;
    }
















}


@media screen and (max-width: 1366px) {
    .logo img {
        width: 260px;
    }
    .nav_list li {
        padding: 0 10px;
    }
    .nav_list li>a {
        font-size: 15px;
    }
}


@media screen and (max-width: 1280px) {
    .nav_list{
        display: none;
    }


}


/*移动端*/
@media screen and (max-width: 1024px) {
    .studying img {
        width: 75px;
    }
    .before_leader_list li{
        width: 100%;
        margin-right: 0;
        
    }
    .sub_sec.leader .w,
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .full_menu {
        top: -500%;
    }
    #toggle_full_menu {
        width: 50px;
        height: 50px;
    }
    .top_nav {
        padding: 5px 0 5px 15px;
    }
    .logo img {
        width: 230px;
    }
    #toggle_full_menu .lcbody {
        width: 20px;
        height: 18px;
    }
    .full_meum_list {
        padding: 50px 40px;
        overflow-y: auto;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .full_meum_list li{
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
           -moz-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        height: auto;
        padding-top: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .full_meum_list li .hide_menu dd a {
        line-height: 40px;
    }

    .sec1 .banner_info {
        bottom: 15px;
    }
    .sec1 .banner_info .title {
        font-size: 18px;
    }
    .next1, .prev1 {
        display: none;
    }

    .banner_font img {
        width: 62%;
    }
    .index_title .cn_title {
        font-size: 18px;
        margin-right: 5px;
    }
    .index_title .en_title {
        font-size: 12px;
    }
    .read_more2 {
        padding: 7px 10px 7px 12px;
    }
    .read_more2 span {
        margin-right: 5px;
    }
    .index_title {
        margin-bottom: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sec2_con{
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .sec2_left {
        width: 100%;
    }

    .index_news_left_container li .img_con {
        height: 200px;
    }
    .index_news_left_container li .info_con {
        padding: 8px 0px 8px 15px;
    }
    .index_news_left_container .swiper-pagination-news-left {
        width: 100px;
        bottom: 12px;
        padding-right: 15px;
    }
    .index_news_left_container li .time {
        margin-right: 20px;
    }
    .index_news_left_container li .info_con {
        padding: 8px 0px 8px 15px;
    }
    .sec2_right {
        width: 100%;
    }
    .index_news_list li {
        padding: 15px 20px;
    }

    .sec.sec2 {
        padding-bottom: 60px;
    }

    .index_title2 .title {
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .index_title2, .notice_list {
        margin-bottom: 20px;
    }

    .notice_list li {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 4px solid #eb6709;
    }
    .notice_list li a {
        padding: 18px 30px;
    }

    .sec3 {
        margin: -25px 0 -21px;
    }
    .sec.sec4 {
        padding-top: 58px;
    }

    .sec4_item .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .sec4_item .title_wrap {
        width: 100%;
    }
    .sec4_item .plat_list {
        width: 100%;
        padding-top: 20px;
    }
    .plat_list li {
        margin-bottom: 15px;
    }
    .plat_list li a {
        padding: 10px 15px;
    }
    .sec4_item:before {
        width: 100%;
    }
    .sec4_item:nth-of-type(2n) .read_more1{
        color: #fff;
    }
    .index_sub_title .title .icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .index_sub_title .title {
        font-size: 18px;
    }
    .index_sub_title {
        margin-bottom: 20px;
    }
    .sec5 .index_title .cn_title {
        width: auto;
        text-align: initial;
    }
    .sec5 .index_title .en_title {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .index_title .title_con {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sec5 .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .sec5 .index_title {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -webkit-flex-direction: inherit;
           -moz-box-orient: inherit;
           -moz-box-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
    }
    .sec5 .read_more2 {
        padding: 7px 10px 7px 12px;
        width: auto;
        text-align: inherit;
    }
    .sec5 .read_more2 i {
        top: -1px;
        -webkit-transform: scaley(1.3);
           -moz-transform: scaley(1.3);
            -ms-transform: scaley(1.3);
             -o-transform: scaley(1.3);
                transform: scaley(1.3);
    }
    .focus_list {
        width: 100%;
    }
    .focus_list li:nth-of-type(2n) {
        padding-top: 20px;
    }
    .sec.sec5 {
        margin-top: -110px;
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .sec_link_list li {
        padding: 8px 0;
        width: 21.25%;
        margin-right: 5%;
    }
    .sec_link_list li:nth-of-type(11n){
        margin-right: 5%;
    }
    .sec_link_list li:nth-of-type(4n){
        margin-right: 0;
    }
    .sec_link_list li .img_con {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .sec_link_list li .img_con img {
        width: 28px;
    }
    .sec_link_list li .link_title {
        line-height: 20px;
    }
    .foot_con {
        padding: 30px 0 20px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .foot_left .info {
        padding-top: 24px;
        font-size: 14px;
    }
    .foot_left .info p{
        line-height: 30px;
    }
    .foot_right{
        padding-top: 20px;
    }
    .foot_right .ewm_box {
        margin-left: 0;
        margin-right: 30px;
    }
    .foot_right .ewm_box img {
        width: 70px;
    }
    .foot_right .ewm_box p {
        padding-top: 0px;
        font-size: 14px;
        line-height: 30px;
    }

    .inner .inner_wrap {
        bottom: 7%;
    }
    .inner_title .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .inner_title .en_title {
        font-size: 14px;
    }
    .sub_sec{
        padding: 40px 0;
    }

    .sub_title .title {
        font-size: 24px;
        margin-right: 10px;
    }
    .sub_title .tip {
        font-size: 14px;
    }
    .sub_title {
        margin-bottom: 30px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .profile_top{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .profile_top .left,
    .profile_top .right{
        width: 100%;
    }
    .profile_top .right{
        margin-bottom: 40px;
    }
    /*现任领导*/
    .leader_con{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .leader_con .part{
        width: 100%;
    }
    .leader_item .item_con {
        padding: 30px 0;
    }
    .leader_item .item_title {
        font-size: 18px;
        width: 212px;
        padding-left: 12px;
    }
    .leader_item .item_title:before{
        width: 2px;
        height: 18px;
    }
    .leader_item .name span {
        font-size: 18px;
        margin-right: 24px;
    }
    .leader_detail{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .leader_detail .img_con{
        width: 50%;
        margin-bottom: 30px;
    }
    .leader_detail .info_con {
        width: 100%;
        padding-left: 0;
    }
    .leader_detail .info_con .name {
        font-size: 20px;
        line-height: 30px;
    }
    .leader_detail .info_con .position {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    /*机构设置*/
    .wrap_title .title {
        font-size: 20px;
    }
    .setup_list li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .setup_list li .title {
        font-size: 16px;
    }
    .setup_list li a {
        padding: 0 15px;
    }
    .setup_list li {
        height: 60px;
        -webkit-box-shadow: -2px -2px 0px rgba(17, 45, 139, 0.5);
                box-shadow: -2px -2px 0px rgba(17, 45, 139, 0.5);
    }
    .setup_list li .arr {
        margin-right: 0;
    }
    .go_back_btn {
        margin-bottom: 30px;
    }
    /*新闻公告*/
    .news_list li a {
        padding: 25px 0;
    }
    .news_list li .li_con {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .news_list li .info_con {
        width: 100%;
        margin-bottom: 15px;
    }
    .news_list li .img_con {
        width: 100%;
        height: 180px;
    }
    .news_list li .img_con .img{
        width: 80%;
    }
    .page {
        padding-top: 25px;
    }
    .page a, .page span {
        width: 30px;
        line-height: 30px;
        margin: 0 2px;
    }
    .detail_part {
       -webkit-flex-wrap: wrap;
           -ms-flex-wrap: wrap;
               flex-wrap: wrap;
    }
    .detail_left {
        width: 100%;
    }
    .detail_left_con {
        padding: 15px;
        border-top: 3px solid #eb6709;
    }
    .detail_left .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 13px;
    }
    .detail_left .sub_detail_title {
        margin-bottom: 20px;
    }
  .detail_left .sub_detail_title .time{
     border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .author{
      border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
.detail_left .sub_detail_title .click{
     border: 1px solid rgba(17, 45, 139, 0.1);
    border-radius: 25px;
    font-size: 14px;
    color: #666666;
    padding: 14px 10px;
    margin-right: 10px;
}
    .industry .sub_title .tip{
        line-height: 30px;
        width: 100%;
    }
    .industry_list li a {
        padding: 30px 20px;
    }
    .industry_list li .li_con{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .industry_list li .left{
        width: 100%;
        margin-bottom: 15px;
    }
    .industry_list li .time {
        width: 80px;
        height: 30px;
        padding-top: 1px;
        top: -15px;
    }
    .industry_list li .time .day {
        font-size: 20px;
        line-height: 30px;
        margin-right: 5px;
    }
    .industry_list li .time .year {
        line-height: 25px;
    }

    .industry_list li {
        margin-bottom: 30px;
    }
    /*校园环境*/
    .environment_list li{
        width: 100%;
        margin: 15px 0;
    }
    .environment_list li .title {
        font-size: 16px;
        padding: 0px 20px;
        height: 40px;
        line-height: 40px;
        top: -20px;
    }
    .running_list li{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .running_list li .video_btn {
        width: 40px;
        height: 40px;
    }
    .running_list li .title {
        font-size: 16px;
        padding: 0 15px;
    }
    .right_focus_area{
        width: 100%;
        padding-left: 0;
    }
    .focus_title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .special_focus_list{
        padding-top: 20px;
    }
    .special_focus_list li {
        border-left: 2px solid #eb6709;
    }
    .special_focus_list li .time {
        font-size: 14px;
        width: 100px;
    }
    .special_focus_list li .title {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 0 15px;
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }
    .focus .w{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .focus_nav_title{
        width: 100%;
        color: #fff;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        font-weight: bold;
        background: -webkit-gradient(linear, right top, left top, from(#112d8b), to(#005fca));
        background: -webkit-linear-gradient(right, #112d8b 0%, #005fca 100%);
        background: -moz-linear-gradient(right, #112d8b 0%, #005fca 100%);
        background: -o-linear-gradient(right, #112d8b 0%, #005fca 100%);
        background: linear-gradient(-90deg, #112d8b 0%, #005fca 100%);
        padding: 0 15px;
        position: relative;
    }
    .focus_nav_title:after{
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translatey(-50%);
           -moz-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
             -o-transform: translatey(-50%);
                transform: translatey(-50%);
        right: 15px;
        content: "";
        display: block;
        background: url(/uploads/image/t1img/cd.png) no-repeat center center;
        -o-background-size: 100% 100%;
           background-size: 100% 100%;
    }
    .focus_nav_list{
        width: 100%;
        border-top: none;
        padding: 0 15px 15px;
        display: none;

    }
    .focus_nav_list:before {
        display: none;
    }
    .focus_nav_list li a {
        line-height: 20px;
        padding: 14px 0;
        font-size: 16px;
    }
    .access_list li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .access_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .access_list li a {
        padding: 25px 20px;
    }
    .access_list li .img_con {
        height: 35px;
        margin-bottom: 15px;
    }

    .access_list li .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .imgswiper_con {
        height: 80px;
        padding: 5px;
    }
    .swiper-button-prev-big-img, .swiper-button-next-big-img {
        width: 40px;
        height: 40px;
    }
    .bigimgswiper {
        height: 300px;
    }
    .img_action_area {
        padding: 5px;
    }
        /*1024*/
    .search_title {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .search_list li a {
        padding: 15px 0;
    }
    .wrap_title {
        margin-bottom: 15px;
    }
    .detail_right {
        width: 100%;
        padding-top: 30px;
    }
    .jump_page .prev, .jump_page .next {
        width: 100%;
        padding: 20px 0;
    }
    .jump_page .prev {
        border-right: none;
        border-bottom: 1px solid rgba(17, 45, 139, 0.05);
    }
    /*2023-4-13新增*/
    .public_title {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 18px;
        margin-top: 20px;
    }
    .teacher_access_list li {
        width: 100%;
    }
    .line_box:before, .line_box:after{
        display: none;
    }
    .teacher_access_area {
        padding: 20px 0px;
    }
    .teacher_access_list li a {
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px) {

    .sec1 {
        height: 240px;
    }

}


@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}


.lyb{ padding-bottom:30px; }
.lyb_title{ text-align:center;font-weight:bold;line-height:35px; margin-bottom:10px; }
.lyb span{ display:inline; }

