@charset "utf-8";

/* CSS Document */
/*2021.09.7 */
.new-img .swiper-wrapper,.new-img .swiper-container{
    z-index: auto !important;
}
.swiper-slide img{
    max-width: 100% !important;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    /*max-width: 100%;*/
}

.container {
    width: 1440px;
    /*width: 90%;*/
    margin: auto;
    padding: 0;
}
.p1920 {
    max-width: 1920px;
    margin: 0px auto;
}

/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #9a202d;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #9a202d;
            color: #fff;
        }


/*顶部弹出样式 end*/
.topbg {
    background: url(../images/topbg.jpg) no-repeat center top;
    min-height: 926px;
    /*background-size: cover;*/

    padding-top: 30px;
}

.logo {
    width: 344px;
    height: 80px;
}



.top-right {
    text-align: right;
}

    .top-right ul li {
        float: left;
        padding-left: 30px;
    }

        .top-right ul li a {
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding-top: 5px;
            display: block;
        }

        .top-right ul li:first-child a {
            /*vertical-align: -5px;*/
            padding-top: 0;
        }

.top-right {
    padding-top: 10px;
}

/*top end*/

.bbg {
    padding-top: 60px;
}

.wc-menu {
    width: 200px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        width: 100%;
    }

        .wc-menu ul li:first-child {
            padding-bottom: 15px;
        }

        .wc-menu ul li:last-child {
            padding-top: 15px;
        }


        .wc-menu ul li {
            /*line-height: 55px;*/
            position: relative;
            /*居中并且转为table-cell*/
            text-align: left;
            /*float: left;*/
            list-style: none;
            /*padding: 0 12px;*/
        }

            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                /*line-height: 55px;*/
                padding: 15px 0;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
                font-weight: bold;
            }

                /*.wc-menu ul li a:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 2px;
        left: 0;
        bottom: 0;
        z-index: 9;
        background: transparent;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }*/

                /*.wc-menu ul li a:hover,
    .wc-menu ul li a:focus {
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .wc-menu ul li a:hover:after,
    .wc-menu ul li a:focus:after {
        width: 100%;
        background: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }*/

                .wc-menu ul li a:hover,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.move,
                .wc-menu ul li a.active,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    color: #cbbb70;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                left: 100px;
                top: 16px;
                background: #911723;
                /*background: rgb(45,103,225,0.95);*/
                width: 130%;
                z-index: 1111 !important;
                display: none;
                opacity: 0.9;
            }

                .wc-menu ul li .ernav ul li {
                    /*text-align: center;*/
                    float: none;
                    display: block;
                    /*二级下拉有影响，需要转化为块状*/
                    background: none;
                    text-align: left;
                    line-height: 26px;
                    border: none;
                    padding: 0;
                    border-bottom: 1px solid #ccc;
                }

                    .wc-menu ul li .ernav ul li:last-child {
                        border-bottom: none;
                    }

                    .wc-menu ul li .ernav ul li a {
                        font-size: 15px;
                        /*text-align: center;*/
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        color: #fff;
                        margin: 0;
                        display: block;
                        line-height: 35px;
                        border-bottom: none;
                        font-weight: normal;
                        padding: 5px 23px;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            background: #80262f;
                            color: #fff;
                        }
/*
    .wc-menu ul li .ernav ul li a:after {
        content: "";
        position: relative;
        width: 0px;
        height: 0px;
        left: 0;
        bottom: 0;
        z-index: 0;
        background: transparent;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .wc-menu ul li .ernav ul li a:hover,
    .wc-menu ul li .ernav ul li a:focus {
        color: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .wc-menu ul li .ernav ul li a:hover:after,
    .wc-menu ul li .ernav ul li a:focus:after {
        width: 100%;
        background: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }*/

/*menu End*/

.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;
    background: url(../images/black07.png) repeat;
}
.dingbudoah{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
background: url(../images/black07.png) repeat;
}
.menu-fixed .ntop2{
    padding: 10px 0;
}

.menu-fixed .nmenu ul li a{
   color:#fff;
}

.banner {
    overflow: hidden;
    width:calc(100% - 200px);
    padding-bottom: 20px;
    padding-left: 10px;
}

    .banner img {
        /*max-width: 100%;*/
        /*banner 不响应*/
    }


/*.banner .swiper-container .swiper-pagination {
        position: relative;
         display: inline-block;
         width:auto;
         bottom:36px;
        width: 100%;
        text-align: center;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 29px;
        height:27px;
        background:url(../images/a1a.png) no-repeat center center;
        cursor: pointer;
        opacity: 1;
        margin: 0 23px;
        border-radius: 0;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background:url(../images/a1h.png) no-repeat center center;
        opacity: 1;
    }*/


/* 本例子css */
.picScroll-top {
    position: relative;
}

    .picScroll-top .hd {
        position: absolute;
        right: 0px;
        top: 245px;
    }

        .picScroll-top .hd .prev {
            width: 49px;
            height: 48px;
            display: block;
            cursor: pointer;
            margin-top: 15px;
        }

        .picScroll-top .hd .next {
            cursor: pointer;
            margin-top: 15px;
            width: 49px;
            height: 48px;
        }


    /*.picScroll-top .hd ul{ float:right;
    overflow:hidden; zoom:1;
    margin-top:10px; zoom:1;
     }
    .picScroll-top .hd ul li{ float:left;
     width:9px; height:9px; overflow:hidden;
     margin-right:5px; text-indent:-999px;
      cursor:pointer;
    }
    .picScroll-top .hd ul li.on{ background-position:0 0; }*/
    .picScroll-top .bd {
        float: left;
        box-shadow: 2px 6px 7px 0px #b8b8b8;
    }

        .picScroll-top .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-top .bd ul li {
                text-align: center;
                zoom: 1;
            }

/*banner end*/

.newbg {
    padding: 70px 0 40px;
    /*background: url(../images/newbg.png) no-repeat right 70px;*/
    min-height: 500px;
}

.new-top {
}

    .new-top h4 {
        font-size: 62px;
        font-weight: lighter;
        color: #333;
    }

    .new-top span {
        font-size: 32px;
        color: #cbbb70;
        font-family: 'AdventPro';
        display: block;
        margin: 10px 0;
    }

    .new-top i {
        display: block;
        width: 55px;
        height: 3px;
        background: #464646;
    }

.new-img {
    text-align: right;
    margin-top: -69px;
}

    .new-img .bant {
        text-align: left;
        position: absolute;
        left: 0px;
        top: 100px;
        width: 100%;
    }

    .new-img a {
        text-decoration: none;
    }

    .new-img .bant h4 {
        text-align: left;
        font-size: 32px;
        color: #333;
        line-height: 55px;
        width: 555px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .new-img .bant p {
        text-align: left;
        font-size: 16px;
        line-height: 31px;
        color: #333;
        width: 555px;
        margin-top: 10px;
    }

    .new-img .bpage {
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 50px;
    }

    .new-img .swiper-container {
        padding-bottom: 70px;
    }

        .new-img .swiper-container .swiper-pagination {
        }

        .new-img .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 29px;
            height: 27px;
            background: url(../images/a2a.png) no-repeat center center;
            cursor: pointer;
            opacity: 1;
            margin: 0 23px;
            border-radius: 0;
        }

        .new-img .swiper-container .swiper-pagination-bullet-active {
            background: url(../images/a2h.png) no-repeat center center;
            opacity: 1;
        }



.noticebg{
	
}
.noticebg .not-left{
	width: 32%;
}

.noticebg .not-right{
	width: 68%;
}
.noticebg .not-left ul li{
	    height: 304px;
    position: relative;
    text-align: center;
    padding-top: 11%;
    border-bottom: 1px solid #c3b66d;
}
.noticebg .not-left ul li .dd{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0,0.7);
}

.noticebg .not-left ul li.active .dd{
       background: rgba(203, 187, 112, 0.5);
}

/*.noticebg .not-left ul li.active .dd{
	background: rgba(15,100,35,0.9);
}

.noticebg .not-left ul li .d2{
	background: rgba(255,255,255,0.8);
}

.noticebg .not-left ul li.active .d2{
	background: rgba(255,255,255,0.9);
}

.noticebg .not-left ul li .d3{
	background: rgba(185,38,38,0.8);
}

.noticebg .not-left ul li.active .d3{
	background: rgba(185,38,38,0.9);
}*/

.noticebg .not-left ul li.li1{
	background: url(../images/noimg1.jpg) no-repeat center center;	
}
.noticebg .not-left ul li.li2{
	background: url(../images/noimg2.jpg) no-repeat center center;
	
}
.noticebg .not-left ul li.li3{
	background: url(../images/noimg3.jpg) no-repeat center center;
	
}
.noticebg .not-left ul li a{
	display: block;
	font-size: 55px;
	color: #fff;
	font-weight: lighter;
	text-decoration: none;
	z-index: 11;
	position: relative;
}

/*.noticebg .not-left ul li.li2 a{
	color: #118029;
}*/

.noticebg .not-left ul li.mask a{
    color: rgba(255, 255, 255, 0.4);
}

.noticebg .not-left ul li a span{
	font-family: 'AdventPro';

	font-size: 32px;
	color: #cbbb70;
	display: block;
	margin-top: 10px;
	
}
.noticebg .not-left ul li a span.sp1{
	padding-right: 29%;
}
.noticebg .not-left ul li a span.sp2{
	padding-right: 21%;
}
.noticebg .not-left ul li a span.sp3{
	padding-right: 0%;
	margin-right: -9%;
}
.noticebg .not-left ul li a i.ip1{
	padding-right: 5%;
}

.noticebg .not-left ul li a i{
	display: block;	
}



.not-right ul li:first-child {
        border-top: 1px solid #c3b66d;
    }

    .not-right ul li {
        height: 304px;
        border-bottom: 1px solid #c3b66d;
        position: relative;
        cursor: pointer;
    }
.not-right li .li-tt {
      padding: 40px 60px 50px;
    width: 57%;
    height: 303px;
    transition: all 1s;
    }

    .fl {
        float: left;
    }
    .not-right li .li-tt a {
        font-size: 32px;
    color: #000;
    line-height: 50px;
    display: block;
    /* width: 700px; */
    text-decoration: none;
    }

/*.not-right li .li-tt2 a {
    color: #1e5b1d;
}

.not-right li .li-tt3 a {
     color:#b92626;
}*/


    .not-right li .li-tt span {
        display: block;
        font-size: 18px;
        color: #cbbb70;
        margin-top: 30px;
    }
    .not-right li .li-img {
        padding-top: 50px;
        width: 38%;
    }


.not-right li:hover .li-tt{
	padding-top: 60px;
	transition: all 1s;
}

.not-right {
}


.yan-center{
    margin-top: 75px;	
}

.yan-center ul li{
	width: 33.3%;
	float:left;
	position: relative;
	transition: all 1s;
	overflow:hidden;
	text-align: center;
	 /*-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;*/
}
.yan-center ul li .yanbg img{
	position: absolute;
	left: -1px;
	top: 0px;
	width: 101%;
	height: 100%;
	/*background: url(../images/yybg.png) no-repeat center bottom;*/
	/*transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;*/
}
.yan-center ul li i{
	display: block;
	position: absolute;
	left: 0px;
	top: -1px;
	display: none;
}
.yan-center ul li .yan-tt{
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 125px;
	width: 100%;
	transition: all 1s;
	z-index: 11;
}
.yan-center ul li .yan-tt p{
font-size: 34px;
color: #fff;
font-weight: lighter;
    padding: 0 30px;	
}
.yan-center ul li .yan-tt span{
	font-size: 24px;
	color: #cbbb70;
	font-family: 'AdventPro';
	margin-top: 18px;
	display: block;
	
}
.yan-center ul li:hover  .yan-tt{
	/*margin-top: -20px;*/
	transition: all 1s;
	bottom: 180px;
}

.yan-center ul li:hover img{
	/*transform: scale(1.1);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;*/
}


/*footer*/

.footer {
	min-height: 40px;
	background: #333;
	padding: 5px 0 15px 0;
	position: relative;
	/*overflow: hidden;*/
	
}
.footer p.img1{
	position: absolute;
	left: 0px;
	top: -48px;
	/*top: -59px;*/
	width: 100%;
        display: none;
}

.f-top{
    padding-top: 65px;
    padding-bottom: 60px;
    border-bottom: 1px solid #555;;
}
.f-top .f-left{
    width: 375px;
}
.f-top .f-mid{
	width:364px;
	padding-top: 14px;
}

.f-top .f-left{
	/*width: 630px;*/
	
}
.f-top .f-right{
	padding-top: 14px;
}
.f-top p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.f-top p img{
	padding-right: 14px;
	
}
.f-top p a{
	font-size: 16px;
	color: #fff;
	
}

.wc-copy{
	padding-top: 15px;
	
}
.wc-copy .wc-p p{
	font-size: 14px;
	color: #bbb;
	padding: 5px 0;
}

.wc-icon{

}
.wc-icon a{
	text-decoration: none;
	color: #bbb;
	padding-left: 26px;
	font-size: 18px;
    position: relative;
}
.wc-icon a:hover{
	color: #b43432;
}



/*.footerEnd*/


.wc-icon .codeBox {
        position: absolute;
        top: -170px;
        left: -51px;
        width: 150px;
        height: 150px;
        /*background-color: #808080;*/
        background: #18234a;
        padding: 5px;
        border-radius: 6px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }

        .wc-icon .codeBox p {
            font-size: 16px;
            color: #fff;
            padding: 10px;
            margin: 0;
        }

    .wc-icon a:hover .codeBox {
        opacity: 1;
        visibility: visible;
    }



/*.footerEnd*/


/*要考虑1200px，1366,1400的尺寸，放大缩小不能变形*/
.css-p{
    font-size: 16px;
}



@media (min-width: 1561px) and (max-width: 1680px) {
    .new-img img {
        width: 800px;
    }

    .newbg	{
     	background-position:695px 80px;
     	background-size:880px;
     }
}

@media (min-width: 1461px) and (max-width: 1560px) {
    .new-img img {
        width: 800px;
    }

.newbg	{
     	background-position:695px 80px;
     	background-size:880px;
     }

    .new-img .bant p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 1500px) {
  .container{
      width: 96%;
  }
}


@media (max-width: 1460px) {


    .top-right {
        padding-right: 2%;
    }

.newbg {
    background-position: 452px 60px;
    background-size: 900px;
}

    .new-img a img {
        width: 800px;
    }

    .new-top h4 {
        font-size: 52px;
    }

    .new-img .bant h4 {
        line-height: 45px;
    }

    .noticebg .not-left ul li a {
        font-size: 52px;
    }


    .new-img .bant p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }




    .yan-center ul li .yan-tt p {
        font-size: 40px;
    }

    .not-right ul li .li-tt p {
        font-size: 22px;
    }


    .f-top .f-left {
        width:480px;
    }

    .f-top .f-mid {
        width: 460px;
    }

    .f-right {
        float: left;
    }

    .yan-center ul li .yan-tt span {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {

    .new-top {
        padding-left: 10px;
    }

    .new-img .bant {
        left: 10px;
    }

    .picScroll-top .hd {
        right: 40px;
    }

    .search-box .container {
        width: 1400px;
    }

    .not-right ul li .li-tt p {
        font-size: 22px;
    }


.banner {
       width: 1214px;
}

.newbg {
    background-position: 534px 60px;
    background-size: 900px;
}

.not-right li .li-img a img {
    max-width: 100%;
}

}


@media (max-width: 1400px) {

    .wc-menu {
        padding-left: 10px;
        width: 130px;
    }

    .banner {
        width: 1195px;
    }

    .picScroll-top .hd {
        right: 60px;
    }

    .noticebg .not-left ul li a span.sp2 {
        padding-left: 17%;
    }

    .new-img .bant h4 {
        width: 500px;
    }

    .new-img .bant p {
        width: 500px;
        -webkit-line-clamp: 6;
    }

 .not-right li .li-img a img {
    max-width: 100%;
}
}

@media (max-width: 1366px) {

    .search-box .container {
        width: 1300px;
    }

    .wc-menu {
        width: 130px;
    }

.banner {
    width: 1160px;
}

    .picScroll-top .hd {
        right: 80px;
    }


    .noticebg .not-left ul li {
        padding-top: 24%;
    }



    .yan-center ul li .yan-tt p {
        font-size: 36px;
    }

.newbg {
    background-position: 455px 60px;
    background-size: 900px;
}

.not-right li .li-img a img {
    max-width: 100%;
}

}

@media (max-width: 1300px) {
    .top-right {
        padding-right: 18%;
    }


    .f-top .f-mid {
        width: 420px;
    }

    .new-img .bant h4 {
        width: 400px;
    }

    .new-img .bant p {
        width: 400px;
        -webkit-line-clamp: 6;
    }
}



@media (min-width: 1170px) and (max-width: 1200px) {

    .search-box .container {
        width: 1170px;
    }

    .top-right {
        padding-right: 20%;
    }

    .topbg {
        min-height: 860px;
    }

    .wc-menu {
        padding-left: 10px;
    }

    .new-top {
        padding-left: 10px;
    }

    .new-img .bant {
        left: 10px;
    }

    .banner .bd img {
        width: 960px;
    }

    .picScroll-top .hd {
        right: 260px;
    }

    .new-img a img {
        width: 650px;
    }




    .new-img .bant h4 {
        width: 500px;
    }

    .new-img .bant p {
        width: 500px;
        -webkit-line-clamp: 6;
    }

    .not-right ul li .li-tt span {
        font-size: 22px;
    }

    .noticebg .not-left ul li {
        padding-top: 26%;
    }

    .yan-center ul li .yan-tt p {
        font-size: 30px;
    }

    .yan-center ul li .yan-tt span {
        font-size: 18px;
    }

    .f-top .f-left {
        width: 450px;
    }

    .f-top .f-mid {
        width: 390px;
    }
}

@media (max-width: 1170px) {
    .container {
        width: 1440px;
    }

    body {
        min-width: 1400px;
    }

    .top-right {
        padding-right: 4%;
    }

    .new-img a img {
        width: 900px;
    }

    .picScroll-top .hd {
        right: 38px;
    }
}







.noticebg.not - left ul li.ip1 {
    display: none;
}

.noticebg.not - left ul li.active.ip1 {
    display: block;
}

.not - right {
    display: none;
}

    .not - right.active {
        display: block;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }

    50% {
        opacity: 0.5; /*中间状态 透明度为0*/
    }

    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}

.noticebg .not-right {
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}

.noticebg .not-left ul li .ip1 {
                    display: none;
                }

                .noticebg .not-left ul li.active .ip1 {
                    display: block;
                }

                .not-right {
                    display: none;
                }

                    .not-right.active {
                        display: block;
                    }

.new-top-more{
    margin-left: 340px;
    font-size: 20px;
    color: #df3c2f;
    position: relative;
    z-index: 1111;
    font-weight: bold;
}
.new-top-more:hover {
 color:#cbbb70;
text-decoration:none;
}

.fl1 p{
    text-align: left;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.li-tt.li-tt3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.li-tt.li-tt3 p{
    text-align: left;
    font-size: 16px;
    line-height: 31px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}



.ntop2{
   /* border-bottom: 1px solid #867e7d;*/
    padding-bottom: 15px;
}
.nmenu{
	padding-top: 15px;
	padding-left: 35px;
}
.nmenu ul li{
	float: left;
	position: relative;
	line-height: 50px;
}
.nmenu ul li a{
    font-size: 18px;
    color: #fff;
    padding: 0 14px;
    display: block;
    line-height: 50px;
    font-weight: bold;
}

/*.nmenu ul li:nth-child(1) a{
  padding-left:0px;
}

.nmenu ul li:nth-child(7) a{
  padding-right:0px;
}*/


.nmenu ul li a:hover , .nmenu ul li a.move{
	text-decoration: none;
	color: #fff;
    text-decoration: none;
    background: url(../images/black08.png) center top;
}

.nmenu ul li a.active{
	color: #cbbb70;
	text-decoration: none;
}
.nmenu ul li a.active {
    color: #cbbb70;
    text-decoration: none;
}
.nmenu ul li .ernav{
position: absolute;
    left: 0px;
    top: 50px;
    background: url(../images/black08.png) center top;
    width: 155px;
    display: none;
    min-width: 100%;
}

.nmenu ul li:nth-child(3) .ernav,.nmenu ul li:nth-child(4) .ernav,.nmenu ul li:nth-child(5) .ernav{
    width: 300px;
}

.nmenu ul li .ernav ul{
	padding: 0;
}

.nmenu ul li .ernav li{
	line-height: 25px;
	border-bottom:1px solid #442929;
	float: none;	
}

.nmenu ul li .ernav li:last-child{
        border-bottom: none;
}

.nmenu ul li .ernav li a{
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 21px;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
    text-align: left;
}

.nmenu ul li .ernav li a:hover{
	background: #cbbb7099;
	color: #fff;
}


.swiper-button-next {
    background: url(../images/r.png);
    width: 70px;
    height: 70px;
    right: 70px !important;
    display: block;
    opacity: 1;
}

.swiper-button-prev {
    background: url(../images/l.png);
    width: 70px;
    height: 70px;
    left: 70px !important;
    display: block;
    opacity: 1;
    left: auto;
}
.blinks{
    float: left;
    width: 375px;
    padding-top: 14px;
}

.blinks a:first-child{
    padding: 0px 20px 0px 20px;
}
.blinks a{
    padding: 0px 20px 0px 50px;
    margin-bottom:10px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-right: 13px;
}