a:link,
a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #1ab394;
}

body {
	position: relative;
	color: #555 !important;
}

.navbar-nav {
	margin: 0;
}

.header {
	width: 100%;
	min-height: 80px;
	background: rgba(255, 255, 255);
	position: fixed;
	-webkit-transform: translateZ(0);
	z-index: 9999;
	top: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(0, 0.45, 0.45, 1);
}

.index-blank {
	width: 100%;
	height: 80px;
}

/*
@media (max-width:991px) and (min-width:501px) {
    .index-blank {
        height:141px;
    }
}
@media (max-width:500px) {
    .index-blank {
        height:80px;
    }
}
*/
.logo {
	float: left;
	margin: 20px 15px;
	width: 180px;
}

.logo a {
	display: block;
	/* width: 431px; */
	height: 60px;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
}

@media (max-width: 1200px) and (min-width:992px) {
	.logo {
		width: 150px;
		overflow: hidden;
	}
}

@media (max-width:991px) {
	.logo {
		width: 150px;
		overflow: hidden;
	}

	.logo a {
		width: 100%;
	}

	.header .w1000 {
		width: 100%;
	}
}

/*
@media (min-width:1100px) {
    .header.enlarge {
        position:absolute;
        padding-top:30px;
        padding-bottom:30px;
        background: rgba(255,255,255,0.1);
    }
    .header.enlarge .channels > ul > li > a {
        display: inline-block;
        font-size: 20px;
        padding: 6px 20px;
        color:#fff;
        transition: all 0.3s;
    }

    .header.enlarge .btn-login {
        margin-top: 20px;
        border-radius: 0px;
        border:1px solid #ebebeb;
        color: #fff !important;
        padding: 6px 20px;
        margin-left: 25px;
        transition: all 0.3s;
        font-size:20px;
        letter-spacing:2px;
    }

    .header.enlarge .btn-login:hover {
        border-color: #1ab394;
    }

    .header.enlarge .logo a {
        display:block;
        width:431px;
        height:60px;
        background:url(/images/logo-enlarge.png) no-repeat;
    }
}
*/


.btn-login-shop {
	border-color: #ff6600;
	color: #ff6600 !important;
	margin-left: 15px;
}

.btn-login-shop:hover {
	background: #ff6600;
	color: #fff !important;
}


.channels {
	float: right;
}

.channels>ul {
	padding-top: 20px;
}

.channels>ul>li {
	margin: 0 8px;
	float: left;
	border-bottom: 3px solid transparent;
}

.channels>ul>li>a {
	display: inline-block;
	font-size: 17px;
	padding: 10px;
	transition: all 0.3s;
}

.channels>ul>li.selected {
	border-bottom: 3px solid #1ab394;
}

.channels>ul>li>a:hover {
	color: #1ab394;
}

.channels>ul>li>a,
.channels>ul>li>a:hover,
.nav>.open>a,
.nav>.open>a:hover,
.nav>.open>a:focus,
.nav>.open>a:active,
.nav>li>a:focus,
.nav>li>a:active {
	background: none;
}

.channels .navbar-nav>li>.dropdown-menu {
	top: 50px;
	border-radius: 0;
	margin: 0 auto;
	overflow: hidden;
	border: none;
	left: -33px;
	padding: 0;
	min-width: 100px !important;
	border: 1px solid #eee;
}

.channels .dropdown-menu>li {
	width: 120px !important;
}

.channels .dropdown-menu a {
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	color: #666;
	width: 120px !important;
}

.channels .dropdown-menu a:hover {}

.topbar-icon {
	display: none;
}

/*
@media (min-width : 500px )and (max-width:766px) {
    .channels .navbar-nav > li {
        width: 60px;
    }

        .channels .navbar-nav > li a {
            width: 60px;
            padding: 6px 0;
        }

    .channels .dropdown-menu a {
        padding: 10px 0;
    }
}
*/



@media (max-width : 843px) {

	.programme-box .programme ul {
		width: 100%;
		float: left;
		padding: 2% 3%;

	}

	.logo {
		width: 100%;
		overflow: hidden;
	}

	.banner {
		margin-top: 0;
	}

	.topbar-icon {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		color: #1ab394;
	}

	.btn-login {
		float: left;
		width: 100%;
		margin: 30px 0 0 0;
		padding: 0;
		height: 38px;
		line-height: 38px;
		border-radius: 5px;
		font-size: 17px;
		color: #fff !important;
		background: #1ab394;
	}

	.topbar {
		position: absolute;
		width: 100%;
		top: 80px;
		left: 0;
		z-index: 100;
		display: none;
	}

	.channels>ul>li {
		margin: 8px 20px;
		width: 100%;
	}

	.channels>ul>li>a {
		display: inline-block;
		padding: 0;
		font-size: 18px;
		color: #fff;
		transition: all 0.3s;
		width: 100%;
	}

	.dropdown-menu li a {
		color: #fff !important;
		font-size: 18px;
	}

	.carousel-control {
		display: none;
	}

	.channels .dropdown {
		height: 90px;
	}

	.dropdown-menu,
	dropdown.active .dropdown-menu {
		display: block;
		background: transparent;
		border: transparent !important;
		box-shadow: none;
		top: 28px !important;
		left: 0px !important;
		position: absolute !important;
	}

	.channels .dropdown-menu li {
		float: left;
		background: transparent;
	}

	/*
    .channels > ul > li:nth-child(2) > a {
        visibility: hidden;
    }
*/
	.channels .dropdown-menu>li {
		width: 100px !important;
	}

	.channels .dropdown-menu a {
		display: inline-block;
		padding: 5px 0 !important;
		line-height: 1.5 !important;
		font-size: 18px;
		width: 100% !important;
	}

	.channels .dropdown-menu li a:active,
	.channels .dropdown-menu li a:focus,
	.channels .dropdown-menu li a:hover {
		background: transparent;
		color: #1ab394;
	}

	.channels>ul>li.selected {
		border: 0;
	}
}

@media (max-width : 500px) {
	.logo {
		width: 150px;
		overflow: hidden;
	}
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	display: none;
	top: 0;
	left: 0;
}

.topbar-show .mask {
	display: block;
}

.topbar-show .topbar {
	display: block;
}







.banner-bg {
	width: 100%;
	height: 100%;
}

.banner-content {
	color: #fff;
	text-align: center;
}

.banner-content-word {
	font-size: 36px;
}

.banner-content-word p {
	font-weight: normal;
	font-size: 24px;
	font-family: 'Microsoft YaHei UI Light';
}

.banner-content-btn {
	text-align: center;
	margin-top: 40px;
}

.btn-banner {
	font-size: 18px;
	color: #fff !important;
	background: none;
	border-radius: 20px;
	border: 2px solid #00cc66;
	background: #00cc66;
	padding: 6px 20px;
	letter-spacing: 1px;
	transition: all 0.3s;
}

.btn-banner:hover {
	background-color: transparent;
	border-color: #00cc66;
	color: #00cc66 !important;
}

@media (min-width:992px) {
	.banner {
		width: 100%;
		padding-top: 160px;
		padding-bottom: 200px;
	}

	.banner-content-word .word-title {
		padding: 40px 0 72px 0;
	}

	.banner-content-word h1 {
		font-size: 48px;
		padding-bottom: 20px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.banner {
		padding: 80px 0;
	}

	.banner-content-word h1 {
		font-size: 48px;
	}

	.banner-content-word .word-title {
		font-size: 28px;
		padding: 34px 0 0 0;
	}

	.banner-content-word p {
		line-height: 1.8;
	}
}

@media (max-width:767px) {

	.banner {
		font-size: 16px;
		padding: 30px 0;
		background-size: cover!important;
	}
	.swiper-button-next{
		right: 10px!important;
	}
	.swiper-button-prev{
		left: 10px!important;
	}

	.banner-content-word {
		line-height: 1.4;
		font-size: 16px;
	}

	.banner-content-word .word-title {
		padding: 38px 0 0 0;
	}

	.banner-content-word h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.banner-content-word p {
		font-size: 14px;
	}
}


.subbanner {
	height: 140px;
	background: #f5f9fa;
}

.subbanner-ul li {
	width: 20%;
	height: 140px;
	list-style: none;
	float: left;
	overflow: hidden;
}

.subbanner-ul li:nth-child(odd) {
	background: #e2e2e2;
}

.subbanner-ul li:nth-child(even) {
	background: #ebebeb;
}

.subbanner-ul a {
	color: #333;
	width: 100%;
	height: 100%;
	display: block;
}

.subbanner-ul a:hover {
	color: #1ab394;
}

.subbanner-ul h4 {
	font-weight: bold;
	padding: 50px 0 0 20px;
}

.subbanner-word {
	float: left;
	width: 110px;
}

.subbanner-pic {
	float: left;
	width: 116px;
	height: 100%;
}

.subbanner-pic.playali {
	-webkit-animation: ali 1s steps(60) infinite alternate;
	animation: ali 1s steps(60) infinite alternate;
}

@keyframes ali {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -10500px;
	}
}


#footer {
	background: #595d61;
}

#footer .footer-channels {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 2.0;
	padding-left: 20px;
}

#footer .footer-channels .footer-channel {
	display: inline-block;
	padding: 30px 0;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
}


#footer .footer-channels ul,
#footer .footer-channels .footer-channel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-channels .footer-channel a {
	color: #ccc;
	font-size: 14px;
}


#footer .footer-channels .footer-channel a:hover {
	color: #fff;
	text-decoration: none;
}


.scrollbar {
	position: fixed;
	right: 30px;
	bottom: 100px;
}

.scrollbar li {
	width: 50px;
	height: 50px;
	list-style: none;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 8px;
}

.scrollbar li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
}

.scrollbar li i {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
}

.scrollbar li a:hover {
	background: #00c8f2;
}

.scroll-hover {
	width: 260px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	left: -270px;
	top: -50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: none;
}

.scroll-hover-arrow {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 18px;
	left: 260px;
	border: 6px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.5);
}

.scroll-hover-pic {
	width: 160px;
	height: 160px;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	position: absolute;
	left: 0;
	top: -50px;
}

.scroll-hover-pic img {
	width: 100%;
}

/*************price*************/


.price-list {
	background: #f1f1f1;
	padding-bottom: 60px;
}

.price-item {
	text-align: center;
	font-size: 16px;
	background: #fff;
	padding: 40px;
	margin: 40px 0;
	border-radius: 10px;
	position: relative;
}

.price-item h2 {
	font-size: 42px;
	color: #555;
	padding-bottom: 20px;
}

.price-item-num {
	position: relative;
}

.price-item h2 i {
	position: absolute;
	font-size: 28px;
	left: -15px;
	top: -5px;
}

.price-item .model {
	font-size: 16px;
	border-radius: 30px;
	padding: 4px 30px;
	background: #21d376;
	color: #fff;
}

.price-item .model2 {
	background: #2baee6;
}

.price-item .model3 {
	background: #f47564;
}


.price-item p {
	line-height: 200%;
	color: #888;
}

.price-item ul {
	list-style: none;
	padding: 0;
}

.price-item ul li {
	line-height: 200%;
	color: #888;
	border-bottom: 1px dashed #ddd;
}


.price-item .start {
	color: #fff;
	font-size: 16px;
	padding: 6px 40px;
}

.btn-free {
	background: #21d376;
}


.price-list h4 {
	text-align: center;
}

.price-list .callme {
	font-size: 16px;
	color: #666;
	background: #ddd;
	border-radius: 20px;
	margin: 0 auto;
	padding: 2px 20px;
}


.price-compare {
	width: 100%;
	font-size: 15px;
	color: #666;
	padding-bottom: 60px;
}


.price-table {
	padding-left: 100px;
	padding-right: 100px;
}

.price-table-left {
	float: left;
}

.price-table-left h3 {
	color: #2baee6;
	height: 50px;
	line-height: 50px;
}

.price-table-left ul {
	list-style: none;
	padding-left: 0;
}

.price-table-left li {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dotted #ddd;
	width: 140px;
}

.price-table-right {
	margin-left: 150px;
	text-align: center;
	padding-left: 40px;
	color: #999;
}

.price-table-right table {
	width: 100%;
}

.price-table-right thead td {
	height: 50px;
	line-height: 50px;
	padding: 20px 0 10px 0;
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.price-table-right thead i {
	padding-right: 6px;
}

.price-table-right tbody td {
	width: 33%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
	padding: 0 30px;
}

.price-table-right tbody td i {
	color: #21d376;
}


@media (max-width:1200px) {
	.price-table {
		padding-left: 0;
	}

	.price-table-left li {
		width: 120px;
		white-space: nowrap;
	}

	.price-table-right {
		padding-left: 0;
	}

	.price-table-right thead td,
	.price-table-right tbody td {
		max-width: 190px;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media (max-width : 500px) {
	.price-table {
		padding: 0;
	}

	.price-table-left h3 {
		font-size: 16px;
		height: 51px;
	}

	.price-table-left li {
		width: 80px;
		height: 80px;
		white-space: normal;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.price-table-right {
		margin-left: 40px;
		text-align: center;
		padding-left: 40px;
		color: #999;
	}

	.price-table-right thead td {
		font-size: 16px;
	}

	.price-table-right thead i {
		padding: 0;
	}

	.price-table-right tbody td {
		padding: 0;
		height: 80px;
		line-height: 200%;
		white-space: normal;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
		min-width: 82px;
	}
}


.price-detail {
	font-size: 15px;
	text-align: center;
	color: #999;
	padding: 50px 0;
	background: #fafafa;
}

.price-detail thead {
	font-weight: bold;
	color: #333;
	font-size: 18px;
}

.price-detail td {
	padding: 10px 0;
	line-height: 2.0;
	border-bottom: 1px solid #eee;
	text-align: left;
	min-width: 180px;
}

.price-detail td .fa-times {
	color: #f47564;
}

.price-detail td .fa-check {
	color: #21d376;
}

.price-detail td .fa-star {}

.price-detail tr td:first-child {
	color: #333;
}

.price-tips {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #888;
}

@media (max-width : 500px) {
	.price-detail td {
		min-width: 80px;
		padding-right: 10px;
	}
}


/*************product*************/
/*
.channel-details .alter{
	background-size: 100%!important;
	background-repeat:no-repeat!important;
}

@media (min-width:1200px) {
    .channel-details .alter{
        background-size: 100%!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .channel-details .alter{
        background-size:110%!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .channel-details .alter{
        background-size:120%!important;
    }
}

@media (max-width: 767px) {
    .channel-details .alter{
		background-size:auto!important;
		background-position:center center!important;
    }
}
*/
.product-tab {
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding: 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.product-tab.fixed {
	position: fixed;
	top: -40px;
	z-index: 9999;
}

.product-tab li {
	list-style: none;
	float: left;
	width: 50%;
}

.product-tab li:first-child {
	border-right: 1px solid #fff;
	text-align: right;
}

.product-tab li a {
	display: block;
	padding: 10px 60px;
	text-decoration: none;
	font-size: 36px;
	color: #888;
}

.product-tab li a:hover,
.product-tab li.active a {
	color: #777;
	background: #f4f4f4;
}

.product-tab li i {
	padding: 0 20px;
}

.product-tab li a:hover i,
.product-tab li.active a i {
	color: #777;
}

@media (max-width : 500px) {
	.product-tab li a {
		padding: 10px 20px;
	}
}




.product-tab-content {
	margin-top: 100px;
}

.product-onwer {
	text-align: center;
}

.product-word h1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.product-word h1 span {
	font-size: 36px;
	display: inline-block;
	padding: 0 20px;
	border-left: 4px solid #1ab394;
	border-right: 4px solid #1ab394;
}

.product-word p {
	font-size: 20px;
	color: #888;
	line-height: 150%;
}

.product-pic {
	margin-top: 40px;
	padding-bottom: 100px;
	border-bottom: 1px dashed #eee;
}

.product-pic img {
	max-width: 240px;
	margin: 0 5px;
	padding-bottom: 4px;
}

.product-pmc {
	text-align: center;
}

.imgcontainer {
	float: left;
	padding-left: 5px;
	position: relative;
}

.imgcontainer .num {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #e73340;
	bottom: -50px;
	left: 120px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
}


/**************aboutus*****************/

.aboutus-main {
	font-size: 18px;
}

.aboutus-main .a1 {
	padding: 100px 0;
}

.aboutus-main .a1 .pic {
	text-align: center;
}

.aboutus-main .a1 h2 {
	font-size: 42px;
	padding-bottom: 20px;
}

.aboutus-main .a1 h2 p {
	width: 100px;
	margin-top: 10px;
	margin-left: 75px;
	height: 4px;
	background-color: #1ab394;
}

.aboutus-main .a1 p {
	/* line-height: 100%; */
	text-align: justify;
}


.aboutus-main .a2 {
	text-align: center;
	padding: 60px 0;
	background: #f1f1f1;
}

.aboutus-main .a2 .pic {
	max-width: 300px;
	margin: 40px auto;
}

.aboutus-main .a2 .pic img {
	width: 100%;
	height: auto;
}

.aboutus-main .a2 h2 {
	font-size: 42px;
	padding-bottom: 20px;
}

.aboutus-main .a2 p {
	line-height: 180%;
}

.aboutus-main .a3 {
	padding: 60px 0;
	background: #f1f1f1;
}

.aboutus-main .a3 .pic {
	max-width: 300px;
}

.aboutus-main .a3 .pic img {
	width: 100%;
	height: auto;
}

.aboutus-main .a3 h2 {
	font-size: 42px;
	padding-bottom: 20px;
}

.aboutus-main .a3 p {
	line-height: 180%;
}

.aboutus-main .a4 {
	padding: 60px 0;
}

.aboutus-main .a4 .pic {
	max-width: 300px;
}

.aboutus-main .a4 .pic img {
	width: 100%;
	height: auto;
}

.aboutus-main .a4 h2 {
	font-size: 42px;
	padding-bottom: 20px;
}

.aboutus-main .a4 .head {
	text-align: center;
}

.aboutus-main .a4 .head img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-top: 20px;
}

.aboutus-main .a4 strong,
.aboutus-main .a4 span {
	display: block;
	width: 100%;
	line-height: 180%;
}


.aboutus-main .a5 {
	padding: 60px 0;
	background: #f1f1f1;
}

.aboutus-main .a5 h2 {
	font-size: 42px;
	padding-bottom: 20px;
}

.aboutus-main .a5 p {
	line-height: 180%;
}

/**************case*****************/

.case-banner {
	width: 100%;
	background: url(../images/case-banner1.jpg) no-repeat center top;
	background-size: 100%;
}

.case-banner-word {
	text-align: center;
	font-size: 36px;
	line-height: 200%;
	color: #fff;
	padding-top: 150px;
}

.case-banner-btn {
	text-align: center;
	margin: 100px 0;
}

@media (min-width:1200px) {
	.case-banner {
		background-position: center bottom !important;
	}
}

@media (max-width:767px) {
	.case-banner-word {
		padding-top: 80px;
		font-size: 24px;
	}

	.case-banner-btn {
		margin: 50px 0;
	}
}


.case-customers {
	text-align: center;
	padding: 80px 0;
	font-size: 18px;
}

.case-customers h1 {
	padding-bottom: 40px;
	color: #2a1c13;
}

.case-customers .col-sm-3 {
	margin-bottom: 20px;
}



.case-word {
	font-size: 18px;
	color: #333;
	text-indent: 2rem;
	padding: 20px;
	text-align: left;
}

.case-word strong {
	font-size: 32px;
}

.case-pic {
	padding-bottom: 20px;
	text-align: center;
}

.case-pic span {
	display: block;
	width: 100%;
}

.case-pic img {
	width: 100%;
}

@media (max-width: 767px) {
	.case-pic img {
		width: auto;
		max-width: 100%;
	}
}

.case-logos {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.case-logos .col {
	padding-bottom: 20px;
}

.case-logo {}

.case-logo span {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 173px;
	margin: 0 auto;
}

.case-logo img {
	max-width: 100%;
	max-height: 100%;
}

.case-logo .more {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 150px;
	text-decoration: none;
	font-size: 32px;
	color: #999;
}

.case-community {
	padding: 20px 0;
	display: none;
}

.case-community a {
	display: block;
	padding: 6px 12px;
	font-size: 16px;
	background: #0fb96f;
	float: left;
	margin: 5px;
	text-decoration: none;
	color: #fff;
	cursor: default;
	border-radius: 5px;
	position: relative;
}


/*å°åŒºäºŒç»´ç çª—å£*/
/*
.comewm {
    background: #fff;
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 20px;
    top: 40px;
    left: 30%;
    border: 1px solid #eee;
    z-index: 999;
}

    .comewm img {
        width: 100%;
    }

*/
.case-saying {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}

.case-saying h1 {
	padding-bottom: 40px;
	color: #2a1c13;
}

.case-saying .row {
	padding: 0 70px;
}

.case-saying-word {
	font-size: 16px;
	padding-top: 20px;
	line-height: 200%;
	color: #666;
}

.case-saying-pic img {
	width: 100%;
	max-width: 300px;
	border-radius: 50%;
}

.case-saying-word .left {
	text-align: left;
}

.case-saying-word .right {
	text-align: right;
}

.case-saying-word i {
	padding: 0 10px;
	color: #ccc;
}

/***********APP************/

.app-banner {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #addef7;
}


.app-banner-word {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	line-height: 200%;
}


.app-banner .app-ewm {
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.app-banner .app-ewm img {
	height: 100%;
}

.app-download {
	text-align: center;
	font-size: 14px;
	padding-top: 60px;
	color: #fff;
}

.app-download-btn {
	color: #fff !important;
	background: #4bbae6;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 40px;
}

.app-download-btn i {
	display: block;
	float: left;
	padding-right: 10px;
}

.app-download-btn:hover {
	background: #3db0f9;
}

.app-models {
	padding: 80px 0 40px;
	font-size: 16px;
	color: #999;
	line-height: 180%;
}

.app-model {
	min-height: 260px;
	padding: 20px;
}

.app-model h3 {
	color: #2a1c13;
	padding-bottom: 10px;
}


.app-tips {
	margin-top: 50px;
	font-size: 18px;
	color: #5d5a41;
	background: #f7f3c2;
	padding: 20px 40px;
	margin-bottom: 20px;
	line-height: 180%;
	text-align: left;
}

/***********employ************/

.employ-main {
	color: #333;
}

.employ-main h1 {
	padding-top: 20px;
}

.employ-job {
	font-size: 16px;
	padding: 10px 0;
	color: #555;
}

.employ-main h3 {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #333;
}


/***********cooprate************/
.cooprate-banner {
	width: 100%;
	background: url(../images/cooperate-banner.jpg) no-repeat center center;
	padding: 40px 0;
	color: #fff;
	font-size: 18px;
	line-height: 200%;
	min-height: 200px;
}

.cooprate-banner h1 {
	padding: 40px 0;
}

.cooperate-main {
	text-align: center;
	font-size: 16px;
	margin-bottom: 100px;
}

.cooperate-main h2 {
	padding: 20px 0;
	color: #555;
	margin-top: 60px;
}

.cooperate-main h3 {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50px;
	margin-top: 80px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.cooperate-main h4 {
	padding-top: 10px;
	margin-bottom: 20px;
	color: #555;
}

.cooperate-main p {
	color: #999;
}




.footer-copy {
	background: #4f5458;
	color: #fff;
	text-align: center;
	line-height: 40px;
}





.section {
	padding-top: 200px;
	padding-bottom: 100px;
}

.section h2 {
	font-size: 36px;
	margin: 20px 0;
}

.section p {
	font-size: 18px;
	line-height: 1.8;
}

.section.alter {
	background-color: #f5f9fa;
}

.channel-details .item {}

.channel-details .item .name {
	font-size: 36px;
	line-height: 1.5;
	padding-bottom: 30px;
	color: #2a1c13;
}

.channel-details .item .content,
.channel-details .item .content p {
	font-size: 20px;
	line-height: 1.8;
	color: #959595;
}

.channel-details .item .image {
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 375px;
	height: 400px;
}

.channel-details .item .image img {
	display: block;
	position: absolute;
}

.channel-details .item .col-md-5 {
	text-align: center;
}

.channel-details .item .col-md-7 {}

@media (max-width:766px) {
	.channel-details .item .name {
		padding-bottom: 30px;
	}

	.channel-details .item .image {
		margin: 0 auto;
	}
}



.document-title {
	border-left: 2px solid #1ab394;
	font-size: 24px;
	margin: 15px 0;
	padding-left: 15px;
}

.document-list {
	width: 100%;
	display: table;
}

.document-list .item {
	font-size: 16px;
	line-height: 2.0;
	overflow: hidden;
}

.document-list .item a {
	color: #555;
}

.document-channels .item {
	padding: 15px;
	text-align: center;
}

.document-channels .item .name:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	padding-right: 10px;
}

.btn-loadmore {
	margin-top: 20px;
	clear: both;
	display: block;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	color: #333;
}

.horizontal-line {
	margin: 50px auto;
	border-bottom: 1px dashed #eee;
}

.article-body {
	background: #fff;
	padding: 25px 50px;
}

.article-body .info {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 1.8;
}

.article-body .name h1 {
	font-size: 28px !important;
}

.article-body .content {
	margin: 15px 0;
	line-height: 2.2;
	font-size: 16px;
}

.article-body .content p {
	text-indent: 2em;
}

.article-body .content img {
	max-width: 100%;
	margin-left: -2em;
}


/* register */

.section.register {
	background: #f1f1f1;
	padding-bottom: 60px;
	padding-top: 60px;
}

.register-box h3 {
	border-left: 3px solid #1ab394;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 15px;
}

.register-box {
	background: #ffffff;
	margin-top: 2%;
	margin-bottom: 20px;
	padding: 40px;
	font-size: 16px;
	line-height: 2.0;
}

.register-box .register-header {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	padding-right: 10px;
}

.register-box .register-header .logo {
	display: inline;
	margin-right: 10px;
}

.register-box .register-header .title {
	display: inline;
	line-height: 70px;
	font-size: 20px;
}

.register-box-body,
.register-box-body {
	background: #fff;
	padding: 35px;
	border-top: 0;
	color: #666;
	line-height: 2.0;
}

.register-box-body label {
	font-weight: normal;
}

.register-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
	color: #777;
}

.register-box-msg,
.register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.register-box-left {
	padding-right: 55px;
	border-right: 1px solid #eee;
}

.register-box-right {
	padding-left: 40px;
	padding-top: 40px;
	line-height: 2.5;
}

.register-box-right .name {
	text-align: left;
	font-size: 16px;
}

.register-box-right .content {
	font-size: 15px;
	text-indent: 2em;
}

.btn-register {
	font-size: 16px;
}

#smscode {
	border-radius: 4px !important;
}

@media (max-width:768px) {
	.register {
		padding: 10px 0 0 !important;
	}

	p {
		/* font-size: 16px!important; */
		text-align: justify;
	}
	
	.bigdata-content ul li{
		width: 45%;
	}
	.bigdata-content ul li:nth-child(6){
		margin: 0;
	}
	
	.bigdata-content ul li span{
		display: none;
	}
	.qualifications ul li a p{
		left: 40%;
	}
	
	.restant-area .restant-content .section-title{
		margin-top: 160px;
	}

	.register-box {
		padding: 40px 10px;
	}

	.register-box-left {
		padding-right: 10px;
		border: none;
	}

	.register-box-right {
		padding-left: 10px;
	}

	.text-center .banners {
		position: absolute;
		top: 136px;
		width: 92%;
	}

	.p-text {
		font-size: 14px !important;
		text-align: justify !important;
	}

	.text-center h1,
	.banner-content-word h1{
		font-size: 24px !important;
		font-weight: bolder !important;
	}

	#carousel-example-generic .carousel-inner {
		height: 211px !important;
	}

	.padding {
		padding: 0 !important;
	}

	.margin-top {
		margin-top: 183px !important;
	}

	.col-sm-7 .p-section-text span {
		display: inline-block;
		width: 85% !important;
	}

	.pb-70 {
		overflow: hidden;
	}

	.about-area-two .about-content {
		padding-left: 0px;
	}

	.join-area .join-img img {
		display: none;
	}

	.container-fluid {
		overflow: hidden;
		padding-top: 30px;
	}
}


.bottom-qrcode-text {
	font-size: 20px;
	color: #fff;
	line-height: 200px;
}

.bottom-qrcode-image img {
	margin: 32px auto;
}

@media (max-width:320px){
	.pull-right{
		margin: 0!important;
	}
	.image{
		/* width: 100%!important; */
	}
}
@media (max-width:776px) {
	.bottom-qrcode-text {
		line-height: 1.5;
	}

	.bottom-qrcode-image img {
		width: 200px;
		height: 200px;
		margin: 15px auto;
	}

	#index-demonstration-tab {
		width: 100% !important;
	}

	.header {
		left: 0px;
	}

	.logo {
		width: 60%;
		margin: 0px;
		margin-top: 15px;
	}
}

@media (max-width:998px) {
	body {
		padding: 0 10px;
	}

	.pull-right {
		float: none !important;
		margin-right: 0px!important;
	}
	
	.qualifications .honor li:nth-child(2) {
	    margin: auto !important;
	}

	.logo {
		width: 60%;
		margin: 0px;
		margin-top: 15px;
	}

	.qualifications .honor li {
		width: 100% !important;
		margin: 0 !important;
	}

	.qualifications ul li {
		width: 100%;
	}

	#index-demonstration-tab {
		width: 100% !important;
	}

	.header {
		left: 0px;
	}
}


.index-more {
	text-align: center;
	background: #f5f9fa;
	padding: 80px 0;
	text-align: center;
}

.index-more h1 {
	padding-bottom: 60px;
}

.index-more strong {
	width: 75px;
	height: 75px;
	border-radius: 15%;
	background: #0094ff;
	padding: 7px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	line-height: 60px;
}

.index-more i {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
}

.index-more span {
	width: 100%;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #666;
}

.index-more-link {
	margin-top: 40px;
}

.index-more-link a {
	width: 220px;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 5px;
	color: #fff;
}

.index-more-modules {
	width: 100%;
	overflow: hidden;
}

.index-more-items {
	padding: 0;
}

.index-more-item {
	list-style: none;
	width: 16.66%;
	margin-bottom: 20px;
	transition: all 0.5s;
}

@media (max-width:500px) {
	.index-more-item {
		width: 33.33%;
	}
}

.index-more-filter {
	margin-bottom: 50px;
	padding: 0;
}

.index-more-filter li {
	list-style: none;
	display: inline-block;
	padding-bottom: 10px;
}

.index-more-filter li a {
	color: #fff;
}



@media (max-width:500px) {

	.item .name {
		font-size: 18px !important;
	}

	.banner-content-btn {
		margin-bottom: 20px;
	}

	.item p {
		font-size: 14px !important;
	}

	.item a {
		font-size: 16px;
	}

	.index-news-title {
		font-size: 18px !important;
	}

	.index-more h1 {
		font-size: 18px;
	}


	.index-icon-table tr img {
		width: 100%;
	}
}



.links {
	background: #4f5458;
}

.links a {
	display: block;
	float: left;
	margin: 3px 8px;
	color: #888;
}

.index-news {
	line-height: 2.0;
	padding: 50px 0;
}

.index-news-title {
	font-size: 28px;
	/* text-align: center; */
	margin: 30px 0;
	line-height: 1.0;
}

.index-news-list {}

.index-news-list .item .name:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	padding-right: 10px;
}

.index-news-list .item .name {
	display: inline-block;
	font-size: 15px;
}

.index-news-list .item .addtime {
	display: inline-block;
}

.index-news-list .item .name a {
	color: #666;
}

.index-news-list .image img {
	width: 300px;
	height: 200px;
}

/***ie***/
.fa-check {
	text-indent: -15px;
}

/* channel-product-intro */

.channel-product-intro .item {}

.channel-product-intro .item .name {
	font-size: 36px;
	line-height: 1.5;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.channel-product-intro .item .content,
.channel-product-intro .item .content p {
	font-size: 16px;
	line-height: 2.0;
	text-indent: 2em;
}

.channel-product-intro .item .image {
	max-width: 300px;
	margin-bottom: 0;
}

.channel-product-intro .item .image img {
	max-width: 350px;
	height: auto;
}

.channel-product-intro .item .col-md-5 {
	text-align: center;
}

.channel-product-intro .item .col-md-7 {}

@media (max-width:766px) {
	.channel-product-intro .item .name {
		padding-bottom: 30px;
	}

	.channel-product-intro .item .image {
		margin: 0 auto;
	}
	.case-word {
		float: none!important;
	}
}

/* operate */


/*
.operate-one {
    width: 100%;
    padding: 100px 0;
    background: #f5f9fa;
}

.operate-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
}

    .operate-icon i {
        font-size: 54px;
        color: #fff;
    }

.operate-one p {
    font-size: 18px;
    color: #777;
    padding: 0 5px;
    line-height: 180%;
}

.operate-one span {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 20px;
    text-align: center;
}
*/

.operate-zero h1,
.operate-one h1,
.operate-onehalf h1,
.operate-two h1,
.operate-three h1,
.operate-four h1,
.operate-five h1,
.operate-six h1 {
	font-size: 36px;
	padding-bottom: 40px;
	font-weight: normal;
}

.operate-zero p,
.operate-one p,
.operate-onehalf p,
.operate-two p,
.operate-three p,
.operate-four p,
.operate-five p,
.operate-six p {
	font-size: 20px;
	color: #777;
	line-height: 180%;
}

.operate-zero img,
.operate-one img,
.operate-onehalf img,
.operate-two img,
.operate-three img,
.operate-four img,
.operate-five img,
.operate-six img {
	/* max-width: 300px; */
}

.operate-zero {
	width: 100%;
	padding: 120px 0;
}

.operate-zero .operate-word {
	text-align: right;
	padding-right: 40px;
}

.operate-zero .operate-pic {
	text-align: center;
	padding-top: 10px;
}


.operate-one {
	width: 100%;
	padding: 150px 0;
	background: #f5f9fa;
}

.operate-one .operate-pic {
	text-align: center;
	padding-right: 40px;
}

.operate-one .operate-word {}

.operate-onehalf {
	width: 100%;
	padding: 150px 0;
	background: #f5f9fa;
}

.operate-onehalf .operate-word {
	text-align: right;
	padding-right: 40px;
}

.operate-onehalf .operate-pic {
	text-align: center;
	padding-top: 10px;
}



.operate-two {
	width: 100%;
	padding: 150px 0;
	background-color: #dbe8f2;
}

.operate-two .operate-pic {
	text-align: center;
	padding-right: 40px;
}

.operate-two .operate-word {}


.operate-three {
	width: 100%;
	padding: 120px 0 150px 0;
	background: #f5f9fa;
}

.operate-three .operate-word {
	text-align: left;
	padding-top: 40px;
	padding-right: 40px;
}

.operate-three .operate-pic {
	text-align: center;
}


.operate-four {
	width: 100%;
	padding: 150px 0;
	background: #f5f9fa;
}

.operate-four .operate-pic {
	text-align: center;
	padding-right: 40px;
}

.operate-four h1 {}


.operate-five {
	width: 100%;
	padding: 150px 0;
}

.operate-five h1 {
	text-align: right;
	padding-right: 40px;
}

.operate-five .operate-pic {
	text-align: center;
}

.operate-six {
	width: 100%;
	padding: 150px 0;
	background: #f5f9fa;
}

.operate-six .operate-pic {
	text-align: center;
	padding-right: 40px;
}



.operate-item {}

.operate-item h1 {
	font-size: 42px;
}

.operate-item-word p {
	font-size: 24px;
	line-height: 200%;
}

.agent-items {
	padding-top: 100px;
}

@media (max-width:1200px) {
	.operate-item img {
		max-width: 50%;
		margin: 0 auto;
	}

	.operate-item h1 {
		font-size: 20px;
	}

	.operate-item-word p {
		font-size: 16px;
		line-height: 180%;
	}
}

.agent-items .round {
	display: inline-block;
	width: 16px;
	border-radius: 50%;
	background: #0094ff;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	text-indent: 3px;
}

.agent-items .col-sm-4 {
	padding: 20px;
}

.agent-items h3 {
	color: #888;
	padding-bottom: 10px;
}

.agent-items p {
	color: #999;
	font-size: 16px;
}



.agent-steps {
	width: 100%;
	margin-bottom: 100px;
}

.agent-steps-bgline {
	display: block;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	border-bottom: 2px dotted #777;
}

.agent-steps ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0;
}

.agent-steps ul li {
	list-style: none;
	float: left;
	width: 20%;
	height: 100px;
}

.agent-steps ul li span {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #777;
	background: #f5f9fa;
}

.agent-steps ul li strong {
	width: 100%;
	display: block;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	color: #777;
}

/*
    .partner img{
        width:253px;
        height:89px;
        border:1px solid #eee;
        margin:0 auto;
    }

    .partner .box {
        min-height:150px;
        margin-bottom:20px;
        color:#999;
        line-height:2.5;
    }
    */


/* é¦–é¡µæ•ˆæžœ */
.cloudmove {
	animation: cloudmove 0.8s alternate infinite;
}

@keyframes cloudmove {
	0% {
		bottom: -100px;
	}

	100% {
		bottom: -80px;
	}
}

@-webkit-keyframes cloudmove {
	0% {
		bottom: -100px;
	}

	100% {
		bottom: -80px;
	}
}

.index-iconbox {
	height: 180px;
}

.index-icon {
	position: relative;
	height: 100px;
}

.index-iconbg {
	height: 100px;
	margin: 0 auto;
	position: absolute;
	opacity: 0;
	transition: opacity 0.6s ease-out;
}

.index-iconbox p {
	transition: color 0.6s ease-out;
}

.index-iconbox:hover p {
	color: #000 !important;
}

.index-iconbox:hover .index-iconbg {
	opacity: 1;
}


@keyframes ewmligthmove {
	0% {
		top: 0;
	}

	100% {
		top: 270px;
	}
}

@-webkit-keyframes ewmligthmove {
	0% {
		top: 0;
	}

	100% {
		top: 270px;
	}
}

.ewmligthmove {
	animation: ewmligthmove alternate infinite;
}

@keyframes noticeflash {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100;
	}
}

@-webkit-keyframes noticeflash {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100;
	}
}

.noticeflash {
	animation: noticeflash;
}

.weixinpay {
	animation: weixinpay;
}

@keyframes weixinpay {
	0% {
		width: 280px;
		top: 60px;
		left: 40px;
	}

	100% {
		width: 130px;
		top: 130px;
		left: 72px;
	}
}

@-webkit-keyframes weixinpay {
	0% {
		width: 280px;
		top: 0px;
		left: 0px;
	}

	100% {
		width: 130px;
		top: 130px;
		left: 72px;
	}
}

.weixinpayphone {
	animation: weixinpayphone;
}

@keyframes weixinpayphone {
	0% {
		background: transparent;
	}

	100% {
		background: url(../images/icons/index-payphone.png) no-repeat 40px;
		background-size: 50%;
	}
}

@-webkit-keyframes weixinpayphone {
	0% {
		background: transparent;
	}

	100% {
		background: url(../images/icons/index-payphone.png) no-repeat 40px;
		background-size: 50%;
	}
}

.index-repaircover {
	width: 60px;
	height: 60px;
	position: absolute;
	background: #96d3c5;
}


.index-rocket {
	width: 100px;
	height: 245px;
	background: url(../images/rocket.png) no-repeat;
	animation: rocketonfire 600ms steps(5) infinite;
}

@-webkit-keyframes rocketonfire {
	0% {
		background-position: 0px 0;
	}

	100% {
		background-position: -500px 0;
	}
}

@keyframes rocketonfire {
	0% {
		background-position: 0px 0;
	}

	100% {
		background-position: -500px 0;
	}
}


.section2,
.section3,
.section5,
.section6 {
	padding-bottom: 180px;
}


/*2017-5 æ–°å¢ž */
.flydialog {
	position: absolute;
}

@keyframes slideright {
	0% {
		left: 130px;
	}

	100% {
		left: 280px;
	}
}

@-webkit-keyframes slideright {
	0% {
		left: 130px;
	}

	100% {
		left: 280px;
	}
}

@keyframes slideopen {
	0% {
		transform: rotateY(90deg);
	}

	32% {
		transform: rotateY(60deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

@-webkit-keyframes slideopen {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100;
	}
}

.slideopen {
	position: absolute;
	perspective: 1000;
	animation: slideopen;
	-webkit-transform-origin: left;
	transform-origin: left;
	top: 18px;
	left: 203px;
}

.slideright {
	position: absolute;
	top: 16px;
	animation: slideright;
}

.order1,
.order2,
.order3,
.order4 {
	position: absolute;
}

.order1 {
	animation: disappear;
}

@-webkit-keyframes disappear {
	0% {
		opacity: 100;
	}

	80% {
		opacity: 100;
	}

	100% {
		opacity: 0;
	}
}

@keyframes disappear {
	0% {
		opacity: 100;
	}

	80% {
		opacity: 100;
	}

	100% {
		opacity: 0;
	}
}

.order4 {
	animation: downtoup;
}

@-webkit-keyframes downtoup {
	0% {
		top: 100px;
		left: 200px;
	}

	100% {
		top: 0;
		left: 200px;
	}
}

@keyframes downtoup {
	0% {
		top: 130px;
		left: 240px;
	}

	100% {
		top: 165px;
		left: 165px;
	}
}



.fee1,
.fee2,
.fee3 {
	position: absolute;
}

.fee2 {
	animation: handonpad;
}

@-webkit-keyframes handonpad {
	0% {
		top: 250px;
		left: 110px;
		opacity: 0;
	}

	100% {
		top: 150px;
		left: 110px;
		opacity: 1;
	}
}

@keyframes handonpad {
	0% {
		top: 250px;
		left: 110px;
		opacity: 0;
	}

	100% {
		top: 150px;
		left: 110px;
		opacity: 1;
	}
}


.fee3 {
	animation: billtopad;
}

@-webkit-keyframes billtopad {
	0% {
		transform: scale(2.7);
		top: 100px;
	}

	100% {
		transform: scale(1);
		top: 42px;
	}
}

@keyframes billtopad {
	0% {
		transform: scale(2.7);
		top: 100px;
	}

	100% {
		transform: scale(1);
		top: 42px;
	}
}




/*æ‰‹æœºç«¯è°ƒæ•´*/
@media (max-width:550px) {
	/*é¦–é¡µ*/

	.logo a {
		background-size: 100%;
	}

	.channel-details .section {
		padding: 30px 0;
	}

	.index-news {
		padding: 0 0 40px 0;
		line-height: 200%;
	}

	.index-news-list {
		padding: 0;
	}

	.index-more {
		padding: 30px 0;
	}

	.index-more h1 {
		padding-bottom: 20px;
	}

	.index-more-link {
		margin-top: 0;
	}

	.bottom-nav {
		min-height: 420px;
	}

	.channel-details .item {
		overflow: hidden;
	}

	.index-iconbg {
		opacity: 1;
	}

	.index-icon img {
		display: none;
	}

	.section1 .image {
		margin-left: -15px !important;
	}

	.section1 .image img {
		width: 50%;
	}

	.section1 .image img:nth-child(1) {
		width: 30%;
		left: 200px !important;
	}

	.section1 .image img:nth-child(2) {
		left: 0px !important;
	}

	.section1 .image img:nth-child(3) {
		left: 150px !important;
	}

	.section1 .image img:nth-child(4) {}

	.section2 .image {
		margin-left: -15px !important;
	}

	.section3 .image {
		background-size: 80% !important;
	}

	.section3 .image img {
		width: 80% !important;
	}


	.section4 .image img {
		width: 75%;
	}

	.section6 .image img {
		width: 85%;
	}

	/*è¿è¥*/
	.operate-onehalf,
	.operate-two,
	.operate-three,
	.operate-four,
	.operate-five {
		padding: 30px 0;
	}

	.operate-word h1 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.operate-word p {
		font-size: 16px;
	}

	.operate-pic {
		margin: 30px 0;
	}

	.operate-pic img {
		width: 60%;
		margin: 0 auto;
	}

	/*æ¡ˆä¾‹*/
	.case-customers {
		padding-top: 0;
	}

	.case-customers h1 {
		font-size: 24px;
		line-height: 150%;
	}

	.case-saying {
		padding-top: 40px;
	}

	.case-saying .row {
		padding: 0 20px;
		position: relative;
	}

	.case-saying h1 {
		font-size: 24px;
	}

	.case-saying-pic {
		width: 100px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.case-saying-word {
		padding: 0 0 0 80px;
	}


	/*APP*/
	.app-tips {
		padding: 10px;
		margin-top: 20px;
		font-size: 16px;
	}

	.app-banner {
		padding: 80px 0 0 0;
	}

	.app-banner-word {
		display: none;
	}

	.app-download {
		padding: 20px 0 60px 0;
	}

	.app-model {
		min-height: 0;
	}

	/*æ–‡ç« é¡µ*/
	.article-body {
		padding: 20px;
	}

	.article-body .name h1 {
		font-size: 24px !important;
	}

	.article-body .content {
		font-size: 16px;
	}

	/*äº§å“é¡µ*/
	.product-word h1 {
		padding: 20px 0 10px 0;
	}

	.product-word h1 span {
		font-size: 24px;
	}

	.product-word p {
		font-size: 16px;
	}

	/*å…¬å¸ç®€ä»‹*/
	.aboutus-main .pic {
		margin: 0 auto;
	}

	.aboutus-main .pic img {
		width: 100%;
	}

	.aboutus-main .a1 h2 p {
		width: 52px;
		margin-left: 45px;
	}

	.aboutus-main .word h2,
	.aboutus-main h2 {
		font-size: 24px !important;
	}

	.aboutus-main .word p,
	.aboutus-main p {
		font-size: 16px !important;
	}
}

.itemCon {
	width: 100%;
	position: relative;
}

#stateTip {
	top: 0 !important;
	left: 0 !important;
}

.mapTipText {
	width: 400px;
	display: table;
	background: #fff;
	box-shadow: 1px 1px 1px 3px #eee;
}

.mapTipText .mapTipList {
	float: left;
	width: 100%;
	height: 100%;
}

.mapTipText .mapTipList h2 {
	text-align: center;
}

.mapTipText .mapTipList h2 a {
	font-size: 24px;
	color: #262626;
	text-decoration: none;
}

.mapTipText .mapTipList h2 a:hover {
	color: #0085d2;
}

.mapTipText .mapTipList ul {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mapTipText .mapTipList li {
	list-style: none;
	width: 100%;
	height: 50px;
	padding-bottom: 10px;
}

.mapTipText .mapTipList li img {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 20px;
}

.mapTipText .mapTipList li span {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

.mapTipText .mapTipList li strong {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}

#stateTip svg {
	display: none;
}

#mapTipContainer {
	left: 10px !important;
	top: 150px !important;
}


#index-demonstration-tab {
	width: 60%;
	margin: 0 auto;
	border-bottom: none;
}

#index-demonstration-tab li {
	width: 20%;
}

#index-demonstration-tab li a {
	padding: 15px 0;
	border: 1px solid #ccc;
	border-right: 1px solid transparent;
	margin: 0;
	border-radius: 0;
	color: #666;
}


#index-demonstration-tab li:first-child a {
	border-radius: 40px 0 0 40px;
}


#index-demonstration-tab li:last-child a {
	border-right: 1px solid #ccc;
	border-radius: 0 40px 40px 0;
}

#index-demonstration-tab li.active a {
	background: #1ab394;
	color: #fff;
}

#index-demonstration-tab li:hover a {
	background: transparent;
	color: #666;
}

#index-demonstration-tab li.active:hover a {
	background: #1ab394;
	color: #fff;
}

#index-demonstration-content {
	padding-top: 20px;
}

#index-demonstration-content .title {
	width: 160px;
	display: block;
	margin: 20px auto;
	padding: 5px 0;
	font-size: 18px;
	color: #333;
	display: block;
	background: #f4f2f2;
	border-radius: 30px;
}#img{
	display: none;
}
.bottom-qrcode{
	overflow: hidden!important;
}

	.block{
		display: none;
	}
@media screen and (max-width: 640px) {
	#index-demonstration-tab li {
		width: 20%;
		height: 70px;

	}
	.pull-right img{
		display: block;
		margin: auto;
	}
	.aboutus-main .a1{
		padding: 50px 0;
	}
	#img{
		display: block;
	}
	#img-none{
		display: none;
	}
	.zhihui{
		display: block;
	}
	#manager img{
		width: 100%!important;
	}
	.none{
		display: none;
	}
	.block{
		display: block;
	}

	#index-demonstration-tab li a {
		height: 100%;
	}
}

.channels>.nav>li:nth-child(3)>.dropdown-menu {
	left: -19px;
}
