@charset "UTF-8";

/*全局*/
@font-face {
	font-family: "DIN-Medium";
	src: url("../fonts/DIN-Medium.otf") format("opentype");
}

body {
	font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", "DIN-Medium", Arial, sans-serif;
	background: #fff;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html,
body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
span,
table,
th,
td,
form {
	margin: 0;
	padding: 0
}

body,
input,
button,
select,
textarea {
	font: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

img {
	border: none;
}

.hid {
	display: none;
}


li,
h2,
h3,
p,
span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

li {
	list-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	transition: color 0.2s ease-in-out 0s;
	-webkit-transition: color 0.2s ease-in-out 0s;
	-moz-transition: color 0.2s ease-in-out 0s;
	text-decoration: none;
}

a:hover {
	color: #fcd000;
}

h2 {
	font-size: 48px;
	color: #2c2727;
	text-align: center;
	font-weight: normal;
}

h3 {
	color: #a1a1a1;
	font-size: 20px;
	color: #a1a1a1;
	text-align: center;
	margin-top: 5px;
}

h5 {
	color: #929293
}

.row {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.font-din {
	font-family: "DIN-Medium";
}


/*导航*/

.jr {
	margin-bottom: 50px;
}

.nav {
	min-width: 920px;
	position: static;
	width: 100%;
	z-index: 101;
}

.nav {
	left: 0;
	position: fixed;
	_position: absolute;
	top: 0;
	height: 76px;
	transition: border-bottom-color .2s;
	background: url(../images/topbar_bg_03.png);
	/*background-image: -webkit-image-set(url(../images/topbar_bg_03.png) 1x,url(../image/topbar_bg_03@2x.png) 2x);*/
}

#nav .logo-outer {
	display: inline-block;
	margin-top: 14px;
	width: 140px;
	height: 40px;
	background: url(../images/logo.svg) center no-repeat;
	background-size: 140px 40px;
	/*background-image: -webkit-image-set(url(../images/logo1.png) 1x,url(../image/logo1@2x.png) 2x); */
	float: left;
}

#nav2 {
	background: transparent !important;
}

#nav2 .logo-outer {
	float: left;
	display: inline-block;
	margin-top: 19px;
	width: 140px;
	height: 40px;
	background: url(../images/qb-logo.svg) center no-repeat;
	background-size: 140px 40px;
	/*background-image: -webkit-image-set(url(../images/logo.png) 1x,url(../image/logo@2x.png) 2x);*/
}

.nav .logo-inner {
	display: block
}

.nav .menu {
	top: 0;
}

.nav ul {
	_display: inline;
	float: left;
	/*width:570px;*/
	margin-top: 3px;
	margin-left: 50px;
}

.nav li {
	float: left;
	padding-left: 40px;
	padding-left: 40px;
}

a.tel {
	float: right;
	_display: inline;
	margin-top: 18px;
	padding-left: 40px;
	border-radius: 24px;
	border: 2px solid #fff;
	background: url(../images/phone.svg)no-repeat 10px center / 24px;
	/*background-size: 24px;*/
	/*background-image: -webkit-image-set(url(../images/phone.png) 1x, url(../image/phone@2x.png) 2x);*/
	transition: all 0.2s;
	font-size: 18px;
	font-weight: 600;
	font-family: "DIN-Medium";
}

#nav .tel {
	border-color: #333;
	border-radius: 24px;
	background: url(../images/phone_roll.svg) 12px center no-repeat;
	background-size: 24px;
	transition: background 0.2s;
	color: #000;
}

.nav li.tel {
	background: url(../images/phone2.png) no-repeat center;
	background-image: -webkit-image-set(url(../images/phone2.png) 1x, url(../image/phone2@2x.png) 2x);
	width: 203px;
	height: 60px;
	_display: inline;
	margin-left: 50px;
	cursor: pointer;
}

a.tel:hover,
#nav .tel:hover {
	/*background: url(../images/phone_selected.png) no-repeat center;*/
}

.nav li a,
#nav2 li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 70px;
	margin: 0 10px;
	text-decoration: none;
	text-align: center;

}

.nav li a {
	color: #999;
}

.nav li a span {
	font-weight: bold;
}

#nav li.active a {
	color: #1b1b1b;
	border-bottom: 3px solid #fcd000;
}

.nav li a:hover {
	color: #1b1b1b;
}

#top-menu .logo-outer {
	display: inline-block;
	margin-top: 19px;
	width: 140px;
	height: 40px;
	background: url(../images/logo.svg) center no-repeat;
	background-size: auto;
	background-size: 140px 40px;
	float: left;
}

#top-menu .tel {
	border-color: #333;
	border-radius: 24px;
	background: url(../images/phone_roll.svg) 12px center no-repeat;
	background-size: 24px;
	transition: background 0.2s;
	color: #000;
}

.index-style .site-title a {
    background-image: url("../images/logo_white.svg");
}

.index-style #site-nav .down-menu a {
    color: #fff;
    padding: 0 !important;
}

.index-style #site-nav .down-menu a:hover {
    color: #fff;
}

#nav-header.shadow .index-style #site-nav .down-menu a {
    color: #999;
    padding: 0 !important;
}

#top-menu .index-style .tel {
    border-color: #fff;
    color: #fff;
    background-image: url(../images/phone.svg);
}
#nav-header.shadow #top-menu .index-style .tel {
    border-color: #1b1b1b;
    color: #1b1b1b;
    background-image: url(../images/phone_roll.svg);
}

#top-menu li.active a {
	color: #1b1b1b;
	border-bottom: 3px solid #FCD000;
}

#top-menu ul.menu dl.pulldown-menu>dd>a {
	line-height: 30px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 8px 60px;
	margin-top: -10px;
	margin-bottom: 6px;
	/*position: absolute;*/
	box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
	font-weight: bold;
	/*margin-left: -50px;*/
	border-bottom: 0;
	color: #999;
}

#top-menu ul.menu dl.pulldown-menu>dd>a:hover {
	color: #1b1b1b;
}

.onpage_intro .nav {
	border-bottom-color: transparent;
	background: #fff !important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixed-topbg img {
	height: 100%;
	opacity: 0;
}

.fixed-topbg {
	width: 100%;
	/* min-height: 100%;
	height: 100%; */
	overflow: hidden;
	position: relative;
	/* top: 0px; */
	background-attachment: fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	text-align: center;
	background-image: url(../images/topbg@2x.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
    z-index: 1;
}

.menu li {
	transition: opacity 0.2s ease-in-out 0s;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	text-decoration: none;
}

.pulldown .pulldown-menu {
	display: none;
	position: absolute;
	margin-left: -60px;
}

#nav ul.menu dl.pulldown-menu {}

#nav ul.menu dl.pulldown-menu>dd>a {
	line-height: 30px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 8px 60px;
	margin-top: -6px;
	margin-bottom: 6px;
	/* position: absolute; */
	box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
	font-weight: bold;
	/* margin-left: -50px; */
	border-bottom: 0;
	color: #999;
}

#nav ul.menu dl.pulldown-menu>dd>a:hover {
	color: #1b1b1b;
}

#nav2 ul.menu dl.pulldown-menu>dd>a {
	line-height: 30px;
	background: rgba(255, 255, 255, 0.05) none repeat scroll 0% 0%;
	padding: 8px 60px;
	margin-top: -6px;
	margin-bottom: 6px;
	/* position: absolute; */
	box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
	font-weight: bold;
	/* margin-left: -50px; */
	border-bottom: 0;
}

/* #nav2 ul.menu dl.pulldown-menu>dd>a:hover{
	border-bottom: 3px solid #fcd000;
} */
/* .menu li:hover {
	opacity: 0.6;
} */

/*大图展示*/

.page-intro {
	background: #E2E7E9;
}

.page-wrap {
	margin: 0 auto;
	position: relative;
}

.page-inner {
	_height: 100%;
	left: -120px;
	margin: 0;
	min-height: 100%;
	position: absolute;
	_position: static;
	right: -120px;
	top: 0;
	width: auto;
	_width: 1240px
}

.ldpage {
	height: 700px;
	background: url(../images/ldbanner.png) center no-repeat;
	background-size: cover;
}

.papercase {
	height: 700px;
	background: url(../images/caseBanner.png) center no-repeat;
	background-size: cover;
}

.paperabout {
	height: 700px;
	background: url(../images/about_banner.png) center no-repeat;
	background-size: cover;
}

.paperContact {
	height: 700px;
	background: url(../images/contact_banner.png) center no-repeat;
	background-size: cover;
}

.serviceContact {
	height: 700px;
	background: url(../images/service_banner.png) center no-repeat;
	background-size: cover;
}

.solution_banner {
	height: 700px;
	background: url(../images/solution/top_banner.jpg) center no-repeat;
	background-size: cover;
}

/*.papercase .text1case {
	margin-top: -80px;
}
.papercase .text2case {
	margin-top: 0;
}
.paperabout .text1case {
	margin-top: -80px;
}
.paperabout .text2case {
	margin-top: 0;
}
.paperContact .text1case {
	margin-top: -80px;
}
.paperContact .text2case {
	margin-top: 0;
}
.serviceContact .text1case {
	margin-top: -80px;
}
.serviceContact .text2case {
	margin-top: 0;
}*/
.caseList li h3 {
	text-align: left;
	color: #1b1b1b;
	font-size: 26px;
	padding-left: 10px;

}

.caseList li p {
	font-size: 16px;
	color: #1b1b1b;
	padding-left: 10px;
}

.serviceContact .heading {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

@keyframes yx {
	0% {
		transform: opacity: 2;
	}

	100% {
		opacity: 0.2
	}
}

@-webkit-keyframes yx {
	0% {
		transform: opacity: 2
	}

	100% {
		opacity: 0.2
	}
}

@-moz-keyframes yx {
	0% {
		transform: opacity: 2
	}

	100% {
		opacity: 0.2
	}
}

.apl:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.opa {
	opacity: 0;
	opacity: 1\9\0;
}

.text1case {
	animation: pro_1_n1 0.5s 0.2s forwards ease;
	-webkit-animation: pro_1_n1 0.5s 0.2s forwards ease;
	-moz-animation: pro_1_n1 0.5s 0.2s forwards ease;
	height: 73px;
	position: absolute;
	top: 80%;
	left: 30%;
	margin-top: -40px;
	margin-left: -495px;
	width: 980px;
	font-size: 70px;
	font-weight: normal;
	line-height: 73px;
	line-height: 105px\9;
	*line-height: 105px;
	color: #fff;
	vertical-align: middle;
}

.text2case {
	width: 860px;
	overflow: hidden;
	font-size: 36px;
	line-height: 65px;
	color: #FFFFFF;
	height: 65px;
	position: absolute;
	top: 80%;
	left: 47%;
	margin-top: 32px;
	margin-left: -391px;
	animation: pro_1_n1 0.5s 0.3s forwards ease;
	-webkit-animation: pro_1_n1 0.5s 0.3s forwards ease;
	-moz-animation: pro_1_n1 0.5s 0.3s forwards ease;
}

.work_dongha .heading .text2case {
	font-size: 27px;
	left: 30%;
}

.work_taixiang .heading .text2case {
	font-size: 22px;
	top: 70%;
	left: 35%;
}

.text3case {
	font-size: 42px;
	color: #FFFFFF;
	overflow: hidden;
	width: 160px;
	height: 40px;
	line-height: 40px;
	line-height: 60px\9;
	*line-height: 60px;
	position: absolute;
	top: 80%;
	left: 50%;
	margin-top: 30px;
	margin-left: -80px;
	animation: pro_1_n1 0.5s 0.4s forwards ease;
	-webkit-animation: pro_1_n1 0.5s 0.4s forwards ease;
	-moz-animation: pro_1_n1 0.5s 0.4s forwards ease;
}

.text3case span {
	font-size: 18px;
}

.text4case {
	width: 200px;
	height: 60px;
	line-height: 60px;
	/*cursor: pointer;
	color: #FFFFFF;
	background: url(../images/qq.png) left no-repeat;*/
	overflow: hidden;
	position: absolute;
	top: 80%;
	left: 50%;
	margin-top: 85px;
	margin-left: -100px;
	animation: pro_1_n1 0.5s 0.4s forwards ease;
	-webkit-animation: pro_1_n1 0.5s 0.4s forwards ease;
	-moz-animation: pro_1_n1 0.5s 0.4s forwards ease;
}

@keyframes pro_1_n1 {
	0% {
		transform: translate(0px, 130px);
		opacity: 0
	}

	30% {
		opacity: 1
	}

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

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

	30% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		opacity: 1
	}
}

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

	30% {
		opacity: 1
	}

	100% {
		-moz-transform: translate(0px, 0px);
		opacity: 1
	}
}

/*.text4case:hover {
	background: url(../images/qq_selected.png) no-repeat left;
}*/

.indexQQ {
	display: block;
	width: 200px;
	height: 60px;
}

.btn-outline-inverse {
	color: #fff;
	border-color: #1b1b1b;
	border: 2px solid #1b1b1b;
}

.btn-outline-inverse:focus,
.btn-outline-inverse:hover {
	color: #fff;
	background-color: #fcd000;
}

.btn-outline-inverse.tel:hover {
	border-color: #fcd000;
}

.more_works .btn-outline-inverse:focus,
.more_works .btn-outline-inverse:hover {
	color: #fff;
	background: #1B1B1B;
}

.btn-lg {
	padding: 14px 52px;
	border-radius: 0px;
	font-size: 24px;
	color: #1b1b1b;
}

/*IE 11 hack*/

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.text1case {
		line-height: 105px;
	}

	*::-ms-backdrop,
	.text3case {
		line-height: 60px;
	}
}

.site-casa .M-pqr-wrap {
	position: fixed;
	_position: absolute;
	z-index: 4
}

.container {
	height: 100%;
	margin: 0 auto;
	margin-top: 80px;
}

.page {
	overflow: hidden
}

/*底部*/

.footer {
	color: #D0D1D3;
	overflow: hidden;
	background: #4a5054;
	width: 100%;
}

.footer .about {
	width: 870px;
	padding-top: 30px;
	margin: 0 auto;
}

.footer .about .navL {
	float: left;
	margin-top: 5px;
}

.footer .about .navL li {
	float: left;
	margin-right: 38px;
	font-size: 16px;
	color: #eee;
}

.footer .about .navL li.gap {
	height: 16px;
	overflow: hidden;
	margin-top: 3px;
	font-weight: normal;
}

.footer .about .navL li a {
	color: #eee;
}

.footer .about .snsR {
	float: right;
	padding-right: 5px;
}

.footer .about .snsR li {
	float: left;
	margin-left: 12px;
}

.zCool {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background: #fdad00 url(../images/zcool.svg) center no-repeat;
	background-size: 24px;
}

.zWeibo {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background: #DD302D url(../images/weibo.svg) center no-repeat;
	background-size: 24px;
}

.zWeixin {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background: #30AF2C url(../images/weixin.svg) center no-repeat;
	background-size: 24px;
}

.bContact {
	padding: 70px 0 100px;
	font-size: 18px;
}

.zPhone {
	background: url(../images/phone.svg) no-repeat;
	background-size: 20px;
	padding-left: 32px;
	color: #ecf0f1;
	font-family: "DIN-Medium";
}

.zMail {
	background: url(../images/mail.svg) no-repeat;
	background-size: 24px;
	margin-left: 220px;
	padding-left: 32px;
	color: #ecf0f1;
	font-family: "DIN-Medium";
}

.zQQ {
	float: right;
	background: url(../images/qq.svg) no-repeat;
	background-size: 24px;
	padding-left: 32px;
	color: #ecf0f1;
	font-family: "DIN-Medium";
}

.copyright {
	color: #777c7f;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
}

.copyright a {
	color: #777C7F;
}

.copyright a:hover {
	color: #fcd000;
	;
}

/*首页案例*/

.projectinfo {
	width: 100%;
	height: 0px;
	background: #fff;
}

.projectinfo .meta {
	width: 100%;
	padding: 10px;
	color: #555;
	font-size: 16px;
}

.projectinfo .meta h4 {
	font-weight: normal;
}

.portfolio-grid li {
	width: 400px;
	height: 360px;
	margin: 0;
	float: left;
	position: relative;
	overflow: hidden;
}

.portfolio-grid2 li {
	width: 385px;
	height: 257px;
	float: left;
	position: relative;
	overflow: hidden;
}

.portfolio-grid2 li img {
	width: 385px;
	height: 257px;
}

/* 侧边栏滚动工具条   */

.fl2 {
	border: 1px #5b5b5b solid;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
	line-height: 35px;
}

.rides-cs {
	font-size: 24px;
	position: fixed;
	top: 0px;
	right: 0px;
	_position: absolute;
	z-index: 1500;
	display: none;
}

.rides-cs a {
	color: #a9a9a9;
	text-decoration: none;
}

.rides-cs a:hover {
	color: #fcd000;
	text-decoration: none;
}

.rides-cs .floatL {
	width: 130px;
	float: left;
	position: relative;
	z-index: 1;
	height: 60px;
}

.rides-cs .floatL2 {
	width: 130px;
	float: left;
	position: relative;
	z-index: 1;
	height: 60px;
}

.rides-cs .floatR {
	width: 130px;
	float: left;
	overflow: hidden;
}

.rides-cs .floatR .cn {
	background: #2e3139;
	padding: 10px 20px;
	color: #a9a9a9;
	min-height: 100%;
}

.rides-cs .cn ul {
	padding: 0px;
	padding-bottom: 0px;
}

.rides-cs .cn ul li {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	border-bottom: 1px #333 solid;
	font-size: 18px;
}

.rides-cs .cn ul li a {
	color: #a9a9a9;
	width: 280px;
	display: block;
}

.rides-cs .cn ul li a:hover {
	color: #fcd000;
	text-decoration: none;
}

.rides-cs .cn ul li img {
	vertical-align: middle;
}

.rides-cs .floatL a {
	font-size: 0;
	text-indent: -999em;
	display: block;
	position: relative;
	z-index: 9;
	left: 0;
	background: url(../images/menu.png) left 16px no-repeat;
	display: block;
	height: 100%;
	padding: 0px;
}

#aFloatTools_Show {
	height: 80px;
}

.rides-cs .floatL2 a {
	font-size: 0;
	text-indent: -999em;
	display: block;
	position: relative;
	z-index: 9;
	left: 0;
	background: url(../images/menu2.png) left 16px no-repeat;
	display: block;
	height: 60px;
	padding: 0px;
}

/* 服务宗旨 */

.eighty>h2 {
	font-size: 40px;
	font-weight: bold;
	color: #1b1b1b;
}

.eighty ul li a {
	color: #1b1b1b;
}

.eighty ul li a:hover {
	/* color: #000; */
}

.eighty>h3 {
    font-family: "DIN-Medium";
	font-size: 24px;
	color: #999;
}

.eighty>h3.font-din {
	font-family: "DIN-Medium";
}

.fu li {
	float: left;
	width: 33.3%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-size: 16px !important;
}

.fu li img {
	width: 100%;
}

.fu li h2 {
	font-size: 26px;
	color: #1b1b1b;
	text-align: left;
	font-weight: bold;
	padding: 25px 0 5px;
}

.en-h {
	height: 60px;
}

.fu li h3 {
	font-size: 16px;
	color: #1b1b1b;
	text-align: left;
	width: 93%;
	font-weight: normal;
	line-height: 28px;
    letter-spacing: 0;
}

.heading {
	width: 100%;
	/* height: 320px; */
	position: absolute;
	bottom: 24%;
	z-index: 100;
	/* left: 0px; */
	/* margin-bottom: -147px; */
	text-align: center;
}
.text1case.font-din{
	margin-left: 80px;
}

.anli-head h2{
	font-size: 60px;
	text-align: left;
	color: #fff;
}
.anli-head p{
	font-size: 24px;
	text-align: left;
}

.head-text {
	/* background: url(../images/in-bg.png) no-repeat center; */
	width: 44%;
	border-left:4px solid white;
	padding-left: 24px;
	padding-bottom: 20px;
	overflow: hidden;
	/* padding-top: 36%;
	position: relative; */
}

.head-text h1{
	font-size: 64px;
	color: #fff;
	font-weight: bold;
	text-align:left;
    line-height: 1.2em;
}

.head-text h2 {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	margin: 12px 0 0;
	font-weight: 300;
	text-align:left;
}

.head-text h2 > em {
	background-image: linear-gradient(to bottom, transparent 65%, #fcd000 10%);
	font-style: normal;
}
.head-text.font-din{
	padding-top: 300px;
	padding-bottom: 354px;
}

.head-text span {
	display: block;
	width: 84px;
	height: 8px;
	background: #fcd000;
	margin: 44px auto;
}

.head-text p {
	font-family: DIN-Medium;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: -0.1px;
}

.head-text .i1 {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 12px;
	height: 12px;
	border: 4px solid #fcd000;
	border-radius: 50%;
}

.head-text .i2 {
	position: absolute;
	right: 20px;
	top: 100px;
	width: 10px;
	height: 10px;
	border: 4px solid #fcd000;
}

.head-text .i3 {
	position: absolute;
	left: 20px;
	bottom: 100px;
	width: 10px;
	height: 10px;
	border: 4px solid #fcd000;
	transform: rotate(-315deg);
}

.head-text .i4 {
	position: absolute;
	right: 20px;
	bottom: 100px;
	width: 25px;
	height: 22px;
	background: url(../images/sanj.png) no-repeat center;
}

/*地图*/

.sumiMap>div {
	height: 600px;
	background: url(../images/map.png) no-repeat top center / cover;
	background: url(../images/map.png) no-repeat top center\0;
	margin-top: 110px;
}

.sumiMap>div .row {
	position: relative;
	height: 100%;
}

.sumiMap>div .row .add {
	width: 80px;
	height: 80px;
	background: url(../images/addTip.png) no-repeat 0 0;
}

.sumiMap>div .row .add1 {
	position: absolute;
	top: 270px;
	left: 550px;
}

.sumiMap>div .row .add2 {
	position: absolute;
	top: 220px;
	left: 710px;
}

.sumiMap>div .row .add span {
	cursor: pointer;
	background: #fcd000;
	font-size: 16px;
	border-radius: 4px;
	width: 180px;
	padding: 8px 10px;
	color: #4d4d4d;
	position: absolute;
	bottom: 83px;
	left: 25%;
	margin-left: -80px;
}

.sumiMap>div .row .add span i {
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 8px;
}

/*关于我们*/

.contactUs .head {
	width: 880px;
	margin: 0 auto;
}

.contactUs .head h2 {
	font-weight: normal;
	margin-bottom: 50px;
}

.contactUs .head p {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 50px;
	line-height: 30px;
}

.contactUs .contactBody {
	width: 430px;
	margin: 0 auto;
}

.contactUs .contactBody .wechat {
	text-align: center;
}

.contactUs .contactBody .wechat h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin: -20px 0 80px;
}

.contactUs .contactBody .addTit {
	text-align: left;
	color: #000;
	font-size: 25px;
	padding: 0 30px;
	margin-bottom: 10px;
}

.contactUs .contactBody .addCon {
	padding: 0 30px;
	font-size: 16px;
	margin-bottom: 40px;
}

.contactUs .contactBody .contactQQ {
	display: block;
	width: 220px;
	height: 50px;
	background: url(../images/qqduihua.png) no-repeat left top;
	margin: 40px 0 80px 30px;
}

.contactUs .contactBody .contactQQ:hover {
	background: url(../images/qqduihua_selected.png) no-repeat left top;
}

.timeline li {border-bottom: 1px solid #ddd; padding: 27px 0 27px 10px;}
.timeline li span, .timeline li .item {float: left;}
.timeline li span {margin-right: 40px; display: inline-block; width:123px;height:74px;font-size:64px;font-family:DINAlternate-Bold,DINAlternate;font-weight:bold;color:rgba(27,27,27,0.51);line-height:74px;}
.timeline li span strong { color: #1B1B1B; }
.timeline li .item {width: 138px; height: 74px; margin: 0 15px; margin-top: -7px; text-align: justify;}

.zhize {
	font-size: 16px;
	color: #1b1b1b;
}

.about2 p {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #1b1b1b;
}
.about2 p>span{
	background-image: linear-gradient(to bottom, transparent 65%, #fcd000 10%);
}

.aboutTit {
	font-size: 32px;
}

.aboutSubTit {
	margin-bottom: 10px;
}

p.subTit {
	font-size: 24px;
	font-weight: 480;
}

.tit {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #000;

}

.tit1 {
	font-size: 22px;
	color: #000;
	margin-top: 20px;
	font-family: "DIN-Medium";
}

.tit3 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}
.logos {
    margin: 0 -10px;
}
.logos li {
	opacity: 0;
}

.logos li p {}

.logos li {
	float: left;
	width: 224px;
	position: relative;
    margin: 40px 10px 0;
}

.logos li img {
	width: 224px;
}

.logo01 {
	animation: logoon 0.5s 0.1s forwards ease;
	-webkit-animation: logoon 0.5s 0.1s forwards ease;
	-moz-animation: logoon 0.5s 0.1s forwards ease;
}

.logo02 {
	animation: logoon 0.5s 0.2s forwards ease;
	-webkit-animation: logoon 0.5s 0.2s forwards ease;
	-moz-animation: logoon 0.5s 0.2s forwards ease;
}

.logo03 {
	animation: logoon 0.5s 0.3s forwards ease;
	-webkit-animation: logoon 0.5s 0.3s forwards ease;
	-moz-animation: logoon 0.5s 0.3s forwards ease;
}

.logo04 {
	animation: logoon 0.5s 0.4s forwards ease;
	-webkit-animation: logoon 0.5s 0.4s forwards ease;
	-moz-animation: logoon 0.5s 0.4s forwards ease;
}

.logo05 {
	animation: logoon 0.5s 0.5s forwards ease;
	-webkit-animation: logoon 0.5s 0.5s forwards ease;
	-moz-animation: logoon 0.5s 0.5s forwards ease;
}

.logo06 {
	animation: logoon 0.5s 0.6s forwards ease;
	-webkit-animation: logoon 0.5s 0.6s forwards ease;
	-moz-animation: logoon 0.5s 0.6s forwards ease;
}

.logo07 {
	animation: logoon 0.5s 0.7s forwards ease;
	-webkit-animation: logoon 0.5s 0.7s forwards ease;
	-moz-animation: logoon 0.5s 0.7s forwards ease;
}

.logo08 {
	animation: logoon 0.5s 0.8s forwards ease;
	-webkit-animation: logoon 0.5s 0.8s forwards ease;
	-moz-animation: logoon 0.5s 0.8s forwards ease;
}

.logo09 {
	animation: logoon 0.5s 0.9s forwards ease;
	-webkit-animation: logoon 0.5s 0.9s forwards ease;
	-moz-animation: logoon 0.5s 0.9s forwards ease;
}

.logo010 {
	animation: logoon 0.5s 1.0s forwards ease;
	-webkit-animation: logoon 0.5s 1.0s forwards ease;
	-moz-animation: logoon 0.5s 1.0s forwards ease;
}

.logo011 {
	animation: logoon 0.5s 1.1s forwards ease;
	-webkit-animation: logoon 0.5s 1.1s forwards ease;
	-moz-animation: logoon 0.5s 1.1s forwards ease;
}

.logo012 {
	animation: logoon 0.5s 1.2s forwards ease;
	-webkit-animation: logoon 0.5s 1.2s forwards ease;
	-moz-animation: logoon 0.5s 1.2s forwards ease;
}

.logo013 {
	animation: logoon 0.5s 1.3s forwards ease;
	-webkit-animation: logoon 0.5s 1.3s forwards ease;
	-moz-animation: logoon 0.5s 1.3s forwards ease;
}

.logo014 {
	animation: logoon 0.5s 1.4s forwards ease;
	-webkit-animation: logoon 0.5s 1.4s forwards ease;
	-moz-animation: logoon 0.5s 1.4s forwards ease;
}

.logo015 {
	animation: logoon 0.5s 1.5s forwards ease;
	-webkit-animation: logoon 0.5s 1.5s forwards ease;
	-moz-animation: logoon 0.5s 1.5s forwards ease;
}

@keyframes logoon {
	0% {
		transform: translate(0px, 130px);
		opacity: 0
	}

	30% {
		opacity: 1
	}

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

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

	30% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		opacity: 1
	}
}

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

	30% {
		opacity: 1
	}

	100% {
		-moz-transform: translate(0px, 0px);
		opacity: 1
	}
}

ul.workShop1 {
	margin-top: 40px;
}

ul.workShop1 li {
	width: 386px;
	height: 280px;
	float: left;
	margin-right: 21px;
}

ul.workShop2 li {
	float: left;
	margin: 20px 20px 0 0;
}

ul.business {
	margin-top: 20px;
	background: url(../images/about_line.png) no-repeat left top;
}

ul.business li {
	float: left;
	width: 20%;
	height: 120px;
	padding: 2px;
	box-sizing: border-box;
	/* cursor: pointer; */
	/*border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; margin-left: -1px;*/
}

ul.business li img {
	width: 100%;
	height: 100%;
}

ul.business li.b-one {
	background: url(../images/custmer/b-one-a.png) no-repeat center center;
}

/* ul.business li.b-one:hover {
	background: url(../images/custmer/b-one-b.png.png) no-repeat center center;
} */

ul.business li.dawanhulian {
	background: url(../images/custmer/dawanhulian-a.png) no-repeat center center;
}

ul.business li.deqinzhongguo {
	background: url(../images/custmer/deloitte-a.png) no-repeat center center;
}

ul.business li.fushikang {
	background: url(../images/custmer/fushikang-a.png) no-repeat center center;
}

ul.business li.hengbo {
	background: url(../images/custmer/holpe-a.png) no-repeat center center;
}

ul.business li.huarunchuangye {
	background: url(../images/custmer/huarunchuangye-a.png) no-repeat center center;
}

ul.business li.huarunzhidi {
	background: url(../images/custmer/huarunzhidi-a.png) no-repeat center center;
}

ul.business li.wuxianji {
	background: url(../images/custmer/infinitus-a.png) no-repeat center center;
}

ul.business li.jindie {
	background: url(../images/custmer/jindie-a.png) no-repeat center center;
}

ul.business li.jingxun {
	background: url(../images/custmer/jingxun-a.png) no-repeat center center;
}

ul.business li.minsheng {
	background: url(../images/custmer/mingshengbank-a.png) no-repeat center center;
}

ul.business li.qicaihong {
	background: url(../images/custmer/qicaihong-a.png) no-repeat center center;
}


ul.business li.qidi {
	background: url(../images/custmer/qidixiexin-a.png) no-repeat center center;
}

ul.business li.renrenle {
	background: url(../images/custmer/renrenle-a.png) no-repeat center center;
}

ul.business li.SGS {
	background: url(../images/custmer/SGS-a.png) no-repeat center center;
}

ul.business li.xiaobawang {
	background: url(../images/custmer/xiaobawang-a.png) no-repeat center center;
}

ul.business li.yuke {
	background: url(../images/custmer/yukexueyuan-a.png) no-repeat center center;
}

ul.business li.yiqi {
	background: url(../images/custmer/zhongguoyiqi-a.png) no-repeat center center;
}

ul.business li.zhongxing {
	background: url(../images/custmer/zhongxing-a.png) no-repeat center center;
}

ul.business li.chuying {
	background: url(../images/business/chuying.png) no-repeat center center;
	background-size: 80%;
}

ul.business li.wenjiaosuo {
	background: url(../images/business/wenjiaosuo.png) no-repeat center center;
	background-size: 85%;
}



ul.business li.shuliang {
	line-height: 120px;
	text-align: center;
	font-size: 40px;
	font-family: "DIN-Medium";
	color: #1b1b1b;
}

.zp {
	width: 45%;
	float: left
}

.zp2 {
	width: 45%;
	margin-left: 10%;
	float: left
}

.zp p {
	line-height: 28px;
}

.zp2 p {
	line-height: 28px;
}

.recruit {
	margin-top: 30px;
	margin-bottom: 80px;
}

/*服务*/

.industry {
	margin-top: 50px;
}

.industry ul li {
	float: left;
	position: relative;
	text-align: center;
}

.industry ul li .text {
	position: absolute;
	width: 100%;
}

.industry ul li .text h2 {
	color: #fff;
	font-size: 36px;

}

.industry ul li .text p {
	font-size: 16px;
	color: #fff;
}

.industry ul li.txtBottom .text {
	bottom: 70px;
}

.industry ul li.txtTop .text {
	top: 70px;
}

.serviceList {
	margin-top: 60px;
}

.serviceList li {
	float: left;
	width: 25%;
	text-align: center;
}

.serviceList li img {
	width: 128px;
	height: 128px;
}

.serviceList li h3 {
	color: #1b1b1b;
	font-weight: bold;
	margin: 25px 0 10px;
}

.serviceList li p {
	font-size: 16px;
	line-height: 30px;
	color: #1b1b1b;
	font-weight: normal;
}

.procedure {
	margin-top: 50px;
}

.procedure li {
	width: 20%;
	float: left;
}

.procedure li h3 {
	color: #000;
	font-size: 26px;
	margin: 15px 0 10px;
	font-weight: normal;

	text-align: left;
}

.procedure li p {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding-right: 20px;
	color: #1b1b1b;
}

.team_advantage {
	margin-top: 40px;
	margin-bottom: 80px;
}

.team_advantage li {
	width: 20%;
	float: left;
}

.team_advantage li h3 {
	color: #1b1b1b;
	font-size: 26px;
	margin: 15px 0 10px;
	font-weight: normal;

	text-align: center;
}

.team_advantage li p {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	color: #1b1b1b;
	text-align: center;
}

.terminal {
	margin: 40px 0 80px;
}

/* 首页背景视频 */
.fixed-topbg {
	background-image: none;
}

.imge-video {
	/* position: relative;
	left: 0;
	top: 0; */
	vertical-align: bottom;
	width: 100%;
}

.mask-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.4)*/
}

.col-sm6 {
	width: 50%;
	float: left;
}

.num-p {
	color: #fcd000;
	font-size: 160px;
	line-height: 1;
	font-family: "DIN-Medium";
}

.en-p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 1;
	font-family: "DIN-Medium";
}

.cn-p {
	color: #fcd000;
	font-size: 38px;
	margin-top: 32px;
	line-height: 1;
	font-weight: bold;
}

.text-r {
	text-align: right;
}

.text-l {
	text-align: left;
}

.banner-text {
	margin-top: 150px;
	border-left: 1px solid #fff;
}

.banner-text span {

}

.color-showme {
	color: #fcd000;
}

.anli-top .banner-p2 {
    padding-bottom: 10px;
}

/*首页案例 */
.new-case {
	-moz-column-count: 2;
	/* Firefox */
	-webkit-column-count: 2;
	/* Safari 和 Chrome */
	column-count: 2;
	column-gap: 20px;
	margin-top: 30px;
}

.new-case .case-div {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.case-div img {
	width: 100%;
	vertical-align: top;
	transition: all 0.6s;
}

.case-div a:hover img {
	transform: scale(1.05);
}

.new-case .case-text {
	margin-left: 40px;
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: left;
	bottom: 40px;
}

.case-text h4 {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 24px;
}
.case-text.font-din h4{
	font-size: 32px;
}

.case-text p>span {
	padding: 6px 12px;
	margin-right: 8px;
	font-size: 14px;
	color: #FFFFFF;
}

.case-text .p-zx>span {
	color: #fff;
	background: rgba(27, 27, 27, 0.8);
}

.case-text .p-fw>span {
	color: #fff;
	background: rgba(27, 27, 27, 0.8);
}

.case-text .p-rrl>span {
	color: #fff;
	background: rgba(27, 27, 27, 0.8);
}

.case-text .p-b1>span {
	color: #fff;
	background: rgba(27, 27, 27, 0.8);
}

.home-case {
	margin: 0 -10px;
	margin-top: 30px;
}
.home-case .case-text {
	margin-left: 0px;
  position: static;
}
.home-case .case-div {
	width: 590px;
	margin: 0 10px 60px;
	float: left;
}
.home-case .case-div > a {
	display: block;
	overflow: hidden;
	height: 364px;
}
.home-case h3 {
	text-align: left;
	font-size: 26px;
	font-weight: 600;
	color: #1b1b1b;
	margin-top: 30px;
}
.home-case h5 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
}

/* 裂变 */
.fixed-topbg.bulid-bg {
	background: url(../images/build/campbell.png) no-repeat center / cover;
}

.heading.build-h {
	bottom: 48%;
}

.build-span {
	display: inline-block;
	width: 100px;
	height: 5px;
	background: #fff;
	margin-bottom: 60px;
}

.build-p {
	font-size: 60px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
}

.build-cn {
	font-size: 48px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 70px;
}

.build-en {
	font-family: DIN-Medium;
	font-size: 24px;
	color: #FCD000;
	margin-bottom: 100px;
}

.build-a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	padding: 14px 52px;
	border: 2px solid #fff;
	transition: all 0.2s;
	font-weight: 500;
	line-height: 1.2;
}

.build-a:hover {
	color: #fff;
	background: #1B1B1B;
	border: 2px solid #1b1b1b;
}


.advantage-bg {
	margin-top: 120px;
	margin-bottom: 130px;
}

.advantage {
	padding-top: 64px;
	text-align: center;
}

.advantage .adv-div {
	display: inline-block;
}

.advantage .adv-l {
	margin-left: 40px;
	float: left;
}

.advantage .adv-c {
	margin-right: auto;
	margin-left: auto;
}

.advantage .adv-r {
	margin-right: 40px;
	float: right;
}
.advantage .adv-div.font-din{
	width: 33%;
	margin: 0;
	display: block;
	float: left;
}

.adv-div img {
	margin-bottom: 16px;
}

.adv-div h3 {
	font-size: 26px;
	color: #1B1B1B;
	line-height: 1.5;
	margin: 0;
	font-weight: bold;
}

.adv-div p {
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	margin: 0;
}

.us-bg {
	background: url(../images/build/bg_pic.jpg) no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}

.build-us {
	width: 570px;
	float: right;
	padding: 70px 60px;
	margin-top: 114px;
	margin-bottom: 114px;
	background: rgba(255, 255, 255, 0.85);
}

.build-us>h2 {
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
	color: #1b1b1b;
	text-align: left;
}

.build-us>h3 {
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	color: #999;
	margin: 0;
}

.build-us>p {
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 1.75;
}
.build-us.font-din>p {
	margin-top: 20px;
}

.build-us>p>span {
	background: linear-gradient(to bottom, transparent 75%, #fcd000 5%);
}

.horizontal {
	text-align: center;
	margin-top: 30px;
	letter-spacing: -8px
}

.horizontal li {
	display: inline-block;
	letter-spacing: normal;
}

.horizontal li>a {
	font-size: 16px;
	color: #1b1b1b;
	padding: 10px 86px;
	border: 2px solid #1b1b1b;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1;
	transition: all 0.2s;
}

.horizontal li.active>a,
.horizontal li:hover>a {
	background: #1b1b1b;
	color: #fff;
	border: 2px solid #1b1b1b;
}

.horizontal.font-din >li >a{
	padding-left: 0;
	padding-right: 0;
	width: 250px;
}



.build-tab {
	padding-left: 4.5%;
	padding-right: 4.5%;
	padding-top: 30px;
}

.build-tab:after {
	clear: both;
	display: table;
	content: " ";
}

.build-tab .tab-div {
	width: 33.3333%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.build-tab .tab-img {
	overflow: hidden;
}

.build-tab .tab-img img {
	transition: transform 0.3s;
	width: 100%;
}

.build-tab .tab-div:hover .tab-img img {
	transform: scale(1.1);
}

.build-tab .tab-bold {
	transition: background-size 0.3s ease;
	font-size: 30px;
	color: #1B1B1B;
	line-height: 1;
	font-weight: bold;
	padding-left: 26px;
	padding-right: 26px;
	margin-top: 20px;
	margin-bottom: 16px;
	display: inline-block;
	background-image: linear-gradient(to bottom, transparent 75%, #fcd000 5%);
	background-size: 0% 100%;
	background-repeat: no-repeat;
}

.build-tab .tab-div:hover .tab-bold {
	background-size: 100% 100%;
}

.build-tab .tab-p {
	font-size: 16px;
	color: #666666;
}

.build-scheme {
	float: left;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	box-shadow: 0 2px 30px 0 rgba(195, 195, 195, 0.50);
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 55px;
	margin-bottom: 55px;
	transition: all 0.3s;
	border: 2px solid transparent;
	backface-visibility: hidden;
}

.build-scheme:hover {
	transform: scale(1.05) translateZ(0);
	border: 2px solid rgba(27, 27, 27, 1);
}

.scheme-l {
	margin-left: 176px;
}

.scheme-p {
	font-size: 26px;
	color: #1B1B1B;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.scheme-div table {
	padding-left: 39px;
	padding-right: 39px;
	margin-bottom: 32px;
}

.scheme-div .table2 {
	padding-left: 71px;
	padding-right: 71px;
}

.scheme-div table tr {
	line-height: 1.75;
}

.scheme-div td>label {
	font-size: 16px;
	color: #1b1b1b;
	padding-left: 16px;
	transform: translate3d(0, 0, 0);
}


.scheme-price {
	font-size: 20px;
	color: #9E9E9E;
	text-align: center;
	margin-bottom: 8px;
}

.scheme-price span {
	font-family: "DIN-Medium";
	font-weight: bold;
	font-size: 36px;
	color: #1B1B1B;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: -2px;
}

.price-h {
	padding-top: 26px;
	padding-bottom: 26px;
}

.scheme-a {
	margin-top: 30px;
	text-align: center;
}

.scheme-a a {
	font-size: 24px;
	line-height: 1.2;
	color: #1B1B1B;
	padding: 14px 52px;
	border: 2px solid #1B1B1B;
	display: inline-block;
	transition: all 0.2s;
	font-weight: 500;
}
.scheme-a.font-din a{
	width: 200px;
	padding-left: 0;
	padding-right: 0;
}

.build-scheme:hover .scheme-a a {
	background: #1B1B1B;
	color: #fff;
}

.build-check {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
}

.build-check+span {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/build/gou.svg) no-repeat center;
	position: relative;
	top: 3px;
}

.build-check:checked+span {
	background: #fcd000;
}
.build-scheme table.font-din p{
	margin-left: 10px;
	max-width: 320px;
}
.build-scheme .table1.font-din{
	padding-left: 46px;
	padding-right: 46px;
}
.build-scheme .table2.font-din{
	padding-left: 15px;
	padding-right: 15px;
}
.build-scheme.font-din .price-h{
	padding-top: 12px;
	padding-bottom: 12px;
}
.scheme-a{

}


/* 底部 */
.new-footer {
	background: #272727;
	padding-bottom: 60px;
	margin-top: 140px;
}

.new-footer .row {
    margin: 0 auto;
}

.footer-img {
	float: left;
	width: 33.33%;
    height: 145px;
	position: relative;
}

.footer-top {
    position: relative;
    top: -65px;
}

.footer-img .img-text {
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	top: 0;
}

.footer-img .img-text .p1 {
	margin-top: 26px;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
}

.footer-img .img-text .p2 {
	margin-top: 16px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.5;
}

.new-footer .contact {
	margin-top: 20px;
	text-align: center;
}

.contact-div {
	display: inline-block;
	text-align: left;
}

.contact-div .p3 {
	font-size: 16px;
	color: #999999;
	margin-bottom: 8px;
}

.contact-div a {
	font-family: 'DIN-Medium';
	font-size: 28px;
	color: #FFFFFF;
}

.contact-div a:hover {
	color: #fcd000;
}

.contact-l {
	float: left;
}

.contact-c {
	margin-left: auto;
}

.contact-r {
	float: right;
}

.footer-h2 {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;

	font-size: 40px;
	color: #FFFFFF;
	line-height: 1;
}

.footer-qr {
	text-align: center;
}

.footer-qr img {
	width: 200px;
	height: 200px;
}

.showme-copy {
	background: #1b1b1b;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

.showme-copy .ppt {
	display: none;
}

.showme-copy .ppt a {
	font-family: 'DIN-Medium';
	font-size: 14px;
	color: #A7A7A7;
}

.showme-copy .ppt a:hover {
	color: #fcd000;
}

.showme-copy .copy {
	display: inline-block;
	font-size: 14px;
	color: #999999;
}

.showme-copy .copy a {
	margin-left: 16px;
	color: #999999;
}

.showme-copy .copy a:hover {
	color: #fcd000;
}

/* 案例 */
.nav3-top {
	margin-top: 160px;
}

.works-tabs {
	margin-top: 30px;
}

.works-label {
	overflow: hidden;
}

.works-label>li {
	float: left;
	margin-right: 20px;
	border: 2px solid #1b1b1b;
	line-height: 40px;
}

.works-label>li>a {
	color: #1b1b1b;
	padding: 12px 24px;
	transition: all 0.2s;
}

.works-label.font-din>li>a {
	padding: 11px 24px;
}

.works-label>li.active>a,
.works-label>li>a:hover {
	color: #fff;
	background: #1b1b1b;
}

.works-tabs .list-tab {
	margin-top: 30px;
}

.works-tabs .list-div {
	overflow: hidden;
	margin: 30px -10px 0;
}

.works-tabs .list-li {
	width: 590px;
	float: left;
	margin: 0 10px 60px;
	overflow: hidden;
}

.works_no_data {
    padding-top: 100px;
    background: url("../images/no_data.png") no-repeat center top / 80px auto;
    margin: 60px 0 100px;
}

.li-mr20 {
	margin-right: 20px;
}

.list-li a {
	display: block;
	height: 364px;
	overflow: hidden;
}
.list-li a img {
	transition: all .3s ease-in-out;
}
.list-li a:hover img {
	transform: scale(1.03);
}

.list-li img {
	width: 100%;
	display: block;
}

.list-li h3 {
	font-size: 26px;
	font-weight: 600;
	color: #1b1b1b;
	text-align: left;
	margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.list-li p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
}

.works-footer {
	margin-top: 40px;
}

/*1100断点*/

@media (max-width: 1100px) {
	.row {
		width: 1000px;
		padding-left: 1%;
		padding-right: 1%;
	}

	.big_all {
		width: 66.66% !important;
		margin: 0px !important;
		height: auto !important;
	}

	.big_all img {
		position: relative;
		width: 100% !important;
		height: auto !important;
	}

	.projectinfo {
		width: 100%;
		height: 0px;
		background: #fff;
		position: absolute;
		z-index: 999;
		overflow: hidden;
	}

	.min_all {
		width: 33.33% !important;
		margin: 0px !important;
		height: auto !important;
	}

	.min_all img {
		position: relative;
		width: 100% !important;
		height: auto !important;
	}

	.logos li {
		width: 184px;
	}

	ul.workShop1 li {
		width: 319px;
		height: auto;
	}

	ul.workShop2 li {
		width: 232px;
	}

	ul.workShop2 li.first {
		width: 496px;
	}

	.logos li img,
	ul.workShop1 li img,
	ul.workShop2 li img {
		width: 100%;
	}

	ul.business {
		margin-top: 0;
		background-size: 100% !important;
	}

	ul.business li {
		background-size: 60% !important;
		height: 200px;
	}
}

#imgBox {
	border: 1px solid #d3d3d3;
	padding: 5px;
	background: #fff;
	width: 600px;
	height: 375px;
}

.hidden {
	display: none;
}

/*回到头部*/
#gototop {
	width: 54px;
	height: 54px;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 150px;
	cursor: pointer;
	z-index: 99999;
}

#gototop a {
	width: 54px;
	height: 54px;
	background: url(../images/top0.png) center no-repeat;
	background-size: 54px;
	display: block;
	/*filter:Alpha(Opacity=80);
    opacity:0.8;*/
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
}

#gototop a:hover {
	width: 54px;
	height: 54px;
	background: url(../images/top0.png) center no-repeat;
	background-size: 54px;
	filter: Alpha(Opacity=100);
	opacity: 1
}



/* sprite */
#nb_icon_wrap {
	width: 54px !important;
}

.nb-icon-inner-wrap {
	width: 54px !important;
	height: 54px !important;
	border-radius: 4px;
}

/* .scrollBtn a {
    background:#1c84c8 url(../images/comment.svg) center no-repeat;
    background-size: 32px;
    display:inline-block;
    border-radius: 4px;
} */

/* 在线咨询 */
.qqservice {
	z-index: 9999;
}

.qqservice img {
	border-radius: 0;
}

.scrollBtn {
	position: fixed;
	width: 54px;
	_position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 99999
}

.scrollBtn li {
	float: left;
	height: 54px;
	margin-bottom: 5px;
	overflow: hidden
}

.scrollBtn a {
	display: block;
	width: 54px;
	height: 54px;
	overflow: hidden;
	color: #fff;
	/*filter:Alpha(Opacity=80);
    opacity:0.8; */
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	text-align: center
}

.scrollBtn a:hover {
	filter: Alpha(Opacity=100);
	opacity: 1
}

.scrollBtn a b {
	display: none
}

.sB-comment a {
	padding-top: 34px;
	padding-bottom: 3px;
	height: 17px
}

.cl {
	clear: both;
}

.fl2 {
	border: 1px #5b5b5b solid;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
	line-height: 35px;
}

/*案例导航*/
ul.nav_works {}

ul.nav_works li {
	display: inline-block;
	margin-right: 24px;
}

ul.nav_works li a:link,
ul.nav_works li a:visited {
	color: #000;
}

ul.nav_works li a:hover,
ul.nav_works li.active a {
	color: #fcd000;
}

/*首页更多案例*/
.more_works {
	text-align: center;
}

.more_works .btn-outline-inverse {
	color: ##1B1B1B;
	border: 2px solid ##1B1B1B;
	font-weight: 500;
	line-height: 1.2;
}

/*着陆页立即咨询*/
.lg_consult {
	text-align: center;
	margin-bottom: 100px;
}

.lg_consult .btn-outline-inverse {
	color: #27aaf5;
	border: 2px solid #27aaf5;
	font-weight: 500;
}

.lg_consult .btn-outline-inverse:hover {
	color: #fff;
}

/*解决方案*/
.row .left {
	float: left;
}

.row .right {
	float: right;
}

.showme_intro {
	margin-top: 0;
	padding: 80px 0;
	background: #f9f9fa;
}

.showme_intro .con {
	width: 60%;
}

.showme_intro .match {
	width: 32%;
}

.showme_intro .con h2 {
	margin-top: 48px;
	margin-bottom: 48px;
	padding-bottom: 24px;
	background: url(../images/solution/border_line.png) left bottom no-repeat;
	text-align: left;
	font-size: 40px;
}

.showme_intro .con p {
	line-height: 30px;
	color: #888;
}

.showme_superiority {
	margin-top: 0;
	padding: 80px 0;
}

.showme_superiority .con {
	width: 50%;
}

.showme_superiority .match {
	width: 40%;
}

.showme_superiority .match img {
	margin-top: 48px;
}

.showme_superiority .con h2 {
	margin-top: 48px;
	margin-bottom: 48px;
	padding-bottom: 24px;
	background: url(../images/solution/border_line.png) left bottom no-repeat;
	text-align: left;
	font-size: 40px;
}

.showme_superiority .con p {
	line-height: 30px;
	color: #888;
}

.showme_standpoint {
	height: 400px;
	margin-top: 0;
	background: url(../images/solution/banner_point.jpg) center no-repeat;
}

.solution_cell {
	margin-top: 24px;
	border: 1px solid #ddd;
	border-radius: 16px;
}

.solution_cell h3 {
	margin-top: -8px;
	height: 60px;
	background: url(../images/solution/cell_bg.png) center top no-repeat;
	color: #3f48f4;
	line-height: 42px;
}

.solution_cell table {
	width: 100%;
	margin: 24px auto;
}

.solution_cell table td {
	text-align: center;
	line-height: 30px;
	color: #888;
}

ul.solution_team {
	width: 80%;
	margin: auto;
}

ul.solution_team li {
	display: inline-block;
	float: left;
	width: 50%;
}

.solution_entrance {
	padding: 48px;
	text-align: center;
}

.solution_entrance .btn-outline-inverse {
	border: 2px solid #3f48f4;
	color: #3f48f4;
	font-weight: 500;
}

.solution_entrance .btn-outline-inverse:hover {
	background: #3f48f4;
	color: #fff;
}

.showme_vision {
	height: 360px;
	margin-top: 0;
	background: url(../images/solution/banner_slogan.jpg) center no-repeat;
}

#newBridge .icon-right-bottom {
	right: 20px !important;
	bottom: 20px !important;
}

#nb_icon_wrap .nb-icon-inner-wrap {
	border-radius: 0 !important;
}

#newBridge #nb_icon_wrap .nb-icon-customer {
	border-radius: 0 !important;
}

.workcase {
	margin-top: 40px;
	margin-bottom: 80px;
}

.col-x4 {
	float: left;
	width: 33.3333%;
	position: relative;
	min-height: 1px;
}

.anli-else .col-sm-4 {
    padding: 0 10px;
}

.else-div {
	background: #FFFFFF;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.else-div.font-din{
	height: 350px;
}

.else-div a {
	display: block;
}

.else-div .else-img {
	display: block;
	width: 100%;
	height: 213px;
}

.else-div h3 {
	font-weight: 500;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 36px;
	font-size: 26px;
	color: #1b1b1b;
	letter-spacing: -0.88px;
	text-align: justify;
	line-height: 1.1;
}
.else-div.font-din h3{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 24px;
	margin-top: 30px;
}

.else-div p {
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 16px;
	margin-bottom: 40px;
	font-size: 16px;
	color: #5C5E62;
	letter-spacing: -0.88px;
	text-align: justify;
	line-height: 1.1;
}
.else-div.font-din p{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}



@media (max-width: 415px) {
	.sumiMap>div .row .add span {
		left: 50%;
	}
}
