﻿html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","PingHei","PingFang SC","STHeitiSC-Light","Microsoft YaHei","Lantinghei SC",Arial,sans-serif!important;
    behavior: url("./ie-css3.htc");
}
.inline {
	display: inline-block;
}
.smoothing {
	-webkit-font-smoothing: antialiased;
}
.hidden {
	display: none;
}
#nav-box {
	height: 70px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
	background-color: rgba(45,55,67,0);
	color: #FFF;
	font-size: 14px;
	z-index: 999;
	padding-top: 10px;
}
#footer {
margin-top: 50px;	
	text-align: center;
	font-size: 14px;
}
#footer p {
	margin: 10px 0;
}
.modal-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 999999999;
    -moz-transition: all 1s;
    -o-transition: all 1s;
	-webkit-transition: all 1s;
    transition: all 1s;
}
.modal-mask.hidden .modal-mask-close {
	top: 40%;
}
.modal-mask-close {
	position: absolute;
	top: 20%;
	right: 25%;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.modal-mask-close img {
	width: 25px;
}
.logo {
	display: inline-block;
	margin-left: 40px;
	margin-top: 7px;
	max-width: 200px;
}
.logo img {
	height: 36px;
	border:0px
}
.nav-items {
	float: right;
	margin: 0;
	/*margin-right: 20px;*/
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}
.nav-link {
	display: inline-block;
	line-height: 50px;
	float: left;
}
.nav-link a {
	color: #FFF;
	padding: 10px 25px;
	font-size: 16px;
}
.nav-link a:hover {
	background: hsla(0,0%,100%,.2);
    border-radius: 2px;
}
a {
	cursor: pointer;
    text-decoration: none;
}
a.black{
	color: #000;
}
/*****************************  index  *****************************/
.index-ban-box {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
}
.index-ban1 {
	height: 700px;
	background-image: url('../assets/index-ban1.jpg');
	background-size: cover;
	text-align: center;
}
.index-ban2 {
	height: 600px;
	background-position: 75%;
	background-image: url('../assets/index-ban2.png');
	text-align: center;
}
.index-ban3 {
	height: 700px;
    background-size: cover;
	background-image: url('../assets/index-ban3.jpg');
	background-position-y: bottom;
	/*height: 700px;
	background-image: url('../assets/index-ban3.jpg');
	background-position-y: center;
	background-repeat:no-repeat;
	background-size:auto 100%;*/
	
}
.index-ban1 .slogan {
	width: 100%;
    height: 450px;
    padding-top: 250px;
	color: #FFF;
	font-size: 56px;
	background-color: rgba(0,0,0,.6);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif;
}
.index-ban1 .slogan .slogan-title {
	padding: 10px 20px;
	margin: 0 auto;
	font-weight: 600;
}
.index-ban1 .slogan .slogan-desc {
	padding: 10px 20px;
	margin: 0 auto;
	margin-top: -15px;
	font-size: 24px;
	font-weight: 0;
}
.index-ban1 .video-btn a {
	font-size: 15px;
    margin-top: 20px;
    background-color: rgb(227,113,69);
    opacity: .8;
    color: #FFF;
    padding: 12px 30px;
    border-radius: 30px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.index-ban1 .video-btn a:hover {
    background-color: rgb(255,255,255);
    color: #000;
    text-decoration: none;
    background-image: none;
}
.index-ban1 .video-btn a:active {
    background-color: rgb(255,255,255);
    color: #000;
    text-decoration: none;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.325);
}
.next-btn {
	position: absolute;
	bottom: 30px;
	width: 100%;
    z-index: 8;
}
.next-btn img {
	cursor: pointer;
}
.index-app-demo {
	position: absolute;
    bottom: -3px;
    right: 5%;
    z-index: 2;
}
.index-app-demo img {
	height: 450px;
}
.index-app-description {
    position: relative;
    text-align: left;
    padding-top: 100px;
    margin-left: 6%;
    color: #FFF;
    z-index: 5;
}
.index-app-description .title {
	font-size: 45px;
    margin-left: 40px;
}
.index-app-description dl {
    margin-top: 35px;
    line-height: 28px;
    font-size: 15px;
}
.download-qrcode-area {
    margin-top: 40px;
    margin-left: 50px;
}
.download-qrcode-img {
	height: 150px;
	float: left;
}
.download-qrcode-type {
	float: left;
    margin-left: 30px;
    line-height: 45px;

}
.download-qrcode-type-item {
	width: 130px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #FFF;
    margin-top: 20px;
}
.download-qrcode-type-item .icon {
	width: 20px;
	height: 20px;
    background-size: cover;
    position: relative;
    top: 3px;
    display: inline-block;
}
.icon.apple {
	background-image: url("../assets/app-iphone.svg");
}
.icon.android {
	background-image: url("../assets/app-android.svg");
}
ul.app-display-container {
	margin: 0;
	padding: 5% 0;
	width: 49.5%;
	display: inline-block;
	z-index: 99;
}
ul.app-display-container.left {
	text-align: right;
}
ul.app-display-container.right {
	text-align: left;
}
ul.app-display-container li {
	margin-top: 15%;
}
ul.app-display-container .app-display-label-container {
	cursor: pointer;
}
ul.app-display-container .app-display-label-container:hover .app-display-label-title {
	color: #ec1d1d;
}
ul.app-display-container.left li{
	padding: 0 45% 0 15%;
	float:left;
}
ul.app-display-container.right li{
	padding: 0 10% 0 40%;
	float:right;
}
.app-display-label {
    width: 40%;
    list-style: none;
}
.app-display-label.left {
    text-align: right;
}
.app-display-label.right {
    text-align: left;
}
.app-display-label-title  {
	font-size: 17px;
	font-weight: bold;
    -moz-transition: all .4s;
    -o-transition: all .4s;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.app-display-button {
	position: relative;
	z-index: 9;
	font-size: 14px;
}
.roll-bar-container {
	width: 100%;
	height: 525px;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 1;
	left: -0.7px;
	margin:0px;
    padding:0px;
}
.roll-box {
	position: relative;
	margin:0 auto;
	height: 100%;
	width: 300px;
	overflow: hidden;
}
.roll-box-images {
	height: 100%;
	width: 9999px;
	background-color: #FFF;
    -moz-transition: all .4s;
    -o-transition: all .4s;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.roll-box img {
	height: 100%;
	float: left;
	margin: 0 2px;
}
/*****************************  product  *****************************/
.product-ban {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 300px;
	background-image: url('../assets/product-ban.png');
	background-size: cover;
	text-align: center;
}
.product-ban span, .case-ban span, .about-ban span, .news-ban span {
	font-size: 40px;
	color: #FFF;
	line-height: 300px;
	font-weight: 600;
}
.product-title {
	width: 100%;
	text-align: center;
    margin-top: 20px;
}
.product-title img {
	width: 150px;
}
.product-introduction {
	width: 60%;
	margin: 0 auto;
}
.product-introduction-images {
	margin: 30px 0;
}
.product-introduction-images.center {
	width: 100%;
	text-align: center;
}
.product-introduction-images.left {
	margin-left: 60px;
}
.product-introduction-images img {
	height: 300px;
}
.product-introduction-title {
	font-size: 28px;
	margin: 20px 0;
}
.product-introduction-section {
	margin: 10px 0;
	font-size: 18px;
}
/*****************************  case  *****************************/
.case-ban {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 300px;
	background-image: url('../assets/case-ban.png');
	background-size: cover;
	text-align: center;
}
.case-container {
	margin: 20px;
	position: relative;
}
.case-card {
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
    height: auto;
    cursor: pointer;
    margin-bottom: 20px;
}
.case-photo {
	display: inline-block;
    padding: 25px;
}
.case-photo img {
	display: inline-block;
	width: 300px;
	height: 200px;
}
.case-card-content {
    margin-left: 350px;
    margin-top: -200px;
    min-height: 200px;
    max-width: 65%;
}
.case-card-item {
	font-size: 30px;
	font-weight: 600;
}
.case-card-desc {
	margin-top: 20px;
	opacity: .5;
}
/*****************************  about  *****************************/
.about-ban {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 300px;
	background-image: url('../assets/about-ban.png');
	background-size: cover;
	text-align: center;
}
.about-ban div {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
}
.about-container {
	margin: 50px auto;
	width: 90%;
}
.about-container p {
	text-indent: 2em;
}
.about-map {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.about-map img {
	width: 90%;
	margin-left: 5%;
	border-radius: 7px;
}
/*****************************  news  *****************************/
.news-ban {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 300px;
	background-image: url('../assets/news-ban.png');
	background-size: cover;
	text-align: center;
}
.news-ban div {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
}
h1.news-type-title {
	font-size: 24px;
    color: #333333;
    letter-spacing: 5px;
    text-align: center;
    margin: 30px 0;
    font-family: "微软雅黑";
    font-weight: 100;
}
.news-activity-container {
	width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 1;
}
#owl-container {
	max-width: 97.5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#owl-container .item {
	padding: 0px;
    margin: 5%;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    transition: all 1s;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 2px 5px #e0e0e0;
    font-family: "宋体";
}
#owl-container .item-desc {
    padding: 5px 15px;
    position: relative;
    background: white;
}
#owl-container .item-desc .date {
    font-size: 12px;
    color: #666666;
    font-weight: 100;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#owl-container .item-desc .title {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 100;
    margin: 0;
}
#owl-container .item-desc .digest {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding-bottom: 1em;
    font-weight: 500;
}
#owl-container .item-share {
    height: 40px;
    background-color: white;
    background: url(../assets/activity/item-share.png) repeat-x;
    padding: 0 15px;
    color: #999999;
    line-height: 43px;
    border: 1px solid #eeeeee;
    font-size: 13px;
}
#owl-container .item-share a.floatright {
	line-height: 20px;
    padding: 15px 0 8px 0;
    border-left: 1px solid #e5e5e5;
    display: block;
    width: 30px;
    text-align: right;
    float: right;
}
#owl-container .item-share a:visited {
    color: rgb(160,160,160);
    text-decoration: none;
}
#owl-container .item-share a:link {
    color: rgb(160,160,160);
    text-decoration: none;
}
#owl-container .item-share a:active {
    color: rgb(255,255,255);
    text-decoration: none;
}
#owl-container .item-share a:hover {
    color: rgb(0,122,55);
    text-decoration: none;
}
.news-info-box {
	width: 70%;
    margin: 0 auto;
}
.news-info-item-title {
	font-size: 23px;
    font-weight: 600;
    margin: 0;
    color: #000;
}
a.news-info-item-title:hover {
	color: #444;
}
.news-info-item-status {
	margin: 0;
    font-size: 13px;
    color: #444;
}
.news-info-item-digest {
	margin: 10px 0;
}
.news-info-hr {
    height: 1px;
    color: #e5e5e5;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
}
.news-share-title {
	color: #FFF;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 20px;
}
.news-share #qrcode-area {
    width: 240px;
    padding: 10px;
    margin: 0 auto;
    background-color: #FFF;
}