﻿@charset "utf-8";
@import url(style.css);
@import url(mobile.css);
@import url(custom.css);
@import url(pscroll.css);
@import url(lrtk3.css);
/*首页*/
/*轮显*/
.banner_page {
	position:absolute;
	width:150px;
	text-align:center;
	right:25px;
	color:#fff;
	font-size:16px;
	font-family:Arial;
	z-index:10;
	bottom:50px;
	line-height:30px;
	z-index:5;
	font-style:italic;
}
.banner_page .current {
	font-size:28px;
	color:#0093dd;
}
.swiper-other {
	position: absolute;
	left: 0;
	bottom: 8.5%;
	width: 100%;
	z-index: 2;
}
.swiper-pagination {
	width: 100%;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
	width: 134px;
	height: 4px;
	background: rgba(255, 255, 255, 1.0);
	opacity: 1;
	border-radius: 0;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet-active {
	background: #ff5500;
}
.main .banner .swiper-other .number {
	margin-left: 15px;
	line-height: 1.4em;
	color: rgba(255, 255, 255, 1);
	float: right;
}
.main .banner.swiper-other .number .current {
	margin-right: 4px;
	font-size: 20px;
	color: #ffffff;
}
.main .banner .swiper-other .number .all {
	margin-left: 3px;
}
.main .banner .swiper-slide.tr_l .table {
	text-align: left;
}
.main .banner .swiper-slide.tr_t .table .wrap {
	margin-bottom: 17%;
}
/* .main .banner .swiper-slide.swiper-slide-active .txt {animation: slideUp 0.5s ease-out forwards;}
.main .banner .swiper-slide.swiper-slide-active .desc {animation: slideUp 0.5s ease-out forwards;}
.main .banner .swiper-slide.swiper-slide-active .rbtn {animation: slideUp 0.5s ease-out forwards;} */
.main .banner .swiper-slide .cons {
	opacity: 0;
	transition:all 0.3s;
}
.main .banner .swiper-slide.swiper-slide-active .cons {
	animation: slideUp 0.5s ease-out forwards;
}
@keyframes slideUp {
 from {
 transform: translateY(100%);
 opacity: 0;
}
to {
	transform: translateY(0);
	opacity: 1;
}
}
@media screen and (max-width: 1500px) {
/*轮显*/
.main .banner .down {
bottom:35px;
}
.main .banner .swiper-button-prev {
margin-left: 1%;
}
.main .banner .swiper-button-next {
margin-right: 1%;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
width: 120px;
}
}
@media screen and (max-width: 1260px) {
/*轮显*/
.banner_page {
bottom:35px;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
width: 100px;
}
}
@media screen and (max-width: 992px) {
/*轮显*/
.banner_page {
width:130px;
font-size:14px;
bottom:38px;
right:5px;
}
.banner_page .current {
font-size:24px;
}
.main .banner .swiper-slide .rbtn {
margin-top: 5%;
}
.main .banner .swiper-slide.tr_t .table .wrap {
margin-bottom: 20%;
}
.main .banner .swiper-slide .desc {
margin-top: 2%;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
width: 80px;
height: 3px;
}
.main .banner .btn {
display: none;
}
}
@media screen and (max-width: 780px) {
/*轮显*/
.main .banner .swiper-button-prev, .main .banner .swiper-button-next {
width: 20px;
height: 34px;
margin-top: -17px;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
width: 70px;
}
}
@media screen and (max-width: 640px) {
/*轮显*/
.main .banner .down {
bottom:20px;
}
.banner_page {
bottom:28px;
}
.swiper-other {
bottom: 5.4%;
}
.swiper-other .swiper-number .swiper-pagination {
bottom:0px;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
width:50px;
height: 2px;
}
}
 @media screen and (max-width: 480px) {
/*轮显*/
.main .banner .down {
bottom:18px;
}
.banner_page {
bottom:20px;
}
.swiper-other .swiper-number .swiper-pagination .swiper-pagination-bullet {
width: 40px;
}
.main .banner .swiper-button-prev, .main .banner .swiper-button-next {
width: 15px;
height: 26px;
margin-top: -13px;
}
}
@media screen and (max-width: 420px) {
}
/*关于我们*/
.i_about_bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.i_about {
	margin-top: 15%;
	margin-bottom: 14%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.i_about .i_about_l {
	width: 100%;
	overflow: hidden;
	text-align:center;
	color:#FFFFFF
}
.i_about .i_about_l .h3 {
	font-weight:bold;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
}
.i_about .i_about_l .p {
	overflow: hidden;
	line-height: 1.5;
	color: #fff;
	margin-top: 3%;
}
.i_about .i_about_l .rbtn {
	margin-top: 5%;
	width:200px;
	margin-left:auto; margin-right:auto;
}
.ss{ clear:both; width:80%; margin-left:auto; margin-right:auto;}
.ss li{ float:left; width:25%; margin-bottom:40px;}
.ss li strong{ font-size:36px; display:block; padding-top:30px; }
.i_about .i_about_r {
	width: 44%;
	max-width: 656px;
	order: 2;
}
.i_about .i_about_r img {
	display: block;
	width: 100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.i_about .i_about_r:hover img {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
@media screen and (max-width: 1200px) {
  /*关于我们*/
  .i_about .i_about_l .p {
margin-top: 4%;
}
 .i_about .i_about_l .rbtn {
margin-top: 6%;
}
}
@media screen and (max-width: 992px) {
.ss{ clear:both; width:80%; margin-left:auto; margin-right:auto;}
.ss li{ float:left; width:50%; margin-bottom:40px;}
.ss li strong{ font-size:36px; display:block; padding-top:30px; }
  /*关于我们*/
  .i_about {
display: block;
}
 .i_about .i_about_l {
width: 100%;
margin-top: 8%;
}
 .i_about .i_about_r {
width: 100%;
max-width: none;
}
}
@media screen and (max-width: 640px) {
/*关于我们*/

}
@media screen and (max-width: 480px) {
  /*关于我们*/
  .i_about .i_about_l .p {
margin-top: 5%;
}
 .i_about .i_about_l .rbtn {
margin-top: 8%;
}
}
@media screen and (max-width: 420px) {
/*关于我们*/
}
/*新闻*/
.i_news_bg {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.i_news_t {
	overflow: hidden;
	margin-top: 5%;
	text-align:center
}
.i_news_t .h3 {
	overflow: hidden;
	line-height: 1.3;
	font-weight: bold;
	color: #222222;
}
.i_news_t .p {
	color: #999999;
	margin-top: 1.5%;
	line-height: 1.6;
}
.i_news_t.bgs2 {
	text-align: center;
}
.i_news_t .rbtn {
	display: inline-block;
	vertical-align: top;
	margin-top: 2%;
}
.i_news_bg .i_news_t .h3 {
	color: #ffffff;
}
.i_news_bg .i_news_t .p {
	color: #ffffff;
}
.i_news {
	margin-top: 4%;
	margin-bottom: 7%;
	position: relative;
}
.i_news .swiper-container {
	overflow: visible;
}
.i_news .swiper-wrapper {
	background: #ffffff;
}
.i_news .swiper-slide {
	overflow: hidden;
	background: #ffffff;
}
.i_news .swiper-slide a {
	display: block;
	background: #ffffff;
	position: relative;
	z-index: 2;
}
.i_news .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 96.74%;
}
.i_news .imgs img {
	display: block;
	width: 100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	object-fit: cover;
}
.i_news .swiper-slide:hover .imgs img {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.i_news .boxs {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.i_news .h3 {
	width: 94%;
	margin: 0 auto;
	max-width: 344px;
	color: #ffffff;
	line-height: 80px;
	height: 80px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.i_news .txts {
	background: #ffffff;
	overflow: hidden;
	transition:all 0.3s;
	padding-top: 65px;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.i_news .swiper-slide:hover .txts {
	background: #fafbfd;
}
.i_news .cons {
	width: 94%;
	margin: 0 auto;
	max-width: 344px;
	display: flex;
	justify-content: space-between;
}
.i_news .txts .p {
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #222222;
	font-size: 16px;
	width:calc(97% - 58px);
	width:-webkit-calc(97% - 58px);
	width:-moz-calc(97% - 58px);
	max-width: 270px;
}
.i_news .txts .a {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #ececec;
	background: url(../images/i_pic1.png) center center no-repeat;
	background-size: 32px 4px;
	transition:all 0.3s;
}
.i_news .txts .a:hover {
	background-image: url(../images/i_pic1_on.png);
	background-color: #ff5500;
	border-color: #ff5500;
}
.i_news .pages {
	position: absolute;
	top: -4%;
	margin-top: -64px;
	width: 120px;
	right: 0;
}
.i_news .pages .swiper-button-next, .i_news .pages .swiper-button-prev {
	width: 54px;
	height: 54px;
	background-size: 9px 16px;
	background-color: #ffffff;
	color: #ff5500;
	border-radius: 50%;
}
.i_news .pages .swiper-button-prev {
	left: 0;
	background-image: url(../images/left2.png);
}
.i_news .pages .swiper-button-next {
	right: 0;
	background-image: url(../images/right2.png);
}
.i_news .pages .swiper-button-prev:hover {
	background-color: #ff5500;
	background-image: url(../images/left2_on.png);
}
.i_news .pages .swiper-button-next:hover {
	background-color: #ff5500;
	background-image: url(../images/right2_on.png);
}
@media screen and (max-width: 1500px) {
/*新闻*/
.i_news .txts {
padding-top: 45px;
padding-bottom: 50px;
}
}
@media screen and (max-width: 1200px) {
/*新闻*/
.i_news .txts {
padding-top: 35px;
padding-bottom: 40px;
}
.i_news .txts .p {
width: calc(97% - 46px);
width: -webkit-calc(97% - 46px);
width: -moz-calc(97% - 46px);
line-height: 24px;
height: 48px;
}
.i_news .txts .a {
width: 46px;
height: 46px;
}
}
@media screen and (max-width: 992px) {
/*新闻*/
.i_news_t {
margin-top: 6%;
text-align: center;
}
.i_news {
margin-top: 70px;
}
.i_news .txts .p {
font-size: 15px;
}
.i_news .pages {
top: 0;
width: 90px;
right: 50%;
margin-right: -45px;
margin-top: -35px;
}
.i_news .pages .swiper-button-next, .i_news .pages .swiper-button-prev {
width: 40px;
height: 40px;
}
}
@media screen and (max-width: 640px) {
/*新闻*/
.i_news {
margin-bottom: 8%;
}
.i_news .txts {
padding-top: 25px;
padding-bottom: 30px;
}
.i_news .txts .p {
font-size: 14px;
}
}
@media screen and (max-width: 480px) {
/*新闻*/
.i_news_t {
margin-top: 7%;
}
.i_news .txts .p {
font-size: 13px;
}
}
@media screen and (max-width: 420px) {
/*新闻*/
}
/*projects*/
.i_projects {
	overflow: hidden;
	margin-top: 2%;
	margin-bottom:3%;
}
.i_projects ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;/* justify-content: space-between; */
}
.i_projects ul li {
	width:calc(50% - 3px);
	width:-webkit-calc(50% - 3px);
	width:-moz-calc(50% - 3px);
	overflow: hidden;
	display: block;
}
.i_projects ul li:nth-child(1) {
width:calc(100% - 3px);
width:-webkit-calc(100% - 3px);
width:-moz-calc(100% - 3px);
overflow: hidden;
display: block;
}
.i_projects ul li .boxs {
	overflow: hidden;
}
.i_projects ul li .boxs.w2:first-child {
	margin-bottom: 6px;
}
.i_projects ul li .boxs.w2 .imgs {
	padding-top:30%;
}
.i_projects ul li .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 46%;
}
.i_projects ul li .imgs img {
	display: block;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	object-fit: cover;
}
.i_projects ul li .boxs:hover .imgs img {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.i_projects ul li .boxs .bgs {
	position: absolute;
	width: 100%;
	bottom: 80px;
	left: 0;
}
.i_projects ul li .boxs .cons {
	width: 90%;
	margin:0 auto;/* max-width: 840px; */
}
.i_projects ul li .boxs .bgs .desc {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	height: 38px;
	line-height: 38px;
	background: rgba(19, 26, 43, 0.75);
	transition:all 0.3s;
	border-radius: 6px;
	color: #ffffff;
	font-size: 15px;
}
.i_projects ul li .boxs:hover .bgs .desc {
	background: #fa5900;
}
.i_projects ul li .boxs .bgs .h3 {
	height: 46px;
	line-height: 46px;
	margin-top: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.i_projects ul li .boxs .bgs .p {
	height:26px;
	line-height: 26px;
	margin-top: 14px;
	color: #ffffff;
}
.i_projects ul li .imgs1 {
	overflow: hidden;
	position: relative;
	padding-top: 24%;
}
.i_projects ul li .imgs1 img {
	display: block;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	object-fit: cover;
}
.i_projects ul li .boxs .bgs1 {
	position: absolute;
	width: 100%;
	bottom: 130px;
	left: 0;
}
.i_projects ul li .boxs .bgs1 .desc {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	height: 38px;
	line-height: 38px;
	background-color:#004aa1;
	transition:all 0.3s;
	border-radius: 20px;
	color: #ffffff;
	font-size: 15px;
	margin-top: 20px;
}
.i_projects ul li .boxs .bgs1 .desc a{

	color: #ffffff;

}
.i_projects ul li .boxs:hover .bgs1 .desc {
	background: #fa5900;
}
.i_projects ul li .boxs .bgs1 .h3 {
	height: 46px;
	line-height: 46px;
	margin-top: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #ffffff;
}
.i_projects ul li .boxs .bgs1 .p {
	height:26px;
	line-height: 26px;
	margin-top: 14px;
	color: #ffffff;
}
 @media screen and (max-width: 1500px) {
  /*projects*/
  .i_projects ul li .boxs .bgs {
bottom: 30px;
}
 .i_projects ul li .boxs.w2 .imgs {
padding-top:33.72%;
}
}
@media screen and (max-width: 1440px) {
  /*projects*/
  .i_projects {
margin-top: 3%;
}
 .i_projects ul li .boxs .bgs {
bottom: 25px;
}
 .i_projects ul li .boxs.w2 .imgs {
padding-top:33.62%;
}
 .i_projects ul li .boxs .bgs .desc {
font-size: 14px;
height: 32px;
line-height: 32px;
}
 .i_projects ul li .boxs .bgs .p {
line-height: 22px;
height: 22px;
margin-top: 10px;
}
}
@media screen and (max-width: 1200px) {
/*projects*/
.i_projects ul li .boxs .bgs {
bottom: 16px;
}
.i_projects ul li .boxs .bgs .h3 {
line-height: 36px;
height: 36px;
margin-top: 12px;
}
}
@media screen and (max-width: 992px) {

.i_projects ul li .imgs1 {
	overflow: hidden;
	position: relative;
	padding-top: 55%;
	background-color:#a3a3a3
}

.i_projects ul li .boxs .bgs1 {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
}
/*projects*/
.i_projects {
margin-top: 4%;
}
.i_projects ul {
display: block;
}
.i_projects ul li {
width: calc(100% - 0px);
width: -webkit-calc(100% - 0px);
width: -moz-calc(100% - 0px);
}
.i_projects ul li .boxs {
margin-bottom: 6px;
}
.i_projects ul li .boxs .bgs {
bottom: 35px;
}
}
@media screen and (max-width: 640px) {
/*projects*/
.i_projects ul li .boxs .bgs {
bottom: 25px;
}
}
@media screen and (max-width: 480px) {
/*projects*/
.i_projects ul li .boxs .bgs {
bottom: 20px;
}
.i_projects ul li .boxs .bgs .h3 {
height: 30px;
line-height: 30px;
margin-top: 8px;
}
.i_projects ul li .boxs .bgs .p {
height: 20px;
line-height: 20px;
}
}
@media screen and (max-width: 420px) {
/*projects*/
.i_projects ul li .boxs.w2 .imgs {
padding-top: 45%;
}
}
/*projects2*/
.i_projects2 {
	overflow: hidden;
	margin-bottom: 7%;
}
@media screen and (max-width: 1200px) {
/*projects2*/
}
@media screen and (max-width: 992px) {
/*projects2*/
.i_projects2 {
margin-bottom: 8%;
}
}
@media screen and (max-width: 640px) {
/*projects2*/
}
@media screen and (max-width: 480px) {
/*projects2*/
.i_projects2 {
margin-bottom: 9%;
}
}
@media screen and (max-width: 420px) {
/*projects2*/
}
/*advantages*/
.i_advantages_bg {
	overflow: hidden;
	background: #f0f1f2;
}
.i_advantages {
	margin-top: 4%;
	margin-bottom: 10%;
}
.i_advantages ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	justify-content: space-between;
}
.i_advantages ul li {
	width:calc(25% - 6px);
	width:-webkit-calc(25% - 6px);
	width:-moz-calc(25% - 6px);
	display: block;
}
.i_advantages ul li .boxs {
	overflow: hidden;
	background: #ffffff;
	transition:all 0.3s;
}
.i_advantages ul li .boxs:first-child.w2 {
	margin-bottom:8px;
}
.i_advantages ul li .boxs:first-child.w3 {
	margin-bottom:8px;
}
.i_advantages ul li .boxs.w2 .imgs {
	padding-top:85%;
}
.i_advantages ul li .boxs.w3 .imgs {
	padding-top:56.914%;
}
.i_advantages ul li .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 135.765%;
}
.i_advantages ul li .imgs img {
	display: block;
	width: 60%;
	position:absolute;
	height:60%;
	left:20%;
	top:5%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	object-fit: cover;
}
.i_advantages ul li .boxs:hover .imgs img {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.i_advantages ul li .boxs .bgs {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
}
.i_advantages ul li .boxs .cons {
	width: 94%;
	margin:0 auto;
}
.i_advantages ul li .boxs .bgs .h3 {
	max-width: 260px;
	margin: 0 auto;
	line-height: 25px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #222222;
	font-size: 16px;
	text-align: center;

}
.i_advantages ul li .boxs .bgs .h3 span {
	display:block;
	font-size:14px;
	font-weight:normal
}
.i_advantages ul li .boxs:hover .bgs .h3 {
	color: #ff5500;
}
.i_advantages ul li .boxs:hover {
	box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 1500px) {
/*advantages*/
.i_advantages ul li .boxs .bgs {
bottom: 10px;
}
}
@media screen and (max-width: 1440px) {
/*advantages*/
.i_advantages ul li .boxs .bgs {
top: 18px;
}
}
@media screen and (max-width: 1200px) {
/*advantages*/
.i_advantages ul li .boxs .bgs .h3 {
font-size: 15px;
}
}
@media screen and (max-width: 992px) {
/*advantages*/
.i_advantages ul li {
width:calc(50% - 4px);
width:-webkit-calc(50% - 4px);
width:-moz-calc(50% - 4px);
}
.i_advantages ul li .boxs.w3 .imgs {
padding-top: 57.5%;
}
.i_advantages ul li .boxs .bgs {
top: 32px;
}
}
@media screen and (max-width: 830px) {
/*advantages*/
.i_advantages ul li .boxs .bgs {
top: 22px;
}
.i_advantages ul li .boxs.w3 .imgs {
padding-top: 57.2%;
}
.i_advantages ul li .boxs .bgs .h3 {
font-size: 14px;
}
}
@media screen and (max-width: 640px) {
/*advantages*/
.i_advantages ul li .boxs.w2 .imgs {
padding-top: 76%;
}
.i_advantages ul li .boxs .bgs {
top: 18px;
}
.i_advantages ul {
gap:6px;
}
}
@media screen and (max-width: 480px) {
/*advantages*/
.i_advantages ul li .boxs .bgs {
top: 12px;
}
.i_advantages ul li .boxs .bgs .h3 {
font-size: 13px;
}
.i_advantages ul li .boxs.w2 .imgs {
padding-top: 75.2%;
}
}
@media screen and (max-width: 420px) {
/*advantages*/
.i_advantages ul li .boxs .bgs {
top: 91px;
}
.i_advantages ul li .boxs .bgs .h3 {
font-size: 12px;
line-height: 16px;
height: 48px;
}
.i_advantages ul li .boxs.w2 .imgs {
padding-top: 74.5%;
}
}
/*partner*/
.i_partner_bg {
	overflow: hidden;
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
}
.i_partner_bg .i_news_t .h3 {
	color: #ffffff;
}
.i_partner {
	margin-top: 4%;
	margin-bottom: 7%;
	position: relative;
}
.i_partner .swiper-slide {
	overflow: hidden;
}
.i_partner .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 58.64%;
	margin-bottom: 8%;
}
.i_partner .swiper-slide .imgs:hover {
	background: #000000;
}
.i_partner .imgs img {
	display: block;
	width: 100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
/* .i_partner .swiper-slide .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);} */
.i_partner .imgs img.img2 {
	opacity:0;
	filter:Alpha(opacity=0);
}
.i_partner .swiper-slide .imgs:hover img.img1 {
	opacity:0;
	filter:Alpha(opacity=0);
}
.i_partner .swiper-slide .imgs:hover img.img2 {
	opacity:1.0;
	filter:Alpha(opacity=100);
}
 @media screen and (max-width: 1200px) {
/*partner*/
}
@media screen and (max-width: 992px) {
/*partner*/
}
@media screen and (max-width: 640px) {
/*partner*/
}
@media screen and (max-width: 480px) {
/*partner*/
}
@media screen and (max-width: 420px) {
/*partner*/
}
/*产品中心*/
.i_product {
	margin-top: 10%;
	margin-bottom: 8%;
	position: relative;
}
.i_product .swiper-container {
	overflow: visible;
}
.i_product .swiper-wrapper {
	background: #ffffff;
}
.i_product .swiper-slide {
	overflow: hidden;
	background: #ffffff;
}
.i_product .imgs {
	overflow: hidden;
	position: relative;
	padding-top: 55.762%;
	margin-top: 70px;
}
.i_product .imgs img {
	display: block;
	width: 100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	object-fit: cover;
}
.i_product .swiper-slide:hover .imgs img {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.i_product .boxs {
	overflow: hidden;
	border-right: 1px solid #e9e9e9;
}
.i_product .divs {
	width: 94%;
	margin: 0 auto;
	max-width: 486px;
}
.i_product .cons {
	margin: 0 auto;
	max-width: 440px;
}
.i_product .h3 {
	color: #222222;
	line-height: 30px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	transition:all 0.3s;
	overflow: hidden;
}
.i_product .cons .date {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 15px;
	color: #fe5400;
	font-size: 15px;
}
.i_product .cons .p {
	overflow: hidden;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999999;
	font-size: 16px;
	margin-top: 18px;
}
.i_product .swiper-slide:hover .h3 {
	color: #ff5500;
}
.i_product .pages {
	position: absolute;
	top: -25%;
	margin-top: -60px;
	width: 120px;
	right: 0;
}
.i_product .pages .swiper-button-next, .i_product .pages .swiper-button-prev {
	width: 54px;
	height: 54px;
	background-size: 9px 16px;
	background-color: #131a2b;
	color: #ff5500;
	border-radius: 50%;
}
.i_product .pages .swiper-button-prev {
	left: 0;
	background-image: url(../images/left2_on.png);
}
.i_product .pages .swiper-button-next {
	right: 0;
	background-image: url(../images/right2_on.png);
}
.i_product .pages .swiper-button-prev:hover {
	background-color: #ff5500;
	background-image: url(../images/left2_on.png);
}
.i_product .pages .swiper-button-next:hover {
	background-color: #ff5500;
	background-image: url(../images/right2_on.png);
}
@media screen and (max-width: 1600px) {
/*产品中心*/

}
@media screen and (max-width: 1200px) {
/*产品中心*/
.i_product .pages {
top: -20%;
}
.i_product .imgs {
margin-top: 50px;
}
}
 @media screen and (max-width: 992px) {
/*产品中心*/
.i_product {
margin-top: 6%;
}
.i_product .pages {
display: none;
}
.i_product .imgs {
margin-top: 40px;
}
.i_product .h3 {
line-height: 26px;
height: 52px;
}
.i_product .cons .date {
font-size: 14px;
}
.i_product .cons .p {
font-size: 15px;
}
}
@media screen and (max-width: 780px) {
/*产品中心*/
.i_product .cons .date {
font-size: 13px;
}
.i_product .cons .p {
font-size: 14px;
}
}
@media screen and (max-width: 640px) {
/*产品中心*/
.i_product .cons .date {
font-size: 12px;
margin-top: 12px;
}
.i_product .cons .p {
font-size: 13px;
margin-top: 10px;
}
.i_product .imgs {
margin-top: 30px;
}
}
@media screen and (max-width: 480px) {
/*产品中心*/
.i_product .imgs {
margin-top: 20px;
}
}
@media screen and (max-width: 420px) {
/*产品中心*/

}
/* 提示框 */
.privacy_modal {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 110;
	width: 100%;
	padding: 20px 0;
	background: #474747;
}
.privacy_modal_container {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	perspective: 500px;
}
.privacy_modal_container p {
	font-size: 16px;
	line-height: 1.75;
	color: #fff;
	padding-right: 2em;
}
.privacy_modal_container p a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	text-decoration: underline;
}
.privacy_modal_container button {
	flex: none;
	font-size: 16px;
	width: 8em;
	height: 2.5em;
	background: #fff;
	color: #474747;
	border-radius: 2em;
	transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	margin-right: 4px;
}
 @media screen and (max-width:1200px) {
  /* 提示框 */
  .privacy_modal_container {
 max-width: 100%;
 padding: 0 20px;
}
 .privacy_modal_container p, .privacy_modal_container button {
 font-size: 14px;
}
}
 @media screen and (max-width:991px) {
  /* 提示框 */

  .privacy_modal_container button {
 width: 10em;
 height: 3em;
}
}
 @media screen and (max-width:480px) {
  /* 提示框 */
  .privacy_modal_container {
 display: block;
 text-align: center;
}
 .privacy_modal_container p {
 padding-right: 0;
}
 .privacy_modal_container button {
 width: 8em;
 height: 2.8em;
 margin-top: 15px;
}
}
