@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
ul,ol {
	list-style: outside none none;
}

li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #003182;
}

hr {
	border: none;
}

/*img {
	border: none;
	max-width: 100%;
}*/

.none {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.min_width {
	min-width: 1200px;
}

.main_width {
	width: 1200px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width: 100%;
	height: 50px;
	background: #ebebeb;
	line-height: 50px;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.header h1 {
	text-indent: -99999px;
	width: 110px;
	height: 50px;
	background: url(../images/img_01.jpg) no-repeat;
	float: left;
}

.header .left {
	display: inline-block;
	float: left;
}
.header .left a,
.header .left span {
	display: inline-block;
	float: left;
}
.header .left a {
	padding-left: 15px;
	padding-right: 15px;
}
.header .left .nav {
	width: 75px;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/img_34.png) no-repeat 80px center;
	background-size: 10px 10px;
}
.header .left .nav:hover {
	background: #fff url(../images/img_35.png) no-repeat 80px center;
	background-size: 10px 10px;
}
.header .left .nav .sub_nav {
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	display: none;
}
.header .left .nav:hover .sub_nav {
	display: block;
}
.header .left .nav .sub_nav a {
	width: 90px;
	display: inline-block;
}
.header .right {
	display: inline-block;
	float: right;
}
.header .right a:hover {
	color: #ff1010;
}
.index_banner {
	width: 100%;
}
.index_banner img {
	width: 100%;
}
.common_top {
	text-align: center;
}
.common_top .ch {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
}
.common_top .en {

}
/*公司业务*/
.index_business {
	padding-top: 70px;
}
.index_business .main {
	height: 200px;
	margin-top: 40px;
}
.index_business .main .list {
	height: 100%;
	margin-bottom: 30px;
}
.index_business .main .list .box:hover {
	position: relative;
	top: -5px;
}

.index_business .main .list .typename {
	width: 110px;
	height: 100%;
	float: left;
	background: #0078d8;
	position: relative;
	color: #fff;
}
.index_business .main .list .typename .ch {
	width: 24px;
	height: 200px;
	position: absolute;
	font-size: 24px;
	left: 55px;
	top: 0;
	box-sizing: border-box;
	padding-top: 15px;
}
.index_business .main .list .typename .en {
	width: 200px;
	height: 30px;
	line-height: 30px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer 9*/
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
	padding-left: 20px;
	box-sizing: border-box; 
	position: absolute;
	left: -60px;
	top: 85px;
}
.index_business .main .list .box {
	width: 360px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.index_business .main .list .box .link {
	width: 100%;
	height: 100%;
	display: block;
	padding: 30px;
	box-sizing: border-box;
}
.index_business .main .list .box .ch {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}
.index_business .main .list .box .btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #0078d8;
	border: 1px solid #0078d8;
	margin-top: 40px;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.index_business .main .list .box .btn:hover {
	background: #0078d8;
	color: #fff;
}
.index_business .main .list:nth-child(3) .typename {
	background: #41aef3;
}
/*我们的优势*/
.index_adv {
	background: #0078d8;
	padding-top: 70px;
	margin-top: 60px;
	padding-bottom: 60px;
}
.index_adv .common_top {
	color: #fff;
}
.index_adv .main {
	margin-top: 50px;
}
.index_adv .main .box {
	width: 33.3%;
	float: left;
	text-align: center;
}
.index_adv .main .box .pic {
	width: 120px;
	height: 120px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	padding-top: 35px;
}
.index_adv .main .box .pic img {
	width: 60px;
	height: 60px;
}
.index_adv .main .box .txt {
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	margin-top: 30px;
}
/*咨询*/
.index_ask {
	width: 100%;
	height: 640px;
	background: url(../images/img_15.jpg) no-repeat center center;
	padding-top: 70px;
	box-sizing: border-box;
	background-size: 100% 100%;
}
.index_ask .main {
	margin-top: 50px;
}
.index_ask .main .box {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #0078d8;
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	float: left;
	box-sizing: border-box;
}
.index_ask .main .box:hover {
	position: relative;
	top: -5px;
}
.index_ask .main .box:nth-child(3) {
	margin-right: 0px;
}
.index_ask .main .box .title {
	font-size: 24px;
}
.index_ask .main .box .pic {
	margin-top: 20px;
}
.index_ask .main .box img {
	width: 40px;
	display: inline-block;
}
.index_ask .main .box a {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #0078d8;
	color: #0078d8;
	display: inline-block;
	margin-top: 20px;
}
.index_ask .main .box a:hover {
	background: #0078d8;
	color: #fff;
}
.index_ask .more {
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #0078d8;
	color: #0078d8;
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}
.index_ask .more:hover {
	background: #0078d8;
	color: #fff;
}
/*为什么选择卓海*/
.index_way {
	padding-top: 70px;
}
.index_way .main {
	margin-top: 30px;
}
.index_way .main .box {
	width: 32%;
	margin-right: 2%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.index_way .main .box:hover {
	position: relative;
	top: -5px;
}
.index_way .main .box:nth-child(3) {
	margin-right: 0px;
}
.index_way .main .box .pic {
	width: 155px;
	height: 100px;
	display: inline-block;
}
.index_way .main .box .txt {
	font-size: 20px;
}
.index_way .main .box:hover {
	border: 1px solid #0078d8;
}
.index_way .main .box:hover .txt {
	color: #0078d8;
}
.index_way .main .box1 .pic {
	background: url(../images/img_16a.png) no-repeat center center;
}
.index_way .main .box1:hover .pic {
	background: url(../images/img_16.png) no-repeat center center;
}
.index_way .main .box2 .pic {
	background: url(../images/img_17.png) no-repeat center center;
}
.index_way .main .box2:hover .pic {
	background: url(../images/img_17a.png) no-repeat center center;
}
.index_way .main .box3 .pic {
	background: url(../images/img_18.png) no-repeat center center;
}
.index_way .main .box3:hover .pic {
	background: url(../images/img_18a.png) no-repeat center center;
}
/*服务流程*/
.index_flow {
	padding-top: 70px;
	padding-bottom: 60px;
	background: #0078d8;
	margin-top: 70px;
}
.index_flow .common_top {
	color: #fff;
}
.index_flow .main {
	width: 100%;
	margin-top: 40px;
}
.index_flow .main img {
	width: 100%;
}
/*点击咨询*/
.index_click {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	padding-top: 110px;
	background: url(../images/img_20.jpg) no-repeat center center;
}
.index_click .main {

}
.index_click  .main .left {
	width: 870px;
	float: left;
	color: #0078d8;
}
.index_click  .main .left .big {
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
}
.index_click  .main .left .small {
	font-size: 24px;
}
.index_click  .main .click {
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	background: #0078d8;
	border-radius: 30px;
	float: right;
	display: block;
	color: #fff;
	margin-top: 20px;
}
.index_click  .main .click:hover {
	background: #fff;
	color: #0078d8;
	border: 1px solid #0078d8;
}
/*更多服务*/
.index_services {
	padding-top: 70px;
	padding-bottom: 50px;
	box-sizing: border-box;
	height: 630px;
	background: url(../images/img_29.jpg) no-repeat center center;
}
.index_services .common_top {
	color: #fff;
}
.index_services .main {
	
}
.index_services .main .list {
	margin-top: 50px;
}
.index_services .main .list .box {
	text-align: center;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	float: left;
}
.index_services .main .list .box:hover {
	position: relative;
	top: -5px;
}
.index_services .main .list .box img {
	display: inline-block;
}
.index_services .main .list .box .title {
	font-size: 20px;
	margin-top: 10px;
}
.index_services .main .list .box .des {
	line-height: 1.8;	
	margin-top: 20px;
}
.index_services .main .list .box a {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ffc201;
	display: inline-block;
	margin-top: 30px;
}
.index_services .main .list .box a:hover {
	background: #333;
	color: #ffc201;
}
/*辐射区域*/
.index_area {
	height: 200px;
	background: url(../images/img_26.jpg) no-repeat center center;
	box-sizing: border-box;
	padding-top: 70px;
}
.index_area h2 {
	display: inline-block;
	float: left;
	font-size: 36px;
	margin-top: 8px;
}
.index_area span {
	width: 140px;
	height: 60px;
	line-height: 60px;
	text-align: center;	
	font-size: 20px;
	border: 1px solid #333;
	border-radius: 6px;
	display: inline-block;
	margin-left: 30px;
	background: #fff;
}
/*客户心声*/
.index_voice {
	padding-top: 70px;
	padding-bottom: 60px;
	background: #f9f9f9;
}
.index_voice .main {
	margin-top: 70px;
}
.index_voice .main .box {
	width: 32%;
	height: 450px;
	box-sizing: border-box;
	margin-right: 2%;
	background: #fff;
	text-align: center;
	padding: 65px 40px;
	float: left;
}
.index_voice .main .box:hover {
	box-shadow: 0 0 10px 0 rgba(60,100,170,.37);
}
.index_voice .main .box:nth-child(3) {
	margin-right: 0px;
}
.index_voice .main .box img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	display: inline-block;
}
.index_voice .main .box .title {
	font-size: 24px;
	margin-top: 30px;
}
.index_voice .main .box .des {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: left;
}
/*底部*/
.footer {
	background: #333;
	padding-top: 30px;
}
.footer .main {
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
}
.footer .main .block_a {
	float: left;
}
.footer .main .block_a ul {
	float: left;
	color: #ccc;
	margin-right: 85px;
}
.footer .main .block_a ul li {

}
.footer .main .block_a ul li:first-child {
	font-size: 16px;
}
.footer .main .block_a ul li a {
	padding: 5px;
	display: block;
	color: #ccc;
}
.footer .main .block_a ul li a:hover {
	color: #fff;
}
.footer .main .block_b {
	color: #ccc;
	float: left;
}
.footer .main .block_b p {
	padding: 5px;
}
.footer .main .block_b img {
	position: relative;
	top: 5px;
}
.footer .main .block_c {
	float: right;
	width: 135px;
	height: 135px;
}
.footer .main .block_c img {
	width: 100%;
}
.footer .flink {
	color: #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8;
}
.footer .flink ul {

}
.footer .flink ul li {
	display: inline-block;
	margin-right: 20px;
}
.footer .flink ul li:first-child {
	margin-right: 0px;
}
.footer .flink ul li a {
	color: #ccc;
}
.footer .flink ul li a:hover {
	color: #fff;
}
.footer .bottom {
	padding-top: 35px;
	padding-bottom: 35px;
	color: #ccc;
	text-align: center;
	background: #252525;
}
.banner {

}
.banner img {
	width: 100%;
}
/*当前位置*/
.curmbs {
	height: 55px;
	line-height: 55px;
	background: #fff;
	font-size: 16px;
}
/*关于我们*/
.about {
	margin-top: 30px;
}
.about .left_nav {
	width: 200px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	float: left;
}
.about .left_nav ul {
	width: 100%;
}
.about .left_nav ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.about .left_nav ul li a {
	padding-left: 15px;
	font-size: 16px;
	color: #666;
	display: inline-block;
	line-height: 1;
}
.about .left_nav ul li a.cur,
.about .left_nav ul li a:hover {
	border-left: 2px solid #2f82ff;
	color: #2f82ff;
	padding-left: 13px;
}
.about .main {
	width: 975px;
	float: right;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
}
.about .main .top {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #666;
}
.about .main .top span {
	color: #2f82ff;
}
.about .main .cont {
	margin-top: 40px;
	padding-left: 45px;
	padding-right: 45px;
}
.about .main .cont h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.about .main .cont .msg {
	margin-top: 40px;
}
.about .main .cont .msg .box {
	width: 33.3%;
	float: left;
	text-align: center;
}
.about .main .cont .msg .box img {
	width: 50px;
	display: inline-block;
}
.about .main .cont .msg .box .pa {
	color: #222;
	line-height: 2;
	font-weight: bold;
	margin-top: 10px;
}
.about .main .cont .msg .box .pb {
	line-height: 1.5;
	margin-top: 5px;
	font-size: 12px;
	color: #777;
}
#dituContent {
	width: 100%;
	height: 280px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.about .main .cont .block {
	width: 370px;
	height: 195px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 30px;
}
.about .main .cont .block:hover {
	box-shadow: 0 0 10px 0 #ccc
}
.about .main .cont .block:nth-child(2n) {
	float: right;
}
.about .main .cont .block h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.about .main .cont .block p {
	color: #666;
	line-height: 2;
}
/*专家问诊*/
.expert {
	margin-top: 30px;
}
.expert .block1 {
	width: 100%;
}
.expert .block1 .pic {
	width: 560px;
	float: left;
}
.expert .block1 .pic img {
	width: 100%;
}
.expert .block1 .txt {
	width: 585px;
	float: right;
	margin-right: 20px;
}
.expert .block1 .txt .p1 {

}
.expert .block1 .txt .p1 .b {
	font-size: 24px;
	font-weight: bold;
}
.expert .block1 .txt .p1 .c {
	color: #666;
}
.expert .block1 .txt .p2 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5f5;
	font-size: 16px;
	margin-top: 20px;
}
.expert .block1 .txt .p2 p {
	line-height: 1.5;
}
.expert .block1 .txt .p2 b {
	font-size: 24px;
	color: #fd4956;
}
.expert .block1 .txt .p2 span {
	color: #fd4956;
}
.expert .block1 .txt .p3 {
	color: #666;
	line-height: 1.8;
	margin-top: 20px;
}
.expert .block1 .txt a {
	width: 225px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fd4956;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	margin-top: 20px;
}
.expert .block1 .txt a:hover {
	background: #d6404a;
}
.expert img {
	max-width: 100%;
}
.expert .block2 {
	width: 100%;
	margin-top: 30px;
}
/*新闻区域*/
.news_block {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 30px;
	background: #f9f9f9;
}
.news_block .main {
	margin-top: 40px;
}
.news_block .main .left {
	width: 685px;
	float: left;
	background: #fff;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;
}
.news_block .main .left h3 {
	text-align: center;
	font-size: 24px;
}
.news_block .main .left .box {
	margin-top: 30px;
	display: block;
}
.news_block .main .left .box .pic {
	width: 175px;
	height: 115px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.news_block .main .left .box .pic img {
	width: 100%;
	height: 100%;
    transition: all 0.6s;
}
.news_block .main .left .box .pic img:hover {
	transform: scale(1.1);
}
.news_block .main .left .box .txt {

}
.news_block .main .left .box .txt .title {
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_block .main .left .box .txt .des {
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_block .main .right {
	width: 480px;
	float: right;
	padding: 30px 20px 40px 20px;
	box-sizing: border-box;
	background: #fff;
}
.news_block .main .right h3 {
	font-size: 24px;
	text-align: center;
}
.news_block .main .right .list {
	margin-top: 10px;
}
.news_block .main .right a {
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.news_block .main .right a span {
	font-size: 30px;
	color: #6c9bf4;
	position: relative;
	top: 5px;
}
/*最新动态*/
.about .main .cont {

}
.about .main .cont .box {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
}
.about .main .cont .box .left {
	width: 700px;
	float: left;
}
.about .main .cont .box .left .title {
	font-size: 16px;
}
.about .main .cont .box .left .des {
	color: #666;
	line-height: 1.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}
.about .main .cont .box .more {
	width: 95px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: right;
	color: #666;
	border: 1px solid #666;
	text-align: center;
	margin-top: 30px;
}
.about .main .cont .box .more:hover {
	color: #2f82ff;
	border: 1px solid #2f82ff;
}
/*分页*/
.page {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.page a {
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.page span {
	padding: 5px 10px;
	border: 1px solid #eee;
	background: #2f82ff;
	color: #fff;
	border-radius: 4px;
}
/*商学院*/
.index_sxy {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 70px;
	background: url(../images/img_47.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.index_sxy .main {

}
.index_sxy .main .box {
	width: 100%;
	height: 540px;
	background: #fff url(../images/img_48.jpg) no-repeat;
	background-position: right 75px top 0px;
	border-radius: 10px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 150px;
	padding-right: 150px;
	margin-bottom: 45px;
}
.index_sxy .main .box h2 {
	font-size: 48px;
	color: #3f3f3f;
	text-align: center;
	font-weight: bold;
}
.index_sxy .main .box ul {
	margin-top: 20px;
}
.index_sxy .main .box ul li {
	height: 60px;
	width: 50%;
	float: left;
}
.index_sxy .main .box ul li a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 100px;
	box-sizing: border-box;
	font-size: 20px;
	color: #333;
}
.index_sxy .main .box ul li a:hover {
	color: #55a1ff;
}
.index_sxy .main .box .des {
	line-height: 2;
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.index_sxy .main .box .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.index_sxy .main .box .btn {
	width: 400px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #55a1ff;
	border-radius: 6px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
.index_sxy .main .box .btn:hover {
	box-shadow: 0 0 10px 0 #ccc;
}
.index_sxy .main .box:nth-child(2) {
	background: #fff url(../images/img_49.jpg) no-repeat;
	background-position: right 75px top 0px;
}
.index_sxy .main .box:nth-child(2) li a:hover {
	color: #faaf18;
}
.index_sxy .main .box:nth-child(2) .btn {
	background: #faaf18;
}
.index_sxy .main .box:nth-child(3) {
	background: #fff url(../images/img_50.jpg) no-repeat;
	background-position: right 75px top 0px;
}
.index_sxy .main .box:nth-child(3) li a:hover {
	color: #738af9;
}
.index_sxy .main .box:nth-child(3) .btn {
	background: #738af9;
}
/*电商业务*/
.business {

}
.business .top {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ddd;
}
.business .position {
	display: inline-block;
}
.search_input {
	float: right;
	padding: 0 35px 0 0;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 20px;
	background: #fff;
	margin-top: 17px;
	border: 1px solid #ccc;
	width: 400px;
	background: #f5f5f5;
}

.search_input input {
	width: 320px;
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	padding-left: 20px;
	background: none;
	box-sizing: border-box;
	color: #b2b2b2;
	font-size: 16px;
	border-radius: 20px;
}
input::-webkit-input-placeholder {
    color: #999;
}
.search_input button {
	position: absolute;
	top: -1px;
	right: 0;
	display: inline-block;
	width: 70px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #0078d8 url(../images/search.png) no-repeat center center;
	background-size: 35% 60%;
	font-size: 16px;
	color: #fff;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}
.business .nav {
	margin-top: 20px;
}
.business .nav ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.business .nav li {
	display: inline-block;
	margin-right: 20px;
}
.business .nav li span {
	color: #333;
	font-size: 16px;
}
.business .nav li a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	color: #666;
	border-radius: 20px;
}
.business .nav li a.cur,
.business .nav li a:hover {
	color: #fff;
	background: #0078d8;
}
.business .line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}
.business_main {

}
.business_main .block_a {
	margin-top: 30px;
}
.business_main .block_a img {
	width: 100%;
}
.business_main .block_b {
	margin-top: 20px;
}
.business_main .block_b img {
	width: 100%;
}
.business_main .block_c {
	width: 100%;
	height: 325px;
	background: url(../images/img_54.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 215px;
	box-sizing: border-box;
}

.submit_input {
	padding: 0 35px 0 0;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	position: relative;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #2f6adb;
	width: 550px;
	background: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.submit_input input {
	width: 425px;
	height: 53px;
	line-height: 53px;
	border: none;
	outline: none;
	padding-left: 20px;
	background: none;
	box-sizing: border-box;
	color: #b2b2b2;
	font-size: 16px;
	border-radius: 20px;
}
.submit_input button {
	position: absolute;
	top: -1px;
	right: 0;
	display: inline-block;
	width: 110px;
	height: 55px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #2f6adb;
	background-size: 35% 60%;
	font-size: 16px;
	color: #fff;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
/*客户心声*/
.khxs {
	background: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 50px;
}
/* 本例子css */
.customer {
	width:100%;
	margin:0 auto;
	margin-top:30px;
	overflow:hidden;
}
.customer .bd ul {
	overflow:hidden;
	zoom:1;
}
.customer .bd ul li {
	width: 390px;
	margin:0 5px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	padding: 30px; 
	background: #fff;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
.customer .bd ul li:hover {
	box-shadow: 0 0 10px 0 #ccc;
}
.customer .bd ul li .pic {
	text-align:center;
}
.customer .bd ul li .pic img {
	width:140px;
	height:140px;
	display:inline-block;
	border-radius: 50%;
}
.customer .bd ul li .title {
	font-size: 18px;
	margin-top: 20px;
}
.customer .bd ul li .des {
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
}
/*我们的优势*/
.our_adv {
	width: 100%;
	height: 375px;
	background: #0078d8;
	padding-top: 45px;
	text-align: center;
	box-sizing: border-box;
}
.our_adv h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.our_adv .main {
	margin-top: 40px;
}
.our_adv .main .box {
	width: 33.3%;
	float: left;
}
.our_adv .main .box img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: inline-block;
}
.our_adv .main .box p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
/*电商公司税务申报*/
.business_main {

}
.business_main .block_d {
	width: 100%;
	height: 215px;
	background: url(../images/img_59.jpg) no-repeat center center;
	margin-top: 30px;
}
.business_main .block_d a {
	width: 245px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #ff7200;
	background: #fff;
	display: block;
	float: right;
	margin-top: 80px;
}
.business_main .block_d a:hover {
	background: #ff7200;
	color: #fff;
}
.business_main .block_e {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.business_main .block_e h2 {
	font-size: 36px;
	font-weight: bold;
}
.business_main .block_e .main {
	margin-top: 30px;
}
.business_main .block_e .box {
	width: 32%;
	height: 255px;
	margin-right: 2%;
	border-radius: 10px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-top: 30px;
	float: left;
}
.business_main .block_e .box:nth-child(3) {
	margin-right: 0px;
}
.business_main .block_e .box .pic {
	width: 100px;
	height: 100px;
	display: inline-block;
	
}
.business_main .block_e .box:hover {
	background: #147eff;
	color: #fff;
}
.business_main .block_e .box p {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	margin-top: 15px;
}
.business_main .block_e .box1 .pic {
	background: url(../images/img_60.png) no-repeat center center;
}
.business_main .block_e .box1:hover .pic {
	background: url(../images/img_60a.png) no-repeat center center;
}
.business_main .block_e .box2 .pic {
	background: url(../images/img_61.png) no-repeat center center;
}
.business_main .block_e .box2:hover .pic {
	background: url(../images/img_61a.png) no-repeat center center;
}
.business_main .block_e .box3 .pic {
	background: url(../images/img_62.png) no-repeat center center;
}
.business_main .block_e .box3:hover .pic {
	background: url(../images/img_62a.png) no-repeat center center;
}
.business_main .block_f {
	width: 100%;
	height: 360px;
	background: url(../images/img_63.jpg) no-repeat center center;
	padding-top: 65px;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.business_main .block_f .box {
	width: 32%;
	height: 230px;
	background: #fff;
	float: left;
	margin-right: 2%;
	border-radius: 4px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
	box-sizing: border-box;
}
.business_main .block_f .box:nth-child(3) {
	margin-right: 0px;
}
.business_main .block_f .box .title {
	font-size: 24px;
	font-weight: bold;
}
.business_main .block_f .box .des {
	font-size: 20px;
	margin-top: 30px;
	line-height: 1.8;
}
.business_main .block_f .box:hover {
	color: #286bf9;
}
.business_main .block_g {
	width: 100%;
	height: 335px;
	background: url(../images/img_64.jpg) no-repeat center center;
	box-sizing: border-box;
	padding-top: 235px;
}
.business_main .block_h {
	padding-top: 30px;
	padding-bottom: 30px;
}
.business_main .block_h h2 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.business_main .block_h .main {
	margin-top: 30px;
}
.business_main .block_h .main .box {
	width: 32%;
	margin-right: 2%;
	float: left;
	height: 210px;
	border-radius: 10px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
}
.business_main .block_h .main .box:nth-child(3) {
	margin-right: 0px;
}
.business_main .block_h .main .box .title {
	font-size: 24px;
}
.business_main .block_h .main .box .des {
	line-height: 1.8;
	margin-top: 30px;
	font-size: 20px;
}
.business_main .block_h .main .box:hover {
	background: #117cff;
	color: #fff;
}
.business_main .block_i {
	width: 100%;
	height: 460px;
	background: url(../images/img_69.jpg) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 40px;
}
.business_main .block_i h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.business_main .block_i .main {
	margin-top: 30px;
}
.business_main .block_i .main .box {
	width: 260px;
	height: 300px;
	background: url(../images/img_67.png) no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 65px 45px 30px 45px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.business_main .block_i .main .box:hover {
	background: url(../images/img_68.png) no-repeat center center;
	background-size: 100% 100%;
}
.business_main .block_i .main .box .num {
	font-size: 42px;
	color: #0078d8;
	font-family: "黑体";
}
.business_main .block_i .main .box .txt {
	font-size: 22px;
	color: #140000;
	margin-top: 15px;
	font-family: "黑体";
	line-height: 1.5;
}
.block_j {
	
}
.block_j .pic {
	width: 655px;
	height: 375px;
	float: left;
	background: url(../images/img_70.jpg) no-repeat center center;
	padding-top: 120px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 30px;
}
.block_j .pic p {
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #0078d8;
}
.block_j .pic a {
	width: 355px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 30px;
	font-size: 24px;
	background: #2f95ff;
	color: #fff;
	display: inline-block;
	margin-top: 40px;
}
.block_j .pic a:hover {
	background: #377fca;
}
.block_j .txt {
	width: 520px;
	height: 375px;
	float: right;
	margin-top: 30px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ddd;
}
.block_j .txt .top {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
}
.block_j .txt ul {
	padding-top: 10px;
}
.block_j .txt ul li {
	height: 42px;
}
.block_j .txt ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
	color: #666;
}
.block_j .txt ul li a:hover {
	color: #003182;
}
.block_j .txt ul li a .title {
	display: inline-block;
	float: left;
}
.block_j .txt ul li a .time {
	display: inline-block;
	float: right;
}
.gszc_a {
	width: 100%;
	height: 315px;
	background: url(../images/img_76.jpg) no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 30px;
	box-sizing: border-box;
	padding-top: 40px;
}
.gszc_a h2 {
	font-size: 36px;
	font-weight: bold;
}
.gszc_a .main {
	margin-top: 30px;
}
.gszc_a .main .box {
	width: 220px;
	height: 155px;
	float: left;
	margin-right: 25px;
	background: #fff;
	box-sizing: border-box;
	padding-top: 20px;
	border-radius: 4px;
}
.gszc_a .main .box:nth-child(5) {
	margin-right: 0px;
}
.gszc_a .main .box img {
	display: inline-block;
}
.gszc_a .main .box p {
	font-size: 24px;
	font-weight: bold;
}
.gszc_b {
	width: 100%;
	height: 480px;
	background: #0078d8;
	box-sizing: border-box;
	padding-top: 50px;
}
.gszc_b .top {

}
.gszc_b .top p {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	text-shadow: 1.5px 2.598px 0px #0068ae;
}
.gszc_b .top p span {
	color: #ffa801;
}
.gszc_b .main {
	width: 1030px;
	height: 215px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}
.gszc_b .circle {
	width: 215px;
	height: 215px;
	position: absolute;
	left: 0;
	right: 0;
	background: #4190f9;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	padding-top: 60px;
	box-sizing: border-box;
	border-radius: 50%;
	z-index: 10;
}
.gszc_b .ellipse {
	width: 945px;
	height: 215px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 100px;
	padding: 30px 100px 20px 170px;
	box-sizing: border-box;
}
.gszc_b .ellipse ul {
}
.gszc_b .ellipse ul li {
	width: 50%;
	float: left;
}
.gszc_b .ellipse ul li a {
	font-size: 22px;
	color: #666;
	line-height: 1.8;
}
.gszc_c {
	width: 100%;
	height: 415px;
	background: url(../images/img_77.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 75px;
	box-sizing: border-box;
}
.gszc_c .main {
	height: 270px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 70px 20px 70px;
}
.gszc_c .main h2 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
.gszc_c .main .box {
	width: 33%;
	float: left;
	border-right: 1px solid #ddd;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
.gszc_c .main .box:nth-child(3) {
	border-right: 0px;
}
.gszc_d {
	width: 100%;
	height: 245px;
	background: url(../images/img_78.jpg) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 23px;
}
.gszc_d .main {
	width: 970px;
	height: 200px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.gszc_d .main .ch {
	font-size: 30px;
	color: #0078d8;
	font-weight: bold;
	line-height: 1.5;
}
.gszc_d .main .en {
	font-size: 24px;
	color: #0078d8;
}
/*.gszc_d .main form {
	width: 670px;
	height: 60px;
	border: 1px solid #117cff;
	border-radius: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.gszc_d .main form input {
	width: 530px;
	height: 54px;
	position: absolute;
	top: 3px;
	left: 28px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #999;
}
.gszc_d .main form button {
	width: 105px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #117cff;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	font-size: 18px;
	cursor: pointer;
}
.gszc_d .main form button:hover {
	background: #2274d8;
	outline: none;
}*/
.gszc_d form {
    width: 905px;
    height: 58px;
    border: 3px solid #ffa801;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.gszc_d form input {
	height: 58px;
	float: left;
	border: none;
	border-right: 1px solid #ddd;
	padding-left: 50px;
	outline: none;
	box-sizing: border-box;
}
.gszc_d form .title {
	width: 380px;
	background: #fff url(../images/img_82.jpg) no-repeat 20px center;
}
.gszc_d form .name {
	width: 180px;
	background: #fff url(../images/img_83.jpg) no-repeat 20px center;
}
.gszc_d form .phone {
	width: 180px;
	background: #fff url(../images/img_84.jpg) no-repeat 20px center;
}
.gszc_d form .button {
	width: 165px;
	height: 58px;
	line-height: 58px;
	background: #ffa801;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
	float: right;
}
/*公司注销*/
.gszx_a {
	height: 355px;
	background: url(../images/img_80.jpg) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 110px 130px 10px 130px;
}
.gszx_a p {
	line-height: 1.5;
	font-size: 24px;
	margin-bottom: 20px;
}
.gszx_b {
	height: 380px;
	background: url(../images/img_81.jpg) no-repeat center center;
	margin-top: 30px;
}
/*商标注册*/
.register_a {
	width: 100%;
	height: 325px;
	background: #f5f5f5;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	margin-top: 20px;
}
.register_a .p1 {
	font-size: 36px;
	color: #ffa801;
	font-weight: bold;
	line-height: 1.5;
}
.register_a .p2 {
	font-size: 24px;
	color: #666;
	line-height: 1.5;
}
.register_a form {
	width: 905px;
	height: 58px;
	border: 3px solid #ffa801;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.register_a form input {
	height: 58px;
	float: left;
	border: none;
	border-right: 1px solid #ddd;
	padding-left: 50px;
	outline: none;
	box-sizing: border-box;
}
.register_a form .title {
	width: 380px;
	background: #fff url(../images/img_82.jpg) no-repeat 20px center;
}
.register_a form .name {
	width: 180px;
	background: #fff url(../images/img_83.jpg) no-repeat 20px center;
}
.register_a form .phone {
	width: 180px;
	background: #fff url(../images/img_84.jpg) no-repeat 20px center;
}
.register_a form button {
	width: 165px;
	height: 58px;
	background: #ffa801;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	cursor: pointer;
}
.register_b {

}
.register_b img {
	width: 100%;
}
.register_c {
	width: 100%;
	height: 370px;
	background: url(../images/img_86.jpg) no-repeat center center;
	box-sizing: border-box;
	padding-top: 50px;
}
.register_c h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.register_c .main {
	margin-top: 25px;
}
.register_c .box {
	width: 585px;
	height: 185px;
	float: left;
	box-sizing: border-box;
	padding-top: 30px;
	border-radius: 4px;
}
.register_c .box1 {
	background: #ffa801;
}
.register_c .box a {
	width: 475px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	display: block;
	margin: auto;
	font-size: 24px;
}
.register_c .box1 a:nth-child(2) {
	font-size: 18px;
}
.register_c .box1 a.cur {
	background: #fff;
	color: #333;
}
.register_c .box2 {
	background: #fff;
	float: right;
}
.register_c .box2 a {
	color: #333;
}
.register_c .box2 a.cur {
	background: #ffa801;
	color: #fff;
}
.register_d {
	width: 100%;
	height: 245px;
	background: #5b88fb;
	box-sizing: border-box;
	padding-top: 40px;
	text-align: center;
}
.register_d h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.register_d ul {
	margin-top: 40px;
}
.register_d ul li {
	display: inline-block;
	margin-left: 65px;
	margin-right: 65px;
}
.register_d ul li a {
	width: 250px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 50px;
	border: 2px dashed #fff;
	color: #fff;
	display: block;
	font-size: 24px;
}
.register_d ul li a:hover {
	background: #94b4ff;
	border: 2px solid #ffa801;
}
.bg_a {

}
.bg_a img {
	width: 100%;
	margin-top: 10px;
}
.bg_b {
	width: 100%;
	height: 240px;
	background: url(../images/img_88.jpg) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 25px;
	margin-top: 10px;
}
.bg_b p {
	font-size: 36px;
	color: #086bdb;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
/*积分发票*/
.jffp_a {
	height: 480px;
	border-radius: 10px;
	background: #2d8bec;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 20px;
}
.jffp_a h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
}
.jffp_a .main {
	margin-top: 20px;
}
.jffp_a .main .box {
	width: 560px;
	height: 160px;
	float: left;
	margin-bottom: 20px;
	background: url(../images/img_89.png) no-repeat center center;
	box-sizing: border-box;
	padding: 25px 40px 10px 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
}
.jffp_a .main .box:nth-child(2n) {
	float: right;
}
.jffp_a .main .box:hover {
	color: #2d8bec;
}
.jffp_b {
	margin-top: 30px;
}
.jffp_b img {
	width: 100%;
}
/*天猫主体变更*/
.ztbg_a {
	height: 325px;
	background: url(../images/img_93.jpg) no-repeat center center;
	margin-top: 30px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 40px;
}
.ztbg_a img {
	display: inline-block;
}
.ztbg_b {
	height: 240px;
	background: url(../images/img_95.jpg) no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 15px;
}
.ztbg_b img {
	display: inline-block;
}
/*质检报告*/
.zjbg_a {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.zjbg_a h2 {
	font-size: 36px;
	font-weight: bold;
}
.zjbg_a .main {
	margin-top: 30px;
}
.zjbg_a .main .box {
	width: 260px;
	height: 150px;
	display: inline-block;
	border: 1px solid #ddd;
	margin-left: 45px;
	margin-right: 45px;
	box-sizing: border-box;
	padding-top: 15px;
}
.zjbg_a .main .box p {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 1.5;
}
.zjbg_b {
	padding-top: 40px;
	padding-bottom: 10px;
	background: #f5f5f5;
}
.zjbg_b h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.zjbg_b .main {
	margin-top: 30px;
}
.zjbg_b .main .box {
	width: 12.5%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.zjbg_b .main .box img {

}
.zjbg_b .main .box p {
	font-size: 16px;
	color: #666;
}
.zjbg_c {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.zjbg_c h2 {
	font-size: 36px;
	font-weight: bold;
}
.zjbg_c .main {

}
.zjbg_c .main .box {
	width: 375px;
	height: 215px;
	box-shadow: 0px 8px 25px 0px #ddd;
	float: left;
	margin-right: 37px;
	margin-top: 30px;
	box-sizing: border-box;
	padding-top: 30px;
}
.zjbg_c .main .box:nth-child(3n) {
	margin-right: 0px;
}
.zjbg_c .main .box img {
	display: inline-block;
}
.zjbg_c .main .box p {
	font-size: 24px;
	color: #666;
	line-height: 2;
}
/*卓海大事件*/
.about .main .cont {

}
.about .main .cont .item {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.about .main .cont .item .time {
	width: 12%;
	text-align: center;
	float: left;
}
.about .main .cont .item .des {
	width: 88%;
	float: right;
	line-height: 1.5;
}

.son_nav {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.son_nav li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.son_nav li a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #666;
}

.son_nav li .a-active,
.son_nav li a:hover {
	background: #2f82ff;
	color: #fff;
	border: 1px solid #2f82ff;
}
/*文章详情*/
.article_article {

}
.article_article h1 {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}
.article_article .time {
	font-size: 13px;
	color: #777;
	line-height: 2;
	text-align: center;
}
.article_article .content {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background: #f5f5f5;
}
.article_article .content p {
	background: #f5f5f5 !important;
}
.article_article .content img {
	max-width: 100%;
	height: auto !important;
}
.article_article .pre,
.article_article .next {
	line-height: 2;
}
/*右侧悬浮*/
.right_silder {
	width: 115px;
	position: fixed;
	top: 50%;
	right: 30px;
	background: #fff;
	margin-top: -200px;
	z-index: 999;
}
.right_silder .top {
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #16509f;
	font-size: 16px;
	color: #fff;
	padding-right: 5px;
}
.right_silder .top img {
	width: 30px;
	display: inline-block;
	position: relative;
	top: 10px;
}
.right_silder .cont {
	padding-left: 5px;
	padding-right: 5px;
}
.right_silder .cont a {
	height: 80px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.right_silder .cont a img {
	display: inline-block;
}
.right_silder .cont a p {
	font-size: 16px;
	color: #333;
}
.right_silder .cont .sub {
	width: 150px;
	height: 235px;
	background: url(../images/img_101.png) no-repeat center center;
	position: absolute;
	right: 105px;
	top: -10px;
	padding: 20px 20px 20px 10px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.5;
	display: none;
}
.right_silder .cont .sub .line {
	margin-top: 10px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ddd;
}
.right_silder .cont .sub img {
	margin-top: 5px;
}
.right_silder .bottom {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	background: #16509f;
	color: #fff;
}


/* animation */
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

.service-item {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 20%;
}
.service-item:hover .service-icon {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.service-icon-wrap {
  text-align: center;
  display: block;
  height: 52px;
}

.service-title {
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0 20px;
}
.pc_content {
	
}
/*自贸区公司注册*/
.index_zmq {
	
}
.index_zmq .block1 {
	padding-top: 30px;
}
.index_zmq .top {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.index_zmq .block1 .list {
	margin-top: 30px;
}
.index_zmq .block1 .list .box {
	width: 32%;
	height: 240px;
	margin-right: 2%;
	color: #fff;
	box-sizing: border-box;
	padding: 30px;
	float: left;
}
.index_zmq .block1 .list .box .title {
	font-size: 24px;
	line-height: 1.5;
}
.index_zmq .block1 .list .box .des {
	line-height: 1.8;
	margin-top: 10px;
}
.index_zmq .block1 .list .box1 {
	background: url(../images/img_103.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.index_zmq .block1 .list .box2 {
	background: url(../images/img_104.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.index_zmq .block1 .list .box2 .des {
	margin-top: 40px;
}
.index_zmq .block1 .list .box3 {
	margin-right: 0px;
	background: url(../images/img_105.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.index_zmq .block2 {
	width: 100%;
	height: 580px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-top: 40px;
	margin-top: 40px;
}
.index_zmq .block2 .list {
	margin-top: 30px;
}
.index_zmq .block2 .list .box {
	width: 31%;
	height: 420px;
	background: #fff;
	text-align: center;
	padding: 20px 40px;
	box-sizing: border-box;
	float: left;
	margin-right: 3.5%;
	box-shadow: 1.5px 2.598px 4px 0px rgb(225, 226, 241);

}
.index_zmq .block2 .list .box:nth-child(3) {
	margin-right: 0px;
}
.index_zmq .block2 .list .box .title {
	font-size: 24px;	
	margin-top: 10px;
}
.index_zmq .block2 .list .box .des {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 15px;
}
.index_zmq .block2 .list .box .btn {
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #999;
	margin-top: 30px;
	display: inline-block;
}
.index_zmq .block2 .list .box .btn:hover {
	color: #fff;
	background: #3d49b4;
}
.index_zmq .block3 {
	padding-top: 40px;
}
.index_zmq .block3 .list {
	margin-right: 20px;
	margin-top: 30px;
}
.index_zmq .block3 .list .box {
	width: 31%;
	height: 235px;
	background: url(../images/img_109.jpg) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 3.5%;
	float: left;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 60px;
}
.index_zmq .block3 .list .box:nth-child(3) {
	margin-right: 0px;
}
.index_zmq .block3 .list .box .title {
	font-size: 30px;
}
.index_zmq .block3 .list .box .tit {
	font-size: 16px;
	margin-top: 20px;
}
.index_zmq .block3 .list .box .des {
	line-height: 2;
	margin-top: 10px;
}
.index_zmq .block4 {
	width: 100%;
	height: 330px;
	padding-top: 40px;
	background: url(../images/img_110.jpg) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	margin-top: 40px;
}
.index_zmq .block4 .main {
	margin-top: 20px;
}
.index_zmq .block4 .main .img {
	width: 100%;
}
/*疑难杂症*/
.index_ynzz {

}
.index_ynzz img {
	max-width: 100%;
}
.index_ynzz .pic1 {
	margin-top: 40px;
}
.index_ynzz .pic2 {
	width: 100%;
	height: 425px;
	background: url(../images/img_113.jpg) no-repeat center center;
	margin-top: 40px;
}