.head_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 4px 21px 0 rgba(0,0,0,.34);
}
.logo_a{
	float: left;
	display: inline-block;
	margin-top: 15px;
	width: 194px;
}
.logo_a.b{
	width: 180px;
	margin-top: 10px;
}
.head_left{
	float: left;
	overflow: hidden;
}
.head_box .qiye{
	float: left;
	display: inline-block;
	padding: 26px 0 0 20px;
}
.head_box .qiye.b{
	padding: 20px 0 0 20px;
}

.nav_ul{
	float: right;
}
.nav_ul li{
	display: inline-block;
	margin-left: 4px;
}
.nav_ul li a{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 80px;
	color: #000;
}
.nav_ul li a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 0;
	background-color: #ff543b;
	z-index: -1;
	transition: all 0.5s ease;
}
.nav_ul li a:hover,
.nav_ul li a.active{
	color: #fff;
}
.nav_ul li a:hover::after,
.nav_ul li a.active::after{
	height: 100%;
}




.main_box{
	display: block;
	width: 100%;
}

.welcome_box{
	width: 100%;
	height: 800px;
	background: url(load.gif) center no-repeat;
}
.welcome_box .swiper-container{
	width: 100%;
	height: 100%;
}
.welcome_box .swiper-wrapper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.welcome_box .welcome_pagination{
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.welcome_box .welcome_pagination span{
	display: inline-block;
	margin: 0 5px;
	width: 28px;
	height: 5px;
	background-color: #ff543b;
	border-radius: 0;
}
.welcome_prev, .welcome_next {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-image: url(ad_ctr.png);
    background-size: 100% auto;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
}
.welcome_prev{
	left: 0;
}
.welcome_next{
	right: 0;
	background-position: 0 50px;
}
.welcome_prev:hover,
.welcome_next:hover{
	background-color: #ff543b;
}

.main_title{
	margin-bottom: 4%;
}
.main_title h3{
	font-size: 36px;
	line-height: 2;
}
.main_title p{
	font-size: 18px;
	text-transform: uppercase;
}


.menu_box ul li{
	position: relative;
	float: left;
	width: calc(96%/3);
	padding-bottom: 19%;
	margin-bottom: 2%;
	margin-right: 2%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.menu_box ul li div{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.menu_box ul li:nth-child(3n){
	margin-right: 0;
}
.menu_box ul li h4{
	font-size: 26px;
	color: #fff;
	line-height: 1;
	margin-bottom: 14px;
}
.menu_box ul li p{
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	padding:0 10px;
	text-align: left;
}
.menu_box ul li:nth-child(1){
	background: url(../images/menu_01.jpg) center center/cover no-repeat;
}
.menu_box ul li:nth-child(2){
	background: url(../images/menu_02.jpg) center center/cover no-repeat;
}
.menu_box ul li:nth-child(3){
	background: url(../images/menu_03.jpg) center center/cover no-repeat;
}
.menu_box ul li:nth-child(4){
	background: url(../images/menu_04.jpg) center center/cover no-repeat;
}
.menu_box ul li:nth-child(5){
	background: url(../images/menu_05.jpg) center center/cover no-repeat;
}
.menu_box ul li:nth-child(6){
	background: url(../images/menu_06.jpg) center center/cover no-repeat;
}
.menu_img{
	margin-top: 3%;
	border-radius: 10px;
	overflow: hidden;
}
.menu_img_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 6.5%;
	text-align: center;
}
.menu_img_text h4{
	width: 100%;
	font-size: 49px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 4%;
}
.menu_img_text a{
	display: inline-block;
	padding: 15px 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #ff543b;
	
}
.menu_img_text a:hover{
	background-color: #ff543b;
}

.accounting_advantages{
	background: url(../images/accounting_advantages.jpg) center center/cover no-repeat;
}
.accounting_advantages ul{
	padding-left: 1%;
}
.accounting_advantages ul li{
	position: relative;
	width: 44%;
	padding: 1.5% 0;
	text-align: center;
	margin-bottom: 2%;
	border-radius: 80px;
	background-color: #4b69ff;
	overflow: hidden;
}
.accounting_advantages ul li h4{
	position: relative;
	z-index: 1;
	font-size: 22px;
	line-height: 1.8;
}
.accounting_advantages ul li p{
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 2;
	padding: 0 20px;
}
.accounting_advantages ul li i{
	position: absolute;
	right: 8%;
	bottom: -30%;
	font-size: 154px;
	line-height: 1;
	color: #5973ff;
	z-index: 0;
}

.news_box{
	padding: 5% 0;
}

.news_box ul li{
	float: left;
	width: calc(92%/3);
	margin-right: 4%;
}
.news_box ul li:last-child{
	margin-right: 0;
}
.news_box ul li .news_img{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	background-color: #f8f8f8;
	background-image: url(logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45%;
}
.news_box ul li .news_img span{
	display: block;
	width: 100%;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news_box ul li .news_text{
	position: relative;
	padding: 6%;
}
.news_box ul li .news_text h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	margin-bottom: 10px;
}
.news_box ul li .news_text p{
	font-size: 14px;
	line-height: 2;
	color: #949494;
}
.news_box ul li .news_text i{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #cfcdce;
}
.news_box ul li .news_text i::after{
	content: "";
	display: -wap-marquee;
	width: 0%;
	height: 1px;
	background-color: #ff543b;
	transition: all 0.3s;
}
.news_box ul li .time{
	padding: 2% 6%;
	font-size: 14px;
	line-height: 2;
	color: #a3a3a3;
	opacity: 0;
}
.news_box ul li:hover .news_img span{
	transform: scale(1.1);
}
.news_box ul li:hover .news_text i::after{
	width: 100%;
}
.news_box ul li:hover .time{
	opacity: 1;
}

.foot_box{
	padding: 4% 0;
	background-color: #252526;
}
.foot_qr{
	padding-right: 2.5%;
}
.foot_box .foot_content{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot_content p{
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}
.foot_content h4{
	font-size: 34px;
	line-height: 40px;
	color: #fff;
}
.foot_logo img{
	width: 315px;
}
.foot_qr img{
	width: 135px;
}

.foot_tel{
	padding-right: 15%;
}

.copy{
	font-size: 15px;
	line-height: 60px;
	color: #959595;
	background-color: #252526;
	border-top: 1px solid #3b3b3c;
}
.copy a{
	float: right;
	color: #959595;
}


@media screen and (max-width:1680px) {
	.welcome_box{
		height: 700px;
	}
	.main_title h3{
		font-size: 32px;
	}
	.main_title p,.menu_box ul li p{
		font-size: 16px;
	}
	.menu_box ul li h4{
		font-size: 23px;
	}
	.menu_img_text h4{
		font-size: 45px;
	}
	.menu_img_text a{
		padding: 13px 45px;
		font-size: 14.5px;
	}
	.accounting_advantages ul li h4{
		font-size: 19px;
	}
	.accounting_advantages ul li p{
		font-size: 16px;
	}
	.news_box ul li .news_text h3{
		font-size: 15px;
	}
	.news_box ul li .news_text p,.news_box ul li .time{
		font-size: 13px;
	}
	.foot_logo img{
		width: 300px;
	}
	.foot_qr img{
		width: 125px;
	}
	.foot_content p{
		font-size: 16.5px;
		line-height: 35px;
	}
	.foot_content h4{
		font-size: 30px;
		line-height: 35px;
	}
	.copy{
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	.welcome_box{
		height: 600px;
	}
	.main_title h3{
		font-size: 28px;
	}
	.main_title p,.menu_box ul li p{
		font-size: 14px;
	}
	.menu_box ul li h4{
		font-size: 20px;
	}
	.menu_img_text h4{
		font-size: 40px;
	}
	.menu_img_text a{
		padding: 11px 40px;
		font-size: 13px;
	}
	.accounting_advantages ul li h4{
		font-size: 16px;
	}
	.accounting_advantages ul li p{
		font-size: 14px;
	}
	.news_box ul li .news_text h3{
		font-size: 14px;
	}
	.news_box ul li .news_text p,.news_box ul li .time{
		font-size: 12px;
	}
	.foot_logo img{
		width: 285px;
	}
	.foot_qr img{
		width: 115px;
	}
	.foot_content p{
		font-size: 15px;
		line-height: 30px;
	}
	.foot_content h4{
		font-size: 26px;
		line-height: 30px;
	}
	.copy{
		font-size: 13px;
	}
}


.banner_box{
	width: 100%;
	height: 560px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner_font{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 60px;
	line-height: 1.3;
}
.about_info_box{
	width: 100%;
	padding: 8% 0;
	background: url(../images/about_info_bg.jpg) center center/cover no-repeat;
}
.about_desc{
	float: right;
	display: block;
	width: 52.5%;
}
.about_desc h3{
	font-size: 40px;
	color: #fff;
	margin-bottom: 35px;
}
.about_desc p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	opacity: 0.8;
}
.office_img{
	padding: 5% 0;
}
.office_img ul,.business ul,.service_advantage ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.office_img ul li{
	width: 24%;
	border-radius: 12px;
	overflow: hidden;
}
.business,.service_advantage{
	padding: 4% 0;
}
.business ul li i{
	display: block;
	width: 155px;
	border-radius: 50%;
	overflow: hidden;
}
.business ul li:nth-child(1) i{
	background-color: #ff543b;
}
.business ul li:nth-child(2) i{
	background-color: #19d3be;
}
.business ul li:nth-child(3) i{
	background-color: #f98e32;
}
.business ul li:nth-child(4) i{
	background-color: #10c9eb;
}
.business ul li:nth-child(5) i{
	background-color: #f1bc3c;
}
.business ul li:nth-child(6) i{
	background-color: #4b69ff;
}
.business ul li p{
	font-size: 28px;
	line-height: 2;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.service_advantage ul li{
	width: 32%;
	border-radius: 12px;
	overflow: hidden;
}
.service_advantage ul li p{
	padding: 7%;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
}


@media screen and (max-width:1680px) {
	.banner_box{
		height: 510px;
	}
	.banner_font{
		font-size: 52px;
	}
	.about_desc h3{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.about_desc p{
		font-size: 15px;
	}
	.business ul li i{
		width: 135px;
	}
	.business ul li p{
		font-size: 24px;
	}
	.service_advantage ul li p{
		font-size: 18px;
	}
}
@media screen and (max-width:1440px) {
	.banner_box{
		height: 460px;
	}
	.banner_font{
		font-size: 44px;
	}
	.about_desc h3{
		font-size: 32px;
		margin-bottom: 25px;
	}
	.about_desc p{
		font-size: 14px;
	}
	.business ul li i{
		width: 115px;
	}
	.business ul li p{
		font-size: 20px;
	}
	.service_advantage ul li p{
		font-size: 16px;
	}
}


.enterprise_box{
	padding: 6% 0 5%;
	background: url(../images/enterprise_bg.jpg) center center/cover no-repeat;
}
.enterprise{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}
.enterprise_text{
	width: 45%;
}
.enterprise_text h4{
	margin: 0 auto 6%;
	width: 45%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	background-color: #175ae2;
	border-radius: 40px;
}
.enterprise_text ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8%;
}
.enterprise_text ul li{
	position: relative;
	width: 22.8%;
	border-radius: 10px;
	overflow: hidden;
}
.enterprise_text ul li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7%;
	margin: 0 auto;
	width: 86%;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	background-color: #ff543b;
	border-radius: 10px;
}

@media screen and (max-width:1680px) {
	.enterprise_text h4{
		font-size: 18px;
		line-height: 45px;
	}
	.enterprise_text ul li p{
		font-size: 16px;
		line-height: 31px;
	}
}
@media screen and (max-width:1440px) {
	.enterprise_text h4{
		font-size: 16px;
		line-height: 40px;
	}
	.enterprise_text ul li p{
		font-size: 14px;
		line-height: 28px;
	}
}



.contact{
	padding: 5% 0;
}
.contact_desc h2{
	font-size: 30px;
	color: #000;
	line-height: 1;
	margin-bottom: 25px;
}
.contact_desc p{
	font-size: 16px;
	line-height: 2;
	color: #737373;
	margin-bottom: 35px;
}
.contact_desc ol{
	display: -webkit-flex;
	display: flex;
}
.contact_desc ol li{
	position: relative;
	flex-grow: 1;
	text-align: center;
}
.contact_desc ol li::after{
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	width: 1px;
	height: 50px;
	background-color: #d1cdce;
}
.contact_desc ol li:last-child::after{
	width: 0;
}
.contact_desc ol li img{
	margin-bottom: 10px;
}
.contact_desc ol li .con_qr{
	width: 125px;
}
.contact_desc ol li h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	color: #7e7e7e;
	margin-bottom: 5px;
}
.contact_desc ol li .font01{
	font-size: 25px;
	line-height: 30px;
	color: #000;
}
.contact_desc ol li .font02{
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.contact_desc ol li .font03{
	font-size: 18px;
	line-height: 25px;
	color: #000;
}

@media screen and (max-width:1680px) {
	.contact_desc h2{
		font-size: 27px;
	}
	.contact_desc p{
		font-size: 15px;
	}
	.contact_desc ol li h3{
		font-size: 16.5px;
	}
	.contact_desc ol li .con_qr{
		width: 120px;
	}
	.contact_desc ol li .font01{
		font-size: 22px;
		line-height: 28px;
	}
	.contact_desc ol li .font02{
		font-size: 18px;
		line-height: 28px;
	}
	.contact_desc ol li .font03{
		font-size: 17px;
		line-height: 28px;
	}
}
@media screen and (max-width:1440px) {
	.contact_desc h2{
		font-size: 24px;
	}
	.contact_desc p{
		font-size: 14px;
	}
	.contact_desc ol li h3{
		font-size: 15px;
	}
	.contact_desc ol li .con_qr{
		width: 115px;
	}
	.contact_desc ol li .font01{
		font-size: 19px;
		line-height: 25px;
	}
	.contact_desc ol li .font02{
		font-size: 16px;
		line-height: 25px;
	}
	.contact_desc ol li .font03{
		font-size: 15px;
		line-height: 25px;
	}
}


.vi_list{
	padding: 4.5% 0;
}
.vi_list ul{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.vi_list ul li{
	float: left;
	width: calc(97%/4);
	padding: 4% 0;
	margin: 0 1% 1% 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.vi_list ul li:nth-child(4n){
	margin-right: 0;
}
.vi_list ul li p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,84,59,0.8);
	opacity: 0;
}
.vi_list ul li:hover p{
	opacity: 1;
}
.vi_list ul li h4{
	font-size: 22px;
	padding: 0 14%;
	line-height: 28px;
	text-align: center;
	color: #646464;
}
.vi_list ul li:hover{
	background-color: #ff543b;
}
.vi_list ul li:hover h4{
	color: #fff;
}

@media screen and (max-width:1680px) {
	.vi_list ul li h4{
		font-size: 20px;
	}
}
@media screen and (max-width:1440px) {
	.vi_list ul li h4{
		font-size: 18px;
	}
}


/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #ff543b;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}







.newsbox{
	padding: 85px 0;
}
.newslist ol li{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	border-radius: 10px;
	overflow: hidden;
}
.newslist ol li:nth-child(3n){
	margin-right: 0;
}
.newslist ol li a{
	display: block;
}
.newslist ol li .img{
	width: 100%;
	overflow: hidden;
}
.newslist ol li .img span{
	display: block;
	width: 100%;
	padding-bottom: 59%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newslist ol li .text{
	padding: 7%;
}
.newslist ol li h3{
	margin-bottom: 5px;
	font: 22px/1.5 '微软雅黑';
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist ol li p{
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	margin-bottom: 10px;
}
.newslist ol li .time{
	font-size: 14px;
	color: #d0d0d0;
}
.newslist ol li:hover{
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
}
.newslist ol li:hover h3{
	color: #ff543b;
}
.newslist ol li:hover .img span{
	transform: scale(1.05,1.05);
}


.news_show_left{
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show_left h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
	color: #000;
}
.news_info{
	padding-bottom: 25px;
	line-height: 30px;
	color: #999;
}
.news_info a{
	display: block;
	width: 150px;
	padding: 5px 10px;
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #333;
	border-radius: 40px;
	cursor: pointer;
}
.news_content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 30px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show-content p {
	margin-bottom: 10px;
}


@media screen and (max-width:1680px) {
	.newsbox{
		padding: 75px 0;
	}
	.newslist ol li h3{
		font-size: 20px;
	}
	.newslist ol li p{
		font-size: 13px;
		line-height: 26px;
		height: 52px;
	}
	.newslist ol li .time{
		font-size: 13px;
	}
	.news_show_left h2{
		font-size: 1.4em;
	}
	.news_info{
		font-size: 13px;
	}
	.news_info a{
		margin-top: 25px;
		width: 140px;
		padding: 3px 10px;
	}
	.news_content{
		font-size: 15px;
	}
}
@media screen and (max-width:1440px) {
	.newsbox{
		padding: 65px 0;
	}
	.newslist ol li h3{
		font-size: 18px;
	}
	.newslist ol li p{
		font-size: 12px;
		line-height: 24px;
		height: 48px;
	}
	.newslist ol li .time{
		font-size: 12px;
	}
	.news_show_left h2{
		font-size: 1.3em;
	}
	.news_info{
		font-size: 12px;
	}
	.news_info a{
		margin-top: 20px;
		width: 130px;
		padding: 1px 10px;
	}
	.news_content{
		font-size: 14px;
	}
}

.pdetail{margin-bottom:20px;font-size:1em;line-height: 1.5;}