﻿@charset "utf-8";

/* CSS Document */
/*2024.6.4*/

.box {
	overflow: hidden;
	
}

.container {
	max-width: 1630px;
	width: 90%;
}

.topbb{
	position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     border-top:8px solid #7c4ed2;
}






.top{
	 background:#fff;
	padding-top: 60px;
	padding-bottom: 20px;
		
}
.logo{

    display: flex;
    /*justify-content: space-between;*/
/*align-items: center;*/
margin: 0 -15px;
}
.logo a{

    padding: 0 15px;
}

.top-right{

}
.topbbg{
     background: url(../images/topb.png) no-repeat center top;
     width: 350px;
     height: 39px;
     float: right;
     display: flex;
     align-items: center;
  
}
.topbbg{
	padding-left: 37px;
}
.topbbg i{
	font-style: normal;
	color: #fff;
	font-size: 20px;
	padding: 0 25px;
}

.an-mode p.p2 {
    text-align-last: justify;
    margin-top: 7px;
    margin-bottom: 0;
}

    .lang-qie {
        color: #333;
        font-size: 16px;
    }

        .lang-qie.active {
            color: #9756b4;
            font-size: 16px;
            font-weight: 700;
        }

    .an-mode p.p2 {
        text-align: right;
    }

.an-mode p.p2 a:hover img {
    opacity: .8;
}


.topbbg a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	
}
.searchbg{
	background: url(../images/searchbg.png) no-repeat center center;
	width: 159px;
	height: 33px;
	display:inline-block;
}
.searchbg .inp-text {
	width: 80%;
}

.searchbg .inp-but {
	width: 19%;
}

.searchbg .inp-text input {
	width: 100%;
	background: none !important;
	border: none !important;
	color: #fff !important;
	line-height: 33px;
	padding: 0 5px 0 15px;
	box-shadow: none !important;
	font-size: 14px;
}
.searchbg .inp-text input{
	
}

input::-webkit-input-placeholder{
  color: #fff;
  font-size: 14px;
}

input:-moz-placeholder{
  color: #fff;
 font-size: 14px;
}

input::-moz-placeholder{
  color: #fff;
  font-size: 14px;
}

input:-ms-input-placeholder{
  color: #fff;
  font-size: 14px;
}




.searchbg .inp-but input {
	width: 100%;
	background: none !important;
	border: none !important;
	height: 33px;
	width: 40px;
	box-shadow: none !important;
}

.fixed{
	position: fixed;
	width: 100%;
    z-index: 11;
  border-bottom: 1px solid #7c4ed2;;
}



.wc-menu {

}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: flex;
	text-align: center;
	width: 100%;
	margin:  0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	
	
}

.wc-menu ul li {
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
	margin: 0px ;
    line-height: 39px;
    /*flex: 1;*/
}

.wc-menu ul li a {
	font-size: 18px; 
	color: #333;
	position: relative;
	display: block;
    height: 100%;
	/*transition: all 0.2s;*/
	text-decoration: none;	
	padding: 10px 0;

    border-bottom: 4px solid transparent;
}
.wc-menu ul li a span{
    display: block;
    font-size:12px;
    line-height: 24px;
    color: #999;
    display: none;
}

.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: #883ddb;
	border-bottom: 4px solid #600790;
	
	
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -50%;
	top: 100%;
	width: 200%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
 

}

.fixed .wc-menu ul li .ernav{
	/*border:2px solid #;*/
	background: rgba(124,78,210,0.8);
}



.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 26px;
	border: none;
	margin: 0;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.85);	
}

.wc-menu ul li .ernav ul li a {
	line-height: 29px;
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px ;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
	
	text-transform: capitalize;
	
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: rgba(255,255,255,1);	
	color: #723f9e;
}

/*menu End*/

img {
	max-width: 100%;
}

.banner .swiper-container {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.banner .swiper-wrapper {
	width: 100%;
}

.banner .swiper-container .swiper-slide {
	/*text-align: right;*/
	position: relative;
}

.banner .swiper-container .swiper-slide a {

	text-decoration: none;
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .swiper-container .swiper-slide a img{
                		   -webkit-animation: 10s infinite activeB;
						    -o-animation: 10s infinite activeB;
						    animation: 10s infinite activeB;
						    }



@keyframes activeB {
    0%,100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-moz-keyframes activeB {
    0%,100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-ms-keyframes activeB {
    0%,100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}











.banner .swiper-pagination {
	bottom: 30px;
	width: 100%;
	float: none;
	z-index: 11;
	text-align: left;
}


.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #fff;
	cursor: pointer;
	opacity: 0.85;
	border-radius: 0%;
	margin-right:16px;
	text-align: center;
	line-height: 36px;
	color: #642b7d;
	font-size: 18px;
	font-weight: bold;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #642b7d;
	color: #fff;
}

.ban-tt {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 11;
	text-align: left;
	
}
.ban-pp {
	background: #fff;
	padding:25px 40px  10px 40px;
	display: inline-block;
	max-width: 830px;
	position: relative;
}
.ban-tt p {
	font-size: 42px;
	font-weight: bold;
	color: #333;
	     line-height: 55px;
	     overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;       
}
.ban-pp i{
	display: block;
	height: 2px;
	width:calc(100% - 80px);
	 border-bottom: 1px solid #5b2883;
	 position: absolute;
	 left: 40px;
	 bottom: 0px;
	 
}
/*newsbg*/


.newsbg{	
	margin-top: 70px;	
}

.newscon{
	background:#642b7d url(../images/nconbg.jpg) no-repeat right top;
	min-height: 636px;
	margin-top: 20px;
	padding-top: 40px;
}

.news-left{
	
}
.news-left ul{
	padding: 0;
	margin: 0;
	padding: 0 40px 0 70px;
}
.news-left ul li:first-child{
	padding-top: 0;
}
.news-left ul li{
	/*border-bottom:1px dashed #ab96b7;*/
	background: url(../images/daa.png) repeat-x left bottom;
	padding: 23px 0;
}
.news-left ul li a{
	text-decoration:none;
	display: block;
	
}
.news-left ul li a span{
	display:block;
	font-size: 18px;
	color: #fff;
	margin-bottom:8px;
}
.news-left ul li a p{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

}

.news-rcon {
	text-align: right;
   display:none;
}
.news-rcon:first-child {
	   display:block;
}

.nn-date{
	position: absolute;
	right: 20px;
	top: 20px;
	background: rgba(255,255,255,0.85);
	text-align: center;
	width: 77px;
	height: 77px;
	padding-top: 5px;
}
.nn-date span{
	display: block;
	font-size: 28px;
	color: #642b7d;
}
.nn-date p{
	font-size: 18px;
	color: #642b7d;
	margin: 0;
	margin-top: -5px;
}
.nn-pp{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.85);
	width: 100%;
}
.nn-pp p{
	font-size: 22px;
	color: #333;
	line-height: 48px;
	padding: 20px 30px 20px 30px;
	text-align:left;
	width: 75%;
	margin-bottom: 0;
}

/*xiangmu*/
.xiangmu{
	margin-top: 90px;
	background: url(../images/xiang1.jpg) no-repeat right top;
	min-height: 710px;
}

.xiang-left{
	background: url(../images/zi.png) no-repeat right bottom;
	height:618px;
	width: 428px;
	position: absolute;
	left: 0px;
	bottom: 1px;
	
}
.xiang-left ul{
	padding-top: 200px;
	margin: 0 0px 0 40px;
	padding-left: 0;
}
.xiang-left ul li{
	position: relative;
}
.xiang-left ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	display: block;
	line-height: 110px;
	padding-left: 33px;
	border-bottom:2px solid #8b609e;
	background: url(../images/san1.png) no-repeat 90% center;
	
}
.xiang-left ul li a:hover{
	background: #835099 url(../images/san1.png) no-repeat 90% center;
	border-bottom:2px solid #835099;
	 box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	
}

.xiang-left ul li .li-pp{	
	background: rgba(142,93,163,0.75);
	position: absolute;
	left: 100%;
	top: 0px;
	width: 1000px;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	min-height: 180px;
	padding: 30px 40px 20px;
	opacity: 0;
}
.xiang-left ul li:hover  .li-pp{
	opacity: 1;
}
.xiang-left ul li  .li-pp h5{	
	font-size: 24px;
	color: #fff;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
margin-bottom: 20px;
	
}
.xiang-left ul li  .li-pp p{	
		font-size: 20px;
		color: #fff;
		line-height: 30px;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
			margin-bottom: 0;
	
}

















.noticebg{
	margin-top: 90px;
}

.noticecon{
	background: url(../images/notbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 500px;
	margin: 50px 0;
	padding: 45px 60px;
	
}

.new-top{
	display: flex;
	/*width: 100%;*/
	align-items: flex-end;
	justify-content: space-between;
}
.new-top .new-tit span{
	display: block;
	font-size: 24px;
	color: #fff;
	
}
.new-top i{
	display: block;
	height: 3px;
	width: 170px;
	background: #dacee0;
	margin: 5px 0 0;
}
.new-top p{
	font-size: 52px;
	color: #fff;
	
}

.new-top .new-more{
	
}
.new-top .new-more a{
	text-decoration: none;
}

.new-top .new-more a span{
	text-decoration: none;
	color: #fff;
	font-size: 52px;
	
}

.new-top2 .new-tit span{
	color: #642b7d;
}
.new-top2 p{
	color: #333;
}
.new-top2 .new-more a span{
	
	color: #999;

}

.notice-ul{
	margin-top: 30px;
}
.notice-ul::after{
	height: 100%;
	width: 1px;
	background: #8570a7;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
     display:none;
}


.notice-ul .notice-li{
	padding-left: 60px;
	padding-bottom: 25px;
	position: relative;
	border-bottom:1px solid transparent;
    border-left: 1px solid #8570a7;
}
.notice-ul .notice-li:hover a .li-tt p{
	
    color: #b06aff;
}
.notice-ul .notice-li i{
	display: block;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 11px;
	position: absolute;
	left: -5px;
	top: 0px;
	z-index: 11;
}
.notice-ul .notice-li a{
   text-decoration: none;
   display: flex;
   	
}
.notice-ul .notice-li a .li-date{
  
   	width:62px;
   	height:72px;
   	border:1px solid #fff;
   	text-align: center;
   	
}
.notice-ul .notice-li a .li-date span{
  display: block;
  font-size: 26px;
  color: #fff;
   	
}
.notice-ul .notice-li a .li-date p{
   font-size: 14px;
  color: #fff;
   	
}

.notice-ul .notice-li a .li-tt{
	width:calc(100% - 62px);
	padding-left: 26px;
}
.notice-ul .notice-li a .li-tt p{
	font-size: 20px;
	color: #fff;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;

}





/*video*/

.vicon{
	margin-top: 25px;
}


.video-left{
	
}
.video-left a{
	display: block;
	position: relative;
}
.video-left a span{
	 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
			width: 100%;
			height: 100%;
			position: absolute;
			 left: 0px;
			 top: 0px;
}
.video-left a p{
	margin-bottom: 0;
	border-bottom:2px solid #fff;
	border-right: 2px solid #fff;
	
}
.video-left a i{
	opacity:0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);transition: all 0.8s;
}
.video-left a:hover i{
	opacity:1 ;
	transition: all 0.8s;
}
.video-left a span img{
	transition: all 0.8s;
}
.video-left a:hover span img{
	width: 65px;
	transition: all 0.8s;
}
.video-left a .v-pp{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	
}
.video-left a .v-pp strong{
	font-size: 20px;

    text-align: center;
	color: #fff;
	line-height: 30px;
	margin:20px 35px;
	display: block;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
            opacity: 0;

	
}


.video-left a:hover .v-pp strong{
	opacity:1 ;
	transition: all 0.8s;
}





.video-right{
	
}
.video-right a{
	position: relative;
}
.video-right a span{
	 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
			width: 100%;
			height: 100%;
			position: absolute;
			 left: 0px;
			 top: 0px;
}
.video-right a span img{
	transition: all 0.8s;
}

.video-right a i{
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.8s;
}
.video-right a .v-pp{
    position: absolute;
    left: 0px;
    bottom: 15px;
    width: 100%;
}
.video-right a .v-pp strong {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 20px 35px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;

    text-align: center;
}
.video-right a:hover i{

    opacity: 1;
    transition: all 0.8s;
}

.video-right a:hover span img{
    width: 65px;
}

.video-right a:hover .v-pp strong{

    opacity: 1;
    transition: all 0.8s;
}

.video-right .swiper-pagination {
	bottom: 28px;
	width: 100%;
	float: none;
	z-index: 11;
	text-align: center;
}


.video-right .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 93px;
	height: 5px;
	background: #fff;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 0%;
	margin-right:16px;
	text-align: center;
	line-height: 36px;
	color: #642b7d;
	font-size: 18px;
	font-weight: bold;
}

.video-right .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	
}








/*footer*/

.footer{
	
	
	margin-top: 110px;
	padding-bottom: 55px;
}

.f-lcon{
	margin-top: 45px;
}
.f-lcon p{
	width: 50%;
	float: left;
	font-size: 18px;
	color: #333;
	margin-bottom: 12px;
}
.f-lcon p img{
	padding-right: 8px;
}

.f-mid .f-ul{
	width: 14.2%;
	text-align: center;
}
.f-mid .f-ul h5{
	font-size: 18px;
	color: #333;
	
}
.f-mid .f-ul ul{
	padding: 0;
	margin: 0;
}
.f-mid .f-ul ul li{
	
}
.f-mid .f-ul ul li a{
	font-size: 14px;
	color: #999;
	line-height: 35px;
	font-family: "微软雅黑";
}


.footer-copy{
	background: #642b7d;
	padding: 18px 0;
	
}
.footer-copy p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.fer{
	position: absolute;
	right: 0px;
	bottom: 10px;	
}

.fer span{
	display: inline-block;
	padding-right: 15px;	
}


.f-ftop {

    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    margin: 0 -15px;
    width: 80%;
}

.f-ftop a {
    padding: 0 15px;
}

.bt_links{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px;
}

.bt_links a{

    display: block;
    background:#9756b4 url(../images/link_icon.png) no-repeat right 7px center;
display: block;
    width: calc(36% - 30px);
    margin: 0 15px;
    margin-right: 14%;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;

    border-radius: 50px;
}



/*.wc-copyEnd*/

@media (min-width: 1200px) {
	.f-left{
		flex: 0 0 54.333333%;
        max-width:  54.333333%;
	}
	.f-mid{
		flex: 0 0 45.666667%;
        max-width: 45.666667%;
	}

	
	
	
	
}

@media (min-width: 1400px) {
	
	
		
}

@media (max-width: 1600px) {
	.xiang-left ul li .li-pp{
		width: 800px;
	}

.news-right{
	margin-top: 50px;
}

.wc-menu ul li a{
     font-size: 18px;
}
.wc-menu ul li a span{
 line-height:20px;
}

	

	
	
}
@media (max-width: 1550px) {
	.f-mid .f-ul h5{
		font-size: 16px;
	}
.f-lcon p{
	font-size: 16px;
}	


	
}


@media (max-width: 1400px) {
    
.banner .swiper-pagination{
 bottom:30px;
}
.new-top p{
font-size: 48px;
}

    .ban-tt p{
    	font-size: 30px; 	
    	line-height: 45px;
    }
  .nn-pp p{
  	line-height: 38px;
  	font-size: 26px;
  }  
.news-right{
	margin-top: 80px;
}  
  
 .xiang-left ul li a{
 	font-size: 26px;
 	line-height: 80px;
 } 
 .new-top p{
 	font-size: 40px;
 	
 } 
  .video-left a .v-pp strong{
  	font-size: 18px;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	line-height: 28px;
  } 

.video-right a .v-pp strong{
  	font-size: 18px;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	line-height: 28px;
  } 
  
  .xiang-left ul li .li-pp{
		width: 600px;
	}
   
 .xiangmu {
  
    background: url(../images/xiang1.jpg) no-repeat -100% top;
 
}
    
  .f-lcon p{
  	width: 100%;
  	float: none;
  	margin-bottom: 5px;
  }  
  .footer {
    margin-top: 60px;
    padding-bottom: 35px;
}  
  .f-mid .f-ul h5 {
        font-size: 15px;
    }  
    
 .video-left a span img{
 	width: 80px;
 }   
.video-left a:hover span img {
    width: 55px;
 
}
.f-lcon {
    margin-top: 25px;
}

.f-mid .f-ul ul li a{
 font-size:14px;
margin: 18px 0;
        display: block;line-height: 26px;
}




   .f-lcon p {
        width: 50%;
        float: left;
        margin-bottom: 5px;
    }
    

}

@media (max-width: 1350px) {
	
	
	  	
	
	
}
@media (max-width: 1300px) {
	
.wc-menu ul li a{
	font-size: 16px;
	
}
.wc-menu ul li .ernav ul li a{
	font-size: 14px;
	line-height: 26px;
	
}
.new-top p {
        font-size: 30px;
    }

.news-left ul {
    padding: 0;
    margin: 0;
    padding: 0 40px 0 40px;
}

.nn-pp p {
        line-height: 28px;
        font-size: 22px;
    }

.newscon{
	min-height: 530px;
	padding-top: 20px;
}
.news-left ul li{
	padding: 15px 0;
}
.xiang-left ul li a{
	font-size: 22px;
	line-height: 70px;
}
.xiang-left ul li .li-pp h5{
	font-size: 22px;
}
.xiang-left ul li .li-pp p{
	font-size: 18px;
}
.xiang-left{
	height: auto;
	min-height: 500px;
	width: auto;
	min-width: 300px;
	background: url(../images/zi.png) no-repeat right top;
}
.xiang-left ul {
    padding-top: 158px;
   
}
.new-top i{
	width: 120px;
}
.f-mid .f-ul h5{
	font-size: 14px;
	
}
.f-mid .f-ul ul li a{
	font-size: 14px;
}

 .topbbg a{
 	font-size: 16px;
 } 

.newsbg {
    margin-top: 40px;
}	
.xiangmu{
 margin-top: 50px;
}	
.noticebg {
    margin-top: 40px;
}




	
}
@media (max-width: 1200px) {
	.container {
		width: 100%;
	}
	/*中等屏幕设备 桌面*/
  .wc-menu ul li a{
  	font-size: 14px;
  }
 .topbbg a{
 	font-size: 14px;
 } 
  
  .ban-tt p {
        font-size: 20px;
        line-height: 35px;
        -webkit-line-clamp:1;
    }
 .banner .swiper-pagination{
 	bottom: 30px;
 	
 } 
 .banner .swiper-container .swiper-pagination-bullet{
 	width: 26px;
 	height: 26px;
 	font-size: 14px;
 	line-height: 26px;
 }
 .ban-pp {
    background: #fff;
    padding: 25px 20px 10px 20px;
    display: inline-block;
    max-width: 730px;
 
}
  .ban-pp i {
   
    width: calc(100% - 40px);

    left: 20px;
    bottom: 0px;
}
 
 
 .newsbg{
 	margin-top: 30px;
 }
 .new-top .new-tit span{
 	font-size: 20px;
 }
 .new-top p {
        font-size: 26px;
    }
.newscon{
	margin-top: 0;
} 
 .news-left ul li a p{
 	font-size: 18px;
 }
 .nn-pp p{
 	font-size: 20px;
 }
 
 .xiangmu {
        background: url(../images/xiang1.jpg) no-repeat -40% top;
    }
 .xiang-left ul li a{
 	font-size: 20px;
 }
 .notice-ul{
 	padding-left: 30px;
 	
 }
 .notice-ul .notice-li i{
 	left: -35px;
 }
 .noticecon{
 	padding: 30px;
 }
  .notice-ul .notice-li a .li-tt p{
  	font-size: 16px;
  	
  }
  
.f-mid{
	margin-top: 20px;
}  
  .f-mid .f-ul h5 {
        font-size: 16px;
    }
  
  .footer {
      
        padding-bottom: 55px;
    }
 .notice-ul .notice-li{
 padding-left:30px;
} 
	.notice-ul .notice-li i{
  left:-5px;
}
	
.xiang-left ul li:hover .li-pp{

}

}





@media (max-width: 991px) {
	/*小屏幕设备 平板*/

.logo1 img{
	max-width: 80%;
}

.ban-pp {
        background: #fff;
        padding: 10px 20px 10px 20px;
        max-width: 530px;
    }
 .ban-pp p{
 	margin-bottom: 0;
 	font-size: 18px;
 }   
.banner .swiper-pagination {
        bottom: 30px;
    }    
 .new-top .new-tit span{
 	font-size: 16px;
 	
 }   
 .new-top p{
 	font-size: 22px;
 }  
 .new-top{
 	align-items: center;
 } 
.new-top .new-more a span{
	font-size: 40px;
}
.newscon {
    background: #642b7d;
    min-height: auto;
    margin-top: 0px;
    padding-top: 30px;
}
.news-right {
        margin-top: 30px;
    }
.nn-date span{
	font-size: 20px;
	
}
.nn-date{
	width: 50px;
	height: 50px;
	padding-top: 0;
}
.nn-date p{
	font-size: 16px;
}
.nn-pp p{
	font-size: 18px;
	padding: 10px;
	width: 100%;
}
.new-top i {
        width: 80px;
    }
.noticebg{
	margin-top: 40px;
	
}
.xiangmu{
	margin-top: 40px;
	min-height: 500px;
}
.video-left a p img{
	width: 100%;
}

.video-right a i img{
	max-width: 100%;
	width: auto !important;
}

.notice-ul .notice-li a .li-tt p{
	font-size: 16px;
}
 .notice-ul{

 	padding-top: 10px;
 }


.f-lcon p {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }




.footer-copy p{
	font-size: 14px;
}
.f-mid .f-ul ul li a{
	line-height: 30px;margin: 11px 0;
}

	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}

	
	.mobile-header-btn {
		top: 2px;
	}
	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		/*height: 50px;*/
	}

	.banner{
		margin-top:10px;
	}
.ban-pp p{
	font-size: 14px;
	
}.banner .swiper-pagination {
        bottom: 30px;
    }
    .banner .swiper-container .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        margin-right: 5px;
    }
.ban-pp {
        background: #fff;
        padding: 5px 20px 5px 20px;
        max-width: 430px;
    }

.new-top p{
	font-size: 18px;
	
}
.new-top .new-tit span{
	font-size: 14px;
}

.new-top .new-more a span{
        font-size: 28px;
    }
.news-left ul{
	padding: 0 15px;
}
.news-left ul li a span{
	font-size: 16px;
	
}
.news-left ul li a p{
	font-size: 16px;
	line-height: 27px;
	
}
.newscon{
	padding-top: 20px;
}
.nn-pp p{
	font-size: 16px;
}
.nn-date p {
        font-size: 14px;
    }
.newsbg {
        margin-top: 20px;
    } 
    
.xiang-left ul li a {
        font-size: 16px;
        font-weight: normal;
        padding-left: 5px;
        line-height: 50px;
    } 
 .xiang-left ul {
        padding-top: 85px;
        margin-left: 10px;
    }   
    
       
 .xiangmu {
 	margin-top: 20px;
        background: url(../images/xiang1.jpg) no-repeat 0% top;
        min-height: 400px;
    }   
      .xiang-left {
        height: auto;
        min-height: 280px;
        width: auto;
        min-width: 160px;
        background: url(../images/zi.png) no-repeat right top;
    }  
    
    .noticebg {
        margin-top: 20px;
    }
    
 .xiang-left ul li .li-pp {
        width: 250px;
        padding: 10px;
        min-height: auto;
    }   
.xiang-left ul li .li-pp h5{
	font-size: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}    
   .xiang-left ul li .li-pp p{
   	font-size: 14px;
   	line-height: 26px;
   	
   } 
    
    
    .notice-ul{
 padding-left:0px;
}
    
    
       
 .notice-ul{
 	margin-top: 10px;
 }   
.notice-ul .notice-li a .li-date span{
	font-size: 20px;
}    
 .notice-ul .notice-li a .li-date p{
 	margin-bottom: 0;
 }   
    
.notice-ul .notice-li a .li-date{
	width: 52px;
	height: 58px;
}
.noticecon{
	padding: 20px;
	margin: 20px 0;
}
.notice-ul .notice-li a .li-tt{
	padding-left: 18px;
	
}
.new-top i{
	margin-bottom: 5px;
	width: 70px;
}

.vicon {
    margin-top: 5px;
}
.new-top p{
	margin-bottom: 6px;
}

.video-left a span img {
        width: 40px;
    }
.video-right a span img{
	width: 60px;
}
.video-right .swiper-container .swiper-pagination-bullet{
	width: 30px;
}
.video-right .swiper-pagination{
	bottom: 18px;
}
.video-left a .v-pp strong{
	font-size: 14px;
	line-height: 22px;
	margin: 10px;
}
.video-left a:hover span img {
        width: 35px;
    }

.video-right a:hover span img {
        width: 40px;
    }



.footer{
	padding-bottom: 10px;
	margin-top: 30px;
}
.f-mid .f-ul ul li a{
	line-height: 30px;margin: 6px 0;
}
.f-lcon p {
        font-size: 15px;
    }
.f-lcon p img{
	width:30px;
}
.f-mid .f-ul{
	width: 25%;
	margin-bottom: 10px;
}
.fer{
	position: relative;
	text-align: center;
	margin-top: 12px;
}
.footer-copy{
	padding: 12px 0;
}


.f-ftop a{
  margin-top:5px;
display: block;
}

.f-lcon {
        margin-top: 10px;
    }

.bt_links a{

    width: calc(50% - 30px);

    margin-right: 0%;
}

.logo {
    width:calc(100% - 40px);
    margin: 0 -5px;
}
.logo a {

    padding: 0 5px;
}

}

@media (max-width: 600px) {
	

	
	
}