body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font: 14px/1 robotoregular, Open Sans, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, monospace, serif;
}

body {
	padding-top: 60px;
}

/* public class */
.fl {
	float: left;
}

.fr {
	float: right;
}

.c_clear {
	clear: both;
}

.c_clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

i {
	font-style: normal
}

.c_body {
	min-width: 300px;
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	overflow-y: scroll;
}

.c_padd {
	margin: 0 .5rem 0 .5rem;
	padding: .5rem 0
}

.p_b70 {
	padding-bottom: 70px;
}

.bg_fff {
	background: #FFF
}

.c_p {
	padding: .5rem
}

a {
	color: #4C4C4C;
}

.col-fff {
	color: #fff;
}

.c_03a9f4 {
	color: #03a9f4;
}

.c_454553 {
	color: #454553;
}

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/iconfont.woff') format('woff'),
		/* chrome、firefox */
		url('font/iconfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

input,
textarea {
	outline: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

li,
div,
ul {
	*zoom: 1;
}

/*li:after,div:after,ul:after{content:'';display:table;clear:both;}*/
.tran {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.container {
	width: 1000px;
	padding:0;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.logo_i {
	width: 136px;
	float: left;
	margin: 10px 0 0 10px;
}

.logo_i img {
	width: 90%;
	height: 100%;
	display: inline-block;
}

.left_text {
	float: left;
	line-height: 60px;
	color: #FFF;
	font-size: 12px
}

.left_text a {
	padding: 0 10px;
	color: #FFF
}

.left_text a:hover {
	color: #ff0
}

.right_text {
	float: right;
	line-height: 60px;
	color: #FFF;
	font-size: 12px
}

.right_text a {
	padding: 0 10px;
	color: #FFF
}

.right_text a:hover {
	color: #ff0
}


/*----------------index---------------------*/
.top_i_head {
	width: 100%;
	height: 60px;
	background: none;
	position: fixed;
	z-index: 999999;

}

.index_b_pic {
	width: 100%;
	position: relative;
}

.banner_text {
	position: absolute;
	width: 1200px;
	top: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 150px
}

.banner_text h3 {
	width: 100%;
	text-align: center;
	color: #20b3a6;
	font-size: 72px;
	font-family: microsoft yahei
}

.banner_text .banner_text_p {
	color: #FFF;
	font-size: 30px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	margin-bottom: 50px
}

.banner_btn_login {
	width: 220px;
	height: 62px;
	display: inline-block;
	background: #0cb2a4;
	border-radius: 10px;
	text-align: center;
	line-height: 62px;
	color: #FFF;
	font-size: 30px;
}

.banner_btn_reg {
	width: 220px;
	height: 62px;
	display: inline-block;
	background: none;
	margin-left: 70px;
	border-radius: 10px;
	border: #f29400 solid 1px;
	text-align: center;
	line-height: 62px;
	color: #FFF;
	font-size: 30px;
}


/* flexslider */
.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
	padding: 0;
}

.flexslider img {
	width: 100%
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active {
	background-position: 0 0;
}



.row {
	margin: 0;
	padding: 0
}

a {
	cursor: text
}

a:hover {
	text-decoration: none
}

/* nav */
.logo_nav {
	position: fixed;
	background-size: cover;
	margin: 0 auto 0 -585px;
	z-index: 999999;
	top: 20px;
	left: 50%
}

.weixin-tip {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	z-index: 999999;
	height: 100%;
	width: 100%
}

.weixin-tip img {
	width: 70%;
	float: right;
	margin: 20px 20px 0 0
}


.dropdown-menu>li>a {
	color: #FFF;
}

.scrolltopbg {
	background: rgba(59, 70, 130, .9);
	border-radius: 25px;
}

.logo {
	width: 150px;
	float: left;
	margin: 10px 20px;
	font-size: 22px;
	color: #FFF
}

.logo a {
	color: #FFF;
}

.logo a span {
	margin-left: 5px
}

.logo img {
	width: 33px;
	float: left;
	margin: 0;
}

.nav_bg {
	width: 70%;
	float: right;
	text-align: right;
	position: relative;
}

.nav {
	display: flex;
	justify-content: flex-end;
	padding: 5px 0;
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 999;
}

.nav a {
	cursor: pointer;
}

.nav>li {
	justify-content: flex-end;
}

.nav>li:hover .dropdown-menu {
	display: block;
}

.nav>li>a:focus {
	background: none;
	color: #FFF;
	font-size: 18px;
	border-bottom: #FFF solid 2px;
}

.nav-pills>li.active>a {
	background: none;
	border: 0;
	border-radius: 25px;
	padding: 8px 25px
}

.nav>li>a {
	color: #FFF;
	border-radius: 0;
	padding: 8px 15px
}


ul,
li {
	list-style: none
}


.sliderBg .col-md-4 li {
	display: flex;
	color: #fff;
	margin-top: 40px
}

.sliderBg .col-md-4 li img {
	float: left;
}

.col-md-4 {
	padding-left: 6%
}

.Fleft {
	float: left;
	width: 100%
}

.sliderBg .col-md-4 li h3 {
	margin: 0 0 10px 10px;
	font-size: 18px
}

.sliderBg .col-md-4 li p {
	margin: 0 0 10px 10px;
	font-size: 14px
}

.section-block {
	position: relative;
	overflow: hidden;
	padding: 6rem 15px;
	background-color: #fff;
	color: #434a54;
	text-align: center;
}

.text-muted {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	color: #8D8D8D;
}

.textstart h2 {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	color: #383838
}

.textstart h2 a {
	color: #383838
}

.w70 {
	width: 70%;
	margin: 0 auto
}

.w80 {
	width: 85%;
	margin: 0 auto
}

.media-body h4 {
	font-weight: bold;
	padding: 20px 0
}

.media .media-left {
	vertical-align: middle
}

.flick-block-text {
	color: #fff;
	font-size: 4rem
}

.flick-sub-text .flick-block-text {
	color: #fff;
	width: 500px;
	font-size: 2rem
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text,
.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 0
}

.dropdown-menu {
	width: 100%;
	min-width: 100%;
	background: none;
	border: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}


.dropdown-menu li {
	/*width: 100%;*/
	cursor: pointer;
	text-align: center
}

.a01 img {
	width: 80%
}

/* 板块上间距 */
.blockMarT {
	margin: 20px auto 0;
}

.blockMarTop {
	margin: 20px auto 0;
}

.media:first-child {
	margin-top: 30px
}

.col-lg-4,
.col-md-4,
.col-xs-4 {
	padding-left: 0;
	padding-right: 40px;
}

/* .col-lg-4:last-child,
.col-md-4:last-child,
.col-xs-4:last-child
{
  
} */
.media {
	margin: 60px 0;
	overflow: hidden;
}

.contactBg {
	width: 100%;
	padding: 30px 0;
	background: #0C81EA;
	background-image: linear-gradient(-180deg, #6430E6 0%, #0C81EA 100%);
}

.w100 {
	width: 100%
}

.contTextPic {
	width: 100%;
	text-align: center
}

.contactBg img {
	width: 140px
}

.contactBg h6 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold
}

.contactBg p {
	font-size: 1.6rem;
	color: #fff
}

.glyphicon {
	color: #A1EFB7
}

.atcontact {
	padding: 10px 25px 0 0;
	margin: 10px auto;
	color: #A1EFB7;
	font-size: 18px;
	display: inline-block;
}

.threePicm {
	margin-top: 100px;
	opacity: .5;
}

.bugufriend {
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 使用css3的transform来实现 */
}

/* slider  qiehuan */
#content {
	position: relative;
	margin: 50px auto;
	width: 90%;
}

.col-lg-3 img {
	width: 100%
}

/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev,
.als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

/**************************
 * specific als elements
 * styling for #lista1
 **************************/
#lista1 {
	margin: 60px auto 80px auto;
}

#lista1 .als-item {
	margin: 0px 30px;
	min-height: 152px;
	min-width: 128px;
	width: 15%
}

#lista1 .als-item img {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

#lista1 .als-prev,
#lista1 .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 90px;
}

#lista1 .als-next {
	right: 100px;
}

.textgray {
	color: #8D8D8D;
	font-size: 1.6rem
}

.textgraysale {
	color: #8D8D8D;
	font-size: 1.8rem
}

.pricing-box-green {
	background: url(../images/teambg.png) no-repeat;
	border-radius: 4px;
	position: relative;
	background-size: 100%;
}

.pricing-box-green:hover .peopletext {
	display: block;
}

.pricing-box-green .pricing-top,
.pricing-box-blue .pricing-top,
.pricing-box-red .pricing-top {
	padding: 20px 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-align: center
}

.pricing-box-blue .pricing-top {
	background-color: none;
}

.pricing-box-blue .pricing-top h3 {
	color: #fff;
}

.pricing-box-blue .textgray {
	color: #fff;
	font-size: 1.6rem
}

.pricing-box-blue .textgraysale {
	color: #fff;
	font-size: 1.8rem
}

.pricing-box-blue .pricing-top .price .currency {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	vertical-align: top;
	display: inline-block;
}

.pricing-box-blue .pricing-top .price span.number {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
}

.pricing-box-blue .pricing-bottom ul li {
	color: #fff
}

.pricing-top h3 {
	width: 70%;
	color: #2C2C2C;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 auto 10px;
}

.pricing-top h3 img {
	width: 100%
}

.pricing-top h6 {
	text-align: center;
	font-size: 22px;
	color: #FFF;
	margin: 0 auto
}

.pricing-top p.textgray {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	opacity: .5;
	font-size: 14px;
	line-height: 30px;
	word-wrap: break-word;
	color: #FFF
}

.pricing-top h2 {
	width: 70%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

.pricing-top .price .currency {
	color: #2C2C2C;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	vertical-align: top;
	display: inline-block;
}

.pricing-top .price span.number {
	color: #2C2C2C;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
}

.pricing-top .price .month {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.pricing-top .price .month .blue {
	color: #3498db;
}

.pricing-bottom {
	padding: 0 40px 40px 40px;
}

.pricing-bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 35px 0px 40px;
	padding: 0;
}

.pricing-bottom ul li {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.btn-pricing-green {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #0E7EE9;
	background-image: linear-gradient(-180deg, #6735E7 0%, #0E7EE9 100%);
	box-shadow: 0 2px 6px 0 #0072E9;
	border-radius: 25px;
	padding: 15px 25px
}

.btn-pricing-green:hover {
	color: #fff;
}

.btn-pricing-blue {
	width: 80%;
	margin: 0 auto;
	color: #0072E9;
	background: #FFFFFF;
	font-size: 2rem;
	font-weight: bold;
	box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.50);
	border-radius: 37px;
	padding: 14px 0;
	font-weight: 600;
}

.btn-pricing-red:hover {
	color: #dd624e;
	background-color: transparent;
	border-color: #dd624e;
}

/* contactUsBg */
.contactUsBg {
	background: #1B1856;
	padding: 30px 0;
	overflow: auto;
	text-align: center
}

.contactUsBg h3 a {
	color: #FFF;
	line-height: 3rem
}

.companylink {
	color: #fff;
	font-size: 1.4rem;
	line-height: 3rem
}

.commitinput {
	width: 50%;
	border-radius: 0;
	height: 39px;
	border: 0
}

.comitBtn {
	background: #3997EE;
	background-image: linear-gradient(-270deg, #6232E7 0%, #3997EE 98%);
	border: 0;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
}

/* nav  mobile */
.menu-icon {
	position: absolute;
	top: -55px;
	padding: 20px;
	right: 15px;
	display: none;
	color: #fff;
	font-size: 22px;
	z-index: 99999999999;
}

.menu-icon:focus,
.menu-icon:active {
	color: #999999;
}

.menu-icon:hover,
.menu-icon.menu-open {
	color: #FFF;
}

.mobile-show ul li:last-child>a {
	border-bottom: 1px solid #2b2b2b;
}

/*返回顶部*/
.w-button-round,
.w-button-square {
	position: relative;
	display: block;
	padding: 0;
	border: 0;
	background: #db3652
}

.w-button-round {
	overflow: hidden;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-indent: -999em;
}

.w-button-backToTop {
	position: fixed;
	right: 5px;
	bottom: 65px;
	z-index: 99999;
	width: 3pc;
	height: 3pc;
	background: #c5c5c5;
	-webkit-transition: bottom .2s ease-in;
	transition: bottom .2s ease-in;
	background-color: rgba(0, 0, 0, .4);
}

.nrefresh {
	position: fixed;
	right: 5px;
	bottom: 65px;
	z-index: 99999;
	width: 3pc;
	height: 3pc;
	background: #c5c5c5 url(http://imgcdn.3yx.com/image/201608101316yyg-icon2.png) no-repeat right -200px;
	background-size: 300px 300px;
	-webkit-transition: bottom .2s ease-in;
	transition: bottom .2s ease-in;
	background-color: rgba(0, 0, 0, .4);
}

.w-button-backToTop:after,
.w-button-backToTop:before {
	position: absolute;
	display: block;
	overflow: hidden;
	content: ""
}

.w-button-backToTop:before {
	top: 15px;
	left: 1.06pc;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.w-button-backToTop:after {
	top: 13px;
	left: 23px;
	width: 0;
	height: 23px;
	border-left: 3px solid #fff
}

.nrefresh.loading {
	-webkit-animation: rotating .8s linear 0s infinite;
	animation: rotating .8s linear 0s infinite
}

/* slider  切换 */
.B_inner p {
	text-align: left;
	color: #ABABAB
}

.B_inner a:hover {
	text-decoration: none
}

/* phone banner */
.phone_banner {
	width: 100%;
	position: relative;
}

.phone_banner img {
	width: 100%
}

.banner_text {
	width: 90%;
	margin: 150px auto;
	text-align: center
}

.banner_text .h3b {
	font-size: 3rem;
	color: #fff;
	line-height: 5rem
}

.banner_text .texts {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.8rem
}

/* 低版本浏览器提示 */
.browser-happy {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: #24a6fa
}

.browser-happy .content {
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding-top: 100px
}

.browser-happy .content p {
	line-height: 30px;
}

.browser-happy .content a {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
	margin-top: 30px;
}

/*打造*/
.animatedParent h4.media-heading {
	font-size: 58px;
	line-height: 70px;
	margin-bottom: 30px
}

.animatedParent p.text {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	opacity: .7;
	word-wrap: break-word
}

.lineW {
	width: 40px;
	height: 2px;
	background: rgba(161, 241, 183, 1);
	margin-bottom: 30px
}

.lineR {
	width: 40px;
	height: 2px;
	background: rgba(241, 134, 132, 1);
	margin-bottom: 30px
}

.lineB {
	width: 40px;
	height: 2px;
	background: rgba(119, 131, 237, 1);
	margin-bottom: 30px
}

.lineG {
	width: 40px;
	height: 2px;
	background: rgba(161, 241, 183, 1);
	margin-bottom: 30px
}

/*关于*/
.fourlist {
	width: 100%;
	margin-top: 40px;
}

.fourlist li {
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
	height: 60px;
	padding: 15px 0 0 30px;
	border-bottom: #C1C1C1 solid 1px;
	position: relative;
	color: #03152B
}

.fourlist li .hovertext {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 14px;
	height: 100%;
	line-height: 24px;
	padding: 5px 10px;
	width: 100%;
	background: rgba(0, 0, 0, .6)
}

.fourlist li:hover .hovertext {
	display: block;
	cursor: pointer;
}

.badgepic img {
	width: 30px;
}

.wpic {
	display: none
}

.fourlist li:hover .wpic {
	display: inline-block;
}


/*业务范围*/
.shtjiaoshao {
	width: 100%;
	height: 60px;
	text-align: center;
	background: #C1D9FA url(../images/bannercenterb.png) no-repeat;

}

.shtjiaoshao h1 {
	font-size: 18px;
	line-height: 60px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

.ywfwb .col-md-6 {
	border-bottom: #F2F2F2 solid 1px;
	text-align: center;
	padding: 10px 0;
	height: 249px;
	overflow: hidden;
}

.ywfwb .col-md-6:nth-child(2n) {
	border-left: #F2F2F2 solid 1px;
	margin-left: -1px;
}

.ywfwb .col-md-6 img {
	width: 70%;
}

.ywfwb .col-md-6 h2 {
	width: 100%;
	line-height: 40px;
	margin-top: 0;
	text-align: center;
	font-size: 16px;
	color: #1670CD;
}

/*企业服务*/
.qiyeserve {
	width: 100%;
	height: 170px;
	text-align: center;
	padding-top: 5px;
	background: #C1D9FA url(../images/bannercenterb.png) no-repeat;

}

.qiyeserve h1 {
	font-size: 18px;
	line-height: 40px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

.bottom_line {
	border-bottom: #f0f0f0 solid 1px
}

/*新闻资讯*/
.newstip {
	width: 100%;
	position: relative;
}

.newstip h1 {
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

/*滚动*/
.box {
	width: 980px;
	margin: 20px auto;
	position: relative;
	_height: 100%
}

.picbox {
	width: 980px;
	height: 175px;
	overflow: hidden;
	border: #f0f0f0 solid 1px;
	position: relative
}

.picbox li {
	width: 240px;
	height: 160px;
}

.picbox li img {
	width: 100%;
}

.piclist {
	height: 175px;
	position: absolute;
	display: flex;
	left: 0;
	margin: 0;
	top: 0
}

.piclist li {
	background: #eee;
	margin: 2px 0 0 6px;
	padding: 5px;
	float: left
}

.bluebg {
	background: rgba(18, 105, 204, .6)
}

.swaplist {
	position: absolute;
	left: -3000px;
	top: 0
}

.telicon {
	background: url(../images/telindex.png) no-repeat 5px 3px;
	background-size: 15%;
	display: inline-block;
	padding-left: 34px;
	height: 40px;
	width: 171px;
	color: #D9D9D9;
	line-height: 30px
}

.teliconl {
	background: url(../images/telindexl.png) no-repeat 5px 3px;
	background-size: 15%;
	display: inline-block;
	padding-left: 34px;
	height: 40px;
	width: 171px;
	color: #999;
	line-height: 30px
}
.teliconWhite {
	background: url(../images/telindexWhite.png) no-repeat 5px 3px;
	background-size: 15%;
	display: inline-block;
	padding-left: 34px;
	height: 40px;
	width: 171px;
	color: #999;
	line-height: 30px
}

.og_prev,
.og_next {
	width: 50px;
	height: 50px;
	background: url(../images/icon.png) no-repeat;
	background: url(../images/icon_ie6.png) no-repeat\9;
	position: absolute;
	top: 60px;
	z-index: 99;
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: .7
}

.og_prev {
	background-position: 0 -60px;
	left: -50px
}

.og_next {
	background-position: 0 0;
	right: -50px
}

.moreBtn {
	width: 130px;
	margin: 10px auto
}

.moreBtn img {
	width: 100%
}

/*商务合作*/
.business {
	width: 100%;
	height: 140px;
	text-align: center;
	padding-top: 5px;
	background: #C1D9FA url(../images/business.jpg) no-repeat;

}

.business h1 {
	font-size: 24px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

/*人才外包center*/
.businesspeople {
	width: 100%;
	height: 140px;
	text-align: center;
	padding-top: 5px;
	background: #C1D9FA url(../images/peoplecenterpicbg.jpg) no-repeat;

}

.textlist {
	width: 100%;
}

.textlist li {
	width: 100%;
	text-align: left;
	line-height: 50px;
}

.businesspeople h1 {
	font-size: 24px;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}

.message-red-i {
	color: red;
}

.business_box {
	width: 900px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	margin: -30px auto 0;
	border-radius: 10px;
	border: #f0f0f0 solid 1px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(132, 128, 143, 0.08);
}

.businesslist {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.businesslist li {
	width: 20%;
	float: left;
	height: 95px;
	padding: 3px;
	overflow: hidden;
}


.businesslist li img {
	width: 90%
}

.roundk .ftext {
	font-size: 20px;
	font-weight: bold;
	color: #2980BB;
}

/*news*/
.newslist {
	width: 100%;
	border-bottom: #E6E6E6 solid 1px;
	margin-top: 20px;
}

.newslist:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 5px 0px rgba(120, 115, 118, 0.18);
	border-radius: 5px;
}

.newslist img {
	width: 100%;
	margin-bottom: 10px
}

.newslist h1 {
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	margin: 10px 0 0;
	font-weight: bold
}

.newslist p {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}

.newslist .h60 {
	line-height: 60px;
	text-align: center
}

.morelist {
	width: 100%;
	text-align: center;
}

.morelist a {
	cursor: pointer;
	text-decoration: underline;
	line-height: 60px;
	font-size: 18px;
	color: #353535
}

/*about*/
.abouttext {
	width: 100%;
}

.abouttext h1 {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}

.abouttext p {
	width: 100%;
	font-size: 16px;
	line-height: 36px;
}

.aboutcenterbg {
	width: 100%;
	height: 430px;
	background: url(../images/aboutcenterbg.jpg) no-repeat center 0;
	background-size: cover
}

.aboutcenterbg .w50 {
	width: 50%;
	display: inline-block;
	height: 50%;
	border-right: #737373 solid 1px;
	border-bottom: #737373 solid 1px;
}

.aboutcenterbg .abouttextcent {
	width: 50%;
	display: inline-block;
	height: 50%;
	border-right: #737373 solid 1px;
	border-bottom: #737373 solid 1px;
}

.aboutcenterbg .abouttextcent:nth-child(2n) {
	border-right: 0
}

.aboutcenterbg .abouttextcent:hover {
	background: rgba(0, 0, 0, .6)
}

.aboutcenterbg .abouttextcent h1 {
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
	text-align: center
}

.aboutcenterbg .abouttextcent p {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
	color: #FFF
}


/*底部*/
.footerbg {
	width: 100%;
	height: 255px;
	background: #B2B2B2 url(../images/footerbg.png) no-repeat center 0;
	background-size: cover;
	position: relative;
}

.footerbg .container {
	padding-bottom: 15px
}

.breadcrumb {
	background: none;
	width: 100%;
	text-align: center;
}

.breadcrumb li {
	color: #FFF;
	margin-top: 20px;
}

.qrcode {
	text-align: center;
	border-right: #FFF solid 1px
}

.qrcode h1 {
	font-size: 14px;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.blogo {
	width: 130px;
	margin: 10px auto 0;
	text-align: center;
}

.blogo a {
	color: #FFF;
	font-size: 18px
}

.contactUs {
	margin-top: 10px;
	color: #FFF
}

.contactUs h1 {
	color: #4C4C4C;
	line-height: 40px;
	font-size: 24px
}

.contactUs p {
	font-size: 14px;
}

.footercopy {
	width: 100%;
	background: #8C8C8C;
	color: #353535;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.textleft {
	text-align: left;
	word-wrap: break-word
}

.blogo img {
	width: 38px
}

.nonestyle li {
	background: none !important;
	border: 0;
	padding: 5px 0;
	text-align: center;
}

.nonestyle li a {
	color: #595959;
	cursor: pointer;
}

.nonestyle li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.nonestyle li a:hover figure {
	opacity: 1;
}

.nonestyle li a img {
	opacity: 0.6;
	cursor: pointer;
}

.nonestyle li a img {
	width: 100%
}

.nonestyle li a img:hover {
	opacity: 1;
	cursor: pointer;
}

.rightfixed {
	position: fixed;
	right: 0;
	top: 100px;
}

.rightfixed li {
	background: #FFF;
	border-radius: 10px 0 0 10px;
	line-height: 40px;
	margin-top: 10px;
}

.rightfixed li .glyphicon {
	color: #585858;
	font-size: 18px;
	margin: 3px 10px;
	vertical-align: baseline;
}

/*首页news切换*/
/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	border: 2px solid #f0f0f0;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 10px;
	box-shadow: inset 0 0 10px #888;
}

/* Panel Wrapper */
.mb-slider,
.mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 20px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
	padding: 10px;
	overflow: hidden;
}

.mb-inside * {
	max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	background: transparent url(../images/arrows2.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	/* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}

a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -55px;
}

a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -55px;
}

a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #ccc;
	position: relative;
	z-index: 100;
	display: none
}

.mb-controls a {
	color: #666;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

.mb-controls a:hover {
	color: black;
}

.mb-controls a.current {
	color: white;
}

.mb-active-slider .mb-controls {
	background: #333;
	display: none;
}

/*list*/
.list_top_i_head {
	z-index: 99999999;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	background: #FFF;
}

.list_top_i_head .nav>li>a {
	color: #808080
}

.top_i_head .nav>li>a.active {
	background: none;
	color: #FFF;
	font-size: 18px;
	border-bottom: #FFF solid 2px;
}

.list_top_i_head .nav>li>a:focus,
.list_top_i_head .nav>li>a.active {
	background: none;
	color: #404040;
	font-size: 18px;
	border-bottom: #404040 solid 2px;
}

.list_top_i_head .nav-pills>li.active>a {
	background: none;
	border: 0;
	border-radius: 25px;
	padding: 8px 25px
}

.listh1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px
}

.listpage {
	margin-top: 20px
}

.listpage .list-group-item.active {
	font-size: 18px;
	color: #333;
	line-height: 40px
}

.listpage .list-group-item {
	text-align: left;
	color: #737373
}

.listpage .nonestyle li a {
	color: #ccc
}

.listpage .nonestyle li .glyphicon {
	color: #0072E9;
	font-size: 22px;
	margin-left: 10px
}

.roundk {
	border: #ccc solid 1px;
	padding: 10px;
	height: 120px;
	background: #FFF;
	position: relative;
	border-radius: 10px;
	text-align: center
}

.roundk .pic {
	width: 30px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -15px;
}

.roundk h1 {
	margin-top: 30px;
	font-size: 18px;
}

.roundk p {
	margin-top: 10px;
	font-size: 12px;
}

.zigelist li {
	margin-top: 30px
}

.zigelist2 li {
	margin-top: 20px
}

.zigelist2 li .glyphicon {
	color: #1074B5
}

.listtextH6 {
	font-size: 14px;
	line-height: 36px;
	color: #737373
}

.paitext {
	width: 100%;
}

.paitext h1 {
	font-size: 18px;
	border-left: #FF8A21 solid 3px;
	padding-left: 20px;
}

.paitext p {
	font-size: 14px;
	line-height: 26px;
	height: 120px;
	margin-top: 10px;
	color: #808080;
	border-top: #D9D9D9 solid 1px;
	padding: 10px;
}

.listpro {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 40px;
	margin-bottom: 0
}

.listpro li {
	padding: 0 20px;
	border-right: #1275B6 solid 1px;
	display: inline-block;
	font-size: 20px;
}

.listpro li:last-child {
	border-right: 0
}

.picw100 img {
	width: 100%
}

.servebtn {
	width:75%;
	margin: 10px auto;
	border-radius: 10px;
	border: 1px solid rgba(128, 128, 128, 1);
	overflow: hidden;
}

.servebtn li {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	color: #686868;
	font-size: 18px;
}

.servebtn li.active {
	background: linear-gradient(-90deg, rgba(18, 105, 204, 1), rgba(106, 51, 194, 1));
	color: #FFF
}

.proplelist li.col-md-4 {
	width: 100%
}

.proplelist li .paitext p {
	height: auto;
	margin: 5px 0;
	padding: 10px 0 5px
}

.proplelist li .paitext h1 {
	margin: 0 0 5px
}

/*pageinfomation*/
.pageinfo {
	width: 100%;
	border: #ccc solid 1px;
	border-radius: 5px;
	padding: 10px;
}

.pageinfo h1 {
	line-height: 22px;
	text-align: center;
	font-size: 20px;
	color: #3d4757;
	font-weight: 700;
}

.pageinfo h6 {
	font-size: 14px;
	text-align: center;
	color: #c0c6cf;
	letter-spacing: 0;
	line-height: 20px;
	padding: 22px 0 10px;
}

.pageinfo .logo {
	width: 60%;
	margin: 10px auto;
	float: none
}

.pageinfo .logo img {
	width: 80%;
	margin: 10px auto;
	float: none
}

.pageinfo .form {
	width: 80%;
	margin: 10px auto
}

.pageinfo .form .form-control {
	border: none;
	border-bottom: 1px solid #e2e6ed;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	box-shadow: none;
}

.centerbtnk {
	text-align: center;
	width: 100%
}

.centerbtn {
	margin: 10px auto
}

/*五险一金计算器*/
.counter .counter_content {
	padding-top: 60px;
	box-sizing: border-box
}
.ivu-form-item{width: 100%}
.ivu-form-item-label{float: left;}
.ivu-form-item-content{display: inline-block}
.counter .counter_content .counter_content_left {
	float: left;
	width: 330px;
	height: 620px;
	background-color: #fff;
	box-shadow: 2px 3px 24px 0 rgba(96, 96, 96, .11);
	margin-right: 14px;
	padding:10px 20px 0;
	box-sizing: border-box
}
.counter .counter_content  .btn-primary {    background-color: #ed4014; border-color: #ed4014; }
.counter .counter_content  .btn-block {margin-top: 10px;border-radius: 50px}
.counter .counter_content .counter_content_left h3{
	width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #f73143;
	padding-left: 30px;
	margin-bottom: 20px;
	    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAsCAYAAAATmipGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjA0MzlCREY5QTg3MTFFODg0QjdCRkI4M0Y0Nzg4MjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjA0MzlCRTA5QTg3MTFFODg0QjdCRkI4M0Y0Nzg4MjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMDQzOUJERDlBODcxMUU4ODRCN0JGQjgzRjQ3ODgyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMDQzOUJERTlBODcxMUU4ODRCN0JGQjgzRjQ3ODgyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plp5BYEAAAOjSURBVHja3FlJaBRBFJ1MJiYucSGXRMWoIQoJMkkQV9Cg4kVREcWr60U8qEQQXBGMosSTkouoCJqDCg4uIAY8uICKo4kxEDfiGpE4gm0W4yTxffwDRVlV3emZnh788NLVVb97Xtdfqn4lq6dycYBlO7AWmAxkB/yVQeA9EMmLNtZSRxYTvQUsDWSmPALmh/Bnt0SyBej2mVwuEOb2LKCOZvQzGkU83ZuBM+lkBNMq+3urlqzE5RKQA1hB/CngsY/pJmnzARFcWhMzTET7+KYvA/0zwelXiE0eUEQ6TXkNUOolE5g40fwAHMNMdgnDoX8aCiEfqU3zDH4B6lUDQcNDBT6YeoxuwDSjvUL7HHCc8q4HiX0LLzbybzomKspzIQK9SOi24pRoGVDiEdHKZInmCe1NDM/Tp27AFEzffQgmy82MXgX2AtM8CCKVvAPOuyFKq8Jhv9b6oZg+oyTkMOIr2PyD/HHkS9eBfkFvITBRevYrcFvqWw6MBQbonVhC6Z1tmNknyRAtBl5oxk4B27i9jImrZAMvGCQHgQOaNT8Mss1uTV9sGKsQ2mGDXpXmGVlKkvHRQcOYmAniBr24YtumkoFkiH4zjEUlX9SJOPbDoNeZjI+28oo0W5pBqhCPCvcXOZAmSTPeAZwU+vYBMWCcYC26tsA/75uIUM1EX5kPtANTfCg5TJvqKO8FrP8mj44ALkjRmsXl9H7gMvdNZb1C6Xky80agie+pLD8BjJRKkdfAOsxuzC3RGcAqzViNQHQ1MEehQ6cu64EdfE95t1yjNxe44TbqTR/S5TC1iCnpp8N0l9I8GpQqVp0MF9qj3XKxMz0d79zllUf84g7eAibkGvtikSIPNwj3ZzmK8yW9V3YliR1RSl0LFC+2FPl2ugO9K0BEmmVKUVaqaiYrhXpxUc/pftQJ0UJFpPYAD6S+ck16eir10So3SkpPb0C4PRmi5HNtCpMG+BRlD7ergTuad6xhk5PsBOoUOv0gXAayL91GfamGJMkioT3P8I5qTVuUbE1+dUx0wGHqMm3ffgvt7iH+Vm4i/dkRNSXoZw71Oh1+eMxQ5+fZ+Wgzlw4zpTxKa/Mu4b6B9wMTpOc/Sdu8Q3yV3ekxcE/x+3QutZX8n7Z5FkfhWw+PbVJSLg8THDpjJSiUB7RDX5GpRMn0RwJ//4WTkEaOznRuqikznIYb3DQRpYB6KJW1fkgcRHNMK1Oco5pWGjq3H+/DUQ9xqDcp/BFgAEOW24i+a+fbAAAAAElFTkSuQmCC) no-repeat 0;
	background-size: 21px 22px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.show_shuo_m{margin-top: 20px}
.show_shuo_m h4{ font-size: 16px}
.show_shuo_m p{ font-size: 14px; color: #999; line-height:26px}


.counter .counter_content .counter_content_right{
	float: right;
	width: 626px;
	height: 620px;
	background-color: #fff;
	box-shadow: 2px 3px 24px 0 rgba(96, 96, 96, .11);
	padding: 21px 24px;
	box-sizing: border-box;
}

.counter .counter_content .counter_content_right h4 {
	width: 200px;
	height: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #999;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjA0MzlCREI5QTg3MTFFODg0QjdCRkI4M0Y0Nzg4MjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjA0MzlCREM5QTg3MTFFODg0QjdCRkI4M0Y0Nzg4MjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMDQzOUJEOTlBODcxMUU4ODRCN0JGQjgzRjQ3ODgyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMDQzOUJEQTlBODcxMUU4ODRCN0JGQjgzRjQ3ODgyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqtms10AAAMpSURBVHjapJZZbExRGMfvTO1rCQ8dk0aCh7YPFLU9IAhSSyxFipBa0xASSyyhCYklFfGgj6NILEFEaUV5aIKU8GDJiCCWByqhhFFaWoz/l/xv8uXmzL1n9J/8Mt+595z5zj3n+75zQi35k50AhcFQMBYMAd3Ab/AWPAK3QHPQn3TwedcDrAelINun33dwHpSD536zNWk2Bx0IcOJOaAV4Avak40g6V4EI243gCJgKskBnvisAm8ED9vsL7qdyFPLs0X6wg3Yb2AcOWezBTJABLtvs0WLl5DOYBe46dqqxiShRf1BBW2Y/Iw0nqdQPTPR+URnoQ1si7V47nfQGtaAXyJV0kC/KBCvZQb7iRIrBBfzqa+AMWOaTHvJuBPOu2F26eaArO8jGJw0Dy/mV68B0Dj7JZxFD/0rwlfZS19EUPmgCVw2D5M+3SoSy/VO9Gw4uGdLkB7hCe7ykhHTI5wOZXatngOTMXtqfQCG/PpulRzSKq+KV+74LyBFHUT54Zeg8BvSlvYn747DOLQC/VB55pf8vEmYJEX0xdB6gbG8kfgQvaWcZxiaUnRnmejpq5loflJ3nedcTDFROTSHuqkkcNbCRa+h8B3xTEZmnCmkMdGe71jBW/1+DOHrIxmiVtK5aWP9Eg8Bj8BS8Bwv5PA7OGRxN46/s47Ow2uCOoCRFDsVoS+HM4bKJXoA5PAi1osw3Ub2UNXF0USXXNsNeSQKv5jFxikEhS7URDAOvDZPbBTrRjuljokwdWsfAqnbUuXHMoQwe9SPBHzejD6u4l9Oy6D+dyClwlk5kJTaIE31MSIgvZ2WQUnPcEM5BkqW6oI7+o+C26Siv59Hshm8VZ2grqewTaN8EW/zuDBWsyqLBoFptqp+2M2B0eWoLupysAXUqtypV5TZpkcq1BE/nRptbUCurcZztJaqCe6Un4h1nda9L8Eh4p/Ki1FBiqnlzTTJa69K9QDp0UqiqsETRfJX511Ww7ASnbW5BqRTntauZuSE5spsJGVUTOBgULSGLS75oklomrRiDJ2l7rwuSrP1cdaI6TIO1Nk7ScSS6wYvMG0ZhCe/bVvonwADiEa4o9GNvMgAAAABJRU5ErkJggg==) no-repeat 0;
	background-size: 13px 16px
}

.counter .counter_content .counter_content_right .counter_content_right_table {
	width: 100%
}

.counter .counter_content .counter_content_right .counter_content_right_table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5
}

.counter .counter_content .counter_content_right .counter_content_right_table table thead {
	border: none
}

.counter .counter_content .counter_content_right .counter_content_right_table table thead th {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #333;
	text-align: center;
	height: 30px;
	padding: 5px 0;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.counter .counter_content .counter_content_right .counter_content_right_table table tbody td {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #666;
	text-align: center;
	height: 30px;
	padding: 8px 0;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.computedata {
	display: none
}
.nodata{
	display: block
}
.modal-dialog {
	width:400px;
	margin: 30px auto;
}
.modal-content {
	box-shadow: none;
		border: 0;
		
    background:#FFF  url(data:image/png;base64,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) no-repeat center bottom;
	    background-size: cover;
}
.modal-header {
	padding: 15px;
	border-bottom:0;
}
.modal-body{ width:100%; text-align: center}
.modal-body img{ width:200px; margin:10px auto}
.modal-body p{ width:100%; margin-top:10px; text-align: center; color: #FFF}

/*社保代理新增板块*/
.kunrao_lists[data-v-71e63ab6] {
	width: 100%;
	height: 388px
}

.kunrao_lists .kunrao_lists_item[data-v-71e63ab6] {
	position: relative;
	float: left;
	width: 166.5px;
	height: 388px;
	padding-top: 130px;
	box-sizing: border-box;
	overflow: hidden
}

.kunrao_lists .kunrao_lists_item .kunrao_lists_item_wrap[data-v-71e63ab6] {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s linear;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	transform: translateX(200%)
}

.kunrao_lists .kunrao_lists_item .kunrao_lists_item_wrap p[data-v-71e63ab6] {
	width: 100px;
	height: 80px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #fff;
	margin: 0 auto;
	margin-top: 147px;
	margin-bottom: 59px;
	text-align: center
}

.kunrao_lists .kunrao_lists_item .kunrao_lists_item_wrap button[data-v-71e63ab6] {
	width: 124px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: 1px solid #fff;
	outline: none;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #fff;
	background: transparent;
	cursor: pointer
}

.kunrao_lists .kunrao_lists_item:hover .kunrao_lists_item_wrap[data-v-71e63ab6] {
	width: 100%;
	transform: translateX(0)
}

.kunrao_lists .kunrao_lists_item:hover .kunrao_lists_item_icon[data-v-71e63ab6],
.kunrao_lists .kunrao_lists_item:hover .kunrao_lists_item_line[data-v-71e63ab6],
.kunrao_lists .kunrao_lists_item:hover .p111[data-v-71e63ab6] {
	display: none
}

.kunrao_lists .kunrao_lists_item .kunrao_lists_item_icon[data-v-71e63ab6] {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin: 0 auto
}

.kunrao_lists .kunrao_lists_item .kunrao_lists_item_icon img[data-v-71e63ab6] {
	display: block;
	width: 28px;
	height: 28px
}

.kunrao_lists .kunrao_lists_item .kunrao_lists_item_line[data-v-71e63ab6] {
	width: 19px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px
}

.kunrao_lists .kunrao_lists_item p[data-v-71e63ab6] {
	width: 57px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #fff;
	margin: 30px auto 0;
	text-align: center
}

.kunrao_lists .kunrao_lists_item1[data-v-71e63ab6] {
	background: url(../images/h1.71047c8.png) no-repeat 50%;
	background-size: 100% 100%
}

.kunrao_lists .kunrao_lists_item2[data-v-71e63ab6] {
	background: url(../images/h2.48b5d84.png) no-repeat 50%;
	background-size: 100% 100%
}

.kunrao_lists .kunrao_lists_item3[data-v-71e63ab6] {
	background: url(../images/h3.fccfa17.png) no-repeat 50%;
	background-size: 100% 100%
}

.kunrao_lists .kunrao_lists_item4[data-v-71e63ab6] {
	background: url(../images/h4.413f99d.png) no-repeat 50%;
	background-size: 100% 100%
}

.kunrao_lists .kunrao_lists_item5[data-v-71e63ab6] {
	background: url(../images/h5.97d7c4c.png) no-repeat 50%;
	background-size: 100% 100%
}

.kunrao_lists .kunrao_lists_item6[data-v-71e63ab6] {
	background: url(../images/h6.d95a52a.png) no-repeat 50%;
	background-size: 100% 100%
}

.talk{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: fixed;
	right: 10px;
	top: 50%;
	background-color: #198afa;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	cursor: pointer;
}



@keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 10px)
	}
}



/* 动画 */
@-webkit-keyframes Updown {
	0% {
		-webkit-transform: translateZ(0)
	}

	50% {
		-webkit-transform: translate3d(0, 8px, 0)
	}

	to {
		-webkit-transform: translateZ(0)
	}
}

@keyframes Updown {
	0% {
		transform: translateZ(0)
	}

	50% {
		transform: translate3d(0, 8px, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0)
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}





.phoneversion {
	display: none
}


@keyframes breath {
	from {
		transform: scale(1.1, 1.1);
	}

	50% {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.1, 1.1);
	}
}

@-webkit-keyframes breath {
	from {
		transform: scale(1.1, 1.1);
	}

	50% {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.1, 1.1);
	}
}

.scrolltopbg {
	background: RGBA(43, 133, 228, .8);
	border-radius: 25px
}




/*-------------响应式----------------------*/
/* 响应式 */
@media screen and (max-width:968px) {
	.newstip {
		display: none
	}

	.qiyeserve {
		height: auto;
	}

	.business_box {
		width: 90%
	}

	.footerbg {
		height: auto;
	}
	.fourlist li{text-align: center}
	.list-group {
    width: 50%;
    float: left;
    text-align: center;
	}
}

@media (min-width:768px) {
	.nav {
		display: flex
	}

	.open>.dropdown-menu {
		display: inline-block;
	}
}

@media screen and (min-width:320px) {
	.login-banner {
		height: 100px;
	}

	.login-box {
		width: 95%;
	}

	.signup-form input.yzhm_l {
		width: 60%
	}

	.aui-form-list {
		width: 100%;
		float: left;
	}

	.left_pic {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width:480px) {
	.login-banner {
		height: 120px;
	}

	.login-box {
		width: 80%;
	}
}

@media screen and (min-width:640px) {
	.login-banner {
		height: 160px;
	}

	.login-box {
		width: 80%;
	}

	.left_pic {
		width: 15%;
		float: left;
		margin-left: 20px;
	}

	.signup-form input.yzhm_l {
		width: 80%
	}
}

@media screen and (min-width:768px) {
	.login-banner {
		height: 180px;
	}

	.login-box {
		width: 70%;
	}
}

@media screen and (min-width:1024px) {
	.login-banner {
		height: 200px;
	}

	.login-box {
		width: 45%;
	}

	.aui-form-list {
		width: 70%;
	}

	.aui-list .aui-list-item {
		width: 60%;
	}

	.content_user_info {
		width: 1200px;
		padding: 60px 0 60px 30px;
	}

}


@media screen and (max-width:640px) {
	.container {
		width: 100%
	}
	.counter .counter_content{padding-top: 0}
	.form-horizontal .control-label{padding-bottom: 10px}
	.counter .counter_content .counter_content_left, .counter .counter_content .counter_content_right {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.kunrao_lists .kunrao_lists_item[data-v-71e63ab6] {
    margin-left: 10px;}
}

@media (max-width:768px) {
	.aboutcenterbg{height: auto;}
	.aboutcenterbg .abouttextcent{width: 100%; border: 0; border-bottom: #f0f0f0 solid 1px}
	#app {
		width: 100%;
		max-width: 768px;
		overflow-x: hidden;
	}
	.business{height: 180px;}
	.ywfwb .col-md-6:nth-child(2n){border: 0}
.dropdown-menu{position: relative;}
.contactUs h1{text-align: center}
	.a03 {
		text-align: center;
		margin-bottom: 50px
	}

	.timeLine2 {
		top: 150px
	}

	.timeLine ul li,
	.timeLine2 ul li {
		margin-bottom: 150px
	}

	/* .a03,
    .linepic {
        display: none
    } */
	.linepic {
		height: 1400px
	}

	.linepic img {
		display: none
	}

	.list_top_i_head .glyphicon {
		color: #000
	}

	.glyphicon {
		color: #FFF
	}

	/* 手机版下中英文切换显示 */
	.dropdown-menu {
		display: inline-block
	}

	.hh1 {
		font-size: 18px !important;
		text-align: left !important;
		line-height: 24px !important;
		text-align: center !important;
	}

	.logo_nav {
		position: relative;
		margin: 0;
		left: 0;
		top:10px;
	}

	.nav_bg {
		width: 100%
	}

	.fourlist {
		width: 90%;
		margin: 0 auto;
		padding: 0
	}
	.listpage .list-group-item{text-align: center}
	.qrcode{border: 0}
	.col-lg-4,
	.col-md-4,
	.col-xs-4 {
		text-align: center;
		padding: 0 20px;
	}

	
	.blogo {
		margin-bottom: 30px
	}

	.pcenter {
		text-align: center;
	}

	.go {
		margin-top: 30px
	}

	#qcode {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#qcode img {
		width: 70%;
		margin: 10% 15%;
	}

	/* 手机版导航 */
	.dropdown-menu {
		width: 100%;
		color: #FFF
	}

	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:focus,
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>li>a {
		color: #fff
	}

	.dropdown-menu>.active>a {
		background: none
	}

	.carousel-caption {
		top: 25%;
		left: 5%;
		right: 5%
	}

	.flick-title {
		font-size: 2rem
	}


	.menu-icon {
		display: block;
	}

	.jzh_bg {
		display: none
	}

	.form_bg {
		width: 80%;
		margin: 0 auto;
		display: inline-block
	}

	.form-inline .form-control {
		width: 100%;
		vertical-align: middle;
	}

	.form-inline .form-group {
		width: 100%;
		margin: 0 auto 20px
	}

	.comitBtn {
		width: 100%
	}

	.logo {
		width: 140px;
		margin: 0 10px;
	}

	.logo img {
		width: 40px;
		margin: 0
	}

	.logo a span {
		font-size: 30px;
	}

	.nav {
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		background:RGBA(43, 133, 228, .8);
		z-index: 999999;
	}

	.nav>li {
		width: 100%;
		text-align: left
	}
	.list_top_i_head{position: fixed; z-index: 99999999;}
	.list_top_i_head .nav>li>a{color: #FFF}
	.nav>li>a {
		color: #FFF;
		padding: 15px 25px
	}
	.teliconl{color: #FFF}
	.list_top_i_head .nav>li>a.active{color: sandybrown}
	.nav-pills>li.active>a {
		border: 0
	}

	.sliderqh img {
		width: 100%
	}

	.btn-move {
		display: none
	}

	.bugufriend {
		font-size: 2rem;
		width: 100%;
		text-align: center;
		top: 40%;
	}

	.w80,
	.w70 {
		width: 90%
	}

	.contactUsBg h3 {
		text-align: left;
		width: 95%;
		margin: 0 auto 30px
	}

	.media {
		margin: 20px
	}

	.text-muted {
		text-align: center
	}

	.flick-title .flick-block-text {
		font-weight: bold;
		font-size: 3rem;
	}

	.flick-block-text {
		text-align: center;
		width: 100%;
		font-size: 1.6rem;
		display: inline-block
	}

	.flickerplate ul.flicks>li .flick-inner .flick-content {
		text-align: center
	}

	.comitBtn {
		width: 50%;
		margin: 0 auto;
		color: #0072E9;
		background: #FFFFFF;
		font-size: 2rem;
		font-weight: bold;
		box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.50);
		border-radius: 37px;
		padding: 5px 10px;
		font-weight: 600;
	}

	.companylink {
		font-size: 1.8rem;
		margin-top: 20px
	}

	/* 导航图标切换 */
	.open .glyphicon-menu-hamburger:before {
		content: "\e014";
	}


}