@charset "utf-8";
/* CSS Document */
/*2020.08.13 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}


.box {
    overflow: hidden;
}

.wc-top {
    min-height: 111px;
    background: #007ad5;
}

.logo {
}

    .logo img {
    }

.top-right {
    /*overflow: hidden;*/
    margin-top: 40px;
}

    .top-right .lian {
        margin-top: 8px;
        margin-bottom: 10px;
    }

        .top-right .lian ul li {
            float: left;
            padding: 0 8px;
        }

       .top-right .lian ul li img{
                margin-left: 7px;
                    display: none;
        }

        .top-right .lian a {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }

            .top-right .lian a {
                font-weight: bold;
            }

            .top-right .lian a.china4 img{
                display:none;
            }

.searchbg {
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/search.jpg) no-repeat right top;
    width: 198px;
    height: 37px;
       margin-left: 15px;
}

    .searchbg input.inp-text {
        width: 160px;
        padding-left: 15px;
        background: none;
        border: none;
        color: #fff;
        line-height: 35px;
    }

    .searchbg input.inp-but {
        cursor: pointer;
        width: 37px;
        height: 35px;
        background: none;
        border: none;
    }

    .searchbg ::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    .searchbg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    .searchbg ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .searchbg :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
    }





/*top end*/
.wc-menu {
    height: 51px;
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/mbg.jpg) repeat-x left top;
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
    }

        .wc-menu ul li {
            line-height: 51px;
            position: relative;
            /*居中并且转为table-cell*/
            display: table-cell;
            /*float: left;*/
            list-style: none;
            text-align: center;
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 16px;
                color: #fff;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

                .wc-menu ul li a.active, .wc-menu ul li a:hover {
                    background: #09538a;
                }

.wc-menu?ul?li?a.selected, ? .wc-menu?ul?li?a.parent, ? .wc-menu?ul?li?a.move {
    background: #09538a;
}



.wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
    background: #09538a;
}

.wc-menu ul li .ernav {
    position: absolute;
    left: 0px;
    top: 50px;
    background: #09538a;
    width: 100%;
    z-index: 11;
    display: none;
}

    .wc-menu ul li .ernav ul {
        border: none;
    }

        .wc-menu ul li .ernav ul li {
            /*text-align: center;*/
            float: none;
            display: block; /*二级下拉有影响，需要转化为块状*/
            border-bottom: 1px solid #ccc;
            background: none;
            text-align: center;
            border: none;
            line-height: 30px;
        }

            .wc-menu ul li .ernav ul li:last-child {
                border-bottom: none;
                padding-bottom: 8px;
            }

            .wc-menu ul li .ernav ul li a {
                line-height: 25px;
                font-size: 15px;
                /*text-align: center;*/
                background: none;
                box-shadow: none;
                border-radius: 0;
                color: #fff;
                margin: 0;
                display: block;
                padding: 4px 2px;
                bnorder-bottom: none;
                border: none;
                font-weight: normal;
            }

                .wc-menu ul li .ernav ul li a:hover {
                    /*background: #e4b94a;*/
                    color: #e4b94a;
                    border-bottom: none;
                }

/*menu End*/



.banner {
    /*height: 692px;*/
    background: #f6f2e9;
}
    /* 本例子css */
    .banner .slideBox {
        overflow: hidden;
        position: relative;
    }

    .banner .slidetop .hd {
        overflow: hidden;
        position: absolute;
        right:0;
        /*width: 100%;*/
    bottom: 16px;
    z-index: 1;
    display: inline-block;
    }

        .banner .slidetop .hd ul {
            overflow: hidden;
            zoom: 1;
            width: 100%;
            text-align: center;
        }

            .banner .slidetop .hd ul li {
                /*float:left;*/
                display: inline-block;
                margin: 0 5px;
                width: 15px;
                height: 15px;
                line-height: 14px;
                border-radius: 12px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                color: transparent;
                opacity: 0.35;
            }

                .banner .slidetop .hd ul li.on {
                    background: #fff;
                    opacity: 1;
                }

    .banner .slidetop .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .banner .slidetop .bd li {
            zoom: 1;
            vertical-align: middle;
text-align: center;
        }

        .banner .slidetop .bd img {
            max-width: 100%;
            height: auto;
            width: 100%;
width: 1366px;
        }

    .banner .slidetop .ban-text {
        position: absolute;
        left: 0px;
        bottom: 0px;
        /*bottom: 116px;
        min-height: 140px;*/
        width: 100%;
        line-height: 30px;
        text-align: left;
    opacity: 0.7;
    background: #186eb7;
        /*padding: 30px 0px 20px;*/
    }

        .banner .slidetop .ban-text p {
            display: block;
            color: #fff;
            font-size: 20px;
            /*font-size: 42px;*/
            font-weight: bold;
            line-height:56px;
            text-decoration: none;
            padding: 0px 20px;
width:82%;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
        }

        .banner .slidetop .ban-text p a{
            color: #fff;
            text-decoration: none;
        }
        .banner .slidetop .ban-text a.nmore {
            display: inline-block;
            padding: 0 40px;
            font-size: 16px;
            color: #fff;
            height: 50px;
            line-height: 50px;
            text-align: center;
            /*border: 1px solid #fff;*/
            margin-top: 33px;

    background: #186eb7;
    opacity: 0.8;
    border-radius: 5px;
        }


/*banner end*/

.linkbg {
    min-height: 153px;
    /*margin-top: -30px;*/
    z-index: 1;
    position: relative;
}

    .linkbg ul {
        box-shadow: 0px 0px 7px 2px #ddd;
        background: #fff url(../images/linkbg.png) repeat-x left top;
        min-height: 150px;
        padding-top: 20px;
        margin: 0 15px;
    }

        .linkbg ul li {
            float: left;
            border-left: 1px solid #ddd;
            min-height: 133px;
            text-align: center;
           /* width: 20%;*/
            padding-top: 18px;
            margin: 20px 0;
        }

            .linkbg ul li:first-child {
                border-left: none;
            }

            .linkbg ul li a {
                text-decoration: none;
            }

            .linkbg ul li img {
            }

            .linkbg ul li span {
                display: block;
                font-size: 18px;
                color: #1c3e7f;
                font-weight: bold;
                padding-top: 15px;
            }

            .linkbg ul li a:hover span {
                color: #224b9b;
            }

            .linkbg ul li a:hover img {
                animation: 1s ease-in-out 0s normal none 1 running doudong1;
            }

@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

/*linkbg end*/

.newsbg {
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/newbg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 640px;
    padding-top: 50px;
    padding-bottom: 49px;
    position: relative;
    z-index: 1;
    margin-top: -2px;
}

.new-top {
    text-align: center;
}

    .new-top h4 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
    }

    .new-top span {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        display: block;
        padding-top: 5px;
        margin-bottom:20px;
    }

.dong-swtop{
    padding-top: 35px;
    overflow: hidden;
}
.dong-swtop .swiper-slide {
    position: relative;
    border: 1px solid transparent;
}

.dong-swtop .swiper-slide {
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}
.dong-swtop .swiper-slide img{
    max-width: 100%;
    transition: all 1.5s;
}
.dong-swtop .swiper-slide .li-div .li-date{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/datebg.png) no-repeat left top;
    width: 62px;
    height: 68px;
    text-align: center;
    color: #fff;
}
.dong-swtop .swiper-slide .li-div .li-date p{
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
}

.dong-swtop .swiper-slide .li-tt {
    background: #007ad5;
    min-height: 130px;
    padding: 5px 15px 5px 18px;
}

.dong-swtop .swiper-slide .li-tt i.i2{
    display: block;
    height: 7px;
    background: #6eb79e;
    width: 147px;
    transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    position: absolute;
    right: -3px;
    top: -22px;
    z-index: 1;
}

.dong-swtop .swiper-slide .li-tt i.i1{
    display: block;
    height: 7px;
    background: #6eb79e;
    width: 133px;
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-13deg);
    -o-transform: rotate(-15deg);
    position: absolute;
    left: -3px;
    top: -21px;
    z-index: 1;
}
.dong-swtop .swiper-slide .li-tt span{
    display: block;
    border-top: 30px solid transparent;
    border-left: 129px solid transparent;
    border-bottom: 30px solid #007ad5;
    border-right: 139px solid transparent;
    position: absolute;
    left: 0px;
    top: -60px;
    width: 100%;
}
.dong-swtop .swiper-slide .li-tt a {
    text-decoration: none;
    display: block;
}
.dong-swtop .swiper-slide .li-tt a p.p1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    
}
.dong-swtop .swiper-slide .li-tt a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   color:#fff;
}
.newsbg ul {
    padding-top: 35px;
    padding-left: 0;
    overflow: hidden;
}


    .newsbg ul li {
        position: relative;
        border: 1px solid transparent;
    }

    .newsbg ul li .li-div{
           transition: all 0.4s ease-out;
           box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

     .newsbg ul li .li-div:hover {
          box-shadow: -27px -30px 20px -22px rgba(0, 0, 0, 0.3);
           transform: scale(1.02);
    }

        .newsbg ul li .li-img img {
            max-width: 100%;
            transition: all 1.5s;
        }

        .newsbg ul li .li-date {
            position: absolute;
            left: 0px;
            top: 0px;
            background: url(/_upload/tpl/0b/c7/3015/template3015/images/datebg.png) no-repeat left top;
            width: 62px;
            height: 68px;
            text-align: center;
            color: #fff;
        }

            .newsbg ul li .li-date p {
                font-size: 24px;
                font-weight: bold;
                font-family: arial;
            }

            .newsbg ul li .li-date span {
            }


        .newsbg ul li .li-tt {
            background: #007ad5;
            min-height: 130px;
            padding: 5px 15px 5px 18px;
        }

            .newsbg ul li .li-tt a {
                text-decoration: none;               
                display: block;
            }

                .newsbg ul li .li-tt a p.p1 {

    height: 44px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;

                }

                .newsbg ul li .li-tt a p {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;                 
                }

            .newsbg ul li .li-tt i.i1 {
                display: block;
                height: 7px;
                background: #6eb79e;
                width: 133px;
                transform: rotate(-15deg);
                -ms-transform: rotate(-15deg);
                -moz-transform: rotate(-15deg);
                -webkit-transform: rotate(-13deg);
                -o-transform: rotate(-15deg);
                position: absolute;
                left: -3px;
                top: -21px;
                z-index: 1;
            }

            .newsbg ul li .li-tt i.i2 {
                display: block;
                height: 7px;
                background: #6eb79e;
                width: 147px;
                transform: rotate(12deg);
                -ms-transform: rotate(12deg);
                -moz-transform: rotate(12deg);
                -webkit-transform: rotate(12deg);
                -o-transform: rotate(12deg);
                position: absolute;
                right: -3px;
                top: -21px;
                z-index: 1;
            }




            .newsbg ul li .li-tt span {
                display: block;
                border-top: 30px solid transparent;
                border-left: 129px solid transparent;
                border-bottom: 30px solid #007ad5;
                border-right: 139px solid transparent;
                position: absolute;
                left: 0px;
                top: -60px;
                width: 100%;
            }



            .newsbg ul li .li-tt p {
                font-size: 14px;
                color: #fff;
                margin-top: 15px;
                font-weight: normal;
            }

        .newsbg ul li:hover {
            cursor: pointer;
            /*border: 1px solid #ccc;*/
        }

.amore {
    margin-top: 40px;
    text-align: center;
}

    .amore a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 40px;
    }

        .amore a:hover {
            background: #fff;
            color: #007ad5;
            transition: all 1.5s;
        }


/*shibg*/

.shibg {
    background: #f6f2e9;
    min-height: 514px;
    padding-top: 42px;
    padding-bottom: 25px;
}

.news-top {
}

    .news-top .new-tit {
        font-size: 32px;
        font-weight: bold;
        color: #003064;
    }

        .news-top .new-tit span {
            font-size: 20px;
            font-weight: bold;
            color: #48a4ca;
            padding-left: 13px;
    vertical-align: bottom;
        }

    .news-top .new-more a {
        display: block;
        font-size: 16px;
        color: #003064;
        margin-top: 21px;
    }

.shi-leftcon {
    margin-top: 35px;
    background: #fff;
    padding: 8px;
    position: relative;
    box-shadow: 0px 1px 4px 3px #dbd8d0;
}

    .shi-leftcon span {
        position: absolute;
        left: 39.5%;
        top: 24%;
    }

    .shi-leftcon a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #003064;
        padding: 14px 20px 5px;
    }
  
       .shi-leftcon a.a1 {
              padding: 0;
      }


.shi-rightul {
    margin-top: 35px;
}

    .shi-rightul ul li {
        background: #fff;
        box-shadow: 0px 1px 4px 3px #dbd8d0;
        min-height: 98px;
        border-top: 4px solid #ac0637;
        margin-bottom: 30px;
        position: relative;
        padding-left: 80px;
        padding-right: 30px;
        transition: all 1.5s;
    }



        .shi-rightul ul li:hover {
            background: #305194;
            color: #fff;
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
            transition: all 0.7s;
        }

        .shi-rightul ul li .li-date {
            position: absolute;
            left: 0px;
            top: 0px;
            background: url(/_upload/tpl/0b/c7/3015/template3015/images/datebg.png) no-repeat left top;
            width: 62px;
            height: 68px;
            text-align: center;
            color: #fff;
            padding-top: 3px;
        }

            .shi-rightul ul li .li-date i {
                display: block;
                font-size: 16px;
                font-style: normal;
                padding: 0 10px;
            }
            .shi-rightul ul li .li-date i a{ 
                  font-size: 16px;
                  padding: 0;
                  color: #fff;
            }

        .shi-rightul ul li a {
            display: block;
            font-size: 16px;
            color: #003064;
            padding-top: 10px;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .shi-rightul ul li span {
            display: block;
            font-style: italic;
            margin-top: 10px;
            color: #5b8fcf;
            font-family: arial;
        }

        .shi-rightul ul li:hover {
            background: #8a0b30;
            color: #fff;
            transition: all 1.5s;
            cursor: pointer;
        }

            .shi-rightul ul li:hover a {
                transition: all 1.5s;
                color: #fff;
            }

            .shi-rightul ul li:hover span {
                transition: all 1.5s;
                color: #fff;
            }


/*studybg*/
.studybg {
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/nnbg.jpg) no-repeat center top;
    /*min-height: 1078px;*/
    min-height: 680px;
    background-size: cover;
    padding: 49px 0 51px;
}

img {
    max-width: 100%;
}

.study-ban {
    padding-right: 0;
}

.study-ban .study-top{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}
.study-ban .study-top span{
font-size: 20px;
    font-weight: bold;
    padding-left: 13px;
    vertical-align: bottom;
}
.study-ban .study-top .new-more a span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 21px;
    font-weight: 400;
}
.study-ban .study-top .new-more a:hover{
    color: #fff;
}
.new-xueshu-top{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}
.new-xueshu-top span{
    font-size: 20px;
    font-weight: bold;
    padding-left: 13px;
    vertical-align: bottom;
}
.new-xueshu-top  .new-more a span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 21px;
    font-weight: 400;
}
.new-xueshu-top  .new-more a:hover{
    color: #fff;
}

.studybg .mar3 {
    margin-top: 37px;
}

/* 本例子css */

.study-ban .slidetop{
    overflow: hidden;
    position: relative;
    border-top: 4px solid #2188d6;
}

.study-ban .slidetop .hd {
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 8px;
    z-index: 1;
}

    .study-ban .slidetop .hd ul {
        overflow: hidden;
        zoom: 1;
    }

        .study-ban .slidetop .hd ul li {
            float: left;
            /*display: inline-block;*/
            margin: 0 7px;
            width: 12px;
            height: 12px;
            line-height: 14px;
            border-radius: 12px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            color: transparent;
        }

            .study-ban .slidetop .hd ul li.on {
                background: #f5c23d;
                width: 30px;
            }

.study-ban .slidetop .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

    .study-ban .slidetop .bd li {
        zoom: 1;
        vertical-align: middle;
    }

    .study-ban .slidetop .bd img {
        max-width: 100%;
        height: auto;
    }

.study-ban .slidetop .ban-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    min-height: 100px;
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/red.png) repeat left top;
    width: 100%;
    padding: 20px 0px 20px;
}

    .study-ban .slidetop .ban-text a {
        display: block;
        color: #fff;
        font-size: 18px;
    font-weight: bold;
    line-height: 30px;
        text-decoration: none;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.study-text {
    background: #fff;
    min-height: 446px;
    border-top: 4px solid #2188d6;
    position: relative;
}

.yu {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/san.png) no-repeat left top;
    width: 85px;
    height: 81px;
    position: absolute;
    right: 0px;
    top: 0;
    padding-left: 38px;
    padding-top: 7px;
}

.study-tul {
}

    .study-tul ul li {
        border-bottom: 1px solid #e5e5e5;
            padding: 15px 0px 10px 0px;
    }

        .study-tul ul li .li-date {
            width: 48px;
            background: url(/_upload/tpl/0b/c7/3015/template3015/images/sdate.png) no-repeat left top;
            text-align: center;
            color: #fff;
            height: 70px;
    margin-top: 6px;
        }

            .study-tul ul li .li-date span {
                font-size: 24px;
                font-weight: bold;
                color: #fff;
                line-height: 24px;
                display: block;
                padding-top: 6px;
            }

            .study-tul ul li .li-date p {
                font-size: 16px;
                color: #fff;
            }

        .study-tul ul li .li-tt {
            width: 87%;
            padding-right: 1%;
        }

            .study-tul ul li .li-tt a {
                font-size: 16px;
                color: #333;
                display: block;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

.study-tul ul li .li-tt a:hover {
   color:#ac0637;
}

        .study-tul ul li .li-tt {
            font-size: 14px;
            line-height: 25px;
        }






.studybg ul.ul2 {
    margin-top: 25px;
    padding: 0;
}

    .studybg ul.ul2 li a {
        text-decoration: none;
    }

    .studybg ul.ul2 li .li-img {
        overflow: hidden;
    }

        .studybg ul.ul2 li .li-img img {
            transform: scale(1.0);
            transition: all 1.5s;
        }


    .studybg ul.ul2 li .li-tt {
        background: #fff;
        padding: 25px 30px;
    }

        .studybg ul.ul2 li .li-tt p {
            font-size: 16px;
            color: #333;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .studybg ul.ul2 li .li-tt span {
            font-size: 14px;
            color: #777;
            line-height: 25px;
            display: block;
            margin-top: 15px;
        }

    .studybg ul.ul2 li:hover .li-tt {
        background: #9f1236;
    }

        .studybg ul.ul2 li:hover .li-tt p, .studybg ul.ul2 li:hover .li-tt span {
            color: #fff;
        }

    .studybg ul.ul2 li:hover .li-img img {
        transform: scale(1.2);
        transition: all 1.5s;
    }

.amore2 a {
    margin-top: 30px;
}

/*keyan*/
.keyanbg {
    background: #f6f2e9;
    min-height: 580px;
    padding-top: 36px;
    position: relative;
}

.kebg {
    background: #003064;
    position: absolute;
    left: 0px;
    top: 6%;
    width: 44%;
    height: 94%;
}

.pad73 {
    padding-top: 73px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.key-top {
}

    .key-top ul li {
        float: left;
        color: #fff;
        cursor: pointer;
        font-size: 32px;
        font-weight: bold;
        margin-right: 20px;
        padding-bottom: 5px;
    }

    .key-top ul li span.tt{
           font-size: 20px;
           font-weight: bold;
           color: #48a4ca; 
           display: block;
    }

        .key-top ul li.active, .key-top ul li:hover {
            border-bottom: 2px solid #fff;
        }






.box-one {
    /*min-height: 477px;*/
    min-height: 461px;
}
.slidebtn{
position: absolute; right: 10px; bottom: 20px;
}
    .box-one .ke-left {
        background: #204473;
        width: 200px;
        height: 367px;
        position: absolute;
        bottom: 0;
        text-align: center;
        padding-top: 56px;
    }
.box-one .ke-left .kjs{
    height:80px;
    padding: 0 25px;
}
.box-one .ke-left .kjs p
{
     font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
        .box-one .ke-left a {
            display: block;
        }

            .box-one .ke-left a.prev {
                margin-bottom: 15px;
            }

            .box-one .ke-left a.amore {
                text-align: center;
                font-size: 14px;
                color: #fff;
                border: 1px solid #416088;
                display: inline-block;
                padding: 10px 25px;
                margin-top: 50px;
            }

    .box-one .bd {
        margin-left: 290px;
        margin-top: 10px;
    }

        .box-one .bd ul {
        }

            .box-one .bd ul li {
                float: left;
                width: 270px !important;
                background: #fff;
                margin-right: 30px;
                /*box-shadow: 0px 2px 3px 0px #e8e5dc;*/
            }

                .box-one .bd ul li a {
                    text-decoration: none;
                }

                .box-one .bd ul li span.li-img {
                    border-bottom: 2px solid #003064;
                    display: block;
                }

                .box-one .bd ul li div.li-tt {
                    display: block;
                    padding: 50px 25px 25px;
                }

                .box-one .bd ul li:hover div.li-tt {
                    background: #074588;
                }

                    .box-one .bd ul li:hover div.li-tt p, .box-one .bd ul li:hover div.li-tt .a1{
                        color: #fff;
                    }


                .box-one .bd ul li div.li-tt span a{
                    display: block;
                    background: #ac0637;
                    position: absolute;
                    left: 0px;
                    top: 0;
                    font-size: 14px;
                    font-weight: bold;
                    color: #fff;
                    padding: 4px 20px;
                }

                .box-one .bd ul li div.li-tt .a1 {
                    display: block;
                    font-style: normal;
                    font-size: 16px;
                    font-weight: bold;
                    color: #003064;
                    margin-bottom: 18px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                }

                .box-one .bd ul li div.li-tt p {
                    font-size: 14px;
                    color: #777;
                    line-height: 21px;
                }




/*teacher*/

.teachbg {
    min-height: 737px;
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/ttbg.jpg) no-repeat center top;
    padding: 49px 0;
    background-size: cover;
}

.new-top h4.dao {
    font-weight: bold;
    color: #003064;
}

.new-top span.tt {
    color: #48a4ca;
    font-size: 20px;
    font-weight: bold;
}

.xueqi-con {
    padding-top: 35px 0 25px;
}

    .xueqi-con .swiper-slide img {
        /*border-radius: 100%;*/
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: none;
}

.xueqi-con .swiper-button-prev {
    left: -80px;
    top: 28%;
}

.xueqi-con .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    top: 28%;
}
.shi-leftcon .swiper-button-prev{
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/zuo.png) no-repeat center;
    width: 47px;
    height: 47px;
}
.shi-leftcon .swiper-button-next{
    background: url(/_upload/tpl/0b/c7/3015/template3015/images/you.png) no-repeat center;
    width: 47px;
    height: 47px;
}

.swiper-button-prev img {
    max-width: 1000%;
}

.swiper-button-next img {
    max-width: 1000%;
}
.ds-img span{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #003064;
    opacity: 0.9;
    color: #fff;
    padding: 5px;
    font-size: 18px;
}

.ds-img span a{
    color: #fff;
    text-decoration: none;
}

.sw-tt {
    background: #fff;
    border-bottom: 5px solid #007ad5;
    border-radius: 10px;
    width: 650%;
    padding: 30px 40px 70px;
    margin-top: 50px;
    position: relative;
    opacity: 0;
}

    .sw-tt i {
        border-top: 22px solid transparent;
        border-left: 24px solid transparent;
        border-bottom: 20px solid #fff;
        border-right: 25px solid transparent;
        position: absolute;
        left: 80px;
        top: -40px;
        z-index: 1;
    }

    .sw-tt h4 {
        font-size: 24px;
        font-weight: bold;
        color: #003064;
        margin-bottom: 25px;
    }

    .sw-tt p {
        font-size: 16px;
        color: #777;
        line-height: 25px;
    }

    .sw-tt a {
        display: block;
        text-decoration: none;
        color: #fff;
        background: #007ad5;
        line-height: 40px;
        width: 150px;
        padding-left: 40px;
        position: absolute;
        left: 0px;
        bottom: 0;
    }


.swiper-slide.swiper-slide-active .sw-tt {
        opacity: 1;
}


.ds-btn{
    width:100%;
    text-align:center;
}

.teach-quan{
    position: absolute;
    font-size: 14px;
    line-height: 32px;
     top: 8px; 
    padding: 0px 5px;
    display: inline-block;
    background: #003064;
    color: #fff;
    margin: 0 6px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
}
.teach-quan:hover{
    color: #fff;
    text-decoration: none;
}


.ds-btn .ds-amore{
    text-align: center;
    font-size: 16px;
    color: #003064;
    border: 1px solid #003064;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 40px;
    transition: all 1.5s;
    margin-top:30px;
}
.ds-btn .ds-amore:hover{
        background: #003064;
    color: #fff;
    transition: all 1.5s;
}

/**/
.footer {
    background: #007ad5;
    min-height: 164px;
    padding: 49px 0 39px;
}



.wc-copy {
}

    .wc-copy p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
    }

        .wc-copy p a {
            color: #fff;
            font-size: 14px;
        }

/*.wc-copyEnd*/


    .wx p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
    }



@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .study-text {
        width: 40.6%;
    }
}

@media (min-width: 1570px) {
}


@media (min-width:1100px) and (max-width: 1200px) {
}


@media (min-width: 992px) and (max-width: 1200px) {

.dong-swtop .swiper-slide .li-tt i.i2{
width: 152px;
}
.dong-swtop .swiper-slide .li-tt i.i1{
width: 150px;
}
.dong-swtop .swiper-slide img{
width: 100%;
}

    .newsbg ul li .li-tt span {
        display: block;
        border-top: 30px solid transparent;
        border-left: 98px solid transparent;
        border-bottom: 30px solid #007ad5;
        border-right: 101px solid transparent;
    }

    .newsbg ul li .li-tt i.i2 {
        width: 113px;
        -ms-transform: rotate(17deg);
        -moz-transform: rotate(17deg);
        -webkit-transform: rotate(17deg);
        -o-transform: rotate(17deg);
        right: -3px;
        top: -22px;
    }

    .newsbg ul li .li-tt i.i1 {
        width: 111px;
        left: -3px;
        top: -21px;
        -webkit-transform: rotate(-17deg);
    }

    .box-one .bd ul li {
        width: 298px !important;
    }

    .key-top ul li {
        font-size: 26px;
    }

    .new-top h4 {
        font-size: 26px;
    }



    .study-text {
        min-height: 300px;
        width: 40.6%;
    }

    .study-tul ul li:last-child {
        display: none;
    }

    .teachbg {
        padding: 40px 0;
        min-height: 300px;
    }

    .sw-tt {
        width: 400%;
    }

 .studybg , .newsbg {
       min-height: inherit;
}

  .shibg {
       min-height: inherit;
       padding-bottom: 25px;
}

   .shi-rightul ul li{
         min-height: 72px;
  }


}



@media (min-width: 768px) and (max-width: 992px) {
   .container {
    width: 97%; 
   }

.dong-swtop .swiper-slide img{
width:100%;
}
.dong-swtop .swiper-slide .li-tt span{
display:none;
}
.dong-swtop .swiper-slide .li-tt i.i1{
display:none;
}

.dong-swtop .swiper-slide .li-tt i.i2{
display:none;
}

    /*小屏幕设备 平板*/
    .wc-menu ul li a {
        font-size: 16px;
    }

        .banner .slidetop .ban-text a.nmore {
            display: none;
        }




    .newsbg {
        padding: 40px 0;
        min-height: 300px;
           background-repeat: repeat-y;
    }

    .newsbg ul li .li-div{
      margin-bottom:20px;
}

        .newsbg ul li .li-tt i.i1 {
            display: none;
        }

        .newsbg ul li .li-tt i.i2 {
            display: none;
        }

        .newsbg ul li .li-tt span {
            display: none;
        }

        .newsbg ul li .li-tt a {
        }

    .study-ban {
        padding-right: 15px;
    }

    .study-ban .study-top {
        font-size: 28px;
    }

    .new-xueshu-top {
        font-size: 28px;
    }

    .news-top .new-tit {
        font-size: 28px;
    }

    .study-text {
        min-height: 300px;
        /*width: 40.6%;*/
    }

    .shibg {
        padding: 40px 0;
        min-height: 300px;
    }
   
    .shi-right {
    margin-top: 40px;
}

    .shi-rightul ul li {
        min-height: 80px;
    }

    .shi-leftcon {
        margin-top: 20px;
    }

    .shi-rightul {
        margin-top: 20px;
    }

    .studybg {
        min-height: 300px;
        padding: 50px 0;
    }

    .study-tul ul li .li-tt {
        width: 78%;
    }

    .study-tul ul li {
        padding: 10px 0;
    }

        .study-tul ul li:last-child {
            display: none;
        }

    .study-text {
        min-height: 300px;
    }

    .study-ban .slidetop .ban-text {
        min-height: 50px;
        padding: 10px;
    }

        .study-ban .slidetop .ban-text a {
            font-size: 16px;
            line-height: 30px;
        }

    .studybg .mar3 {
        margin-top: 20px;
    }

    .teachbg {
        padding: 40px 0;
        min-height: 300px;
    }

    .sw-tt {
        width: 300%;
    }

    /*科学研究选项卡那快*/
    .jiao-con {
        margin: 20px 0;
    }

      .jiao-con .li-div {
            text-decoration: none;
            display: block;
            width: 70%;
            margin: auto;
        }

        .jiao-con span.li-img {
            border-bottom: 2px solid #003064;
            display: block;
        }

        .jiao-con div.li-tt {
            display: block;
            padding: 40px 25px 25px;
            background: #fff;
        }


        .jiao-con .li-tt span {
            display: block;
            background: #003064;
            position: absolute;
            left: 0px;
            top: 0;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            padding: 4px 20px;
        }
 
        .jiao-con .li-tt span a{
            color: #fff;
        }

        .jiao-con .li-tt a.a1{
            display: block;
            font-style: normal;
            font-size: 16px;
            font-weight: bold;
            color: #003064;
            padding-bottom: 10px;
        }

        .jiao-con .li-tt p {
            font-size: 14px;
            color: #777;
            line-height: 21px;
        }

    .nn2 {
        text-align: center;
    }

        .nn2 ul {
        }

            .nn2 ul li {
                display: inline-block;
                font-size: 24px;
                padding: 0 10px;
                padding-bottom: 10px;
                color: #003064;
                font-weight: bold;
            }

                .nn2 ul li.active {
                    border-bottom: 2px solid #003064;
                }

    .keyanbg .swiper-container {
        padding-bottom: 30px;
    }

    .keyanbg .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }

    /*gai*/
    .box-one .bd ul li {
        width: 200px !important;
    }

    .key-top ul li {
        font-size: 20px;
    }

    .new-top h4 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
.new-top h4.dao{
         text-align: left;
}
.new-top span.tt{
         text-align: left;
}
.teach-quan{
right: 0;
    padding: 0px 15px;
    font-size: 14px;
}
.wx div{
   float:left;
}
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/

.banner .slidetop .ban-text p{
    line-height:40px;
    font-size: 16px;
}

.banner .slidetop .hd{
    bottom: 11px;
}
        .banner .slidetop .ban-text a.nmore {
            display: none;
        }

    .study-ban {
        padding-right: 15px;
    }

    .linkbg {
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .linkbg ul li {
            width: 50%;
            min-height: 60px;
            padding-top: 0;
            margin: 10px 0;
        }

            .linkbg ul li span {
                font-size: 16px;
            }

    .new-top h4 {
        font-size: 24px;
    }
 
.study-ban .study-top span{
       font-size: 18px;
        font-weight: normal;
}

.new-xueshu-top span{
       font-size: 18px;
        font-weight: normal;
}
   .new-top span , .news-top .new-tit span{
       font-size: 18px;
        font-weight: normal;
  }

    .new-top span.tt {
        font-size: 18px;
        font-weight: normal;
    }

    .study-ban .study-top{
        font-size: 24px; 
   }
   .new-xueshu-top{
        font-size: 24px; 
        margin-top:30px;
    }

    .news-top .new-tit {
        font-size: 24px;
    }


    .newsbg {
        padding: 30px 0;
        min-height: 300px;
    }

    .qi-con {
    }

        .qi-con .swiper-slide a {
            display: block;
            position: relative;
        }

            .qi-con .swiper-slide a .li-date {
                position: absolute;
                left: 0px;
                top: 0px;
                background: url(/_upload/tpl/0b/c7/3015/template3015/images/datebg.png) no-repeat left top;
                width: 62px;
                height: 68px;
                text-align: center;
                color: #fff;
            }

                .qi-con .swiper-slide a .li-date p {
                    font-size: 24px;
                    font-weight: bold;
                    font-family: arial;
                }

                .qi-con .swiper-slide a .li-date span {
                }

            .qi-con .swiper-slide a .li-tt {
                background: #007ad5;
                min-height: 130px;
                padding: 5px 12px;
                display: block;
            }

                .qi-con .swiper-slide a .li-tt p {
                    text-decoration: none;
                    font-size: 16px;
                    color: #fff;
                    line-height: 25px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: block;
                }

    .qi-con {
        padding-top: 20px;
    }

        .qi-con .swiper-slide img {
            width: 1000%;
        }

    .shibg {
        padding: 30px 0 8px;
        min-height: 300px;
    }

    .shi-leftcon {
        margin-top: 20px;
    }

        /*.shi-leftcon span {
            left: 37%;
        }*/

            .shi-leftcon span img {
                max-width: 65%;
            }

    .shi-right {
        margin-top: 30px;
    }

    .shi-rightul {
        margin-top: 20px;
    }

    .study-ban .slidetop .ban-text {
        min-height: 50px;
        padding: 10px;
    }

        .study-ban .slidetop .ban-text a {
            font-size: 16px;
            line-height: 30px;
        }

    .news-top .new-more a{
          margin-top: 10px;
}

    .studybg .mar3 {
        margin-top: 20px;
    }

    .studybg {
        padding: 30px 0;
        min-height: 300px;
    }

    .study-text {
        margin: 15px;
    }

    .study-tul ul li .li-tt {
        width: 80%;
    }

    .study-tul ul li {
        padding: 10px;
    }

        .study-tul ul li:first-child {
            padding-top: 40px;
        }



    .teachbg {
        padding: 30px 0;
        min-height: 330px;
    }

    .tt-con .li-img {
        overflow: hidden;
    }
   
    .tt-con .li-img img{
           width: 100%;
    }


    .tt-con .li-tt {
        background: #fff;
        padding: 25px 30px;
    }

        .tt-con .li-tt p {
            font-size: 16px;
            color: #333;
            line-height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .tt-con .li-tt span {
            font-size: 14px;
            color: #777;
            line-height: 25px;
            display: block;
            margin-top: 15px;
        }

    .jiao-con {
        margin: 20px 0;
    }

      .jiao-con .li-div {
            text-decoration: none;
            display: block;
            width: 70%;
            margin: auto;
        }

        .jiao-con span.li-img {
            border-bottom: 2px solid #003064;
            display: block;
        }

        .jiao-con div.li-tt {
            display: block;
            padding: 40px 25px 25px;
            background: #fff;
        }

        .jiao-con .li-tt span {
            display: block;
            background: #003064;
            position: absolute;
            left: 0px;
            top: 0;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            padding: 4px 20px;
        }

        .jiao-con .li-tt span a{ 
            color: #fff;
       }

        .jiao-con div.li-tt a.a1 {
            display: block;
            font-style: normal;
            font-size: 16px;
            font-weight: bold;
            color: #003064;
            padding-bottom: 10px;
        }

        .jiao-con div.li-tt p {
            font-size: 14px;
            color: #777;
            line-height: 21px;
        }

    .keyanbg {
        padding: 30px 0;
    }


    .xueqi-con .swiper-slide img {
       display: block;
    margin: 0px auto;
    }

    .sw-tt {
        width: 200%;
        padding: 20px 20px 50px;
        display: block;
        margin-top: 30px;
    }

    .sw-tt i{
       left: 15%;
    }
 

        .sw-tt h4 {
            margin-bottom: 10px;
            font-size: 18px;
        }

        .sw-tt a {
            line-height: 30px;
            width: 120px;
            padding-left: 20px;
        }


    /*科研那快选项卡*/
    .keyanbg {
        min-height: 300px;
        padding: 30px 0;
    }

    .nn2 {
        text-align: center;
    }

        .nn2 ul {
        }

            .nn2 ul li {
                display: inline-block;
                font-size: 24px;
                padding: 0 10px;
                padding-bottom: 10px;
                color: #003064;
                font-weight: bold;
            }

                .nn2 ul li.active {
                    border-bottom: 2px solid #003064;
                }


                .nn2 ul li span.tt {
                    font-size: 18px;
                    font-weight: normal;
                }

    .keyanbg .swiper-container {
        padding-bottom: 30px;
    }

    .keyanbg .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }



    .footer {
        padding: 15px 0;
    }
}



@media (max-width: 450px) {
.teach-quan{
    padding: 0px 8px;
    font-size: 14px;
}

}
