*{
	margin: 0;
	padding: 0;
	list-style: none;	
}
img{
    max-width: 100%;
}
body{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style: none;
    padding:0;
    margin:0;
}
dd {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

:focus {
    outline: none !important;
}
body {
    overflow-x: hidden;
}
header{
	width: 100%;
	padding: 0;
	margin: 0;
}
.header{
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
	box-sizing: border-box;
	background: rgba(255,255,255,0);
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header-fixed{
	background: rgba(255,255,255,1);
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	width: 100%;
	padding: 0 100px;
	box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.15);
}
.header-fixed .menu ul li a{
	color: #333!important;
}
.header-fixed .logo-w{
	display: none;
}
.header-fixed .logo-b{
	display: block!important;
}
.header-fixed .menu ul li a {
    color: #ffffff;
    display: block;
    padding: 18px 0!important;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header .logo{
    margin-right: 10px;
}
.header .logo img{
	width: 150px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header .logo .logo-b{
	display: none;
}
.header .menu{
	display: flex;
	align-items: center;
}
.header .menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.header .menu ul li{
	font-size: 16px;
	color: #ffffff;
	padding: 0 20px;
    font-weight: bolder;
}
.header .menu ul li a{
	color: #ffffff;
	display: block;
    padding: 30px 0;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header .menu ul li a:after{
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    content: "";
    bottom: 18px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header .menu ul li a:hover:after{
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header-fixed .menu ul li a:after{
    position: absolute;
    width: 0;
    height: 2px;
    background: #c03a2d;
    content: "";
    bottom: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header-fixed .menu ul li a:hover:after{
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.swiper-wrapper{
	height: auto!important
}
.main-banner{
    width: 100%;
    position: relative; 
}
.main-banner .bann-font{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 4;
}
.main-banner .bann-font .bann-h1{
	font-size: 58px;
	color: #ffffff;
	text-align: center;
	font-weight: bolder;
	padding-bottom: 25px;
}
.main-banner .bann-font .bann-h2{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
.main-banner .bann-font .bann-btn{
	width: 100%;
	text-align: center;
    padding: 65px 0 0;
}
.main-banner .bann-font .bann-btn .iconfont{
	font-size: 50px;
}
.main-banner .bann-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(to bottom,rgba(0,0,0,0.75),rgba(0,0,0,0.25),rgba(0,0,0,0.2),rgba(0,0,0,0.08));
    z-index: 2;
}
.mainFlex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container{
	width: 1420px;
	margin: 0 auto;
	position: relative;
}
.main-about{
	width: 100%;
	padding: 0;
	background: url(../images/main-about-bg.jpg) no-repeat center fixed;
	background-size: cover;
}
.main-about .main-about-left{
    width: 50%;
}
.main-about .main-about-left h1{
	font-size: 24px;
	color: #333;
	padding-bottom: 10px;
}
.main-about .main-about-left .text01{
	font-size: 16px;
	color: #333;
	padding-bottom: 18px;
	font-weight: 500;
}
.main-about .main-about-left .text02{
	font-size: 15px;
	color: #555;
	padding-bottom: 10px;
	font-weight: 500;
	line-height: 28px;
	text-indent: 2em;
}
.main-about .main-about-right{
	width: 50%;
	padding-left: 80px;
	box-sizing: border-box;
	display: flex;
}
.main-about .main-about-right .item-ul{
	width: 50%;
	border-left: solid 1px #dadada;
	padding-left: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}
.main-about .main-about-right .item-ul .item-li .item-h4{
	font-weight: normal;
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.main-about .main-about-right .item-ul:nth-child(2){
	width: 50%;
	border-left: solid 1px #dadada;
	padding-left: 0;
	padding-top: 150px;
	padding-bottom: 80px;
}
.main-about .main-about-right .item-li{
	position: relative;
	padding: 0 0 0 30px;
	margin: 70px 0 70px 0;
}
.main-about .main-about-right .item-li:after{
	position: absolute;
	left: 0;
	top: 20px;
	background: #c03a2d;
	width: 4px;
	height: 40px;
	content: "";
}
.main-about .main-about-right .item-li .item-h1{
	font-size: 80px;
    display: inline-block;
    background: url(../images/tp1.jpg) no-repeat left top;
    background: none/9;
    color: #333/9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
    font-family: arial;
    vertical-align: top;
}
.main-about .main-about-right .item-li .item-time{
	 position: relative;
	 display: inline-block;
	 padding-right: 20px;
}
.main-about .main-about-right .item-li  .item-h2{
	 position: absolute;
	 top: 0;
	 right: 10px;
	 text-align: left;
	 font-size: 20px;
	 font-weight: bolder;
}
.core-main{
	 width: 100%;
	 padding: 60px 0;
}
.core-main .core-title{
	 width: 100%;
	 text-align: center;
	 position: relative;
}
.core-main .core-title .core-tit-h1{
     font-size: 60px;
     text-align: center;
     color: #e6e6e6;
     font-weight: bolder;
     font-family: fantasy;
}
.core-main .core-title .core-tit-h2{
     font-size: 42px;
     text-align: center;
     color: #333;
     font-weight: bolder;
     margin-top: -40px;
}
.core-main .core-title .core-tit-h3{
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 16px;
    color: #101010;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-decoration: none;
    padding: 10px 0;
}
.core-main .core-ul{
	width: 100%;
	display: flex;
	padding: 30px 0;
	align-items: center;
}
.core-main .core-ul .core-button{
    width: 100%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.core-main .core-ul .core-snt .iconfont {
    font-size: 50px;
    font-weight: bolder;
    color: #cdcdcd;
}
.core-main .core-ul .core-spv .iconfont {
    font-size: 50px;
    font-weight: bolder;
    color: #cdcdcd;
}
.core-main .core-button .swiper-pagination-ruis {
    position: static!important;
    width: auto!important;
}
.core-main .core-ul .core-li{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.core-main .core-ul .swiper-slide:nth-child(odd)  .core-li{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}
.core-main .core-ul .core-li img{
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.core-main .core-ul .core-li:hover img{
	width: 100%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}


.core-main .core-ul .core-li .core-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background-image: linear-gradient( to bottom , rgba(0,0,0,0.1),rgba(0,0,0,0.95));
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
} 
.core-main .core-ul .core-li:hover .core-bg{
	display: none;
}
.core-main .core-ul .core-li .core-li-site{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.core-main .core-ul .core-li .core-li-site .core-h1{
	font-size: 24px;
	font-family: fantasy;
	width: 100%;
}
.core-main .core-ul .core-li .core-li-site .core-h2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 30px;
	font-weight: bolder;
	padding: 30px 0 20px;
}
.core-main .core-ul .core-li .core-li-site .core-h3{
	width: 100%;
	font-size: 16px;
}
.core-main .core-ul .core-li .core-li-site .core-h2-arr .iconfont{
	font-size: 30px;
	font-weight: normal;
}

.solution-main{
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0;
	position: relative;
}
.solution-main .solution-title{
    padding-bottom: 50px;
}
.solution-main .solution-title .solution-tit-h1{
     font-size: 60px;
     text-align: center;
     color: #e6e6e6;
     font-weight: bolder;
     font-family: fantasy;
}
.solution-main .solution-title .solution-tit-h2{
     font-size: 42px;
     text-align: center;
     color: #333;
     font-weight: bolder;
     margin-top: -40px;
}
.solution-main .solution-title .solution-tit-h3{
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 16px;
    color: #101010;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
}
.solution-main .swiper-flex{
    width: 100%;
    display: flex;
    align-items: center;
}
.solution-main .swiper-flex img{
	vertical-align: middle;
}
.solution-main .solution-swiper{
	width: 100%;
	position: relative;
	margin: 50px 0 0;
}
.solution-main .solution-swiper .idxApp-dl{
	width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
.hide{
	overflow: hidden;
}
.solution-main .active {
    width: 44.791vw!important;
    flex-shrink: 0;
}
.solution-main .ddHd {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 350px;
}
.solution-main .ddHd .icon {
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    margin-bottom: 30px;
}
.solution-main .ddHd .tit-h1{
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	padding-top: 30px;
	line-height: 1.65;
}
.solution-main .ddHd .tit-h2{
	font-size: 16px;
	color: #ffffff;
	padding-top: 30px;
}
.solution-main .ddHd .moreBut{
	display: flex;
	background: #ffffff;
	border-radius: 6px;
	padding: 8px 0;
	width: 120px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	margin: 50px auto 0;
}
.solution-main .moreBut .iconfont {
    line-height: 1;
    display: flex;
    align-items: center;
}
.solution-main .idxApp-pv{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    right: 3%;
    border: 1px solid #005EAE;
    cursor: pointer;
}
.solution-main .idxApp-nt:hover{
    border: 1px solid #005EAE;
    background: #005EAE;
    color: #ffffff
}
.solution-main .idxApp-nt{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    left: 3%;
    border: 1px solid #005EAE;
    cursor: pointer;
}
.solution-main .idxApp-pv:hover{
    border: 1px solid #005EAE;
    background: #005EAE;
    color: #ffffff;
}
.solution-main .idxApp-nt .iconfont{
	font-size: 40px;
}
.solution-main .idxApp-pv .iconfont{
	font-size: 40px;
}
.solution-main .idxApp-dl-bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.custom-main{
	width: 100%;
    background: #ffffff;
    padding: 50px 0;
    position: relative;
}
.custom-main .custom-title .custom-tit-h1 {
    font-size: 60px;
    text-align: center;
    color: #e6e6e6;
    font-weight: bolder;
    font-family: fantasy;
}
.custom-main .custom-title .custom-tit-h2 {
    font-size: 42px;
    text-align: center;
    color: #333;
    font-weight: bolder;
    margin-top: -40px;
}
.custom-main .custom-title .custom-tit-h3 {
    font-family: SourceHanSansSC;
    font-weight: 400;
    font-size: 16px;
    color: #101010;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
}
.custom-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 10px) / 5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.custom-main .custom-ul{
     width: 100%;
     margin-top: 20px;
     display: flex;
     flex-wrap: wrap;
}
.custom-main .custom-ul .wapnone{
     width: 100%;
     display: flex;
     flex-wrap: wrap;
}
.custom-main .custimg {
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    overflow: hidden;
}
.custom-main .custimg img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}
.custom-main .custimg:hover{
	box-shadow: 3px 5px 5px #e9e9e9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.custom-main .custimg:hover img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.custom-main .custimg02 {
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    width: 13.2857%;
    margin: 0.5%;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    overflow: hidden;
}
.custom-main .custimg02 img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}
.custom-main .custimg02:hover{
    box-shadow: 3px 5px 5px #e9e9e9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.custom-main .custimg02:hover img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.footer{
	 width: 100%;
	 background: #333;
	 padding: 30px 0;
}
.footer .footer-flex{
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
}
.footer .footer-flex .footer-logo{
	 width: 200px;
}
.footer .footer-flex .footer-logo img{
	 width: 100%;
}
.footer .footer-flex .footer-nav{
     line-height: 2;
}
.footer .footer-flex .footer-nav dt{
     font-size: 18px;
     font-weight: bolder;
     color: #ffffff;
}
.footer .footer-flex .footer-nav dd{
     font-size: 16px;
     color: #ffffff;
}


/**关于我们**/
.nbanner{
	background: linear-gradient(to bottom,rgba(0,0,0,0.94),rgba(0,0,0,0.3),rgba(0,0,0,0));
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}
.about-banner{
	width: 100%;
	position: relative;
}
.about-content{
    width: 100%;
    padding: 50px 0;
    background: url(../images/about-bg.png) no-repeat center bottom;
    background-size: 100%;
}
.about-content .about-nav .about-nav-h1{
	font-size: 60px;
    text-align: center;
    color: #e6e6e6;
    font-weight: bolder;
    font-family: fantasy;
}

.about-content .about-nav .about-nav-h2{
    font-size: 42px;
    text-align: center;
    color: #333;
    font-weight: bolder;
    margin-top: -40px;
}
.about-content .about-conbox-flex{
	display: flex;
	width: 100%;
	padding: 50px 0;
}
.about-content .about-conbox-l{
	width: 60%;
	padding-right: 30px;
	box-sizing: border-box;
}
.about-content .about-conbox-l .about-conbox-h1{
	position: relative;
	width: 100%;
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: bolder;
	margin-bottom: 50px;
}
.about-content .about-conbox-l .about-conbox-h1:after{
	width: 80px;
	height: 2px;
	background: #BD3124;
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-content .about-conbox-l .about-conbox-h2{
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
.about-content .about-conbox-l .about-conbox-h2 p{
    text-indent: 2em
}
.about-content .about-cnbox-num .item-li{
    position: relative;
}
.about-content .about-cnbox-num .item-time{
	position: relative;
    display: inline-block;
    padding-right: 20px;
}
.about-content .about-cnbox-num{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 80px;
}
.about-content .about-cnbox-num .item-h1{
	font-size: 80px;
    display: inline-block;
    background: url(../images/tp1.jpg) no-repeat left top;
    background: none/9;
    color: #333/9;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
    font-family: arial;
    vertical-align: top;
}
.about-content .about-cnbox-num .item-h4{
	font-weight: normal;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.about-content .about-cnbox-num .item-h3{
	
}
.about-content .about-cnbox-num .item-h2{
	position: absolute;
    top: 0;
    right: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
}
.about-content .about-conbox-r{
	width: 40%;
	text-align: center;
}
.about-content .about-conbox-r img{
	border-radius: 0 0 60px 0;
	overflow: hidden;
	max-width: 100%;
}
.about-culture .about-cnav{

}
.about-culture .about-cnav .about-cnav-h1{
	font-size: 60px;
	text-align: center;
	color: #e6e6e6;
	font-weight: bolder;
	font-family: fantasy;
}
.about-culture .about-cnav .about-cnav-h2{
	font-size: 42px;
    text-align: center;
    color: #333;
    font-weight: bolder;
    margin-top: -40px;
}
.about-culture-cn{
	width: 100%;
    padding: 0;
    background: url(../images/culture-bg.png) no-repeat;
    background-size: cover;
    margin: 50px 0;
}
.about-culture-cn .culture-flex{
    display: flex;
    align-items: center;
}
.about-culture-cn .culture-flex .swiper-slide:nth-child(1) .culture-li{
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.about-culture-cn .culture-flex .swiper-slide .culture-li{
	width: 100%;
	background: rgba(0,0,0,0.15);
    backdrop-filter: blur(12px);
	border-right: 1px solid rgba(255,255,255,0.3);
	height: 580px;
	display: flex;
	align-items: center;
	padding: 0 100px;
	box-sizing: border-box;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-culture-cn .culture-flex .culture-li .culture-mar{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-culture-cn .culture-flex .culture-li:hover{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    backdrop-filter: blur(19px);
	background: rgba(0,0,0,0.45);
}
.about-culture-cn .culture-flex .culture-li:hover .culture-mar{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: translateY(-50px);
}
.about-culture-cn .culture-flex .culture-li .cult-h1{
    font-size: 24px;
    color: #ffffff;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-culture-cn .culture-flex .culture-li .cult-h2{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.45;
}
.about-honorbox{
	width: 100%;
	position: relative;
	padding: 50px 0 0;
}
.about-honorbox .honor-button{
    width: 100%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-honorbox .honor-button .swiper-pagination-hono {
    position: static!important;
    width: auto!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-honorbox .honor-button .honor-snt .iconfont {
    font-size: 50px;
    font-weight: bolder;
    color: #cdcdcd;
}
.about-honorbox .honor-button .honor-spv .iconfont {
    font-size: 50px;
    font-weight: bolder;
    color: #cdcdcd;
}
.about-honorbox .about-honor{
	width: 100%;
}
.about-honorbox .about-honor .about-honor-h1{
    font-size: 60px;
    text-align: center;
    color: #e6e6e6;
    font-weight: bolder;
    font-family: fantasy;
}
.about-honorbox .about-honor .about-honor-h2{
	font-size: 42px;
    text-align: center;
    color: #333;
    font-weight: bolder;
    margin-top: -40px;
}
.about-honorbox .honor-swiper{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

.about-newsbox{
	width: 100%;
	padding: 50px 0;
}
.about-newsbox .about-news .about-news-h1{
	font-size: 60px;
    text-align: center;
    color: #e6e6e6;
    font-weight: bolder;
    font-family: fantasy;
}
.about-newsbox .about-news .about-news-h2{
	font-size: 42px;
    text-align: center;
    color: #333;
    font-weight: bolder;
    margin-top: -40px;
}
.about-newsbox .about-news-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.about-newsbox .about-news-flex .about-news-pad{
    width: 33.3%;
    padding:0 10px;
    box-sizing: border-box;
    display: flex;
}
.about-newsbox .about-news-flex .about-news-li{
	width: 100%;
	background: #EFEFEF;
	padding-bottom: 30px;
	position: relative;
}
.about-newsbox .about-news-flex .about-news-li:after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    bottom: 0;
    transition: all .6s;
}
.about-newsbox .about-news-flex .about-news-li:hover:after{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    background: linear-gradient(90deg, #904C48, #D96940, #5F9A7B, #518EBC, #3F445D);
}
.about-newsbox .about-news-flex .about-news-li img{
	 transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-newsbox .about-news-flex .about-news-li:hover img{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.15, 1.15);
}
.about-newsbox .about-news-flex .about-news-img{
    width: 100%;
    overflow:hidden;
}
.about-newsbox .about-news-flex .about-news-img img{
	width: 100%;
}
.about-newsbox .about-news-flex .about-news-h1{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    font-weight: 600;
}
.about-newsbox .about-news-flex .about-news-h2{
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}
.about-newsbox .about-news-flex .about-news-h3{
    width: 100%;
    padding: 0 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}
.about-contact{
	width: 100%;
	padding: 80px 0;
	background: url(../images/con-bg.jpg) no-repeat;
	background-size: cover;
}
.about-contact .about-contact-tit{
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 18px;
	margin-bottom: 18px;
	position: relative;
}
.about-contact .about-contact-tit:after{
	width: 50px;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-contact .about-contact-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 30px;
} 
.about-contact .about-contact-flex .about-contact02{
    padding: 40px;
    box-sizing: border-box;
    width: 40%;
    height: 250px;
    margin:0 15px;
}
.about-contact .about-contact-flex .about-contact02 .ch1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left:36px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/map-add.png) no-repeat center left;
	background-size: 26px;
}
.about-contact .about-contact-flex .about-contact02 p{
	font-size: 15px;
	padding-bottom: 5px;
	line-height: 1.45;
}
.about-input{
    width: 100%;
    padding: 80px 0 220px;
    background: url(../images/input-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.about-input .about-input-tit{
	text-align: center;
	font-size: 28px;
	color: #333;
	padding-bottom: 30px;
	font-weight: bold;
}
.about-input .about-input-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 60px;
}
.about-input .about-input-flex .input-li{
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
} 
.about-input .about-input-flex .input-li input{
	width: 100%;
	position: relative;
	border: 1px solid #f1f1f1;
	height: 46px;
	line-height: 46px;
	padding-left: 50px;
	font-size: 16px;
}
.about-input .about-input-flex .input-text{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.about-input .about-input-flex .input-text textarea{
	width: 100%;
	position: relative;
	border: 1px solid #f1f1f1;
	height: 175px;
	line-height: 24px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.about-input .input-btn{
    width: 200px;
    background: #BD3124;
    border-radius: 8px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-input .input-btn:hover{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform: scale(1.05, 1.05);
    box-shadow: 2px 6px 9px 0px rgb(189, 49, 36, 0.35);
}
.about-contact01{
	text-align: center;
	padding: 15px;
	flex: 1;
	height: 250px;
	margin-right: 15px;
	box-sizing: border-box;
}
.about-contact01 p{
	padding-top: 10px;
	font-size: 12px;
}
.about-contact01 img{
	max-width: 190px;
}
.icoSite{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 24px!important;
	font-weight: bolder;
}
.about-new-cn{
	width: 100%;
	padding: 50px 0;
	max-width: 1170px;
	margin: 0 auto;
}
.about-new-tit{
	font-size: 32px;
    color: #000;
    line-height: 36px;
    padding-bottom: 20px;
}
.about-new-tit p{
	width: 100%;
	padding: 10px 0 0;
	font-size: 22px;
	color: #0094dc;
}
.about-new-cent{
	width: 100%;
	font-size: 16px;
	line-height: 1.9;
	padding-bottom: 30px;
}
.about-new-bot{
	padding: 20px 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-new-bot a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	font-size: 16px;
	border-radius: 1000px;
	position: relative;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: linear-gradient(90deg, #904C48, #D96940, #5F9A7B, #518EBC, #3F445D);
}
 
.about-new-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 1000px;
	padding: 8px 40px;
	overflow: hidden;
}
.about-new-btn p{
	background-image: linear-gradient(to right, orange, purple);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 18px;
	font-weight: bolder;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-new-btn .iconfont{
	font-size: 28px;
}
.about-new-bot a:hover .about-new-btn{
	background: none;
	display: flex;
	align-items: center;
	color: #fff;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: 2px 6px 9px 0px rgb(189, 49, 36, 0.35);
}
.about-new-bot a:hover{
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transform: translateY(-10px);
}
.about-new-home{
    width: 100%;
    padding-bottom: 30px;
    font-size: 15px;
    color: #888;
}
.about-new-time{
    width: 100%;
    color: #000;
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b0b0b0;
}
.about-new-time b{
    padding-left: 10px;
    padding-right: 10px;
}
.about-new-time span{
    font-weight: bolder;
}
 .banImg {
     animation: swiper_img_move 8s linear 0s infinite normal both;
  }
 .banImg-hide{
     overflow: hidden;
     width: 100%;
 }
 @-webkit-keyframes swiper_img_move {
     0% {
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
     50% {
         -webkit-transform: scale(1.1, 1.1);
         transform: scale(1.1, 1.1);
     }
     100% {
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
 }
 
 @keyframes swiper_img_move {
     0% {
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
     50% {
         -webkit-transform: scale(1.1, 1.1);
         transform: scale(1.1, 1.1);
     }
     100% {
         -webkit-transform: scale(1, 1);
         transform: scale(1, 1);
     }
 }



 
.IndustryApplication {
   min-height: 100px;
}
.IndustryApplication .box {
    padding-left: 10.4vw;
    padding-right: 10.4vw;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.IndustryApplication .box .banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.IndustryApplication .box .banner .swiper-slide {
  width: 230px;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}
.IndustryApplication .box .banner .swiper-slide .item {
  width: 570px;
  position: relative;
}
.IndustryApplication .box .banner .swiper-slide .item .img{
    overflow: hidden;
}
.IndustryApplication .box .banner .swiper-slide:hover .item .img img{
    animation: swiper_img_move 8s linear 0s infinite normal both;
}
.IndustryApplication .box .banner .swiper-slide .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.IndustryApplication .box .banner .swiper-slide .item .img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.IndustryApplication .box .banner .swiper-slide .Main1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateY(0);
  transition: 0.4s;
}

.IndustryApplication .box .banner .swiper-slide .Main1 .content {
  font-size: 30px;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
  position: relative;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  padding-bottom: 80px;
}
.IndustryApplication .box .banner .swiper-slide .Main1 .content .conarr{
   width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   border-radius: 1000px;
   background-image: linear-gradient( to bottom ,#eee,#fff,#eee);
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}
.IndustryApplication .box .banner .swiper-slide .Main1 .content .conarr .iconfont{
    font-size: 20px;
    color: #a53736;
}
.IndustryApplication .box .banner .swiper-slide .Main2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 570px;
  height: 100%;
  text-align: center;
  transform: translateY(100%);
  transition: 0.4s;
  opacity: 0;
}
.IndustryApplication .box .banner .swiper-slide .Main2 .content {
  font-size: 30px;
  color: #fff;
  margin: 28px 0 8px;
}
.IndustryApplication .box .banner .swiper-slide:hover {
  width: 570px!important;
}
.IndustryApplication .box .banner .swiper-slide:hover .Main1 {
  opacity: 0;
  transform: translateY(-100%);
  display: none;
}
.IndustryApplication .box .banner .swiper-slide:hover .Main2 {
  transform: translateY(0%);
  opacity: 1;
}
.IndustryApplication .box .banner .active {
  width: 570px;
}
@keyframes swiper_img_move {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.IndustryApplication .tit-h1{
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
    padding-top: 30px;
    line-height: 1.65;
}
.IndustryApplication .tit-h2{
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
}
.IndustryApplication .moreBut{
    display: flex;
    background: #ffffff;
    border-radius: 6px;
    padding: 9px 0;
    width: 130px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    margin: 50px auto 0;
    color: #333;
}
.IndustryApplication .moreBut .iconfont {
    line-height: 1;
    display: flex;
    align-items: center;
}
.IndustryApplication .content-cent{
    position: absolute;
    width: 100%;
    bottom: 15%;
}
.IndustryApplication .content-cent a .moreBut{
    background-image: linear-gradient( to bottom ,#c03a2d,#fb5646,#c03a2d);
    color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.IndustryApplication .content-cent a:hover .moreBut{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: 0px 5px 10px 0px rgb(255, 112, 112 , 0.5);
    transform: translateY(-5px);
}
.IndustryApplication .idx-button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.IndustryApplication .idxApp-snt{
    cursor: pointer;
}
.IndustryApplication .idxApp-spv{
    cursor: pointer;
}
.IndustryApplication .idxApp-snt .iconfont{
    font-size: 50px;
    font-weight: bolder;
    color: #cdcdcd;
}
.IndustryApplication .idxApp-snt .iconfont:hover{
    font-size: 50px;
    font-weight: bolder;
    color: #a53736;
}
.IndustryApplication .idxApp-spv .iconfont{
    font-size: 50px;
    font-weight: bolder;
    color: #cdcdcd;
}
.IndustryApplication .idxApp-spv .iconfont:hover{
    font-size: 50px;
    font-weight: bolder;
    color: #a53736;
}
.IndustryApplication .swiper-pagination{
    position: static!important;
    width: auto!important;
}
.swiper-pagination-bullet{
    margin: 0 6px!important;
    width: 12px!important;
    height: 12px!important;
}
.swiper-pagination-bullet-active{
    background: #a53736!important;
}
.ban-font{
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 99;
    text-align: left;
}
.ban-font h1{
    font-size: 50px;
    font-family: arial;
    padding-bottom: 5px;
}
.ban-font h2{
    font-size: 34px;
    text-align: left;
}
.pcno{
    display: none;
}
.header-bream{
    width: 28px;
    height: 24px;
    position: relative;
    padding-top: 11px;
    cursor: pointer;
    display: none;
    box-sizing: border-box;
}
.header-bream::before {
    top: 2px;
}
.header-bream::before, .header-bream:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-bream::after {
    bottom: 2px;
}
.header-bream span {
    display: block;
    height: 2px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-bream.headOn span {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.header-bream.headOn::before {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-bream.headOn::after {
    bottom: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pcnone{
    display: none;
}
.about-culture .swiper-pagination-cutl{
    position: absolute;
    bottom: 5%!important;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 66;
    display: none;
}
.about-culture .swiper-pagination-cutl .swiper-pagination-bullet-active {
    background: #a53736!important;
}
.about-culture .swiper-pagination-cutl .swiper-pagination-bullet{
   background: #ffffff!important;
}
.online{
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    z-index: 999;
    opacity: 0;
}
.online .online-ul{
    background: #ffffff;
    padding: 15px;
    box-shadow: -2px -1px 5px 3px rgba(0,0,0,0.15);
    border-radius: 10px 0 0 10px;
}
.online:hover{
    opacity: 1;
}
.online .online-close{
    position: absolute;
    bottom: -34px;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
}
.online .online-close .iconfont{
    font-size: 30px;
    color: #666;
}
.online .online-ul .onflex{
    display: flex;
    align-items: center;
    background: #de4847;
    color: #ffffff;
}
.online .online-ul .online-li{
    padding: 10px;
    margin: 8px 0;
    border-radius: 4px;
    font-size: 15px;
}
.online .online-ul .online-li .p1{
    font-size: 12px;
    color: #9A9A9A;
}
.online .online-ul .online-li .p2{
    font-size: 14px;
    color: #666666;
}
.online .online-ul .onflex .iconfont{
    font-size: 22px;
    margin-right: 4px;
}
.wapbanImg{
    display: none;
}
.header-navbg{
    display: none;
}
.solupc{
   display: block;
}
.soluwap{
   display: none;
}
.solution-cent{
   width: 100%;
}
.solution-flex{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 9vw;
    padding-right: 9vw;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.solu-sli{
    width: 14.28571428571429%;
    overflow: hidden;
    padding:0 10px;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: relative;
}
.solu-sli-pad:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background:repeating-linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.5),rgba(0,0,0,0.3));
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    content: "";
}
.solu-sli2 .solu-sli-pad:after{
    background:repeating-linear-gradient(to bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.5),rgba(0,0,0,0.85));
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.solu-sli2{
    width: 28.57142857142857%!important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.pain1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateY(0);
    transition: 0.4s;
    z-index: 3;
}
.pain2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateY(100%);
    transition: 0.4s;
    opacity: 0;
    z-index: 3;
}
.solu-sli-pad{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 0 20px 0;
    transition: 0.4s;
    position: relative;
}
.pain1 .pontent {
    font-size: 30px;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 3px;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    padding-bottom: 80px;
}
.pain1 .pontent .pconarr {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 1000px;
    background-image: linear-gradient( to bottom ,#eee,#fff,#eee);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pain1 .pontent .pconarr .iconfont {
    font-size: 20px;
    color: #a53736;
}
.solu-sli-omg{
    overflow: hidden;
}
.solu-sli-omg img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.solu-sli2 .pain1 {
    opacity: 0;
    transform: translateY(-100%);
    display: none;
}
.solu-sli2 .pain2 {
    transform: translateY(0%);
    opacity: 1;
}
.solu-sli2 .pcontent-cent {
    position: absolute;
    width: 100%;
    bottom: 15%;
}
.solu-sli2 .ptit-h1 {
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
    padding-top: 30px;
    line-height: 1.65;
}
.solu-sli2 .ptit-h2 {
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
}

.moreBut {
    display: flex;
    background-image: linear-gradient( to bottom ,#c03a2d,#fb5646,#c03a2d);
    color: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 6px;
    padding: 9px 0;
    width: 130px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    margin: 50px auto 0;
}
 .moreBut a {
    color: #ffffff
 }
 .solu-sli2 .solu-sli-omg img{
    animation: swiper_img_move 8s linear 0s infinite normal both;
 }