.header {
	background: #fff;
	height: 95px;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.header .menu {
	display: none;
}

.header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	min-width: 100%;
	box-shadow: 0 3px 4px rgb(26 26 26 / 10%);

}

.header .pro_nav_bg {
	display: none;
	position: absolute;
	left: 0;
	top: 95px;
	width: 100%;
	background: #f1f1f1;
	z-index: 999999;
}

.header .pro_nav_bg ul li {
	padding-top: 50px;
	float: left;
	width: 20%;
	padding-bottom: 50px;
}

.header .pro_nav_bg ul li:hover {
	background: #fff;
}

.header .pro_nav_bg ul li strong {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.header .pro_nav_bg ul li img {
	display: block;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.header .pro_nav_bg ul li p {
	font-size: 16px;
	color: #666;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	margin-bottom: 15px;
}

.header .pro_nav_bg ul li span {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.header .header_t {
	display: flex;
	height: 95px;
	align-items: center;
}

.header .header_t .right {
	margin-left: auto;
	display: flex;
}

.header .header_t .right ul {
	display: flex;
}

.header .header_t .right ul li {
	width: 100px;
	margin: 0 25px;
	text-align: center;
	line-height: 43px;
	position: relative;
}

.header .header_t .right ul li .sub {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	z-index: 9999;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.header .header_t .right ul li .sub a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.header .header_t .right ul li .sub a:hover {
	background: #ef011c;
	color: #fff;
}

.header .header_t .right ul li:hover .sub {
	opacity: 1;
	visibility: visible;
	top: 42px;
}

.header .header_t .right ul li>a {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.header .header_t .right ul li:hover>a {
	color: #ef011c;
}

.header .header_t .right .header_tel {
	margin-left: 20px;
}

.header .header_t .right .header_tel span {
	display: block;
	padding-left: 25px;
	background: url(../images/header_tel.png) no-repeat left center;
	font-size: 16px;
	background-size: 15px;
}

.header .header_t .right .header_tel strong {
	display: block;
	font-size: 22px;
	color: #ef011c;
	font-family: arial;
	margin-top: 5px;
}

.bannerlist .swiper-slide a {
	display: block;
}

.bannerlist .swiper-slide a img {
	display: block;
	width: 100%;
}

.bannerlist .swiper-pagination-bullet {
	width: 100px;
	height: 45px;
	background: none;
	color: #fff;
	opacity: 1;
	position: relative;
	margin: 0 !important;
	display: inline-block;
}

.bannerlist .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	left: 0;
	top: 25px;
}

.bannerlist .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	width: 19px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 0;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bannerlist .swiper-pagination-bullet-active::after {
	opacity: 1;
}

.bannerlist.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 45px;
}

.index_product {
	padding: 60px 0;
}

.index_product .left {
	width: 765px;
	height: 581px;
	background: #f1f1f1;
	display: flex;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	align-items: center;
	justify-content: center;
}

.index_product .left dl {
	margin-left: 38px;
}

.index_product .left:hover {
	background: #dddddd;
}

.index_product dl dt {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	height: 42px;
	line-height: 42px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_product dl dt a {
	color: #333;
}

.index_product dl dd {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #666;
}

.index_product dl dd a {
	color: #666;
}

.index_product dl dd a:hover {
	color: #ef011c;
}

.index_product dl dt:hover {
	background: url(../images/quan.png) no-repeat left center;
	padding-left: 10px;
}

.index_product .right {
	width: 919px;
}

.index_product .right ul li {
	float: left;
	width: 447px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin-left: 12px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
}

.index_product .right ul li:hover {
	background: #ddd;
}

.index_product .right ul li dl {
	margin-left: 22px;
}

.index_product .right ul li dl dt {
	margin-bottom: 5px;
}

.index_product .right ul li:nth-child(1),
.index_product .right ul li:nth-child(2) {
	height: 365px;
}

.index_product .right ul li:nth-child(3),
.index_product .right ul li:nth-child(4) {
	height: 205px;
}

.index_product .right ul li:nth-child(3) dl,
.index_product .right ul li:nth-child(4) dl {
	width: 135px;
}

.index_product .pic img {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_product .pic:hover img {
	transform: translateX(10px);
}


.index_about {
	height: 680px;
	background: url(../images/index_about.jpg) no-repeat center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_about .box {

	max-width: 830px;
	margin: 0 auto;
}

.index_about .box strong {
	color: #fff;
	font-size: 38px;
	display: block;
	text-align: center;
	margin-bottom: 35px;
}

.index_about .box p {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.index_about .box a {
	display: block;
	width: 178px;
	height: 38px;
	border: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 38px;
	font-size: 16px;
	margin-top: 40px;
}

.index_about .box a:hover {
	background: #ef011c;
	border: 1px solid #ef011c;
}

.lmt {
	margin-bottom: 50px;
}

.lmt strong {
	display: block;
	font-size: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}

.lmt strong font {
	color: #ef011c;
}

.lmt p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.index_case {
	padding-top: 60px;
	padding-bottom: 60px;
}

.index_case ul li {
	float: left;
	width: 540px;
	margin-right: 32px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.index_case ul li img {
	display: block;
	width: 100%;
	height: 300px;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index_case ul li:hover img {
	transform: scale(1.1);
}

.index_case ul li .index_case_z {
	width: 100%;
	height: 240px;
	background: url(../images/index_case_z.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	color: #fff;
	padding-top: 170px;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index_case ul li .index_case_z i {
	font-size: 35px;
}

.index_case ul li .index_case_z:hover {
	padding-left: 10px;
}

.index_case ul li .index_case_z span {
	font-size: 18px;
	display: inline-block;
	margin-left: 15px;
	line-height: 35px;
}

.index_case ul li:last-child {
	margin-right: 0;
}

.index_solution {
	position: relative;
}

.index_solution .tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 128px;
	background: rgba(0, 0, 0, .8);
	z-index: 99999;
	width: 100%;
	min-width: 100%;
}

.index_solution .tabs ul {
	display: flex;
}

.index_solution .tabs ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 128px;
	border-right: 1px solid rgba(102, 102, 102, .5);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution .tabs ul li:last-child {
	border-right: none;
}

.index_solution .tabs ul li .left i {
	display: block;
	font-size: 45px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution .tabs ul li:nth-child(1) .left i {
	font-size: 48px;
}

.index_solution .tabs ul li:nth-child(2) .left i {
	font-size: 42px;
}

.index_solution .tabs ul li .left strong {
	font-size: 20px;
	display: block;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution .tabs ul li .right {
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 130px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution .tabs ul li .right .index_sol_t1:hover::after {
	-webkit-animation: warn 2.5s linear infinite;
	animation: warn 2.5s linear infinite;
}

.index_solution .tabs ul li .right .line1 {
	width: 13px;
	height: 2px;
	background: #fff;
	margin-left: 2px;
}

.index_solution .tabs ul li .right .index_sol_t2 {
	display: none;
}

.index_solution .tabs ul li .right .index_sol_t2 {
	position: relative;
	width: 65px;
	height: 65px;
}

.index_solution .tabs ul li .right .index_sol_t2 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_solution .tabs ul li .right .index_sol_t2 i {
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 50%;
	line-height: 52px;
	text-align: center;
	font-size: 30px;
	color: #ef011c;
}

.index_solution .tabs ul li .right .index_sol_t2::after {
	content: "";
	width: 43px;
	height: 43px;
	border: 1px dashed #fff;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.index_solution .tabs ul li .right .index_sol_t1 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.index_solution .tabs ul li .right .index_sol_t1::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	border-radius: 50%;
	position: absolute;
}

@keyframes warn {
	0% {
		-webkit-transform: scale(1);
	}

	20% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.9);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(1);
	}

	20% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.9);
	}

	100% {
		transform: scale(1);
	}
}

.index_solution .tabs ul li .right .line2 {
	width: 2px;
	height: 13px;
	background: #fff;
	position: relative;
	left: -7px;
}

.index_solution .tabs ul li.active {
	background: #ef011c; 
	position: relative;
	border-right: none;
}

 
#tabs-container .swiper-slide {
	height: 800px;
	box-sizing: border-box;
	padding-top: 55px;
}

#tabs-container .swiper-slide .index_sol strong {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
}

#tabs-container .swiper-slide .index_sol p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.index_news {
	padding-top: 60px;
	padding-bottom: 55px;
}

.index_news_b {
	border: 2px solid #e5e5e5;
	width: 823px;
	padding: 35px;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 0;
}

.index_news_b ul li {
	display: flex;
	margin-bottom: 40px;
}

.index_news_b ul li .pic {
	width: 280px;
	margin-right: 33px;
	height: 163px;
	overflow: hidden;
}

.index_news_b ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index_news_b ul li .pic:hover img {
	transform: scale(1.1);
}

.index_news_b ul li .index_news_t {
	flex: 1;
}

.index_news_b ul li .index_news_t strong {
	font-size: 22px;
	line-height: 35px;
	max-height: 70px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_news_b ul li .index_news_t a {
	color: #333;
}

.index_news_b ul li .index_news_t a:hover {
	color: #ef011c;
}

.index_news_b ul li .index_news_t p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_news_b ul li .index_news_t span {
	font-size: 16px;
	color: #333333;
}


.message {
	background: #ef011c; 
}

.message .box {
	display: flex;
	padding: 40px 0;
}

.message .box strong {
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	margin-right: 40px;
}

.message .box form input {
	width: 436px;
	height: 38px;
	border: 1px solid #fff;
	background: none;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-right: 14px;
}

.message .box form input::-webkit-input-placeholder {
	color: #fff;
}

.message .box form input::-moz-input-placeholder {
	color: #fff;
}

.message .box form input::-ms-input-placeholder {
	color: #fff;
}

.message .box form button {
	width: 182px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #ef011c;
	border: none;
	cursor: pointer;
}

.footer {
	background: url(../images/footer_bg.png) no-repeat 100px center #2a2a2a;
	padding-top: 65px;
 
	width: 100%;
}

.footer .footer_t .left {
	display: flex;
}

.footer .footer_t .left dl {
	margin-right: 90px;
}

.footer .left dl:last-child {
	margin-right: 0;
}

.footer .footer_t .left dl dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.footer .footer_t .left dl dt a {
	color: #fff;
}

.footer .footer_t .left dl dd {
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
	line-height: 35px;
}

.footer .footer_t .left dl dd a {
	color: rgba(255, 255, 255, .5);
}

.footer .footer_t .left dl dd a:hover {
	color: #fff;
}

.footer .footer_t .right .wechat p {
	text-align: center;
	font-size: 15px;
	color: rgba(255, 255, 255, .5);
	margin-top: 8px;
}

.footer .footer_t .right .fllow {
	text-align: center;
	margin-top: 15px;
}

.footer .footer_t .right .fllow i {
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background: #838383;
	margin: 0 5px;
	border-radius: 50%;
	color: #2a2a2a;
}

.footer .footer_b {
	padding-bottom: 40px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	padding-top: 30px;
	margin-top: 30px;
}
.footer .footer_b p{
    text-align: center;
}

.footer .footer_b a {
	color: rgba(255, 255, 255, .5);
}

.bottom_fix {
	display: none;
}

.jiuye-tu-img {
	width: 100%;
	display: block;
}


.nybanner img {
	display: block;
	width: 100%;
}

.products {
	padding-top: 40px;
	padding-bottom: 10px;
}

.pro_title {
	margin-bottom: 30px;
	height: 111px;
	background: url(../images/pro_title_t1.png) no-repeat left center;
}

.pro_title strong {
	font-size: 32px;
	background: url(../images/quan.png) no-repeat left center;
	padding-left: 23px;
	line-height: 111px;
}


.pro_title a.more {
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	width: 156px;
	height: 46px;
	border: 2px dashed #ef011c;
	border-radius: 45px;
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 46px;
}

.pro_title a.more:hover {
	background: #ef011c;
	border: 2px solid #ef011c;
	color: #fff;
}

.pro_title a.more span {
	font-size: 28px;
	margin-left: 12px;
	color: #ef011c;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.pro_title a.more:hover span {
	color: #fff;
}

.products .list {
	margin-bottom: 60px;
}

.solution_detail_new{
    padding-bottom: 30px;
}

.products .list li {
	float: left;
	background: #fff;
	width: 23.5%;
	height: 365px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	margin-right: 2%;
	margin-bottom: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.products .list li:nth-child(4n+4) {
	margin-right: 0;
}

.products .list li i {
	display: flex;
	width: 100%;
	height: 295px;
	align-items: center;
	justify-content: center;
}

.products .list li i img {
	max-width: 90%;
	max-height: 90%;
}

.products .list li p {
	height: 70px;
	line-height: 70px;
	background: #f1f1f1;
	font-size: 18px;
	color: #333333;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.products .list li:hover p {
	color: #fff;
	background: #ef011c;
}

.products .list li:hover {
	transform: translateY(-15px);
}

.fenye {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 40px;
}

.fenye a {
	display: inline-block;
	padding: 0 13px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	margin: 2px 4px;
	border-radius: 5px;
	background: #eee;
}

.fenye b,
.fenye a:hover {
	display: inline-block;
	padding: 0 13px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	margin: 2px 4px;
	background: #ef011c;
	border-radius: 5px;
}


.mobile_block {
	display: none !important;
}

.nydh {
	height: 70px;
	background: #f5f5f5;
	margin-bottom: 40px;
}

.nydh ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nydh ul li {
	font-size: 18px;
	line-height: 66px;
	margin: 0 50px;
}

.nydh ul li a {
	color: #333;
}

.nydh ul li.on {
	border-bottom: 4px solid #ef011c;
}

.nydh ul li a:hover {
	color: #ef011c;
}


.news_nybanner {
	height: 520px;
	background: url(../images/news_banner.jpg) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_banner {
	background: url(../images/contact_banner.jpg) no-repeat center;
}

.service_banner{
	background: url(../images/service_banner.jpg) no-repeat center;
}
.about_banner{
	background: url(../images/about_banner.jpg) no-repeat center;
}
.news_nybanner h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
}

.news_nybanner p {
	color: #fff;
	font-size: 20px;
}

.news_nybanner .box {
	text-align: center;
}


.news_title {
	margin-bottom: 30px;
	height: 111px;
}

.news_title strong {
	font-size: 36px;
	line-height: 111px;
}

.news_title a.more {
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	width: 156px;
	height: 46px;
	border: 2px dashed #ef011c;
	border-radius: 45px;
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 46px;
}

.news_title a.more:hover {
	background: #ef011c;
	border: 2px solid #ef011c;
	color: #fff;
}

.news_title a.more span {
	font-size: 28px;
	margin-left: 12px;
	color: #ef011c;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_title a.more:hover span {
	color: #fff;
}

.news1 {
	padding-top: 40px;
	padding-bottom: 100px;
}

.news1 .news1_tu {
	height: 628px;
	width: 800px;
}

.news1 .news1_tu .swiper-slide {
	position: relative;
}

.news1 .news1_tu .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.news1 .news1_tu .swiper-slide .index_ns_t {
	width: 100%;
	height: 206px;
	background: url(../images/news_img_t.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 150px;
	padding-right: 90px;
}

.news1 .news1_tu .swiper-slide .index_ns_t p {
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news1 .news1_tu .swiper-pagination {
	width: 100px;
	right: 0;
	left: auto;
	bottom: 35px;
}

.news1 .news1_tu .swiper-pagination-bullet {
	background: #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.news1 .news1_tu .swiper-pagination-bullet-active {
	background: #ef011c;
}

.news_list {
	width: 884px;
	padding: 15px 60px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}


.news_list li {
	background: #fff;
	padding: 38px 0;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border-bottom: 1px solid #ebebeb;
}

.news_list li:last-child {
	border-bottom: none;
}

.news_list li a {
	display: flex;
}

.news_list li a .index_n_time {
	border: 1px solid #e5e5e5;
	width: 115px;
	margin-right: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_list li a .index_n_time strong {
	display: block;
	font-size: 45px;
	line-height: 72px;
	text-align: center;
	font-family: arial;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_list li a .index_n_time p {
	font-size: 18px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	color: #adadad;
	font-family: arial;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_list li a .index_n_b {
	flex: 1;
}

.news_list li a .index_n_b strong {
	font-size: 24px;
	position: relative;
	color: #333;
	height: 26px;
	margin: 15px 0;
	overflow: hidden;
	display: block;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_list li a .index_n_b p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_list li:hover .index_n_time {
	background: #ef011c;
	border: 1px solid #ef011c;
}

.news_list li:hover .index_n_time strong {
	color: #fff;
}

.news_list li:hover .index_n_time p {
	color: #fff;
}

.news_list li a .index_n_b strong:hover {
	color: #ef011c;
	padding-left: 40px;
}

.news_list li a .index_n_b strong::after {
	content: "";
	width: 0px;
	height: 3px;
	background: #ef011c;
	position: absolute;
	left: 0;
	top: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_list li a .index_n_b strong:hover::after {
	width: 30px;
}

.news2 {
	background: #f4f5f7;
	padding-top: 40px;
}

.news3 {
	padding-top: 40px;
	padding-bottom: 65px;
}

.news3 ul li {
	float: left;
	width: 780px;
	margin-bottom: 43px;
	display: flex;
}

.news3 ul li:nth-child(even) {
	float: right;
}

.news3 ul li .pic {
	width: 280px;
	height: 180px;
	margin-right: 38px;
	overflow: hidden;
}

.news3 ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news3 ul li .pic:hover img {
	transform: scale(1.1);
}

.news3 ul li .news3_b {
	flex: 1;
}

.news3 ul li .news3_b .t {
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #000;
	margin-bottom: 24px;
}

.news3 ul li .news3_b .t span {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
}

.news3 ul li .news3_b .t:hover {
	color: #ef011c;
}

.news3 ul li .news3_b .t i {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #ef011c;
	font-style: normal;
	font-size: 16px;
	margin-right: 15px;
}

.news3 ul li .news3_b p {
	display: flex;
	font-size: 18px;
	color: #666;
	margin-bottom: 24px;
	line-height: 30px;
}

.news3 ul li .news3_b p i {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #333333;
	font-style: normal;
	font-size: 16px;
	margin-right: 15px;
}

.news3 ul li .news3_b p span {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
}

.news3 ul li .news3_b .news_t {
	width: 143px;
	height: 34px;
	border: 1px solid #aaaaaa;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news3 ul li .news3_b .news_t i {
	width: 20px;
	height: 20px;
	background: url(../images/time.png) no-repeat center;
	margin-right: 5px;
}

.newslist {
	padding-bottom: 40px;
}

.newslist .news_list {
	width: 100%;
	padding: 0;
	box-shadow: none;
}

.newslist .news_list li {
	float: left;
	width: 49%;
	padding: 45px;
	box-sizing: border-box;
	border: none;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	margin-right: 2%;
	margin-bottom: 30px;
}

.newslist .news_list li:nth-child(even) {
	margin-right: 0;
}

.newslist .news_list li:hover {
	background: #ef011c;
}

.newslist .news_list li:hover a .index_n_b strong {
	color: #fff;
}

.newslist .news_list li:hover a .index_n_b p {
	color: #fff;
}

.newslist .news_list li:hover a .index_n_time {
	border: 1px solid #fff;
}

.news_list li a .index_n_b strong:hover {
	padding-left: 0;
}

.news_list li a .index_n_b strong::after {
	display: none;
}

.solution {
	padding-top: 60px;
	padding-bottom: 20px;
}

.solution .list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.solution .list li:nth-child(3n+3) {
	margin-right: 0;
}

.solution .list li i {
	display: block;
	overflow: hidden;
}

.solution .list li i img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.solution .list li:hover i img {
	transform: scale(1.1);
}

.solution .list li .t {
	height: 110px;
	display: flex;
	align-items: center;
	padding: 0 35px;
}

.solution .list li .t i {
	margin-left: auto;
	font-size: 33px;
	color: #cccccc;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.solution .list li .t p {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.solution .list li:hover {
	background: #ef011c;
}

.solution .list li:hover .t p {
	color: #fff;
}

.solution .list li:hover .t i {
	color: #fff;
}


.biaoti {
	padding-bottom: 45px;
	margin-bottom: 45px;
	padding-top: 35px;
	border-bottom: 2px solid #e5e5e5;
}

.biaoti h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.biaoti p {
	text-align: center;
	font-size: 16px;
	color: #898989;
	margin-top: 25px;
}

.biaoti p i {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}

.newstext {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-bottom: 5px;
}

.newstext img{
	display: block;
	margin: 0 auto;
}

.fanye {
	display: flex;
	border-top: 2px solid #e5e5e5;
	padding-top: 30px;
	margin-bottom: 60px;
}

.fanye p {
	flex: 1;
	font-size: 16px;
	color: #5a5a5a;
}

.fanye p a {
	color: #5a5a5a;
}

.fanye p:last-child {
	text-align: right;
}

.news_tuijian {
	padding-bottom: 80px;
}

.news_tuijian .title {
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 45px;
}

.news_tuijian .title strong {
	font-size: 24px;
	padding-bottom: 30px;
	display: block;
	position: relative;
}

.news_tuijian .title strong::after {
	content: "";
	width: 70px;
	height: 2px;
	background: #ef011c;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news_tuijian ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.news_tuijian ul li:last-child {
	margin-right: 0;
}

.news_tuijian ul li i.pic {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}

.news_tuijian ul li img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_tuijian ul li:hover i.pic img {
	transform: scale(1.1);
}

.news_tuijian ul li .news_tj_b {
	display: flex;
}

.news_tuijian ul li .news_tj_b .index_n_time {
	border: 1px solid #e5e5e5;
	width: 90px;
	margin-right: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_tuijian ul li .news_tj_b .index_n_time strong {
	display: block;
	font-size: 45px;
	line-height: 65px;
	text-align: center;
	font-family: arial;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_tuijian ul li .news_tj_b .index_n_time p {
	font-size: 18px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	color: #adadad;
	font-family: arial;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_tuijian ul li .news_tj_b .news_tj_t {
	flex: 1;
}

.news_tuijian ul li .news_tj_b .news_tj_t strong {
	display: block;
	font-size: 26px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
	max-height: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.news_tuijian ul li .news_tj_b .news_tj_t strong:hover {
	color: #ef011c;
}

.news_tuijian ul li .news_tj_b .news_tj_t span {
	font-size: 18px;
	color: #333;
}

.news_tuijian ul li .news_tj_b .news_tj_t i {
	font-size: 25px;
	color: #ef011c;
}

.contact1 {
	padding-top: 60px;
	padding-bottom: 120px;
}

.contact1 .pro_tel {
	width: 48%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 65px 10%;
	box-sizing: border-box;
}

.contact1 .pro_tel strong {
	display: block;
	text-align: center;
	font-size: 30px;
}

.contact1 .pro_tel b {
	display: block;
	text-align: center;
	font-size: 48px;
	font-family: arial;
	color: #ef011c;
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact1 .pro_tel p {
	text-align: center;
	font-size: 16px;
	color: #666666;
}

.contact1 .pro_tel .line {
	display: block;
	margin: 28px 0;
	height: 1px;
	background: #e5e5e5;
}

.contact1 .pro_tel ul li {
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact1 .pro_tel ul li i {
	font-size: 22px;
	margin-right: 15px;
}

.contact2 .box {
	position: relative;
}

.contact2 .title {
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 9;
	width: 100%;
	background: #fff;
	font-size: 18px;
	color: #666666;
}

.contact2 .title i {
	font-size: 26px;
	margin-right: 15px;
}

#map {
	width: 100%;
	height: 800px;
}

#result {
	width: 100%;
	font-size: 12px;
}

#map h1 {
	line-height: 24px;
	font-size: 12px;
}

#map span {
	display: block;
	line-height: 24px;
	font-size: 12px;
}


.service1{
	padding-top: 80px;
	padding-bottom: 80px;
}
.service1 ul li:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.service1 .lmt strong{
	margin-bottom: 25px;
}
.service1 .pic{
	width: 50%;
}
.service1 .pic img{
	display: block;
	width: 100%;
}
.service1 .service1_b{
	background: #fff;
	width: 50%;
	height: 341px;
	box-sizing: border-box;
	padding: 75px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	position: relative;
}
.service1 .service1_b strong{
	display: block;
	font-size: 26px;
	color: #333;
	margin-bottom: 30px;
}
.service1 .service1_b p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.service1 .service1_b i{
	display: block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #f62a2b;
	color: #fff;
	font-size: 35px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service1 ul li:nth-child(2) .service1_b i{ 
	    -webkit-transform:scaleX(-1); 
	    transform:scaleX(-1);
		left: 0;
		right: auto;
}

.service2{
	background: #f4f5f7;
	padding-top: 70px;
	padding-bottom: 80px;
}

.service2 ul li{
   width: 32%;
   margin-right: 2%;
   float: left;
   border-radius: 5px;
   overflow: hidden;
   box-shadow: 0px 0px 10px rgba(0,0,0,.05);
   position: relative;
   cursor: pointer;
}

.service2 ul li:last-child{
	margin-right: 0;
}
.service2 ul li img{
	display: block;
	width: 100%;
}
.service2 ul li .service2_b{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
   -webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.service2 ul li:hover  .service2_b{
	 background:rgba(239,1,28,.9);
}
.service2 ul li .service2_b p{
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	width: 72%;
	text-align: center;
}

.service3{
	padding-top: 70px;
	padding-bottom: 60px;
}

.service3 ul li {
	float: left;
	border-radius: 5px;
	overflow: hidden;
	width: 32%; 
	margin-right: 2%;
	margin-bottom: 35px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 3px 4.5px 0.3px rgba(0, 0, 0, 0.14);
	box-shadow: 0 3px 4.5px 0.3px rgba(0, 0, 0, 0.14);
}

.service3 ul li:nth-child(3),
.service3 ul li:nth-child(6) {
	margin-right: 0;
}

.service3 ul li .pic {
	display: block;
	position: relative;
}
.service3 ul li .pic img{
	display: block;
	width: 100%;
}
.service3 ul li .pic::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, .2);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.service3 ul li:hover .pic::after {
	opacity: 1;
}

.service3 ul li .pic i {
	display: block;
	width: 126px;
	height: 55px;
	line-height: 55px;
	background: url(../images/service3_t.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	font-style: normal;
	box-sizing: border-box;
}

.service3_b {
	padding: 30px;
	box-sizing: border-box;
	height: 124px;
}
 
.service3_b p {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #383838;
}

.solution_detail_1{
	padding-top: 60px; 
	background: url(../images/solution1_bg.jpg) no-repeat center top #fff;
	background-size: 100%;
}
.solution_detail_1 .box{
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
	border-radius: 20px;
}
.solution_detail_1 .box .pic{
	width: 700px;
	border-radius: 20px;
	overflow: hidden;
}
.solution_detail_1 .box .pic img{
	display: block;
	height: 100%;
	margin: 0 auto;
}
.solution_detail_1 .box  .text {
	width: 810px;
	    height: 480px;
	position: relative;
}
.solution_detail_1 .box  .text .tit{
	background: url(../images/pro_title_t1.png) no-repeat left center;
	height: 80px;
	line-height: 80px;
	margin-bottom: 15px;
}
.solution_detail_1 .box  .text h1{
	font-size: 36px;
	background: url(../images/quan.png) no-repeat left center;
	padding-left: 20px; 
}
.solution_detail_1 .box  .text  .dec{
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.solution_detail_1 .box  .text  .dec p{
	margin-bottom:30px;
}
.solution_detail_1 .box  .text  .zixun{
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
} 
.solution_detail_1 .box  .text  .zixun .z1{
	display: flex;
	width: 280px;
	height: 70px;
	border-radius: 35px;
	background: #ef011c;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}
.solution_detail_1 .box  .text  .zixun .z1 i{
	font-size: 28px;
	margin-right: 15px;
	font-weight: normal;
}
.solution_detail_1 .box  .text  .zixun .z1:hover{
	box-shadow: 0px 10px 25px rgba(239,1,28,.8);
}
.solution_detail_1 .box  .text  .zixun .z2{
	display: flex;
	width: 278px;
	height: 68px;
	color: #ef011c;
	border-radius: 35px; 
	border: 1px solid #ef011c; 
	align-items: center;
	justify-content: center;
	font-size: 24px; 
	margin-left: 30px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solution_detail_1 .box  .text  .zixun .z2 i{
	font-size: 28px;
	margin-right: 15px; 
	font-weight: normal;
}
.solution_detail_1 .box  .text  .zixun .z2 a{
	color: #ef011c;
}
.solution_detail_1 .box  .text  .zixun .z2 a span{
	display: block;
	font-size: 18px; 
	margin-bottom: 3px;
}
.solution_detail_1 .box  .text  .zixun .z2 a strong{
	display:block;
	font-size: 24px;
	font-weight: bold;
	
}
.solution_detail_1 .box  .text  .zixun .z2:hover{
	background: #ef011c ;
	color: #fff;
}
.solution_detail_1 .box  .text  .zixun .z2:hover a{
  	color: #fff;
}
.solution_detail_1 .box{
	padding-bottom: 80px;
}
.ny_title{
	text-align: center;
	margin-bottom: 40px;
}
.ny_title strong{
	display: inline-block;
	font-size: 36px;
	position: relative;
}
.ny_title strong::after{
	content: "";
	width: 90px;
	height: 40px;
	position: absolute;
	right: -120px;
	top: 0;
	background: url(../images/ny_title2.png) no-repeat center;
}

.ny_title strong::before{
	content: "";
	width: 90px;
	height: 40px;
	position: absolute;
	left: -120px;
	top: 0;
	background: url(../images/ny_title1.png) no-repeat center;
}

.solution_detail_2{
	padding-bottom: 20px;
	padding-top: 50px;
}

.newstext{
	font-size: 18px;
	line-height: 30px;
	color: #545454;
}
.newstext p{
	margin-bottom: 30px;
}


.solution_detail_3{
	background: #f4f5f7;
	padding-bottom: 60px;
}


.ny_case{
	padding: 60px 0;
	padding-bottom: 100px;
}
.ny_case ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative; -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}
.ny_case ul li:last-child{
	margin-right: 0;
}
.ny_case ul li img{
	display: block;
	width: 100%;
	    -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}
.ny_case ul li i{
	display: block;
	overflow: hidden;
}
.ny_case ul li:hover img{
	transform: scale(1.1);
}
.ny_case ul li .t{
	position: absolute;
	width: 90%;
	bottom: -40px;
	background: url(../images/ny_case_t.png) repeat-x center;
	display: flex;
	height: 100px;
	align-items: center;
	padding: 0 40px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 0px 10px 25px rgba(0,0,0,.1);   -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}
.ny_case ul li .t p{
	font-size: 24px;
	font-weight: bold;
	color: #333;   -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}
 
.ny_case ul li .t i{
	    margin-left: auto;
	    font-size: 33px;
	    color: #cccccc;
	    -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}

 .ny_case ul li:hover{
	 	transform: translateY(-20px);
 }
 
 
 .case_xq{
	 background: #1e222d;
	 padding: 60px 0;
 }
 .case_xq .box .pic{
	 width: 750px;
 }
 .case_xq .box .text{
	 width: 850px;
 }
  .case_xq .box{
	  padding: 0;
	  background: none;
  }
  .case_xq .box .text h1{
	  color: #fff;
  }
  .case_xq .box .text .tit {
      background: url(../images/pro_title_t2.png) no-repeat left center;
  
  }
  .case_xq .box .text .dec{
	  color: #fff;
  }
   .case_tag{
	   margin-bottom: 30px;
   }
   .solution_detail_1 .box .text .tit{
	   margin-bottom: 30px;
   }
  .case_tag p{
	  display: inline-block;
	  height: 56px;
	  line-height: 56px;
	  border: 2px dashed #ef011c;
	  color: #fff;
	  padding: 0 25px;
	  font-size: 20px;
	  margin-right: 15px;
  }
  
  .case_xq .box .text .zixun .z1{
	  background: #fff;
	  color: #ef011c;
  }
  .case_xq .box .text .zixun .z2 a{
	  color: #fff;
  }
   .case_xq .box .text .zixun .z2{
	   color: #fff;
	   border: 1px solid #fff;
   } 
    .case_xq .box .text .zixun .z2:hover{
		 border: 1px solid #ef011c;
	}
	
	
	.case_xq2{
		padding-top: 90px;
	}
  
 .proxq1 {
	 background: url(../images/proxq_1_bg.jpg) no-repeat center;
 } 
 .proxq1 .newsnav{
	 color: #fff;
	 margin-bottom: 60px;
	 font-size: 16px;
 }
 .proxq1 .newsnav a{
     	 color: #fff;
 }
 .proxq1 .box .pic{
	 width: 670px;
	 height: 515px;
	 border-radius: 50px;
	 background: #fff;
	 box-sizing: border-box;
 }
 
 .proxq1 .box .text{
	 width: 960px;
	 height: 440px;
 }
   .proxq1 .box .text{
	   padding-top: 30px;
   }
  .proxq1 .box .text h1{
	  font-size: 36px;
	      padding-left: 0;
	      background: none;
		  margin-bottom: 28px;
  }
  
  .pro_jianjie{
	  font-size: 18px;
	  color: #fff;
	  line-height: 36px;
  }
      .pro_jianjie p{
		  margin-bottom: 10px;
	  }
    .pro_jianjie img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
    .pro_jianjie strong{
		font-size: 24px;
	} 
	
.proxq_nav{
	height: 97px;
	background: #2e3038;
}
.proxq_nav ul{
	display: flex;height: 97px;
	align-items: center;
	justify-content: center;
}
.proxq_nav ul li{
	width: 345px;
	font-size: 24px;
	color: #bdc7d4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center; 
	
}
.proxq_nav span{
	color: #5f5f5f;
}
.proxq_nav ul li img{
	margin-right: 15px;
}
.proxq_nav ul li a{
	color: #bdc7d4;
}

.proxq_nav ul li:first-child a{
	color: #ef011c;
}
.proxq2 ul{
	display: flex;
	flex-wrap: wrap;
}
.proxq2 ul li{
	width: 32%;
	margin-right: 2%;
	background: #f4f5f7;
	margin-bottom: 35px;
	padding: 40px;
	box-sizing: border-box;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq2 ul li:nth-child(3n+3){
	margin-right: 0;
}
.proxq2 ul li i{
	display: block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background: #ef011c;
	margin: 0 auto;
	font-size: 40px;
	font-style: normal;
	font-family: Impact;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 15px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq2 ul li strong{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq2 ul li p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.proxq2 ul li:hover{
	background: #ef011c;
}
.proxq2 ul li:hover p{
	color: #fff;
}
.proxq2 ul li:hover strong{
	color: #fff;
}
.proxq2 ul li:hover  i{
	background: #fff;
	color: #ef011c;
}

.pro_yuanli{
    padding-top: 80px;
}
.pro_yuanli img{
    display: block;
    width: 50% !important;
    height: auto !important;
    float: left;
}
.pro_yuanli:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.proxq_canshu{
	padding: 60px 0;
}
.proxq_canshu table thead{
	background: #ba1718;
}
.proxq_canshu table thead th{
	    padding: 20px 0;
	color: #fff;
	border: 1px solid #dddddd;
	font-size: 18px;
}

.proxq_canshu table tbody td{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border: 1px solid #dddddd;
	text-align: center;
}
.proxq_canshu table tbody tr:hover td{
	background: #f8e7e7 !important;
}

.about1{
	padding-top: 110px;
	padding-bottom: 100px;
}

.about1 .right{
	width: 45%;
}
.about1 .left{
	width: 50%;
}


.about1 .pro_title strong{
	font-size: 40px;
}
.about1 .left p{
	font-size: 18px;
	line-height: 32px;
	color: #666;
	margin-bottom: 20px;
}
.about1 .left p a{
    
	color: #666;
}
.about1 .right{
	position:relative
}
.about1 .right img{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	    bottom: 32px;
	    right: 32px;
}
.about1 .right::after{
	content: "";
	position: absolute;
	left: 0px;
	    top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #32344b;
	
}
.about1 ul{
	margin-top: 100px;
}
.about1 ul li{
	float: left;
	width: 23%;
	margin-right: 2.6%;
	position: relative;
	cursor: pointer;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.about1 ul li:last-child{
	margin-right: 0;
}
.about1 ul li img{
	display: block;
	width: 100%;
}
.about1 ul li .about1_t{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about1 ul li .about1_t strong{
	display: block;
	text-align: center;
	font-size: 36px;
	color: #fff;
}
.about1 ul li .about1_t p{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.about1 ul li:hover{
		transform: translateY(-20px);
}

.about2{
	background: url(../images/about2_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 60px;
}
.about2 .ny_title{
	margin-bottom: 80px;
}
.about2 .ny_title strong{
	margin-bottom: 25px;
}
.about2 .ny_title p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.about2 .left{
	width: 41%;
}
.about2 .left img{
	display: block;
	width: 100%;
}
.about2 .right{
	width: 59%;
}
.about2 .right img{
	display: block;
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.about3 img{
	display: block;
	width: 100%;
}
.about3 {
	position: relative;
}
.about3 .box{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
}
.about3 .ny_title p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.about3 .ny_title strong{
	margin-bottom: 25px;
}


.about4{
	padding: 60px 0;
}
.about4 .ny_title{
	margin-bottom: 48px;
}
.about4 ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.about4 ul li:nth-child(3n+3){
	margin-right: 0;
}
.about4 ul li img{
	display: block;
	width: 100%;
}

.ReturnTop{
    width: 50px;
    height: 50px;
    background:url(../images/returntop.png) no-repeat center #ef011c;
    background-size: 50%;
    border-radius: 10px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}



.solution_1 {
		padding-top: 30px;
	}
	.solution_1 strong{
		display: block;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.solution_1 ul{
		display: flex;
		margin-bottom: 30px; 
	}
	.solution_1 ul::after{
		display: none;
	}
	.solution_1 ul li{
		width: 19%;
		height: 50px;
		line-height: 50px;
		background: #fbe6e7;
		border: 1px solid #e03b45;
		text-align: center;
		color: #333;
		font-size: 16px;
		border-radius: 5px;
		cursor: pointer;
		margin-right: 1%;
		-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
	}
		.solution_1 ul li:last-child{
		    margin-right: 0;
		}
	.solution_1 ul li a{
		display: block;
		color: #333;
	}
	.solution_1 ul li:hover{
		background: #d80a16;
		border: 1px solid #d80a16;
		color: #fff;
		
	}
		.solution_1 ul li:hover a{
		    color: #fff;
		}
	.solution_1 ul li.on{
		background: #d80a16;
		border: 1px solid #d80a16;
		color: #fff;
	}
	.solution_2{
		padding-top: 40px;
	}
	.solution_2 ul{
		display: flex;
		flex-wrap: wrap;
	}
	.solution_2 ul::after{
		display: none;
	}
	.solution_2 ul li{
		width: 19%;
		margin-bottom: 25px;
		margin-right: 1.25%;
	}
	.solution_2 ul li:nth-child(5n+5){
		margin-right: 0;
	}
	.solution_2 ul li img{
		display: block;
		width: 100%;
	}
	.solution_2 ul li p{
		text-align: center;
		font-size: 16px;
		color: #666;
		margin-top: 10px;
	}
	.solution_2 ul li:hover p{
		color: #d80a16;
	}
	.solution_2 strong.t{
		display: block;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	
.solution_new {
    padding-top: 50px;
    padding-bottom: 30px;
}	
 	.solution_banner{
		height: 360px;
	}
	.solution_banner .box{
		padding-top: 130px;
		    text-align: right;
		    color: #fff;
		    text-shadow: -1px 1px 2px #31384a;
		    max-width: 1200px;
	}
	.solution_banner .box strong{
		    font-size: 32px;
		    line-height: 48px;
		    font-weight: 700;
		    margin-bottom: 5px;
	}
	.solution_banner .box p{
		font-size: 20px;
		line-height: 32px;
	}