/*主体*******************************************/
.body{
	width: 100%;
}

/*运营流程*/
.p_title {
	width: 100%;
	float: left;
	margin: 50px 0;
	text-align: center;
}
.p_title h2 {
	font-size: 34px;
	-webkit-animation: gdownIn 1s 0.7s both;
	-moz-animation: gdownIn 1s 0.7s both;
	animation: gdownIn 1s 0.7s both;
}
.p_title p{
	line-height: 24px;
	-webkit-animation: gdownIn 1s 0.9s both;
	-moz-animation: gdownIn 1s 0.9s both;
	animation: gdownIn 1s 0.9s both;
	padding: 20px 0;
}
.liucheng {
	background: #e3e3e3 url(../img/bgSection.png) repeat;
	width: 100%;
}
.lc2 {
	background: url(../img/line.png) center 250px no-repeat;
}
.lc_list {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}
.lc_list li {
	width: 140px;
	margin: 0 10px;
	height: 210px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../images/icon-bg.png) top center no-repeat;
}
.lc_list li span {
	width: 60px;
	height: 60px;
	background: url(../images/icon.png) repeat;
	display: block;
	float: left;
	margin: 35px 0 50px 38px;
}
.lc_list li span.c-1 {
	background-position: 0 0;
}
.lc_list li span.c-2 {
	background-position: 0 60px;
}
.lc_list li span.c-3 {
	background-position: 0 120px;
}

.lc_list li span.c-4 {
	background-position: 0 180px;
}
.lc_list li span.c-5 {
	background-position: 0 240px;
}
.lc_list li span.c-6 {
	background-position: 0 300px;
}
.lc_list li span.c-7 {
	background-position: 0 360px;
}
.lc_list li p {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
}
.lc_list li p font {
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
	display: block;
	color: #666;
}
.ease-1 {
	-webkit-transition: all 0.1s;
	-khtml-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.ease-3 {
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ease-3 .icon{
	font-size: 60px;
	color: #F07203;
	vertical-align: middle;
	text-align: center;
}
.radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.shadow-box-5 {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.shadow-text-1 {
	-moz-text-shadow: 0 1px 0px rgba(0,0,0,.5);
	-webkit-text-shadow: 0 1px 0px rgba(0,0,0,.5);
	text-shadow: 0 1px 0px rgba(0,0,0,.5);
}
.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.txt-en {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.txt-red {
	color: #e32530;
}
.txt-orange {
	color: #ff6600;
}
.nr span.c-1 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_01.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
}
.nr span.c-2 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_02.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
	font-size: 54px;
}
.nr span.c-3 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_03.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
}
.nr span.c-4 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_04.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
	font-size: 54px;
}
.nr span.c-5 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_05.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
	font-size: 75px;
}
.nr span.c-6 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_06.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
}
.nr span.c-7 {
	width: 100%;
	height: 100%;
	/*background: url(../images/icon_07.png) center no-repeat;*/
	display: block;
	float: left;
	border-radius: 50%;
}
.advantage .nr .item:hover .circle span.c-1 {
	/*background: url(../images/icon_01_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.c-2 {
	/*background: url(../images/icon_02_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.c-3 {
	/*background: url(../images/icon_03_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.c-4 {
	/*background: url(../images/icon_04_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.c-5 {
	/*background: url(../images/icon_05_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.c-6 {
	/*background: url(../images/icon_06_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.c-7 {
	/*background: url(../images/icon_07_h.png) center no-repeat;*/
}
.advantage .nr .item:hover .circle span.icon{
	color: #fff;
}
.advantage .inner {
	left: 0;
	right: 0;
}
.advantage .nr {
	padding: 0;
	width: 100%;
	float: left;
	margin-bottom: 100px;
}
.advantage .nr li {
	width: 14.285%;
	float: left;
	display: inline;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.advantage .nr li:nth-child(1), .advantage .nr li:nth-child(2) {
	-webkit-transform: translate3d(-100px,0px, 0);
	-moz-transition: translate3d(-100px, 0px, 0);
	-o-transition: translate3d(-100px, 0px, 0);
	transition: translate3d(-100px, 0px, 0);
}
.advantage .nr li:nth-child(3),.advantage .nr li:nth-child(4) {
	-webkit-transform: translate3d(100px,0px, 0);
	-moz-transition: translate3d(100px, 0px, 0);
	-o-transition: translate3d(100px, 0px, 0);
	transition: translate3d(100px, 0px, 0);
}
.advantage.active .nr li {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transition: translate3d(0, 0, 0);
	-o-transition: translate3d(0, 0, 0);
	transition: translate3d(0, 0, 0);
	transition-delay: 600ms;
	-o-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
}
.advantage.active .nr li:nth-child(2),.advantage.active .nr li:nth-child(3) {
	transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
}
.advantage .nr .item {
	display: block;
	width: 100%;
	position: relative;
	color: #333;
}
.advantage .nr .item .circle {
	width: 120px;
	height: 120px;
	margin: 10px auto 0px;
	position: relative;
	color: #333;
	background: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	behavior: url(ie-css3.htc);
	z-index: 2;
}
.advantage .nr .item .circle .circle_l,.advantage .nr .item .circle .circle_r {
	position: absolute;
	top: 0px;
	width: 60px;
	height: 120px;
	border: 2px solid #333;
	-webkit-transition-timing-function: linear;
}
.advantage .nr .item .circle .circle_l {
	left: 0px;
	border-right: 0;
	clip: rect(124px,62px,124px,0);
	-webkit-border-radius: 62px 0 0 62px;
	-moz-border-radius: 62px 0 0 62px;
	border-radius: 62px 0 0 62px;
	behavior: url(ie-css3.htc);
	z-index: 2;
}

.advantage .nr .item .circle .circle_r {
	right: 0px;
	border-left: 0;
	clip: rect(0px,62px,0px,0);
	-webkit-border-radius: 0 62px 62px 0;
	-moz-border-radius: 0 62px 62px 0;
	border-radius: 0 62px 62px 0;
	behavior: url(ie-css3.htc);
	z-index: 2;
}
.advantage .nr .item .circle img {
	height: 86px;
	width: 86px;
	margin-top: 17px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.advantage .nr .item h1 {
	font-size: 20px;
	padding: 20px 0 10px;
	line-height: 24px;
}
.advantage .nr .item p {
	line-height: 24px;
	font-size: 14px;
}
.advantage .nr .item:hover .circle_l {
	clip: rect(0,62px,124px,0);
	border-color: #109bfd;
}
.advantage .nr .item:hover .circle_r {
	clip: rect(0,62px,124px,0);
	border-color: #109bfd;
}
.advantage .nr .item:hover .circle{
	background: #109bfd;
	color: #fff;
	-webkit-transform: translate3d(0px,-10px, 0);
	-moz-transition: translate3d(0px, -10px, 0);
	-o-transition: translate3d(0px, -10px, 0);
	transition: translate3d(0px, -10px, 0);
	transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}
.advantage .nr .item:hover h1,.advantage .nr .item:hover p {
	color: #111;
	-webkit-transform: translate3d(0px,10px, 0);
	-moz-transition: translate3d(0px, 10px, 0);
	-o-transition: translate3d(0px, 10px, 0);
	transition: translate3d(0px, 10px, 0);
	transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

/*选择*/
.select{
	height: 772px;
	background-color:#f7f7f7;
	width: 100%;
	overflow: hidden;
}
.sel_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.sel_top img{
	vertical-align: top;
}
.sel_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
	font-weight: bold;
}
.sel_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
.sel_content{
	height: 570px;
	position: relative;
	overflow: hidden;
}
.sel_content .rotate{
	width: 666px;
	height: 536px;
	position: absolute;
	left: 50%;
	margin-left:-333px;
}
.rotate_box{
	position: relative;
	height: 100%;
}
.rotate_box img:nth-child(1){
	position: absolute;
	left: 50%;
	margin-left: -177px;
	top: 90px;
	z-index: 66;
	border-radius: 50%;
}
.rotate_box img:nth-child(2){
	position: absolute;
	left: 66px;
	top: 0;
	z-index: 55;
}
.xz{
	transition: 1.5s;
	transform: scale(0.86);
	-ms-transform:scale(0.86); 	/* IE 9 */
	-moz-transform:scale(0.86); 	/* Firefox */
	-webkit-transform:scale(0.86); /* Safari 和 Chrome */
	-o-transform:scale(0.86); 	/* Opera */
	box-shadow: 0 0 50px #3D3D3D;
}
.xzs{
	transition: 1.5s;
	transform: scale(1);
	-ms-transform:scale(1); 	/* IE 9 */
	-moz-transform:scale(1); 	/* Firefox */
	-webkit-transform:scale(1); /* Safari 和 Chrome */
	-o-transform:scale(1); /* Opera */
}
.rotate_box img:nth-child(3){
	position: absolute;
	left: 50%;
	/*	margin-left: -262px;*/
	top: 52px;
	z-index: 0;
}
.rotate_box img:nth-child(4){
	position: absolute;
	left: 50%;
	/*margin-left: -333px;*/
	top: 256px;
}
.rotate_box img:nth-child(5){
	position: absolute;
	left: 50%;
	/*margin-left: -252px;*/
	top: 456px;

}
.rotate_box img:nth-child(6){
	position: absolute;
	left: 50%;
	/*margin-left: 200px;*/
	top: 52px;
	z-index: 0;
}
.rotate_box img:nth-child(7){
	position: absolute;
	left: 50%;
	/*margin-left: 268px;*/
	top: 256px;
}
.rotate_box img:nth-child(8){
	position: absolute;
	left: 50%;
	/*margin-left: 188px;*/
	top: 456px;
}

.sel_con_box1 {
	position: absolute;
	top: 54px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -620px;
}
.sel_con_box1 span {
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.sel_con_box1 p {
	padding-top: 12px;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.sel_con_box2 {
	position: absolute;
	top: 54px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 298px;
}
.sel_con_box2 span {
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.sel_con_box2 p {
	padding-top: 12px;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.sel_con_box3 {
	position: absolute;
	top: 258px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -700px;
}
.sel_con_box3 span {
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.sel_con_box3 p {
	padding-top: 12px;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.sel_con_box4 {
	position: absolute;
	top: 258px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 380px;
}
.sel_con_box4 span {
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.sel_con_box4 p {
	padding-top: 12px;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.sel_con_box5 {
	position: absolute;
	top: 470px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -675px;
}
.sel_con_box5 span {
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.sel_con_box5 p {
	padding-top: 12px;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.sel_con_box6 {
	position: absolute;
	top: 470px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 292px;
}
.sel_con_box6 span {
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.sel_con_box6 p {
	padding-top: 12px;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.sel_con_box_text {
	width: 356px;
	position: absolute;
	top: 176px;
	left: 50%;
	margin-left: -178px;
	text-align: center;
	z-index: 66;
}
.sel_con_box_text span{
	font-weight: bold;
	display: block;
	font-size: 28px;
	color:#262525;
	padding-top: 10px;
}
.sel_con_box_text span:nth-child(3){
	font-weight: bold;
	display: block;
	font-size: 28px;
	color: #109bfd;
	padding-top: 16px;
	padding-bottom: 30px;
}
.sel_con_box_text a{
	text-align: center;
	display: block;
	height: 32px;
	line-height: 32px;
	width: 104px;
	font-size: 14px;
	color: #fff;
	background-color: #109bfd;
	border-radius: 25px;
	margin: 0 auto;
}

/*已成功改数量*/
.successful-area{
	background: url("../img/bg_4.jpg") repeat scroll 0 0 / cover;
}
.successful-area-container{
	position: relative;
	padding: 115px 100px 100px 115px;
	background-color: #000;
	opacity: 0.8;
}
.successful-area .container-fluid{
	padding: 0;
}
.successful-single {
	float: left;
	width: 25%;
}
.sucs-count {
	display: block;
	overflow: hidden;
}
.sucs-count h3 {
	color: #fff;
	font-family: raleway;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.sucs-count h3 span {
	color: #109bfd;
	display: block;
	font-family: lato;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 15px;
}
.sucs-icon a {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	display: block;
	float: left;
	height: 72px;
	text-align: center;
	line-height: 72px;
	margin-right: 40px;
	overflow: hidden;
	transform: rotate(45deg);
	width: 72px;
	transition:.3s;
}
.sucs-icon a i {
	display: inline-block;
	color: #666666;
	font-size: 35px;
	height: 100%;
	line-height: 75px;
	padding: 0;
	text-align: center;
	transform: rotate(315deg);
	width: 100%;
	transition:.3s;
}
.successful-single:hover .sucs-icon a{
	background:#109bfd;
}
.successful-single:hover .sucs-icon a i{
	color:#fff;
}

/*页面展示*/
.tabs-qh {
	width: 100%;
	float: left;
}
.index_news_title {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	text-align: center;
	-webkit-animation: gdownIn 1s 0.7s both;
	-moz-animation: gdownIn 1s 0.7s both;
	animation: gdownIn 1s 0.7s both;
}
.index_news_title dd {
	display: inline;
	cursor: pointer;
	padding: 3px 6px;
	text-align: center;
}
.index_news_title a {
	padding: 8px 20px;
	color: #a4a4a4;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
}

.index_news_title a:hover {
	color: #333;
}
.index_news_title a.tab-now {
	background: #109bfd;
	border: 1px solid #109bfd;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

#index_news_list {
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	-webkit-animation: gdownIn 1s 0.9s both;
	-moz-animation: gdownIn 1s 0.9s both;
	animation: gdownIn 1s 0.9s both;
}
#index_news_list div {
	display: none;
}

#index_news_list div.now {
	display: block;
}

#index_news_list div.now div {
	display: block;
}

#index_news_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 60px;
}
/*#index_news_list ul li {
	width: 23%;
	height: 500px;
	background: url(../img/phonebg.png) no-repeat;
	background-size: 100% 100%;
}

#index_news_list ul li:nth-child(6) {
	display: none;
}
#index_news_list {
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-animation: gfadeIn 1s .5s both;
	-moz-animation: gfadeIn 1s .5s both;
	animation: gfadeIn 1s .5s both;
}
#index_news_list ul li a {
	display: block;
	width: 230px;
	height: 386px;
	overflow: hidden;
	margin: 55px 0 0 17px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#index_news_list ul li article {
	position: relative;
	width: 100%;
	height: 386px;
	padding-top: 62.4%;
	overflow: hidden;
}
#index_news_list ul li article img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#index_news_list ul li article summary {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	line-height: 50px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	background: #666\9;
	z-index: 3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}
#index_news_list ul li a:hover {
	background-color: transparent;
}
#index_news_list ul li a:hover article summary {
	bottom: 0;
}
#index_news_list ul li a:hover article img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#index_news_list ul li a:hover article:before {
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}
#index_news_list ul li a:hover article:after {
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}*/
#index_news_list ul li{
	width: 23%;
	height: 506px;
}
#index_news_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
#index_news_list ul li a img{
	width: 100%;
	height: 100%;
	border: none;
}
/*适用场景*/
#our-services{
	padding-top: 60px;
}
#our-services .pb-60{
	padding-bottom: 60px;
}
#our-services .mb-20{
	margin-bottom: 20px;
}
.feature-bg-box {
	position: relative;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 100px;
	height: 180px;
	background: rgb(247, 247, 247);
}
.feature-bg-box, .feature-bg-box:hover .icon {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.feature-bg-box .icon {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px #f6f6f6;
	line-height: 80px;
}
.feature-bg-box .icon img{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.featured-item.feature-bg-box .icon i {
	color: #19b5fe;
	font-size: 40px;
	line-height: 80px;
}
.feature-bg-box .title {
	display: inline-block;
	margin-top: 40px;
}
.feature-bg-box .title h4{
	font-weight: 600!important;
	margin-bottom: 10px;
}
.blue:hover {
	background: #19b5fe;
	color: #fff;
}
.yellow:hover {
	background: #ffaf36;
	color: #fff;
}