@CHARSET "UTF-8";
body {
	font-family: "微软雅黑";
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	clear: both;
	height: 0;
}
.clearfix{
	zoom: 1;
}
/*公共样式*/
/* banner样式开始 */
.banner-wrap {
	width: 100%;
	height: 420px;
	background: url(../images/export_imgs/banner.jpg) no-repeat center center;
}
.banner-wrap .banner {
	width: 1220px;
	height: 420px;
	margin: 0 auto;
}
/* banner样式结束 */
/* 解决方案部分开始  */
.solve-method-wrap {
	width: 100%;
	min-width: 1200px;
	height: 153px;
	background: #fff;
}
.solve-method {
	width: 1200px;
	height: 153px;
	margin: 0 auto;
}
.solve-method-p {
	padding: 24px 0 25px;
	font: 20px/20px "微软雅黑";
	color: #4782f4;
	text-align: center;
}
.solve-method-items {
	width: 700px;
	height: 55px;
	margin: 0 auto;
}
.solve-method-item {
	width: 548px;
	height: 51px;
	border: 2px solid #4782f4;
	border-right: 0;
	border-radius: 5px 0 0 5px; 
}
.solve-method-adress {
	position: relative;
	width: 99px;
	height: 51px;
	border-radius: 5px 0 0 5px; 
	padding-left: 34px;
	background: url("../images/export_imgs/export-form-arrow.png") 110px center no-repeat;
	font: 14px/51px "微软雅黑";
	color: #3d4450;
	cursor: pointer;
}
.solve-method-adress::after {
	position: absolute;
	right: 0;
	top: 13px;
	content: "";
	width: 1px;
	height: 25px;
	background-color: #d2d2d2;
}
.solve-method-tel {
	float: right;
	width: 390px;
	height: 51px;
	border: 0;
	outline: none;
	padding: 0 0 0 25px;
	font-size: 16px;
	color: #3d4450
}
.solve-method-tel::-webkit-input-placeholder{
    color: #d8dde6;
}
.solve-method-tel::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #d8dde6;
}
.solve-method-tel:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #d8dde6;
}
.solve-method-tel:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #d8dde6;
}
.solve-method-btn {
	float: right;
	width: 150px;
	height: 55px;
	font: 18px/55px "微软雅黑";
	color: #fff;
	text-align: center;
	border-radius: 0 5px 5px 0; 
	cursor: pointer;
	user-select:none;
	background: -webkit-linear-gradient(left, #275cf5 , #65a6f3); /* Safari 5.1 - 6.0 */
  	background: -o-linear-gradient(right, #275cf5 , #65a6f3); /* Opera 11.1 - 12.0 */
  	background: -moz-linear-gradient(right, #275cf5 , #65a6f3); /* Firefox 3.6 - 15 */
  	background: linear-gradient(to right, #275cf5 , #65a6f3); /* 标准的语法 */
}/* 解决方案部分结束  */

/* 核心服务部分开始 */
.core-wrap {
	width: 100%;
	background: #f5f5f5;
}
.core {
	text-align: center;
}
.core h2 {
	font-size: 36px;
	font-weight: normal;
	color: #3d4450;
	padding: 56px 0 10px;
}
.core .sub-title {
	font-size: 20px;
	color: #7b8390;
	padding-bottom: 36px;
}
.core ul li {
	margin-right: 18px;
	background: #fff;
	margin-bottom: 60px;
}
.core ul li:last-child {
	margin-right: 0;
}
.core ul li p {
	font-size: 16px;
	color: #3d4450;
	padding: 18px 0 20px;
}
.core ul li div {
	width: 150px;
	height: 48px;
	border: 1px solid #28a7e1;
	border-radius: 23px;
	margin: 0 auto 35px;
	color: #28a7e1;
	line-height: 48px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}
.core ul li div img {
	display: block;
	position: absolute;
	right: 20px;
	top: 16px;
}
/* 核心服务部分结束 */
/* 增值服务部分开始 */
.add-wrap {
	width: 100%;
	background: #fff;
}
.add {
	text-align: center;
}
.add h2 {
	font-size: 36px;
	font-weight: normal;
	color: #3d4450;
	padding: 56px 0 10px;
}
.add .sub-title {
	font-size: 20px;
	color: #7b8390;
	padding-bottom: 36px;
}
.add ul li {
	float: left;
	width: 240px;
	background: #fff;
}
.add ul li img {
	display: inline-block;
	margin-bottom: 26px;
}
.add ul li p {
	color: #3d4450;
	padding-bottom: 52px;
}
.add-btn {
	width: 150px;
	height: 48px;
	border: 1px solid #28a7e1;
	border-radius: 23px;
	margin: 0 auto 60px;
	color: #28a7e1;
	line-height: 48px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}
.add-btn img {
	display: block;
	position: absolute;
	right: 20px;
	top: 16px;
}
/* 增值服务部分结束 */
/* 组合套餐部分开始 */
.combo-wrap {
	width: 100%;
	height: 494px;
	background: url(../images/export_imgs/combo-banner.jpg) no-repeat center center;
}
.combo {
	text-align: center;
}
.combo h2 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	padding: 56px 0 10px;
}
.combo .sub-title {
	font-size: 20px;
	color: #fff;
	padding-bottom: 36px;
}
.combo ul li {
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
.combo ul li img {
	display: block;
}
.combo ul li:last-child {
	margin-right: 0px;
}
.combo .combo-des {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #173179;
	opacity: 0.7;
	border-radius: 0 0 10px 10px;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #fff;
}
.combo-cover {
	width: 390px;
	height: 260px;
	border-radius: 10px;
	background: rgba(23,49,121,0.7);
	color: #fff;
	position: absolute;
}
.combo-cover .title {
	font-size: 18px;
	padding: 60px 0 13px;
}
.combo-cover .content {
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	width: 310px;
	margin: 0 auto;
}
.combo-btn {
	width: 150px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 23px;
	color: #fff;
	line-height: 48px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
	position: absolute;
	bottom: 24px;
	right: 45px;
}
.combo-btn img {
	display: block;
	position: absolute;
	right: 20px;
	top: 16px;
}
/* 组合套餐部分结束 */
/* 服务流程部分开始 */
.flow-wrap {
	width: 100%;
	padding-bottom: 22px;
}
.flow {
	text-align: center;
	background: url(../images/export_imgs/flow-line.png) no-repeat 0 237px;
}
.flow h2 {
	font-size: 36px;
	font-weight: normal;
	color: #3d4450;
	padding: 90px 0 10px;
}
.flow .sub-title {
	font-size: 20px;
	color: #7b8390;
	padding-bottom: 36px;
}
.flow ul li {
	float: left;
	width: 190px;
	height: 220px;
	margin-right: 78px;
}
.flow ul li:nth-child(n - 4) {
	height: 215px;
}
.flow ul li:nth-child(4),.flow ul li:nth-child(8){
	width: 194px;
}
.flow ul li:nth-child(1),.flow ul li:nth-child(5){
	margin-right: 75px;
}
.flow ul li:nth-child(2),.flow ul li:nth-child(6){
	margin-right: 122px;
}
.flow ul li:nth-child(3),.flow ul li:nth-child(7){
	margin-right: 135px;
}
.flow ul li p {
	font-size: 16px;
	color: #3d4450;
	padding: 14px 0;
}
.flow ul li .content {
	font-size: 14px;
	color: #888f9b;
	text-align: left;
	line-height: 22px;
}
.flow ul li .contents{
	width: 196px;
}
/* 服务流程部分结束 */
/* 我们的优势部分开始 */
.advantages-wrap {
	width: 100%;
	padding-bottom: 65px;
}
.advantages {
	text-align: center;
}
.advantages h2 {
	font-size: 36px;
	font-weight: normal;
	color: #3d4450;
	padding: 56px 0 10px;
}
.advantages .sub-title {
	font-size: 20px;
	color: #7b8390;
	padding-bottom: 36px;
}
.advantages ul li {
	float: left;
	width: 337px;
	height: 345px;
	margin-right: 25px;
}
.advantages ul li:first-child {
	margin-left: 70px;
}
.advantages ul li img {
	display: block;
}
.advantages ul li p {
	font-size: 16px;
	color: #333;
	text-align: left;
	padding: 16px 0;
}
.advantages ul li div {
	width: 285px;
	font-size: 14px;
	color: #7b8390;
	text-align: left;
	line-height: 26px;
}
/* 我们的优势部分开始 */
/* 常见问题部分开始 */
.problem-wrap {
	width: 100%;
	height: 618px;
	background: url(../images/export_imgs/problem-bgc.jpg) no-repeat center top;
}
.problem {
	text-align: center;
}
.problem h2 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	padding: 56px 0 10px;
}
.problem .sub-title {
	font-size: 20px;
	color: #fff;
	padding-bottom: 36px;
}
.problem .slick div {
	width: 300px;
	height: 200px;
	background: red;
}

.issue {
	min-width: 1200px;
	height: 0;
	position: relative;
}
.box {
	position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 400px;
    top: -475px;
}
.box-list {
	position: absolute;
    width: 1855px;
    left: 50%;
    margin-left: -925px;
    overflow: hidden;
    height: 400px;
}
.box-list ul li{ position: absolute;background:#fff;border-radius: 10px; }
.box-list ul li.denghou1{ width:100px; height:78px; top:45px; left:-1526px;}
.box-list ul li.no0{ width:100px; height:78px; top:45px; left:-987px;}
.box-list ul li.no1{ width:100px; height:78px; top:45px; left:-540px;} 
.box-list ul li.no2{ width:539px; height:272px; top:45px; left:51px;}
.box-list ul li.no3{ width:667px; height:336px; top:16px; left:620px;}
.box-list ul li.no4{ width:539px; height:272px; top:45px; left:1317px;}
.box-list ul li.no5{ width:100px; height:78px; top:45px; left:1856px;}
.box-list ul li.no6{ width:100px; height:78px; top:45px; left:2395px;} 
.box-list ul li.denghou2{ width:100px; height:78px; top:45px; left:2934px;}
.card-wrap .no3{
	box-sizing: border-box;
	background: #fff;
	padding-top: 50px;
	padding-left: 60px;
	text-align: left;
 	box-shadow: 0 10px 30px 0 rgba(139,161,213,0.1);
 	user-select: none;
}
.card-wrap .no3 p {
	font-size: 14px;
	color: #7b8390;
	line-height: 28px;
	width: 555px;
	opacity: 1;
}
.card-wrap .no3 .tit {
	font-size: 16px;
	color: #3d4450;
	opacity: 1;
}
.card-wrap .no3 div {
	width: 80px;
	height: 2px;
	background: #27a7e1;
	margin-bottom: 20px;
	margin-top: 8px;
	opacity: 1;
}
.no0,.no1,.no2,.no4,.no5,.no6,.denghou{
	padding-top: 40px;
	padding-left: 45px;
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 10px 30px 0 rgba(139,161,213,0.1);
}
.no0 .tit,.no1 .tit,.no2 .tit, .no4 .tit,.no5 .tit,.no66 .tit,.denghou .tit {
	font-size: 13px;
	color: #3d4450;
	opacity: 0.5;
}
.no0 p,.no1 p,.no2 p,.no4 p,.no5 p,.no6 p
 ,.denghou p {
	font-size: 12px;
	color: #7b8390;
	line-height: 28px;
	width: 452px;
	opacity: 0.5;
}
.no0 .line,.no1 .line,.no2 .line, .no4 .line,.no5 .line,.no6 .line,.denghou .line{
	width: 80px;
	height: 2px;
	background: #27a7e1;
	margin-top: 6px;
	margin-bottom: 10px;
}

.slick-btn{
	position: absolute;
	top: 36%;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	z-index: 1001;
}
.next{
	right: 50%;
	margin-right: -445px;
}
.next:hover,.prev:hover {
	background: #40c3ff;
	opacity: 0.5;
}
.prev {
	left: 50%;
	margin-left: -390px;
} /* 常见问题部分结束 */

/*
*新增：点击免费查询是否注册弹出表单 created by Cloud 17/11/28
*预约代理记账表单
*/
#export-form{
	position: fixed;
    top: 10%;
    left : 50%;
    margin-left: -280px;
    display: none;
    z-index: 999;
    width: 560px;
    height: 515px;
    background: url(../images/export_imgs/export-form.png);
}
#export-form form {
	width: 560px;
}

#export-form .export-title {
	position: absolute;
	top: 115px;
	left: 220px;
	font-size: 20px;
	color: #fff;
}
.export-ul li {
	padding-left: 87px;
	margin-bottom: 10px;
	height: 46px;
	line-height: 46px;
}
.export-ul li:first-child {
	position: relative;
	margin-top: 200px;
}
.export-ul li span {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #3d4450;
	display: inline-block;
}
.export-ul li input {
	width: 300px;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #bcbecd;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	outline: none;
}
.export-ul li:nth-child(2) input {
	margin-left: 33px;
}
.export-ul li:nth-child(3) input {
	margin-left: 17px;
}
.export-ul li:last-child div {
	float: left;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #3d4450;
	margin-right: 2px;
}
.export-ul li:last-child input {
	width: 173px;
	border-radius: 4px 0 0 4px;
	display: block;
	float: left;
	margin-left: 35px;
}
.export-ul li:last-child button {
	width: 127px;
	height: 46px;
	border: none;
	vertical-align: middle;
	outline: none;
	border-radius: 0 4px 4px 0;
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
	cursor: pointer;
	display: block;
	float: left;
	background: -webkit-linear-gradient(left,#275df5, #64a6f3); /* Safari 5.1 - 6.0 */
  	background: -o-linear-gradient(left,#275df5, #64a6f3); /* Opera 11.1 - 12.0 */
  	background: -moz-linear-gradient(left,#275df5, #64a6f3); /* Firefox 3.6 - 15 */
  	background: linear-gradient(left,#275df5, #64a6f3); /* 标准的语法 */
}
#export-city-mock {
	box-sizing: border-box;
	padding-left: 20px;
	width: 300px;
	height: 46px;
	line-height: 42px;
	border-radius: 4px;
	border: 1px solid #bcbecd;
	position: absolute;
	top: 0;
	left: 172px;
	background: white 275px 20px url("../images/export_imgs/export-form-arrow.png") no-repeat;
}
.export-btn {
	font-size: 16px;
	width: 230px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin: 25px auto 0;
	background: -webkit-linear-gradient(left,#275df5, #64a6f3); /* Safari 5.1 - 6.0 */
  	background: -o-linear-gradient(left,#275df5, #64a6f3); /* Opera 11.1 - 12.0 */
  	background: -moz-linear-gradient(left,#275df5, #64a6f3); /* Firefox 3.6 - 15 */
  	background: linear-gradient(left,#275df5, #64a6f3); /* 标准的语法 */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #d7dde6;
    font-size: 16px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #d7dde6;
   font-size: 16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #d7dde6;
   font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #d7dde6;
   font-size: 16px;
}
.export-close {
	position: absolute;
	top: -43px;
	right: -12px;
	cursor: pointer;
}
.export-close img {
	display: block;
	width: 44px;
	height: 44px;
}
/*预约代理记账表单结束*/
/* 弹出二维码样式开始 */
.quickMark_wrap {
    display: none;
	width: 500px;
	height: 450px;
	position: fixed;
	left: 50%;
	top: 10%;
    z-index: 999;
}

.quickMark_top {
	width: 500px;
	height: 70px;
	background: #28a7e1;
    border-radius: 8px 8px 0 0;
}
.quickMark_middle{
    padding: 60px 0 32px;
}
.quickMark_bottom{
    padding: 0 0 40px;
}
.quickMark_middle,.quickMark_bottom{
    background: white;
}
.quickMark_top .correct_logo,.correct_logo_text {
	float: left;
}

.quickMark_top .close_logo {
	float: right;
	margin-right: 20px;
	margin-top: 23.5px;
}

.quickMark_top .correct_logo {
	margin-left: 20px;
	margin-top: 13.5px;
}

.quickMark_top .correct_logo_text {
	margin-left: 21px;
}

.quickMark_top .correct_logo_text .p1 {
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
}

.quickMark_top .correct_logo_text .p2 {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}

.quickMark_middle .quickMark_logo {
	margin-left: 162px;
}

.quickMark_middle .quickMark_logo img {
	width: 176px;
	height: 176px;
}

.quickMark_middle .details {
	font-size: 16px;
	color: #222;
	margin-top: 14px;
	text-align: center;
}

.quickMark_bottom .button {
	width: 284px;
	height: 40px;
	border-radius: 6px;
	background: #28a7e1;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}
/* 弹出二维码样式开始 */
