@charset "utf-8";

/* CSS Document */
/*2025.6.16*/

.box {
	overflow: hidden;
border-top:8px solid #084173;
}

body {}

.container {
	max-width: 1320px;
	width: 96%;
	/*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: #0d3692;
}

.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: #23519d;
	color: #fff;
}

/*顶部弹出样式 end*/

.top {
	padding: 30px 0 25px;
	
}

.top-right {}

.top-searchbg {
	/*display: flex;*/
}

.wc-menu {
	
}

.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: 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 {
	display: block;
	text-decoration: none;
	text-align: center;
}
.wc-menu ul li a img{
	display: inline-block;
}
.wc-menu ul li a img.img2{
	display: none;
}

.wc-menu ul li a span{
	font-size: 20px;
	color: #333;
	position: relative;
	display: block;
	padding: 0 5px;
	padding-bottom: 6px;
}



.wc-menu ul li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background-color: #005bac;
    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 span,
.wc-menu ul li a.move span,
.wc-menu ul li a.selected span,
.wc-menu ul li a.parent span,
.wc-menu ul li a:hover span{
	color: #005bac;
	
}
.wc-menu ul li a:hover img.img2,
.wc-menu ul li a.move img.img2,
.wc-menu ul li a.selected img.img2,
.wc-menu ul li a.parent img.img2,
.wc-menu ul li a.active img.img2{
	display: inline-block;
}
.wc-menu ul li a:hover img.img1,
.wc-menu ul li a.move img.img1,
.wc-menu ul li a.selected img.img1,
.wc-menu ul li a.parent img.img1,
.wc-menu ul li a.active img.img1{
	display: none;
}


.wc-menu ul li .ernav {
	position: absolute;
	left: -36px;
	top: 100%;
	background: #fff;
	width: 160px;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  -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;
    padding: 6px 0;
}

.wc-menu ul li:nth-child(3) .ernav,.wc-menu ul li:nth-child(4) .ernav{
    left: -26px;
}

@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;
}

.wc-menu ul li .ernav ul li {
	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: 18px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 12px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #284b96;
}

.wc-menu ul li .ernav ul li>a:after {
    content:none;
    
    }
  
/*menu End*/

.qlink{
	display: inline-block;
}
.qlink ul{
	padding: 0;
	margin: 0;
border:1px solid #ddd;
width: 99px;
display: inline-block;
}
.qlink ul li:first-child{
	border-right:1px solid #ddd;
}
.qlink ul li:last-child{
	margin-left: -4px;
}
.qlink ul li{
	display: inline-block;
	width: 46px;
	height: 46px;
	
	line-height: 46px;
	text-align: center;
}
.qlink ul li a{
	display: block;
	font-size: 16px;
	color: #005bac;
	text-decoration: none;
}




.banner {
	
}
.banner .swiper-container a {
    text-decoration: none;
    display: block;
    position: relative;
}


.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner .swiper-container {
	/*padding-bottom: 20px;*/
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}
.banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    /*animation: bg-slide 5s linear infinite;*/
    /*-webkit-animation: 15s infinite activeB;
    -o-animation: 15s infinite activeB;
    animation: 15s infinite activeB;*/
}



@keyframes bg-slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -200% 0; /* 假设背景图像足够大以覆盖整个动画的位移 */
    }
}
.banner .swiper-container a img {
	/*-webkit-animation: 15s infinite activeB;
						    -o-animation: 15s infinite activeB;
						    animation: 15s infinite activeB;*/

}

.banner .swiper-pagination {
	width: 100%;
	bottom: 34px;
	text-align: left;
left: 0;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    cursor: pointer;
    opacity: 0.45;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 15px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner .swiper-container .ban-text {
	position: absolute;
	left: 0px;
	bottom: 80px;
	width: 100%;
	z-index: 11;


}
.banner .swiper-container .ban-pp {
width: 71%;
}


.banner .swiper-container .ban-pp p {
	
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	/*line-height: 32px;*/
	margin-bottom: 0;
	text-align: left;
}

.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{
	background: none;
}

.banner .swiper-button-next,.banner  .swiper-container-rtl .swiper-button-prev{
	background: none;
}
.banner .swiper-button-prev img,.banner .swiper-button-next img{
	max-width: 87px !important;
	height: 87px;
	
}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 87px;
	height: 87px;
	right: 0px;
}
 .banner .swiper-button-prev{
 	left: 0px;
 	right: auto;
 }
.banner .page{
	position: absolute;
	left: 0px;
	top: 50%;
	height: 100%;
	width: 100%;
	
	
}
/*banner end*/

img {
	max-width: 100%;
}

.about{
	background: url(../images/aboutbg.jpg) repeat-x center bottom;
	padding: 60px 0 75px;
}

.new-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center ;
	align-items: center;
	/*border-bottom:1px solid #005f9f;*/
	position: relative;
}
.new-top .new-tit{
	font-size: 42px;
	color: #333;
	text-align: left;
	padding-bottom: 20px;
}

.new-top  .new-tit i{
	width: 74px;
	height: 3px;display: block;
    margin-top: 15px;
	background: #cfbb5d;
}
.new-top  .new-tit::after{
margin-top: 10px;
	display:block;content: "";
width: 200px;
height: 3px;
background: #005bac;
	z-index: 1;
	position: relative;
	text-transform: uppercase;position: absolute;
	left: 0px;
	bottom: 11px;
	
	
}

.new-top .new-more{
	
}
.new-top .new-more a{
	font-size: 30px;
	color: #cfbb5d;
	line-height: 36px;
	width: 36px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background: #005bac;
	transition: all 0.4s ease-out;
}
.new-top .new-more a:hover{
	opacity: 0.85;
	transition: all 0.4s ease-out;
}
.ab-left{
	padding-right: 2%;
}

.ab-pp{
	margin-top: 40px;	
}

.ab-pp p{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-bottom: 20px;
}

.ab-right{
	padding-left: 3%;
}
.ab-right .pad0{
	padding: 0;
}
.ab-right .pad0 img{
	transition: all 0.4s ease-out;
}
.ab-right .pad0:hover img{
	transition: all 0.4s ease-out;
	transform: translateY(-5px);
}
.news{
	background: #fff;
	padding:60px 0 50px;
}

.news-con{
   padding-top: 45px;
}

.new-imgbb .li-img1 {
	overflow: hidden;
}

.new-imgbb 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;
}
.new-imgbb: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;
}
.nimg-text{
	position: absolute;
	left: 0px;
	bottom: -40px;
	width:86%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
.nimg-text .nimg-date{
	width: 125px;
	text-align: right;
	border-right: 1px solid #ddd;
	padding-right: 20px;
}
.nimg-text .nimg-date span{
  display: block;
  	font-size: 16px;
  	color: #333;
  	
}
.nimg-text .nimg-date p{
	font-size: 24px;
	font-weight: bold;
	color: #005bac;
	
}
.nimg-text .nimg-tt{
	width: calc(100% - 125px);
	padding-left: 22px;
	padding-right: 30px;
}
.nimg-text .nimg-tt p{
	font-size: 21px;
	margin-bottom: 0;
	color: #000;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}




.new-leftone  ul{
	padding: 0;
	margin: 0;
}
.new-leftone  ul li{
	display: flex;
	/*flex-wrap: wrap;
	align-content: center;
	align-items: center;*/
	margin-bottom: 20px;

	position: relative;
	transition: all 0.4s ease-out;
	background: #e8f2f9;
}

.new-leftone ul li:first-child{
   display:none;
}

.new-leftone ul li:hover{
	box-shadow: 0px 15px 22px -13px rgb(0 0 0 / 50%);
	transform: scale(1.01);
        }

.new-leftone  ul li .li-img{
	width: 178px;
}
.new-leftone  ul li .li-tt{
	position: relative;
	width: calc(100% - 178px );
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 25px;
}
.new-leftone  ul li .li-tt span{
	display: block;
	font-size: 16px;
	color: #005bac;
	margin-bottom: 10px;
	
}
.new-leftone  ul li .li-tt p{
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.new-lefttwo{
	
}
.new-lefttwo ul{
	padding: 0;
	margin: 0;
	
}
.new-lefttwo ul li{
	background: #e8f2f9;
	position: relative;
	margin-bottom: 22px;
	padding: 14px 20px 21px 20px;
	transition: all 0.4s ease-out;
}
.new-lefttwo ul li span{
	display: block;
	font-size: 16px;
	color: #005bac;
	margin-bottom: 10px;
}
.new-lefttwo ul li h4{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.new-lefttwo ul li p{
	margin-bottom: 0;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.new-lefttwo  ul li:hover{
	box-shadow: 0px 15px 22px -13px rgb(0 0 0 / 50%);
	transform: scale(1.01);
}


.jiaoliu{
	background: #e8f2f9;
	padding: 60px 0 75px;
}

.jiaoliu-con{
	margin-top: 45px;	
}

.jiaoliu-con .row{
	margin-left: -7px;
}

.ji-li{
	position: relative;	
	min-height: 205px;
	background: url(../images/jimg1.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom:2px;
	margin-right: 2px;
	flex: 0 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
}
.ji-li .ji-ttrbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(29,53,87,0), rgba(29,53,87,1));
	padding: 22px 35px;
	transition: all 0.4s ease-out;
	display: flex;
	align-content: flex-end ;
	align-items: end;
}





div.ji-li:nth-child(2){
	/*background: #3566a2 !important;*/
}
div.ji-li:nth-child(3){
	/*background: #9f9e9a !important;*/
}
div.ji-li:nth-child(4){
	background: url(../images/jimg2.jpg) no-repeat center center;
	background-size: cover;
}
.ji-left .ji-tt{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 15px 30px;
	transition: all 0.4s ease-out;
}
.ji-li:hover .ji-tt{
	transition: all 0.4s ease-out;
    transform: translateY(-10px);
}


.ji-left .ji-tt span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.ji-left .ji-tt p{
	font-size: 16px;
	width: 88%;
	color: #fff;margin-bottom: 0;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}
.ji-right{
	padding-left: 0;
}
.ji-rli{
	transition: all 0.4s ease-out;
}
.ji-rli:hover .ji-ttr{
	transform: translateY(-10px);
	transition: all 0.4s ease-out;
}
.ji-rli .ji-ttrbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(29,53,87,0), rgba(29,53,87,1));
	padding: 22px 35px;
	transition: all 0.4s ease-out;
	display: flex;
	align-content: flex-end ;
	align-items: end;
}
.ji-rli .ji-ttr{
	transition: all 0.4s ease-out;
}
.ji-rli .ji-ttr span{
	display: block;
	font-size: 21px;
	color: #fff;
	margin-bottom: 10px;
}
.ji-rli .ji-ttr p{
	font-size: 21px;
	color: #fff;
	margin-bottom: 0;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}




.zhongyao{
	padding:60px 0 45px;	
}

.zhong-con{
	margin-top: 45px;
	
}
.zhong-con .zhong-li{
	border:1px solid #ddd;
	padding: 15px  8px;
	margin-bottom: 30px;
	/*display: flex;*/
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-out;
}
.zhong-con .zhong-li i{
	position: absolute;
	right: 7px;
	top: 4px;
	
}
.zhong-con .zhong-li .zh-img{
	width: 34px;
	
}
.zhong-con .zhong-li .zh-tt{
	width: calc( 100% - 37px );
	padding-left: 22px;
min-height: 48px;
	
}
.zhong-con .zhong-li .zh-tt p{
	margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.zhong-con .zhong-li:hover{
	box-shadow: 0px 15px 22px -13px rgb(0 0 0 / 50%);
	transform: scale(1.01);
	transition: all 0.4s ease-out;
}



.footer{
	background: #084173;
	padding: 55px 0;
	border-top:10px solid #cfbb5d;
}

.footer .row{
	/*align-items: flex-end;*/
}
.footer h4{
	font-size: 22px;

	color: #fff;
	margin-bottom: 10px;
}

.f-left a{
	display: block;
	margin-bottom: 22px;
}
.f-left p{
	font-size: 16px;
	color: #6a819d;
	/*opacity: 0.35;*/
	margin: 0;
}

 .f-left select {
        width: 200px;
        height: 40px;
        line-height: 40px;
        display: block;
        margin: 25px 0px 0;
        padding: 0 20px;
        border: 0;
        border-radius: 5px;
    }
    .f-left select option{
        height: 40px;
        display: block;
    }

.f-mid{
	padding-left: 10px;
}
.f-mid p{
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 0;
}
.f-right .fer{
	margin-top: 48px;
}

.f-right .fer a:first-child{
   padding-right: 20px;
}

.form-one{
	margin-top: 15px;
        color:#fff;
}

.form-one table{
	width: 100%;
}

.form-one input[type='text'],.form-one textarea{
	border: none;
	border-radius: 0;
}

.form-one input[type='text']{
    height: 40px;
    width: 100%;
    padding-left: 10px;
}

.form-one textarea{
    height: 86px;
    width: 100%;
    padding-left: 10px;
    margin: 15px 0 0;
}

.form-one input[type='button']{
    color: #fff;
    background: #cfbb5d;
    line-height: 36px;
    height: 36px;
    border: none;
    padding: 0 30px;     
    border-radius: 0;  
}

.form-one input[type='reset']{
    color: #cfbb5d;
    background: #fff;
    line-height: 36px;
    height: 36px;
    border: none;
    padding: 0 30px;  
    border-radius: 0;     
}


/*.footerEnd*/
@media (min-width: 1300px) {

.new-left{
	flex: 0 0 44%;
        max-width: 44%;
}	

.new-right{
	flex: 0 0 56%;
        max-width: 56%;
}
	
	
}
@media (min-width: 1200px) {
	
	
	
	
}

@media (min-width: 991px) {
	
	
}


@media (max-width: 1400px) {
	
	.banner .swiper-container .ban-pp p{
		font-size: 30px;
	}
	
	.ji-left .ji-tt{
  padding: 15px 15px;
}
	
.ji-left .ji-tt p {
    width: 100%;
}
	
	
	
	
}

@media (max-width: 1367px) {
	
	
	
	
	
	
	
}



@media (max-width: 1300px) {
	.ji-li{
		min-height: 190px;	
	}
	
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
   .banner{
   	margin-top: 90px;
   }
 
   .banner .swiper-pagination{
   	bottom: 10px;
   }
   .banner .swiper-container .ban-text {

	bottom: 48px;

}
.new-top .new-tit{
	font-size: 30px;
}
.new-top .new-tit i{
	
}
.new-top .new-tit::after{
width: 110px;
}

 .about{
 	padding: 50px 0;
 } 
.news{
	padding: 30px 0;
}
.nimg-text .nimg-date p{
	font-size: 18px;
}
.nimg-text .nimg-tt p{
	font-size: 18px;
	
}
.news-con {
    padding-top:30px;
}
.jiaoliu{
	padding: 30px 0 40px;
}
.jiaoliu-con {
    margin-top: 30px;
}
.ji-li {
        min-height: 174px;
    }

.ji-rli .ji-ttr span{
	font-size: 18px;
	
}
.ji-rli .ji-ttr p{
	font-size: 18px;
}

.zhong-con {
    margin-top: 25px;
}
.zhongyao {
    padding: 50px 0 20px;
}

.footer h4{
	font-size: 20px;
}








	
}
@media (max-width: 1100px) {
	.ji-li {
        min-height: 150px;
    }
	
}
@media (max-width: 991px) {
	/*小屏幕设备 平板*/
.banner .swiper-container .ban-pp p{
	font-size: 20px;
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.new-top .new-tit{
	font-size: 20px;
}
.new-top .new-tit i{
	height: 2px;
}
.about{
	padding: 30px 0;
}

    .jiaoliu {
        padding: 30px 0 20px;
    }

.ab-pp p{
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 4px;
}
.ab-pp{
	margin-top: 15px;
}
.ab-right{
	margin-top: 10px;
}
.ab-right .pad0{
	flex: 0 0 33.33%;
        max-width: 33.33%;
}
.ab-right div.pad0:nth-child(2),
.ab-right div.pad0:nth-child(3),
.ab-right div.pad0:nth-child(6){
	display: none;
}

.new-leftone ul li:first-child{
   display:flex;
}

.new-right{
  margin-top:0px;
}
.news-con {
        padding-top:20px;
    }
    .news {
        padding: 20px 0;
    }

.ji-rli img{
	width: 100%;
}
.jiaoliu-con {
        margin-top: 20px;
    }
.zhongyao{
	padding-top: 30px;
}

.zhong-con {
        margin-top: 20px;
}
.footer h4{
	font-size: 18px;
}
.zhong-con .zhong-li{
	margin-bottom: 20px;
}
 .ji-right {
    padding-left: 0;
    padding-right: 0;
    margin-left: 11px;
}
  
	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
.logo1 img{
	max-width: 90%;
}
.banner{
	margin-top: 55px;
}

.banner .swiper-container .ban-pp p{
	font-size: 16px;
	-webkit-line-clamp:1;
}
.banner .swiper-pagination{
	bottom: 5px;
	text-align: center;
}
.banner .swiper-container .ban-pp{
	width: 100%;
}
.banner .swiper-container .swiper-pagination-bullet{
	margin:0 3px;
}
.banner .swiper-container .ban-text{
	bottom: 25px;
}
.about{
	padding-top: 20px;	
}
.new-top .new-tit i{
	width: 60px;
	margin-top: 5px;
}
.new-top .new-tit::after{
	width: 80px;
}

.new-top .new-more a{
	width: 30px;
	height: 30px;
	line-height: 25px;
}



.new-leftone ul li .li-img{
	width: 150px;
}
.new-leftone ul li .li-tt{
	width: calc(100% - 150px);
}
.new-leftone ul li .li-tt span{
	margin-bottom: 3px;
}
.nimg-text .nimg-date p{
	font-size: 16px;
	
}
.nimg-text .nimg-tt p{
	font-size: 16px;
}
.nimg-text .nimg-tt{
	padding: 0 14px;
	width: calc(100% - 110px);
}
.nimg-text .nimg-date{
	width: 110px;
}
.ab-right .row{
	margin: 0;
}
.news{
	padding-bottom: 10px;
}

    .jiaoliu {
        padding: 20px 0 30px;
    }

.ji-left .ji-tt{
	padding: 10px;
}
.ji-left .ji-tt p{
	width: 100%;
}
.ji-rli .ji-ttr p,.ji-rli .ji-ttr span{
	font-size: 16px;
}
.ji-rli .ji-ttrbg{
	padding: 20px 10px;
}
.jiaoliu-con .row{
	margin-left: -15px;
}
.jiaoliu-con .ji-left{
	margin: 0 15px;
}
.jiaoliu-con .ji-right{
	margin: 0 15px;
}

.zhongyao{
	padding-top: 20px;
	padding-bottom: 10px;
}

.zhong-con .zhong-li .zh-tt{
	padding-left: 14px;
}
.zhong-con {
        margin-top: 20px;
    }


.zhong-con .zhong-li{
	padding-left: 12px;
	
}

.f-right .fer{
    margin-top: 0px;
}

.footer{
	padding: 25px 0;
}
.f-left a{
	margin-bottom: 12px;
}
.f-mid{
	padding-left: 15px;
	margin-top:40px;
	margin-bottom:40px;
}

.f-mid p{
	line-height: 28px;
}

.form-one button {
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
}
    
	
}

@media (max-width: 600px) {}