.header-hd {
	line-height: 18px;
	background-color: #314258;
	color: #fff;
}
.header-hd a {
	padding: 0 6px;
}
.header-hd a:last-of-type {
	padding-right: 0;
}
.header-bd {
	height: 127px;
}
.header-bd .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-bd .header-slogan h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin: 0 25px;
	color: #000;
}
.header-bd .header-slogan h2 p {
	font-size: 14px;
	color: #666;
}
.header-bd .header-tel {
	background: url(../image/htel.png) no-repeat left center;
	padding-left: 78px;
	font-size: 14px;
	color: #000;
	padding-top: 14px;
	line-height: 1.4;
}
.header-bd .header-tel p {
	font-size: 30px;
	color: #ffae00;
	font-family: arial;
	font-weight: bold;
}
.banner {
	margin-top: -4px;
}
.search-region {
	height: 54px;
	border-bottom: 1px solid #cccccc;
}
.search-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-region .search-hot {
	font-size: 14px;
	color: #666;
}
.search-region .search-form form {
	background: #f1f0f0;
}
.search-region .search-form form input {
	background: none;
	border: none;
	outline: none;
}
.search-region .search-form form .search-key {
	padding: 0 10px;
	line-height: 30px;
	vertical-align: top;
	color: #999;
}
.search-region .search-form form .search-button {
	background: #314258;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
}
.search-region .search-form form .search-button:hover {
	background: #ffae00;
}
.region-tit {
	text-align: center;
}
.region-tit h2 {
	font-size: 30px;
	color: #000;
	background: url(../image/titline.png) no-repeat center bottom;
	padding-bottom: 16px;
	margin-bottom: 7px;
}
.region-tit h2 span {
	color: #314258;
}
.region-tit p {
	font-size: 14px;
	color: #555;
}
.about-region {
	padding: 60px 0;
}
.about-bd {
	margin-top: 50px;
	background: #f4f4f4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-bd .about-video {
	width: 594px;
	line-height: 0;
}
.about-bd .about-content {
	width: 560px;
	padding-right: 30px;
}
.about-bd .about-content .about-tit {
	font-size: 22px;
	color: #000;
	font-weight: normal;
}
.about-bd .about-content .about-desc {
	font-size: 14px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.85);
	height: 210px;
	overflow: hidden;
	margin: 13px 0 37px;
}
.about-bd .about-content .about-more a {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
	background: #314258;
	transition: all 0.3s;
}
.about-bd .about-content .about-more a:hover {
	background: #ffae00;
	box-shadow: 0 0 5px #000;
}
.promise-bd {
	margin-top: 40px;
}
.promise-bd ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.promise-bd li {
	text-align: center;
}
.promise-bd li .img {
	width: 199px;
	height: 199px;
	border: 3px solid #314258;
	border-radius: 50%;
	background-image: radial-gradient(
		circle at 50% 57%,
		#eeeeee 78px,
		transparent 78px
	);
	border-top-color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto;
}
.promise-bd li .img img {
	transform: translate(-10px, 10px);
	transition: all 0.3s;
}
.promise-bd li h3 {
	font-size: 20px;
	color: #000;
	margin: 31px 0 11px;
}
.promise-bd li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.promise-bd li:hover .img img {
	transform: translate(0);
}
.product-region {
	padding: 60px 0;
}
.product-bd {
	margin-top: 50px;
}
.product-bd .hd ul {
	display: flex;
	height: 61px;
	background: #314258;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.product-bd .hd ul li {
	flex: 1;
	text-align: center;
}
.product-bd .hd ul li a {
	display: block;
	line-height: 61px;
	color: #fff;
	font-size: 14px;
	position: relative;
	transition: all 0.3s;
}
.product-bd .hd ul li a::after {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	background: #9aa2ad;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}
.product-bd .hd ul li a:hover {
	background: #ffae00;
}
.product-bd .hd ul li.on a {
	background: #ffae00;
}
.product-bd .hd ul li:last-of-type a::after {
	display: none;
}
.product-bd .bd li {
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-bd .bd li img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.product-bd .bd li:nth-of-type(6) {
	margin-left: 0;
}
.product-bd .bd li:hover img {
	transform: scale(1.05);
}
.product-bd .bd .li1 {
	width: 593px;
	position: relative;
}
.product-bd .bd .li1 .hov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
	background: rgba(49, 66, 88, 0.45);
	transform: translateX(-100%);
	transition: all 0.3s;
}
.product-bd .bd .li1 .hov h5 {
	background: url(../image/prolink.png) no-repeat top center;
	padding-top: 70px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.product-bd .bd .li1:hover .hov {
	transform: translateX(0);
}
.product-bd .bd .li2 {
	width: 289px;
	position: relative;
	margin-left: 14px;
}
.product-bd .bd .li2 h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 34px;
	background: #a5acb4;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.product-bd .bd .li2:hover h5 {
	background: #ffae00;
}
.strength-region {
	background: #f5f5f5;
	padding: 60px 0;
}
.strength-bd {
	margin-top: 50px;
	position: relative;
}
.strength-bd .hd ul {
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.strength-bd .hd li {
	text-align: center;
	position: relative;
	height: 120px;
	cursor: pointer;
}
.strength-bd .hd li h3 {
	font-size: 18px;
	line-height: 33px;
	color: #666;
	font-weight: normal;
}
.strength-bd .hd li i {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 77px;
	height: 77px;
	background: #d3d2d2;
	border-radius: 50%;
	text-align: center;
	line-height: 77px;
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
}
.strength-bd .hd li.on h3 {
	color: #314258;
}
.strength-bd .hd li.on i {
	background: #314258;
}
.strength-bd .hd .sbtn {
	position: absolute;
	bottom: 23px;
	width: 43px;
	height: 43px;
	background: #d3d2d2;
	right: 51%;
	line-height: 43px;
	text-align: center;
	font-family: "宋体";
	font-size: 25px;
	border-radius: 50%;
	z-index: 9;
}
.strength-bd .hd .sbtn:hover {
	background: #314258;
}
.strength-bd .hd .next {
	right: 46%;
}
.strength-bd .bd {
	margin-top: 95px;
}
.strength-bd .bd .slideBox {
	overflow: hidden;
}
.strength-bd .bd .slideBox .item-hd {
	width: 499px;
	line-height: 0;
	float: left;
}
.strength-bd .bd .slideBox .item-hd img {
	width: 100%;
}
.strength-bd .bd .slideBox .item-bd {
	float: right;
	width: 660px;
	margin-bottom: 80px;
}
.strength-bd .bd .slideBox .item-bd h4 {
	font-size: 30px;
	color: #333740;
}
.strength-bd .bd .slideBox .item-bd span {
	font-size: 24px;
	color: #666;
	font-family: arial;
}
.strength-bd .bd .slideBox .item-bd p {
	font-size: 14px;
	line-height: 36px;
	color: #666;
	margin-top: 30px;
}
.case-region {
	height: 728px;
	padding-top: 50px;
	background: url(../image/casebg.jpg) no-repeat center;
}
.case-region .region-tit {
	color: #fff;
}
.case-region .region-tit h2 {
	background-image: url(../image/titline2.png);
	color: #fff;
}
.case-region .region-tit h2 span {
	color: #fff;
}
.case-region .region-tit p {
	color: #fff;
}
.case-bd {
	margin-top: 50px;
}
.case-bd .swiper-slide {
	height: 382px;
	display: flex;
	align-items: flex-end;
}
.case-bd .swiper-slide .case-item {
	width: 90%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 336px;
}
.case-bd .swiper-slide .img {
	width: 50%;
	line-height: 0;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.3s;
}
.case-bd .swiper-slide .img img {
	width: 100%;
	transition: all 0.3s;
}
.case-bd .swiper-slide h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	width: 100%;
	margin: 18px 0 14px;
}
.case-bd .swiper-slide p {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	height: 40px;
	overflow: hidden;
}
.case-bd .swiper-slide a {
	display: block;
	width: 109px;
	height: 33px;
	line-height: 33px;
	background: #ffae00;
	border-radius: 17px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
	margin: 0 auto;
	margin-top: 39px;
}
.case-bd .swiper-slide a:hover {
	background: #314258;
}
.case-bd .swiper-slide-next .case-item,
.case-bd .swiper-slide-prev .case-item {
	width: 95%;
	height: 357px;
}
.case-bd .swiper-slide-next .case-item .img,
.case-bd .swiper-slide-prev .case-item .img {
	width: 60%;
}
.case-bd .swiper-slide-active .case-item {
	width: 100%;
	height: 382px;
}
.case-bd .swiper-slide-active .case-item .img {
	width: 70%;
}
.case-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	margin-top: 45px;
}
.case-tel img {
	margin-right: 10px;
}
.case-tel span {
	font-size: 41px;
	margin-left: 10px;
}
.process-region {
	padding: 60px 0;
}
.process-bd {
	margin-top: 50px;
}
.process-bd ul {
	display: flex;
	justify-content: space-between;
}
.process-bd li {
	width: 134px;
	height: 157px;
	background: url(../image/cessli.png) no-repeat center;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.process-bd li i {
	font-size: 45px;
	color: #fff;
	line-height: 1;
	margin-bottom: 12px;
}
.process-bd li p {
	font-size: 14px;
	line-height: 30px;
}
.process-bd li p::after,
.process-bd li p::before {
	content: "";
	display: block;
	width: 84px;
	height: 1px;
	background: #9ca5af;
	margin: 0 auto;
}
.process-bd li:hover {
	transform: translateY(-5px);
}
.process-link {
	margin-top: 40px;
	text-align: center;
}
.process-link h4 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
.process-link p {
	font-size: 16px;
	margin: 3px 0 13px;
	color: #999;
}
.process-link a {
	display: inline-block;
	width: 148px;
	height: 40px;
	background: #314258;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0 3px 0px #656363;
	margin: 0 15px;
	color: #fff;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}
.process-link a:hover {
	background: #ffae00;
}
.partner-region {
	background: #fafafa;
	padding: 60px 0;
}
.partner-region ul {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.partner-region li {
	text-align: center;
	width: 35%;
}
.partner-region li i {
	display: block;
	width: 74px;
	height: 74px;
	background: #314258;
	border-radius: 50%;
	text-align: center;
	line-height: 74px;
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	font-family: arial;
	transition: all 0.3s;
}
.partner-region li h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 16px 0px 2px;
}
.partner-region li p {
	font-size: 14px;
	color: #999;
}
.partner-region li:nth-of-type(2) i {
	background: #ffae00;
}
.partner-region li:hover i {
	background: #ffae00;
}
.choice-region {
	padding: 60px 0;
}
.choice-bd {
	margin-top: 50px;
}
.choice-bd ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.choice-bd li {
	width: 181px;
	height: 122px;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}
.choice-bd li:nth-of-type(1n + 7) {
	margin-bottom: 0;
}
.news-region {
	padding: 60px 0;
	background: #f4f4f4;
}
.news-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-bd .news-left {
	width: 510px;
	background: #ffffff;
	padding: 31px 19px;
	transition: all 0.3s;
}
.news-bd .news-left img {
	width: 100%;
	display: block;
}
.news-bd .news-left h4 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin: 10px 0;
}
.news-bd .news-left .time {
	font-size: 12px;
	color: #999;
	font-family: arial;
}
.news-bd .news-left p {
	font-size: 13px;
	line-height: 25px;
	height: 50px;
	color: #999;
	overflow: hidden;
	margin-top: 4px;
}
.news-bd .news-left:hover {
	box-shadow: 0 0 10px #d4d4d4;
}
.news-bd .news-left:hover h4 {
	color: #00694c;
}
.news-bd .news-slide {
	width: 640px;
	background: #fff;
	padding-top: 30px;
}
.news-bd .news-slide .hd {
	position: relative;
}
.news-bd .news-slide .hd::before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 53px;
	background: url(../image/newsl.png) no-repeat center;
	left: 0;
	top: 0;
	transform: translateX(-100%);
}
.news-bd .news-slide .hd ul {
	display: flex;
}
.news-bd .news-slide .hd a {
	display: block;
	width: 165px;
	text-align: center;
	line-height: 45px;
	background: #314258;
	color: #fff;
	font-size: 18px;
}
.news-bd .news-slide .hd li:first-of-type a,
.news-bd .news-slide .hd li:hover a {
	background: #ffae00;
}
.news-bd .news-slide .bd li {
	overflow: hidden;
	padding: 0 30px 0 10px;
	margin: 20px 0;
}
.news-bd .news-slide .bd li .time {
	width: 125px;
	text-align: center;
	float: left;
	font-size: 12px;
	color: #000;
	line-height: 1.2;
	margin-top: 5px;
}
.news-bd .news-slide .bd li .time b {
	font-size: 42px;
	display: block;
	font-family: arial;
}
.news-bd .news-slide .bd li h5 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}
.news-bd .news-slide .bd li p {
	font-size: 12px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
	height: 75px;
}
.news-bd .news-slide .bd li:hover .time,
.news-bd .news-slide .bd li:hover h5 {
	color: #00694c;
}
.slogan-region {
	text-align: center;
	line-height: 0;
	padding-top: 11px;
}
.area-region {
	font-size: 14px;
	color: #000;
	padding: 17px 0 13px;
}
.area-region a {
	padding: 0 10px;
}
.area-region .w {
	background: url(../image/aicon.png) no-repeat left center;
	padding-left: 20px;
}
.footer {
	background: #314258;
}
.footer .footer-bd {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
	font-family: arial;
}
.footer .footer-bd a {
	color: #fff;
}
.footer .footer-bd .w {
	display: flex;
	justify-content: center;
}
.footer-hd {
	color: #fff;
	padding: 40px 0;
}
.footer-hd .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-hd .footer-hd-tit h2 {
	font-size: 24px;
	font-weight: normal;
}
.footer-hd .footer-hd-tit p {
	font-size: 14px;
	border-bottom: 1px solid #828a98;
	padding: 8px 0 15px;
}
.footer-hd .footer-hd-tit .tel {
	font-size: 36px;
	color: #f8b62c;
	text-shadow: 0 0 2px #fff;
	font-weight: bold;
	font-family: arial;
	line-height: 1;
	margin-bottom: 31px;
	margin-top: 18px;
}
.footer-hd .footer-hd-tit a {
	display: block;
	width: 102px;
	border: 1px solid #fff;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.footer-hd .footer-hd-tit a:hover {
	background: #fff;
	color: #f8b62c;
}
.footer-hd .footer-hd-form h2 {
	font-size: 24px;
	font-weight: normal;
}
.footer-hd .footer-hd-form p {
	font-size: 14px;
	padding: 4px 0 8px;
}
.footer-hd .footer-hd-form input {
	width: 467px;
	line-height: 39px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	background: none;
	outline: none;
	padding: 0 10px;
	margin-bottom: 12px;
}
.footer-hd .footer-hd-form input::placeholder {
	color: #fff;
}
.footer-hd .footer-hd-form button {
	line-height: 39px;
	width: 467px;
	border-radius: 3px;
	background: #f8b62c;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
}
.footer-hd .footer-code li {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
.footer-hd .footer-code li img {
	max-width: 123px;
}
.footer-hd .footer-code li p {
	font-size: 14px;
	margin-top: 5px;
}
.footer-hd .footer-code li:last-of-type {
	margin-bottom: 0;
}
.fix-contact {
	position: fixed;
	right: 0;
	bottom: 10%;
}
.fix-contact li {
	width: 68px;
	height: 68px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: #314258;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: relative;
}
.fix-contact li p {
	margin-top: 2px;
}
.fix-contact li .hov {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
	transform: translateX(100%);
}
.fix-contact li .hov img {
	margin-right: 68px;
}
.fix-contact li a {
	color: inherit;
}
.fix-contact li .hov .fix-tel {
	height: 68px;
	padding: 0 25px;
	background: #f8b62c;
	font-size: 33px;
	color: #001553;
	white-space: nowrap;
	line-height: 68px;
}
.fix-contact li:first-of-type {
	border-radius: 10px 10px 0 0;
}
.fix-contact li:last-of-type {
	border-radius: 0 0 10px 10px;
}
.fix-contact li:hover .hov {
	transform: translateX(0);
}
