html,
body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

input,
textarea,
select,
button,
area {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #2b292f;
}

body {
	color: #444;
}

.section {
	width: 90%;
	margin: 0 auto;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
}

/*header*/
.header {
	width: 100%;
	height: 95px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.3s;
}

.header .section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu {
	width: 60%;
	margin-right: 185px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li.menu-li {
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: block;
	font-size: 20px;
	position: relative;
	z-index: 20;
	line-height: 50px;
	padding: 0 2px;
	color: #fff;
}

.header .menu ul li .menu-a::before {
	content: '';
	bottom: 0;
	z-index: 20;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background: #214f98;
	transform: rotateY(90deg);
	transition: ease-in-out 0.4s;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	transform: rotateY(0deg);
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	padding: 10px 0;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	padding: 0 10px;
	color: #111;
	line-height: 40px;
	font-size: 18px;
}

.header .menu li .drop li a:hover {
	color: #214f98;
}

.drop_img {
	position: fixed;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	z-index: 10;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header .menu li .drop li a:hover::before {
	width: 100%;
}

.header .menu li .drop .close {
	position: absolute;
	top: 4%;
	left: 27%;
	z-index: 15;
}

.header .logo {
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	display: inline-block;
	width: 215px;
	height: 50px;
	background-image: url(../logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.header_tooltip {
	position: absolute;
	right: 0;
	height: 95px;
	line-height: 25px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	z-index: 5;
}

.header_tooltip_tip {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	transition: 0.3s;
	color: #ffffff;
	position: relative;
}

.langbox,
.search_icon,
.mbox {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.langbox img {
	filter: brightness(100);
}

.search_icon {
	background: rgba(255, 255, 255, .4);
}

.mbox {
	background: #214f98;
}

.m_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #214f98;
	transition: 0.4s;
	border-radius: 50%;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #fff;
}

.m_menu .line2 {
	margin: 4px 0;
}

.fixnav .menu ul li a.menu-a {
	color: #000;
}

.fixnav .menu ul li.on .menu-a {
	color: #000;
}

.fixnav {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
}

.fixnav .logo a {
	background-image: url(../logo-h.png);
}

.fixnav .search_icon {
	background: #999;
}

.fixnav .langbox img {
	filter: none;
}

.index-title {
	width: 100%;
}

.index-title h2 {
	color: #000;
}

.index-title h3 {
	font-weight: bold;
}

.index-title span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.index-title span:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: #c23229;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
	z-index: 10;
}

.hide {
	top: -150px;
}

.inner-title {
	width: 100%;
	margin-bottom: 35px;
}

.inner-title h2 {
	color: #000;
}

.inner-title p {
	color: #696969;
}

.font-white {
	color: #fff !important;
}

.main-more {
	text-align: center;
	margin-top: 35px;
	overflow: hidden;
}

.main-more a {
	width: 230px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	line-height: 57px;
	font-size: 19px;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	background: #33bbff;
	border-radius: 30px;
}

.main-more a:hover {
	background: #0073e7;
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 90%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 60px;
	background: none;
}

.searchform form .submit {
	width: 10%;
	height: 50px;
	border: none;
	outline: none;
	background-color: #fff;
	background-image: url(../newssearch.png);
	background-repeat: no-repeat;
	background-position: center;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 25px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	border-radius: 50%;
}

.searchform .close:hover {
	background: #214f98;
	color: #fff;
}

/*banner-swiper */
.banner-swiper {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	text-align: center;
	color: #fff;
}

.swiper-slide-txt h4 {
	animation-delay: 0.8s;
}

.swiper-slide-txt h5 {
	margin: 20px auto;
	max-width: 1000px;
	animation-delay: 1.1s;
}

.swiper-slide-active h5,
.swiper-slide-active h4 {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 50.2%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}

.banner-button {
	width: 95px;
	z-index: 10;
	position: absolute;
	right: 5%;
	bottom: 9%;
}

.banner-next,
.banner-prev {
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 5%;
	border: 2px solid #7d959a;
	border-radius: 100%;
}

.banner-next:after,
.banner-prev:after {
	font-size: 12px !important;
	font-weight: bold;
	color: #7d959a !important;
}

.banner-prev {
	left: 0;
}

.banner-next {
	right: 0;
}

.banner-next:hover,
.banner-prev:hover {
	border: 2px solid #ffad18;
}

.banner-next:hover:after,
.banner-prev:hover:after {
	color: #ffad18 !important;
}

.banner-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 10px;
	border-radius: 0;
	width: 57px;
	height: 3px;
	border-radius: 0;
	transition: 0.4s;
	background: #ffffff;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: #214f98;
}

.button-pointer {
	left: 50%;
	margin-left: -10px;
	bottom: 14%;
	z-index: 11;
	position: absolute;
}

.button-pointer i {
	display: block;
	position: absolute;
	left: 0;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 22px;
	height: 115px;
	background-image: url(../Scroll.png);
	background-size: 100%;
}

@-webkit-keyframes drop {
	0% {
		top: -30px;
		opacity: 0.3;
	}

	50% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: 10px;
		opacity: 0.3;
	}
}

@keyframes drop {
	0% {
		top: -30px;
		opacity: 0.3;
	}

	50% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: 10px;
		opacity: 0.3;
	}
}

.product_service {
	width: 100%;
	overflow: hidden;
	padding: 105px 0;
	background: #f4f4f4;
	position: relative;
	z-index: 10;
}

.product_service .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_service .box .index-title {
	width: 40%;
}

.product_service .box .txt {
	width: 52%;
}

.product_service_slide {
	display: block;
	color: #000;
}

.product_service_slide .box {
	background: #fff;
}

.product_service_slide .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product_service_slide .box:hover img {
	transform: scale(1.08, 1.08);
}

.productbutton-pagination {
	height: 13px;
	width: 100%;
	padding-left: 130px;
	z-index: 10;
	position: relative;
	margin-top: 70px;
}

.product-scrollbar {
	height: 2px;
	background: #d6d6d6;
}

.swiper-scrollbar-drag {
	top: 0px !important;
}

.product-button {
	width: 70px;
	position: absolute;
	left: 0;
	top: -8px;
}

.product-next,
.product-prev {
	width: 10px;
	font-weight: bold;
	height: 13px;
}

.product-prev:after,
.product-next:after {
	display: none;
}

.product-next {
	right: 0;
}

.product-prev {
	left: 0;
}

.application_section {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
	z-index: 10;
	background: #fff;
}

.application_section .txt {
	width: 100%;
}

.application_section .txt a {
	color: #2353a3;
	margin-top: 40px;
	display: inline-block;
}

.application_section .txt a:hover {
	margin-left: 10px;
}

.application_section .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.application_section .list a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 30%;
	padding: 25px 60px 25px 30px;
	margin: 14px 0;
	line-height: 50px;
	box-shadow: 0 0 10px #ddd;
	border-left: 5px solid #2353a3;
	background: #fff;
	color: #000;
	transition: 0.3s;
}

.application_section .list a img {
	position: absolute;
	right: 30px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
}

.application_section .list a:nth-child(3n-1) {
	margin: 14px 5%;
}

.application_section .list a:hover {
	border-left: 5px solid #c23229;
	background: #2353a3;
	color: #fff;
}

.application_section .list a:hover img {
	filter: brightness(100);
}

.equipment_section {
	width: 100%;
	overflow: hidden;
	padding-top: 105px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.equipment_slideTxtBox {
	width: 100%;
	overflow: hidden;
	background: #f0f0f0;
	position: relative;
}

.equipment-hd {
	width: 40%;
	z-index: 30;
	position: relative;
	top: 0;
	left: 0;
	padding: 40px 0;
}

.equipment-hd ul {
	width: 100%;
}

.equipment-hd ul li {
	width: 100%;
	margin: 15px 0;
	transition: 0.4s;
	cursor: pointer;
	line-height: 30px;
	position: relative;
	padding: 25px 90px 25px 40px;
	color: #000;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.equipment-hd ul li a {
	position: absolute;
	width: 50px;
	right: 15px;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}

.equipment-hd ul li a img {
	width: 100%;
}

.equipment-hd ul li.on,
.equipment-hd ul li:hover {
	background: #fff;
}

.equipment-hd ul li.on h3,
.equipment-hd ul li:hover h3 {
	color: #2353a3;
}

.equipment-hd ul li.on a,
.equipment-hd ul li:hover a,
.equipment-hd ul li.on p,
.equipment-hd ul li:hover p {
	opacity: 1;
}

.equipment-middle {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 66%;
	height: 100%;
	background-color: #000;
}

.equipment-middle-swiper {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.equipment-middle-swiper img {
	width: 100%;
	display: none;
}

.technical_section {
	width: 100%;
	overflow: hidden;
	padding: 105px 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

.technical_section .index-title {
	margin-bottom: 120px;
}

.technicalbox {
	display: none;
}

.technicalbox .swiper-slide .box {
	overflow: hidden;
	border-radius: 8px;
}

.technicalbox .swiper-slide .content {
	overflow: hidden;
	padding: 20px 10px;
}

.technical-pagination {
	margin: 20px 0;
	text-align: center;
	transition: 0.4s;
}

.technical-pagination span {
	margin: 0 7px;
	width: 12px;
	height: 12px;
	transition: 0.4s;
	background: #bbbbbb;
	border-radius: 50%;
}

.technical-pagination .swiper-pagination-bullet-active {
	background: #1b3884;
}

.jjfa-b {
	position: relative;
	width: 82%;
	margin: 0 auto;
}

.jjfa-b2 {
	position: relative;
	z-index: 1;
}

.jjfa-b2 a {
	display: block;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 6;
	opacity: 0;
	transform: scale(0.6);
	transition: all 0.6s ease-out;
}

.jjfa-b2 a>img {
	display: block;
	width: 100%;
}

.jjfa-b2 a dl {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 50px 150px 80px 50px;
}

.jjfa-b2 .img {
	max-width: 48px;
}

.jjfa-b2 a dl .txt {
	width: 80%;
}

.jjfa-b2 a.p1 {
	z-index: 10;
	opacity: 1;
	transform: scale(1)
}

.jjfa-b2 a.p2 {
	z-index: 9;
	opacity: 0.6;
	transform: scale(0.9285714285714286) translateY(-8%);
}

.jjfa-b2 a.p3 {
	z-index: 8;
	opacity: 0.4;
	transform: scale(0.8571428571428571) translateY(-16%);
}

.jjfa-b2 a.p4 {
	z-index: 7;
	opacity: 0.2;
	transform: scale(0.7142857142857143) translateY(-36%);
}

.jjfa-c {
	width: 60px;
	height: 160px;
	position: absolute;
	right: 55px;
	bottom: 20px;
	z-index: 2;
}

.jjfa-c a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px 0;
	border-radius: 50%;
	border: 1px solid #fff;
}

.jjfa-c a img {
	width: 100%;
}

.jjfa-c a:hover {
	border: 1px solid #e50012;
	background: #e50012;
}

.about_section {
	width: 100%;
	overflow: hidden;
	padding: 105px 0;
	background-image: url(../about-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 10;
}

.indexnum {
	width: 100%;
	overflow: hidden;
	margin-top: 15%;
}

.num-box ul {
	width: 100%;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.num-box ul li {
	box-sizing: border-box;
	position: relative;
}

.indexnum ul li {
	color: #fff;
}

.innernum ul li {
	color: #000;
}

.indexnum ul i {
	display: block;
	position: relative;
	width: 1px;
	background: rgba(255, 255, 255, .4);
}

.num-box .num {
	display: flex;
	align-items: center;
}

.num-b {
	padding-right: 50px;
	position: relative;
}

.innernum ul li .num {
	color: #214f98;
}

.num-box .counter {
	font-size: 3.2vw;
}

.num-box .jia {
	font-size: 2.8vw;
	font-weight: bold;
	margin-left: 0.4rem;
}

.num-box .text {
	font-size: 1.5vw;
	position: absolute;
	right: 0;
	bottom: 9px;
}

.num-box span {
	font-size: 1.1vw;
	display: block;
	margin-top: 5px;
}

.news_section {
	width: 100%;
	overflow: hidden;
	padding: 105px 0;
	position: relative;
	z-index: 10;
	background: #fff;
}

.news_dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #f5f5f6;
}

.news_dl dt {
	width: 45%;
}

.news_dl dd {
	width: 55%;
	padding: 60px 70px;
}

.news_dl dd span {
	color: #636363;
}

.news_dl dd h2 {
	color: #000;
}

.news_dl dd .txt {
	margin: 40px 0;
}

.news_dl dd a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	line-height: 45px;
	text-align: center;
	background: #2353a3;
	color: #fff;
}

.news_dl dd a i {
	margin-left: 25px;
}

.news_dl dd a:hover {
	margin-left: 10px;
}

.news-pagination {
	margin-top: 40px;
}

.news-pagination span {
	font-size: 19px;
	color: #7a7a7a;
	margin: 0 10px;
}

.news-pagination span.swiper-pagination-bullet-active {
	color: #2353a3;
}

.news_section .list {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	margin-top: 40px;
}

.news_section .list a {
	display: block;
	position: relative;
	padding: 40px 50px 40px 0;
	border-bottom: 1px solid #e7e7e7;
}

.news_section .list a span {
	color: #636363;
}

.news_section .list a h2 {
	display: block;
	color: #010101;
	margin-top: 10px;
}

.after {
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 50%;
	overflow: hidden;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.3s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.3s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.link_ck .after {
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	border: 1px solid #214f98;
	border-radius: 50%;
}

.news_section .list a .after {
	width: 39px;
	height: 39px;
	margin-top: -19.5px;
	border: 2px solid #214f98;
}

.list a:hover .after,
.news_section .list a:hover .after {
	background: #214f98;
}

.list a:hover .after img,
.news_section .list a:hover .after img {
	filter: brightness(100);
}

.list a:hover .after .after-a {
	transform: translate(17px, 0px);
	opacity: 0;
}

.news_section .list a:hover .after .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.list a:hover .after .after-b,
.news_section .list a:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.inner-banner-img {
	height: 635px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40%;
	z-index: 20;
	color: #fff;
}

.banner h3 {
	text-align: center;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-top: -52px;
	line-height: 52px;
	color: #fff;
}

.main-nav a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	transition: color .3s;
}

.main-nav a.hm {
	padding-left: 25px;
	position: relative;
}

.main-nav a.hm::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 18px;
	margin-top: -9.5px;
	height: 19px;
	background-image: url(../home.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.main-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 90px 0;
	position: relative;
}

.inner-about .content {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.about-left {
	width: 30%;
	padding-right: 50px;
}

.about-right {
	width: 65%;
	padding-left: 50px;
}

.about-right .txt {
	height: 400px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

.about-right .txt p {
	margin-bottom: 30px;
}

.about-right .txt::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}

.about-right .txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #2353a3;
}

.about-right .txt::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #cad5e9;
}

.inner-about .video-img {
	border-radius: 24px;
	margin-top: 100px;
	overflow: hidden;
	position: relative;
}

.inner-about .video-img img {
	width: 100%;
}

.video {
	margin: 40px auto;
	z-index: 20;
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.video img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 50%;
}

.video .video_lock01 {
	display: block;
	background: #fff;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
}

.video .video_lock02 {
	display: block;
	background: #fff;
	z-index: 10;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: playbtnscal2 1.2s infinite;
	-moz-animation: playbtnscal2 1.5s infinite;
	animation: playbtnscal2 1.5s infinite;
}

.about-video {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -28px;
	margin-right: -28px;
}

.inde-video {
	position: relative;
}

.inner-culture {
	width: 100%;
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: #f6f6f6;
}

.culture_section {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.culture-list {
	width: 42%;
	overflow: hidden;
}

.culture-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.culture-list ul li {
	width: 25.33%;
	display: block;
	margin-right: 8%;
	margin-bottom: 10px;
	position: relative;
	color: #000;
	transition: 0.3s;
	cursor: pointer;
	padding: 20px 0;
	border-top: 2px solid #000000;
}

.culture-list h3 {
	color: #656565;
	margin: 15px 0;
}

.culture-img {
	width: 55%;
	margin-left: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.culture-img .culturemySwiper {
	border-radius: 15px;
}

.culture-next,
.culture-prev {
	width: 55px;
	height: 55px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.4);
}

.culture-next:after,
.culture-prev:after {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.culture-prev {
	left: 0;
}

.culture-next {
	right: 0;
}

.culture-next:hover,
.culture-prev:hover {
	background: #214f98;
}

.inner-history {
	width: 100%;
	padding: 120px 0 50px 0;
	overflow: hidden;
	background-image: url(../history.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.inner-history .section {
	position: relative;
}

.main-growth {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-growth .growth-mySwiper2 {
	position: relative;
}

.growth-dl {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.growth-dl dt {
	width: 40%;
	font-size: 4vw;
	color: #214f98;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
	top: -20px;
	position: relative;
	padding-right: 60px;
}

.growth-dl dd {
	width: 60%;
	padding-left: 60px;
	min-height: 390px;
	overflow: hidden;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	top: -20px;
	position: relative;
	border-left: 1px solid #000;
}

.growth-dl dd span {
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 23px;
}

.growth-dl dd p {
	margin: 30px 0;
	font-size: 19px;
	position: relative;
	padding-left: 70px;
}

.growthsection {
	position: relative;
	z-index: 10;
	padding: 0 80px;
}

.growth-dl .growth-box-txt {
	font-size: 20px;
	line-height: 30px;
	color: #3b3b3b;
}

.growth-mySwiper2 .swiper-slide-active .growth-dl dd,
.growth-mySwiper2 .swiper-slide-active .growth-dl dt {
	opacity: 1;
	top: 0;
}

.growth-time-box {
	margin-top: 50px;
	position: relative;
}

.growth-time-box .section {
	position: relative;
}

.growth-prev,
.growth-next {
	width: 50px;
	line-height: 50px;
	height: 50px;
	margin-top: -25px;
	border: 1px solid #5b5b5b;
	border-radius: 50%;
}

.growth-next {
	right: 0;
}

.growth-prev {
	left: 0;
}

.growth-prev:after,
.growth-next:after {
	font-size: 20px;
}

.growth-next:hover:after,
.growth-prev:hover:after {
	color: #fff;
}

.growth-next:hover,
.growth-prev:hover {
	border: 1px solid #1e4d97;
	background: #1e4d97;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
	background: #b5b5b5;
}

.time-title {
	text-align: center;
	cursor: pointer;
}

.time-title h2 {
	font-size: 25px;
	color: #214f98;
	margin: 35px 0 15px 0;
}

.time-title::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
	z-index: 10;
	background: #626262;
	border-radius: 100%;
}

.swiper-slide-thumb-active .time-title::before {
	background: #214f98;
}

.DevelopmentPath_icon {
	position: absolute;
	bottom: -160%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.DevelopmentPath_icon img {
	width: 90%;
	display: inline-block;
}

.DevelopmentPath_icon.on {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}

.inner-team {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
}

.inner-team dl {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}

.inner-team dl dt {
	width: 50%;
	float: left;
	overflow: hidden;
	border-radius: 30px;
}

.inner-team dl dt img {
	width: 100%;
}

.inner-team dl dd {
	width: 45%;
	float: right;
}

.inner-team dl dd .txt p {
	padding-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.inner-team dl dd .txt p:before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 20;
	background: #717171;
	border-radius: 50%;
}

.inner-team dl dd .txt p::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 12px;
	left: 6px;
	z-index: 10;
	background: #000;
}

.inner-team dl dd .txt p:last-child::after {
	display: none;
}

.inner-team dl dd .txt p:last-child {
	margin-bottom: 0;
}

/*.inner-honor*/
.inner-honor {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
}

.inner-honor ul {
	width: calc(100% + 2%);
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	padding: 0;
}

.inner-honor ul li {
	transition: 0.6s;
	width: 23%;
	margin: 20px 1%;
	overflow: hidden;
}

.inner-honor ul li .box {
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	padding: 15px 15px;
	margin-bottom: 15px;
}

.inner-honor ul img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-honor ul li:hover img {
	transform: scale(1.08, 1.08);
}

.inner-honor ul li:hover h3 {
	color: #214f98;
}

/*.inner-applications*/
.inner-applications {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	position: relative;
	background: #edf0f3;
}

.inner-applications .list {
	width: calc(100% + 2%);
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	padding: 0;
}

.inner-applications .list a {
	display: block;
	transition: 0.6s;
	width: 31.33%;
	margin: 20px 1%;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
	background: #fff;
}

.inner-applications .list .box {
	overflow: hidden;
}

.inner-applications .list .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-applications .list .content {
	padding: 35px 50px;
	width: 100%;
	overflow: hidden;
}

.inner-applications .list h3 {
	color: #000000;
}

.inner-applications .list .txt {
	color: #6e6e6e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0;
}

.inner-applications .list .content .link_ck {
	width: 110px;
	padding-right: 25px;
	position: relative;
	font-size: 16px;
	line-height: 26px;
}

.inner-applications .list a:hover img {
	transform: scale(1.08, 1.08);
}

.inner-applications .list a:hover h3 {
	color: #214f98;
}

.applications-detail {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
	background: #edf0f3;
}

.applications-detail dl {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.applications-detail dl dt {
	width: 45%;
	overflow: hidden;
	border-radius: 30px;
}

.applications-detail dl dt img {
	width: 100%;
}

.applications-detail dl dd {
	width: 48%;
}

.applications-detail dl dd .txt {
	line-height: 40px;
	height: 410px;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 20px;
}

.applications-detail dl dd .txt::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}

.applications-detail dl dd .txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #2353a3;
}

.applications-detail dl dd .txt::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #cad5e9;
}

.xg_product {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xgproduct-button {
	width: 130px;
	height: 50px;
	position: relative;
	margin: 60px auto 0 auto;
}

.xgproduct-next,
.xgproduct-prev {
	width: 50px;
	line-height: 50px;
	height: 50px;
	margin-top: -25px;
	border: 1px solid #5b5b5b;
	border-radius: 50%;
}

.xgproduct-next {
	right: 0;
}

.xgproduct-prev {
	left: 0;
}

.xgproduct-next:after,
.xgproduct-prev:after {
	font-size: 17px;
	color: #5b5b5b;
}

.xgproduct-next:hover:after,
.xgproduct-prev:hover:after {
	color: #fff;
}

.xgproduct-next:hover,
.xgproduct-prev:hover {
	border: 1px solid #1e4d97;
	background: #1e4d97;
}

/*.inner-product*/
.inner-product {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
}

.inner-product .list {
	width: calc(100% + 2%);
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
	padding: 0;
}

.inner-product .list a {
	display: block;
	transition: 0.6s;
	width: 31.333%;
	margin: 30px 1%;
	overflow: hidden;
}

.inner-product .list a .box {
	background: #f4f4f4;
	padding: 30px 30px;
}

.inner-product .list h3 {
	margin: 15px 0;
}

.inner-product .list span {
	display: inline-block;
	padding: 4px 23px;
	font-size: 16px;
	color: #666;
	border: 1px solid #3f3f3f;
	border-radius: 8px;
	text-align: center;
	transition: 0.3s;
}

.inner-product .list img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-product .list a:hover h3 {
	color: #214f98;
}

.inner-product .list a:hover span {
	background: #214f98;
	border: 1px solid #214f98;
	color: #fff;
}

.inner-product .list a:hover img {
	transform: scale(1.08, 1.08);
}

.cp-detail-content {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.cp-detail-content img {
	max-width: 100%;
}

.cp-detail-content .cp-img {
	width: 48%;
	float: left;
	text-align: center;
}

.product-list-mySwiper {
	border: 10px solid #f2f2f2;
}

.product-detail-mySwiper {
	margin-top: 25px;
}

.product-detail-img {
	border: 1px solid #d7d7d7;
}

.cp-detail-content .cp-img img {
	margin: auto;
}

.cp-detail-content .cp-intro {
	width: 48%;
	float: right;
	font-size: 19px;
	color: #333;
}

.cp-intro h2 {
	width: 100%;
	font-size: 34px;
	color: #000;
	line-height: 54px;
	margin-bottom: 20px;
}

.cp-intro span {
	color: #ff0000;
}

.cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-intro p {
	padding: 5px 0;
}

.cp-intro table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff
}

.cp-intro table td {
	background: #fff;
	padding: 15px 5px;
	font-size: 17px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff
}

.cp-intro .table-bj td {
	background: #e7f4ff;
}

.cp-intro .table-bjj {
	background: #fbfbfb;
}

.up-down {
	width: 100%;
	background: #fff;
	padding: 30px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	border-top: 1px solid #d4d4d4;
}

.up-down ul {
	width: 80%;
	float: left;
}

.up-down ul li {
	margin-bottom: 10px;
}

.up-down ul li a {
	color: #242424;
	font-size: 18px;
}

.up-down ul li a:hover {
	color: #68abe4;
}

.up-down .up-down-back {
	width: 18%;
	border-radius: 30px;
	float: right;
	max-width: 185px;
	color: #fff;
	line-height: 55px;
	background: #29a1dd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.up-down .up-down-back img {
	margin-left: 10px;
}

.up-down .up-down-back:hover {
	box-shadow: 0 0 10px #ccc;
}

/*新闻中心*/
.inner-news {
	overflow: hidden;
	padding: 90px 0;
}

.main-news {
	width: 72.5%;
	float: left;
}

.hot-news {
	width: 22%;
	float: right;
}

.news-news a {
	width: 100%;
	padding: 40px 0 40px 140px;
	position: relative;
	overflow: hidden;
	color: #828282;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid #eeeeee;
}

.news-txt h3 {
	overflow: hidden;
	color: #000;
}

.news-txt .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
}

.news-icon {
	float: right;
}

.news-txt em {
	font-style: normal;
	display: none;
}

.news-news .news-time {
	width: 122px;
	height: 100px;
	padding: 10px 10px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #d9d9d9;
	background-image: url(../icon10.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #4e4e4e;
	transition: 0.3s;
}

.news-news a:hover .news-time {
	background: #172a88;
	color: #fff;
}

.news-news a:hover h3 {
	color: #172a88;
}

.hot-news h1 {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	font-size: 20px;
	color: #292929;
	position: relative;
}

.newshform {
	width: 100%;
	background: #f6f6f6;
	padding: 30px 25px;
	border-radius: 8px;
	margin-bottom: 25px;
}

.newshform form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #999;
}

.newshform form .search_input {
	border: none;
	outline: none;
	width: 90%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 42px;
	background: none;
}

.newshform form .submit {
	width: 10%;
	height: 42px;
	border: none;
	outline: none;
	background-color: #fff;
	background-image: url(../newssearch.png);
	background-repeat: no-repeat;
	background-position: center;
}

.detail-news {
	width: 100%;
	background: #f6f6f6;
	padding: 15px 25px;
	border-radius: 8px;
}

.detail-news ul {
	width: 100%;
}

.detail-news ul li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.detail-news ul li span {
	display: block;
	color: #214f98;
}

.detail-news ul li a {
	width: 100%;
	display: block;
	color: #454545;
	line-height: 28px;
	position: relative;
	margin: 6px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.detail-news ul li .txt {
	width: 100%;
	display: block;
	color: #7c7c7c;
	line-height: 28px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.detail-news ul li a:hover {
	color: #214f98;
}

.news-detail {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0;
	color: #000;
}

.news-detail .goBack {
	display: block;
	color: #005daa;
	font-size: 16px;
	line-height: 45px;
	width: 195px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	text-align: center;
	border: 1px solid #005daa;
}

.news-detail .goBack:hover {
	background: #005daa;
	color: #fff;
}

.news-detail .news-title {
	overflow: hidden;
	position: relative;
	padding-right: 200px;
}

.news-detail .news-title h1 {
	line-height: 50px;
}

.news-detail .news-title .three {
	color: #005daa;
}

.news-detail .news-intro {
	line-height: 38px;
	overflow: hidden;
	color: #454545;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #005daa;
	display: inline-block;
	cursor: pointer;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #005daa;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	margin-top: -180px;
	position: relative;
	z-index: 10;
	padding-bottom: 80px;
}

.contact-ul {
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-ul li {
	width: 30%;
	margin: 10px 1.5%;
	background: #fff;
	padding: 30px 40px 50px 40px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 10px #ddd;
}

.contact-ul li img.img01 {
	max-width: 100%;
	margin: 20px auto;
}

.contact-ul li h3 {
	color: #000;
}

.contact-ul li h5 {
	min-height: 60px;
	line-height: 30px;
	color: #4b4b4b;
	width: 80%;
	margin: 15px 10% 40px 10%;
}

.contact-ul li a {
	display: inline-block;
	margin: 0 auto;
	line-height: 41px;
	padding: 0 60px 0 20px;
	font-size: 19px;
	color: #2353a3;
	border-radius: 20px;
	box-shadow: 0 0 10px #ddd;
	position: relative;
}

.contact-ul li img.img02 {
	position: absolute;
	right: 0;
	top: 0;
}

.contact-ul li a:hover,
.contact-ul li h5:hover {
	color: #004ea1;
	transition: 0.4s;
}

.form-map {
	overflow: hidden;
	background: #f4f4f4;
	padding: 80px 0;
	position: relative;
}

.form-map .section {
	padding: 65px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
}

.form-form {
	width: 55%;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	position: relative;
}

.form-form ul li.w50 {
	margin: 10px 2% 10px 0;
	width: 48%;
}

.form-form ul li.w100 {
	margin: 10px 2% 10px 0;
	width: 98%;
}

.form-form ul li h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.form-form ul li input {
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	padding: 10px 35px 10px 20px;
	color: #000;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #dadada;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	line-height: 30px;
	padding: 10px 35px 10px 20px;
	font-size: 18px;
	background: #ffffff;
	border: 1px solid #dadada;
	position: relative;
}

.form-form ul li i {
	font-style: normal;
	color: #ff0000;
}

.form-form ul li input::placeholder {
	color: #777777;
}

.form-form ul li textarea::placeholder {
	color: #777777;
}

.form-form ul li .button {
	width: 98%;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 20px;
	border-radius: 30px;
	padding: 10px 15px;
	background: #2353a3;
	opacity: 0.5;
}

.form-form input::placeholder {
	color: #828282;
}

.form-form ul li .button:hover {
	opacity: 1;
	transition: 0.3s;
}

.map {
	border-radius: 10px;
	overflow: hidden;
	width: 38%;
	margin-top: 45px;
}

.map img {
	width: 100%;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #214f98;
	color: #fff;
	border: 1px solid #214f98;
}

.footfooter {
	width: 100%;
	overflow: hidden;
	background-color: #383838;
	background-image: url(../footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.footer {
	width: 100%;
	overflow: hidden;
	color: #fff;
}

.footer .section {
	display: flex;
	flex-wrap: wrap;
}

.foot-menu {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 75px 50px 75px 0;
	border-right: 1px solid #686868;
}

.foot-menu .foot_contlis {
	margin-bottom: 35px;
}

.foot-menu .foot_contlis h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}

.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin: 10px 0;
}

.foot-menu ul li a {
	color: #969696;
}

.foot-menu ul li a:hover {
	color: #fff;
}

.foot-logo-contact {
	width: 40%;
	padding: 65px 0 30px 85px;
}

.foot-logo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.foot-logo img {
	max-width: 100%;
}

.foot-logo-contact h5 {
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #535353;
}

.foot-logo-contact h5 span {
	display: inline-block;
	padding: 5px 10px;
	border-bottom: 5px solid #c23229;
	position: relative;
	margin-bottom: -2px;
	z-index: 10;
}

.foot-contact {
	margin: 50px 0;
}

.foot-contact ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.foot-contact ul li {
	width: 48%;
	margin: 1px 1%;
}

.foot-contact ul li h4 {
	font-size: 17px;
	color: #969696;
}

.foot-contact ul li p {
	font-size: 21px;
	color: #fff;
}

.link-icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.link-icon a {
	display: inline-block;
	margin: 0 10px;
}

.link-icon a img {
	filter: invert(1);
	transition: 0.4s;
}

.link-icon a:hover img {
	opacity: 0.6;
}

.foot-copyright {
	background: #383838;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #686868;
	position: relative;
	z-index: 10;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-copyright a {
	color: #fff;
}

.foot-copyright a:hover {
	opacity: 0.7;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.img img {
	width: 100%;
}

.cd-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	background: #fff;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.cd-top img {
	width: 100%;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.cd-top:hover {
	background-color: #0073e7;
	opacity: 1;
	box-shadow: 0 0 10px #ddd;
}

.cd-top:hover img {
	filter: invert(1);
}

@media (max-width:1420px) {
	.section {
		width: 94%;
	}

	.equipment-hd ul li {
		padding: 20px 10px;
	}

	.header .menu ul li a.menu-a {
		font-size: 18px;
	}
}

@media (max-width:1199px) {
	.header {
		z-index: 9999;
		background: #fff;
		height: 80px;
	}

	.Placeholder {
		height: 70px;
	}

	.hide {
		top: 0;
	}

	.header .section,
	.section {
		width: 100%;
		padding: 0 30px;
	}

	.header .logo {
		width: 215px;
		height: 80px;
		margin: 0;
	}

	.header .logo a {
		background-image: url(../logo-h.png);
	}

	.header_tooltip {
		height: 80px;
	}

	.search_icon {
		background: #999;
	}

	.langbox img {
		filter: none;
	}

	.search-box {
		background: rgba(255, 255, 255, 0.95);
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: fixed;
		left: 0;
		top: 70px;
		background: #0073e7;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 999;
		margin: 0;
	}

	.header .menu>ul {
		height: 100%;
		overflow: scroll;
		display: block;
		padding-bottom: 163px;
	}

	.header .menu ul li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #5caaf9;
	}

	.header .menu ul li a.menu-a {
		display: inline-block;
		padding: 0;
		line-height: 55px;
		color: #fff;
		margin-left: 20px;
	}

	.header .menu li .drop .drop-menu {
		width: 100%;
	}

	.header .menu li .drop .drop-menu:nth-child(2) {
		margin: 10px 0;
	}

	.header .menu ul li .menu-a::before {
		display: none;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.menu-content {
		position: static;
	}

	.bb-teltxt {
		margin-top: 20px;
		margin-right: 45px;
	}

	.bb-teltxt i {
		color: #000;
	}

	.bb-teltxt i::before {
		background-image: url(../tel-b.png);
	}

	.n-header .menu ul li .menu-a,
	.fixnav .menu ul li .menu-a {
		color: #fff !important;
	}

	.banner-swiper {
		position: relative;
	}

	.banner-swiper,
	.banner {
		margin-top: 80px;
	}

	.index-banner-img {
		padding-top: 68.2%;
	}

	.foot-logo-contact {
		width: 40%;
		padding: 65px 0 30px 45px;
	}

	.foot-contact ul li {
		width: 98%;
		margin: 10px 0;
	}

	.technical_section .index-title {
		margin-bottom: 60px;
	}

	.technicalbox {
		display: block;
	}

	.jjfa-b {
		display: none;
	}

	.about-left {
		width: 100%;
		padding-right: 0;
	}

	.about-right {
		width: 100%;
		padding-left: 0;
	}

	.culture-list,
	.culture-img,
	.inner-team dl dt,
	.inner-team dl dd,
	.applications-detail dl dd,
	.applications-detail dl dt,
	.form-form,
	.map,
	.product_service .box .index-title,
	.product_service .box .txt {
		width: 100%;
		margin: 10px 0;
	}

	.application_section .list a {
		padding: 15px 15px;
	}

	.application_section .list a .img {
		max-width: 28px;
	}

	.news_dl dt,
	.news_dl dd {
		width: 100%;
		margin: 0;
	}

	.news_dl dd {
		padding: 25px 30px;
	}

	.contact-ul {
		width: 90%;
	}

	.contact-ul li img.img01 {
		max-width: 76%;
	}

	.num-box .counter {
		font-size: 40px;
	}

	.num-box .jia {
		font-size: 24px;
	}

	.num-box .text {
		font-size: 20px;
	}

	.num-box span {
		font-size: 16px;
	}

	.indexnum ul i {
		display: none;
	}

	.num-b {
		padding-right: 30px;
	}

	.contact-ul li {
		padding: 20px 20px 30px 20px;
	}

	.contact-ul li a {
		text-align: left;
	}
}

@media (max-width:1100px) {
	.equipment-hd {
		width: 100%;
		position: relative;
		padding: 10px 0;
	}

	.equipment-hd ul {
		line-height: 50px;
		height: 50px;
		padding: 0 10px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.equipment-hd ul::-webkit-scrollbar {
		display: none
	}

	.equipment-hd ul li {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0 10px 0 0;
	}

	.equipment-hd ul li a {
		display: none;
	}

	.equipment-hd ul li.on,
	.equipment-hd ul li:hover {
		background: none;
	}

	.equipment-middle {
		width: 100%;
		position: relative;
	}

	.equipment-middle-swiper img {
		display: block;
	}

	.inner-banner-img {
		height: 400px;
	}
}

/*banner媒体查询*/
@media (max-width:999px) {
	.num-box ul {
		justify-content: left;
	}

	.num-box ul li {
		width: 31.333%;
		margin: 10px 1%;
	}

	.num-b {
		width: 100%;
		overflow: hidden;
		padding-right: 0;
	}

	.num-box .num {
		float: left;
	}

	.num-box .text {
		float: left;
		position: relative;
		margin-left: 10px;
		margin-top: 20px;
	}

	.num-box span {
		width: 100%;
		overflow: hidden;
		display: block;
	}

	.inner-team dl dd .txt p {
		padding-bottom: 35px;
	}

	.inner-contact {
		margin: 0;
		padding: 80px 0;
	}

	.inner-product .list a,
	.inner-applications .list a {
		width: 48%;
	}

	.contact-ul li img.img01 {
		max-width: 82px;
	}

	.contact-ul {
		width: 98%;
	}

	.foot-menu,
	.foot-logo-contact {
		width: 100%;
		margin: 10px 0;
		border: 0;
	}

	.footer {
		padding: 40px 0;
	}

	.foot-menu,
	.foot-logo-contact {
		padding: 0;
	}

	.foot-contact {
		margin: 20px 0;
	}

	.growth-dl dt,
	.growth-dl dd {
		width: 100%;
	}

	.growth-dl dd {
		padding: 0 20px;
		border: 0;
	}

	.growth-dl dd p {
		margin: 20px 0;
		font-size: 16px;
		position: relative;
		padding-left: 70px;
	}
}

@media (max-width:856px) {
	.foot-contact ul li p {
		font-size: 18px;
		color: #fff;
	}

	.application_section .list a {
		width: 48%;
	}

	.application_section .list a:nth-child(3n-1) {
		margin: 8px 1%;
	}

	.application_section .list a {
		border-left: 3px solid #2353a3;
		margin: 8px 1%;
		padding: 13px 10px;
		line-height: 30px;
	}
}

@media (max-width:658px) {
	.inner-banner-img {
		height: 250px;
	}

	.main-nav a.hm::before {
		width: 12px;
		margin-top: -6px;
		height: 12px;
	}

	.main-nav a.hm {
		padding-left: 18px;
	}

	.main-nav a {
		font-size: 12px;
	}

	.inner-product .list a,
	.inner-applications .list a {
		width: 98%;
		margin: 15px 1%;
	}

	.num-box .counter {
		font-size: 30px;
	}

	.num-box .text {
		font-size: 16px;
	}

	.num-box span {
		font-size: 13px;
	}

	.num-box .jia {
		font-size: 14px;
	}

	.header_tooltip {
		width: 128px;
	}

	.product-scrollbar {
		display: none;
	}

	.foot-contact ul li p {
		font-size: 16px;
		color: #fff;
	}

	.foot-logo img {
		max-width: 170px;
	}

	.foot-contact ul li h4 {
		font-size: 14px;
	}

	.header .section,
	.section {
		width: 100%;
		padding: 0 14px;
	}

	.contact-ul li {
		width: 97%;
	}

	.header,
	.header_tooltip {
		height: 70px;
	}

	.header .logo {
		width: 151px;
		height: 70px;
	}

	.header .logo a {
		width: 151px;
		height: 35px;
	}

	.langbox,
	.search_icon,
	.mbox {
		width: 32px;
		height: 32px;
	}

	.m_menu {
		width: 32px;
		height: 32px;
	}

	.header_tooltip_tip {
		margin-left: 8px;
	}

	.m_menu span {
		width: 18px;
	}

	.index-banner-img {
		padding-top: 0;
		height: 620px;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.applications-detail,
	.inner-product,
	.inner-applications,
	.inner-contact,
	.form-map .inner-about,
	.inner-culture,
	.inner-history,
	.inner-team,
	.technical_section,
	.about_section,
	.product_service,
	.news_section {
		padding: 40px 0;
	}

	.form-map .section {
		padding: 25px 20px;
	}

	.form-form ul li.w100,
	.form-form ul li.w50 {
		margin: 10px 0;
		width: 100%;
	}

	.applications-detail dl dd .txt {
		height: auto;
	}

	.form-form ul li h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.form-form ul li input {
		font-size: 17px;
		padding: 5px 10px;
	}

	.applications-detail dl dd .txt {
		line-height: 28px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.applications-detail dl dt {
		border-radius: 10px;
	}

	.about_section {
		background-attachment: initial;
	}

	.application_section .list {
		justify-content: space-between;
	}

	.application_section .list a {
		width: 48%;
	}

	.application_section .list a .img {
		max-width: 24px;
	}

	.application_section .list a:nth-child(3n-1) {
		margin: 8px 0;
	}

	.application_section .list a {
		border-left: 3px solid #2353a3;
		margin: 8px 0;
		padding: 13px 10px;
		line-height: 30px;
	}

	.equipment_section {
		padding-top: 40px;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}

	.foot-menu .foot_contlis ul,
	.foot-menu .w2 .menu-ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-menu .foot_contlis h3 {
		line-height: 50px;
		margin: 0;
		font-size: 18px;
		border-bottom: 1px solid #535353;
		position: relative;
	}

	.foot-menu .foot_contlis h3::after {
		content: '';
		display: block;
		width: 8px;
		height: 7px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -3.5px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.fold h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.foot-menu ul li a {
		color: #000;
	}

	.news_section .list a {
		padding: 20px 50px 20px 0;
		border-bottom: 1px solid #e7e7e7;
	}

	.foot-menu {
		margin: 10px 0 50px 0;
	}

	.foot-copyright {
		font-size: 13px;
	}

	.inner-applications .list .content {
		padding: 15px 15px;
		width: 100%;
		overflow: hidden;
	}

	.inner-applications .list .txt {
		margin: 10px 0;
	}

	.qt-pagination a {
		margin: 4px 2px;
		font-size: 13px;
		min-width: 30px;
		line-height: 30px;
		padding: 0 3px;
	}

	.video {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

	.about-video {
		margin-top: -20px;
		margin-right: -20px;
	}

	.inner-about .video-img {
		border-radius: 10px;
	}

	.culture-list ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.growth-prev,
	.growth-next {
		width: 32px;
		line-height: 32px;
		height: 32px;
		margin-top: -16px;
		border: 1px solid #5b5b5b;
		border-radius: 50%;
	}

	.growthsection {
		position: relative;
		z-index: 10;
		padding: 0 50px;
	}

	.growth-dl dd p {
		margin: 10px 0;
		font-size: 16px;
		position: relative;
		padding-left: 70px;
	}

	.inner-team dl dd .txt p {
		padding-bottom: 15px;
	}

	.inner-team dl dt {
		border-radius: 10px;
	}

	.culture-img .culturemySwiper {
		border-radius: 10px;
	}

	.application_section .list a {
		line-height: 21px;
		padding: 13px 40px 13px 10px;
	}

	.application_section .list a img {
		right: 10px;
		height: 24px;
		margin-top: -12px;
	}
}