body,
html {
	width: 100%;
	height: 100%;
}

.backgroundmovie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}

.backgroundmovie-con {
	width: 100%;
	height: 100%;
}

.backgroundmovie-con video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.bags-continue{
width:100%;
height:40px;
}
.bags-continue a{
	display:inline-block;
	float:right;
	width:140px;
	height:40px;
	text-align:center;
	color:#fff;
	background:#1b2e3c;
	line-height:40px;
}

/* -----------------------头部--导航栏------------------------- */

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1600px;
	}
}

img {
	max-width: 100%;
}

header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 555;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: transparent;
	height: 120px;
}

header.active,
header.newde-active {
	display: none;
	background: #ffffff;
	transition: all .3s;
}

a {
	outline: 0;
}

.header-right {
	float: right;
	width: calc(100% - 400px);
	max-width: 1000px;
}

.fupad {
	display: flex;
	outline: 0;
}

header .logo1 {
	display: block;
}


/* logo图片 */

.pc_header_pad {
	padding: 19px 0px;
}

.pc_header_pad img {}

#navbarNavDropdown .navbar-nav>li:hover .dropdown-menu {
	display: block;
}


/* 菜单 */

.pc_header_width {}

header .nav-link {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0!important;
}

.pc_header_width {
	padding: 0;
}

ul.navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.pos_re {
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}

.active.pos_re:before {
	display:none;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #58b530;
}
li.active>a.nav-link{
	color:#58b530;
}
.pos_re1 {
	position: relative;
}

.pos_re1 div:first-child {
	padding-left: 0;
}

.pc_header .nav-item::after {
	display: none;
}

.pc_header .nav-item .dropdown-toggle::after {
	display: none;
}

.pc_header .nav-item:last-child::after {
	width: 0;
	height: 0;
}

.pc_header.active .nav-item::after,
.pc_header.newde-active .nav-item::after {
	background: #333333;
}

.pc_header>.container {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: flex-end;
}

.pc_header>.container>.flex {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.pc_header_max {
	display: flex;
	margin-bottom: 15px;
	justify-content: flex-end;
	align-items: center;
}

.pc_header_max>p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 二级 */

header.active .nav-link {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}

.dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	top: calc(100% - 3px);
	z-index: 999;
	background: #ffffff;
	padding: 15px 0 10px;
}

.dropdown-menu_box ul {
	position: relative;
	padding-left: 0;
}

.dropdown-menu_box>i {
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background: #58b530;
	border-radius: 50%;
	border: 3px solid #fff;
}

header.active .dropdown-menu_box>i:before {
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
}

.dropdown-menu_box>i:before {
	position: absolute;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #58b530;
	-webkit-animation: circlepulse 1.5s ease 0s infinite;
	animation: circlepulse 1.5s ease 0s infinite;
	z-index: -1;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px #58b53069;
		box-shadow: 0px 0px 0 0px #58b53069;
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 10px #58b53069;
		box-shadow: 0px 0px 0 10px #58b53069;
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 10px #58b53069;
		box-shadow: 0px 0px 0 10px #58b53069;
	}
}

@-webkit-keyframes circlepulse {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.2);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 10px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 10px rgba(255, 255, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 10px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 10px rgba(255, 255, 255, 0.2);
	}
}

.dropdown-menu_box ul li {
	width: 100%;
	position: relative;
	list-style: none;
}

.dropdown-menu_box ul li a {
	display: block;
	font-size: 14px;
	height: 41px;
	line-height: 40px;
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 10px 0px 10px;
	transition: all 0.2s;
	text-align: center;
}

.dropdown-menu_box ul li:last-child a {
	border: none;
}

.dropdown-menu_box ul li a:hover,
.dropdown-menu_box ul li a:focus {
	color: #fff;
	border-bottom: 1px solid #5cb52f;
	background: #5cb52f;
	transition: all 0.2s;
}


/* 语言 */

i.btn-search {
	margin: 0 20px;
	font-size: 18px;
	color: #333;
}

header.active .lang_cn>a,
header.newde-active .lang_cn a,
header.active i.btn-search {
	color: #58b530!important;
}

.lang_cn {
	margin-left: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	min-width: 108px;
}
.lang_cn .lang_hiden{
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	left: 0;
	margin-left: 0px;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
	z-index: 2;
	border-radius: 5px;
	padding: 5px 0;
	display: none;
}
.lang_cn:hover{
	background: rgba(0,0,0,0.2);
	border-radius: 3px;
}
body {
				top: 0px !important;
			}
#google_translate_element2 {
				display: none !important;
			}
.goog-logo-link {
				display: none !important;
			}
			
			.goog-te-gadget {
				color: transparent !important;
			}
			
			#google_translate_element {
				display: none;
			}
			
			.goog-te-banner-frame.skiptranslate {
				display: none !important;
			}
.lang_cn .lang_hiden li{
	list-style: none;
}.lang_cn .lang_hiden li:hover{
	background: rgba(0,0,0,0.1);
}
.lang_cn:hover .lang_hiden{
display: block;
}
.lang_cn .lang_hiden li a span{
	display: inline-block;
	width: 70px;
	font-size: 12px;
}
.lang_cn:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #333;
}

.lang_cn a {
	color: #333;
	;
}

.lang_cn i {
	margin-right: 10px;
	font-size: 18px;
}

.lang_en {
	position: fixed;
	top: 90px;
	z-index: 999;
	width: 100px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #999;
	right: 0px;
	background: #ffffff;
	opacity: 0;
	cursor: pointer;
}


/* 手机端导航栏 */

.mobile_header {
	background: #ffffff;
	color: #333333;
	width: 100%;
	position: fixed;
	z-index: 1100;
	left: 0px;
	top: 0px;
}

;
.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	height: 70px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
}

.mobile_header_title img {
	display: inline-block;
	height: 50px;
}

.mobile_header_list {
	background: #1b1b1b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	width: calc(100% - 100px);
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #999 !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding-top: 12px;
	padding-left: 25px;
}

.moblie_title_search {
	float: right;
	width: 10%;
	height: 70px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.moblie_title_right {
	float: right;
	width: 12%;
	padding-top: 24px;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

@media (max-width: 1700px) {
	/* .lang_en{width: 7.1%;} */
}

@media (max-width: 1578px) {}

@media (max-width: 1390px) {
	.search_btn {
		width: 160px;
	}
	.search_btn .form-inline input {
		width: 94px;
	}
}

@media (max-width: 1300px) {
	.pc_header_width {
		width: 100%;
		padding-left: 0;
	}
}


/* -----------------------头部--导航栏------------------------- */

.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide .title-tx {
	text-align: left;
}

#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 10px;
	height: 50px;
	background: #fff;
	border-radius: 0;
	transition: all 0.4s;
}

#banner .swiper-pagination-bullet-active {
	width: 10px;
	height: 80px;
	transition: all 0.4s;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#banner .swiper-pagination {
	text-align: left;
	position: inherit;
	padding-left: 60px;
}

#banner .swiper-pagination-bullet {
	margin-left: 10px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10%;
	left: 0;
}

#banner .pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	z-index: 999;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;min-height:400px;
	    background-size: cover;
    background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h2 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #000;
	margin-top: 80px;
}

#circle {
	stroke-dasharray: 80, 80;
	stroke-dashoffset: 80;
}

.banner-nav ul li {}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #ffffff;
	opacity: 1;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}

.before-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 50%;
	overflow: hidden;
}

.before-image img {
	height: 100%;
	width: auto !important;
	max-width: none;
}

.after-image img {
	height: 100%;
	width: auto !important;
	max-width: none;
}

.before-image-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.after-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.divider-bar {
	position: absolute;
	width: 6px;
	left: 50%;
	top: 0px;
	bottom: 0px;
	background: #ca1b1d;
	height: 100%;
	display: block;
	z-index: 2;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.container-title {
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.container-title h1 {
	font-size: 30px;
	color: #111111;
	font-weight: bolder;
}

#index-about {
	background: #ffffff;
}

.index-about-contain {
	padding-top: 90px;
	padding-bottom: 120px;
}

.index-about-left {
	float: left;
	width: 64%;
	padding-right: 30px;
}

.index-about-img {
	float: right;
	width: 36%;
	padding-left: 30px;
	text-align: center;
}

.index-about-more {
	margin-top: 36px;
}

.index-about-num {
	margin-top: 60px;
}

.about-num-item {
	display: inline-block;
	margin-right: 30px;
}

.about-num {
	font-size: 46px;
	font-family: "Impact";
	margin-top: 10px;
	color: #001f7d;
}

#index-pro {
	position: relative;
	padding-top: 100vh;
}

.index-pro-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #001f7d;
	width: 100%;
	z-index: -1;
	opacity: 0;
}

.index-pro-con {
	position: relative;
	z-index: 1;
}

.index-pro-con:before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	background: #ffffff;
	width: 100%;
	z-index: -1;
}

.index-pro-item {
	position: relative;
}

.index-pro-item .img {
	display: block;
}

.index-pro-item .hoverimg {
	display: none;
}

.index-pro-name {
	position: absolute;
	top: 10%;
	left: 10%;
	color: #ffffff;
}

.index-pro-name span {
	font-size: 16px;
	text-transform: uppercase;
}

.index-pro-name h2 {
	font-size: 28px;
}

.index-pro-name hr {
	border: none;
	width: 32px;
	border-bottom: 3px solid #ffffff;
}

.index-pro-more {
	position: absolute;
	bottom: 10%;
	left: 10%;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	line-height: 45px;
	text-align: center;
	font-size: 26px;
}

.index-pro-item a:hover .img {
	display: none;
}

.index-pro-item a:hover .hoverimg {
	display: block;
}

.index-pro-item a:hover .index-pro-name {
	color: #2447b0;
}

.index-pro-item a:hover .index-pro-name hr {
	border-bottom: 3px solid #2447b0;
}

.index-pro-item a:hover .index-pro-more {
	color: #2447b0;
	border: 1px solid #2447b0;
}

.index-pro-pagination {
	display: none;
}

.index-pro-item .swiper-pagination {
	position: relative;
	margin-top: 26px;
}

.index-pro-item .swiper-pagination .swiper-pagination-bullet {
	background: #00a1e9;
	opacity: .6;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}

.index-pro-item .swiper-pagination .swiper-pagination-bullet-active {
	background: #001f7d;
	opacity: 1;
	width: 18px;
}

#index-news {
	background: url(../images/cpbj.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}

.index-news-title {
	position: relative;
}

.index-news-btns {
	position: absolute;
	right: 15px;
	top: 30%;
}

.index-news-btn {
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	color: #dbdbdb;
	text-align: center;
	line-height: 44px;
	margin-left: 15px;
	font-size: 30px;
}

.index-news-btn:hover {
	border-color: #277916;
	color: #277916;
}

.index-news-btn:focus {
	box-shadow: none;
	outline: none;
}

.index-news-conner {
	max-width: 1034px;
}

.news-wrapper {
	overflow: visible;
}

.news-item a {
	color: #333333;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item-img {
	position: relative;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.news-item-img i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28.5px;
	margin-left: -28.5px;
	width: 57px;
	height: 57px;
	background: url(../images/bf.png) no-repeat center;
	opacity: 0.8;
	transition: all .4s;
	cursor: pointer;
	z-index: 1;
}

.news-item a:hover .news-item-img i {
	opacity: 1;
	transition: all .4s;
}

.news-item a:hover .news-item-name,
.news-item a:hover p {
	color: #277916;
}

.news-item-img img {
	transition: all 0.3s ease-out;
}

.news-item-name {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 3px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.news-item-time {
	font-size: 16px;
	margin-top: 10px;
	padding: 0 3px;
}

.news-item-time:before {
	content: "";
	width: 2px;
	height: 2px;
	background: #001f7d;
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 5px;
	transition: width .5s;
	-moz-transition: width .5s;
	/* Firefox 4 */
	-webkit-transition: width .5s;
	/* Safari 和 Chrome */
	-o-transition: width .5s;
	/* Opera */
}

.news-item a:hover .news-item-time:before {
	width: 30px;
}

.news-item a:hover .news-item-img img {
	transform: scale(1.1);
}

#index-partner {
	border-top: 1px solid #eeeeee;
	background: #ffffff;
	padding: 15px 0;
}

#index-partner .swiper-slide {
	width: auto !important;
}

#contain-nav {
	border-bottom: 1px solid #eeeeee;
	margin-top: 10px;
}

.container-nav-container {
	padding-bottom: 5px;
	padding-top: 5px;
}

.container-nav-container .swiper-wrapper .swiper-slide {
	width: auto !important;
}

.container-nav-container .swiper-wrapper .swiper-slide a {
	display: block;
	position: relative;
	padding: 15px;
	min-width: 80px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	background: #fff;
}
.container-nav-container .swiper-wrapper .swiper-slide a.active{
	background:#58b530;
	color:#fff;
}
.container-nav-container .swiper-wrapper .swiper-slide a:hover {
	text-decoration: none;
}

.container-nav-container .swiper-wrapper .swiper-slide a:hover:before,
.container-nav-container .swiper-wrapper .swiper-slide a.active:before {
	display: block;
}

.container-con {
	padding-top: 40px;
	padding-bottom: 60px;
	overflow: hidden;
}


/**/

.contact.waper {
	background: url(../images/15995396154880.jpg) no-repeat center fixed;
	background-size: cover;
}

.contact.waper .feedback-form {
	margin-top: 60px;
}

.contact.waper .form-textarea {
	height: 120px;
}

.contact.waper .feedback-form .form-control-input .form-control,
.contact.waper .feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.contact.waper .feedback-form .form-control-input i {
	color: #4ac500;
}

.contact.waper .feedback-submit {
	background: #58b530;
	float: right;
}

.form-control:focus {}


/*招聘*/

.job-title {
	display: flex;
	padding: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	line-height: 40px;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 18px;
}

.Career_box {
	padding-top: 30px;
}

.job-con .td,
.job-title .td {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
}

.job-title .td {
	font-size: 16px;
}

.panel-heading {
	cursor: pointer;
}

.panel-body {
	display: none;
	margin-top: -1px;
	padding: 15px;
	border: 1px solid #EAEAEA;
}

.panel.active .panel-body {
	display: block;
	border-color: #2179bf!important;
}

.panel.active .job-con .td {
	color: #fff;
}

.job-con {
	display: flex;
	padding: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
	line-height: 40px;
	font-size: 15px;
}

.panel:nth-child(2n) .panel-heading {
	background: #f5f5f5;
}

.panel.active .panel-heading {
	background: #2179bf!important;
}


/**/

.about-equip {
	margin-top: 50px;
	position: relative;
}

.about-equip:hover .swipers-btns,
.about-history-con:hover .swipers-btns {
	opacity: 1;
}

.swipers-btns {
	position: absolute;
	top: 35%;
	width: 100%;
	opacity: 1;
	z-index: 9;
}
.pro-view-img .swiper-wrapper{
	align-items: center;
}
.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 40px;
	height: 80px;
	background: #58b530;
	color: #ffffff;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}
.pro-view-img{
	position:relative;
	width:100%;
}
.swipers-btn-next {
	left: 0px;
}

.swipers-btn-prev {
	right: 0px;
}

.swipers-btn:focus {
	box-shadow: none;
	outline: none;
}

.swipers-btn.swiper-button-disabled {
	background: #eeeeee;
	color: #cccccc;
}
.gallery-thumbs {
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	padding:10px;
	opacity: 0.4;
	border: 1px solid #cdcdcd;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #58b530;
}
#culture {
	padding-top: 80px;
}

.culture-con {
	background: url(../images/about-culture-bg.jpg) no-repeat;
	background-size: cover;
}

.about-culture-item {
	color: #ffffff;
	padding: 60px 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	min-height: 570px;
	cursor: pointer;
}

.about-culture-item:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.about-culture-more {
	position: absolute;
	bottom: 10%;
	color: #ffffff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
}

.about-culture-name i {
	display: inline-block;
	width: 38px;
	height: 38px;
	background-size: cover;
}

.about-culture-name h2 {
	font-size: 24px;
	margin-top: 10px;
}

.about-culture-name hr {
	display: inline-block;
	width: 32px;
	border: none;
	border-bottom: 3px solid #ffffff;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.about-culture-item .about-culture-p {
	display: none;
	margin-top: 20px;
}

.about-culture-item:hover .about-culture-p {
	display: block;
}

.about-culture-item:hover {
	background: #001f7d;
}

.about-culture-item:hover {
	text-align: center;
}

.about-culture-item:hover .about-culture-more {
	display: none;
}

.index-culture-pagination {
	display: none;
	margin-top: 15px;
}

.index-culture-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.about-history-container,
.about-partner-con {
	padding-top: 20px;
}

.about-honor-container .honor-item img {
	width: 100%;
}

#honor:hover .swipers-btns {
	opacity: 1;
}

.about-honor-con {
	padding-bottom: 50px;
}

.about-honor-con .swiper-pagination-bullet {
	margin: 0 5px;
}

.about-honor-con .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 20px;
	background: #2179bf;
}

.about-honor-con .swiper-pagination {
	width: 100%;
	bottom: 0;
}

.about-honor-con p {
	line-height: 50px;
	text-align: center;
	background: #f5f5f5;
}

.about-honor-con,
.about-history-con {
	position: relative;
}

.about-history-con {
	background: url(../images/history-bg.png) center center repeat-x;
}

.history-item {
	height: 300px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.history-item .history-time {
	font-size: 38px;
	color: #2179bf;
	line-height: 40px;
	font-weight: bolder;
	font-style: italic;
	transition: all 0.3s ease-out;
}

.history-item:before {
	content: "";
	height: 129px;
	border-left: 1px solid #2179bf;
	position: absolute;
	left: 4px;
	top: 25px;
}

.history-item:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	background: #2179bf;
	position: absolute;
	left: 0;
	top: 22px;
	transition: all 0.3s ease-out;
}

.history-item.top {
	padding-bottom: 200px;
}

.history-item.bottom {
	padding-top: 200px;
}

.history-item.bottom:before {
	top: 154px;
	height: 70px;
}

.history-item.bottom:after {
	top: 224px;
}

.history-item:hover:after {
	border-color: #2179bf;
	transform: scale(1.1);
}

.history-item:hover .history-time {
	transform: scale(1.2);
}

.about-history-more {
	text-align: center;
	margin: 60px 0;
	cursor: pointer;
}

.about-partner-container .container-title {
	text-align: center;
}

.about-partner-container {
	overflow: hidden;
}

.about-partner-conner {
	margin-left: -10px;
	margin-right: -10px;
}

.partner-items {
	float: left;
	width: 20%;
	padding: 0 10px 20px;
	text-align: center;
}

.partner-item-img {
	border: 1px solid #eeeeee;
}

.news-contain {
	margin-left: -15px;
	margin-right: -15px;
}

.news-items {
	width: 33.3%;
	float: left;
	padding: 0 15px 30px;
}

.news-con-title {
	text-align: center;
	color: #001f7d;
	font-size: 30px;
	margin-bottom: 20px;
}

.news-share {
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-conner {
	margin-top: 15px;
}

.exhi-box .news-item-img {
	border-radius: 0;
}

.exhi-box .news-items a {
	display: block;
}

.exhi-box .news-items .news-item-time:before {
	display: none;
}

.exhi-box .news-items .news-item-time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	background: #f5f5f5;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
}

.jobs-contain .panel {
	margin-bottom: 15px;
}

.job-con-title {
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0;
	border-left: 3px solid #001f7d;
}

.job-con-title a {
	display: block;
	color: #ffffff;
	background: #001f7d;
	padding: 20px 15px;
}

.job-con-title a:hover,
.job-con-title a.collapsed:hover {
	color: #ffffff;
	background: #001f7d;
}

.job-con-title a.collapsed {
	color: #333333;
	background: #eeeeee;
}

.job-con .jobs-name {
	float: left;
}

.job-con .jobs-time {
	float: right;
}

.job-p {
	background: #fafafa;
	padding: 15px;
	border: 1px solid #eeeeee;
}

.contact-contain {
	border: 1px solid #eee;
}

.contact-p {
	float: left;
	width: 50%;
	padding: 30px 30px;
}

.contact-p table {
	width: 100%;
}

.contact-p table tr {
	background: ;
}

.contact-p table td {
	padding: 0px 10px;
	color: #333;
}

.contact-map {
	float: right;
	width: 50%;
	padding: 5px;
}

.contact-map-con {
	position: relative;
	min-height: 424px;
}

#feedback {
	margin-top: 90px;
}

.feedback-form .form-control {
	font-size: 14px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input i {
	position: absolute;
	left: 15px;
	top: 18px;
	color: #2179bf;
	font-size: 22px;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: .5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
}

.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #333;
}

.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #333;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #333;
}

.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #333;
}

.feedback-submit {
	background: #1b2e3c;
	color: #ffffff;
	border-radius: 0;
	width: 300px;
	height: 51px;
	float: right;
}

.feedback-submit:hover {
	color: #ffffff;
	background-color: #58b530;
}

#contactfc {
	margin-top: 90px;
}


/*产品中心*/

.pro-contain .pro-item {
	float: left;
	width: 25%;
	padding:15px;
	margin-bottom: 30px;
}
.pro-contain .pro-item:hover{
	background:#fff;
}
.pro-container-view {
	padding: 40px 40px;
	background: #fff;
}

.pro-view-container .pro-view-left .container-title {
	text-align: left;
	margin-top: 20px;
	text-transform: inherit;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pro-back {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #4ac500;
}

.pro-back a {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #fff;
}

.pro-back a:hover {
	text-decoration: none;
	background: #42ad02;
}

.pro-view-jj {
	margin-top: 30px;
}

.pro-view-jj h2 {
	font-size: 26px;
	font-weight: bold;
}

.pro-view-left .container-title h1 {
	font-size: 18px;
}

.pro-view-jj h3 {
	font-size: 18px;
	font-weight: bold;
}

.inquiry_text {
	color: #000;
}

.inquiry_text i {
	float: left;
	color: #25D366;
	font-size: 30px;
	margin-right: 10px;
}

.inquiry_text a {
	display: inline-block;
	width: auto;
	color: inherit;
	border: 1px solid #25D366;
	padding: 5px 8px;
	border-radius: 6px;
	line-height: 30px;
}

.product-view-detail h2 {
	margin: 20px 0;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}


/*下载中心*/

.support_down ul li {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	display: flex;
	padding: 15px 30px;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	line-height: 40px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	cursor: pointer;
}

.support_down ul li i,
.support_down ul li a {
	font-size: 20px;
}

.support_down ul li:hover {
	border: 1px solid #fff;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.support_down ul li:hover a,
.support_down ul li:hover {
	color: #00a1e9;
}

.support_down ul li i {
	margin-right: 15px;
}


/**/

.faq-ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}

.faq-ul li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 30px;
	list-style: none;
}

.faq-ul li h3 {
	font-size: 20px;
}

.faq-ul li p {
	color: #999;
}


/*首页-产品*/

.product-box {
	padding: 80px 0;
	background: url(../images/cpbj.jpg) no-repeat fixed center;
	background-size: cover;
}

.pro-wrapper .swiper-wrapper {
	padding: 40px 0;
}

.pro-wrapper .swiper-slide {
	position: relative;
	width: 50%;
	max-width: 700px;
	padding: 40px;
	height: 408px;
	min-width: 500px;
	background: url(../images/probj.jpg) no-repeat #fff;
	background-position: -60px 250px;
	box-shadow: 0 8px 30px rgb(0 0 0 / 50%);
	opacity: 0.5;
}

.pro-item-name h4 {
	width: 100%;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: bold;
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.title p {
	font-size: 18px;
	color: #666;
}


/**/

.margin-cp {
	margin-top: 60px;
}

.services_box {
	display: flex;
	align-items: center;
}

.services_box img {
	width: calc(100% - 720px);
	max-width: 800px;
}

.services_box h1 {
	font-weight: bold;
	font-size: 36px;
	color: #000;
}

.services_box .text {
	margin-left: 60px;
}

.services_box .text p {
	margin-top: 30px;
}

.button_read {
	display: inline-block;
	width: 189px;
	height: 48px;
	line-height: 48px;
	background: #4ac500;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.button_read:hover {
	color: #fff;
	text-decoration: none;
}

.advantages.container {
	padding: 40px 40px 20px;
}

.service_advantage_icon {
	overflow: hidden;
	width: 100%;
	padding-top: 26px;
}

.service_advantage_icon ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.iconbox {
	margin-bottom: 15px;
	width: 66px;
	height: 72px;
	position: relative;
	text-align: center;
}

.liubianx {
	width: 66px;
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	line-height: 71px;
	color: #fff;
	background: url(../images/sever1.jpg) no-repeat center;
}

.iconbox span {
	line-height: 33px;
	color: #fff;
}

.service_advantage_icon ul li {
	list-style: none;
	width: 25%;
	padding: 30px 15px;
}

.conn-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}


/**/

.pro-contain {
	padding-top: 30px;
}

.pro-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro-item a img {
	width: 100%;
}

.pro-item:nth-child(2n) {
	margin-right: 0;
}

.pro-item a:hover {
	text-decoration: none;
}

.pro-item-img {
	position: relative;
	overflow: hidden;
}

.pro-item-img img {
	transition: all 0.3s ease-out;
}

.pro-item-name {
	display: flex;
	text-align: left;
	font-size: 16px;
	padding: 20px 0 0;
	flex-direction: column;
	justify-content: space-between;
}

.pro-item-name span {
	display: inline-block;
	margin-bottom: 10px;
}

.pro-item-name p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	font-size: 14px;
}

.pro-item a:hover .pro-item-img img {
	transform: scale(1.1);
}

.pro-view-container .pro-view-left {
	width: 70%;
	float: left;
}

.pro-view-container .pro-view-right {
	width: 27%;
	float: right;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.pro-item .pro-item-img i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28.5px;
	margin-left: -28.5px;
	width: 57px;
	height: 57px;
	background: url(../images/bf.png) no-repeat center;
	opacity: 0.8;
	transition: all .4s;
	cursor: pointer;
	z-index: 1;
}

.pro-item a:hover i {
	opacity: 1;
	transition: all .4s;
}

.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pro-view-back {
	right: 0;
	color: #fff;
	background: #eaeaea;
	font-size: 14px;
	top: 40px;
	padding: 5px 20px;
}

.pro-view-back a {
	color: #333;
}

.pro-view-back:hover {
	color: #fff;
	background: #1b2e3c;
}
.pro-view{
	background:url(../images/lost.jpg) no-repeat center center #f5f5f5;
}

.pro-view-back:hover a {
	color: #fff;
	text-decoration: none;
}

.clear1 {
	display: block;
}

.clear2 {
	display: none;
}

.clear3 {
	display: none;
}

.margin-cp {
	position: relative;
}

.margin-cp .swiper-container {
	padding-bottom: 60px;
}

.margin-cp .swiper-pagination-bullet-active {
	opacity: 1;
	background: #58b530;
}

.margin-cp .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	border-radius: 20px;
}

.margin-cp:hover .pro-but-prev,
.margin-cp:hover .pro-but-next {
	opacity: 1;
}

.product-box .pro-but-next {
	position: absolute;
	left: -60px;
	margin-left: 0;
	top: 50%;
	margin-top: -50px;
	background: #4ac500;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
}

.product-box .pro-but-prev {
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -50px;
	background: #4ac500;
	color: #fff;
	opacity: 0;
	transition: all 0.5s;
}

.product-box .swiper-pagination {
	opacity: 0;
}

/**/
.audit_ul li{
	list-style:none;
	float:left;
	width:25%;
	padding:10px;
}
/**/

.service-ul {
	margin-left: -15px;
	margin-right: -15px;
}

.service-ul li {
	list-style: none;
	margin: 25px;
	width: auto;
	background: #fff;
}

.service-ul .news-item-img {
	width: 38%;
	border-radius: 0;
}

.service-ul li img {
	width: 100%;
}

.service-ul .txt-box {
	width: 60%;
	padding-right:20px;
}

.service-ul .txt-box h2 {
	font-weight: bold;
	font-size: 28px;
}

.service-ul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-ul a:hover {
	text-decoration: none;
	color: inherit;
}

.service-ul .txt-box p {
	color: #666;
	min-height: 100px;
}

.service-ul .txt-box span {
	display: inline-block;
	width: 145px;
	height: 38px;
	margin-top: 15px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	color: #fff;
	background: #90d41c;
}
/**/

.ls-product{
	margin: 30px 0;
	padding: 20px 30px;
	background: #fff;
}
.com-adv{
	display: flex;margin: 30px 0 40px;
}
.com-adv>div{
	flex: 1 0 1px;margin-right: 20px;
}
.com-adv>div>div{
	display: flex;align-items: center;margin-bottom: 16px;
}
.font-color{
	color: #4ac500;
}
/*检测中心*/

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate360 {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate360 {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/**/

.waper {
	padding: 80px 0;
	    overflow: hidden;
}

.aboutbox {
	background: url(../images/file.jpg) no-repeat center fixed;
	background-size: cover;
}

.aboutbox .container .about-box {
	display: flex;
	background: #fff;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	padding: 30px;
}

.aboutbox .container .about-box>.article_video {
	max-width: 700px;
	width: calc(100% - 560px);
}

.about-box .about-txt {
	padding: 0px 40px 0px 10px;
}

.title-head {
	margin-bottom: 40px;
}

.title-head p {
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.1);
}

.title-head h2 {
	font-size: 32px;
}

.container .about-box .about-txt>p {
	margin-bottom: 10px;
}

.num_box {
	margin-top: 30px;
	background: #fff;
}

.num_box li {
	padding: 0 20px;
	list-style: none;
	border-right: 1px solid #99999945;
	max-width: 25%;
}

.num_box li:last-child {
	border-right: 0;
}

.num_box ul {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	justify-content: space-between;
	align-items: flex-start;
}

.num_box li p:first-child {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 30px;
}


/**/

.footer_bottom .container {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

.footer_bottom .container a {
	color: #fff;
}

.contact-btn {
	position: absolute;
	top: -80px;
	right: 0;
	width: 180px;
}

.kuang {
	position: relative;
	width: 100%;
}

.yuan1 {
	display: flex;
	position: absolute;
	left: 50%;
	border-radius: 50%;
	margin-left: -55px;
	bottom: 10px;
	width: 110px;
	height: 110px;
	background: #1b2a3d;
	transition: all ease-out .3s;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff!important;
}

.yuan1 i {
	position: relative;
	z-index: 2;
	font-size: 25px;
}

.yuan1 p {
	position: relative;
	z-index: 2;
}

.yuan1::before {
	content: '';
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #2179bf;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all ease-out .3s;
	z-index: 0;
}

.contact-btn:hover .yuan1 {
	bottom: 15px;
	transition: all ease-out .3s;
}

.contact-btn:hover .yuan1::before {
	width: 100%;
	height: 100%;
}

.footer>.container {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	justify-content: space-between;
	align-items: center;
}

.footer a {
	color: #fff;
}

.foot-left {
	display: flex;
	width: 300px;
	color: #fff;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.foot-right {
	width: calc(100% - 320px);
	color: #fff;
}

.foot-nav-title {
	font-size: 20px;
	margin-bottom: 30px;
}

.foot-left p {
	margin-bottom: 15px;
	padding-left: 60px;
	font-size: 20px;
	line-height: 40px;
	background: url(../images/footlx.png) no-repeat left;
}

.foot-left h2 {
	font-weight: bold;
}

.foot-nav {
	display: flex;
	padding-left: 80px;
	justify-content: space-between;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-nav a {
	opacity: 0.6;
}

.foot-nav a:hover {
	opacity: 1;
	text-decoration: none;
}

.foot-webs {
	float: right;
	width: 180px;
}

.foot-nav-item {
	padding-right: 15px;
}

.foot-nav-con ul li {
	list-style: none;
}

.foot-right-bottom {
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
}

.foot-right-bottom i {
	font-size: 20px;
}

.foot-right-bottom .lange i {
	margin-right: 10px;
}


/*关于我们*/

#intro {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#intro .intro-container {
    max-width: 60%;
    padding-left: 60px;
}

#intro>img {
	width: 50%;
}

.about-intro-p p {
	margin-bottom: 15px;
}

.quality-container>div {
	display: flex;
	padding: 40px;
	background: #fff;
	margin-bottom: 60px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.quality-container>div:nth-child(2n) {
	flex-direction: row-reverse;
}

.about-quality-con {
	margin-right: 60px;
	padding: 0 5%;
}

.about-quality-con h3 {
	margin-bottom: 30px;
}

.about-quality-p table td {
	padding-right: 20px;
}

.align-items-center {
	display: flex;
	padding: 60px;
	background: url(../images/zljc.jpg) no-repeat center bottom #fff;
	text-align: center;
	justify-content: space-around;
}

.align-items-center img {
	margin-bottom: 10px;
	width: 35px;
}

.align-items-center h4 {
	font-size: 16px;
	font-weight: bold;
}

.about-warp .num_box ul {
	margin: 0;
}

.about-warp .num_box {
	padding: 20px;
	background: #58b5301a !important;
}

.about-warp .num_box li {
	min-height: 93px;
}
.tab_link{
	margin-bottom:20px;
}
.tab_link span{
	display:inline-block;
	cursor:pointer;
}
.pro-view-img .pro-view{
	display:none
}
.pro-view-img .pro-view:first-child{
	display:block;
}
.tab_link span img{
	width:auto;
	height:25px;
}
/**/

@media (max-width:1500px) {
	
	.swfcroout .sw-prev {
		left: 0;
		margin-left: 0;
		margin-top: -50px;
	}
	.detection-swiper .swiper-wrapper {
		width: 100%;
	}
	.swfcroout .sw-next {
		left: auto;
		margin-left: 0;
		right: 0;
		margin-top: -50px;
	}
	.detection-swiper .swiper-slide.swiper-slide-active {
		border: none;
	}
	.detection-swiper .swiper-slide.swiper-slide-active .text {
		padding-left: 80px;
	}
}

@media (max-width: 1200px) {
	.index-news-btn{
		display:none;
	}
	.service-ul .txt-box h2{
		font-size:20px;
	}
	.clear1 {
		display: none;
	}
	.clear2 {
		display: none;
	}
	.clear3 {
		display: block;
	}
	.pro-contain .pro-item{
		width:33.33%;
	}
	#intro .intro-container {
		width: 100%;
		margin-top: 30px;
    padding-left: 0px;
	max-width: 100%!important;
}
	#intro {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	#intro>img {
		width: 100%;
	}
	.foot-right {
		width: 100%;
		color: #fff;
	}
	.foot-nav {
		padding-left: 0;
		border-left: 0;
	}
	.foot-left {
		display: none;
	}
	.about-box .about-txt {
		padding: 0 10px;
	}
	.services_box img {
		width: 50%;
		max-width: 800px;
	}
	.services_box .text p {
		display: none;
	}
	.aboutbox .container .about-box>.article_video {
		width: 100%;
		max-width: inherit;
	}
	.aboutbox .container .about-box {
		flex-direction: column-reverse;
	}
	.pro-wrapper .swiper-slide a {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.detection-swiper .img-box {
		width: 400px;
		height: 400px;
	}
	.detection-swiper .text h3 {
		font-size: 28px;
	}
	.pro-wrapper .swiper-slide {
		padding: 20px;
	}
	.pro-wrapper .swiper-slide .pro-txt {
		padding: 20px 0 0 20px;
	}
	.pro-wrapper .swiper-slide img {
		width: 300px;
	}
	.pro-view-container .pro-view-left {
		width: 100%;
		float: none;
	}
	.pro-view-container .pro-view-right {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.product-box .swiper-pagination {
		opacity: 1;
	}
	.service-ul .txt-box p{
		min-height:inherit!important;
	}
}

@media (max-width: 991px) {
	.service-ul .news-item-img{
		width:100%;
	}
	.service-ul .txt-box{
		width:100%;
		padding:10px 15px;
	}
.service-ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
	.pro-contain .pro-item{
		width:50%;
	}
	.services_box .text p {
		display: block;
	}
	.services_box .text {
		margin-left: 30px;
	}
	.services_box h1 {
		font-size: 26px;
	}
	#banner .swiper-slide .title-tx h1 {
		font-size: 50px;
	}
	.pro-container-view {
		padding: 30px;
	}
	.footer_bottom .container {
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
	.detection-swiper .detection-box {
		display: flex;
		justify-content: center;
		align-items: center;
		height: inherit;
		flex-direction: column-reverse;
	}
	.detection-swiper .text {
		width: 100%;
		height: inherit;
	}
	.detection-swiper .swiper-slide.swiper-slide-active .text {
		padding: 0 60px;
	}
	.swfcroout {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#swfcro {
		height: inherit;
	}
	.detection-swiper .img-box {
		width: 80%;
		height: inherit;
	}
	.detection-swiper .swiper-slide {
		opacity: 0;
	}
	.index-about-contain {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.index-about-left {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.index-about-img {
		display: none;
	}
	#index-pro {
		position: relative;
		padding-top: 50vh;
	}
	.container-title {
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.container-title h1 {
		font-size: 22px;
	}
	.index-pro-name h2 {
		font-size: 22px;
	}
	.index-pro-more {
		width: 36px;
		height: 36px;
		line-height: 30px;
		font-size: 20px;
	}
	.index-news-btn {
		width: 36px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin-left: 10px;
	}
	.swipers-btn {
		width: 36px;
		height: 36px;
		line-height: 30px;
		font-size: 20px;
	}
	.container-con {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	#culture {
		padding-top: 60px;
	}
	.about-honor-container,
	.about-history-container,
	.about-partner-con {
		padding-top: 60px;
	}
	.partner-items {
		width: 25%;
	}
	.news-items {
		width: 50%;
	}
	.contact-p {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.contact-map {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	#feedback {
		margin-top: 50px;
	}
	#contactfc {
		margin-top: 50px;
	}
	.clear1 {
		display: none;
	}
	.clear2 {
		display: block;
	}
	.clear3 {
		display: none;
	}
	.margin-cp.advantages {
		display: none;
	}
	.services_box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.services_box .text {
		margin-left: 0;
		margin-top: 30px;
	}
	.services_box img {
		width: 100%;
	}
	.audit_ul li{
	width:50%;
	}
}

@media (max-width: 768px) {
	.pro-contain .pro-item{
		width:100%;
		margin-bottom:0px;
	}
	.footer>.container {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.index-news-btns {
		display: none;
	}
	.num_box {
		display: none;
	}
	#banner .swiper-slide .title-tx h1 {
		font-size: 30px;
	}
	.pro-container-view {
		padding: 20px;
	}
	.pro-wrapper .swiper-slide {
		width: 100%!important;
	}
	.index-pro-pagination {
		display: block;
	}
	.foot-nav {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.foot-nav-item {
		margin-bottom: 30px;
	}
	.foot-webs {
		float: none;
		width: 100%;
		max-width: 180px;
		margin: auto;
	}
	.foot-links-con {
		float: none;
		width: 100%;
		text-align: center;
	}
	.foot-backtop {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	
}

@media (max-width: 680px) {
	.pro-view-back {
		display: none;
	}
	.about-num-item {
		margin-right: 20px;
	}
	.about-num {
		font-size: 30px;
		margin-top: 5px;
	}
	#index-pro {
		position: relative;
		padding-top: 30vh;
	}
	.partner-items {
		width: 33.3%;
	}
	.news-item {
		width: 100%;
		float: none;
	}
	.clear1 {
		display: none;
	}
	.clear2 {
		display: none;
	}
	.clear3 {
		display: block;
	}
	.audit_ul li{
	width:100%;
	}
}