﻿@charset "utf-8";
body,html{
	margin: 0px;
	height: 100%;    
	font:12px  "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
 	overflow-x: hidden;
}
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
/*顶部菜单*/
.body-top{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 99px;
	z-index: 999999;
}
.login-box{
	width: 307px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 99px;
	background-image: url(../images/login-bj.png);
	padding: 15px 0 0 30px;
}
.login-box > span{
	display: inline-block;
	width: 183px;
	height: 50px;
	background-image: url(../images/ht-logo.png);
}

.menu-list{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1648px;
	height: 99px;
	background-image: url(../images/bg_black.png);
	padding-left: 70px;
}
.menu-list > li{
	float:left; 
	display:inline-block;
	padding: 0px 50px;
	line-height: 82px;
	height: 82px;
	font-size: 20px;
	position: relative;
	transition: padding-right 0.3s ease-in-out;
}
.menu-list > li a{
	display: inline-block;
	color: #fff;
	position: relative;
	transition: margin-left 0.3s ease-in-out;
}
.menu-list > li:hover{
	padding: 0px 45px 0px 50px;
}
.menu-list > li:hover > a{
	margin-left: 5px;
}
.menu-list > li > a:after{
	display: none;
	content: "";
	position: absolute;
	top:50%;
	width: 8px;
	height: 8px;
	left: -20px;
	background: #fff;
	transform: translateY(-50%) rotate(45deg);
}
.menu-list > li:hover a:after{
	display: block;
}
.menu-list > li:nth-child(1) a{
	margin-left: 0px;
}
.menu-list > li:nth-child(1){
	padding: 0px 50px;
}

.menu-list > li:nth-child(1) a:after{
	display: none;
}

.next-nav{
	display: none;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 50%;
	top: 102px;
	width: 200px;
	opacity: 1;
	transform: translateX(-50%);
	padding: 20px 0;
	border-top: 2px #2575fc solid;
	animation:next-nav 0.3s linear 0s 1 normal;
}
.next-nav > div{
	height: 20px;
    position: absolute;
    top: -22px;
    width: 100%;
	left: 0px;
}
.menu-list > li:hover .next-nav{
	display: block;
}
.next-nav li{
	text-align: center;
	line-height: 40px;
}
.next-nav li a{
	font-size: 16px;
	display: inline-block;
	padding: 0px 10px;
	height: 45px;
	position: relative;
}
.next-nav li a:after{
	content: "";
	position: absolute;
	bottom: 5px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #2575fc;
	transition: width 0.3s ease-in-out;
}
.next-nav li a:hover:after{
	width: 100%;
}

.home-page{
	width: 36px;
	height:100%;
}
.home-page:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-image: url(../images/icon-home.png);
	background-position: top center;
}
.contact-box{
	position: absolute;
	right: 40px;
	line-height: 82px;
	font-size: 22px;
	color: #fff;
	padding-left: 40px;
}
.contact-box:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-phone.png);
	background-position: top center;
}

/*滚动样式改变*/
.body-top.change { 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.change .home-page:before{
	background-position: bottom center;
}
.change .menu-list li a{
	color: #333;
}

.change .menu-list{
	background-image: url(../images/bg_white.png);
}
.change .contact-box{
	color: #333;
}
.change .menu-list > li > a:after{
	background: #333;
}
.change .contact-box:before{
	background-position: bottom center;
}

.change .next-nav{
	background: #fff;
	box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
}

/*右侧导航标识*/	
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
}
#fp-nav.right {
    right: 20px;
}

#fp-nav li{
    display: block;
	padding: 5px 0px;
    position:relative;
}
#fp-nav li a {
    display: block;
	border-radius: 50%;
	border: 1px #a9a9a9 solid;
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#fp-nav li a span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px #a9a9a9 solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#fp-nav li .active{
	border: 1px #2575fc solid;
}
#fp-nav li .active span{
    background: #2575fc;
		border: 1px #2575fc solid;
}
#fp-nav span{
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}


/*中间区域*/
.section{
	position: relative;
	overflow: hidden;
}

/*第一页*/

.hint-box{
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	color: #fff;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
}
.active .hint-box{
	animation:hint-result 1s linear 0s 1 normal;
}
.hint-box small{
	width: 14px;
    display: inline-block;
    margin-left: 16px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
    vertical-align: middle;
}

.hint-box small:after{
	content: "";
    position: absolute;
    width: 2px;
    height: 5px;
    left: 5px;
    top: 12px;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: 5;
    animation: Tmouse 0.6s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.first-page .flex-control-nav {
	display:none !important;
}

.banner-content{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-content:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	z-index: -1;
}
.banner-pic1:before {
	background-image: url(../images/section_1_1_bj.jpg);
}
.banner-pic2:before {
	background-image: url(../images/section_1_2_bj.jpg);
}
.banner-pic3:before {
	background-image: url(../images/section_1_3_bj.jpg);
}
.active .flex-active-slide .banner-content:before{
	animation:prison-result 1s linear 0s 1 normal;
}
.first-style1 , .first-style2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 770px;
	height: 102px;
}

.first-style1{
	background: url(../images/section_1_text2.png);
	margin-left: -603px;
	left: 50%;
	margin-top: -150px;
}
.first-style2{
	background: url(../images/section_1_text3.png);
	background-position: right center;
	right: 50%;
	margin-right: -603px;
	margin-top: 10px;
}

.active .flex-active-slide .first-style1 , .active .flex-active-slide .first-style2{
	animation:first-style 1s linear 0s 1 normal;
}
.active .flex-active-slide .first-style3{
	animation:first-style1 1s linear 0s 1 normal;
}

.first-style3{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 850px;
	height: 180px;
	background: url(../images/section_1_text1.png);
	margin-left: -425px;
	left: 50%;
	opacity: 1;
	margin-top: 240px;
}

.second-style1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 906px;
	height: 168px;
	margin-top: -160px;
	background-image: url(../images/section_2_text1.png);
	background-repeat: no-repeat;
}

.active .flex-active-slide .second-style1{
	animation:second-style 1s linear 0s 1 normal;
}
.second-style2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 50px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 5px 15px rgba(0,0,0,0.5);
	white-space: nowrap;
	text-align: center;
	margin-top: 150px;
	overflow: hidden;
	width: 850px;
	height: 340px;
}

.active .flex-active-slide .second-style2{
	animation:second-style2 1s linear 0s 1 normal;
}
.second-style2:before , .second-style2:after{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background-image: url(../images/section_2_text3.png);
}
.second-style2:before{
	left: 0px;
	top: 0px;
}
.second-style2:after{
	bottom: 0px;
	right: 0px;
	transform: scale(-1,-1);
}
.third-style1{
	position: absolute;
	width: 800px;
	height: 346px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: -100px;
	background-image: url(../images/section_3_text1.png);
}

.active .flex-active-slide .third-style1{
	animation:third-style1 1s linear 0s 1 normal;
}
.third-style2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: 230px;
	color: #fff;
	padding: 0px 20px;
	height: 100px;
	line-height: 100px;
	font-size: 26px;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
	white-space: nowrap;
	overflow: hidden;
}

.active .flex-active-slide .third-style2{
	animation:third-style2 1s linear 0s 1 normal;
}


/*第二页*/
.second-page{
	width: 100%;
	height: 100%;
	background-image: url(../images/section_2_bj.jpg);
	background-size: 100% 100%;
}
.second-title{
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 1524px;
	height: 524px;
	margin-left: -66px;
	background-image: url(../images/section_2_top_bj.png);
}
.active .second-title{
	animation:second-title 1s linear 0s 1 normal;
}
.second-name{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-style: italic;
	color: #fff;
	font-size: 60px;
	top: 220px;
	text-align: center;
	font-weight: bold;
	margin-left: 66px;
	letter-spacing: 2px;
}
.second-name > span{
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 60px;
	letter-spacing: 2px;
}

.product-list{
	position: absolute;
	top: 190px;
	width: 100%;
	left: 0px;
}

.product-list ul{
	width: 100%;
	padding: 0 60px;
}
.product-list li{
	padding: 0px 30px;
	width: 20%;
	float: left;
	position: relative;
}
.product-list li > div{
	display: inline-block;
	width: 300px;
	height: 420px;
	border-radius: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.active .product-list li div{
	animation:product-list 1s linear 0s 1 normal;
}

.product-list li div:hover{
	background: #2687ff;
	box-shadow: 0px 5px 25px rgba(62,178,255,0.8);
}
.product-list li a{
	display:block;
	width: 300px;
	position: absolute;
	cursor: pointer;
	text-align: center;
	padding-top: 170px;
	top: 50%;
	transform: translateY(-50%);
}
.product-list li a:before{
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	border: 5px #333 solid;
	border-radius: 150px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.product-list li a:after{
	content: '';
	position: absolute;
	width: 102px;
	height: 80px;
	left: 50%;
	top: 35px;
	transform: translateX(-50%);
	background-position: top center;
	background-repeat: no-repeat;
}

.product-icon1 a:after{
	background-image: url(../images/product-icon1.png);
}
.product-icon2 a:after{
	background-image: url(../images/product-icon2.png);
}
.product-icon3 a:after{
	background-image: url(../images/product-icon3.png);
}
.product-icon4 a:after{
	background-image: url(../images/product-icon3.png);
}
.product-icon5 a:after{
	background-image: url(../images/product-icon4.png);
}
.product-icon2 , .product-icon4{
	top: 180px;
}
.product-icon3{
	top: 320px;
}
.product-list li a span:nth-child(1){
	display: block;
	color: #333;
	font-size: 30px;
}
.product-list li a span:nth-child(2){
	display: block;
	color: #333;
	font-size: 34px;
}

.product-list li div:hover a:before{
	border: 5px #fff solid;
}
.product-list li div:hover a:after{
	background-position: bottom center;
}
.product-list li div:hover span{
	color: #fff;
}



/*第三页*/
.third-page{
	width: 100%;
	height: 100%;
	position: relative;
}
.flexslider , .slides{
	width: 100%;
	height: 100%;
}
.flexslider .slides > li {
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
}
.flexslider .slides img {
	width: 100%;
	height: 100%;
	display: block;
}

.flex-direction-nav a {
	width: 68px;
	height: 68px;
	margin: -29px 0 0;
	display: block;
	background-image: url(../images/prev_next.png);
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
}
.flex-direction-nav .flex-next {
	background-position: -68px 0px;
	right: 100px;
	z-index: 10;
}
.flex-direction-nav .flex-prev {
	background-position: 0px 0px;
	left: 100px;
	z-index: 10;
}

.flexslider:hover .flex-next , .flexslider:hover .flex-prev {
	opacity: 1;
}

.flexslider .flex-next:hover {
	background-position: -68px -68px;
	opacity: 1;
}
.flexslider .flex-prev:hover {
	background-position: 0px -68px;
	opacity: 1;
}
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: 20px; 
	text-align: center; 
	z-index: 20;
}
.flex-control-nav li {
	margin: 0 6px; 
	display: inline-block; 
	zoom: 1; 
}
.flex-control-paging li a {
	display: block;
    border-radius: 50%;
	background: rgba(255,255,255,0.1);
    position: relative;
    z-index: 1;
    width: 15px;
    height: 15px;
    cursor: pointer;
	font-size: 0px;
}
.flex-active{    
	background: #2575fc !important;
}

.prison-content{
	width: 100%;
	height: 100%;
}
.project-bj1:before , .project-bj2:before , .project-bj3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}
.project-bj1:before {
	background-image: url(../images/section_3_1_bj.jpg);
}
.project-bj2:before {
	background-image: url(../images/section_3_2_bj.jpg);
}
.project-bj3:before {
	background-image: url(../images/section_3_3_bj.jpg);
}
.active .flex-active-slide .prison-content:before{
	animation:prison-result 1s linear 0s 1 normal;
}

.solution-name{
	position: absolute;
    left: 80px;
    top: 120px;
    color: #fff;
    font-size: 60px;
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
}
.solution-name span{
	display: block;
	font-size: 40px;
}
.active .flex-active-slide .solution-name{
	animation:solution-name 1s linear 0s 1 normal;
}

.solution-intro{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 1656px;
	background-image: url(../images/section_3_shade.png);
	background-position: top right;
	padding: 300px 250px 0 600px;
}
.active .flex-active-slide .solution-intro{
	animation:intro-result 1s linear 0s 1 normal;
}

.intro-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 250px;
	width: 800px;
}
.intro-content span{
	display: block;
	text-align: right;
	font-size: 50px;
	color: #fff;
}
.intro-content p{
	font-size: 20px;
	line-height: 50px;
	margin-top: 30px;
	text-indent: 2em;
	color: #fff;
}
.intro-content a{
	display: inline-block;
	width: 270px;
	height: 80px;
	border-radius: 80px;
	background: #18a4f4;
	color: #fff;
	text-align: center;
	float: right;
	font-size: 26px;
	line-height: 80px;
	margin-top: 50px;
}
.intro-content a:hover{
	cursor: pointer;
	background: #0881c6;
}


/*第四页*/
.fourth-page{
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	background: url(../images/section_4_2_bj.png) bottom left no-repeat;
}
.fourth-page:before{
	content: '';
	position: absolute;
	width: 976px;
	height: 643px;
	top: 10px;
	right: 40px;
	background: url(../images/section_4_1_bj.png);
}

.customer-case{
	position: absolute;
	left: 80px;
	top: 120px;
	color: #165a9d;
	font-size: 60px;
}

.customer-case span{
	display: block;
	font-size: 40px;
	line-height: 60px;
}
.intro-map{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	width: 900px;
	height: 700px;
	margin-top: 60px;
}

.active .intro-map{
	animation:intro-map 1s linear 0s 1 normal;
}
.dipan-box{
	position:absolute;
	left:0px;
	right:-129px;
	bottom:-50px;
	z-index: -1;
}
.cir1{
    width: 220px;
    height:220px;
    border-radius: 100%;
    border:3px dashed #b6b6b6;
    position: absolute;
    bottom:-39px;
    left:50%;
	margin-left: -110px;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2), rgba(0,0,0,0.2),rgba(0,0,0,0.1), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
    transform-style:preserve-3d;
    transform:rotateX(-70.5deg) rotateY(0deg);
    animation:rota 10s linear 0s infinite normal;
    z-index: 4;
}
.cir2{
    width: 290px;
    height:290px;
    border-radius: 100%;
    border:3px dashed #bebebe;
    position: absolute;
    bottom:-75px;
    left:50%;
	margin-left: -145px;
    /*background: rgba(4,230,254,0.1);*/
    transform-style:preserve-3d;
    transform:rotateX(-70.5deg) rotateY(0deg);
    animation:rota 10s linear 0s infinite normal;
    z-index: 3;
}
.cir3{
    width:360px;
    height:360px;
    border-radius: 100%;
    border:3px dashed #dfdfdf;
    position: absolute;
    bottom:-110px;
    left:50%;
	margin-left: -180px;
    transform-style:preserve-3d;
    transform:rotateX(-70.5deg) rotateY(0deg);
    animation:rota 10s linear 0s infinite normal;
    z-index: 2;
}

.customers-box{
	position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 820px;
    z-index: 2;
    margin-top: 40px;
}

.customers-box > span{
	font-size: 34px;
	display: block;
	padding:0px 20px;
	line-height: 70px;
}
.more-box , .more1-box{
	display: inline-block;
	padding-right: 30px;
	font-style: italic;
	position: relative;
	font-family: Arial;
	font-size: 20px;
	float: right;
}
.more-box:after , .more1-box:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-moer.png);
	background-position: top center;
}
.more1-box:after{
	background-image: url(../images/icon-moer_1.png);
}
.more-box:hover , .more-box:hover:after {
	color: #2575fc;
	background-position: bottom center;
} 
.more1-box:hover , .more1-box:hover:after{
	color: #62f1ff;
	background-position: bottom center;
}
.customers-list li{
	padding: 0px 20px 10px 20px;
	float: left;
	position: relative;
	opacity: 1;
	top: 0px;
}

.active .customers-list li{
	animation:new-list 1s linear 0s 1 normal;
}
.customers-list li img{
	width: 370px;
	height: 200px;
	border-radius: 15px;
}
.customers-list li span{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}


/*第五页*/

.fifth-page{
	width: 100%;
	height: 100%;
}
.fifth-page:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/section_5_bj.jpg);
}
.active .fifth-page:before{
	transform: scale(1.1);
	transition: all 1.5s ease-in-out;
}
.new-list{
	width: 1590px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	overflow: hidden;
}

.new-list li{
   margin-top: 0px;
   opacity: 1;
}
.active .new-list li{
	animation:new-list 1s linear 0s 1 normal;
}
.new-list > span{
	display: block;
	font-size: 50px;
	color: #fff;
	line-height: 120px;
	height: 170px;
	text-align: center;
	padding:0px 90px; 
}
.new-list li{
	float: left;
	padding: 0px 45px;
	position: relative;
	top: 0px;
	opacity: 1;
}
.article-box{
	border-radius: 20px;
	background: #fff;
	width: 440px;
	height: 630px;
	padding: 20px;
	position: relative;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
}
.article-box:hover{
	top: 3px;
	box-shadow: none;
}
.article-box > span:nth-child(1) img{
	border-radius: 15px;
    width: 400px;
    height: 250px;
}
.article-box > span:nth-child(2){
	display: block;
	font-size: 26px;
	line-height: 80px;
	padding: 0px 10px;
	text-align: center;
}
.article-box > span:nth-child(3){
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-box > span:nth-child(4){
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	display: block;
	text-align: center;
}
.article-box > span:nth-child(4) a{
	display: inline-block;
	width: 68px;
	height: 68px;
	background-image: url(../images/skip_icon.png);
	background-position: top center;
}
.article-box > span:nth-child(4) a:hover{
	background-position: bottom center;
}


/*第六页*/
.sixth-page{
	width: 100%;
	height: 100%;
	position: relative;
}
.sixth-page:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/section_6_bj.jpg);
}
.active .sixth-page:before{
	transform: scale(1.1);
	transition: all 1.5s ease-in-out;
}
.about-name{
	position: absolute;
    left: 80px;
    top: 120px;
    color: #165a9d;
    font-size: 60px;
}
.about-name span{
	font-size: 40px;
    line-height: 60px;
	margin-left: 45px;
}


.about-content{
	position: absolute;
	width: 100%;
	left: 0px;
	top:50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.company-profile{
	width: 50%;
	position: relative;
	padding: 0 380px 0 80px;
	top: 0;
	opacity: 1;
}

.active .company-profile{
	animation:new-list 1s linear 0s 1 normal;
}
.company-profile:after{
	content: "";
	position: absolute;
	top: 0;
	right: 50px;
	width: 280px;
	height:100%;
	background-image: url(../images/advantage-bj.png);
	background-size: 100% 100%;
}
.company-profile > span {
	display: block;
	font-size: 30px;
	height: 60px;
	line-height: 30px;
}
.address-box > span {
	display: block;
	position: absolute;
	top: 0px;
	left: 50px;
	font-size: 30px;
	height: 60px;
	line-height: 30px;
}
.company-profile p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 40px;
}
.address-box{
	width: 50%;
	right: 0;
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 60px 80px 0 50px;
	opacity: 1;
}

.active .address-box{
	animation:new-list 1s linear 0s 1 normal;
}
.map-box{
	width: 100%;
	height: 100%;
	border: 1px #cbcbcb solid;
	padding: 1px;
	border-radius: 15px;
	overflow: hidden;
}
.map-box iframe{
	width: 100%;
	height: 100%;
	border: 0px;
	border-radius: 15px;
	overflow: hidden;
}

.foot-box{
	position: absolute;
	height: 180px;
	left: 80px;
	right: 80px;
	bottom: 40px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgba(156,156,156,0.5);
	padding-left: 20px;
	opacity: 1;
}
.active .foot-box{
	animation:foot-box 1s linear 0s 1 normal;
}
.foot-box span:nth-child(1){
	display: block;
	font-size: 26px;
	height: 70px;
    line-height: 80px;
}
.foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	display: block;
	font-size: 18px;
	padding-left: 40px;
	position: relative;
	line-height: 45px;
}
.foot-box span:nth-child(2):before , .foot-box span:nth-child(3):before{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
.foot-box span:nth-child(2):before {
	background-image: url(../images/icon-address.png);
}
.foot-box span:nth-child(3):before {
	background-image: url(../images/icon-phone.png);
	background-position: bottom center;
}
.foot-box span:nth-child(4){
	display: block;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	padding-top: 130px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.foot-box span:nth-child(4):after{
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	height: 130px;
	border-radius: 10px;
	background-color: #fff;
	background-image: url(../images/QR-code.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.foot-box span:nth-child(5){
	display: block;
	position: absolute;
	bottom: -40px;
	left: 20px;
	font-size: 14px;
	line-height: 40px;
}

/*动画效果*/

@-webkit-keyframes first-style{
    from{ 
		width: 0;
	}
    to{
        width: 770px;
    }
}

@-webkit-keyframes first-style1{
    from{ 
		height: 0;
		opacity: 0;
	}
    to{
        height: 180px;
		opacity: 1;
    }
}



@-webkit-keyframes second-style{
    from{ 
		height: 0;
	}
    to{
       height: 168px ;
    }
}

@-webkit-keyframes second-style2{
    from{ 
		width: 0;
		height: 0;
		opacity: 0;
	}
    to{
		width: 850px;
		height: 340px;
		opacity: 1;
    }
}


@-webkit-keyframes third-style1{
    from{ 
		margin-top: -150px;
		opacity: 0;
	}
    to{
		margin-top: -100px;
		opacity: 1;
    }
}

@-webkit-keyframes third-style2{
    from{ 
	   height: 0;
	}
    to{
       height: 100px;
    }
}


@-webkit-keyframes next-nav{
    from{
       top: 112px;
	   opacity: 0;
    }
    to{
       top: 102px;
	   opacity: 1;
    }
}


@-webkit-keyframes hint-result{
    from{ 
		bottom: 0px;
		opacity: 0;
	}
    to{
        bottom: 30px;
		opacity: 1;
    }
}


@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}


@-webkit-keyframes second-title{
    from{ 
		top: -524px;
		opacity: 0;
	}
    to{
        top: -40px;
		opacity: 1;
    }
}


@-webkit-keyframes product-list{
    from{ 
		height: 0px;
		opacity: 0;
	}
    to{
        height: 420px;
		opacity: 1;
    }
}


@-webkit-keyframes prison-result{
    from{
		transform: scale(1);
    }
    to{
		transform: scale(1.1);
    }
}


@-webkit-keyframes solution-name{
    from{
       width: 0px;
    }
    to{
       width: 700px;
    }
}


@-webkit-keyframes intro-result{
    from{
       right: -1656px;
    }
    to{
       right: 0px;
    }
}


@-webkit-keyframes rota{
    from{
       transform:rotateX(-70.5deg) rotateZ(45deg);
    }
    to{
       transform:rotateX(-70.5deg) rotateZ(180deg);
    }
}

@-webkit-keyframes company-profile{
    from{
       top: -1080px;
    }
    to{
       top: 0;
    }
}

@-webkit-keyframes new-list{
    from{
       top: 40px;
	   opacity: 0;
    }
    to{
       top: 0px;
	   opacity: 1;
    }
}

@-webkit-keyframes intro-map{
    from{
       margin-top: 100px;
	   opacity: 0;
    }
    to{
       margin-top: 60px;
	   opacity: 1;
    }
}

@-webkit-keyframes foot-box{
    from{
       bottom: 0px;
	   opacity: 0;
    }
    to{
       bottom: 40px;
	   opacity: 1;
    }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 740px;
	    height: 99px;
	    background-image: url(../images/bg_black.png);
	    padding-left: 10px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 10px;
	    line-height: 82px;
	    height: 82px;
	    font-size: 26px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    }
    .next-nav{
	    display: none;
	    background: rgba(0,0,0,0.8);
	    position: absolute;
	    left: 50%;
	    top: 102px;
	    width: 100px;
	    opacity: 1;
	    transform: translateX(-50%);
	    padding: 20px 0;
	    border-top: 2px #2575fc solid;
	    animation:next-nav 0.3s linear 0s 1 normal;
    }
    .menu-list > li:hover{
	    padding: 0px 0px 0px 0px;
    }
    .hint-box{
	    position: absolute;
	    bottom: 50px;
	    font-size: 26px;
	    color: #fff;
	    z-index: 100;
	    left: 50%;
	    transform: translateX(-50%);
    }
    .hint-box small{
	    width: 21px;
        display: inline-block;
        margin-left: 16px;
        height: 36px;
        border-radius: 50px;
        border: 1px solid #fff;
        position: relative;
        vertical-align: middle;
    }

    .hint-box small:after{
	    content: "";
        position: absolute;
        width: 3px;
        height: 8px;
        left: 8px;
        top: 18px;
        background-color: #ffffff;
        border-radius: 50px;
        z-index: 5;
        animation: Tmouse 0.6s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    }
    .first-style1{
	    background: url(../images/section_1_text2.png);
	    margin-left: -453px;
	    left: 50%;
	    margin-top: -150px;
    }
    .first-style2{
	    background: url(../images/section_1_text3.png);
	    background-position: right center;
	    right: 50%;
	    margin-right: -453px;
	    margin-top: 10px;
    }
    .product-list ul{
	    width: 100%;
	    padding: 0px 0px 0px 0px;
    }
    .product-list li{
	    padding: 0px 10px 0px 0px;
	    width: 20%;
	    float: left;
	    position: relative;
    }
    .product-list li > div{
	    display: inline-block;
	    width: 190px;
	    height: 420px;
	    border-radius: 20px;
	    position: relative;
	    cursor: pointer;
	    overflow: hidden;
    }
    .product-list li a{
	    display:block;
	    width: 190px;
	    position: absolute;
	    cursor: pointer;
	    text-align: center;
	    padding-top: 170px;
	    top: 50%;
	    transform: translateY(-50%);
    }
    .solution-intro{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 100%;
	    background-image: url(../images/section_3_shade.png);
	    background-position: top left;
        background-repeat:no-repeat;
	    padding: 300px 250px 0 600px;
    }

    .intro-content{
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 10%;
        left:10%;
	    width: 80%;
    }
    .intro-content p{
	    font-size: 30px;
	    line-height: 50px;
	    margin-top: 30px;
	    text-indent: 2em;
	    color: #fff;
    }
    .intro-content a{
	    display: inline-block;
	    width: 270px;
	    height: 80px;
	    border-radius: 80px;
	    background: #18a4f4;
	    color: #fff;
	    text-align: center;
	    float: right;
	    font-size: 36px;
	    line-height: 80px;
	    margin-top: 50px;
    }
    .customers-list li span{
	    display: block;
	    text-align: center;
	    font-size: 30px;
	    line-height: 40px;
        word-wrap: break-word;
        width:370px;
        height:100px;
    }
    .new-list{
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50% , -50%);
	    overflow: hidden;
    }
    .new-list li{
	    float: left;
	    padding: 10px 20px;
	    position: relative;
	    top: 0px;
	    opacity: 1;
    }
    .company-profile{
	    width: 100%;
	    position: relative;
	    padding: 0 380px 0 80px;
	    top: 0;
	    opacity: 1;
    }
    .company-profile:after{
	    /*content: "";
	    position: absolute;
	    top: 0;
	    right: 50px;
	    width: 280px;
	    height:100%;
	    background-image: url(../images/advantage-bj.png);
	    background-size: 100% 100%;*/
    }
    .company-profile p{
	    text-indent: 2em;
	    font-size: 26px;
	    line-height: 40px;
    }
    .more-box , .more1-box{
	    display: inline-block;
	    padding-right: 40px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 30px;
	    float: right;
    }
    .more-box:after , .more1-box:after{
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 0px;
	    transform: translateY(-50%);
	    width: 30px;
	    height: 30px;
	    background-image: url(../images/icon-moer1.png);
	    background-position: top center;
    }
    .more1-box:after{
	    background-image: url(../images/icon-moer_11.png);
    }
    .article-box > span:nth-child(2){
	    display: block;
	    font-size: 30px;
	    line-height: 40px;
	    padding: 0px 10px;
	    text-align: center;
    }
    .article-box > span:nth-child(3){
	    display: block;
	    font-size: 26px;
	    line-height: 30px;
	    padding: 0px 10px;
	    color: #666;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 30px;
	    height: 70px;
        line-height: 80px;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 26px;
	    padding-left: 40px;
	    position: relative;
	    line-height: 45px;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 50px;
	    transform: translateY(-50%);
	    padding-top: 130px;
	    text-align: center;
	    font-size: 22px;
	    line-height: 30px;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: -40px;
	    left: 20px;
	    font-size: 22px;
	    line-height: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 740px;
	    height: 99px;
	    background-image: url(../images/bg_black.png);
	    padding-left: 10px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 10px;
	    line-height: 82px;
	    height: 82px;
	    font-size: 26px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    }
    .next-nav{
	    display: none;
	    background: rgba(0,0,0,0.8);
	    position: absolute;
	    left: 50%;
	    top: 102px;
	    width: 100px;
	    opacity: 1;
	    transform: translateX(-50%);
	    padding: 20px 0;
	    border-top: 2px #2575fc solid;
	    animation:next-nav 0.3s linear 0s 1 normal;
    }
    .menu-list > li:hover{
	    padding: 0px 0px 0px 0px;
    }
    
    .hint-box{
	    position: absolute;
	    bottom: 50px;
	    font-size: 26px;
	    color: #fff;
	    z-index: 100;
	    left: 50%;
	    transform: translateX(-50%);
    }
    .hint-box small{
	    width: 21px;
        display: inline-block;
        margin-left: 16px;
        height: 36px;
        border-radius: 50px;
        border: 1px solid #fff;
        position: relative;
        vertical-align: middle;
    }

    .hint-box small:after{
	    content: "";
        position: absolute;
        width: 3px;
        height: 8px;
        left: 8px;
        top: 18px;
        background-color: #ffffff;
        border-radius: 50px;
        z-index: 5;
        animation: Tmouse 0.6s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    }
    .first-style1{
	    background: url(../images/section_1_text2.png);
	    margin-left: -453px;
	    left: 50%;
	    margin-top: -150px;
    }
    .first-style2{
	    background: url(../images/section_1_text3.png);
	    background-position: right center;
	    right: 50%;
	    margin-right: -453px;
	    margin-top: 10px;
    }
    .product-list ul{
	    width: 100%;
	    padding: 0px 0px 0px 0px;
    }
    .product-list li{
	    padding: 0px 10px 0px 0px;
	    width: 20%;
	    float: left;
	    position: relative;
    }
    .product-list li > div{
	    display: inline-block;
	    width: 190px;
	    height: 420px;
	    border-radius: 20px;
	    position: relative;
	    cursor: pointer;
	    overflow: hidden;
    }
    .product-list li a{
	    display:block;
	    width: 190px;
	    position: absolute;
	    cursor: pointer;
	    text-align: center;
	    padding-top: 170px;
	    top: 50%;
	    transform: translateY(-50%);
    }

    .solution-intro{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 100%;
	    background-image: url(../images/section_3_shade.png);
	    background-position: top left;
        background-repeat:no-repeat;
	    padding: 300px 250px 0 600px;
    }

    .intro-content{
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 10%;
        left:10%;
	    width: 80%;
    }
    .intro-content p{
	    font-size: 30px;
	    line-height: 50px;
	    margin-top: 30px;
	    text-indent: 2em;
	    color: #fff;
    }
    .intro-content a{
	    display: inline-block;
	    width: 270px;
	    height: 80px;
	    border-radius: 80px;
	    background: #18a4f4;
	    color: #fff;
	    text-align: center;
	    float: right;
	    font-size: 36px;
	    line-height: 80px;
	    margin-top: 50px;
    }
    .customers-list li span{
	    display: block;
	    text-align: center;
	    font-size: 30px;
	    line-height: 40px;
        word-wrap: break-word;
        width:370px;
        height:100px;
    }
    .new-list{
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50% , -50%);
	    overflow: hidden;
    }
    .new-list li{
	    float: left;
	    padding: 10px 20px;
	    position: relative;
	    top: 0px;
	    opacity: 1;
    }
    .company-profile{
	    width: 100%;
	    position: relative;
	    padding: 0 380px 0 80px;
	    top: 0;
	    opacity: 1;
    }
    .company-profile:after{
	    /*content: "";
	    position: absolute;
	    top: 0;
	    right: 50px;
	    width: 280px;
	    height:100%;
	    background-image: url(../images/advantage-bj.png);
	    background-size: 100% 100%;*/
    }
    .company-profile p{
	    text-indent: 2em;
	    font-size: 26px;
	    line-height: 40px;
    }
    .more-box , .more1-box{
	    display: inline-block;
	    padding-right: 40px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 30px;
	    float: right;
    }
    .more-box:after , .more1-box:after{
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 0px;
	    transform: translateY(-50%);
	    width: 30px;
	    height: 30px;
	    background-image: url(../images/icon-moer1.png);
	    background-position: top center;
    }
    .more1-box:after{
	    background-image: url(../images/icon-moer_11.png);
    }
    .article-box > span:nth-child(2){
	    display: block;
	    font-size: 30px;
	    line-height: 40px;
	    padding: 0px 10px;
	    text-align: center;
    }
    .article-box > span:nth-child(3){
	    display: block;
	    font-size: 26px;
	    line-height: 30px;
	    padding: 0px 10px;
	    color: #666;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 30px;
	    height: 70px;
        line-height: 80px;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 26px;
	    padding-left: 40px;
	    position: relative;
	    line-height: 45px;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 50px;
	    transform: translateY(-50%);
	    padding-top: 130px;
	    text-align: center;
	    font-size: 22px;
	    line-height: 30px;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: -40px;
	    left: 20px;
	    font-size: 22px;
	    line-height: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 740px;
	    height: 99px;
	    background-image: url(../images/bg_black.png);
	    padding-left: 0px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 10px;
	    line-height: 82px;
	    height: 82px;
	    font-size: 26px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    }
    .next-nav{
	    display: none;
	    background: rgba(0,0,0,0.8);
	    position: absolute;
	    left: 50%;
	    top: 102px;
	    width: 100px;
	    opacity: 1;
	    transform: translateX(-50%);
	    padding: 20px 0;
	    border-top: 2px #2575fc solid;
	    animation:next-nav 0.3s linear 0s 1 normal;
    }
    .menu-list > li:hover{
	    padding: 0px 0px 0px 0px;
    }
    .first-style1{
	    background: url(../images/section_1_text2.png);
	    margin-left: -453px;
	    left: 50%;
	    margin-top: -150px;
    }
    .first-style2{
	    background: url(../images/section_1_text3.png);
	    background-position: right center;
	    right: 50%;
	    margin-right: -453px;
	    margin-top: 10px;
    }
    .product-list{
	    position: absolute;
	    top: 90px;
	    width: 100%;
	    left: 0px;
    }
    .product-list ul{
	    width: 100%;
	    padding: 0px 0px 0px 0px;
    }
    .product-list li{
	    padding: 0px 10px 0px 0px;
	    width: 20%;
	    float: left;
	    position: relative;
    }
    .product-list li > div{
	    display: inline-block;
	    width: 190px;
	    height: 420px;
	    border-radius: 20px;
	    position: relative;
	    cursor: pointer;
	    overflow: hidden;
    }
    .product-list li a{
	    display:block;
	    width: 190px;
	    position: absolute;
	    cursor: pointer;
	    text-align: center;
	    padding-top: 170px;
	    top: 50%;
	    transform: translateY(-50%);
    }
    .product-list li a span:nth-child(1){
	    display: block;
	    color: #333;
	    font-size: 20px;
    }
    .product-list li a span:nth-child(2){
	    display: block;
	    color: #333;
	    font-size: 24px;
    }
    .solution-name{
	    position: absolute;
        left: 40px;
        top: 120px;
        color: #fff;
        font-size: 50px;
	    width: 700px;
	    overflow: hidden;
	    white-space: nowrap;
    }
    .solution-name span{
	    display: block;
	    font-size: 30px;
    }
    .solution-intro{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 100%;
	    background-image: url(../images/section_3_shade.png);
	    background-position: top left;
        background-repeat:no-repeat;
	    padding: 300px 250px 0 600px;
    }

    .intro-content{
	    position: absolute;
	    top: 55%;
	    transform: translateY(-50%);
	    right: 10%;
        left:55%;
	    width: 40%;
    }
    .intro-content span{
	    display: block;
	    text-align: right;
	    font-size: 30px;
	    color: #fff;
    }
    .intro-content p{
	    font-size: 16px;
	    line-height: 30px;
	    margin-top: 30px;
	    text-indent: 1em;
	    color: #fff;
    }
    .intro-content a{
	    display: inline-block;
	    width: 170px;
	    height: 40px;
	    border-radius: 40px;
	    background: #18a4f4;
	    color: #fff;
	    text-align: center;
	    float: right;
	    font-size: 18px;
	    line-height: 40px;
	    margin-top: 20px;
    }
    .customers-box{
	    position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        width: 920px;
        z-index: 2;
        margin-top: 90px;
    }

    .customers-box > span{
	    font-size: 24px;
	    display: block;
	    padding:0px 20px;
	    line-height: 50px;
    }
    .customers-list li img{
	    width: 250px;
	    height: 150px;
	    border-radius: 15px;
    }
    .customers-list li span{
	    display: block;
	    text-align: center;
	    font-size: 16px;
	    line-height: 30px;
        word-wrap: break-word;
        width:250px;
        height:30px;
    }
    .new-list{
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50% , -50%);
	    overflow: hidden;
    }
    .new-list li{
	    float: left;
	    padding: 10px 20px;
	    position: relative;
	    top: 0px;
	    opacity: 1;
    }
    .new-list > span{
	    display: block;
	    font-size: 45px;
	    color: #fff;
	    line-height: 50px;
	    height: 160px;
	    text-align: center;
	    padding:100px 90px 0px 90px; 
    }
    .company-profile{
	    width: 100%;
	    position: relative;
	    padding: 0 380px 0 80px;
	    top: 0;
	    opacity: 1;
    }
    .company-profile:after{
	    /*content: "";
	    position: absolute;
	    top: 0;
	    right: 50px;
	    width: 280px;
	    height:100%;
	    background-image: url(../images/advantage-bj.png);
	    background-size: 100% 100%;*/
    }
    .company-profile p{
	    text-indent: 2em;
	    font-size: 18px;
	    line-height: 30px;
    }
    .more-box , .more1-box{
	    display: inline-block;
	    padding-right: 30px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 20px;
	    float: right;
    }
    .more-box:after , .more1-box:after{
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 0px;
	    transform: translateY(-50%);
	    width: 20px;
	    height: 20px;
	    background-image: url(../images/icon-moer.png);
	    background-position: top center;
    }
    .more1-box:after{
	    background-image: url(../images/icon-moer_1.png);
    }
    .article-box{
	    border-radius: 20px;
	    background: #fff;
	    width: 290px;
	    height: 410px;
	    padding: 20px;
	    position: relative;
	    box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
    }
    .article-box > span:nth-child(1) img{
	    border-radius: 15px;
        width: 260px;
        height: 180px;
    }
    .article-box > span:nth-child(2){
	    display: block;
	    font-size: 16px;
	    line-height: 30px;
	    padding: 0px 10px;
	    text-align: center;
    }
    .article-box > span:nth-child(3){
	    display: block;
	    font-size: 14px;
	    line-height: 30px;
	    padding: 0px 10px;
	    color: #666;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
    .article-box > span:nth-child(4){
	    position: absolute;
	    bottom: 20px;
	    left: 0px;
	    width: 100%;
	    display: block;
	    text-align: center;
    }
    .article-box > span:nth-child(4) a{
	    display: inline-block;
	    width: 48px;
	    height: 48px;
	    background-image: url(../images/skip_icon1.png);
	    background-position: top center;
    }
    .foot-box{
	    position: absolute;
	    height: 110px;
	    left: 80px;
	    right: 80px;
	    bottom: 40px;
	    border-width: 1px 0 1px 0;
	    border-style: solid;
	    border-color: rgba(156,156,156,0.5);
	    padding-left: 20px;
	    opacity: 1;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 20px;
	    height: 40px;
        line-height: 45px;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 14px;
	    padding-left: 30px;
	    position: relative;
	    line-height: 35px;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 50px;
	    transform: translateY(-50%);
	    padding-top: 85px;
	    text-align: center;
	    font-size: 12px;
	    line-height: 25px;
    }
    .foot-box span:nth-child(4):after{
	    content: '';
	    position: absolute;
	    top: 5px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 80px;
	    height: 80px;
	    border-radius: 10px;
	    background-color: #fff;
	    background-image: url(../images/QR-code1.png);
	    background-position: center center;
	    background-repeat: no-repeat;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: -40px;
	    left: 20px;
	    font-size: 12px;
	    line-height: 30px;
    }
    .customer-case{
	    position: absolute;
	    left: 40px;
	    top: 100px;
	    color: #165a9d;
	    font-size: 45px;
    }

    .customer-case span{
        position: absolute;
	    display: block;
	    font-size: 35px;
	    line-height: 30px;
        top: 20px;
        left:200px;
        width:300px;
    }
    .about-name{
	    position: absolute;
        left: 40px;
        top: 100px;
        color: #165a9d;
        font-size: 45px;
    }
    .about-name span{
	    font-size: 30px;
        line-height: 60px;
	    margin-left: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .hidden-lg {
    display: none !important;
  }
  .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
        left:250px;
	    width: 100%;
	    height: 99px;
	    background-image: url(../images/bg_black.png);
	    padding-left: 50px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 10px;
	    line-height: 82px;
	    height: 82px;
	    font-size: 26px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    }
    .menu-list > li:hover{
	    padding: 0px 5px 0px 5px;
    }
    .menu-list > li:hover > a{
	    margin-left: 0px;
    }
    .menu-list > li > a:after{
	    display: none;
	    content: "";
	    position: absolute;
	    top:50%;
	    width: 0px;
	    height: 0px;
	    left: 0px;
	    background: #fff;
	    transform: translateY(-50%) rotate(45deg);
    }
    .menu-list > li:nth-child(1){
	    padding: 0px 0px;
    } 
    .next-nav{
	    display: none;
	    background: rgba(0,0,0,0.8);
	    position: absolute;
	    left: 50%;
	    top: 102px;
	    width: 100px;
	    opacity: 1;
	    transform: translateX(-50%);
	    padding: 20px 0;
	    border-top: 2px #2575fc solid;
	    animation:next-nav 0.3s linear 0s 1 normal;
    }
    .menu-list > li:hover{
	    padding: 0px 0px 0px 0px;
    }
    .first-style1{
	    background: url(../images/section_1_text2.png);
	    margin-left: -453px;
	    left: 50%;
	    margin-top: -150px;
    }
    .first-style2{
	    background: url(../images/section_1_text3.png);
	    background-position: right center;
	    right: 50%;
	    margin-right: -453px;
	    margin-top: 10px;
    }
    .product-list{
	    position: absolute;
	    top: 90px;
	    width: 100%;
	    left: 0px;
    }
    .product-list ul{
	    width: 100%;
	    padding: 0px 0px 0px 0px;
    }
    .product-list li{
	    padding: 0px 10px 0px 0px;
	    width: 20%;
	    float: left;
	    position: relative;
    }
    .product-list li > div{
	    display: inline-block;
	    width: 190px;
	    height: 420px;
	    border-radius: 20px;
	    position: relative;
	    cursor: pointer;
	    overflow: hidden;
    }
    .product-list li a{
	    display:block;
	    width: 190px;
	    position: absolute;
	    cursor: pointer;
	    text-align: center;
	    padding-top: 170px;
	    top: 50%;
	    transform: translateY(-50%);
    }
    .product-list li a span:nth-child(1){
	    display: block;
	    color: #333;
	    font-size: 20px;
    }
    .product-list li a span:nth-child(2){
	    display: block;
	    color: #333;
	    font-size: 24px;
    }
    .solution-name{
	    position: absolute;
        left: 80px;
        top: 120px;
        color: #fff;
        font-size: 60px;
	    width: 700px;
	    overflow: hidden;
	    white-space: nowrap;
    }
    .solution-name span{
	    display: block;
	    font-size: 30px;
    }
    .solution-intro{
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 100%;
	    background-image: url(../images/section_3_shade.png);
	    background-position: top left;
        background-repeat:no-repeat;
	    padding: 300px 250px 0 600px;
    }

    .intro-content{
	    position: absolute;
	    top: 55%;
	    transform: translateY(-50%);
	    right: 10%;
        left:50%;
	    width: 45%;
    }
    .intro-content span{
	    display: block;
	    text-align: right;
	    font-size: 40px;
	    color: #fff;
    }
    .intro-content p{
	    font-size: 20px;
	    line-height: 45px;
	    margin-top: 30px;
	    text-indent: 1em;
	    color: #fff;
    }
    .intro-content a{
	    display: inline-block;
	    width: 270px;
	    height: 80px;
	    border-radius: 40px;
	    background: #18a4f4;
	    color: #fff;
	    text-align: center;
	    float: right;
	    font-size: 26px;
	    line-height: 80px;
	    margin-top: 20px;
    }
    .customers-box{
	    position: absolute;
        left:50px;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        width: 1200px;
        z-index: 2;
        margin-top: 90px;
    }

    .customers-box > span{
	    font-size: 28px;
	    display: block;
	    padding:0px 20px;
	    line-height: 60px;
    }
    .customers-list li img{
	    width: 350px;
	    height: 230px;
	    border-radius: 15px;
    }
    .customers-list li span{
	    display: block;
	    text-align: center;
	    font-size: 22px;
	    line-height: 40px;
        word-wrap: break-word;
        width:350px;
        height:40px;
    }
    .new-list{
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50% , -50%);
	    overflow: hidden;
    }
    .new-list li{
	    float: left;
	    padding: 10px 20px;
	    position: relative;
	    top: 0px;
	    opacity: 1;
    }
    .new-list > span{
	    display: block;
	    font-size: 50px;
	    color: #fff;
	    line-height: 140px;
	    height: 140px;
	    text-align: center;
	    padding:0px 90px; 
    }
    .company-profile{
	    width: 100%;
	    position: relative;
	    padding: 0 380px 0 80px;
	    top: 0;
	    opacity: 1;
    }
    .company-profile:after{
	    /*content: "";
	    position: absolute;
	    top: 0;
	    right: 50px;
	    width: 280px;
	    height:100%;
	    background-image: url(../images/advantage-bj.png);
	    background-size: 100% 100%;*/
    }
    .company-profile p{
	    text-indent: 2em;
	    font-size: 18px;
	    line-height: 40px;
    }
    .more-box , .more1-box{
	    display: inline-block;
	    padding-right: 30px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 20px;
	    float: right;
    }
    .more-box:after , .more1-box:after{
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 0px;
	    transform: translateY(-50%);
	    width: 20px;
	    height: 20px;
	    background-image: url(../images/icon-moer.png);
	    background-position: top center;
    }
    .more1-box:after{
	    background-image: url(../images/icon-moer_1.png);
    }
    .article-box{
	    border-radius: 20px;
	    background: #fff;
	    width: 370px;
	    height: 460px;
	    padding: 20px;
	    position: relative;
	    box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
    }
    .article-box > span:nth-child(1) img{
	    border-radius: 15px;
        width: 330px;
        height: 220px;
    }
    .article-box > span:nth-child(2){
	    display: block;
	    font-size: 20px;
	    line-height: 40px;
	    padding: 0px 10px;
	    text-align: center;
    }
    .article-box > span:nth-child(3){
	    display: block;
	    font-size: 16px;
	    line-height: 30px;
	    padding: 0px 10px;
	    color: #666;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
    .article-box > span:nth-child(4){
	    position: absolute;
	    bottom: 20px;
	    left: 0px;
	    width: 100%;
	    display: block;
	    text-align: center;
    }
    .article-box > span:nth-child(4) a{
	    display: inline-block;
	    width: 48px;
	    height: 48px;
	    background-image: url(../images/skip_icon1.png);
	    background-position: top center;
    }
    .foot-box{
	    position: absolute;
	    height: 150px;
	    left: 80px;
	    right: 80px;
	    bottom: 40px;
	    border-width: 1px 0 1px 0;
	    border-style: solid;
	    border-color: rgba(156,156,156,0.5);
	    padding-left: 20px;
	    opacity: 1;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 30px;
	    height: 60px;
        line-height: 60px;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 18px;
	    padding-left: 30px;
	    position: relative;
	    line-height: 40px;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 50px;
	    transform: translateY(-50%);
	    padding-top: 125px;
	    text-align: center;
	    font-size: 16px;
	    line-height: 30px;
    }
    .foot-box span:nth-child(4):after{
	    content: '';
	    position: absolute;
	    top: 5px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 120px;
	    height: 120px;
	    border-radius: 10px;
	    background-color: #fff;
	    background-image: url(../images/QR-code.png);
	    background-position: center center;
	    background-repeat: no-repeat;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: -40px;
	    left: 20px;
	    font-size: 16px;
	    line-height: 30px;
    }
    .customer-case{
	    position: absolute;
	    left: 80px;
	    top: 100px;
	    color: #165a9d;
	    font-size: 50px;
    }

    .customer-case span{
        position: absolute;
	    display: block;
	    font-size: 35px;
	    line-height: 30px;
        top: 30px;
        left:220px;
        width:300px;
    }
    .about-name{
	    position: absolute;
        left: 80px;
        top: 140px;
        color: #165a9d;
        font-size: 60px;
    }
    .about-name span{
	    font-size: 50px;
        line-height: 60px;
	    margin-left: 45px;
    }
}

