* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
    overflow: hidden;
}   
a{
    color: #333;
}

.mobile{
    display: none!important;
}
.pc{
    display: block!important;
}

/*rgb(166, 28, 0)*/

/* start 元素渐隐 渐现样式 */
.flex-table{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}


/* start 滚动 基础样式  */
.slide{
    width: 100%;
    height: 783px;
    display: inline-block;
}
.slide li{
    width: 100%;
    height: 100%;
}


.slick-prev, .slick-next {
    cursor: pointer;
    width: 58px;
    height: 58px;
    right: 100px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
}

.slick-prev:hover, .slick-next:hover{
    background-color: #6bb935;
}
.slick-prev {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -29px;
    background: rgba(0, 0, 0, 0.3) no-repeat center;
    -o-background-size: 26px;
       background-size: 26px;
    background-image: url(../images/left-w.png);
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    right: 50px;
    background: rgba(0, 0, 0, 0.3) no-repeat center;
    -o-background-size: 26px;
       background-size: 26px;
    background-image: url(../images/right-w.png);
}


.slick-dots{
    bottom: 80px;
    text-align: center;
}
.slick-dots li{
    width: 60px;
    height: 5px;
    border-radius: 0;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.slick-dots li.slick-active{
    background: #1d67ae;
}
/* end 滚动 基础样式  */


body:before{
    content: '';
    color: #cc0000;
    width: 100%;
    height: 20px;
    top: 0; left: 0; position:fixed;
    z-index: 999999999;
    display: none;
}


.mt32{
    margin-top: 32px;
}

.mt40{
    margin-top: 40px;
}

.w{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.clear{
    clear: both;
}
header{
    height: 100px;
}
header .w{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .w a.logo{
    height: 100px;
    width: 260px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}
header nav{
    display: flex;
    align-items: center;
    width: 700px;
    height: 100%;
}
header nav a{
    display: inline-flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
header nav a span{
    position: relative;
    z-index: 0;
}
header nav a::before{
    content: ' ';
    width: 200%;
    height: 200%;
    background-color: #333;
    left: -300%;
    bottom: -300%;
    transition: all 0.5s;
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
}
header nav a:hover,header nav a.on{
    color: #fff;
    background-color: #6bb935;
}
header nav a:hover::before,header nav a.on::before{
    bottom: -80%;
    left: -80%;
}

.banner{
    background-image: linear-gradient(#ccc,#f9f9f9);
    height: 800px;
    overflow: hidden;
    max-height: 800px;
}
.banner .slide{
    height: 100%;
}
.banner .slick-prev:hover, .banner .slick-next:hover{
    background-color: #6bb935;
}
.banner .slick-prev,.banner .slick-next {
    top: calc( 640px/2 );
}

.banner a.banner-a{
    display: inline-block;
    width: 100%;
    height: 800px;
}
.banner .slick-dots li.slick-active{
    background: #6bb935;
}

.index-about{
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
}
.index-about .left,.index-about .right{
    flex: 1;
}

.index-about .left h3.subt{
    line-height: 80px;
    opacity: 0.8;
}
.index-about .left .txt span{
    opacity: 0.8;
    font-size: 15px;
}

.index-about .right{
    margin-left: 250px;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.index-about .right img{
    transition: all 10s;
}
.index-about .right img:hover{
    transform: scale(1.5,1.5);
}



.btn{
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    border:1px #eaeaea solid;
    color: #222;
    padding: 8px 32px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.btn > span{
    position: relative;
    z-index: 2;
}
.btn:hover{
    color: #fff;
    background-color: #6bb935;
}
.btn::after{
    content: ' ';
    position: absolute;
    z-index: 1!important;
    width: 200%;
    height: 200%;
    background: #333;
    transition: all 0.5s;
    left: -200%;
    top: 0;
    border-radius: 3px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
}
.btn:hover::after{
    width: 300%;
    height: 300%;
    left: -90%;
}





.index-title{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.index-title > span:nth-child(1){
    font-size: 30px;
    font-weight: bolder;
    color: #000;
}
.index-title > span:nth-child(2){
    font-size: 15px;
    font-weight: 300;
    color: #6bb935;
}

.index-title .more-btn{
    position: absolute;
    top: 17px;
    right: 0;
}


.index-about-p2{
    height: 580px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
    background-attachment:fixed!important;
    background-image: url(../images/001.jpg);
}
.index-about-p2 .c{
    width: 55%;
    background-color: #fff;
    margin: 90px 0;
    height: 250px;
    float: right;
    margin-left: 45%;
    box-sizing: border-box;
    padding: 50px calc( (100% - 1200px)/2 ) 50px 120px;
}
.index-about-p2 .c .txt{
    opacity: 0.8;
    padding: 20px 0;
    font-size: 15px;
}
.index-about-p2 .c .data{
    display: flex;
    align-items: center;
}
.index-about-p2 .c .data p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 1.5;
}
.index-about-p2 .c .data p span:nth-child(1){
    font-size: 36px;
    font-weight: bolder;
}
.index-about-p2 .c .data p span:nth-child(2){
    opacity: 0.6;
    font-size: 14px;
}

.index-server{
    margin-top: 72px;
}
.index-server .index-title{
    justify-content: center!important;
    align-items: center;
}
.index-server .service{
    margin-top: 40px;
}
.index-server .service ul{
    margin: 0 -20px;
}
.index-server .service li{
    margin: 0 20px;
    height: 520px;
    overflow: hidden;
}
.index-server .service li > a{
    display: inline-flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-server .service li > a::after{
    content: ' ';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 3;
    position: absolute;
    transition: all 0.3s;
}
.index-server .service li > a:hover::after{
    opacity: 0.2;
}
.index-server .service li > a p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #333333;
    color: #fff;
    z-index: 4;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    transition: all 0.5s;
    opacity: 0.8;
}
.index-server .service li:nth-child(odd) > a p{
    top: 0;
    bottom: auto;
}
.index-server .service li > a:hover p{
    padding: 80px 0;
    opacity: 0.9;
}
.index-server .service li > a p span:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.more-btn-bottom{
    text-align: center; margin-top: 70px;
}

.index-server .service .slick-prev {
    left: -80px;
}

.index-server .service .slick-next {
    right: -80px;
}













.sub-server .service{

}
.sub-server .service ul{
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.sub-server .service li{
    padding: 0 20px;
    height: 520px;
    overflow: hidden;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.sub-server .service li > a{
    display: inline-flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sub-server .service li > a::after{
    content: ' ';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 3;
    position: absolute;
    transition: all 0.3s;
}
.sub-server .service li > a:hover::after{
    opacity: 0.2;
}
.sub-server .service li > a p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #333333;
    color: #fff;
    z-index: 4;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    transition: all 0.5s;
    opacity: 0.8;
}
.sub-server .service li:nth-child(odd) > a p{
    top: 0;
    bottom: auto;
}
.sub-server .service li > a:hover p{
    padding: 80px 0;
    opacity: 0.9;
}
.sub-server .service li > a p span:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}







.index-ziyuan{
    height: auto;
    overflow: hidden;
    background-image: url(../images/002.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 72px;
}
.index-ziyuan .w{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 120px 0;
}
.index-ziyuan .w h2{
    font-size: 48px;
    font-weight: bold;
    opacity: 0.8;
    width: 50%;
    line-height: 1.3;
}
.index-ziyuan .w span{
    margin: 30px 0;
    opacity: 0.5;
}
.index-ziyuan .w a.more{
    display: inline-block;
    position: relative;
    padding: 5px 0;
    color: #fff;
    opacity: 0.7;
}
.index-ziyuan .w a.more::after{
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    content: ' ';
}
.index-ziyuan .w a.more:hover{
    letter-spacing: 3px;
}
.index-ziyuan .w a.more:hover::after{
    width: 100%;
}

.index-case{
    margin-top: 72px;
}
.index-case .index-title{
    justify-content: center!important;
    align-items: center;
}
.index-case ul{
    display: flex;
    align-items: center;
    justify-content:space-around;
    flex-wrap: wrap;
    margin: 40px -10px 0 -10px;
}
.index-case ul li{
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0 10px;
}
.index-case ul li a{
    display: inline-block;

}
.index-case ul li a .img{
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.index-case ul li a .img img{
    transition: all 0.5s;
}
.index-case ul li a:hover .img img{
    transform: scale(1.1,1.1);
}
.index-case ul li a span{
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 100%;
    line-height: 56px;
    transition: all 0.5s;
}
.index-case ul li a:hover span{
    background-color: #333;
    color: #fff; 
}



.index-news{
    margin-top: 72px;
    background-color: #f1f1f1;
    padding: 72px 0;
}
.index-news .index-title{
    justify-content: center!important;
    align-items: center;
}
.index-news ul{
    margin: 30px -10px 0 -10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.index-news ul li{
    box-sizing: border-box;
    width: 50%;
    padding: 20px;
}
.index-news ul li a{
    display: inline-flex;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 20px 30px;
    align-items: flex-start;
    flex-direction: column;
    /*border-left: 4px #333 solid;*/
    box-sizing: border-box;
    transition: all 0.5s;
    box-shadow: 0 5px 20px #ccc;
    position: relative;
}
.index-news ul li a::after{
    content: ' ';
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #000;
    transition: all 0.5s;
    top: 0;
    left: 0;
}
.index-news ul li a:hover::after{
    width: 100%;
}
.index-news ul li a:hover{
    transform: skewX(-5deg);
    transform-origin:100% 100%;
    box-shadow: 0 20px 20px #ccc;
}
.index-news ul li a span:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #000;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
}
.index-news ul li a span:nth-child(2){
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.7;
}

.index-jobs{
    padding: 72px 0;
}
.index-jobs a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.index-jobs span:nth-child(1){
    font-size: 14px;
    opacity: 0.6;
    font-weight: 300;
}
.index-jobs span:nth-child(2){
    font-size: 26px;
    font-weight: bold;
    transition: all 0.5s;
}
.index-jobs a:hover span:nth-child(2){
    color: #6bb935;
}
.index-jobs a:hover span:nth-child(2),.index-jobs a:hover span:nth-child(3){
    letter-spacing: 3px;
}
.index-jobs span:nth-child(3){
    font-size: 15px;
    opacity: 0.5;
    transition: all 0.5s;
    margin-top: -5px;
}
.index-jobs span:nth-child(4){
    font-size: 15px;
    opacity: 0.5;
    transition: all 0.5s;
    color: #6bb935;
    margin-top: 10px;
}
.index-jobs a:hover span:nth-child(4){
    color: #6bb935;
    opacity: 1;
}


footer{
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}
footer a{
    color: #fff;
}
footer .w{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
footer .w a.logo{
    margin: 40px 0;
}
footer .w a.logo img{
    width: 200px;
}
footer .footer-nav a{
    opacity: 0.6;
    font-size: 14px;
    margin: 0 5px;
}
footer .footer-nav a:hover{
    opacity: 1;
    color: #fff;
}
footer .w span.copy{
    width: 100%;
    text-align: center;
    opacity: 0.6;
    font-size: 14px;
}

.subbanner{
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url(http://www.cpcnm.cn/img/banner0.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 0;
}
.subbanner span.cn{
    font-size: 48px;
    font-weight: bolder;
    letter-spacing: 2px;
}
.subbanner span.en{
    font-size: 90px;
    font-weight: bolder;
    opacity: 0.2;
    margin-top: -30px;
    letter-spacing: 10px;
}

.subnav{
    
}
.subnav .n{
    text-align: center;
    font-size: 0;
    padding: 60px 0 0 0;
    text-align: center;
}
.subnav a{
    display: inline-block;
    padding: 10px 60px;
    font-size: 16px;
    background-color: #f0f0f0;
    color: #666;
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
}
.subnav a:hover,.subnav a.on{
    background-color: #6bb935;
    color: #fff;
}

.page-content{

}
.page-content p{
    text-indent: 2em;
    margin-bottom: 12px;
}



.pagex {
    text-align: center;
    margin-top: 50px;
}

.pagination {
    text-align: center;
    font-size: 15px;
}

.pagination a {
    display: inline-block;
    padding: 0 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pagination a:hover,
.pagination a.active,
.pagination span {
    display: inline-block;
    padding: 0 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    margin: 0 3px;
    border: 1px solid #6bb935;

    background-color: #6bb935;
    color: #ffffff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.news-list{
    display: flex;
    align-items: flex-start;
}

.news-list .l{
    flex: 1;
}

.news-list .r{
    width: 260px;
    margin-left: 40px;
    background: #f5f5f5;
    padding: 30px 0;
}

.news-list .r h3 {
    position: relative;
    color: #333;
    margin-bottom: 0px;
    padding-left: 20px;
}

.news-list .r h3:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0px;
    width: 3px;
    height: 20px;
    background: #333;
}

/*.news-list .r a {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 0 10px 0 24px;
}

.news-list .r a:hover i {
    text-decoration: underline;
}

.news-list .r a span {
    display: inline-block;
    color: #6bb935;
    font-weight: bold;
}
*/




/* news */
.public-view li {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.public-view li:hover {
    background: #333;
}

.public-view li .public-time {
    width: 100px;
    height: 100px;
    background: #6bb935;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.public-view li:hover .public-time {
    background: #fff;
    color: #6bb935;
}

.public-view li .public-time span {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-top: 18px;
}

.public-view li .public-time p {
    font-size: 13px;
}

.public-view li .public-text {
    padding-left: 30px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.public-view li .public-text h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.public-view li:hover .public-text h3 {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.public-view li .public-text p {
    color: #666;
    font-size: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.public-view li:hover .public-text p {
    color: #fff;
}

.public-view li .public-text p:hover {
    text-decoration: underline;
}

.public-view li .public-text p span {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/fujian.png) no-repeat left;
    -o-background-size: 18px;
       background-size: 18px;
}

.public-view li:hover .public-text span {
    background: url(../images/fujian-1.png) no-repeat left;
    -o-background-size: 18px;
       background-size: 18px;
}

.public-view img{
    height: auto;
}

.public-box {
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
}



.ziyuan-list{

}
.ziyuan-list li{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}
.ziyuan-list li:nth-child(odd){
    flex-direction: row-reverse;
}
.ziyuan-list li:nth-child(odd) .title{
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}
.ziyuan-list li .img{
    width: 50%;
    height: 320px;
    overflow: hidden;
}
.ziyuan-list li .img img{
    width: 100%;
    transition: all 10s;
}
.ziyuan-list li .img:hover img{
    transform: scale(1.2,1.2);
}
.ziyuan-list li .title{
    flex: 1;
    padding-left: 40px;
}
.ziyuan-list li .title h3.t{
    font-size: 24px;
    font-weight: bolder;
    color: #222;
    margin-bottom: 20px;
}
.ziyuan-list li .title > span{
    font-size: 15px;
    line-height: 1.3;
    opacity: 0.8;
}


.show-c{
    background-color: #f9f9f9;
    padding: 80px 100px;
    box-sizing: border-box;
}
.show-c h1.title{
    font-size: 30px;
    text-align: center;
}
.show-c .desc{
    display: block;
    line-height: 60px;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding-bottom: 20px;
    color: #999;
}
.show-c .c{
    padding-top: 40px;
}
.show-c .c p{
    text-indent: 2em;
    margin-bottom: 12px;
    line-height: 2;
}
.show-c .c img{
    max-width: 100%;
    margin: 8px 0;
}

.np{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 15px;
}
.np em{
    opacity: 0.6;
}






.mo-header{
    display: none;
    height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px #f1f1f1 solid;
    z-index: 99999;
}
.mo-header a.logo{
    background: url(../images/logo.png) left center no-repeat;
    background-size: 160px;
    display: block;
    height: 58px;
    flex: 1;
}


.mo-header .monav-btn{
    cursor:pointer;
    position: relative;
    width:25px;
    height:19px;
}
.mo-header .monav-btn span{
    width:25px;
    height:1px;
    display: block;
    background: #000;
    position: absolute;
    transition:all .5s;
}
.mo-header .monav-btn .s1{top:0px;}
.mo-header .monav-btn .s2{top:9px;}
.mo-header .monav-btn .s3{top:18px;}
.mo-header .monav-btn .s1.on{transform:rotate(45deg);
           top:10px;
}
.mo-header .monav-btn .s2.on{opacity: 0;}
.mo-header .monav-btn .s3.on{transform:rotate(-45deg);
           top:10px;
}
.mo-header i{
    font-size: 28px;
    color: #4D9A26;
}

.monav{
    width: 100%;
    height: calc(100vh - 58px);
    background: #fff;
    opacity: 0.98;
    position: fixed;
    top: 58px;
    left: 0;
    z-index: 999999;
    padding: 15px 20px;
    display: none;
}
.monav a{
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 16px;
    text-align: center;
}
.monav a.sel{
    color: #4d9a29;
}




.m-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    flex-direction: column;
    margin-bottom: 16px;
}
.m-title span{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.m-title:after{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #6bb935;
}
.m-c:nth-child(odd){
    background-color: #fff;
}
.m-c:nth-child(even){
    background-color: #f9f9f9;
}
.m-lists{
    padding: 0 16px;
}
.m-lists a{
    display: inline-block;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    height: 24px;
}

.m-footer{
    background-color: #333;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-top: 24px;
}
.m-footer a{
    color: #fff;
}








.channel-top-one{
    width: 100%;
    height: auto;overflow: hidden;
    position: relative;
    margin-top: 0px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
}

.channel-top-one .tt-txt{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background: #6bb935;
    padding:4px 8px;
    border-radius: 4px;
    color: #fff;
}
.channel-top-one .img{
    width: 575px;
    height:305px;
    overflow: hidden;
}
.channel-top-one .img img{
    width: 100%;
    min-height: 305px;
}
.channel-top-one .title-info{
    background: #f1f1f1;
    height: 305px;
    flex: 1;
    padding: 10px 15px;
    overflow: hidden;
    
}

.channel-top-one .title-info h2{
    font-size: 18px; color: #222;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    font-weight: bold;
}
.channel-top-one .title-info span.desc{
    display: inline-block;
    width: 100%;
    font-size: 14px; color: #666;
    line-height: 22px;
    margin-top: 15px;
    height: 110px;
    overflow: hidden;
}
.channel-top-one .title-info span.time{
    font-size: 14px; color: #999;
    margin-top: 20px;
    display: inline-block;
}







.nyj-lists{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.nyj-lists .li{
    padding: 14px 0;
    border-bottom: 1px #f2f2f2 solid;
    height: 128px;
    overflow: hidden;
}
.nyj-lists .li .img{
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
}

.nyj-lists .li .img img{
    width: 100%;
}
.nyj-lists .li .info{
    height: 100px;
    overflow: hidden;
}
.nyj-lists .li .info h3{
    font-size: 18px;
    color: #222;
    line-height: 24px;
    margin-top: 0px;
    font-weight: bold;
    /*8px 不要desc*/
}

.nyj-lists .li .desc{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 4px;
}

.nyj-lists .li .info .moreinfo{
    margin-top: 9px;
    /*14px 不要desc*/
}
.nyj-lists .li .info .moreinfo .txt{
    float: left;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #77777b;
}
.nyj-lists .li .info .moreinfo .tags{
    float: left; margin-right: 10px;
}
.nyj-lists .li .info .moreinfo .tags a{
    display: block;
    float: left;
    margin-right: 5px;
    border:1px #6bb935 solid;
    border-radius: 4px;
    height: 17px;
    line-height: 16px;
    padding: 0 5px;
    color: #6bb935;
    font-size: 12px;
}







.art-lists{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.art-lists li{
    float: left;
    width: 100%;
}
.art-lists li a{
    display: block;
    border-bottom: 1px #f9f9f9 solid;
    height: auto;
    overflow: hidden;
    padding: 10px 16px;
}
.art-lists li a .img{
    width: 76px;
    height: 48px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.art-lists li a .img img{
    width: 100%;
}
.art-lists li a .art-title{
    font-size: 14px;
    color: #222;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}


.sidebar-right {
    width: 300px; /* 例如，设定右侧列的宽度 */
    margin-left: 20px; /* 与内容区域保持一定距离 */
    /* 其他需要的样式 */
}