
/* content */
.content{
	width:100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
/* banner */
	.content>.swiper {
      width: 100%;
      height: 776px;
	  /* height: auto; */
    }

    .content>.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .content>.swiper>.swiper-wrapper>.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.content>.swiper>.swiper-button-next{
		margin-right: 100px;
		background: rgba(0, 0, 0, 0.5);
		width: 44px;
		height: 80px;
	}
	.content>.swiper>.swiper-button-prev{
		margin-left: 100px;
		background: rgba(0, 0, 0, 0.5);
		width: 44px;
		height: 80px;
	}
	.content>.swiper>.swiper-pagination{
		width: 150px;
		height: 4px;
		margin: 0 auto;
		position: relative;
		margin-top: -40px;
	}
	
	.content>.swiper>.swiper-pagination>.swiper-pagination-bullet{
		width: 24px !important;
		height: 4px !important;
		background: rgba(255,255,255,0.3);
		border-radius: 2px 2px 2px 2px;
		opacity: 1;
		float: left;
		margin: 0 10px 0 0;
	}
	.content>.swiper>.swiper-pagination>.swiper-pagination-bullet:last-child{
		margin-right: 0;
	}
	.content>.swiper>.swiper-pagination>.swiper-pagination-bullet-active{
		width: 80px !important;
		height: 4px !important;
		background: #ED5A43;
		border-radius: 2px 2px 2px 2px;
		opacity: 1;
	}
/* 产品 */
.product{
	width: 1200px;
	min-height: 900px;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
}
.title{
	min-width:1200px;
	width: fit-content;
	height: auto;
	margin: 0 auto;
	position: inherit;
	margin-top: 40px;
}
.title>div{
	min-width: auto;
	width: fit-content;
	margin: 0 auto;
	height: auto;
	position: relative;
	text-align: center;
}
.title>div h1{
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-top: -32px;
    font-weight: 550;
	/* 
	position: absolute;
	top: 11px;
	left: 0; */
}
.title>div h1 em{
	font-style: normal;
	color: #003371;
}
.title>div p{
	font-size: 24px;
	font-family: D-DIN-Bold, D-DIN;
	font-weight: 700;
	color: rgba(0,51,113,0.2);
	line-height: 26px;
	text-transform:uppercase;/* 
	position: absolute;
	top: 0;
	left: 0; */
}
.decoration{
	display: inline-block;
	line-height: 64px;
}
.decoration:nth-of-type(1){
	float: left;
	margin-left: -30px;
}
.decoration:nth-of-type(2){
	float: right;
	margin-right: -30px;
	margin-top: -15px;
}
.rectangle{
	width: 120px;
	height: 8px;
	background: #FF870C;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;    
	display: inline-block;
    margin-bottom: -6px;
	
}
.title>div span{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
	    display: block;
}
.more{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #003371;
	line-height: 64px;
	float: right;
	margin-top: -60px;
	    /* margin-right: -480px; */
}
.more:hover{
	color: #FF870C;
	-webkit-animation:flip 1s .2s ease both;
	-moz-animation:flip 1s .2s ease both;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform:perspective(400px) rotateY(0);
		-webkit-animation-timing-function:ease-out
	}
	40% {
		-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function:ease-out
	}
	50% {
		-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function:ease-in
	}
	80% {
		-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function:ease-in
	}
	100% {
		-webkit-transform:perspective(400px) scale(1);
		-webkit-animation-timing-function:ease-in
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform:perspective(400px) rotateY(0);
		-moz-animation-timing-function:ease-out
	}
	40% {
		-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function:ease-out
	}
	50% {
		-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function:ease-in
	}
	80% {
		-moz-transform:perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function:ease-in
	}
	100% {
		-moz-transform:perspective(400px) scale(1);
		-moz-animation-timing-function:ease-in
	}
}
.product-content{
	width: 100%;
	height: auto;
	position: absolute;
	top: 103px;
}
.product-left{
	width: 260px;
	height: auto;
	display: inline-block;
	background: rgba(0,51,113,0.05);
}
.productl-img{
	width: 260px;
	height: 120px;
	/* padding:29px 20px; */
	background-image:url("{HOME_THEME_PATH}pc/img/productLBg.png}") ;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	
}
.productl-img img{
	width: 220px;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 29px;
}
.pl-call{
	width: 260px;
	height: 120px;
	border: 4px solid #FF8802;
	position: relative;
	margin-top: 10px;
}
.pl-call img{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 20px;
}
.pl-call span{
	position: absolute;
	top: 20px;
	left: 90px;
}
.pl-call h1{
	position: absolute;
	top: 40px;
	left: 90px;
	font-size: 20px;
	font-family: Source Han Sans-Medium, Source Han Sans;
	font-weight: 500;
	color: #FF8802;
	line-height: 29px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.product-anchor{
	width: 100%;
	height: 480px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	/* 去掉滚动条 */
	overflow: auto;
	-ms-overflow-style: none;/* IE 10+ */
	overflow: -moz-scrollbars-none;/* Firefox */
}
/* 宽度设为0 */
        .product-anchor::-webkit-scrollbar { width: 0 !important }
.product-tab{
	width: 240px;
	height: 44px;
	margin: 5px 10px;
	opacity: 1;
	 text-align: center;
	 font-style:normal;
	 border: 1px solid #333333;
}
.product-tab:last-child{
	margin-right: 0;
}

.product-tab:hover .productActive{
	border: none;
	background: #1F8FFF;
}
.product-tab a{
	display: block;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333;
	line-height:44px;
}
.productActive{
	border: none;
	background: #1F8FFF;
}



.product-warp{
	width: 920px;
	height: 730px;
	/* overflow: hidden; */
	position: absolute;
	    top: 0;
	    right: 0;
	
}
.product-box{
	width: 100%;
	height: 100%;
	position: absolute;
}

.product-box:nth-of-type(2){
	display: none;
}
.product-box ul{
	width: 100%;
	height: 100%;
}
.product-box ul li{
	float: left;
	width: 290px;
	height: 350px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #F2F5F8;
	position: relative;
	text-align: center;
}
.product-box ul>li:hover{
	 /* animation: zoom 0.5s ease-in-out infinite alternate;
	 box-shadow: 3px 5px 5px #999999; */
	border-bottom:4px solid #1F8FFF;
}
@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}
.product-box ul li:nth-child(3n) {
	margin-right: 0;
}
.product-a{
	width: 100%;
	height: 100%;
	display: block;
}
	.product-thumbnails{
		width: 270px;
		height: 200px;
		background: #FFFFFF;
		border-radius: 8px 8px 8px 8px;
		opacity: 1;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.product-thumbnails img{
		width: 100%;
		height: 100%;
	}
	.product-title{
		padding: 0 20px; 
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		    position: relative;
		    top: 230px;
	}
	.feature{
		width: 218px;
		height: 58px;
		margin: 0 auto;
		position: absolute;
		top: 296px;
	}
	.feature li{
		float: left;
		padding:2px 5px;
		font-size: 14px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
		margin-right: 10px;
		background: #1F8FFF;
		border-radius: 12px 0;
		margin-bottom: 10px;
	}
	.feature li:nth-of-type(3),.feature li:nth-of-type(6){
		margin-right: 0;
	}
	.product-consult{
		width: 96px;
		height: 44px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		font-size: 16px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #FF870C;
		line-height: 44px;
		border:solid 1px #FF870C;
		position: absolute;
		top: 294px;
		left: 30px;
		border-radius: 4px;
	}
	.product-consult:hover{
		background: #FF870C;
		border: none;
		color: #fff;
		animation: jelly 0.5s;
	}
	
	
	.product-link{
		width: 96px;
		height: 44px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		font-size: 16px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #1F8FFF;
		line-height: 44px;
		border:solid 1px #1F8FFF;
		position: absolute;
		top: 294px;
		left: 165px;
		border-radius: 4px;
	}
	.product-link:hover{
		background: #1F8FFF;
		border: none;
		color: #fff;
		animation: jelly 0.5s;
	}
	@keyframes jelly {
	  25% {
	    transform: scale(0.9, 1.1);
	  }
	  50% {
	    transform: scale(1.1, 0.9);
	  }
	  75% {
	    transform: scale(0.95, 1.05);
	  }
	}	
	/* 解决方案 */
	.solution{
		width: 100%;
		height: 450px;
		background-image: url(../img/solutionBg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	.solution-title{
		min-width: 420px;
		height: auto;
		margin: 0 auto;
		margin-top: 40px;
		text-align: center;
		color: #fff;
	}
	.solution-title h1{
		/* width: 417px; */
		height: 43px;
		font-size: 30px;
		font-family: Source Han Sans CN-Medium, Source Han Sans CN;
		font-weight: 500;
		color: #FF870C;
		line-height: 43px;
	}
	.solution-title h1 em{
		color: #fff;
		font-style: normal;
	}
	.solution-title div{
		width: 80px;
		height: 1px;
		background: #FF870C;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		margin-bottom: 5px;
		display: inline-block;
	}
	.solution-lists{
		width: 1200px;
		height: 160px;
		margin: 0 auto;
		margin-top: 80px;
	}
	.solution-category{
		width: 240px;
		height: 160px;
		background: #1F8FFF;
		float: left;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.solution-category:nth-of-type(1){
		border-radius: 64px 0 0 0 ;
		/* background: #FF870C; */
	}
	.solution-category:nth-of-type(5){
		border-radius:  0 0 64px 0 ;
	}
	.solution-category>a{
		width: 100%;
		height: 100%;
		display: block;
	}
	.solution-icon{
		width: 64px;
		height: 64px;
		position: absolute;
		top: 26px;
		left: 88px;
	}
	.solution-icon img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0 ;
		left: 0;
		opacity: 0;
		
	}
	.solution-icon img:nth-of-type(1){
		opacity: 1;
	}
	.solution-category p{
		font-size: 24px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 35px;
		margin-top:100px;
	}
	.solution-category:hover{
		background: #FF870C;
		
	}
	.solution-category:hover .solution-icon  img:nth-of-type(1){
		opacity: 0;
		transition: opacity 0.5s linear;
	}
	.solution-category:hover .solution-icon  img:nth-of-type(2){
		opacity: 1;
		transition: opacity 0.5s linear;
	}
	.solution-category:hover p{
		  transform: scale(1.2) ;
	}
	
	/* 技术支持 */
	.technique{
		width: 1200px;
		width: fit-content;
		margin: 0 auto;
		height: auto;
		position: relative;
		margin-top: 40px;
	}
	.ts-content{
		width: 1200px;
		height: 240px;
		margin-top: 40px;
		background: #FFFFFF;
		box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		border: 4px solid rgba(0,0,0,0.1);
		position: inherit;
	}
	.ts-lists{
		width: 840px;
		height: 200px;
		    position: absolute;
		    top: 20px;
			left: 330px;
	}
	.ts-lists ul{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: absolute;
		background: cyan;
		top: 0;
		left: 0;
	}
	.ts-problem{
		margin-right: 20px;
		height: 90px;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	
	.ts-problem:nth-of-type(even){
		margin-right: 0;
	}
	.ts-problem a{
		width: 100%;
		height: 100%;
		display: block;
		position: inherit;
	}
	.ts-problem a div:nth-of-type(1){
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
	}
	.ts-problem a div:nth-of-type(2){
		width: 100%;
		height: 50px;
		position: absolute;
		top: 40px;
	}
	.ts-problem a div img{
		width: 24px;
		height: 24px;
		margin-top: 8px;
	}
	.ts-problem a div:nth-of-type(1) p{
		width: 800px;
		font-size: 16px;
		line-height: 40px;
		border-bottom: 1px solid #999999;
		color: #333333;
		position: absolute;
		top: 0;
		left: 44px;
		overflow: hidden;
	}
	.ts-problem a div:nth-of-type(2) p{
		width: 800px;
		font-size: 14px;
		color: #666666;
		line-height: 24px;
		position: absolute;
		top: 0;
		left: 44px;
		overflow: hidden;
		padding-top: 8px;
	}
	
	
	
	.roll-wrap:hover .control{
	    display: block;
	}
	.roll-wrap{
	    position: relative;
	    width:840px;
	    height: 100px;
	    overflow: hidden;
	}
	
	.roll_row .roll__list::before, .roll_row .roll__list::after {
	    content: "";
	    display: table;
	    line-height: 0;
	}
	.roll_row .roll__list::after {
	    clear: both;
	}
	
	.roll_row .roll__list li{
	    float: left;
	    display: block;
	    margin-right: 20px;
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	    font-weight: bold;
	    font-size: 30px;
	    text-align: center;
	    color: #fff;
	    background-color: #ff9900;
	}
	.roll_col{
	    width:840px;
	    height: 200px;
	    overflow: hidden;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	
	
	
	/* 企业介绍 */
		.company{
			width: 100%;
			height: 748px;
			margin-top: 40px;
			overflow: hidden;
			position: relative;
			background: rgba(0,51,113,0.03);
			border-radius: 0px 0px 0px 0px;
			opacity: 1;
		}
		.company-left{
			width: 180px;
			height: 660px;
			float: left;
			margin-top: -113px;
		}
		.company-logo{
			width: 180px;
			height: 180px;
			background: #FF870C;
		}
		.company-logo img{
			width: 80px;
			height: 80px;
			position: absolute;
			top: 50px;
			left: 50px;
		}
		.company-English{
			width: 180px;
			height: 568px;
			background: #0D87E9;
			position: relative;
		}
		.company-English p{
			width: 420px;
			height: 30px;
			font-size: 24px;
			font-family: Arial-Bold Italic, Arial;
			font-weight: 700;
			color: #FFFFFF;
			line-height: 40px;
			letter-spacing: 6px;
			text-transform:uppercase;
			transform: rotate(90deg);
			position: absolute;
			top: 300px;
			    left: -120px;
		}
		.company-right{
			width: 1200px;
			height: 580px;
			margin: 0 auto;
			position: relative;
			top: 40px;
		}
		.company-right h1{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			width: 560px;
			line-height: 80px;
			height: 80px;
			text-align: center;
		}
		.company-right .title{
			top: 16px;
		}
		.company-right .title span{
			left: 190px;
		}
		.company-content{
			width: 1000px;
			height: 340px;
			background: #FFFFFF;
			border-radius: 0px 0px 0px 0px;
			opacity: 1;
			position: absolute;
			top: 80px;
			z-index: 2;
		}
		.company-comma{
			width: 50px;
			height: 36px;
			position: absolute;
			left: 40px;
			top: 40px;
		}
		.company-content h2{
			font-size: 24px;
			font-family: Source Han Sans CN-Medium, Source Han Sans CN;
			font-weight: 500;
			color: #003371;
			line-height: 35px;
			position: absolute;
			top: 56px;
			left: 110px;
		}
		.company-content p{
			width: 780px;
			height: 120px;
			font-size: 14px;
			font-family: Source Han Sans CN-Regular, Source Han Sans CN;
			font-weight: 400;
			color: #666666;
			line-height: 30px;
			position: absolute;
			left: 110px;
			top: 110px;
			text-indent: 28px;
			overflow: hidden; /* 溢出隐藏，因为该多行溢出隐藏只是第n行最后显示省略号，其实n+行还是有的，要通过溢出隐藏将其藏起来不显示 */
			text-overflow: ellipsis; /* 文字溢出显示省略号 */ 
			-webkit-line-clamp: 8; /* 限制超过多少行显示省略号 */
			display: -webkit-box;
			-webkit-box-orient: vertical;
		}
		.company-more{
			width: auto;
			height: 32px;
			position: absolute;
			top: 270px;
			left: 110px;
			display: block;
		}
		.more-warp:hover .bounceIn {
	-webkit-animation:bounceIn 1s .2s ease both;
	-moz-animation:bounceIn 1s .2s ease both;
	}
	
		
		
		.more-warp{
			width: 64px;
			height: 32px;
			background: #FF870C;
			border-radius: 24px 0;
			overflow: hidden;
		}
		
		.more-line{
			width: 36px;
			height: 1px;
			background: #999999;
			border-radius: 0px 0px 0px 0px;
			opacity: 1;
			position: absolute;
			left:74px;
			top: 16px;
		}
		.company-more span{
			font-size: 14px;
			font-family: Source Han Sans CN-Regular, Source Han Sans CN;
			font-weight: 400;
			color: #003371;
			line-height: 20px;
			position: absolute;
			left:120px;
			top: 6px;
		}
		.more-warp img{
			width: 16px;
			height: 16px;
			/* margin-left: 24px;
			margin-top: 8px; */
			    position: absolute;
			    left: 24px;
			    top: 8px;
		}
	
		.company-img{
			width: 1000px;
			height: 420px;
			border-radius: 0px 0px 0px 0px;
			opacity: 1;
			position: absolute;
			top: 0;
			left: 560px;
		}
		.company-img img{
			width:100%;
			height: 100%;
		}
		
		.company-feature{
			width: 1200px;
			height: 160px;
			position: absolute;
			top: 420px;
		}
		.company-feature li{
			width: 240px;
			height: 100%;
			float: left;
			text-align: center;
			overflow: hidden;
			position: relative;
		}
		.feature-icon{
			width: 48px;
			height: 48px;
			position: absolute;
			top: 11px;
			left: 96px;
		}
		.feature-icon img{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.company-feature li h3{
			font-size: 20px;
			font-family: Source Han Sans-Medium, Source Han Sans;
			font-weight: 500;
			color: #333333;
			line-height: 29px;
			/* position: absolute;
			top: 69px; */
			margin-top:69px;
		}
		.company-feature li p{
			width: 160px;
			height: 40px;
			font-size: 14px;
			font-family: Source Han Sans-Regular, Source Han Sans;
			font-weight: 400;
			color: #9E9E9E;
			line-height: 20px;
			margin-top: 10px;
			margin-left: 40px;
		}
		/* .company-feature li:hover .feature-icon img{} */
	/* 匠心品质 */
	.dominance{
		width: 100%;
		height: auto;
		/* background-image:url("{HOME_THEME_PATH}pc/img/dominanceBg.png"); */
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
		margin-top: 40px;
		overflow: hidden;
	}
	
	.dominance-top{
		width: 100%;
		height:300px;
		background-image: url("../img/dominanceTop.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		text-align: left;
		overflow: hidden;
	}
	.dominance-top>img{
		width: 100%;
		height: 100%;
	}
	.dominance-top div{
		width: 584px;
		margin: 0 auto;
		background: yellow;
		text-align: center;
		margin-top:-290px;
	}
	.dominance-top div h1{
		color: #fff;
		opacity: 0.1;
		font-size: 96px;
		font-weight: bold;
	}
	.dominance-top div h2{
		color: #fff;
		font-size: 48px;
		margin-top: -110px;
	}
	.dominance-top p{
		text-indent: 28px;
		font-size: 14px;
		color: #fff;
		line-height: 24px;
		width: 640px;
		margin: 0 auto;
		/* margin-top: -120px; */
	}
	.dominance-bottom{
		width: 100%;
		height:520px;
	}
	.dominance-bottom>img{
		width: 100%;
		height: 100%;
	}
	.dominance-content{
		width: 1200px;
		margin: 0 auto;
		height:360px;
		margin-top: 40px;
		position: relative;
	}
	.dominance-left{
		width: auto;
		height: 100%;
	}
	.dominance-left h1{
		font-size: 30px;
		font-family: Source Han Sans-Medium, Source Han Sans;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 43px;
		position: absolute;
		left: 64px;
		top: 0;
	}
	.dominance-left h1 strong{
		font-size: 64px;
		font-family: Source Han Sans-Medium, Source Han Sans;
		font-weight: 500;
		color: #FF870C;
		line-height: 93px;
	}
	.dominance-left p{
		width: 360px;
		height: auto;
		font-size: 14px;
		font-family: Source Han Sans-Regular, Source Han Sans;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
		position: absolute;
		left: 64px;
		top: 133px;
		text-indent: 28px;
		overflow: hidden; /* 溢出隐藏，因为该多行溢出隐藏只是第n行最后显示省略号，其实n+行还是有的，要通过溢出隐藏将其藏起来不显示 */
		    text-overflow: ellipsis; /* 文字溢出显示省略号 */ 
		    -webkit-line-clamp:9; /* 限制超过多少行显示省略号 */
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
	}
	.dominance-left div{
		width:80px;
		height: 80px;
		position: absolute;
		left: 0;
		top: 280px;
	}
	.dominance-left div img{
		width: 100%;
		height: 100%;
	}
	.dominance-right{
		width: 700px;
		height: auto;
		position: absolute;
		left: 540px;
		top: 380px;
	}
	.dominance-right li{
		float: left;
		margin-right: 60px;
		margin-bottom: 40px;
		position: relative;
		width: 320px;
		height: 180px;
		background: #FFFFFF;
		box-shadow: 0px 4px 10px 0px rgba(255,135,12,0.3);
		border-radius: 9px 9px 9px 9px;
		opacity: 1;
	}
	.dominance-right li:nth-of-type(even){
		margin-right: 0;
	}

	.dominance-right li img:nth-of-type(1){
		    position: absolute;
		    left: -45px;
		    top: -30px;
	}
	.dominance-right li img:nth-of-type(2){
		    position: absolute;
		    right: 0;
		    bottom: 0;
	}
	
	.dominance-right li h3{
		font-size: 30px;
		font-family: Source Han Sans-Medium, Source Han Sans;
		font-weight: 550;
		color: #FF870C;
		position: absolute;
		left: 40px;
		top: 40px;
	}
	.dominance-right li p{
		width: 120px;
		height: 40px;
		font-size: 14px;
		font-family: Source Han Sans-Regular, Source Han Sans;
		font-weight: 400;
		color: #333;
		line-height: 20px;
		position: absolute;
		left: 40px;
		top: 100px;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
/* .服务流程 */
.service{
	width: 100%;
	height: 370px;
	background-image: url(../img/serviceBg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.service .title{
	padding-top: 40px;
}
.service-warp{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	/* left: 0; */
}
.service-process{
	overflow: hidden;
	width: 1120px;
	margin: 0 auto;
	height: 130px;
	margin-top: 75px;
}
.service-process li{
	float: left;
	margin-right: 28px;
}
.service-process li:last-child{
	margin-right: 0;
}
.process-cotent{
	width:100px;
	height: 130px;
}
.process-icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
}
.process-icon img{
	width: 48px;
	height: 48px;
	margin-top: 26px;
	margin-left: 26px;
}
.process-cotent p{
	width: 56px;
	height: 20px;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 24px;
}
.process-next{
	width: 48px;
	height: 48px;
	margin-top: 26px;
}
.process-next img{
	width: 100%;
	height: 100%;
}
.process-cotent:hover .tada {
-webkit-animation:tada 1s .2s ease both;
-moz-animation:tada 1s .2s ease both;
}





/* 成功 */
.success{
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}
.success .title{
	position: absolute;
	left: 360px;
	top: 0;
}
/* .success .title span{
	left: 130px;
} */
.success-img{
	width: 1120px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
.success-img img{
	width: 100%;
	height: 100%;
}
.success-content{
	width: 360px;
	height: 400px;
	position: absolute;
	top: 80px;
	left: 120px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
}

.success-content h3{
	min-width: 192px;
	height: 70px;
	font-size: 24px;
	font-family: Source Han Sans-Medium, Source Han Sans;
	
	font-weight: 500;
	color: #FF870C;
	line-height: 35px;
	text-align: left;
	position: absolute;
	left: 20px;
	top: 20px;
}
.success-content p:nth-of-type(1){
	font-size: 20px;
	font-weight: 550;
	color: #FF870C;
	line-height: 35px;
	text-align: left;
	position: absolute;
	left: 20px;
	top: 100px;
}
.success-content p:nth-of-type(2){
	width: 320px;
	height: auto;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 24px;
	position: absolute;
	left: 20px;
	top: 150px;
	text-align: left;
	overflow: hidden; /* 溢出隐藏，因为该多行溢出隐藏只是第n行最后显示省略号，其实n+行还是有的，要通过溢出隐藏将其藏起来不显示 */
	text-overflow: ellipsis; /* 文字溢出显示省略号 */ 
	-webkit-line-clamp: 5; /* 限制超过多少行显示省略号 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.success-content .company-more{
	position: absolute;
	left: 20px;
	top: 350px;
}
.success-contentBox{
	width: 80px;
	height: 4px;
	background: #FF870C;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	left: -70px;
	top: 50px;
}


.apple-retail {
	margin: 30px 0;
	/* background: red; */
	width: auto;
	height: 480px;
	position: relative;
	top: 120px;
}
.apple-retail  .swiper-slide {
	text-align: center;
    padding: 0 calc((100vw - 816px) * .15);
	width: 1120px;
	margin-right: 40px;
}
.inner figure {
	width: 100%;
}
.inner figure img {
	width: 100%;
	border-radius: 6px;
}
.gallery-item-desc {
	width: 80%;
	text-align: left;
	display: inline-block;
	padding-top: 46px;
	opacity: 0;
	transition-duration: 1.2s;
}
.init .gallery-item-desc {
	opacity: 1;
}
.gallery-item-desc h3 {
	line-height: 1.16667;
	font-weight: 600;
	letter-spacing: .009em;
	color: #111;
	font-size: 20px;
}
.gallery-item-desc p {
	margin-top: 1em;
	color: #333;
	font-size: 15px;
}
.swiper-slide-prev .gallery-item-desc {
	transform: translateX(-70px);
}
.swiper-slide-next .gallery-item-desc {
	transform: translateX(70px);
}
.swiper-slide-active .gallery-item-desc {
	opacity: 1;
	transform: translateX(0);
}
@media only screen and (max-width: 1068px) {
.swiper-slide {
    padding:0 calc((100vw - 576px) * .15);
	width: 576px;
}
.gallery-item-desc {
	padding-top: 41px;
}
}
@media only screen and (max-width: 735px) {
.swiper-slide {
	transform: scale(.9);
	padding: 0;
	width: 85vw;
	margin: 0 0;
	min-width: 272px;
}
.swiper-slide-active {
	transform: scale(1);
}
.gallery-item-desc {
	padding-top: 26px;
	width: 90%;
}
}
.swiper-button-next, .swiper-button-prev {
	top: 40%;
	background-color: rgba(210,210,210,.6);
	background-size: 15px 15px;
	/* border-radius: 50%; */
	width: 52px;
	height: 52px;
	transition: all .5s;
	outline: none;
	opacity: 1;
}
.mouse-hover .swiper-button-next, .mouse-hover .swiper-button-prev {
	opacity: 1;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: #FF870C;
}
.swiper-button-next {
	
	right: 20px;
}
.sw
	left: 20px;
}
.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
/* 资讯 */
.information{
	width: 1200px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}
.information .title{
	position: absolute;
}

.info-tabs{
	width: 100%;
	height: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 120px;
}
.info-tabs>li{
	width: 580px;
	height: auto;
	margin-right:40px;
	float: left;
	position: relative;
}
.info-tabs>li:nth-of-type(2){
	margin-right:0;
}
.info-title{
	width: 120px;
	height: 40px;
	background: #1F8FFF;
	opacity: 1;
	transform: skewX(-25deg);
	text-align: center;
	
}
/* .info-title:hover{
	background: #356ED7;
} */
.info-title a{
	font-size: 16px;
	display: block;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	transform: skewX(25deg);
}


.info-tabs>li ul{
	width: 100%;
	height: auto;
	position: absolute;
    top: 60px;
}
.info-tabs>li ul li{
	width: 100%;
	height: 120px;
	margin-bottom: 40px;
}
.info-tabs>li ul li:nth-of-type(1){
	height: 290px;
}
.info-tabs>li ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.info-tabs>li ul li:nth-of-type(1) a{
	border: 1px solid #999999;
}
.info-news{
	width: 1200px;
	height: 580px;
	position: absolute;
	top: 65px;
}
.info-content{
	position: absolute;
	width: 100%;
	height: 100%;
}
.info-content:nth-of-type(2){
	display: none;
}
.info-content:nth-of-type(3){
	display: none;
}
.info-warp{
	width: 100%;
	height: 100%;
}
.news-important{
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	overflow: hidden;
}


.news-lists:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 600px;
}
.news-lists:nth-of-type(3){
	position: absolute;
	top: 0;
	left: 900px;
}
.news-profile{
	width: 290px;
	height: 290px;
	/* background: #fff; */
	position: absolute;
	top: 0;
	left: 0;
	
}
.news-profile h1{
	width: 134px;
	height: 120px;
	font-size: 120px;
	font-family: Arial-Bold, Arial;
	font-weight: 700;
	color: rgba(153,153,153,0.1);
	line-height: 120px;
	margin: 0 auto;
}
.news-profile h3{
	width: 240px;
	height: auto;
	font-size: 16px;
	font-family: Source Han Sans-Medium, Source Han Sans;
	font-weight: 550;
	color: #333333;
	line-height: 24px;
	text-align: center;
	    position: absolute;
	    top: 30px;
	    left: 30px;
}
.news-profile p{
	width: 240px;
	height: auto;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-align: left;
	    position: absolute;
	    top: 90px;
	    left: 30px;
		text-indent: 28px;
		overflow: hidden;
		 /* 溢出隐藏，因为该多行溢出隐藏只是第n行最后显示省略号，其实n+行还是有的，要通过溢出隐藏将其藏起来不显示 */
		
		    text-overflow: ellipsis; /* 文字溢出显示省略号 */ 
		
		    -webkit-line-clamp: 5; /* 限制超过多少行显示省略号 */
		
		    display: -webkit-box;
		
		    -webkit-box-orient: vertical;
}
.news-profile span{
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 240px;
	left: 30px;
}
.news-img{
	width: 290px;
	height: 290px;
	position: absolute;
	top: 0;
	left: 290px;
}
.news-img img{
	width: 100%;
	height: 100%;
}
.news-lists:hover .news-profile{
	background: #1F8FFF;
	cursor: pointer;
}
.news-lists:hover .news-profile h3,
.news-lists:hover .news-profile p,
.news-lists:hover .news-profile span{
	color:#fff;
}
.info-otherNews{
	width: 100%;
	height: 260px;
	position: absolute;
	top:320px ;
	overflow: hidden;
	
}
.otherNews-profile{
	width: 600px;
	height: 120px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.otherNews-profile div{
	width: 120px;
	height: 120px;
	border-right:1px solid rgba(0,51,113,0.1) ;
	text-align: center;
	overflow: hidden;
}
.otherNews-profile div p{
	width: 43px;
	height: 52px;
	font-size: 36px;
	font-family: Source Han Sans-Bold, Source Han Sans;
	font-weight: 700;
	color: #333333;
	line-height: 52px;
	    position: absolute;
	    left: 38px;
	    top: 23px;
	
}
.otherNews-profile div span{
	width: 53px;
	height: 20px;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	position: absolute;
	left: 34px;
	top: 75px;
}
.otherNews-profile h3{
	width: 440px;
	height: 40px;
	font-size: 16px;
	font-family: Source Han Sans-Medium, Source Han Sans;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	    position: absolute;
	    left: 140px;
	    top: 0;
		border-bottom:solid 1px  rgba(0,51,113,0.1);
}
.otherNews-profile p{
	width: 440px;
	height: auto;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	position: absolute;
	left: 140px;
	top: 40px;
	overflow: hidden; /* 溢出隐藏，因为该多行溢出隐藏只是第n行最后显示省略号，其实n+行还是有的，要通过溢出隐藏将其藏起来不显示 */
	    text-overflow: ellipsis; /* 文字溢出显示省略号 */ 
	    -webkit-line-clamp: 3; /* 限制超过多少行显示省略号 */
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
		/* text-indent: 28px; */
}
.otherNews-profile:hover{
	background: #1F8FFF;
}
.otherNews-profile:hover h3,
.otherNews-profile:hover p,
.otherNews-profile:hover div p,
.otherNews-profile:hover div span{
	color: #fff;
}
.otherNews-profile:hover div{
	border-right:1px solid #fff;
}
.otherNews-profile:hover h3{
	border-bottom: 1px solid #fff;
}
/* 友情链接 */
.friendLink{
	width: 1200px;
	height: 45px;
	    position: relative;
	    margin: 0 auto;
	    margin-top: 40px;
}
.link-title{
	width:1200px;
	height: 45px;
	display: inline-block;
	position: inherit;
	/* overflow: hidden; */
}
.link-title h1{
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	position: absolute;
	top: 11px;
	left: 0;
}
.link-title h1 em{
	font-style: normal;
	color: #003371;
}
.link-title p{
	font-size: 24px;
	font-family: D-DIN-Bold, D-DIN;
	font-weight: 700;
	color: rgba(0,51,113,0.2);
	line-height: 26px;
	text-transform:uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
.link-title s.rectangle{
	width: 120px;
	height: 8px;
	background: #FF870C;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 37px;
	left: 0;
}
.friendLink ul{
	width: auto;
	height: auto;
	position: absolute;
	top: 25px;
	left: 230px;
}
.link-lists {
	width: auto;
	height: 20px;
	float: left;
	margin-right: 20px;
}
.link-lists a{
	width: auto;
	height: 20px;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 20px;
}
.link-lists:hover a{
	color: #1F8FFF;
}
/* 搜索/联系电话  */
.searchCall{
	width: 1000px;
	height: 120px;
	background-image: url(../img/searchBg.png);
	margin: 0 auto;
	margin-top: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
.search{
	width: 440px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 38px;
	left: 35px;
	background: yellowgreen;
}
.search input{
	height: 44px;
	font-size: 14px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #999999;
	line-height: 44px;
	display: inline-block;
}
.search input:nth-of-type(1){
	width: 300px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	text-indent: 28px;
}
.search input:nth-of-type(2){
	width: 140px;
	background: #FF870C;
	position: absolute;
	left:300px;
	top: 0;
	text-align: center;
	color: #fff;
	 border: none;
}
.search input:nth-of-type(2):hover{
	cursor: pointer;
	/* color: aqua; */
}




.btn-4 {
  background-color: #4dccc6;
background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-4:hover{
  background-color: #89d8d3;
background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 0%;
  width: .1px;
}
.btn-4:after {
  width: 0%;
  height: .1px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: .1px;
  height: 0%;
}
.btn-4 span:after {
  width: 0%;
  height: .1px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}


.call{
	width: 460px;
	height: 48px;
	position: absolute;
	top: 36px;
	left: 540px;
}

.call div{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FF870C;
}
.call div img{
	width: 100%;
	height: 100%;
}
.call h1{
	font-size: 24px;
	font-family: Source Han Sans-Regular, Source Han Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	position: absolute;
	left: 58px;
	top: 0;
}
