* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

/* html {
	cursor: url(../img/1499563659.cur), auto;
} */

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
	/* margin-bottom: 100px; */
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@font-face {
	font-family: trump;
	src: url(https://www.shuangguan.vip/static/home/pc/fonts/TRUMP_GOTHIC_EAST_BOLD.TTF);
}

@font-face {
	font-family: heavy;
	src: url(https://www.shuangguan.vip/static/home/pc/fonts/PINGFANG_HEAVY.TTF);
}

@font-face {
	font-family: regular;
	src: url(https://www.shuangguan.vip/static/home/pc/fonts/PINGFANG_REGULAR.TTF);
}

@font-face {
	font-family: medium;
	src: url(https://www.shuangguan.vip/static/home/pc/fonts/PINGFANG_MEDIUM.TTF);
}

@font-face {
	font-family: pfbold;
	src: url(https://www.shuangguan.vip/static/home/pc/fonts/PINGFANG_BOLD.TTF);
}



.content {
	margin: 0 auto;
}

.top {
	background: #000;
}

.top .content {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #878484;
}

.top a {
	color: #878484;
}

.top img {
	vertical-align: -5px;
	margin-right: 5px;
}

.swiper-container img {
	display: block;
	position: relative;
}

.banner {
	position: relative;
}

.nav {
	width: 100%;
	height: 74px;
	background: #0243be;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.nav-list .nav1 {
	display: inline-block;
	/*width: 64px;*/
	height: 74px;
	/* margin-left: 14px; */
	/* margin-right: 44px; */
	line-height: 74px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0 30px;
}

.nav-list .nav1.active {
	color: #fabe00 !important;
	border-bottom: 3px solid #fabe00;
}

.nav-list .nav1:hover {
	color: #fabe00;
}

.nav-list .nav1 .hot {
	position: absolute;
	top: 10px;
	right: 16px;
}

.hot {
	-webkit-animation: bounceUpDown .5s infinite;
	-moz-animation: bounceUpDown .5s infinite;
	-ms-animation: bounceUpDown .5s infinite;
	animation: bounceUpDown .5s infinite;
}

.subnav {
	display: none;
	position: absolute;
	top: 74px;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: white;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.subnav .ul1 {
	/*border-bottom: 1px solid #E8E8E8;*/
}

.subnav .ul1 li {
	width: 25%;
	padding: 20px 0;
}

.subnav .ul1 .nav2 {
	display: block;
	/* padding-left: 10px; */
}

.subnav .ul1 .nav2 .fr {
	width: 244px;
}

.subnav .ul1 .nav2 .d1 {
	font-size: 16px;
	color: #333;
}

.subnav .ul1 .nav2 .d2 {
	font-size: 12px;
	color: #999
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subnav .ul2 li {
	width: 25%;
	padding-top: 15px;
	padding-left: 56px;
}

.subnav .ul2 a {
	position: relative;
	line-height: 34px;
	font-size: 14px;
	color: #666;
}

.subnav .ul2 a img {
	position: absolute;
	top: 0;
	right: -30px;
}

@-webkit-keyframes bounceUpDown {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@-moz-keyframes bounceUpDown {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@-ms-keyframes bounceUpDown {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes bounceUpDown {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.notice {
	width: 100%;
	height: 50px;
	background: linear-gradient(to right, #0e0637, #012057);
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	z-index: 10;
}

.notice>.content>.fl {
	height: 30px;
	margin-top: 10px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	border-right: 1px solid rgba(225, 225, 225, .2);
}

.notice>.content>.fl span {
	color: #33a5dd;
}

.notice .fr.scroll {
	width: 1080px;
	height: 50px;
	overflow: hidden;
}

/* .notice .fr li{
	height: 50px;
	display:-webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}*/
.notice .fr a {
	display: block;
	width: 310px;
	padding-left: 16px;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.roll-box>li {
	width: 310px;
}

.notice .fr a:before {
	content: '•';
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.notice .fr li a:hover {
	color: #1a9fdb;
}

.aptitude-wrap {
	/* height: 385px; */
	background: url(../img/static_bg.html) no-repeat bottom center;
}

.num-box li {
	width: 25%;
	padding-top: 60px;
	text-align: center;
}

.num-box .num {
	font-family: trump;
	font-size: 30px;
	color: #33333;
}

.num-box .num span {
	font-size: 50px;
}

.num-box .txt {
	margin: 10px 0 8px;
	font-size: 16px;
	color: #999;
}

.dot-box {
	height: 220px;
	position: relative;
}

.dot-box li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #84c8e6;
	border: solid 5px #ddedf6;
	position: absolute;
}

.dot-box li:nth-child(1) {
	left: 7px;
	bottom: 60px;
}

.dot-box li:nth-child(2) {
	left: 230px;
	bottom: 145px;
}

.dot-box li:nth-child(3) {
	left: 767px;
	bottom: 75px;
}

.dot-box li:nth-child(4) {
	right: 37px;
	bottom: 112px;
}

.dot-box li .point1,
.dot-box li .point2 {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: solid 1px #7fc8eb;
	margin: -6px auto 0 -6px;
}

.dot-box li .point2 {
	width: 32px;
	height: 32px;
	border: solid 1px #bbdff2;
	margin: -27px auto 0 -11px;
}

/* .dot-box li .point1{

} */
.dot-box li:nth-child(1) .point1 {
	animation: scaleChanges1 1.5s infinite;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.dot-box li:nth-child(1) .point2 {
	animation: scaleChanges2 1.5s infinite;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.dot-box li:nth-child(2) .point1 {
	animation: scaleChanges1 1.5s infinite;
}

.dot-box li:nth-child(2) .point2 {
	animation: scaleChanges2 1.5s infinite;
}

.dot-box li:nth-child(3) .point1 {
	animation: scaleChanges1 1.5s infinite;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}

.dot-box li:nth-child(3) .point2 {
	animation: scaleChanges2 1.5s infinite;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}

.dot-box li:nth-child(4) .point1 {
	animation: scaleChanges1 1.5s infinite;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.dot-box li:nth-child(4) .point2 {
	animation: scaleChanges2 1.5s infinite;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

@keyframes scaleChanges1 {
	0% {
		transform: scale(1.1);
	}

	25% {
		transform: scale(1.2);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1.1);
	}
}

@keyframes scaleChanges2 {
	0% {
		transform: scale(1.2);
	}

	25% {
		transform: scale(1.4);
	}

	50% {
		transform: scale(1.6);
	}

	100% {
		transform: scale(1.2);
	}
}

.head-tit {
	font-size: 30px;
	color: #333333;
	text-align: center;
	padding: 45px 0 20px 0;
}

.head-tit-tip {
	text-align: center;
	font-size: 23px;
	margin-bottom: 34px;
	color: #666666;
}

.head-tit-tip2 {
	text-align: center;

	font-size: 22px;

	margin-bottom: 34px;
	color: #999;
}

.products {
	margin-bottom: 65px;
}

.products li {
	width: 25%;
	height: 300px;
	padding-top: 20px;
	text-align: center;
}

.products li p {
	color: #999;
	line-height: 28px;
}

.products li img {
	display: block;
	margin: 0 auto 30px;
}

.products li .img2 {
	display: none;
}

.products li div {
	margin-bottom: 20px;
	font-size: 22px;
}

.products li.active {
	color: #fff;
	background: url('../img/gradient_bg2.html');
}

.products li.active p {
	color: #fff;
}

.products li.active .img1 {
	display: none;
}

.products li.active .img2 {
	display: block;
}

.product-box {
	height: 315px;
	padding: 37px 0;
	background: #f6f7fb;
}

.product-details {
	width: 4800px;
	position: relative;
}

.product-details li {
	
	float: left;
}

.product-details li .fl {
	width: 401px;
	height: 241px;
	padding-right: 46px;
	border-right: 1px solid #e1e1e1;
}

.product-details li .fl .tit {
	font-size: 24px;
	color: #333;
	line-height: 90px;
}

.product-details li .fl .intro {
	font-size: 16px;
	color: #333;
	line-height: 2.1;
}

.product-details .fl a {
	color: #33a5dd;
}

.product-details li .fr {
	width: 700px;
}

.product-list li {
	float: left;
	width: 140px;
	height: 120px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.solution {
	height: 722px;
	background: url(../img/solution_bg.png) no-repeat center;
}

.solution-box>.fr {
	width: 734px;
	overflow: hidden;
}

.solution-list {
	margin-top: 14px;
}

.solution-list li {
	width: 355px;
	height: 122px;
	padding-left: 18px;
	color: #939596;
	background: #000;
	display: table;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}

.solution-list li.hover {
	color: white;
	transition: all 0.5s;
	background: #0a6cf5;
	/* background: -webkit-gradient(linear, 0 0, 100% 0, from(#337bdd), to(#33a5dd));
    background: -webkit-linear-gradient(left, #337bdd, #33a5dd);
    background: -moz-linear-gradient(left, #337bdd, #33a5dd);
    background: -o-linear-gradient(left, #337bdd, #33a5dd);
    background: linear-gradient(left, #337bdd, #33a5dd); */
}

.solution-list li.hover:after {
	content: '▲';
	font-size: 22px;
	color: #0a6cf5;
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	position: absolute;
	top: 46px;
	right: -19px;

}

.solution-list li>div {
	display: table-cell;
	vertical-align: middle;
}

.solution-list li .t1 {
	color: white;
	font-size: 20px;
}

.solution-list li .t2 {
	margin-top: 10px;
	font-size: 14px;
}

.solution-details {
	width: 2936px;
	position: relative;
}

.solution-details li {
	float: left;
	width: 734px;
	padding-left: 1px;
	padding-top: 25px;
}

.section-tit {
	font-size: 24px;
	color: white;
	line-height: 52px;
}

.solution-overview {
	padding: 8px 0 25px;
	color: #999;
	line-height: 2;
}

.solution-items li {
	width: 122px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.solution-items li img {
	margin-bottom: 12px;
}

.customer-case div {
	float: left;
	width: 150px;
	height: 44px;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: url(../img/case_bg.html) no-repeat;
	background-size: cover;
}

.advantage-box {

	/* height: 389px; */
	margin: 14px auto 62px;
	/* border: 1px solid #e1e1e1; */
	/* position: relative; */
}

.advantage-box .advantage {
	width: 174px;
	height: 387px;
	padding-top: 128px;
	text-align: center;
	color: white;
	float: left;
	font-size: 20px;
	border-left: 1px solid #e1e1e1;
	position: relative;
}

.advantage-box .advantage .badge {
	width: 64px;
	height: 56px;
	padding-top: 4px;
	padding-right: 6px;
	font-size: 16px;
	background: url(../img/honor_titbg.html) no-repeat center;
	position: absolute;
	top: -8px;
	left: 17px;
	z-index: 9;
}

.advantage-box .advantage .badge span {
	font-family: "rage italic";
	font-style: italic;
	font-size: 24px;
}

.fold img {
	margin-bottom: 10px;
}

.advantage-box .advantage1 {
	/* left: 0; */
	/* right: 696px; */
	background: url(../img/honor_bg2.html) no-repeat center;
}

.advantage-box .advantage2 {
	/* left: 174px; */
	/* right: 522px; */
	background: url(../img/honor_bg2.html) no-repeat center;
}

.advantage-box .advantage3 {
	/* left: 348px; */
	/* right: 348px; */
	background: url(../img/honor_bg3.html) no-repeat center;
}

.advantage-box .advantage4 {
	/* left: 522px; */
	/* right: 174px; */
	background: url(../img/honor_bg4.html) no-repeat center;
}

.advantage-box .advantage5 {
	/* left: 696px; */
	/* right: 0; */
	background: url(../img/honor_bg5.html) no-repeat center;
}

.advantage.above {
	width: 502px;
	padding: 25px;
	background: none;
}

.unfold .fl {
	width: 200px;
	padding-top: 50px;
	text-align: left;
}

.unfold .tit {
	padding-bottom: 20px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.unfold .txt {
	font-size: 16px;
	color: #646464;
	line-height: 30px;
}

.unfold .fr img {
	margin-top: 70px;
}

.news {
	/* height: 576px; */
	/* background: url(../img/news_bg.png) no-repeat; */
}

.scaled:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear
}

.moveup:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear
}

.news-type li {
	float: left;
	padding-top: 61px;
	font-size: 20px;
}

.news-type li a {
	margin: 0 16px;
	color: #333;
	/* line-height: 148px; */
}

.news-type li a.active {
	color: #33a5dd;
}

.news-type li i {
	font-style: normal;
	color: #e1e1e1;
}

.news-list .tit {
	padding-top: 24px;
	padding-bottom: 14px;
	font-size: 18px;
	color: #333;
}

.news-list .cnt {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.news-list a {
	display: inline-block;
	margin: 20px 0;
	padding-right: 18px;
	line-height: 2px;
	font-size: 14px;
	color: #666;
	background: url(../img/more_icon.html) no-repeat right center;
}

.news-cnt {
	width: 3600px;
	position: relative;
	z-index: 1;
}


.news-cnt .fr .bgimg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.news-cnt .fr .date {
	width: 165px;
	height: 119px;
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 20px;
	color: white;
	font-size: 18px;
	background: #33a5dd;
}

.news-cnt .date .month {
	font-size: 48px;
}

.news-cnt .fr .days {
	vertical-align: 19px;
}

.news-tit {
	width: 476px;
	height: 110px;
	padding-top: 20px;
	padding-left: 20px;
	background: rgba(0, 0, 0, .7);
	position: relative;
	z-index: 2;
	font-size: 18px;
	color: white;
}

.customer-list {
	padding-bottom: 50px;
}

.customer-list .fl {
	width: 240px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customer-list .fl:hover {
	box-shadow: 0 0 20px rgba(204, 204, 204, .6);
}

.consultation {
	height: 247px;
	background: url(../img/bottom2-bg.png);
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.consultation-box {
	text-align: center;
	color: white;
}

.consultation-box .t1 {
	font-size: 40px;
	/* padding-top: 32px; */
	padding-bottom: 16px;
	text-align: left;
}

@media (max-width: 768px) {
    .consultation-box .t1 {
   	font-size: 20px;
   	padding-top: 16px;
	}
}

.consult-btn {
	font-size: 0;
	/* padding-top: 30px; */
}

.consult-btn a {
	display: inline-block;
	vertical-align: middle;
	width: 216px;
	height: 70px;
	border-radius: 35px;
	border: 1px solid white;
	font-size: 20px;
}

.consult-btn .a1 {
	padding-top: 8px;
}

.consult-btn .a1 span {
	color: #fcf301;
}

.consult-btn .a2 {
	line-height: 68px;
}

.consult-btn .a2 img {
	vertical-align: middle;
}

.contact-us {
	height: 406px;
	background: #212121;
}

.feature-box {
	height: 152px;
	border-bottom: 1px solid rgba(66, 66, 66, .5);
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.feature-box>div {
	width: 25%;
	height: 100%;
	-prefix-box-flex: 1;
	/* old spec webkit, moz */
	-webkit-box-flex: 1;
	/* OLD - iOS 6-, Safari 3.1-6 */
	-webkit-flex: auto;
	/* Chrome */
	-moz-box-flex: 1;
	/* Firefox 19- */
	-ms-flex: 1;
	/* IE 10 */
	flex: auto;
	display: table;
	float: left;
}

.feature>div {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.feature>div:first-child {
	width: 90px;
}

.feature .d1 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.feature .d2 {
	font-size: 14px;
	color: #666;
}

.contact-way>.fl {
	margin-right: 70px;
}

.contact-tit {
	font-size: 20px;
	color: #fff;
	line-height: 86px;
}

.contact-cnt {
	margin-bottom: 16px;
	font-size: 14px;
	color: #7f7f81;
}

.contact-cnt span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: #353434;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-cnt .tel-num {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fabe00;
	line-height: 30px;
}

.authority li {
	display: table;
	margin-bottom: 20px;
}

.authority li>div {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #7f7f81;
	line-height: 24px;
}

.authority img {
	margin-right: 10px;
	vertical-align: middle;
}

.zixun li {
	margin-bottom: 8px;
}

.zixun li a {
	display: block;
	width: 114px;
	height: 38px;
	border: 1px solid rgba(66, 66, 66, .6);
	font-size: 14px;
	color: #777;
	text-align: center;
	line-height: 36px;
}

.zixun li a img {
	vertical-align: middle;
	margin-right: 4px;
}

.qrcode {
	margin-top: 48px;
}

.bottom {
	height: 128px;
	padding: 24px 0;
	font-size: 14px;
	color: #747474;
	line-height: 40px;
	background: #131313;
}

.friendlink a {
	margin-right: 34px;
	color: #747474;
}

.copyright a {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 9px;
}

.copyright .weixin {
	margin-left: 14px;
	background: url(../img/weixin_icon.png) no-repeat center;
}

.copyright .weibo {
	background: url(../img/sina_icon.png) no-repeat center;
}

.banner1 {
	height: 400px;
	background: url(../img/banner1.html) no-repeat center;
}

.banner2 {
	height: 400px;
	background: url(../img/banner2.html) no-repeat center;
}

.banner3 {
	height: 400px;
	background: url(../img/banner3.html) no-repeat center;
}

.banner4 {
	height: 400px;
	background: url(../img/banner4.html) no-repeat center;
}

.team li {
	width: 320px;
	padding: 45px 0;
}

.team li img {
	display: block;
	margin: 0 auto;
}

.team li .t1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 57px;
}

.team li .t2 {
	color: #666;
	line-height: 30px;
}

.core-product {
	height: 658px;
	background: url(../img/product_bg.html) no-repeat center;
}

.product-wrap li {
	width: 270px;
	height: 310px;
	padding: 22px;
	background: #29303b;
}

.product-wrap li.on {
	background: url(../img/gradient_bg3.html) no-repeat center;
}

.product-wrap li .icon2 {
	display: none;
}

.product-wrap li.on .icon1 {
	display: none;
}

.product-wrap li.on .icon2 {
	display: block;
}

.product-wrap li:not(:last-child) {
	margin-right: 40px;
}

.product-wrap li img {
	display: block;
	margin: 0 auto;
}

.product-wrap li .d1 {
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 48px;
}

.product-wrap li .d2 {
	margin-top: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	line-height: 24px;
}

.product-kind {
	height: 171px;
	margin-top: 56px;
	background: white;
	box-shadow: 0 2px 16px rgba(215, 215, 215, .4);
	overflow: hidden;
}

.product-kind ul {
	position: relative;
}

.product-kind li {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	height: 171px;
	padding: 33px 49px 23px 133px;
	text-align: center;
}

.product-kind li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 133px;
	height: 171px;
	line-height: 171px;
	font-size: 20px;
	color: #212121;
}

.product-kind li div {
	font-size: 15px;
}

.product-kind li:first-child:before {
	content: "APPÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
}

.product-kind li:nth-child(2):before {
	content: "ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
}

.product-kind li:nth-child(3):before {
	content: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â¡/ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â";
}

.product-kind li:last-child:before {
	content: "ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¾";
}

.product-kind li .dashed {
	margin-top: 37px;
}

.advantage-wrap {
	margin-top: 54px;
}

.advantages li {
	width: 25%;
	padding-bottom: 72px;
	text-align: center;
}

.advantages li .icon2 {
	display: none;
}

.advantages li .d1 {
	margin-top: 24px;
	font-size: 24px;
}

.advantages li .d2 {
	margin-top: 8px;
	color: #666;
}

.advantages li:hover .icon1 {
	display: none;
}

.advantages li:hover .icon2 {
	display: inline-block;
}

.process-box {
	padding: 50px 0;
	background: #f9f9f9;
}

.process {
	padding-bottom: 54px;
	border-radius: 20px;
	background: white;
}

.category {
	background: #1925b8;
}

.category li {
	display: table;
	width: 25%;
	height: 9.53125vw;
	min-height: 114px;
	padding-left: 44px;
	color: white;
}

.category li:nth-child(1) {
	background: url(../img/category1.html) center;
	background-size: cover;
}

.category li:nth-child(2) {
	background: url(../img/category2.html) center;
	background-size: cover;
}

.category li:nth-child(3) {
	background: url(../img/category3.html) center;
	background-size: cover;
}

.category li:nth-child(4) {
	background: url(../img/category4.html) center;
	background-size: 100%;
}

.category li>div {
	display: table-cell;
	vertical-align: middle;
}

.category li .d1 {
	margin-bottom: 6px;
	font-size: 25px;
}

.category li .d2 {
	font-size: 14px;
}

.item-box {
	height: 65px;
	border-bottom: 1px solid #f5f5f5;
}

.item-box ul {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.item-box li {
	font-size: 14px;
	color: #e1e1e1;
}

.item-box li a {
	display: inline-block;
	padding: 0 37px;
	color: #666;
	line-height: 61px;
}

.item-box li.on {}

.item-box li.on a {
	color: #33a5dd;
	border-bottom: 3px solid #33a5dd;
}

.case-box {
	overflow: hidden;
	padding: 50px 0;
}

.case-box ul {
	width: 9600px;
	position: relative;
	overflow: hidden;
}

.case-box li {
	float: left;
}

.works {}

.works>div {
	float: left;
	width: 388px;
	height: 460px;
	margin-bottom: 35px;
}

.works>div:nth-child(3n+2) {
	margin: 0 18px;
}

.works .dot {
	height: 24px;
	background: #f9f9f9 url(../img/dot3.html) no-repeat 10px center;
	background-size: 38px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.work-info {
	padding: 18px;
	border-bottom: 1px solid #e1e1e1;
}

.work-name {
	font-size: 18px;
	color: #333;
}

.work-trait {
	font-size: 14px;
	color: #999;
	padding-top: 15px;
}

.more {
	font-size: 14px;
	color: #c1c1c1;
	padding: 18px;
}

.more img {
	display: inline-block;
	vertical-align: -2px;
	width: 17px;
	margin-left: 10px;
}

.paginator {
	margin: 30px 0 50px;
	text-align: center;
}

.paginator a {
	display: inline-block;
	width: 30px;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}

.paginator a.on {
	color: #333;
}

.module-num {
	font-family: impact;
	font-size: 120px;
	color: #f0f0f0;
}

.module-tit {
	position: relative;
	/* z-index: 1; */
	margin-top: -70px;
	font-size: 36px;
	color: #323232;
	line-height: 57px;
	background: white;
}

.module-tit span {
	font-size: 16px;
	color: #666;
}

.product-intro {
	padding-top: 40px;
}

.product-intro button {
	width: 217px;
	height: 63px;
	margin-top: 30px;
	font-size: 20px;
	color: white;
	border-radius: 5px;
	background: url(../img/gradient_bg1.html) repeat-y;
	background-size: 100%;
}

.intro-txt {
	margin: 20px 0 40px;
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.peculiarity-box {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 55px;
}

.peculiarity-box li {
	width: 200px;
	height: 251px;
	padding: 30px 30px 0;
	text-align: center;
}

.peculiarity-box li.on {
	background: url(../products/gradient_bg4.html) no-repeat;
}

.peculiarity-box li .icon2 {
	display: none;
}

.peculiarity-box li.on .icon1 {
	display: none;
}

.peculiarity-box li.on .icon2 {
	display: inline-block;
}

.peculiarity-box .d1 {
	padding: 15px 0 10px;
	font-size: 18px;
}

.peculiarity-box .d2 {
	font-size: 14px;
	color: #999;
	line-height: 1.6;
}

.peculiarity-box li.on .d2 {
	color: rgba(255, 255, 255, .5);
}

.peculiarity-box2 .d1 {
	color: white;
}

.aboutus {
	margin-bottom: 25px;
}

.aboutus a {
	float: left;
	width: 25%;
	height: 152px;
	padding-top: 20px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 34px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.aboutus a.on {
	color: white;
	background: url(../img/about_gradient.html) no-repeat center;
}

.title {
	font-size: 36px;
	text-align: center;
}

.text {
	margin-bottom: 30px;
	color: #666;
	line-height: 2;
}

.photo {
	display: block;
	margin: 30px auto;
}

.culture-box {}

.slogan {
	padding-bottom: 80px;
	text-align: center;

}

.slogan .d1 {
	padding: 20px 0 15px;
	font-size: 36px;
}

.slogan .d2 {
	font-size: 18px;
	color: #666;
}

.culture-box {
	margin-bottom: 20px;
}

.culture>div {
	width: 50%;
}

.culture .fl {
	padding: 35px 54px 25px 94px;
}

.culture .fr {
	padding: 35px 0px 25px 148px;
}

.culture .d1 {
	margin-bottom: 8px;
	font-size: 24px;
}

.culture .d2 {
	color: #666;
	line-height: 30px;
}

.culture1 {
	background: url(../img/culture_icon1.html) no-repeat left 35px;
}

.culture2 {
	background: url(../img/culture_icon2.html) no-repeat 50px 35px;
}

.culture3 {
	background: url(../img/culture_icon3.html) no-repeat left 35px;
}

.culture4 {
	background: url(../img/culture_icon4.html) no-repeat 50px 35px;
}

.news-head {
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

.news-head li {
	display: inline-block;
	margin: 0 24px;
	font-size: 18px;
	line-height: 100px;
	cursor: pointer;
}

.news-head li.on {
	color: #33a5dd;
	border-bottom: 3px solid #33a5dd;
}

.news-item {
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.news-body {
	width: 3600px;
	position: relative;
}


.news-body li>a {
	display: block;
	padding: 40px 0;
}

.news-body li>a+a {
	border-top: 1px dashed rgba(193, 193, 193, .5);
}

.news-title {
	font-size: 18px;
	color: #333;
}

.news-title .fr {
	font-size: 14px;
	color: #999;
}

.news-intro {
	color: #999;
	margin-top: 12px;
}

.honor-box {
	margin-top: 20px;
	margin-bottom: 130px;
}

.honor-box>div {
	float: left;
	width: 255px;
	margin-right: 60px;
	text-align: center;
	line-height: 68px;
	color: #666;
}

.honor-box>div:nth-child(4n) {
	margin: 0;
}

.img-box {
	height: 196px;
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;

}

.contact-box {
	padding: 20px 0 80px;
}

.contact-box .fr {
	width: 516px;
	margin-top: 24px;
}

.contact-box .fr .d1 {
	font-size: 30px;
}

.contact-box .fr .d2 {
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

.contact-box .fr .head {
	padding-top: 10px;
	font-size: 18px;
}

.num i {
	font-style: normal;
	color: #999;
	vertical-align: super;
}

ul.solution-items.clearfix {
	margin-left: -25px;
}

.customer-case.clearfix {
	margin-bottom: 100px;
}

.wulianwang-1 {
	background: url("../img/wulianwang-1.png");
}

.wulianwang-2 {
	background: url("../img/wulianwang-2.png");
}

.wulianwang-3 {
	background: url("../img/wulianwang-3.png");
}


.wulianwang-4 {
	background: url("../img/wulianwang-4.png");
}


.softwear {
	width: 100%;
	height: auto;
}

.advantage-top {
	width: 100%;
	min-height: 175px;
	max-height: 258px;
	overflow: hidden;
}

.advantage-top img {
	width: 100%;
	height: 100%;

}

.advantage-bottom {
	padding: 12px 20px;
}

.advantage-bottom {
	height: 176px;
	border: 1px solid #f1efed;
}

.advantage-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.advantage-list li:hover .advantage-top img {
	transform: scale(1.5);
	transition: all 1.5s;
}

.advantage-list li {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 20px;
}

.arrow {
	background: url("../img/arrow.png");
	width: 30px;
	height: 8px;
}

.folder {
	background: url("../img/folder.png");
	width: 33px;
	height: 29px;
}

.advantage-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

p.advantage-label {
	height: 78px;
	padding-top: 20px;
	border-top: 1px solid #d6d6d6;
	color: #666;
}

p.advantage-name {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}

.advantage-active .advantage-bottom {
	background-color: #0a6cf5;
	border: 1px solid #0a6cf5;

}

.advantage-active .advantage-name {
	color: #fff;
}

.advantage-active .advantage-label {
	color: #fff;
}

.advantage-active .arrow {
	background: url("../img/white-arrow.png");
}

.advantage-active .folder {
	background: url("../img/white-folder.png");
}

.advantage-item {
	position: relative;
}

.advantage-active .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 176px;
	background: url("../img/flower.png");
	background-size: 100% 100%;
}


.customized-box.clearfix {
	padding: 50px 0;
}

.customized {
	background: url("../img/flower2.png") #f9f9f9;
	background-size: 100% 100%;
}

.customized-list {
	/* width: 20%; */
	padding: 0 0px;
	list-style: none;
	margin: 0;
}


.customized-item {
	background: #fff;
	border-radius: 10px;
}

.customized-top img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.customized-list li {
	display: inline-block;
	width: calc(20% - 4px);
	padding: 0 10px;
}

.customized-middle {
	padding: 30px 10px 20px 35px;
}

p.customized-name {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #333;
	margin-bottom: 20px;
}

p.customized-name:before {
	content: '■';
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	left: -16px;
	top: 3px;
}


p.customized-name em {
	font-size: 14px;
	/* font-weight: normal; */
	font-style: normal;
}



p.customized-label {
	color: #666;
	line-height: 32px;
	white-space: nowrap;
}

.customized-bottom {
	padding: 30px 10px 20px 35px;
}


.news-list {
	list-style: none;

	margin: 0;

	padding: 0;

	border: 0;
}

.news-li {

	width: 33%;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 20px;
}

.news-top {
	width: 100%;
	height: 170px;
}

.news-item img {
	width: 100%;
	height: 100%;
}

.news-bottom {

	padding: 20px 20px;
}


.news-bottom a {
	position: relative;
}

.news-bottom a:before {
	content: '■';
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	left: -16px;
	top: 0px;
	color: #0a6cf5;
}

.more-news a {
	display: inline-block;
	padding: 10px 40px;
	font-size: 22px;
	color: #0a6cf5;
	border: 1px solid #0a6cf5;
	line-height: 26px;
	margin: 0;
}

.line-1 {
	width: 30px;
	height: 2px;
	background: #2196F3;
	margin: 0 auto 25px;
}

.adviser-box {
	width: 850px;
	padding: 40px 0;
	text-align: center;
	box-shadow: 0px 1px 11px 5px #d3d2d4;
	border-radius: 6px;
	margin: 0 auto;
	margin-bottom: 48px;
	background: #fff;
}

.submit-input {
	width: 360px;
	background: #f4f4f4;
	padding: 20px 20px;
	font-size: 18px;
	border-radius: 25px 0 0 25px;
}

a.submit-btn {
	font-size: 18px;
	color: #fff;
	background: #0a6cf5;
	padding: 20px 40px;
	border-radius: 45px;
	margin-left: -20px;
}

.adviser {

	background: url("../img/bottom-bg.jpg");

	padding-bottom: 40px;

	background-size: 100% 100%;
}


.consultation-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.float-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
	/* background: rgb(0,0,0,0.7); */
}

.products-item {
	position: relative;
	display: inline-block;
}

.products-info {

	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	height: 100%;
	width: 100%;
	padding: 52px 20px;
}

.products-name {
	color: #fff !important;
	font-size: 25px !important;
	font-weight: bold;
}

.products-label {
	color: #fff !important;
	font-size: 14px !important;
	margin-top: 30px;
}

.partner-list .swiper-wrapper {
	position: inherit;
}

.partner-box .swiper-slide {
	float: left;
	height: 185px;
	width: 269px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* 新增样式 */
.banner-container {
	padding-top: 74px;
}

/* .banner-container .swiper-wrapper{height: 485px;} */
.swiper-slide-w {
	position: relative;
	height: 500px;
	text-align: center;
}

.banner-container .swiper-slide-w {
	height: 535px;
}

.banner1_fr,
.banner1_fl {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
}

.swiper-slide-active .banner1_fr {
	animation: bounceInRight 2s 0s 1 linear both;
}

.solution-hot li {
	padding: 10px;
}

.solution-hot li a {
	transition: all 0.5s;
	display: block;
	height: 376px;
	color: #333333;
	background: url(../img/solution-item-bg.png);
	text-align: center;
	border: 1px solid #dddddd;
}

.solution-hot li a.active {
	background: url(../img/solution-active-bg.png);
	color: white;
	border: none;
	transition: all 0.5s;
}

.solution-hot li a.active .info .line {
	background: white;
}

.solution-hot li a.active .info img {
	filter: grayscale(100%) brightness(1000%);
}

.solution-hot li a .info {
	padding-top: 32px;
}

.solution-hot li a .info img {
	height: 69px;
}

.solution-hot li a .info .name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
}

.solution-hot li a .info .label {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
}

.solution-hot li a .info .line {
	width: 26px;
	height: 5px;
	background: #0a6cf5;
	margin: auto;
	border-radius: 8px;
	margin-top: 16px;
}

.solution-hot li a .pic {
	padding-top: 40px;
}

.solution-hot li a .pic img {
	max-height: 126px;
	max-width: 240px;
}

.solution-overview {
	text-indent: 2rem;
}





.solution2 {
	background: url(../img/solution_bg_02.png) top center no-repeat;
}

.solution2-box>.fr {
	width: 930px;
	overflow: hidden;
	height: 722px;
}

.solution2-list {
	height: 722px;
	width: 225px;
	background: url(../img/solution_left_bar_bg.png) no-repeat;
	margin-top: 0px;
}

.solution2-list li {
	width: 225px;
	height: 70px;
	background: none;
	text-align: center;
	padding-left: 0px;
	color: #939596;
	display: table;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
}

.solution2-list li .t1 {
	font-size: 20px;
	color: white;
}

.solution2-list li.hover:after {
	display: none;
}

.padding-top-190 {
	padding-top: 190px;
}

.solution2-list li.hover {
	background: url(../img/solution_item_hover_bg.png) no-repeat;
	transition: all 0.5s;
}

.solution2-list li>div {
	display: table-cell;
	vertical-align: middle;
}

.solution2-details {
	width: 4650px;
	position: relative;
}

.solution2 .solution-overview {
	width: 930px;
	height: 129px;
	overflow: hidden;
	color: #bfbfbf;
	padding: 0px;
	margin: 10px auto;
}

.solution2-details li {
	float: left;
	width: 930px;
	padding-left: 1px;
	padding-top: 25px;
	height: 722px;
}

.solution2 .flex img {
	max-width: 930px;
}

.flex {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
	clear: both;
	margin: auto;
	width: 100%;
}



.server-list {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
}

.server-list li {
	border: 1px solid #bfbfbf;
	text-align: center;
	background: white;
}

.server-list li .info img {
	margin-top: 30px;
	height: 67px;
}

.server-list li .info .name {
	margin-top: 15px;
	font-size: 20px;
	color: #333333;
}

.server-list li .info .line {
	height: 5px;
	width: 26px;
	background: #007AFF;
	border-radius: 8px;
	margin: auto;
	margin-top: 10px;
}

.server-list li .info .intro {
	font-size: 14px;
	color: #666666;
	line-height: 35px;
	padding: 30px;
	text-align: left;
	height: 165px;
	width: 372px;
	overflow: hidden;
}

.server-list li .info .pic img {
	max-width: 274px;
	max-height: 152px;
}

.server-list li a {
	display: block;
	width: 372px;
	height: 495px;
}

.server-list li a.active {
	background: url(../img/server-item-bg.png) no-repeat;
}

.flex-item:hover .moveup {
	-webkit-animation: bounce 1s ease 0s 1 both;
	animation: bounce 1s ease 0s 1 both;
}

.flex img:hover {
	-webkit-animation: bounce 1s ease 0s 1 both;
	animation: bounce 1s ease 0s 1 both;
}

.view-pic img:hover {
	-webkit-animation: bounce 1s ease 0s 1 both;
	animation: bounce 1s ease 0s 1 both;
}

.banner1_fr img:hover {
	-webkit-animation: bounce 1s ease 0s 1 both;
	animation: bounce 1s ease 0s 1 both;
}

.hard-box {
	padding: 40px 0px;
}

.hard-box .flex-item {
	text-align: center;
}

.hard-box .flex-item .marking_img img {
	max-width: 75px;
	max-height: 75px;
}

.hard-box .flex-item .dl_marking {
	font-size: 20px;
	color: #333333;
	line-height: 48px;
}


/* product page*/

.product-model {
	display: flex;
	flex-wrap: wrap;
}

.product-model-tit {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 40px;
	margin-top: 66px;
}

.product-item {
	width: 370px;
	margin-right: 45px;
	position: relative;
	margin-bottom: 54px;
}

.product-item .title {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	color: #191919;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.product-item .desc {
	font-size: 16px;
	line-height: 22px;
	color: #191919;
	opacity: .69;
	font-weight: 500;
}

.product-item:nth-child(3n) {
	margin-right: 0;
}

.product-item .img {
	width: 370px;
	height: 300px;
	line-height: 300px;
	background-color: #f5f5f5;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.product-item img {
	width: 325px;
	transition: all .3s ease-in-out;
	vertical-align: middle;
	align-items: center;
}

.bottom-line-gray {
	border-bottom: 2px solid #f2f2f2;
}

.child-nav{

    border-bottom: 1px solid #e1e1e1;
}

.child-nav-list{
    display: flex;
    align-items: center;
    height: 76px;
    line-height: 76px;
	justify-content: center;
}

.child-nav-list li{
    width: 150px;
    color: #333;
    font-size: 18px;
	float: left;
}

.child-nav-list li a{
    width: 110px;
    border-right: 1px solid #e1e1e1;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #333;
}

.child-nav-list li a:hover{
    color: #0a6cf5;
}

.active-child{
    color: #0a6cf5!important;
}