﻿/* 主色调 #005aa8  */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0 auto;
	overflow-x: hidden;
	max-width: 1920px;
	min-width: 1280px;
	position: relative;
	padding: 0;
	width: 100%;
	color: #1f1f1f;
	font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	background: #fff;
}
html.act {
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
ul, ul li, ol li, tr td, dl, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
 *zoom: 1;
}
a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #1f1f1f;
}
textarea, select {
	outline: none;
	color: #666;
	font-size: 14px;
	width: 100%;
}
img {
	border: none;
	transform: scale(1);
	-webkit-transform: scale(1);
	/*    display: block;
*/    max-width: 100%;
}
img[src=""] {
	opacity: 0;
}
 body::-webkit-scrollbar {
 width: 4px;
 height: 1px;
}
 body::-webkit-scrollbar-thumb {
 background: #000;
}
 body::-webkit-scrollbar-track {
 background: #fff;
}
.f_12 {
	font-size: 12px;
}
.f_14 {
	font-size: 14px;
}
.f_16 {
	font-size: 16px;
}
.f_18 {
	font-size: 18px;
}
.f_20 {
	font-size: 20px;
}
.f_22 {
	font-size: 22px;
}
.f_24 {
	font-size: 24px;
}
.f_26 {
	font-size: 26px;
}
.f_28 {
	font-size: 28px;
}
.f_30 {
	font-size: 30px;
}
.f_32 {
	font-size: 32px;
}
.f_34 {
	font-size: 34px;
}
.f_36 {
	font-size: 26px;  /*   56 */
}
.f_38 {
	font-size: 38px;
}
.f_40 {
	font-size: 40px;
}
.f_42 {
	font-size: 42px;
}
.f_46 {
	font-size: 46px;
}
.f_48 {
	font-size: 48px;
}
.f_50 {
	font-size: 50px;
}
.f_54 {
	font-size: 54px;
}
.f_56 {
	font-size: 36px;   /*   56 */
}
.f_60 {
	font-size: 60px;
}
.f_88 {
	font-size: 88px;
}
/*分页*/

.BMap_mask, .BMap_cpyCtrl, .BMap_scaleTxt, .BMap_scaleCtrl, .BMap_omCtrl, .anchorBL {
	display: none !important;
}
.a_dw {
	position: relative;
	top: -60px;
}
.a_dw1 {
	position: relative;
	top: -10px;
}
.a_kxo {
	position: relative;
	top: -40px;
}
.box {
	max-width: 1600px;
	min-width: 1200px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.ibox {
	max-width: 1600px;
	min-width: 1200px;
	width: 85%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.obox {
	max-width: 1400px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.zbox {
	max-width: 1000px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.alltime, .alltime * {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wow {
	opacity: 1;
}
.wow1 {
	opacity: 1;
}
/* 头部 */
.m_header {
	display: none;
}
.header_nav {
	display: none;
}
.header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.fixed {
	height: 60px;
	background-color: #fff;
}
.header.ny {
	background-color: #fff;
}
.header .box {
	height: 100%;
	line-height: 120px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.header.fixed .box {
	line-height: 60px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}
.header .logo_img {
	cursor: pointer;
}
.header .logo_img>a img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 41px;
}
.header.fixed .logo_img>a img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5px;
}
.header .box .fr {
	width: 72.75%;
	display: flex;
}
.header .box .h_daohang {
	width: 100%;
	height: 100%;
}
.header .box .ul1 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
}
.header .box .ul1 li {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.header .box .ul1 li .ltp {
	height: 100%;
}
.header .box .ul1 li .ltp.xszt_text::before {
	content: "";
	display: block;
	width: 110px;
	height: 36px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header.ny .box .ul1 li .ltp.xszt_text::before {
	border: 1px solid #eee;
}
.header.fixed .box .ul1 li .ltp.xszt_text::before {
	border: 1px solid #eee;
}
.header .box .ul1 li:hover .ltp.xszt_text::before {
	background-color: #005aa8;
}
.header .box .ul1 li:hover .ltp.xszt_text a {
	color: #fff !important;
}
.header .box .ul1 li .ltp a {
	height: 100%;
	color: #fff;
	position: relative;
}
.header.fixed .box .ul1 li .ltp a {
	color: #666666;
}
.header.ny .box .ul1 li .ltp a {
	color: #666666;
}
.header .box .ul1 li.act .ltp a {
	color: #fff;
}
.header.fixed .box .ul1 li.act .ltp a {
	color: #005aa8;
}
.header.ny .box .ul1 li.act .ltp a {
	color: #005aa8;
}
.header .box .ul1 li:hover .ltp a {
	color: #005aa8;
}
.header.fixed .box .ul1 li:hover .ltp a {
	color: #005aa8;
}
.header.ny .box .ul1 li:hover .ltp a {
	color: #005aa8;
}
.header .box .ul1 li .ltp a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #005aa8;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
.header .box .ul1 li .ltp a:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #005aa8;
	opacity: 1;
}
.header .box .ul1 li.act .ltp a::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #005aa8;
	opacity: 1;
}
.header .box .ul1 li .lbt {
	display: none;
	width: 100%;
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	background-color: rgba(0, 84, 187, 0.45);
}
/* .header .box .ul1 li:nth-child(4) .lbt {
    width: 183%;
} */

.header.fixed .box .ul1 li .lbt {
	top: 60px;
}
.header .box .ul1 li .lbt.act {
	display: block;
}
.header .box .ul1 li .lbt .sbox {
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 0 !important;
}
.header .box .ul1 li .lbt a {
	display: block;
	line-height: 3;
	margin-right: 0 !important;
	color: #fff;
	position: relative;
}
.header.fixed .box .ul1 li .lbt a {
	color: #fff;
}
.header.ny .box .ul1 li .lbt a {
	color: #fff;
}
.header.fixed .box .ul1 li .lbt a:hover {
	color: #efefef;
}
.header.ny .box .ul1 li .lbt a:hover {
	color: #efefef;
}
.header .box .ul1 li .lbt a:last-child {
	margin-right: 0;
}
.header .box .ul1 li:last-child .right_en {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 14px;
}
.header .box .ul1 li:last-child .right_en .line {
	width: 1px;
	height: 16px;
	background-color: #eeeeee;
}
.header .box .ul1 li:last-child .right_en .en {
	color: #fff;
}
.header .box .ul1 li .right_en .en:hover {
	color: #005aa8 !important;
}
.header.fixed .box .ul1 li:last-child .right_en .en {
	color: #666;
}
.header.ny .box .ul1 li:last-child .right_en .en {
	color: #666;
}
.header .box .ul1 li:last-child .right_en .ss_img {
	width: 16px;
	height: 16px;
	position: relative;
}
.header .box .ul1 li:last-child .right_en .ss_img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.header .box .ul1 li:last-child .right_en .ss_img img.img2 {
	opacity: 0;
}
.header.fixed .box .ul1 li:last-child .right_en .ss_img img.img2 {
	opacity: 1;
}
.header.ny .box .ul1 li:last-child .right_en .ss_img img.img2 {
	opacity: 1;
}
.header.fixed .box .ul1 li:last-child .right_en .ss_img img.img1 {
	opacity: 0;
}
.header.ny .box .ul1 li:last-child .right_en .ss_img img.img1 {
	opacity: 0;
}
.header .box .ul1 li:last-child .right_en .ss_img input {
	padding: 0 40px 0 20px;
	width: 100%;
	height: 30px;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	border: none;
	border-radius: 20px;
	box-sizing: border-box;
	background: none;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	z-index: 3;
}
.header .box .ul1 li:last-child .right_en .ss_img:hover input {
	width: 165px;
	background-color: #eeeeee;
}
/* 头部 */

/* 脚部 */
.footer {
	width: 100%;
	height: auto;
	background-color: #3c3c3c;
	padding-top: 40px; color:#fff; margin-top:8px;
}
.footer a { color:#fff; }
.footer .ibox .up {
	margin-bottom: 61px;
}
.footer .ibox .up .two {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 25px 0 20px 0;
}
.footer .ibox .up .two_left {
/*	width: 100%;
*/	display: flex;
}
.footer .ibox .up .two_left .six {
	width: 18%;
}
.footer .ibox .up .two_left .six a {
	display: block;
	margin-bottom: 8px;
	color: #fff;
}
.footer .ibox .up .two_left .six a:hover {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	transform: translateX(5px);
}
.footer .ibox .up .two_left .six a:first-child {
	margin-bottom: 30px;
	color: #fff; font-weight:bold;
}
.footer .ibox .up .two_left .six a:last-child {
	margin-bottom: 0px;
}
.footer .ibox .up .two_right {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.footer .ibox .up .two_right .ewm_text {
	color: #fff;
	margin-top: 19px;
}
.footer .ibox .up .three {
	width: 100%;
	display: flex;
}
.footer .ibox .up .three .two_text {
	margin-right: 117px;
}
.footer .ibox .up .three .two_text:last-child {
	margin-right: 0;
}
.footer .ibox .up .three .two_text .d_text {
	color: #888;
}
.footer .ibox .up .three .two_text .c_text {
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
}
.footer .down {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0;
	border-top: 1px solid #ddd;
}
.footer .down .ibox {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .down .bq_left {
	color: #fff; font-size:12px; 
}
.footer .down .bq_left a {
	color: #fff;
	margin: 0 0px 0 6px; font-size:12px; 
}
.footer .down .bq_right {
	color: #999999;
}
.footer .down .bq_right a {
	color: #999999;
}
#friendlink { display:none; }
/* 脚步结束 */

/* 首页 */
#index .banner .swiper1 {
	width: 100%;
	position: relative;
}
#index .banner .swiper1 .pagination1 {
	bottom: 70px;
}
#index .banner .swiper1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}
#index .banner .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #005aa8;
}
#index .banner .swiper1 .swiper-slide {
	position: relative;
}
#index .banner .swiper1 .swiper-slide .vid {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	object-fit: none;
}
#index .banner .swiper1 .swiper-slide .ibox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#index .banner .swiper1 .swiper-slide .ibox .d_text {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 75px;
	transform: translateY(20px);
	transition-delay: .5s;
	-moz-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	opacity: 0;
}
#index .banner .swiper1 .swiper-slide-active .ibox .d_text {
	transform: translateY(0px);
	transition-delay: .5s;
	-moz-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	opacity: 1;
}
#index .banner .swiper1 .ibox.ibox2 {
	position: absolute;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#index .banner .swiper1 .ibox.ibox2 .swiper-pagination {
	position: initial;
	width: auto;
	color: #ffffff;
	font-size: 20px;
}
#index .banner .swiper1 .ibox.ibox2 .swiper-pagination .swiper-pagination-current {
	font-size: 46px;
	color: #005aa8;
	font-family: "gma";
	display: inline-block;
	transform: translateY(3px);
	padding-left: 24px;
}
#index .banner .swiper1 .ibox.ibox2 .swiper-pagination .swiper-pagination-current::before {
	content: "0";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
}
#index .banner .swiper1 .ibox.ibox2 .swiper-pagination .swiper-pagination-total {
	font-size: 22px;
	display: inline-block;
	transform: translateY(2px);
	padding-left: 14px;
}
#index .banner .swiper1 .ibox.ibox2 .swiper-pagination .swiper-pagination-total::before {
	content: "0";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
}
 @keyframes gt {
 0% {
 top: 7px;
}
 50% {
 top: 20px;
}
 100% {
 top: 7px;
}
}
#index .banner .swiper1 .ibox.ibox2 .xxgd {
	width: 25px;
	height: 38px;
	border-radius: 15px;
	border: 2px solid #fff;
	position: relative;
}
#index .banner .swiper1 .ibox.ibox2 .xxgd .dian {
	width: 4px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 7px;
	left: 50%;
	border-radius: 3px;
	transform: translateX(-45%);
	animation: gt 3s infinite linear;
}
#index .banner .swiper1 .btn {
	width: 90% !important;
}
#index .banner .swiper1 .btn .s1btnall {
	width: 34px;
	height: 34px;
	position: relative;
	margin-left: 54px;
}
#index .banner .swiper1 .btn .s1btnall.prev1 {
	margin-left: 0;
}
#index .banner .swiper1 .btn .s1btnall img {
	position: absolute;
	top: 0;
	left: 0;
}
#index .banner .swiper1 .btn .s1btnall img:last-child {
	opacity: 0;
}
#index .banner .swiper1 .btn .s1btnall:hover img:last-child {
	opacity: 1;
}
#index .banner .swiper1 .btn .s1btnall:hover img:first-child {
	opacity: 0;
}
/* 首页关于我们 */
#index .about {
	width: 100%;
	background: url(../images/index_7.png) center no-repeat;
	background-size: cover;
	position: relative;
}
#index .about .ibox {
	padding: 40px 0 120px 0;
}
#index .about .ibox .about_text {
	width: 55%;
}
#index .about .ibox .text {
	width: 100%;
	margin: 15px 0 25px 0;
}
#index .about .ibox .text .d_text {
	color: #005aa8;
	line-height: 1.5;
}
#index .about .ibox .text .c_text {
	height: 90px;
	color: #333;
	line-height: 2;
	margin-top: 15px;
	overflow: auto;
	padding-right: 10px;
}
 #index .about .ibox .text .c_text::-webkit-scrollbar {
 width: 4px;
 height: 1px;
}
 #index .about .ibox .text .c_text::-webkit-scrollbar-thumb {
 background: #005aa8;
}
 #index .about .ibox .text .c_text::-webkit-scrollbar-track {
 background: #fff;
}
#index .about .ibox .three_text {
	display: flex;
	margin-bottom: 25px;
}
#index .about .ibox .three_text .three:nth-child(2) {
	width: 30%;
}
#index .about .ibox .three_text .three {
	margin-right: 125px;
}
#index .about .ibox .three_text .three:last-child {
	margin-right: 0;
}
#index .about .ibox .three_text .three .up {
	display: flex;
	align-items: flex-end;
}
#index .about .ibox .three_text .three .up .num {
	color: #005aa8;
	font-family: "gma";
}
#index .about .ibox .three_text .three .up .jia {
	color: #333;
	transform: translateY(-4px);
	margin-left: 15px;
	font-weight: bold;
}
#index .about .ibox .three_text .three:first-child .up .jia {
	transform: translateY(-6px);
	font-weight: normal;
}
#index .about .ibox .three_text .three .down {
	color: #333;
	margin-top: 15px;
}
#index .about .right_img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1; text-align:right
}
#index .about .right_img img {
	height: 100%;
}
#index .about .right_img_fp {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	right: 15%;
	transform: translate(-50%, -50%);
	z-index: 5;
	cursor: pointer;
}
#index .about .right_img_fp:hover {
	transform: translate(-50%, -50%) scale(0.8);
}
/* 六大产品 */
#index .ldcp {
	width: 100%;
	height: 950px;
	overflow: hidden;
}
#index .ldcp .six_img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
#index .ldcp .swiper13 {
	display: none;
}
#index .ldcp .six_img .six {
	width: 15%;
	height: 100%;
	position: relative;
}
#index .ldcp .six_img .six .bg_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#index .ldcp .six_img .six .bg_img img {
	height: 100%;
	width: 100%;
}
#index .ldcp .six_img .six .six_box {
	width: 101%;
	height: 100%;
	background-color: #f8f8f8;
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	transform: translateX(-1px);
	padding: 206px 0 85px 0;
}
#index .ldcp .six_img .six:nth-child(2n) .six_box {
	background-color: #e5e5eb;
}
#index .ldcp .six_img .six .six_box .cp_img {
	max-width: 100%;
}
#index .ldcp .six_img .six .six_box .cp_img img {
	width: 100%;
}
#index .ldcp .six_img .six .six_box .down {
	display: flex;
	align-items: center;
	flex-direction: column;
}
#index .ldcp .six_img .six .six_box .down .two_img {
	width: 54px;
	height: 54px;
	position: relative;
	margin-bottom: 53px;
}
#index .ldcp .six_img .six .six_box .down .two_img img {
	position: absolute;
	top: 0;
	left: 0;
}
#index .ldcp .six_img .six .six_box .down .two_img img:last-child {
	opacity: 0;
}
#index .ldcp .six_img .six.act .six_box .down .two_img img:last-child {
	opacity: 1;
}
#index .ldcp .six_img .six.act .six_box .down .two_img img:first-child {
	opacity: 0;
}
#index .ldcp .six_img .six.act .six_box .down .d_text {
	color: rgba(51, 51, 51, .7);
}
#index .ldcp .six_img .six.act {
	width: 25%;
}
#index .ldcp .six_img .six.act .six_box {
	background-color: transparent;
}
#index .ldcp .six_img .six.act .six_box .cp_img {
	opacity: 0;
}
#index .ldcp .six_img .six.act .six_box .down .d_text {
	color: rgba(255, 255, 255, 0.7);
}
/* 服务支持 */
#index .fwzc {
	width: 100%;
	background: url(../images/index_18.png) center no-repeat;
	background-size: cover;
}
#index .fwzc .ibox {
	padding: 100px 0;
}
#index .fwzc .ibox .up {
	margin-bottom: 33px;
}
#index .fwzc .ibox .up .title {
	text-align: center;
}
#index .fwzc .ibox .down {
	width: 100%;
	padding: 0 40px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#index .fwzc .ibox .down .more2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#index .fwzc .ibox .down .left {
	width: 57.35%;
	position: relative;
}
#index .fwzc .ibox .down .left .img {
	width: 100%;
}
#index .fwzc .ibox .down .left .img img {
	width: 100%;
}
 @keyframes scale {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(2);
 opacity: 0;
}
}
 @-webkit-keyframes scale {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(2);
 opacity: 0;
}
}
 @keyframes scale2 {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(4);
 opacity: 0;
}
}
 @-webkit-keyframes scale2 {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(4);
 opacity: 0;
}
}
 @keyframes scale3 {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(6);
 opacity: 0;
}
}
 @-webkit-keyframes scale3 {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(6);
 opacity: 0;
}
}
#index .fwzc .ibox .down .left .dh {
	width: 100%;
	position: absolute;
	top: 67%;
	left: 81%;
	transform: translate(-50%, -50%);
}
#index .fwzc .ibox .down .left .wq, #index .fwzc .ibox .down .left .nq, #index .fwzc .ibox .down .left .lq, #index .fwzc .ibox .down .left .s_imd {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(179, 33, 35, .05);
	border-radius: 50%;
}
#index .fwzc .ibox .down .left .s_imd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(179, 33, 35, .05);
	border-radius: 50%;
}
#index .fwzc .ibox .down .left .wq {
	width: 150px;
	height: 150px;
	animation: scale3 3s infinite;
}
#index .fwzc .ibox .down .left .nq {
	width: 150px;
	height: 150px;
	animation: scale2 3s infinite;
}
#index .fwzc .ibox .down .left .lq {
	width: 150px;
	height: 150px;
	animation: scale 3s infinite;
}
#index .fwzc .ibox .down .right {
	width: 28%;
}
#index .fwzc .ibox .down .right .five {
	width: 100%;
	padding: 29px 0;
	border-bottom: 1px solid #e3e3e3;
}
#index .fwzc .ibox .down .right .five .sh {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#index .fwzc .ibox .down .right .five .sh .up_left {
	display: flex;
	align-items: flex-end;
}
#index .fwzc .ibox .down .right .five .sh .up_right .jia {
	display: none;
}
#index .fwzc .ibox .down .right .five .sh .up_left .num {
	color: #005aa8;
	font-family: "gma";
}
#index .fwzc .ibox .down .right .five .sh .up_left .jia {
	font-weight: bold;
	color: #005aa8;
}
#index .fwzc .ibox .down .right .five .xi {
	color: #666;
	margin-top: 15px;
}
/* 实力山越 */
#index .slmy {
	width: 100%;
	background: url(../images/index_31.png) center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#index .slmy .ibox {
	padding: 100px 0 243px 0;
}
#index .slmy .up {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#index .slmy .up .c_text {
	text-align: center;
	line-height: 1.8;
	margin: 25px 0 30px 0;
}
#index .slmy .down {
	width: 100%;
	margin-top: 50px;
	padding: 0 3.75%;
}
#index .slmy .down .swiper2 {
	padding-bottom: 38px;
}
#index .slmy .down .swiper2 .s2_box {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
 @keyframes zhuan {
 0% {
 transform: translateX(-50%) rotate(0);
 -webkit-transform: translateX(-50%) rotate(0);
 -moz-transform: translateX(-50%) rotate(0);
}
 100% {
 transform: translateX(-50%) rotate(360deg);
 -webkit-transform: translateX(-50%) rotate(360deg);
 -moz-transform: translateX(-50%) rotate(360deg);
}
}
 @-webkit-keyframes zhuan {
 0% {
 transform: translateX(-50%) rotate(0);
 -webkit-transform: translateX(-50%) rotate(0);
 -moz-transform: translateX(-50%) rotate(0);
}
 100% {
 transform: translateX(-50%) rotate(360deg);
 -webkit-transform: translateX(-50%) rotate(360deg);
 -moz-transform: translateX(-50%) rotate(360deg);
}
}
#index .slmy .dq {
	position: absolute;
	bottom: -72.5%;
	left: 50%;
	animation: zhuan 30s linear infinite;
}
/* 新闻资讯 */
#index .xwzx {
	width: 100%;
	background-color: #fff;
}
#index .xwzx .ibox {
	padding: 100px 0 130px 0;
}
#index .xwzx .ibox .up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#index .xwzx .ibox .down {
	width: 100%;
	margin-top: 110px;
	position: relative;
}
#index .xwzx .ibox .down .swiper3 {
	padding-bottom: 90px;
}
#index .xwzx .ibox .down .swiper3 .s3_box {
	width: 100%;
}
#index .xwzx .ibox .down .swiper3 .s3_box .up {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#index .xwzx .ibox .down .swiper3 .s3_box .up img {
	width: 100%;
}
#index .xwzx .ibox .down .swiper3 .s3_box:hover .up img {
	transform: scale(1.2);
}
#index .xwzx .ibox .down .swiper3 .s3_box .up .gsxw {
	width: 116px;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #333;
	background-color: #fff;
}
#index .xwzx .ibox .down .swiper3 .s3_box:hover .up .gsxw {
	color: #fff;
	background-color: #005aa8;
}
#index .xwzx .ibox .down .swiper3 .s3_box .xw_text {
	width: 100%;
	background-color: #fff;
	padding: 20px 23px 32px 23px;
}
#index .xwzx .ibox .down .swiper3 .s3_box:hover .xw_text {
	background-color: #005aa8;
}
#index .xwzx .ibox .down .swiper3 .s3_box .xw_text .d_text {
	width: 100%;
	height: 88px;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#index .xwzx .ibox .down .swiper3 .s3_box:hover .xw_text .d_text {
	color: #fff;
}
#index .xwzx .ibox .down .swiper3 .s3_box .xw_text .time {
	color: #999;
	font-family: "gma";
	margin-top: 18px;
}
#index .xwzx .ibox .down .swiper3 .s3_box:hover .xw_text .time {
	color: #fff;
}
#index .xwzx .btn .s3btnall {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
#index .xwzx .btn .s3btnall.prev3 {
	transform: translateX(-80px);
}
#index .xwzx .btn .s3btnall.next3 {
	transform: translateX(80px);
}
#index .xwzx .btn .s3btnall img {
	position: absolute;
	top: 0;
	left: 0;
}
#index .xwzx .btn .s3btnall img:last-child {
	opacity: 0;
}
#index .xwzx .btn .s3btnall:hover img:last-child {
	opacity: 1;
}
#index .xwzx .btn .s3btnall:hover img:first-child {
	opacity: 0;
}
/* 关于我们 */
#about .gsjj {
	width: 100%;
	background: url(../images/a_2.png) center no-repeat;
	background-size: cover;
}
#about .gsjj .ibox {
	padding: 100px 0 134px 0;
}
#about .gsjj .ibox .up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 85px 0 35px 0;
}
#about .gsjj .ibox .up .right {
	width: 43.9%;
}
#about .gsjj .ibox .up .right .d_text {
	width: 100%;
	color: #005aa8;
}
#about .gsjj .ibox .up .right .c_text {
	width: 100%;
	height: 350px;
	line-height: 2;
	color: #666;
	overflow: auto;
	padding-right: 20px;
	margin-top: 48px;
}
 #about .gsjj .ibox .up .right .c_text::-webkit-scrollbar {
 width: 3px;
 height: 1px;
}
 #about .gsjj .ibox .up .right .c_text::-webkit-scrollbar-thumb {
 background: #005aa8;
}
 #about .gsjj .ibox .up .right .c_text::-webkit-scrollbar-track {
 background: #f0f0f0;
}
#about .gsjj .ibox .up .left {
	width: 53%;
}
#about .gsjj .ibox .up .left .right_box {
	width: 100%;
	position: relative;
	cursor: pointer;
}
#about .gsjj .ibox .up .left .right_box .img1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#about .gsjj .ibox .up .left .right_box .img2 {
	position: relative;
	z-index: 1;
	bottom: -20px;
	left: -20px;
}
#about .gsjj .ibox .up .left .right_box .img3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}
#about .gsjj .ibox .up .left:hover .right_box .img3 {
	transform: translate(-50%, -50%) scale(0.8);
}
#about .gsjj .ibox .down {
	width: 100%;
}
#about .gsjj .ibox .three_text {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#about .gsjj .ibox .three_text .three {
}
#about .gsjj .ibox .three_text .three .shang {
	display: flex;
	align-items: flex-end;
}
#about .gsjj .ibox .three_text .three .shang .num {
	color: #005aa8;
	font-weight: bold;
}
#about .gsjj .ibox .three_text .three .shang .year {
	color: #333;
	font-weight: bold;
	transform: translateY(-7px);
	margin-left: 10px;
}
#about .gsjj .ibox .three_text .three:not(:first-child) .shang .year {
	font-size: 18px;
}
#about .gsjj .ibox .three_text .three .xia {
	color: #333;
	padding-left: 5px;
	margin-top: 10px;
}
/* 企业文化 */
#about .qywh {
	width: 100%;
	background: url(../images/a_6.png) center no-repeat;
	background-size: cover;
}
#about .qywh .ibox {
	padding: 106px 0 99px 0;
}
#about .qywh .ibox .down {
	margin-top: 90px;
	width: 100%;
}
#about .qywh .ibox .down .swiper4 {
	padding-top: 50px;
}
#about .qywh .ibox .down .swiper4 .s4_box {
	width: 100%;
	padding: 75px 0 61px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}
#about .qywh .ibox .down .swiper4 .s4_box:hover {
	background-color: #fff;
}
#about .qywh .ibox .down .swiper4 .s4_box .d_text {
	color: #333;
}
#about .qywh .ibox .down .swiper4 .s4_box .eng {
	color: #999;
	text-transform: uppercase;
	margin: 24px 0 55px 0;
}
#about .qywh .ibox .down .swiper4 .s4_box .c_text {
	color: #666666;
}
#about .qywh .ibox .down .swiper4 .s4_box .line {
	width: 0;
	height: 10px;
	background-color: #b71620;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
#about .qywh .ibox .down .swiper4 .s4_box:hover .line {
	width: 100%;
	opacity: 1;
}
#about .qywh .ibox .down .swiper4 .s4_box .s_img {
	width: 100px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
#about .qywh .ibox .down .swiper4 .s4_box:hover .s_img {
	background-color: #fff;
}
#about .qywh .ibox .down .swiper4 .s4_box .s_img img {
	width: 100%;
	height: 100%;
}
/* #about .qywh .ibox .down .swiper4 .s4_box:hover .s_img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
} */

/* 发展历程 */
#about .fzlc {
	width: 100%;
	background: url(../images/a_11.png) center no-repeat;
	background-size: cover;
}
#about .fzlc .ibox {
	padding: 100px 0 185px;
}
#about .fzlc .ibox .swiper5 {
	padding: 5px 0;
	margin-top: 90px;
}
#about .fzlc .ibox .swiper5 .swiper-slide {
	width: 118px;
	height: 255px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#about .fzlc .ibox .swiper5 .swiper-slide-active {
	width: 255px !important;
	height: 255px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about .fzlc .ibox .swiper5 .swiper-slide .s5_box {
	width: 118px;
	height: 118px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
#about .fzlc .ibox .swiper5 .swiper-slide .s5_box .num {
	color: #333;
	font-weight: bold;
}
#about .fzlc .ibox .swiper5 .swiper-slide-active .s5_box {
	width: 81.5%;
	height: 81.5%;
	padding: 18px;
	background-color: #005aa8;
}
#about .fzlc .ibox .swiper5 .swiper-slide-active .s5_box .num {
	color: #fff;
	font-size: 48px;
}
#about .fzlc .ibox .swiper5 .swiper-slide .img {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-51%, -48.5%);
}
 @keyframes zhuan1 {
 0% {
 transform: translate(-50%, -50%) rotate(0);
 -webkit-transform: translate(-50%, -50%) rotate(0);
 -moz-transform: translate(-50%, -50%) rotate(0);
}
 100% {
 transform: translate(-50%, -50%) rotate(360deg);
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 -moz-transform: translate(-50%, -50%) rotate(360deg);
}
}
 @-webkit-keyframes zhuan1 {
 0% {
 transform: translate(-50%, -50%) rotate(0);
 -webkit-transform: translate(-50%, -50%) rotate(0);
 -moz-transform: translate(-50%, -50%) rotate(0);
}
 100% {
 transform: translate(-50%, -50%) rotate(360deg);
 -webkit-transform: translate(-50%, -50%) rotate(360deg);
 -moz-transform: translate(-50%, -50%) rotate(360deg);
}
}
#about .fzlc .ibox .swiper5 .swiper-slide-active .img {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;/* animation: zhuan1 3s infinite linear; */
}
#about .fzlc .ibox .swiper6_box {
	width: 48%;
	margin: 105px auto 0;
	position: relative;
	text-align: center;
}
#about .fzlc .ibox .swiper6_box .swiper6 {
}
#about .fzlc .ibox .swiper6_box .swiper6 .s6_box {
	width: 100%;
	padding: 0 10px;
}
#about .fzlc .ibox .swiper6_box .swiper6 .s6_box .num {
	color: #333;
	line-height: 1.5;
}
#about .fzlc .ibox .swiper6_box .pagination6 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 65px;
}
#about .fzlc .ibox .swiper6_box .pagination6 span {
	margin-right: 10px;
}
#about .fzlc .ibox .swiper6_box .pagination6 span:last-child {
	margin-right: 0px;
}
#about .fzlc .ibox .swiper6_box .btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
#about .fzlc .ibox .swiper6_box .btn .s6btnall {
	width: 64px;
	height: 64px;
	position: relative;
	cursor: pointer;
}
#about .fzlc .ibox .swiper6_box .btn .prev6 {
	transform: translateX(-173px);
}
#about .fzlc .ibox .swiper6_box .btn .next6 {
	transform: translateX(173px);
}
#about .fzlc .ibox .swiper6_box .btn .s6btnall img {
	position: absolute;
	top: 0;
	left: 0;
}
#about .fzlc .ibox .swiper6_box .btn .s6btnall img:last-child {
	opacity: 0;
}
#about .fzlc .ibox .swiper6_box .btn .s6btnall:hover img:last-child {
	opacity: 1;
}
#about .fzlc .ibox .swiper6_box .btn .s6btnall:hover img:first-child {
	opacity: 0;
}
/* 荣誉资质 */
#about .ryzz {
	width: 100%;
	background: url(../images/a_14.png) center no-repeat;
	background-size: cover;
}
#about .ryzz .ibox {
	padding: 100px 0;
}
#about .ryzz .ibox .down {
	width: 100%;
	height: 850px; /*644px*/
	margin-top: 54px;
	background-color: #fff;
	padding: 50px 64px 80px 69px;
}
#about .ryzz .ibox .down .down_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
#about .ryzz .ibox .down .down_box .left {
	width: 19%;
	height: 100%;
	background-color: #005aa8;
	padding: 59px 0 0 61px;
}
#about .ryzz .ibox .down .down_box .left .qwrz {
	color: #fff;
	font-weight: bold;
	margin-bottom: 102px;
}
#about .ryzz .ibox .down .down_box .left .ul1 {
}
#about .ryzz .ibox .down .down_box .left .ul1 li {
	margin-bottom: 80px;
}
#about .ryzz .ibox .down .down_box .left .ul1 li:last-child {
	margin-bottom: 0px;
}
#about .ryzz .ibox .down .down_box .left .ul1 li .zs {
	display: inline;
	color: #fff;
	position: relative;
	cursor: pointer;
}
#about .ryzz .ibox .down .down_box .left .ul1 li .zs::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
#about .ryzz .ibox .down .down_box .left .ul1 li:hover .zs::before {
	width: 100%;
	opacity: 1;
}
#about .ryzz .ibox .down .down_box .left .ul1 li.act .zs::before {
	width: 100%;
	opacity: 1;
}
#about .ryzz .ibox .down .down_box .line {
	width: 1px;
	height: 100%;
	background-color: #e8e8e8;
}
#about .ryzz .ibox .down .down_box .right {
	width: 72.3%;
	height: 100%;
	position: relative;
}
#about .ryzz .ibox .down .down_box .right .ul2 {
	width: 100%;
	height: 100%;
	position: relative;
}
#about .ryzz .ibox .down .down_box .right .ul2 li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	overflow: auto;
	padding-right: 59px;
	opacity: 0;
	z-index: -1;
}
#about .ryzz .ibox .down .down_box .right .ul2 li.act {
	/* display: block; */
	z-index: 2;
	opacity: 1;
	top: 0;
}
 #about .ryzz .ibox .down .down_box .right .ul2 li::-webkit-scrollbar {
 width: 4px;
 height: 1px;
}
 #about .ryzz .ibox .down .down_box .right .ul2 li::-webkit-scrollbar-thumb {
 background: #005aa8;
}
 #about .ryzz .ibox .down .down_box .right .ul2 li::-webkit-scrollbar-track {
 background: #eeeeee;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .swiper-container {
	display: none;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img .four {
	width: 22.8%;
	margin-right: 2.9%;
	margin-bottom: 30px;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img .four:nth-child(4n) {
	margin-right: 0;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img .four .img {
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 9px;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img .four .img .img_black {
	width: 100%;
	padding: 7px;
	background-color: #eeeeee;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img .four .img .img_black img {
	width: 100%;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img .four .text {
	text-align: center;
	margin-top: 10px;
	line-height: 1.3;
}
#about .ryzz .ibox .down .down_box .right .tm_img {
	width: calc(100% - 59px);
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 5;
	display: none;
}
/* 技术实力 */
#about .jssl {
	width: 100%;
	background: url(../images/a_21.png) center no-repeat;
	background-size: cover;
}
#about .jssl .ibox {
	padding: 100px 0;
}
#about .jssl .ibox .down {
	padding: 0 3.75%;
	margin-top: 80px;
	position: relative;
}
#about .jssl .ibox .down .swiper7 {
	padding-bottom: 71px;
}
#about .jssl .ibox .down .swiper7 .s7_box {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#about .jssl .ibox .down .btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
#about .jssl .ibox .down .btn .s7btnall {
	width: 64px;
	height: 64px;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}
#about .jssl .ibox .down .btn .s7btnall.prev7 {
	transform: translateX(-33px);
}
#about .jssl .ibox .down .btn .s7btnall.next7 {
	transform: translateX(33px);
}
#about .jssl .ibox .down .btn .s7btnall img {
	position: absolute;
	top: 0;
	left: 0;
}
#about .jssl .ibox .down .btn .s7btnall img:last-child {
	opacity: 0;
}
#about .jssl .ibox .down .btn .s7btnall:hover img:last-child {
	opacity: 1;
}
#about .jssl .ibox .down .btn .s7btnall:hover img:first-child {
	opacity: 0;
}
/* 诚招经销商 */
#about .jxs {
	width: 100%;
	height: 555px;
	background: url(../images/a_22.png) center no-repeat;
	background-size: cover;
}
#about .jxs .ibox {
	height: 100%;
}
#about .jxs .ibox .text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}
#about .jxs .ibox .text .d_text {
	color: #fff;
	letter-spacing: 7px;
}
#about .jxs .ibox .text .c_text {
	color: #fff;
	margin: 21px 0 60px;
}
#about .jxs .ibox .text .num {
	color: #fff;
}
/* 联系我们 */
#about .lxwm {
	width: 100%;
	background-color: #f9f9f9;
}
#about .lxwm .ibox {
	padding-top: 100px;
	z-index: 5;
}
#about .lxwm .ibox .down {
	width: 100%;
	background-color: #fff;
	padding: 60px 6.875%;
	margin-top: 78px;
}
#about .lxwm .ibox .down .four_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#about .lxwm .ibox .down .four_img .four {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#about .lxwm .ibox .down .four_img .four .d_text {
	color: #555;
}
#about .lxwm .ibox .down .four_img .four .x_text {
	color: #999;
	margin: 14px 0 32px 0;
}
#about .lxwm .ibox .down .four_img .four .ewm_img img {
	display: block;
	border: 1px solid #f1f1f1;
}
#about .lxwm .ibox .down .four_img .four .wx_text {
	color: #999;
	margin-top: 16px;
}
#about .lxwm .ibox .down .four_img .four .s_text {
	color: #333;
	font-weight: bold;
	margin: 20px 0 32px 0;
}
#about .lxwm .ibox .down .four_img .four .c_text {
	color: #666;
	line-height: 1.5;
}
#about .lxwm .ibox .down .four_img .four a.c_text:hover {
	color: #005aa8;
}
#about .lxwm .ibox .down .four_img .four .ewm_img {
	text-align: center;
}
#about .lxwm .ibox .down .four_img .four .img img {
	transform: rotateY(0deg);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .lxwm .ibox .down .four_img .four:hover .img img {
	transform: rotateY(180deg);
}
#about .lxwm .ibox .down .four_img .h_line {
	width: 1px;
	height: 252px;
	background-color: #e5e5e5;
}
#about .lxwm .ibox .down .four_img .d_line {
	width: 1px;
	height: 54px;
	background-color: #e5e5e5;
}
/* 地图 */
#wrap {
	width: 100%;
	height: 490px;
	position: relative;
	z-index: 3;
	margin-top: -60px;
}
.amap-indoormap-floorbar-control {
	display: none !important;
}
#mapContainer {
	height: 100%;
}
.amap-copyright, .amap-logo {
	display: none !important;
}
.my-map .icon {
	width: 26px;
	height: 38px;
	background: url(../images/a_27.png) no-repeat;
	z-index: 9991;
}
.my-map .icon-cir {
	height: 56px;
	width: 36px;
	z-index: 9991;
}
.my-map .amap-info-content {
	position: relative;
	top: -30px;
	left: 126px;
	padding: 0;
	border: 0;
	overflow: visible;
}
.amap-info-content h5 {
	font-size: 15px;
	font-weight: bold;
}
.amap-info-close {
	display: none !important;
}
.amap-info-content {
	padding: 10px 20px;
	-moz-box-shadow: 2px 2px 11px #e0d6e2;
	-webkit-box-shadow: 2px 2px 11px #e0d6e2;
	box-shadow: 2px 2px 11px #e0d6e2;
}
.amap-info-sharp {
	display: none;
	background: transparent;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	position: relative;
	left: -9px;
}
.map_fp {
	width: 258px;
	height: 97px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	transform: translate(10px, -3px);
	-moz-box-shadow: 0px 0px 10px #DDDDDD;
	-webkit-box-shadow: 0px 0px 10px #DDDDDD;
	box-shadow: 0px 0px 10px #DDDDDD;
}
.map_fp .d_text {
	color: #333;
}
.map_fp .c_text {
	color: #333;
	margin-top: 8px;
	line-height: 1.5;
}
.map_fp .img {
	position: absolute;
	bottom: -10px;
	left: 20px;
}
/* 产品列表 */
#product .cplb {
	width: 100%;
	background-color: #f8f8f8;
}
#product .cplb .ibox {
	padding: 100px 0; padding-bottom:0;
}
#product .cplb .ibox .lert {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#product .cplb .ibox .lert .left {
	width: 290px;
}
#product .cplb .ibox .lert .left .ul1 {
	width: 100%;
}
#product .cplb .ibox .lert .left .ul1 li {
	width: 100%;
}
#product .cplb .ibox .lert .left .ul1 li .up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 30px 16px;
	background-color: #eeeeee;
	border: 1px solid #e9e9e9;
	cursor: pointer;
}
#product .cplb .ibox .lert .left .ul1 li.act .up {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#product .cplb .ibox .lert .left .ul1 li:not(:first-child) .up {
	border-top: 0;
}
#product .cplb .ibox .lert .left .ul1 li .up .text_img {
	display: flex;
	align-items: center;
}
#product .cplb .ibox .lert .left .ul1 li .up .text_img .s_img {
	width: 29px;
	height: 29px;
	position: relative;
}
#product .cplb .ibox .lert .left .ul1 li .up .text_img .s_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#product .cplb .ibox .lert .left .ul1 li .up .text_img .s_img img:last-child {
	opacity: 0;
}
#product .cplb .ibox .lert .left .ul1 li.act .up .text_img .s_img img:last-child {
	opacity: 1;
}
#product .cplb .ibox .lert .left .ul1 li.act .up .text_img .s_img img:first-child {
	opacity: 0;
}
#product .cplb .ibox .lert .left .ul1 li .up .text_img .text {
	color: #515151;
	margin-left: 10px;
}
#product .cplb .ibox .lert .left .ul1 li.act .up .text_img .text {
	color: #fff;
}
#product .cplb .ibox .lert .left .ul1 li .up .jiantou_img {
	width: 9px;
	height: 17px;
	position: relative;
}
#product .cplb .ibox .lert .left .ul1 li .up .jiantou_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#product .cplb .ibox .lert .left .ul1 li .up .jiantou_img img:last-child {
	opacity: 0;
}
#product .cplb .ibox .lert .left .ul1 li.act .up .jiantou_img img:last-child {
	opacity: 1;
}
#product .cplb .ibox .lert .left .ul1 li.act .up .jiantou_img img:first-child {
	opacity: 0;
}
#product .cplb .ibox .lert .left .ul1 li .down {
	width: 100%;
	display: none;
}
#product .cplb .ibox .lert .left .ul1 li.aaa .down {
	display: block;
}
#product .cplb .ibox .lert .left .ul1 li .down .down_a {
	width: 100%;
	padding: 18px 0 17px 61px;
	display: flex;
	align-items: center;
	color: #515151;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin-top: 9px;
}
#product .cplb .ibox .lert .left .ul1 li .down .down_a:hover {
	color: #005aa8;
}
#product .cplb .ibox .lert .left .ul1 li .down .down_a.act {
	color: #005aa8; font-weight:bold;
}
#product .cplb .ibox .lert .left .ul1 li .down .down_a:last-child {
	margin-bottom: 9px;
}
#product .cplb .ibox .lert .left .ul1 li .down .down_a span {
	margin-right: 6px;
}
#product .cplb .ibox .lert .right {
	width: calc(100% - 380px);
}
#product .cplb .ibox .lert .right .six_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#product .cplb .ibox .lert .right .six_img .six {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
}
#product .cplb .ibox .lert .right .six_img .six:nth-child(3n) {
	margin-right: 0;
}
#product .cplb .ibox .lert .right .six_img .six:hover {
	-moz-box-shadow: 0px 1px 15px #CDCDCD;
	-webkit-box-shadow: 0px 1px 15px #CDCDCD;
	box-shadow: 0px 1px 15px #CDCDCD;
}
#product .cplb .ibox .lert .right .six_img .six .big_img {
	width: 100%;
	overflow: hidden;
}
#product .cplb .ibox .lert .right .six_img .six .big_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#product .cplb .ibox .lert .right .six_img .six:hover .big_img img {
	transform: scale(1.2);
}
#product .cplb .ibox .lert .right .six_img .six .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-top: 7px;
}
#product .cplb .ibox .lert .right .six_img .six .text {
	padding: 7.43%;
}
#product .cplb .ibox .lert .right .six_img .six .text .d_text {
	color: #005aa8;
	font-weight: bold;
}
#product .cplb .ibox .lert .right .six_img .six .text .c_text {
	width: 100%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 18px 0 20px 0;
}
#product .cplb .ibox .lert .right .six_img .six:hover .text .more3 {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#product .cplb .ibox .lert .right .six_img .six:hover .text .more3 .more3_text {
	color: #fff;
}
#product .cplb .ibox .lert .right .six_img .six:hover .text .more3 .more3_img img:last-child {
	opacity: 1;
}
#product .cplb .ibox .lert .right .six_img .six:hover .text .more3 .more3_img img:first-child {
	opacity: 0;
}
#product .cplb .ibox .lert .right .fy {
	margin-top: 25px;
}
/* 产品详情 */
#product_con .cpmc {
	width: 100%;
}
#product_con .cpmc .obox {
	padding: 50px 0 100px 0;
}
#product_con .cpmc .obox .lrt {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#product_con .cpmc .obox .lrt .left {
	width: 36.428%;
}
#product_con .cpmc .obox .lrt .left .up {
	width: 100%;
	position: relative;
}
#product_con .cpmc .obox .lrt .left .up .ul1 {
	width: 100%;
	position: relative;
}
#product_con .cpmc .obox .lrt .left .up .ul1 li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#product_con .cpmc .obox .lrt .left .up .ul1 li.act {
	position: initial;
	opacity: 1;
}
#product_con .cpmc .obox .lrt .left .up .ul1 li img {
	width: 100%;
}
#product_con .cpmc .obox .lrt .left .up .vid {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#product_con .cpmc .obox .lrt .left .up .vid .vid_img {
	position: absolute;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
}
#product_con .cpmc .obox .lrt .left .up .vid .vid_img:hover img {
	transform: scale(0.8);
}
#product_con .cpmc .obox .lrt .left .swp8 {
	position: relative; display:none; 
}
#product_con .cpmc .obox .lrt .left .swiper8 {
	width: calc(100% - 52px);
	margin-top: 15px;
	z-index: 5;
}
#product_con .cpmc .obox .lrt .left .swiper8 .swiper-slide {
	width: 100%;
	border: 2px solid transparent;
}
#product_con .cpmc .obox .lrt .left .swiper8 .swiper-slide.act {
	border: 2px solid #005aa8;
}
#product_con .cpmc .obox .lrt .left .swiper8 .swiper-slide .s8_box {
	width: 100%;
	border: 1px solid #e2e2e2;
}
#product_con .cpmc .obox .lrt .left .swiper8 .swiper-slide.act .s8_box {
	border: 1px solid #005aa8;
}
#product_con .cpmc .obox .lrt .right {
	width: 58%;
}
#product_con .cpmc .obox .lrt .right .text {
	padding-top: 47px;
}
#product_con .cpmc .obox .lrt .right .text .d_text {
	color: #005aa8;
	font-weight: bold;
}
#product_con .cpmc .obox .lrt .right .text .c_text {
	color: #333;
	line-height: 1.5;
	margin: 12px 0 31px 0;
}
#product_con .cpmc .obox .lrt .right .text .s_text {
	color: #333;
}
#product_con .cpmc .obox .lrt .right .text .s_text .s1 {
	color: #005aa8;
}
#product_con .cpmc .obox .lrt .right .text .l_text {
	color: #333;
	line-height: 2.2;
	margin: 18px 0 25px 0;
}
#product_con .cpmc .obox .lrt .right .text .l_text .s2 {
	color: #666;
}
#product_con .cpmc .obox .lrt .right .text .line {
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
}
#product_con .cpmc .obox .lrt .right .text .zx {
	width: 200px;
	height: 50px;
	background-color: #005aa8;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 8px;
}
#product_con .cpmc .obox .lrt .right .text .zx:hover {
	background-color: #c00d0f;
}
#product_con .cpmc .obox .lrt .right .text .zx .s3 {
	margin-left: 8px;
}
/* 产品特点 */
#product_con .cptd {
	width: 100%;
}
#product_con .cptd .up {
	width: 100%;
	height: 80px;
	background-color: #eeeeee;
	border-bottom: 1px solid #e7e7e7;
}
#product_con .cptd .up .obox {
	height: 100%;
	padding: 0 6.285%;
}
#product_con .cptd .up .obox .ul1 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#product_con .cptd .up .obox .ul1 li {
	color: #333;
	position: relative;
	cursor: pointer;
}
#product_con .cptd .up .obox .ul1 li:hover {
	color: #005aa8;
	font-weight: bold;
}
#product_con .cptd .up .obox .ul1 li.act {
	color: #005aa8;
	font-weight: bold;
}
#product_con .cptd .up .obox .ul1 li::before {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #005aa8;
	position: absolute;
	bottom: -21px;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
#product_con .cptd .up .obox .ul1 li:hover::before {
	width: 100%;
	opacity: 1;
}
#product_con .cptd .up .obox .ul1 li.act::before {
	width: 100%;
	opacity: 1;
}
#product_con .cptd>.obox {
	padding: 49px 0 95px 0;
}
#product_con .cptd .obox .ul2 {
	width: 100%;
	position: relative;
}
#product_con .cptd .obox .ul2 li {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	z-index: 1;
}
#product_con .cptd .obox .ul2 .hei * {
	color: #333 !important;
}
#product_con .cptd .obox .ul2 li.act {
	position: initial;
	top: 0;
	opacity: 1;
	z-index: 5;
}
#product_con .cptd .obox .ul2 li .cp_title {
	color: #333;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
/* .sdian ,
.sdian .dian ,
.sdian .dian .dain1,
.sdian .dian .dain1 ul ,
.sdian .dian .dain1 ul li 

{
    list-style-type: initial;
} */

#product_con .cptd .obox .ul2 li .cp_title::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #005aa8;
	position: absolute;
	top: 0;
	left: 0;
}
#product_con .cptd .obox .ul2 li .c_text {
	color: #666;
	line-height: 2.1;
	margin: 10px 0 37px 0;
}
#product_con .cptd .obox .ul2 li p {
	color: #666;
	line-height: 2.1;
}
#product_con .cptd .obox .ul2 li img {
	max-width: 100%;
	margin: 20px auto 20px;
	border: 1px solid #e9e9e9;
}
#product_con .cptd .obox .ul2 li .big_img {
	width: 100%;
}
#product_con .cptd .obox .ul2 li .big_img img {
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
}
#product_con .cptd .obox .ul2 li .d_text {
	color: #666;
	line-height: 2.1;
	margin-top: 36px;
}
#product_con .cptd .obox .ul2 li .s_text {
	color: #999;
	line-height: 2.1;
}
#product_con .cptd .obox .fh_btn1 {
	margin-top: 50px;
}
/* 行业案例 */
#industry .anli {
	width: 100%;
	background-color: #f8f8f8;
}
#industry .anli .ibox {
	padding: 100px 0 53px 0;
}
#industry .anli .ibox .eight_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#industry .anli .ibox .eight_img .eight {
	width: 31.375%;
	margin-right: 2.9375%;
	margin-bottom: 2.9375%;
	position: relative;
}
#industry .anli .ibox .eight_img .eight:nth-child(3n) {
	margin-right: 0;
}
#industry .anli .ibox .eight_img .eight .big_img {
	width: 100%;
	overflow: hidden;
}
#industry .anli .ibox .eight_img .eight .big_img img {
	width: 100%;
}
#industry .anli .ibox .eight_img .eight:hover .big_img img {
	transform: scale(1.2);
}
#industry .anli .ibox .eight_img .eight .eight_fp {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#industry .anli .ibox .eight_img .eight .eight_fp .text {
	color: #fff;
}
#industry .anli .ibox .eight_img .eight .eight_fp .line {
	width: 40px;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
}
#industry .anli .ibox .eight_img .eight:hover .eight_fp {
	opacity: 0;
}
/* 行业案例详情 */
#industry_con .ny_daohang {
	margin-top: 0;
}
#industry_con .ny_daohang .obox {
	max-width: 1600px;
	min-width: 1200px;
	width: 85%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
#industry_con .syhg {
	width: 100%;
	background-color: #f8f8f8;
}
#industry_con .syhg .ibox {
	padding: 60px 0 100px 0;
}
#industry_con .syhg .ibox .syhg_title {
	color: #333;
	font-weight: bold;
	padding-left: 25px;
	position: relative;
}
#industry_con .syhg .ibox .syhg_title::before {
	content: "";
	display: block;
	width: 6px;
	height: 40px;
	background: #005aa8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#industry_con .syhg .ibox .lrt {
	width: 100%;
	margin: 57px 0 100px 0;
}
#industry_con .syhg .ibox .lrt .left {
	float: right;
	width: 57.1875%;
	padding: 39px 4.375% 0 0;
}
#industry_con .syhg .ibox .lrt .left .left_text {
	width: 100%;
	height: 240px;
	overflow: auto;
	padding-right: 22px;
	color: #666666;
	line-height: 2.2;
}
 #industry_con .syhg .ibox .lrt .left .left_text::-webkit-scrollbar {
 width: 3px;
 height: 1px;
}
 #industry_con .syhg .ibox .lrt .left .left_text::-webkit-scrollbar-thumb {
 background: #005aa8;
}
 #industry_con .syhg .ibox .lrt .left .left_text::-webkit-scrollbar-track {
 background: #eeeeee;
}
#industry_con .syhg .ibox .lrt .right {
	float: left;
	width: 39.1875%;
}
#industry_con .syhg .ibox .lrt .right img {
	width: 100%;
}
#industry_con .syhg .ibox .six_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#industry_con .syhg .ibox .six_img .six {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-bottom: 2.1875%;
}
#industry_con .syhg .ibox .six_img .six:hover {
	-moz-box-shadow: 0px 1px 15px #cecece;
	-webkit-box-shadow: 0px 1px 15px #cecece;
	box-shadow: 0px 1px 15px #cecece;
}
#industry_con .syhg .ibox .six_img .six:nth-child(3n) {
	margin-right: 0;
}
#industry_con .syhg .ibox .six_img .six .big_img {
	width: 100%;
	overflow: hidden;
}
#industry_con .syhg .ibox .six_img .six .big_img img {
	width: 100%;
}
#industry_con .syhg .ibox .six_img .six:hover .big_img img {
	transform: scale(1.2);
}
#industry_con .syhg .ibox .six_img .six .text {
	padding: 19px 20px 20px;
	background-color: #fff;
}
#industry_con .syhg .ibox .six_img .six .text .d_text {
	width: 100%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 40px;
}
#industry_con .syhg .ibox .six_img .six:hover .text .more3 {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#industry_con .syhg .ibox .six_img .six:hover .text .more3 .more3_text {
	color: #fff;
}
#industry_con .syhg .ibox .six_img .six:hover .text .more3 .more3_img img:last-child {
	opacity: 1;
}
#industry_con .syhg .ibox .six_img .six:hover .text .more3 .more3_img img:first-child {
	opacity: 0;
}
#industry_con .syhg .ibox .fy {
	margin-top: 15px;
}
#industry_con .xmyy {
	width: 100%;
	background-color: #fff;
}
#industry_con .xmyy .ibox {
	padding: 73px 0 100px 0;
}
#industry_con .xmyy .ibox .up {
	width: 100%;
	height: 68px;
	background-color: #005aa8;
}
#industry_con .xmyy .ibox .up .text {
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#industry_con .xmyy .ibox .down {
	width: 100%;
}
#industry_con .xmyy .ibox .down table {
	width: 100%;
}
#industry_con .xmyy .ibox .down table td {
	width: 25%;
	height: 92px;
	border: 1px solid #e1e1e1;
	line-height: 92px;
	text-align: center;
	color: #555;
	background-color: #f5f5f5;
}
/* 案例详情 */
#case_con .dbt {
	width: 100%;
	padding-bottom: 70px;
}
#case_con .dbt .case_con_title {
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
}
#case_con .dbt .wzdd {
	width: 100%;
	background-color: #f2f2f2;
	padding: 14px 0 18px 0;
}
#case_con .dbt .wzdd .ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
	color: #333;
	line-height: 2;
}
#case_con .dbt .wzxq {
	width: 100%;
	padding: 34px 0 0 0;
}
#case_con .dbt .wzxq .ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}
#case_con .dbt .wzxq .ibox .c_text {
	color: #666;
	line-height: 2.2;
}
#case_con .dbt .wzxq .ibox .img {
	width: 100%;
}
#case_con .dbt .wzxq .ibox .img img {
	max-width: 100%;
	margin: 39px auto;
	border: 1px solid #ededed;
}
#case_con .dbt .line {
	width: 100%;
	height: 1px;
	background-color: #ededed;
	margin-bottom: 40px;
}
#case_con .dbt .ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}
#case_con .dbt .ibox .two_text {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#case_con .dbt .ibox .two_text .left {
	width: 75%;
}
#case_con .dbt .ibox .two_text .left .sxyp {
	/* width: 100%;
    display: block; */
	position: relative;
}
#case_con .dbt .ibox .two_text .left .sxyp::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #005aa8;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
#case_con .dbt .ibox .two_text .left .sxyp:hover::before {
	width: 100%;
	opacity: 1;
}
#case_con .dbt .ibox .two_text .left a.syp {
	margin-bottom: 17px;
}
#case_con .dbt .ibox .two_text .left a .s1 {
	color: #333;
}
#case_con .dbt .ibox .two_text .left a .s2 {
	color: #666;
}
#case_con .dbt .ibox .two_text .left a:hover .s1 {
	color: #005aa8;
}
#case_con .dbt .ibox .two_text .left a:hover .s2 {
	color: #005aa8;
}
/* 说明书下载 */
#about .smsxz {
	width: 100%;
	background-color: #f8f8f8;
}
#about .smsxz .ibox {
	padding: 110px 0 100px 0;
}
#about .smsxz .ibox .lert {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#about .smsxz .ibox .lert .left {
	width: 290px;
}
#about .smsxz .ibox .lert .left .ul1 {
	width: 100%;
}
#about .smsxz .ibox .lert .left .ul1 li {
	width: 100%;
}
#about .smsxz .ibox .lert .left .ul1 li .up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 30px 16px;
	background-color: #eeeeee;
	border: 1px solid #e9e9e9;
	cursor: pointer;
}
#about .smsxz .ibox .lert .left .ul1 li.act .up {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#about .smsxz .ibox .lert .left .ul1 li:not(:first-child) .up {
	border-top: 0;
}
#about .smsxz .ibox .lert .left .ul1 li .up .text_img {
	display: flex;
	align-items: center;
}
#about .smsxz .ibox .lert .left .ul1 li .up .text_img .text {
	color: #515151;
	margin-left: 10px;
}
#about .smsxz .ibox .lert .left .ul1 li.act .up .text_img .text {
	color: #fff;
}
#about .smsxz .ibox .lert .left .ul1 li .down {
	width: 100%;
	display: none;
}
#about .smsxz .ibox .lert .left .ul1 li.aaa .down {
	display: block;
}
#about .smsxz .ibox .lert .left .ul1 li .down .down_a {
	width: 100%;
	padding: 18px 0 17px 61px;
	display: flex;
	align-items: center;
	color: #515151;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin-top: 9px;
}
#about .smsxz .ibox .lert .left .ul1 li .down .down_a:hover {
	color: #005aa8;
}
#about .smsxz .ibox .lert .left .ul1 li .down .down_a.act {
	color: #005aa8;
}
#about .smsxz .ibox .lert .left .ul1 li .down .down_a:last-child {
	margin-bottom: 9px;
}
#about .smsxz .ibox .lert .left .ul1 li .down .down_a span {
	margin-right: 6px;
}
#about .smsxz .ibox .lert .right {
	width: calc(100% - 340px);
	padding-top: 11px;
}
#about .smsxz .ibox .lert .right .two_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#about .smsxz .ibox .lert .right .two_img .two {
	width: 47%;
	margin: 0 6% 28px 0;
	padding: 0 4px 28px 12px;
	border-bottom: 1px dashed #cecece;
}
#about .smsxz .ibox .lert .right .two_img .two:nth-child(2n) {
	margin-right: 0;
}
#about .smsxz .ibox .lert .right .two_img .two .wjj_img {
	float: left;
	margin-right: 45px;
}
#about .smsxz .ibox .lert .right .two_img .two .text {
	width: calc(100% - 250px);
	float: left;
}
#about .smsxz .ibox .lert .right .two_img .two .text .d_text {
	color: #000;
	line-height: 1.5;
}
#about .smsxz .ibox .lert .right .two_img .two .text .c_text {
	color: #333;
	margin-top: 12px;
}
#about .smsxz .ibox .lert .right .two_img .two .zxxz {
	float: right;
}
#about .smsxz .ibox .lert .right .fy {
	margin-top: 22px;
}
/* 常见问答 */
#serve_question .cjwd {
	width: 100%;
	background-color: #fdfdfd;
}
#serve_question .cjwd .ibox {
	padding: 100px 0;
}
#serve_question .cjwd .ibox .lert {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#serve_question .cjwd .ibox .lert .left {
	width: 250px;
}
#serve_question .cjwd .ibox .lert .left .ul1 {
	width: 100%;
}
#serve_question .cjwd .ibox .lert .left .ul1 li {
	width: 100%;
	margin-bottom: 10px;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 30px 16px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	cursor: pointer;
}
#serve_question .cjwd .ibox .lert .left .ul1 li.act .up {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .text_img {
	display: flex;
	align-items: center;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .text_img .s_img {
	width: 29px;
	height: 29px;
	position: relative;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .text_img .s_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .text_img .s_img img:last-child {
	opacity: 0;
}
#serve_question .cjwd .ibox .lert .left .ul1 li.act .up .text_img .s_img img:last-child {
	opacity: 1;
}
#serve_question .cjwd .ibox .lert .left .ul1 li.act .up .text_img .s_img img:first-child {
	opacity: 0;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .text_img .text {
	color: #515151;
	margin-left: 10px;
}
#serve_question .cjwd .ibox .lert .left .ul1 li.act .up .text_img .text {
	color: #fff;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .jiantou_img {
	width: 9px;
	height: 17px;
	position: relative;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .jiantou_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#serve_question .cjwd .ibox .lert .left .ul1 li .up .jiantou_img img:last-child {
	opacity: 0;
}
#serve_question .cjwd .ibox .lert .left .ul1 li.act .up .jiantou_img img:last-child {
	opacity: 1;
}
#serve_question .cjwd .ibox .lert .left .ul1 li.act .up .jiantou_img img:first-child {
	opacity: 0;
}
#serve_question .cjwd .ibox .lert .right {
	width: calc(100% - 305px);
}
#serve_question .cjwd .ibox .lert .right .ssk {
	width: 100%;
	display: flex;
	height: 53px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
#serve_question .cjwd .ibox .lert .right .ssk .inp_box {
	width: calc(100% - 112px);
	height: 100%;
	position: relative;
}
#serve_question .cjwd .ibox .lert .right .ssk .inp_box input {
	width: 100%;
	height: 100%;
	border: 1px solid #eaeaea;
	padding-left: 25px;
}
#serve_question .cjwd .ibox .lert .right .ssk .inp_box .inp_img {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
}
#serve_question .cjwd .ibox .lert .right .ssk .ssk_ss {
	width: 102px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #005aa8;
	color: #fff;
}
#serve_question .cjwd .ibox .lert .right .ssk .ssk_ss:hover {
	background-color: #c00d0f;
}
#serve_question .cjwd .ibox .lert .right .seven_text {
	width: 100%;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven {
	width: 100%;
	background-color: #f6f6f6;
	cursor: pointer;
	margin-bottom: 24px;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven:last-child {
	margin-bottom: 0;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_up {
	width: 100%;
	height: 63px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 37px 0 20px;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_up .d_text {
	width: calc(100% - 94px);
	color: #333;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven.act .seven_up .seven_img2 {
	transform: rotate(90deg);
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_down {
	width: 100%;
	padding: 10px 90px 30px 94px;
	position: relative;
	display: none;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_down .seven_down_img {
	position: absolute;
	top: 15px;
	left: 53px;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_down .c_text {
	color: #666;
	line-height: 1.8;
}
#serve_question .cjwd .ibox .lert .right .fy {
	margin-top: 60px;
}
/* 技术热线与支持 */
#serve_download .sdbk {
	width: 100%;
	height: 560px;
	background: url(../images/serve_1.png) center no-repeat;
	background-size: cover;
}
#serve_download .sdbk .ibox {
	padding: 150px 0;
}
#serve_download .sdbk .ibox .three_img {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#serve_download .sdbk .ibox .three_img .three {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#serve_download .sdbk .ibox .three_img .three .big_img {
	width: 138px;
	height: 138px;
	border: 2px solid #005aa8;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#serve_download .sdbk .ibox .three_img .three.borc .big_img {
	border: 5px solid #005aa8;
}
#serve_download .sdbk .ibox .three_img .three .d_text {
	color: #333;
	margin: 28px 0 45px 0;
}
#serve_download .sdbk .ibox .three_img .three .c_text {
	color: #666;
}
#serve_download .sdbk .ibox .three_img .three a.c_text:hover {
	color: #005aa8;
}
#serve_download .sdbk .ibox .three_img .line {
	width: 2px;
	height: 60px;
	background-color: rgba(179, 33, 35, .3);
}
/* 意见反馈 */
#serve_feedback .yjfk {
	width: 100%;
	background: url(../images/sf_6.png) center no-repeat;
	background-size: cover;
}
#serve_feedback .yjfk .ibox {
	padding: 110px 0;
}
#serve_feedback .yjfk .ibox .title_text {
	color: #005aa8;
	margin-bottom: 90px;
}
#serve_feedback .yjfk .ibox .text {
	width: 100%;
}
#serve_feedback .yjfk .ibox .text span {
	color: #005aa8;
}
#serve_feedback .yjfk .ibox .text .c_text {
	color: #333;
	line-height: 2;
}
#serve_feedback .yjfk .ibox .text .d_text {
	width: 100%;
	min-height: 64px;
	display: flex;
	align-items: center;
	margin-top: 23px;
}
#serve_feedback .yjfk .ibox .text .d_text .dd_text {
	color: #333;
	margin-right: 30px;
}
#serve_feedback .yjfk .ibox .text .d_text input {
	width: 815px;
	height: 64px;
	border: 2px solid #e7e7e7;
	background-color: transparent;
	font-size: 16px;
	padding-left: 20px;
}
#serve_feedback .yjfk .ibox .text .d_text .lab {
	display: flex;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn {
	display: flex;
	position: relative;
	margin-right: 42px;
	cursor: pointer;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn .s_img {
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn .s_img img {
	position: absolute;
	top: 0;
	left: 0;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn .s_img img:last-child {
	opacity: 0;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn.act .s_img img:last-child {
	opacity: 1;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn.act .s_img img:first-child {
	opacity: 0;
}
#serve_feedback .yjfk .ibox .text .d_text .lab .nnn label {
	margin-left: 7px;
	cursor: pointer;
}
#serve_feedback .yjfk .ibox .text .d_text .lab input {
	width: 18px;
	height: 18px;
}
#serve_feedback .yjfk .ibox .text .d_text .cc_text {
	color: #999999;
}
#serve_feedback .yjfk .ibox .text .d_text .sel_box {
	position: relative;
}
#serve_feedback .yjfk .ibox .text .d_text select {
	width: 815px;
	height: 64px;
	border: 2px solid #e7e7e7;
	background-color: transparent;
	font-size: 16px;
	padding-left: 20px;
}
#serve_feedback .yjfk .ibox .text .d_text select {
	-webkit-appearance: none;
	appearance: none;
}
#serve_feedback .yjfk .ibox .text .d_text .sel_box .sel_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
#serve_feedback .yjfk .ibox .text .d_text textarea {
	width: 815px;
	height: 200px;
	border: 2px solid #e7e7e7;
	background-color: transparent;
	font-size: 16px;
	padding: 13px 0 0 20px;
	resize: none;
	font-family: "微软雅黑";
	line-height: 2;
}
#serve_feedback .yjfk .ibox .text .fjsc {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	padding-left: 115px;
	margin-top: 21px;
}
#serve_feedback .yjfk .ibox .text .fjsc .fj_text {
	width: 156px;
	height: 100%;
	border: 2px solid #e7e7e7;
	background-color: transparent;
	padding: 0 23px 0 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#serve_feedback .yjfk .ibox .text .fjsc .fj_text .fjd_text {
	color: #333;
}
#serve_feedback .yjfk .ibox .text .fjsc .fjsc_text {
	color: #999;
	margin-left: 20px;
}
#serve_feedback .yjfk .ibox .text .d_text.yzm {
}
#serve_feedback .yjfk .ibox .text .d_text.yzm .dd_text {
	margin-right: 48px;
}
#serve_feedback .yjfk .ibox .text .d_text.yzm input {
	width: 300px;
}
#serve_feedback .yjfk .ibox .text .d_text.yzm .yzm_img {
	margin-left: 20px;
}
#serve_feedback .yjfk .ibox .text .cc_text {
	margin: 10px 0 0 140px;
	color: #999;
}
#serve_feedback .yjfk .ibox .text .tj {
	width: 180px;
	height: 60px;
	background-color: #005aa8;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 8px;
	margin: 40px 0 0 115px;
}
#serve_feedback .yjfk .ibox .text .tj:hover {
	background-color: #c00d0f;
}
input[type=checkbox], input[type=radio] {
	opacity: 0;
}
/* 公司新闻 */
#news {
	background-color: #f5f5f5;
}
#news .gsxw {
	width: 100%;
}
#news .gsxw .ibox {
	padding: 100px 0 60px 0;
}
#news .gsxw .ibox .ny_title {
	margin-bottom: 100px;
}
#news .gsxw .ibox .swiper9 {
	width: 100%;
	position: relative;
}
#news .gsxw .ibox .swiper9 .swiper-slide {
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .left {
	width: 45%;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .left .s9_img {
	width: 100%;
	overflow: hidden;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .left .s9_img img {
	width: 100%;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box:hover .left .s9_img img {
	transform: scale(1.1);
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right {
	width: 55%;
	padding: 28px 3.125% 30px;
	background-color: #fff;
	position: relative;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .time {
	width: 100%;
	display: flex;
	align-items: center;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .time .year {
	color: #999;
	margin-left: 19px;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .d_text {
	width: 100%;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 16px 0 22px 0;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box:hover .right .d_text {
	color: #005aa8;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .c_text {
	width: 100%;
	color: #666;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .ckgd {
	width: 148px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeeee;
	color: #333;
	position: absolute;
	bottom: 30px;
	left: 6.125%;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box:hover .right .ckgd {
	background-color: #005aa8;
	color: #fff;
}
#news .gsxw .ibox .swiper9 .btn {
	width: 90px;
	position: absolute;
	left: 48.5%;
	top: 50%;
	transform: translate(0, 0);
}
#news .gsxw .ibox .swiper9 .btn .s9btnall {
	width: 39px;
	height: 39px;
	position: relative;
	cursor: pointer;
}
#news .gsxw .ibox .swiper9 .btn .s9btnall img {
	position: absolute;
	top: 0;
	left: 0;
}
#news .gsxw .ibox .swiper9 .btn .s9btnall img:last-child {
	opacity: 0;
}
#news .gsxw .ibox .swiper9 .btn .s9btnall:hover img:last-child {
	opacity: 1;
}
#news .gsxw .ibox .swiper9 .btn .s9btnall:hover img:first-child {
	opacity: 0;
}
#news .ltxw {
	width: 100%;
}
#news .ltxw .ibox {
	padding-bottom: 100px;
}
#news .ltxw .ibox .six_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#news .ltxw .ibox .six_img .six {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 3.125%;
}
#news .ltxw .ibox .six_img .six:nth-child(3n) {
	margin-right: 0;
}
#news .ltxw .ibox .six_img .six .up {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#news .ltxw .ibox .six_img .six .up .up_img {
	width: 100%;
	overflow: hidden;
}
#news .ltxw .ibox .six_img .six .up .up_img img {
	width: 100%;
}
#news .ltxw .ibox .six_img .six:hover .up .up_img img {
	transform: scale(1.2);
}
#news .ltxw .ibox .six_img .six .up .time {
	width: 73px;
	height: 73px;
	background-color: rgba(212, 21, 23, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}
#news .ltxw .ibox .six_img .six .up .time .day {
	margin-top: 13px;
}
#news .ltxw .ibox .six_img .six .down {
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
}
#news .ltxw .ibox .six_img .six .down .d_text {
	width: 100%;
	padding: 19px 21px 21px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news .ltxw .ibox .six_img .six:hover .down .d_text {
	color: #005aa8;
}
#news .ltxw .ibox .six_img .six .down .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-bottom: 13px;
}
#news .ltxw .ibox .six_img .six .down .c_text {
	height: 51px;
	width: 100%;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 21px;
}
#news .ltxw .ibox .fy {
	margin-top: 20px;
}
/* 公司新闻 */
#news_video {
	background-color: #f5f5f5;
}
#news_video .gsxw {
	width: 100%;
}
#news_video .gsxw .ibox {
	padding: 100px 0 100px 0;
}
#news_video .ltxw {
	width: 100%;
}
#news_video .ltxw .ibox {
	padding-bottom: 100px;
}
#news_video .ltxw .ibox .six_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#news_video .ltxw .ibox .six_img .six {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 3.125%;
}
#news_video .ltxw .ibox .six_img .six:nth-child(3n) {
	margin-right: 0;
}
#news_video .ltxw .ibox .six_img .six .up {
	width: 100%;
	position: relative;
}
#news_video .ltxw .ibox .six_img .six .up .up_img {
	width: 100%;
	overflow: hidden;
}
#news_video .ltxw .ibox .six_img .six .up .up_img img {
	width: 100%;
}
#news_video .ltxw .ibox .six_img .six .up .video_img {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#news_video .ltxw .ibox .six_img .six .up .video_img img {
	width: 100%;
}
#news_video .ltxw .ibox .six_img .six:hover .up .video_img img {
	transform: scale(0.8);
}
#news_video .ltxw .ibox .six_img .six .down {
	width: 100%;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}
#news_video .ltxw .ibox .six_img .six .down::before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #005aa8;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
#news_video .ltxw .ibox .six_img .six:hover .down::before {
	width: 100%;
	opacity: 1;
}
#news_video .ltxw .ibox .six_img .six .down .d_text {
	width: 100%;
	padding: 19px 21px 14px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news_video .ltxw .ibox .six_img .six:hover .down .d_text {
	color: #005aa8;
}
#news_video .ltxw .ibox .fy {
/* margin-top: 20px; */
}
/* 新闻详情 */
#news_con .dbt {
	width: 100%;
	padding-bottom: 70px;
}
#news_con .dbt .case_con_title {
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 29px 0;
}
#news_con .dbt .three_text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 52px;
}
#news_con .dbt .three_text .three {
	color: #666;
	margin-right: 58px;
}
#news_con .dbt .three_text .three:last-child {
	margin-right: 0;
}
#news_con .dbt .wzdd {
	width: 100%;
	background-color: #f2f2f2;
	padding: 14px 0 18px 0;
}
#news_con .dbt .wzdd .ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
	color: #333;
	line-height: 2;
}
#news_con .dbt .wzxq {
	width: 100%;
	padding: 34px 0 0 0;
}
#news_con .dbt .wzxq .ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}
#news_con .dbt .wzxq .ibox .c_text {
	color: #666;
	line-height: 2.2;
}
#news_con .dbt .wzxq .ibox .c_text img {
	display: inline-block;
}
#news_con .dbt .wzxq .ibox .img {
	width: 100%;
}
#news_con .dbt .wzxq .ibox .img img {
	max-width: 100%;
	margin: 39px auto;
	border: 1px solid #ededed;
}
#news_con .dbt .line {
	width: 100%;
	height: 1px;
	background-color: #ededed;
	margin: 30px 0 48px 0;
}
#news_con .dbt .ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
	box-sizing: border-box;
}
#news_con .dbt .ibox .gs {
	width: 100%;
	margin-bottom: 43px;
}
#news_con .dbt .ibox .gs .d_text {
	color: #333;
	line-height: 2;
	font-weight: bold;
}
#news_con .dbt .ibox .gs .c_text {
	color: #666;
	line-height: 2;
}
#news_con .dbt .ibox .two_text {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#news_con .dbt .ibox .two_text .left {
	width: 35%;
}
#news_con .dbt .ibox .two_text .left .sxyp {
	/* width: 100%; */
    /* display: block; */
	position: relative;
}
#news_con .dbt .ibox .two_text .left .sxyp::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #005aa8;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
#news_con .dbt .ibox .two_text .left .sxyp:hover::before {
	width: 100%;
	opacity: 1;
}
#news_con .dbt .ibox .two_text .left a.syp {
	margin-bottom: 17px;
}
#news_con .dbt .ibox .two_text .left a .s1 {
	color: #333;
}
#news_con .dbt .ibox .two_text .left a .s2 {
	color: #666;
}
#news_con .dbt .ibox .two_text .left a:hover .s1 {
	color: #005aa8;
}
#news_con .dbt .ibox .two_text .left a:hover .s2 {
	color: #005aa8;
}
/*7/12*/

#product_con .cptd .obox .ul2 li li {
	opacity: 1;
	position: inherit;
}
/* 招贤纳士 */
#recruitment .banner1 .ban_title .ban_c_text {
	color: #fff;
	padding-bottom: 19px;
	border-bottom: 1px solid #fff;
	margin-top: 37px;
	display: inline-block;
}
#recruitment .ygfl {
	width: 100%;
	background: url(../images/r_2.jpg) center no-repeat;
	background-size: cover;
}
#recruitment .ygfl .ibox {
	padding: 101px 0 98px 0;
}
#recruitment .ygfl .ibox .ygfl_text {
	line-height: 1.8;
	color: #333;
	margin: 70px 0 50px 0;
	text-align: center;
}
#recruitment .ygfl .ibox .five_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#recruitment .ygfl .ibox .five_img .swiper11 {
	width: 100%;
	height: 400px;
}
#recruitment .ygfl .ibox .five_img .five {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 9px;
	-moz-box-shadow: 0px 0px 10px #DDDDDD;
	-webkit-box-shadow: 0px 0px 10px #DDDDDD;
	box-shadow: 0px 0px 10px #DDDDDD;
	background-color: #fff;
	overflow: hidden;
}
#recruitment .ygfl .ibox .five_img .five:hover {
	background-color: #005aa8;
}
#recruitment .ygfl .ibox .five_img .five .five_box {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 29%;
	transform: translateX(-50%);
	padding: 0 7.5%;
}
#recruitment .ygfl .ibox .five_img .five:hover .five_box {
	left: 0;
	top: 20px;
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#recruitment .ygfl .ibox .five_img .five .big_img {
	width: 125px;
	height: 125px;
	background-color: #f6f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
#recruitment .ygfl .ibox .five_img .five:hover .big_img {
	width: 60px;
	height: 60px;
	background-color: #fff;
	/* transform: scale(.48); */
	margin: 0;
}
#recruitment .ygfl .ibox .five_img .five:hover .big_img img {
	width: 30px;
	height: 30px;
}
#recruitment .ygfl .ibox .five_img .five .text {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 30px;
}
#recruitment .ygfl .ibox .five_img .five .text .d_text {
	color: #333;
}
#recruitment .ygfl .ibox .five_img .five:hover .text .d_text {
	color: #fff;
}
#recruitment .ygfl .ibox .five_img .five .text .line {
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 16px 0 14px 0;
}
#recruitment .ygfl .ibox .five_img .five .text .c_text {
	color: #fff;
	line-height: 1.8;
}
#recruitment .sgtp {
	width: 100%;
}
#recruitment .sgtp .ibox {
	padding: 30px 0;
}
#recruitment .sgtp .ibox .up {
	width: 100%;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#recruitment .sgtp .ibox .up .left {
	width: 50.13%;
	border-radius: 10px;
	overflow: hidden;
}
#recruitment .sgtp .ibox .up .right {
	width: 49.87%;
	padding-left: 3%;
}
#recruitment .sgtp .ibox .up .right .text {
}
#recruitment .sgtp .ibox .up .right .text .d_text {
	color: #333;
	line-height: 1.8;
}
#recruitment .sgtp .ibox .up .right .text .ul1 {
	width: 100%;
	margin-top: 32px;
}
#recruitment .sgtp .ibox .up .right .text .ul1 li {
	width: 100%;
	padding-left: 26px;
	color: #666;
	position: relative;
	margin-bottom: 17px;
}
#recruitment .sgtp .ibox .up .right .text .ul1 li:last-child {
	margin-bottom: 0;
}
#recruitment .sgtp .ibox .up .right .text .ul1 li::before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: #005aa8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#recruitment .sgtp .ibox .down {
	width: 100%;
	margin-top: 59px;
}
#recruitment .sgtp .ibox .down .four_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#recruitment .sgtp .ibox .down .four_img .four {
	width: 100%;
	position: relative;
}
#recruitment .sgtp .ibox .down .four_img .four:last-child {
	margin-right: 0;
}
#recruitment .sgtp .ibox .down .four_img .four .img {
	width: 100%;
	overflow: hidden;
}
#recruitment .sgtp .ibox .down .four_img .four .img img {
	width: 100%;
}
#recruitment .sgtp .ibox .down .four_img .four:hover .img img {
	transform: scale(1.2);
}
#recruitment .sgtp .ibox .down .four_img .four .text {
	width: 165px;
	height: 39px;
	background-color: rgba(255, 255, 255, .8);
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
#recruitment .sgtp .ibox .down .four_img .four:hover .text {
	background-color: #fff;
}
/* 员工风采 */
#recruitment .ygfc {
	width: 100%;
	background: url(../UploadSysFiles/Images/Bg/1539241412.png) center no-repeat;
	background-size: cover;
}
#recruitment .ygfc .ibox {
	padding: 100px 0 80px 0;
}
#recruitment .ygfc .ibox .swiper10 {
	margin-top: 73px;
	padding-bottom: 50px;
}
#recruitment .ygfc .ibox .swiper10 .s10_box {
	width: 100%;
	border: 1px solid transparent;
}
#recruitment .ygfc .ibox .swiper10 .s10_box:hover {
	border: 1px solid #005aa8;
}
#recruitment .ygfc .ibox .swiper10 .s10_box .img {
	width: 100%;
	overflow: hidden;
}
#recruitment .ygfc .ibox .swiper10 .s10_box .img img {
	width: 100%;
}
#recruitment .ygfc .ibox .swiper10 .s10_box:hover .img img {
	transform: scale(1.2);
}
#recruitment .ygfc .ibox .swiper10 .s10_box .text {
	padding: 30px;
	border: 1px solid #eeeeee;
	background-color: #fff;
}
#recruitment .ygfc .ibox .swiper10 .s10_box .text .d_text {
	width: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
#recruitment .ygfc .ibox .swiper10 .s10_box .text .year {
	width: 100%;
	padding-left: 29px;
	background: url(../images/r_25.png) center left no-repeat;
	color: #999;
	line-height: 1.2;
}
#recruitment .ygfc .ibox .swiper10 .s10_box:hover .text {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#recruitment .ygfc .ibox .swiper10 .s10_box:hover .text .d_text {
	color: #fff;
}
#recruitment .ygfc .ibox .swiper10 .s10_box:hover .text .year {
	color: #fff;
	background: url(../images/r_255.png) center left no-repeat;
}
/* 招聘职位 */
#recruitment .zpzw {
	width: 100%;
}
#recruitment .zpzw .ibox {
	padding: 20px 0;
}
#recruitment .zpzw .ibox .four_sel {
	width: 100%;
	margin: 73px 0 62px 0;
	display: flex;
	justify-content: center;
}
#recruitment .zpzw .ibox .four_sel .four {
	width: 22.625%;
	height: 71px;
	margin: 0 3%;
}
#recruitment .zpzw .ibox .four_sel .four select {
	width: 100%;
	height: 100%;
	border-radius: 35px;
	border: 2px solid #d2d2d2;
	padding-left: 39px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/r_21.png) right 39px center no-repeat;
}
#recruitment .zpzw .ibox .sfq {
	width: 100%;
	min-height: 500px;
}
#recruitment .zpzw .ibox .sfq .four_sfq {
	padding: 0px 42px 0px;
	cursor: pointer;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0px;
}
#recruitment .zpzw .ibox .sfq .four_sfq.act {
	border-bottom: 0;
	padding-bottom: 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq:last-child {
	margin-bottom: 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up {
	position: relative;
	width: 100%;
	padding: 44px 0 42px;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left {
	width: 92%;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .d_text {
	color: #333;
	margin-bottom: 16px;
}
#recruitment .zpzw .ibox .sfq .four_sfq.act .up .left .d_text {
	color: #005aa8;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text {
	width: 100%;
	display: flex;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text .five {
	width: 20%;
	color: rgba(51, 51, 51, .7);
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text .five:last-child {
	margin-right: 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .right {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 50%;
	right: 38px;
	transform: translateY(-50%);
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .right img {
	position: absolute;
	top: 0;
	left: 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .right img:last-child {
	opacity: 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq.act .up .right img:last-child {
	opacity: 1;
}
#recruitment .zpzw .ibox .sfq .four_sfq.act .up .right img:first-child {
	opacity: 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	padding-bottom: 52px;
	display: none;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .ttop {
	width: 100%;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .ttop .d_text {
	color: rgba(51, 51, 51, .7);
	margin: 38px 0 14px 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .ttop .c_text {
	color: rgba(51, 51, 51, .7);
	margin-bottom: 14px;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin: 40px 0 32px 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .jltd {
	color: #666;
	line-height: 2.5;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .jltd a:hover {
	color: #005aa8;
}
/* 搜索页面 */
#search .ipu {
	width: 100%;
	height: 155px;
	border-top: 1px solid #e7e7e7;
	margin-top: 120px;
}
#search .ipu .ibox {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#search .ipu .ibox .up {
	width: 76%;
	position: relative;
}
#search .ipu .ibox .up .fdj {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-48%);
}
#search .ipu .ibox .up .cha {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	cursor: pointer;
}
#search .ipu .ibox input {
	width: 100%;
	height: 66px;
	border: 0;
	background-color: #f3f3f3;
	border-radius: 40px;
	padding-left: 72px;
}
 #search .ipu .ibox input::-webkit-input-placeholder {
 color: #999;
}
 #search .ipu .ibox input::-moz-placeholder {
 color: #999;
}
 #search .ipu .ibox input:-moz-placeholder {
 color: #999;
}
 #search .ipu .ibox input:-ms-input-placeholder {
 color: #999;
}
#search .ipu .ibox a.img {
	color: #333;
	margin-left: 20px;
}
#search .jg {
	width: 100%;
	height: 80px;
}
#search .jg .ibox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dbdbdb;
}
#search .jg .ibox .ul1 {
	display: flex;
}
#search .jg .ibox .ul1 li {
	margin-right: 60px;
}
#search .jg .ibox .ul1 li a {
	color: #999;
	position: relative;
}
#search .jg .ibox .ul1 li a::before {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #005aa8;
	position: absolute;
	bottom: -31px;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
#search .jg .ibox .ul1 li:hover a::before {
	width: 100%;
	opacity: 1;
}
#search .jg .ibox .ul1 li.act a::before {
	width: 100%;
	opacity: 1;
}
#search .jg .ibox .ul1 li.act a {
	color: #005aa8;
}
#search .jg .ibox .ul1 li a:hover {
	color: #005aa8;
}
#search .jg .ibox .text {
	color: #333;
}
#search .jg .ibox .text span {
	color: #005aa8;
}
#search .jg .ibox .text .s2 {
	font-family: "gma";
}
#search .xwxq {
	background-color: #f8f8f8;
}
#search .xwxq .ibox {
	padding: 60px 0 100px 0;
}
#search .xwxq .ibox .ul2 {
	width: 100%;
	position: relative;
}
#search .xwxq .ibox .ul2>li {
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	z-index: -1;
	display: none;
}
#search .xwxq .ibox .ul2>li.act {
	position: relative;
	top: 0;
	opacity: 1;
	z-index: 5;
	display: block;
}
#search .xwxq .ibox .ul2 li .six_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#search .xwxq .ibox .ul2 li .six_img .six {
	width: 24%;
	margin-right: 1.33333%;
	margin-bottom: 1.33333%;
	background-color: #fff;
}
#search .xwxq .ibox .ul2 li .six_img .six:nth-child(4n) {
	margin-right: 0;
}
#search .xwxq .ibox .ul2 li .six_img .six:hover {
	-moz-box-shadow: 0px 1px 15px #CDCDCD;
	-webkit-box-shadow: 0px 1px 15px #CDCDCD;
	box-shadow: 0px 1px 15px #CDCDCD;
}
#search .xwxq .ibox .ul2 li .six_img .six .big_img {
	width: 100%;
	overflow: hidden;
}
#search .xwxq .ibox .ul2 li .six_img .six .big_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#search .xwxq .ibox .ul2 li .six_img .six:hover .big_img img {
	transform: scale(1.2);
}
#search .xwxq .ibox .ul2 li .six_img .six .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-top: 7px;
}
#search .xwxq .ibox .ul2 li .six_img .six .text {
	padding: 7.43%;
}
#search .xwxq .ibox .ul2 li .six_img .six .text .d_text {
	color: #005aa8;
	font-weight: bold;
}
#search .xwxq .ibox .ul2 li .six_img .six .text .c_text {
	width: 100%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 18px 0 20px 0;
}
#search .xwxq .ibox .ul2 li .six_img .six:hover .text .more3 {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#search .xwxq .ibox .ul2 li .six_img .six:hover .text .more3 .more3_text {
	color: #fff;
}
#search .xwxq .ibox .ul2 li .six_img .six:hover .text .more3 .more3_img img:last-child {
	opacity: 1;
}
#search .xwxq .ibox .ul2 li .six_img .six:hover .text .more3 .more3_img img:first-child {
	opacity: 0;
}
#search .xwxq .ibox .ul2 li .fy {
	margin-top: 30px;
}
#search .xwxq .ibox .ul2 li .five_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#search .xwxq .ibox .ul2 li .five_img .five {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-bottom: 2.1875%;
}
#search .xwxq .ibox .ul2 li .five_img .five:hover {
	-moz-box-shadow: 0px 1px 15px #cecece;
	-webkit-box-shadow: 0px 1px 15px #cecece;
	box-shadow: 0px 1px 15px #cecece;
}
#search .xwxq .ibox .ul2 li .five_img .five:nth-child(3n) {
	margin-right: 0;
}
#search .xwxq .ibox .ul2 li .five_img .five .big_img {
	width: 100%;
	overflow: hidden;
}
#search .xwxq .ibox .ul2 li .five_img .five .big_img img {
	width: 100%;
}
#search .xwxq .ibox .ul2 li .five_img .five:hover .big_img img {
	transform: scale(1.2);
}
#search .xwxq .ibox .ul2 li .five_img .five .text {
	padding: 19px 20px 20px;
	background-color: #fff;
}
#search .xwxq .ibox .ul2 li .five_img .five .text .d_text {
	width: 100%;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 40px;
}
#search .xwxq .ibox .ul2 li .five_img .five:hover .text .more3 {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
#search .xwxq .ibox .ul2 li .five_img .five:hover .text .more3 .more3_text {
	color: #fff;
}
#search .xwxq .ibox .ul2 li .five_img .five:hover .text .more3 .more3_img img:last-child {
	opacity: 1;
}
#search .xwxq .ibox .ul2 li .five_img .five:hover .text .more3 .more3_img img:first-child {
	opacity: 0;
}
#search .xwxq .ibox .ul2 li .four_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#search .xwxq .ibox .ul2 li .four_img .four {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 3.125%;
}
#search .xwxq .ibox .ul2 li .four_img .four:nth-child(3n) {
	margin-right: 0;
}
#search .xwxq .ibox .ul2 li .four_img .four .up {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#search .xwxq .ibox .ul2 li .four_img .four .up .up_img {
	width: 100%;
	overflow: hidden;
}
#search .xwxq .ibox .ul2 li .four_img .four .up .up_img img {
	width: 100%;
}
#search .xwxq .ibox .ul2 li .four_img .four:hover .up .up_img img {
	transform: scale(1.2);
}
#search .xwxq .ibox .ul2 li .four_img .four .up .time {
	width: 73px;
	height: 73px;
	background-color: rgba(212, 21, 23, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}
#search .xwxq .ibox .ul2 li .four_img .four .up .time .day {
	margin-top: 13px;
}
#search .xwxq .ibox .ul2 li .four_img .four .down {
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
}
#search .xwxq .ibox .ul2 li .four_img .four .down .d_text {
	width: 100%;
	padding: 19px 21px 21px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#search .xwxq .ibox .ul2 li .four_img .four:hover .down .d_text {
	color: #005aa8;
}
#search .xwxq .ibox .ul2 li .four_img .four .down .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-bottom: 13px;
}
#search .xwxq .ibox .ul2 li .four_img .four .down .c_text {
	height: 51px;
	width: 100%;
	color: #999;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 21px;
}
/* 服务网点 */
#serve_branch .fwqq {
	width: 100%;
	background: #fff url(../images/sb_2.png) center no-repeat;
	background-size: cover;
}
#serve_branch .fwqq .ibox {
	position: relative;
}
#serve_branch .fwqq .ibox .two_big_img {
	width: 100%;
	height: 917px;
	position: relative;
}
#serve_branch .fwqq .ibox .two_big_img .two_img {
	position: absolute;
	height: 100%;
	opacity: 0;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .img {
	height: 100%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .img img {
	height: 100%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.act {
	opacity: 1;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.qq .fp {
	position: absolute;
	top: 54%;
	left: 78.3%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.ch {
	display: flex;
	align-items: center;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.ch .line {
	width: 2px;
	height: 690px;
	background-color: #f2f2f2;
	transform: translateY(-30px);
}
#serve_branch .fwqq .ibox .two_big_img .two_img.ch .fp {
	position: absolute;
	top: 62.5%;
	left: 70.3%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .map_icon {
	width: 18px;
	height: 23px;
	position: relative;
}
 @keyframes warn {
 0% {
 transform: translate(-50%, -50%) scale(0);
 -webkit-transform: translate(-50%, -50%) scale(0);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(1);
 -webkit-transform: translate(-50%, -50%) scale(1);
 opacity: 0;
}
}
 @-webkit-keyframes warn1 {
 0% {
 transform: translate(-50%, -50%) scale(0);
 -webkit-transform: translate(-50%, -50%) scale(0);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(1);
 -webkit-transform: translate(-50%, -50%) scale(1);
 opacity: 0;
}
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .map_icon .ks {
	width: 10px;
	height: 10px;
	background-color: #005aa8;
	position: absolute;
	top: 72%;
	left: 50%;
	transform: rotateX(258deg) translate(-50%, -50%);
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .map_icon .ks1 {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ccc;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .map_icon .ks2 {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ccc;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .map_icon .ks3 {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ccc;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .text {
	width: 80px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 26px;
	background-color: #fff;
	-moz-box-shadow: 0px 4px 8px #fbe7e7;
	-webkit-box-shadow: 0px 4px 8px #fbe7e7;
	box-shadow: 0px 4px 8px #fbe7e7;
	z-index: 3;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .text .d_text {
	color: #333;
}
#serve_branch .fwqq .ibox .two_big_img .two_img .fp .text .s_img {
	position: absolute;
	left: -6px;
	top: 0;
}
#serve_branch .fwqq .ibox .hzzb {
	position: absolute;
	top: 50%;
	right: 6.125%;
	transform: translateY(-50%);
	padding: 51px 70px 80px 53px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 8px #E5E5E5;
	-webkit-box-shadow: 0px 3px 8px #E5E5E5;
	box-shadow: 0px 3px 8px #E5E5E5;
}
#serve_branch .fwqq .ibox .hzzb .d_text {
	color: #333;
	font-weight: bold;
	margin-bottom: 14px;
	letter-spacing: 6px;
}
#serve_branch .fwqq .ibox .hzzb .c_text {
	display: block;
	color: #333;
	line-height: 2;
}
#serve_branch .fwqq .ibox .hzzb a.c_text:hover {
	color: #005aa8;
}
#serve_branch .fwqq .ibox .quanguo {
	width: 326px;
	height: 50px;
	position: absolute;
	bottom: 80px;
	left: 25.625%;
	display: flex;
	border-radius: 30px;
	overflow: hidden;
}
#serve_branch .fwqq .ibox .quanguo .zq {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
	color: #333;
	cursor: pointer;
}
#serve_branch .fwqq .ibox .quanguo .zq:hover {
	color: #fff;
	background-color: #005aa8;
}
#serve_branch .fwqq .ibox .quanguo .zq.act {
	color: #fff;
	background-color: #005aa8;
}
/*模块样式*/
.latestpro .swiper-wrapper {
	height: auto
}
.latestpro .swiper-wrapper .swiper-slide {
	height: auto
}
/*.latestpro .swiper-container{padding: 0 20px;}*/
.latestpro .pro-container .pro-item-l.first {
	width: 48.45%;
	height: 584px;
	float: left;
	position: relative;
}
.latestpro .pro-container {
	padding-bottom: 20px;
}
.latestpro .pro-container .pro-item { /*border-bottom: 2px solid #000;*/
}
.latestpro .pro-container .pro-item {
w/*idth: 32%;float: left;*/box-sizing: border-box;
}
.latestpro .pro-container .pro-item .pro-img {
	overflow: hidden;
	display: block;
	height: auto;
	list-style-type: none;
	display: block;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.latestpro .pro-container .pro-item .pro-img .dummy {
	padding-top: 100%;
}
.latestpro .pro-container .pro-item .pro-img img {
	transition: all .3s ease-out 0s;/* position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;*/
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	padding: auto;
}
.latestpro .pro-container div:hover .pro-img img {
	transform: scale(1.1);
}
.latestpro .pro-container .pro-item .pro-text {
	box-sizing: border-box;
	padding: 0% 5% 8%;
}
.latestpro .pro-container .pro-item .pro-text .pro-shopping-main {
	width: 100%;
	text-align: center;
	font-size: 14px;
	display: block;
}
.latestpro .pro-container .pro-item .pro-desc {
	margin-bottom: 5%;
	margin-top: 5px
}
.latestpro .pro-container .pro-item .fontn {
	color: #999;
	text-align: center
}
.latestpro .pro-container .pro-item .pro-text .pro-shopping-main {
	text-align: center;
	margin-bottom: 5%
}
.latestpro .pro-container .pro-item .pro-price {
	display: inline-block;
	font-size: 20px;
	color: #000;
}
.latestpro .pro-container .pro-item .pro-text .pro-shopping-main .pro-market-price {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
.latestpro .pro-container .pro-buybtn {
	padding: 8px 12px;
	transition: all 0.3s linear;
	color: #fff;
	width: 65%;
	text-align: center;
	top: calc(100% - 19px);
	left: 18%;
	background-color: #000;
	position: absolute;
}
.latestpro .pro-container .pro-buybtn i {
	margin-right: 5px
}
.latestpro .pro-container .pro-buybtn span {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 90%;
	display: inline-block;
	vertical-align: middle;
}
.latestpro .pro-desc>span {
	word-break: break-word !important;
}
.latestpro .pro-name {
	text-align: center;
	word-break: break-word !important;
}
.latestpro .swiper-container.hover-event.swiper-container-horizontal {
	width: 100%;
}
.latestpro .swiper-pro-butto-next {
	position: absolute;
	top: 50% !important;
	width: 45px;
	height: 45px;
	z-index: 10;
	cursor: pointer;
	transform: translate(0, -50%);
	background-position: 125px 148px;
}
.latestpro .swiper-pro-butto-prev {
	margin-top: -22.5px;
	position: absolute;
	top: 50% !important;
	width: 45px;
	height: 45px;
	z-index: 10;
	cursor: pointer;
	transform: translate(0, -50%);
	background-position: 130px 148px;
}
.latestpro .swiper-pro-butto-next {
	border-radius: 50%; /*background-image: url('/images/pre.png');*/
	left: 0;
	right: auto;
}
.latestpro .swiper-pro-butto-prev {
	border-radius: 50%;
	transform: rotate(180deg);
	top: calc(50% - 22.5px);/*background-image: url('/images/next.png');*/
	right: 0;
	left: auto;
}
.latestpro .icon-icon-left {
	font-size: 32px;
	color: #fff;
	text-align: center;
}
.latestpro .swiper-button-white {
	background-color: rgba(51,51,51,.3);
}
.latestpro a:active, .latestpro a:visited, .latestpro a:focus {
	text-decoration: none;
}
.latestpro .pro-container .pro-item .pro-text .pro-name {
	margin-top: 10px
}
.latestpro .space {
	overflow: hidden;
	text-overflow: ellipsis;
}
.latestpro .pro-container .cross {
	display: none
}
.latestpro .swiper-container-free-mode1>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto
}
.latestpro .pro-container .pro-item .pro-text {
	box-sizing: border-box;
}
.latestpro .pro-container .pro-item:hover {
	transition: all 0.3s linear;
	box-shadow: 3px 6px 30px rgba(0, 0, 0, 0.1);
}
.latestpro .pro-container .pro-item:hover .pro-buybtn {
	background: #fd6e27;
	transition: all 0.3s linear;
}
.latestpro .pro-container .swiper-slide:hover .pro-price {
	color: #fd6e27;
	transition: all 0.3s linear;
}
.latestpro .pro-title>span {
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}
.col-sm-4 {
}
.col-sm-4 img {
	max-width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: left;
}
 @media (max-width: 1820px) {
#serve_branch .fwqq .ibox .two_big_img {
	width: 100%;
	height: 867px;
	position: relative;
}
}
 @media (max-width: 1720px) {
#serve_branch .fwqq .ibox .two_big_img {
	width: 100%;
	height: 847px;
	position: relative;
}
}
 @media (max-width: 1680px) {
.header .box .ul1 li .lbt .sbox {
	padding-left: 37.4%;
}
.footer .ibox .up .right {
	padding-left: 4px;
}
#index .about .ibox {
	padding: 80px 0 90px 0;
}
#index .about .ibox .text {
	margin: 70px 0 90px 0;
}
#index .about .ibox .three_text {
	margin-bottom: 110px;
}
#index .ldcp .six_img .six .six_box {
	padding: 170px 0 70px 0;
}
#serve_branch .fwqq .ibox .hzzb {
	right: -3.875%;
}
#serve_branch .fwqq .ibox .two_big_img {
	width: 100%;
	height: 757px;
	position: relative;
}
#about .ryzz .ibox .down {
	height: 770px;
}
}
 @media (max-width: 1440px) {
.header .box .ul1 li .lbt .sbox {
	padding-left: 35.8%;
}
.footer .ibox .up .right {
	padding-left: 0;
}
#index .banner .swiper1 .ibox.ibox2 {
	bottom: 70px;
}
#index .about .ibox .text {
	margin: 55px 0 70px 0;
}
#index .about .ibox .three_text {
	margin-bottom: 75px;
}
#index .ldcp {
	width: 100%;
	height: 810px;
	overflow: hidden;
}
#index .ldcp .six_img .six .six_box {
	padding: 120px 0 85px 0;
}
#index .slmy .ibox {
	padding: 100px 0 180px 0;
}
#index .xwzx .ibox .down {
	width: 100%;
	margin-top: 90px;
}
#about .gsjj .ibox .up .left .c_text {
	height: 290px;
	margin-top: 30px;
}
.header .box .ul1 li .lbt a {
	font-size: 14px;
}
#industry_con .syhg .ibox .lrt .left {
	padding: 15px 4.375% 0 0;
}
#serve_branch .fwqq .ibox .hzzb {
	top: 42%;
	right: -3.875%;
	padding: 40px 70px 67px 40px;
}
#serve_branch .fwqq .ibox .two_big_img {
	width: 100%;
	height: 717px;
	position: relative;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.ch .line {
	display: none;
}
#recruitment .ygfl .ibox .five_img .swiper11 {
	height: 340px;
}
#recruitment .ygfl .ibox .five_img .five .five_box {
	top: 23%;
}
.footer .ibox .up .two_left .six {
	width: 18%;
}
.footer .ibox .up .two_left .six:nth-child(3) {
	width: 20%;
}
#about .ryzz .ibox .down {
	height: 680px;
}
}
 @media (max-width: 1366px) {
.header .box .ul1 li .lbt .sbox {
	padding-left: 35%;
}
.header .box .ul1 li .lbt a {
	font-size: 14px;
}
#index .about .ibox .three_text .three {
	margin-right: 70px;
}
#index .about .ibox .text {
	margin: 45px 0 60px 0;
}
#index .about .ibox .three_text {
	margin-bottom: 60px;
}
#index .ldcp {
	height: 730px;
}
#index .fwzc .ibox .down .right .five {
	padding: 25px 0;
}
#index .slmy .ibox {
	padding: 100px 0 150px 0;
}
#index .xwzx .btn .s3btnall.next3 {
	transform: translateX(60px);
}
#index .xwzx .btn .s3btnall.prev3 {
	transform: translateX(-60px);
}
#about .ryzz .ibox .down {
	height: 670px;
}
}
 @media (max-width: 1280px) {
.header .box .ul1 li .lbt .sbox {
	padding-left: 34%;
}
.header .box .ul1 li .lbt a {
	font-size: 12px;
}
#index .about .ibox {
	padding: 80px 0 80px 0;
}
#index .about .ibox .text {
	margin: 40px 0 55px 0;
}
#index .ldcp {
	height: 700px;
}
#index .xwzx .btn .s3btnall.next3 {
	transform: translateX(0px);
}
#index .xwzx .btn .s3btnall.prev3 {
	transform: translateX(0px);
}
}
 @media (max-width: 1030px) {
.f_14 {
	font-size: 12px;
}
.f_16 {
	font-size: 14px;
}
.f_18 {
	font-size: 16px;
}
.f_20 {
	font-size: 16px;
}
.f_22 {
	font-size: 16px;
}
.f_24 {
	font-size: 20px;
}
.f_26 {
	font-size: 22px;
}
.f_28 {
	font-size: 22px;
}
.f_30 {
	font-size: 24px;
}
.f_32 {
	font-size: 24px;
}
.f_34 {
	font-size: 28px;
}
.f_36 {
	font-size: 28px;
}
.f_38 {
	font-size: 30px;
}
.f_40 {
	font-size: 30px;
}
.f_42 {
	font-size: 34px;
}
.f_46 {
	font-size: 34px;
}
.f_48 {
	font-size: 34px;
}
.f_50 {
	font-size: 34px;
}
.f_54 {
	font-size: 34px;
}
.f_56 {
	font-size: 36px;
}
.f_60 {
	font-size: 38px;
}
.f_88 {
	font-size: 38px;
}
.ibox {
	max-width: 1200px;
	min-width: 100px;
	width: 91%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.box {
	max-width: 1200px;
	min-width: 100px;
	width: 91%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.header {
	display: none;
}
.m_header {
	width: 100%;
	height: 60px;
	display: block;
	overflow: hidden;
	padding: 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m_header .sanline {
	width: 50px;
	height: 50px;
}
.m_header .sanline img {
	width: 50px;
	height: 50px;
}
.header_nav .sancha {
	width: 50px;
	height: 50px;
}
.header_nav .sancha img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.header_nav {
	display: block;
	position: fixed;
	z-index: 999999999999;
	width: 100%;
	height: 100%;
	top: 0%;
	right: -100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.header_nav.act {
	right: 0;
}
.header_nav li a {
	font-size: 18px;
	color: #666;
	padding: 10px 30px 10px 50px;
	line-height: 30px;
	position: relative;
}
.header_nav li a.ltp:after {
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	background: #d4d3d4;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 30px;
}
.header_nav li a.ltp.act:after {
	background: #005aa8;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.header_nav li a.ltp.act {
	color: #005aa8;
}
.header_nav li .qp .hd {
	display: none;
}
.header_nav li .qp .hd .hp a {
	display: block;
	font-size: 16px;
}
.header_nav li .qp .hd .hp a:last-child {
	border-bottom: 1px solid #ccc;
}
.header_nav li.search {
	position: relative;
}
.header_nav li.search span {
	position: absolute;
	top: 17px;
}
.header_nav li.search .searchbtn img {
	position: absolute;
	top: 7px;
}
.header_nav .en {
	display: block;
	width: 100%;
	padding: 15px 30px 10px;
	color: #666;
}
.header_nav .h_input {
	width: 100%;
	height: 52px;
	position: relative;
	padding: 15px 30px 0;
}
.header_nav .h_input input {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 1px solid #999;
	padding-left: 15px;
	font-size: 14px;
}
.header_nav .h_input .img {
	position: absolute;
	right: 47px;
	top: 63%;
	transform: translateY(-50%);
}
.footer .ibox .up {
	display: none;
}
.footer {
	padding-top: 0px;
}
.footer .down {
	border-top: 0;
}
#index .about .ibox .text {
	margin: 30px 0 45px 0;
}
#index .about .ibox .three_text {
	margin-bottom: 40px;
}
#index .about .ibox {
	padding: 60px 0;
}
#index .ldcp {
	height: 630px;
}
#index .ldcp .six_img .six .six_box {
	padding: 101px 0 75px 0;
}
#index .fwzc .ibox .down .right .five {
	padding: 10px 0;
}
#index .fwzc .ibox {
	padding: 60px 0;
}
#index .slmy .dq {
	bottom: -56.5%;
}
#index .slmy .ibox {
	padding: 60px 0 150px 0;
}
#index .xwzx .ibox {
	padding: 60px 0;
}
#index .xwzx .ibox .down {
	margin-top: 40px;
}
#index .xwzx .ibox .down .swiper3 {
	padding-bottom: 30px;
}
#index .xwzx .ibox .down .swiper3 .s3_box .xw_text .d_text {
	height: 70px;
}
#index .xwzx .ibox .down .swiper3 .s3_box .xw_text {
	padding: 8px 10px 15px;
}
#index .xwzx .ibox .down .swiper3 .s3_box .xw_text .time {
	margin-top: 6px;
}
#index .banner .swiper1 .ibox.ibox2 {
	bottom: 30px;
}
#about .gsjj .ibox {
	padding: 60px 0;
}
#about .gsjj .ibox .up .left .c_text {
	height: 195px;
	margin-top: 20px;
}
#about .gsjj .ibox .up .right .right_box .img2 {
	bottom: -10px;
	left: -10px;
}
#about .gsjj .ibox .up {
	margin: 40px 0 30px 0;
}
#about .qywh .ibox {
	padding: 60px 0;
}
#about .qywh .ibox .down {
	margin-top: 40px;
}
#about .qywh .ibox .down .swiper4 .s4_box .eng {
	margin: 20px 0 35px 0;
}
#about .qywh .ibox .down .swiper4 .s4_box .line {
	height: 5px;
}
#about .fzlc .ibox {
	padding: 60px 0;
}
#about .fzlc .ibox .swiper6_box .pagination6 {
	margin-top: 25px;
}
#about .fzlc .ibox .swiper6_box {
	width: 75%;
	margin: 35px auto 0;
}
#about .fzlc .ibox .swiper6_box .btn .next6 {
	transform: translateX(100px);
}
#about .fzlc .ibox .swiper6_box .btn .prev6 {
	transform: translateX(-100px);
}
#about .fzlc .ibox .swiper5 {
	margin-top: 40px;
}
#about .ryzz .ibox {
	padding: 60px 0;
}
#about .ryzz .ibox .down {
	height: 500px;
	margin-top: 40px;
	padding: 30px 30px 30px 30px;
}
#about .ryzz .ibox .down .down_box .left {
	width: 19%;
	height: 100%;
	background-color: #005aa8;
	padding: 30px 0 0 25px;
}
#about .ryzz .ibox .down .down_box .left .qwrz {
	margin-bottom: 75px;
}
#about .jssl .ibox {
	padding: 60px 0;
}
#about .jssl .ibox .down {
	margin-top: 36px;
}
#about .jssl .ibox .down .swiper7 {
	padding-bottom: 30px;
}
#about .lxwm .ibox {
	padding-top: 60px;
}
#about .lxwm .ibox .down {
	width: 100%;
	background-color: #fff;
	padding: 60px 6.875%;
	margin-top: 0px;
}
#about .lxwm .ibox .down .four_img {
	flex-wrap: wrap;
}
#about .lxwm .ibox .down .four_img .four:first-child {
	width: 100%;
	margin-bottom: 20px;
}
#about .lxwm .ibox .down .four_img .h_line {
	display: none;
}
#product .cplb .ibox {
	padding: 60px 0;
}
#product .cplb .ibox .lert .left {
	width: 240px;
}
#product .cplb .ibox .lert .right {
	width: calc(100% - 270px);
}
#product_con .cpmc .obox .lrt .right .text .zx {
	margin-top: 30px;
}
#product_con .cpmc .obox .lrt .right .text {
	padding-top: 20px;
}
#product_con .cpmc .obox {
	padding: 50px 0 60px 0;
}
#product_con .cptd>.obox {
	padding: 49px 0 60px 0;
}
#industry_con .syhg .ibox {
	padding: 60px 0;
}
#industry_con .syhg .ibox .lrt .left {
	padding: 0px 3.375% 0 0;
}
#industry_con .syhg .ibox .lrt {
	margin: 40px 0 40px 0;
}
#industry_con .syhg .ibox .lrt .left .left_text {
	height: 185px;
}
#industry_con .xmyy .ibox {
	padding: 60px 0;
}
#industry_con .syhg .ibox .six_img .six .text .d_text {
	margin-bottom: 20px;
}
#industry_con .syhg .ibox .six_img .six .text {
	padding: 15px 15px 20px;
}
#serve_download .sdbk .ibox {
	padding: 60px 0;
}
#serve_download .sdbk {
	height: auto;
}
#serve_question .cjwd .ibox {
	padding: 60px 0;
}
#serve_question .cjwd .ibox .lert .left {
	width: 230px;
}
#serve_question .cjwd .ibox .lert .right {
	width: calc(100% - 280px);
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven {
	margin-bottom: 15px;
}
#serve_question .cjwd .ibox .lert .right .ssk {
	margin-bottom: 25px;
}
#serve_question .cjwd .ibox .lert .right .fy {
	margin-top: 40px;
}
#serve_branch .fwqq .ibox .two_big_img {
	height: 578px;
}
#serve_branch .fwqq .ibox .hzzb {
	padding: 15px 20px;
}
#serve_branch .fwqq .ibox .quanguo {
	width: 280px;
	height: 40px;
	bottom: 20px;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.qq .fp {
	top: 55.5%;
	left: 75%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.ch .fp {
	top: 62%;
	left: 70%;
}
#about .smsxz .ibox {
	padding: 60px 0;
}
#about .smsxz .ibox .lert .left {
	width: 230px;
}
#about .smsxz .ibox .lert .right {
	width: calc(100% - 260px);
}
#about .smsxz .ibox .lert .right .two_img .two .wjj_img {
	float: none;
	margin-right: 0px;
}
#about .smsxz .ibox .lert .right .two_img .two .text {
	width: 100%;
	float: none;
	margin: 15px 0 15px 0;
}
#about .smsxz .ibox .lert .right .two_img .two .zxxz {
	float: none;
}
#about .smsxz .ibox .lert .right .two_img .two {
	margin: 0 6% 28px 0;
	padding: 0 0px 20px 0px;
}
#about .smsxz .ibox .lert .right .fy {
	margin-top: 10px;
}
#serve_feedback .yjfk .ibox {
	padding: 60px 0;
}
#serve_feedback .yjfk .ibox .title_text {
	margin-bottom: 40px;
}
#serve_feedback .yjfk .ibox .text .d_text input {
	width: 740px;
}
#serve_feedback .yjfk .ibox .text .d_text {
	margin-top: 15px;
}
#serve_feedback .yjfk .ibox .text .d_text select {
	width: 740px;
}
#serve_feedback .yjfk .ibox .text .d_text textarea {
	width: 740px;
	height: 150px;
}
#serve_feedback .yjfk .ibox .text .fjsc {
	padding-left: 105px;
}
#serve_feedback .yjfk .ibox .text .tj {
	margin: 40px 0 0 105px;
}
#serve_feedback .yjfk .ibox .text .d_text.yzm .dd_text {
	margin-right: 47px;
}
#news_video .gsxw .ibox {
	padding: 60px 0 40px 0;
}
#news_video .ltxw .ibox {
	padding-bottom: 60px;
}
#news_video .ltxw .ibox .fy {
	margin-top: 20px;
}
#news .gsxw .ibox {
	padding: 60px 0 40px 0;
}
#news .gsxw .ibox .ny_title {
	margin-bottom: 40px;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right {
	padding: 15px 3.125% 15px;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .ckgd {
	bottom: 15px;
}
#news .ltxw .ibox .six_img .six .down .c_text {
	height: 44px;
}
#news .gsxw .ibox .swiper9 .btn {
	display: none;
}
#news .ltxw .ibox {
	padding-bottom: 60px;
}
#news .gsxw .ibox .swiper9 {
	padding-bottom: 25px;
}
#recruitment .banner1 .ban_title .ban_c_text {
	margin-top: 13px;
	padding-bottom: 10px;
}
#recruitment .ygfl .ibox {
	padding: 60px 0;
}
#recruitment .ygfl .ibox .ygfl_text {
	margin: 35px 0 25px 0;
}
#recruitment .ygfl .ibox .five_img .swiper11 {
	height: 280px;
}
#recruitment .ygfl .ibox .five_img .five .text {
	margin-top: 15px;
}
#recruitment .ygfl .ibox .five_img .five .five_box {
	top: 21%;
}
#recruitment .ygfl .ibox .five_img .five .big_img {
	width: 100px;
	height: 100px;
}
#recruitment .ygfl .ibox .five_img .five:hover .big_img {
	width: 50px;
	height: 50px;
}
#recruitment .sgtp .ibox {
	padding: 60px 0;
}
#recruitment .sgtp .ibox .down {
	width: 100%;
	margin-top: 40px;
}
#recruitment .ygfc .ibox {
	padding: 60px 0;
}
#recruitment .ygfc .ibox .swiper10 {
	margin-top: 40px;
	padding-bottom: 25px;
}
#recruitment .zpzw .ibox {
	padding: 60px 0;
}
#recruitment .zpzw .ibox .four_sel {
	margin: 40px 0 30px 0;
}
#recruitment .zpzw .ibox .four_sel .four {
	height: 50px;
}
#recruitment .zpzw .ibox .four_sel .four select {
	padding-left: 24px;
	background: url(../images/r_21.png) right 24px center no-repeat;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .right {
	width: 35px;
	height: 35px;
	right: 0px;
}
#recruitment .zpzw .ibox .sfq .four_sfq {
	padding: 0px 25px 0px;
	margin-bottom: 25px;
}
#search .ipu {
	height: 110px;
	margin-top: 60px;
}
#search .ipu .ibox input {
	height: 50px;
	border-radius: 30px;
}
#search .jg {
	width: 100%;
	height: 60px;
}
#search .jg .ibox .ul1 li a::before {
	bottom: -22px;
}
#search .xwxq .ibox {
	padding: 60px 0;
}
#search .xwxq .ibox .ul2 li .five_img .five .text .d_text {
	margin-bottom: 20px;
}
#search .xwxq .ibox .ul2 li .five_img .five .text {
	padding: 15px 15px 20px;
}
#search .xwxq .ibox .ul2 li .fy {
	margin-top: 20px;
}
#search .xwxq .ibox .ul2 li .four_img .four .down .c_text {
	height: 44px;
}
/* dz1 */
}
 @media (max-width: 960px) {
.f_14 {
	font-size: 14px;
}
.f_16 {
	font-size: 14px;
}
.f_18 {
	font-size: 16px;
}
.f_20 {
	font-size: 16px;
}
.f_22 {
	font-size: 18px;
}
.f_24 {
	font-size: 18px;
}
.f_26 {
	font-size: 18px;
}
.f_28 {
	font-size: 20px;
}
.f_30 {
	font-size: 20px;
}
.f_32 {
	font-size: 20px;
}
.f_34 {
	font-size: 20px;
}
.f_36 {
	font-size: 20px;
}
.f_38 {
	font-size: 22px;
}
.f_40 {
	font-size: 22px;
}
.f_42 {
	font-size: 24px;
}
.f_46 {
	font-size: 28px;
}
.f_48 {
	font-size: 28px;
}
.f_50 {
	font-size: 28px;
}
.f_60 {
	font-size: 30px;
}
.f_54 {
	font-size: 30px;
}
.f_56 {
	font-size: 30px;
}
.f_88 {
	font-size: 30px;
}
.box {
	max-width: 960px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
}
.a_dw {
	position: relative;
	top: -50px;
}
/* 头 */
.m_header {
	width: 100%;
	height: auto;
	display: block;
	/* overflow: hidden; */
	padding: 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m_header a img {
	height: 30px;
}
.footer {
	padding-top: 0;
}
.footer .ibox .up {
	display: none;
}
.footer .down .right {
	display: none;
}
.footer .down .left {
	display: block;
	text-align: center;
}
.footer .down .left .bq_left {
	line-height: 1.5;
	margin-bottom: 3px;
}
.footer .down .left .bq_right {
	margin-bottom: 3px;
}
.footer .down .ibox {
	height: auto;
	padding: 15px 0;
}
.footer .down {
	width: 100%;
	background-color: #ececf5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
	border-top: 1px solid #e3e3e8;
}
.footer .down .bq_left {
	text-align: center;
	line-height: 1.5;
}
.footer .down .bq_right {
	text-align: center;
	line-height: 1.5;
}
#index .banner .swiper1 .ibox.ibox2 .xxgd {
	display: none;
}
#index .banner .swiper1 .ibox.ibox2 .swiper-pagination {
	display: none;
}
#index .banner .swiper1 .swiper-slide .ibox .d_text {
	margin-bottom: 13px;
}
#index .about .ibox {
	padding: 30px 0;
}
#index .about .right_img_fp {
	display: none;
}
#index .about .ibox .about_text {
	width: 100%;
}
#index .about .ibox .text {
	margin: 20px 0 25px 0;
}
#index .ldcp {
	height: auto;
	padding: 10px 0;
}
#index .ldcp .six_img {
	display: none;
}
#index .ldcp .swiper13 {
	display: block;
	padding-bottom: 30px;
}
#index .ldcp .swiper13 .s13_box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#index .ldcp .swiper13 .s13_box .down {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index .ldcp .swiper13 .s13_box .down .two_img {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 10px 15px 0 0;
}
#index .ldcp .swiper13 .s13_box .down .two_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#index .ldcp .swiper13 .s13_box .down .two_img img:last-child {
	opacity: 0;
}
#index .ldcp .swiper13 .s13_box:hover .down .two_img img:last-child {
	opacity: 1;
}
#index .ldcp .swiper13 .s13_box:hover .down .two_img img:first-child {
	opacity: 0;
}
#index .fwzc .ibox {
	padding: 30px 0;
}
#index .fwzc .ibox .down {
	width: 100%;
	padding: 0 0px 50px 0px;
	display: block;
}
#index .fwzc .ibox .down .left {
	width: 100%;
}
#index .fwzc .ibox .down .right {
	width: 100%;
}
#index .slmy .ibox {
	padding: 30px 0 30px 0;
}
#index .slmy .dq {
	display: none;
}
#index .slmy .down {
	width: 100%;
	margin-top: 25px;
	padding: 0 0;
}
#index .slmy .up .c_text {
	margin: 20px 0 20px 0;
}
#index .xwzx .ibox {
	padding: 30px 0;
}
#index .about .ibox .three_text {
	margin-bottom: 5px;
}
#index .about .ibox .three_text {
	display: flex;
	flex-wrap: wrap;
}
#index .about .ibox .three_text .three {
	margin-right: 0px;
	width: 50%;
	margin-bottom: 15px;
}
#index .about .ibox .three_text .three:nth-child(2) {
	width: 50%;
}
#index .about .right_img {
	display: none;
}
#about .gsjj .ibox {
	padding: 30px 0;
}
#about .gsjj .ibox .up {
	margin: 25px 0 20px 0;
	display: block;
}
#about .gsjj .ibox .up .left {
	width: 100%;
}
#about .gsjj .ibox .up .right {
	width: 100%;
}
#about .gsjj .ibox .up .left .c_text {
	height: auto;
	padding-right: 20px;
	margin: 20px 0;
}
#about .gsjj .ibox .three_text {
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .gsjj .ibox .three_text .three {
	width: 50%;
	margin-bottom: 15px;
}
#about .qywh .ibox {
	padding: 30px 0;
}
#about .qywh .ibox .down {
	margin-top: 25px;
}
#about .qywh .ibox .down .swiper4 {
	padding-bottom: 20px;
}
#about .fzlc .ibox {
	padding: 30px 0 40px 0;
}
#about .fzlc .ibox .swiper5 {
	margin-top: 20px;
}
#about .fzlc .ibox .swiper5 .swiper-slide-active {
	margin: 0 auto;
}
#about .fzlc .ibox .swiper6_box .btn {
	display: none;
}
#about .fzlc .ibox .swiper6_box {
	width: 100%;
	margin: 25px auto 0;
}
#about .fzlc .ibox .swiper6_box .pagination6 {
	margin-top: 7px;
}
#about .ryzz .ibox {
	padding: 30px 0;
}
#about .ryzz .ibox .down {
	height: auto;
	margin-top: 25px;
	padding: 0px;
}
#about .ryzz .ibox .down .down_box {
	display: block;
	padding-bottom: 20px;
}
#about .ryzz .ibox .down .down_box .left {
	width: 100%;
	height: auto;
	background-color: #005aa8;
	padding: 20px 0 0 15px;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img {
	display: none;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .swiper-container {
	display: block;
}
#about .ryzz .ibox .down .down_box .left .qwrz {
	margin-bottom: 20px;
}
#about .ryzz .ibox .down .down_box .left .ul1 {
	display: flex;
}
#about .ryzz .ibox .down .down_box .left .ul1 li {
	margin: 0 15px 25px 0;
}
#about .ryzz .ibox .down .down_box .right .ul2 li.act {
	position: relative;
}
#about .ryzz .ibox .down .down_box .right .ul2 li {
	padding: 0;
}
#about .ryzz .ibox .down .down_box .right .ul2 li .four_img {
	display: none;
}
#about .ryzz .ibox .down .down_box .right {
	width: 100%;
}
#about .ryzz .ibox .down .down_box .right .swiper14 {
	width: 100%;
	padding: 10px;
}
#about .ryzz .ibox .down .down_box .right .swiper14 .s14_box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px;
}
#about .ryzz .ibox .down .down_box .right .swiper14 .s14_box .s14_text {
	color: #333;
	margin-top: 15px;
}
#about .ryzz .ibox .down .down_box .right .swiper15 {
	width: 100%;
	padding: 10px;
}
#about .ryzz .ibox .down .down_box .right .swiper15 .s14_box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px;
}
#about .ryzz .ibox .down .down_box .right .swiper15 .s14_box .s14_text {
	color: #333;
	margin-top: 15px;
}
#about .ryzz .ibox .down .down_box .right .swiper16 {
	width: 100%;
	padding: 10px;
}
#about .ryzz .ibox .down .down_box .right .swiper16 .s14_box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px;
}
#about .ryzz .ibox .down .down_box .right .swiper16 .s14_box .s14_text {
	color: #333;
	margin-top: 15px;
}
#about .jssl .ibox {
	padding: 30px 0;
}
#about .jssl .ibox .down .btn {
	display: none;
}
#about .jssl .ibox .down {
	margin-top: 30px;
}
#about .jxs {
	height: 200px;
}
#about .jxs .ibox .text .c_text {
	color: #fff;
	margin: 15px 0 20px;
}
#about .lxwm .ibox {
	padding-top: 30px;
}
#about .lxwm .ibox .down {
	width: 100%;
	background-color: #fff;
	padding: 20px 15px;
	margin-top: 15px;
}
#about .lxwm .ibox .down .four_img .four .x_text {
	line-height: 1.5;
	margin: 10px 0 20px 0;
}
#about .lxwm .ibox .down .four_img .four .s_text {
	margin: 10px 0 15px 0;
}
#about .lxwm .ibox .down .four_img .four {
	width: 100%;
}
#about .lxwm .ibox .down .four_img .d_line {
	width: 54px;
	height: 1px;
	margin: 15px;
}
#about .lxwm .ibox .down .four_img {
	justify-content: center;
	align-items: center;
}
#wrap {
	width: 100%;
	height: 300px;
	margin-top: 15px;
}
.map_fp {
	display: none;
}
#product .cplb .ibox {
	padding: 30px 0;
}
#product .cplb .ibox .lert .left {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#product .cplb .ibox .lert .right {
	width: 100%;
}
#product .cplb .ibox .lert .right .six_img .six {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
	background-color: #fff;
}
#product .cplb .ibox .lert {
	display: block;
}
#industry_con .xmyy .ibox {
	padding: 30px 0;
}
#industry_con .syhg .ibox {
	padding: 30px 0;
}
#industry_con .syhg .ibox .lrt {
	margin: 20px 0 30px 0;
}
#industry_con .syhg .ibox .lrt .left {
	float: none;
	width: 100%;
	padding: 0px 0% 0 0;
}
#industry_con .syhg .ibox .lrt .left .left_text {
	width: 100%;
	height: auto;
	padding: 0;
	color: #666666;
	line-height: 2;
}
#industry_con .syhg .ibox .lrt .right {
	float: none;
	width: 100%;
	margin-top: 15px;
}
#industry_con .syhg .ibox .six_img .six {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#case_con .dbt .case_con_title {
	padding: 60px 0 20px 0;
}
#case_con .dbt .wzxq {
	padding: 20px 0 0 0;
}
#case_con .dbt .wzxq .ibox .img img {
	margin: 20px auto;
}
#case_con .dbt .line {
	margin-bottom: 20px;
}
#case_con .dbt .ibox .two_text {
	display: block;
}
#case_con .dbt .ibox .two_text .left {
	width: 100%;
	margin-bottom: 25px;
}
#case_con .dbt {
	width: 100%;
	padding-bottom: 30px;
}
#serve_download .sdbk .ibox {
	padding: 30px 0;
}
#serve_download .sdbk .ibox .three_img {
	display: block;
}
#serve_download .sdbk .ibox .three_img .line {
	width: 60px;
	height: 2px;
	background-color: rgba(179, 33, 35, .3);
	margin: 20px auto;
}
#serve_download .sdbk .ibox .three_img .three .d_text {
	color: #333;
	margin: 20px 0 15px 0;
}
#serve_question .cjwd .ibox {
	padding: 30px 0;
}
#serve_question .cjwd .ibox .lert {
	width: 100%;
	display: block;
}
#serve_question .cjwd .ibox .lert .left {
	width: 100%;
}
#serve_question .cjwd .ibox .lert .right {
	width: 100%;
}
#serve_question .cjwd .ibox .lert .right .ssk .inp_box input {
	padding-left: 15px;
}
#serve_question .cjwd .ibox .lert .right .ssk .inp_box .inp_img {
	display: none;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_up {
	height: 60px;
	padding: 0 15px 0 15px;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_up .d_text {
	width: calc(100% - 70px);
	line-height: 1.5;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_down {
	padding: 10px 15px 15px 55px;
}
#serve_question .cjwd .ibox .lert .right .seven_text .seven .seven_down .seven_down_img {
	left: 25px;
}
#serve_question .cjwd .ibox .lert .right .jzgd {
	margin-top: 30px;
}
#serve_branch .fwqq .ibox .two_big_img {
	height: 217px;
}
#serve_branch .fwqq .ibox .hzzb {
	position: relative;
	top: auto;
	left: auto;
	right: 0;
	transform: translate(0, 0);
	margin: 0 auto;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.qq .fp {
	top: 48.5%;
	left: 72%;
}
#serve_branch .fwqq .ibox .two_big_img .two_img.ch .fp {
	top: 56%;
	left: 67%;
}
#serve_branch .fwqq .ibox .quanguo {
	position: relative;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transform: translate(0, 0);
	margin: 20px auto 0;
}
#serve_branch .fwqq {
	padding-bottom: 30px;
}
#about .smsxz .ibox {
	padding: 30px 0;
}
#about .smsxz .ibox .lert {
	display: block;
}
#about .smsxz .ibox .lert .left {
	width: 100%;
}
#about .smsxz .ibox .lert .right {
	width: 100%;
	margin-top: 25px;
}
#about .smsxz .ibox .lert .right .two_img .two {
	width: 100%;
	margin: 0 0% 6% 0;
	padding: 0 4px 25pxpx 12px;
	border-bottom: 1px dashed #cecece;
}
#serve_feedback .yjfk .ibox {
	padding: 30px 0;
}
#serve_feedback .yjfk .ibox .title_text {
	margin-bottom: 15px;
}
#serve_feedback .yjfk .ibox .text .d_text .dd_text {
	color: #333;
	margin-right: 10px;
}
#serve_feedback .yjfk .ibox .text .d_text input {
	width: 230px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
}
#serve_feedback .yjfk .ibox .text .d_text {
	width: 100%;
	min-height: auto;
}
#serve_feedback .yjfk .ibox .text .d_text select {
	width: 230px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
}
#serve_feedback .yjfk .ibox .text .d_text .sel_box .sel_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
#serve_feedback .yjfk .ibox .text .cc_text {
	margin: 10px 0 0 0px;
	line-height: 1.5;
}
#serve_feedback .yjfk .ibox .text .d_text textarea {
	width: 230px;
	height: 100px;
	padding: 5px 0 0 10px;
	font-size: 14px;
}
#serve_feedback .yjfk .ibox .text .fjsc {
	padding-left: 0px;
	height: 40px;
}
#serve_feedback .yjfk .ibox .text .fjsc .fj_text {
	padding: 0 15px 0 15px;
}
#serve_feedback .yjfk .ibox .text .fjsc .fjsc_text {
	margin-left: 15px;
	line-height: 1.5;
}
#serve_feedback .yjfk .ibox .text .d_text.yzm input {
	width: calc(100% - 20%);
}
#serve_feedback .yjfk .ibox .text .d_text.yzm .dd_text {
	width: 38%;
	margin-right: 10px;
}
#serve_feedback .yjfk .ibox .text .d_text.yzm .yzm_img {
	margin-left: 10px;
}
#serve_feedback .yjfk .ibox .text .tj {
	width: 120px;
	height: 40px;
	margin: 30px auto 0;
}
#news_video .gsxw .ibox {
	padding: 30px 0 20px 0;
}
#news_video .ltxw .ibox {
	padding-bottom: 30px;
}
#news_video .ltxw .ibox .six_img .six {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#news_video .ltxw .ibox .jzgd {
	margin-top: 10px;
}
#news .gsxw .ibox {
	padding: 30px 0 20px 0;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box {
	width: 100%;
	display: block;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .left {
	width: 100%;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right {
	width: 100%;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .ckgd {
	width: 120px;
	height: 40px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	margin-top: 15px;
}
#news .gsxw .ibox .ny_title {
	margin-bottom: 20px;
}
#news .ltxw .ibox .six_img .six {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#news .ltxw .ibox .six_img .six .up .time {
	width: 60px;
	height: 60px;
}
#news .ltxw .ibox .six_img .six .up .time .day {
	margin-top: 8px;
}
#news .ltxw .ibox .six_img .six .down {
	padding-bottom: 22px;
}
#news .ltxw .ibox .six_img .six .down .d_text {
	padding: 14px 15px 14px;
}
#news .ltxw .ibox {
	padding-bottom: 30px;
}
#news .gsxw .ibox .swiper9 .swiper-slide .s9_box .right .d_text {
	margin: 14px 0 15px 0;
}
#news_con .dbt .case_con_title {
	padding: 60px 0 20px 0;
}
#news_con .dbt .wzxq {
	padding: 20px 0 0 0;
}
#news_con .dbt .three_text {
	padding-bottom: 15px;
}
#news_con .dbt .three_text .three:last-child {
	display: none;
}
#news_con .dbt .three_text .three {
	color: #666;
	margin-right: 20px;
}
#news_con .dbt .wzxq .ibox .img img {
	margin: 20px auto;
}
#news_con .dbt .ibox .two_text {
	display: block;
}
#news_con .dbt .ibox .two_text .left {
	width: 100%;
	margin-bottom: 20px;
}
#news_con .dbt .ibox .two_text .left a.sxyp {
	line-height: 1.5;
}
#news_con .dbt .ibox .two_text .left a.syp {
	margin-bottom: 10px;
}
#news_con .dbt {
	width: 100%;
	padding-bottom: 30px;
}
#news_con .dbt .line {
	margin-bottom: 25px;
}
#recruitment .ygfl .ibox {
	padding: 30px 0;
}
#recruitment .ygfl .ibox .ygfl_text {
	margin: 20px 0 15px 0;
}
#recruitment .ygfl .ibox .five_img .swiper11 {
	height: 370px;
	padding-bottom: 20px;
}
#recruitment .sgtp .ibox {
	padding: 30px 0;
}
#recruitment .sgtp .ibox .up {
	padding: 0 0;
	display: block;
}
#recruitment .sgtp .ibox .up .left {
	width: 100%;
	margin-bottom: 15px;
}
#recruitment .sgtp .ibox .up .right {
	width: 100%;
}
#recruitment .sgtp .ibox .up .right .text .ul1 {
	width: 100%;
	margin-top: 18px;
}
#recruitment .sgtp .ibox .down .four_img .swiper12 {
	padding-bottom: 20px;
}
#recruitment .ygfc .ibox .swiper10 .s10_box .text {
	padding: 15px;
	border: 1px solid #eeeeee;
	background-color: #fff;
}
#recruitment .ygfc .ibox {
	padding: 30px 0;
}
#recruitment .ygfc .ibox .swiper10 {
	margin-top: 20px;
	padding-bottom: 20px;
}
#recruitment .ygfc .ibox .swiper10 .s10_box .text .d_text {
	margin-bottom: 10px;
}
#recruitment .zpzw .ibox {
	padding: 30px 0;
}
#recruitment .zpzw .ibox .four_sel {
	margin: 25px 0 20px 0;
	display: block;
}
#recruitment .zpzw .ibox .four_sel .four {
	width: 100%;
	height: 45px;
	margin-bottom: 15px;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up {
	padding: 20px 0 25px;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text .five {
	width: auto;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text .five:nth-child(3) {
	display: none;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text .five:nth-child(4) {
	display: none;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text .five:nth-child(5) {
	display: none;
}
#recruitment .zpzw .ibox .sfq .four_sfq {
	padding: 0px 10px 0px;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left .five_text {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#recruitment .zpzw .ibox .sfq .four_sfq .up .left {
	width: 87%;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .ttop .d_text {
	margin: 25px 0 14px 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .ttop .c_text {
	line-height: 1.5;
	margin-bottom: 7px;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin: 25px 0 25px 0;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down .jltd {
	color: #666;
	line-height: 2;
}
#recruitment .zpzw .ibox .sfq .four_sfq .down {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	padding-bottom: 20px;
}
#search .jg .ibox .ul1 li a {
	font-size: 15px;
}
#search .jg .ibox .ul1 li {
	margin-right: 0;
}
#search .jg .ibox .ul1 li a::before {
	bottom: -7px;
}
#search .jg .ibox {
	display: block;
}
#search .jg .ibox .ul1 {
	display: flex;
	justify-content: space-between;
}
#search .ipu .ibox .up .cha {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
}
#search .ipu {
	height: 85px;
	margin-top: 60px;
}
#search .ipu .ibox .up {
	width: 80%;
}
#search .ipu .ibox .up .fdj {
	left: 12px;
}
#search .ipu .ibox input {
	padding-left: 46px;
	font-size: 16px;
}
#search .jg {
	width: 100%;
	height: 90px;
}
#search .jg .ibox .text {
	margin-top: 15px;
	line-height: 1.5;
}
#search .xwxq .ibox {
	padding: 30px 0;
}
#search .xwxq .ibox .ul2 li .six_img .six {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#search .xwxq .ibox .ul2 li .jzgd {
	margin-top: 10px;
}
#search .xwxq .ibox .ul2 li .five_img .five {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#search .xwxq .ibox .ul2 li .four_img .four {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 6%;
}
#search .xwxq .ibox .ul2 li .four_img .four .up .time {
	width: 60px;
	height: 60px;
}
#search .xwxq .ibox .ul2 li .four_img .four .up .time .day {
	margin-top: 8px;
}
#search .xwxq .ibox .ul2 li .four_img .four .down .d_text {
	padding: 14px 15px 14px;
}
#search .xwxq .ibox .ul2 li .four_img .four .down {
	padding-bottom: 22px;
}
#index .banner .swiper1 .btn .s1btnall {
	margin-left: 20px;
}
#index .fwzc .ibox .down .left .wq {
	width: 50px;
	height: 50px;
}
#index .fwzc .ibox .down .left .nq {
	width: 50px;
	height: 50px;
}
#index .fwzc .ibox .down .left .lq {
	width: 50px;
	height: 50px;
}
#industry_con .xmyy .ibox .down {
	overflow: auto;
}
#industry_con .xmyy .ibox .down table {
	width: 600px;
}
#industry_con .xmyy .ibox .down table td {
	width: 25%;
	height: 45px;
	border: 1px solid #e1e1e1;
	line-height: 45px;
	text-align: center;
	color: #555;
	background-color: #f5f5f5;
	font-size: 14px;
}
#index .about .ibox .text .c_text {
	height: auto;
}
#product_con .cpmc .obox .lrt {
	display: block;
}
#product_con .cpmc .obox .lrt .left {
	width: 100%;
}
#product_con .cpmc .obox .lrt .right {
	width: 100%;
}
#product_con .cpmc .obox {
	padding: 60px 0 30px 0;
}
#product_con .cptd>.obox {
	padding: 30px 0;
}
#product_con .cptd .obox .fh_btn1 {
	margin-top: 30px;
}
#index .xwzx .btn {
	display: none;
}
#index .banner .swiper1 .swiper-slide .vid {
	display: none;
}
#index .banner .swiper1 .btn {
	display: none;
}
}





