body{padding-top: 0;}
.header{background: transparent;}
.header .nav a {color: #FFFFFF;}
.logo img{display: inline-block;}
.logo img+img{display: none;}
.header.active{background: rgba(0,0,0,0.8);}
.header_nav_item>a:after{background: #FFFFFF;}
.header_nav_item>a:hover{color: #FFFFFF;}
.banner{position: relative;width: 100%;z-index: 50;}
.ban_pic{transition: all 1s ease-in; position: relative;width: 100%;z-index: 50;transform: scale(1);}
.ban_pic img{display: block;width: 100%;}
.ban_cont{color: #FFFFFF; position: absolute; z-index: 100;top: 38%;left: 50%;transform: translateX(-50%);}
.ban_ani{opacity: 0;position: relative;top: 100px;transition: all .5s ease-in;}
.banner .swiper-slide.swiper-slide-active .ban_pic{transform: scale(1.05);}
.banner .swiper-slide.swiper-slide-active .ban_ani{opacity: 1;position: relative;top: 0px;}
.ban_info{width: 495px;margin-top: 10px;font-family: "PingFangSCMedium",Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;}
.ban_more a{display: block;background: #e7edf1;font-family: "PingFangSCMedium",Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;border-radius: 24px; color: #333333;width: 160px;height: 48px;line-height: 48px;text-align: center;}
.ban_more a:hover{color: #4069d1;}
.ban_prev{outline: none; position: absolute;z-index: 100;opacity: 0.8; left: 4.68%; top: 50%;transform: translateY(-50%); cursor: pointer; background: url(../images/prev1.png)no-repeat center center/cover;width: 13px;height: 24px;}
.ban_next{outline: none; position: absolute;z-index: 100;opacity: 0.8; right: 4.68%; top: 50%;transform: translateY(-50%); cursor: pointer; background: url(../images/next1.png)no-repeat center center/cover;width: 13px;height: 24px;}
.ban_prev:hover{opacity: 1;}
.ban_next:hover{opacity: 1;}
.ban_prev.swiper-button-disabled{opacity: 0.8;cursor: default;}
.ban_next.swiper-button-disabled{opacity: 0.8;cursor: default;}
.ban1{position: absolute;z-index: 100;font-size: 0; bottom: 35px !important;left: 0 !important;width: 100% !important;text-align: center;}
.ban1 .swiper-pagination-bullet{outline: none; transition: all .3s ease-in;vertical-align: middle; width: 8px;height: 8px;background: #FFFFFF;margin: 0 9px !important;opacity: 1;}
.ban1 .swiper-pagination-bullet-active{width: 16px;height: 16px;background: transparent;border: 4px solid #FFFFFF;}
.ban_way{font-family: "PingFangSCMedium",Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;}
.ban_tit{font-family: "PingFangSCMedium",Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;}
@media only screen and (max-width: 1440px) {
	.ban_more a{width: 150px;height: 40px;line-height: 40px;}
	.ban_prev{left: 3%;}
	.ban_next{right: 3%;}
}
@media only screen and (max-width:1024px) {
	.ban_prev{left: 2%;}
	.ban_next{right: 2%;}
}
@media only screen and (max-width: 768px) {
	.ban_pic{height: 430px !important;}
	.ban_prev{display: none;}
	.ban_next{display: none;}
	.ban1{bottom: 22px !important;}
	.ban_cont{top: 30%;}
	.ban_info{width: 80%;}
}
@media only screen and (max-width:500px ) {
	body{padding-top: 60px;}
	.logo img{display:none;}
	.menuBtn span{background: #007AFF;}
	.header{background: #FFFFFF !important;}
	.logo img+img{display: inline-block;}
	.ban_info{width: 96%;display: none;}
	.ban_cont{top: 28%;}
	.ban_more a{width: 120px;}
	.ban_pic{height: 300px !important;}
	.ban_pic img{height: 300px !important;width: auto;}
	.ban_tit{font-size: 28px;}
	.header .searchBox{height: 40px;line-height: 40px;}
}
/*公司简介*/
.brief_box{position: relative;z-index: 50; height:760px ;background: url(../images/briefbj.jpg)no-repeat center center/cover;}
.bri_top{color: #FFFFFF;position: relative;}
.bri_name{float: left;}
.bri_more{float: right; width: 140px;line-height: 38px;border:1px solid #FFFFFF ;}
.bri_more a{transition: all .3s ease-in; color: #FFFFFF;display: block;text-align: center;}
.bri_top:after{display: block;content: ""; position: absolute;right: 200px;width: calc(100% - 710px);top: 34%;height: 1px;background: rgba(255,255,255,0.2);}
.bri_en{color: rgba(255,255,255,0.3);font-family: arial;}
.bri_more a:hover{background: #FFFFFF;color: #1065e0;}
.bri_pro{color: #FFFFFF;width: 775px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;overflow : hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.bri_pro a{color:rgba(255,255,255,0.9);}
.bri_list{margin-top: 50px;}
.bri_item{color: #FFFFFF;float: left;}
.bri_item p{color: #e4e4e4;}
.bri_item:nth-child(1){width: 28%;}
.bri_item:nth-child(2){width: 31.5%;}
.bri_item:nth-child(3){width: 23.6%;}
.bri_item:nth-child(4){float: right;}
.bri_use{line-height: 38px;}
.bri_item_num span{font-family: "PingFangSCMedium";}
.bri_item_num em{font-family: "PingFangSCMedium";}
@media only screen and (max-width:1680px ) {
	.brief_box{height: 700px;}
}
@media only screen and (max-width:1440px ) {
	.brief_box{height: 620px;}
	.bri_more{width: 130px;}
}
@media only screen and (max-width:1336px ) {
	.brief_box{height: 580px;}
	.bri_item:nth-child(1){width: 26%;}
	.bri_item:nth-child(2){width: 37%;}
	.bri_more{width: 120px;line-height: 36px;}
	.bri_use{line-height: 36px;}
}
@media only screen and (max-width:1280px ) {
	.brief_box{height: 500px;}
	.bri_item:nth-child(1){width: 24%;}
	.bri_pro{width: 80%;}
	.bri_list{margin-top: 25px;}
}
@media only screen and (max-width:1024px ) {
	.bri_top:after{display: none;}
	.brief_box{height: 462px;}
	.bri_item:nth-child(2){width: 33%;}
	.bri_item:nth-child(2){padding-right: 20px;box-sizing: border-box;}
}
@media only screen and (max-width:768px ) {
	.bri_item:nth-child(1){width: 26%;}
	.bri_item:nth-child(2){width: 33%;}
	.bri_item:nth-child(2){padding-right: 20px;box-sizing: border-box;}
}
@media only screen and (max-width:500px ) {
	.bri_item{margin-top: 20px;}
	.bri_item:nth-child(1){width: 50%;}
	.bri_item:nth-child(2){width: 50%;padding-left: 20px;box-sizing: border-box;}
	.bri_item:nth-child(3){width: 50%;}
	.bri_item:nth-child(4){width: 50%;padding-left: 20px;box-sizing: border-box;float: left;}
	.bri_item:nth-child(2){padding-right: 20px;box-sizing: border-box;}
     .bri_pro{width: 100%;}
     .bri_name{font-size: 16px;}
     .bri_list{margin-top: 20px;}
     .bri_more{width: 70px;line-height: 28px;}
}
/*产品优势*/
.pro_box{position: relative;z-index: 100; background: url(../images/probj.jpg)no-repeat center 210px/cover;}
.pro_use{position: relative;margin-top: -210px;}
.pro_pic{color: #FFFFFF; position: relative;overflow: hidden;height: 100%;}
.pro_pic img{position: relative;z-index: 50;cursor: pointer;}
.pro_pic:after{display: block;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;background: rgba(0,0,0,0.2);}
.pro_pic a{color: #FFFFFF;}
.pro_num{font-family: "PingFangSCMedium";padding-left: 70px;box-sizing: border-box;position: relative;}
.pro_num:after{display: block;content: "";position: absolute;width: 60px;height: 1px;background: #FFFFFF;left: 0;top: 50%;transform: translateY(-50%);}
.pro_more{width: 118px;text-align: center;line-height: 28px;border:1px solid #FFFFFF ;}
.pro_more a{display: block;color: #FFFFFF;}
.pro_cont{width:100%; position: absolute;left: 26px;bottom: 35px;z-index: 100;}
.pro_info{display: none;width: 75%; padding-top: 10px;}
.pro_info p{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;overflow : hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pro_prev{display: none; outline: none; position: absolute;z-index: 100;opacity: 0.8; left:-70px; top: 50%;transform: translateY(-50%); cursor: pointer; background: url(../images/prev2.png)no-repeat center center/cover;width: 13px;height: 24px;}
.pro_next{display: none; outline: none; position: absolute;z-index: 100;opacity: 0.8; right: -70px; top: 50%;transform: translateY(-50%); cursor: pointer; background: url(../images/next2.png)no-repeat center center/cover;width: 13px;height: 24px;}
.pro_prev:hover{opacity: 1;}
.pro_next:hover{opacity: 1;}
.pro_prev.swiper-button-disabled{opacity: 0.8;cursor: default;}
.pro_next.swiper-button-disabled{opacity: 0.8;cursor: default;}
.pro_ban li.active{width: 58%;opacity: 1;}
.pro_ban li{width: 10%;float: left;transition: all .3s ease-in;opacity: 0.9;}
.pro_ban li.active .pro_pic img{width: 100%;}
.pro_ban{width: 100%;overflow: hidden;}
/*.pro_ban ul{width: 10000px;}*/
/*.pro_ban .swiper-slide.swiper-slide-next{width:21% !important;}*/
.pro_ban li.active .pro_info{display: block;}
.pro_ban li.active  .pro_name{font-size: 30px;}
.pro_ban li.active  .pro_cont{bottom: 57px;}
.pro_name a{color: #FFFFFF;}
.pro_more a:hover{background: #FFFFFF;color: #0F52B2;}
@media only screen and (max-width:1440px ) {
	.pro_use{margin-top: -140px;}
	.pro_box{background-position-y: 140px;}
	.pro_prev{left: -60px ;}
	.pro_next{right: -60px ;}
	.pro_ban li.active  .pro_name{font-size: 28px;}
}
@media only screen and (max-width:1336px ) {
	.pro_prev{left: -50px ;}
	.pro_next{right: -50px ;}
	.pro_use{margin-top: -120px;}
	.pro_box{background-position-y: 120px;}
	.pro_cont{bottom: 30px;}
	.pro_ban li.active  .pro_cont{bottom: 50px;}
	.pro_ban li.active  .pro_name{font-size: 26px;}
	.pro_more{width: 100px;}
}
@media only screen and (max-width:1280px ) {
	.pro_use{margin-top: -100px;}
	.pro_box{background-position-y: 100px;}
}
@media only screen and (max-width:1024px ) {
	.pro_use{margin-top: -80px;}
	.pro_box{background-position-y: 80px;}
	.pro_prev{left: -35px ;}
	.pro_next{right: -35px ;}
	.pro_more{width: 80px;}
	.pro_ban li.active  .pro_name{font-size: 24px;}
}
@media only screen and (max-width:768px ) {
	.pro_use{padding: 0 20px;box-sizing: border-box;}
	.pro_prev{left: -5px ;}
	.pro_next{right: -5px ;}
	.pro_cont{bottom: 20px;}
	.pro_ban li.active  .pro_cont{bottom: 40px;}
}
@media only screen and (max-width:500px ) {
	.pro_ban ul{width: 10000px;}
	.pro_use{margin-top: 20px;padding: 0 10px;}
	.pro_prev{display: block; left: -10px ;}
	.pro_next{display: block; right: -10px ;}
	.pro_info p{display: none;}
	.pro_ban li.active .pro_cont{bottom: 15px;}
}
/*产品优势*/
.clou_tit{position: relative;}
.clou_tit em{background-image: -webkit-gradient(linear, left 0, right 0, from(#02215f), to(#1758cb));-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-left: 25px;font-family: arial;}
.clou_tit a{display: block;transition: all .3s ease-in; float: right;color: #666666; display: block; width: 138px;line-height: 38px;text-align: center; border: 1px solid #d2d2d2;}
.clou_tit a:hover{border: 1px solid #0460e3;background: #0460e3;color: #FFFFFF;}
.clou_top p{color: #646464;margin-top: 15px;}
.bud_list li{background: #FFFFFF;transition: all .3s ease-in; width: 31.9%;float: left;padding: 25px 35px 45px 40px;box-sizing: border-box; margin-left: 2.08%;margin-top: 30px;}
.bud_list li:nth-of-type(3n+1){margin-left: 0;}
.bud_list li:hover{box-shadow: 10px 4px  10px 0 rgba(185,185,185,0.5);}
.bud_tit p{font-size: 12px;color: #7d7d7d;}
.bud_tit h3{color: #305093;font-weight: bold;}
.bud_top{padding-bottom: 20px;box-sizing: border-box;border-bottom: 1px solid #e5e5e5;}
.bud_pic{display: inline-block;height: 56px;line-height: 56px; width: 85px;vertical-align: middle;}
.bud_pic img{vertical-align: middle;}
.bud_tit{display: inline-block;vertical-align: middle;}
.bud_name{font-weight: bold;color: #2b2b2b; margin: 20px 0 ;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.bud_info{height: 60px; color: #7d7d7d;line-height: 30px;display: -webkit-box;text-overflow: ellipsis;overflow : hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.bud_more{width: 118px;border: 1px solid #d2d2d2; line-height: 38px;text-align: center;transition: all .3s ease-in;}
.bud_more a{color: #7d7d7d;transition: all .3s ease-in;}
.bud_more:hover{border: 1px solid #094cd9;background: #094CD9;}
.bud_more:hover a{color: #FFFFFF;}
.intel_info p{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media only screen and (max-width:1440px ) {
	.bud_pic{width: 67px;}
	.bud_list li{padding: 25px 30px 40px 35px;}
}
@media only screen and (max-width:1336px ) {
	.clou_tit a{width: 100px;}
	.bud_pic{width: 60px;}
	.bud_pic img{max-width: 80%;}
	.bud_info{height: 50px; line-height: 24px;}
	.bud_list li{padding: 20px 25px 30px 25px;margin-top: 20px;}
	.bud_top{padding-bottom: 10px;}
	.bud_name{margin: 10px 0;}
	.clou_tit:after{width: calc(1005 - 300px);}
}
@media only screen and (max-width:1280px ) {
	.clou_tit:after{display: none;}
	.bud_more{width: 100px;}
}
@media only screen and (max-width:992px ) {
	.bud_list li{padding: 20px 20px;}
	.bud_pic{width: 45px;}
	.bud_tit{font-size: 18px;}
}
@media only screen and (max-width:768px ) {
	.bud_list li{width: 49%; padding: 20px 20px;margin-left: 0;margin-top: 10px;}
	.bud_list li:nth-of-type(even){float: right;}
	.bud_pic{width: 45px;}
	.bud_tit{font-size: 18px;}
}
@media only screen and (max-width:500px ) {
	.bud_list li{width: 100%;padding: 20px 15px;}
	.bud_pic{width: 45px;}
	.bud_tit{font-size: 18px;}
	.bud_top{padding-bottom: 5px;}
	.bud_name{margin: 5px 0;}
	.bud_more{width: 85px;line-height: 36px;}
}
/*工程ban*/
.project_box{position: relative;}
.project_pic{position: relative;z-index: 50;overflow: hidden;}
.project_pic img{display: block;transition: all 1s ease-in; width: 100%;transform: scale(1);}
.project_list li{ position: relative;overflow-x: hidden;display: none;}
.project_list li.active{display: block;}
.project_list li.active img.on{transform: scale(1.05);}
.project_cont{position: absolute;color: #FFFFFF; left: 50%;transform: translateX(-50%);z-index: 100;top: 22%;}
.project_sch{ color: #22a6ff;position: relative;padding-bottom: 25px;box-sizing: border-box;}
.project_sch:after{display: block;content: "";position: absolute;bottom: 0;left: 0;width: 60px;height: 1px;background: #FFFFFF;}
.project_more{width: 158px;line-height: 38px;text-align: center;border:1px solid #FFFFFF ;}
.project_more a{letter-spacing: 5px; display: block;color: #FFFFFF;transition: all .3s ease-in;}
.project_more a:hover{background: #FFFFFF;color: #007AFF;}
.project_list li:after{display: block;content: "";position: absolute;bottom: 0;left: 0;width: 50%;height: 100%;background: rgba(4,96,227,0.5);z-index: 80;}
.intel_ban li{cursor: pointer;}
.intel_box{position: absolute;bottom: 90px;left: 50%;transform: translateX(-50%);z-index: 100;}
.intel_use{position: relative;width: 100%;}
.intel_info{z-index: 100; color: #FFFFFF;position: absolute;bottom: 14px;left: 50px;}
.intel_name{position: relative;}
.intel_name:after{position: absolute; display: block;content: "";background: #FFFFFF;top: 50%;transform: translateY(-50%);width: 4px;height: 4px;border-radius: 50%;left: -15px;}
.intel_pic{border: 2px solid rgba(255,255,255,0.1); position: relative;z-index: 50;}
.intel_info p{color: rgba(255,255,255,0.3);font-family: arial;}
.intel_pic img{display: block;width: 100%;}
.intel_ban li.swiper-slide.swiper-slide-active .intel_pic{border: 2px solid #00fffa;}
.intel_prev{outline: none; position: absolute;z-index: 100;opacity: 0.8; left:-70px; top: 50%;transform: translateY(-50%); cursor: pointer; background: url(../images/prev1.png)no-repeat center center/cover;width: 13px;height: 24px;}
.intel_next{outline: none; position: absolute;z-index: 100;opacity: 0.8; right: -70px; top: 50%;transform: translateY(-50%); cursor: pointer; background: url(../images/next1.png)no-repeat center center/cover;width: 13px;height: 24px;}
.intel_prev:hover{opacity: 1;}
.intel_next:hover{opacity: 1;}
.intel_prev.swiper-button-disabled{opacity: 0.8;cursor: default;}
.intel_next.swiper-button-disabled{opacity: 0.8;cursor: default;}
.pro_ani{width: 46%; opacity: 0;position: relative;top: 100px;transition: all .5s ease-in;}
.pro_ani.on{opacity: 1;position: relative;top: 0px;}

@media only screen and (max-width:1440px ) {
	.intel_prev{left: -50px;}
	.intel_next{right: -50px;}
	.intel_box{bottom: 80px;}
	.project_cont{top: 15%;}
	.project_more{width: 130px;}
}
@media only screen and (max-width:1280px ) {
	.intel_box{bottom: 60px;}
	.project_cont{top: 15%;}
	.project_more{margin-top: 30px;}
	.intel_info{left: 30px;}
}
@media only screen and (max-width: 1024px) {
	.project_cont{top: inherit;bottom: 20px;}
	.project_sch{padding-bottom: 10px;}
	.project_more{width: 100px;}
	.intel_prev{left: -30px;}
	.intel_next{right: -30px;}
	.intel_box{bottom: 30px;}
}
@media only screen and (max-width:768px ) {
	.intel_box{position: relative;bottom: 0;margin-top: 30px;padding: 0 50px;}
    .intel_prev{width: 10px; background: url(../images/prev2.png)no-repeat center center/100%;}
    .intel_next{width: 10px; background: url(../images/next2.png)no-repeat center center/100%;}
    .intel_name:after{display: none;}
    .intel_info{left: 10px;}
}
@media only screen and (max-width:500px ) {
	.project_info{display: none;}
	.project_more{line-height: 30px;width: 70px;}
	.project_pic{height: 200px;}
	.project_pic img{height: 200px;width: auto;}
	.intel_info p{display: none;}
}
/*news*/
.news_box{padding: 100px 0 235px;box-sizing: border-box;background: url(../images/newsbj.jpg)no-repeat center 100%/100%;}
.news_top{padding-left: 5%;box-sizing: border-box;}
.news_top span{color: #2b2b2b;vertical-align: middle;}
.news_top em{color: #7d7d7d;vertical-align: middle;margin-left: 40px;border-left: 2px solid #7d7d7d;padding-left: 30px;box-sizing: border-box;}
.news_more{transition: all .3s ease-in; float: right;color: #666666;display: block;width: 138px;line-height: 38px;text-align: center;border:1px solid #d2d2d2 ;}
.news_more:hover{border: 1px solid #0460e3;background: #0460e3;color: #FFFFFF;}
.news_list{padding: 0 5%;box-sizing: border-box;}
.news_list li{width: 31.25%;float: left;}
.news_list li+li{margin-left: 3.125%;}
.news_pic{overflow: hidden;}
.news_pic img{display: block;width: 100%;transition: all .3s ease-in;}
.news_list li:hover img{transform: scale(1.05);}
.news_cont{padding-top: 25px;box-sizing: border-box;}
.news_tit{ transition: all .3s ease-in;white-space: nowrap; text-overflow: ellipsis;overflow : hidden;white-space: nowrap;}
.news_cont:hover .news_tit{color: #1065e0;}
.news_time{font-family: "PingFangSCMedium";font-size: 14px;color: #7d7d7d;margin: 10px 0 20px;}
.news_info{height: 60px; color: #7d7d7d;line-height: 30px; font-size: 14px;display: -webkit-box;text-overflow: ellipsis;overflow : hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new_acq{width: 120px;line-height: 38px;text-align: center;display: block;color: #7d7d7d;transition: all .3s ease-in;border:1px solid #ddddde;}
.new_acq:hover{background: #094cd9;color: #FFFFFF;border: 1px solid #094cd9;}
.news_list li:nth-child(2) .news_tit{white-space: normal; display: -webkit-box;text-overflow: ellipsis;overflow : hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_list li:nth-child(2) .news_info{display: block;}
.news_list li:nth-child(3) .news_cont{border-top: 1px solid #b5b5b5;}
.news_list li:nth-child(3) .news_cont:nth-child(1){padding-top: 10px; }
.news_list li:nth-child(3) .news_cont:nth-child(1) .news_info{height: 30px; -webkit-line-clamp: 1; }
.news_list li:nth-child(3) .news_cont:nth-child(1) .new_acq{margin-top: 15px; }
.news_list li:nth-child(3) .news_info{margin-top: 20px;}
.news_list li:nth-child(3) .new_acq{margin-top:28px;}
@media only screen and (max-width:1680px ) {
	.news_box{ padding: 80px 0 205px;}
	.news_list li:nth-child(3) .news_cont:nth-child(1){padding-top: 10px;}
}
@media only screen and (max-width:1440px ) {
	.news_box{ padding: 60px 0 180px;}
	.news_list li:nth-child(3) .news_cont:nth-child(1) .news_time{margin:0 0 10px;}
	.news_list li:nth-child(3) .news_cont:nth-child(1) .news_info{margin-top: 10px;}
	.news_list li:nth-child(3) .news_cont:nth-child(1){padding-top: 10px;}
	.news_list li:nth-child(3) .news_cont:nth-child(2){padding-top: 15px;}
    .news_list li:nth-child(3) .news_cont:nth-child(2) .news_info{margin-top: 26px;}
}
@media only screen and (max-width:1336px ) {
	.news_more{width: 100px;}
	.news_box{ padding: 60px 0 150px;}
	.news_list li:nth-child(3) .news_info{margin-top: 10px;}
	.news_list li:nth-child(3) .news_time{margin-top: 0px;}
}
@media only screen and (max-width:1280px ) {
	.news_box{ padding: 50px 0 100px;}
	.news_list li{width: 32%;}
	.news_list li+li{margin-left: 1.25%;}
	.new_acq{width: 100px;line-height: 28px;}
	.news_list li:nth-child(3) .news_cont:nth-child(1) .new_acq{margin-top: 5px;}
	.news_list li:nth-child(3) .news_cont:nth-child(2) .news_info{margin-top: 20px;}
}
@media only screen and (max-width:1024px ) {
	.news_box{ padding: 50px 0 80px;}
	.news_list li:nth-child(3) .news_cont:nth-child(1) .news_info{-webkit-line-clamp: 1;}
	.news_info{line-height: 25px;}
	.news_list li:nth-child(3) .news_cont:nth-child(2) .news_info{margin-top: 16px;}
    .news_pic img{height: 160px;width: auto;}
    .news_info{height: 50px;}
    .news_list li:nth-child(2) .news_info{height: 25px;}
    .news_list li:nth-child(3) .news_cont:nth-child(1) .news_info{height: 25px;}
}
@media only screen and (max-width:768px ) {
	.news_box{ padding: 40px 0 60px;}
	.news_list li{width: 100%;}
	.news_list li+li{margin-left: 0;margin-top: 20px;}
	.news_pic img{height: auto;width: 100%;}
	.news_list li:nth-child(3) .news_cont:nth-child(1){height: auto !important; }
    .news_list li:nth-child(3) .news_cont+.news_cont{margin-top: 30px;}
}
@media only screen and (max-width:500px ) {
	.news_box{ padding: 30px 0 50px;}
	.news_list li:nth-child(3) .new_acq{margin-top: 10px;}
	.new_acq{margin-top: 10px;}
	.news_top em{margin-left: 20px;padding-left: 15px;}
	.news_more{width: 85px;line-height: 32px;}
}