/* Layout for search container */
.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.98);
}

.search {
	position: fixed;
	z-index: 100000000000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.search::before,
.search::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	/*border: 1.5em solid #212fa0*/
}

.search::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.search::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.btn--search-close {
	display: block;
}

.search__form {
	margin: 5em 0;
}

.search-icon{font-size: 20px; padding:6px; color: #111111; position:absolute;}
.search__input {
	font-family: inherit;
	font-size: 16px;
	line-height:30px;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	max-width: 992px;
	padding: 0.05em 0;
	padding-left: 36px;
	background: none;
    color: #111;
	border-bottom: 1px solid;
}
.search__input:focus{
	outline: none;
}
.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.3;
	color: #333333;
}

.search__input::-moz-placeholder {
	opacity: 0.3;
	/* Mozilla Firefox 19+ */
	color: #060919;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.3;
	color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	max-width: 992px;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #333333;
}

.search__related {
	display: flex;
	width: 75%;
	pointer-events: none;
}

.search__suggestion {
	width: 33.33%;
	text-align: left;
}

.search__suggestion:nth-child(2) {
	margin: 0 3em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.search {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.search--open {
	pointer-events: auto;
	opacity: 1;
}

/* Border */
.search::before,
.search::after {
	transition: transform 0.5s;
}

.search::before {
	transform: translate3d(-15px, -15px, 0);
}

.search::after {
	transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
	transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	color: #333333;
}

/* Search form with input and description */
.search__form {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	width: 100%;
}

.search__suggestion {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
	transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
	.search__form {
		margin: 5em 0 1em;
	}
	.btn--search-close {
		font-size: 1.25em;
		top: 1.5em;
		right: 1.5em;
	}
	.search__info {
		text-align: left;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width:568px){
	.search__input {
	font-size: 14px;
}
}

body,
html {
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1660px;
	}
}

.fixe_link {
	position: fixed;
	right: 15px;
	bottom: 10%;
	z-index: 9999999999;
}

.fixe_link li {
	position: relative;
	display: flex;
	margin-bottom: 10px;
	list-style: none;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.fixe_link li img {
	width: 32px;
}

.fixe_link li a {
	color: #fff;
	font-size: 12px;
}

.fixe_link li:hover {
	background: #1583dd
}

.fixe_link li:hover>a>img {
	filter: brightness(0) invert(1);
}

.hiden-vx {
	position: absolute;
	top: 0;
	right: calc(100% + 20px);
	width: 150px;
	background: #fff;
	border: 1px solid #eaeaea;
	transition: all 0.3s;
	display:none;
	z-index: -1;
}

.fixe_link li:hover .hiden-vx {
	display:block;
	right: calc(100% + 10px);
	transition: all 0.3s;
	z-index: 2;
}

.hiden-vx img {
	width: 100%!important;
}


/**/

header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 8px 0;
	z-index: 99;
	transition: all 0.3s;
	background:#fff;
}

header.header .header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .fupad {
	display: flex;
	max-width: 230px;
	justify-content: center;
	align-items: center;
}

header.header .fupad img.logo2 {
	display: block;
	width: 100%;
}

header.header .fupad img.logo {
	display: none;
	width: 100%;
}

header.header .fupad .navbar-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

header.header .header-box .header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .dropdown-toggle::after {
	display: none;
}

header.header .navbar {
	padding: 0!important;
	margin-right: 20px;
}

header.header .navbar-nav .nav-link {
	display: flex;
	color: #000;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	height: 80px;
}

header.header .navbar-nav .nav-item {
	margin: 0 20px;
}

header.header .navbar-nav .nav-item a.nav-link {
	position: relative;
}

header.header .navbar-nav .nav-item.active a.nav-link:before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 5px;
	background: #0c60a6;
}

.lang_box {
	position: relative;
	margin-right: 15px;
}

.lang_li {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	line-height: 50px;
	text-align: center;
	border: 1px solid #eaeaea;
	color: #333;
	background: #fff;
	z-index: 0;
	padding-top: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.lang_li a {
	display: block;
}

.lang_box:hover .lang_li {
	display: block;
}

.lang_box:hover .lang_li:hover {
	background: #f5f5f5;
}

header.header .lang {
	position: relative;
	z-index: 1;
	display: flex;
	width: 130px;
	height: 46px;
	justify-content: center;
	align-items: center;
	background: none;
	border-radius: 46px;
	color: #000;
	border: 1px solid #ddd;
	cursor: pointer;
}

.lang_box:hover .lang {
	background: #0c60a6;
	color: #fff;
}

.lang_box:hover .lang span,
.lang_box:hover .lang i {
	color: #fff;
}

header.header.active .lang {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border: 1px solid #ddd;
}

header.header .lang span {
	margin-right: 12px;
	display: inline-block;
}

header.header .search_b {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0c60a6;
	border-radius: 50%;
	aspect-ratio: 1/1;
	width: 46px;
	font-size: 20px;
	color: #fff;
}

header.header.active {
	background: #fff;
	padding: 8px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

header.header.active .fupad {
	width: auto;
	background: initial;
	transition: all 0.3s;
}

header.header.active .fupad .logo2 {
	display: none;
}

header.header.active .fupad .logo {
	display: block!important;
}

header.header.active .navbar-nav .nav-link {
	color: #000;
}

header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -115px;
    width: 230px;
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

header.header .dropdown-menu_box li {
	width: 100%;
}

header.header .dropdown-menu_box li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	text-align:center;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

header.header .dropdown-menu_box li:last-child a {
	border-bottom: none;
}

header.header .dropdown-menu_box li a:hover {
	background: #0c60a6;
	color: #fff;
}

.moblie_title_right {
	display: none;
	width: 46px;
	height: 46px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	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);
}

.mobile_header_list {
	display: block;
	position: fixed;
	top: 0;
	left: 100%;
	min-width: 200px;
	right: 0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
}

.mobile_header_list.cur {
	left: 30%;
	right: 0;
	transition: all 0.5s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.mobile_header_list .mobile_btn {
	display: flex;
	justify-content: flex-end;
}

.mobile_header_list .moblie_title_right {
	display: block!important;
	background: #f8f8f8!important;
}

.mobile_header_list {
	padding: 1rem;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list .card:last-child {
	border: 0!important;
}

.mobile_header_list .card>a {
	color: #333;
	line-height: 3rem;
}

.mobile_header_list .card>a {
	display: flex;
	padding-right: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_header_list .card>a.cur {
	padding-left: 10px;
	background: #0c60a6;
	color: #fff;
}

.mobile_hidenlist {
	display: none;
	background: #f8f8f8;
}

.mobile_hidenlist_list a {
	display: flex;
	padding: 0 1rem;
	color: #3c482b;
	margin-bottom: 0;
	line-height: 3rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.main-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 888;
	background: rgba(0, 0, 0, 0.5);
}

.main-box.cur {
	display: block;
}


/**/
#banner-img .banner-wrapper .swiper-slide,
#banner-img .banner-wrapper{
	height:auto!important;
	min-height:72vh;
}
#banner-img .banner-wrapper{
	position: inherit;
}
#banner-img img{
	width: 100%;
}
.bheader {
	width: 100%;
	position: relative;
	z-index: 0;
	height: 100vh;
}

.banner-wrapper {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 0;
}

.index-banner-item {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.index-banner-item .img{
	display:block
}
.index-banner-item .phimg{
	display:none
}
.index-banner-item video {
	width: 100%;
}

.index-banner-item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.index-banner-item .container {
	position: relative;
	z-index: 1;
	display: flex;
	width: 80%;
	height: 100%;
	align-items: center;
}

.index-banner-item .container .text {
	max-width: 860px;
}

.index-banner-item .title-1 {
	line-height: 70px;
	font-family: "Poppins", sans-serif;
	color: #fff;
}

.index-banner-item .title-2 {
	margin-top: 1%;
	color: #fff;
	max-width: 70%;
}

.banner-wrapper .swiper-slide {
	width: 100%;
	height: 100vh;
}

.banner-wrapper .swiper-slide .title-1 {
	opacity: 0;
	transform: translateY(-60px);
	transition: all 0.3s;
}

.banner-wrapper .swiper-slide .title-2 {
	opacity: 0;
	transform: translateY(-60px);
	transition: all 0.6s;
}

.banner-wrapper .swiper-slide.ani-slide .title-1 {
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.3s;
}

.banner-wrapper .swiper-slide.ani-slide .title-2 {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.6s;
}

.banner-wrapper .banner-pagination {
	bottom: 5%;
}

.banner-wrapper .banner-pagination span {
	width: 50px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}

.number-prevnext {
	text-align: center;
	
	
}

.number-prevnext .number-1 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.number-prevnext .swiper-banner-prev,
.number-prevnext .swiper-banner-next {
	width: 28px;
    height: 46px;
    z-index: 2;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    /* display: inline-block; */
    vertical-align: middle;
    /* margin-left: 28px; */
    cursor: pointer;
}

.number-prevnext .swiper-banner-prev:hover,
.number-prevnext .swiper-banner-next:hover {
	opacity: .5;
}

.number-prevnext .swiper-banner-prev {
	background: url('../images/l1.png') center no-repeat;
	background-size: 100%;
    left: 5%;
}

.number-prevnext .swiper-banner-next {
	background: url('../images/r1.png') center no-repeat;
	background-size: 100%;
    right: 5%;
}

.left-pagination {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10%;
	z-index: 11;
}

.banner-wrapper .banner-pagination {
	text-align: center;
	left: auto;
	bottom: auto!important;
	right: auto!important;
	left: auto!important;
	width: auto;
	color: #fff;
	width: auto;
	transform: none;
	position: relative
}

.banner-wrapper .banner-pagination span {
	opacity: 1;
	margin: 0 3px!important;
	position: relative;
	width: 42px;
	height: 42px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

.banner-wrapper .banner-pagination span::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	transition: all .4s ease;
	opacity: .5;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
	border-top: 6px solid #fff;
	border-bottom: 6px solid rgba(255, 255, 255, 0.2);
	border-left: 6px solid rgba(255, 255, 255, 0.2);
	border-right: 6px solid rgba(255, 255, 255, 0.2);
	-webkit-animation: rotate360 5s linear 0s infinite;
	animation: rotate360 5s linear 0s infinite;
}

@-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);
	}
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active::before {
	background: #fff!important;
	opacity: 1;
	transition: all .4s ease;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
	transition: all .4s ease;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active .content {
	opacity: 1;
	transition: all .4s ease;
}

.banner-wrapper .banner-pagination span .content {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .4s ease;
	z-index: 11;
}

.banner-wrapper .swiper-slide .img,
.banner-wrapper .swiper-slide .phimg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
	transition: all 8s;
}

.banner-wrapper .ani-slide .img {
	transform: scale(1.0);
	transition: all 8s;
}

.index-banner-item .title-1 {
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.index-banner-item .title-2 {
	font-size: 30px;
	line-height: 50px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}


/**/

.warppbox {
	padding: 80px 0;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}

.title {
	margin-bottom: 40px;
	text-align: center;
}

.title h1 {
	font-size: 60px;
	font-weight: bolder;
	
	color: rgba(12, 96, 166, 0.1);
	margin-bottom: -30px;
}

.title p {
	font-size: 40px;
	color: rgba(12, 96, 166, 1);
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
}

a.more_btn {
	display: flex;
	width: 160px;
	height: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 56px;
	color: #000;
	font-size: 16px;
	border: 1px solid #ddd;
	background: #fff;
}

a.more_btn i {
	margin-left: 15px;
}

footer {
	position: relative;
	z-index: 1;
	background: #282d34;
}

.footer-bottom {
	padding: 80px 0 30px;
	position: relative;
	overflow: hidden;
}

.footer-bottom .bb {
	position: absolute;
	width: 52% !important;
	bottom: 0px;
	right: 0;
	opacity:0.5
}

.footer-bottom .container {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}

.footer-bottom .footer-bottom-left>img {
	max-width: 210px;
	margin-bottom: 60px;
}
.footer-bottom .footer-bottom-left{
	max-width:500px;
}
.footer-bottom .footer-bottom-left div {
	color: #fff;
	line-height: 30px;
}

.footer-bottom .footer-bottom-left div span {
	display: inline-block;
	min-width: 68px;
}

.footer-bottom .footer-bottom-left div p {
	display: flex;
	line-height: 28px;
	margin-bottom: 8px;
}

.footer-bottom .footer-bottom-left>ul {
	display: flex;
	margin-top: 30px;
}

.footer-bottom .footer-bottom-left>ul li {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.footer-bottom .footer-bottom-left>ul li img {
	width: 22px;
}

.footer-bottom-right {
	width:calc(100% - 600px);
}

.footer-bottom-right ul {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-bottom-right li {
	position: relative;
	padding-left:15px;
}
.footer-bottom-right li:last-child{
	padding-left:0;
}
.footer-bottom-right li>a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}
.footer-bottom-right li>a{
	display:inline-block;
	margin-bottom:20px
}
.footer-bottom-right li>a:hover{
	color:#fff;
}
.footer-bottom-right li:hover dl {
	display: block;
}

.footer-bottom-right dl {

	width: 100%;
}

.footer-bottom-right dd {
	margin-bottom: 0;
}

.footer-bottom-right dd:last-child {
	border-bottom: none;
}

.footer-bottom-right dd a {
	padding: 4px 0px;
	display: flex;
	color: #fff;
	align-items: center;
	font-size: 16px;
	transition: all 0.3s;
	opacity:0.6
}

.footer-bottom-right dd a:hover {
	opacity:1;
	transition: all 0.3s;
}

.footer-bottom-right dd a img {
	width: 22px;
	margin-right: 5px;
}

.beiainfo {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/**/

.news-wrapper .swiper-slide {
	position: relative;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
	cursor: pointer;
}

.news-wrapper .swiper-slide:nth-child(2n) {
	background: #f5f5f5;
}

.news-wrapper .swiper-slide:before {
	position: absolute;
	z-index: 0;
	content: "";
	top: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0c60a6;
	transition: all 0.5s;
}

.news-wrapper .swiper-slide>div {
	position: relative;
	z-index: 1;
}

.news-wrapper .swiper-slide:hover {
	border: 1px solid #fff;
}

.news-wrapper .swiper-slide:hover:before {
	top: 0;
	transition: all 0.5s
}

.news-wrapper .swiper-slide>div>span {
	display: inline-block;
	padding: 5px 8px;
	background: #000;
	border-radius: 30px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.news-wrapper .img_box {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.news-wrapper .swiper-wrapper {
	height: initial;
}

.news-wrapper .swiper-wrapper h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 100px;
	color: #000;
}

.news-wrapper .swiper-slide:hover h3,
.news-wrapper .swiper-slide:hover span.date {
	color: #fff;
}

.news-wrapper .swiper-slide:hover span.more {
	background: #fff;
	color: #0c60a6;
}

.new_b {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}

span.date {
	color: #999;
	font-size: 16px;
}

span.more {
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	background: #d9d9d9;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.news-wrapper .swiper-pagination {
	position: initial;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #0c60a6;
	margin: 0 5px;
}


/**/

.warppbox .container .index_aboutbox {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
}

.warppbox .container .index_aboutbox .about_left {
	padding: 4% 3% 3% 4%;
	text-align: left;
	width: 55%;
}

.warppbox .container .index_aboutbox .about_right {
	width: 45%;
}

.warppbox .container .index_aboutbox .about_left h2 {
	color: #0c60a6;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight:bold;
}

.warppbox .container .index_aboutbox .about_left p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.warppbox .container .index_aboutbox .about_left a.more {
	display: inline-block;
	margin-top: 30px;
	color: #666;
}

.warppbox .container .index_aboutbox .about_left a.more i {
	margin-right: 10px;
}

ul.numbox {
	margin-top: 40px;
	position: relative;
	z-index: 1;
	width: 142%;
	min-width: 857px;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 10px;
	overflow: hidden;
}

ul.numbox li {
	display: flex;
	width: 40%;
	aspect-ratio: 3 / 1.8;
	background: #0c60a6;
	flex-direction: column;
	justify-content: center;
	padding: 20px 3.5%;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

ul.numbox li>div>h3 {
	margin-bottom: 0;
}

ul.numbox li>div>p {
	font-size: 14px;
	letter-spacing: 1px;
}

ul.numbox li:last-child {
	border: none
}

ul.numbox li img {
	width: 30px;
	margin-bottom: 25px;
}

ul.numbox li span {
	font-size: 36px;
	font-weight: bold;
}

ul.numbox li i {
	font-style: normal;
	font-weight: bold;
}


/**/

.warppbox.cate .cate_box {
	display: flex;
	margin: -15px;
}

.warppbox.cate .cate_box .cate_list {
	width: calc(33.333% - 30px);
	margin: 15px;
	border-radius: 15px;
}

.warppbox.cate .cate_box .cate_list.ph_show{
	display:none;
}
 .warppbox.cate .cate_box .cate_list .cate_list_li:first-child {
	margin-bottom: 30px;
}

.warppbox.cate .cate_box .cate_list_li {
	position: relative;
	display: flex;
	aspect-ratio: 127 / 81;
	border-radius: 15px;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.warppbox.cate .cate_box .text {
	display: flex;
	width: 100%;
	padding: 20px 15px;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.warppbox.cate .cate_box .cate_list_li:hover .text {
	background: linear-gradient(to bottom, rgba(12, 96, 166, 0), rgba(12, 96, 166, 0.5));
}

.warppbox.cate .cate_box .text p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.warppbox.cate .cate_box .text i {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}

.warppbox.cate .cate_box .cate_list_li:hover .text i {
	background: #0c60a6;
	color: #fff;
}


/**/

.map_cen {
	display: flex;
	align-items: center;
}

.map_cen ul {
	width: 33%;
}

.map_cen ul li {
	background: #eff7ff;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.map_cen ul li:nth-child(2n) {
	background: #d3e8ff;
}

.map_cen ul li:last-child {
	margin-bottom: 0;
}

.map_cen>img {
	width: 67%;
}

.map_cen ul li h5 {
	color: #0c60a6;
	margin-bottom: 15px;
}


/**/

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	padding-top: 80px;
	z-index: 2;
	width: 100%;
	min-height: 72vh;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner h3 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.banner-txt {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

#banner-img h2 {
	position: relative;
	z-index: 2;
	font-size: 120px;
	margin-bottom: -38px;
	font-family: "EngraversGothic-BT";
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}

.dh {
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #EAEAEA;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	font-size: 14px;
	color: #333;
}

.dw {
	width: 50%;
	text-align: right;
}

#main {
	min-height: 500px;
}

.container-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "EngraversGothic-BT";
}

.about_text p {
	margin-bottom: 20px;
	text-align: center;
}

.title-wrapper .swiper-slide {
	display: flex;
	min-width: 10rem;
	padding:0 15px;
	height: 3.1rem;
	width: auto;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 3px;
	border: 1px solid #eaeaea;
}
.title-wrapper .swiper-slide.active a{
	color:#fff;
}
.title-wrapper .swiper-wrapper {
	height: auto;
}

.title-wrapper .swiper-slide.active {
	background: #0c60a6;
	color: #fff;
	border: 1px solid #0c60a6;
}

#mapContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.warrpbox {
	overflow:hidden;
	padding: 80px 0;
	scroll-margin-top:100px;
}

.contact-box {
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

.contact-box .contxt {
	display: flex;
	width: 100%;
}

.contact-box .contxt>.map {
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	bottom: 0;
}

.contact-box .contxt>div {
	width: 50%;
}

.contact-box .contxt ul {
	display: flex;
	padding: 25px;
	padding-left: 0;
	flex-direction: column;
	justify-content: space-between;
}

.contact-box .contxt h3 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #1966b1;
}

.ewm img {
	width: 140px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}

.contact-box .contxt li {
	list-style: none;
	width: 100%;
	padding: 20px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	border-radius: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	padding-left: 0;
}

.contact-box .contxt li>div {
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
}

.contact-box .contxt li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #1966b1;
}

.contact-box .contxt li:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.contact-box .contxt li em {
	float: left;
	display: block;
	font-size: 22px;
	color: #1966b1;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #01308a1f;
}

.con_right {
	padding: 60px;
	background: #fff;
	border-radius: 10px;
}

.con_right>h3 {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	font-size: 28px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #0c60a6;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
}

.flex .feedback-submit {
	max-width: 100%;
}

.feedback-submit:hover {
	background: #207cd6;
	color: #fff;
}
/**/
.title_ny{
	margin-bottom: 30px;
}
.title_ny h2{
	font-size: 36px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.manufacturing_text{
	padding: 30px;
	border: 1px solid #eaeaea;
}
.manufacturing_text p{
	margin-bottom: 15px;
}
.manufacturing_text p:last-child{
	margin-bottom: 0;
}
.manufacturing_text h3{
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	color: #0c60a6;
}
.manufacturing_text .col-md-4{
	    display: flex;
    align-items: center;
    justify-content: center;
}
/**/
.rzzs,.sbcf{
	display: flex;
	margin:30px -15px 0;
	flex-wrap: wrap;
}
.rzzs li{
	margin: 15px;
	text-align: center;
	width: calc(20% - 30px);
}
.sbcf li{
	padding:3%;
	margin: 15px;
	text-align: center;
	width: calc(25% - 30px);
}
.sbcf li p{
	margin-top: 15px;
}
/**/
.product_list{
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.product_list li{
	width: calc(25% - 30px);
	margin: 15px;
	border: 1px solid #eaeaea;
}
.product_list li .img_box{
	position: relative;
	background: #fff;
	overflow: hidden;
}
.product_list li .text_box{
	border-top: 1px solid #eaeaea;
	padding:20px;
	line-height: 28px;
	text-align: center;
	background: #fff;
}
.product_list li .more_box{
	position: absolute;
	bottom: -50px;
	right: 10%;
	left: 10%;
	background: #0c60a6;
	color: #fff;
	display: flex;
	    align-items: center;
    justify-content: center;
    font-size: 14px;
    height:40px;
    margin: 0 auto;
    z-index: 9;
    transition: all 0.5s;
}
.product_list li:hover .more_box{
	bottom:20px;
	transition: all 0.5s;
}
.product_list li:hover{
	background: #fff;
}
/**/
.promain{
	margin-top: 30px;
}
.headline h2 {
	text-align: center;
	padding:40px 0 ;
    font-size: 42px;
}

.xqbox {
	width:58%;
}
.pro-img {
	text-align: center;
}

.pro-view-left {
	float:left;
	width: 60%;
	padding-right: 30px;
}

.pro-view-img {
	width: 100%;
	margin: auto;
	position: relative;
}

.gallery-top .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	max-width: 500px;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index:7;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	margin-bottom: 40px;
	height: auto;
	padding: 10px 0;
}
.gallery-thumbs .swiper-wrapper{
	height: auto;
}
.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-right {
	position: sticky;
    top: 120px;
	float:right;
	width: 40%;
	padding-left: 20px;
}

.pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.pro-back a.btn-contact {
	position: relative;
	background:#0c60a6;
	color: #ffffff;
	overflow: hidden;
	border-radius: 5px;
}

.pro-back a.btn-contact:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: -140%;
	opacity: .1;
	position: absolute;
	top: 0;
	transform: skew(-38deg, 0deg);
	-webkit-transform: skew(-38deg, 0deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 120%;
	border-right: 15px #fff solid;
}

 .pro-back a.btn-contact:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.pro-back {
	display: flex;
	margin-top: 40px;
	border-top: 1px solid #EAEAEA;
	padding-top: 30px;
	align-items: center;
}

.pro-back a {
	display: inline-block;
	font-size: 16px;
	color: #111111;
	line-height: 50px;
	margin-right: 10px;
	height: 50px;
	width: 100%;
	text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-back b {
	margin-left: 20px;
	display: flex;
	font-weight: bold;
	font-size: 26px;
	color: #E92631;
	flex-direction: column;
	margin-bottom: 5px;
}

.pro-back b span {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: -2px;
}

.pro-view-back {
	position: absolute;
	right: 0;
	color: #fff;
	background: #eaeaea;
	font-size: 14px;
	top: 0px;
	padding: 5px 20px;
}

.pro-view-back:hover {
	background: #000;
}

.pro-view-back:hover a {
	display: block;
	color: #fff;
}
.pro-view-jj{
	border-top: 1px solid #eaeaea;
	padding-top: 40px;
}
.pro-view-jj table tr{
	border-bottom: 1px solid #eaeaea;
}
.pro-view-jj table tr:last-child{
	border: none;
}
.pro-view-jj table{
	width: 100%;
}
.pro-view-jj table tr td{
	padding:8px 15px;
}
.pro-view-jj table tr td:first-child{

	color: #999;
}
.product_details{
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.product_details{
	border: 1px solid #eaeaea;
}
.product_details h2{
	font-size: 18px;
	margin-bottom: 0;
}
.details_tab{
	padding: 15px 20px;
	background: #f5f5f5;
	border-radius: 5px;
}
.cen_details{
	padding: 20px;
}
/**/
.abouttt{
	width: 50%;
	
}
.abouttt h2{
	font-size: 18px;
	font-weight: bold;
	color: #0c60a6;
}
.about_ny {padding: 20px;
	border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
}
.about_ny .img-box{
	width: 47%;
	margin-left: 3%;
}
.about_ny .img-box img{
	width: 100%;
}
.warrpbox .numbox{
	width: 100%;
}
.warrpbox ul.numbox li{
	aspect-ratio:inherit
}
/**/

.about-history-con {
	background: url(../images/history-bg.png) center bottom repeat-x;

	position: relative;
}
.history-wrapper .swiper-wrapper,
.certificate-wrapper .swiper-wrapper{
	height: initial;
}
.history-item {
	height: 300px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.history-item .history-time {
	font-size: 38px;
	color: #0c60b0;
	line-height: 40px;
	font-weight: bolder;
	font-style: italic;
	transition: all 0.3s ease-out;
}

.history-item:before {
	content: "";
	border-left: 1px solid #0c60b0;
	position: absolute;
	left: 4px;
	top: 25px;
	bottom: 0px;
}

.history-item:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	background: #0c60b0;
	position: absolute;
	left: 0;
	top: 22px;
	transition: all 0.3s ease-out;
}


.history-item.bottom:before {
	top: 154px;
	height: 70px;
}

.history-item.bottom:after {
	top: 224px;
}

.history-item:hover:after {
	border-color: #0c60b0;
	transform: scale(1.1);
}
.history-item .history-p{
	margin-top: 30px;
	padding: 15px;
	border-radius: 5px;
	background: #f5f5f5;
	min-height: 160px;
}
.history-btn {
	display: flex;
	top: 35%;
	width: 100%;
	position: absolute;
	align-items: center;
    justify-content: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #0c60b0;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
	font-size: 30px;
}

.history-but-next {
	left: -50px;
}

.history-but-prev {
	right: -50px;
}

.history-btn:focus {
	box-shadow: none;
	outline: none;
}

.history-btn.swiper-button-disabled {
	background: #eeeeee;
	color: #cccccc;
}
.about-history-con:hover  .swipers-btns{
	opacity: 1;
}
.culture_ul{
	display: flex;
	margin:-15px;
	flex-wrap: wrap;
    justify-content: center;
}
.culture_ul li{
	width:calc(33.33% - 30px);
	background: #fff;
	border-radius:5px;
	margin: 15px;
	padding: 30px;
}
.culture_ul li>div{
	margin-bottom:20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.culture_ul li>div span{
	font-weight: bold;
	font-size: 24px;
	color:#0c60a6;
}
.culture_ul li img{
	width: 50px;
	margin-bottom: 15px;
}
.certificate-wrapper{
	padding-bottom: 40px;
}
.certificate-wrapper .swiper-pagination{
	bottom: 0;
	width: 100%;
	text-align: center;
}

.certificate-wrapper .swiper-pagination-bullet{
	width: 28px;
	border-radius: 10px;
	margin: 0 5px;
	background: #0c60a6;
	opacity: 0.2;
}

.certificate-wrapper .swiper-pagination-bullet-active {
	background: #0c60a6;
	opacity: 1;
}
/**/
.news-contain {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

.news-item {
	position: relative;
	width:calc(33.333% - 30px);
	margin: 15px;
}

.news-item h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1966b1;
	margin-top: 10px;
	margin-bottom: 20px;
}
.news-item .text_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-item .text_box {
	padding: 15px 20px;
}
.news-item .text_box>div.morebox {
	margin-top: 20px;
	padding-top: 15px;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-item .text_box>div.morebox .more-btn {
	border: none;
	padding: 5px 10px;
	height: initial;
	width: initial;
	line-height: 20px;
}

.news-item .text_box>div.morebox .more-btn i {
	margin-left: 15px;
}
.news-item:hover .img_box img {
	transform: scale(1.05);
	transition: all 0.5s;
}
.news-item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 3px;
	background: #1966b1;
	transition: all 0.3s;
}

.news-item:hover:before {
	right: 0;
	transition: all 0.3s;
}
/**/
.news_main_title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}

.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;
}

a.back {
	display: flex;
	width: 3.5rem!important;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

a.back:hover {
	color: #fff;
	background:#1966b1;
}


.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color:#3e472c;
}

.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}

.news_details p {
	margin-bottom: 0.7rem;
}
.banner-news .container-banner{
	min-height: 300px;
}
/**/

.join_list li {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	  border: 1px solid #EAEAEA;
}

.join_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 50px 25px 35px;
	align-items: center;
	cursor: pointer;
}

.zpTopLeft {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.zpTopLeft .zpTopCn {
	font-size: 20px;
	color: #000;
	line-height: 2em;
}

.zpTopLeft .zpTopEn {
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}



.zpTopRight .anniu {
	display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    background:#f0f4f7;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.zpTopRight.cur .anniu {
	color: #fff;
	transform: rotate(180deg);
	transition: all 0.3s;
}
.join_hiden {
	width: 100%;
	border-top: #dadada solid 1px;
	padding: 30px 50px 50px 30px;
	transition: all 1s;
	background: #fff;
	display: none;
	z-index: 1;
}

.join_hiden p {
	line-height: 28px;
}

.join_hiden.cur {
	display: block;
	transition: all 1s;
}
.txet_join{
	padding: 30px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.txet_join h4{
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
/**/

.brand_top_left h2{
	font-size:36px;
	color:#000;
	font-weight:bold
}
.brand_top_left h1{
	font-size:43px;
	color:#0c60a6;
	font-weight:inherit;
}
.brand_top_left b{
	font-size:50px;
	font-weight:bold
}
.brand_bottom{
	position:relative;
	
}
.brand_bottom >ul{
	display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.brand_bottom >ul li{
	margin: 10px;
	width: calc(25% - 20px);
	padding:20px;
	border-radius:10px;
	border:1px solid #ddd;
}
.brand_bottom >ul li h5{
	font-weight:bold;
	color:#000;
}
.brand_bottom >.brand_bottom_img{
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:calc(65% - 30px);
	border-radius:10px;
}
@media (max-width:1500px) {
	.footer-bottom-right li{
		width:33.333%;
		padding-left:0
	}
	.footer-bottom-right ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
	
}
@media (max-width:1380px) {
	header.header .fupad {
		max-width: 210px;
	}
	header.header .navbar-nav .nav-link {
		font-size: 16px;
	}
	
	header.header .navbar-nav .nav-item{
		margin:0 10px
	}
}

@media (max-width:1200px) {
	
	.footer-bottom-right {
		margin-top: 30px;
		width: 100%;
	}
	    .footer-bottom .container {
        justify-content: space-between;
        flex-direction: column;
    }
	header.header .navbar{
		display:none;
	}
	.moblie_title_right{
		display:block
	}
	.product_list li {
    width: calc(33.33% - 30px);
}
	.pro-view-left{
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	.gallery-top .swiper-slide img{
		width: 100%;
		max-width:initial;
	}
	.about_ny{
	align-items: center;
    flex-direction: column;
	}
	.about_ny .abouttt,
	.about_ny .img-box{
		width:100%;
		margin:0;
	}
	.brand_bottom {
    display:inherit;
}
.brand_bottom >ul{
	width:100%;
	display:flex;
	width: calc(100% + 30px);
	margin:-15px -15px 20px;
}
.brand_bottom >ul li{
	margin:15px;
	width:calc(50% - 30px)
}
.brand_bottom >.brand_bottom_img{
	width:100%;
	    position: inherit;
		height:400px;
}
	.brand_top {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
	.news-item .text_box{
		padding: 15px 0;
	}
	.map_cen {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.map_cen ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.map_cen ul li {
		margin: 10px;
		width: calc(33.33% - 20px);
	}
	.map_cen>img {
		width: 100%;
	}
	header.header .container {
		max-width: initial!important;
	}
	header.header .navbar-nav .nav-item {
		margin: 0 5px;
	}
	.title h1 {
		font-size: 50px;
	}
	.title p {
		font-size: 30px;
	}
	.warppbox {
		padding: 60px 0;
	}
	.warppbox.cate .cate_box .text {
		padding: 10px 15px;
	}
	.warppbox.cate .cate_box .text i {
		width: 30px;
		height: 30px;
	}
		.warppbox .container .index_aboutbox {
		flex-direction: column-reverse;
	}
	.warppbox.cate .cate_box .text {
		padding: 20px 15px;
	}
	.warppbox .container .index_aboutbox .about_right {
		width: 100%;
		aspect-ratio: 3 / 1.6;
	}
	.warppbox .container .index_aboutbox .about_left,
	ul.numbox {
		width: 100%;
		min-width: initial;
	}
	.warppbox .container .index_aboutbox .about_left {
		padding: 15px;
	}
	ul.numbox li span {
		font-size: 30px;
	}
	.warppbox .container .index_aboutbox .about_left h2 {
		font-size: 24px;
	}
}

@media (max-width:991px) {
	.product_list li {
    width: calc(50% - 30px);
	
}

.product_list li .text_box{
	padding:5px 15px;
}
	.culture_ul li{
		width: calc(50% - 30px);
	}
	.txet_join h4{
		font-size:18px
	}
	.join_top,.txet_join{
		padding:20px;
	}
	.news-item {
    width: calc(50% - 30px);
}
	.headline h2{
		font-size: 30px;
	}
	.pro-view-left{
		max-width: 100%;
		width:100%;
		padding-right: 0;
	}
	.xqbox{
		margin-top:20px;
		width: 100%;
	}
	 .pro-view-right{
		position:initial;
		width: 100%;
		padding-left: 0;
	}
	.gallery-thumbs{
		margin: 20px 0;
	}
	.pro-view-container {
    flex-direction: column;
}
	.manufacturing_text{
		padding: 20px;
	}
	.sbcf li,.rzzs li{
		width: calc(50% - 30px);
	}
	.sbcf li p{
		margin-top: 10px;
	}
	
	.warrpbox {
		padding: 60px 0;
	}
	.contact-box .contxt {
		display: initial;
	}
	.contact-box .contxt>div {
		width: 100%;
	}
	.contact-box .contxt>.map {
		position: relative;
		width: 100%;
		left: 0;
		min-height: 500px;
	}
	.warppbox .container .index_aboutbox,
	.news-wrapper .swiper-slide,
	.warppbox.cate .cate_box .cate_list_li {
		border-radius: 10px;
	}

	.footer-bottom .bb {
		display: none;
	}
	.map_cen ul li {
		margin: 10px;
		width: calc(100% - 20px);
	}

	.warppbox.cate .cate_box {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.warppbox.cate .cate_box .cate_list,
	.warppbox.cate .cate_box .cate_list_list {
		width: calc(100% - 30px);
	}
	.warppbox.cate .cate_box .cate_list_li {
		aspect-ratio: 3 / 1.6;
	}
	.moblie_title_right {
		display: block;
		border: 1px solid #ddd;
	}
	header.header .lang {
		width: 90px;
		height: 40px;
	}
	header.header .search {
		width: 40px;
		font-size: 16px;
	}
	.moblie_title_right {
		width: 40px;
		height: 40px;
	}
	.menuicon::before,
	.menuicon,
	.menuicon::after {
		width: 14px;
	}
	.menuicon::before,
	.menuicon::after {
		margin-left: 0px;
	}
	.menuicon {
		margin-left: -7px;
	}
	header.header .fupad {
		max-width: 160px;
	}
	.moblie_title_right {
		margin-left: 10px;
	}
	.lang_box {
		margin-right: 10px;
	}
	.title {
		margin-bottom: 30px;
	}
	.footer-bottom-right li a {
		font-size: 16px;
	}
	.footer-bottom {
		padding: 50px 0 30px;
	}
	.container-banner,
	#banner-img .banner-wrapper,
	#banner-img .banner-wrapper .swiper-slide{
		height: 500px!important;
		min-height:inherit;
	}
	.container-banner h3 {
		font-size: 36px;
	}
	.brand_bottom >.brand_bottom_img {
        width: 100%;
        position: inherit;
        height: 260px;
    }
	
.warppbox.cate .cate_box .cate_list.pc_show{
	display:none;
}
	.warppbox.cate .cate_box .cate_list.ph_show{
	display:flex;
	}
}

@media (max-width:768px) {
	.brand_bottom >ul li{
		width: calc(100% - 20px);
	}
	.index-banner-item .img{
	display:none
}
.index-banner-item .phimg{
	display:block
}
	.feedback-submit{
		max-width:inherit;
	}
	.culture_ul li{
		min-height:inherit;
		padding:15px;
		margin:5px 15px;
	}
	.culture_ul li>div span{
		font-size:16px;
		margin-bottom:20px
	}
	.about-history-con .swipers-btns{
		right:0;
		top:100%;
		opacity:1;
		width:initial;
		display: flex;
		margin-top:15px;
		        align-items: center;
        justify-content: center;
	}
	.about-history-con{
		margin-bottom:40px;
	}
	.history-btn{
		font-size:16px;
		position:initial;
	}
	.culture_ul li{
		width: calc(100% - 30px);
	}
	.footer-bottom .footer-bottom-left>img{
		max-width:120px;
	}
	.brand_top_left h1{
		font-size:30px;
	}
	.brand_top_left h2{
		font-size:26px;
	}
	.brand_top_left b{
		font-size:40px;
	}
	.brand_bottom >ul li{
		padding:15px;
	}
	.brand_bottom >.brand_bottom_img {
        width: 100%;
        position: inherit;
        height: 120px;
    }
	.news-item {
    width: calc(100% - 30px);
}
	.headline h2{
		font-size: 24px;
	}
	.title-wrapper .swiper-slide{
		min-width: inherit;
		padding: 0 15px;
	}
	.title_ny h2{
		font-size: 24px;
	}
	.manufacturing_text{
		padding: 15px;
	}
	.sbcf li,.rzzs li{
		width: calc(100% - 30px);
	}
	.warrpbox {
		padding: 40px 0;
	}
	.con_right {
		padding: 15px;
	}
	.container-banner h3 {
		font-size: 26px;
	}
	.container-banner,
	#banner-img .banner-wrapper,
	#banner-img .banner-wrapper .swiper-slide{
		height: 300px!important;
		min-height:inherit;
	}
	.contact-box .contxt h3 {
		font-size: 24px;
	}
	.footer-bottom .footer-bottom-left div p {
		margin-bottom: 0;
	}
	.footer-bottom .footer-bottom-left>img {
		margin-bottom: 30px;
	}
	.footer-bottom {
		padding: 40px 0 30px;
	}
	.beiainfo {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-bottom-right li a {
		font-size: 12px;
	}
	.beiainfo {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.title h1 {
		font-size: 30px;
	}
	ul.numbox li span {
		font-size: 24px;
	}
	.title p {
		font-size: 24px;
	}
	.warppbox {
		padding: 40px 0;
	}
	header.header .fupad {
		max-width: 120px;
	}
	.warppbox .container .index_aboutbox .about_left h2 {
		font-size: 18px;
		line-height: 30px;
	}
	ul.numbox {
		flex-wrap: wrap;
	}
	ul.numbox li {
		width: 50%;
		border-right: 0;
	}
	header.header .lang {
		width: 70px;
		height: 40px;
	}
	.fixe_link li {
		width: 40px;
		height: 40px;
	}
	.fixe_link li img {
		width: 20px;
	}
}