body {
	font-family:"Lato", 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial','Microsoft YaHei';
	color: #333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden
}

button:focus {
	outline: 0!important
}

p {
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 16px
}

a {
	color: #ea7300;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
	color: #2196f3
}

a:focus {
	text-decoration: none;
	outline: 0!important;
}


.btn,a.btn {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-weight: 700
}

.btn .fa,a.btn .fa {
	color: #fff;
	margin-right: 5px
}

.btn-cta,a.btn-cta {
	padding: 7px 30px;
	width: 90%;
}

.btn-cta-primary,a.btn-cta-primary {
	background: #2196f3;
	color: #fff;
	border: 0;
}

.btn-cta-primary:hover,a.btn-cta-primary:hover {
	background: #2196F3;
	opacity: 0.9 !important;
	color: #fff;
}

.btn-cta-primary:focus,a.btn-cta-primary:focus {
	color: #fff
}

.btn-cta-secondary,a.btn-cta-secondary {
	background: 0 0;
	border: 2px solid #2196f3;
	color: #2196f3
}

.btn-cta-secondary:focus,.btn-cta-secondary:hover,a.btn-cta-secondary:focus,a.btn-cta-secondary:hover {
	background: #2196f3;
	border: 2px solid #2196f3;
	color: #fff
}

input[type=button],input[type=email],input[type=password],input[type=submit],input[type=text],select,textarea {
	appearance: none;
	-webkit-appearance: none
}

.img-center {
	margin: auto
}

.activity-link {
	color: #ea7300!important;
	opacity: .7;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.activity-link:hover {
	opacity: 1
}

#topcontrol {
	background: #2196f3;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	float: right;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	z-index: 30;
}

#topcontrol:hover {
	color: #fff
}

#topcontrol .fa {
	position: relative;
	top: 3px;
	font-size: 25px
}

.video-container iframe,video {
	max-width: 100%
}

video.box-video {
	background: rgba(255,255,255,.5);
	border-radius: 4px;
	margin: auto;
	padding: 10px;
	box-shadow: 0 4px 2px 2px rgba(0,0,0,.05);
	width: 100%
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -37.5px;
	margin-top: -50px!important;
	cursor: pointer;
	z-index: 10
}

.play-btn i {
	color: rgba(110,110,110,.8)
}

.play-btn a:focus,.play-btn a:hover {
	text-decoration: none
}

.play-btn a:focus i,.play-btn a:hover i {
	color: rgba(110,110,110,.9)
}

.download-btn {
	position: absolute;
	top: 280px;
	left: 334px;
	font-size: 16px;
	z-index: 10
}

.download-btn a:hover {
	text-decoration: none
}

.sections-wrapper {
	background: #fff;
	position: relative
}

.section .intro {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
	color: #999;
	font-size: 16px
}

.section.feature-index .intro{color: rgba(255,255,255,0.9)}

section h2.title,section h3.title {
	font-weight: 400
}

.why {
	padding-top: 80px;
	padding-bottom: 80px
}

.why .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0
}

.why .intro {
	color: #999;
	margin-bottom: 50px;
	font-size: 18px
}

.why .item {
	padding: 90px 0;
	border-bottom: 1px dashed #eee;
	margin-right: 10px;
}
.why .item:first-child{border-bottom: 1px solid #eee;}
.why .item.last-item {
	border-bottom: none;
	padding-bottom: 0
}

.why .item .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px
}
.why .item .desc {
	margin-bottom: 45px
}

.why .item .desc .fa {
	margin-right: 5px
}

.why .figure {
	position: relative;
	text-align: center
}

.why .figure img {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.cta-section {
	background: left top/cover no-repeat #2196f3;
	min-height: 420px;
	color: #fff;
	padding-top: 60px;
	border: none
}

.cta-section .cta-link {
	color: #fff
}

.cta-section .cta-link:hover {
	text-decoration: underline
}

.cta-section .cta-span {
	color: #fff
}

.features-video {
	padding-top: 40px;
	padding-bottom: 4px;
	position: relative;
	z-index: 1;
}

.features-video .title {
	font-size: 43px;
	margin-top: 0;
	color: #fff;
	font-weight: 600
}

.features-video .about-title {
	margin-bottom: 60px
}

.features-video .lang-title {
	margin-bottom: 50px
}

.features-video .video-container {
	max-width: 880px;
	margin: 0 auto
}

.fluid-width-video-wrapper {
	position: relative
}

.features-tabbed {
	padding-top: 90px;
	padding-bottom: 90px
}

.features-tabbed .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px
}

.features-tabbed h3.title {
	font-size: 29px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px
}

.features-tabbed .tab-content {
	padding: 10px 30px
}

.features-tabbed .tab-content .title {
	font-size: 16px;
	color: #f19180;
	font-weight: 700;
	margin-bottom: 30px
}

.features-tabbed .tab-content .figure {
	margin-bottom: 10px
}

.features-tabbed .tab-content .figure img {
	margin: 0 auto
}

.nav-tabs {
	border: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	position: relative
}

.nav-tabs:before {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	position: absolute;
	bottom: 0
}

.nav-tabs>li {
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	background: 0 0;
	border: 1px solid #eee;
	border-right: none;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.nav-tabs>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	margin-right: 0;
	color: #333;
	padding: 15px 30px;
	font-size: 16px;
	background: #fafafa;
	border: none;
	line-height: .7
}

.nav-tabs>li>a .fa {
	font-size: 20px
}

.nav-tabs>li>a:hover {
	background: #f5f5f5;
	color: #2196f3
}

.nav-tabs>li.active {
	color: #999;
	border-bottom-color: #fff
}

.nav-tabs>li.active>a {
	color: #999;
	background: #fff;
	border: none
}

.nav-tabs>li.active:hover>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	border: none;
	color: #999
}

.nav-tabs>li.last {
	border-right: 1px solid #eee
}

.pricing {
	padding: 90px 0 60px;
	position: relative;
	z-index: 10
}

.pricing .title {
	font-size: 43px;
	margin-top: 0;
}

.pricing .intro {
	margin-bottom: 20px
}

.pricing .item {
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 30px;
	-webkit-transition: -webkit-transform .3s linear;
	-moz-transition: -moz-transform .3s linear;
	-o-transition: -o-transform .3s linear;
	-ms-transition: -o-transform .3s linear;
	transition: -webkit-transform .3s linear,-moz-transform .3s linear,-o-transform .3s linear,transform .3s linear
}

.pricing .item.left {
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-o-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right
}

.pricing .item.right {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

/*.pricing .item:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}*/

.pricing .item .item-inner {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.05)
}

.pricing .item .item-inner:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.pricing .item .heading {
	margin-top: 0;
	padding: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 4px;
	border-radius: 4px 4px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.pricing .item .heading .title {
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 600;
	font-size: 24px;
	color: #ccc;
	background:#eee;
}
.pricing .item .heading .title.hot{
	background:#2196f3;
	color: #fff;}
	
.pricing .item .content {
	padding: 0 15px 30px;
	font-size: 14px;
	background: #fff;
	margin-bottom:-1px;
}

.pricing .item .price-figure {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0 auto;
	min-height: 160px
}

.pricing .item .price-figure .number {
	font-size: 42px;
	font-weight: 700;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	width:160px;
	text-align:center;
	margin:auto;
}

.pricing .item .price-figure .phone-number {
	font-size: 30px;
	font-weight: 700;
	line-height: 75px
}

.pricing .item .price-figure .unit {
	font-weight: 400;
	color: #b3b3b3
}

.pricing .item .price-figure .currency {
	top: -12px;
	right: 2px;
	position: relative;
	/*fontfont-family: arial,sans-serif;*/
	color: #666;
	font-size: 18px
}

.pricing .item .ribbon {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 120px;
	height: 120px;
	overflow: hidden
}

.pricing .item .ribbon .text {
	position: relative;
	left: -39px;
	top: 20px;
	width: 158px;
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #FFBD00;
	-webkit-transform: rotate(-45deg) translate3d(0,0,0);
	-moz-transform: rotate(-45deg) translate3d(0,0,0);
	-ms-transform: rotate(-45deg) translate3d(0,0,0);
	-o-transform: rotate(-45deg) translate3d(0,0,0)
}

.pricing .item .ribbon .text:after,.pricing .item .ribbon .text:before {
	content: '';
	position: absolute;
	bottom: -4px;
	border-top: 5px solid #f2b300;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.pricing .item .ribbon .text:before {
	left: 0
}

.pricing .item .ribbon .text:after {
	right: 0
}

.pricing .item .feature-list {
	margin-bottom: 30px;
	border-top: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.pricing .item .feature-list li {
	/*border-bottom: 1px solid #f3f3f3;
	padding: 13px*/
	 padding: 9px 13px;
    color: #888;
}
.pricing .item .feature-list li b{color: #555;}

.pricing .item.best-buy {
	top: -15px;
	z-index: 11;
	position: relative
}

.pricing .item.best-buy .heading {
	padding-top: 45px
}

.pricing .item.best-buy .heading .title {
	padding-top: 0
}

.pricing .item.best-buy .content {
	padding-bottom: 45px;
	background: #fff
}

.faq {
	background: #f5f5f5;
	padding: 80px 0;
}

.faq .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}
.faq .text-border{margin-top: 20px;margin-bottom: 60px;}
.faq .panel {
	background: #fff;
	-webkit-box-shadow: 0 4px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 4px 1px rgba(0,0,0,.05);
	box-shadow: 0 2px 1px rgba(0,0,0,.03);
	margin-bottom: 25px;
}

.faq .panel:hover {
	-webkit-box-shadow: 0 4px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 1px rgba(0,0,0,.1)
}

.faq .panel .panel-heading {
	padding: 13px 30px
}

.faq .panel .panel-body {
	padding: 0 30px 30px;
	color: #666
}

.faq .panel .panel-body p {
	font-size: 14px
}

.faq .panel .panel-small {
	font-size: 14px;
	color: #B8B8B8
}

.faq .panel .panel-small .panel-totop {
	color: #2196f3 !important
}

.faq .panel .panel-small .panel-totop:hover {
	cursor: pointer;
}

.faq .panel .panel-title {
	font-weight: 400;
	color: #666
}

.faq .panel .panel-title a {
	text-decoration: none
}

.faq .panel .panel-title p {
	display: inline-block;
	font-size: 14px;
	width: 92%;
	margin-bottom: 0
}

.faq .panel a:hover {
	color: #666;
	text-decoration: none
}

.faq .panel .panel-title .panel-toggle .fa,.faq .panel .panel-toggle .panel-title .fa {
	margin-right: 10px;
	color: #2196f3
}

.faq .panel .panel-title:hover .fa {
	color: #2196f3
}

.faq .contact-lead {
	margin-top: 60px
}

.faq .contact-lead .title {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	color: #999
}

.modal.modal-video .modal-dialog {
	width: 760px;
	margin-top: 90px;
	-webkit-transform: scale(1,0) rotate(90deg) skew(30deg,20deg);
	-moz-transform: scale(1,0) rotate(90deg) skew(30deg,20deg);
	-o-transform: scale(1,0) rotate(90deg) skew(30deg,20deg);
	-ms-transform: scale(1,0) rotate(90deg) skew(30deg,20deg);
	transform: scale(1,0) rotate(90deg) skew(30deg,20deg);
	-webkit-transition: all .5s .3s;
	-moz-transition: all .5s .3s;
	-o-transition: all .5s .3s;
	-ms-transition: all .5s .3s;
	transition: all .5s .3s
}

.modal.modal-video .modal-dialog.active {
	-webkit-transform: scale(1,1) rotate(0deg) skew(0deg,0deg);
	-moz-transform: scale(1,1) rotate(0deg) skew(0deg,0deg);
	-o-transform: scale(1,1) rotate(0deg) skew(0deg,0deg);
	-ms-transform: scale(1,1) rotate(0deg) skew(0deg,0deg);
	transform: scale(1,1) rotate(0deg) skew(0deg,0deg)
}

.modal.modal-video .modal-body {
	padding: 0
}

.modal.modal-video .modal-header {
	border: none;
	padding: 0;
	position: relative
}

.modal.modal-video .modal-content {
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.modal.modal-video button.close {
	font-size: 36px;
	font-weight: 300;
	text-shadow: none;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background: 0 0;
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 10
}

.modal.modal-video button.close:hover {
	color: #ec6952;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.feature-img {
	border: none!important;
	margin-bottom: 25px!important
}

.img-title {
	border: none!important;
	padding: 0!important;
	box-shadow: none!important;
	background-color: transparent!important
}

.btn-part {
	margin-bottom: 30px
}

.btn-part+p {
	color: rgba(43,43,43,.5)
}

.btn-span {
	padding: 20px
}

.btn-small {
	min-width: 80px
}

.btn-sign {
	color: #fff;
	background: #2196f3;
	border: 1px solid #2196f3
}

.btn-sign:focus,.btn-sign:hover {
	color: #fff;
	background: rgba(0,110,195,.8);
	border-color: rgba(0,110,195,.8)
}

.btn-knowmore {
	color: #2196f3;
	background: #fff;
	border: 1px solid #2196f3
}

.btn-knowmore:focus,.btn-knowmore:hover {
	color: #fff;
	background: #2196f3
}

.btn-demo {
	color: #fff;
	background: 0 0;
	border: 2px solid #fff
}

.btn-demo:focus,.btn-demo:hover {
	color: #fff;
	opacity: .8
}

.btn-sign-ye {
	color: #fff;
	background: #6d67fd;
	border: 2px solid #6d67fd;
}

.btn-sign-ye:focus,.btn-sign-ye:hover {
	color: #fff;
	opacity: .8
}

.bi-price-text {
	color: #999
}

.shadow-link {
	color: #fff!important;
	font-weight: 400;
	text-shadow: 1px 1px 1px #ea7300,1px 1px 1px #ea7300,1px 1px 1px #ea7300,1px 1px 1px #ea7300,1px 1px 1px #ea7300,1px 1px 1px #ea7300,0 1px 1px #ea7300,1px 1px 1px #ea7300
}

.shadow-link:hover {
	color: #fff!important;
	text-decoration: underline!important
}

/*.btmbdr-container {
	border-bottom: 1px solid #eee
}*/

.onlyshow-xxs,.onlyshow-xxxs {
	display: none
}

.xs-only {
	display: none!important
}

@media (min-width:1200px) {
	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-half {
		margin-left: 4.16666666667%
	}
}

@media (min-width:992px) {
	.col-md-offset-half {
		margin-left: 4.16666666667%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.col-sm-offset-half {
		margin-left: 4.16666666667%
	}
}

@media (max-width:767px) {
	.xs-only {
		display: block!important
	}

	.col-xs-half {
		margin-left: 4.16666666%!important
	}
}

@media (max-width:480px) {
	.onlyshow-xxs {
		display: block
	}

	.hidden-xxs {
		display: none
	}

	.col-xxs-12 {
		width: 100%
	}

	.col-xxs-11 {
		width: 91.66666667%
	}

	.col-xxs-10 {
		width: 83.33333333%
	}

	.col-xxs-9 {
		width: 75%
	}

	.col-xxs-8 {
		width: 66.66666667%
	}

	.col-xxs-7 {
		width: 58.33333333%
	}

	.col-xxs-6 {
		width: 50%
	}

	.col-xxs-5 {
		width: 41.66666667%
	}

	.col-xxs-4 {
		width: 33.33333333%
	}

	.col-xxs-3 {
		width: 25%
	}

	.col-xxs-2 {
		width: 16.66666667%
	}

	.col-xxs-1 {
		width: 8.33333333%
	}

	.col-xxs-offset-12 {
		margin-left: 100%
	}

	.col-xxs-offset-11 {
		margin-left: 91.66666667%
	}

	.col-xxs-offset-10 {
		margin-left: 83.33333333%
	}

	.col-xxs-offset-9 {
		margin-left: 75%
	}

	.col-xxs-offset-8 {
		margin-left: 66.66666667%
	}

	.col-xxs-offset-7 {
		margin-left: 58.33333333%
	}

	.col-xxs-offset-6 {
		margin-left: 50%
	}

	.col-xxs-offset-5 {
		margin-left: 41.66666667%
	}

	.col-xxs-offset-4 {
		margin-left: 33.33333333%
	}

	.col-xxs-offset-3 {
		margin-left: 25%
	}

	.col-xxs-offset-2 {
		margin-left: 16.66666667%
	}

	.col-xxs-offset-1 {
		margin-left: 8.33333333%
	}

	.col-xxs-offset-half {
		margin-left: 4.16666666%
	}

	.col-xxs-offset-0 {
		margin-left: 0
	}

	.col-xxs-pull-12 {
		right: 100%
	}

	.col-xxs-pull-11 {
		right: 91.66666667%
	}

	.col-xxs-pull-10 {
		right: 83.33333333%
	}

	.col-xxs-pull-9 {
		right: 75%
	}

	.col-xxs-pull-8 {
		right: 66.66666667%
	}

	.col-xxs-pull-7 {
		right: 58.33333333%
	}

	.col-xxs-pull-6 {
		right: 50%
	}

	.col-xxs-pull-5 {
		right: 41.66666667%
	}

	.col-xxs-pull-4 {
		right: 33.33333333%
	}

	.col-xxs-pull-3 {
		right: 25%
	}

	.col-xxs-pull-2 {
		right: 16.66666667%
	}

	.col-xxs-pull-1 {
		right: 8.33333333%
	}

	.col-xxs-pull-0 {
		right: auto
	}

	.col-xxs-push-12 {
		left: 100%
	}

	.col-xxs-push-11 {
		left: 91.66666667%
	}

	.col-xxs-push-10 {
		left: 83.33333333%
	}

	.col-xxs-push-9 {
		left: 75%
	}

	.col-xxs-push-8 {
		left: 66.66666667%
	}

	.col-xxs-push-7 {
		left: 58.33333333%
	}

	.col-xxs-push-6 {
		left: 50%
	}

	.col-xxs-push-5 {
		left: 41.66666667%
	}

	.col-xxs-push-4 {
		left: 33.33333333%
	}

	.col-xxs-push-3 {
		left: 25%
	}

	.col-xxs-push-2 {
		left: 16.66666667%
	}

	.col-xxs-push-1 {
		left: 8.33333333%
	}

	.col-xxs-push-0 {
		left: auto
	}
}

@media (max-width:375px) {
	.onlyshow-xxxs {
		display: block
	}

	.hidden-xxxs {
		display: none
	}

	.col-xxxs-12 {
		width: 100%
	}

	.col-xxxs-11 {
		width: 91.66666667%
	}

	.col-xxxs-10 {
		width: 83.33333333%
	}

	.col-xxxs-9 {
		width: 75%
	}

	.col-xxxs-8 {
		width: 66.66666667%
	}

	.col-xxxs-7 {
		width: 58.33333333%
	}

	.col-xxxs-6 {
		width: 50%
	}

	.col-xxxs-5 {
		width: 41.66666667%
	}

	.col-xxxs-4 {
		width: 33.33333333%
	}

	.col-xxxs-3 {
		width: 25%
	}

	.col-xxxs-2 {
		width: 16.66666667%
	}

	.col-xxxs-1 {
		width: 8.33333333%
	}

	.col-xxxs-offset-12 {
		margin-left: 100%
	}

	.col-xxxs-offset-11 {
		margin-left: 91.66666667%
	}

	.col-xxxs-offset-10 {
		margin-left: 83.33333333%
	}

	.col-xxxs-offset-9 {
		margin-left: 75%
	}

	.col-xxxs-offset-8 {
		margin-left: 66.66666667%
	}

	.col-xxxs-offset-7 {
		margin-left: 58.33333333%
	}

	.col-xxxs-offset-6 {
		margin-left: 50%
	}

	.col-xxxs-offset-5 {
		margin-left: 41.66666667%
	}

	.col-xxxs-offset-4 {
		margin-left: 33.33333333%
	}

	.col-xxxs-offset-3 {
		margin-left: 25%
	}

	.col-xxxs-offset-2 {
		margin-left: 16.66666667%
	}

	.col-xxxs-offset-1 {
		margin-left: 8.33333333%
	}

	.col-xxxs-offset-0 {
		margin-left: 0
	}
}

.tooltip {
	/*fontfont-family: "Hiragino Sans GB",PingHei,"Helvetica Neue",Helvetica,Arial,Verdana,"Microsoft Yahei",sans-serif*/
}

.tooltip .tooltip-inner {
	padding: 8px;
	background: rgba(0,0,0,.8);
	text-align: left
}

.tooltip .tooltip-arrow {
	opacity: .8
}

@media (min-width:768px) {
	.pricing .item.left {
		width: 25%;
		padding: 1%;
	}
.pricing .item.left-first{margin-left: 0;}
	.pricing .item.right {
		width: 25%;
		padding: 1%;
	}
	
	.pricing .item.left.col-md-4 {
		width: 30.33%;
		margin-left: 3%
	}
	.pricing .item.right.col-md-4 {
		width: 30.33%;
		margin-left: 3%
	}
	.pricing .item.left.col-md-5 {
		width: 38%;
		margin-left: 7%
	}
	.pricing .item.right.col-md-5 {
		width: 38%;
		margin-left: 7%
	}
	
}

.headline-bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 420px;
	background: 0 0/cover #2196f3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}

.headline-bg.about-headline-bg {
	overflow: hidden;
	background: -webkit-linear-gradient(top,#00903a,#1ebf5e);
	background: -moz-linear-gradient(top,#00903a,#1ebf5e);
	background: -o-linear-gradient(top,#00903a,#1ebf5e);
	background: -ms-linear-gradient(top,#00903a,#1ebf5e);
	
}

.headline-bg.about-headline-bg.jobs-headline-bg {
	height: 594px
}

.headline-bg.ai-headline-bg {
	/*zyheight: 575px;*/
	overflow: hidden;
	background: url(../../images/banner/host.jpg);
	background: -o-linear-gradient(top,#00903a,#1ebf5e);
	background: -ms-linear-gradient(top,#00903a,#1ebf5e);
}

.headline-bg.bi-headline-bg {
	height: 575px;
	overflow: hidden;
	background: -webkit-linear-gradient(#00b2bf,#1ae0ee);
	background: -o-linear-gradient(#00b2bf,#1ae0ee);
	background: linear-gradient(#00b2bf,#1ae0ee);
	background: -ms-linear-gradient(#00b2bf,#1ae0ee)
}

.headline-bg.ci-headline-bg {
	height: 575px;
	overflow: hidden;
	background: -webkit-linear-gradient(top,#ea7300,#ff9e41);
	background: -moz-linear-gradient(top,#ea7300,#ff9e41);
	background: -o-linear-gradient(top,#ea7300,#ff9e41);
	background: -ms-linear-gradient(top,#ea7300,#ff9e41)
}

.headline-bg.ct-headline-bg {
	height: 575px;
	overflow: hidden;
	background: -webkit-linear-gradient(top,#ed9700,#f6ab00);
	background: -moz-linear-gradient(top,#ed9700,#f6ab00);
	background: -o-linear-gradient(top,#ed9700,#f6ab00);
	background: -ms-linear-gradient(top,#ed9700,#f6ab00)
}

.headline-bg.mi-headline-bg {
	background: #0096da;
	background: linear-gradient(top,#0096da,#5bccff);
	background: -webkit-linear-gradient(top,#0096da,#5bccff);
	background: -moz-linear-gradient(top,#0096da,#5bccff);
	background: -o-linear-gradient(top,#0096da,#5bccff)
}

.headline-bg.servers-headline-bg {
	background: #7fb333;
	background: linear-gradient(top,#7fb333,#a6dc55);
	background: -webkit-linear-gradient(top,#7fb333,#a6dc55);
	background: -moz-linear-gradient(top,#7fb333,#a6dc55);
	background: -o-linear-gradient(top,#7fb333,#a6dc55)
}

.headline-bg.plugins-headline-bg {
	background: #ea7300;
	background: linear-gradient(top,#ea7300,#ff9e41);
	background: -webkit-linear-gradient(top,#ea7300,#ff9e41);
	background: -moz-linear-gradient(top,#ea7300,#ff9e41);
	background: -o-linear-gradient(top,#ea7300,#ff9e41)
}

.headline-bg.ee-headline-bg {
	background: #BEBEBE;
	background: -webkit-linear-gradient(top,#bebebe,#e3e3e3);
	background: -moz-linear-gradient(top,#bebebe,#e3e3e3);
	background: -o-linear-gradient(top,#bebebe,#e3e3e3)
}

.headline-bg.si-headline-bg {
	height: 575px;
	overflow: hidden;
	background: -webkit-linear-gradient(top,#742684,#943ca6);
	background: -moz-linear-gradient(top,#742684,#943ca6);
	background: -o-linear-gradient(top,#742684,#943ca6);
	background: -ms-linear-gradient(top,#742684,#943ca6)
}

.headline-bg.lang-headline-bg {
	height: 575px;
	overflow: hidden
}

.content .img-p {
	text-align: center;
	line-height: 200px;
	padding: 0;
	margin-bottom: 10px
}

.content .img-desc {
	width: 230px;
	margin-left: 20px
}

.lang-content {
	margin-bottom: 30px;
	border-right: 1px solid #eee
}

.lang-content .item {
	padding: 40px 10px 40px 0
}

.lang-content .item .part {
	padding-bottom: 20px
}

.lang-content .item .part h4 {
	font-weight: 400;
	font-size: 20px
}

.lang-content .item.last-item {
	padding-bottom: 0
}

.lang-content .item.last-item p:nth-of-type(1),.lang-content .item.last-item p:nth-of-type(2),.lang-content .item.last-item p:nth-of-type(3),.lang-content .item.last-item p:nth-of-type(4) {
	margin-top: 10px
}

.lang-content .item.last-item p:nth-of-type(2),.lang-content .item.last-item p:nth-of-type(3),.lang-content .item.last-item p:nth-of-type(4) {
	margin-top: 30px
}

.lang-content .ul-indep {
	margin: 45px 0
}

.lang-content .item .desc {
	margin-bottom: 0
}

.lang-content .item .desc p {
	font-size: 15px;
	line-height: 30px;
	margin-top: -25px;
}

.lang-content .item .desc p.note {
	color: rgba(43,43,43,.5);
	font-size: 12px
}

.lang-content ul {
	list-style: none;
	padding-left: 10px;
	font-size: 16px
}

.lang-content ul li {
	margin-left: 40px;
	padding-left: 6px;
	margin-top: 16px;
	list-style-type: disc
}

.lang-content ul .first-li {
	margin-top: 0
}

.lang-content .video-wrapper {
	margin-top: 10px
}

.lang-content .video-wrapper .frame-title {
	margin-top: 0
}

.frame-pos {
	padding-left: 10%
}

.frame-title {
	margin: 40px 0 20px;
	font-size: 16px;
	font-weight: 700;
	color: #b1b1b1
}

.frameworks {
	overflow: hidden
}

.frameworks ul {
	list-style: none;
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0;
	margin: 0;
	clear: both
}

.frameworks ul li {
	display: block;
	float: left;
	padding: 5px 0;
	width: 100%;
	margin: 0;
	list-style-image: none;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	background: #f8f8f8;
	margin-top: 10px;
}
.frameworks ul li:first-child{margin-top: 0;}
/*.frameworks ul li:before{
font-family: FontAwesome;
	content: '\f00c';
	padding-right: 8px}*/

.frameworks ul li.framework-last-li {
	width: 100%;
	text-align: center
}

.frameworks ul li.framework-last-li img.last-img {
	width: 100%!important;
	max-width: 309px
}

.frameworks ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
.frameworks ul li a span:hover{color: #00a241;}
.frameworks ul li img {
	width: 100%;
	width: 30px;
	vertical-align: middle;
	border: 0;
	height: 30px;
	margin-left: 10%;
}
.frameworks ul li span{font-size: 14px;padding-left: 10px;}
.key-advan ul {
	list-style: none;
	padding-left: 0;
	font-size: 14px
}

.key-advan ul li {
	line-height: 15px;
	padding-bottom: 20px;
	width: 100%;
	
	color: #7a7a7a;
}


.key-advan ul li.tjz:before {
	font-family: FontAwesome;
	content: '\f00c';
	padding-right: 8px; }


.features-tabbed-index {
	position: relative;
	padding-top: 0;
	padding-bottom: 10px;
}

.features-tabbed-index .features-content {
	border-radius: 4px;
	border-top: none
}

.features-tabbed-index .features-content .icon-tab {
	display: block;
	font-size: 30px;
	color: #fff;
	height: 60px;
	line-height: 1;
	overflow: hidden;
	padding-top: 10px;
	-webkit-text-stroke-width: .2px
}

.features-tabbed-index .features-content .nav-tabs>li {
	border: none
}

.features-tabbed-index .features-content .nav-tabs>li>a {
	background: 0 0;
	padding: 0
}

.features-tabbed-index .features-content .nav-tabs>li>a:hover {
	background: rgba(250,250,250,.5)
}

.features-tabbed-index .features-content .nav-tabs>li.active {
	background: #fff
}

.features-tabbed-index .features-content .nav-tabs>li.active .icon-ai {
	color: #00a241;
	padding-top: 10px;
}

.features-tabbed-index .features-content .nav-tabs>li.active .icon-bi {
	color: #00adba
}

.features-tabbed-index .features-content .nav-tabs>li.active .icon-mi {
	color: #00a0e9
}

.features-tabbed-index .features-content .nav-tabs>li.active a {
	background-color: #fff
}

.features-tabbed-index .features-content .tab-content {
	padding: 10px 0
}

.icon-play {
	font-size: 100px;
	color: rgba(110,110,110,.8)
}

.jobs-tabbed .tab-header {
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.2);
	z-index: 1
}

.jobs-tabbed .tab-jobs{
	display: block;
	height: 20px;
	font-size: 14px;
	color: #fff;
	line-height:2.8
}
.jobs-tabbed .tab-jobs span{color: #fff;}

.jobs-tabbed .nav-tabs>li.active>a>.tab-jobs,.jobs-tabbed .nav-tabs>li.active>a>.tab-jobs span{
	color: #999
}

.jobs-tabbed .panel {
	background: #f5f5f5
}

.jobs-tabbed .panel .panel-title {
	font-weight: 400;
	color: #666
}

.jobs-tabbed .panel .panel-title i.fa {
	color: #D5D5D5
}

.jobs-tabbed .panel .panel-title:hover i.fa {
	color: #00a241
}

.jobs-tabbed .panel .subtitle {
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	color: rgba(0,0,0,.5)
}

.jobs-tabbed .panel ul {
	padding-left: 20px
}

.jobs-tabbed .panel ul li {
	font-size: 12px;
	text-align: left
}

.jobs-tabbed .panel .panel-small {
	color: #B8B8B8;
	font-size: 14px;
	text-align: left
}

.jobs-tabbed .contents {
	margin-top: 40px
}

.jobs-tabbed p.job-name {
	display: inline-block;
	font-size: 14px;
	width: 92%;
	text-align: left;
	margin-bottom: 0
}

.jobs-tabbed a:hover {
	text-decoration: none
}

.jobs-tabbed a.mail-link:hover {
	text-decoration: underline
}

.steps {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative
}

.steps .icon {
	width: 160px;
	display: block;
	text-align: center;
	margin: 20px auto 0
}

.steps .icon img {
	box-shadow: none;
	vertical-align: middle;
	margin-top: 28px;
}
.steps.steps2{background: #f8f8f8;}
.steps.steps2 .icon img{margin-top: 25px;}
.steps .title {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: -20px
}

.steps .title .text {
	font-size: 16px !important;
	color: #333
}

.steps .intro-text {
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(43,43,43,.5);
	font-size: 14px
}

.steps .line {
	height: 1px;
	line-height: 1px;
	background-color: #eee;
	margin-top: 120px
}

.lang-header {
	height: 300px;
	margin-top: 1px
}

.lang-header h1{
	font-size: 28px;
	color: #fff;
	padding-left: 12px;
	font-weight: bold;
}

.lang-header p {
	color: #fff;
	margin-top: 20px;
	padding-left: 12px;
	padding-right: 40px;
}
.lang-header .txt{font-size: 15px;opacity: .9;line-height: 26px;}

.lang-header p a {
	color: rgba(0,0,0,.3);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	margin-right: 15px
}

.lang-header p a:hover {
	color: #fff;
	text-decoration: none
}

.lang-header p.more a {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 5px 16px;
	color: #fff
}

.lang-header .lang-title {
	height: 52px;
	margin-bottom: 10px;
	margin-left: 40px
}

.lang-header .lang-logo {
	display: inline-block;
	width: 350px;
	margin-top: -8%;
	position: absolute
}

.video-wrapper {
	margin-top: 30px;
	position: relative
}

.video-wrapper ul {
	padding-left: 0
}

.video-wrapper ul li {
	position: relative;
	list-style: none;
	margin-left: 0
}

.video-wrapper video {
	border: 2px solid rgba(102,102,102,.1)
}

.cta-section.pricing-cta-section {
	min-height: 170px;
	position: relative
}

.cta-section.pricing-cta-section .title {
	font-size: 26px;
	font-weight: 600;
	line-height: 55px;
	margin: 0
}

.cta-section.pricing-cta-section .col-sm-9{
	padding-left: 0;
	
}
.cta-section.pricing-cta-section .btn-sign-ye {
	padding: 8px 30px;
	color: #00a040;
	background: #FFF;
	border: 2px solid #FFF
}

.users {
	background: #fff
}

.users h4.vice-title {
	font-size: 20px;
	font-weight: 600
}

.users h2.title {
	font-size: 48px;
	margin-bottom: 30px
}

.users img {
	width: 100%;
	padding: 30px 0
}

.users .text-border {
	height: 0;
	width: 60px;
	border-top: 1px solid rgba(33,33,33,.2);
	margin: 25px auto
}

.users p {
	color: rgba(43,43,43,.5);
	font-size: 16px
}

@media (min-width:768px) {
	.users img.img-lg {
		display: block
	}

	.users img.img-xs {
		display: none
	}
}

@media (max-width:767px) {
	.users img {
		padding: 20px 0
	}

	.users img.img-lg {
		display: none
	}

	.users img.img-xs {
		display: block
	}

	.users .title {
		font-size: 29px!important
	}
}

section.steps.two-man .twheader h2.title {
	margin-bottom: 60px
}

section.steps.two-man .manslider-container .man-wrapper .twomanimg {
	width: 80px;
	margin: 0 auto;
	display: block
}

section.steps.two-man .twcontent {
	min-height: 100px;
	border-radius: 6px
}

section.steps.two-man .twcontent p.twoline {
	margin-bottom: 40px;
	padding: 20px 40px 0;
	min-height: 180px;
	position: absolute;
	text-align: center;
	color: rgba(43,43,43,.5);
	font-size: 16px
}

section.steps.two-man .twcontent p.twoline a {
	display: block;
	border: 0;
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	color: #2196f3
}

section.steps.two-man .twcontent p.twoline a.mi {
	color: #10B5FF
}

section.steps.two-man .twcontent p.twoline a:hover {
	opacity: .8
}

.man-wrapper {
	position: relative;
	height: 200px
}

.man-wrapper .man-prev {
	cursor: pointer;
	left: 14%!important
}

.man-wrapper .man-prev img {
	-webkit-filter: grayscale(100%) brightness(100%) contrast(75%);
	-moz-filter: grayscale(100%) brightness(100%) contrast(75%);
	-ms-filter: grayscale(100%) brightness(100%) contrast(75%);
	filter: grayscale(100%) brightness(100%) contrast(75%);
	opacity: .6
}

.man-wrapper .man-prev img:hover {
	-webkit-filter: initial;
	-moz-filter: initial;
	-ms-filter: initial;
	filter: initial;
	-webkit-transition: -webkit-filter .3s ease-in-out;
	-moz-transition: -moz-filter .3s ease-in-out;
	-o-transition: filter .3s ease-in-out;
	-ms-transition: filter .3s ease-in-out;
	transition: -webkit-filter .3s ease-in-out,-moz-filter .3s ease-in-out,-o-filter .3s ease-in-out,filter .3s ease-in-out
}

.man-wrapper .man-prev .twofooter {
	opacity: 0
}

.man-wrapper .man-cur {
	cursor: pointer;
	left: 42%!important;
	top: -8px!important
}

.man-wrapper .man-cur img {
	width: 90px!important;
	-webkit-transition: -webkit-filter .6s ease-in-out .4s,width .6s ease-in-out .2s,opacity .6s ease-in-out .2s;
	-moz-transition: -moz-filter .6s ease-in-out .4s,width .6s ease-in-out .2s,opacity .6s ease-in-out .2s;
	-o-transition: filter .6s ease-in-out .4s,width .6s ease-in-out .2s,opacity .6s ease-in-out .2s;
	-ms-transition: filter .6s ease-in-out .4s,width .6s ease-in-out .2s,opacity .6s ease-in-out .2s;
	transition: -webkit-filter .6s ease-in-out .4s,-moz-filter .6s ease-in-out .4s,-o-filter .6s ease-in-out .4s,filter .6s ease-in-out .4s,width .6s ease-in-out .2s,opacity .6s ease-in-out .2s
}

.man-wrapper .man-cur .twofooter {
	opacity: 1;
	-webkit-transition: opacity .6s ease-in-out .6s;
	-moz-transition: opacity .6s ease-in-out .6s;
	-o-transition: opacity .6s ease-in-out .6s;
	-ms-transition: opacity .6s ease-in-out .6s;
	transition: opacity .6s ease-in-out .6s
}

.man-wrapper .man-next {
	cursor: pointer;
	left: 70%!important
}

.man-wrapper .man-next img {
	-webkit-filter: grayscale(100%) brightness(100%) contrast(75%);
	-moz-filter: grayscale(100%) brightness(100%) contrast(75%);
	-ms-filter: grayscale(100%) brightness(100%) contrast(75%);
	filter: grayscale(100%) brightness(100%) contrast(75%);
	-webkit-transition: -webkit-filter .3s ease-in-out;
	-moz-transition: -moz-filter .3s ease-in-out;
	-o-transition: filter .3s ease-in-out;
	-ms-transition: filter .3s ease-in-out;
	transition: -webkit-filter .3s ease-in-out,-moz-filter .3s ease-in-out,-o-filter .3s ease-in-out,filter .3s ease-in-out;
	opacity: .6
}

.man-wrapper .man-next img:hover {
	-webkit-filter: initial;
	-moz-filter: initial;
	-ms-filter: initial;
	filter: initial
}

.man-wrapper .man-next .twofooter {
	opacity: 0
}

.man-wrapper .manslider {
	position: absolute;
	display: block;
	width: auto;
	height: 170px;
	top: 0;
	left: 0;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

section.steps .twcontent p.twoline {
	top: -30px
}

.p-next,.p-prev {
	opacity: 0
}

.p-cur {
	opacity: 1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	z-index: 100
}

@media (max-width:1199px) and (min-width:992px) {
	.man-wrapper {
		position: relative;
		height: 200px
	}

	.man-wrapper .man-prev {
		left: 24%!important
	}

	.man-wrapper .man-prev img {
		width: 80px!important
	}

	.man-wrapper .man-cur {
		left: 44%!important
	}

	.man-wrapper .man-cur img {
		width: 90px!important
	}

	.man-wrapper .man-next {
		left: 64%!important
	}

	.man-wrapper .man-next img {
		width: 80px!important
	}

	.man-wrapper .manslider {
		height: 170px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.man-wrapper {
		height: 170px
	}

	.man-wrapper .man-prev {
		left: 22%!important
	}

	.man-wrapper .man-prev img {
		width: 70px!important
	}

	.man-wrapper .man-cur {
		left: 42%!important
	}

	.man-wrapper .man-cur img {
		width: 80px!important
	}

	.man-wrapper .man-next {
		left: 62%!important
	}

	.man-wrapper .man-next img {
		width: 70px!important
	}
}

@media (max-width:767px) {
	section.two-man {
		padding-bottom: 150px
	}

	section.two-man .man-wrapper {
		height: 160px
	}

	section.two-man .man-wrapper .man-prev {
		margin: auto;
		display: block;
		top: 0!important;
		bottom: 0!important;
		left: 0!important;
		right: 0!important
	}

	section.two-man .man-wrapper .man-prev img {
		width: 70px!important;
		visibility: hidden
	}

	section.two-man .man-wrapper .man-prev .twofooter {
		-webkit-transition: visibility .1s ease-in-out 0s;
		-moz-transition: visibility .1s ease-in-out 0s;
		-o-transition: visibility .1s ease-in-out 0s;
		-ms-transition: visibility .1s ease-in-out 0s;
		transition: visibility .1s ease-in-out 0s
	}

	section.two-man .man-wrapper .man-cur {
		margin: auto;
		display: block;
		top: 0!important;
		bottom: 0!important;
		left: 0!important;
		right: 0!important;
		z-index: 100
	}

	section.two-man .man-wrapper .man-cur img {
		width: 70px!important;
		visibility: visible;
		-webkit-transition: -webkit-filter .6s ease-in-out,width .6s ease-in-out,opacity .6s ease-in-out;
		-moz-transition: -moz-filter .6s ease-in-out,width .6s ease-in-out,opacity .6s ease-in-out;
		-o-transition: filter .6s ease-in-out,width .6s ease-in-out,opacity .6s ease-in-out;
		-ms-transition: filter .6s ease-in-out,width .6s ease-in-out,opacity .6s ease-in-out;
		transition: -webkit-filter .6s ease-in-out,-moz-filter .6s ease-in-out,-o-filter .6s ease-in-out,filter .6s ease-in-out,width .6s ease-in-out,opacity .6s ease-in-out
	}

	section.two-man .man-wrapper .man-cur .twofooter {
		-webkit-transition: visibility .1s ease-in-out 0s;
		-moz-transition: visibility .1s ease-in-out 0s;
		-o-transition: visibility .1s ease-in-out 0s;
		-ms-transition: visibility .1s ease-in-out 0s;
		transition: visibility .1s ease-in-out 0s
	}

	section.two-man .man-wrapper .man-next {
		margin: auto;
		display: block;
		top: 0!important;
		bottom: 0!important;
		left: 0!important;
		right: 0!important
	}

	section.two-man .man-wrapper .man-next img {
		width: 70px!important;
		visibility: hidden
	}

	section.two-man .man-wrapper .man-next .twofooter {
		-webkit-transition: visibility .1s ease-in-out 0s;
		-moz-transition: visibility .1s ease-in-out 0s;
		-o-transition: visibility .1s ease-in-out 0s;
		-ms-transition: visibility .1s ease-in-out 0s;
		transition: visibility .1s ease-in-out 0s
	}
}

@media (max-width:590px) {
	section.steps.two-man {
		padding-bottom: 160px
	}

	section.steps.two-man .twcontent p.twoline {
		padding: 20px 5px!important
	}
}

section.partner {
	padding: 30px 0;
	background: #F7F7F7
}

section.partner h2.title {
	font-weight: 400
}

.partner-container {
	max-width: 920px;
	margin: 50px auto 0;
	text-align: center
}

.partner-container p {
	color: #c7c7c7;
	text-align: center
}

.partner-container a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle
}

.partner-container a img {
	margin: auto;
	-webkit-filter: grayscale(100%) brightness(70%) contrast(75%);
	-moz-filter: grayscale(100%) brightness(70%) contrast(75%);
	-ms-filter: grayscale(100%) brightness(70%) contrast(75%);
	filter: grayscale(100%) brightness(70%) contrast(75%);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.partner-container a p {
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.partner-container a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.partner-container a:hover p {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: translateY(-10px);
	margin-top: 20px;
	margin-bottom: 0
}

.partner-container .figure {
	height: 70px
}

.partner-container .partner-box {
	min-height: 100px
}

@media (max-width:375px) {
	.partner-container .partner-box {
		min-height: 70px;
		height: 70px
	}
}

@media (max-width:767px) {
	.partner-container {
		width: 450px
	}
}

@media (max-width:480px) {
	.partner-container {
		width: 300px
	}
}

@media (max-width:374px) {
	.partner-container {
		width: 299px
	}
}

section.jobs {
	padding: 90px 0
}

section.jobs h2.title {
	font-size: 43px;
	font-weight: 600;
	margin-bottom: 30px
}

section.jobs p {
	color: #fff
}

section.features-apm {
	text-align: center;
}

section.features-apm h2 {
	font-size: 44px
}

section.features-apm .desp {
	color: #aaa;
	font-size: 16px;
	margin-bottom: 55px
}

section.features-apm figure {
	margin: 50px 0 40px
}

section.features-apm a:hover {
	text-decoration: none
}

section.about-zhiliao {
	padding: 80px 0
}
section.about-zhiliao h2{
	font-size: 48px;
	font-weight: normal;
}

section.about-zhiliao .article-wrap {
	padding-bottom: 60px
}

section.about-zhiliao article {
	max-width: 880px;
	margin: auto;
	padding: 0 10px
}

@media (max-width:767px) {
	section.about-zhiliao {
		padding-top: 20px
	}
}

@media (max-width:480px) {
	section.about-zhiliao {
		padding-top: 20px;
		padding-bottom: 0
	}

	section.about-zhiliao .article-wrap {
		padding-bottom: 35px
	}
}

section.contact-section {
	background: #f2f2f2;
	padding-top: 40px;
	z-index: 1;
	position: relative
}

section.contact-section .container {
	padding-bottom: 50px
}

section.contact-section a {
	text-decoration: none
}

section.contact-section a:hover .figure-link {
	text-decoration: underline
}

section.contact-section figure {
	text-align: center;
	width: 80%;
	margin: auto
}

section.contact-section figure .iconfont {
	font-size: 68px;
	color: rgba(0,0,0,.2);
	line-height: 1.1
}

section.contact-section figure .figure-title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333
}

section.contact-section figure .figure-detail {
	font-size: 12px;
	color: rgba(0,0,0,.5)
}

section.contact-section figure .figure-link {
	font-size: 12px
}

section.contact-section figure .figure-link:hover {
	text-decoration: underline
}

section.contact-section figure .phone {
	font-size: 12px
}

@media (max-width:767px) {
	section.contact-section figure.row1 {
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	section.contact-section .container {
		width: 970px
	}
}

@media (min-width:1200px) {
	section.contact-section .container {
		width: 1170px
	}
}

@media (max-width:767px) {
	section.contact-section .container {
		width: 450px
	}
}

@media (max-width:480px) {
	section.contact-section .container {
		width: 370px
	}
}

@media (max-width:374px) {
	section.contact-section .container {
		width: 299px
	}
}

section.contact-section.about {
	background: #fff
}

section.contact-section.about figure .iconfont {
	font-size: 100px;
	color: #2196f3;
	-webkit-text-stroke-width: 0
}
section.contact-section.about figure .figure-title {
	font-size: 16px;
	color: rgba(0,0,0,.3)
}

section.contact-section.about figure .figure-info {
	font-size: 16px
}

@media (max-width:480px) {
	section.contact-section.about figure .figure-info {
		font-size: 12px
	}
}

@media (max-width:480px) {
	section.contact-section.about {
		padding-top: 35px
	}

	section.contact-section.about .container {
		padding-bottom: 30px
	}
}

#container,#output {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.download-box {
	width: 765px;
	margin: 2% auto 8%
}

.text-feature-container {
	margin-top: 40px;
	padding: 40px 0 20px;
	display: inline-block;
	vertical-align: top
}

.figure-wapper {
	display: inline-block
}

.new-list {
	color: rgba(0,0,0,.6);
	list-style: none inside;
	padding-left: 0;
	margin-bottom: 30px;
	font-size: 14px
}

.new-list li {
	font-size: 12px
}

.new-list li:before {
	content: "*";
	font-weight: 400;
	padding-right: 10px;
	font-size: 12px
}

.downloadTitle {
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
	text-align: left
}

.android_phone_figure {
	position: relative
}

.inner_code {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -68px;
	margin-top: -120px
}

.inner_code p {
	margin-top: 10px;
	color: #fff
}

.btn-android-download {
	cursor: pointer;
	font-weight: 400!important;
	font-size: 20px
}

.android_phone {
	margin: auto
}

.list-title {
	font-size: 14px;
	color: rgba(0,0,0,.6);
	font-weight: 400;
	margin-top: 60px
}

.mobile-download {
	padding-top: 6px
}

a .icon-download {
	font-size: 14px
}

code {
	display: block;
	padding: 10px 15px
}

code.ci {
	border: 1px solid #eee;
	color: #666;
	background: #fff
}

@media (min-width:992px) {
	.download-box {
		width: 867px;
		margin: 2% auto 8%
	}

	.downloadTitle {
		font-size: 70px
	}

	.figure-wapper {
		display: inline-block;
		margin-left: 59px
	}
}

@media (min-width:768px) {
	.android_phone {
		margin-right: 0;
		height: 650px
	}
}

@media (max-width:767px) {
	.inner_code {
		margin-left: -130px;
		margin-top: -224px
	}

	.list-title,.new-list {
		text-align: left
	}

	.mobile-download {
		padding-top: 0;
		padding-bottom: 20px
	}

	.android_phone {
		max-height: 650px;
		max-width: 90%
	}

	.android_phone_figure {
		padding-top: 0
	}

	.downloadTitle {
		font-size: 40px
	}

	#container {
		height: 150%
	}
}

@media (max-width:480px) {
	.downloadTitle {
		font-size: 30px;
		font-weight: 700
	}

	.inner_code {
		margin-left: -100px;
		margin-top: -200px
	}
}

@media (max-width:374px) {
	.downloadTitle {
		font-size: 25px
	}

	.inner_code {
		margin-left: -82px;
		margin-top: -180px
	}

	.btn-android-download {
		font-size: 14px
	}
}

#root .bdsharebuttonbox {
	position: fixed;
	z-index: 100;
	bottom: 5px;
	right: 5px
}

#root .bdsharebuttonbox a {
	transition: none;
	float: none;
	display: block;
	background-color: #fafafa;
	padding: 10px 8px;
	line-height: 15px;
	height: 35px;
	width: 35px;
	margin: 2px 0;
	background-size: 25px;
	cursor: pointer
}

#root .bdsharebuttonbox a .iconfont {
	font-size: 18px
}

#root .bdsharebuttonbox .bds_tqq,#root .bdsharebuttonbox .bds_tsina,#root .bdsharebuttonbox .bds_weixin {
	background-position: 5px 5px;
	display: none
}

#root .bdsharebuttonbox .top_controll {
	background-image: none;
	background-color: #2196f3
}

#root .bdsharebuttonbox .top_controll .fa {
	position: relative;
	font-size: 25px;
	color: #fff;
	top: -5px;
	left: 1px
}

#root .bdsharebuttonbox .top_controll:hover {
	opacity: .8
}

.bd_weixin_popup .bd_weixin_popup_main {
	padding: 5px 0!important
}

.bd_weixin_popup {
	width: 250px!important;
	height: 280px!important
}

.bd_weixin_popup .bd_weixin_popup_head {
	text-align: center!important;
	margin-bottom: 5px
}

.bd_weixin_popup .bd_weixin_popup_foot {
	text-align: center!important
}

.bdsharebuttonbox {
	opacity: 0;
	transition: opacity 1.4s ease-in-out
}

.bdsharebuttonbox.visible {
	opacity: 1
}

.bdsharebuttonbox a {
	text-decoration: none;
	background-repeat: no-repeat
}

.bdsharebuttonbox a.bds_weixin {
	background-image: url(../images/language/d5c524d1.wechat-init.html)
}

.bdsharebuttonbox a.bds_weixin:hover {
	opacity: 1;
	background-image: url(../images/language/5ce8f639.wechat.html)
}

.bdsharebuttonbox a.bds_tsina {
	background-image: url(../images/language/dad4b33e.sina-init.html)
}

.bdsharebuttonbox a.bds_tsina:hover {
	opacity: 1;
	background-image: url(../images/language/ddfcf35f.sina.html)
}

.bdsharebuttonbox a.bds_tqq {
	background-image: url(../images/language/3be15d69.qq-init.html)
}

.bdsharebuttonbox a.bds_tqq:hover {
	opacity: 1;
	background-image: url(../images/language/d12f4f36.qq.html)
}

.header {
	color: #fff;
	width: 100%;
	position: relative;
	z-index: 40;
	height: 80px
}

.header .main-nav {
	margin-top: 15px;
	margin-bottom: -5px;
	padding-bottom: 5px
}

.header .main-nav .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: 0 0;
	position: absolute;
	right: 10px;
	top: 10px
}
.header .main-nav .navbar-toggle .icon-bar {
	background-color: rgba(255,255,255,.6);
	height: 3px
}

.header .main-nav .navbar-toggle:focus {
	outline: 0
}

.header .main-nav .navbar-toggle:hover .icon-bar {
	background-color: #fff
}

.header .main-nav .nav.active {
	position: relative
}

.header .main-nav .nav.active>a {
	background: #e74124;
	color: #fff;
	color: rgba(255,255,255,.8)
}

.header .main-nav .nav.active>a:before {
	content: "\f0d8";
	position: absolute;
	bottom: -8px;
	left: 0;
	text-align: center;
	font-family: FontAwesome;
	display: block;
	font-size: 12px;
	width: 100%
}

.header .main-nav .nav.active>a.dropdown-menu:before {
	display: none
}

.header .main-nav .nav.open a {
	background: 0 0
}

.header .main-nav .nav .nav-item {
	font-weight: 400;
	font-size: 13px;
	margin-right: 15px
}

.header .main-nav .nav .nav-item.nav-item-sub {
	margin-right: 8px
}

.header .main-nav .nav .nav-item.nav-item-sub a {
	font-size: 12px
}

.header .main-nav .nav .nav-item.active {
	color: #ec6952
}

.header .main-nav .nav .nav-item.active a {
	color: #ec6952;
	background: 0 0;
	font-weight: 700
}

.header .main-nav .nav .nav-item.item-railsgirls a {
	padding-top: 11px;
	padding-left: 10px
}

.header .main-nav .nav .nav-item.item-railsgirls a img {
	width: 90px;
	opacity: .6
}

.header .main-nav .nav .nav-item.item-railsgirls a:hover img {
	opacity: 1
}

.header .main-nav .nav .nav-item.last {
	margin-right: 0
}

.header .main-nav .nav .nav-item>span,.header .main-nav .nav .nav-item>a {
	height: 57px
}

.header .main-nav .nav .nav-item span,.header .main-nav .nav .nav-item a {
	color: rgba(255,255,255,.8)
}

.header .main-nav .nav .nav-item a:hover ,.header .main-nav .nav .nav-item span:hover {
	color: #fff;
	background-color: transparent
}

.header .main-nav .nav .nav-item a:active,.header .main-nav .nav .nav-item a:focus ,.header .main-nav .nav .nav-item span:active,.header .main-nav .nav .nav-item span:focus {
	outline: 0;
	background-color: transparent
}

.header .main-nav .nav .nav-item .aliyun-logo {
	width: 120px;
	margin-top: -5px;
	opacity: .6
}

.header .main-nav .nav .nav-item .aliyun-logo:hover {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.header .main-nav .nav .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	margin: 0;
	text-transform: none;
	min-width: 160px;
	background: #fff;
	border: rgba(0,0,0,.2);
	top: 90%;
	left: -54px
}

.header .main-nav .nav .dropdown-menu:before {
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	right: 30px;
	top: -10px
}

.header .main-nav .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #77787C;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.header .main-nav .nav .dropdown-menu a:hover {
	background-color: rgba(0,0,0,.05);
	color: #77787C
}

.header .main-nav .nav .dropdown-menu .active a:hover {
	background-color: rgba(0,0,0,.05)
}

.header.navbar-fixed-top {
	height: 80px;
	top: 0;
}

.header.navbar-fixed-top .logo .logo-img {
	opacity: .9
}

.header.navbar-fixed-top .logo .logo-img:hover {
	opacity: .65
}

.header.navbar-fixed-top .main-nav .nav .nav-item a {
	color: rgba(255,255,255,.9)
}

.header.navbar-fixed-top .main-nav .nav .nav-item a:hover {
	color: rgba(255,255,255,.65);
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.header.navbar-fixed-top .main-nav .nav .nav-item .dropdown-menu a {
	color: #77787C
}

.header.navbar-fixed-top .main-nav .nav .dropdown-menu {
	background-color: #fff
}

.header.navbar-fixed-top .main-nav .nav .dropdown-menu:before {
	border-bottom: 10px solid #f5f5f5
}

.navbar-right .nav>li>a {
	padding: 15px 5px
}

.navbar-right .nav li span {
	display: block
}

.navbar-right .nav li span:nth-child(1) {
	padding-top: 7px
}

.navbar-right .nav li span:nth-child(1) a:hover {
	text-decoration: none
}

.navbar-right .nav li span:nth-child(2) {
	padding-bottom: 12px
}

.navbar-right .nav li span:nth-child(2) a:hover {
	text-decoration: none
}

.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
	border: 1px solid rgba(255,255,255,.6);
	color: rgba(255,255,255,.6);
	padding: 8px 10px;
	margin-top: 6px;
	font-size: 13px;
	height: auto
}

.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #00a241;
	opacity: 1
}

.header.navbar-fixed-top .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
	opacity: .9;
	border: 1px solid rgba(255,255,255,.9);
	color: rgba(255,255,255,.9)
}

.header.navbar-fixed-top .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
	opacity: .65;
	background: 0 0;
	color: rgba(255,255,255,.9)
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	background-color: rgba(0,0,0,.05);
	color: #77787C!important
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: transparent
}

.logo a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out
}

.logo-img {
	display: inline-block;
	float: left;
	width: auto;
	margin-top:20px;
	opacity: .8;
}

.logo-img:hover {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.global-header-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 38;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.85);
	transition: opacity .5s
}

.overlay-show {
	display: block;
	opacity: 0;
	transition: opacity .5s
}

.wavesWapper {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.waves {
	margin-left: -23%;
	height: inherit
}

.subnav-container {
	width: 100%;
	color: #fff
}
/*zy*/
.subnav-container .drop-down{margin-top: 10px;margin-bottom: 10px;}
.subnav-container .drop-down:last-child{border-right: 0;width: 18%}
.subnav-container .drop-down .li-content ul li{padding:2px 0px 3px 0px;}
.subnav-container .drop-down.cloud{border-right: 0;}
.subnav-container .drop-down.cloud .li-content ul li{background:rgba(255,255,255,0.1);padding:15px 0px 0px 15px;}
/*.subnav-container .drop-down .li-content ul li{background:rgba(255,255,255,0.075);padding:7px 0px 7px 15px;}
.subnav-container .drop-down .li-content ul li a{color: rgba(255,255,255,1) !important;text-decoration: none !important;}*/
.subnav-container .drop-down .li-content ul li:hover{color: #00a241;}
.subnav-container .drop-down.cloud .li-content ul li:hover{background: #2196F3;color: #fff;}
.subnav .subnav-solution>li.drop-down-data.drop-down-about{width: 25%;}
.subnav-container .drop-down.cloud{margin-top: 0px;}
.subnav {
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.subnav .solution {
	display: none
}

.subnav .solution.open {
	display: block
}


.subnav .data {
	display: none
}

.subnav .data.open {
	display: block
}

.subnav .product {
	display: none
}

.subnav .product.open {
	display: block
}

.subnav .subnav-solution {
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 380px;
}

.subnav .subnav-solution li:nth-child(2) .li-content ul li {
	width: 96%
}

.subnav .subnav-solution li:nth-child(3) .li-content ul li {
	width: 29%
}

.subnav .subnav-solution li:nth-child(4) .li-content ul li {
	width: 96%
}

.subnav .subnav-solution li:nth-child(5) .li-content ul li {
	width: 96%
}

.subnav .subnav-solution>li {
	display: inline-block;
	float: left;
	padding: 0 0 0 50px;
	height: 100%;
}

.subnav .subnav-solution>li:nth-child(2),.subnav .subnav-solution>li:nth-child(4),.subnav .subnav-solution>li:nth-child(5) {
	width: 18%
}

.subnav .subnav-solution>li.cloud{width: 40%;}
.subnav .subnav-solution>li.cloud .cloud-pad{padding-top: 12px;padding-bottom: 12px;width: 100% !important;}
.subnav .subnav-solution>li.cloud a p{font-size: 12px !important;padding-top: 5px;padding-bottom: 0;}
.subnav .subnav-solution>li:nth-child(3) {
	width: 30%
}

/*zy.subnav .subnav-solution>li:hover {
	background-color: rgba(0,0,0,.4)
}*/

.subnav .subnav-solution>li:hover .li-content a:first-of-type p {
	opacity: 1
}

.subnav .subnav-solution>li .li-content {
	min-height: 0px;
	/*margin: 10px 0*/
}

.subnav .subnav-solution>li .li-content p {
	font-size: 16px
}

.subnav .subnav-solution>li .li-content ul.pro-content {
	list-style: none;
	padding: 0;
	font-size: 12px;
	font-weight: 700
}

.subnav .subnav-solution>li .li-content ul.pro-content a {
	color: rgba(255,255,255,.6);
}

.subnav .subnav-solution>li .li-content ul.pro-content a.disabled:hover {
	color: rgba(255,255,255,.7);
	text-decoration: none
}

.subnav .subnav-solution>li .li-content ul.pro-content a:hover {
	color: #fff
}

.subnav .subnav-solution>li .li-content ul.pro-content li {
	display: inline-block;
	margin-bottom: 10px
}

.subnav .subnav-products {
	padding: 0;
	margin: 0;
	overflow: hidden
}

.subnav .subnav-products>li {
	display: inline-block;
	float: left;
	width: 25%;
	padding: 0
}

.subnav .subnav-products>li.onecol {
	width: 16.6666%
}

.subnav .subnav-products>li.onecol .li-content .type-box .productWrapper {
	width: 100%;
	margin-bottom: 0
}

.subnav .subnav-products>li.twopro .li-content {
	height: 170px;
	margin: 0
}

.subnav .subnav-products>li.twopro .li-content .type-title {
	margin-top: 0;
	padding-top: 20px
}

.subnav .subnav-products>li.twopro .li-content:hover {
	background: rgba(0,0,0,.4)
}

.subnav .subnav-products>li.twopro .li-content:hover .type-title {
	color: #fff
}

.subnav .subnav-products>li.twopro .li-content:hover .type-box a img {
	opacity: 1
}

.subnav .subnav-products>li.twopro .li-content:hover .type-box a .pro-name {
	color: #fff
}

.subnav .subnav-products>li.twopro:hover {
	background: 0 0
}

.subnav .subnav-products>li.twopro:hover .type-title {
	color: rgba(255,255,255,.8)
}

.subnav .subnav-products>li .li-content {
	height: 183px;
	margin: 15px 0
}

.subnav .subnav-products>li .li-content>a {
	display: block;
	min-height: 100px
}

.subnav .subnav-products>li .li-content .img-sp {
	padding-top: 27%!important
}

.subnav .subnav-products>li .li-content .img-sp.img-rasp {
	padding-top: 15%!important;
	width: 60%;
	height: 60%;
	margin-left: 0;
	margin-bottom: 10px
}

.subnav .subnav-products>li .li-content .desp {
	color: rgba(255,255,255,.7)
}

.subnav .subnav-products>li .li-content .desp:hover {
	text-decoration: none
}

.subnav .subnav-products>li .li-content a:hover .desp {
	color: #fff
}

.subnav .subnav-products>li .li-content a#oneasp:hover {
	text-decoration: none
}

.subnav .subnav-products>li .li-content .pro-content {
	list-style: none;
	padding: 0;
	font-size: 12px;
	font-weight: 700
}

.subnav .subnav-products>li .li-content .pro-content a {
	color: rgba(255,255,255,.7)
}

.subnav .subnav-products>li .li-content .pro-content a:hover {
	color: #fff
}

.subnav .subnav-products>li .li-content .pro-content li {
	display: inline-block;
	width: 40%;
	margin-bottom: 0
}

.subnav .subnav-products>li .li-content .pro-content li.long_li {
	width: 100%
}

.subnav .subnav-products>li:last-child .li-content {
	border-right: none
}

.subnav .subnav-products>li:hover {
	background-color: rgba(0,0,0,.4)
}

.subnav .dropdown-menu {
	margin: 0;
	position: static;
	width: 100%
}

@media (max-width:1199px) {
	nav.nav-left .navbar-collapse ul.nav li a {
		padding: 15px 5px
	}

	.subnav .subnav-solution>li {
		padding-left: 30px
	}

	.subnav .subnav-solution>li .li-content {
		height: 168px
	}

	.subnav .subnav-solution>li .li-content p {
		font-size: 18px
	}

	.subnav .subnav-solution>li ul.pro-content {
		font-size: 12px
	}

	.subnav .subnav-products>li .li-content>a {
		min-height: 90px
	}

	.subnav .subnav-products>li .li-content .img-sp {
		padding-top: 30!important%
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.navbar-collapse.collapse {
		padding-left: 30px!important
	}
}

@media (max-width:991px) {
	nav.nav-left {
		float: left
	}

	.subnav .subnav-solution li:nth-child(2) .li-content ul li {
		width: 40%
	}

	.subnav .subnav-solution li:nth-child(3) .li-content ul li {
		width: 44%
	}

	.subnav .subnav-solution li:nth-child(4) .li-content ul li {
		width: 86%
	}

	.subnav .subnav-solution li:nth-child(5) .li-content ul li {
		width: 80%
	}

	.subnav .subnav-solution>li:nth-child(2),.subnav .subnav-solution>li:nth-child(4),.subnav .subnav-solution>li:nth-child(5) {
		width: 23%
	}

	.subnav .subnav-solution>li:nth-child(3) {
		width: 30%
	}

	.subnav .subnav-solution>li {
		padding-left: 30px
	}

	.subnav .subnav-solution>li .li-content {
		height: 160px
	}

	.subnav .subnav-solution>li .li-content p {
		font-size: 16px
	}

	.subnav .subnav-solution>li .li-content ul.pro-content {
		font-size: 12px
	}

	.subnav .subnav-products>li .li-content {
		height: 148px
	}

	.subnav .subnav-products>li .li-content>a {
		min-height: 80px;
		margin-left: -30px!important
	}

	.subnav .subnav-products>li .li-content>a img {
		width: 70%
	}

	.subnav .subnav-products>li .li-content .img-sp {
		padding-top: 36%!important
	}

	.subnav .subnav-products>li .li-content .pro-content {
		font-size: 12px;
		top: 100px
	}

	.header .main-nav .nav .nav-item.item-railsgirls a img {
		margin-top: -5px
	}

	.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
		margin-top: 6px
	}

	.header .main-nav .nav .nav-item .aliyun-logo {
		width: 100px
	}
}

@media (max-width:767px) {
	.header .main-nav .navbar-collapse .nav .nav-item .forward:after {
		content: "\f106"!important
	}

	.navbar-collapse.collapse {
		padding-left: 0!important
	}

	.header .main-nav .nav .nav-item .aliyun-logo {
		display: block;
		margin: 3px auto
	}

	.subnav-container {
		position: absolute;
		display: none;
		left: 100%;
		-webkit-transition: left .5s ease-in-out;
		-moz-transition: left .5s ease-in-out;
		-o-transition: left .5s ease-in-out;
		-ms-transition: left .5s ease-in-out;
		transition: left .5s ease-in-out
	}

	.subnav {
		position: absolute;
		background: 0 0
	}

	.subnav .subnav-solution {
		padding: 0;
		overflow: visible
	}

	.subnav .subnav-solution>li {
		display: block;
		float: none;
		width: 100%!important;
		height: auto;
		padding: 0;
		margin-bottom: 0;
	}

	.subnav .subnav-solution>li:hover {
		background-color: transparent
	}

	.subnav .subnav-solution>li:first-child {
		text-indent: 15px
	}

	.subnav .subnav-solution>li:first-child a:before {
		content: "\f104";
		display: inline-block;
		margin-left: 5px;
		margin-top: 12px;
		position: absolute;
		left: 8px;
		font-weight: 600;
		font-size: 15px;
		font-family: FontAwesome;
		color: #939392;
		line-height: 0;
		margin-right: 10px
	}

	.subnav .subnav-solution>li:last-child {
		border-right: none;
		padding-top: 0
	}

	.subnav .subnav-solution>li:nth-child(5) {
		padding-top: 0
	}

	.subnav .subnav-solution>li.drop-down .li-content>a:after {
		content: "\f105";
		display: inline-block;
		margin-left: 5px;
		margin-top: -15px;
		position: absolute;
		right: 15px;
		font-weight: 600;
		font-size: 15px;
		font-family: FontAwesome;
		color: #939392;
		line-height: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.subnav .subnav-solution>li.drop-down.open .li-content a {
		color: #fff
	}

	.subnav .subnav-solution>li.drop-down.open .li-content>a:after {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		color: #fff
	}

	.subnav .subnav-solution>li.drop-down.open .li-content .pro-content {
		display: block
	}

	.subnav .subnav-solution>li.drop-down.open .li-content .pro-content li {
		width: 100%
	}

	.subnav .subnav-solution>li .li-content {
		height: auto;
		margin: 0;
		border-right: none
	}

	.subnav .subnav-solution>li .li-content a {
		display: block;
		padding: 15px;
		min-height: 0;
		color: rgba(255,255,255,.7);
		text-decoration: none
	}

	.subnav .subnav-solution>li .li-content a img {
		display: none
	}

	.subnav .subnav-solution>li .li-content .pro-name {
		margin-bottom: 0;
		font-size: 14px;
		display: block
	}

	.subnav .subnav-solution>li .li-content .pro-content {
		display: none
	}

	.subnav .subnav-solution>li .li-content .pro-content a {
		padding: 15px;
		display: block
	}

	.subnav .subnav-solution>li .li-content .pro-content li {
		display: block!important;
		width: auto;
		margin-bottom: 0;
		border-top: 1px solid rgba(0,0,0,.6);
		text-indent: 20px
	}

	.subnav .subnav-products {
		padding: 0;
		overflow: visible
	}

	.subnav .subnav-products>li {
		display: block;
		float: none;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid rgba(255,255,255,.2);
		margin-bottom: 0
	}

	.subnav .subnav-products>li:hover {
		background-color: transparent
	}

	.subnav .subnav-products>li:first-child {
		text-indent: 15px
	}

	.subnav .subnav-products>li:first-child a:before {
		content: "\f104";
		display: inline-block;
		margin-left: 5px;
		margin-top: 12px;
		position: absolute;
		left: 8px;
		font-weight: 600;
		font-size: 15px;
		font-family: FontAwesome;
		color: #939392;
		line-height: 0;
		margin-right: 10px
	}

	.subnav .subnav-products>li:last-child {
		border-right: none;
		padding-top: 0
	}

	.subnav .subnav-products>li:nth-child(5) {
		padding-top: 0
	}

	.subnav .subnav-products>li.drop-down .li-content>a:after {
		content: "\f105";
		display: inline-block;
		margin-left: 5px;
		margin-top: -15px;
		position: absolute;
		right: 15px;
		font-weight: 600;
		font-size: 15px;
		font-family: FontAwesome;
		color: #939392;
		line-height: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.subnav .subnav-products>li.drop-down.open .li-content a {
		color: #fff
	}

	.subnav .subnav-products>li.drop-down.open .li-content>a:after {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		color: #fff
	}

	.subnav .subnav-products>li.drop-down.open .li-content .pro-content {
		display: block
	}

	.subnav .subnav-products>li .li-content {
		height: auto;
		margin: 0;
		border-right: none
	}

	.subnav .subnav-products>li .li-content a {
		display: block;
		padding: 15px;
		min-height: 0;
		color: rgba(255,255,255,.7);
		margin-left: 0!important;
		text-decoration: none
	}

	.subnav .subnav-products>li .li-content a img {
		display: none
	}

	.subnav .subnav-products>li .li-content .productWrapper {
		display: block;
		padding: 15px;
		min-height: 0;
		color: #fff;
		text-decoration: none
	}

	.subnav .subnav-products>li .li-content .pro-name {
		display: block;
		margin-bottom: 0
	}

	.subnav .subnav-products>li .li-content .pro-content {
		display: none
	}

	.subnav .subnav-products>li .li-content .pro-content a {
		padding: 15px;
		display: block
	}

	.subnav .subnav-products>li .li-content .pro-content li {
		display: block;
		width: auto;
		margin-bottom: 0;
		border-top: 1px solid rgba(0,0,0,.6);
		text-indent: 20px
	}
}

@media (min-width:1200px) {
	#abcmlogo {
		width: auto;
		height: 79px
	}

	.subnav .subnav-products>li .li-content .pro-content {
		top: 120px
	}

	.subnav .subnav-products>li .li-content .pro-content li {
		width: 35%
	}

	.subnav .subnav-products>li .li-content .img-cpt {
		padding-top: 16px!important;
		width: 70px!important;
		margin-left: 40px!important
	}

	.subnav .subnav-products>li .li-content .img-alert {
		width: 84px;
		padding-top: 41%
	}

	.subnav .subnav-products>li .li-content .img-oneasp {
		width: 60px!important
	}

	.subnav .subnav-products>li .li-content .img-ct {
		width: 65px
	}

	.subnav .subnav-products>li .li-content .img-si {
		padding-top: 14%!important;
		width: 84px
	}

	.subnav .subnav-products>li .li-content .img-ci {
		width: 96px
	}

	.subnav .subnav-products>li .li-content:hover #abcmlogo {
		width: auto;
		height: 79px
	}

	.subnav .subnav-products>li .li-content:hover .pro-content {
		top: 120px
	}

	.subnav .subnav-products>li .li-content:hover .img-alert {
		width: 84px;
		padding-top: 41%
	}

	.subnav .subnav-products>li .li-content:hover .img-oneasp {
		width: 60px!important
	}

	.subnav .subnav-products>li .li-content:hover .img-ct {
		width: 65px
	}

	.subnav .subnav-products>li .li-content:hover .img-ci {
		width: 96px
	}

	.subnav .subnav-products>li .li-content:hover .img-si {
		padding-top: 14%!important;
		width: 84px
	}

	.subnav .subnav-products>li .li-content:hover .img-cpt {
		padding-top: 16px!important;
		width: 70px!important;
		margin-left: 40px!important
	}

	.subnav .subnav-products>li:hover.fixed .li-content .img-alert {
		width: 84px;
		padding-top: 41%
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.subnav .subnav-products>li .li-content .img-rasp {
		padding-top: 32%!important
	}

	.subnav .subnav-products>li .li-content .type-title {
		text-indent: 15px!important
	}

	.subnav .subnav-products>li .li-content .type-box {
		padding-left: 15px!important
	}

	.subnav .subnav-products>li .li-content .type-box a {
		min-height: 125px
	}
}

@media (max-width:1199px) {
	#abcmlogo {
		width: auto;
		height: 60px
	}

	.subnav .subnav-products>li .li-content .pro-content {
		top: 115px
	}

	.subnav .subnav-products>li .li-content .img-alert {
		width: 72.41px!important
	}

	.subnav .subnav-products>li .li-content .img-alert.img-oneasp {
		width: 55px!important
	}

	.subnav .subnav-products>li:hover #abcmlogo {
		height: 60px
	}

	.subnav .subnav-products>li:hover .pro-content {
		top: 115px
	}

	.subnav .subnav-products>li:hover .img-alert {
		width: 72.41px!important
	}

	.subnav .subnav-products>li:hover .img-alert.img-oneasp {
		width: 55px!important
	}
}

@media (max-width:991px) {
	#abcmlogo {
		width: auto;
		height: 57px
	}

	.subnav .subnav-products>li .li-content .pro-content {
		top: 100px
	}

	.subnav .subnav-products>li .li-content .img-alert {
		width: 61px!important
	}

	.subnav .subnav-products>li .li-content .img-alert.img-oneasp {
		width: 45px!important
	}

	.subnav .subnav-products>li:hover #abcmlogo {
		height: 57px
	}

	.subnav .subnav-products>li:hover .pro-content {
		top: 100px
	}

	.subnav .subnav-products>li:hover .img-alert {
		width: 61px!important
	}

	.subnav .subnav-products>li:hover .img-alert.img-oneasp {
		width: 45px!important
	}
}

@media (min-width:768px) {
	.subnav .subnav-solution li .li-content a:first-of-type {
		text-decoration: none;
		color: #fff
	}

	.subnav .subnav-solution li .li-content a:first-of-type p {
		opacity: .7;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out
	}

	.subnav .subnav-solution li .li-content .pro-content li a:hover {
		text-decoration: underline
	}

	.subnav .subnav-products>li {
		position: relative;
		width: 25%
	}

	.subnav .subnav-products>li .li-content .type-title {
		font-size: 16px;
		color: rgba(255,255,255,.5);
		text-indent: 40px;
		font-weight: 400;
		margin-bottom: 7px;
		-webkit-transition: color .5s ease-in-out;
		-moz-transition: color .5s ease-in-out;
		-o-transition: color .5s ease-in-out;
		-ms-transition: color .5s ease-in-out;
		transition: color .5s ease-in-out
	}

	.subnav .subnav-products>li .li-content .type-box {
		padding: 10px 0 10px 40px;
		overflow: auto
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper {
		position: relative;
		width: 40%;
		display: block;
		float: left;
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .pro-name {
		font-size: 12px;
		font-weight: bold;
		color: rgba(255,255,255,.6);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .pro-name.aisubitem {
		margin-bottom: 0
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .commonlogo {
		height: 55px;
		width: auto;
		margin-bottom: 10px
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper #oneasplogo {
		height: 35px;
		width: auto
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper #loglogo {
		width: 70%;
		margin-top: 12px;
		height: 23px
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper #ctlogo {
		margin-bottom: -2px
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper #cilogo {
		height: 37px
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .pro-items {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		list-style: none;
		padding-left: 0;
		opacity: 0
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .pro-items li {
		width: 27%;
		display: inline-block;
		font-size: 12px;
		color: #fff;
		margin-right: 5px
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .pro-items a {
		min-height: initial;
		color: rgba(255,255,255,.5)
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper .pro-items a:hover {
		text-decoration: none;
		color: #fff
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper:hover {
		text-decoration: none
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper:hover img:hover {
		opacity: 1
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper:hover p.pro-name {
		color: #fff
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper:hover p.pro-name.aisubitem {
		display: none
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper:hover .pro-items {
		opacity: 1
	}

	.subnav .subnav-products>li .li-content>a {
		position: relative;
		top: 10px
	}

	.subnav .subnav-products>li .li-content img {
		display: block;
		width: 52%;
		max-width: 120px;
		margin-bottom: 15px;
		opacity: .7;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out
	}

	.subnav .subnav-products>li .li-content .pro-content {
		position: absolute;
		width: 100%;
		opacity: 0;
		margin-left: -45px;
		left: 50%
	}

	.subnav .subnav-products>li:hover.fixed .li-content ul.pro-content {
		display: none
	}

	.subnav .subnav-products>li:hover.fixed .li-content>a {
		position: relative;
		top: 10px
	}

	.subnav .subnav-products>li:hover .li-content>a {
		position: absolute;
		top: 30px
	}

	.subnav .subnav-products>li:hover .li-content .pro-content {
		display: block;
		opacity: 1;
		position: absolute;
		width: 80%;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		-ms-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out
	}

	.subnav .subnav-products>li:hover .type-title {
		color: #fff
	}

	.header .container {
		position: relative;
		z-index: 3
	}

	.header .container nav ul li span.hasSub strong {
		position: relative
	}

	.header .container nav ul li span.hasSub strong:after {
		content: '';
		display: block;
		height: 2px;
		background: #fff;
		width: 100%;
		margin-top: 28px;
		opacity: 0;
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out
	}

	.header .container nav ul li span.hasSub strong.active:after {
		opacity: 1
	}

	.subnav-container {
		-webkit-transform: translateY(-300px);
		-moz-transform: translateY(-300px);
		-o-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		transform: translateY(-300px);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		-moz-transition: -moz-transform .3s ease-in-out;
		-o-transition: -o-transform .3s ease-in-out;
		-ms-transition: -o-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out,transform .3s ease-in-out
	}

	.subnav-container .subnav:before {
		content: '';
		position: absolute;
		width: 100%;
		background: rgba(0,0,0,0.9);
		height: 100%;
		top: -100%
	}

	.subnav-container .subnav .container {
		opacity: 0;
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out
	}

	.subnav-container .subnav .container.active {
		opacity: 1
	}

	.subnav-container.showSub {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1
	}

	.subnav-container .string {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		z-index: 2;
		opacity: 0;
		background-color: rgba(255,255,255,.25);
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out
	}

	.subnav-container .string.active {
		opacity: 1
	}

	.navbar-fixed-top .subnav-container .subnav:before {
		background: 0 0
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.subnav .subnav-products>li .li-content .pro-content {
		margin-left: -40px
	}

	.subnav .subnav-products>li {
		width: 25%
	}

	.subnav .subnav-products>li .li-content {
		height: 530px
	}

	.subnav .subnav-products>li .li-content .type-box {
		padding-left: 15px
	}

	.subnav .subnav-products>li .li-content .type-box .productWrapper {
		width: 100%
	}

	.subnav .subnav-products>li .li-content .type-title {
		text-indent: 0;
		padding-left: 15px;
		line-height: 1
	}

	.subnav .subnav-products>li.twopro {
		width: 25%
	}

	.subnav .subnav-products>li.twopro .li-content {
		height: 200px
	}
}

@media (min-width:992px) {
	.subnav .subnav-solution>li:nth-child(3) {
		width: 18%
	}
	.subnav .subnav-solution>li.cloud{width: 30%;height: auto;}
	.subnav .subnav-solution>li.drop-down-data{
	width: 40%
	}
	.subnav .subnav-solution>li:nth-child(3) .li-content ul li {
		width: 96%
	}
	.subnav .subnav-solution>li.drop-down-data .li-content ul li{width: 40%;}
	.subnav .subnav-solution>li.drop-down-data .li-content ul a{margin-left: 10px;}
	.subnav .subnav-solution>li.drop-down-data .li-content ul a:nth-child(1),.subnav .subnav-solution>li.drop-down-data .li-content ul a:nth-child(3),.subnav .subnav-solution>li.drop-down-data .li-content ul a:nth-child(5){margin-left: 0 !important;}
}

.header .main-nav .nav li.mydropdown:hover .dropdown-menu {
	display: block
}


/*------------鑼呴垾鏂衡偓姣仮閾扮煫銉備籍鎯封敒宓ユ簫鎴斺偓鈭躲儌鍙ょ妴鈹￠摪涔呂叉績鈧◤顔光偓梅娉碘斁鈧拃璇ャ儌娴嬪亾姘撹仜閳ュソ顬犲鐘嗩啟鍠ゆ拋锔光偓鐘呰銉傤啓銉冦儮鈧◣顕肝得枫仯鈹锯偓鎾€璇ャ儌娴嬪亾姘撹仜鍟寘鑱垾婧嶃儮鈧妳顔毼电硶鈧挌尾闊澒尾绔簫顬╂簯鎾佲斁鈧拃璇ワ絺鈧埃鈧妴銉傛涔呪敒鎯点儍顔欎絸鍠㈩喒鈧績鈧枂鈹炲秮鈧挌顔光偓姘ｂ偓濮戯絺鈧伜鈹熚电硶鈧ソ銉傘劉鈧◤尾鈹锯偓鐘嗐儏鈭ㄨ鈹锯偓鎾€璇ノ差儩鎯枫劉鈧ゥ涔呪敡鍠＄煫銉傘仮鎯枫儌鎮割優鈹￠摪璇ャ儌閮濃埗尾顏挎緷鈹锯偓鏂呬急顭婇摪鎳娧€鈧伜纬褉鈧緵顕割嚪鏌妴顬犲禋顔氣敒宓氣埗尾绔簫銉呴敮鈧尾銇仯锔光偓鐏衡敓銉呴煭濮懷€鈧緵顕搞儌鐘偓鈷毼测挋濂解敒宓氭兎銊呮崠顑炪仮閮濐€⑩斁鈧拃濂姐儮鈧埃鍔夎幗璺嫥姘撳簮閳モ挌位鍠∥炽儌椤炬簫褉鈧瑢鈧埗銊呮崠顑炪儏閾版车銉傗敒寰椦€鈧瑁佄诧絺鈧枂褉鍋撻垾濂解懇鈧懇鈧炽儏绯曞亾鑼呴殕閳ユ◤味鎹栴灐銉呯妳纬銉傗敒寰楊嚪灏栤偓鐏汇儮鈧绘簫銉傤喒鈧挌位鍠∥炽儌缁版兎鈹炴劏鈧緷褉鈧拃顕革腹鈧挋妫点儌蔚涔咃絺鈧埃鈧妴尾鈷欏鈹炴劏鈧枂顬ｇ妳瓒併仮棰楃妴鈹炴劏鈧◤銊⑩偓鏂衡偓鎳婎灎锛㈡祹鈹锯偓鎾€寰椼儌鐘呮緷尾缁帮迹顬犲顔氭嚝鎹椻懇鈧績鈧◤鈹炴剝婧嵨差儩寰濄儮鈧挋鎳娾敡鍠″够銉傛祴鈧伝蔚鍢庛仯鈹锯偓鏂斿枹尾鏉溾埗顬狀灎濂解斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗩灎瀹︾澒鈶┾偓鐐傛崡顬狅腹鈧尾搴撯偓姣儮鈧☉鐘喲€鈧佃尾銇仯锔光偓鐏衡敓銉⑩偓鐏哄ソ鈹炲禋銇ｃ儮鈧妳顔毼靛槑锛ｎ煀鍏夆偓鈭讹腹鈧挴鈧妴顔欎絸鍠儏姒備箙鈹炲禋鎯凤絺鈧伜顬∥碘檧鈧妴銉傗敒寰楊灒鐘呰銉㈠亾璧傚繖椹村簮姘撻垾鐘咁啔尾鈷欏ソ鈹炲禋鎯枫剠鎹栴優顬狀灎濂解斁鈧拃濂姐仮閿偓鈭躲儮鍔夋嫝姘撳簮閳モ挌位鍠∥炽儌椤炬簫褉鈧瑢鈧埗銊呮崠顑烆喒鈧姭鈧鈹锯偓鏂呬急鈹惧亾鍟皳鍗ら檰姘撳瀯鎺宠寘閳ユ拃濮戙劉鈧鈹熴儌浣测偓婧嶎灎鐑┾偓鏂喲€鈧妳璇ヮ灎瀛ゆ緷鈹炲禋銉冿絺鈧伜顭嬔€鍔夎仜鑼呴垾鏂衡偓姣仮閾板ソ顔光偓婢熺妴鈹灻奉個銉傘仮鎯凤腹鈧顬♀敒鈾€鈧銉⑩偓瀛ゎ優銉㈠亾闇茶寘閳ユ拃濮懷€鈧叓鍠⑽茶垍婧嵨测檧鈧斥斁鈧枀浼扁敒婵冣偓濂筋灎鍏夆偓鐘嗏敡鍠☆灐顔光偓鐐╁亾姘撴菠閳ユ拋鈹炲秮鈧蔚瑙ｂ偓妯忊懇鈧績鈧◤鈹炴剝婧嶎喒鈧妳娴庮灎浼€㈩灎鎮镐急尾缁邦€㈩灎顔光偓鎾併儌顕奉啔顔光偓姣挌搴樷偓婢濃敒宥佲偓濂筋喒鈧妳娴庛仮閮濆鈹锯偓鏂呬急銉⑩偓濂ヨ銉備籍浼扁敒宓氼煁顬犫檧鈧愁灎鍙も埗鈹锯偓鏂衡偓姣仮閾拌銉⑩偓鈷欐５鈹炴兊寰濄儌鐘呫儍銉傛偢顑炍叉鈭垛懇鈧顑炪儌顔光偓鈷毼诲枴纬銉傞【婧嶃儌鈹炩挌銉⑩偓瀛ゎ劶銉⑩偓鎾€鎯封敗閾邦嚫锔光偓鎾€妫靛梗璇ヮ灎鎮镐急尾顭婂够顔欎嫉璇モ斁鈧柡鈧銇㈤敮鍋撳繖闄嗘悅鑼呴殕濞勫嵂钘涘暘姘撻簱鑱繖闄囬垾濮戙儌閮濃挌銉傤€℃祹鈹锯偓鎾€濂姐儌鐢够銉⑩偓鐏烘车鈹炴劏鈧銉呴煭顐€锛讲鈧伝鈹￠摪濂姐儌绔枹銉⑩偓蔚鎹椻斁鈧拃骞活喒鈧差灐銉㈠妷鎷㈣寘鑱墬姘撻湶閳ユ噴銉傜话璁库敒鈾€鈧簫褉鈧鎳娢茬寽顎⑩斁鈧枀浼鳖灎顭婃５顬犲鎯封斁鈧績鈧挌顔欎絸鍠㈩灎宓氼啔鈹炲禋鈭段差儬鐭€鈧倎鐘嗐儌顭婄柕顕疯В鈧埗锔光偓鈾€鈧簫銉傘劉鈧澄插ゥ鐫刮测挋濂解斁鈧拃顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠ゆ拋顬犵补鈧褉鈧濂姐劉鍔夐箍鐩茬閳ュソ顬犳偢浼便儌顑濐€㈩嚪瀛ゎ€儌顔光偓鈷氾絺鈧伜鈹燁喒鈧績鈧挌鈹＄妳寰濐灒鐘呰顔光偓鏂斿枹銉傗敒寰椦€鈧鐫刮插緵顎㈩灎瀹﹁銉⑩偓濂ヮ灐顬犳墠鐘嗏敗閾颁箙顔光偓鐘呮祹顬狅饥骞烩斁鈧拃濮懷€鈧顑炍甸煭娴庘敒蹇婂亾鑼傝祩鎴姃閳ユ顑炪儌瀛ゆ５銉⑩偓鐏烘噴鈹炴劏鈧顕峰厜鈧銉傛偢瑁佲敒鎯碘挌銉⑩偓婧屻儍銉傚繆鈧簫鈹锯偓鎾€璇ワ鸡鎹栴啔顬犱讲鈧鈹炲禋顐€锛︽崠銉冾灎锛㈠够鈹锯偓鎾€濮懷€鈧顑炪儌锝傚妷鑼呮菠娼炲繖妤艰墿蹇欓垾鈶┾偓鈭段叉煰鐘嗐儌鈹锯偓姣儮鈧挋顐€尾鏌啔銉傘仮鎯肺测挋濂解斁鈧拃顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚姒傝銉傤喒鈧伝尾婢涙５蔚梅锛Ｎ层仮銇ｏ极鍠♀埗褉鈧◣銉冣敒梅顐€尾搴撯偓濮戙儏绯曞亾鑼呴殕閳ユ銉⑩偓瀛ゎ個褉鈧伜寰椢层仮銇Ｎ佃В鈧◤銉傤伩顑炩敒鎰ㄢ偓娅儏闊個锛讲鈧伝鈹￠摪濂姐儌绔枹銉⑩偓蔚鎹椻敒蹇娾偓鎳娾懇鈧懇鈧尾锛︽崡鈹￠摪顔氥儌瑙ｂ偓娅儌缁扮澒鈹＄姭鈧噴锛︽崠銉冦儌顬犺鈹锯偓鏂呬急銉傘儌璇ノ查摪顬☆灎鎮稿禍銉傗斁鈧埗銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪濂姐儌绔枹顔光偓鐘偓鎳娢叉煰鈭额喒鈧鐭儮鈧鈹熴仮鍙锋拋鈹￠摪娴庛儌顓勬簫澶嗏偓妯徫叉煰顕搞仮鎮哥柕蔚鍢庡禍顭娿仴鎾佲敒宥佲偓婧嵮€鈧妳娴庛儌缁板ソ鈹у枴顬☆喒鈧伜浼憋饥浣测偓鐏烩敗閾板ソ銉傚灈鈧埗顔㈡簩纬尾銇仯锛︽崠纬銉傜寽璇モ敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ワ腹鈧鐤点儌鐚滆鈹灻封挌锔光偓鏂斿枹顔光偓婵冣偓婢濃敒宓氼個尾闊€㈩嚪鍏夆偓姣电硶鈧挌顭婂厜鈧埗銉傤儩顎⑩懇鈧顑炍茬妳顒笺儌鍙ょ妴尾闊澒銉傜敪璇ャ儌浣测偓婧嶁敒鎯碘挌鈹炴績鈧ソ顔光偓鈷欐祹鈹锯偓鎾€寰椼儮鈧儩顭嬵灎娴嬧偓婧嶃儌顔光偓鈷氾腹鈧儩鈷氼喒鈧緹鈭垛敡鍠☆灐顔光偓鐐┾偓鐏汇儌缁板ソ鈹у枴顬☆喒鈧伜浼憋饥浣测偓鐏烩敗閾板ソ銉⑩偓鏂衡偓鏂嗐仮閮濅箙鈹锯偓鏂呬急鈹炴績鈧ソ褉鈧壋鈧伝鈹炲禑鐭€鈧緵璇ャ儌铔婃崡鈹у枴濂姐儮鈧◣顒笺儌瀛も挌鈹″槑顐€銉⑩偓閮濐煁尾鈷欏銉傘劉鈧逞€鈧妳娴幬测挋濂窖€鈧ǚ鍔夋皳閳ュ顑烆灎浠胯鈹锯偓鎾€璇パ€鈧蜂急銉呴煭瓒佲斁鈧◣濂解敒浼禍顔光偓婵冣偓鈷氣斁鈧績鈧緷顬犲嚢婧嶏腹鍔夋紡鑼呴垾鏂呬急顬狀煀妫殿灎瀛ゆ兎鈹灻肺愁啟鍡忊偓濂筋灎尾宓溾敒鎯垫兎顔光偓鐏轰急銉傚緵寰濃斁鈧拃妫滴插簱鈧妴尾锝傗偓鏂嗏敒鈭ㄧ煫尾鐑┾偓鐏伙饥浣测偓鐏烩敒蹇娾偓鈭堆€鈧妳璁裤儮鈧簩濂姐儌鈹炲緱顕峰皷鈧伝銉⑩偓位婧嶃儌顔光偓鈷毼佃В鈧◤鈶┾偓鎾嗙煫鈹￠摪濂轿插簱鈧妴锔光偓鈷欐祹鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠ゆ拋顬犵补鈧鈹灻奉劶位鍠℃緷銇㈤儩鎳娿儌鈹炲緱顕峰皷鈧伝銉⑩偓位婧嶃儌顔光偓鈷毼佃В鈧◤骞ｈ鈹炲禋婢濄儮鈧彜鐭絺鈧伜鈹熚测挋濂解斁鈧拃顐€褉鈧瑁併劉鈧顕糕敒宥佲偓婢濐嚪鍏夆偓姣垫璇ノ诧饥鎳娿仮閾板ソ顔㈡簩纬鈹锯偓鎾€濂姐儌顑濐個尾宥佲偓鈭垛敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ワ腹鈧娉点儏鐘偓妯忊敗閾拌秮尾顑解偓娅饥浼兎鈹￠摪濂轿诲枴鐘嗐儏鐘呂炽儌蔚涔咃絺鈧埃鈧妴銉備豢骞烩敒宥佲偓濮戯腹鈧骞晃电硶鈧挌鈹炲禋顐€尾鐑┾偓纬顬ｇ硶鍔夎寘閳ユ拃濂姐仮閾拌銉㈠亾椹存皳搴愰垾鈷毼层儌浼便儌閿偓鐏晃叉煰鐘嗐仮閾拌顔光偓鏂夆埗鈹锯偓鏂衡偓姣仮閾板銉傘剠鐘嗏敒蹇婂亾鑼呰仜鑱у繖閳ユ璁库敗鐘呭緷锝傗偓姘ｂ偓纬位婧屻儍尾鏌埗锝傗偓姘ｂ偓纬锔光偓鈭ㄧ煫鈹炴劏鈧簫尾鈹惧亾蹇欓弗鎷㈣寘娌ゆ幊鍗棝鎷ц幗鎷ф綖蹇欓檱闄囪姃閳モ懇鍋撴皳鑱ч瞾鑼呰伀鑹楄寕闄嗛垾纬骞ｈ鈹炴劏鈧◤尾鈹锯偓鐘單诧饥寰濃斁鈧枀浼毖€鈧◣鎳婎灎锛㈩劶鈹炲秮鈧尾鍫碘挌銉呮涔呪敒宓氭兎顔光偓鐘呯煫褉鈧层儍尾銇仯尾鐘咁煁顬ｅ槑顔毼查煭濮戯腹鈧儩鈷毼测挋濂筋灎鎮镐急尾顭婂緷顔欎讲鈧伝搴樷偓濂解敒鈾€鈧簫锛枴鈭躲儮鍋撻湶鑼呮菠褰曞繖璺崲姘撳暘楣胯寘闅嗛垾鈷氼煀闊煁锛讲鈧伝鈹炲緺鎹椼儮鈧儩顭嬵喒鈧柡鈧噴鈹锯偓鎾€璇ノ差煀鐘嗐儮鈧儩顭嬔€鈧舵崡鈹锯偓鎾€璇ヮ嚪鍢庡够銉呴摪娴幬茶宫鎾侇煀褉鈧伝銇㈤鐘嗏敒鎰ㄥ妷蹇欏崲鑱繖楹撻檱鑼呰伂閳ユ銉呴煭顐€锛讲鈧伝鈹￠摪濂姐儌绔枹銉⑩偓蔚鎹椻敒鎯电妴锔光偓鐏侯煁锔瑰妷鑱哄繖纰岃墮蹇欒伂鑱涘繖閳ユ埃鍔夎寘闅嗛垾娅仮閾拌銉呯姭鈧斥斁鈧枀浼便儏鎾€顒笺劉鍔夋菠鑼呰仹绡撹幗閳ュ叓鍠㈩灎尾宓溛层儌锛ｃ儮鈧妳鈹熝€鈧舵崡尾銇仯锔光偓婧锯偓鐏活灎绮光偓鈷氣敒宓氼個顔欎絸鍠⑽电硶鈧ソ尾鎯电柕顕峰皷鈧伝顬犱籍娉殿灎鎮镐急顭婇煭顭嬨儌鍢庘埗鈹烆€や箙銉傚灈鈧噴顔光偓婵冨妷鑼呰仹鍨勬皳闄囪棝姘撻垾鐏哄緱鈹炲緹鎹椼儌鍨涒偓鎳娿儌缁拌鈹炩檧鈧簫褉鈧鎳娢茬寽顎⑩斁鈧枀浼便儮鈧☉鐘單垫崠骞活灎瀹﹀够銉⑩偓姣颁箙銉呮涔呪敒宓氭兎顔滅硶鈧◤銉傛劏鈧鈹锯偓鎾€璇ワ腹鈧伜鈹熴儏鐘堟崡尾鏌啔銉傘仮鎯肺测挋濂解斁鈧拃顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚鍢庘埗褉鍋撴嫝鑴╄尃鐩叉綖鎴繖椹撮殕鑾介垾姣€儮鍋撻垾鎾佈€鈧緵顕秆€鈧濂筋喒鈧績鈧拋鈹炲繆鈧埗锛枴鐘嗩灎銈傗偓鎳娿儌鈹炩挌銊嬪枴寰椼儏鐘偓鈷氣敒鎰ㄢ偓娅儏闊個锛讲鈧伝鈹￠摪鐤碉腹鈧柡鍋撳繖鑺﹂垾鐘喲€鈧☉鎾佄叉緵妫点儮鈧挋鐤碘斁鈧緵婢澭€鈧濂姐儌鎮哥煫鈹炩檧鈧簫褉鈧寰椼儏閾扮柕鈹炴兓璇ノ查粍鎹楊灎顬犲銉傤嚪顔毼叉兊浼便儌椤炬簫鈹炩檧鈧緷銉⑩偓锔光偓鎳娿儌浣测偓婧嶁敒寰涘禍顔光偓蔚涔呇€鈧测埗鈹锯偓鎾€璇モ懇鈧倐鎹楊啘鈾€鈧妴鈹炴兊寰濃懇鈧顑炩斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬∥叉緵妫靛厽濮戔敒宓氬緷銊⑩偓姣敓顬ｇ硶鈧鈹炴兓鐭敒婵冣偓濂姐儌鎰ㄢ偓濮戔敒梅顐€位鍠∥炽儌鎮哥煫顭娿仴鐭儌銊⑩偓纬锛枴鈭额灎鍏夆偓濂窖€鍋撶鑾介瞾閳モ挌锔光偓瀛も埗鈹锯偓鎾€璇ヮ灒鐘呰秮銉傚槑鈭躲儌顕奉啔顔光偓姣炽儌椤炬簫銉傤喒鈧挌銉⑩偓閮濐灐蔚梅鈭垛斁鈧拃骞汇儌閮濃埗銉傛劏鍋撹寘鑱ч垾鏂單电妳鐭儌鎮割煁尾婢﹀枹鈶┾偓鈶垫崡顬ｆ潌鍠⒀€鈧☉鎾佈€鈧叓鍠儌绯曗偓娅测檧鈧斥斁鈧枀浼扁敒婵冣偓濂筋灎椤惧枹鈹炲禑鐘單层儮鈧炽儌缁帮迹銉傤灘婧嶎喒鈧叉緷顬犲厜鈧妴尾銇仯锔光偓鐏衡敓銉㈠亾閳モ挌尾寰风妴顔㈠枻涔呂电硶鈧ソ尾鎯电柕顔光偓鐘呮祹尾顏垮禍鈹锯偓鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傜硶鈧鈹炲禑鐘嗏敒锛ョ煫尾顬犳兎鈹炲秮鍔夋皳闄囪棝鐩叉綖鑹欒寘閳ユ拃濂姐儮鈧妳锛ｃ儌浣测偓婧嶁斁鈧拃璇モ懇鈧挋浼便儮鈧挋鐤点儌顕奉啔顔光偓姣筹腹鈧懇鈧簫鈹炴剝婧嶃剠鎹栴優顬犲禋銉冣斁鈧枀浼便儌顔欑妴尾锝傗偓鐏汇儌尾顐€尾鍨涘妷鑾藉▌鑱ц幗閳ユǚ鍔夋皳閳ュ鈹熴仮鍙锋拋鈹锯偓鎾€濂姐儮鈧妳锛ｃ儌浣测偓婧嶎灎鎮镐急顭婎嚪瑁併儮鈧挋顐€鈹炴兊锛ｎ灓鎹栫煫锔光偓姣敓褉鈧瑢鈧埗銊呮崠顑炪儏閾扮柕鈹锯偓鏂呬急顬犲嚢婧嵨测挋骞活灎瀹﹀够尾搴撯偓濮戙儌纾佲埗鈹￠摪濂轿层儌浼毖€鈧佃尾棰椾箙銉⑩偓鏂衡偓鏂嗐劉鈧顕肝查煭顬°剠鎹栴優鈶┾偓姣優顭娧€鈧伝尾缁扳敓顬犲骞晃插簱鈧锝傚亾鑱涙皳绡撻垾鐘嗭腹鈧瓒侇灎銈傗偓姣儌鈹炩挌顭婁豢濂筋嚪瀛わ迹尾闊锔光偓閮濃挌尾鈷欏ソ鈹￠摪鎳娿仮閾拌銉傚厜鈧◤鈹锯偓鎾€璇ワ腹鈧拃妫殿啟婧屽緱銉傤喒鈧挌銉⑩偓婧锯偓鐏诲簶鈧緷鈹炲秮鈧ソ顔光偓尾鐘嗐儏閾扮柕鈹锯偓鏂呬急顬犲嚢婧嶃儏闊緱銉偽差個銉傛祴鈧伝銉傜补鈧◤鈹￠摪涔咁煀顕疯骞濐灐鈹锯偓鎾€璇ワ腹鈧儩顭嬨儏閾颁箙鈹炲繆鈧妴顔㈠枻涔咃腹鈧婧嶎煀鍏夆偓鈭讹腹鈧彿涔呫仮閮濅箙鈹锯偓鎾€妫滴插灈鍔夋皳鑹╅垾鈷氥剠閿偓鎾佲斁鈧拃璇ワ腹鈧伜鈹熴儮鈧ゥ顔氣敗鐘偓鎳婎嚪鍢庡ソ銇㈠彿鎾佄层仮銇Ｎ佃В鈧◤銉㈠亾璧傝寘闅嗘菠姘撹檹閳ョ伝蔚鍢庯迹顭婂厜鈧埗锔光偓娅够銉傚繆鈧伝尾銇仯锛枴鈭堆€鈧◣銉冣敒梅顐€尾搴撯偓濮戯腹鈧挋鎯封敒宓氣埗尾顭婂够顔欎籍銇ｂ斁鈧柡鈧銇㈤摪濂筋灎鐚滎嚫鈹锯偓婵冣偓鈷氣懇鈧懇鈧炽儌绮光偓妯忊敡鍠☆灐顔光偓鐐┾偓鐏晃电硶鈧ソ褉鍋撴嫝鍗垾姣迹銉傜鎹椢层儌鐘喲€鈧瑁侇嚪瀛ゃ儍顬犲骞晃插牭鈷氥儌缁板鈹炩檧鈧緷褉鈧电煫顔欐緹鐭斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚绯曗偓濂解敡鍠″ソ銇㈤摪璇ノ得凤迹褉鍋撻箍蹇欓垾鍙疯顬犺泭鎹椼儌顕锋噴銉⑩偓瀛ゎ優味鎺嗏偓婢濃斁鈧績鈧ソ銉⑩偓瀛ゅ緱銉⑩偓鈶哄枹鈹锯偓鏂衡偓姣仮閾拌锔光偓鐘呪埗鈹＄姭鈧埗尾鍑板枹銉傜话鎯枫儌銊⑩偓妯徫差兘鈧◤顔光偓閮濊褉鈧☉鎾佈€鈧叓鍠儌绯曗偓鏂嗏敒宓氥仯位鍠∥澄电硶鈧ソ銉傘劉鈧◤尾顭婃祹锔光偓妯庣妴鈹锯偓鎾€骞活嚪瑙ｂ偓鈭躲儮鈧绘簫銉傤灒鐘單茬话顎腹鈧埃鍔夎寘閳ユ婧嶃儌銇ョ妴銉傃€鈧挌顬犲皷鈧銇㈤摪鐭叉枼鈧ソ鈹炲禋鈷毼靛槑銉冿腹鈧鈷氣敒鈾€鈧鈶┾偓姣優鈹у枴濮懳诲枴纬銉傜补鈧銉偽差嚫銉⑩偓婧锯偓鐏汇儌褉鈧挌顬犲皷鈧銇㈤摪璁款灎銇急顬犳偢宓溿儌鈹锯偓鈭躲儏闊箙鈹炲緵宓滎喒鈧佃銉備籍鎯封敒蹇娾偓鎳娿儌鐘咁個銉備讲鈧鈹炲禑涔呫儌瑙ｂ偓娅测挋濂解斁鈧拃顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍡忊偓濂斤饥浣测偓鐏活煀鍏夆偓鈭额嚪瑙ｂ偓鐏烩斁鈧顕糕斁鈧拃璇モ懇鈧懙鎹椼儌浼仯鈹￠摪顔毼差兘鈧簫锔光偓梅鐘嗏敒鈾€鈧銉傘倐鈧褉鈧鐘嗏斁鈧柡鈧銇㈤摪濮戙儌銊呯妴鈹炲繆鍋撹寘鑱涜仹姘撻簱鑺﹀繖鑱簱鑼垾鐏恒儍顬狅饥妫笛€鍋撻箍鑺掗垾姣優鈹炲秮鈧挌顔光偓鐐┾偓姣儏鐘呰銉傗敒寰楊灒鐘呰顬犱嫉鈭垛敒宥佲偓婢濓腹鈧儩鈷氥儌鎮歌顭娿仮鎳娢佃В鈧簫褉鈧插緷銉傗敒鈷氼煀浠垮ソ褉鈧壋鈧妴鈹炴兊寰濃懇鈧挋浼卞厽濮戙儌鈹＄妴銉傜妳鈷氀€鈧挋濂解斁鈧拃濂姐儌鐢煫顬狀灎濮懳叉煰鈭额灓鎹栫煫銉偽茶鈹炩檧鈧緷褉鈧懘鎹楊灎銊⑩偓妯忊斁鈧柡鈧銇㈤摪璇ヮ灎锛㈩劶銉傘劉鈧筹极鍠♀挌尾顬犳兎鈹炲繆鈧埗褉鈧妳璇ャ儌寰涘緷尾銇仯锔光偓娅车銉呴煭濮戔敒鎰ㄢ偓娅儏闊個锛讲鈧伝鈹￠摪濂姐儌鍨涒偓鈭额啟婧屛澄查涔呫儮鈧◣顕搞儌浼仯鈹炲緹鎹楋腹鈧彿璇ャ儌閿偓鐏烩敒宓氣埗尾顭婂ソ尾顐傗埗鈹锯偓鏂呬急顬狀煀妫殿啙鎺嗏偓鐘嗏敗閾拌尾鎯典急顕疯剼涔呫儌鈹炲緱銉傤儩顐€锔瑰妷铏忚寘閳ユ拃璇ャ儌鐢箙顬ｅ槑顔毼查煭濮戯腹鈧彿璇ヮ灎瀛ゆ緷鈹锯偓鏂斿枹尾绔簫鈶┾偓姣優尾鎯典急顕疯剼涔呪敒蹇娾偓鈭讹极鍠＄妴顬狅饥妫滴层仮銇ｏ腹鈧　鈧枂銉備讲鈧簫鈹锯偓鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉呬節璇モ敒蹇娾偓纬尾搴撯偓濮戙儌鎮割個鈹炲秮鈧ソ銉傗敒浼鳖灎鍏夆偓鐘嗏斁鈧拃濮戭灎瀹︹挌銉⑩偓鎾偓鎾佲敒鎰ㄢ偓婧嵨差煀娴庯腹鈧妳璇ャ儌顔欍儍銉傘仴鐘嗐儮鈧风妴鈹炴兓鐭敒婵冣偓濂斤腹鈧妳鈭段叉煰顕搞儌銉傝锔光偓姣鈹炲禋銉冣懇鈧挋浼便仮閮濅箙褉鈧☉鎾佄叉緵妫点儮鈧挋鐤滴叉煰鈭躲儌鐘偓鈷氥儌尾璁库敡鍠″ソ銇㈣В鈧伝锝傗偓鐏衡敓蔚绯曗偓濂解敗閾版噴銉⑩偓濂ヤ急顬犵话鎳娾斁鈧拃璇ノ佃В鈧簫銉傚槑鈭垛敗閾邦啔尾銉⑩偓纬味鎺嗏偓姣灎鐑┾偓濮戭煀浠款煁尾顬狅迹鈹锯偓鏂呬急銉⑩偓婧屻儍銉⑩偓鎾€鎯枫儌尾顐€銉⑩偓鐘咁啔銉傜话濂解敒鎯垫兎顬ゆ崵婧嶃儮鍋撹矾鑼呴垾鎾€娴庮灎鈷欐车銉⑩偓濂ノ炽儌顭婅銉傜姭鈧挌锔光偓姘ｂ偓鏂嗏敒鎯碘挌鈹炴績鈧ソ顔光偓鈷欐祹顬犳偢浼便儮鈧壕鈧伝尾閾扳埗銉傤喒鈧挌锔光偓鍙蜂箙褉鈧挋婢濃敒宥佲偓鈷氼喒鈧埃鈧鎴斺偓鈭段电硶鈧ソ顬犱嫉涔咁灎瀹︹挌尾顔光偓婢濄儌顭婄柕尾鍑板枹顬狀喒鈧拋鈹炲緹鎹楊嚪瑙ｂ偓纬骞ｈ鈹炴劏鈧◤尾鈹锯偓鐘單诧絺鈧◤鈹锯偓鏂呬急顬狀煀妫碘敒顎¤鈹炲睛鍠㈩喒鈧偐鈧伝銉傚寰濃敒宥佲偓濂筋喒鈧伜娴庛儏鎾€顒尖懇鈧顑烆嚪鑴氱煫銇㈣　鍔夊繖鎴箍蹇欓垾鍙蜂箙鈶┾偓婵冣偓妯忊敒鎰冩簫尾顑濆緷銉⑩偓鈷欐噴鈹у枴骞汇儌銇㈡兎蔚鍢庯迹顭婂厜鈧埗锔光偓娅够銉傚繆鈧伝鈹锯偓鎾€濂姐儌鐢煫褉鈧壋鈧妴鈹у枴濮懳诲枴纬銉傚厜鈧埗鈹炩檧鈧鈶┾偓姣優尾鏌啔銉⑩偓鐘咁啔尾鈷欏ソ銉傤喒鈧挌銉⑩偓閮濐煁顔欎嫉璇ヮ灎鎮镐急顭婇煭顭嬑叉婧嶁敗閾版车锝傗偓鐏衡敓顔光偓婢︽簫鈹＄妳寰濐灒鐘呭緱銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儌姒傜妴顬犵儵鍋撶洸闄嗚祩鑺掗垾鎾€宓溾敒鎯垫兎顬ゆ崵婧嵮€鈧舵崡鈹锯偓鎾€璇ワ絺鈧伜纬顬犮劉鈧鈹炲繆鈧噴銉傝В鈧蔚绯曗偓濂窖€鍋撴嫝鍗垾姣迹銉傚ゥ顒尖斁鈧簩骞活嚪瑙ｂ偓鎳娿儌鍏夆偓鎾佈€鍋撻垾濂轿层劉鈧挌位鍠∥炽儌鎮歌鈹￠摪娴庛仮閾板褉鈧插緷銉傗敒鈷氼煀浠垮ソ顕峰銇ｂ敡鍠☆灐顔光偓鐐┾偓鐏活喒鈧柡鈧簫鈹￠摪璁裤儌顑濐啔銉傛偢骞烩敗鐘偓鎳婏鸡鎹栴灐銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儌姒傜妴鈹锯偓妯庤秮銉傜姭鈧挌味鎹欐崡鈹炩檧鈧挌鈶┾偓姣優鈹炲緹鎹楋腹鈧彿璇ヮ灎鍏夆偓濂解敒鎯垫兎顔光偓鐐╁亾蹇欒姦鎷ц寘閳ユ枀浼鳖灎顭婃５顔濇巻鈧妴鈹￠摪璇ノ叉兊浼扁懇鍋撳▌鑼呰仹鎼傚繖妤艰仜姘撹仜閳ョ伝鈹锯偓鎾€濮戭灎鍑版簫銉傛涔呪敒宓ユ簫顔光偓鐐┾偓鐏伙腹鈧璁裤儌鈹＄妴銉⑩偓鐘呬箙尾銊㈠亾鑼呴垾鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗏斁鈧◣瓒併儌鐘偓鈷氥儌鍏夆偓鎳娾敒宓氼灐尾銉備急褉鈧舵崡褉鈧☉鎾佄插嚢鍠儌绮光偓鏂嗐儌褉鈧枂鈶┾偓姣優銉傤喒鈧挌銉⑩偓婧锯偓鐏诲簶鈧緷鈹炲秮鈧ソ顔光偓鐘呯煫尾顐熲偓鎾佲斁鈧枀浼蔽垫崣鐭诧饥浼便儌尾顐€銉⑩偓瀛ゎ劶顬犺彍鍠儌顔瑰亾姘撻垾瀛ゎ優褉鈧舵崡鈹锯偓鏂呬急銉呴煭顔氼啙鎺嗏偓鈭垛敒宓熻蔚鍢庛儍蔚鍢庛仯鈹锯偓鏂斿枹尾鏉溾埗顬狀灎濂解斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉呴煭娴幬叉煰顔氾絺鈧埃鈧噴顔光偓婵冣偓婧嶁敒宓氣埗尾鍨涘妷鑾介垾味鎹椦€鈧☉鎾佄插嚢鍠儌绮光偓鏂嗐儌褉鈧枂鈶┾偓姣優銉傤喒鈧挌銉⑩偓婧锯偓鐏诲簶鈧緷鈹炲秮鈧ソ顔光偓尾鐘嗐儏閾扮柕鈹炴兓璇ノ查粍鎹楊灎顬犲銉傤嚪顔毼叉兊浼便儌椤炬簫鈹炩檧鈧緷銉⑩偓锔光偓鎳娿儌浣测偓婧嶁敒寰涘禍顔光偓蔚涔呇€鈧测埗鈹锯偓鎾€璇モ懇鈧倐鎹楊啘鈾€鈧妴鈹炴兊寰濃懇鈧顑炩斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬∥叉緵妫靛厽濮戔敒宓氬緷銊⑩偓姣敓顬ｇ硶鈧鈹炴兓鐭敒婵冣偓濂姐儌鎰ㄢ偓濮戔敒梅顐€位鍠∥炽儌鎮哥煫鈹灻锋兎鈶┾偓鐐傛崡銉㈠亾鎷㈡皳婕忕鑾介垾姣顔光偓梅顒嘉叉煰顔氾腹鈧顔氾腹鈧婧嶃儌鈹炲緱銉傤儩鐫诡灎鍨涒偓鎾佲斁鈧拃濂姐儌鏉滅煫銉⑩偓濂ノ炽儌尾瑁侇灓鎹栫煫尾鈷欏ソ鈹锯偓鎾€顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚鍢庯迹鈹炴劏鈧緷尾婵冣偓妯忣灎浼鈹锯偓鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉呴煭娴庛儌尾顐€銉⑩偓瀛ゎ嚫锔光偓姣埗鈹￠摪鐤殿嚪鍢庣煫褉鈧层儍尾棰椾箙位鍠や箙銉傘剠鐘嗐儌尾涔咁喒鈧妳涔呪懇鈧顑烆煀褉鈧伝尾纾佹拋尾棰椾箙鈶┾偓姣優鈹锯偓鎾€濂姐仮閾拌顬狀灎濮戔敒寰涗急锔光偓鐏烘噴銉傛婧嶁敗鐘堢妴锛︽崠銉冾啓婢熺煫鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬°仮鎮哥柕蔚绯曗偓濂轿叉煰鐘嗐儮鈧涔呫儌蹇娾偓鐏晃层儌鐘喲€鈧鐤点儏闊緱鈹灻奉€儮鈧妳顎㈩灎绮光偓娅儌尾顕割灎鍑版簫顬犲緵鐫光斁鈧柡鈧銇㈤摪濮戙儌銊呯妴鈹炲緵浼鳖喒鈧檧鍋撴皳楹撻垾妯忊敗閾颁箙顬犲嚢婧嵮€鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傤灘婧嶎煀浠垮ソ褉鈧佃鈹锯偓鎾€寰椼儌鐘呮緷锔光偓梅鎯封敒宓熻蔚鍢庛儍尾鈷欏ソ鈹炲禋婢濄儮鈧顒佳€鈧伜涔呪斁鈧拃璇ワ絺鈧伜鈹熴仮閮濈澒銉傤喒鈧挌尾銉備急味鎺嗏偓婢濃敗鐘堢妴鈶┾偓妯庘敓銉備讲鈧簫鈹炲緵宓滎喒鈧佃銉備籍鎯封敒蹇娾偓鎳娿儌鐘堚埗锔瑰妷鑱烘皳绡撳綍姘撻檱鑱繖鍨勬綖鑾介垾娆屸偓鈭垛懇鍋撻瞾鑾借仜鑱借寘閳ユ拃骞伙絺鈧伜纬顬犻【鍠儌顕奉啔顔光偓姣筹腹鈧懇鈧簫鈹炴剝婧嶃剠鎹栴優顬犲禋銉冣斁鈧枀浼蔽垫崣鐭灎銊⑩偓妯徰€鍋撴嫥鍗垾尾鐘單差儩鈷氣敒鈾€鈧銉⑩偓瀛ゎ優褉鈧舵崡鈹锯偓鎾€璇ワ絺鈧伜纬顬犮劉鈧鈹炲繆鈧噴銉傝В鈧蔚绯曗偓濂窖€鍋撴嫝鍗垾姣迹銉傚ゥ顒嘉层仮銇ｎ喒鈧典箙顬犱籍婢濃敡鍠＄煫銉傘仴鐘嗗簶鈧緷鈹炲禋鎯奉啓浣测偓纬尾顕烘崡鈹锯偓鏂衡偓姣仮閿亾蹇欓檰鎼傝寘闅嗗▌鍗棝鍟皳楹撹伂蹇欓檱閳ュ銉傞儩鈷氥儌顎℃祹鈹锯偓鎾€濂姐儌鐢够銉⑩偓鐏烘车鈹炴劏鈧銉呴煭顐€锛讲鈧伝鈹￠摪濂姐儌绔枹銉⑩偓蔚鎹椻斁鈧拃骞活喒鈧差灐銉㈠妷鎷㈣寘鑱墬蹇欓垾鍙疯銉傞敮鈧伝尾鏌妴銉⑩偓姘ｅ妷鑾芥幊闄嗚寘閳ユ枀浼鳖煀顕疯顬犲鎯封斁鈧拃鎳婎嚪瑙ｂ偓鎳娿儌鎮割個銉傤啓銉冦儌銈傗偓濮戯腹鍔夎檹鑼呮菠褰曡幗铏忛箍姘撻垾濂ユ緷鈹炴兊寰濃懇鈧顑炩斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬°仮鎮哥柕蔚绯曗偓濂窖€鍋撴嫝鍗垾姣挌銉傤灎宓溾斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗩灎鐑╁亾鐩查檰璧傝姃閳ユ拃宓溾敒鎯垫兎顬ゆ崵婧嵮€鈧插緷銉傗敒鈷氼煀浠垮ソ尾锝傚妷鑼呰仹鎷㈢洸褰曢簱蹇欓弗閳ュソ褉鍋撴嫝鍗垾姣迹銉傜鎹椻斁鈧拃濮戭喒鈧妳鐭鈧◤顬犵儵鈧枂褉鈧妳娴庮喒鈧績鈧ソ銉偽层仯鈶┾偓姣優尾韫拋鈹炶泭鎹椢靛槑宓溾敒宓氼煁尾鍨涘妷蹇欒姦閳ョ妴鈹锯偓鎾€濂姐儮鈧◣鐤滴查摪顬♀敒梅顐€銉傚簱鈧ソ銉傜话顭嬧敗閾版祹顔光偓蔚璇ワ腹鍔夊暘鑼呴垾鏂呬急顬犲嚢婧嶃儏闊緱銉偽差個尾銉㈠亾鑴ㄩ垾娅敒宓氣埗尾鍨涘妷姘撹仜闅嗗繖椹村暘姘撻垾鏂旀簫褉鈧◣顬°儌顔瑰亾蹇欓湶鍨勫繖楦ラ垾濂窖€鍋撴嫝鍗垾姣迹銉傜鎹椻斁鈧拃璇モ懇鈧挋浼毖€鈧壋鈧簫鈹炴劏鈧簫顔光偓鐐┾偓鐏汇儌鍏夆偓婧嶁敗閾板ソ位鍠℃緷顔光偓鏂斿枹尾鏌埗褉鈧顎儮鍋撻檱鑼呰仹閳ユ簫尾鍨涘妷姘撹棝鑹╄寘闅嗛垾婧嶏极鍠＄妴顬犮倐鈧噴鈹锯偓鎾€璇ヮ喒鈧锛Ｎ茬补鈧拋鈹炴劏鈧簫尾顭婃祹锔光偓鐘呰銉傤啓銉冦儌銇ョ妴銉⑩偓梅鐘嗏斁鈧拃濮戭灎瀹︹挌銉⑩偓鎾偓娅敡鍠☆灐顔光偓鐏轰急褉鈧ゥ鐘嗏敒宓氣敓锛︽崠鈹熴儌缁版车銉偽层仯銇㈤摪濂姐仮閮濇兎鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬°仮鎮哥柕蔚绯曗偓濂窖€鍋撴嫝鍗垾姣挌銉傤灎宓溾斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗩灎瀹︾澒顕锋煰鐘嗐儌缁板緱鈹炲緺鎹椼儌鐘堣褉鈧插緷銉傗敒鈷氼煀浠垮ソ顕峰锛Ｎ叉緵鈹熴儌瑙ｂ偓娅靛槑銇ｎ灎閮濇噴銉傚禑涔呫儌鈷欘嚫鈹锯偓鎾€骞伙腹鈧瓒侇灎椤炬簫鈹炲緹鎹椼儌鍨涒偓鎳娢舵巻鈧鈹炲禋婢濓鸡鎹栴灐顕峰瘋璇ノ叉煰鐘單差啓妫点儮鍔夊簮鑼呰仹閳┾挌銉⑩偓鐘咁啔銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪濂姐儌鍨涒偓鈭额啟婧屛澄查涔呫儮鈧◣顕搞儌浼仯鈹炲緹鎹楋腹鈧彿璇ャ儌閿偓鐏烩敒宓氣埗尾顭婂ソ尾顐傗埗鈹锯偓鏂呬急顬狀煀妫殿啙鎺嗏偓鐘嗏敗閾拌尾鎯典急顕疯剼涔呫儌鈹炲緱銉傤儩顐€锔瑰妷铏忚寘閳ユ拃璇ノ插牭娉点儏瑙ｅ妷鑼呰墿鑹╄姃閳モ懇鈧褉鈧茬妴鈹锯偓鎾€濮戭煀褉鈧伝銉呯姭鈧拋鈹灻枫儍銉傘仴鎹椻懇鈧顑烆煀褉鈧伝尾纾佹拋鈹炲緵浼便儌鈹♀埗銉傚彜鐘嗏敒蹇娾偓鈭垛懞婧锯偓鐘單差煀浼扁斁鈧拃骞汇儌閮濃埗顬犱嫉鈭垛斁鈧績鈧挌锛枴鐘嗩啓婢涘緷尾銉傦迹銉⑩偓鐘咁煁銉傚鈷毼查涔呂诲枻涔咁啘绯曗偓鈭段插痉娴庛儌顑濐€⑩懇鈧績鈧◤鈹炴剝婧嶎喒鈧妳娴庮灎浼€⑩斁鈧拃濮戭啟鍠も埗顕峰顎⑩敒顎や箙锔光偓娅够銉傚厜鈧褉鍋撴嫝鍗仜鑼犳皳閳ッ风煫銉傗敒寰椦€鈧鐤点儏闊澒鈹炲緹鎹楋絺鈧伜鈹熴儌鍙ょ妴尾闊澒锔光偓鐏侯優蔚闊急鈹锯偓鎾€濮戭灓鎹ゆ簫顔溾檧鈧澄叉兊鐤点儌鈹锯偓鈭躲儌鍏夆偓鎾佈€鍋撻垾濂轿差煀寰濐啓浣€鍠腹鈧鈭垛敗閾扮柕顕峰槑鐭€鈧舵崡鈹锯偓鎾€骞绘嚝鎹楋腹鈧☉鎾侇灎瀹︹埗鈶┾偓姣優鈹锯偓鏂呬急銉呮拃顒佳€鈧壕鈧緷尾韫拋尾搴撯偓濮戙儌椤惧枹鈹＄妶鐘嗏懇鈧挋浼鳖灎顔欑妴鈹锯偓鎾€涔呫儌鏌迹銉備讲鈧伝顬犲瑁併儌鈹♀埗蔚绯曗偓鈷氣敒宓氼個尾绔簫銉呯妳纬尾銇仯锛枴鈭额啘鈭峰枹顬犲顔氼喒鈧测挌銉傜话顐€鈹炲秮鈧挌顔光偓姣挌顔光偓鏂斿枹顬犲皷鈧銉⑩偓姣扳埗銉㈠亾璺寘鑱垾娅嚪鍢庣煫顬狀倐璇パ€鍋撴嫝鍗垾鐘呮祹位婧屻儍尾鏌埗锝傗偓姘ｂ偓纬锔光偓鈭ㄧ煫鈹炴劏鈧簫尾鈹惧亾蹇欓弗绡撴皳绡撻垾妯徫差煀濂筋啓浼敓顬犳兓鈭讹鸡鎹栤敓尾鈷欏ソ鈹锯偓鎾€顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚绯曗偓濂解斁鈧緵婢濄儮鈧枖婧嶃儌濂ノ斥斁鈧拃璇モ懇鈧懇鈧顔溾埁鐘嗏敒宓氣敓褉鈧濂姐儌鍏夆偓鐘嗩煀銇ユ崡尾闊锔光偓鍙蜂箙鈶┾偓婵冣偓妯忊敡鍠＄煫銉⑩偓鏂衡偓鏂嗩灎浼妴顬犳偢浼憋絺鈧伜銉冾灘鍠℃祹銉傤嚪顔氼喒鈧纬銉傞【婧嵮€鈧瑢鈧埗銉傚繆鈧锝傗偓鐏衡敓蔚绯曗偓濂筋灎浼典箙銉⑩偓濂ヮ灐锔光偓鈾€鈧妴尾銇仯锔光偓鎾€妫殿啟婧屽緱鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ワ腹鈧鐤滴插ゥ顭嬧斁鈧◣濂解敒浼禍顔光偓婵冣偓鈷氣斁鈧績鈧挌鈶┾偓姣優味鎹欒鈹锯偓鏂呬急銉⑩偓鐘呰顬犱絸鍠⑩敒蹇娾偓纬尾鍨涘妷鑾藉▌鑱ц寘鑱伂鍗垾鐐┾偓姣灎顖楀亾鑼呴垾鎾€寰椼儌搴撯偓濮戙儏闊鈹炲繆鈧妴鈹炰籍宓溛电硶鈧ソ鈹у枴濂姐儮鈧銇Ｎ差喒鍔夊繖闄囬檱鑼傝祩绂勬皳閳┾挋锛ｂ敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ワ腹鈧鐤点儌鐚滆鈹￠摪顔氼灓鎹栫煫銉傃€鍋撹寘鑹╄棝姘撻垾妯庮嚫銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儏闊祹銉偽差個銉⑩偓瀛ゎ嚫锔光偓姣埗鈹￠摪鐤殿嚪鍢庣煫褉鈧层儍尾棰椾箙位鍠や箙銉傘剠鐘嗐儌尾涔咁喒鈧妳涔呪懇鈧顑烆煀褉鈧伝尾纾佹拋尾棰椾箙鈶┾偓姣優鈹锯偓鎾€璇モ懇鈧懇鈧顬犮劉鈧◤鈹灻奉個尾搴撯偓濮戙儌鍏夆偓妯忊敗閾版噴顔光偓鐏轰急銉㈠亾閳モ挌鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕糕敒宓ユ簫銉傤厔婧嶃仮棰楃妴鈹炴劏鍔夊繖鍗㈣伀蹇欓簱闄囪寘鑱垾娅儏闊個锛讲鈧伝鈹￠摪鐤殿嚪瑙ｂ偓鐘嗩喒鈧柡鈧噴鈹锯偓鎾€骞伙腹鈧鐤点儏闊５鈹炲緹鎹椼儌鍨涒偓鈭垛懇鈧顑烆灎鈶烘簫鈶┾偓姣優銉⑩偓鐘呰蔚鈭ㄤ箙鈹锯偓鎾€骞汇儌搴撯偓濮戙儮鍋撻垾鎾佲敗鐘偓鈭躲儮鈧顕割喒鈧績鈧拋鈹锯偓妯庡ソ锛︽崠顔毼茶В鈧◤鈹锯偓鏂呬急銉⑩偓婧屻儍銉傤灎寰椦€鈧緵顕割嚪鏌妴銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪濂轿诲枴婢濃懇鈧顑炩敒锛ョ煫尾顬犳兎鈹￠摪骞晃插秮鈧枂顭娧€鈧伝顬犲槑鐭敒宓氭緷锛︽崠锛ｂ懇鈧顑炪儌娴嬧偓鐏晃电硶鈧ソ鈹炴劏鈧緷銉⑩偓妯戠妴銉傚ゥ鎳娾敒鎯荤煫鈹炴績鈧ソ锝傗偓姣鈹灻封挌尾濂ョ澒銉傜话顭嬧敒鈾€鈧簫褉鈧瑁侇啓婢﹀枹鈹锯偓鏂衡偓姣仮閾拌銉⑩偓鈷欐５鈹炩檧鈧挌尾鐘咁劶銉傛婧嶁敡鍠″ソ銉⑩偓鐘咁灐尾顬犳兎尾鏌埗褉鈧顎儮鍋撻垾鎾佈€鈧緵顕秆€鈧濂筋喒鈧績鈧拋鈹炲繆鈧埗锛枴鐘嗩灎锛㈡５鈹″槑顐€銉⑩偓閮濐煁顬犮劉鈧鈹炴劏鈧簫锛︽崠纬锛讲鈧伝鈹炲緵宓滎啘绯曗偓妯徫差喒鈧緷銉傤煀鐤滴茬儵鈧伝銉⑩偓鐏鸿秮鈹у枴濮懳诲枴纬銉傜补鈧銉傘劉鈧◤尾顑解偓妯忋仮灏栤偓鐏烩斁鈧枀浼便儌銉傝尾閾邦灐顬犳偢宓溿儌鈹锯偓鈭躲儌缁板ソ鈹у枴顬☆喒鈧伜浼憋饥浣测偓鐏烩敗閾扮柕顕疯В鈧虫劏鈧簫尾銇仯銉傞儩鈭段诧饥婢濃敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ャ儌搴撯偓婢濐嚪瀛も挌銉傤喒鈧挌銉⑩偓婧锯偓鐏诲簶鈧緷鈹炲秮鈧ソ顔光偓尾鐘嗐儏閾扮柕鈹炴兓璇ノ查粍鎹楊灎顬犲銉傤嚪顔毼叉兊浼便儌椤炬簫鈹炩檧鈧緷銉⑩偓锔光偓鎳娿儌浣测偓婧嶁敒寰涘禍顔光偓蔚涔呇€鈧测埗鈹锯偓鎾€璇モ懇鈧倐鎹楊啘鈾€鈧妴鈹炴兊寰濃懇鈧顑炩斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬∥叉緵妫靛厽濮戔敒宓氬緷銊⑩偓姣敓顬ｇ硶鈧鈹炴兓鐭敒婵冣偓濂斤絺鈧璇モ敒顎や箙銉傚灈鈧妴锔光偓鍏夆偓纬鈹炴兓璇パ€鈧叓鍠㈩灎寰涙噴鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚鍢庘埗褉鍋撴嫝鑴╄尃鐩叉綖鎴寘閳ユ柡鈧銇㈤摪濮戙儌顕奉灐鈹炲禋鎯奉煀宓氥仯銉備節鐘嗐儌顭婅顔欎讲鈧伝蔚闊急鈹锯偓鎾€妫笛€鈧妳濂姐儌顬犵柕顬犲鎯肺层儮鈧澄靛槑宓溾敗鐘偓鎳婎嚪鍏夊亾姘撳瀯鐐夊繖椹村暘鐚垾姣敓銉傤灎璁库敗閾拌銉⑩偓妯戠妴銉傞敮鈧伝鈹￠摪鎳婎喒鈧偐鈧銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儌绯曗偓娅敒宓熺妴尾鎯典急褉鈧测挌鈹锯偓鏂衡偓姣仮閾板顬ｆ拃濮戔敒宓熺妴尾銉⑩偓纬銉傜补鈧◤鈹锯偓婢涙緷銉傘仴鐘嗩灎锛㈡５尾銇仯锔光偓琛♀偓鏂嗐儌浣测偓婧嶁斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傜硶鈧鈹炲禑鐘單叉兊浼便儏绯曞亾鑼呴殕閳ユ鈶┾偓姣優鈹锯偓鎾€鎳婎嚪瑙ｂ偓鎳婎灎宓氼啔鈹￠摪鐤滴叉煰鎯肺插槑骞烩斁鈧拃寰椼儌棰楃妴鈶┾偓姣優銉傜补鈧埗顬犮儌璁库斁鈧枀浼蔽叉墎鈧埗銉⑩偓鐏烘车鈹灻肺逞€鈧緵璇ャ儌鎮割個銉傤啓銉冦儌銈傗偓濮戯腹鍔夊崲蹇欓檱闄囧繖閳ユ拃妫殿灎浼緷鈹炴兊顭嬵灓鎹ゆ簫锛讲鈧伝鈹锯偓婢涙緷銉⑩偓瀛ゎ劶顬ｇ硶鍔夎寘閳ユ拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉備豢骞烩敒宥佲偓濮戯腹鈧鐤碉饥浣测偓鐏烩敒梅鎯奉嚪瑙ｂ偓鈭躲儌鈷欏緱銉傗敒寰楊嚪灏栤偓鐏汇儮鈧绘簫銉傤喒鈧挌蔚瑙ｂ偓妯忊懇鈧拞鐭敗閾板ソ尾搴撯偓鐘嗭腹鈧挋娴庘斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬☆啟鍠ゆ拋顬犵补鈧鈹灻奉劶位鍠℃緷銇㈤儩鎳娿儌鈹炲緱顕峰皷鈧伝銉⑩偓位婧嶃儌顔光偓鈷毼佃В鈧◤搴樷偓婢澪插痉锛ｎ煀褉鈧伝顬犲緵鐫刮叉煰鈭堆€鈧顎儮鍋撻檱鑼呰仹娌よ姃閳モ懇鈧炽儌鎮哥澒鈹炲禋顭嬵喒鈧妳娴庮喒鈧枖鍠⑩斁鈧柡鈧銇㈤摪璇ャ儌锛ョ妴鈹炲秮鈧銉⑩偓瀛ゎ嚫銉傜话銉冣敡鍠☆灐顔光偓鐐┾偓鐏晃垫璇モ敒鈾€鈧◤味鎹栴灐銉呯妳纬鈹锯偓鎾€濂姐仮閾拌銉㈠亾椹存皳搴愰垾鈷毼层儌浼便儌閿偓鐏晃叉煰鐘嗐仮閾拌顔光偓鏂夆埗鈹锯偓鏂衡偓姣仮閾板銉傘剠鐘嗏敒蹇婂亾鑼呰仜鑱у繖閳ユ璁库敗鐘呭緷锝傗偓姘ｂ偓纬位婧屻儍尾鏌埗锝傗偓姘ｂ偓纬锔光偓鈭ㄧ煫鈹炴劏鈧簫尾鈹惧亾蹇欓弗鎷㈣寘娌ゆ幊鍗棝鎷ц幗鎷ф綖蹇欓檱闄囪姃閳モ懇鍋撴皳鑱ч瞾鑼呰伀鑹楄寕闄嗛垾纬骞ｈ鈹炴劏鈧◤尾鈹锯偓鐘單诧饥寰濃斁鈧枀浼毖€鈧◣鎳娿儮鈧挋妫点儌顭婅顔光偓蔚涔呇€鈧挋璁裤儌鈹炲緱銉⑩偓閮濐灐顬犳斁涔呪斁鈧拃濮戔斁鈧纬銉⑩偓鎵斥偓濂解敒宥佲偓婢濐嚪鍏夊亾鍗墮鑼犺寘鑹╄棝姘撻垾鏂衡偓鏂嗩灎浼敓鈹锯偓鎾€璇ャ儌閮濃挌銉呴煭妫碘敗閾拌秮尾顑解偓娅饥浼兎鈹￠摪濂轿诲枴鐘嗐儏鐘呂炽儌蔚涔咃絺鈧埃鈧妴銉呴煭娴幬叉煰顔氾絺鈧埃鈧噴銉傜话瓒佄插痉娴庛儌顓勬簫褉鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傤灘婧嶎煀闊個銉傤灎瓒佄层仮銇ｏ腹鈧伜鐫诡灎顔光偓妯忊敒鎰ㄢ偓婧嵨差煀娴庯腹鈧妳璇ャ儌顔欍儍銉傘仴鐘嗐儮鈧风妴鈹锯偓鎾€濮戭灎瀹︹挌銉⑩偓鎾偓鏂嗏敒宓熺煫锔光偓娅够蔚绯曗偓濂筋煀鍏夆偓鈭讹腹鈧簰鎹椢差灎濮戔斁鈧拃璇ヮ嚪瑙ｂ偓鐏汇儌宓氳秮鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ワ腹鈧鐤滴插ゥ顭嬨儌銊⑩偓鐘嗭极鍠°仯銉傜话濮戔敒梅鎯凤絺鈧埃鈧蔚閿妷鑼呴垾鏂呬急銉⑩偓妯戠妴銇㈤敮鈧枂鈹炲秮鈧銉⑩偓瀛ゎ嚫銉傜鎾佲敒鈾€鈧鈶┾偓姣優鈹℃挴鈧噴鈹锯偓鎾€妫滴插簱鈧妴尾锝傗偓濂解敗鐘撳枹锔光偓娅啔蔚绯曗偓濂窖€鍋撴嫝鍗垾姣迹銉傚ゥ顒尖斁鈧拃瓒佈€鈧◣鎳娿儮鈧挋顐€鈹炩檧鈧簫銉傘儌璇ャ儌姝ゆ簫鈹＄妶鐘嗭鸡鎹栥儍顔光偓鏂斿枹鈹锯偓鏂衡偓姣仮閿亾蹇欓檰鎼傜尗閳ヨ姯鎹椻斁鈧拃濮戙儮鈧妳瑁佄茬话顒笺儌顔光偓鈷毼诲枴纬銉傞【婧嵮€鈧濂筋灓鎹ゆ簫銉⑩偓鐐┾偓婧嵨叉煰鈭堆€鈧顎儮鍋撻垾鎾佲敒寰熸崡顕疯В鈧噴銉傜话濮戔敒鎯昏锔光偓鍏夆偓婢澪茬婧嵮€鈧挋婢濃敒宥佲偓鈷氼喒鈧銇ｃ儏鐘呂炽儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗏敒鎰ㄢ偓娅嚪鍏夆偓姣腹鈧埃鈧枂鈹炩檧鈧簫锛枴鈭堆€鈧插緷銉傗敒鈷氼煀浠垮ソ顕峰銉冣敒宓氾迹褉鈧懘鎹椦€鈧枀顎⑩敒鈾€鈧簫褉鈧寰椼儏鍢庯迹鈹锯偓鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗏敒鎰ㄢ偓娅嚪鍏夆偓姣腹鈧埃鈧枂鈹炩檧鈧簫锛枴鈭堆€鈧舵崡鈹锯偓鎾€骞绘嚝鎹楋腹鈧☉鎾侇灎閮濅箙銉呴煭顔氣懇鈧績鈧◤鈹炩檧鈧挌銉⑩偓妯庮劶銉傛偢顔氣斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗩灎鐑╁亾鐩查檰璧傝姃閳ユ拃宓溾敒鎯垫兎顬ゆ崵婧嵮€鈧插緷銉傗敒鈷氼煀浠垮ソ尾锝傚妷鑼呰仹鎷㈢洸褰曢簱蹇欓弗閳ュソ褉鍋撴嫝鍗垾姣迹銉傚ゥ顒嘉层仮銇ｎ喒鈧锛ｎ灎椤惧枹鈹炲緵浼憋腹鈧伜鎳娿儌绮光偓娅儌顬╂簫顔光偓姣挌顔光偓鏂夆埗銉傗敒寰楊灒鐘呭够尾閾邦灐鈹炲禑鐘單叉兊浼鳖嚪鑴氫箙鈹炲繆鈧埗锛枴鐘嗩灎锛㈡５尾銇仯锔光偓琛♀偓鏂嗐儌浣测偓婧嶁斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉呬節璇モ敒蹇娾偓纬尾搴撯偓濮戙儌鎮割個鈹炲秮鈧ソ銉傗敒浼鳖灎鍏夆偓鐘嗏斁鈧拃濮戭灎瀹︹挌銉⑩偓鎾偓鎾佲敒鎰ㄢ偓婧嵨差煀娴庯腹鈧妳璇ャ儌顔欍儍銉傘仴鐘嗐儮鈧风妴鈹炴兓鐭敒婵冣偓濂斤腹鈧妳鈭段叉煰顕搞儌銉傝锔光偓姣鈹炲禋銉冣懇鈧挋浼便仮閮濅箙褉鈧☉鎾佄叉緵妫点儮鈧挋鐤滴叉煰鈭躲儌鐘偓鈷氥儌尾璁库敡鍠″ソ銉⑩偓姘ｂ偓濂轿差偀鈧拋鈹锯偓鏂呬急蔚鎹欑煫顬犲厜鈧顬犲骞晃层儮鈧炽儌缁般儍鈹炲禑鎹椦€鈧鐤笛€鈧舵崡褉鈧☉鎾佄插嚢鍠儌绮光偓鏂嗐儌褉鈧枂鈶┾偓姣優銉傤喒鈧挌顬ゆ崵婧嶏腹鈧厜鈧斥敒宓毼愁喒鈧腹鈧ソ蔚閿妷鑼呴垾鏂呬急銉⑩偓妯戠妴銇㈤敮鈧枂尾韫拋尾搴撯偓濮戙儌鎮歌鈹炴兊鈷氼灎鈶烘簫銉備讲鈧簫褉鈧ǚ鍔夋皳閳ュ顑炪儌濂ユ噴尾鏌啔尾顭婅銉呯妳宓溛插皝鈧埗銉傗斁鈧埗銉傞【婧嶁敒鈾€鈧挌銉⑩偓妯庮啔锔瑰妷闄嬭寘鑱菠鑾介垾妯庢噴銉傤伩顒嘉查煭濮戙儮鈧柡鈧枂鎰ㄢ偓娅敒鎯垫兎顬ゆ崵婧嵮€鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傘劉鈧◤尾顑濆緷顔光偓梅娉滴叉煰鐘嗏敒婵冣偓濂轿诧絺鈧ソ鈹炲禑璇ノ靛槑銉兾测挋骞晃插痉锛ｎ煀顕封埗銉⑩偓鐏恒儍鈹锯偓鎾€璇ヮ啘绯曗偓妯忋仮閮濐€儌顔光偓鈷毼诲枴纬銉傞【婧嶁敒蹇娾偓姣鸡鎹栁逞€鍋撴綖姘撳▌鍟尗閳ユ埃鈧妴蔚鎹栧够顬犵儵鈧蔚瑙ｂ偓鏂嗐儌鎮歌尾寰风妴銉傤儩顐€褉鈧佃尾鏌啔尾銉㈠亾蹇欐嫝閳ユ枂尾韫拋锔光偓鐏烘噴蔚绯曗偓濂窖€鍋撴嫝鍗垾姣迹銉傜鎹椢层儌鐘喲€鈧瑁侇嚪瀛ゃ儍顬犲骞晃插牭鈷氾腹鈧埃鍔夎寘闅嗛垾娅懇鈧顑炪儌銊⑩偓纬尾濂ョ澒尾鈷欏ソ鈹锯偓鎾€顐€褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚鍢庡禍顬犻儩顒尖敒锛ョ煫顬狀灎顔氣斁鈧拃璇モ懇鈧懙鎹椼儌浼仯鈹￠摪顔氾极鍠°仯銉傛偢鐫光敗閾扮柕尾搴撯偓鐘嗩喒鈧枖鍠儌鈹炲緱褉鈧鐫刮插緵顎㈩灎瀹﹁銉⑩偓濂ヮ灐顬犳墠鐘嗏敗閾颁箙顔光偓鐘呮祹顬狅饥骞烩斁鈧拃濮懷€鈧顑炍甸煭娴庘敒蹇婂亾鑼傝祩鎴姃閳ユ顑炪儌瀛ゆ５銉⑩偓鐏烘车鈹炲禑璇ヮ喒鈧锛ｃ仮棰楃妴鈹炴劏鈧◤銊呯妳銉冄€鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傤灘婧嶎煀闊煁顔光偓姣煫褉鈧☉鎾佈€鈧叓鍠儌绯曗偓娅敒鎰ㄢ偓娅敒铔婃崡蔚绯曗偓濂解敒梅鎯凤极鍠♀埗顔光偓鏂衡偓妯忊斁鈧拃璇ャ儌顑濐個尾宥佲偓鈭垛敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ワ腹鈧鐤点儌鐚滆鈹￠摪顔氼灓鎹栫煫銉傃€鍋撹寘鑹╄棝姘撻垾妯庮嚫銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儏闊祹銉偽差個銉⑩偓瀛ゎ嚫锔光偓姣埗鈹￠摪鐤殿嚪鍢庣煫褉鈧层儍尾棰椾箙位鍠や箙銉傘剠鐘嗐儌尾涔咁喒鈧妳涔呪懇鈧顑烆煀褉鈧伝尾纾佹拋尾棰椾箙鈶┾偓姣優鈹锯偓鎾€璇モ懇鈧懇鈧顬犮劉鈧◤鈹灻奉個尾搴撯偓濮戙儌鍏夆偓妯忊敗閾版噴顔光偓鐏轰急銉㈠亾閳モ挌鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕糕敒宓ユ簫銉傤厔婧嶃仮棰楃妴鈹炴劏鍔夊繖鍗㈣伀蹇欓簱闄囪寘鑱垾娅儏闊個锛讲鈧伝鈹￠摪鐤殿嚪瑙ｂ偓鐘嗩喒鈧柡鈧噴鈹锯偓鎾€骞伙腹鈧鐤点儏闊５鈹炲緹鎹椼儌鍨涒偓鈭垛懇鈧顑烆灎鈶烘簫鈶┾偓姣優銉⑩偓鐘呰蔚鈭ㄤ箙鈹锯偓鎾€骞汇儌搴撯偓濮戙儮鍋撻垾鎾佲敗鐘偓鈭躲儮鈧顕割喒鈧績鈧拋鈹锯偓妯庡ソ锛︽崠顔毼茶В鈧◤鈹锯偓鏂呬急銉⑩偓婧屻儍銉傤灎寰椦€鈧緵顕割嚪鏌妴銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪濂轿诲枴婢濃懇鈧顑炩敒锛ョ煫尾顬犳兎鈹￠摪骞晃插秮鈧枂顭娧€鈧伝顬犲槑鐭敒宓氭緷锛︽崠锛ｂ懇鈧顑炪儌娴嬧偓鐏晃电硶鈧ソ鈹炴劏鈧緷銉⑩偓妯戠妴銉傚ゥ鎳娾敒鎯荤煫鈹炴績鈧ソ锝傗偓姣鈹灻封挌尾濂ョ澒銉傜话顭嬧敒鈾€鈧簫褉鈧瑁侇啓婢﹀枹鈹锯偓鏂衡偓姣仮閾拌銉⑩偓鈷欐５鈹炩檧鈧挌尾鐘咁劶銉傛婧嶁敡鍠″ソ銉⑩偓鐘咁灐尾顬犳兎尾鏌埗褉鈧顎儮鍋撻垾鎾佈€鈧緵顕秆€鈧濂筋喒鈧績鈧拋鈹炲繆鈧埗锛枴鐘嗩灎锛㈡５鈹″槑顐€銉⑩偓閮濐煁顬犮劉鈧鈹炴劏鈧簫锛︽崠纬锛讲鈧伝鈹炲緵宓滎啘绯曗偓妯徫差喒鈧緷銉傤煀鐤滴茬儵鈧伝銉⑩偓鐏鸿秮鈹у枴濮懳诲枴纬銉傜补鈧銉傘劉鈧◤尾顑解偓妯忋仮灏栤偓鐏烩斁鈧枀浼便儌銉傝尾閾邦灐顬犳偢宓溿儌鈹锯偓鈭躲儌缁板ソ鈹у枴顬☆喒鈧伜浼憋饥浣测偓鐏烩敗閾扮柕顕疯В鈧虫劏鈧簫尾銇仯銉傞儩鈭段诧饥婢濃敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ャ儌搴撯偓婢濐嚪瀛も挌銉傤喒鈧挌銉⑩偓婧锯偓鐏诲簶鈧緷鈹炲秮鈧ソ顔光偓尾鐘嗐儏閾扮柕鈹炴兓璇ノ查粍鎹楊灎顬犲銉傤嚪顔毼叉兊浼便儌椤炬簫鈹炩檧鈧緷銉⑩偓锔光偓鎳娿儌浣测偓婧嶁敒寰涘禍顔光偓蔚涔呇€鈧测埗鈹锯偓鎾€璇モ懇鈧倐鎹楊啘鈾€鈧妴鈹炴兊寰濃懇鈧顑炩斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬∥叉緵妫靛厽濮戔敒宓氬緷銊⑩偓姣敓顬ｇ硶鈧鈹炴兓鐭敒婵冣偓濂斤絺鈧璇モ敒顎や箙銉傚灈鈧妴锔光偓鍏夆偓纬鈹炴兓璇パ€鈧叓鍠㈩灎寰涙噴鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚鍢庘埗褉鍋撴嫝鑴╄尃鐩叉綖鎴寘閳ユ柡鈧銇㈤摪濮戙儌顕奉灐鈹炲禋鎯奉煀宓氥仯銉備節鐘嗐儌顭婅顔欎讲鈧伝蔚闊急鈹锯偓鎾€妫笛€鈧妳濂姐儌顬犵柕顬犲鎯肺层儮鈧澄靛槑宓溾敗鐘偓鎳婎嚪鍏夊亾姘撳瀯鐐夊繖椹村暘鐚垾姣敓銉傤灎璁库敗閾拌銉⑩偓妯戠妴銉傞敮鈧伝鈹￠摪鎳婎喒鈧偐鈧銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儌绯曗偓娅敒宓熺妴尾鎯典急褉鈧测挌鈹锯偓鏂衡偓姣仮閾板顬ｆ拃濮戔敒宓熺妴尾銉⑩偓纬銉傜补鈧◤鈹锯偓婢涙緷銉傘仴鐘嗩灎锛㈡５尾銇仯锔光偓琛♀偓鏂嗐儌浣测偓婧嶁斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傜硶鈧鈹炲禑鐘單叉兊浼便儏绯曞亾鑼呴殕閳ユ鈶┾偓姣優鈹锯偓鎾€鎳婎嚪瑙ｂ偓鎳婎灎宓氼啔鈹￠摪鐤滴叉煰鎯肺插槑骞烩斁鈧拃寰椼儌棰楃妴鈶┾偓姣優銉傜补鈧埗顬犮儌璁库斁鈧枀浼蔽叉墎鈧埗銉⑩偓鐏烘车鈹灻肺逞€鈧緵璇ャ儌鎮割個銉傤啓銉冦儌銈傗偓濮戯腹鍔夊崲蹇欓檱闄囧繖閳ユ拃妫殿灎浼緷鈹炴兊顭嬵灓鎹ゆ簫锛讲鈧伝鈹锯偓婢涙緷銉⑩偓瀛ゎ劶顬ｇ硶鍔夎寘閳ユ拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉備豢骞烩敒宥佲偓濮戯腹鈧鐤碉饥浣测偓鐏烩敒梅鎯奉嚪瑙ｂ偓鈭躲儌鈷欏緱銉傗敒寰楊嚪灏栤偓鐏汇儮鈧绘簫銉傤喒鈧挌蔚瑙ｂ偓妯忊懇鈧拞鐭敗閾板ソ尾搴撯偓鐘嗭腹鈧挋娴庘斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬☆啟鍠ゆ拋顬犵补鈧鈹灻奉劶位鍠℃緷銇㈤儩鎳娿儌鈹炲緱顕峰皷鈧伝銉⑩偓位婧嶃儌顔光偓鈷毼佃В鈧◤搴樷偓婢澪插痉锛ｎ煀褉鈧伝顬犲緵鐫刮叉煰鈭堆€鈧顎儮鍋撻檱鑼呰仹娌よ姃閳モ懇鈧炽儌鎮哥澒鈹炲禋顭嬵喒鈧妳娴庮喒鈧枖鍠⑩斁鈧柡鈧銇㈤摪璇ノ叉兊顐€鈹灻肺筹腹鈧ゥ顔氥儖鍡忊偓娅叉兊鐤碉絺鈧伜纬銉備讲鈧尾銇仯锔光偓鐏衡敓銉⑩偓鐏哄ソ銉偽茶顬ゆ崠鐭测挋濂解斁鈧拃顐€褉鈧瑁併劉鈧顕肝查煭顬♀敒铔婃崡蔚鍢庛仯鈹锯偓鏂斿枹尾鏉溾埗顬狀灎濂窖€鍋撻箍蹇欓垾鍙疯銉呴煭妫碘敒顎や箙尾顭婂ソ褉鈧挋璁库敒宓氥儍鈶┾偓鈶寸妴銉⑩偓鈶┾偓鈭额灎灏栤偓姣仮閾板ソ銉備讲鈧簫銉傗敒鈷毼测斁鍋撳繖閳モ埁璇モ敒鈾€鈧拋尾鐑┾偓纬顬犮仴鐘喲€鍋撻箍鑼尃妤煎嵂钘寸倝鑾芥綖棰呰姃閳ユ顑炪儌蔚涔咃絺鈧埃鈧妴褉鈧姯鎾佲敒宥佲偓濮懳插牭鈷氾腹鈧婧嶁敗閾扮澒銊呯妳銉冄€鈧佃尾鏌埗顔㈠枻鎾併儮鈧伜銇ｂ敒宓氾迹銊㈠妷楣胯幗楹撻垾娅插痉锛ｃ儮鈧簩銉冾灎顬犲ソ鈹锯偓鎾€濂姐仮閾板銉呯姭鍔夋皳搴愰垾鈷毼佃В鈧◤搴樷偓婢濃敡鍠☆灐顔光偓鐏轰急顬犖插禍鈹炴兊鎯奉喒鈧伜浼便儌寰涘緷鈹锯偓鎾€妫滴插簱鈧妴鈹烆€¤尾闊灐銇㈡偢鐤滴靛槑锛ｂ敗閾版５銉⑩偓鐘咁煁銇㈤儩鎳娾斁鈧拃璇モ懇鈧懙鎹椼儌浼仯鈹炲緵浼便儌鍨涒偓鎳娿儌纾佽鈹灻锋兎銉傤兘鈧緷銉⑩偓閮濐煁褉鈧佃尾鏌埗顔㈠枻鎾併儮鈧伜銇ｂ敒梅銉兾诲枴纬蔚姒傝鈹炲禋鎯枫儌蹇娾偓鎳娿儮鈧拲婧嶁斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘喲€鈧浼蔽插繆鈧搴樷偓濂筋煀銈傗偓婢濃敒寰熸崡銉傚灈鈧噴銉傜话璁库敒鈾€鈧簫褉鈧鐤笛€鍋撻鑼呴垾鏂呬急顬狀煀妫碘敒顎¤鈹炲睛鍠㈩喒鈧偐鈧伝銉傚寰濃敒宥佲偓濂筋喒鈧伜娴庛儏鎾€顒尖懇鈧顑烆嚪鑴氱煫銇㈣　鍔夊繖鎴箍蹇欓垾鍙蜂箙鈶┾偓婵冣偓妯忊敒鎰冩簫尾顑濆緷銉⑩偓鈷欐噴顭娾挋纬鈹锯偓鏂呬急顭婇摪鎳娧€鈧伜纬褉鈧緵顕割嚪鏌妴顬犲禋顔氣敒宓氣埗尾绔簫銉呴敮鈧尾銇仯锔光偓鐏衡敓銉呴煭濮懷€鈧緵顕搞儌鐘偓鈷毼测挋濂解敒宓氭兎銊呮崠顑炪仮閮濐€⑩斁鈧拃濂姐儮鈧埃鍔夎幗璺嫥姘撳簮閳モ挌位鍠∥炽儌椤炬簫鈹￠摪鎳娿仮閾板ソ銉⑩偓婢涘緱銉傗敒寰椦€鈧鐤点儏闊澒鈹灻奉煁銉傜妳銉冿腹鈧涔呂插痉鐘嗐儌顑濐個褉鈧插緷銉傗敒鈷氼煀浠垮ソ顕峰銇ｂ敡鍠☆灐顔光偓鐐┾偓鐏活喒鈧柡鈧簫鈹￠摪璁裤儌顑濐啔銉傛偢骞烩敗鐘偓鎳婏鸡鎹栴灐銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儌姒傜妴鈹锯偓妯庤秮銉傜姭鈧挌味鎹欐崡鈹炩檧鈧挌鈶┾偓姣優鈹炲緹鎹椼儌鍨涒偓鎳娿儌缁拌鈹炩檧鈧簫褉鈧鎳婎灎鐚滅澒顬犲皷鈧銇㈤摪鐭喒鈧奉灐銉偽差個尾搴撯偓濮戙儌缁板ソ鈹у枴顬☆喒鈧伜浼憋饥浣测偓鐏烩敗閾板ソ銉傚灈鈧埗顭婄话鎳娾斁鈧拃璇ワ絺鈧埃鈧妴尾锛︽崡鈹炲緹鎹楋腹鈧彿璇ャ儌閿偓鐏烩敒宓氣埗尾顭婂ソ尾顐傗埗鈹锯偓鏂呬急顬狀煀妫殿啙鎺嗏偓鐘嗏敗閾板銉⑩偓閮濐灐顔光偓梅锛ｂ敒鈾€鈧銉⑩偓瀛ゎ個銉備豢婢澪层仮銇ｏ腹鈧柡鈧銉呴摪顬⊙€鈧緵顕搞儌鐘偓鈷毼测挋濂解斁鈧枖鍠⑽插牭娉滴差灎鐤碘斁鈧拃濮戙儮鈧妳瑁佄茬话顒笺儌顔光偓鈷毼诲枴纬銉傞【婧嶎灎鎮镐急尾顭婂ソ鈶┾偓姣優銉傜姭鈧挌蔚绯曗偓濂姐儌鈹炲緱銉⑩偓鏂衡偓鏂嗩啓浼個鈹炴兊鐘嗭腹鈧伜顭嬶腹鍔夎伣鑼呰伀鑹楁皳闇茶棝鑼仜鑱寘娌ゆ綖蹇欓垾娅柕尾顔欐噴鈹锯偓鏂呬急顬狀煀妫殿啙鎺嗏偓鐘嗏敗閾板銉⑩偓閮濐優顬犲禋顔氥儌褉鈧枂鈶┾偓姣優鈹炲禋鈹熲懇鈧顑炍层仮銇Ｎ佃В鈧妴銉備讲鈧簫鈹锯偓婧屽够褉鈧鐤殿灎鍏夆偓濂解敒宓氼個尾鍏嬪枹銇㈠鈷氣斁鈧拃濂姐儮鈧柡鈧枂顔㈡簩寰椻敒寰熸崡尾鍫碘挌銉呴煭涔呫儌顔光偓鈷氥儮鈧儩鈹熝€鈧挋涔呪斁鈧枀浼鳖灎顭婃５顔濇巻鈧妴鈹￠摪濮戙儮鈧儩顬☆喒鈧凤迹鈹炩檧鈧銉⑩偓瀛ゎ個銉傚鈷氣斁鈧拃濮戔斁鈧纬銉⑩偓鎵冲妷蹇欐埉楣挎皳閳ョ妳鈹燁灎鍏夆偓濂轿叉睛鍠儮鈧ゥ顬☆灎顭婂够顬犳偢浼便仮閾板蔚鎹栬秮銉傤喒鈧挌位鍠∥炽儌椤炬簫鈹炲繆鈧锛︽崠纬锔光偓鈷欑妴鈹炴兓鐭儌瀛ゆ５銉⑩偓鐏烘噴鈹炴劏鈧顕峰厜鈧銉傛偢瑁佲敒鎯碘挌銉⑩偓妯戠妴褉鈧腹鍔夊繖闄囬檱蹇欒伣鑺︽皳鑱涘暘姘撶瘬閳ユ◤鎴斺偓纬顬犵补鈧褉鈧濂姐儮鈧壕鈧伝尾顬犲够鈹锯偓鎾€骞伙腹鈧柡鈧◤銉⑩偓鑺鈹炲緹鎹椦€鈧妳娴庛儌绮光偓鏂嗐儌顬犳緷銉傛墠鐘嗐儮鈧緵濮戔斁鈧枀浼鳖灎顭婃５顔濇巻鈧妴鈹￠摪濮戙儮鈧儩顑炪儌缁板ソ鈹炲禋顐€锛︽崠顬°儌蹇娾偓鈷氣斁鈧拃濮戭灎鍑版簫銉傜硶鈧尾闊銉傜妳銉兾测挋濂筋灎鎮镐急尾鈹у枹銇㈤敮鈧ソ鈹锯偓鎾€璇ャ儌顑濐灐銉備讲鈧簫鈹锯偓鏂呬急顬狀煀妫殿啙鎺嗏偓鐘嗏敗閾板銉⑩偓閮濐優顬犲禋顔毼叉煰鐘嗐儮鈧妳顎㈩灎顔欎箙鈹锯偓鎾€骞伙腹鈧伜寰椼儮鈧姯鈭躲儌銊嬪枹尾搴撯偓濮懳测挋濂解敒宓氭緷锛︽崠銉冩劏鈧ソ尾鏌埗尾蹇娾偓娅腹鈧埛婧嶁敗閾邦啔尾鈹惧亾姘撻箍閳モ埗鈹锯偓鎾€顒碱嚪鍢庣煫锔瑰妷婕忚寘閳ユ枀浼鳖灎顭婃５顬犲鎯封敒梅纬顔㈠棌鈧ソ顬犖插禍尾銉傦迹銉⑩偓鐘呪敓褉鈧佃鈹锯偓鎾€濮戙剫鍠☆優銉呯妳宓溾敒蹇娾偓鎳娿儌瑙ｂ偓娅电硶鈧ソ褉鍋撴嫝鍗垾姣迹銉傚ゥ顒碱灎鎯烩埗尾顑濇兎锛讲鈧伝鈹￠摪涔呫儌顕疯顬ｆ鐘嗏斁鈧拃璇ワ腹鈧簰鎹椼儮鈧壋鍔夎寘鑹欓垾鎳婎灎瀹︿箙尾婢涙５銉傜话顑炩敒蹇娾偓濮懷€鈧妳娴幬电硶鈧ソ顭婂厜鈧埗锔光偓娅够銉傚繆鈧伝鈹锯偓鎾€璇モ懇鈧懙鎹椼儌浼仯鈹￠摪顔毼差兘鈧簫锔光偓梅鐘嗏敒鈾€鈧◤顔光偓姣迹顬犳祴鈧簫鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ワ腹鈧鐤滴插ゥ顭嬨儌銊⑩偓鐘嗭极鍠°仯锔光偓姣版拋鈹锯偓娅垫簫銉傦饥鈹燂絺鈧伜鈹熚电硶鈧ソ顬犱嫉涔呫仮鍏夆偓纬顔欎絸鍠儏绯曞亾鑼呴殕閳ユ銇㈤摪璇ャ儌顬犲禍鈹锯偓鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉備豢骞烩敒宥佲偓濮戯腹鈧鐤碉饥浣测偓鐏烩敒梅鎯奉嚪瑙ｂ偓鈭躲儌鈷欏緱鈹锯偓鎾€瓒侊鸡鎹栁逞€鈧ゥ鐘嗏敒寰涗急銉傚灈鈧噴锔光偓鈷欐兎鈹炲禋銉冿絺鈧伜顬°儏鐘呭顬犲皷鈧銇㈤摪璇ヮ啟婧岀煫鈹炲禋锛ｎ嚪瑙ｂ偓鎳娿儏闊箙鈹炲緵宓滎喒鈧佃銉備籍鎯费€鍋撻箍姘撻垾濂ヨ銉⑩偓鎾偓鎾佲敗閾邦啔锛枴銇Ｎ测挋濂解敗閾版噴銇㈤摪璇ャ儌鎮割煁尾銇仯锔光偓鏂哄亾姘撹墿閳┾挌鈹￠摪瓒佄差兘鈧锛籍鎯封敗閾板ソ位鍠＄妴銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儌姒傜妴顬犲鐫光懇鈧倐鎹楊灎锔光偓娅敒宓氬緷顬犫挋娉滴差啓鐭斁鈧拃骞伙腹鈧伜顑烆喒鈧奉劶銉傗斁鍋撶洸绂勯垾濮懳电硶鈧ソ尾鎯电柕顕峰皷鈧伝顬狀啓骞晃叉煰鈭额喒鈧鈷氾腹鈧埛婧嶁敒梅鈷毼差煀濂解懇鈧績鈧◤鈹炲禋顐€锛枴鈭段差嚭鎹椻斁鈧柡鈧銇㈤摪璇ャ儮鈧挋妫点儌鈹惧亾鑼呰仜鑱ф皳楹撻垾妯忊敒鎯垫兎銉⑩偓婧锯偓鐏活灎銈傗偓姣儌鈹炲緱顬ｇ妳瑁併儌浣测偓鐘嗏敒宓氥仯尾銉備急顬犲婢濃敗鐘呭緷鈶┾偓鈶╁亾鑾芥幊绂勮幗閳ь儩寰楊喒鈧妳妫点儏绯曗偓鎾佲敒蹇娾偓纬銊嬪枴寰椢舵巻鈧緷鈹＄妶鐘嗭鸡鎹栴灐銉呯妳纬銉偽典箙锝傗偓姘ｂ偓鐘嗐儏闊祹銉偽差個銉⑩偓瀛ゎ嚫锔光偓姣埗鈹￠摪鐤殿嚪鍢庣煫褉鈧插緷銉傗敒鈷氼煀浠垮ソ顕峰銉冣敒宓氾迹銊⑩偓鏂衡偓鎳娾懇鈧績鈧◤鈹炩檧鈧挌銉⑩偓妯庮劶銉傛偢顔氣斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗩灎鐑╁亾鐩查檰璧傝姃閳ユ拃宓溾敒鎯垫兎顬ゆ崵婧嵮€鈧舵崡鈹炴兓鐭灎鈶烘簫鈶┾偓姣優銉⑩偓鐘呰蔚鈭ㄤ箙鈹锯偓鎾€骞汇儌搴撯偓濮戙儮鍋撻垾鎾佲敗鐘偓鈭躲儮鈧顕割喒鈧績鈧拋鈹锯偓妯庡ソ锛︽崠顔毼茶В鈧◤鈹锯偓鏂呬急銉⑩偓婧屻儍銉傤灎寰椦€鈧緵顕割嚪鏌妴銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪濂轿诲枴婢濃懇鈧顑炪儮鈧☉鐘嗩灎尾宓滎煀銇㈡噴蔚瑙ｂ偓婧嵮€鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傤灘婧嶁敒鈷欐緷锔光偓鈶┾偓濮戔斁鈧拃寰椼儌搴撯偓濮戙儮鍋撻垾鈷氥儮鈧緵顕糕斁鈧枀浼鳖灎顭婃５蔚鎾€顑炩敒鎯昏鎴斺偓鈭段舵崵鍠⑩敒宥佲偓鈷氼啟鍡忊偓濂窖€鈧腹鍔夊繖闄囬檱蹇欒伣绡撳繖鎺崇瘬姘撶瘬钘涜寘鑱涜仹蹇欓弗闅嗗繖璧傛嫥姘撴紡閳ョ伝顬狀垪鍋撹幗閳ь儩濮戯腹鈧彿鈭躲儌宓氳秮鈹炲禋鈹燂鸡鎹栤敓銉傜话娉点儌銊⑩偓鐘嗐儌閮濃挌顬犳緵寰澪叉煰鈭堆€鈧顎儮鍋撻垾鎾佲敒寰熸崡锝傗偓鐏衡敓銉傜话鈷氥儌鈹＄妴銉傜妳婢濐灎锛㈠够鈹锯偓鎾€濮戙儮鈧ゥ顬☆灎鐚滎嚫鈹炲禑鐘嗐儌鐘偓鈷氥儌鎮哥澒鈹炴兊鎯封敒婵冣偓濂筋喒鈧挋娴庘斁鈧拃瓒佹嚜鎹椼儮鈧腹鍔夎寘鑱ф菠蹇欓垾娅啔銉傛偢顐€褉鍋撴嫝鍗垾鐘呯煫鈶┾偓娆屸偓妯徫查涔呫儮鈧枖婧嶃儮鈧伜瓒佲敒鎯靛緷尾顑解偓婧嵨电硶鈧ソ褉鍋撴嫝鍗垾姣迹銉傚ゥ顒碱灎鎯烩埗尾顑濇兎锛讲鈧伝鈹￠摪涔呫儌顕疯鈶寸姭鈧挌鈹锯偓鎾€濂姐儮鈧◣鐤滴查摪顬♀敒梅顐€銉傚簱鈧ソ銉傜话顭嬧敗閾版祹顔光偓蔚璇ワ腹鍔夊瀯鑾藉綍閳ユ銇㈤摪濮戭啘鈾€鈧斥敗閾版祹顔光偓姣炽儌纾佹拋鈹炩檧鈧銉⑩偓瀛ゎ優褉鈧舵崡鈹锯偓鎾€璇ヮ嚪鍢庡够銉呴摪娴幬插痉鐘單佃В鈧枂蔚姒傝鈹炩檧鈧◤味鎹栴灐銉呯妳纬鈹锯偓鎾€瓒侊鸡鎹栁逞€鈧ゥ鐘嗏敗閾邦啔鈶┾偓鈶┾偓纬銉傜话濮戔敒梅鎯奉嚪瑙ｂ偓鐘嗩喒鈧妷鎹椻斁鈧拃骞汇儌閮濄仯顔欐績鈧噴鈹￠摪璇ヮ灎鍑版簫顬狀倐璇モ敒蹇娾偓鈭讹极鍠＄妴蔚闊急鈹锯偓鎾€濮戭灓鎹ゆ簫尾鎯碘敓鈹炲繆鈧妴尾顭婂ソ顔滄拡鎹椻敗鐘撳枹銉⑩偓鏂衡偓鏂嗩灎浼敓鈹锯偓鎾€璇ャ儌顑濐個顬犮劉鈧褉鍋撶姘撴ゼ璧傛皳楹撻弗鑼呴殕閳ユ拋尾濂ユ车褉鈧挴鈧埗尾鏌妴褉鈧緵寰椼儌浣测偓濂解敒鎯靛緷尾搴撯偓濮戙儌缁版緷銉偽层仯銉⑩偓妯庮啔褉鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傘劉鈧妴锔光偓娅秮骞濐灐鈹锯偓鎾€寰椼儌銈傗偓鐘嗭腹鍔夎墮鑼呰仹閳ュ锔光偓鐏烘噴蔚绯曗偓濂解敡鍠°儍銉傜补鈧埗顬狀啓瑁佲斁鈧拃濂姐儮鈧◣顕革腹鈧挋骞烩敒寰熸崡褉鈧妳娴庛儌鎮哥澒鈹炲禋顭嬵喒鈧妳鐭差啓瑁侇灎灏栤偓姣仮閿偓鈭堆€鈧诲枹鈹炲秮鈧銉傗斁鈧埗锝傚亾鑱涙皳绡撻垾鐘嗭腹鈧瓒侇灎銈傗偓姣儌鈹炩挌顭婁豢濂筋嚪瀛わ迹尾闊锔光偓鍙蜂箙鈶┾偓婵冣偓妯忊敒鈾€鈧挌銉⑩偓鏂哄妷鑾界瘬绂勬皳婕忕鍗棝閳┾挌顬犳祴鍔夎寘闅嗗瀯蹇欐幊鍗㈠嵂鑱鸿伜鑾介垾娅ソ銇㈣В鈧挌锝傗偓鐏衡敓蔚绯曗偓濂筋灎浼典箙銉⑩偓濂ヮ灐锔光偓鈾€鈧妴尾銇仯锔光偓鎾€妫殿啟婧屽緱鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ワ腹鈧鐤滴插ゥ顭嬧斁鈧◣濂解敒浼禍顔光偓婵冣偓鈷氣斁鈧績鈧挌鈶┾偓姣優銉⑩偓婢涱嚫鈹锯偓鏂呬急顬狀煀妫滴垫拃顑炩斁鈧緹鈭躲儌鈹炲緱顕峰皷鈧伝銉⑩偓位婧嶁敒寰熸崡銉傜鍠㈩喒鍔夎仜鑼呴垾鎾€璇ャ儌閮濓迹锔光偓鈷欏够鈹烆€や箙銉⑩偓閮濐煁锔光偓鍏夆偓纬鈹炲秮鈧ソ銉傗斁鈧伝銇㈤儩鎯封斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬♀敒铔婃崡蔚鍢庛仯鈹锯偓鏂斿枹尾鏉溾埗顬狀灎濂解斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉備豢骞烩敒宥佲偓濮戯腹鈧骞晃电硶鈧挌鈹炲禋顐€尾鐑┾偓纬顬ｇ硶鍔夎寘閳ユ拃濂姐仮閾拌銉㈠亾椹存皳搴愰垾鈷毼层儌浼便儌閿偓鐏晃叉煰鐘嗐仮閾拌顔光偓鏂夆埗鈹锯偓鏂衡偓姣仮閾板銉傘剠鐘嗏敒蹇婂亾鑼呰仜鑱у繖閳ユ璁库敗鐘呭緷锝傗偓姘ｂ偓纬位婧屻儍尾鏌埗锝傗偓姘ｂ偓纬锔光偓鈭ㄧ煫鈹炴劏鈧簫尾鈹惧亾蹇欓弗鎷㈣寘娌ゆ幊鍗棝鎷ц幗鎷ф綖蹇欓檱闄囪姃閳モ懇鍋撴皳鑱ч瞾鑼呰伀鑹楄寕闄嗛垾纬骞ｈ鈹炴劏鈧◤尾鈹锯偓鐘單诧饥寰濃斁鈧枀浼毖€鈧◣鎳婎灎锛㈩劶鈹炲秮鈧尾鍫碘挌銉呮涔呪敒宓氭兎顔光偓鐘呯煫褉鈧层儍尾銇仯尾鐘咁煁顬ｅ槑顔毼查煭濮戯腹鈧儩鈷毼测挋濂筋灎鎮镐急尾顭婂緷顔欎讲鈧伝搴樷偓濂解敒鈾€鈧簫锛枴鈭躲儮鍋撻湶鑼呮菠褰曞繖璺崲姘撳暘楣胯寘闅嗛垾鈷氼煀闊煁锛讲鈧伝鈹炲緺鎹椼儮鈧儩顭嬵喒鈧柡鈧噴鈹锯偓鎾€璇ノ差煀鐘嗐儮鈧儩顭嬔€鈧舵崡鈹锯偓鎾€璇ヮ嚪鍢庡够銉呴摪娴幬茶宫鎾侇煀褉鈧伝銇㈤鐘嗏敒鎰ㄥ妷蹇欏崲鑱繖楹撻檱鑼呰伂閳ユ銉呴煭顐€锛讲鈧伝鈹￠摪濂姐儌绔枹銉⑩偓蔚鎹椻敒鎯电妴锔光偓鐏侯煁锔瑰妷鑱哄繖纰岃墮蹇欒伂鑱涘繖閳ユ埃鍔夎寘闅嗛垾娅仮閾拌銉呯姭鈧斥斁鈧枀浼便儏鎾€顒笺劉鍔夋菠鑼呰仹绡撹幗閳ュ叓鍠㈩灎尾宓溛层儌锛ｃ儮鈧妳鈹熝€鈧舵崡尾銇仯锔光偓婧锯偓鐏活灎绮光偓鈷氣敒宓氼個顔欎絸鍠⑽电硶鈧ソ尾鎯电柕顕峰皷鈧伝顬犱籍娉殿灎鎮镐急顭婇煭顭嬨儌鍢庘埗鈹烆€や箙銉傚灈鈧噴顔光偓婵冨妷鑼呰仹鍨勬皳闄囪棝姘撻垾鐏哄緱鈹炲緹鎹椼儌鍨涒偓鎳娿儌缁拌鈹炩檧鈧簫褉鈧鎳娢茬寽顎⑩斁鈧枀浼鳖灎顭婃５顬犲鎯封斁鈧績鈧挌顔欎絸鍠絺鍋撹仜姘撳▌闄囨皳閳ョ妳顭嬑佃垍鍠⑩斁鈧拃璇ノ层儐鎹椼儌浼典箙鈹炴兊寰濃懇鈧顑炩斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬☆啟鍡忊偓濂斤饥浣测偓鐏烩敒蹇娾偓鈭段差煀濂姐儏鐘呫仯鈹锯偓鎾€濮戔敒锛ョ煫銉傘劉鍋撳繖椹撮殕鑾借尃闄嗗嵂閳ユ績鈧ソ銉傗敒寰椼儮鈧枖婧嶃儮鍋撻垾鈷氣斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕糕敒宓ユ簫銉傤厔婧嶃仮棰楃妴鈹炴劏鍔夊繖鍗㈣伀蹇欓簱闄囪寘鑱垾娅儏闊個锛讲鈧伝鈹￠摪鐤殿嚪瑙ｂ偓鐘嗩喒鈧柡鈧噴鈹锯偓鎾€骞伙腹鈧鐤点儏闊５鈹炲緹鎹椼儌鍨涒偓鈭垛懇鈧顑烆灎鈶烘簫鈶┾偓姣優銉⑩偓鐘呰蔚鈭ㄤ箙鈹锯偓鎾€骞汇儌搴撯偓濮戙儮鍋撻垾鎾佲敗鐘偓鈭躲儮鈧顕割喒鈧績鈧拋鈹锯偓妯庡ソ锛︽崠顔毼茶В鈧◤鈹锯偓鏂呬急銉⑩偓婧屻儍銉傤灎寰椦€鈧緵顕割嚪鏌妴銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪濂轿诲枴婢濃懇鈧顑炩敒锛ョ煫尾顬犳兎鈹￠摪骞晃插秮鈧枂顭娧€鈧伝顬犲槑鐭敒宓氭緷锛︽崠锛ｂ懇鈧顑炪儌娴嬧偓鐏晃电硶鈧ソ鈹炴剝婧嶃儮鈧妳瑁佄插痉顔氣斁鈧拃璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉呴煭濮戔敒宥佲偓濮懳插牭鈷毼舵崥鎹椼儌鈹炲緱銉傤儩顎⑽绘簩銉兾叉煰鈭讹絺鈧埃鈧筹腹鈧埁鐭敒鎰ㄢ偓婧嵨测斁鍋撳繖楦ユ嫝鑼呮菠鎺宠尗閳ョ伜纬尾顐熲偓鐘單层仮銇ｃ儌閮濃埗尾锛㈡緷鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ワ腹鈧鐤点儌鐚滆鈹炲禋鈹燁嚪瑙ｂ偓鎳娿儌尾鐫光敒宓氼個顔光偓姣迹鎯点儍鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬☆啟鍡忊偓濂斤饥浣测偓鐏烩敒蹇娾偓鈭段层仮骞汇儌浣测偓婧嶃儌顔光偓鈷氥儮鈧儩顭嬑差啓娴庛儌鈹炲緱顬ｇ姭鍔夋皳閳ュ顒嘉茬话鐤滴查涔呫仮閾拌秮銉⑩偓尾涔咁嚪瑙ｂ偓鎳娿儌鍏夆偓濮戔斁鈧績鈧挌鈶┾偓姣優銉⑩偓婢涱嚫鈹锯偓鏂呬急銉⑩偓妯戠妴銉呯妳顬☆灎瀹︾妴位鍠∥炽儌缁版緷銉偽层仯銉⑩偓妯庮啔褉鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傘劉鈧◤尾顑濆緷顔光偓梅娉滴叉煰鐘嗐儌鈹锯偓姣€鈧壋鈧妴鈹炴劏鈧簫尾鈹惧亾蹇欓弗鎷㈣寘鑱尃鑺掗垾姣優銉傤煀娴幬差兘鈧簫銉傜鎾佲敒鈾€鈧銇㈤摪寰椼仮鍙锋拋鈹锯偓鎾€濂姐儮鈧鈭额灎浼緷褉鈧緵顕革絺鈧伜鈹熚电硶鈧ソ褉鍋撴嫝鍗垾姣迹銉傚ゥ顒尖斁鈧拃瓒佈€鈧◣鎳娿儮鈧挋顐€鈹炴兊锛Ｑ€鈧緵璇ャ儌尾璇モ斁鈧績鈧緷味鎹栴灐銉傛偢顭嬧斁鈧枀浼鳖灎顭婃５顬犲ゥ鐫光敒蹇娾偓纬尾鏉滄拋顬犱讲鈧鈹锯偓鏂呬急顬犲嚢婧嶃儏鐘偓鏂嗏敗閾拌秮锔光偓娅够銉傜话婢濄儌尾銇ｃ儮鈧◣顔氀€鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傘劉鈧◤尾顑濆緷顔光偓梅娉滴叉煰鐘嗐儌鈹锯偓姣€鈧姯鎾佲敒寰涗急銉傗敘鎹楋腹鈧差煁銉傃€鈧枂銉傜妳鈷氼灎顭婂够鈹锯偓鎾€濂姐儮鈧柡鈧枂顔濇巻鈧噴鈹炲緹鎹椢插牭鈷氾腹鈧鈹熲敒梅鎯奉嚪鑴氱煫尾瑙ｂ偓妯忊斁鈧枀浼鳖煀顕疯顬犲厜鈧◤鈹炲秮鈧緷尾顑解偓婧嶏絺鍋撹仜姘撶瘬閳ョ妴銉傞鐘嗭腹鈧緵鐭斁鈧拃璇ワ鸡鎺嗏偓妯忋儮鈧浼蔽差灎濂解斁鈧柡鈧銇㈤摪璇ャ儮鈧挋妫点儌鈹惧亾鑼呰仜鑱ф皳楹撴幊鑼呰仹闅嗗繖绡撳綍鍗垾閮濊尾銇仯锔光偓琛♀偓鏂嗐儌浣测偓婧嶁斁鈧拃濮戭喒鈧檧鈧炽仮閮濐€⑩敒宓氣敓銉⑩偓瀛ゎ嚫銉傛婧嶁敗鐘堢妴鎳崡锔光偓婢涱煁尾鏌埗褉鈧顎儮鍋撻垾鎾佲敒寰熸崡锝傗偓鐏衡敓銉傜话鈷氥儌鈹＄妴銉傜妳婢濐灎锛㈠够鈹锯偓鎾€濮懳插禋鎯奉喒鈧奉灐鈹炴劏鈧鈹炶泭鎹椢电硶鈧挌尾棰椾箙銉呴煭顔氼灎浼敓鈹锯偓鎾€骞伙腹鈧鐤点儏闊５鈹炲緹鎹椼儌鍨涒偓鎳娿儌缁拌鈹炩檧鈧簫褉鈧鎳娢叉墎鈧枂銉傗敒寰楊嚪灏栤偓鐏汇儌顏垮緷鈹炲禋銉冩垟鈧炽儏鐘呂炽儌蔚涔咃絺鈧埃鈧妴銉傛鐘嗏斁鈧◣瓒併儮鈧ゥ浼憋腹鈧濮戔敡鍠″ソ銉⑩偓妯庮啔褉鈧插緷銉傗敒鈷氼煀浠垮ソ尾锝傚妷鑼呰仹鎷㈢洸褰曢簱蹇欓弗閳ュソ褉鍋撴嫝鍗垾姣迹銉傜鎹椻斁鈧拃濂姐仮閾拌銉㈠亾椹存皳搴愰垾鈷毼层儌浼便儌閿偓鐏晃叉煰鐘嗐仮閾拌顔光偓鏂夆埗鈹锯偓鏂衡偓姣仮閾板ソ锔光偓鈾€鈧簫鈹炲禑璇ノ垫崣鐭灎浣插妷鑼呴垾鏂呬急顬狀煀妫碘敒顎¤鈹炲睛鍠㈩喒鈧偐鈧伝銉傚寰濃敒宥佲偓濂筋喒鈧伜娴庛儏鎾€顒尖懇鈧顑烆嚪鑴氱煫銇㈣　鍔夊繖鎴箍蹇欓垾鍙蜂箙鈶┾偓婵冣偓妯忊敒鎰冩簫尾顑濆緷銉⑩偓鈷欒秮鈹炲禑鐭腹鈧伜顒碱灎鍏夆偓濂解敒蹇娾偓鎳娢诲枴顒笺儮鈧伜鎯封斁鈧拃璇ヮ嚪瑙ｂ偓鐏汇儌宓氳秮鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ャ儌閮濓迹锔光偓鈷欏够鈹炲緹鎹椼儮鈧◣鐤碉腹鈧埃鍔夎寘钘涙綖鐩查檰璺皳鎷㈤垾鈷氣斁鈧柡鈧銇㈤敮鍋撹姃閳ユ顑炑€鈧瑁併劉鈧顕肝查煭顬☆啟鍠や箙蔚鍢庯迹鈹炴劏鈧緷尾婵冣偓妯忣灎浼鈹锯偓鎾€璇モ懇鈧緵涔呫儌浣测偓婧嶃儌蔚涔咃絺鈧埃鈧妴銉呴煭娴庛儌尾顐€銉⑩偓瀛ゎ嚫锔光偓姣埗鈹￠摪鐤殿嚪鍢庣煫褉鈧层儍尾棰椾箙位鍠や箙銉傘剠鐘嗐儌尾涔咁喒鈧妳涔呪懇鈧顑烆煀褉鈧伝尾纾佹拋尾棰椾箙鈶┾偓姣優鈹锯偓鎾€濂姐仮閾拌顬狀灎濮戔敒寰涗急锔光偓鐏烘噴銉傛婧嶁敗鐘堢妴锛︽崠銉冾啓婢熺煫鈹锯偓鏂衡偓姣仮閿亾鑺掗垾姣優褉鈧瑁併劉鈧顕肝查煭顬°仮鎮哥柕蔚绯曗偓濂轿叉煰鐘嗐儮鈧涔呫儌蹇娾偓鐏晃层儌鐘喲€鈧鐤点儏闊緱鈹灻奉€儮鈧妳顔氥儌褉鍋撹寘钘涙ゼ姘撻簱閳モ埗顬犮儌璁库斁鈧枀浼蔽叉墎鈧埗銉⑩偓鐏烘车鈹灻肺愁啟鍠や箙尾瀛や急鈹锯偓鎾€濮戙儮鈧叉祹味鎹欐崡鈹炲禋鐘單茬妳顒笺儌鎮歌鈹￠摪涔咁灎鍑版簫褉鈧舵崡褉鈧☉鎾佄插嚢鍠儌绮光偓鏂嗐儌尾顕搞仮闊嚫褉鍋撻湶鑾介垾妯戞拋锔光偓鏂斿枹銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪鐤碉腹鈧柡鍋撳繖鑺﹂垾鈭垛斁鈧拃璇ャ儌顑濐煁銉呯姭鈧◤銉傤喒鈧挌锔光偓閮濃挌顔光偓婢熲埗鈹у枴顬☆喒鈧偐鈧伝銉傜话濂解敡鍠☆灐顔光偓鐏轰急锛讲鈧伝鈹￠摪鐤殿嚪瑙ｂ偓纬鎰ㄢ偓婧嶁斁鈧拃璇ヮ嚪瑙ｂ偓鐏汇儌宓氳秮鈹炲緹鎹椼儌绔枹顔瑰妷鑱涜寘閳ユ拃璇ワ腹鈧鐤滴插ゥ顭嬨儌銊⑩偓鐘嗭极鍠°仯锔光偓姣版拋鈹锯偓娅垫簫銉傦饥鈹燂絺鈧伜鈹熚电硶鈧ソ顬犱嫉涔呂舵崠顬∥叉兊璇モ斁鈧拃璇ャ儌顑濐€㈩啟婧岊嚫鈹у枴鐭儌銇㈡兎銉傛偢顑炩敗閾拌銉傞儩鈭段差伩婢濃斁鈧枀浼便儮鈧壕鈧伝銉㈠亾璺幗绂勯湶蹇欐幊闇叉皳楹撴綖鑼呰棝鎼傚嵂閳ョ伜浼憋饥浣测偓鐏烩敗閾板ソ銉傜鍠儮鈧垫崡銉傗敒寰椻懇鍋撻瞾蹇欓簱棰呰寘鑱墬姘撻湶钘涘嵂閳┾挋浼扁斁鈧拃璇ワ腹鈧鐤笛€鈧◣鈹熚叉煰鈭躲剫鍠″緱顬狅腹鈧褉鍋撴嫝鍗垾姣迹尾顐熲偓鎾併儌蔚涔咃絺鈧埃鈧妴銉呯姭鈧◤鈹炲禋顭嬑茬话顎腹鈧婧嶁敗鐘撳枹銉傘倐鈧褉鈧佃尾鏌埗顔㈠枻鎾併儮鈧伜銇ｂ斁鈧績鈧ソ銉傚灈鈧噴蔚鍢庯迹顭婂厜鈧埗锔光偓娅秮顔光偓鐏衡挌顬犳偢浼便儮鈧埃鈧ソ銉傚槑鈭垛敒顎や箙锔光偓鐏侯劶味鎺嗏偓婢濃敗鐘撳枹銉⑩偓鏂哄妷鑾介垾娴╂崡鈹锯偓鏂衡偓姣仮閾拌顬狅饥顒笺儌銊⑩偓纬锛枴鈷毼差灎鎯封敒蹇娾偓鈭堆€鈧妳璇ャ儌寰涘緷尾銇仯锔光偓娅车銉呴煭濮戔敒鎰ㄢ偓娅儏闊個锛讲鈧伝鈹￠摪濂姐儌鍨涒偓鈭额啟婧屛澄查涔呫儮鈧◣顕搞儌浼仯鈹炲緹鎹楋腹鈧彿璇ャ儌閿偓鐏烩敒宓氣埗尾顭婂ソ尾顐傗埗鈹锯偓鏂呬急顬狀煀妫殿啙鎺嗏偓鐘嗏敗閾拌尾鎯典急顕疯剼涔呫儌鈹炲緱銉傤儩顐€锔瑰妷铏忚寘閳ユ拃璇ノ插牭娉点儏瑙ｅ妷鑼呰墿鑹╄姃閳モ懇鈧褉鈧茬妴鈹锯偓鎾€濮戭煀褉鈧伝銉呯姭鈧拋鈹灻枫儍銉傘仴鎹椻懇鈧顑烆煀褉鈧伝尾纾佹拋鈹炲緵浼便儌鈹♀埗銉傚彜鐘嗏敒蹇娾偓鈭垛懞婧锯偓鐘單差煀浼扁斁鈧拃骞汇儌閮濃埗顬犱嫉鈭垛斁鈧績鈧挌锛枴鐘嗩啓婢涘緷尾銉傦迹銉⑩偓鐘咁煁銉傚鈷毼查涔呂诲枻涔咁啘绯曗偓鈭段插痉娴庛儌顑濐€⑩懇鈧績鈧◤鈹炴剝婧嶎喒鈧妳娴庮灎浼€⑩斁鈧拃濮戭啟鍠も埗顕峰顎⑩敒顎や箙锔光偓娅够銉傚厜鈧褉鍋撴嫝鍗仜鑼犳皳閳ッ风煫尾鏌妴褉鈧緵寰椼儌浼典箙銉傤煀娴幬差兘鈧◤銊呯妳娉点儌顭婅顔欎讲鈧伝顬狅饥妫碘敗鍢庮個銉⑩偓閮濐煁尾锛㈠緷鈹炲繆鈧妴尾顭婂ソ顔滄拡鎹椻敗鐘撳枹銉⑩偓妯庮嚫銉傜寽璇モ斁鈧拃濮戙儮鈧妳瑁佄茬话顒笺儌顕奉啔顔光偓姣炽儌鍏夆偓娅敗閾扮柕顔光偓蔚涔呂差啓顐€鈹锯偓鏂呬急顬犲嚢婧嵨测挋骞晃甸煭顎㈩灎瀹︿箙顔光偓锔光偓濂姐儌浣测偓婧嵨叉煰鈭堆€鈧顎儮鍋撻垾鎾佲敒寰熸崡顕疯В鈧噴銉傜话濮戭煀銇㈡噴蔚瑙ｂ偓妯忋儮鈧风妴鈹锯偓鎾€濮戭灎瀹︹挌銉⑩偓鎾偓鎾佄测檧鈧斥斁鈧枀浼蔽垫崣鐭灎鍏夆偓姣灎瀹﹀够尾銉⑩偓纬銉傜话銉冣敒宓熸崡褉鈧鐤笛€鈧舵崡褉鈧☉鎾佄插嚢鍠儌纾佹拋銉傘劉鈧妴锔光偓婧掓崡锔光偓鈶┾偓鐘單叉煰鐘嗏敒婵冣偓濂筋啙鎺嗏偓鐘嗏敒蹇娾偓纬尾鎯典急蔚鍢庮煁鈹炴劏鈧挌銉⑩偓姘ｂ偓濂姐儌顏匡拷----------------*/
.footer {
	color: #ccc;
	font-size: 12px;
	position: relative;
	z-index: 20;
	margin-top: 20px 0;
	background-color: #212121;
}

.footer .footer-content .container {
padding-left: 0;
	padding-top: 30px;
	padding-right: 0;
}

.footer .btn-cta,.footer a.btn-cta {
	padding: 9px 10px
}

.footer-col .footer-col-inner input {
	display: none
}

.footer .footer-col.links .fa {
	margin-right: 5px
}

.footer .footer-col.links li {
	margin-bottom: 10px
}

.footer .footer-col.connect h3 {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

.footer .footer-col.connect .social {
	margin-bottom: 0;
	overflow: hidden
}

.footer .footer-col.connect .social li {
	margin-right: 10px
}

.footer .footer-col.connect .social li a .fa {
	color: #666;
	font-size: 20px
}

.footer .footer-col.connect .social li a:hover .fa {
	color: #333
}

.footer .footer-col .title {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 20px;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

.footer .footer-col a,.footer .footer-col p {
	color: #ccc;
}
.footer .footer-col a:hover {
	color: #2196f3 !important;
	text-decoration: none
}

.footer .has-divider {
	border-bottom: 1px solid #111;
	padding-bottom: 3px;
}
.footer .bottom-bar {
	font-size: 14px;
	padding: 10px 0
}

.footer .bottom-bar .row {
	position: relative
}

.footer .bottom-bar .row ul {
	overflow: hidden;
	transition: height .5s ease-in-out;
	height: 20px;
}

.footer .bottom-bar .row .btn-toggle {
	-webkit-transform: scale(0.87);
	-moz-transform: scale(0.87);
	-ms-transform: scale(0.87);
	transform: scale(0.87);
	font-size: 20px;
	color: rgba(0,0,0,.4);
	-webkit-text-stroke-width: 0;
	position: absolute;
	right: 50px;
	top: 11px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -o-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out
}

.footer .bottom-bar .row .btn-toggle:hover {
	color: rgba(0,0,0,.2)
}

.footer .bottom-bar .row .btn-toggle.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.small {
	font-size: 85%
}

.footer .bottom-bar .copyleft {
	line-height: 2;
	font-size: 12px !important;
}

.footer .bottom-bar .copyright {
float: right;
line-height: 3.6;
font-size: 12px
}
.footer .bottom-bar .col-sm-6{padding-left: 0;}
.footer .bottom-bar .copyright a{text-decoration: none !important;
	color: #2196f3 !important;}
.footer .bottom-bar .copyleft a:hover {
	text-decoration: none;
}

.icon-connect {
	font-size: 24px!important;
	-webkit-text-stroke-width: .2px!important
}

.qrcode {
	display: none;
	position: absolute;
	top: -210px;
	left: -140px
}

.footer .footer-col .social a:focus,.footer .footer-col .social a:hover {
	text-decoration: none
}

.footer .footer-col .social a:focus .qrcode,.footer .footer-col .social a:hover .qrcode {
	display: block
}

.footer-col.connect .intro {
	font-size: 12px;
	margin-bottom: 36px
}

.street-address {
	font-size: 16px !important;
	color: #2196f3;
	opacity: 1;
}

.lang-selector {
	display: inline-block;
	float: right
}

.lang-selector a {
	font-size: 12px;
	color: rgba(255,255,255,.4)
}

.icp {
	padding: 16px 0 8px
}

.addr,.tel,.email,.complaint {
	font-size: 13px;
	margin-bottom: 0;
}

.adr,.email {
	margin-bottom: 0
}

.footer .download a.footer-download:hover {
	color: #BEBEBE;
	background: rgba(255,255,255,.7)
}

.footer .download .footer-download:first-child{padding-left: 0;}
.footer .download .footer-download {
	float: left;
	display: inline-block;margin-left: 15px;
	margin-top: 20px;}
.footer .download .footer-download img {
	width: 90px;
}
.footer-content .footer-col{padding-left: 0;font-weight: normal;}
.bottom-bar .container{padding-left: 0;font-weight: normal;
}
.footer .footer-col.other-links {
	margin-top: 12px;
	margin-bottom: 16px;
	font-size: 13px;
	padding-right: 25px
}

.footer .footer-col.other-links ul {
	padding-left: 0;
	margin-bottom: 0
}

.footer .footer-col.other-links ul li {
	display: inline-block!important;
	padding: 3px 12px 3px 0!important;
}



.footer .footer-col.other-links ul li a:hover {
	text-decoration: none;
}

@media (max-width:1200px) {
	.qrcode {
		top: -210px
	}

	.footer .bottom-bar .row .btn-toggle {
		right: 74px
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.qrcode {
		top: -210px
	}

	.footer .bottom-bar .row .btn-toggle {
		right: 60px
	}
}

@media (max-width:767px) {
	.footer .footer-col .navbar-form {
		padding-left: 15px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}

	.footer .footer-comb {
		padding: 0
	}

	.footer-col.connect .intro {
		margin-bottom: 0
	}

	.footer .footer-col .social a:focus .qrcode,.footer .footer-col .social a:hover .qrcode {
		display: none
	}

	.footer .footer-col p {
		margin-bottom: 4px
	}

	.footer .footer-content .container {
		border-top: none;
		padding-top: 20px
	}

	.footer-col {
		margin-bottom: 0;
		padding: 0 5%
	}

	.footer-col .footer-col-inner input {
		display: none
	}

	.footer-col .footer-col-inner label {
		display: block;
		margin: 0
	}

	.footer-col .footer-col-inner .title {
		font-size: 14px;
		line-height: 2.285714;
		font-weight: 400;
		border-top: 1px solid #e3e3e3;
		position: relative;
		padding: .333333em;
		margin: 0
	}

	.footer-col .footer-col-inner .title:after {
		content: '+';
		float: right;
		padding: .45em .444444em;
		font-size: 1.111111em;
		font-weight: 200;
		line-height: 1;
		-webkit-transform: rotate(0deg) scale(0.9);
		-ms-transform: rotate(0deg) scale(0.9);
		transform: rotate(0deg) scale(0.9);
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}

	.footer-col .footer-col-inner ul.list-unstyled {
		text-indent: 2em;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		margin-bottom: 0
	}

	.footer-col .footer-col-inner ul.list-unstyled li {
		-webkit-transform: translateY(-120px);
		-ms-transform: translateY(-120px);
		transform: translateY(-120px);
		opacity: 0;
		-webkit-transition: opacity .3s ease-in,-webkit-transform .3s ease-out;
		transition: opacity .3s ease-in,transform .3s ease-out
	}

	.footer-col .footer-col-inner ul.list-unstyled li a {
		position: relative;
		padding: .222222em .333333em;
		font-size: 13px;
		line-height: 2.6;
		font-weight: 400;
		display: block
	}

	.footer-col .footer-col-inner ul.list-unstyled li:last-child {
		margin-bottom: 15px
	}

	.footer-col .footer-col-inner .footer-download {
		margin: 20px 0
	}

	.footer .footer-col.connect .footer-col-inner {
		padding-left: .333333em
	}

	.footer .footer-col.connect .footer-col-inner h3 {
		font-size: 14px;
		margin-top: 0;
		border-top: 1px solid #e3e3e3;
		padding: 10px 0 0
	}

	.footer .footer-col.connect .social {
		margin-top: 20px
	}

	.footer-col .footer-col-inner input:checked~ul {
		max-height: 100%
	}

	.footer-col .footer-col-inner input:checked~ul li {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin: 0
	}
.footer .bottom-bar .copyright{float: left;}
	.footer-col .footer-col-inner input:checked+label h3 {
		font-weight: 700
	}

	.footer-col .footer-col-inner input:checked+label h3:after {
		-webkit-transform: rotate(45deg) scale(1);
		-ms-transform: rotate(45deg) scale(1);
		transform: rotate(45deg) scale(1)
	}
}

@media (min-width:768px) {
	.footer-content .row {
		-webkit-transform: scale(0.96);
		-moz-transform: scale(0.96);
		-o-transform: scale(0.96);
		-ms-transform: scale(0.96);
		transform: scale(0.96)
	}

	.footer-content .footer-col {
		margin-bottom: 20px!important
	}

	.footer-content .footer-col .footer-col-inner label {
		margin-bottom: 5px
	}

	.footer .footer-col .title {
		font-size: 12px;
		margin-bottom: 0;
		letter-spacing: 0;
		line-height: 1.66667;
		font-weight: 600;
		color: #fff;
	}


	.footer .footer-col.links ul li {
		margin-bottom: 0;
		color: #999;
		font-weight: 400;
		line-height: 24px
	}

	.footer-col.other-links {
		margin-bottom: 8px!important
	}

	.bottom-bar .has-divider,.bottom-bar .icp,.bottom-bar ul {
		-webkit-transform: scale(0.96);
		-moz-transform: scale(0.96);
		-o-transform: scale(0.96);
		-ms-transform: scale(0.96);
		transform: scale(0.96)
	}
}



.agent-counting .container {
	padding-bottom: 10px
}

.agent-counting h2.title {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 300
}

.agent-counting .container p {
	margin-bottom: 25px;
	font-size: 16px;
	color: #999
}

.agent-counting table {
margin-bottom: 0;
	border-spacing: 0 12px;
	border-collapse: separate;
}

.agent-counting .table th {
	border-bottom: none;
	border-top: none!important;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	position: relative
}

.agent-counting .table th div {
	position: absolute;
	text-align: left;
	width: 95%;
	padding-left: 13px;
	margin-top: -25px
}
.sjk-section{margin-top: 30px;margin-bottom: 80px;}
.agent-counting .table th:first-child {
	border-right: none;
	border-bottom: none;
}

.agent-counting .table th:last-child {
	border-right: none;
}

.agent-counting .table th div.feature {
	padding: 18px 8px;
	text-align: left
}

.agent-counting .table td {
	border-right: 1px solid #eee;
	padding: 18px 8px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 20px;
}

.agent-counting .table td:first-child {
	border-right: none;
	border-top: none;
	padding: 0;
	vertical-align: top
}

.agent-counting .table td:last-child {
	border-right: none;
	
}

.agent-counting .table td div.feature {
	border-top: 1px solid #eee;
	margin-right: 30%;
	padding: 18px 8px;
	text-align: left;
	color: #000
}

.table-contrast {
	display: none;
	background: #e9e9e9;
	padding-bottom: 80px
}

.table-contrast .fa-check {
	cursor: pointer;
	color: #78a300
}

.table-contrast h2.title {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: 300
}

.table-contrast table {
	border-collapse: collapse;
	margin-bottom: 3em;
	width: 100%
}

.table-contrast td,.table-contrast th {
	padding: 8px;
	text-align: center;
	border-right: none;
	border-right: 10px solid #e9e9e9
}

.table-contrast td.err {
	background-color: #e9e9e9;
	color: #fff;
	font-size: .75em;
	text-align: center;
	line-height: 1
}

.table-contrast th {
	background-color: rgba(100,100,100,.6);
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	border-bottom: none!important
}

.table-contrast th.empty {
	background: 0 0
}

.table-contrast th .th-title {
	font-size: 17px
}

.table-contrast td {
	background: #fff;
	border-top: 1px solid #e9e9e9!important;
	color: rgba(51,51,51,.8);
	font-size: 14px
}

.table-contrast td.td-title {
	font-size: 15px;
	font-weight: 700;
	color: #333
}

.table-contrast tbody tr:hover td {
	background-color: rgba(255,255,255,.3)
}

.table-contrast .th1 {
	width: 160px
}

table .check {
	font-size: 20px;
	color: #00a241;
}

table .x {
	font-size: 24px;
	color: #c3c3c3
}

table .question {
	font-size: 17px;
	margin-left: 2px;
	vertical-align: middle;
	cursor: pointer;
	color: #B8B8B8
}

table .question:hover {
	color: #333
}

.title-margin-b {
	margin-bottom: 38px
}

.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0;
	width: 100%
}

.sticky-wrap .sticky-col,.sticky-wrap .sticky-intersect,.sticky-wrap .sticky-thead {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto
}

.sticky-wrap .sticky-thead {
	z-index: 100;
	width: 100%
}

.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 150
}

.sticky-wrap .sticky-intersect th {
	background-color: #666;
	color: #eee
}

.sticky-wrap td,.sticky-wrap th {
	box-sizing: border-box
}

td.user-name {
	text-transform: capitalize
}

.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50px
}

.table-basic {
	background-color: rgba(255,255,255,.9);
	color: #333;
	width: 80%;
	margin: 0 auto;
	border-radius: 6px
}

.table-basic th {
	text-align: center;
	padding: 10px
}

.table-basic td {
	text-align: center;
	font-size: 14px
}

.table-basic .fa-check {
	color: #3ca400
}

@media (max-width:480px) {
	.table-contrast p.text-center {
		font-size: 13px
	}

	.table-contrast th,.table-contrast th .th-title {
		font-size: 14px;
		font-weight: 700
	}

	.agent-counting {
		padding-top: 60px
	}

	.agent-counting table {
		border-spacing: 0
	}

	.agent-counting .table th div {
		font-size: 18px;
		margin-top: -28px;
		margin-left: -8px
	}

	.agent-counting .table td div.feature {
		font-size: 16px
	}
	.footer .footer-content .container{padding-left: 25px;}
}

@font-face {
	font-family:iconfont;src:url(../fonts/iconfont.eot);src:url(../fonts/iconfont.woff) format('woff'),url(../fonts/b70765de.iconfont.ttf) format('truetype')
}

@font-face {
	font-family:'FontAwesome';src:url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfonte0a5.html?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.iconfont {
	font-family: iconfont!important;
	font-size: 75px;
	font-style: normal;
	-webkit-text-stroke-width: .4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (min-width:768px) {
	.header {
		height: 80px
	}

	.header.navbar-fixed-top {
		position: fixed;
		background:#000 !important;
		z-index: 1000;
		height: 80px;
		top: -80px;
		transition: background .2s ease-in-out,top .5s ease-in-out
	}

	.header.navbar-fixed-top-show {
		top: 0!important;
		transition: .5s ease-in-out!important
	}

	.header .main-nav .nav .nav-item {
		margin-right: 10px
	}

	.main-nav.navbar-right {
		float: right!important;
		padding-bottom: 0
	}

	.navbar-collapse.collapse {
		text-align: center;
		padding-left: 50px;
		padding-right: 15px
	}

	.navbar-collapse.collapse .navbar-nav {
		float: none;
		margin: 0 auto;
		display: inline-block
	}

	.why .item .content {
		margin-bottom: 60px
	}

	.why .control {
		top: 128px;
		margin-left: -45px
	}

	.why .item .title {
		margin-bottom: 30px;
		text-align: center
	}

	.footer-col {
		margin-bottom: 25px
	}

	.modal.modal-video .modal-dialog {
		width: auto;
		padding-left: 15px;
		padding-right: 15px
	}

	.global-header-overlay {
		display: none
	}
}

@media (min-width:992px) {
	.header {
		height: 80px
	}

	.header.navbar-fixed-top {
		position: fixed;
		background: rgba(0,0,0,0.9);
		z-index: 1000;
		height: 80px;
		top: -80px;
		transition: background .2s ease-in-out,top .5s ease-in-out
	}

	.main-nav {
		float: right!important
	}

	.new-nav {
		float: left!important
	}

	.header .main-nav .nav .nav-item {
		margin-right: 15px
	}

	.main-nav.navbar-right {
		float: right!important;
		padding-bottom: 5px
	}

	.new-nav.navbar-left {
		float: left!important
	}

	.why .item .content {
		margin-bottom: inherit
	}

	.why .control {
		top: 128px;
		margin-left: -28px
	}

	.why .item .title {
		margin-bottom: 20px;
		text-align: left
	}

	.why .figure {
		text-align: left
	}

	.modal.modal-video .modal-dialog {
		width: 960px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 15%
	}

	.headline-bg.about-headline-bg.jobs-headline-bg {
		height: 594px
	}
}

@media (min-width:1200px) {
	.headline-bg.about-headline-bg.jobs-headline-bg {
		height: 594px
	}
}

@media (max-width:991px) {
	.header .main-nav {
		margin-top: 15px
	}

	.nav>li>a {
		padding: 10px
	}

	.cta-section.pricing-cta-section .title {
		font-size: 30px
	}

	.lang-content .item .desc ul li {
		margin-left: 10px
	}

	.steps {
		padding-bottom: 100px
	}
}

@media (max-width:767px) {
	.logo-img {
		background-size: 45px auto;
		margin-top: 10px
	}

	.waves {
		height: inherit
	}

	.header.navbar-fixed-top {
		position: relative
	}

	.chuxian {
		display: block;
		visibility: visible;
		opacity: 0
	}

	.header .main-nav .navbar-collapse {
		border-top: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 100%;
		left: 0;
		top: 80px;
		position: absolute;
		z-index: 45;
		padding: 0;
		transition: .5s left ease-in-out,opacity 1s ease-in-out;
		opacity: 0
	}

	.header .main-nav .navbar-collapse .nav .nav-item {
		margin-right: 0;
		padding: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-color: rgba(255,255,255,.2)
	}

	.header .main-nav .navbar-collapse .nav .nav-item.open a {
		color: #fff
	}

	.header .main-nav .navbar-collapse .nav .nav-item a {
		font-size: 15px;
		padding: 15px 20px;
		color: rgba(255,255,255,.7)
	}

	.header .main-nav .navbar-collapse .nav .nav-item a:hover {
		color: #fff
	}

	.header .main-nav .navbar-collapse .nav .nav-item a.btn-cta-secondary {
		color: #fff;
		border: none;
		background-color: #2196f3;
		margin: 20px 15px 15px 10px
	}

	.header .main-nav .navbar-collapse .nav .nav-item a.btn-cta-secondary:hover {
		color: #fff;
		background-color: #2196f3;
		border: 0;
	}

	.header .main-nav .navbar-collapse .nav .nav-item.item-railsgirls a img {
		width: 90px;
		opacity: .7
	}

	.header .main-nav .navbar-collapse .nav .nav-item .dropdown-link:after {
		content: "\f105";
		display: inline-block;
		margin-left: 5px;
		position: absolute;
		right: 20px;
		top: 18px;
		font-weight: 600;
		-webkit-transition: .2s;
		transition: .2s;
		-webkit-transform: rotate(90deg) translateX(0.15em);
		-ms-transform: rotate(90deg) translateX(0.15em);
		transform: rotate(90deg) translateX(0.15em);
		font-size: 15px;
		line-height: 15px;
		font-family: FontAwesome;
		color: #939393
	}

	.header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu {
		background-color: transparent;
		border-top: 1px solid rgba(0,0,0,.6);
		padding: 0
	}

	.header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu li {
		border-bottom: 1px solid rgba(0,0,0,.6)
	}

	.header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu li.last {
		border: none
	}

	.header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu li a {
		font-size: 14px;
		padding: 15px;
		text-indent: 20px
	}

	.header .main-nav .navbar-collapse .nav-item.dropdown.open .dropdown-link:after {
		-webkit-transform: rotate(270deg) translate(0.1em,.1em);
		-ms-transform: rotate(270deg) translate(0.1em,.1em);
		transform: rotate(270deg) translate(0.1em,.1em)
	}

	.navbar-collapse .nav {
		margin: 0
	}

	.header .main-nav .nav .dropdown-menu:before {
		display: none
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: inherit
	}

	.headline-bg.index-bg {
		height: 600px
	}

	.headline-bg+.section {
		padding-top: 30px
	}

	.pricing .intro {
		margin-bottom: 45px
	}

	.features-video iframe {
		padding: 5px
	}

	.section .title {
		font-size: 29px!important;
		line-height: 40px
	}

	.section td.title {
		font-size: 14px;
		line-height: 1.42857143
	}

	.section .intro {
		font-size: 16px
	}

	.features-tabbed-index .features-content .icon-tab {
		font-size: 40px
	}

	.why {
		padding-top: 40px
	}

	.why .item .content {
		margin-bottom: 60px
	}

	.why .item .title {
		margin-bottom: 30px;
		text-align: center
	}

	.nav-tabs>li>a {
		padding: 10px 5px
	}

	.main-nav .navbar-collapse .navbar-nav {
		padding-top: 0;
		padding-bottom: 10px
	}

	.modal.modal-video .modal-dialog {
		width: auto;
		padding-left: 15px;
		padding-right: 15px
	}

	.why .item .desc {
		margin-bottom: 0
	}

	.lang-content {
		border-right: none
	}

	.pricing .item .heading .title {
		color: #444;
		font-size: 20px!important;
		font-weight: 600
	}

	.headline-bg.about-headline-bg.jobs-headline-bg {
		height: 575px
	}

	.fixed-width {
		width: 430px;
		height: 200px;
		margin: 0 auto
	}

	.jobs-tabbed {
		margin-top: 0
	}

	.jobs-tabbed .tab-header {
		height: 85px
	}

	.jobs-tabbed .features-content .icon-tab {
		font-size: 45px;
		height: 55px;
		line-height: 1.3
	}

	.jobs-tabbed .features-content .tab-jobs {
		height: 30px
	}

	.lang-selector {
		display: block;
		margin-bottom: 5px;
		float: none
	}

	.steps .icon img {
		width: 85%
	}

	.lang-header {
		height: auto;
		padding-bottom: 60px
	}

	.lang-header .lang-logo {
		display: none
	}

	.lang-header .lang-title {
		margin-top: 30px;
		margin-left: 0
	}

	.lang-header p {
		padding: 0
	}

	.video-wrapper {
		width: 100%;
		margin: auto
	}

	.lang-content .item {
		padding-right: 0
	}

	.frame-pos {
		padding-left: 0
	}

	.cta-section.pricing-cta-section {
		margin-top: 80px;
		padding-top: 50px;
		padding-bottom: 40px
	}

	.cta-section.pricing-cta-section h2.title {
		line-height: 40px
	}
}

@media (max-width:480px) {
	.lang-header .lang-title {
		height: 41px;
		margin-left: 20px
	}

	.lang-header p {
		padding: 0 20px
	}

	.lang-content {
		padding-right: 25px;
		padding-left: 25px
	}

	.btn-large {
		font-size: 14px!important;
		padding: 8px 15px
	}

	.features-tabbed-index {
		margin-top: -70px
	}

	.features-tabbed-index .features-content .icon-tab {
		font-size: 80px;
		-webkit-text-stroke-width: 0
	}

	.why {
		padding-top: 40px
	}

	.why .item {
		padding: 40px 0
	}

	.why .item .title {
		font-size: 26px!important
	}

	.why .item .content,.why .item .desc {
		margin-bottom: 0
	}

	.play-btn {
		margin-top: -54px;
		margin-left: -30px
	}

	.play-btn .icon-play {
		font-size: 60px
	}

	.headline-bg {
		height: 370px
	}

	.headline-bg+.section {
		padding-top: 30px
	}

	.features-video .lang-title {
		margin-bottom: 10px
	}

	.features-video .about-title {
		margin-bottom: 95px
	}

	.section .intro {
		margin-bottom: 30px
	}

	section.features-apm {
		padding: 40px 0
	}

	.cta-section {
		padding-top: 70px;
		min-height: 370px
	}

	.headline-bg.about-headline-bg {
		height: 360px
	}

	.headline-bg.about-headline-bg.jobs-headline-bg {
		height: 610px
	}

	.jobs.section-on-bg {
		padding-top: 10px;
		padding-bottom: 40px
	}

	.fixed-width {
		width: 260px;
		height: 320px;
		margin: 0 auto
	}

	.jobs-tabbed {
		margin-top: 0
	}

	.jobs-tabbed .tab-header {
		height: 70px
	}

	.jobs-tabbed .features-content .icon-tab {
		font-size: 30px;
		height: 45px;
		line-height: 1.4
	}

	.jobs-tabbed .features-content .tab-jobs {
		height: 25px;
		font-size: 12px;
		line-height: 1.3
	}

	.pricing {
		padding-bottom: 10px
	}

	.pricing .item .heading .title {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.pricing .item .heading .price-figure {
		min-height: 70px
	}

	.pricing .item .heading span {
		line-height: 1.5
	}

	.pricing .item .feature-list li {
		padding: 8px
	}

	.btn-part {
		margin-top: 20px
	}

	.agent-counting {
		padding-bottom: 30px
	}

	.agent-counting h2.title {
		margin-bottom: 20px
	}

	.agent-counting .container {
		padding-bottom: 0
	}

	.agent-counting .container p {
		font-size: 13px
	}

	.faq {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.faq .title {
		margin-bottom: 30px
	}

	.faq .panel .panel-heading {
		padding: 13px 20px
	}

	.faq .panel .panel-title .panel-toggle .fa {
		margin-right: 5px
	}

	.lang-content ul li {
		margin-left: 10px
	}

	.frame-pos {
		padding-left: 10px;
		padding-right: 10px
	}

	.cta-section.pricing-cta-section .btn-sign-ye {
		padding: 8px 20px
	}
}

@media (max-height:860px) {
	.modal.modal-video .modal-dialog {
		margin-top: 9%
	}
}

@media (max-height:760px) {
	.modal.modal-video .modal-dialog {
		margin-top: 5%
	}
}

@media (max-width:375px) {
	.download {
		margin-bottom: 0
	}

	.steps .icon {
		width: 100%
	}

	.cta-section.pricing-cta-section .title,.why .item .title {
		font-size: 24px!important
	}
	.why .item .title {
		padding-left: 0 !important;}
}

.navbar-lang {
	font-size: 12px;
	display: block;
	visibility: visible;
	padding-left: 0
}

.navbar-lang .breadcrumb {
	background-color: inherit;
	padding: 0;
	margin-bottom: 0
}

.navbar-lang .breadcrumb li:nth-child(2) ul,.navbar-lang .breadcrumb li:nth-child(3) ul {
	display: none;
	padding: 8px
}

.navbar-lang .breadcrumb li:nth-child(2):hover ul,.navbar-lang .breadcrumb li:nth-child(3):hover ul {
	display: block;
	padding: 8px
}

.navbar-lang .breadcrumb li a {
	padding: 0;
	color: rgba(255,255,255,.9);
	display: inline-block
}

.navbar-lang .breadcrumb li a:hover {
	color: #fff;
	background-color: transparent;
	opacity: 1
}

.navbar-lang .breadcrumb li a:active {
	outline: 0;
	background-color: transparent
}

.navbar-lang .breadcrumb li a:focus {
	text-decoration: none;
	background-color: transparent
}

.navbar-lang .breadcrumb>li+li:before {
	padding: 0 0 0 5px;
	color: rgba(255,255,255,.3);
	content: ">\00a0"
}

.navbar-lang .navbar-nav>li>.dropdown-menu {
	background: #fff;
	border: rgba(0,0,0,.2);
	font-size: 12px;
	margin-top: 0;
	border-radius: 4px;
	background-clip: padding-box;
	text-transform: none;
	min-width: 180px;
	padding: 0
}

.navbar-lang .navbar-nav>li>.dropdown-menu li {
	float: left;
	display: inline-block
}

.navbar-lang .navbar-nav>li>.dropdown-menu li:hover {
	background-color: rgba(0,0,0,.05)
}

.navbar-lang .navbar-nav>li>.dropdown-menu li a {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #77787C;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: .7;
	padding: 8px 10px
}

.navbar-lang .navbar-nav>li>.dropdown-menu li a:hover {
	opacity: 1
}

.navbar-lang .navbar-nav>li>.dropdown-menu li:nth-child(even),.navbar-lang .navbar-nav>li>.dropdown-menu li:nth-child(odd) {
	width: 50%
}

.navbar-lang .navbar-nav>li>.dropdown-menu li.navbar-lang-last {
	width: 100%
}

.imgslider-container h2 {
	font-size: 36px
}

.img-wrapper {
	position: relative;
	width: 700px;
	height: 500px;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px
}

.img-wrapper .img-text {
	display: none
}

.imgslider {
	position: absolute;
	display: block;
	width: auto;
	height: 300px;
	top: 0;
	left: 0;
	text-decoration: none;
	text-align: center
}

.radius-border-img {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	width: 100%
}

.img-prev {
	-webkit-transform: translateX(-340px) translateZ(-330px) rotateY(45deg);
	-moz-transform: translateX(-340px) translateZ(-330px) rotateY(45deg);
	-o-transform: translateX(-340px) translateZ(-330px) rotateY(45deg);
	-ms-transform: translateX(-340px) translateZ(-330px) rotateY(45deg);
	transform: translateX(-340px) translateZ(-330px) rotateY(45deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -o-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
	cursor: pointer
}

.img-current {
	-webkit-transform: translateX(0px) translateZ(0px) rotateY(0deg);
	-moz-transform: translateX(0px) translateZ(0px) rotateY(0deg);
	-o-transform: translateX(0px) translateZ(0px) rotateY(0deg);
	-ms-transform: translateX(0px) translateZ(0px) rotateY(0deg);
	transform: translateX(0px) translateZ(0px) rotateY(0deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -o-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
	z-index: 100
}

.img-next {
	-webkit-transform: translateX(340px) translateZ(-330px) rotateY(-45deg);
	-moz-transform: translateX(340px) translateZ(-330px) rotateY(-45deg);
	-o-transform: translateX(340px) translateZ(-330px) rotateY(-45deg);
	-ms-transform: translateX(340px) translateZ(-330px) rotateY(-45deg);
	transform: translateX(340px) translateZ(-330px) rotateY(-45deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -o-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
	cursor: pointer
}

.img-wrapper.folded .img-prev {
	-webkit-transform: translateX(0px) translateZ(-330px) rotateY(45deg);
	-moz-transform: translateX(0px) translateZ(-330px) rotateY(45deg);
	-o-transform: translateX(0px) translateZ(-330px) rotateY(45deg);
	-ms-transform: translateX(0px) translateZ(-330px) rotateY(45deg);
	transform: translateX(0px) translateZ(-330px) rotateY(45deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -o-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
	cursor: pointer
}

.img-wrapper.folded .img-next {
	-webkit-transform: translateX(0px) translateZ(-330px) rotateY(-45deg);
	-moz-transform: translateX(0px) translateZ(-330px) rotateY(-45deg);
	-o-transform: translateX(0px) translateZ(-330px) rotateY(-45deg);
	-ms-transform: translateX(0px) translateZ(-330px) rotateY(-45deg);
	transform: translateX(0px) translateZ(-330px) rotateY(-45deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	-ms-transition: -o-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out,-moz-transform .5s ease-in-out,-o-transform .5s ease-in-out,transform .5s ease-in-out;
	cursor: pointer
}

.img-wrapper.folded+.indicator {
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0
}

.controller-wrap {
	text-align: center;
	position: relative;
	z-index: 0;
	display: none
}

.slider-icon {
	font-size: 200px
}

.icon-ai {
	color: #fff
}
.active .icon-ai{color: #00a241;}
.icon-bi {
	color: #00adba
}

.icon-mi {
	color: #00a0e9
}

.arrow-icon {
	font-size: 33px;
	color: #939393
}

.next-btn,.prev-btn {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin-left: -37px;
	margin-right: -25px;
	z-index: 20;
	position: relative
}

.next-btn {
	display: inline-block;
	cursor: pointer
}

.img-text {
	display: inline-block
}

.img-text a {
	font-size: 12px;
	margin: 0 10px;
	font-weight: 400
}

.img-text .text-inset {
	color: #939393
}

.icon-container {
	margin-top: 30px
}

.indicator {
	display: block;
	position: relative;
	bottom: 0;
	width: inherit;
	padding: 0;
	margin-bottom: 20px;
	margin-top: -40px;
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out
}

.indicator li {
	display: inline-block;
	width: 40px;
	height: 10px;
	/*-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;*/
	background: rgba(51,51,51,.2);
	cursor: pointer
}

.indicator li.cur {
	background: rgba(51,51,51,.4)
}

.indicator-headline {
	z-index: 20;
	top: -50px
}

@media (min-width:1600px) {
	.img-wrapper {
		width: 800px;
		height: 580px
	}

	.indicator {
		margin-top: -60px
	}
}

@media (max-width:1200px) {
	.img-wrapper {
		width: 560px;
		height: 360px
	}

	.img-prev {
		-webkit-transform: translateX(-290px) translateZ(-330px) rotateY(45deg);
		-moz-transform: translateX(-290px) translateZ(-330px) rotateY(45deg);
		-o-transform: translateX(-290px) translateZ(-330px) rotateY(45deg);
		-ms-transform: translateX(-290px) translateZ(-330px) rotateY(45deg);
		transform: translateX(-290px) translateZ(-330px) rotateY(45deg)
	}

	.img-next {
		-webkit-transform: translateX(290px) translateZ(-330px) rotateY(-45deg);
		-moz-transform: translateX(290px) translateZ(-330px) rotateY(-45deg);
		-o-transform: translateX(290px) translateZ(-330px) rotateY(-45deg);
		-ms-transform: translateX(290px) translateZ(-330px) rotateY(-45deg);
		transform: translateX(290px) translateZ(-330px) rotateY(-45deg)
	}

	.imgslider-container {
		margin: 40px 0 20px
	}

	.indicator {
		margin-top: 10px
	}
}

@media (max-width:991px) {
	.img-wrapper {
		width: 80%
	}

	.img-next,.img-prev {
		visibility: hidden;
		display: none
	}

	.controller-wrap {
		display: none
	}

	.next-btn,.prev-btn {
		margin-left: -37px;
		margin-right: -25px;
		width: 5%
	}

	.img-text {
		margin-top: 30px
	}

	.indicator {
		margin-top: 15px
	}

	.indicator-headline {
		top: -120px
	}
}

@media (max-width:767px) {
	.controller-wrap {
		margin-top: -25px
	}

	.imgslider-container {
		padding-bottom: 0;
		margin: 40px 0 20px
	}

	.img-wrapper {
		width: 99%;
		position: static;
		height: auto
	}

	.img-text {
		min-width: 0
	}

	.imgslider {
		position: static;
		height: auto
	}

	.next-btn,.prev-btn {
		width: 5%
	}

	.img-text a {
		font-size: 14px
	}

	.link-wrap {
		margin: 0 -50px
	}

	.icon-container {
		margin-top: 30px
	}

	.slider-icon {
		font-size: 170px
	}

	.arrow-icon {
		font-size: 40px
	}

	.text-center.indicator-headline {
		top: 10px
	}
}

@media (max-width:480px) {
	.img-wrapper {
		width: 99%
	}

	.slider-icon {
		font-size: 130px
	}

	.img-text a {
		font-size: 12px
	}

	.arrow-icon {
		font-size: 35px
	}

	.icon-container {
		margin-top: 30%
	}

	.btn-gray-bg {
		margin-left: 0
	}

	.next-btn,.prev-btn {
		margin-left: -30px;
		margin-right: -12px
	}
}

.btn:hover {
	opacity: .8
}

.btn-large {
	padding: 10px 30px;
	font-size: 15px;
	border-width: 2px
}

.btn-middle {
	font-size: 18px;
	padding: 8px 20px;
	border: 2px solid #fff
}

.btn-small {
	font-size: 13px;
	border: 1px solid rgba(255,255,255,.6);
	padding: 8px 10px;
	height: auto;
	color: rgba(255,255,255,.6)
}

.btn-small:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #2196f3
}

.btn-long {
	padding: 8px 30px;
	font-weight: 700;
	color: #fff
}

@media (max-width:767px) {
	.btn-large {
		padding: 8px 20px
	}
}

.btn-solid {
	font-size: 14px;
	padding: 6px 16px;
	font-weight: 400;
	border: 1px solid #fff;
	background: #fff
}

.btn-solid:hover {
	opacity: .8
}

.btn-hollow {
	font-size: 14px;
	padding: 6px 16px;
	font-weight: 400;
	border: 1px solid #fff
}

.btn-hollow:hover {
	opacity: .8
}

.bg-theme,.slideimg {
	display: none;
	-webkit-transition: left .7s ease;
	-moz-transition: left .7s ease;
	-o-transition: left .7s ease;
	-ms-transition: left .7s ease;
	transition: left .7s ease
}

.carousel-bg,.carousel-img {
	left: 0;
	display: block
}

.next-container {
	left: 100%;
	display: block
}

.carousel-bg.left-slide,.carousel-img.left-slide,.pre-container {
	left: -100%;
	display: block
}

.next-container.left-slide {
	left: 0;
	display: block
}

.carousel-bg.right-slide,.carousel-img.right-slide {
	left: 100%;
	display: block
}

.pre-container.right-slide {
	left: 0;
	display: block
}
