﻿.solution {
	margin:0 auto;
	text-align:center;
	background:url('../img/banner-bj3.jpg');
	background-size:100% 100%;
	padding-top:60px;
	padding-bottom:60px;
}
.solution ul li {
	position: relative;
	width:calc(20% - 16px);
	text-align: center;
	float: left;
	overflow:hidden;
	margin-right: 20px;
}
.solution ul li:last-child {margin-right: 0;}
.solution ul li a{color: #fff;}
.solution ul li a img {
	width: 100%;
	height: 100%;
}
.solution ul li a .bg-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.solution ul li a .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.solution ul li a .content .item-icon {
	display: inline-block;
	width: 70px;
	height: 80px;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.solution ul li a .content .icon-hover {
	display: none;
}
.solution ul li a .content .block {
	display: inline-block;
}
.solution ul li a .content .item-line {
	display: block;
	width: 25px;
	height: 2px;
	background: #ffa800;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 42px auto 0;
}
.solution ul li a .content .item-name {
	width: 100%;
	margin:20px auto;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
}
.solution ul li a .content .item-link {
	position: absolute;
	width: 115px;
	height: 35px;
	line-height: 35px;
	left: 50%;
	bottom: -35px;
	margin: 0 auto 0 -58px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid #fff;
}
.solution ul li a:hover .content {top: 60px;}
.solution ul li a:hover .content .item-link {
	display: block;
	bottom: 50px;
}
.solution ul li a:hover .content .item-name {margin:30px auto;}
.solution ul li a:hover .icon {display: none;}
.solution ul li a:hover .icon-hover {display: inline-block;}
.solution ul li a:hover .item-line{margin-top: 30px;}
.indexban {
	position:relative
}
.m-bann {
	display:none
}
.indexban .imgtext {
	position:absolute;
	top:40%;
	left:75%;
	margin-left:-37.5vw;
	z-index:3;
	opacity:0
}
.indexban .swiper-slide-active .imgtext {
	left:50%;
	opacity:1
}
.indexban .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:45px
}
.indexban .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color:#fff;
	opacity:1;
	border-radius:8px;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.indexban .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width:30px;
	background-color:#0599f9
}
.indexa {
	padding:60px 0
}
.indexa .textbox {
	width:calc(100% - 642px - 1.5vw);
	margin-right:1.5vw
}
.indexa .textbox .title {
	color:#000;
	margin:30px 0 10px;
	font-size:18px;
}
.indexa .textbox .text {
	color:#666;
	line-height:2.143;
	overflow:hidden;
	margin-bottom:40px;
}
.indexa .textbox .more, .indeextop .more {
	width:160px;
	height:40px;
	border-radius:40px;
	border:1px solid #e2e2e2;
	padding-left:30px;
	display:block
}
.indexa .textbox .more .moretext, .indeextop .more .moretext {
	line-height:38px;
	color:#666;
	font-weight:bold;
	font-family:Arial
}
.indexa .textbox .more .icon, .indeextop .more .icon {
	width:37px;
	height:7px;
	margin-top:14px;
	margin-left:5px;
	background-image:url(../img/iamore.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.indexarightbox .imgbox .img:nth-of-type(2) {
margin-right:12px
}
.iavideobox {
	margin-bottom:20px;
	position:relative;
}
.iavideobox video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	object-position:center center;
	object-fit:cover
}
.iavideobox .player {
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:50%;
	margin-left:-25px;
	z-index:3;
	cursor:pointer
}
.iavideobox:after {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
	top:0;
	left:0;
	z-index:2
}
.iavideobox.cur video {
	z-index:3;
	visibility:visible;
	opacity:1
}
.iavideobox.cur .player, .iavideobox.cur .img {
	z-index:-1;
	visibility:hidden;
	opacity:0
}
.indexarightbox .imgbox .img:hover img, .iavideobox:hover .img img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1)
}
.indexa .textbox .more:hover, .indeextop .more:hover {
	background-color:#0599f9;
	background-position:right 122px center
}
.indexa .textbox .more:hover .moretext, .indeextop .more:hover .moretext {
	color:#fff
}
.indexa .textbox .more:hover .icon, .indeextop .more:hover .icon {
	background-position:right center
}
.indexc {
	padding:50px 0 50px
}
.indexc .icbot {
	margin-top:30px
}
.icbotlist{
	width: 19%;
	background-color: #f7f7f7;
	margin-bottom:20px;
	margin-right:1.25%;
	padding:20px;
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
}
.icbotlist:nth-child(5n){margin-right:0 !important;}
.icbotlist .textbox{margin-top:10px;}
.icbotlist .textbox .title {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	max-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.icbotlist .textbox .text {
	color:#666;
	margin-top:5px;
	max-height:20px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.icbotlist .more {
	width:158px;
	height:40px;
	border:1px solid #bfbfbf;
	border-radius:30px;
	line-height:38px;
	text-align:center;
	color:#0599f9;
	font-weight:bold;
	font-family:Arial;
	position:absolute;
	bottom:-10px;
	opacity:0;
	left:50%;
	margin-left:-79px;
}
.icbotlist .img{padding:0px;overflow:hidden;}
.icbotlist:hover .img img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1)
}
.icbotlist:hover .textbox .more {
	bottom:10px;
	opacity:1;
}
.icbotlist:hover .textbox .text {
	opacity:0;
}
.icbotlist:hover {
	background-color:#fff;
	box-shadow:0px 2px 29px 0px rgba(0, 0, 0, 0.11);
}
.indexc .swiper-pagination {
	display:none;
}
.indexc .swiper-container {
	overflow:initial;
}
.indexc .swiper-wrapper {
	display:block;
}
.indexd {
	padding:60px 0;
	background-color:#f4f4f4
}
.indexdbox {
    margin-top: 28px;
}
.indexdbox .swiper-container {
    padding: 20px 0 20px;
    position: relative;
}
.indexdbox .swiper-slide {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
/* 图片容器 + 序号漂浮 */
.indexdbox .img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.indexdbox .img img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
/* 序号漂浮在图片右下角 */
.indexdbox .num {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: auto;
    height: auto;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'dinbold';
    z-index: 2;
}
/* 文字区域：图片下方 */
.indexdbox .textbox {
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    box-sizing: border-box;
}
.indexdbox .textbox .title {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}
.indexdbox .textbox .text {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    margin-bottom: 10px;
}
.indexdbox .textbox .morebox {
    display: flex;
    align-items: center;
    gap: 8px;
}
.indexdbox .textbox .moretext {
    color: #666;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}
.indexdbox .textbox .icon {
    width: 37px;
    height: 7px;
    background-image: url(../img/iamore.png);
    background-repeat: no-repeat;
    background-position: left center;
    transition: 0.5s;
}
/* hover 动效 */
.indexdbox .swiper-slide:hover .img img {
    transform: scale(1.1);
}
.indexdbox .swiper-slide:hover .textbox .title {
    color: #0599f9;
}
.indexdbox .swiper-slide:hover .textbox .icon {
    margin-left: 15px;
}
/* 箭头 */
.indexdbox .swiper-button-next,
.indexdbox .swiper-button-prev {
	width:11px !important;
	height:19px !important;
	top:50% !important;
	transform:translateY(-50%) !important;
	margin-top:0 !important;
	background-size:100% 100% !important;
	background-position:center !important;
	opacity:1 !important;
	display:block !important;
	visibility:visible !important;
	z-index:99 !important;
}
.indexdbox .swiper-button-next {
	background-image:url(../img/idrbtn.png) !important;
	right:10px !important;
}
.indexdbox .swiper-button-prev {
	background-image:url(../img/idlbtn.png) !important;
	left:10px !important;
}
.indexenavlist {
	display:block;
	color:#999;
	line-height:40px;
	font-size:16px;
	position:relative;
	margin-right:60px
}
.indexenavlist:nth-last-of-type(1) {
margin-right:0
}
.indexenavlist.cur, .indexenavlist:hover {
	color:#0599f9
}
.indexenavlist:after {
	content:"";
	width:0;
	height:2px;
	background-color:#0599f9;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.indexenavlist.cur:after, .indexenavlist:hover:after {
	width:100%
}
.indexe {
	padding:60px 0 60px
}
.indexebox {
	margin-top:40px;
	position:relative;
	overflow:hidden;
}
.indexelist {
	display:none;
	width:100%;
	position:absolute;
	top:0;
	left:0
}
.indexelist:nth-of-type(1) {
display:block;
}
.indexeleft {width:100%;}
.indexeleft .top .img {
	margin-top:5px;
}
.indexeleft .top .img:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1)
}
.indexeleft .top .textbox {
	width:calc(100% - 350px);
	margin-left:30px
}
.indexeleft .top .textbox .title {
	color:#3f3f3f;
	font-size:24px;
	max-height:70px;
	line-height:1.6;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.indexeleft .top .textbox .date {
	color:#c9c9c9;
	font-family:'gothicb';
	margin:12px 0 24px
}
.indexeleft .top .textbox .text {
	color:#999;
	max-height:19px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.indexeleft .top .textbox .more {
	width:140px;
	margin-top:44px;
	height:46px;
	display:block;
	background-color:#0599f9;
	color:#fff;
	border-radius:46px;
	text-align:center;
	line-height:46px;
	font-family:Arial;
	font-weight:bold
}
.indexeleft .top .textbox .more:hover {
	box-shadow:0px 5px 24px 0px rgba(0, 0, 0, 0.08);
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px)
}
.indexeleft .bot {
	margin-top:34px
}
.indexeleftlist {
	display:block;
	padding:14px 0
}
.indexeleftlist .title {
	color:#666;
	width:calc(100% - 110px);
	margin-right:20px;
	max-height:19px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.indexeleftlist .date {
	color:#c9c9c9;
	font-family:'gothicb'
}
.indexevideobox {
	position:relative
}
.indexevideobox video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	object-fit:cover;
	object-position:center center
}
.indexevideobox .player {
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	z-index:3;
	cursor:pointer
}
.indexevideobox.cur video {
	z-index:3;
	visibility:visible;
	opacity:1
}
.indexevideobox.cur .img, .indexevideobox.cur .player {
	z-index:-1;
	visibility:hidden;
	opacity:0
}
.indexevideobox:hover {
	box-shadow:0px 3px 34px 0px rgba(0, 0, 0, 0.08)
}
.indexevideobox:hover .img img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1)
}
.indexeleftlist:hover .title {
	color:#0599f9;
	font-weight:bold
}
.wapindexeitems {
	width:100%;
	display:none;
	border-top:1px solid #f2f2f2;
	margin-top:25px
}
.wapindexeitem {
	display:block;
	padding:25px 0;
	border-bottom:1px solid #f2f2f2
}
.wapindexeitem .textbox {
	width:calc(100% - 155px);
	margin-right:35px
}
.wapindexeitem .textbox .title {
	font-size:16px;
	line-height:1.6;
	height:50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.wapindexeitem .textbox .date {
	color:#c9c9c9;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	margin-top:30px
}
.wapindexeitem .img {
	width:120px;
	margin-top:5px
}
@media (max-width:1440px) {
 .indexban .imgtext {
margin-left:-42vw
}
 .indexban .swiper-container-horizontal>.swiper-pagination-bullets {
bottom:30px
}
 .indexa .textbox {
width:calc(100% - 580px - 4.2vw);
margin-right:4.2vw
}
 .indexarightbox .imgbox .img {
width:260px
}
 .iavideobox {
width:580px
}
.indexb .title {
width:84%
}
 .icbotlist {
padding:20px
}
.icbotlist:hover .textbox .more {
bottom:5px;
opacity:1
}
.indexeleft {
width:calc(100% - 560px);
margin-right:60px
}
 .indexevideobox {
width:500px
}
 .indexeleftlist {
padding:9px 0
}
 .indexeleft .top .img {
width:290px;
margin-top:7px
}
 .indexeleft .top .textbox .title {
font-size:20px;
max-height:64px
}
 .indexeleft .top .textbox .date {
margin:8px 0 14px
}
}
@media (max-width:1280px) {
.indexban .imgtext {
margin-left:-44vw
}
}
@media (max-width:1024px) {
.m-bann {
display:block
}
.pcbanner {
display:none
}
.indexban .swiper-container-horizontal>.swiper-pagination-bullets {
bottom:10px
}
.m-bann>.swiper-pagination-bullets .swiper-pagination-bullet {
width:22px;
height:4px;
border-radius:4px;
opacity:1;
background-color:#fff
}
.m-bann>.swiper-pagination-bullets .swiper-pagination-bullet-active {
background-color:#00a5e2
}
.indexban .imgtext {
width:100%;
left:30%;
margin-left:0;
padding:0 15px;
top:33%
}
.indexban .imgtext img {
max-width:50%
}
.indexban .swiper-slide-active .imgtext {
left:0
}
.indexa{
padding:30px 0 0px;
}
.indexc{
padding:30px 0 20px;
}
.indexa .textbox {
width:100%;
margin-right:0
}
.indexa .textbox .title {
margin:10px 0 8px;
overflow:hidden;
}
.indexa .textbox .text {
height:200px;
line-height:1.8;
margin-bottom:20px;
overflow-y: auto;
overflow-x: hidden;
}
.indexarightbox .imgbox {
display:none
}
.indexa .textbox .more {
width:156px;
padding-left:15px;
height:38px;
margin-top:20px
}
.indexa .textbox .more .moretext {
line-height:36px
}
.indexa .textbox .more .icon {
margin-top:16px
}
.iavideobox {
width:100%;
margin-top:20px; margin-bottom:0px;
}
.indexb {
height:420px
}
.indexb .title {
width:100%;
font-size:18px
}
.indexb .numbox {
margin-top:20px
}
.indexb .numlist {
width:50%;
margin:10px 0
}
.indexb .numlist:nth-of-type(2):after {
display:none
}
.indexb {
padding-top:60px
}
.indexb .numlist .numUp {
font-size:36px
}
.indeextop .more {
display:none
}
.indeextop .histitle {
width:100%;
text-align:center
}
.indexc .icbot {
margin-top:30px
}
.indexc .swiper-wrapper {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
.icbotlist {
margin-bottom:0;
margin-right:0;
padding:0px
}
.textbox .title {
font-size:18px;
}
.icbotlist .img {
padding:0px
}
.icbotlist .textbox {
margin-top:10px
}
.indexc .swiper-container {
padding-bottom:35px
}
.indexc .swiper-pagination {
display:block;
bottom:0
}
.indexc .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
width:6px;
height:6px;
background-color:#c4c4c4;
border-radius:6px;
margin:0 6px;
opacity:1
}
.indexc .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
width:16px;
background-color:#0599f9
}
.indexdbox .img {
width:100%
}
.indexdbox .textbox {
width:100%;
padding:15px
}
.indexdbox .textbox .title {
font-size:18px;
max-height:24px;
margin:4px 0 10px
}
.indexdbox .textbox .text {
line-height:1.8;
max-height:50px;
-webkit-line-clamp:2
}
.indexdbox .textbox .morebox {
margin-top:10px
}
.indexd {
padding:50px 0 100px;
position:relative
}
.indexdbox {
padding-left:0px;
margin-top:15px
}
.indexd .indeextop .more {
display:block;
width:186px;
padding-left:30px;
height:42px;
position:absolute;
bottom:40px;
left:50%;
margin-left:-83px
}
.indeextop .more .moretext {
line-height:40px
}
.indeextop .more .icon {
margin-top:16px
}
.indexebox {
height:auto
}
.indexe {
padding:50px 0 70px
}
.indexenav {
width:100%;
text-align:center;
margin-top:15px
}
.indexenavlist {
margin:0 6px;
display:inline-block;
float:none
}
.indexebox {
margin-top:30px
}
.indexelist {
position:static
}
.indexevideobox {
width:100%
}
.indexeleft {
width:100%;
margin-right:0;
display:none
}
.indexevideobox .player {
Width:40px;
height:40px;
margin-top:-20px;
margin-left:-20px
}
.wapindexeitems {
display:block
}
.indexc .swiper-container {
overflow:hidden
}
}
.about1, .about3 {
	padding:60px 0;
	overflow:hidden
}
.about1 .textbox {width:100%;}
.about1 .textbox .title1 {
	color:#000;
	font-size:40px;
	font-weight:bold;
	font-family:Arial;
	line-height:1;
}
.about1 .textbox .title1 span {
	color:#0599f9;
}
.about1 .textbox .title {
	color:#000;
	font-size:30px;
	width:100%;
	margin:20px 0 20px
}
.about1 .textbox .text{
	color:#333;
	line-height:1.857;
}
.about1 img{ width:100%;}
.merchants {padding:40px 0 40px;}
.mertitle {
	font-size:36px;
	font-weight:bold;
	color:#000
}
.mertitle span {
	color:#0599f9
}
.merchantsform {
	margin-top:42px
}
.merformlist {
	width:31.94%;
	margin-right:2.09%;
	margin-bottom:25px;
	position:relative;
}
.merformlist:nth-of-type(3n) {margin-right:0;}
.merformlist .top {color:#666;}
.merformlist .top span {
	color:#0599f9
}
.merformlist .input, .merselect {
	margin-top:16px
}
.merformlist .input input {
	width:100%;
	height:42px;
	border:1px solid #ececec;
	border-radius:5px;
	padding:0 10px;
}
.merformlist.last2 {
    width: 65.97%;
    margin-right: 0;
}
.merformlist.last .input:last-of-type input {height:84px !important; line-height:42px;}
.merformlist .input input:focus {
	border-color:#0599f9;
	border-radius:20px
}
.merselect {
	width:100%;
	height:42px;
	border:1px solid #ececec;
	border-radius:5px;
	padding:10px 19px;
	position:relative
}
.merselecttop {
	cursor:pointer
}
.merselecttop .name {
	width:calc(100% - 19px);
	margin-right:10px;
	line-height:40px;
	height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.merselecttop .icon {
	line-height:40px;
	height:40px
}
.merselecttop .icon img {
	display:inline-block;
	vertical-align:middle
}
.merselectbox {
	width:100%;
	max-height:200px;
	color:#999;
	overflow-y:auto;
	position:absolute;
	top:92px;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	left:0;
	background-color:#fff;
	border:1px solid #ececec;
	border-top:none;
	box-shadow:0px 4px 26px 0px rgba(0, 0, 0, 0.08)
}
/* 滚动条 */
.merselectbox::-webkit-scrollbar, .hisconlist .textbox .textitems::-webkit-scrollbar {
width:8px
}
/* 滚动条滑块 */
.merselectbox::-webkit-scrollbar-thumb, .hisconlist .textbox .textitems::-webkit-scrollbar-thumb {
background-color:#0599f9
}
/* 滚动条外层轨道 */
.merselectbox::-webkit-scrollbar-track, .hisconlist .textbox .textitems::-webkit-scrollbar-track {
background-color:#ffeaec
}
.merselectlist {
	color:#999;
	padding:0 19px;
	line-height:42px;
	cursor:pointer
}
.merselectlist:hover {
	background-color:#0599f9;
	color:#fff
}
.merselect.cur .merselectbox {
	top:62px;
	visibility:visible;
	z-index:10;
	opacity:0
}
.merselect.cur .icon img {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.merformlist.last {
	width:100%
}
.merchantsbtn {
	width:200px;
	height:52px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	background-color:#0599f9;
	border-radius:5px;
	color:#fff;
	text-align:center;
	line-height:52px;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
}
.history {
	padding:120px 0 140px
}
.histitle {
	color:#000;
	font-size:36px;
	font-weight:bold;
	line-height:1
}
.histitle span {
	color:#0599f9
}
.histitlebox .text {
	color:#666;
	font-size:16px;
	margin-top:18px
}
.hisslidebox {
	margin-top:112px;
	position:relative
}
.hisslide {
	position:relative
}
.hisslidebox:after {
	content:"";
	width:100%;
	height:2px;
	background-color:#f0f0f0;
	position:absolute;
	top:50%;
	margin-top:-1px;
	left:0;
	z-index:auto
}
.hisslide .swiper-slide {
	height:140px;
	z-index:3
}
.hisslide .yuan {
	width:79px;
	height:79px;
	border-radius:79px;
	margin:0 auto;
	background-color:rgba(230, 0, 18, 0);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-40px
}
.hisslide .yuan1 {
	width:79px;
	height:79px;
	border-radius:79px;
	background-color:#f0f0f0;
	cursor:pointer
}
.hisslide .year {
	text-align:center;
	line-height:79px;
	color:#666;
	font-size:18px;
	font-weight:bold;
	font-family:Arial
}
.hisslide .swiper-slide-active .yuan {
	width:140px;
	height:140px;
	background-color:rgba(230, 0, 18, 0.1);
	border-radius:141px;
	padding:20px;
	margin-top:-70px;
	margin-left:-70px
}
.hisslide .swiper-slide-active .yuan1 {
	width:100px;
	height:100px;
	background-color:#0599f9;
	border-radius:100px;
	margin:0 auto
}
.hisslide .swiper-slide-active .year {
	color:#fff;
	font-size:24px;
	line-height:100px;
	font-weight:bold;
	font-family:Arial
}
.hisslide .swiper-button-next, .hisslide .swiper-button-prev {
	width:48px;
	height:48px;
	background-size:100% 100%;
	opacity:1;
	margin-top:-24px
}
.hisslide .swiper-button-next {
	background-image:url(../img/hisr.png);
	right:-48px
}
.hisslide .swiper-button-prev {
	background-image:url(../img/hisl.png);
	left:-48px
}
.hisslide .swiper-button-next:hover {
	background-image:url(../img/hisr_cur.png)
}
.hisslide .swiper-button-prev:hover {
	background-image:url(../img/hisl_cur.png)
}
.hisconbox {
	margin-top:80px
}
.hisconbox .wrap {
	position:relative
}
.hisconlist {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	z-index:-1;
	opacity:0
}
.hisconlist.active {
	position:static;
	visibility:visible;
	z-index:1;
	opacity:1
}
.hisconlist .img {
	width:50%
}
.hisconlist .textbox {
	width:50%;
	position:relative;
	overflow:hidden;
	background-color:#f6f6f6;
	padding:5.833vw 30px 30px 5.208vw
}
.hisconlist .textbox:after {
	content:attr(year);
	color:#eee;
	font-size:200px;
	font-weight:bold;
	font-family:'din';
	position:absolute;
	right:-40px;
	bottom:-60px
}
.hisconlist .textbox .year {
	color:#0599f9;
	font-size:36px;
	font-weight:bold;
	font-family:'din';
	opacity:0;
	transform:translateX(80px);
	-webkit-transform:translateX(80px);
	-moz-transform:translateX(80px);
	transition:1s ease-in-out 0s;
	-webkit-transition:1s ease-in-out 0s;
	-moz-transition:1s ease-in-out 0s
}
.hisconlist .textbox .textitems {
	margin-top:25px;
	max-height:248px;
	overflow-y:auto;
	opacity:0;
	transform:translateX(80px);
	-webkit-transform:translateX(80px);
	-moz-transform:translateX(80px);
	transition:1s ease-in-out 0.5s;
	-webkit-transition:1s ease-in-out 0.5s;
	-moz-transition:1s ease-in-out 0.5s
}
.hisconlist .textbox .textitem {
	position:relative;
	padding-left:16px;
	color:#666;
	font-size:16px
}
.hisconlist .textbox .textitem:after {
	content:"";
	width:8px;
	height:8px;
	box-sizing:border-box;
	border:2px solid #dfafb3;
	border-radius:8px;
	position:absolute;
	left:0;
	top:7px
}
.hisconlist.active .textbox .year, .hisconlist.active .textbox .textitems {
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0)
}
.hisconlist .img:hover img, .about3 .img:hover img, .about1 .img:hover img {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05)
}
.honor{padding:0px 0 60px;}
.honorbox {margin-top:40px}
.honorlist{width:20%;padding:15px;box-sizing:border-box;}
.honorlist .img{text-align:center; border:#eaeaea 1px solid;overflow: hidden;border-radius:5px;}
.honorlist:hover .img{border:#0599f9 1px solid;}
.honorlist .img img{display:inline-block;transition: all 1.3s ease;}
.honorlist:hover .img img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15)}
.honorlist .title {
	margin-top:10px;
	text-align:center;
	color:#666;
	font-size:16px;
	line-height:30px;
}
.conformbox .merselect .merselectbox {
	top:61px;
	visibility:visible;
	z-index:10;
	opacity:1;
	display:none
}
.merselect.cur .icon img {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
@media (min-width:1024px) {
.merchantsform .merselect:hover .merselectbox {
top:61px;
visibility:visible;
z-index:10;
opacity:1
}
 .merchantsform .merselect:hover .icon img {
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
}
}
@media (max-width:1024px) {
.about1, .about3 {
padding:30px 0
}
 .about1 .textbox {
width:100%;
margin-right:0
}
 .about1 .textbox .title1 {
font-size:22px
}
 .about1 .textbox .title, .about3 .textbox .title {
font-size:20px
}
 .about1 .textbox .title {
margin:8px 0 10px;
width:100%;}
 .about1 .textbox .text, .about3 .textbox .text {
line-height:1.6
}
 .about1 .img, .about3 .img {
width:100%
}
 .about1 .img {
margin-top:35px
}
 .about2 {
width:100%;
height:300px
}
 .about2 .wrap {
height:300px
}
 .about2 .title {
width:100%;
font-size:20px;
margin-left:-50%;
padding:0 15px
}
 .about3 .textbox {
width:100%;
padding-top:35px;
margin-left:0
}
 .about3 .textbox .text {
margin-top:15px
}
 .merchants, .history {
padding:50px 0 60px
}
 .mertitle, .histitle {
font-size:24px
}
 .merformlist {
width:100%;
margin-right:0;
margin-bottom:20px
}
 .merchantsform {
margin-top:30px
}
 .merformlist .input input {
height:46px;
padding:0 10px
}
 .merformlist .input, .merselect {
margin-top:8px
}
 .merselect {
height:46px;
padding:5px 10px
}
 .merselecttop .name, .merselecttop .icon {
height:34px;
line-height:34px
}
 .merchantsbtn {
height:46px;
line-height:46px;
width:100%
}
 .hisslidebox {
margin-top:25px
}
 .hisslide .yuan, .hisslide .yuan1 {
width:60px;
height:60px
}
 .hisslide .year {
line-height:60px;
font-size:16px
}
 .hisslide .swiper-slide-active .yuan {
width:100px;
height:100px;
margin-top:-50px;
margin-left:-50px;
padding:15px
}
 .hisslide .swiper-slide-active .yuan1 {
width:70px;
height:70px
}
 .hisslide .swiper-slide-active .year {
line-height:70px;
font-size:20px
}
 .hisslide .yuan {
margin-top:-30px;
margin-left:-30px
}
 .hisslide {
padding:0 40px
}
 .hisslide .swiper-button-next {
right:-5px
}
 .hisslide .swiper-button-prev {
left:-5px
}
 .hisslide .swiper-button-next, .hisslide .swiper-button-prev {
width:34px;
height:34px;
margin-top:-17px
}
 .hisconbox {
margin-top:25px
}
 .hisconlist .img {
width:100%
}
 .hisconlist .textbox {
width:100%;
padding:15px 20px 50px 20px
}
 .hisconlist .textbox:after {
font-size:80px;
right:-20px;
bottom:-25px
}
 .hisconlist .textbox .year {
font-size:26px
}
 .hisconlist .textbox .textitems {
margin-top:10px;
max-height:initial
}
 .hisslide .swiper-slide:nth-last-of-type(1), .hisslide .swiper-slide:nth-last-of-type(2) {
display:none;
}
 .honor {
padding:10px 0 30px;
}
 .honorbox {
margin-top:30px
}
 .honorlist {
padding:0 10px;
width:50%;
margin-bottom:20px
}
.honorlist .title {
font-size:14px;
margin-top:10px
}
}
.case{padding:50px 0 30px;}
.casetop{border:1px solid #eee;margin-bottom:20px;}
.casetop .textbox {
	width:calc(100% - 24%);
	padding:20px 20px 20px 40px;
}
.casetop .title {
	color:#000;
	font-size:30px;
	font-weight:bold;
	font-family:"Source Han Sans CN"
}
.casetop .text {
	color:#666;
	line-height:2.143;
	margin:10px 0 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5
}
.casetop .more {
	width:176px;
	height:46px;
	display:block;
	background-color:#f4f4f4;
	padding-left:22px;
	border-radius:46px;
}
.casetop .more .moretext {
	color:#666;
	font-weight:bold;
	line-height:46px;
	font-family:Arial;
}
.casetop .more .icon {
	width:32px;
	height:7px;
	margin-left:12px;
	margin-top:25px;
	background-image:url(../img/casetopmore.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.casetop .more:hover {
	background-color:#0599f9;
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px)
}
.casetop .more:hover .moretext {color:#fff;}
.casetop .more:hover .icon {
	background-position:right center
}
.casetop .img{width:24%;overflow:hidden;}
.casetop .img img{width:100%;}
.casetop .img:hover img {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05)
}
.caseitems {
	margin-top:60px
}
.caseitem {
	width:32.22%;
	margin-right:1.6%;
	margin-bottom:24px;
	display:block;
	position:relative;
	overflow:hidden
}
.caseitem:nth-of-type(3n) {
margin-right:0
}
.caseitem .img{
	position:relative;
	overflow:hidden;
}
.caseitem .img:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:100%;
	left:0;
	background-color:rgba(255, 255, 255, 0.3);
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.caseitem .textbox {
	height:160px
}
.caseitem .textbox .box {
	height:160px;
	padding:45px 56px 48px 38px;
	background-color:#fff;
	position:relative;
	z-index:3;
	border:1px solid #eee;
	border-top:none
}
.caseitem .title {
	color:#000;
	font-size:24px
}
.caseitem .text {
	color:#666;
	margin-top:16px;
	max-height:19px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.caseitem .more {
	display:inline-block;
	color:#0599f9;
	position:absolute;
	bottom:0;
	left:38px;
	opacity:0;
	font-weight:bold;
	font-family:Arial;
	padding-right:38px;
	background-image:url(../img/casemore.png);
	background-repeat:no-repeat;
	background-position:right center;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.casemore {
	width:186px;
	height:56px;
	display:block;
	border-radius:56px;
	margin:36px auto 0;
	background-color:#f4f4f4;
	color:#0599f9;
	font-weight:bold;
	text-align:center;
	line-height:56px;
	font-family:Arial
}
.casemore:hover {
	background-color:#0599f9;
	color:#fff;
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px)
}
.casedbox {
	background-color:#f8f8f8;
	padding-bottom:60px;
	width:100%;
}
.casedtopbox {
	background-color:#fff;
	padding:40px;
	position:relative;
	z-index:3;
	overflow:hidden;
}
.casedtopbox .img{
	width:500px;
	margin-top:5px
}
.casedtopbox .textbox {
	width:calc(100% - 500px - 4.25vw);
	margin-right:4.25vw
}
.casedtopbox .textbox .title {
	color:#000;
	font-size:36px;
	font-weight:bold;
	font-family:"Source Han Sans CN"
}
.casedtopbox .textbox .text {
	color:#666;
	margin:25px 0 52px;
	line-height:2.143
}
.casedtopbox .textbox .immediately {
	width:180px;
	height:56px;
	background-color:#0599f9;
	color:#fff;
	text-align:center;
	line-height:56px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px;
}
.casedtopbox .img:hover img {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
}
.casedbot {
	margin-top:10px;
	background-color:#fff;
}
.casedbotnav {
	padding:30px 0 15px;
	border-bottom:1px solid #f1f1f1;
	text-align:center;
}
.casedbotnavlist {
	margin-right:-4px;
	padding:0 50px;
	display:inline-block;
	border-right:1px solid #e5e5e5;
	cursor:pointer
}
.casedbotnavlist:nth-last-of-type(1) {border-right:none;}
.casedbotnavlist a {
	color:#666;
	font-size:16px;
	line-height:1;
	position:relative;
}
.casedbotnavlist a:after {
	content:"";
	width:100%;
	height:2px;
	background-color:#0599f9;
	position:absolute;
	bottom:-4px;
	left:0;
	opacity:0;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s;
}
.casedbotnavlist.cur a, .casedbotnavlist:hover a {
	color:#0599f9;
}
.casedbotnavlist.cur a:after, .casedbotnavlist:hover a:after {
	bottom:-15px;
	opacity:1
}
.casedbotbox {
	padding:0 60px 20px
}
.casedbotlist {
	padding:40px 0;
	border-bottom:1px solid #f1f1f1;
}
.casedbotlist:nth-last-of-type(1){border-bottom:none;}
.casedbotlist .name {
	width:200px;
	color:#000;
	font-size:28px;
	font-weight:bold;
	position:relative;
}
.casedbotlist .name:after {
	content:"";
	width:30px;
	height:4px;
	position:absolute;
	bottom:-20px;
	left:0;
	background-color:#c7c7c7
}
.casedbotlist .con {
	width:calc(100% - 200px);
	min-height:142px
}
.casedconslidebox {
	position:relative
}
.casedconslidebox .swiper-button-next, .casedconslidebox .swiper-button-prev {
	width:19px;
	height:35px;
	background-size:100% 100%;
	opacity:1;
	top:auto;
	bottom:54px
}
.casedconslidebox .swiper-button-prev {
	background-image:url(../img/cadl.png);
	left:0
}
.casedconslidebox .swiper-button-next {
	background-image:url(../img/cadr.png);
	left:74px
}
.casedconslidebox .swiper-button-prev:hover {
	background-image:url(../img/cadl_cur.png)
}
.casedconslidebox .swiper-button-next:hover {
	background-image:url(../img/cadr_cur.png)
}
.casedconslidebox .swiper-slide {
	padding:10px;
	background-color:#f4f4f4;
}
.casedconslidebox .swiper-slide .img{overflow:hidden;}
.casedconslidebox .swiper-slide .img img {
	display:inline-block;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s;
}
.casedconslidebox .swiper-slide .textbox {
	margin-top:10px;
}
.casedconslidebox .swiper-slide .title {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.casedconslidebox .swiper-slide .text {
	color:#666;
	text-align:center;
	margin-top:6px;
}
.casedconslidebox .swiper-slide:hover .img img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
}
.casedetailrec {
	padding:88px 0 116px;
}
.casedetailrec .histitle {
	text-align:center;
}
.casedform {
	width:538px;
	height:672px;
	padding:20px;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	background-color:#fff;
	border-radius:10px;
	z-index:21;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-269px;
	margin-top:-280px
}
.casedclose {
	cursor:pointer
}
.casedform .form {
	padding:0 10%
}
.casedform .title {
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:15px 0 36px
}
.casedform .formlist {
	width:100%;
	padding:0 15px;
	border:1px solid #eaeaea;
	border-radius:5px;
	margin-bottom:20px
}
.casedform .formlist2 .formlist {
	width:calc(100% - 130px);
	margin-right:10px
}
.casedform .formlist2 .code {
	width:120px;
	height:54px
}
.casedform .formlist2 .code img {
	width:100%;
	height:100%
}
.casedform .formlist .name {
	color:#999;
	width:56px;
	line-height:52px
}
.casedform .formlist .name span {
	color:#0599f9
}
.casedform .formlist .input {
	width:calc(100% - 56px)
}
.casedform .formlist input {
	width:100%;
	height:52px;
	padding:0 10px
}
.casedform .formlist textarea {
	width:100%;
	height:90px;
	padding:10px
}
.casedform .btn {
	width:80%;
	height:54px;
	line-height:54px;
	margin:0 auto;
	background-color:#0599f9;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	font-size:16px;
	font-weight:bold
}
.casedform.cur {
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1)
}
.news {
	padding:40px 0 40px;
}
.newsitems {
	margin-top:10px
}
.nesitem .box {
	padding:10px 0 20px;
	border-bottom:1px solid #eee;
	position:relative;
	z-index:3;
}
.nesitem .img{width:200px;}
.nesitem .textbox {
	width:calc(100% - 200px);
	padding:5px 0 0 40px
}
.nesitem .textbox .title {
	color:#333;
	width:calc(100% - 102px);
	font-size:20px;
	font-weight:bold;
	max-height:26px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.nesitem .textbox .date {
	color:#aaa;
	padding-left:20px;
	margin-top:5px;
	font-family:Arial;
	background-image:url(../img/newstime.png);
	background-repeat:no-repeat;
	background-position:left center
}
.nesitem .textbox .text {
	color:#828181;
	margin-top:10px;
	line-height:1.714;
	max-height:46px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.nesitem {
	position:relative;
	display:block
}
.nesitem:after {
	content:"";
	width:0%;
	height:100%;
	background-color:#f9f9f9;
	position:absolute;
	top:0;
	left:0;
	z-index:auto;
	transition:1s ease-in-out 0s;
	-webkit-transition:1s ease-in-out 0s;
	-moz-transition:1s ease-in-out 0s
}
.nesitem:hover:after {
	width:100%
}
.nesitem:hover .textbox .title {
	color:#0599f9
}
.nesitem:hover .img img {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05)
}
.nesitem:hover .box {
	border-bottom-color:#eee
}
.news .pager {
	margin-top:20px
}
.news .wappager {
	margin-top:20px
}
.newsdbox {
	padding:40px 0 20px
}
.newsdl {
	width:calc(100% - 460px);
	margin-right:60px
}
.newsdl .title {
	color:#191919;
	font-size:32px;
	font-weight:bold;
	line-height:1.5
}
.newsdlother {
	margin:24px 0 34px
}
.newsdlother .list {
	margin-right:10px
}
.newsdlother .list:nth-last-of-type(1) {
margin-right:0
}
.newsdlother .list .icon {
	height:17px;
	line-height:17px
}
.newsdlother .list .icon img {
	display:inline-block;
	vertical-align:middle
}
.newsdlother .list .text {
	color:#ccc;
	margin-left:8px;
	font-family:'din'
}
.newsdr {
	width:400px;
	background-color:#f5f5f5;
}
.newsdr .top {
	padding:30px 20px 30px
}
.newsdr .bot {
	padding:46px 50px 50px;
	margin-top:10px
}
.newsdr .titlebox .cntitle {
	color:#191919;
	font-size:26px;
	font-weight:bold;
	font-family:'siyuansongti'
}
.newsdr .titlebox .entitle {
	color:#a2a8ae;
	font-family:'calibri';
	margin-top:6px
}
.newsrecommitem {
	display:block;
	padding:20px 0;
	border-bottom:1px solid #ededed
}
.newsrecommitem:nth-last-of-type(1) {
border-bottom:none;
padding:20px 0 0
}
.newsrecommitem .textbox {margin-top:0px;
}
.newsrecommitem .date {
	font-family:'din';
	color:#9c9c9c;
	font-size:16px
}
.newsrecommitem .title {
	color:#666;
	font-size:16px;
	font-weight:bold;
	margin-top:14px;
	line-height:1.875;
	max-height:60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.newspagerlist {
	padding:10px 0;
	border-bottom:1px solid #f5f5f5
}
.newspagerlist:nth-last-of-type(1) {
margin-bottom:0
}
.newspagerlist .name {
	color:#999;
	margin-right:12px
}
.newspagerlist .text {
	width:calc(100% - 68px);
	max-height:19px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.newsdlbot {
	margin-top:30px;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:20px
}
.newsdlbotl .list {
	margin-right:20px
}
.newsdlbotl .list .icon {
	line-height:36px;
	margin-right:8px
}
.newsdlbotl .list .icon img {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:3px
}
.newsdlbotl .list .text {
	line-height:36px;
	color:#ccc;
	font-weight:bold;
	font-family:'din'
}
.newsdlbot .returnlist {
	padding-left:26px;
	line-height:36px;
	display:block;
	color:#999;
	background-image:url(../img/nreturn.png);
	background-repeat:no-repeat;
	background-position:left center
}
/* .newsdSitems{margin:25px 0 40px} */
.newsdSitems .newsdSitem {
	width:36px;
	height:36px;
	border:1px solid #e6e6e6;
	margin-right:15px;
	cursor:pointer;
	border-radius:36px;
	background-repeat:no-repeat;
	background-position:center center
}
.newsdSitems .newsdSitem:nth-last-of-type(1) {
margin-right:0
}
.newsdSitems .newsdSitem .icon {
	width:34px;
	height:34px;
	background-repeat:no-repeat;
	background-position:center center
}
.newsdSitems .newsdSitem:nth-of-type(1) .icon {
background-image:url(../img/ndwx.png)
}
.newsdSitems .newsdSitem:nth-of-type(2) .icon {
background-image:url(../img/ndwb.png)
}
.newsdSitems .newsdSitem:nth-of-type(3) .icon {
background-image:url(../img/ndqq.png)
}
.newsdSitems .newsdSitem:nth-of-type(1):hover .icon {
background-image:url(../img/ndwx_cur.png)
}
.newsdSitems .newsdSitem:nth-of-type(2):hover .icon {
background-image:url(../img/ndwb_cur.png)
}
.newsdSitems .newsdSitem:nth-of-type(3):hover .icon {
background-image:url(../img/ndqq_cur.png)
}
.newsdSitems .newsdSitem:hover {
	background-color:#ff9e1b;
	border-color:#ff9e1b
}
.newsdr .returnlist {
	width:100%;
	height:50px;
	color:#fff;
	text-align:center;
	line-height:50px;
	display:block;
	background-image:url(../img/nrbtnbg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%
}
.newsdlbot .returnlist:hover {
	background-image:url(../img/nreturn_cur.png);
	color:#0599f9
}
.downloadalert .casedform {
	height:512px;
	margin-top:-256px
}
@media (min-width:1024px) {
.caseitem:hover {
box-shadow:0.518px 1.932px 29px 0px rgba(0, 0, 0, 0.11)
}
 .caseitem:hover .textbox .box {
height:240px;
padding:36px 56px 76px 38px;
transform:translateY(-80px);
-webkit-transform:translateY(-80px);
-moz-transform:translateY(-80px)
}
 .caseitem:hover .textbox .text {
max-height:38px;
-webkit-line-clamp:2
}
 .caseitem:hover .textbox .more {
bottom:76px;
opacity:1;
transition:0.5s ease-in-out 0.3s;
-webkit-transition:0.5s ease-in-out 0.3s;
-moz-transition:0.5s ease-in-out 0.3s
}
 .caseitem:hover .img:after {
top:-100%
}
}
@media (max-width:1024px) {
.case {padding:30px 0 20px}
.casetop .img {width:100%}
.casetop .textbox {
width:100%;
padding:20px 20px;
}
.casetop .text {margin:8px 0 20px;}
.casetop .title, .casedtopbox .textbox .title {
font-size:22px;
}
 .casetop .text {
line-height:1.8;
max-height:125px
}
.casetop .more {
width:150px;
padding-left:15px;
height:44px
}
 .casetop .more .moretext {
line-height:44px
}
 .casetop .more .icon {
margin-left:6px;
margin-top:18px
}
 .caseitem {
width:100%;
margin-right:0;
margin-bottom:20px
}
 .caseitem .textbox .box {
padding:30px 20px
}
 .caseitem .title {
font-size:20px
}
 .caseitem .text {
max-height:38px;
-webkit-line-clamp:2;
margin-top:8px
}
 .caseitem .more {
position:static;
opacity:1;
margin-top:20px
}
 .caseitem .textbox {
height:auto
}
 .casemore {
width:140px;
height:46px;
line-height:46px;
margin:20px auto 0
}
 .casedtopbox {
padding:35px 15px 0;
margin-top:0
}
 .casedtopbox .img {
width:100%;
margin-top:20px
}
 .casedtopbox .textbox {
width:100%;
margin-right:4vw
}
 .casedtopbox .textbox .immediately {
width:126px;
height:42px;
line-height:42px
}
 .casedbotnav {
padding:20px 0
}
 .casedbotnavlist {
padding:0 15px
}
 .casedbotnavlist a {
font-size:14px
}
 .casedbotnavlist.cur a:after, .casedbotnavlist:hover a:after {
bottom:-20px
}
 .casedbotbox {
padding:0 15px 20px
}
 .casedbotlist {
padding:20px 0
}
 .casedbotlist .name {
width:100%;
text-align:center;
font-size:22px
}
 .casedbotlist .con {
width:100%;
margin-top:30px;
min-height:initial
}
 .casedbotlist .name:after {
width:22px;
height:3px;
bottom:-10px;
left:50%;
margin-left:-11px
}
 .casedconslidebox .swiper-slide {
padding:30px 35px 40px
}
 .casedconslidebox .swiper-button-next {
left:auto;
right:10px;
bottom:auto;
top:50%;
margin-top:-17px
}
 .casedconslidebox .swiper-button-prev {
left:10px;
top:50%;
margin-top:-17px
}
 .casedetailrec {
padding:35px 0 55px
}
 .caseitems {
margin-top:30px
}
 .casedform {
width:94%;
height:440px;
margin-top:-220px;
margin-left:-47%
}
 .casedform .title {
font-size:18px;
margin:6px 0 15px
}
 .casedform .formlist input {
height:36px
}
 .casedform .formlist .name {
line-height:34px
}
 .casedform .formlist {
margin-bottom:10px
}
 .casedform .formlist textarea {
height:75px
}
 .casedform .btn {
width:90%;
height:46px;
line-height:46px
}
 .news {
padding:50px 0 60px
}
 .nesitem .img, .nesitem .img img {
width:100%
}
 .nesitem .textbox {
width:100%;
padding:25px 0 0 0
}
 .nesitem .box {
padding:20px 15px
}
 .nesitem .textbox .text {
margin-top:15px
}
 .newsdl {
width:100%;
margin-right:0
}
 .newsdl .title, .newsdr .titlebox .cntitle {
font-size:22px
}
 .newsdr {
width:100%;
margin-top:40px
}
 .newsdr .top {
padding:35px 30px
}
 .newsrecommitem {
padding:20px 0
}
 .newsrecommitem:nth-last-of-type(1) {
padding:20px 0 0
}
 .newsrecommitem .title {
margin-top:4px
}
 .newsrecommitem .textbox {
margin-top:15px
}
 .newsrecommitem .img img {
width:100%
}
 .newspagerlist {
padding:15px 0
}
 .newsdlbot {
margin-top:30px;
padding-bottom:15px
}
 .newsdbox {
padding:50px 0
}
 .casedform .form {
padding:0 5%
}
 .downloadalert .casedform {
height:360px;
margin-top:-180px
}
}
.product {
	padding:60px 0 50px
}
.proitems {
	margin-top:44px
}
.proitem{
width:23.5%;
margin-right:2.0%;
display:block;
margin-bottom:40px;
background-color:#f6f6f6;
padding:20px;
}
.proitem .img{ overflow:hidden;}
.proitem .img img {
	display:inline-block
}
.proitem .textbox {margin-top:10px;}
.proitem .title {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	max-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.proitem .desc {
	color:#666;
	text-align:center;
	margin-top:6px;
	max-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.proitem:nth-of-type(4n+4){margin-right:0;}
.proitem:hover{background-color:#fff;box-shadow:0px 2px 29px 0px rgba(0, 0, 0, 0.11);}
.proitem:hover .img img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15)
}
.proitem:hover .textbox .morebox {
	width:180px;
	padding-left:30px
}
.proitem:hover .textbox .morebox .text {
	max-width:90px;
}
.joinus {
	padding:120px 0 140px
}
.joinustop {
	padding:29px 80px;
	background-color:#1f1a17;
	height:88px
}
.joinustop {
	margin-top:46px
}
.joinustoplist {
	font-size:18px;
	color:#fff;
	line-height:30px
}
.joinustoplist:nth-of-type(1), .joinustoplist:nth-of-type(2), .joinustoplist:nth-of-type(3), .joinustoplist:nth-of-type(4) {
width:25%
}
.joinusitem {
	margin-bottom:2px
}
.joinusitem:nth-last-of-type(1) {
margin-bottom:0
}
.joinusitemtop {
	padding:0 80px;
	background-color:#f4f5f7;
	cursor:pointer
}
.joinusitemtoplist {
	line-height:30px;
	color:#666;
	font-size:18px;
	padding:29px 0
}
.joinusitemtoplist:nth-of-type(1), .joinusitemtoplist:nth-of-type(2), .joinusitemtoplist:nth-of-type(3), .joinusitemtoplist:nth-of-type(4) {
width:25%
}
.joinusitemtoplist:nth-of-type(5) {
width:9.5%;
cursor:pointer;
height:88px;
border-left:1px solid #c7cdd6;
background-repeat:no-repeat;
background-position:center center
}
.joinusitembot {
	padding:46px 78px;
	display:none
}
.joinusitembot .list {
	margin-bottom:32px
}
.joinusitembot .list .name {
	color:#000;
	font-weight:bold;
	font-size:16px
}
.joinusitembot .list .text {
	color:#696969;
	margin-top:10px;
	line-height:2
}
.joinusitembot .emailbox {
	padding:0 22px;
	height:28px;
	background-color:#eee;
	color:#0599f9;
	font-size:12px;
	line-height:28px;
	display:inline-block
}
.joinusitem.cur .joinusitemtop {
	background-color:#0599f9
}
.joinusitem.cur .joinusitemtoplist {
	color:#fff
}
.onlinerecruit {
	width:174px;
	height:48px;
	margin-top:42px;
	display:block;
	background-color:#0599f9;
	line-height:48px;
	border-radius:48px;
	color:#fff;
	padding-left:70px;
	background-image:url(../img/recicon.png);
	background-repeat:no-repeat;
	background-position:left 40px center
}
.merformlist .input textarea {
	width:100%;
	height:112px;
	border:1px solid #ececec;
	border-radius:5px;
	padding:15px 19px
}
.merformlist .input textarea:focus {
	border-color:#0599f9;
	border-radius:20px
}
.distrint {
	padding:120px 0 80px
}
.distrintsearch {
	padding-right:100px;
}
.distrintsearch .input input {
	width:318px;
	height:70px;
	border:1px solid #efeff0;
	border-right:none;
	padding:0 30px
}
.distrintsearch .btn {
	width:114px;
	height:70px;
	color:#fff;
	text-align:center;
	line-height:70px;
	font-size:18px;
	cursor:pointer;
	background-color:#0599f9
}
#container {
	width:100%;
	height:950px
}
.maptishi {
	width:471px;
	height:327px;
	padding:65px 44px 20px 68px;
	box-shadow:0px 3px 30px 0px rgba(73, 73, 73, 0.16);
	background-image:url(/img/mapbg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%
}
.maptishi .title {
	color:#0599f9;
	font-size:16px;
	font-weight:bold;
	margin-bottom:22px
}
.maptishi .conlistname {
	color:#999
}
.maptishi .conlisttext {
	width:calc(100% - 74px)
}
.maptishi .conlist {
	margin-bottom:8px
}
.disalertbox {
	width:494px;
	height:430px;
	padding:30px;
	background-color:#fff;
	border-radius:10px;
	z-index:22;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	position:absolute;
	top:50%;
	margin-top:-215px;
	left:50%;
	margin-left:-274px
}
.disalertbox.cur {
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1)
}
.disalertbox .disclose {
	cursor:pointer
}
.disalertbox .con {
	margin-top:30px
}
.disalertbox .icon {
	width:98px;
	margin:0 auto
}
.disalertbox .title {
	font-size:18px;
	width:292px;
	margin:24px auto 34px;
	text-align:center
}
.disalertbox .text {
	color:#0599f9;
	font-size:18px;
	font-weight:bold;
	text-align:center
}
.contact1 {
	padding:60px 0
}
/* .contact1box{margin-top:70px} */
.contact1list {
	width:25%;
	margin-top:50px
}
.contact1list .icon {
	width:90px;
	height:90px;
	margin:0 auto
}
.contact1list .textbox {
	margin-top:26px
}
.contact1list .textbox .title {
	color:#999;
	text-align:center
}
.contact1list .textbox .text {
	font-size:16px;
	height:42px;
	font-weight:bold;
	text-align:center;
	margin-top:5px
}
.contact1list:hover .icon img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg)
}
.contactmap {
	width:100%;
	height:600px;
	overflow:hidden
}
.contactmap .mapimg {
	width:100%;
	height:100%
}
.conform {
	padding:0px 0 60px
}
.conformbox {
	margin-top:45px
}
.conformradio {
	margin-top:25px
}
.conformralist {
	margin-right:80px;
	margin-top:10px;
	cursor:pointer
}
.conformralist:nth-last-of-type(1) {
margin-right:0
}
.conformralist .selicon {
	width:16px;
	height:16px;
	border:1px solid #dcdcdc;
	margin-right:10px
}
.conformralist.cur .selicon {
	border-color:#0599f9;
	background-color:#0599f9
}
.conformralist .name {
	color:#999;
	line-height:16px
}
.conformralist.cur .name {
	color:#0599f9
}
@media (max-width:1024px) {
 .product {
padding:50px 0
}
 .proitem:nth-of-type(1), .proitem:nth-of-type(2), .proitem {
width:100%;
padding:25px 20px;
margin-bottom:20px
}
 .proitem:nth-of-type(1) .img, .proitem:nth-of-type(2) .img {
width:100%
}
 .proitem:nth-of-type(1) .textbox, .proitem:nth-of-type(2) .textbox {
width:100%;
padding:15px 0 0 0
}
 .proitem:nth-of-type(1) .textbox .title, .proitem:nth-of-type(2) .textbox .title {
font-size:20px;
text-align:center
}
 .proitem:nth-of-type(1) .textbox .desc, .proitem:nth-of-type(2) .textbox .desc {
height:auto;
line-height:1.8;
max-height:50px;
text-align:center;
margin-top:2px
}
 .proitem:nth-of-type(1) .textbox .morebox, .proitem:nth-of-type(2) .textbox .morebox {
display:none
}
 .joinus {
padding:50px 0 60px
}
 .joinustop {
padding:15px;
height:60px;
margin-top:30px
}
 .joinustoplist, .joinusitemtoplist {
font-size:14px
}
 .joinusitemtoplist {
padding:15px 0;
line-height:22px
}
 .joinusitemtop {
padding:0 15px
}
 .joinustoplist:nth-of-type(1), .joinusitemtoplist:nth-of-type(1) {
width:30%
}
 .joinustoplist:nth-of-type(2), .joinusitemtoplist:nth-of-type(2) {
width:20%
}
 .joinusitembot {
padding:35px 20px
}
 .joinusitembot .list .text {
line-height:1.6
}
 .joinusitembot .list {
margin-bottom:25px
}
 .joinusitembot .emailbox {
height:auto;
padding:7px 15px;
line-height:20px
}
 .onlinerecruit {
width:110px;
height:40px;
line-height:40px;
margin-top:25px;
padding-left:40px;
background-position:left 15px center;
background-size:16px auto
}
 .merformlist .input textarea {
height:82px
}
 #container {
height:350px
}
 .distrint {
padding:50px 0 20px
}
 .distrintsearch {
width:100%;
margin-top:25px
}
 .distrintsearch .input {
width:calc(100% - 94px)
}
 .distrintsearch .input input {
width:100%;
height:50px;
padding:0 15px
}
 .distrintsearch .btn {
width:94px;
height:50px;
line-height:50px
}
 #container>div:nth-of-type(2) {
width:100%;
height:260px;
left:0 !important;
top:auto !important;
bottom:-60%
}
 .maptishi {
width:100%;
height:220px;
padding:40px 30px 20px;
white-space:pre-wrap
}
 .maptishi .title {
font-size:14px;
text-align:center
}
 .maptishi .conlist {
margin-bottom:3px
}
 .disalertbox {
width:94%;
height:270px;
margin-left:-47%;
margin-top:-135px;
padding:20px
}
 .disalertbox .icon {
width:58px
}
 .disalertbox .title {
width:260px;
font-size:16px;
margin:15px auto 20px
}
 .disalertbox .text {
font-size:16px
}
 .contact1 {
padding:50px 0
}
 .contact1list {
width:50%;
margin-top:25px;
padding:0 3%
}
 .contact1list .icon {
width:60px;
height:60px
}
 .contact1list .textbox {
margin-top:10px
}
 .contact1list .textbox .text {
font-size:14px;
height:38px
}
 .contactmap {
height:300px
}
 .conform {
padding:50px 0 60px
}
 .conformbox .merselect .merselectbox {
top:46px
}
 .conformralist {
margin-right:20px
}
 .conformralist .selicon {
margin-right:6px
}
 .conformradio {
margin-top:10px
}
}
.download {
	padding:40px 0 40px;
}
.downnavlist {
	display:block;
	margin-right:40px;
	color:#666;
	font-size:16px;
	position:relative
}
.downnavlist:nth-last-of-type(1) {
margin-right:0
}
.downnavlist:after {
	content:"";
	width:0;
	height:2px;
	background-color:#0599f9;
	position:absolute;
	bottom:-14px;
	left:0;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.downnavlist.cur {
	color:#0599f9;
	font-size:16px;
	font-weight:bold
}
.downnavlist.cur:after {
	width:100%
}
.downitems {
	margin-top:50px
}
.downitem {
	display:block;
	margin-bottom:20px;
	background-color:#f4f4f4;
	padding:30px 40px;
	cursor:pointer
}
.downitem .date {
	color:#ccc;
	font-weight:bold;
	font-family:Arial;
	line-height:30px
}
.downitem .title {
	width:calc(100% - 170px);
	color:#666;
	font-weight:bold;
	margin:0 32px;
	line-height:30px;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1
}
.downitem .icon {
	width:33px;
	height:29px;
	position:relative;
	overflow:hidden
}
.downitem .icon:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../img/downicon.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.downitem .icon:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:-100%;
	background-image:url(../img/downicon_cur.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.downitem:hover {
	background-color:#0599f9
}
.downitem:hover .date, .downitem:hover .title {
	color:#fff
}
.download .pager {
	margin-top:60px
}
.downitem:hover .icon:after {
	left:100%
}
.downitem:hover .icon:before {
	left:0%
}
.merformlist.last2 {
	width:65.97%;
	margin-right:0
}
.verification {
	width:100%;
	height:100vh;
	position:relative;
	background-image:url(../img/verbg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.verificatbox {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-254px;
	margin-top:-120px
}
.verificatbox .title {
	color:#fff;
	font-size:48px;
	text-align:center
}
.verformbox {
	width:408px;
	height:65px;
	margin:60px 0 12px;
	background-color:#fff;
	padding:10px 30px
}
.verformbox.cur {
	border-radius:8px
}
.verformbox .input {
	width:calc(100% - 36px);
	margin-right:20px
}
.verformbox .input input {
	width:100%;
	height:45px;
	font-size:16px;
	color:#333
}
.verformbox .input input::-webkit-input-placeholder {
color:#999
}
.verformbox .btn {
	line-height:45px;
	height:45px;
	cursor:pointer
}
.verformbox .btn img {
	display:inline-block;
	vertical-align:middle
}
.verificatbox .prompt {
	color:#fff;
	font-size:16px;
	text-align:center;
	transform:translateY(50px);
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	opacity:0
}
.verificatbox .prompt.cur {
	opacity:1;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px)
}
.verificatbox .prompt a {
	color:#0599f9
}
.comproblemitems {
	margin-top:40px
}
.comproblemitem {
	background-color:#f4f4f4;
	margin-bottom:20px
}
.comprmitemtop {
	width:100%;
	height:120px;
	padding:45px 38px;
	cursor:pointer
}
.comprmitemtop .type {
	width:30px;
	height:30px;
	background-color:#0599f9;
	text-align:center;
	line-height:30px;
	border-radius:30px;
	color:#fff;
	font-weight:bold;
	font-family:'gothicb';
	font-size:16px
}
.comprmitemtop .name {
	width:calc(100% - 120px);
	margin:0 40px 0 20px;
	line-height:30px;
	color:#000;
	font-size:18px
}
.comprmitemtop .icon {
	width:12px;
	height:30px;
	position:relative
}
.comprmitemtop .icon:after {
	content:"";
	width:12px;
	height:4px;
	background-color:#0599f9;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px
}
.comprmitemtop .icon:before {
	content:"";
	width:4px;
	height:12px;
	background-color:#0599f9;
	position:absolute;
	left:4px;
	top:50%;
	margin-top:-6px;
	transition:0.5s ease-in-out 0s;
	-webkit-transition:0.5s ease-in-out 0s;
	-moz-transition:0.5s ease-in-out 0s
}
.comprmitembot {
	padding:0 38px 58px;
	display:none
}
.comprmitembot .type {
	width:30px;
	height:30px;
	background-color:#ef6411;
	text-align:center;
	line-height:30px;
	border-radius:30px;
	color:#fff;
	font-weight:bold;
	font-family:'gothicb';
	font-size:16px
}
.comprmitembot .con {
	width:calc(100% - 50px);
	margin-left:20px
}
.comproblemitem.cur {
	background-color:#fff;
	box-shadow:0px 0px 17px 0px rgba(0, 0, 0, 0.15)
}
.comproblemitem.cur .comprmitemtop .name {
	font-weight:bold
}
.comproblemitem.cur .comprmitemtop .icon:before {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg)
}
.comproblem {
	padding:120px 0 105px;
	background-image:url(../img/comprobg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.comproform {
	margin-top:40px
}
.comproformlist {
	width:48%;
	height:62px;
	margin-right:4%;
	margin-bottom:15px;
	background-color:#fff;
	border-radius:5px;
	padding:10px 20px
}
.comproformlist:nth-of-type(2n) {
margin-right:0
}
.comproformlist .name {
	width:64px;
	height:42px;
	line-height:42px;
	margin-right:10px;
	color:#666
}
.comproformlist .name span {
	color:#0599f9
}
.comproformlist .input {
	width:calc(100% - 74px)
}
.comproformlist .input input {
	width:100%;
	height:42px
}
.comproformlist.last2 {
	width:66.315%;
	margin-right:0
}
.comproformlist.last {
	width:100%;
	margin-right:0
}
.comproformlist.code {
	width:270px;
	height:62px;
	margin-right:5px
}
.comproformlist.code .name {
	color:#999
}
.comproformcode img {
	width:110px;
	height:62px;
	border-radius:5px
}
.comproform .btn {
	width:32.63%;
	height:62px;
	border-radius:5px;
	background-color:#0599f9;
	color:#fff;
	text-align:center;
	line-height:62px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer
}
.comproblem .histitle {
	color:#fff
}
.prod1slide,
.prod1slide .swiper-wrapper,
.prod1slide .swiper-slide,
.prod1slide .content,
.prod1slide .content .img,
.prod1slide .content .textbox,
.prod1slide .content .btnbox {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.prod1slide .swiper-slide {
    display: flex;
    align-items: center;
    background-color: #eee;
}
.prod1slide .content {
    width: 85vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content:flex-start; 
    gap: 40px;
}
.prod1slide .content .img {
    max-width: 520px;
    width: 100%;
    order: 2; /* 图片在右边 */
}

.prod1slide .content .img img {
    display: block;
    width: 100%;
    height: auto;
}
.prod1slide .content .textbox {
    flex: 1;
    order: 1;
}
.prod1slide .content .textbox .type,
.prod1slide .content .textbox .desc,
.prod1slide .content .textbox .btnbox {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.prod1slide .content .type {
	line-height:1.4;
	color:#0599f9;
	font-size:50px;
	font-family:Arial;
	transform:translateY(200px);
	-webkit-transform:translateY(200px);
	-moz-transform:translateY(200px);
	opacity:0;
	transition:1.2s ease-in-out 0.2s;
	-webkit-transition:1.2s ease-in-out 0.2s;
	-moz-transition:1.2s ease-in-out 0.2s;
}
.prod1slide .content .desc {
	color:#666;
	margin:30px 0 60px;
	line-height:2.143;
	transform:translateY(200px);
	-webkit-transform:translateY(200px);
	-moz-transform:translateY(200px);
	opacity:0;
	transition:1.2s ease-in-out 0.5s;
	-webkit-transition:1.2s ease-in-out 0.5s;
	-moz-transition:1.2s ease-in-out 0.5s;
}
.prod1slide .content .btn {
	width:180px;
	height:56px;
	cursor:pointer;
	border:2px solid #0599f9;
	text-align:center;
	line-height:52px;
	color:#1f1a17;
	font-size:16px;
	font-weight:bold;
	border-radius:5px
}
.prod1slide .content .btn:hover {
	color:#fff;
	background-color:#0599f9
}
.prod1slide .content .btnbox {
	transform:translateY(200px);
	-webkit-transform:translateY(200px);
	-moz-transform:translateY(200px);
	opacity:0;
	transition:1.2s ease-in-out 0.8s;
	-webkit-transition:1.2s ease-in-out 0.8s;
	-moz-transition:1.2s ease-in-out 0.8s
}
.prod1slide .content .img img {
	transform:scale3d(0.6, 0.6, 0.6);
	-webkit-transform:scale3d(0.6, 0.6, 0.6);
	-moz-transform:scale3d(0.6, 0.6, 0.6);
	opacity:0;
}
.prod1slide>.swiper-pagination-bullets {
	bottom:46px
}
.prod1slide>.swiper-pagination-bullets .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background-color:#777;
	opacity:1;
	margin:0 8px
}
.prod1slide>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color:#0599f9
}
.prod1slide .swiper-slide-active .content .type, .prod1slide .swiper-slide-active .content .desc, .prod1slide .swiper-slide-active .content .btnbox {
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	opacity:1
}
.prod1slide .swiper-slide-active .content img {
	transform:scale3d(1, 1, 1);
	-webkit-transform:scale3d(1, 1, 1);
	-moz-transform:scale3d(1, 1, 1);
	opacity:1
}
/*2022.2.23 start*/
.prod2slide .imgDiv img {
	width:100%;
}
.prod2slide>.swiper-pagination-bullets {
	bottom:46px
}
.prod2slide>.swiper-pagination-bullets .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background-color:#777;
	opacity:1;
	margin:0 8px
}
.prod2slide>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color:#0599f9
}
.prod2slide .swiper-slide {
	position:relative;
}
.prod2slide .textbox {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-37.5vw;
	z-index:3
}
.prod2slide .type {
	line-height:0.8;
	padding-left:20px;
	border-left:2px solid #0599f9;
	color:#0599f9;
	font-size:60px;
	font-family:Arial;
}
.prod2slide .desc {
	color:#666;
	margin:34px 0 114px;
	line-height:2.143;
}
.prod2slide .btn {
	width:180px;
	height:56px;
	cursor:pointer;
	border:2px solid #0599f9;
	text-align:center;
	line-height:52px;
	color:#1f1a17;
	font-size:16px;
	font-weight:bold;
	border-radius:5px
}
.prod2slide .btn:hover {
	color:#fff;
	background-color:#0599f9;
}
.prod2 {
	padding:40px 0 40px;
}
.prod2 .title {
	text-align:center;
	color:#000;
	font-size:36px;
	font-family:"Source Han Sans CN"
}
.prod2 .box {
	margin-top:30px
}
.prod2 .list {
	width:33.3333%;
	padding:0 50px;
	margin-bottom:25px
}
.prod2 .list .icon {
	text-align:center
}
.prod2 .list .icon img {
	display:inline-block
}
.prod2 .list .textbox {
	margin-top:20px
}
.prod2 .list .textbox .name {
	text-align:center;
	color:#0599f9;
	font-size:30px
}
.prod2 .list .textbox .text {
	text-align:center;
	margin-top:22px;
	color:#666;
	line-height:1.714;
	font-size:16px;
}
.prod2 .list:hover .icon img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2)
}
.prod3 {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:40px 0
}
.prod3 .img img {
	width:720px;
	height: 440px;
}
.prod3 .textbox {
	width:calc(100% - 917px);
	margin-right:100px
}
.prod3 .textbox .title, .prod4 .title, .prod5 .title, .prod6 .title, .prod7 .title {
	color:#000;
	font-size:36px;
	font-family:"Source Han Sans CN"
}
.prod3 .textitems {
	margin-top:30px
}
.prod3 .textitem {
	margin-bottom:14px
}
.prod3 .textitem .num {
	width:20px;
	height:20px;
	border-radius:20px;
	background-color:#0599f9;
	text-align:center;
	line-height:20px;
	color:#fff;
	font-family:Arial;
	margin-right:10px
}
.prod3 .textitem .text {
	width:calc(100% - 30px);
	color:#666;
	font-size:16px;
	line-height:20px
}
.prod4 {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:40px 0;
}
.prod4 .list {
	width:31.52%;
	margin-right:2.72%;
	position:relative;
	overflow:hidden;
	padding:30px 85px 54px 38px;
	border-radius:5px;
	margin-bottom:5px;
	background-image: -moz-linear-gradient( -164deg, rgb(246,244,238) 0%, rgb(243,235,236) 100%);
	background-image: -webkit-linear-gradient( -164deg, rgb(246,244,238) 0%, rgb(243,235,236) 100%);
	background-image: -ms-linear-gradient( -164deg, rgb(246,244,238) 0%, rgb(243,235,236) 100%);
}
.prod4 .list:nth-of-type(3n) {
margin-right:0
}
.prod4 .list .text {
	font-size:18px;
	line-height:1.667
}
.prod4 .list .num {
	font-size:120px;
	color:#0599f9;
	font-family:'cfdin';
	opacity:0.2;
	line-height:1;
	position:absolute;
	bottom:-30px;
	right:40px
}
.prod4 .box {
	margin-top:30px;
}
.prod5 {
	padding:40px 0 40px;
}
.prod5 .swiper-button-next, .prod5 .swiper-button-prev {
	position:static;
	width:19px;
	height:35px;
	margin-top:0;
	opacity:1;
	background-size:100% 100%
}
.prod5 .swiper-button-next {
	background-image:url(../img/prod5r.png);
	margin-left:52px
}
.prod5 .swiper-button-prev {
	background-image:url(../img/prod5l.png)
}
.prod5 .swiper-button-prev:hover {
	background-image:url(../img/prod5l_cur.png)
}
.prod5 .swiper-button-next:hover {
	background-image:url(../img/prod5r_cur.png)
}
.prod5slide {
	margin-top:44px
}
.prod5slide .img:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1)
}
.prod6 {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:95px 0 100px
}
.prod6con {
	margin-top:42px
}
.prod7 {
	padding:92px 0 78px
}
.prod7box {
	margin-top:45px
}
.prod7list {
	width:31.94%;
	margin-bottom:20px;
	margin-right:2.09%;
	background-color:#000;
	position:relative
}
.prod7list:nth-of-type(3n) {
margin-right:0
}
.prod7list video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	object-fit:cover;
	object-position:center center
}
.prod7list .player {
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	z-index:3;
	opacity:0;
	cursor:pointer
}
.prod7list.cur video {
	z-index:3;
	visibility:visible;
	opacity:1
}
.prod7list.cur .img, .prod7list.cur .player {
	z-index:-1;
	visibility:hidden;
	opacity:0
}
.prod7list:hover .img img {
	opacity:0.6;
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05)
}
.prod7list:hover .player {
	opacity:1
}
.prod8 {
	border-top:1px solid #eee;
	padding:94px 0 100px
}
.prod8 .histitle {
	text-align:center
}
.prod6con td {
	padding-left:6.875vw
}
@media (max-width:1024px) {
 .download {
padding:50px 0 60px
}
 .downnavlist {
margin-right:15px
}
 .downnavlist:after {
bottom:-6px
}
 .downitems {
margin-top:35px
}
 .downitem {
padding:10px 15px;
margin-bottom:15px
}
 .downitem .date {
font-size:12px;
line-height:26px
}
 .downitem .title {
width:calc(100% - 110px);
margin:0 10px;
font-size:12px;
line-height:26px;
height:26px
}
 .downitem .icon {
width:28px;
height:24px
}
 .merformlist.last2 {
width:100%
}
 .verificatbox .title {
font-size:26px
}
 .verformbox {
width:100%;
margin:30px 0 15px;
padding:5px 15px;
height:50px
}
 .verificatbox {
width:80%;
margin-left:-40%
}
 .verformbox .input input {
height:40px
}
 .verformbox .btn {
height:40px;
line-height:40px
}
 .verification {
height:calc(100vh - 60px)
}
 .comproblemitem {
margin-bottom:15px
}
 .comprmitemtop {
padding:15px;
height:auto
}
 .comprmitemtop .name {
width:calc(100% - 70px);
font-size:16px;
line-height:26px;
margin:0 15px 0 10px
}
 .comprmitembot {
padding:10px 15px 25px
}
 .comproblem {
padding:50px 0 45px
}
 .comproform {
margin-top:25px
}
 .comproformlist {
width:100%;
height:48px;
padding:5px 10px
}
 .comproformlist .name {
line-height:38px
}
 .comproformlist .input input {
height:38px
}
 .comproformlist.last2 {
width:100%
}
 .comproform .btn {
float:left
}
 .comproformcode {
margin-bottom:15px
}
 .comproformcode img {
height:48px;
width:auto
}
 .comproformlist.code {
width:calc(100% - 92px);
height:48px
}
 .comproform .btn {
width:160px;
height:48px;
line-height:48px
}
.prod1slide .swiper-slide {min-height: auto;padding:10px 0 40px;}
.prod1slide .content {
        width: 92vw;
        flex-direction: column; /* 垂直排列 */
        gap: 25px;
    }
.prod1slide .content .img {
        max-width: 100%;
        order: 1; /* 图片在上面 */
    }
.prod1slide .content .textbox {
        order: 2; /* 文字在下面 */
        text-align: left;
    }
.prod1slide .content .textbox .type{font-size:22px;}
.prod1slide .content .textbox .desc{ margin-top:10px; margin-bottom:20px;}
.prod1slide .content .btnbox .btn {
        width: 100%;
        max-width: 120px;
        margin: 0 auto; height:42px; line-height:40px;
    }
.prod1slide>.swiper-pagination-bullets {bottom:10px;}
.prod1slide>.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 4px;}
.prod2slide>.swiper-pagination-bullets {
bottom:20px
}
 .prod2slide>.swiper-pagination-bullets .swiper-pagination-bullet {
margin:0 4px
}
 .prod2slide .textbox {
margin-top:20px;
top:0;
margin-left:20px;
margin-right:20px;
position:relative;
left:0;
padding-bottom:50px;
}
 .prod2slide .type {
font-size:26px;
padding-left:10px
}
 .prod2slide .desc {
margin:15px 0 35px;
line-height:1.8
}
 .prod2slide .btn {
width:120px;
height:44px;
line-height:40px
}
	/*2022.2.23 end*/

    .prod2, .prod3, .prod4, .prod5, .prod6, .prod8 {
padding:35px 0
}
 .prod2 .title, .prod3 .textbox .title, .prod4 .title, .prod5 .title, .prod6 .title, .prod7 .title {
font-size:24px
}
 .prod2 .list {
width:100%;
margin-bottom:20px;
padding:0
}
 .prod2 .list .icon {
padding:0 45px
}
 .prod2 .list .textbox .name {
font-size:20px
}
 .prod2 .list .textbox .text {
margin-top:10px;
line-height:1.6
}
 .prod2 .list .textbox {
margin-top:10px
}
 .prod3 .img {
padding:0 30px
}
 .prod3 .textbox {
width:100%;
margin-right:0;
margin-top:25px
}
 .prod3 .textitems {
margin-top:15px
}
 .prod4 .box {
margin-top:25px
}
 .prod4 .list {
width:100%;
margin-right:0;
padding:30px;
margin-bottom:15px
}
 .prod4 .list .text {
font-size:16px
}
 .prod4 .list .num {
font-size:76px;
right:25px;
bottom:-25px
}
 .prod5 .swiper-button-next {
margin-left:15px
}
 .prod5 .swiper-button-next, .prod5 .swiper-button-prev {
width:14px;
height:26px
}
 .prod5btnbox {
margin-top:6px
}
 .prod5slide, .prod7box {
margin-top:25px
}
 .prod7 {
padding:35px 0 20px
}
 .prod7list {
width:100%;
margin-right:0
}
 .prod7list .player {
opacity:1
}
 .prod8 .proitem:nth-of-type(1), .prod8 .proitem:nth-of-type(2) {
width:100%;
margin-bottom:20px;
padding:25px 20px
}
 .downnav {
width:100%;
float:left;
margin-top:20px
}
 .prod6con tr {
height:auto !important;
padding:6px 0;
display:block
}
 .prod6con td {
width:100% !important;
padding-left:6.875vw;
display:inline-block;
margin-right:-4px;
vertical-align:top;
height:auto !important;
line-height:26px
}
}
/*2023.5.18*/
.h-shadog {
	padding-top:80px;
}
.newdistrint {
}
.newdistrint .yesyes, .newdistrint .nonono {
	background:#fff;
	margin:0 auto;
	border-radius: 4px;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
	width:470px;
	height:330px;
	padding: 65px 50px 20px 50px;
	background-image: url(/img/mapbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.newdistrint .title {
	color: #0599f9;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}
.newdistrint .conlist {
	margin-bottom:8px;
}
.newdistrint .conlistname {
	color: #999;
}
.newdistrint .conlisttext {
	width: calc(100% - 74px);
}
.newdistrint .icon {
	width:98px;
	margin:0 auto;
}
.newdistrint .wen {
	font-size: 18px;
	width: 292px;
	margin: 20px auto;
	text-align: center;
}
.newdistrint .text {
	color: #0599f9;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
 @media (max-width:1024px) {
 .h-shadog {
padding-top:40px;
}
 .newdistrint .yesyes, .newdistrint .nonono {
width:auto;
height:250px;
padding: 35px 20px 20px 20px;
}
.newdistrint .title {
font-size: 14px;
margin-bottom: 15px;
}
.newdistrint .conlist {
margin-bottom:5px;
}
.newdistrint .conlisttext {
width: calc(100% - 74px);
}
 .newdistrint .icon {
width:58px;
}
.newdistrint .icon img {
width:58px;
}
.newdistrint .wen {
font-size: 15px;
width: 232px;
margin: 20px auto;
}
.newdistrint .text {
font-size: 16px;
}
.solution { display:none;}
}
