﻿@charset "utf-8";

/* CSS Document */
/*2024.5.31*/

.box {
     overflow: hidden;
     border-top:11px solid #083090;
}

.container {
	max-width: 1430px;
	width: 90%;
}
.top{
	 background: url(../images/topbg.jpg) no-repeat center center;
	 background-size: cover;
	 padding: 23px 0;
		
}
.logo{
	text-align: left;
}
.top-right{
	text-align: right;
}
.searchbg{
	background: url(../images/searchbg.jpg) no-repeat center center;
	width: 261px;
	height: 42px;
	float: right;
}
.searchbg .inp-text {
	width: 85%;
}

.searchbg .inp-but {
	width: 14%;
}

.searchbg .inp-text input {
	width: 100%;
	background: none !important;
	border: none !important;
	color: #333;
	line-height: 40px;
	padding: 0 5px 0 15px;
	box-shadow: none !important;
	font-size: 16px;
}

.searchbg .inp-but input {
	width: 100%;
	background: none !important;
	border: none !important;
	height: 40px;
	width: 40px;
	box-shadow: none !important;
}


.wc-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
   background: rgba(255,255,255,0.85);
   z-index: 11;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	
	text-align: center;
	width: 100%;
	margin:  0;
	padding: 0;
	display: flex;
	text-align: center;
	width: 100%;
	margin:  0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	
	
}

.wc-menu ul li {
	line-height: 63px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
	margin: 0px ;
	
	
}

.wc-menu ul li a {
	font-size: 20px;
     
	color: #083090;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 0 20px;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.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: #fff;
	background: #083090;
	
}

.wc-menu ul li .ernav {
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 140%;
        text-align: center;    
        left: -20%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	border-top: 2px solid #F2AD43;
        padding: 0 15px;
}

.wc-menu ul li:last-child .ernav {
    width:220px;
    left:-78px;
}

.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 {
	
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 26px;
	border: none;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 29px;
	font-size: 18px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px 20px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
	
	text-transform: capitalize;
	
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: none;
	color: #083090;
}

/*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;
}
.bbg{
									position: absolute;
									left: 0px;
									bottom: 0px;
									width: 100%;
									height: 50%;
									z-index: 1;
									  background-image: linear-gradient(rgba(13,23,43,0), rgba(13,23,43,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: 20px;
	height: 20px;
	background: #fff;
	cursor: pointer;
	opacity: 0.25;
	border-radius: 0%;
	margin-right:20px;
	border: 1px solid #e8e8e5;
	border-top: none;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}


.banner .swiper-button-next, .banner .swiper-button-prev{ background-image: url(../images/btn-left.png);width: 36px;height: 36px;background-size: contain;
    transition: all 0.4s ease-out;opacity: 0.5;}
    .banner .swiper-button-next{  transform: rotate(180deg);}    
.banner .swiper-button-next{
right: 44px;
left: auto;
}

 .banner .swiper-button-prev{
right: auto;
left: 44px;
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{ opacity: 1;
    transition: all 0.4s ease-out; }

.ban-tt {
	position: absolute;
	left: 0px;
	bottom: 90px;
	width: 100%;
	z-index: 11;
	text-align: left;
}

.ban-tt p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	     line-height: 40px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient: vertical;
width: 46%;
}

/*newsbg*/
.newsbg{
	
	background: url(../images/newsbg.jpg) no-repeat center center;background-size: cover;
	padding:56px 0;
	min-height: 300px;
	
}

.new-top{
	display: flex;
	
}
.new-top .ntop-img{
	height: 75px;
	border-right:1px solid #ddd;
	padding-right: 5px;
}
.new-top .ntop-tt{
	padding-left: 18px;
	
}
.new-top .ntop-tt span{
	display: block;
	font-size: 24px;
	color: #083090;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -8px;
	margin-bottom: 3px;
}
.new-top .ntop-tt p{
	font-size: 42px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	margin-top: -10px;
	
}


.notice-con{
	padding-top: 30px;
}
.notice-con .not-li {
	margin-bottom: 35px;
	
}
.notice-con .not-li a{
	display: block;
	text-decoration: none;
	display: flex;
	background: #fff;
	
	
}
.notice-con .not-li a .not-date{
	background: #083090;
	width: 80px;
	height: 97px;
	text-align: center;
	
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}
.notice-con .not-li a .not-date span{
	display: block;
	font-size: 24px;
	color: #fff;
	
}
.notice-con .not-li a .not-date p{
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}

.notice-con .not-li a .not-ltt{
	width: calc(100% - 80px);
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px 30px;
    transition: all 0.8s;
}
.notice-con .not-li a .not-ltt p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 0;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
	
}
.notice-con .not-li a:hover .not-ltt{
	background: #1441ab;	
}
.notice-con .not-li a:hover .not-ltt p{

	color: #fff;
	
}


.amore{
	margin-top: 40px;
}
.amore a{
	display: flex;
	
	text-decoration: none;
	
}
.amore a span{
	background: #333;
	padding: 0 35px;
	display: inline-block;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
}
.amore a i{
	font-size: 32px;
	color: #fff;
	font-style: normal;
	padding:0 15px ;
	display: inline-block;
	line-height: 55px;
	background: #585858;

	height: 55px;
	
}
.amore a:hover span{
	background: #000;
	transition: all 0.8s;
}

.notice-con .not-li:last-child{
	margin-bottom: 0;
}

.new-lcon{
	padding-top: 31px;
}

.new-lcon .cli{
	margin-bottom: 22px;	
}

.new-lcon .cli:nth-child(4),.new-lcon .cli:nth-child(5),.new-lcon .cli:nth-child(6){
	margin-bottom: 0;
}

.new-lcon .cli .li-img{
	position: relative;
	overflow: hidden;
}



.new-lcon .cli a img {
  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;
}

.new-lcon .cli a:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 0.2s linear;
    }


.new-lcon .cli .li-img span{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 13px;
	top: 13px;
	line-height: 26px;
	padding: 0 20px;
	background: rgba(41,145,225,0.85);
}

.new-lcon .cli .li-tt{
	display: block;
	text-decoration: none;
	position: relative;
	background: #fff;
	padding: 15px 25px;
}

.new-lcon .cli .li-tt .li-date{
     display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.new-lcon .cli .li-tt .li-date a{
    display: none;
}

.new-lcon .cli .li-tt .li-date .li-lm{
    font-size: 14px;
    font-weight: bold;
    color:#007bff;
}

.new-lcon .cli .li-tt .li-date span{
        font-size: 16px;
	color: #083090;	
}
.new-lcon .cli .li-tt .li-a a{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            margin-bottom: 0;
            -webkit-box-orient: vertical;
}

.new-lcon .cli .li-tt .li-a a:hover{
    text-decoration: none;
}

.new-lcon .cli .li-tt:hover{
	background: #083090;
	
}
.new-lcon .cli .li-tt:hover .li-a a , .new-lcon .cli .li-tt:hover .li-date a{
	color: #fff;	
}

.new-lcon .cli .li-tt:hover .li-date span{
	color: #fff;
}

/*jiangzuo*/
.jiangzuo{
	
	background: url(../images/jiangbg.jpg) no-repeat center center;
	min-height: 300px;background-size: cover;
	padding: 78px 0 50px;
	
}
.new-top2 .ntop-tt{
	
}
.new-top2 .ntop-tt span{
	color: #fff;
}
.new-top2 .ntop-tt p{
	color: #fff;
}
.new-top2 .amore2{
	position: absolute;
	right: 0px;
	top: 0;
	margin-top: 11px;
}


.jiang-top{
	position: absolute;
	left: 24%;
	top: -90px;
}
.jiang-top ul{
	padding: 0;
	margin: 0;
}
.jiang-top ul li{
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	display: inline-block;
	cursor: pointer;
	padding-bottom: 5px;
	margin: 0 30px;
}

.jiang-top ul li a{
    color:#fff;
    text-decoration: none;
}

.jiang-top ul li:hover,.jiang-top ul li.active{
	border-bottom: 3px solid #fff;
	
}

.jiang-box{
	margin-top: 40px;
}

.jiang-li{
	background:rgba(255,255,255,0.85);
	position: relative;
	height: 100%;
}
.jiang-li a{
	position: relative;padding: 15px 20px 10px;

	text-decoration: none;
	display: block;
	
}
.jiang-ul1{
    margin-bottom:38px;
}
.jiang-ul1 .jiang-li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background:rgba(68,157,225,0.85);	
    transition: all .3s ease-in-out;
    /*z-index: -1;*/
}

.jiang-ul1 .jiang-li:hover:before {
    width: 100%;
}

/*.jiang-ul1:nth-child(2) .jiang-li:before{
	background:rgba(210,139,39,0.85);
	
}
.jiang-ul1:nth-child(3) .jiang-li:before{
	background:rgba(97,195,74,0.85);
	
}*/

.jiang-li a:hover i{
	color: #fff !important;
}
 .jiang-li a:hover h5{
 color: #fff ;	
}
.jiang-li a:hover .jiang-pp p{
	 color: #fff ;	
}
.jiang-li a:hover .jiang-pp{
	border-top: 2px solid #fff;
}
.animated2 {
    animation-duration: 0.9s;
    animation-fill-mode: both;
}
.jiang-li a .jiang-pp p i{
	padding-left: 0;
	font-size: 22px;
}
.animated {
    animation-duration: 1.51s;
    animation-fill-mode:forwards;
}
.jiang-li a i{
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
    margin-right: 9px;
}
/*.jiang-li a i.i1{
	color: #449de1;	
}
.jiang-li a i.i2{
	color: #d28b27;	
}
.jiang-li a i.i3{
	color: #61c34a;	
}*/
.jiang-li a h5{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 0 9px;font-family: 'HarmonyOS_Sans_SC_Regular';
	margin-top: 5px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
            min-height: 60px;
}
.jiang-li a .jiang-pp{
	border-top:2px solid #083090;
	padding: 15px 10px  0px;
}
.jiang-li a .jiang-pp p img{
	margin-right: 10px;
	
}
.jiang-li a .jiang-pp p{
	margin-bottom: 12px;
	font-size: 14px;
	color: #083090;
    display: flex;
}
.jiang-li a .jiang-pp p:first-child i{
	font-size: 19px;
}







/*footer*/

.footer{
	
	background: url(../images/fbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 300px;
   padding-top: 95px;
   padding-bottom: 15px;
	
}
.footer .row1{
	/*margin: 0;*/
}
.footer .row1 a{
	display: block;
	text-decoration: none;
}
.footer .row1 .f-001{
	background: rgba(13,79,153,0.55);
	border:1px solid #0d4f99;
	display: flex;
 justify-content: center;
 align-items: center;
 
 
 padding:0px 30px; 
}

.footer .row1 .f-001 .f-001-cnt{

}
.footer .row1 .f-001 img{
	margin-bottom: 20px;
	display: block;
}
.footer .row1 .f-001 p{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
	
	
	
	
}
.footer .row1 .f-002 .f-02top,.footer .row1 .f-002 .f-02bot{
	background: rgba(13,79,153,0.55);border:1px solid #0d4f99;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 11px;
}

.footer .row1 .f-002 .f-02top:hover, .footer .row1 .f-002 .f-02bot:hover{
	background:rgba(13,79,153,0.85) ;
}
.footer .row1 .f-001:hover{
	background:rgba(13,79,153,0.85) ;
}


.footer .row1 .f-002 .f-02bot{
	margin-top: 2px;
}
.footer .row1 .f-002 .f-02top span, .footer .row1 .f-002 .f-02bot span{
	display: block;
	
}
.footer .row1 .f-002 .f-02top p, .footer .row1 .f-002 .f-02bot p{
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}



.footer .row2{
	margin-top: 90px;
}


.footer .f-ftop{
	border-bottom: 2px solid #6e95ec;
	
}

.footer .f-ftop span{
	font-size: 14px;
	font-weight: bold;
	color: #6e95ec;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}
.footer .f-ftop p{
	 font-size: 22px;
	 color: #fff;
	 margin-bottom: 0;
	 padding-bottom: 25px;
}

.f-lcon{
	padding-top: 20px;
}
.f-lcon p{
	font-size: 16px;
	color: #fff;line-height: 40px;
	margin-bottom: 0;
}




.f-mcon{
	
}
.f-mcon ul{
	padding: 0;
	margin: 0;
	padding-top: 20px;
}
.f-mcon ul li{
	width: 50%;
	float: left;
	line-height: 40px;
}
.f-mcon ul li a{
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #fff;
	
}
.f-mcon ul li a:hover{
	text-decoration: underline;
}

.shejiao{
	display: flex;
	padding-top: 30px;
	justify-content: space-between;
}
.shejiao{
	margin-left:-10px;
	margin-right: -10px;
}

.er-one{
	text-align: center;
	padding: 0 10px;
}
.er-one a{
    display: block;
    text-decoration: none;
}
.er-one p{
	margin-bottom: 10px;
}
.er-one span{
	display: block;
	font-size: 12px;
	color: #fff;	
}
.er-two{
	margin: 0 10px;
}


.er-img{
	margin-bottom:10px;
}
.er-img i{
	position: absolute;
	 display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
width: 100%;
height: 100%;
position: absolute;
 left: 0px;
 top: 0px;
}


.row3 p{
	color: #7388b5;
	font-size: 16px;
}
.row3 p a{
	color: #7388b5;
	font-size: 16px;
}




/*.wc-copyEnd*/

@media (min-width: 1200px) {

	.news-left{
		flex: 0 0 67.666667%;
        max-width: 67.666667%;
	}
	
	.news-right{
		flex: 0 0 32.333333%;
        max-width: 32.333333%;
	}

.f-left{
	flex: 0 0 28.333333%;
    max-width: 28.333333%;
}
.f-mid{
	flex: 0 0 28.333333%;
    max-width: 28.333333%;
    margin: 0 6%;
}	
.f-right{
	flex: 0 0 30.333333%;
    max-width: 30.333333%;
}	

.footer .row1 .f-001{
	flex: 0 0 60.666667%;
    max-width: 60.666667%;
    /*margin-right: -12px;*/
}
.footer .row1 .f-002{
	flex: 0 0 39.333333%;
    max-width: 39.333333%;
}


	
	
	
	
}

@media (min-width: 1400px) {
	
	
		
}

@media (max-width: 1500px) {
.notice-con .not-li {
    margin-bottom: 28px;
}
	
.er-one span{
   font-size:10px;
}
	
	
}

@media (max-width: 1400px) {
     .notice-con .not-li {
        margin-bottom: 23px;
    }
    .ban-tt p{
    	font-size: 34px;	
    }
.banner .swiper-pagination{
	bottom: 20px;
}    
 .ban-tt{
 	bottom: 50px;
 	
 }   
  .new-top .ntop-tt p{
  	font-size: 32px;
  	
  }  
 .new-top .ntop-tt span{
 	font-size: 22px;
 }   
 .footer .row1 .f-001 p{
 	font-size: 30px;
 }
 .jiang-top ul li{
 	font-size: 20px;
 	margin: 0 20px;
 }
 
    
    
    
    

}

@media (max-width: 1350px) {

.er-one span{
   font-size:8px;
}

	 .notice-con .not-li {
        margin-bottom: 20px;
    }
	.f-lcon p{
		font-size: 15px;
		
	}
.footer .row1 .f-001 p{
	font-size: 28px;
	
}	
	
.f-mcon ul li a{
	font-size: 15px;
}	
	
.notice-con .not-li a .not-ltt p{
	font-size: 16px;
}	

.new-lcon .cli a .li-tt p{
	font-size: 16px;
	
}
.new-lcon .cli a .li-tt span{
	font-size: 16px;
	
}
.amore a span{
	font-size: 16px;
	padding: 0 20px;
}	
	
	
	  	
	
	
}
@media (max-width: 1300px) {
	.ban-tt p {
        font-size: 30px;
    }
.new-top .ntop-tt p{
	font-size: 28px;
	
}	
.new-top .ntop-tt span {
        font-size: 18px;
    }	
.notice-con .not-li a .not-date{
	height: 85px;
	
}	
.notice-con .not-li a .not-ltt{
	padding: 10px 30px;
}
    .notice-con .not-li {
        margin-bottom: 28px;
    }
.amore a i{
	height: 45px;
	line-height: 45px;
}
.amore a span{
	line-height: 45px;
}

.jiang-top ul li {
        font-size: 18px;
        margin: 0 16px;
    }

.jiang-li a .jiang-pp p img {
    margin-right: 3px;
}	
.jiang-li a .jiang-pp{
	padding: 15px 0px 0px;
}	
	.jiang-li a h5{
		font-size: 16px;
	}
	
.footer .row1 .f-001 p{
	font-size: 22px;
}	
.footer .row1 .f-001{
	justify-content: flex-start;

    padding: 15px 30px
}	
.footer .row1 .f-002 .f-02top p, .footer .row1 .f-002 .f-02bot p{
	font-size: 16px;
}
	
.footer .row2 {
    margin-top: 50px;
}	
.footer{
	padding-top: 60px;
}	
.footer .f-ftop p{
	font-size: 20px;
}	
	
	
}
@media (max-width: 1200px) {

.new-lcon .cli .li-tt .li-date span {
    font-size: 14px;
}

	/*中等屏幕设备 桌面*/
    .notice-con .not-li {
        margin-bottom: 22px;
    }
 .wc-menu ul li a{
 	padding: 0 10px;
 } 
 .wc-menu ul li a{
 	font-size: 18px;
 }  
 .new-top .ntop-tt span{
 	font-size: 16px;
 	
 }
 .new-top .ntop-img{
 	height: 60px;
 }
.new-top .ntop-tt p{
	font-size: 24px;
}	
.new-lcon .cli a .li-tt{
	padding: 15px;
}	
    .notice-con .not-li a .not-ltt {
        padding: 10px 10px;
    }	
    .notice-con .not-li {
        margin-bottom: 16px;
    }	
.new-top2 .amore2{
	margin-top: 1px;
}	
	
	
.row3 p{
	font-size: 14px;
}	
.row3 p a{
	font-size: 14px;
}


}





@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
.logo1 img{
	max-width: 80%;
}
.ban-tt p{
	font-size: 20px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	height: 12px;
	width: 12px;
	
}
.ban-tt {
        bottom: 20px;
    }
    .banner .swiper-pagination {
        bottom: 10px;
    }
.newsbg{
	padding: 30px 0;
}
.new-top .ntop-img{
	
}
.new-top .ntop-img img{
	max-width: 80%;
}
.new-lcon{
	padding-top: 20px;
}
    .new-top .ntop-img {
        height: 46px;
    }

.news-right{
	margin-top: 50px;
}
.jiang-li a .jiang-pp p img {
        margin-right: 8px;
    }
    .jiang-top ul li {
        font-size: 16px;
        margin: 0 10px;
    }
.jiang-top{
	top: -70px;
	
}
.jiangzuo{
	padding: 35px 0;
}

    .footer .row1 .f-001 p {
        font-size: 18px;
    }

.footer {
        padding-top: 30px;
    }
.footer .row2 {
        margin-top: 30px;
    }
.footer .f-ftop p{
	padding-bottom: 10px;
	font-size: 16px;
}
.f-lcon {
    padding-top: 10px;
}
.f-mid{
	margin: 20px 0;
}


.row3{
	margin-top: 10px;
}
.row3 p {
       text-align: center;
    }

.er-one span{
   font-size:12px;
}

	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}
	
	.mobile-header-btn {
		top: 15px;
	}
	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		height: 50px;
	}
	.container {
		width: 100%;
	}
.ban-tt p{
	font-size: 15px;
	margin-bottom: 0;
    width: 100%;
    -webkit-line-clamp: 1;
}
.banner .swiper-container .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin-right: 10px;
    }

.banner .swiper-pagination{
      text-align: center;
}

.banner{
	margin-top: 30px;
}

.site-logo a img{
	max-width: 60%;
}

.new-top .ntop-img {
        height: 46px;
        padding-right: 0;
    }
.new-top .ntop-tt p{
	font-size: 18px;
	
}
.new-top .ntop-tt span{
	font-size: 14px;
	margin-top: 0;
}
.new-top .ntop-img img {
        max-width: 72%;
    }
.new-lcon .cli a .li-img img{
	width: 100%;
}
.new-lcon .cli {
    margin-bottom: 30px;
}
.jiang-li a h5{
	min-height: auto;
}
.amore a i{
	padding: 0 10px;
	height: 40px;
        line-height: 40px;
}
.amore a span {
        line-height: 40px;
    }
.amore a span {
        font-size: 14px;
        padding: 0 10px;
    }
    .jiang-top {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 20px;
    }

.jiang-top ul{
   display: flex;
    justify-content: space-between;
}

    .jiang-top ul li {
        font-size: 14px;
        margin: 0 3px;
        font-weight: normal;
    }
.jiang-box {
    margin-top: 20px;
}
.jiangzuo {
        padding: 35px 0 10px;
    }
.footer .row1 .f-002 .f-02top p, .footer .row1 .f-002 .f-02bot p {
        font-size: 14px;
    }
.footer .row1 .f-001 p {
        font-size: 16px;
    }
.footer .row1 .f-001{
	padding: 15px 30px;
}
.f-lcon p {
	line-height: 33px;
}
.f-mid {
        margin: 15px 0;
    }
.f-mcon ul li {
   
    line-height: 35px;
}
.row3 p a{
	font-size: 14px;
}

.new-lcon .cli a img{
   width: 100%;
    object-fit: cover;
}

.new-lcon .cli:nth-child(4), .new-lcon .cli:nth-child(5), .new-lcon .cli:nth-child(6){
  display:none;
}


}

@media (max-width: 600px) {
	

	
	
}