@charset "utf-8";
/* CSS Document */
/*2025.10.10*/
.box {
	overflow: hidden;
}

body {
	
}
.container {
	max-width: 1430px;
	width: 90%;
	/*padding: 0 120px;*/
	margin: 0 auto;
    position: relative;
}
/*顶部弹出搜索样式*/
/*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;
	top: 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: 30px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
	color: #b71c22;
	opacity: 1;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 10px;
	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;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
	border-radius: 0;
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #e92c2b;
}

.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: #333;
	color: #fff;
}

/*顶部弹出样式 end*/

.top {
	padding: 14px 0 22px;	
}
.qlink{
	
}
.qlink ul{
	padding: 0;
	margin: 0;
}
.qlink ul li{
	display: inline-block;
}
.qlink ul li:first-child{
	border-left:1px solid #dadada;
}
.qlink ul li{
	border-right:1px solid #dadada;
	
}
.qlink ul li a{
	font-size: 16px;
	color: #999;
	padding: 0 20px;
}





.top-right {}

.top-searchbg {
	/*display: flex;*/
}

.logo {}

.wc-menu {
	
	
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	border-top: 1px solid #d5d5d5;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	
	flex-wrap: wrap;
	justify-content: space-between;

}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 20px;*/
	/*margin: 0px ;*/
	
	
	
}

.wc-menu ul li a {
	font-size: 20px;
	color: #333;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
    line-height: 60px;
	text-decoration: none;
}

.wc-menu ul li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background-color: #e92c2b;
    transform: scaleX(0) scaleY(1);
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.wc-menu ul li a.active>a:after, .wc-menu ul li>a:hover:after{
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}


.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {
	
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}
.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: #e92c2b;
	
}


.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -25%;
	top: 100%;
/*background: rgba(36,108,198,0.86);*/
/*background: #e5effa;*/
	width: 150%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: layui-upbit1;
    animation-name: layui-upbit1;
}
.wc-menu ul li:nth-child(3) .ernav{
										width:200%;
left: -48%;
										
									}
@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }
    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}
.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
border-radius: 0;
padding: 0;
background: rgba(182,31,31,0.76);
/*background: #4b82d0;*/
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #fff;
background: rgba(182,31,31,0.56);
}

.wc-menu ul li .ernav ul li>a:after {
    content:none;
    
    }
  
/*menu End*/
.banner {
	position: relative;
	text-align: center;
           min-height:100px;
}
.banner::after{
	position: absolute;
	left: 0px;
	bottom:0;
	width: 61%;
	background: #fff;

	height: 203px;
	z-index:1;
}

.banner .swiper-button-prev:after, .banner .swiper-rtl .swiper-button-next:after{
	content: none;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	background: none;
}
.banner .swiper-button-next:after, .banner .swiper-rtl .swiper-button-next:after{
	content: none;
}
.banner .swiper-button-next img,.banner .swiper-button-prev img{
	width: 83px;
	height: 19px;
}
.banner .swiper-button-next{
	width: 83px;
	height: 19px;
	right: 39%;
	bottom: 38px;
	top: auto;
}
.banner .swiper-button-prev{
	width: 83px;
	height: 19px;
	left: 38%;
	right: auto;
	bottom: 38px;
	top: auto;
}



.banner .swiper-slide {
   
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
}
.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	position: relative;
}
.banner .swiper-container {
	/*padding-bottom: 20px;*/
}
.banner .mySwiper2 .swiper-slide{
	position: relative;
}
.banner .mySwiper2 .swiper-slide::after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.35);
	
}



.banner .ban-text{
	bottom:110px;
	position: absolute;
	left: 0px;
	z-index: 11;
	text-align: left;
	padding-left: 15px;
}
.banner .ban-text p{
	font-size: 32px;
	font-weight: bold;
	color:#fff;
	width: 50%;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.banner .ban-text .xian{
	border-bottom: 3px solid #fff;
	height: 3px;
	width: 50%;
	margin-top: 18px;
	margin-bottom: 28px;
	position: relative;
}
.banner .ban-text .xian::after{
	position: absolute;
	right: 0px;
	bottom: -6px;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	
}
.banner .ban-text span{
	display: inline-block;
	padding-left:30px;
	background: #e92c2b;
	color: #fff;
	  transition: all 0.4s ease-out;
}
.banner .ban-text span:hover{
	opacity: 0.8;
	  transition: all 0.4s ease-out;
	  transform: translateY(-2px);
}

.banner .ban-text span i{
	font-style: normal;
	background: #b61f1f;
	display: inline-block;
	line-height: 50px;
	padding: 0 16px;
	font-size: 24px;
	margin-left: 30px;
}
.banner .pad10{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 62%;
	z-index: 11;
	padding-left: 15px;
display:none;
}

.banner .swiper-pagination {
	width: 100%;
	bottom:33px;


	z-index: 1;

}

.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    cursor: pointer;
    opacity: 0.55;
    border-radius: 100%;
    margin-right: 15px !important;
}

.banner .swiper-pagination-bullet-active {
   opacity: 1;
}
.banner .mySwiper .swiper-slide{
	padding-bottom: 15px;
}
.banner .mySwiper img{
	cursor: pointer;
}
.banner .mySwiper .swiper-slide-thumb-active img{
        opacity: 1;
          box-shadow: 10px 11px 11px -10px rgba(0, 0, 0, 0.75);
      }

/*banner end*/

.break{
	margin-top: 50px;
}
.break-top{
	display: flex;
	    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background: url(../img/xianbg.png) no-repeat right 80%;
    
    
}
.break-top .br-tit{
	background: #fff;
padding-right: 230px;	
	
}
.break-top .br-tit span{
	display: block;
	font-size: 18px;
	color: #e92c2b;
	text-transform: uppercase;
	font-family: impact;
	letter-spacing: 3px;
	word-spacing: 5px;
}
.break-top .br-tit p{
	font-size: 52px;
	font-weight: bold;
	color: #333;	
}
.break-top .br-tit p i{
	font-style: normal;
	background: #8fc344;
	font-size: 22px;
	font-weight: normal;
	width: 1px;
	height: 26px;
	display: inline-block;
	margin: 0 5px;
}
.break-top a{
	display: inline-block;
	color: #888;
	font-size: 16px;
	font-weight: normal;
	
}


img {
	max-width: 100%;
}



.break-con{
	margin-top:20px;
	
}
.break-li1{
	transition: all 0.4s ease-out;
	overflow: hidden;
}
.break-li1 .b-img 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;
}
.break-li1:hover .b-img 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;	
}
.break-li1 .b-text{
	margin-top: -80px;
	background: #fff;
	z-index: 1;
	position: relative;
	max-width: 70%;
	padding-right: 36px;
	
}
.break-li1:hover{
	transition: all 0.4s ease-out;
    transform: translateY(-5px);
}

.break-li1 .b-text span{
	display: block;
	font-size: 18px;
	color: #e92c2b;
	line-height: 55px;
	
}
.break-li1 .b-text h4{
	font-size: 24px;
	color: #333;
	line-height: 36px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.break-li1 .b-text p{
	font-size: 16px;
	color: #999;
	line-height: 28px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
margin-top: 30px;
}
.break-li1 .cha{
	background: #e92c2b;
    margin-top: 30px;
	display: inline-block;
	transition: all 0.4s ease-out;
}

.break-li1 .cha b{
	color: #fff;
	font-weight: normal;

	display: inline-block;
	padding: 0 30px;
	
}
.break-li1 .cha i{
	color: #fff;
	font-style: normal;
	background: #b61f1f;
	padding: 0 17px;
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
}

.break-li{
	margin-bottom: 42px;	
	transition: all 0.4s ease-out;
}
.break-li:hover{
	 transition: all 0.4s ease-out;
     transform: translateY(-5px);
		
}



.break-li .b-img{
	overflow: hidden;
}
.break-li .b-img img{
	width: 100%;
	  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;
}
.break-li:hover .b-img 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;	
}

.break-li .b-text{
	margin-top: -50px;background: #fff;
	z-index: 1;
	position: relative;
	max-width: 65%;
}
.break-li .b-text span{
	display: inline-block;
	font-size: 18px;
	color: #e92c2b;
	
	line-height: 50px;
}
.break-li .b-text p{
	font-size: 18px;
	color: #333;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

	
}
.break-li  i{
	font-size: 24px;
	color: #fff;
	background: #b61f1f;
	display: inline-block;
	padding:0 17px;
	line-height: 50px;
	font-style: normal;
	
	position: absolute;
	right: 15px;
	bottom: 0px;
	
}

/**/
.newbg{
	padding-bottom: 40px;
	margin-top: 30px;
}

.break-top .br-tit2{
    padding-right: 60px;	
	
}

.new-rul{
	padding-top: 15px;
}
.new-leftul{
	padding-top: 20px;
}

.bannerx .swiper-button-prev:after, .bannerx .swiper-rtl .swiper-button-next:after{
	content: none;
}
.bannerx .swiper-button-next,.bannerx .swiper-button-prev{
	background: none;
}
.bannerx .swiper-button-next:after, .bannerx .swiper-rtl .swiper-button-next:after{
	content: none;
}
.bannerx .swiper-button-next img,.bannerx .swiper-button-prev img{
	width: 51px;
	height: 12px;
}
.bannerx .swiper-button-next{
	width: 51px;
	height: 12px;
	right: 35%;
	bottom: 8px;
	top: auto;
}
.bannerx .swiper-button-prev{
	width: 51px;
	height: 12px;
	left: 35%;
	right: auto;
	bottom: 7px;
	top: auto;
}
.bannerx a{
	text-decoration: none;
	display: block;
	
}

.bannerx .ban-text{
	z-index: 11;
	text-align: left;
	background: #fff;
	margin-top:-117px;
	position: relative;
	max-width: 66%;
	padding-top: 20px;
	padding-right: 50px;
	
}
.bannerx .ban-text b{
 	font-size: 18px;
 	color: #e92c2b;
 	font-weight: normal;
 }

.bannerx .ban-text p{
	font-size: 32px;
	font-weight: bold;
	color:#333;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}

.bannerx .ban-text span{
	display: inline-block;
	padding-left:30px;
	background: #e92c2b;
	color: #fff;
	margin-left: 2px;
	margin-top: 20px;
	  transition: all 0.4s ease-out;
}
.bannerx .ban-text span:hover{
	opacity: 0.8;
	  transition: all 0.4s ease-out;
	  transform: translateY(-2px);
}

.bannerx .ban-text span i{
	font-style: normal;
	background: #b61f1f;
	display: inline-block;
	line-height: 50px;
	padding: 0 16px;
	font-size: 24px;
	margin-left: 30px;
}


.bannerx .swiper-pagination {
	width: 100%;
	bottom:1px;

	z-index: 1;

}

.bannerx .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f38b8b;
    cursor: pointer;
    opacity: 1;
    border-radius: 100%;
    margin-right: 11px !important;
}

.bannerx .swiper-pagination-bullet-active {
   background: #e92c2b;
}
.new-rul .new-rli{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	margin-bottom: 45px;
	position: relative;
transition: all 0.4s ease-out;
}

.new-rul .new-rli .rli-date{
	border: 4px solid #e92c2b;
	
	 width: 94px;
	 height: 106px;
	 text-align: center;
	 color: #e92c2b;
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
	  flex-direction: column;
	 
}
.new-rul .new-rli .rli-date p{
	margin-bottom:1px;
	font-size: 24px;
	display: block;
	
	
}
.new-rul .new-rli .rli-date span{
	display: block;
	margin-top: -5px;
	font-size: 16px;
}
.new-rul .new-rli .rli-dtt{
	width: calc(100% - 140px);
	margin-left: 40px;
	border-bottom: 2px solid #b61f1f;
	position: relative;
}
.new-rul .new-rli:hover .rli-dtt{
	border-bottom: 2px solid #e92c2b;
}
.new-rul .new-rli:hover{
	
	   transition: all 0.4s ease-out;
        transform: translateY(-5px);
}
.new-rul .new-rli .rli-dtt i{
	display: inline-block;
	background: #b61f1f;
	text-align: center;
	line-height: 47px;
	width: 47px;
	color: #fff;
	font-style: normal;
	font-size: 24px;
	/*position: absolute;
	right: 0px;
	bottom: 0px;*/
	float: right;
	
	
}
.new-rul .new-rli .rli-dtt p{
	margin-bottom: 0;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.footer{
	background: url(../img/fbg.jpg) no-repeat left top;
	background-size: cover;
	padding: 43px 0 20px;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}
.footer .row1{
	border-bottom: 1px solid #bbb;
	padding-bottom: 25px;
	margin-bottom: 35px;
	margin-left: 0;
	margin-right: 0;
}
.footer .row1 .flogo{
	padding-left: 0;
}

.f-link{
	padding-right: 0;
}
.f-link ul{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	padding: 0;margin: 0;
}
.f-link ul li{
	text-align: center;
	display: inline-block;
	/*width: 20%;*/
}
.f-link ul li a{
	text-decoration: none;
	display: block;
	
}
.f-link ul li a img{
	margin-bottom: 10px;
	display: inline-block;
}
.f-link ul li a img:hover {
        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}




.f-link ul li a span{
	display: block;
	font-size: 14px;
	color: #fff;
}



.footer .row{
	/*align-items: flex-end;*/
}
.footer h4{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.f-left{
	
}
.f-left p{
	color: #fff;
	padding-left: 23px;
	background: url(../img/fic1.png) no-repeat left 8px;
	
	font-size: 16px;
	margin-bottom:12px;
	line-height: 28px;
}

.f-mid{
	
}
.f-mid ul{
	padding: 0;
	margin: 0;
}
.f-mid ul li{
	
}
.f-mid ul li a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	margin-bottom:12px;
	line-height: 28px;
		padding-left: 26px;
	background: url(../img/fic2.png) no-repeat left center;
}

.f-right{
	display: flex;
	align-items: flex-end;
	    justify-content: flex-end;
}
.f-right ul{
	padding: 0 ;
	margin: 0;

}
.f-right ul li{
	/*float: left;*/

	text-align: center;
}
.f-right ul li span{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	
}


.jishu{
	text-align: right;
	
}
.jishu p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.jishu p a {
	font-size: 16px;
	color: #fff;
}


/*.footerEnd*/



@media (min-width: 1400px) {
	
	
	
	
	
	
}
@media (min-width: 1200px) {

.break-left{
	 flex: 0 0 43%;
     max-width: 43%;
}
.break-right{
	 flex: 0 0 56%;
     max-width: 56%;
     margin-left: 1%;

}
   
.new-left{
	 flex: 0 0 63%;
     max-width: 63%;
}
.new-right{
	flex: 0 0 34%;
     max-width: 34%;
      margin-left: 3%;
}

.flogo{
	
}



.f-left {
		        flex: 0 0 44%;
                max-width: 44%;
}
	.f-mid {
		        flex: 0 0 30%;
                max-width: 30%;
}
.f-right{
		        flex: 0 0 26%;
                max-width: 26%;
}
	
	
	
}

@media (max-width: 1650px) {
	.banner .pad10{
		width: 59%;
	}
	
	
	
	
}



@media (max-width: 1500px) {
	
	.break-top .br-tit p{
		font-size: 40px;
		
	}

.new-rul .new-rli{
	margin-bottom: 30px;
}
.banner .ban-text p{
	font-size: 30px;
	
}
.banner .ban-text{

	
}
.banner::after{
	height: 188px;
	
}
















}

@media (max-width: 1400px) {

.bannerx .ban-text p{
	font-size: 26px;
	
}
.banner .ban-text p{
	font-size: 24px;
}
.break-top .br-tit p{
	font-size: 36px;
}

.new-rul .new-rli .rli-dtt {
    width: calc(100% - 110px);
    margin-left: 10px;
}
.banner .swiper-button-next{

	right: 35%;

}
.banner .swiper-button-prev{

	left: 35%;

}

}

@media (max-width: 1366px) {


	
	
	
}



@media (max-width: 1300px) {
	.wc-menu ul li a{
		font-size: 18px;
		
	}
	
    .banner::after {
        height: 158px;
    }	
.banner .ban-text {

    }	
.break-top .br-tit p{
	font-size: 32px;
}	
.break-li1 .b-text h4{
	font-size: 20px;
	
}	
.break-li1 .b-text p{
	margin-top: 20px;
}	
.break-li1 .cha{
	margin-top: 10px;
}	
    .f-right {
        flex: 0 0 30%;
        max-width: 30%;
    }	
    .f-mid {
        flex: 0 0 26%;
        max-width: 26%;
    }	
	
    .bannerx .ban-text p {
        font-size: 24px;
    }	
	
	
	 
	
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
 .wc-menu ul li a {
        font-size: 16px;
    }
   
 .break-top .br-tit p{
 	font-size: 26px;
 	
 }  

   .break-li .b-text p{
   	font-size: 16px;
   }
   
  .new-rul .new-rli {
        margin-bottom: 20px;
    } 
   
      .f-right {
      	margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
           align-items: center;
           justify-content: center;
    } 
 .f-left{
 	 flex: 0 0 60%;
        max-width: 60%;
 }  
     .f-mid {
        flex: 0 0 40%;
        max-width: 40%;
    }
.footer h4{
	font-weight: normal;
	font-size: 20px;
}
.bannerx .swiper-button-next{

	right: 30%;

}
.bannerx .swiper-button-prev{
	
	left: 30%;

}



	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
	.en{
		margin-bottom: 10px;
	}
	.en a{
		color: #333;
		text-transform: uppercase;
		padding: 0 5px;
		text-decoration: none;
		
	}
	.en a:hover{
		color: #246cc6;
	}
.logo1 img{
	max-width: 60%;
}	
.banner{
	margin-top: 60px;
}
.banner .ban-text{
	width: 100%;

}
    .banner::after {
        height: 125px;
    }
.banner .ban-text .xian{
	margin: 10px 0;
}
.banner .ban-text p{
	font-size: 20px;
}

.banner .ban-text span i{
	line-height: 40px;
	margin-left: 15px;
}	
.banner .ban-text span{
	padding-left: 15px;
	
}

.banner .swiper-button-next{

	bottom: 15px;

}
.banner .swiper-button-prev{

	bottom: 15px;

}
.banner .swiper-pagination{
	bottom: 13px;
}
.break-li1 .b-text h4{
	font-size: 18px;
	line-height: 32px;
}
.break-li1 .b-text p{
	margin-top: 10px;
}
.break-li .b-text span{
	font-size: 16px;
	
}
.break-li1 .b-text span{
	font-size: 16px;
	line-height: 35px;
}

.new-rul .new-rli .rli-date{
	width: 80px;
	height: 80px;
	
}
.new-rul .new-rli .rli-dtt p{
	font-size: 16px;
}
.new-rul .new-rli .rli-dtt i{
	line-height: 35px;
	height: 35px;
}





.newbg{
	margin-top: 10px;
}
.bannerx .ban-text p{
	font-size: 20px;
	margin-top: 10px;
}
.footer .row1 .flogo{
	text-align: center;
	margin-bottom: 20px;
}
.footer h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.footer{
	padding: 20px 0;
}

.banner .swiper-button-next{
display:none;

}
.banner .swiper-button-prev{

display:none;

}

  
	
}

@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 i {}
	#img {}
	.logo1 img {
		max-width: 70%;
	}
	.container {
		width: 100%;
	}

.banner{
	margin-top:50px;
}
.banner .pad10{
	display: none;
}
.banner::after{
	content: none;
}
.banner .swiper-button-next{
	display: none;
}
.banner .swiper-button-prev{
	display: none;
}
.banner .ban-text{
	bottom: 10px;
}
.banner .ban-text span{
	display: none;
}
.break {
    margin-top: 25px;
}

.break-top .br-tit p {
        font-size: 18px;
    }
.break-top .br-tit span{
	font-size: 14px;
}
.break-top .br-tit{
	padding-right: 30px;
}
.banner .ban-text p{
	font-size: 16px;
	margin-bottom: 5px;width: 65%;
}

.banner .ban-text .xian{
	width: 65%;
}



.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin-right: 5px !important;
}
.break-con {
    margin-top: 10px;
}

.break-li1 .b-text{
	max-width: 85%;
}
.break-li1 .b-text h4{
	font-size: 16px;
	line-height: 28px;
}
.break-li1 .cha{
	margin-bottom: 20px;
	margin-top: 0;
	display: flex;
        line-height: 35px;
        flex-wrap: wrap;
        width: 50%;
}
.break-li1 .cha i{
line-height:35px;
}
.break-li1 .cha b{
	padding: 0 20px;
}
.break-li1 .cha i{
	padding: 0 11px;
}
.break-li i{
	line-height: 40px;
	padding: 0 15px;
}
.break-li{
	margin-bottom:20px;
}
.bannerx .swiper-button-next{
	display: none;
}
.bannerx .swiper-button-prev{
	display: none;
}
.bannerx .ban-text span{
	display: none;
}
.bannerx .ban-text p{
	font-size: 16px;
	
}
.bannerx .ban-text{
	padding-right:10px;
	padding-top: 10px;
}
.bannerx .ban-text{
	margin-top: -70px;
}
.bannerx .ban-text b{
	font-size: 16px;
}

.new-leftul{
	padding-top: 0;
}
.newbg {
        margin-top:0px;
    }
.new-rightcon{
	margin-top: 20px;
}

    .f-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
.f-mid{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }
.f-right{
	margin-top: 10px;
}
.f-link ul li{
	width: 33%;
	margin-bottom: 15px;
}
.f-link ul li a img{
	max-width: 32%;
}
.flogo img{
	max-width: 70%;
}
.f-link{
	padding-right: 15px;
}
.footer .row1{
	    padding-bottom: 5px;
    margin-bottom: 15px;
}
.f-link ul{
	    justify-content: flex-start;
}
.f-left p{
	font-size: 14px;margin-bottom: 6px;
}
 .f-mid ul li a{
 	font-size: 14px;
 	margin-bottom: 6px;
 }   
 .footer h4{
 	font-size: 16px;
 }
  .banner .swiper-pagination{
	bottom: 2px;
	text-align: right;
}
 
 
 
 
 
	
}

@media (max-width: 600px) {}