﻿@charset "utf-8";
@font-face {
  font-family: 'iconfont';  /* project id 858640 */
  src: url('//at.alicdn.com/t/font_858640_bdd6jq3i01w.eot');
  src: url('//at.alicdn.com/t/font_858640_bdd6jq3i01w.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_858640_bdd6jq3i01w.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_858640_bdd6jq3i01w.woff') format('woff'),
  url('//at.alicdn.com/t/font_858640_bdd6jq3i01w.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_858640_bdd6jq3i01w.svg#iconfont') format('svg');
}
.iconfont {
          font-family:"iconfont" !important;
          font-size:1.6rem;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.01rem;
          -moz-osx-font-smoothing: grayscale;
        }
		
/* CSS Document */		
/*边距清零*/
div,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol,input{margin:0; padding:0; font-weight:normal;box-sizing:border-box;}
form,span,input,select,textarea{margin:0; padding:0;outline:none;}


/*滚动条*/
::-webkit-scrollbar{width:3px !important; height:3px !important;}
::-webkit-scrollbar-track-piece{background-color:transparent;}
body::-webkit-scrollbar-track-piece{background-color:#ccc;}
::-webkit-scrollbar-track-piece:no-button{}
::-webkit-scrollbar-thumb{background-color:#aaa;;border-radius: 2px !important;}
::-webkit-scrollbar-thumb:hover{background-color:#aaa;}
::-webkit-scrollbar-thumb:active{background-color:#aaa;;}
/*/滚动条*/

/*----------------------------------------------------------总体设置----------------------------------------------------------*/
html{margin:0 auto;padding:0;font-size:14px; overflow-y:scroll;overflow-x:hidden;font-family:'微软雅黑'; box-sizing:border-box; }
body{color:#666; margin:0 auto;padding:0; font-size:14px;
font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
a:link,a:visited{color:#666; text-decoration: none;}
a:active{color:#666; text-decoration:none;}
a:hover{color:#f00;}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签虚线*/
p{ margin:0; padding:0;}
img{ margin:0; padding:0; border:0;}
ul,li{ list-style-type:none; margin:0; padding:0;}
/*公共*/
.clear{ clear:both;}
.nothing{font-size:14px; font-weight:bold; color:#fe5a0a; text-align:left;}/*资料整理中*/
.floatL{ float:left;}
.floatR{ float:right;}
.w1200{ max-width:1200px; margin:0 auto;  z-index:1000;  }

.hoverimg img{-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/}
.hoverimg img:hover{
-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.2); /*Mozilla scale version*/
-o-transform:scale(1.2); /*Opera scale version*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.margin{ margin:80px auto;}
.margin-q{ margin:0 10px;}

/*top*/
.yun_new_top{width:100%;height:32px; background:#2f333c; font-size:12px;}


.join-logo{ background:#fff;  margin:0 auto; padding:30px 0;}
.join-logo .join-logo-img{ float:left;}
.join-logo img{  display:block; float:left; height:40px;}
.join-logo h1{ display:block; float:left; font-weight:normal; color:#999; border-left:1px solid #ddd; padding-left:20px; font-size:20px; line-height:40px; margin-left:25px;}
.join-logo .join-logo-search{ width:564px; float:left; position:relative; }
.join-logo .join-logo-search .search:after{ content:'\e68d'; font-family:'iconfont'; position:absolute; top:0; left:12px; font-size:16px; color:#aaa;}
.join-logo .join-logo-search .search{ width:564px; border:2px solid #ff552e;  height:42px; line-height:42px; padding-left:20px; }
.join-logo .join-logo-search .search input{ height:38px; line-height:38px; border:0; float:left; width:85%; padding:0 15px;}
.join-logo .join-logo-search .search .sub{ width:15%; color:#fff; font-size:16px; background:#ff552e;}
.join-logo .join-logo-search h2{ display:block; text-align:right; padding:5px 0; font-size:14px; font-weight:bold;}
.join-logo .join-logo-text{ float:right; height:42px;  line-height:42px; color:#ff552e; background:#ffefe7; padding:0 30px; font-size:16px;}

.logo-menu{ height:40px; float:right;}
.logo-menu li{ line-height:40px; float:left; margin-left:60px;}
.logo-menu li a{ display:block; padding:0; font-size:16px;}
.logo-menu li.fanhui a{color:red;}
.logo-menu li.hover a{ color:#3d7efe;}


/****************************************************************头部设置*********************************************************************/

.index-banner{ background:url(../images/banner.jpg) no-repeat center; height:420px;}
.index-banner-b{ background:url(../images/shangbiao.jpg) no-repeat center; height:420px;}
.index-banner-d{ background:url(../images/daili.jpg) no-repeat center; height:420px;}
.index-banner-z{ background:url(../images/zhuce.jpg) no-repeat center; height:420px;}
/********导航********/

.indextitle{ text-align:center; padding:25px 0; color:#444; margin-bottom:20px;}
.indextitle h2{ display:inline-block; font-size:30px; letter-spacing:2px; line-height:1.8; position:relative;}
.indextitle p{ color:#888; font-size:16px;}

/*banner*/
.index1{ margin-top:30px;}
.index2{ background:url(http://img.caishen580.com/images/index2.jpg) no-repeat center; height:622px; padding:40px 0; margin:50px auto;}
.index3{ margin-bottom:50px; }

.index2 .indextitle{ color:#fff !important;}
.index2 .indextitle p{ color:#fff;}


.zuoshenme{ width:1200px; margin:0 auto; padding-top:15px;}
.zuoshenme li{ float:left; width:15.83333%; text-align:center; padding:15px; margin-bottom:20px;  margin-right:1%; background:#fff; border:1px solid #eee; position:relative;}
.zuoshenme li h2{ font-size:18px;  margin:10px auto;}
.zuoshenme li p{ font-size:12px; color:#888; line-height:1.6; height:60px; display:block;}
.zuoshenme li span{ width:70px; height:70px; display:block; background:#e67762; color:#fff; margin:0 auto; border-radius:70px; line-height:70px; font-size:40px; margin:20px auto; text-align:center;}
.zuoshenme li:nth-of-type(2) span{ background:#fbb972;}
.zuoshenme li:nth-of-type(3) span{ background:#70aaf1;}
.zuoshenme li:nth-of-type(4) span{ background:#91cfa6;}
.zuoshenme li:nth-of-type(5) span{ background:#e67762;}
.zuoshenme li:nth-of-type(6) span{ background:#12bade;}
.zuoshenme li:nth-of-type(6){ margin-right:0;}
.zuoshenme li:hover span{ background:#f2cb40; color:#fff;}
.zuoshenme li img{ display:block; margin:0 auto 15px auto;}
.zuoshenme li.selected  span{ background:#f2cb40; color:#fff;}
.zuoshenme li .more{ display:inline-block; width:100px; font-size:12px; height:28px; line-height:28px; border-radius:28px; background:#f2cb40; color:#fff;box-shadow:1px 1px 1px rgba(0,0,0,0.3); text-align:center; margin:10px auto;}

.wenti{ width:1200px; margin:0 auto;  color:#fff; padding:30px 0;}
.wenti li{ float:left; width:20%; padding:0 2%; text-align:center;}
.wenti li h2{ display:block; padding:25px 0; font-size:22px;}
.wenti li img{ height:100px;}
.wenti li p{ font-size:14px; line-height:2;}
.wenti .more{ width:200px; height:46px; line-height:46px; border:1px solid #fff; font-size:18px; color:#fff; display:block; margin:50px auto 0 auto; text-align:center}
.wenti .more:hover{ background:#f00; border:1px solid #f00;}

.youshi{ width:1200px; margin:0 auto; position:relative; }
.youshi ul{ width:1400px;}
.youshi li{ float:left; margin-right:154px; padding:0 0 58px 0;}
.youshi .c1{ position:absolute; left:50%; margin-left:-150px; top:80px;}
.zixun{ display:block; width:200px; border:1px solid #ddd; margin:0 auto; font-size:18px; text-align:center; padding:10px;}



/*/////////////////////注册////////////////////*/

.index1_1{ background:#fff; padding:30px 0;}
.index2_1{ background:#f5f5f5; padding:30px 0; }
.index2_2{ background:#ffffff; padding:30px 0 50px 0; }
.index2_3{ background:#f5f5f5; }
.index3_1{background:#f4f7ff; padding-bottom:20px;}


.zhucefuwu{ width:1200px; margin:20px auto; }
.zhucefuwu li{ float:left; width:23.5%;margin-right:2%; text-align:center; border-radius:0; padding:35px 0; background:#f9f9f9;}
.zhucefuwu li:nth-child(4n){ margin-right:0;}
.zhucefuwu li h2{ font-size:16px; font-weight:normal;}
.zhucefuwu li img{ display:block;  margin:0 auto;margin-bottom:15px;}
.zhucefuwu li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius:0;}
.zhucefuwu ul.zhuce_l{ padding:0; border-left:1px solid #eee;  border-top:1px solid #eee; margin-top:2%;}
.zhucefuwu ul.zhuce_l li{ width:33.333%; float:left; margin:0; padding:20px 0; font-size:16px; border-right:1px solid #eee;  border-bottom:1px solid #eee;  background:#fff; border-radius:0;}

.zhucefuwu ul.zhuce_l li:hover { background:#25a7ff; color:#fff;}

.more_zhuce{ height:40px; line-height:40px;  width:280px; text-align:center; margin:30px auto; border-radius:6px; background:#20a8e4; color:#fff !important; font-size:16px; display:block;}
.more_zhuce:hover{ background:#f00;}

.pkshow{ width:960px; margin:0 auto; position:relative;}
.pk{ height:100px; width:1006px; margin:0 auto; background:url(http://caishen580.com/images/register_title.png) no-repeat; position:absolute; left:-23px;}
.pk p{ display:inline-block; width:45%; text-align:center; color:#fff; font-size:30px; font-weight:bold; line-height:100px;}
.mode1{ width:400px; float:left; border:1px solid #ddd; border-radius:5px; padding:40px 15px; line-height:4; font-size:16px; text-align:center; margin-top:77px;}
.mode2{ line-height:4; font-size:16px; text-align:center; padding:27px 0; width:156px; float:left;margin-top:77px;}
.mode2 .item{ display:block; background:#20a8e4; color:#fff; height:39px; line-height:35px; width:85px; border:2px solid #0676c3; margin:25px auto; border-radius:5px;}

.zunbei{ background:#fff; position:relative; height:300px; margin-top:40px;}
.zunbei_1{ height:320px; color:#fff;width:26%; position:absolute; left:-50px; top:-50px;  text-align:center; background:url(http://caishen580.com/images/content-stock1.png) no-repeat; background-size:100% auto;}
.zunbei_1 h2{ font-size:35px; padding-top:70px;}
.zunbei_1 p{ font-size:18px; padding-top:140px;}

.zunbei_2{ width:73%; float:right;}
.zunbei_2 h2{ display:block; padding:40px 0 30px 0 ; font-size:35px; text-align:left; font-weight:bold;}
.zunbei_2 li{ width:25%; float:left; font-size:16px; padding:20px 0; line-height:50px;}
.zunbei_2 li.first img{ margin-right:30px; }
.zunbei_2 li img{ float:left; margin-right:20px;height:45px;}

/*公司注册流程*/
.process_content {margin:25px auto;
    width: 1200px;
    height: 142px;

	 
}
.process_content  ul{ width:1250px;}

.process_content .item {
	width: 278px;
	height: 140px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 28px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.process_content .item .p1 {
	text-align: center;
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
	margin-top: 38px;
	margin-bottom: 10px;
}

.process_content .item .roll {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #29a9e1;
}

.process_content .item  .roll1 {
    float: left;
    margin-left: 72px;
}

.process_content .item  .roll2 {
    float: right;
    margin-right: 72px;
}

.process_content .item  .line {
    width: 106px;
    height: 4px;
    background: #29a9e1;
    margin-top: 5px;
    float: left;
}

.process_content .item .triangle_topleft {
	position: absolute;
	left: 0; 
	top: 0;
    width: 0;
    height: 0;
    border-top: 70px solid #1c98ff;
    border-right: 70px solid transparent;
}

.process_content .item span {
    position: absolute;
    left: 10px;
    bottom: 32px;
    color: #fff;
    font-size: 28px;
    font-style: italic;
}

.process_content .item .p2 {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	margin-top: 33px;
}

.process_content .item:last-child {
	margin-right: 0px;
}
/*您能得到的资料*/
.getdatas .content{
	width: 1240px;
	height: 306px;
	margin: 0 auto;
}

.getdatas .content_up_inner {
    float: left;
}

.getdatas .content_up_inner1,.content_up_inner2,.content_up_inner4 {
    width: 152px;
    height: 16px;
    margin-top: 24px;
}

.getdatas .content_up_inner1 {
    margin-left: 70px;
    margin-right: 90px;
}

.getdatas .content_up_inner2 {
    margin-right: 50px;
}

.getdatas .content_up_inner3 {
    margin-right: 43px;
}

.getdatas .content_up_inner4 {
    margin-right: 62px;
}


.getdatas .content_up_inner3 {
    width: 232px;
    height: 16px;
    margin-top: 24px;
}

.getdatas .content_up_inner5 {
    width: 200px;
    height: 16px;
    margin-top: 24px;
}

.getdatas .content_up_inner .icon1,.icon2,.icon3,.icon4,.icon5 {
    width: 16px;
    height: 16px; line-height:16px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background: #4fb7ff;
    margin: 0 10px 0 10px;
    float: left;
    font-size: 13px;
}

.getdatas .content_up_inner .icon4 {
    margin-left: 30px;
}

.getdatas .content_up_inner .icon3,.icon5 {
    margin: 0 10px 0 0;
}

.getdatas .content_up_inner .title1,.title2,.title3,.title4,.title5 {
    font-size: 16px;
    color: #222;
    float: left; line-height:1;
}

.getdatas .content_middle .content_middle_inner {
    width: 152px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 9px;
    background: #4fb7ff;
    float: left;
}
.getdatas .content_middle .content_middle_inner1,.content_down_inner1 {
    margin-left: 70px;
    margin-right: 90px;
}

.getdatas .content_middle .content_middle_inner2,.content_down_inner2 {
    margin-right: 90px;
}

.getdatas .content_middle .content_middle_inner3,.content_down_inner3 {
    margin-right: 83px;
}

.getdatas .content_middle .content_middle_inner4,.content_down_inner4 {
    margin-right: 86px;
}

.getdatas .content_down_inner {
    width: 152px;
    height: 206px;
    float: left;
}
/*注册成功后 我们还能提供以下服务*/
.content_fuwu{ width:1200px; margin:0 auto;}
.content_fuwu li{ float:left; width:178px; border-radius:5px; border:1px solid #eee; margin:10px; text-align:center; font-size:18px; background:#fff; padding:40px 0;}
.content_fuwu li img{ display:block; margin:0 auto 15px auto;}
.content_fuwu li:hover{ box-shadow: 0 0 15px #555;}

/*我们的服务*/
.womendefuwu{ width:1200px; margin:0 auto;}
.womendefuwu ul{ width:1300px;}
.womendefuwu ul li{ width:290px; text-align:center; float:left;margin:20px auto; margin-right:13.333px; }
.womendefuwu ul li img{ display:block; max-width:100%;}
.womendefuwu ul li h2{ display:block; height:50px; line-height:50px; background:#20a8e4; color:#fff;}

/*税务筹划*/
.index-banner-s{ background:url(../images/shuiwu.jpg) no-repeat center; height:420px;}
.cswenti_list{ max-width:1200px; margin:0 auto;}
.cswenti_list li{ width:230px; margin-right:12.5px; margin-bottom:12.5px; float:left; text-align:center;}
.cswenti_list li:nth-child(5n){ margin-right:0;}
.cswenti_list li .pic{ position:relative;}
.cswenti_list li .pic p{ position:absolute; width:100%; height:132px; line-height:132px; font-size:30px; top:0; left:0; color:#fff;}
.cswenti_list li h2{ padding:20px 0;  font-size:16px; text-align:left;}

.cswenti_list1{ max-width:1200px; margin:0 auto;}
.cswenti_list1 li{ width:32%; margin-right:2%; line-height:2; text-align:center ; float:left; text-align:center; background:#fff;}
.cswenti_list1 li:nth-child(3n){ margin-right:0;}
.cswenti_list1 li .pic{ overflow:hidden; padding:10px;}
.cswenti_list1 li .pic img{ max-width:100%;}
.cswenti_list1 li h2{ padding:20px;  font-size:22px; text-align:center; color:#f8c300;}
.cswenti_list1 li p{ font-size:16px; color:#000; padding:0 20px;}
.cswenti_list1 li a{ display:block; width:40%; margin:25px auto; font-size:15px; background:#f8c300; border-radius:5px; padding:10px; color:#fff;}


.cswenti_list2{ max-width:1116px; margin:0 auto;}
.cswenti_list2 li{ float:left; overflow:hidden; margin-bottom:20px; position:relative;}
.cswenti_list2 li img{ width:100%; display:block;}
.cswenti_list2 li h2{ position:absolute; background:rgba(0,0,0,0.3); bottom:0; width:100%; left:0; font-size:20px; padding:12px; box-sizing:border-box; color:#fff;}
.cswenti_list2 li:nth-child(1){ width:540px; height:238px; margin-right:20px; }
.cswenti_list2 li:nth-child(2){ width:268px;height:238px;margin-right:20px;}
.cswenti_list2 li:nth-child(3){ width:268px;height:238px;}
.cswenti_list2 li:nth-child(4){ width:268px; height:428px; margin-right:20px;}
.cswenti_list2 li:nth-child(5){ width:540px; height:208px;}
.cswenti_list2 li:nth-child(7){ width:260px; height:200px;margin-right:20px;}
.cswenti_list2 li:nth-child(8){ width:260px; height:200px;}
.cswenti_list2 li:nth-child(6){  width:268px; height:428px; float:right;}

.cswenti_list3{ max-width:1200px; margin:0 auto; display:flex; padding-bottom:20px;}
.cswenti_list3 li{ flex:1; text-align:center;}
.cswenti_list3 li img{ display:block; margin:0 auto;}
.cswenti_list3 li h2{ padding:20px;  font-size:20px; text-align:center; color:#000;}



.layer_notice{ display:none; padding:30px; font-size:16px; line-height:2;}
.layer_zixun{ }
.layer_zixun img{ display:block; margin:0 auto 25px auto; height:38px;}
.layer_zixun label{ display:block; margin-bottom:0; color:#000; font-weight:bold; font-size:15px;}
.layer_zixun input{ display:block; border:0; background:#f5f5f5; margin-bottom:15px; padding:16px; line-height:20px; width:100%; box-sizing:border-box; }
.layer_zixun .layui-btn{ display:block; background:#e62129; font-size:16px; color:#fff; height:46px; line-height:46px; text-align:center; border:0; margin:20px auto 0 auto; width:100%; border-radius:3px;}
.layer_zixun p{ padding:12px 0; text-align:center; color:#f00;}
.layer_wei{ line-height:2; font-size:14px; color:#000; margin:20px 0;}
.layer_wei img{ display:block; width:120px; float:left; margin-right:20px;}
.layer_wei h2{ font-size:16px; color:#999;}


/*浮动导航*/
.header_fixed{width:100%; position: fixed; _position:absolute; height:55px;top:0px;left:0px; z-index:1000000000; box-shadow: 0 0 15px rgba(0,0,0,0.5);}
.header_fixed_cont{width:1200px; margin:0 auto; position:relative}
.header_fixed_close a{color:#fff;}
.header_fixed_close { position:absolute;right:-40px;top:20px; display:none;}
.header_fixed_list{height:55px; display:flex;  text-align:center;}
.header_fixed_list li{margin-left:1px; display:block; line-height:55px; font-size:14px;}
.header_fixed_list li a{color:#fff; display:block; font-size:18px; padding:0 20px;}
.header_fixed_list li a:hover{color:#fff; text-decoration:none}
.header_fixed_login{width:135px; position:absolute;right:0px;top:0px;}
.header_fixed_login_l{height:25px; line-height:25px; text-align:center; color:#fff; float:left; margin-left:2px; background:#da411e}
.header_fixed_login_box{width:65px; position:absolute;left:0px;top:25px; background:#005e9d;}
.header_fixed_login_dl{position:relative; cursor:pointer; display:inline-block;padding-left:15px; padding-right:15px;}
.header_fixed_login_a{ display:block; text-align:center;color:#fff; line-height:30px; }
.header_fixed_login_a:hover{background:#1c99ef;color:#fff; text-decoration:none}
.header_fixed_reg_box{width:64px; position:absolute;left:-5px;top:25px; background:#00b2fc;border:1px solid #00b2fc;}
.header_fixed_login_after{width:125px;height:25px; line-height:25px; float:left; position:relative;}
.header_fixed_login_after_cont{ background:#00b2fc  url(../images/yun_h_icon.gif) no-repeat 110px center;color:#fff; padding-left:10px; cursor:pointer}
.header_fixed_login_after_name{ width:92px;height:25px; line-height:25px; display:block; overflow:hidden}
.header_fixed_reg_box_ye{width:123px; position:absolute;left:0px; background:#00b2fc;border:1px solid #00b2fc}
.header_fixed_reg_box_ye .header_fixed_login_a{ border-top:1px solid #4fcafd;color:#fff}

.row {
    display: flex;
    align-items: center;
    background: #FFF;
}

.fixed-active {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1999;
}