@charset "utf-8";
body{ font-size: 18px;background: #FFFFFF;font-family: 'PingFang SC', 'SourceHanSansSC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif'}
a{ text-decoration:none;color:#333;}
a:hover,a:focus,a:active{ text-decoration:none;font-family: 'PingFang SC', 'SourceHanSansSC', 'Microsoft YaHei'}
ul,li,ol,div,p,h1,h2,h3,h4,h5,h6,input,button,select,textarea{ margin:0;padding: 0;list-style:none;font-family: 'PingFang SC', 'SourceHanSansSC', 'Microsoft YaHei'}
h1,h2,h3,h4,h5,h6{ font-weight: bold}
.fl{float:left;}
.fr{float:right;}
img{ border: 0;vertical-align: middle;max-width:100%}
html { font-size: calc(100vw/19.2);}
.swiper-container { width: 100%;height: 100%;}

body{ width: 100%;margin: 0 auto;}

/* 公共部分 */
.content-margins{
	position: relative;
	width: 100%;
	padding: 0 2rem;
}

/* 头部 */
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	line-height: 90px;
	text-align: center;
	transition: all 0.5s;
	/* border-bottom: 2px solid transparent; */
	background-color: #000000;
}
.header:hover{
	/* border-bottom: 2px solid #fe0000; */
}
.header-logo{
	float: left;
}
.header-logo a{
    float: left;
    text-align: left;
	display:flex;
}
.header-logo a img{
	height: 100%;
	vertical-align: middle;
}
.header-logo a img:nth-of-type(2){
	display: none;
}

.header-nav{
	float: right;
}
.header-nav ul li{
	float: left;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	
}
.header-nav ul li:nth-of-type(3),.header-nav ul li:nth-of-type(4),.header-nav ul li:nth-of-type(5),.header-nav ul li:nth-of-type(6),.header-nav ul li:nth-of-type(7){
	position: relative
}

.header-nav ul li a{
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}
.header-nav ul li .item{
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: rgba(53,53,53,1);
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
}
.header-nav ul li:nth-of-type(2) .item{
	background: rgba(53,53,53,1);
}
.pro-box{
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}
.pro-box .content-margins{
	display: flex;
	flex-wrap: wrap;
}
.pro-box-list{
	width: 28%;
	padding: 0 2% 0 0;
	text-align: left;
	margin-left: 10%;
	height: 5.5rem;
}
.pro-box-list .pro-nav{
	margin-bottom: 0.2083333333rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: .5rem;
	transition-delay: .8s;
	transform: translateY(20px);
	opacity: 0;
	text-transform:capitalize;
}
.pro-box-list .pro-nav:nth-of-type(2){
	transition-delay: 1s;
}
.pro-box-list .pro-nav:nth-of-type(3){
	transition-delay: 1.2s;
}
.pro-box-list .pro-nav:nth-of-type(4){
	transition-delay: 1.4s;
}
.pro-box-list .pro-nav:nth-of-type(5){
	transition-delay: 1.6s;
}
.pro-box-list .pro-nav:nth-of-type(6){
	transition-delay: 1.8s;
}
.header-nav ul li.active .pro-nav{
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateY(0);
	opacity: 1;
}
.pro-box-list .pro-nav:hover,.pro-box-list .pro-nav.active{
	color: #fe0000;
}
.pro-box-item{
	float: right;
	width: 60%;
	height: auto;
}
.pro-first{
	width: 100%;
	height: 100%;
	display: none;
}
.pro-first.active{
	display: inline-block;
}
.pro-first-box{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.pro-first .pro-first-left{
	float: left;
	width: 45%;
}
.pro-first .pro-first-left a{
	position: relative;
	overflow: hidden;
	width: calc(100% - .16rem);
	margin:0 .08rem;
	height: 100%;
	border-radius: 0.0520833333rem;
    background-color: #efefef;
}
.pro-first .pro-first-right{
	float: left;
	width: 55%;
	display: flex;
	flex-wrap: wrap;
}
.pro-first .pro-first-right .pro-first-right-con{
	width: 50%;
	max-height: 50%;
	margin-bottom: .16rem;
}
.pro-first .pro-first-right .pro-first-right-con:nth-last-of-type(1),.pro-first .pro-first-right .pro-first-right-con:nth-last-of-type(2){
	margin-bottom: 0;
}
.pro-first .pro-first-right .pro-first-right-con a{
	position: relative;
	overflow: hidden;
	width: calc(100% - .16rem);
	margin:0 .08rem;
	height: 100%;
	border-radius: 0.0520833333rem;
    background-color: #efefef;
}
.pro-first-left a img,.pro-first-right a img{
	max-width: 95%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .6s;
	z-index: 99;
}
.pro-first-left a:hover img,.pro-first-right a:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}
.pro-first-left a span,.pro-first-right a span{
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	left: 5%;
	top: 2.5%;
	color: #000000;
}

.header-nav ul li .item.plan-box{
	min-width: 220px;
}
.header-nav ul li:nth-of-type(3) .item.plan-box{
	min-width: 320px;
}
.header-nav ul li:nth-of-type(4) .item.plan-box{
	min-width: 240px;
}
.header-nav ul li .item.plan-box a{
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 55px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	transition: all .6s;
	text-align: left;
	text-transform:capitalize;
}
.header-nav ul li .item.plan-box a:hover{
	color: #fe0000;
}

.header-web-nav{
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: 0;
	font-size: 14px;
	line-height: 50px;
	overflow-y: auto;
	background: #000000;
	transition: all 0.5s;
}
.ver_open .header-web-nav{
	height: calc(100% - 90px);
	height: -webkit-calc(100% - 90px);
	border-top: 1px solid #FFFFFF;
}
.header-web-nav ul li{
	width: 100%;
}
.header-web-nav ul li a{
	display: block;
	margin: 0 10px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	position: relative;
}
.header-web-nav ul li a i{
	float: right;
	width: 35px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/ico_29.png') no-repeat center center;
	background-size: 20px;
}
.header-web-nav ul li ul{
	display: none;
}
.header-web-nav ul li ul li a{
	padding-left: 15px;
	text-transform: capitalize;
}



.nav-box{
	width: 100%;
	height: auto;
	text-align: center;
}
.nav-box-con{
	display: inline-block;
	width: 240px;
	/* border-bottom: 1px solid #e9e9e9; */
	vertical-align: top;
}
.nav-box-con a{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    position: relative;
}
.nav-box-con a .nav-box-con-img{
	width: 240px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}
.nav-box-con a .nav-box-con-img img{
	max-width: 95%;
	max-height: 90%;
}
.nav-box-con a p{
	line-height: 24px;
}
.header-operate{
	float: right;
}
.header-operate img{
	width: 25px;
	cursor: pointer;
}
.header-operate-sea,.header-operate-lan{
	display: inline-block;
}
.header-operate-sea{
	margin: 0 30px 0 45px;
}
.operate-sea,.operate-lan{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	display: none;
	background-color: #0a1646;
	padding: 35px 0;
}
.operate-sea form{
	width: 60%;
	height: 46px;
	margin: 0 auto;
	line-height: inherit;
	position: relative;
	color: #FFFFFF;
}
.operate-sea form input{
	float: left;
	width: 100%;
	height: 45px;
	color: #FFFFFF;
	line-height: 45px;
	padding: 0 5%;
	outline: none;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background: none;
	font-size: 14px;
	background: url('../images/ico_15.png') no-repeat 1% center;
	background-size: 20px;
}
.operate-sea form input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #FFFFFF; 
} 
.operate-sea form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #FFFFFF; 
} 
.operate-sea form input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #FFFFFF; 
} 
.operate-sea form input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #FFFFFF; 
}
.operate-sea form .operate-sea-hide{
	position: absolute;
}
.operate-sea-hide{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/ico_17.png') no-repeat center center;
	background-size: 20px;
}
.operate-lan{
	text-align: left;
}
.operate-lan h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #FFFFFF;
}
.operate-lan .item a{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 25px;
	color: #FFFFFF;
	float: left;
}

.hea_menu_but{ align-content: center;flex-wrap: wrap;height: 100%;width: 24px;display: none;margin-top: 34px;}
.ver_open .hea_menu_but{ margin-top: 42px;}
.hea_menu_but span{ display: block;width: 100%;height: 2px;margin-bottom: 8px;border-radius: 3px;background-color: #fff;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.hea_menu_but span:last-child{ margin-bottom: 0;}
.hea_menu_but span:nth-child(2){ width: 14px;}
.ver_open .hea_menu_but span:nth-child(1){ transform: rotate(45deg);margin: 0;margin-top: 2px;}
.ver_open .hea_menu_but span:nth-child(2){ display: none;}
.ver_open .hea_menu_but span:nth-child(3){ transform: rotate(-45deg);margin: 0;margin-top: -2px;}

.mouse-open{
	width: 30px;
	height: 30px;
	background: #fe0101;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	left: -15px;
	top: -15px;
	/* transform: scale(0); */
	will-change: transform;
	z-index: 9999;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: initial;
}
.mouse-open img{
	width: 10px;
}




/* cookie */
.cookie-box{
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 999;
	background-color: #fe0101;
	padding: 30px 0;
	color: #FFFFFF;
	box-shadow: 0 0px 20px rgba(0,0,0,.1);
	width: 100%;
	line-height: 26px;
}
.cookie-box .content-margins{
	display: flex;
}
.cookie-box a{
	color: #FFFFFF;
	text-decoration: underline;
}
.cookie-box .cookie-button{
	display: block;
	background: none;
	border: none;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	margin-left: 16px;
	width: 135px;
	height: 50px;
	background: #FFFFFF;
}

/* 底部 - 公共 */
.footer,.footer-one,.footer-about,.footer-about .item,.footer-share,.footer-from-button,.footer-from-box,.footer-two{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer{
	background-color: #000000;
	padding: 4% 0 3% 0;
	position: relative;
}
.footer-one{
	padding: 0 0 3%;
}
.footer-one-left{
	float: left;
	width: 35%;
	text-align: left;
}
.footer-about h2{
	color: #da0001;
	padding-bottom: 5%;
	font-size: 26px;
}
.footer-about .item h3{
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 25px 0 5px;
}
.footer-about .item p,.footer-about .item a{
	color: #999999;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.footer-share{
	margin-top: 10%;
}
.footer-share ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.footer-share ul li a{
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
}
.footer-share ul li a img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: auto !important;
    height: auto !important;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
	opacity: 1;
	transition: all .6s;
}
.footer-share ul li a:hover img{
	opacity: .8;
}
.footer-from{
	float: right;
	width: 60%;
	height: auto;
}
.footer-from-box{
	position: relative;
}
.footer-from .item{
	float: left;
	width: 49%;
}
.footer-from .item:nth-of-type(2){
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.footer-from .item input,.footer-from-code input{
	width: 100%;
	margin-bottom: 2%;
	border: 1px solid #191919;
	padding: 4% 3%;
	box-sizing: border-box;
	outline: none;
	background: none;
	transition: all .6s;
	color: #ccc;
}
.footer-from .item input:nth-last-of-type(1){
	margin-bottom: 0;
}
.footer-from .item input:focus,.footer-from .item input:hover,.footer-from-code input:hover{
    border: 1px solid #fff;
}
.footer-from .item textarea{
	width: 100%;
	height: 100%;
	border: 1px solid #191919;
	padding: 4% 3%;
	box-sizing: border-box;
	outline: none;
	background: none;
	transition: all .6s;
	color: #ccc;
}
.footer-from .item textarea:hover{
	border: 1px solid #fff;
}
.footer-from-code{
	float: left;
	width: 100%;
	height: auto;
	margin: 15px 0 0;
}
.footer-from-code input{
	float: left;
	width: calc(100% - 195px);
	height: 50px;
	line-height: 50px;
	padding: 0 3%;
}
.footer-from-code img{
	float: right;
	width: 180px;
	height: 50px;
}
.footer-from-button{
	text-align: right;
	margin: 15px 0 0;
}
.footer-from-button button{
	float: right;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	outline: none;
	border: none;
	text-align: right;
	color: #000;
	font-size: 12px;
	position: relative;
	transition: all .6s;
}
.footer-from-button button:hover{
	color: #FFFFFF;
	background: #da0001;
}
.footer-from-button button i{
	width: 18px;
	height: 18px;
	background: #000 url('../images/ico_13.png') no-repeat center center;
	background-size: 6px;
	position: absolute;
	left: 20px;
	top: 16px;
	border-radius: 50%;
}
.footer-two{
	color: #999999;
	font-size: 14px;
}
#led-gotop{
	position: fixed;
	z-index: 890;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #e90004 url(../images/ico_14.png) no-repeat center center;
	background-size: 20px;
	cursor: pointer;
	transition: .5s;
	cursor: pointer;
}

.list_page {float: left;width: 100%;display: block;text-align: center;}
.list_page:after {clear: both;display: block;visibility: hidden;overflow: hidden;height: 0;content:""}
.list_page ul {display: inline-block;margin: 0;padding: 0;list-style: none;vertical-align: bottom;}
.list_page ul li {display: inline-block;float: left;border-right: none;border-radius: 0;}
.list_page ul a,.list_page ul li  span{ font-size: 18px;width: 45px;height: 45px;border-radius: 5px;display: inline-block;color: #000;margin: 0 10px;line-height: 45px;transition: all 1s cubic-bezier(.175, .885, .32, 1) 0s;float:left;}
.list_page ul li a:hover,.list_page ul li.active a,.list_page ul li.active span{ color: #FFFFFF;background: #fe0101;}
.list_page ul li.disabled span:hover{ background-color: #9D9D9D;cursor:not-allowed}
.list_page ul li:not(:first-child):not(:last-child) {border-radius: 0}
.list_page ul li:first-child {border-radius: 4px 0 0 4px}
.list_page ul li:last-child {border-radius: 0 4px 4px 0}
.list_page ul .page-active a {border-radius: 0;background: #eee;color: #333}



/* 首页 - onedot */
.index-banner,.banner-all,.banner-all .swiper-slide,.banner-all .swiper-slide a{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index-banner{
	background: #090909;
}
.banner-all .swiper-slide a{
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.banner-all .swiper-slide a img{
	width: 100%;
}
.banner-all .swiper-slide a img.banner-all-web{
	display: none;
}
.b_index_txt{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	padding: 0 2rem;
	bottom: 30%;
}
.b_index_txt p{
	font-weight: bolder;
}
.b_index_txt p:nth-of-type(1){
	font-size: 36px;
	line-height: 36px;
	color: #ff0004;
	margin-bottom: 40px;
}
.b_index_txt p:nth-of-type(2){
	font-size: 47px;
	line-height: 47px;
	color: #1604c9;
	margin-bottom: 50px;
}
.b_index_txt p:nth-of-type(3){
	font-size: 20px;
	color: #820114;
}
/* .banner-button{
	width: 100%;
	height: 85px;
	overflow: auto;
	position: absolute;
	left: 0;
	bottom: 30px;
} */
.banner-button .swiper-button-next,.banner-button .swiper-button-prev{
	color: #FFFFFF;
	bottom: 30px;
	font-weight: bolder;
	width: 40px;
	height: 60px;
	transition: all .6s;
}
.banner-button .swiper-button-next{
	left: inherit;
	top: inherit;
	right: 2rem;
	bottom: 30px;
	background: url('../images/ico_04.png') no-repeat center center;
	background-size: 100%;
}
.banner-button .swiper-button-next:hover{
	background: url('../images/ico_03.png') no-repeat center center;
	background-size: 100%;
}
.banner-button .swiper-button-prev{
	margin: 0;
	left: 2rem;
	top: inherit;
	right: inherit;
	background: url('../images/ico_01.png') no-repeat center center;
	background-size: 100%;
}
.banner-button .swiper-button-prev:hover{
	background: url('../images/ico_02.png') no-repeat center center;
	background-size: 100%;
}
.banner-button .swiper-button-next:after,.banner-button .swiper-button-prev:after{
	width: 100%;
	height: 100%;
	font-size: 0;
}
.banner-all{
	position: relative;
}
.banner-all .swiper-pagination{
	width: 12px;
	height: auto;
	left: auto;
	bottom: auto;
	right: 20px;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.banner-all .swiper-pagination .swiper-pagination-bullet{
	background: rgba(0,0,0,0);
	opacity: 1;
	width: 12px;
	height: 12px;
	position: relative;
}
.banner-all .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(0,0,0,0);
	opacity: 1;
}
.banner-all .swiper-pagination .swiper-pagination-bullet::before{
	content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: #fff;
    opacity: .2;
    border-radius: 100%;
}
.banner-all .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	opacity: 1;
}
.banner-all .swiper-pagination .swiper-pagination-bullet::after{
	content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
    opacity: 0;
    border-radius: 100%;
}
.banner-all .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	opacity: .2;
}

.index-pro,.index-pro-box,.index-pro-box .swiper-slide,.index-pro-box .swiper-slide a,.index-pro-box .swiper-slide a .pro-all-img,.index-pro-box .swiper-slide a .pro-all-txt{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-pro{
	background: #090909;
}
.index-pro h2{
	color: #fe0000;
	font-size: 45px;
	font-weight: bolder;
	line-height: 162px;
	text-align: center;
	text-transform: uppercase;
}
.index-pro .content-margins{
	position: relative;
}
.index-pro .content-margins::before{
	content: "";
	width: 100%;
	height: 425px;
	background-color: #0a1646;
	position: absolute;
	left: 0;
	top: 65px;
}

.index-pro-box{
	min-height: 805px;
	position: relative;
	z-index: 10;
}
.index-pro-box .swiper-slide a{
	display: inline-block;
	position: relative;
}
.index-pro-box .swiper-slide a .pro-all-img{
	text-align: center;
	height: 485px;
	padding: 85px 0 30px;
	transition: all .65s;
}
.index-pro-box .swiper-slide.swiper-slide-active a .pro-all-img{
	height: 555px;
	padding: 0;
}
.index-pro-box .swiper-slide a .pro-all-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-pro-box .swiper-slide a .pro-all-txt{
	position: relative;
}
.index-pro-box .swiper-slide a .pro-all-txt .txt-show{
	padding: 0 20%;
}
.index-pro-box .swiper-slide a .pro-all-txt h3{
	font-size: 30px;
	color: #ffffff;
	line-height: 70px;
	font-weight: bolder;
	text-transform: capitalize;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-pro-box .swiper-slide a .pro-all-txt .txt-hot h3{
	line-height: 50px;
	color: #ff0000;
}
.index-pro-box .swiper-slide a .pro-all-txt p{
	line-height: 40px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index-pro-box .swiper-slide a .pro-all-txt .txt-hot p{
	color: #ff0000;
	-webkit-line-clamp: 3;
	line-height: 35px;
}
.index-pro-box .swiper-slide a .pro-all-txt .txt-hot,.index-pro-box .swiper-slide.swiper-slide-active a .pro-all-txt .txt-show{
	height: 0;
	opacity: 0;
	transition: all .6s;
	overflow: hidden;
	text-align: center;
	padding: 0 5%;
}
.index-pro-box .swiper-slide.swiper-slide-active a  .pro-all-txt .txt-hot{
	height: auto;
	opacity: 1;
}
.pro-button .swiper-button-prev,.pro-button .swiper-button-next{
	width: 100px;
	height: 60px;
	top: 235px;
	margin: 0;
	background: url('../images/ico_05.png') no-repeat left center;
	background-size: 100%;
	cursor: pointer;
}
.pro-button .swiper-button-next{
	background: url('../images/ico_06.png') no-repeat left center;
	background-size: 100%;
}
.pro-button .swiper-button-prev::after,.pro-button .swiper-button-next::after{
	font-size: 0;
}
.index-solutlons,.index-solutlons-tit,.index-solutlons-box,.solutlons-all{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-solutlons-tit{
	padding: 65px 0;
}
.index-solutlons-tit h2{
	font-size: 45px;
	line-height: 45px;
	color: #fe0101;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.index-solutlons-tit p{
	width: 100%;
	padding-right: 50%;
	display: inline-block;
	color: #252525;
	font-size: 16px;
	line-height: 24px;
	font-weight: bolder;
}
.index-solutlons-box{
	padding: 70px 0 105px 2rem;
}
.solutlons-all{
	position: relative;
	background: #fe0000;
}
.solutlons-all h2{
	width: 100%;
	font-size: 55px;
	font-weight: bolder;
	position: absolute;
	text-align: center;
	left: 0;
	top: 35px;
	color: #FFFFFF;
	text-transform: uppercase;
	z-index: 88;
}
.solutlons-all .swiper-slide a{
	width: 100%;
	height: auto;
	display: inline-block;
	overflow: hidden;
	display: flex;
	background: #fe0000;
	align-items: stretch;
}
.solutlons-all .swiper-slide a .solutlons-all-txt{
	width: 35%;
	height: 8rem;
	display: table;
	padding: 0 25px;
	order: 1;
}
.solutlons-all .swiper-slide a .solutlons-all-txt > div{
	display: table-cell;
	vertical-align: middle;
}
.solutlons-all .swiper-slide a .solutlons-all-txt p{
	line-height: 38px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bolder;
}
.solutlons-all .swiper-slide a .solutlons-all-img{
	width: 65%;
	height: 8rem;
	overflow: hidden;
	position: relative;
	order: 2;
}
.solutlons-all .swiper-slide a .solutlons-all-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
}
.solutlons-all .swiper-slide a .solutlons-all-img:hover img{
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
}
.solutlons-all .swiper-slide a .solutlons-all-img span{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	font-family: "Inter";
	font-size: 200px;
	line-height: 1;
	color: #FFFFFF;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 160px;
}
.solutlons-button{
	position: absolute;
	width: 130px;
	left: 25%;
	bottom: 50px;
	height: 55px;
}
.solutlons-button .swiper-button-next,.solutlons-button .swiper-button-prev{
	width: 35px;
	height: 55px;
	background: url('../images/ico_04.png') no-repeat left center;
	background-size: 100%;
	opacity: .5;
	transition: all .6s;
}
.solutlons-button .swiper-button-prev{
	background: url('../images/ico_01.png') no-repeat left center;
	background-size: 100%;
}
.solutlons-button .swiper-button-next:hover,.solutlons-button .swiper-button-prev:hover{
	opacity: 1;
}
.solutlons-button .swiper-button-next:after,.solutlons-button .swiper-button-prev:after{
	font-size: 0;
}

.index-case,.index-case-tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-case{
	background: #f3f3f3;
	text-align: center;
	padding: 0 0 0;
}
.index-case-tit{
	padding: 45px 30%;
}
.index-case-tit h2,.index-new-tit h2{
	font-size: 45px;
	line-height: 45px;
	color: #fe0101;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.index-case-tit p,.index-new-tit p{
    width: 100%;
    display: inline-block;
    color: #252525;
    line-height: 24px;
    font-weight: bolder;
}
.index-case-box,.index-case-box .swiper-slide,.index-case-box .swiper-slide a,.case-all-img{
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
}
.case-all{
	padding-bottom: 115px;
}
.index-case-box .swiper-slide{
	width: 80%;
}
.index-case-box .swiper-slide a{
	float: left;
}
.index-case-box .swiper-slide a:before,.index-case-box .swiper-slide a:after,.cases-list .item a::before,.cases-list .item a::after,.case-all-con:before,.case-all-con:after{
	content: '';
	position: absolute;
    background-color: #ff9b9b;
    opacity: 0;
    transition: all 1.5s ease 0s;
    z-index: 1;
}
.index-case-box .swiper-slide a:before,.cases-list .item a::before{
    bottom: 18px;
    right: 2.75%;
    width: 0px;
    height: 1px;
}
.index-case-box .swiper-slide a:hover:before,.cases-list .item a:hover::before{
    width: 94.5%;
    opacity: 1;
}
.index-case-box .swiper-slide a:after,.cases-list .item a::after{
    bottom: 14.8%;
    left: 2.75%;
    width: 1px;
    height: 0;
}
.index-case-box .swiper-slide a:hover:after,.cases-list .item a:hover::after{
    height: 72.8%;
    opacity: 1;
}
.case-all-img{
	float: left;
	height: 8rem;
	overflow: hidden;
}
.case-all-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-all-con{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	transition: all .5s ease 0s;
}
.case-all-con:hover {
    background-color: rgba(255,67,67,.9);
}
.case-all-con:before{
    top: 18px;
    left: 2.75%;
    width: 0px;
    height: 1px;
}
.case-all-con:hover:before {
    width: 94.5%;
    opacity: 1;
}
.case-all-con:after{
    top: 14.8%;
    right: 2.75%;
    width: 1px;
    height: 0;
}
.case-all-con:hover:after {
    height: 72.8%;
    opacity: 1;
}
.case-all-con .case-all-con-c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all .5s ease 0s;
	opacity: 0;
}
.case-all-con:hover .case-all-con-c{
	padding-bottom: 65px;
	opacity: 1;
}
.case-all-con .case-all-con-c:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 34px;
    height: 34px;
    background: url(../images/ico_08.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .5s ease 0s;
}
.case-all-con:hover .case-all-con-c:after{
	opacity: 1;
}
.case-all-con .case-all-con-c h3{
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	text-transform: capitalize;
}
.case-all-con .case-all-con-c p{
	line-height: 40px;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.case-button{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.case-button .swiper-button-next,.case-button .swiper-button-prev{
	width: 38px;
	height: 55px;
	transition: all .6s;
	bottom: 30px;
	top: auto;
	margin: 0;
}
.case-button .swiper-button-prev{
	background: url(../images/ico_01.png) no-repeat left center;
	background-size: 100%;
	left: 50%;
	margin-left: -50px;
}
.case-button .swiper-button-prev:hover{
	background: url(../images/ico_02.png) no-repeat left center;
	background-size: 100%;
	opacity: .5;
}
.case-button .swiper-button-next{
	background: url(../images/ico_04.png) no-repeat left center;
	background-size: 100%;
	right: 50%;
	margin-right: -50px;
}
.case-button .swiper-button-next:hover{
	background: url(../images/ico_03.png) no-repeat left center;
	background-size: 100%;
	opacity: .5;
}
.case-button .swiper-button-next:after,.case-button .swiper-button-prev:after{
	font-size: 0;
}

.index-new,.index-new-tit,.index-new-box,.new-box-txt,.index-new-more{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-new{
	background: #eff2f7;
}
.index-new-tit{
	text-align: center;
	padding: 35px 0;
}
.index-new-tit h2{
	margin-bottom: 10px;
}
.index-new-box{
	padding: 35px 0 65px;
	display: flex;
}
.index-new-box .item{
	float: left;
	width: calc(33.33% - 30px);
	margin-right: 45px;
	height: auto;
	overflow: hidden;
}
.index-new-box .item:nth-child(3n){
	margin: 0;
}
.index-new-box .item .new-box-img{
	width: 100%;
	height: 2.55rem;
	overflow: hidden;
	margin-bottom: 20px;
}
.index-new-box .item .new-box-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s;
}
.index-new-box .item:hover .new-box-img img{
	transform: scale(1.05);
}
.index-new-box .item .new-box-txt p{
	font-size: 14px;
	color: #fd0100;
	line-height: 35px;
	font-weight: bolder;
}
.index-new-box .item .new-box-txt h3{
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .6s;
}
.index-new-box .item:hover .new-box-txt h3{
	color: #fd0100;
}
.index-new-box .item .new-box-txt span{
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #696a6c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-new-more{
	text-align: center;
}
.index-new .onedot-more{
	margin: 0 auto 90px;
}

/* 内页 - 开始 */

/* banner */
.page-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 90px;
}
.page-banner img{
	width: 100%;
}
.page-banner-txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 15;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #FFFFFF;
	font-size: 3.15vw;
	text-transform: uppercase;
}

/* products */
.pro-list,.pro-list-nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-list-nav{
	padding: .6rem 0;
	text-align: center;
}
.pro-list-nav a{
	line-height: 40px;
	border: 1px solid #000;
	border-radius: 2em;
	min-width: 6.25em;
	padding: 0 25px;
	transition: all .5s;
	font-weight: 700;
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
}
.pro-list-nav a.active,
.pro-list-nav a:hover{
    color: #fff;
    background: #fd0100;
    border-color: #fd0100;
}
.pro-list .content-margins{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.pro-list .content-margins .item{
	width: calc(33.3333% - 20px); 
	position: relative;
	margin-bottom: 50px;
}
.pro-list-img{
	width: 100%;
	padding: .5rem .2rem;
	background-color: rgba(214, 214, 214, .2);
}
.pro-list-img > div{
	position: relative;
}
.pro-list-img > div::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.pro-list-img > div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .6s;
}
.pro-list .content-margins .item:hover .pro-list-img > div img{
	transform: scale(1.025);
}
.pro-list-txt{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-list-txt h3{
	color: #000000;
	font-size: 24px;
	line-height: 60px;
	font-weight: bolder;
	text-transform: capitalize;
	transition: all .6s;
}
.pro-list .content-margins .item:hover .pro-list-txt h3{
	color: #fe0101;
}
.pro-list-txt p{
	line-height: 1;
	opacity: .7;
	color: rgba(38,38,38,1);
	margin-bottom: 25px;
}
.pro-list-txt span{
	width: 100%;
	opacity: .7;
	color: rgba(38,38,38,1);
	display: inline-block;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pro-list .list_page{
	margin: 25px 0 65px;
}
.pro-details,.pro-details-banner,.pro-details-one,.pro-details-two,.pro-details-three,.pro-details-four,.pro-details-four-box,.pro-details-five,.pro-details-six{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-details-banner{
	margin-top: 90px;
	position: relative;
}
.pro-details-banner img{
	width: 100%;
}
.pro-details-one{
	padding: 2rem 0 1.85rem;
	background-color: #000000;
}
.pro-details-one .content-margins{
	display: flex;
	align-items: center;
}
.pro-details-onel{
	float: left;
	width: 48.5%;
	height: auto;
	padding: 0 5%;
}
.pro-details-onel img{
	width: 100%;
}
.pro-details-oner{
	width: 51.5%;
	height: auto;
}
.pro-details-oner h2{
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.pro-details-oner p{
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 28px;
}
.pro-details-two{
	background: #121212;
}
.pro-details-two img{
	width: 100%;
}
.pro-details-two .pro-det2-all{
	/* padding: 1.8rem 0 2.25rem; */
}
.pro-details-two .pro-det2-all .swiper-pagination{
	text-align: right;
	padding-right: 2rem;
	bottom: 45px;
}
.pro-details-two .pro-det2-all .swiper-pagination .swiper-pagination-bullet{
	width: 35px;
	height: 35px;
	background-color: #bababa;
	opacity: 1;
}
.pro-details-two .pro-det2-all .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fe0000;
	margin: 0 8px;
}
.pro-details-three{
	background-color: #000000;
	padding: 1.6rem 0 1.4rem;
}
.pro-details-three .swiper-slide{
	position: relative;
	display: flex;
}
.pro-det3-img{
	float: left;
	width: 63%;
	height: 675px;
	overflow: hidden;
}
.pro-det3-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro-det3-txt{
	position: absolute;
	width: 45.8%;
	height: calc(100% - 40px);
	right: 0;
	top: 20px;
	background-color: #fe0000;
	padding: 1.6rem 1.6rem 0;
}
.pro-det3-txt h3{
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.pro-det3-txt p{
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 28px;
	font-size: 20px;
}
.pro-det3-button{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 60px;
	text-align: center;
}
.pro-det3-button .swiper-button-prev,.pro-det3-button .swiper-button-next{
	width: 42px;
	height: 64px;
	background: none;
	transition: all .6s;
}
.pro-det3-button .swiper-button-prev{
	left: 45%;
	background: url(../images/ico_01.png) no-repeat center center;
	background-size: 100%;
}
.pro-det3-button .swiper-button-prev:hover{
	background: url(../images/ico_02.png) no-repeat center center;
	background-size: 100%;
}
.pro-det3-button .swiper-button-next{
	right: 47%;
	background: url(../images/ico_04.png) no-repeat center center;
	background-size: 100%;
}
.pro-det3-button .swiper-button-next:hover{
	background: url(../images/ico_03.png) no-repeat center center;
	background-size: 100%;
}
.pro-det3-button .swiper-button-next:after,.pro-det3-button .swiper-button-prev:after{
	opacity: 0;
}
.pro-details-four{
	padding: .3rem 0 .6rem;
	background-color: #000000;
}
.pro-details-four h3{
	color: #f00101;
	text-align: center;
	font-size: 36px;
	margin-bottom: .6rem;
}
.pro-details-four-box .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
}
.pro-details-four-box img{
	width: 100%;
}
.pro-details-five{
	background-color: #000;
	text-align: center;
	padding-bottom: .4rem;
}
.pro-details-five h3{
	color: #FFFFFF;
	font-size: 36px;
	margin-bottom: .3rem;
}
.pro-details-five a{
    position: relative;
    display: inline-block;
	border-radius: 15px;
    overflow: hidden;
	border: 1px solid #FFFFFF;
    z-index: 99;
	transition: all .2s;
}
.pro-details-five a:hover{
	border: 1px solid #f00101;
}
.pro-details-five a span{
	position: relative;
	z-index: 2;
	line-height: 56px;
	padding: 5px 82px 5px 40px;
	background: url(../images/ico_07.png) no-repeat right 40px center / 22px;
	color: #fff;
	transition: all .5s;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
}
.pro-details-five a::before{
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: -webkit-calc(100% + 4px);
	height: calc(100% + 4px);
	background: #f00101;
	transition: .8s;
}
.pro-details-five a:hover::before{
	width: 105%;
}
.pro-details-six{
	background-color: #ffffff;
	padding: .7rem 0 .5rem;
}
.pro-details-six h3{
	color: #151515;
	font-size: 36px;
	margin-bottom: .7rem;
	text-align: center;
}
.pro-det6{
	text-align: center;
}
.pro-det6 .item{
	float: left;
	width: 50%;
	height: auto;
	padding: 0 .6rem;
	overflow: hidden;
}
.pro-det6 .item a{
	width: 100%;
	height: 4.3rem;
	position: relative;
	transition: all .6s;
	display: inline-block;
	text-align: left;
}
.pro-det6 .item a img{
	height: 100%;
}
.pro-det6-txt{
	width: 80%;
	height: 1.05rem;
	/* background: #FFFFFF url('../images/images_15.jpg') no-repeat right center; */
	/* background-size: 1.35rem; */
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 20px;
	color: #000;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.09);
	padding: .2rem 25% 0 .35rem;
	background: #FFFFFF;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: .425rem;
}
.pro-det6-txt::before{
	content: "Discover";
	width: 25%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #e50014;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFFFFF;
}

/* 市场 */
.markets-list,.markets-list-item,.markets-list-item .item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.markets-list-item .item{
	float: left;
	width: 49%;
	padding: .6rem 0 0;
	display: inline-block;
	overflow: hidden;
}
.markets-list-item .item:nth-child(2n){
	float: right;
}
.markets-list-item .item a{
	width: 100%;
	height: 4.5rem;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.markets-list-item .item a::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
}
.markets-list-item .item a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.markets-box{
	width: 100%;
	height: 100%;
	position: absolute;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5% 5% 0;
}
.markets-box-view{
	position: relative;
	font-size: 18px;
	padding-top: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.markets-box-view::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 109px;
	height: 2px;
	background-color: #FFFFFF;
}
.markets-list-item .item a .markets-box-view img{
	width: 80px;
	height: auto;
}
.markets-box-txt{
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 0 5%;
}
.markets-box-txt h3{
	font-size: 24px;
	line-height: 60px;
	font-weight: bolder;
	text-transform: capitalize;
	transition: all .4s;
}
.markets-list-item .item a:hover .markets-box-txt h3{
	color: #f00101;
}
.markets-box-txt p{
	width: 100%;
	display: inline-block;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}
.markets-box-txt p span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.markets-list .list_page{
	margin: .5rem 0 .8rem;
}

.markets-details,.markets-det1,.markets-det2,.markets-det2 .item,.markets-det3{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.markets-det1{
	padding: .4rem 0 .3rem;
	border-bottom: 1px solid #d1d1d1;
}
.markets-det1 h3{
	font-size: 36px;
	color: #333;
	margin-bottom: 15px;
}
.markets-det1 p{
	font-weight: bolder;
	line-height: 28px;
}
.markets-det2{
	padding: .6rem 0;
}
.markets-det2 .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.markets-det2 .item:nth-child(2n){
	flex-direction: row-reverse;
}
.markets-det2-txt{
	width: 50%;
	background-color: #fff;
	padding: 0 7%;
}
.markets-det2-txt h4{
	font-size: 30px;
	margin-bottom: 15px;
}
.markets-det2-img{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.markets-det2-img img{
	width: 100%;
}
.markets-det3{
	padding: .6rem 0;
	background-color: #f4f7fc;
}
.markets-det3 h2{
	color: #151515;
	font-size: 36px;
	margin-bottom: .3rem;
	text-align: left;
	padding: 0 2rem;
}


/* 案例 */
.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list{
	padding: .6rem 0;
}
.cases-list .content-margins{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.cases-list .content-margins .item{
	width: calc(50% - 15px);
	position: relative;
	margin-bottom: 30px;
}
.cases-list .case-all-img{
	height: 4.3rem;
}
.cases-list .case-all-con .case-all-con-c{
	width: 80%;
	text-align: left;
}
.cases-list .case-all-con .case-all-con-c h3{
	margin-bottom: .35rem;
}
.cases-list .case-all-con .case-all-con-c p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.cases-list .case-all-con .case-all-con-c:after{
	left: 20px;
}

.case-details{
	width: 100%;
	height: auto;
	padding: .6rem 0;
	overflow: hidden;
}
.case-details h3{
	font-size: 28px;
	text-align: center;
}
.case-details h4{
	margin: 1% 0 3%;
	color: #cccccc;
	font-size: 14px;
	text-align: center;
}
.case-details p{
	line-height: 32px;
	margin: .15rem 0;
	font-size: 16px;
}
.case-details p img{
	margin: 0 auto;
	max-width: 100%;
}

/* 新闻 */
.new-list-nav{
	background-color: #f4f7fc;
    border-bottom: 1px solid #ced5eb;
}
.new-list-nav .content-margins{
	display: flex;
	flex-wrap: wrap;
}
.new-list-nav .content-margins a{
    border-right: 1px solid #ced5eb;
    flex: 1;
    text-align: center;
	display: block;
	padding: 1.25em 0;
	color: #333;
	position: relative;
	transition: all .65s;
}
.new-list-nav .content-margins a:nth-last-of-type(1){
	border: none;
}
.new-list-nav .content-margins a:hover,.new-list-nav .content-margins a.active{
    color: #f00101;
}

.new-list-box{
	margin: .6rem 0 0;
}
.new-list-box .content-margins{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.new-list-box .content-margins .item{
	width: calc(33.3333% - 20px);
	position: relative;
	margin-bottom: 50px;
}
.new-list-box .content-margins .item a{
	display: inline-block;
}
.new-list-box-img{
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
}
.new-list-box-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s;
}
.new-list-box-txt{
	margin-top: 0.75em;
}
.new-list-box-txt h3{
	height: 75px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
	transition: all .5s;
}
.new-list-box .content-margins .item a:hover .new-list-box-txt h3{
    color: #f00101;
}
.new-list-box-txt p{
	color: #b7b7b7;
	font-size: 14px;
}
.new-list .list_page{
	margin: 0 0 .5rem;
}

/* 下载 */
.download-box,.download-box-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.download-box{
	padding: .6rem 0;
	background-color: #fafafa;
}
.download-box-list{
	margin-bottom: 10px;
	padding: 40px;
	background: #fff;
}
.download-box-list h3{
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
}
.download-table{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.download-box-list table{
	min-width: 510px;
	width: 100%;
}
.download-box-list table thead{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.download-box-list table thead th{
    line-height: 60px;
    text-align: left;
}
.download-box-list table td {
	padding: 30px 0 20px;
    vertical-align: top;
    line-height: 26px;
    padding-right: 80px;
}
.download-box-list table td:nth-child(1) {
    width: 34% !important;
    padding-right: 20px !important;
}
.download-box-list table td:nth-child(2) {
    width: 14% !important;
    padding-right: 20px !important;
}
.download-box-list table td:nth-child(3) {
    width: 28% !important;
    color: #666;
    padding-right: 40px !important;
}
.download-box-list table td:nth-child(3) p,.download-box-list table td a{
    line-height: 24px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.download-box-list table td:nth-child(4) {
    padding-right: 0 !important;
    width: 12%;
    color: #666;
}
.download-box-list table td:nth-child(4) a{
	color: #f00101;
}
.download-box-list table td a{
	transition: all .5s;
}
.download-box-list table td a:hover{
	color: #f00101;
	text-decoration: underline;
}
.download-box .list_page{
	margin: .3rem 0 0;
}

/* FAQ */
.faq-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.faq-box{
	padding: .6rem 0;
	background-color: #fafafa;
}
.faq-item,.faq-list .item{
	padding: 25px 35px;
	background: #FFFFFF;
}
.faq-item h3{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
}
.faq-list .item{
	margin-top: 20px;
}
.faq-list-item-tit{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 50px 0 0;
}
.faq-list-item-tit h3{
    color: #262626;
    font-weight: 500;
    line-height: 1.25;
    min-height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 18px;
}
.faq-list-item-tit span{
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 26px;
	line-height: 1;
	margin-top: -0.5em;
	color: #FF6C36;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border: 2px solid #f00101;
	border-radius: 50%;
	background: url('../images/ico_22.png') no-repeat center center;
	background-size: 12px;
	transition: all .6s;
}
.faq-list-item-tit.on span{
	background: url('../images/ico_21.png') no-repeat center center;
	background-size: 12px;
}
.faq-list-item-con{
    display: none;
	padding: 15px 20px 15px 0;
	margin: 15px 0 0;
    border-top: 1px solid rgba(38,38,38,0.1);
    color: #A8A8A8;
    line-height: 1.5;
    letter-spacing: 0.03em;
	font-size: 16px;
}


/* 关于我们 */
.about-one,.about-one-inner,.about-one-company,.about-two,.history-box,.history-con-box,.about-three,.about-four{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about-one{
	padding: .8rem 0 .6rem;
}
.about-one-inner h3{
	font-size: 36px;
	margin-bottom: 25px;
	text-align: center;
}
.about-one-inner p{
	opacity: .7;
}
.about-one-company{
	margin-top: .5rem;
	position: relative;
	display: flex;
    flex-wrap: wrap;
}
.about-one-company .about-one-company-img{
	width: 50%;
	height: 5rem;
	overflow: hidden;
}
.about-one-company .about-one-company-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-one-company .about-one-company-attr{
	width: 50%;
}
.about-one-company .about-one-company-attr .item{
	width: 100%;
	height: 33.33%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.about-one-company .about-one-company-attr .item p{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.about-one-company-attr .item p:nth-of-type(1){
	font-size: 34px;
	position: relative;
	font-weight: bolder;
}
.about-one-company-attr .item p:nth-of-type(1) span{
	font-size: 14px;
	margin-left: 5px;
}
.about-one-company-attr .item p:nth-of-type(2){
	font-size: 14px;
}

/* .about-one-company ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.about-one-company ul li{
	width: calc(20% - .3rem);
	margin: 0 .15rem;
	border-radius: 8px;
	will-change: transform;
	transition: all 2.6s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	transform: translate3d(0, 0, 0);
	position: relative;
	overflow: hidden;
}
.about-one-company ul li::before{
	content: "";
	display: block;
}
.about-one-company ul li:nth-of-type(1)::before,.about-one-company ul li:nth-of-type(5)::before{
	padding-top: 152%;
}
.about-one-company ul li:nth-of-type(2)::before{
	padding-top: 104%;
}
.about-one-company ul li:nth-of-type(3)::before{
	padding-top: 65%;
}
.about-one-company ul li:nth-of-type(4)::before{
	padding-top: 108%;
}
.about-one-company ul li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-one-company-attr{
	width: 60%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.about-one-company-attr .item{
	width: 33.33%;
	text-align: center;
}
.about-one-company-attr .item p:nth-of-type(1){
	font-size: 34px;
	position: relative;
	font-weight: bolder;
}
.about-one-company-attr .item p:nth-of-type(1) span{
	font-size: 14px;
	margin-left: 5px;
}
.about-one-company-attr .item p:nth-of-type(2){
	font-size: 14px;
} */
.about-two{
	margin: 0.7rem 0 0;
	padding-bottom: .5rem;
}
.about-two h2{
	font-size: 36px;
	margin-bottom: 25px;
	text-align: center;
}
.history-con-all .swiper-slide{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.history-con-box{
	position: relative;
}
.history-con-txt{
	position: relative;
	overflow: hidden;
	transition: all 2.4s;
	/* width: 410px; */
	width: 80%;
	margin: 0 auto;
}
.history-con-txt::before{
	content: "";
	padding-top: 30%;
	display: block;
}
.history-con-txt > div{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: table;
}
.history-con-txt > div > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.history-con-txt > div h3{
	width: 100%;
	font-size: 24px;
	margin-bottom: 10px;
}
.history-con-txt > div p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
/* .history-con-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.history-con-year{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 19.6875vw;
	text-align: center;
	width: 100%;
	color: rgba(168,168,168,.1);
	font-weight: bolder;
}
/* .history-con-txt p{
	text-align: center;
} */
.history-year-all {
	text-align: center;
	margin: 25px 0 0;
}
.history-year-all p{
	color: #bfbfbf;
	font-size: 36px;
	padding: 15px 0 10px;
	position: relative;
	transition: all .6s;
}
.history-year-all p::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #ddd;;
}
.history-year-all p::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 12px;
	height: 12px;
	background-color: #bfbfbf;
	border-radius: 50%;
	margin-left: -6px;
	z-index: 10;
	transition: all .6s;
}
.history-year-all .swiper-slide-active p{
	color: #f00101;
}
.history-year-all .swiper-slide-active p::before{
	background-color: #f00101;
}
.about-three{
	padding: .6rem 0;
	background-color: #f8f9fc;
}
.about-three h2{
	font-size: 36px;
	margin-bottom: 25px;
	text-align: center;
}
.about-three p{
	line-height: 28px;
	opacity: .7;
}
.about-three-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	margin: 20px 0 0;
}
.about-three-box .item{
	float: left;
	width: calc(50% - 15px);
}
.about-three-box .item img{
	width: 100%;
	margin-bottom: 30px;
}
.about-four{
	padding: .6rem 0;
}
.about-four h2{
	font-size: 36px;
	margin-bottom: 25px;
	text-align: center;
}
.honor_list{ width: 100%;height: auto;overflow: hidden;}
.honor_list .swiper-container{ padding: 10px 0 0;}
.honor_list .swiper-slide {padding: 0 30px 0;text-align: center;background: #f4f4f4;}
.honor_list .honor_list_img{display: flex;justify-content: center;align-items: center;height: 300px;transition: all .5s;}
.honor_list .honor_list_img img {max-height: 80%;max-width: 90%;transition: all .5s;}
.honor_list .swiper-slide:hover .honor_list_img img { transform: scale(1.1)}
.honor_list .honor_list_txt { border-top: 1px solid #e8e8e8;line-height: 26px;font-size: 16px;color: #555555;padding: 30px 0;}


/* 关于我们 */
.contact-box{
	padding: .6rem 0;
}
.contact-list{
	background: rgba(214, 214, 214, .2);
	display: flex;
	flex-wrap: wrap;
}
.contact-list .contact-inner{
	width: 40%;
	padding: .5rem .3rem 0;
}
.contact-list .contact-map{
	width: 60%;
	min-height: 500px;
}
.contact-list .contact-map .map{
	width: 100%;
	height: 100%;
}
.contact-inner1{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.contact-inner1 h3{
	font-size: 36px;
	margin-bottom: 10px;
}
.contact-inner1 p{
	opacity: .9;
}
.contact-inner2{
	padding: 15px 0 0;
}
.contact-inner2 p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 40px;
	margin-top: 15px;
}
.contact-inner2 p:nth-of-type(1){
	background: url('../images/ico_23.png') no-repeat left center;
	background-size: 25px;
}
.contact-inner2 p:nth-of-type(2){
	background: url('../images/ico_24.png') no-repeat left center;
	background-size: 25px;
}
.contact-inner2 p:nth-of-type(3){
	background: url('../images/ico_25.png') no-repeat left center;
	background-size: 25px;
}




.c-pn-box{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}
.c-pn-box a {
    font-size: 18px;
    color: #2c2e2f;
    transition: .5s;
}
.c-pn-box a:hover{
    color: #f00101;
}
.c-pn-box a.c-return{
    padding-left: 40px;
    background: url(../images/ico_19.png) no-repeat left center;
    background-size: auto 18px;
}
.c-pn-box a.c-return:hover {
    color: #bb1c14;
    background: url(../images/ico_20.png) no-repeat left center;
    background-size: auto 18px;
}

.font-run span {
	display: block;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
	transition: all 1s;
	transform: translateY(100%);
	position: relative;
	display: inline-block;
	opacity: 0;
}
.font-run.on span {
	opacity: 1;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transform: translateY(0);
}
.onedot-more{
	position: relative;
	display: inline-block;
	background-color: #000000;
	border-radius: 40px;
	overflow: hidden;
	margin: 10% 0 0;
	z-index: 99;
}
.onedot-more::before{
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: -webkit-calc(100% + 4px);
	height: calc(100% + 4px);
	background: #0e05d1;
	transition: .8s;
}
.onedot-more:hover::before{
	width: 100%;
}
.onedot-more span{
	position: relative;
	z-index: 2;
	line-height: 56px;
	padding: 5px 72px 5px 40px;
	background: url(../images/ico_07.png) no-repeat right 40px center / 22px;
	color: #fff;
	transition: all .5s;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
}

@media (max-width:1616px) {
	.content-margins{
		padding: 0 1rem;
	}
}
@media (max-width:1440px){
	.content-margins{
		padding: 0 2%;
	}
	.header-nav ul li{
		padding: 0 15px;
	}
	.header-nav ul li a{
		font-size: 16px;
	}
	.solutlons-all .swiper-slide a .solutlons-all-txt p{
		font-size: .3rem;
	}
	.solutlons-all .swiper-slide a .solutlons-all-img span{
		font-size: 1.65rem;
		line-height: 1.65rem;
	}
}
@media (max-width:1316px){
	.content-margins{
		padding: 0 1%;
	}
	
	.index-pro-box .swiper-slide a .pro-all-txt .txt-show{
		padding: 0 12%;
	}
	.index-solutlons-tit{
		padding-bottom: 0;
	}
	.onedot-more span{
		line-height: 42px;
		padding: 5px 72px 5px 40px;
		font-size: 18px;
	}
}
@media (max-width:1216px){
	.hea_menu_but{
		float: right;
		display: flex;
		margin-left: 30px;
	}
	.header-nav{
		display: none;
	}
	
	.b_index_txt{
		padding: 0 1%;
	}
	.b_index_txt p:nth-of-type(1){
		margin-bottom: 10px;
	}
	.b_index_txt p:nth-of-type(2){
		margin-bottom: 10px;
	}
	.index-solutlons-tit p{
		padding-right: 30%;
	}
	.index-solutlons-box{
		padding: 20px 1% 0;
	}
	
	.solutlons-all .swiper-slide a .solutlons-all-txt{
		height: 10rem;
	}
	.solutlons-all .swiper-slide a .solutlons-all-img{
		height: 10rem;
	}
	.solutlons-button{
		left: 20%;
	}
	
	.index-case-tit{
		padding: 45px 10%;
	}
	.case-all-con .case-all-con-c{
		width: 70%;
	}
	
	.index-new-box .item .new-box-img{
		height: 4rem;
	}
	
	.pro-list-nav{
		padding: .6rem 1% .3rem;
		text-align: left;
	}
	.pro-list-nav a{
		margin-bottom: .3rem;
	}
	.pro-det3-img{
		height: 10rem;
	}
	.pro-det3-button .swiper-button-prev{
		left: 40%;
	}
	
	.markets-list-item .item a{
		height: 6rem;
	}
	
	.cases-list .case-all-img{
		height: 6rem;
	}
	
	.new-list-box-img{
		height: 4rem;
	}
}

@media (max-width:993px){
	.index-banner{
		margin-top: 90px;
	}
	.index-pro-box .swiper-slide.swiper-slide-active a .pro-all-img{
		height: 485px;
		padding: 85px 0 30px;
	}
	.index-pro-box .swiper-slide a .pro-all-txt .txt-hot h3{
		line-height: 70px;
	}

	.about-one-company .about-one-company-img{
		height: 8rem;
	}
}
@media (max-width:768px){
	body{
		font-size: 14px;
	}
	.cookie-box .content-margins{
		display: inline-block;
	}
	.cookie-box .cookie-button{
		margin: 10px 0 0;
	}
	.onedot-more{
		margin: 10px 0 0;
		line-height: 42px;
	}
	.onedot-more span{
		padding: 2px 60px 2px 25px;
		font-size: 14px;
		background: url(../images/ico_07.png) no-repeat right 30px center / 22px;
	}
	
	.pro-list .list_page{
		margin: 15px 0 35px;
	}
	.list_page ul a, .list_page ul li span{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		margin: 0 2px;
	}

	.header{
		line-height: 70px;
	}
	.header-logo a img{
		height: 70px;
	}
	.hea_menu_but{
		margin-top: 24px;
	}
	.ver_open .hea_menu_but{
		margin-top: 32px;
	}
	.header-web-nav{
		top: 70px;
	}
	.ver_open .header-web-nav {
	    height: calc(100% - 70px);
	    height: -webkit-calc(100% - 70px);
	}
	
	.footer-one-left{
		width: 100%;
	}
	.footer-from{
		width: 100%;
	}
	.footer-about h2{
		padding: 15px 0 25px;
	}
	.footer-about .item{
		margin-bottom: 10px;
	}
	.footer-about .item h3{
		margin: 0;
	}
	.footer-share{
		margin: 5px 0 25px;
	}
	.footer-from .item{
		width: 100%;
	}
	.footer-from .item input:nth-last-of-type(1){
		margin-bottom: 2%;
	}
	.footer-from .item:nth-of-type(2){
		position: relative;
		left: auto;
		top: auto;
	}
	.footer-from-button{
		text-align: left;
	}
	.footer-from-button button{
		margin: 10px 0 15px;
	}
	
	.index-banner{
		margin-top: 70px;
        /* height: calc(100vh - 70px); */
	}
	.banner-button{
		display: none;
	}
	.b_index_txt p:nth-of-type(1){
		font-size: 22px;
		line-height: 24px;
	}
	.b_index_txt p:nth-of-type(2){
		font-size: 18px;
		line-height: 24px;
	}
	.b_index_txt p:nth-of-type(3){
		font-size: 16px;
	}
	
	.banner-all{
		/* height: 100%; */
	}
	.banner-all .swiper-pagination{
		width: 100%;
		height: auto;
		left: auto;
		bottom: 0;
		right: 0;
		position: absolute;
		top: auto;
		transform: translateY(0);
	}
	.banner-all .swiper-slide a img.banner-all-pc{
		display: none;
	}
	.banner-all .swiper-slide a img.banner-all-web{
		display: inline-block;
		width: 100%;
		/* height: 100%; */
		/* object-fit: cover; */
	}
	.banner-all .swiper-slide a{
		width: 100%;
		/* height: 100%; */
	}

	.index-pro h2{
		font-size: 22px;
		line-height: 32px;
		margin: 20px 0 10px;
	}
	.index-pro .content-margins::before{
		top: 0;
	}
	.index-pro-box{
		min-height: auto;
	}
	.index-pro-box .swiper-slide a .pro-all-img{
		padding: 0;
	}
	.index-pro-box .swiper-slide a .pro-all-img,.index-pro-box .swiper-slide.swiper-slide-active a .pro-all-img{
		height: 425px;
		padding: 5%;
		/* padding: 0; */
	}
	.index-pro-box .swiper-slide.swiper-slide-active a .pro-all-txt .txt-hot{
		padding: 0;
	}
	.pro-button .swiper-button-prev, .pro-button .swiper-button-next{
		width: 50px;
		height: 30px;
		top: 200px;
	}
	.index-pro-box .swiper-slide a .pro-all-txt .txt-hot h3,.index-pro-box .swiper-slide a .pro-all-txt h3{
		font-size: 20px;
		line-height: 40px;
	}
	.index-pro-box .swiper-slide a .pro-all-txt .txt-hot p{
		line-height: 26px;
		margin-bottom: 15px;
	}
	.index-pro-box .swiper-slide a .pro-all-txt .txt-show{
		display: none;
	}
	
	.index-solutlons-tit{
		margin: 20px 0 0;
		padding: 0;
	}
	.index-solutlons-tit h2{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.index-solutlons-tit p{
		padding: 0;
		font-size: 14px;
	}
	.index-solutlons-box{
		padding: 30px 1% 0;
	}
	.solutlons-all .swiper-slide a{
		display: inline-block;
	}
	.solutlons-all .swiper-slide a .solutlons-all-img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.solutlons-all h2{
		font-size: 22px;
	}
	.solutlons-all .swiper-slide a .solutlons-all-img span{
		display: none;
	}
	.solutlons-all .swiper-slide a .solutlons-all-txt{
		width: 100%;
		height: auto;
		padding: 10px 1%;
	}
	.solutlons-all .swiper-slide a .solutlons-all-txt p{
		font-size: 20px;
	}
	.solutlons-button{
		display: none;
	}
	
	.index-case-box{
		padding: 0 1%;
	}
	.index-case-tit{
		padding:20px 1% 10px;
	}
	.index-case-tit h2, .index-new-tit h2{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.index-case-box .swiper-slide{
		width: 100%;
	}
	.case-all-img{
		height: 12rem;
	}
	.case-all-con .case-all-con-c{
		width: 90%;
		opacity: 1;
	}
	.case-all-con .case-all-con-c h3{
		font-size: 18px;
	}
	
	.index-new-box{
		display: inline-block;
		padding: 0;
	}
	.index-new-tit{
		padding-bottom: 10px;
	}
	.index-new-box .item,.index-new-box .item:nth-child(3n){
		width: 100%;
		margin: 0 0 25px 0;
	}
	.index-new-box .item .new-box-img{
		height: 8rem;
		margin-bottom: 0;
	}
	.index-new-box .item .new-box-txt h3{
		margin: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.index-new .onedot-more{
		margin-bottom: 15px;
	}
	
	.page-banner{
		height: 240px;
		margin-top: 70px;
	}
	.page-banner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-banner-txt{
		font-size: 24px;
	}
	
	.pro-list-nav{
		display: none;
	}
	.pro-list .content-margins .item{
		width: 100%;
		margin: 20px 0 0;
	}
	.pro-list-img > div::before{
		padding-top: 80%;
	}
	.pro-list-txt h3{
		font-size: 20px;
		line-height: 40px;
	}
	.pro-list-txt p{
		margin-bottom: 10px;
	}
	.pro-details-banner{
		margin-top: 70px;
	}
	.pro-details-one .content-margins{
		display: inline-block;
	}
	.pro-details-onel{
		width: 100%;
		padding: 0 1%;
	}
	.pro-details-oner{
		float: left;
		width: 100%;
	}
	.pro-details-oner h2{
		font-size: 20px;
		margin: 10px 0;
	}
	.pro-details-two .pro-det2-all .swiper-pagination{
		padding: 0;
		text-align: center;
		bottom: 10px;
	}
	.pro-details-two .pro-det2-all .swiper-pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.pro-details-three .swiper-slide{
		display: inline-block;
	}
	.pro-details-three{
		padding: 1.6rem 1% 1.4rem;
	}
	.pro-det3-img{
		width: 100%;
	}
	.pro-det3-txt{
		float: left;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		padding: 15px 1%;
	}
	.pro-det3-txt h3{
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.pro-det3-txt p{
		font-size: 16px;
	}
	.pro-det3-button{
		bottom: 50%;
		margin-top: -16px;
	}
	.pro-det3-button .swiper-button-prev, .pro-det3-button .swiper-button-next{
		width: 21px;
		height: 32px;
	}
	.pro-det3-button .swiper-button-next{
		right: 1%;
	}
	.pro-det3-button .swiper-button-prev{
		left: 1%;
	}
	.pro-details-four h3,.pro-details-five h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.pro-details-five{
		padding: 1.6rem 0 1rem;
	}
	.pro-details-five a span{
		font-size: 16px;
		line-height: 36px;
		padding: 5px 60px 5px 20px;
		background: url(../images/ico_07.png) no-repeat right 30px center / 20px;
		color: #fff;
	}
	.pro-details-six h3{
		font-size: 22px;
	}
	.pro-det6 .item{
		width: 100%;
		margin-bottom: 15px;
	}
	.pro-det6 .item a{
		height: auto;
	}
	.pro-det6 .item a img{
		width: 100%;
		height: auto;
	}
	.pro-det6-txt{
		height: 70px;
		line-height: 70px;
		padding-top: 0;
		font-size: 18px;
	}
	.pro-det6-txt::before{
		font-size: 14px;
	}
	
	.markets-list-item .item{
		width: 100%;
	}
	.markets-list-item .item a{
		height: 11rem;
	}
	.markets-list-item .item a .markets-box-view img{
		width: 50px;
	}
	.markets-box-txt{
		bottom: 10px;
		padding: 0;
	}
	.markets-box-txt h3{
		font-size: 20px;
		line-height: 26px;
		padding: 0 5%;
	}
	.markets-box-txt p{
		display: none;
	}
	
	.cases-list{
		padding: 1.3rem 0 1rem;
	}
	.cases-list .content-margins{
		display: inline-block;
	}
	.cases-list .content-margins .item{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.cases-list .content-margins .item a{
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: inline-block;
		position: relative;
	}
	.cases-list .case-all-img{
		height: 10rem;
	}
	.cases-list .case-all-con .case-all-con-c{
		width: 90%;
	}
	.cases-list .case-all-con .case-all-con-c p{
		line-height: 35px;
	}
	.case-all-con:hover{
		background: rgba(0, 0, 0, .5);
	}
	.case-all-con:hover .case-all-con-c{
		padding-bottom: 0;
	}
	.case-all-con:hover .case-all-con-c:after{
		opacity: 0;
	}
	.index-case-box .swiper-slide a:hover:before, .cases-list .item a:hover::before{
		opacity: 0;
	}
	.case-all-con:hover:before,.case-all-con:hover:after{
		opacity: 0;
	}
	.index-case-box .swiper-slide a:hover:after, .cases-list .item a:hover::after{
		opacity: 0;
	}
	
	.new-list-nav .content-margins{
		display: none;
	}
	.new-list-box{
		margin: 0;
		padding: 1.3rem 0 1rem;
	}
	.new-list-box .content-margins{
		display: inline-block;
	}
	.new-list-box .content-margins .item{
		width: 100%;
		margin-bottom: 10px;
	}
	.new-list-box-img{
		height: 10rem;
	}
	.new-list-box-txt h3{
		height: 50px;
		margin-bottom: 8px;
	}
	.case-details h3{
		font-size: 16px;
		line-height: 28px;
	}
	.case-details p{
		font-size: 14px;
		line-height: 26px;
	}
	
	.download-box-list{
		padding: 0;
	}
	
	.download-box-list h3{
		font-size: 22px;
	}
	.download-table{
	    -webkit-transition: height 0.3s linear;
	    transition: height 0.3s linear;
	    width: 100%;
	    overflow-x: auto !important;
	}
	.download-box-list table{
		min-width: 768px;
	}
	.download-box-list table td{
		padding: 15px 0 10px;
	}
	
	.faq-item, .faq-list .item{
		padding: 10px 1%;
	}
	.faq-item h3{
		font-size: 22px;
		margin-bottom: 0;
	}
	.faq-list-item-tit h3{
		font-size: 16px;
	}
	.faq-list-item-con{
		font-size: 14px;
	}
	
	.about-one,.about-three,.about-four{
		padding: 1.6rem 0 1.4rem;
	}
	.about-one-inner h3,.about-three h2,.about-four h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.about-one-company-attr{
		position: relative;
		width: 100%;
		top: auto;
		margin-bottom: 15px;
	}
	.about-one-company-attr .item p:nth-of-type(1){
		font-size: 18px;
	}
	
	.about-two h2{
		font-size: 22px;
	}
	.history-con-txt > div h3{
		display: none;
	}
	.history-year-all p{
		font-size: 14px;
	}
	.about-three-box{
		margin-top: 10px;
	}
	.about-three-box .item{
		width: 100%;
	}
	.about-three-box .item img{
		margin-bottom: 10px;
	}
	
	.contact-box{
		padding: 1.6rem 0 1.4rem;
	}
	.contact-list{
		width: 100%;
		display: inline-block;
	}
	.contact-list .contact-inner{
		width: 100%;
	}
	.contact-inner1 h3{
		font-size: 22px;
	}
	.contact-inner2{
		padding: 0 0 15px;
	}
	.contact-list .contact-map{
		width: 100%;
		height: 10rem;
		min-height: auto;
	}
	
	.operate-sea, .operate-lan{
		top: 70px
	}
	.operate-sea{
		padding: 10px 0 25px;
	}
	.operate-sea form{
		width: 90%;
	}
	.operate-sea form input{
		padding: 0 45px;
	}
	.operate-lan{
		padding: 15px 0;
	}
	.operate-lan .item a{
		width: 33.33%;
		font-size: 14px;
		margin-top: 15px;
	}

	.about-one-company{
		display: inline-block;
	}
	.about-one-company .about-one-company-img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.about-one-company .about-one-company-img img{
		height: auto;
	}
	.about-one-company .about-one-company-attr{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 15px 0 0;
		margin: 0;
	}
	.about-one-company .about-one-company-attr .item{
		float: left;
		width: 33.33%;
		height: auto;
	}
}
