body {
    font-family: "微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    display: block !important;
}

em,i {
    font-style: normal;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blank10 {
    width: 100%;
    height: 10px;
}

.blank20 {
    width: 100%;
    height: 20px;
}

.blank30 {
    width: 100%;
    height: 30px;
}

.blank50 {
    width: 100%;
    height: 50px;
}

.blank70 {
    width: 100%;
    height: 70px;
}

.blank100 {
    width: 100%;
    height: 100px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.position-a {
    position: absolute;
}

.position-r {
    position: relative;
}

.content {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.content-info {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: unset;
    min-height: 600px;
}

.header {
    width: 100%;
    height: 162px;
    background: url('../images/header_bg.png') no-repeat center;
}

.header2 {
    display: none;
}

.header-top {
    width: 100%;
    height: 2px;
    background: url('../images/header_top.png') repeat center;
}

.header-top p {
    line-height: 22px;
    float: left;
    height: 44px;
}

.header-top .phone-num {
    float: right;
    margin-top: 26px;
}

.phone-num span {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.phone-icon {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}


/* search */

.sb-search {
    position: relative;
    width: 0%;
    min-width: 44px;
    height: 44px;
    float: right;
    right: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    border-radius: 50px;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 260px;
    height: 44px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 14px;
    color: #333;
    text-indent: 15px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ccc;
}

.sb-search-input:-moz-placeholder {
    color: #ccc;
}

.sb-search-input::-moz-placeholder {
    color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
    color: #ccc;
}

.sb-icon-search,
.sb-search-submit {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.sb-search-submit {
    background: url('../images/search_icon.png') no-repeat center;
    background-size: 36px 36px;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: url('../images/search_icon.png') no-repeat center;
    background-size: 36px 36px;
    z-index: 90;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 260px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url('../images/search_icon.png') no-repeat center;
    background-size: 36px 36px;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/* search-end */

.header-main {
    height: 100px;
    overflow: inherit;
}

.logo {
    height: 134px;
    margin-top: 13px;
    float: left;
}

.menu {
    float: right;
    margin-top: 25px;
}

.menu-ul {
    width: 1000px;
    height: 67px;
}

.menu-li {
    width: 7.69%;
    height: 67px;
    text-align: center;
    font-size: 14px;
    float: left;
    line-height: 44px;
    position: relative;
}

.menu-link {
    width: 30%;
    height: 2px;
    background: #e35685;
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    right: 0;
    margin: auto;
}

.menu-li a {
    display: block;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    height: 67px;
}

.menu-li a:hover {
    color: #fff;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.submenu-nav {
    display: none;
    width: 210px;
    height: auto;
    position: relative;
    left: -20px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
}
.submenu-li:hover{
        background:url('../images/menu_icon.png') no-repeat center right 15px,#8f002f;
}
.submenu-li:hover a{
    color: #fff;
}
/*
.submenu-nav-line {
    width: 100%;
    height: 3px;
    background: #02903D;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}*/

.submenu-li {
    width: 100%;
    height: 46px;
    background: #fff;
    line-height: 46px;
    padding-left: 29px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}
.submenu-li a{
    color:#333;
}

.submenu-li:hover a {
    padding-left: 20px;
}

.submenu-li:last-child {
    border: 0;
}

.menu-li:hover .submenu-nav {
    display: block;
    animation: fadeInUp1 .5s both alternate;
    -webkit-animation: fadeInUp1 .5s both alternate;
}

@-webkit-keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.menu-img {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 72px;
    height: 26px;
}
.heard-txt{
    float: right;
}
.header-right{
    float: right;
    margin-top: 25px;
}
.heard-txt{
    line-height: 44px;
    color: #fff;
    margin-right: 15px;
}
.heard-txt a{
    color: #fff;
}

/* banner */

.banner {
    width: 100%;
    height: 500px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet{
    background: url('../images/banner_icon.png') no-repeat center;
}
.banner .swiper-pagination-bullet-active {
    background: url('../images/banner_icon2.png') no-repeat center;
}
.banner .swiper-pagination-bullet{
    width: 11px;
    height: 20px;
    border-radius: 0;
}
/* banner-end */


/* footer */
.footer{
    width: 100%;
    background:#e7e6e4;
    padding-top: 20px;
    margin-top: 50px;
}
.footer-main{
    overflow: hidden;
    margin-bottom: 30px;
}
.footer-left{
    max-width: 590px;
    float: left;
}
.col-link{
    margin-top: 30px;
}
.col-link ul li{
    float: left;
    margin-right: 50px;
    text-align: center;
}
.col-link ul li a{
    display: inline-block;
}
.col-link ul li a:hover{
    color:#8f002f;
}
.col-link img{
    margin-right: 5px;
}
.footer-right{
    max-width: calc(100% - 590px);
    float: right;
}
.footer-cont{
    max-width: calc(100% - 50px - 260px);
    float: left;
    margin-right: 50px;
}
.footer-cont h5{
    font-size: 16px;
    color:#8f002f;
}
.footer-code{
    max-width: 260px;
    float: left;
}
.footer-code img{
    float: left;
    width: 100px;
    height: 100px;
}
.footer-code p{
    float: left;
    margin-left: 20px;
    margin-top: 28px;
    color: #e35685;
}
.footer-bottom{
    width: 100%;
    height: 60px;
    float: left;
    background: #120107;
}
.footer-bottom p{
    line-height: 60px;
    color: #fff;
    float: left;
}
.footer-bottom a{
    color: #fff;
}
.footer-bottom .footer-admin{
    color: #8f002f;
}
.footer-control {
    float: right;
    width: 200px;
    margin-top: 12px;
}

/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #8f002f;
    position: fixed;
    top: 0;
    padding: 0 15px;
    margin: auto;
    z-index: 11;
}

.header2 h3 {
    margin: auto;
    height: 40px;
    text-align: left;
    margin-top: 10px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.header2 h3 img {
    display: block;
    max-width: 75%;
    max-height: 100%;;
}

.header2 .left_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    left: 5px;
}

.header2 .right_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    right: 5px;
    z-index: 9;
}

.header2 .right_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header2 .left_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -76%;
    width: 76%;
    height: 100%;
    background: #8f002f;
    z-index: 99999;
    padding-top: 60px;
}
.menu-list ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.mask2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.box-bg {
    width: 100%;
    height: 1000px;
    background: url('../images/bg4.jpg') no-repeat center;
}

.close-btn {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.close-btn img {
    width: 36%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-logo {
    display: table;
    margin: auto;
    height: 70px;
}

.menu-list {
    width: 60%;
    height: 55vh;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.menu-list ul li {
    list-style: none;
    line-height: 4vh;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.menu-list ul li a {
    display: block;
}

.compy-txt {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
}

.calendar-img {
    width: 22px;
    margin-top: -4px;
    margin-right: 6px;
}

.header_search_box {
    position: relative;
    height: 38px;
    margin: auto;
    display: table;
    width: 83%;
    margin-top: 20px;
}

.header_search {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    text-indent: 40px;
    border-radius: 30px;
    outline: none;
}

.header_search_img {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 15px;
    height: 20px;
}



/* header_mb-end */
.banner-info{width: 100%;height: 400px; object-fit: cover;}


/*index*/
.main-bg{
    background: url(../images/main_bg.png) no-repeat center,#fff;
}
.news-swiper{
    width: 630px;
    height: 400px;
    overflow: hidden;
    float: left;
}
.news-swiper .news-swiper-img{
    width: 100%;
}
.news-swiper .news-swiper-h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: rgba(94,0,31,0.8);
    margin: 0;
    padding: 0 15px;
    padding-right: 100px;
    color: #fff;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.swiper-container-horizontal>.news-pagination {
    bottom: 15px;
    right: 15px;
    left: unset;
    width: auto;
    position: absolute;
    z-index: 9999;
}
.swiper-container-horizontal>.news-pagination .swiper-pagination-bullet{
    background: #fff;
}
.swiper-container-horizontal>.news-pagination .swiper-pagination-bullet-active{
    background: #e35685;
}
.row1{
    margin-top: 30px;
}
.news-right{
    width: 630px;
    height: 400px;
    overflow: hidden;
    float: right;
}
.nav-tabs{
    background: url('../images/col_icon.png') no-repeat left;
    padding-left: 15px;
    border-bottom: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: transparent; 
    border: 0;
    border-bottom-color: transparent; 
    margin-right: 0; 
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.nav>li>a{
    font-size: 20px;
    font-weight: bold;
    color: #999;
}
.nav-tabs>li>a{
    border: 0;
    border-bottom-color: transparent; 
    margin-right: 0; 
    border-radius: 0;
}
.news-tabs ul li{
    width: 100%;
    height: 64px;
    overflow: hidden;
    margin-top: 24px;
}
.news-tabs .date-txt{
    width: 64px;
    height: 64px;
    border:2px solid #e35685;
    color:#999;
    float: left;
    line-height: 64px;
    text-align: center;
}
.news-tabs ul li:hover .tab-news h5{
    color: #8f002f;
}
.tab-news{
    width: 545px;
    float: right;
}
.tab-news h5{
    margin:0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 5px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.tab-news p{
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color:#999;
}
.more-btn{
    width: 26px;
    height: 26px;
    float: right;
    background: url('../images/more_icon.png') no-repeat center;
    margin-top: 10px;
}
.more-btn:hover{
    background: url('../images/more_icon2.png') no-repeat center;
}
.row2{
    margin-top: 30px;
}
.col-top{
    width: 100%;
    height: 44px;
}
.col-title{
    width: auto;
    height: 44px;
    line-height: 44px;
    background: url(../images/col_icon.png) no-repeat left;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: left;
    float: left;
    padding-left: 25px;
}
.col-more{
    float: right;
    height: 40px;
    line-height: 40px;
}
.col-news-list h5{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.col-news-list:hover h5 span:hover{
    color: #8f002f;
}

.col-news-list h5 span{
    width: 70%;
    display: inline-block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float: left;
}
.col-news-list h5 span:hover{
    color: #00273a;
}
.col-news-list h5 em{
    width: 22%;
    display: inline-block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float: right;
    color: #ccc;
    text-align: right;
}
.row2 .col-md-4{
    width: 406px;
    padding: 0;
    margin-right: 30px;
}
.col-news-list h5 .news-icon{
    width: 5px;
    height: 5px;
    border: 1px solid #e35685;
    display: inline-block;
    float: left;
    margin-top: 23px;
    margin-right: 5px;
}
.row2 .col-md-4:last-of-type{
    margin-right: 0;
}
.row3{
    margin-top: 30px;
}
.row3-list ul li{
    width: 301px;
    height: auto;
    margin-right: 25px;
    float: left;
    margin-top: 25px;
}
.row3-list ul li a{
    width: 301px;
    height: 210px;
    display: inline-block;
    position: relative;
}
.row3-list ul li .video-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.row3-list ul li .videos-title{
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin:0;
}
.row3-list ul li:hover .videos-title{
    color:#8f002f;
}
.row-mask{
    width: 100%;
    height: 100%;
    background: url('../images/play_icon.png') no-repeat center;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row3-list ul li:nth-of-type(4n){
    margin-right: 0;
}
.row3-list ul li:hover .row-mask{
    opacity: 1;
    filter: alpha(opacity=100);
}
.row4{
    margin-top:30px;
}
.row4-list ul li{
    width: 301px;
    height: 210px;
    margin-right: 20px;
    float: left;
    position: relative;
    margin-top: 20px;
}
.row4-list ul li a{
    display: inline-block;
}
.row4-list ul li .photo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.row-mask2{
    width: 100%;
    height: 100%;
    background: url('../images/photo_icon.png') no-repeat center,rgba(227,86,133,0.8);
    background-size: 35px 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row4-list ul li:hover .row-mask2{
    opacity: 1;
    filter: alpha(opacity=100);
}
.row4-list ul li:nth-of-type(1){
    width: 413px;
    height: 420px;
    float: left;
}
.row4-list ul li:nth-of-type(2){
    width: 413px;
    height: 200px;
    float: left;
}
.row4-list ul li:nth-of-type(3){
    width: 413px;
    height: 200px;
    float: left;
    margin-right: 0;
}
.row4-list ul li:nth-of-type(4){
    width: 413px;
    height: 200px;
    float: left;
}
.row4-list ul li:nth-of-type(5){
    width: 413px;
    height: 200px;
    float: left;
    margin-right: 0;
}
/*index_end
/*info_Public*/
.banner-info{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
.nav-left{
    width: 300px;
    float: left;
}
.main-right{
    width: 950px;
    float: right;
}
.nav-title{
    width: 100%;
    line-height: 100px;
    font-size: 24px;
    text-align: center;
    background: url('../images/nav_bg.png') no-repeat center,#8f002f;
    color: #fff;
    border-radius: 20px 20px 0 0;
    margin:0;
}
.nav-left ul li a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 3px solid #fff;
    background: #ddb1bf;
    text-align: center;
    display: block;
    color: #fff;
    padding: 0 15px;
    text-transform:uppercase;
}
.nav-left ul li:last-of-type a{
    border-bottom: 0;
}
.nav-left ul li a:hover{
    background: #8f002f;
    color: #fff;
}
.nav-left ul li a.active{
    background: #8f002f;
    color: #fff;
}
.pagetarget{
    width: 100%;
    line-height: 44px;
    height: 44px;
    border-bottom: 3px solid #8f002f;
}
.target-title{
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-transform:uppercase;
}
.target-txt{
    float: right;
    font-size: 14px;
    color: #999;
}
.target-txt a{
    color: #8f002f;
}
.main-full{
    width: 100%;
}

/*翻页*/
.page {
    text-align:center;
    display:table;
    margin:auto;
    margin-top:30px;
}
.page ul li {
    width: 34px !important;
    height:34px !important;
    text-align:center;
    line-height:34px !important;
    float:left;
    margin:0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    overflow: hidden;
}
.page ul li a {
    color:#333;
    background:#efeff4;
    display:block;
    width:100%;
    height:100%;
    line-height:inherit;
}
.page ul li a:hover {
    color:#fff;
    background:#8f002f;
}
.page ul li.active {
    color:#fff;
    background:#8f002f;
}
.siebar-nav{
    margin-bottom: 30px;
}
.siebar-nav ul li{
    width: 100%;
    height: 70px;
}
.siebar-nav ul li:last-of-type{
    border-bottom: 0;
}
.siebar-nav ul li a{
    display: block;
    line-height: 70px;
    border-left: 8px solid #0066cc;
    text-indent: 37px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.siebar-nav ul li a:hover{
    background:#0066cc;
    border-bottom: 1px solid #0066cc;
    color: #fff;
}
.siebar-nav ul li a.active{
    background:#0066cc;
    border-bottom: 1px solid #0066cc;
    color: #fff;
}
/*info_Public_end*/

.main-txt{
    padding-top: 30px;
}
.main-txt p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
}
.main-txt p img{
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.main-txt h5{
    font-size: 18px;
    line-height: 35px;
}
.main-txt h5 img{
    margin-right: 10px;
}
.about2-list{
    position: relative;
}
.about2-img{
    width: 204px;
    height: 246px;
    position: absolute;
    left: 0;
    object-fit: cover;
    box-shadow: 0 10px 20px #ddd;
}
.about2-right{
    padding-left: 224px;
    min-height: 231px;
}
.about2-right h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.about2-right span{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}
.about2-link{
    width: 36px;
    height: 3px;
    background: #8f002f;
    margin: 15px 0;
}
.about2-right p{
    color: #666;
    line-height: 25px;
}
.about2-right h5{
    color: #1a588c;
    margin:15px 0;
}
.about2-list ul li{
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.about3-info img{
    width: 100%;
    margin-top: 30px;
}
.content-list{
    overflow: hidden;
}
.content-list ul li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.content-list ul li .list-icon{
    width: 2%;
    height: 80px;
    background: url('../images/news_icon.png') no-repeat center;
    float: left;
    line-height: 80px;
    margin-right: 1%;
}
.content-list ul li:hover p{
    color: #8f002f;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.content-list ul li p{
    width: 86%;
    height: 80px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
    color: #666;
    margin-right: 3%;
}
.content-list ul li em{
    width: 8%;
    height: 80px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.campus-list{
    margin-top: 15px;
    overflow: hidden;
}
.campus-list .campus-slide{
    width: 296px;
    margin-top: 16px;
    float: left;
    margin-right: 16px;
}
.campus-list .campus-slide:nth-of-type(3n){
    margin-right: 0;
}
.campus-list .campus-slide a{
    width: 100%;
    height: 202px;
    display: block;
    overflow: hidden;
    position: relative;
}
.teachers-btn{
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-top: 50px;
    float: left;
}
.teachers-btn:hover{
    color: #8f002f;
}
.course-list {
    margin-top: 30px;
}
.course-list li{
    margin-bottom: 30px;
    position: relative;
    padding: 0;
}
.course-list img{
    width: 340px;
    height: 240px;
    object-fit: cover;
    float: left;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    border-radius: 6px;
}
.course-list .course-right{
    width:100%;
    float: right;
    padding-left: 360px;
    min-height: 240px;
}
.course-list h5{
    font-size: 20px;
    color: #333;
    height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height: 25px;
}
.course-list em{
    color: #999;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height: 25px;
    margin-bottom: 5px;
}
.course-list p{
    color: #999;
    height: 85px;
    overflow: hidden;
    line-height: 25px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}
.row3-btn{
    float: right;
    width: 88px;
    height: 30px;
    border: 1px solid #8f002f;
    color: #8f002f;
    text-align: center;
    line-height: 30px;
    margin-top: 35px;
    border-radius: 30px;
}
.row3-btn:hover{
    background: #8f002f;
    color: #fff;
}
.course-list .row3-btn{
    float: left;
}
.download-btn{
    width: 88px;
    height: 30px;
    background: #8f002f;
    border-radius: 6px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 25px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.download-btn:hover{
    box-shadow: 0 5px 15px #ccc;
    color: #fff;
}
.content-list ul li h5{
    margin: 0;
}
.row3-list ul{
    overflow: hidden;
}
.row3-list ul li:hover .row-mask2{
    opacity: 1;
    filter: alpha(opacity=100);
}.news-info-top{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news-info-top h3{
    margin-bottom: 15px;
}
.news-info-top em{
    color: #999;
}
.main-info .plan-example th{
    border-bottom-width:1px;
    background: #e8f2fc;
}
.news-txt p{
    font-size: 16px;
    line-height: 26px;
    margin:15px auto;
}
.news-txt p img{
    width: 100%;
}
.news-info-bottom{
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 30px;
}
.news-info-bottom a{
    width: 40%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-info-bottom a:hover{
    color: #0066cc;
}
.news-info-bottom a:nth-of-type(1){
    float: left;
}
.news-info-bottom a:nth-of-type(2){
    float: right;
    text-align: right;
}
.team-info{
    overflow: hidden;
    margin-top: 30px;
}
.team-info .team-photo {
    width: 190px;
    height: 238px;
    object-fit: cover;
    float: left;
    background: #f2f2f2;
    border-radius: 6px;
}
.team-info-right{
    float: right;
    width: 77%;
}
.team-info-right h5{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.team-info-right h4{
    font-size: 24px;
    font-weight: normal;
}
.team-info-right p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #666;
    padding-bottom: 15px;
}
.team-info p img{
    width: 100%;
    margin:auto;
    text-align: center;
}
.mes-form{
    overflow: hidden;
}
.mes-info h3{
    font-size: 18px;
    margin: 30px 0;
}
.yzm-img{
    height: 34px;
    border-radius: 4px;
    cursor:pointer;
}
.mes-info .form-inline{
    float: right;
    margin-top: 15px;
}
.mes-info .yzm-input{
    width: 100px;
}
.mes-list ul li{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.mes-list ul li h5{
    line-height: 25px;
}
.mes-list ul li p{
    line-height: 25px;
}
.mes-list ul li .q-span{
    position: absolute;
    color: #8f002f;
    font-weight: bold;
}
.mes-list ul li .a-span{
    position: absolute;
    color: #333;
    font-weight: bold;
}
.mes-list ul li em{
    padding-left: 20px;
    display: inline-block;
}
.mes-list ul li p em{
    color: #999;
}
@media screen and (max-width:1024px) {
    body{
        padding-top: 60px;
    }
    .content {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        display: none;
    }
    .header2 {
        display: block;
    }
    .banner{
        height: 20vh;
    }
    .banner img{
        height: 20vh;
    }
    .row1{
        margin-top: 15px;
    }
    .news-swiper{
        width: 100%;
        height: 218px;
    }
    .news-right{
        width: 100%;
        margin-top: 15px;
        height: auto;
    }
    .nav-tabs{
        height: 44px;
        line-height: 44px;
    }
    .nav-tabs>li{
        width: 90px;
        line-height: 44px;
        height: 44px;
        text-align: center;
    }
    .nav>li>a{
        padding:0;
    }
    .nav-tabs>li>a{
        display: inline-block;
    }
    .date-txt{
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .news-tabs ul li{
        margin-top: 15px;
    }
    .tab-news{
        width: 78%;
    }
    .row2 .col-md-4{
        width: 100%;
    }
    .row2{
        margin-top: 0;
    }
    .row2 .col-md-4{
        margin-top: 15px;
    }
    .row3{
        margin-top: 15px;
    }
    .row3-list ul li{
        width: 48%;
        height: auto;
        margin-right: 13px;
        margin-top: 7px;
    }
    .row3-list ul li a{
        width: 100%;
        height: 110px;
    }
    .row3-list ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .row4-list ul li:nth-of-type(1){
        width: 100%;
        height: 180px;
    }
    .row4-list ul li:nth-of-type(2){
        width: 48%;
        height: 110px;
        margin-right: 13px;
        margin-top: 7px;
    }
    .row4-list ul li:nth-of-type(3){
        width: 48%;
        height: 110px;
        margin-right: 0;
        margin-top: 7px;
    }
    .row4-list ul li:nth-of-type(4){
        width: 48%;
        height: 110px;
        margin-right: 13px;
        margin-top: 7px;
    }
    .row4-list ul li:nth-of-type(5){
        width: 48%;
        height: 110px;
        margin-right: 0;
        margin-top: 7px;
    }
    .col-link ul li{
        float: left;
        margin-right: 20px;
        text-align: left;
        width: 40%;
        margin-bottom: 30px;
    }
    .footer-code{
        margin-top: 20px;
    }
    .footer-bottom{
        overflow: hidden;
    }
    .banner-info{
        height: 15vh;
        margin-bottom: 15px;
    }
    .nav-left{
        width: 100%;
    }
    .nav-title{
        height: 44px;
        line-height: 44px;
        border-radius: 0;
    }
    .nav-left ul{
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        margin-top: 15px;
    }
    .nav-left ul li{
        display: inline-block;
        float: unset;
        border-bottom:0;
        width: auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .nav-left ul li a{
        color: #333;
        margin:0;
        line-height: unset;
        background: #f2f2f2;
        padding: 0 8px;
    }
    .main-right{
        width: 100%;
    }
    .target-txt{
        display: none !important;
    }
    .main-txt{
        padding-top: 15px;
    }
    .about2-list ul li{
        margin: 0 7px !important;
    }
    .about2-img{
        width: 88px;
        height: 100px;
    }
    .about2-right{
        padding-left: 100px;
        min-height: 125px;
    }
    .about2-right h3 {
        font-size: 16px;
        margin-top: 0px;
    }
    .about2-link{
        margin: 10px 0;
    }
    .content-list ul li .list-icon{
        width: 4%;
        height: 52px;
        line-height: 52px;
    }
    .content-list ul li p{
        width: 66%;
        height: 52px;
        line-height: 52px;
    }
    .content-list ul li em{
        width: 25%;
        height: 52px;
        line-height: 52px;
    }
    .campus-list{
        margin-top: 0;
    }
    .campus-list .campus-slide{
        width: 100%;
    }
    .news-info-top{
        margin:15px 0;
        padding-bottom:15px;
    }
    .news-info-top h3{
        font-size: 18px;
        line-height: 25px;
    }
    .teachers-btn {
        width: auto;
        height: auto;
        line-height: unset;
        margin-top: 10px;
    }
    .teachers-txt{
        height: 50px;
        overflow: hidden;
    }
    .content-list ul li h5 p{
        width: 66%;
    }
    .download-btn{
        width: 25%;
        margin-top: 11px;
    }
    .team-info .team-photo{
        width: 100%;
        height: auto;
    }
    .team-info-right{
        width: 100%;
    }
    .course-list li{
        overflow: hidden;
        position: relative;
        padding: 0;
    }
    .course-list img{
        width: auto;
        height: 88px;
        position: absolute;
    }
    .course-list .course-right{
        width: 100%;
        padding-left: 155px;
        min-height: 88px;
    }
    .course-right h5{
        font-size: 16px;
        margin:0;
    }
    .course-right em{
        margin-bottom: 0;
        width: 100%;
        display: inline-block;
    }
    .course-right p{
        padding-top: 5px;
        height: 50px;
    }
    .course-list li{
        margin-bottom: 30px;
    }
    .course-main img{
        width: 100%;
        height: auto;
    }
    .course-right{
        width: 100%;
    }
    .course-main .course-right p{
        margin-top: 15px;
        height: auto;
    }
    .course-right p{
        display: none !important;
    }
    .course-list .row3-btn{
        margin-top: 0;
    }
    .mes-info .form-inline .form-group{
        float: left;
        margin-left: 5px;
    }
    .mes-info h3{
        margin:15px 0;
    }

}

@media screen and (max-width:1380px) {

}