.fl {
    float: left;
}

.fr {
    float: right;
}

.blank50 {
    height: 50px;
}

/*解决方案*/
.solution .container-box {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
}

.solution .container-box .box-modern {
    flex: 0 0 calc(33.333% - 10px); /* 平均三栏，减去间距 */
    margin: 0 10px 10px 0; /* 项目间距 */
    box-sizing: border-box;
    
}

.solution .nav-navicon li {
    width: 10%;
}

.solution .nav-navicon li a {
    font-size: 16px;
    padding: 0;
    height: 70px;
    line-height: 70px;
    color: #6e6e6e;
    text-align: center;
    display: block;
    border: 0;
}

.solution .nav-navicon li.active a {
    color: #00b6dd;
}

.solution .tab-body {
    border: 0;
}

.solution .box-modern:hover {
	/*border-color: #fdd200;
	box-shadow: #999 0 0 10px;*/
}

/*工商服务*/
.mc-main {
    background: #fff;
    width: 100%;
    position: relative;
}

.mc-main .gszc_youshi {
    height: 100px;
    margin: 0 auto;
}

.mc-main .gszc_youshi li {
    float: left;
    width: 25%;
    height: 100px;
}

.gszc_youshi li img {
    float: left;
    margin-left: 30px;
    margin-top: 25px;
    width: 48px;
    height: 48px;
}

.youshi_wz {
    display: block;
    width: 200px;
    height: 48px;
    float: right;
    margin-top: 25px;
}

.youshi_wz b {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.youshi_wz p {
    font-size: 14px;
    color: #333333;
    padding-top: 5px;
}

.gszc_title {
    font-weight: normal;
    font-size: 28px;
    color: #333;
    text-align: center;
    padding-top: 60px;
}

.hengxian {
    display: block;
    width: 50px;
    height: 3px;
    background: #9098ff;
    margin: 0 auto;
    margin-top: 30px;
}

.gszc_table {
    width: 440px;
    height: 490px;
    background: #fff;
    float: left;
    margin-top: 50px;
}

.table_img {
    display: block;
    width: 440px;
    height: 90px;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/table_img.png) no-repeat center;
}

.table_img h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-weight: normal;
}

.table_start {
    width: 450px;
    height: 240px;
    margin-top: 30px;
}

.table_start li {
    width: 450px;
    height: 60px;
    margin-top: 8px;
}

.table_start li span {
    display: block;
    margin-left: 35px;
    float: left;
    line-height: 60px;
}

.table_start li input[type=text] {
    height: 42px;
    width: 285px;
    padding-left: 15px;
    border: 1px solid #e2e2e2;
    outline: none;
    font-size: 14px;
    color: #333;
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}

#type-radio2 dd {
    float: left;
    margin-top: -5px;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    line-height: 14px;
}

#type-radio2 dd b {
    width: 22px;
    height: 23px;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/radio_gray.png) no-repeat center center;
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
}

#type-dd2 {
    padding-right: 40px;
}

.notice-star {
    position: absolute;
    color: red;
    margin-top: 20px;
    margin-left: 5px;
}

.table_start li input[type=submit] {
    width: 290px;
    height: 48px;
    line-height: 48px;
    background: #00b6dd;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.05);
    border: 0;
    outline: none;
    cursor: pointer;
    font-family: "微软雅黑";
}

.table_start li input[type=submit]:hover {
	background: #11c3a3;
}

.slideTxtBox {
    background: #FFFFFF;
    margin-top: 50px;
    width: 720px;
    float: right;
    height: 490px;
}

.slideTxtBox .hd {
    background: #FFFFFF;
}

.slideTxtBox .hd ul {
    margin: auto;
    height: 50px;
    display: table;
    text-align: center;
    width: 720px;
    height: 64px;
    background: #fff;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    border-radious: 20px;
    width: 360px;
    height: 63px;
    line-height: 63px;
}

.slideTxtBox .hd ul li.on {
    background: #6d6bff;
    color: #fff;
}

.bd_neirong p {
    display: block;
    width: 630px;
    height: 52px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-left: 50px;
    padding-top: 20px;
}

.bd_btn a {
    display: block;
    width: 170px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #00b6dd;
    border-radius: 6px;
    box-shadow: 0 0 18px rgba(0,0,0,.05);
    cursor: pointer;
    margin-left: 500px;
    margin-top: 20px;
}

.bd_btn a:hover {
	display: block;
	background: #FF9933;
}

.bd_img {
    width: 630px;
    height: 230px;
    margin: 20px auto;
}

.bd_img li {
    width: 200px;
    height: 230px;
    float: left;
    margin-left: 15px;
    text-align: center;
    line-height: 24px;
}

.bd_img li img {
    width: 200px;
    height: 200px;
}

.bd ul.qhbox {
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  
.bd ul[style] {
    opacity: 1;
    height: auto;
}

.main_tit {
    text-align: center;
    padding: 50px 0 30px;
}

.main_tit_z {
    font-size: 30px;
    margin-bottom: 10px;
    color: #111;
    font-weight: normal;
    text-transform: uppercase;
}

.main_tit_f {
    font-size: 14px;
    color: #666;
}

.hot-l, .hot-r {
    width: 550px;
    height: 598px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 50px rgba(187,186,207,.3);
}

.hot-l {
    margin: 0 32px 0 34px;
}

.hot-l-top {
    width: 100%;
    height: 168px;
    background: -webkit-linear-gradient(left, #00cca8, #61dba3);
    background: -o-linear-gradient(right, #00cca8, #61dba3);
    background: -moz-linear-gradient(right, #00cca8, #61dba3);
    background: linear-gradient(to right, #00cca8, #61dba3);
    border-radius: 6px 6px 0 0;
}

.hot-li {
    width: 100%;
    height: 100%;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/hot_01.png) no-repeat right center;
}

.hot-li p {
    font-size: 28px;
    color: #fff;
    padding: 25px 0 15px 36px;
}

.hot-li div {
    font-size: 16px;
    color: #fff;
    padding-left: 36px;
    margin-bottom: 12px;
}

.hot-li div span {
    display: inline-block;
    color: #00b192;
    font-size: 14px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 14px;
    margin-right: 6px;
}

.hot-l-bottom {
    padding: 0 42px;
    box-sizing: border-box;
}

.hot-bm-title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 32px 0;
    margin-bottom: 20px;
}

.hot-bm-title .left {
    padding: 0 170px 0 24px;
}

.hot-bm-title {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 32px 0;
    margin-bottom: 20px;
}

#hot-radio {
    width: 235px;
    font-size: 14px;
    color: #1cd0a6;
}

#hot-radio dd {
    float: left;
    margin: 0 10px 0 25px;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    padding-bottom: 25px;
}

#hot-radio dd b {
    width: 22px;
    height: 22px;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/hot_icon1.png) no-repeat center center;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

#hot-radio2 {
    width: 195px;
    color: #1cd0a6;
}

#hot-radio2 dd {
    float: left;
    margin: 0 10px 0 25px;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    padding-bottom: 25px;
}

#hot-radio2 dd b {
    width: 22px;
    height: 22px;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/hot_icon1.png) no-repeat center center;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

#hot-radio2 .selected b, #type-radio .selected a:hover b {
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/hot_icon2.png) no-repeat center center;
}

.hot-inner-btn, .hot-inner-btn2 {
    width: 260px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    background: #00d0a6;
    box-shadow: 0 0 18px rgba(1,204,168,.3);
    cursor: pointer;
    margin: 0px 0 0 105px;
}

.hot-inner-btn:hover {
	background: #11c3a3;
}

.hot-inner-btn2:hover {
	background: #5154f4;
}
.hot-bm-tl p:hover, .hot-bm-tr p:hover {
	color: #6c6eff;
	cursor: pointer;
}



.hot-r-top {
    width: 100%;
    height: 168px;
    background: -webkit-linear-gradient(left, #464aff, #9447fa);
    background: -o-linear-gradient(right, #464aff, #9447fa);
    background: -moz-linear-gradient(right, #464aff, #9447fa);
    background: linear-gradient(to right, #464aff, #9447fa);
    border-radius: 6px 6px 0 0;
}

.hot-r-top .hot-li {
    width: 100%;
    height: 100%;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/hot_02.png) no-repeat right center;
}

.hot-r .hot-bmr-title {
    margin: 50px 0 8px;
}

.hot-bm-tl {
    width: 100px;
    margin-left: 142px;
}

.hot-bm-tl img, .hot-bm-tr img {
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto;
}

.hot-bm-tl p, .hot-bm-tr p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-top: 16px;
}

.hot-bm-tr {
    width: 70px;
    margin-left: 120px;
}

.blank30 {
    height: 30px;
}

.hot-r-bottom ul li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #6c6eff;
    box-sizing: border-box;
    border: 1px solid #6d6bff;
    border-radius: 48px;
    margin-right: 12px;
    margin-bottom: 16px;
    cursor: pointer;
}

.hot-r-bottom ul li.list1, .hot-r-bottom ul li.list5 {
    margin-left: 60px;
}

.hot-r-bottom ul li.list6, .hot-r-bottom ul li.list7 {
    width: 130px;
}

.hot-r-bottom ul li.list5 {
    width: 144px;
}

.hot-inner-btn2 {
    background: #6c6eff;
    margin: 24px auto 0;
    box-shadow: 0 0 18px rgba(108,110,255,.3);
}

.vip-wrap {
    width: 100%;
    height: 370px;
    overflow: hidden;
    min-width: 1200px;
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/vip_banner.png) no-repeat center center;
    background-color: #6643ff;
}

.vip {
    padding-left: 70px;
}

.vip-title {
    font-size: 32px;
    color: #fff;
    padding: 82px 0 30px;
}

.vip-title span {
    color: #3fffd2;
}

.vip ul {
    width: 810px;
}

.vip li {
    width: 405px;
    font-size: 16px;
    color: #e7e3ff;
    margin-bottom: 14px;
    padding-left: 36px;
    box-sizing: border-box;
    position: relative;
}

.vip li>span {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0;
}

.vip li.list1>span {
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/vip01.png) no-repeat;   
}

.vip li.list2>span {
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/vip02.png) no-repeat;
}

.vip li.list3>span {
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/vip03.png) no-repeat;
}

.vip li.list4>span {
    background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/vip04.png) no-repeat;
}

.vip-btn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: #00d0a6;
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    cursor: pointer;
    text-align: center;
}

.vip-btn:hover {
	background: #11c3a3;
}

.gszc_box4, .gszc_box4 {
    width: 580px;
}

.gszc_box4 h3 {
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
}

.gszc_box4 li {
    width: 46%;
    float: left;
    text-align: center;
    margin: 10px 2%;
    background: #f1f3ff;
    padding: 25px 0;
    border-radius: 5px;
}

/*服务优势*/

.gszc_box5 li {
	text-align: center;
	background: #f1f3ff;
	width: 18%;
	margin: 0 1%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	padding: 25px 0;
	box-sizing: border-box;
}

.gszc_box5 li .pic {
	padding: 0px 0 15px 0;
}

.gszc_box5 li .pic img {
	width: 30%;
}

.gszc_box5 li .txt {
	padding-bottom: 10px;
    width: auto;
    background: 0;
    height: auto;
    line-height: normal;
}

.gszc_box5 li .txt h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.gszc_box5 li .txt p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

/*常见问题*/
.wenda {
	background: url(https://eydemozy.kuaituiyun.cn/16862/template/pc/skin/images/wd_bg.jpg) no-repeat center #6643ff
}

.question li {
	width: 580px;
    height: 210px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 50px 0 0 36px;
	margin-bottom: 20px;
}

.question li .ques {
	height: 40px;
}

.question li .ques img, .question li .ans img, .question li .ques div, .question li .ans div {
	float: left;
}

.question li .ques img, .question li .ans img {
	margin-right: 18px;
}

.question li .tit, .question li .cont {
	max-width: 482px;
}

.question li .tit {
	font-size: 16px;
	line-height: 26px;
	color: #30c8c6;
}

.question li .cont {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.question li.card-r {
	padding-left: 25px;
}




/*相关服务*/
.xgfw li {
	width: 14.6%;
	margin: 0 1%;
	float: left;
	padding: 35px 0;
	font-size: 16px;
	text-align: center;
	border: solid 1px #eee;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.3s all;
    background: #fff;
}

.xgfw li img {
	width: 40%;
	margin-bottom: 15px;
}

.xgfw li:hover {
	background: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(0, -5px, 0);
}

.more2 a {
	width: 160px;
	line-height: 35px;
	overflow: hidden;
	background: rgba(255,255,255,0.1);
	display: inline-block;
	border: solid 1px rgba(255,255,255,0.6);
	border-radius: 52px;
	text-align: center;
	color: #fff;
	transition: 0.3s all;
	position: relative;
}

.more2 a:hover {
	border: solid 1px #fff;
	background: rgba(255,255,255,0.8);
	color: #333;
}