﻿@charset "utf-8";
/* CSS Document */
/*2023.4.4*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

body {
}

/*.p1920 {
    max-width: 1920px;
    margin: 0px auto;
}
*/


.box {
    overflow: hidden;
    border-top: 6px solid #b60081;
}

.container {
    max-width: 1630px;
    width: 94%;
}




.wc-menu {
    background: url(../../images/topbg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 45px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        justify-content: space-between;
    }

        .wc-menu ul li {
            line-height: 50px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/

            position: relative;
        }

            .wc-menu ul li a {
                font-size: 20px;
                color: #4d4d51;
                font-weight: bold;
                position: relative;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

            .wc-menu ul li:last-child a {
                padding-right: 0;
            }

            .wc-menu ul li a.selected,
            .wc-menu ul li a.parent,
            .wc-menu ul li a.move {
                color: #b60081;
            }

            .wc-menu ul li a.active,
            .wc-menu ul li a.move,
            .wc-menu ul li a.selected,
            .wc-menu ul li a.parent,
            .wc-menu ul li a:hover {
                color: #b60081;
            }

            .wc-menu ul li .ernav {
                /*position: absolute;

	left: 0%;
	top: 45px;
	background: #123689;
	width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;*/
                background: rgba(255, 255, 255,0.96);
                border-radius: 0;
                border: none;
                float: none;
                right: 0;
                border: 1px solid #b60081;
                border-top: 3px solid #b60081;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                width: 100%;
                display: none;
            }





                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                    display: block;
                    margin-bottom: 0;
                    margin-top: 0;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 28px;
                        border: none;
                        padding: 0;
                        float: none;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 28px;
                            font-size: 18px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            margin: 0;
                            display: block;
                            padding: 10px 4px;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                            display: block;
                            color: #333;
                            text-decoration: none;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                color: #fff;
                                background: #b60081;
                            }

/*menu End*/
img {
    max-width: 100%;
}

.banner {
}

.pic-content {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    z-index: 1;
}

.banner .ban-text {
    margin-bottom: 60px;
}

    .banner .ban-text h4 {
        background: url(../../images/bb1.jpg) repeat left top; /*设置背景图像*/
        -webkit-background-clip: text; /*背景被裁剪到文字*/
        /*-webkit-text-stroke:1px #0000FF;        文字描边*/
        -webkit-text-fill-color: transparent;
        font-size: 54px;
        color: transparent;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
      
        line-height: 1.2;
    }

    .banner .ban-text p {
        font-size: 32px;
        color: #fff;
        font-weight: bold;
        text-shadow: 4px 3px 3px #333;
        margin-top: 40px;
    }

.ban-p p {
    margin-bottom: 0;
}

.djs {
}

.djs-ul {
}

    .djs-ul ul {
        padding: 0;
        margin: 0;
    }

        .djs-ul ul li {
            float: left;
            width: 25%;
            text-align: center;
            position: relative;
        }

            .djs-ul ul li p {
                display: block;
                font-size: 20px;
                color: #fff;
                font-weight: bold;
                text-transform: uppercase;
                text-shadow: 2px 2px 2px #666;
            }

            .djs-ul ul li span {
                display: block;
                font-size: 42px;
                color: #fff;
                font-weight: bold;
                background: url(../../images/djsbg.png) no-repeat center center;
                width: 190px;
                height: 200px;
                margin: auto;
                text-align: left;
                margin-top: 30px;
                padding-top: 60px;
                text-align: center;
                padding-right: 30px;
                margin-left: 105px;
            }


/*banner end*/
.welcome {
    background: url(../../images/webg.jpg) no-repeat right top;
    min-height: 926px;
    background-size: 50%;
}

.we-top {
    position: relative;
}

.mar80 {
    margin-top: 70px;
}

.we-top h4 {
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.8px #eee9d8;
    font-size: 178px;
  
    position: absolute;
    left: -35px;
    top: -10px;
    line-height: 170px;
}

.we-top span {
    font-size: 100px;
    font-weight: bold;
    color: #b60081;
    text-transform: uppercase;
    position: relative;
}


.we-ul {
    width: 383px;
    margin-top: 20px;
}

    .we-ul ul {
        padding: 0;
        margin: 0;
    }

        .we-ul ul li {
            padding: 26px;
            border-bottom: 1px solid #c7bb95;
            margin-bottom: 30px;
        }

            .we-ul ul li img {
                float: left;
            }

            .we-ul ul li span {
                font-size: 20px;
                font-weight: bold;
                color: #333;
                text-decoration: none;
                float: right;
                padding-top: 30px;
            }


.we-con {
    background: rgba(182,0,129,0.65);
    padding: 20px 30px;
    width: 1185px;
    margin-top: 120px;
}

.wee-con {
    border: 1px solid #cbbc80;
    padding: 25px;
}

    .wee-con i.i1 {
        position: absolute;
        left: 30px;
        top: -2px;
        width: 350px;
        height: 3px;
        background: #b60081;
    }

    .wee-con i.i2 {
        position: absolute;
        left: 30px;
        bottom: -2px;
        width: 350px;
        height: 3px;
        background: #b60081;
    }

    .wee-con p {
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        margin-bottom: 30px;
    }

        .wee-con p:last-child {
            margin-bottom: 0px;
        }

/**/
.dates {
    background: url(../../images/dateimg.jpg) no-repeat left top;
    min-height: 500px;
    margin-top: 40px;
    padding: 25px 0 20px;
    background-size: 40%;
}

.we-top2 {
    margin-left: 305px;
    padding-top: 55px;
}

    .we-top2 h4 {
        writing-mode: vertical-lr;
        letter-spacing: 5px;
        font-size: 168px;
        left: -47px;
    }

        .we-top2 h4 i {
            font-style: normal;
            left: -269px;
            position: absolute;
            -webkit-text-stroke: .8px #eee9d8;
        }

    .we-top2 span {
        writing-mode: vertical-lr;
        letter-spacing: 5px;
        font-size: 100px;
        height: 675px;
    }

        .we-top2 span i {
            font-style: normal;
            color: #fff;
        }

.date-ul {
    /*width: 885px;*/
    margin-top: 90px;
    width: 55%;
}

    .date-ul ul {
        margin: 0;
        padding: 0;
    }

        .date-ul ul li {
            min-height: 116px;
            margin-bottom: 38px;
            padding: 16px 26px;
            border-radius: 20px;
            box-shadow: 2px 2px 2px 2px #ebebeb;
            transition: all 0.4s ease-out;
        }

            .date-ul ul li a {
                text-decoration: none;
                display: block;
            }

                .date-ul ul li a .att {
                    width: 470px;
                    float: left;
                    padding-top: 28px;
                }

                    .date-ul ul li a .att p {
                        font-size: 22px;
                        font-weight: bold;
                        color: #b60081;
                    }

                .date-ul ul li a .a-da {
                    width: 85px;
                    float: right;
                    height: 85px;
                    border-radius: 10px;
                    background: url(../../images/datebg.jpg) repeat-x left top;
                    text-align: center;
                }

                    .date-ul ul li a .a-da span {
                        font-size: 14px;
                        font-weight: bold;
                        color: #cfbd7c;
                        text-transform: uppercase;
                        padding-top: 10px;
                        display: block;
                    }

                    .date-ul ul li a .a-da p {
                        font-size: 32px;
                        font-weight: bold;
                        color: #fff;
                    }

            .date-ul ul li:hover {
                box-shadow: 0px 15px 27px -17px rgb(0 0 0 / 64%);
                transform: scale(1.02);
            }

/**/
.lastbg {
    background: #f6f6f6 url(../../images/lastbg.jpg) repeat-x left bottom;
    min-height: 500px;
    padding-top: 45px;
    margin-bottom: 100px;
}

.last-left {
    /*width: 745px;*/
}

.last-right {
    /*width: 855px;*/
}

.we-top3 {
    padding-top: 100px;
}

    .we-top3 h4 {
    }

    .we-top3 span {
    }

    .we-top3 h4 i {
        font-style: normal;
        display: block;
        margin-top: 50px;
    }

.last-ul {
    margin-top: 40px;
}

    .last-ul ul {
        margin: 0;
        padding: 0;
    }

        .last-ul ul li {
            margin-bottom: 25px;
        }

            .last-ul ul li a {
                text-decoration: none;
                display: block;
            }

                .last-ul ul li a .adata {
                    width: 77px;
                    height: 77px;
                    background: url(../../images/yin.png) no-repeat right center;
                    text-align: center;
                }

                    .last-ul ul li a .adata span {
                        display: block;
                        font-size: 14px;
                        font-weight: bold;
                        color: #cfbd7c;
                        text-transform: uppercase;
                    }

                    .last-ul ul li a .adata p {
                        font-size: 32px;
                        font-weight: bold;
                        color: #b60081;
                    }

                .last-ul ul li a .a-tt {
                    width: calc(100% - 98px );
                }

                    .last-ul ul li a .a-tt p {
                        font-size: 22px;
                        font-weight: bold;
                        color: #333;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }


.nrcon {
    padding-top: 35px;
    margin-top: 70px;
    width: 54%;
    float: right;
}

    .nrcon .swiper-container a .ban-text {
        text-align: left;
        padding: 30px 55px;
        background: #b60081;
        transition: all 0.8s;
    }

    .nrcon .swiper-container a .ban-img {
        /*	width: 67.5%;*/
       width: 100%;
       text-align: left;
    }

    .nrcon .swiper-container a .ban-text span {
        font-size: 32px;
        color: #fff;
        font-weight: bold;
    }

    .nrcon .swiper-container a .ban-text p {
        text-align: left;
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
        line-height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

    .nrcon .swiper-container a .ban-text:hover {
        opacity: 0.8;
        transition: all 0.8s;
    }

    .nrcon .swiper-container a {
        text-decoration: none;
        display: block;
        text-align: right;
    }


    .nrcon .swiper-container .swiper-pagination {
        text-align: right;
        bottom: 15px;
        width: 100%;
        padding-right: 20px;
    }

    .nrcon .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #fff;
        cursor: pointer;
        border-radius: 100%;
        margin-right: 12px;
    }

    .nrcon .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }


.more {
    margin-left: 25px;
}

    .more a {
        font-size: 16px;
        color: #cbbc80;
        font-weight: bold;
    }


.zhichi {
    margin-bottom: 50px;
}

.sch-top {
}

    .sch-top ul {
        margin: 0;
        padding: 0;
    }

        .sch-top ul li {
            /*width: 600px;
            float: left;*/
            position: relative;
     
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 0.5px #eee9d8;
            font-size: 58px;
            
            cursor: pointer;
        }

            .sch-top ul li span {
                display: block;
                position: absolute;
                left: 1px;
                top: -5px;
                font-size: 42px;
                font-weight: bold;
                color: #b60081;
                font-family: "微软雅黑";
                -webkit-text-fill-color: #b60081;
                -webkit-text-stroke: 0px #eee9d8;
                text-transform: uppercase;
            }

            .sch-top ul li.active, .sch-top ul li:hover {
                border-bottom: 2px solid #d7cca4;
            }



.sch-one {
}

    .sch-one ul {
        padding: 0;
        margin: 0;
    }

        .sch-one ul li {
            float: left;
            width: calc(20% - 40px);
            margin-top: 40px;
            box-shadow: 1px 2px 6px 2px #f2f2f2;
            margin-right: 40px;
            border-radius: 2px;
            transition: all 0.5s;
        }

            .sch-one ul li:hover {
                box-shadow: 0px 15px 17px -17px rgb(0 0 0 / 64%);
                transform: scale(1.02);
                transition: all 0.5s;
            }








/*footer*/
.footer {
}

.f-top .f-tul {
    border-bottom: 1px solid #e7e1d0;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

    .f-top .f-tul ul {
        float: right;
        margin-bottom: 0;
    }

    .f-top .f-tul .search {
        float: right;
        position: relative;
        display: none;
    }

.searchbg {
    background: url(../../images/searchbg.png) no-repeat left top;
    width: 330px;
    height: 47px;
    margin-top: 20px;
    position: absolute;
    right: 0px;
    top: 30px;
    display: none;
}

    .searchbg .inp-text {
        width: 290px;
    }

    .searchbg .inp-but {
        width: 40px;
    }

    .searchbg .inp-text input {
        width: 100%;
        background: none !important;
        border: none !important;
        color: #fff;
        line-height: 44px;
        padding: 0 5px 0 10px;
    }

    .searchbg .inp-but input {
        width: 100%;
        background: none !important;
        border: none !important;
        height: 47px;
        width: 40px;
    }






.f-top .f-tul ul li {
    float: left;
}

    .f-top .f-tul ul li a {
        text-decoration: none;
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #999;
        padding: 0 18px;
    }

.fcopy {
    padding-bottom: 25px;
}

    .fcopy h4 {
        font-size: 32px;
        font-weight: bold;
        color: #b60081;
    }

.f-ccon {
}

    .f-ccon p {
        font-size: 20px;
        /* font-weight: bold; */
        color: #333;
    }

    .f-ccon .f-left1 {
        /*width: 415px;*/
    }

    .f-ccon .f-mid1 {
        /*width: 250px;*/
        /*margin-left: 123px;*/
    }

    .f-ccon .f-mid2 {
        /*width: 235px;*/
        /*margin-left: 65px;*/
    }

    .f-ccon .f-right1 {
        /*width: 315px;*/
    }

        .f-ccon .f-right1 p {
            font-size: 14px;
            font-weight: bold;
            color: #999;
        }



/*.wc-copyEnd*/


@media (max-width: 1700px) {

    .we-con {
        width: 70%;
    }

    .last-left {
        width: 40%;
    }

    .last-right {
        width: 55%;
    }
}

@media (max-width: 1650px) {
    .date-ul {
        width: 56%;
    }

    .banner .ban-text {
        margin-bottom: 30px;
    }

        .banner .ban-text h4 {
            font-size: 50px;
        }

    .wc-menu {
        padding: 30px 0;
    }

    .djs-ul ul li p {
        margin-left: 83px;
    }

    .we-top span {
        font-size: 80px;
    }

    .we-top h4 {
        font-size: 130px;
    }


    .dates {
        background: url(../../images/dateimg.jpg) no-repeat -15% top;
    }
.date-ul {
    width: 58%;
}
.we-top2{
	width: 20%;
}
    .lastbg {
        padding-top: 20px;
    }

    .nrcon .swiper-container a .ban-text p {
        font-size: 30px;
        line-height: 40px;
    }

    .nrcon .swiper-container a .ban-text span {
        font-size: 22px;
    }

    .nrcon .swiper-container a .ban-text {
        padding: 30px;
    }
}

@media (max-width: 1500px) {
    .last-ul ul li {
        margin-bottom: 15px;
    }
.date-ul {
    width: 56%;
}

    .we-top3 h4 i {
        margin-top: -30px;
    }

    .last-ul {
        margin-top: 105px;
    }

    
    
    
    
}

@media (max-width: 1450px) {


    .djs-ul ul li p {
        margin-top: 15px;
        margin-left: 75px;
    }

    .banner .ban-text p {
        margin-top: 20px;
    }

    .we-top span {
        font-size: 60px;
    }

    .we-top h4 {
        font-size: 100px;
    }

    .we-con {
        width: 67%;
    }


    .dates {
        background: url(../../images/dateimg.jpg) no-repeat -15% top;
    }

    .sch-top ul li span {
        font-size: 38px;
    }


    .last-ul {
        margin-top: 35px;
    }

}
@media (max-width: 1430px) {
	
	.djs-ul ul li span{
		margin-top: 10px;
	}
	
.pic-content{
	bottom: -11px;
}	
	
    .we-top2{
		padding-left: 5px;
	}    
    	
.we-top2 h4 i{
	left: -150px;
}	
.we-top2 span{
	height: 630px;
}
.date-ul {
    width: 54%;
}
.wc-menu ul li a{
		font-size:18px;
	}



	
	
	
	
}
@media (max-width: 1300px) {
	.wc-menu ul li a{
		font-size: 16px;
	}
.banner .ban-text h4 {
    font-size: 38px;
}	
.banner .ban-text p{
	font-size: 18px;
}	
.we-top span{
	font-size: 40px;
}	
.we-top h4 {
    font-size: 78px;
    left: -15px;
    top: -46px;
   
}	
	.we-ul ul li span{
		font-size: 20px;
	}
.we-ul ul li img{
	width: 50px;
}	
.we-ul ul li{
	padding: 15px 0 ;
	
}	
.we-ul{
	width: 25%;
}	
.we-con{
	width: 75%;
}	
.we-top2 span{
	height: 440px;
}	
.dates{
	padding-top: 45px;
}
.we-top2{
	padding-left: 60px;
}
.we-top2 span {
    font-size: 50px;
}
.we-top3 h4{
	font-size: 60px;
	line-height: 100px;
	top: 24px;
}
.nrcon .swiper-container a .ban-text p{
	font-size: 22px;
	line-height: 30px;
}
.f-top .f-tul ul li a{
	font-size: 16px;
	
}
.f-ccon p{
	font-size: 18px;
	
}
.fcopy h4{
	font-size: 28px;
	
}

.date-ul {
    width: 52%;
}
.date-ul ul li a .att p{
	font-size: 18px;
	
}
.date-ul ul li a .att{
	width: calc(100% - 90px);
}
.lastbg{
	margin-bottom: 40px;
}
.lastbg{
	font-size: 16px;
	
}
.nrcon .swiper-container a .ban-text{
	padding: 20px;
	
}



	
	
}
@media (max-width: 1200px) {
	.we-top span {
    font-size: 36px;
}
.we-top h4 {
    font-size: 60px;
    left: 7px;
    top: -46px;
}
.we-ul ul li img{
	width: 38px;
	
}
.we-ul ul li span {
    font-size: 18px;
}
.we-ul{
	width: 22%;
}
.welcome {
    background: url(../../images/webg.jpg) no-repeat 133% top;
   min-height: 500px;
}
.we-con {
    width: 78%;
}
.dates {
    background: url(../../images/dateimg.jpg) no-repeat -33% top;
}
.we-top2 span {
    height: 402px;
}
.we-top2 {
    padding-left: 42px;
    width: 16%;
}
.we-top2 h4{
	left: -42px;
}
.we-top2 h4 i {
    left: -101px;
}
.last-ul ul li a .a-tt p{
	font-size: 20px;
	
}
.we-top3 h4 {
    font-size: 60px;
    line-height: 100px;
    top: 24px;
}

.wc-menu ul li a {
    font-size: 16px;
}
.wc-menu {
    padding: 15px 0;
}
.wc-menu ul li .ernav ul li a{
	font-size: 16px;
	
}
.nrcon .swiper-container a .ban-text p{
	font-size: 20px;
}
.fcopy{
	padding-bottom: 5px;
}
	
	
}
@media (max-width: 1150px) {
	.welcome {
    background: url(../../images/webg.jpg) no-repeat 160% top;
    min-height: 500px;
}
.banner .ban-text h4 {
    font-size: 32px;
}	
.djs-ul {
	margin-bottom:40px;
}
.djs-ul ul li span{
	background: #01497e;
	width: 100px;
	height: 100px;
	opacity: 0.8;
	line-height: 100px;
	text-align: center;
	padding: 0;
	font-size: 30px;
	border-radius: 100%;
}	
.djs-ul ul li p{
	margin-left: 55px;
	font-size: 18px;
	
}
.we-top span{
	font-size: 30px;
	
}
.we-top h4 {
	font-size: 46px;
	
}
.sch-top ul li span{
	font-size: 30px;
}
.sch-top ul li{
	font-size: 45px;
}



.f-ccon p {
    font-size: 16px;
}
.f-top .f-tul ul li a{
	font-size: 14px;
}



	
	
	
}

@media (max-width: 1100px) {
	.welcome {
    background: url(../../images/webg.jpg) no-repeat 280% top;
    min-height: 500px;
}



}
@media (max-width: 1050px) {
	.welcome {
    background: url(../../images/webg.jpg) no-repeat 380% top;
    min-height: 500px;
}
.dates {
    background: url(../../images/dateimg.jpg) no-repeat -71% top;
}

.we-top2 {
    margin-left: 193px;
    
}
.we-top2 span{
	height: 350px;
	
}
.date-ul {
    width: 62%;
}







}


@media (max-width: 991px) {
	a.logo1{
		font-size: 20px;
		color: #fff;
	}
.mobile-header-btn{
	top: -3px;
	
}	
.site-logo a{
	color: #fff;
	
}
.mnmd-offcanvas__title{
	background: #b60081;
	opacity: 0.8;
}
.mnmd-offcanvas-close,.mnmd-offcanvas-close:hover{
	color: #fff;
	
}
.we-ul{
	width: 100%;
}
.we-con{
	width: 100%;
}
.welcome{
	background: none;
	
}
.we-ul ul li{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
	padding: 10px 0;
}
.we-ul ul li:nth-child(even){
	margin-right: 0;
}
.mar80 {
    margin-top: 30px;
}
.we-ul ul li span{
	padding-top: 10px;
}

.dates{
	background: none;
	padding-top: 0px;
}
.date-ul{
	width: 100%;
	margin-top: 50px;
}
.we-top3 {
    padding-top: 40px;
}
.we-top3 h4{
	top: -25px;
	line-height: 80px;
}	
.we-top h4 {
    font-size: 38px;
}	
.sch-top ul li span{
	
}	
.sch-top ul li{
	font-size: 38px;
}	
	
	
	
	
	
	.last-left{
		width:100%;
		float: none;
	}
.last-right{
	width: 100%;
	float: none;
	margin-top: 0;
}	
	
.sch-one ul li {

    width: calc(25% - 40px);

}
.sch-top ul li{
	float: none;
	width: 100%;
	display: inline-block;
}
.djs-ul ul li span{
	margin-left: 0;margin: auto;
}
.djs-ul ul {
	margin-left: 10%;
}
.djs-ul ul li p{
	margin-left: 0;
	
}
.djs-ul ul li{
	margin: auto;
	width: 20%;
	
}



.f-ccon .f-mid1{
	text-align: left;
}
.f-ccon .f-right1{
	text-align: left;
	
}
.f-ccon p{
	margin-bottom: 5px;
	
}
.date-ul ul li a .a-da p{
	font-size: 20px;
}
.date-ul ul li a .a-da{
	height: 70px;
}

.box{
	border-top: none;
}	
	
}
@media (max-width: 880px) {
	
	.djs-ul ul li span{
	   width: 60px;
	   height: 60px;
	   line-height: 60px;
	   font-size: 16px;
	}
.djs-ul ul li p{
	font-size: 12px;
	
}	
.banner .ban-text{
	margin-bottom: 15px;
	
}





	
	
	
	
}

@media (max-width: 767px) {
	.banner .ban-text h4{
		font-size: 14px;
	}
	.banner .ban-text p{
		font-size: 12px;
	}
	.djs-ul {
    margin-bottom: 20px;
}
	
.djs-ul ul li span{
	width: 45px;
	height: 45px;
	line-height: 45px;
}	
.banner .ban-text{
	margin-bottom: 1px;
}	
.banner .ban-text p{
	margin-top: 10px;
	
}	
.mobile-header-btn {
    top: -3px;
}	
	

.we-ul ul li{
	width: 100%;
	
}
.we-top span{
	font-size: 20px;
	
}

.we-top h4{
	font-size: 28px;
	top: -80px;
	
}
.wee-con i.i1,.wee-con i.i2{
	width: 280px;
}
.we-con{
	padding: 20px 10px;
	
}
.wee-con p{
	margin-bottom: 22px;
	
}
.wee-con{
	padding: 15px;
	
}
.date-ul ul li a .att {
   padding-top: 15px;
	
	
}
.date-ul ul li a .att p{
	margin-bottom: 0;
	
	
}
	
.date-ul ul li{
	min-height: 60px;
	margin-bottom: 20px;
	padding: 10px 16px;
}	
	
	.date-ul ul li a .a-da{
		margin-top: 5px;
	}
.date-ul ul li a .att p{
	font-size: 16px;
}	
.we-top3 h4{
	top: -21px;
}	
.we-top3 h4 i{
	display: inline;
}		
.we-top3 {
    padding-top: 0px;
}	
.last-ul ul li a .a-tt p{
	font-size: 16px;
}	
.last-ul ul li a .adata p{
	font-size: 26px;
	margin-bottom: 4px;
}
.last-ul ul li a .adata{
	height: 55px;
}

.last-right{
	padding-top: 15px;
	
}
.nrcon .swiper-container a .ban-text span{
	font-size: 16px;
	
}
.nrcon .swiper-container a .ban-text p{
	font-size: 18px;
	line-height: 25px;
}
.nrcon .swiper-container .swiper-pagination{
	bottom: 0px;
	
}
.nrcon .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	
}
.sch-top ul li span{
	font-size: 20px;
	
}
.sch-top ul li{
	font-size: 24px;
}
.sch-one ul li{
	width: 49%;
	margin-right: 2%;
	margin-top: 20px;
}
.sch-one ul li:nth-child(even){
	
	margin-right: 0%;
}
.zhichi{
	margin-bottom: 25px;
	
}
.fcopy h4{
	font-size: 22px;
	
}


	
	
	
	
}
















