@charset "utf-8";

/*reset*/
* {
    margin: 0;
    padding: 0;
}
body {
	min-width: 1340px;
	margin: 0 auto;
	font: 12px/1.6 "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, "Adobe 黑体 Std", STHeiti, MingLiu;
	color: #444;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: none;
    vertical-align: middle;
}
li {
    list-style: none;
}
a {
    display: inline-block;
    color: rgba(255,255,255,.5);
    text-decoration: none;
}
i {
    display: inline-block;
    font-style: normal;
}
select {
    min-width: 60px;
    cursor: pointer;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}
input[type="text"],
input[type="password"] {
    padding-left: 3px;
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin-bottom: 2px;
    vertical-align: middle;
    cursor: pointer;
}

/*h1 { font-size: 48px; }*/
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
/*h5 { font-size: 16px; }*/
/*h6 { font-size: 14px; }*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clearfix {
    zoom:1;		/*为了兼容低版本IE*/
}
.clearfix::after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
    height: 0;
}

.fl { float: left; }
.fr { float: right; }

.dn { display: none; }
.db { display: block; }
.di {display: inline-block;}

.pf { position: fixed; }
.pr { position: relative; }
.pa { position: absolute; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.cursor { cursor: pointer; }
.mA { margin: 0 auto; }
.mT0 { margin-top: 0 !important;}
.mT10 { margin-top: 10px !important; }
.mT30 { margin-top: 30px !important; }
.mT60 { margin-top: 60px !important; }
.mT100 { margin-top: 100px !important; }

.w100 { width: 100%; }
.w1140 { width: 1140px; }
.w1200 { width: 1200px; }

.bg {
	padding: 20px 0;
	background: rgba(1,104,183,.1);
}

/*主页********************************************************/
/*导航********************************************************/
.navbar {
	position: fixed;
	top: 0;
	z-index: 11;
	height: 105px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.navbar-main {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 105px;
}
.navbar-main h1 {
	font-size: 36px;
}
.nav a {
	width: 152px;
	float: left;
	color: #111;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.nav a:nth-of-type(1) {
	width: 116px;
}
.nav a.on,
.nav a.active {
	color: #f68914;
	font-weight: 500;
}
.nav a.on::after,
.nav a.active::after {
	content: '';
	width: 50%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #f68914;
}

/* @media screen and (max-width: 1680px) {
	.navbar-main {
		width: 1340px;
	}
	.nav a:nth-of-type(1),
	.nav a:nth-of-type(2) {
		width: 76px;
	}
	.nav a:nth-of-type(3),
	.nav a:nth-of-type(4),
	.nav a:nth-of-type(5),
	.nav a:nth-of-type(6) {
		width: 112px;
	}
	.nav .home.on ~ .line {
		width: 56px;
		left: 10px;
	}
	.nav .cases.on ~ .line {
		width: 56px;
		left: 86px;
	}
	.nav .production.on ~ .line {
		width: 92px;
		left: 162px;
	}
	.nav .home:hover ~ .line {
		width: 56px;
		left: 10px;
	}
	.nav .cases:hover ~ .line {
		width: 56px;
		left: 86px;
	}
	.nav .production:hover ~ .line {
		width: 92px;
		left: 162px;
	}
}
 */
/*banner********************************************************/
.header {
	height: 740px;
	margin: 105px auto 0;
	background: url('../img/banner_bg.jpg') no-repeat;
	background-size: 1920px 800px;
	background-position: center;
	overflow: hidden;
}
.header-content {
	margin-top: 90px;
	padding-left: 40px;
	box-sizing: border-box;
}
.header-content-l .logo {
	font-size: 60px;
	font-weight: 500;
	color: #FFFFFF;
}
.header-content-l .desc {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}
.header-content-l .subtit {
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 200px;
}
.header-content-l .subdesc {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.header-content-l .btn-down-group {
	margin-top: 36px;
	display: flex;
	align-items: center;
}
.header-content-l .btn-android {
	width: 250px;
	height: 56px;
	margin-right: 28px;
	background: #f68914;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.header-content-l .btn-android .icon {
	width: 28px;
	height: 32px;
	margin-right: 15px;
}
.header-content-l .btn-android .txt {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}
.header-content-l .btn-ios {
	width: 250px;
	height: 56px;
	margin-right: 28px;
	background: #FFF;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.header-content-l .btn-ios .icon {
	width: 26px;
	height: 32px;
	margin-right: 15px;
}
.header-content-l .btn-ios .txt {
	font-size: 20px;
	font-weight: 500;
	color: #f68914;
}
.header-content-l .btn-android .code-android {
	position: absolute;
	bottom: 80px;
	width: 220px;
	height: 220px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.header-content-l .btn-ios .code-ios {
	position: absolute;
	bottom: 80px;
	width: 220px;
	height: 220px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.header-content-r {
	display: flex;
	align-items: flex-end;
}
.header-content-r .code-item {
	margin-left: 50px;
}
.header-content-r .code-item .txt {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.header-content-r .img1 {
	width: 268px;
	height: 539px;
	margin-right: -40px;
	position: relative;
	z-index: 2;
}
.header-content-r .img2 {
	width: calc(268px * .9);
	height: calc(539px * .9);
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

.service-bar {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px;
}
.service-bar .service-item {
	display: flex;
	align-items: center;
}
.service-bar .service-item .icon {
	width: 28px;
	height: 28px;
	margin-right: 20px;
}
.service-bar .service-item .txt {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
.service-bar .line {
	width: 2px;
	height: 20px;
	background: #DDDDDD;
	border-radius: 1px;
}

/* 精彩活动 ********************************************************/
.activity-content .title,
.about-us-content .title,
.partner-content .title {
	margin: 56px auto 46px;
}
.activity-content .title1,
.about-us-content .title1,
.partner-content .title1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #111111;
	opacity: 0.08;
}
.activity-content .title2,
.about-us-content .title2,
.partner-content .title2 {
	font-size: 26px;
	font-weight: bold;
	color: #111111;
	margin-top: -36px;
}
.activity-content .bottom {
	margin-top: 30px;
}

/*关于我们********************************************************/
.about-us {
	min-height: 600px;
	overflow: hidden;
}
.about-us-content .title-desc {
	padding: 0 100px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	line-height: 28px;
}
.about-us-content .about-list {
	margin-top: 90px;
	font-size: 0;
}
.about-us-content .about-item {
	display: inline-block;
	width: 33.33%;
	text-align: center;
}
.about-us-content .about-item .item-title {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	line-height: 28px;
}
.about-us-content .about-item .item-line {
	display: inline-block;
	width: 205px;
	height: 1px;
	margin-top: 16px;
	background: #EEEEEE;
	position: relative;
}
.about-us-content .about-item .item-line::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 16px;
	height: 2px;
	background: #f68914;
}
.about-us-content .about-item .item-desc {
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	line-height: 28px;
	margin: 12px auto 60px;
}

/* 商务合作 */
.cooperation-content {
	height: 300px;
	margin-top: 60px;
	background: #000000 url(../img/1b584f4231ab4fec9fc2decfe13e6085.png) no-repeat;
	overflow: hidden;
}
.cooperation-content .title {
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 88px;
}
.cooperation-content .desc {
	font-size: 21px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 16px;
}
.cooperation-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cooperation-list .cooperation-item {
	margin-top: 70px;
}

/*合作伙伴********************************************************/
.partner-content {
	padding-bottom: 20px;
}
.partner-content .partner-item {
	float: left;
	margin-bottom: 30px
}
.partner-content .partner-item:not(:nth-of-type(4n)) {
	margin-right: 28px;
}

/*联系我们********************************************************/
.contaceus {
	margin-top: 200px;
	font-size: 30px;
	line-height: 60px;
}

/*footer********************************************************/
.footer {
	height: 230px;
	margin-top: 60px;
	background: #323337;
	overflow: hidden;
}
.footer-content {
	padding-left: 25px;
	text-align: center;
	box-sizing: border-box;
}
.footer-content .code-item {
	margin-top: 52px;
	margin-left: 75px;
}
.footer-content .code-item img {
	width: 122px;
	height: 122px;
}
.footer-content .code-item .txt {
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-content .<h5 class="neutral-900 text-uppercase mb-30">公司简介</h5>-info {
	margin-top: 36px;
	/* margin-left: 282px; */
	vertical-align: top;
}
.footer-content .<h5 class="neutral-900 text-uppercase mb-30">公司简介</h5>-info .info-title {
	font-size: 18px;
	line-height: ;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-content .<h5 class="neutral-900 text-uppercase mb-30">公司简介</h5>-info .info-desc {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,.5);
}

.copyright {
	background: #191919;
	line-height: 20px;
	height: 50px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 500;
}
.copyright > img {
	width: 16px;
	height: 16px;
	position: relative;
	bottom: 2px;
}
.copyright > a {
	color: rgba(255,255,255,.5);
}
.info-desc > a:hover {
	text-decoration: underline;
}