* {
	padding: 0;
	margin: 0;
}

body {
	padding-bottom: 0;
}

.container {
	width: 1240px;
}

a {
	text-decoration: none !important;
}

.header {
	width: 100%;
	overflow: hidden;
	background-color: rgb(247, 247, 247);
}

.header .container {
	background: none;
}

.header .container .header_left {
	float: left;
}

.header .container .header_left h3 {
	line-height: 1px !important;
}

.header .container .header_right {
	float: right;
}

.header .container .header_right div {
	margin-top: -14px;
	margin-bottom: 14px;

}

.header .container .header_right div span {
	margin-right: 20px;
}

.header .container .header_right div a {
	margin-right: 20px;
}

/* .logo h1
{
    vertical-align: top;
} */
.logo h3 {
	/* line-height: 58px; */
	/*border-left: 2px solid rgb(229,229,229); */
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	font-family: '微软雅黑';
	font-size: 20px;
	line-height: 40px;

}

.search {
	border-radius: 0;
}

.search button {
	border-radius: 0;
}


.search {
	height: 42px;
	display: block;
	background: rgb(248, 248, 248);
}

.search .search_1 {
	line-height: 42px;
	background: url("/public/static/index/images/trun_down_3.png") no-repeat 50px 17px;
}

.search .s_btn {
	color: #ffffff;
}

.search .search_2 {
	top: 41px;
}

.search input {
	height: 40px;
}

.search button {
	height: 40px;
}

.search .other {
	margin-top: 26px;
}

.search .other a {
	margin-right: 5px;
	text-decoration: none;
}

.search .other span {
	margin-right: 10px;
}

.nav_all {
	text-align: left;
	padding-left: 10px;
	background: #A60000;
}

.nav_all .more {
	vertical-align: middle;
	padding-left: 98px;
}

.content .nav_big li {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #333333;
	position: relative;
	transition: all .4s ease-in-out .2s;
}

.content .nav_big li .menu {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(47, 48, 49, 0.9);
	z-index: 99999;
	display: none;
	transition: all .4s ease-in-out .2s;
}

.content .nav_big li:hover .menu {
	display: block;
	transition: all .4s ease-in-out .2s;
}

.content .nav_big li .menu li {
	color: #ffffff;
	line-height: 38px;
}

.core {
	height: 100%;
}

.core .banner {
	height: 100%;
}

.core .banner .banner-box li {
	height: 532px;
}

.core .banner .banner-dot {
	margin-top: 466px;
}

.service .container {
	background: none;
}

.service .container .service_bg {
	margin-bottom: 5px;
}

.service .container .service_title h3 {
	font-family: '微软雅黑';
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}

.service .container .service_info p {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}

.service {
	width: 100%;
	background: rgb(243, 248, 250);
}

.others {
	width: 100%;
	background: rgb(243, 248, 250);
}

.content .container {
	background: none;
}

.content .container .server_item {
	width: 1240px;
	margin-bottom: 0 !important;
}

.content .container .server_item .item_one,
.content .container .server_item .item_two,
.content .container .server_item .item_three,
.content .container .server_item .item_four {
	float: left;
	width: 280px;
	height: 363px;
	background: #ffffff;
	margin-right: 30px;
	text-align: center;
	/* 自己定义 */
	margin: 0 auto;
	margin-bottom: 40px;
	margin-right: 30px;
	position: relative;
}

.content .container .server_item .item_four {
	margin-right: 0;
}

.server_item::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.server_item {
	margin-bottom: 10px;
}

.item_one .logo,
.item_two .logo,
.item_three .logo,
.item_four .logo {
	position: relative;
}

.item_one .logo .img1,
.item_three .logo .img1,
.item_four .logo .img1 {
	position: absolute;
	top: 68px;
	left: 118px;
}

.item_three .logo .img1,
.item_four .logo .img1 {
	left: 123px;
}

.item_two .logo .img2 {
	position: absolute;
	top: 62px;
	left: 114px;
}

.item_one .logo .img3,
.item_two .logo .img3,
.item_three .logo .img3,
.item_four .logo .img3 {
	border-radius: 50%;
	transition: all 0.3s ease 0.1s;
	cursor: pointer;
}

.item_one .logo:hover .img3,
.item_two .logo:hover .img3,
.item_three .logo:hover .img3,
.item_four .logo:hover .img3 {
	background: gray;
	border-radius: 50%;
	transition: all 0.1s ease 0.1s;
}

.item_one h3,
.item_two h3,
.item_three h3,
.item_four h3 {
	font-family: '微软雅黑';
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: -15px;
	padding-bottom: 8px;
}

.item_one .title1 span,
.item_two .title1 span,
.item_three .title1 span,
.item_four .title1 span {
	font-family: '微软雅黑';
	font-size: 20px;
	color: #333333;
	padding-right: 10px;
	/* 后期修改 */
	font-size: 16px;
}

.item_one .title1 span:nth-child(1),
.item_two .title1 span:nth-child(1),
.item_three .title1 span:nth-child(1),
.item_four .title1 span:nth-child(1) {
	padding-left: 46px;
	/* 后期修改 */
	padding-left: 0;
}

.item_one .title2,
.item_two .title2,
.item_three .title2,
.item_four .title2 {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333333;
	padding-bottom: 28px;
}

.item_one a,
.item_two a,
.item_three a,
.item_four a {
	display: block;
	color: #ffd663;
	border: 1px solid #ffd663;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	position: absolute;
	right: 25px;
	bottom: 6%;
	transition: all .2s ease-out .1s;
	padding: 0 3px;
	border-radius: 8px;
}

.item_one a:hover,
.item_two a:hover,
.item_three a:hover,
.item_four a:hover {
	background: #A60000;
	color: #ffffff;
	transition: all .2s ease-out .1s;
}

.searchs_bg {
	width: 100%;
	height: 164px;
	background-image: url("/public/static/index/images/server_10.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
	padding: 2px 0;
}

.searchs {
	width: 820px;
	height: 55px;
	position: relative;
	text-align: center;
	margin: 48px auto;
	background: #ffffff;
	position: relative;
}

.searchs .searchs_1 {
	float: left;
	line-height: 53px;
	width: 100px;
	border-right: 1px solid #eee;
	cursor: pointer;
	font-size: 16px;
	padding-left: 5px;
	margin-top: 10px;
}

.searchs .searchs_1 .searchs_1s {
	float: left;

	width: 100px !important;
	background: url("/public/static/index/images/trun_down_3.png") no-repeat 66px 15px !important;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	line-height: 35px;

}

.searchs .searchs_1 p {
	vertical-align: middle;

}

.searchs_2 {
	display: none;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 99;
	width: 100px;
	padding: 7px 0;
	background: #fff;
	border-top: 0;
	cursor: pointer;
}

.searchs input {
	width: 200px;
	text-indent: 10px;
	font-size: 16px;
	float: left;
	border: 0;
	height: 35px;
	margin-top: 10px;
	border-right: 2px solid rgb(247, 247, 247);
}

input::-webkit-input-placeholder {
	color: #666666;
	font-size: 14px;
	font-family: '微软雅黑';
}


.searchs .searchs_3 {
	float: left;
	width: 200px;
	text-indent: 10px;
	font-size: 16px;
	float: left;
	border: 0;
	height: 35px;
	margin-top: 10px;
	border-right: 2px solid rgb(247, 247, 247);
}


.searchs .searchs_3 .searchs_3s {
	float: left;
	background: url("/public/static/index/images/trun_down_3.png") no-repeat 160px 15px !important;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	line-height: 35px;
	width: 100%;
}

.searchs .searchs_4 {
	display: none;
	position: absolute;
	left: 299px;
	top: 54px;
	z-index: 99;
	width: 200px;
	padding: 7px 0;
	background: rgb(250, 192, 144);
	border-top: 0;
	cursor: pointer;
}

.searchs .searchs_5 {
	float: left;
	width: 200px;
	text-indent: 10px;
	font-size: 16px;
	float: left;
	border: 0;
	height: 35px;
	margin-top: 10px;
	border-right: 2px solid rgb(247, 247, 247);
}

.searchs .searchs_5 .searchs_5s {
	float: left;
	background: url("/public/static/index/images/trun_down_3.png") no-repeat 160px 15px !important;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
	line-height: 35px;
	width: 100%;
}

.searchs .searchs_6 {
	display: none;
	position: absolute;
	left: 500px;
	top: 54px;
	z-index: 99;
	width: 200px;
	padding: 7px 0;
	background: #fff;
	border-top: 0;
	cursor: pointer;
}

.searchs .btn_item {
	width: 120px;
	float: left;
}

.searchs .btn_item .btn {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 38px;
	background: #0099CC !important;
	border-radius: 0;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #fff;
}

.forms::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.forms {
	margin-bottom: 20px;
}

.searchs span {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}

/* .Business_service
{
    margin-top: 20px;
} */
.searchs_4 ul li {
	padding: 12px 0;
}

.nav-list-one,
.nav-list-twos,
.nav-list-three,
.nav-list-four {
	position: relative;
}

.nav-list-two {
	position: absolute;
	top: 1px;
	left: 200px;
	width: 150px;
	background-color: rgb(147, 205, 221);
	display: none;
}

.Business_service .container {
	background: none;
}

.business .business_one,
.business .business_two,
.business .business_three,
.business .business_four {
	float: left;
	height: 405px;
	width: 278px;
	margin-right: 2px;
}

.business .business_two,
.business .business_three,
.business .business_four {
	width: 308px;
}

.business .business_one {
	background-image: url("/public/static/index/images/Business_service.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.business .business_one a {
	display: block;	width: 65px;	height: 25px;	line-height: 25px;	text-align: center;	border: 1px solid #ffd663;	margin-top: 130%;	margin-right: 15px;	border-radius: 8px;	color: #ffd663;	text-decoration: none;	transition: all .3s ease-out .1s;
	float: right;
}

.business .business_one a:hover {
	background: rgba(0, 0, 0, 0.5);
	transition: all .3s ease-out .1s;
}

.business .business_two .t_t1,
.business .business_two .t_t3,
.business .business_two .t_t2 {
	width: 100%;
	height: 133px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.business .business_two .t_t1 {
	background-image: url("/public/static/index/images/server_1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.business .business_two .t_t2 {
	background-image: url("/public/static/index/images/server_2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.business .business_three .t_4 {
	background-image: url("/public/static/index/images/server_3.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.business .business_four .t_6 {
	background-image: url("/public/static/index/images/server_4.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.business .business_four .t_7 {
	background-image: url(/public/static/index/images/server_5.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.business .business_four .t_8 {
	background-image: url(/public/static/index/images/server_6.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}






.business .business_two .t_t1 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.business .business_two .t_t1 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.business .business_two .t_t2 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.business .business_two .t_t2 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.business .business_two .t_t3 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.business .business_two .t_t3 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.business .business_three .t_4 h3,
.business .business_three .t_5 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.business .business_three .t_4 p,
.business .business_three .t_5 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.business .business_four .t_6 p,
.business .business_four .t_7 p,
.business .business_four .t_8 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 24px;
}

.business .business_four .t_6 h3,
.business .business_four .t_7 h3,
.business .business_four .t_8 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 24px;
}


.business .business_three .t_4,
.business .business_three .t_5 {
	width: 100%;
	height: 200px;
	margin: 2px 0;
	cursor: pointer;
	border: 1px solid #CCCCCC;
}


.business .business_four .t_6,
.business .business_four .t_7,
.business .business_four .t_8 {
	width: 100%;
	height: 133px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.Tax_service .business_one,
.Tax_service .business_two,
.Tax_service .business_three,
.Tax_service .business_four {
	float: left;
	height: 405px;
	width: 293px;
}

.Tax_service .business_two,
.Tax_service .business_three,
.Tax_service .business_four {
	width: 303px;
	margin-right: 2px;
}

.Tax_service .business_one {
	background-image: url(/public/static/index/images/Tax_service.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 2px;
}

.Tax_service .business_one a {
	display: block;	width: 65px;	height: 25px;	line-height: 25px;	text-align: center;	border: 1px solid #ffd663;	margin-top: 120%;	margin-right: 25px;	border-radius: 8px;	color: #ffd663;	text-decoration: none;	transition: all .3s ease-out .1s;
	float: right;
}

.Tax_service .business_one a:hover {
	background: rgba(0, 0, 0, 0.5);
	transition: all .3s ease-out .1s;
}

.Tax_service .business_two .t_t1,
.Tax_service .business_two .t_t3,
.Tax_service .business_two .t_t2 {
	width: 100%;
	height: 133px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.Tax_service .business_two .t_t1 {
	background-image: url(/public/static/index/images/server_7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
}

.Tax_service .business_two .t_t2 {
	background-image: url(/public/static/index/images/server_8.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Tax_service .business_two .t_t3 {
	background-image: url(/public/static/index/images/server_9.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Tax_service .business_three .t_4 {
	background-image: url(/public/static/index/images/server_11.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.Tax_service .business_three .t_5 {
	background-image: url(/public/static/index/images/server_12.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Tax_service .business_four .t_6 {
	background-image: url(/public/static/index/images/server_13.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Tax_service .business_four .t_7 {
	background-image: url(/public/static/index/images/server_14.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Tax_service .business_four .t_8 {
	background-image: url(/public/static/index/images/server_15.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}






.Tax_service .business_two .t_t1 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.Tax_service .business_two .t_t1 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Tax_service .business_two .t_t2 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.Tax_service .business_two .t_t2 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Tax_service .business_two .t_t3 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.Tax_service .business_two .t_t3 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Tax_service .business_three .t_4 h3,
.Tax_service .business_three .t_5 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 20px;
}

.Tax_service .business_three .t_4 p,
.Tax_service .business_three .t_5 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Tax_service .business_four .t_6 p,
.Tax_service .business_four .t_7 p,
.Tax_service .business_four .t_8 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 24px;
}

.Tax_service .business_four .t_6 h3,
.Tax_service .business_four .t_7 h3,
.Tax_service .business_four .t_8 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 26px;
	padding-left: 24px;
}


.Tax_service .business_three .t_4,
.Tax_service .business_three .t_5 {
	width: 100%;
	height: 200px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.Tax_service .business_four .t_6,
.Tax_service .business_four .t_7,
.Tax_service .business_four .t_8 {
	width: 100%;
	height: 133px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.Qualification .business_one {
	margin-right: 2px;
}

.Qualification .business_one,
.Qualification .business_two,
.Qualification .business_three,
.Qualification .business_four {
	float: left;
	height: 405px;
	width: 278px;
}

.Qualification .business_two,
.Qualification .business_three,
.Qualification .business_four {
	width: 308px;
	margin-right: 2px;
}

.Qualification .business_one {
	background-image: url(/public/static/index/images/Qualification.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

.Qualification .business_one a {
	display: block;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ffd663;
	margin-top: 130%;
	margin-right: 15px;
	border-radius: 8px;
	color: #ffd663;
	text-decoration: none;
	transition: all .3s ease-out .1s;
	float: right;
}

.Qualification .business_one a:hover {
	background: rgba(0, 0, 0, 0.5);
	transition: all .3s ease-out .1s;
}

.Qualification .business_two .t_t1,
.Qualification .business_two .t_t3,
.Qualification .business_two .t_t2 {
	width: 100%;
	height: 133px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.Qualification .business_two .t_t1 {
	background-image: url(/public/static/index/images/Qualification_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
}

.Qualification .business_two .t_t2 {
	background-image: url(/public/static/index/images/Qualification_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Qualification .business_two .t_t3 {
	background-image: url(/public/static/index/images/Qualification_03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Qualification .business_three .t_4 {
	background-image: url(/public/static/index/images/Qualification_04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Qualification .business_three .t_5 {
	background-image: url(/public/static/index/images/Qualification_05.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Qualification .business_four .t_6 {
	background-image: url(/public/static/index/images/Qualification_06.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Qualification .business_four .t_7 {
	background-image: url(/public/static/index/images/Qualification_07.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}








.Qualification .business_two .t_t1 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Qualification .business_two .t_t1 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Qualification .business_two .t_t2 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Qualification .business_two .t_t2 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Qualification .business_two .t_t3 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Qualification .business_two .t_t3 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Qualification .business_three .t_4 h3,
.Qualification .business_three .t_5 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Qualification .business_three .t_4 p,
.Qualification .business_three .t_5 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Qualification .business_four .t_6 p,
.Qualification .business_four .t_7 p,
.Qualification .business_four .t_8 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Qualification .business_four .t_6 h3,
.Qualification .business_four .t_7 h3,
.Qualification .business_four .t_8 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Qualification .business_four .t_8 h3 {
	padding-top: 6px;
	margin-top: -44px;
	text-align: left;
}

.Qualification .business_three .t_4,
.Qualification .business_three .t_5 {
	width: 100%;
	height: 200px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.Qualification .business_four .t_6,
.Qualification .business_four .t_7,
.Qualification .business_four .t_8 {
	width: 100%;
	height: 133px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.Qualification .business_four .t_8 a {
	display: block;
	text-align: center;
	margin-top: 22%;
	text-decoration: none;
}





















































































.Intellectual_property .business_one,
.Intellectual_property .business_two,
.Intellectual_property .business_three,
.Intellectual_property .business_four {
	float: left;
	height: 405px;
	width: 278px;

}

.Intellectual_property .business_one {
	margin-right: 2px;
}

.Intellectual_property .business_two,
.Intellectual_property .business_three,
.Intellectual_property .business_four {
	width: 308px;
	margin-right: 2px;
}

.Intellectual_property .business_one {
	background-image: url(/public/static/index/images/Intellectual_property.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

.Intellectual_property .business_one a {
	display: block;	width: 65px;	height: 25px;	line-height: 25px;	text-align: center;	border: 1px solid #ffd663;	margin-top: 120%;	margin-right: 15px;	border-radius: 8px;	color: #ffd663;	text-decoration: none;	transition: all .3s ease-out .1s;
	float: right;
}

.Intellectual_property .business_one a:hover {
	background: rgba(0, 0, 0, 0.5);
	transition: all .3s ease-out .1s;
}

.Intellectual_property .business_two .t_t1,
.Intellectual_property .business_two .t_t2 {
	width: 100%;
	height: 200px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.Intellectual_property .business_two .t_t1 {
	background-image: url(/public/static/index/images/Intellectual_property_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 30%;
}

.Intellectual_property .business_two .t_t2 {
	background-image: url(/public/static/index/images/Intellectual_property_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Intellectual_property .business_three .t_4 {
	background-image: url(/public/static/index/images/Intellectual_property_03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Intellectual_property .business_four .t_6 {
	background-image: url(/public/static/index/images/Intellectual_property_04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Intellectual_property .business_four .t_7 {
	background-image: url(/public/static/index/images/Intellectual_property_05.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}








.Intellectual_property .business_two .t_t1 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Intellectual_property .business_two .t_t1 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Intellectual_property .business_two .t_t2 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Intellectual_property .business_two .t_t2 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Intellectual_property .business_two .t_t3 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Intellectual_property .business_two .t_t3 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Intellectual_property .business_three .t_4 h3,
.Intellectual_property .business_three .t_5 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 20px;
}

.Intellectual_property .business_three .t_4 p,
.Intellectual_property .business_three .t_5 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

.Intellectual_property .business_three .t_4 p {
	margin-bottom: 40px;
}

.Intellectual_property .business_three .t_4 a {
	display: block;
	text-decoration: none;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
}

.Intellectual_property .business_four .t_6 p,
.Intellectual_property .business_four .t_7 p,
.Intellectual_property .business_four .t_8 p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
	padding-left: 24px;
}

.Intellectual_property .business_four .t_6 h3,
.Intellectual_property .business_four .t_7 h3,
.Intellectual_property .business_four .t_8 h3 {
	padding-top: 22px;
	font-family: '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 24px;
}


.Intellectual_property .business_three .t_4 {
	width: 100%;
	height: 400px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}


.Intellectual_property .business_four .t_6,
.Intellectual_property .business_four .t_7 {
	width: 100%;
	height: 200px;
	margin: 2px 0;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.Service_Process {
	width: 100%;
	overflow: hidden;
	background: rgb(243, 243, 243);
}

.Service_Process .process .content {
	font-family: '微软雅黑';
	color: #333333;
	text-align: center;
}

.Service_Process .process .content h3 {
	font-size: 30px;
	padding-top: 30px;
	padding-bottom: 5px;
}

.Service_Process .process .content p {
	font-size: 18px;
	padding-bottom: 20px;
}

.Service_Process .process .process_item {
	width: 1284px;
	margin: 0 auto;
	text-align: center;
}

.Service_Process .process .process_item::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.process_item .item_1,
.process_item .item_2,
.process_item .item_3,
.process_item .item_4,
.process_item .item_5,
.process_item .item_6 {
	position: relative;
}

.process_item .item_1 .jiantou,
.process_item .item_2 .jiantou,
.process_item .item_3 .jiantou,
.process_item .item_4 .jiantou,
.process_item .item_5 .jiantou,
.process_item .item_6 .jiantou {
	position: absolute;
	top: 28px;
	left: 86%;
	display: block;
}

.process_item .item_1,
.process_item .item_2,
.process_item .item_3,
.process_item .item_4,
.process_item .item_5,
.process_item .item_6,
.process_item .item_7 {
	width: 183px;
	float: left;
	font-family: '微软雅黑';
	color: #333333;
	padding-bottom: 50px;
}

.process_item .item_1 img,
.process_item .item_2 img,
.process_item .item_3 img,
.process_item .item_4 img,
.process_item .item_5 img,
.process_item .item_6 img,
.process_item .item_7 img {
	margin-bottom: 16px;
}

.process_item .item_1 h3,
.process_item .item_2 h3,
.process_item .item_3 h3,
.process_item .item_4 h3,
.process_item .item_5 h3,
.process_item .item_6 h3,
.process_item .item_7 h3 {
	font-size: 18px;
	padding-bottom: 20px;
}

.process_item .item_1 p,
.process_item .item_2 p,
.process_item .item_3 p,
.process_item .item_4 p,
.process_item .item_5 p,
.process_item .item_6 p,
.process_item .item_7 p {
	font-size: 14px;
	width: 181px;
	height: 56px;
	text-align: center;
	margin: 0 auto;
}

.container {
	background: none;
}

.service_advantage {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.service_advantage .advantage_content h3 {
	font-family: '微软雅黑';
	font-size: 36px;
	font-weight: bold;
	margin-top: -10px;
	padding-bottom: 16px;
}

.service_advantage .advantage_content span {
	display: inline-block;
	padding: 0 40px;
	font-size: 50px;
}

.service_advantage .advantage_content p {
	font-family: '微软雅黑';
	font-size: 18px;
	color: #999999;
	padding-bottom: 30px;
}

.service_advantage .advantage,
.service_advantage .advantage1 {
	width: 1240px;
	background: rgb(243, 243, 243);
	padding: 0 0;
}

.service_advantage .row .bgs1:hover,
.service_advantage .row .bgs2:hover,
.service_advantage .row .bgs3:hover {
	transform: scale(1.1);
	transition: all .5s ease-in-out .5s;
	overflow: hidden;
}

.service_advantage .advantage,
.service_advantage .advantage1 {
	display: flex;
}

.service_advantage .advantage .item_1 {
	width: 412px;
	height: 179px;
	background-image: url(/public/static/index/images/service_advantage_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	transition: all .5s ease-in-out .5s;

}

.service_advantage .advantage .item_1:hover {
	transform: scale(0.8);
	overflow: hidden;
	transition: all .5s ease-in-out .5s;
}

.service_advantage .advantage .item_2 {
	width: 412px;
	height: 179px;
}

.service_advantage .advantage .item_3 {
	width: 412px;
	height: 179px;
	background-image: url(/public/static/index/images/service_advantage_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	transition: all .5s ease-in-out .5s;
}

.service_advantage .advantage .item_3:hover {
	transform: scale(0.8);
	overflow: hidden;
	transition: all .5s ease-in-out .5s;
}

.service_advantage .advantage .item_2 h3 {
	font-family: '微软雅黑';
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	padding: 10px 26px;

	margin-top: 12px;

}

.service_advantage .advantage .item_2 p {
	font-family: '微软雅黑';
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	padding: 0 26px;
}

.service_advantage .advantage1 .item_1,
.service_advantage .advantage1 .item_3 {
	width: 412px;
	height: 179px;
}

.service_advantage .advantage1 .item_2 {
	width: 412px;
	height: 179px;
	background-image: url(/public/static/index/images/service_advantage_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	transition: all .5s ease-in-out .5s;
}

.service_advantage .advantage1 .item_2:hover {
	transform: scale(0.8);
	overflow: hidden;
	transition: all .5s ease-in-out .5s;
}

.service_advantage .advantage1 .item_1 h3 {
	font-family: '微软雅黑';
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	padding: 10px 26px;

	margin-top: 12px;

}

.service_advantage .advantage1 .item_1 p {
	font-family: '微软雅黑';
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	padding: 0 26px;
}

.service_advantage .advantage1 .item_3 h3 {
	font-family: '微软雅黑';
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	padding: 10px 26px;
}

.service_advantage .advantage1 .item_3 p {
	font-family: '微软雅黑';
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	padding: 0 26px;

	margin-top: 12px;

}


.success_case {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}

.success_case .container {
	padding: 0 0;
}

.case_content {
	width: 1240px;
}

.success_case .container .case_content h3 {
	font-family: '微软雅黑';
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 16px;
}

.success_case .container .case_content h3 span {
	display: inline-block;
	padding: 0 40px;
	font-size: 50px;
}

.success_case .container .case_content p {
	font-family: '微软雅黑';
	font-size: 18px;
	color: rgb(153, 153, 153);
	padding-bottom: 30px;
}

.success_case .container .case_item {
	width: 1240px;
}

.success_case .container .case_item .row {
	display: flex;
	margin: 14px 0;
	width: 1240px;
}

.success_case .container .case_item .row div {
	width: 290px;
	height: 89px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0 10px;
}


.success_case .container .case_item .row {
	margin: 14px 0;
	overflow: hidden;
}


.success_case .container .case_item .row img {
	height: 80%;
	margin: 10px 0;
	overflow: hidden;
	cursor: pointer;
	transition: all .4s ease-in-out .2s;
}

.success_case .container .case_item .row img:hover {
	transform: scale(0.8);
	transition: all .4s ease-in-out .2s;
}

.heart {
	background: url(/public/static/index/images/Customer_voice_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 617px;
	margin-bottom: 0;
}

.heart .title h2 {
	background: none;
	font-weight: bold;
	font-size: 36px;
}

.slider {
	width: 100%;
	margin: 50px auto;
}

.slick-slide {
	margin: 0px 0;
}

.slick-slide img {
	width: 60%;
	margin-left: 52px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.slider div .demo {
	width: 285px;
	height: 369px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-right: 20px;
	text-align: center;
	padding: 30px 0;
	transition: all .4s ease-in-out .2s;
}


/*.slider div .demo .team_w {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.slider div .demo .team_w img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */



.slider div .demo h3 {
	padding-top: 24px;
}

.slider div .demo p {
	padding-top: 18px;
}

.slider div .demo h3,
.slider div .demo p {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #ffffff;
}

.slick-dots {
	display: none !important;
}

.slider div .demo:hover {
	background-color: rgba(122, 0, 0, 0.7);
	transition: all .4s ease-in-out .2s;
}

.slick-prev {
	left: -42px !important;
}

.main_visual {
	height: 369px;
}

.main_image {
	height: 369px;
}

.main_image ul {
	height: 369px;
}


.message {
	width: 285px;
	height: 369px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.7);
	padding: 0 0;
}

.main_image ul li .message .img {
	width: 100%;
	margin-bottom: 10px
}

.main_image ul li .message .img img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.main_image ul li .message .info {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #333333;
}

.main_image li .message {
	cursor: pointer;
	transition: all .5s ease .2s;
}

.main_image li .message:hover {
	background: rgba(240, 0, 0, 0.7);
	transition: all .5s ease .2s;
}

.main_image li .message:hover .info {
	color: #fff;
	transition: all .5s ease .2s;
}

.news {
	width: 100%;
	overflow: hidden;
	/* margin-top: 82px; */
}

.news .container .news_title {
	width: 100%;
	text-align: center;
	font-family: '微软雅黑';
}


.news .container .news_title h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 20px;
}

.news .container .news_title .info {
	font-size: 14px;
	color: #333333;
}

.news .container .news_content {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-family: '微软雅黑';
	color: #333333;
	margin-top: 32px;
	margin-bottom: 32px;
}

.news .container .news_content .news_item {
	text-align: center;
	margin: 0 auto;
}

.news .container .news_content .news_item span {
	width: 114px;
	height: 44px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 0 10px;
	cursor: pointer;
}

.news_bg {
	background-image: url(/public/static/index/images/news_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.news_color {
	color: #ffffff;
}

.news .container .row div img {
	width: 100%;
	max-width: 100%;
}

.news .container .row div {
	padding: 0 0;
}

.news .container .row .img {
	position: relative;
	overflow: hidden;
}

.news .container .row .img img {
	transition: all .5s ease-in-out .5s;
	cursor: pointer;
}

.news .container .row .img:hover img {
	transform: scale(1.2);
	transition: all .5s ease-in-out .5s;
}

.news .container .row .img p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: '微软雅黑';
	font-size: 14px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	color: #FFFFFF;
	background: rgba(63, 62, 60, 0.7);
}

.news .container .row #news {
	padding: 0 20px 0 34px;
	/* overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap */

}

.news .container .row #news p {
	text-align: left;
	font-size: 16px;
	font-family: '微软雅黑';
	color: #999999;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.news .container .row #news_img .news_img {
	width: 100%;
}

.news .container .row #news_img .news_img .img_left {
	width: 190px;
	height: 134px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.news .container .row #news_img .news_img .img_left p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
}

.news .container .row #news_img .news_img .img_right {
	width: 190px;
	height: 134px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.news .container .row #news_img .news_img .img_right p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size: 16px;
}

.news .container .row #news_img .news_img::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.news .container .row #news_img .news_img {
	margin: 12px 0;
}

.index_news_left_top h4 {
	width: 100%;
	font-size: 94%;
}

#news_list1,
#news_list2,
#news_list3 {
	float: left;
}

#news_list1::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

#news_list2::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

#news_list3::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.index_news_right_1 img {
	width: 90% !important;
}

/* .index_news_right {
    float: right;
    width: 381px;
    margin-top: -26%;
} */
/* .index_news_right_1
{
    float: right;
    width: 381px;
    margin-top: -26%;
} */






.customer_demand {
	width: 100%;
	overflow: hidden;
	background: rgb(33, 36, 44);
	margin-top: 10px;
}

.customer_demand .container {
	padding: 0 0;
}

.customer_demand .container .info_1 {
	float: left;
	margin-right: 14px;
}

.customer_demand .container .info_1 .img,
.customer_demand .container .info_1 .info {
	display: inline-block;
}

.customer_demand .container .info_1 .img img {
	width: 100%;
	max-width: 100%;
	margin-top: -28px;
	margin-bottom: 10px;
}

.customer_demand .container .info {
	margin: 34px 20px;
}

.customer_demand .container .info span {
	font-family: '微软雅黑';
	font-size: 18px;
	color: #FFFFFF;
}

.customer_demand .container .info em {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #999999;
}

.footer {
	width: 100%;
	background: #EEEEEE;
	text-align: center;
}

.footer .row div {
	height: 190px;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 60px;
}

.footer .row .wd {
	width: 15%;
}

.footer .row .border1 {
	width: 18%;
}

.footer .row .border2 {
	width: 22%;
}

.footer .row div ul {
	text-align: left;
	padding-left: 20px;
	line-height: 22px;
}

.footer .row div ul h3 {
	font-family: '微软雅黑';
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 20px 0;
}

.footer .row div ul li a {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	transition: all .3s ease-in .2s;
}

.footer .row div ul li a:hover {
	color: #a60000;
	transition: all .3s ease-in .2s;
}

.footer .row .border1,
.footer .row .border2 {
	border: none;
}

.footer .row .lianxi {
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer .row .lianxi li {
	float: left;
	margin: 0 5px;
}

.footer .row .lianxi li .a1 {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.footer .row .lianxi li img {
	width: 100%;
	max-width: 100%;
}

.footer .row .lianxi::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}








.footer .row .kefu {
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer .row .kefu li {
	float: left;
	margin: 0 5px;
}

.footer .row .kefu li img {
	width: 100%;
	max-width: 100%;
}

.footer .row .kefu::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.footer .row .kefu li .a1 {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}


.footer .row .hezuo {
	margin-top: 20px;
}

.footer .row .hezuo li {
	float: left;
	margin: 0 5px;
}

.footer .row .hezuo li img {
	width: 100%;
	max-width: 100%;
}

.footer .row .hezuo::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;
}


.footer .row .hezuo li .a1 {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.footer .Copyright,
.footer .address {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #666666;
}

.footer .Copyright {
	padding-bottom: 16px;
}

.footer .address {
	padding-bottom: 28px;
}




.business .business_two .t_t1:hover,
.business .business_two .t_t3:hover,
.business .business_two .t_t2:hover {
	border: 1px solid #a60000;
}

.business .business_two .t_t1:hover h3 span,
.business .business_two .t_t3:hover h3 span,
.business .business_two .t_t2:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.business .business_three .t_4:hover,
.business .business_three .t_5:hover {
	border: 1px solid #a60000;
}

.business .business_three .t_4:hover h3 span,
.business .business_three .t_5:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.business .business_four .t_6:hover,
.business .business_four .t_7:hover,
.business .business_four .t_8:hover {
	border: 1px solid #a60000;
}

.business .business_four .t_6:hover h3 span,
.business .business_four .t_7:hover h3 span,
.business .business_four .t_8:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Tax_service .business_two .t_t1:hover,
.Tax_service .business_two .t_t3:hover,
.Tax_service .business_two .t_t2:hover {
	border: 1px solid #a60000;
}

.Tax_service .business_two .t_t1:hover h3 span,
.Tax_service .business_two .t_t3:hover h3 span,
.Tax_service .business_two .t_t2:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Tax_service .business_three .t_4:hover,
.Tax_service .business_three .t_5:hover {
	border: 1px solid #a60000;
}

.Tax_service .business_three .t_4:hover h3 span,
.Tax_service .business_three .t_5:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Tax_service .business_four .t_6:hover,
.Tax_service .business_four .t_7:hover,
.Tax_service .business_four .t_8:hover {
	border: 1px solid #a60000;
}

.Tax_service .business_four .t_6:hover h3 span,
.Tax_service .business_four .t_7:hover h3 span,
.Tax_service .business_four .t_8:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Qualification .business_two .t_t1:hover,
.Qualification .business_two .t_t3:hover,
.Qualification .business_two .t_t2:hover {
	border: 1px solid #a60000;
}

.Qualification .business_two .t_t1:hover h3 span,
.Qualification .business_two .t_t3:hover h3 span,
.Qualification .business_two .t_t2:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Qualification .business_three .t_4:hover,
.Qualification .business_three .t_5:hover {
	border: 1px solid #a60000;
}

.Qualification .business_three .t_4:hover h3 span,
.Qualification .business_three .t_5:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Qualification .business_four .t_6:hover,
.Qualification .business_four .t_7:hover,
.Qualification .business_four .t_8:hover {
	border: 1px solid #a60000;
}

.Qualification .business_four .t_6:hover h3 span,
.Qualification .business_four .t_7:hover h3 span,
.Qualification .business_four .t_8:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Intellectual_property .business_two .t_t1:hover,
.Intellectual_property .business_two .t_t2:hover {
	border: 1px solid #a60000;
}

.Intellectual_property .business_two .t_t1:hover h3 span,
.Intellectual_property .business_two .t_t2:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Intellectual_property .business_three .t_4:hover {
	border: 1px solid #a60000;
}

.Intellectual_property .business_three .t_4:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

.Intellectual_property .business_four .t_6:hover,
.Intellectual_property .business_four .t_7:hover {
	/* border:1px solid rgb(238,44,141); */
	border: 1px solid #a60000;
}

.Intellectual_property .business_four .t_6:hover h3 span,
.Intellectual_property .business_four .t_7:hover h3 span {
	border-bottom: 2px solid #a60000;
	padding-bottom: 3px;
}

@media (max-width: 1200px) {
	.container {
		width: 1200px;
		padding: 0 0;
	}
}

@media (max-width: 677px) {

	.header .container .header_left,
	.header .container .header_right {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.header .container .header_left h3 {
		margin-bottom: 10px;
		text-align: center;
	}

	.header .container .header_right div {
		margin-top: 10px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (max-width: 1000px) {
	.footer .container {
		width: 100%;
	}

	.footer .row .wd {
		width: 25%;
	}

	.footer .row .border1 {
		width: 50%;
	}

	.footer .row .border2 {
		width: 50%;
	}
}

@media (min-width: 256px) and (max-width: 1000px) {
	.footer .row {
		display: flex;
	}
}

/* news */

@media (max-width: 1200px) {
	.container {
		width: 1230px;
	}

	.row {
		width: 1230px !important;
	}
}

@media (min-width: 1200px) {
	.col-lg-4 {
		width: 400px;
	}
}
