/* 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;
}
}
html,
body {
	width: 100%;
	height: auto;
}
.news_box_info .news-btn:hover,
.index_inquiry .inquirybox>div.right button:hover,
.procate-btn:hover,
a.more:hover,
.header-box .header-right .language:hover{
	background: #187ae9;
}
header.header.active .header-box .header-right>ul a:hover{
	color: #187ae9;
}
.header .header-box .header-right a.Search:hover{
	background: #187ae9;
	color: #fff!important;
	border-color: #187ae9!important;
}
.pcimg{
	display:block;
	width:100%;
	height:100%;
}
.phimg{
	display:none
}
@media (min-width:1600px)  {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1460px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0px 0;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	z-index: 999;
	padding: 0 5%;
	transition: all 0.5s;
}
.header.active {
	background: #fff;
	height: 80px;
	transition: all 0.5s;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.header-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-box .navbar-brand {
	margin-right: 0;
}

.header-box .navbar-brand img,
.footer_center_right>img{
	filter: brightness(0) invert(1);
}

header.header.active .header-box .navbar-brand img {
	filter: initial;
}

.header-box .header-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-box .header-right a.Search {
	display: flex;
	width: 46px;
	height: 46px;
	background: #fff;
	color: #174094;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 15px;
}

header.header.active .header-box .header-right a.Search {
	border: 1px solid #174094;
	color: #174094;
}
.header-box .header-right .language {
	width: 94px;
	height: 46px;
	border-radius: 46px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 15px;
	background: #174094;
	color: #fff;
}

.header-box .header-right>a i.fa {
	font-size: 20px;
}

.header-box .header-right>ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 15px;
	margin-top: 5px;
}

.header-box .header-right>ul li {
	display: flex;
	margin: 0 10px;
}

.header-box .header-right>ul a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

header.header.active .header-box .header-right>ul a {
	color: #174094;
}

.header-box .header-right>ul a>img {
	width: 24px;
	margin-top: -5px;
	filter: brightness(0) invert(1);
}

header.header.active .header-box .header-right>ul a>img {
	filter: initial;
}

header.header .dropdown-toggle::after {
	display: none;
}

header.header .navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

header.header.active .navbar-nav .nav-link {
	color: #000;
}

header.header .navbar-nav .nav-item {
	margin: 0 18px;
}

header.header .navbar-nav .nav-item a.nav-link {
	position: relative;
}

header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	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;
	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: #174094;
	color: #fff;
}

.moblie_title_right {
	display: none;
	width: 40px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
	background: #fff;
	border-radius: 50%;
}

.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:#174094;
	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;
}


/**/

.warrpbox {
	padding: 100px 0;
}

.title {
	text-align: left;
	margin-bottom: 40px;
}

.title p {
	color: #999;
	font-size: 24px;
	margin-bottom: 10px;
}

.title h1 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
}

a.more {
	display: flex;
	width: 200px;
	height: 60px;
	border-radius: 60px;
	background: #174094;
	color: #fff;
	align-items: center;
	justify-content: space-around;
}

a.more>img {
	width: 24px;
}


/**/

.index_product {
	overflow: hidden;
	background: url(../images/bj.jpg) no-repeat center fixed;
	background-size: cover;
}

.index_product .title,
.index_news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.procate {
	position: relative;
}

.procate-btn {
	display: flex;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	background: #174094;
	color: #fff;
	z-index: 55;
	align-items: center;
	justify-content: center;
}

.procate-btn img {
	width: 70%;
}

.procate-btn.swiper-button-disabled {
	display: none;
}

.procate-btn.procate-btn-next {
	position: absolute;
	right: 0;
	border-radius: 60px 0 0 60px;
}

.procate-btn.procate-btn-prev {
	position: absolute;
	left: 0;
	border-radius: 0 60px 60px 0;
}

.procate-btn.procate-btn-prev img {
	transform: rotate(180deg);
}

.procate-swiper {
	overflow: hidden;
}

.procate-swiper .swiper-slide {
	position: relative;
	padding: 10px 15px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.procate-swiper .swiper-slide:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	z-index: 0;
	background: #174094;
}

.procate-swiper .swiper-slide .img_box {
	position: relative;
	z-index: 1;
}

.procate-swiper .swiper-slide p {
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.procate-swiper .swiper-slide:hover p {
	color: #fff;
}

.procate-swiper .swiper-slide:hover:before {
	top: 0;
	transition: all 0.5s;
}


/**/

.prohot-swiper {
	padding-bottom: 50px;
	margin-top: 25px;
	overflow: hidden;
}

.prohot-swiper .swiper-slide {
	position: relative;
	padding: 10px 25px 15px;
	background: #fff;
	border-radius: 10px;
	background: #fff;
	text-align: left;
	border-bottom: 2px solid #ddd;
}
.prohot-swiper .swiper-slide p{
	min-height:48px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prohot-swiper .swiper-slide span {
	color: #999;
	font-size: 14px;
}

.prohot-swiper .swiper-slide:before {
	position: absolute;
	content: "HOT";
	top: 20px;
	left: 20px;
	width: 53px;
	height: 23px;
	background: #000;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 23px;
}

.prohot-swiper .swiper-pagination {
	bottom: -5px!important;
}

.prohot-swiper .swiper-pagination-bullet,
.app-wrapper .swiper-pagination-bullet,
.zs-wrapper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}

.prohot-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.app-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.zs-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 2px solid #174094;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
}


/**/

.index_about {
	position: relative;
	background: #174094;
	overflow: hidden;
	padding-bottom: 160px;
}

.index_about .container {
	position: relative;
}

.index_about .q {
	position: absolute;
	top: 0;
	left: 0;
	width: auto!important;
	top: -340px;
	left: -300px;
	-webkit-animation: rotate360 28s linear 0s infinite;
	animation: rotate360 28s 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);
	}
}

.index_about .container {
	display: flex;
}

.index_about .gs_img {
	display: flex;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	left: 50%;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.index_about .gs_img video{
	width:100%;
	border-radius:20px;
}
.index_about .title h1,
.index_about .title p {
	color: #fff;
}

.index_about .about_text {
	width: 46%;
	text-align: left;
	color: #fff;
	line-height: 36px;
}

.index_about .about_text .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index_about .about_text a.more {
	margin-top: 50px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}

.player-box {
	display: flex;
	position: relative;
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.player-box:hover {
	background: #fff;
}

.player-box>img {
	margin-right: -5px;
	width: auto!important;
}

.player-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	height:100vh;
}

.embed-responsive video {
	width: 100%;
}

@-webkit-keyframes circlepulse2 {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 0.7);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.2);
		box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.3);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0.1);
	}
}


/**/


ul.numbox{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1100px;
	margin: -7% auto 0;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	background: linear-gradient(to bottom, #fff,#f6f9fc, #ebf2f8);
}
ul.numbox li{
	display: flex;
    width: 25%;
    padding: 40px 10px;
    flex-direction: column;
        align-items: center;
        border-right: 1px solid #eaeaea;
}
ul.numbox li:last-child{
	border-right: none;
}
ul.numbox li img{
	width:32px;
	margin-bottom: 20px;
}
ul.numbox li h3{
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: #174094;
}
ul.numbox li i{
	position: absolute;
	right: -20px;
	top: 0;
	font-size: 26px;
	font-style: normal;
}
ul.numbox li p{
	font-size: 14px;
	color: #999;
	text-align: center;
}
/**/

ul.process{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
	    justify-content: center;
}
ul.process:before{
	position: absolute;
	content: "";
	left:30px;
	right: 30px;
	height: 1px;
	border-bottom: 2px dashed #174094;
	top:50%;
	margin-top: -40px;
}
ul.process li{
	position: relative;
	z-index: 1;
	margin:25px;
	width: calc(16.6666% - 50px);
	font-weight: bold;
	font-size: 18px;
	color:#000;
	text-align: center;
}
ul.process li .img_box{
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 2px solid #174094;
	border-radius: 50%;
	margin-bottom: 40px;
	background: #fff;
}
ul.process li .img_box:before{
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	background: #0092ff;
	border: 3px solid #fff;
	border-radius: 50%;
}
ul.process li .img_box img{
	width: 68px;
}
/**/
.index_inquiry {
	background:#f0f4f7;
}

.index_inquiry .js{
	width: 100%;
	font-size: 16px;
	color: #666;
}
.index_inquiry .container .right{
	position: relative;
}
.index_inquiry .container .right>img{
	position: absolute;
	bottom: calc(100% - 10px);
	right:5%;
	z-index: 0;
}
.index_inquiry .inquirybox{
	display: flex;
	justify-content: space-between;
}
.index_inquiry .inquirybox>div{
	width: 50%;
}
.index_inquiry .inquirybox>div.left{
	display: flex;
	text-align: left;
	flex-direction: column;
    justify-content: space-between;
}
.index_inquiry .inquirybox>div.left h3{
	color: #174094;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}
.index_inquiry .inquirybox>div.left ul em{
	color: #174094;
	width: 28px;
	text-align: center;
	margin-right: 8px;
}
.index_inquiry .inquirybox>div.left ul li{
	margin-top: 5px;
	display: flex;
	align-items: center;
	line-height: 20px;
}

.index_inquiry .inquirybox>div.right{
	width: 40%;
}
	
.index_inquiry .inquirybox>div.right .feedback-form{
	position: relative;
	z-index: 1;
	width: 100%;
}
.index_inquiry .inquirybox>div.right .form-control-input{
	margin-bottom:15px;
}
.index_inquiry .inquirybox>div.right .feedback-form .form-control{
	border-radius: 60px;
	height: 60px;
	padding: 0 30px;
	border:none;
	border-bottom: 2px solid #ddd;
}

.index_inquiry .inquirybox>div.right .feedback-form .form-textarea{
	width: 100%;
	padding:10px 30px;
	border-radius: 15px;
	border-bottom: 2px solid #ddd;
}

.index_inquiry .inquirybox>div.right button{
	float: right;
	display: flex;
	width: 220px;
	height: 56px;
	background: #174094;
	border-radius: 56px;
	color: #fff;
	align-items: center;
    justify-content: space-around;
}
/**/

.index_application{
	overflow: hidden;
}
.app-wrapper .swiper-slide{
	width: 1000px;
	border-radius: 20px;
	overflow: hidden;
}

.index_application .app-wrapper{
	position: relative;
overflow: hidden;
margin: 0 5%;
width: calc(100% - 10%);
border-radius: 20px;
padding-bottom: 50px;
margin-bottom: -50px;
}
.index_application .app-wrapper .swiper-slide-active{
	opacity: 1!important;
}
.index_application .app-wrapper .swiper-slide{
	position: relative;
}
.index_application .app-wrapper .swiper-slide p{
	position: absolute;
	top: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 50px;
	padding-top: 20px;
	color: #fff;
	background: url(../images/apbj.png);
	background-size: 100% 100%;
	text-align: center;
	display: flex;
	    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
}
/**/
.index_news{
	padding-bottom: 120px;
	overflow: hidden;
	position: relative;
}
#carousel{
	position: relative;
	padding-bottom: 110px;
}
#carousel .swiper{
	padding:52px 0;
	overflow: initial;
	
}
#carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


#carousel  .swiper-slide {
	width: 20%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	

}
#carousel  .swiper-slide img{
	display:block;
	width: 100%;
}

.index_news{
	background: #f0f4f7;
	
}

.text-wrapper{
	overflow: hidden;
}

.news_text .swiper-slide{
	
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.08);
	overflow: hidden;
}
.news_text .swiper-slide .text{
	padding: 20px;
}

.news_text .swiper-slide span{
	font-size: 14px;
	color: #999;
}
.news_text .swiper-slide h3{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	 -webkit-box-orient: vertical;
	 min-height:44px;
}
.news_text .swiper-slide:hover h3{
	color:#174094
}
.news_text .swiper-slide p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    min-height: 78px;
    -webkit-box-orient: vertical;
}
.news_box_info{
	width: 100%;
}
.news_box_info .news-btn{
	display: flex;
	
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	background: #174094;
	border-radius: 50%;
	align-items: center;
    justify-content: center;
}
.news_box_info .news-btn.news-btn-next{
	right: -80px;
}
.news_box_info .news-btn.news-btn-prev{
	left: -80px; 
	transform: rotate(180deg);
}

.news-btn img{
	width: 50%;
}
  .map_bj{
  	position: absolute;
  	bottom: -30%;
  	max-width: 1400px;
  	width: 100%;
  	left: 50%;
  	transform: translateX(-40%);
  } 
/**/
/**/
footer {
	background-size: cover;
	text-align: left;
}
.footer{
	background:#1b1b1b;
}

footer a {
	color: #fff;
}

.footer_center {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}

.footer_center_left {
	display: flex;
	padding: 100px 0 80px;
	flex-wrap: wrap;
	padding-left: 4%;
	justify-content: space-around;
}

.footer_center_left .link {
	width: 33.333%;
	margin-bottom: 40px;
}

.link h3,
.footer_center_right h3 {
	font-size: 16px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer_center_right a.more{
	margin-top: 40px;
	width: 130px;
	height: 46px;
	background: #00a0e9;
	padding-left: 0;
}
.link>a {
	display: block;
	width: 100%;
	font-weight: 300;
	opacity: 0.8;
}

.footer_center_right {
	padding: 100px 0 80px;
}
.footer_center_right>img{
	margin-bottom: 60px;
}
.footer_center_right p.number {
	margin-bottom: 30px;
	font-weight: bold;
	color: #00a0e9;
	font-size: 36px;
}

.footer_center_right p.add {
	color: #fff;
	max-width: 510px;
}

.tb-bottom {
	display: flex;
	margin-top: 20px;
}

.tb-bottom li {
	margin-right: 30px;
	font-size: 26px;
	list-style: none;
}

.tb-bottom li a {
	color: rgba(255, 255, 255, 0.5);
}
.tb-bottom img{
	width: 24px;
	margin-bottom: 8px;
	    filter: brightness(0) invert(1);
	    opacity: 0.5;
}
.tb-bottom li a:hover{
	color: #fff;
}
.tb-bottom li a:hover img{
	 opacity: 1;
}
.footer_bottom {
	position: relative;
	z-index: 1;
	display: flex;
	padding:16px 0;
	font-size: 14px;
	background:#174094;
	border-radius:8px;
	margin-top: -33px;
	   align-items: center;
    justify-content: center;

	color: #fff;
}

.more_btn {
	display: flex;
	margin: 32px 0;
	width: 180px;
	height: 56px;
	border-bottom-right-radius: 56px;
	border-top-right-radius: 56px;
	color: #fff;
	background: #ff9c00;
	align-items: center;
	justify-content: space-evenly;
	cursor: pointer;
	color: #fff!important;
}

.more_btn i {
	background: url(../images/LEFT2.svg)no-repeat center;
	transition: all 0.3s;
}

.more_btn:hover {
	background: #e4971d;
}

.more_btn:hover i {
	transform: rotate(180deg);
	transition: all 0.3s;
}

footer a,
footer a:hover,
.more_btn:hover {
	color: #fff;
	opacity: 1;
}

.bottom-form {
	margin-bottom: 30px;
}

.bottom-form>div.input_k {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}

.bottom-form>div.input_k>div {
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 8px;
	width: calc(50% - 16px);
}

.bottom-form div input,
.bottom-form div.flex textarea {
	background: none;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: none;
	color: #fff;
	line-height: 40px;
	outline: 0;
	font-size: 14px;
}

.bottom-form div input:focus {
	background: none;
	color: #fff;
	box-shadow: initial;
}

.bottom-form div input::-webkit-input-placeholder,
.bottom-form div.flex textarea::-webkit-input-placeholder {
	color: #fff!important;
}

.bottom-form div.flex {
	display: flex;
	border: 1px solid #fff;
	border-radius: 3px;
}

.bottom-form button {
	background: #23d556;
	color: #fff;
	border-radius: 3px;
}

/**/
.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}


#banner .swiper-slide img {
	width: 100%;
}

.warp {
	text-align: center;
}


.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
	max-height: ;
	overflow: hidden;	
	height:100vh;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

.banner_button:hover {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
}

#banner .swiper-pagination-bullet-active {
	background: #fff;
}

#banner .swiper-pagination {
	text-align: center;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;
	min-height: 600px;
	background-size: cover;
	background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h2 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 30px;
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #ffffff;
	opacity: 1;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}

/**/
#banner-img{
	position: relative;
	display: flex;
	min-height:70vh;
	align-items: center;
    justify-content: center;
    overflow: hidden;
}

#banner-img p{
	position: relative;
	font-size:48px;
	color: #fff;
	margin-top: 80px;
	font-weight: bold;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.cont_main{
	width: 100%;
	min-height: 600px;
}

.warpper-ny{
	padding: 100px 0;
	scroll-margin-top:200px;
}

.title-ny{
	margin-bottom: 40px;
}
.title-ny p{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

#contain-nav{
width: 100%;
border-bottom: 1px solid #eaeaea;
overflow:hidden;
}

#contain-nav .swiper-slide{
	width: auto;
	
	min-width: 120px;
}
#contain-nav .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px 15px;
	position: relative;
	color: #333;
	text-align: center;
}
#contain-nav .swiper-slide a:before{
	position: absolute;
	content: '';
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	background: #174094;
	transition: all 0.3s;
}
#contain-nav .swiper-slide a.active,
#contain-nav .swiper-slide a:hover{
	color: #174094;
	font-weight:bold;
}
#contain-nav .swiper-slide a.active:before,
#contain-nav .swiper-slide a:hover:before{
	left: 0;
	right: 0;
	color: #174094;
	transition: all 0.3s;
}
/**/
.about_informashion {
	position: relative;
    display: flex;
    align-items: center;
}

.about_informashion_text {
	width: 100%;
	padding-left:3%
}

.about_informashion_text>ul {
	display: flex;
	flex-wrap: wrap;
	margin-top:-15px
}

.about_informashion_text>ul>li {
	display: flex;
	list-style: none;
	margin: 15px 0;
	width:100%;
	color: #333;
	    flex-direction: row;
    align-items: center;
    text-align: left;
    border-radius: 15px;
    
}

.about_informashion_text>ul>li>div.tb-bottom {
	margin-top:0;
}
.about_informashion_text>ul>li>div.tb-bottom>div{
	display:flex;
	width:40px;
	height:40px;
	    align-items: center;
    justify-content: center;
	font-size:26px;
	
}
.about_informashion_text>ul>li>div.tb-bottom>div a{
	color:#174094;
}
.about_informashion_text>ul>li>div.tb-bottom img{
	    filter:initial;
		opacity:1;
		    width: 22px;
    margin-bottom: 3px;
}
.about_informashion_text>ul>li p.linav {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #174094;
}

.about_informashion_text>ul>li:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.about_informashion_text>ul>li>p>em {
	float: left;
	display: block;
	font-size: 22px;
	color: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	background: #174094;
	margin-right:20px;
}
 .map_box {
	width: 100%;
	height:500px;
	border-radius: 15px;
	overflow: hidden;
	background:url(../images/abmap.png) no-repeat center;
	background-size:cover;
}
#mapContainer{
	display:inline-block;
	width: 100%;
	height: 100%;
}

#feedback {
	margin-top: 40px;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control {
	background: none;
	border: none;
	border: 1px solid #eaeaea;
	border-radius: 0;
	height: 3.25rem;
	padding: .375rem 1.2rem;
	background: #fff;
	border-radius: 60px;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid #174094;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: #fff;
	border-radius: 3px;
	height: 8rem;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	outline: 0;
	
}

#feedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #174094;
	color: #fff;
	border-radius: 40px;
}
#feedback .feedback-submit:hover{
	background: #187ae9;
}
/**/
ul.news_ny_li{
	margin-top:-20px;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

ul.news_ny_li li{
	margin: 10px;
	width: calc(25% - 20px);
	border-radius:15px;
	overflow: hidden;
	border: 1px solid #ddd;
	
}
ul.news_ny_li li .img_box {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 0.7;
}
ul.news_ny_li li .img_box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.5s;
}
ul.news_ny_li li>a{
	display: block;
}
ul.news_ny_li li:hover .img_box img {
    transform: scale(1.1);
    transition: all 0.5s;
}

ul.news_ny_li .text_box {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px;
}
ul.news_ny_li .text_box h4 {
    font-size: 18px;
    color: #000;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}
ul.news_ny_li .text_box p{
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}
ul.news_ny_li li:hover .text_box h4 {
	color: #174094;
}


ul.news_ny_li li span.more {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #174094;
	color: #fff;
}
.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: 0 0 2rem;
	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: 5px;
}

a.back:hover {
	color: #fff;
	background:#174094
}

.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;
}

.banner-news {
	min-height: 230px!important;
}

.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;
}
/**/
.abouttitle p{
	margin-bottom: 0;
}
.abouttitle{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.video_tbb{
	position: relative;
	display: flex;
    align-items: center;
    justify-content:center;
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #174094;
	margin-right: 40px;
}
.video_tbb:before{
	    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: circlepulse 1.5s ease 0s infinite;
    animation: circlepulse 1.5s ease 0s infinite;
    z-index: 0;
}
/**/

.warpper-ny.culture ul{
	display: flex;
}
.warpper-ny.culture ul li{
	    display: flex;
    width: 33.3333%;
    min-height: 600px;
    padding: 30px;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s;
    flex-direction: column;
}
.warpper-ny.culture ul li img{
	width:60px;
}
.warpper-ny.culture ul li:hover{
	width: 60%;
	transition: all 0.3s;
}
.zs-wrapper{
	padding-bottom: 40px;
	margin-bottom: -40px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.zs-wrapper .swiper-horizontal>.swiper-pagination-bullets,
.zs-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.zs-wrapper .swiper-pagination-custom,.zs-wrapper .swiper-pagination-fraction{
	bottom: 0;
}
.factoryimg ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
}
.factoryimg ul li{
	width:calc(20% - 30px);
	margin:15px;
	text-align:center;
}
.factoryimg ul li p{
	margin-top:8px;
	}
@-webkit-keyframes circlepulse {
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(0,0,0, 0.3);
		box-shadow: 0px 0px 0 0px rgba(0,0,0, 0.3);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(0,0,0, 0.2);
		box-shadow: 0px 0px 0 20px rgba(0,0,0, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(0,0,0, 0.1);
		box-shadow: 0px 0px 0 20px rgba(0,0,0, 0.1);
	}
}


.video_tbb img{
	filter: brightness(0) invert(1);
	margin-right: -5px;
	width: 15px;
}
    
/**/
.product_container:after{
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.pro-view-box{
	float:right;
	width: calc(100% - 360px);
}
.product-center-list {
	float:right;
	width: calc(100% - 360px);
}

.product-center-list>ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list>ul li {
	position: relative;
	display: flex;
	padding:15px;
	width: calc(33.333% - 20px);
	margin: 10px;
	box-shadow: initial;
	flex-direction: column-reverse;
	align-items: center;
	cursor: pointer;
	border: 1px solid #EAEAEA;
	background:#f6fbff;
	border-radius: 10px;
}

.product-center-list>ul li p {
	margin-top: 20px;
	min-height:48px;
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left-nav {
	position: -webkit-sticky; /* 对于旧版 Safari */
    position: sticky;
    top: 100px;
	float:left;
	width: 320px;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.left-nav li {
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}


.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}


.pro-type-nav {
	display: flex;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	border-radius: 5px;
}
.pro-type.cur .pro-type-nav {
	border: 1px solid #174094;
	color:#174094;
	font-weight: bold;
}

.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
	background: #f6fbff;
	border: 1px solid #174094;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	border-top: 2px solid #fff;
	margin-top: -5px;
	position: relative;
	z-index: 2;
}
.pro-type.cur ul li{
	padding-left:30px;
	padding-right: 30px;
	
}
.pro-type.cur ul li.cur{
	color: #174094;
	font-weight:bold;
}
.pro-type.cur ul li.cur a{
	color: #174094;
}
.pro-type.cur ul li:last-child{
	border-bottom: none;
}
.pro-type.cur i{
	    transform: rotate(180deg);
}
.product-center-list>ul li:hover {
	background: #174094;
	
}
.product-center-list>ul li:hover a{
	color: #fff;
}
.product-center-list>ul li img{
border-radius:10px;
display: flex;
	width: 100%!important;
	text-align: center;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	aspect-ratio: 1 / 1; 
}
.newprocenter .product-center-list {
	width: 100%;
}


.pro-view-container .pro-view-left {

    width:45%;
    margin-right: 30px;
}

.pro-view-img {
	width: 100%;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius:10px;
	overflow:hidden;
}

.pro-view-img img{
	width: 100%;
}

.pro-view-img .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	aspect-ratio: 1 / 1; 
	
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	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 {
	height: auto;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
	border-radius:10px;
	overflow:hidden;
}
.pro-view-container{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.pro-view-container .pro-view-right {
	width: calc(55% - 30px);
}
.detaile_flex table{
	width: 100%;
}
.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}
.gallery-protwo{
	overflow:hidden;
}
.gallery-protwo .swiper-slide-thumb-active {
	opacity: 1;
	border:1px solid #174094;
}
.gallery-protwo .swiper-slide{
	border-radius:10px;
	overflow:hidden;
}
.pro-view-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.gallery-pro{
	overflow: hidden;
}
.headline {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.headline h2 {
	font-size: 1.6rem;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #f5f5f5;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background:#174094;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box img {
	max-width: 100%;
}
.pro-type-mobile{
	padding: 15px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	background: #174094;
	color: #fff;
	border-radius: 5px;

}
.pro-type-mobile i{
	margin-right: 10px;
	font-size: 16px;
}
.xq {
	margin-top: 30px;
}
.xq .headtb{
	border-bottom: 2px solid #174094;
}
.xq .headtb span{
	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #174094;
	color: #fff;
	padding: 12px 20px;
}
.btn_p {
	margin-top: 30px;
	display: flex;
}

.btn_p a {
	margin-right: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background:#174094;
	border-radius: 3px;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background:#187AE9;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000;
}
.product-center-list .title-ny{
	display: none;
}
/**/
.Customizedli{
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.Customizedli li{
	margin:10px;
	border:1px solid #eaeaea;
	border-radius:10px;
	overflow:hidden;
	width:calc(25% - 20px);background:#f6fbff;
}
.Customizedli li p{
	padding:10px;
	
	text-align:center;
}
.Customizedli li .img_box{
	padding:10px;
	border-radius:10px;
}
.Customizedli li p span{
	display:inline-block;
	font-weight:bold;
	margin-right:8px;
}
.Customizedli li p a{
	display:block;
	margin-left:8px;
	color:#174094;
}

@media (max-width:1600px) {
	header .navbar-expand-lg .navbar-nav .nav-link{
		padding: 0;
	}

	.header-box .navbar-brand img{
		height:26px;
	}
	.header-box .header-right .language{
	width:80px;
	height:40px;
	}
	.header-box .header-right a.Search{
		width:40px;
	height:40px;
	}
	.header-box .header-right>ul a{
		font-size:22px;
	}
	.header-box .header-right>ul a>img{
		width:22px;
	}
	.header-box .header-right>ul li{
		margin:0 8px
	}
	header.header .navbar-nav .nav-link{
		font-size:16px;
	}
	header.header .navbar-nav .nav-item{
		margin:0 14px
	}
	.left-nav{
		width:260px;
	
	}
	.pro-type-nav{
			padding:15px;
	}
	.headline h2{
		font-size:1.2rem;
	}
	.pro-type.cur ul li{
		padding-left:20px;
		padding-right:20px;
	}
	.gallery-protwo .swiper-slide{
		border-radius:5px;
	}
	.product-center-list,.pro-view-box{
		width:calc(100% - 280px)
	}
		.product-center-list>ul{
			margin-left:-5px;
			margin-right:-5px
		}
	.product-center-list>ul li{
		margin:5px;
		width:calc(33.333% - 10px)
	}
}

@media (max-width: 1320px){
	ul.numbox{
		margin-top: -9%!important;
	}
	.warrpbox{
		padding-left:5%;
		padding-right:5%;
	}
	.index_application .app-wrapper{
		width: 100%;
		margin: 0;
	}
	.app-wrapper .swiper-slide{
		width: 800px;
	}
	header .navbar{
		display: none;
	}
	.moblie_title_right{
		display: block;
	}
	.header-box .header-right a.Search{
		background: #fff;
		
		color: #174094
	}
	.header-box .header-right .language{
		width: 40px;
		padding: 0;
	}
	.header-box .header-right .language span{
		display: none;
	}
	ul.numbox{
		margin-top: -13%;
	}
	#carousel{
		padding-bottom: 150px;
	}
}
@media (max-width: 1200px){
	.Customizedli li{
		width:calc(33.333% - 20px)
	}
	.left-nav{
		width: 280px;
	}
	.product-center-list{
		width: calc(100% - 300px);
	}
	.product-center-list>ul li{
		width: calc(50% - 20px);
	}
	.warrpbox{
		padding-left: 0;
		padding-right: 0;
	}
	ul.news_ny_li li{
	width: calc(33.333% - 20px);
		}
		.warpper-ny{
			padding: 60px 0;
		}
	
	.factoryimg ul li{
	width:calc(25% - 30px);
	}
	.pro-view-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
	}
	.pro-view-container .pro-view-left{
		width: 100%;
		padding-right: 0;
	}
	.pro-view-container .pro-view-right{
		width: 100%;
	}
	.pro-view-box{
		width:calc(100% - 300px)
	}
}

@media (max-width: 991px) {
	.product_container{
		        display: flex;
        flex-direction: column-reverse;
	}
	.left-nav{
		position:initial;
	}
	.pcimg{
	display:none
}
.phimg{
	display:block
}
	.about_informashion_text{
		padding-left:0;
		margin-bottom:20px;
	}
	#feedback .form-group{
		padding:0;
	}
	.about_informashion {
        align-items: center;
    flex-direction: column-reverse;
	}
	.pro-view-box{
		width:100%;
	}
	.factoryimg ul li{
	width:calc(50% - 30px);
	}
	.Customizedli li{
		width:calc(50% - 20px)
	}
	.warpper-ny.culture ul{
	display: flex;
	flex-wrap:wrap;
	}
	.warpper-ny.culture ul li{
		width:100%!important;
		min-height:300px;
	}
	
	
	.product-center-list .title-ny{
		display: block;
		margin-top:40px;
	}
	.product-center-list .title-ny p{
		font-size:20px;
	}
	.procenter{
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
	}
	.product-center-list,
	.left-nav{
		width: 100%;
	}

	.pro-type-mobile{
		font-size: 18px;
	}
	.pro-type-nav{
		margin-top: 10px;
	}
	.left-nav{
		margin-bottom: 20px;
	}
	ul.news_ny_li li{
	width: calc(50% - 20px);
		}
	.app-wrapper .swiper-slide{
		width: 700px;
	}
	ul.process:before{
		display: none;
	}
	ul.process li{
		width: calc(25% - 50px);
	}
	ul.process li .img_box:before{
		width: 18px;
		height: 18px;
		margin-left: -9px;
		bottom: -9px;
	}
	.index_about .about_text{
		width: 100%;
	}
	.index_about .gs_img{
		position: initial;
		width: 100%;
		height: auto;
	}
	.index_about .container{
		display: flex;
		flex-direction: column;
	}

	.warrpbox{
		padding: 80px 0;
	}
	.title h1{
		font-size: 30px;
	}
	ul.numbox li p{
		font-size: 12px;
	}
	ul.numbox li h3{
		font-size: 30px;
	}
	ul.numbox li{
		padding: 25px 10px;
	}
	ul.numbox li img{
		margin-bottom: 15px;
	}
	a.more{
		width: 150px;
		padding-left:10px;
		height: 48px;
	}
	
	ul.process li{
		width: calc(33.333% - 50px);
	}
	.title p{
		font-size: 20px;
	}
	.news_text{
		width:initial;
		right: 80px;
		left:80px;
	}
	.footer_center_left{
		display: none;
	}
	.footer_center_right{
		padding-top: 60px;
		width: 100%;
		text-align: center;
	}
	.footer_center_right p.add{
		max-width: initial;
	}
	.footer_center_right a.more{
		margin: 30px auto 0;
	}
	#carousel 
	#carousel .swiper-slide-visible{
		opacity: 1;
	}
}

@media (max-width:768px){
	#banner{
		height:initial;
		max-height:100vh;
	}
	.header-box .header-right>ul{
		display:none;
	}
	.news_main_title {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.news_main_title h3{
	margin-top:20px;
}
	
	.title-ny p{
		font-size: 24px;
	}
	ul.news_ny_li li{
	width: calc(100% - 20px);
		}
	#carousel .swiper-slide{
		border-radius: 10px;
	}
		.app-wrapper .swiper-slide{
		width:700px;
	}
	.index_inquiry .js{
		margin-bottom: 20px;
	}
	.index_inquiry .inquirybox>div.left h3{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.index_inquiry .inquirybox>div.right .feedback-form .form-control{
		font-size: 14px;
	}
	.index_inquiry .inquirybox {
    flex-direction: column;
}
.index_inquiry .inquirybox>div{
	width: 100%!important;
}
.index_inquiry .inquirybox>div.right{
	margin-top: 40px;
}
	.header.active{
		height: 50px!important;
	}
	ul.numbox li img{
		width: 26px;
	}
	ul.process {
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.process li{
		margin: 10px;
		width: calc(33.333% - 20px);
	}
	ul.process li .img_box{
		margin-bottom: 20px;
	}
	ul.process li .img_box img{
		width: 44px;
	}
	ul.process li{
		font-size: 14px;
	}
	.index_about .gs_img{
		height: 380px;
	}
	ul.numbox li i{
		font-size: 14px;
		right: -10px;
	}
	.index_about .about_text a.more{
		margin-top: 30px;
	}
	ul.numbox li h3{
		font-size: 24px;
	}
	ul.numbox{
		margin-top: -60px!important;
	}
	.title{
		margin-bottom: 30px;
	}
	.prohot-swiper{
		margin-top: 10px;
	}
	.index_product a.more{
		display: none;
	}
	.title p{
		font-size: 16px;
	}
	.title h1{
		font-size: 26px;
	}
	.warrpbox{
		padding: 60px 0;
	}
	.header{
		height: 60px;
	}
	.header .fupad img{
		height:20px;
	}
	.header-box .header-right a.Search,
	.header-box .header-right .language,
	.moblie_title_right{
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
	
}
@media (max-width:556px){
	.Customizedli li{
		width:calc(100% - 20px)
	}
	.product-center-list>ul{
		margin-left:-5px;
		margin-right:-5px;
		margin-top:-5px;
	}
	.product-center-list>ul li{
		padding:6px;
		margin:5px;
		        width: calc(50% - 10px);
	}
	#banner-img{
		min-height: 50vh;
	}
	#banner-img p{
		font-size: 30px;
	}
	.about_informashion_text>ul>li{
		width: calc(100% - 30px);
	}
	.news_box_info .news-btn{
		width: 40px;
		height: 40px;
	}
	.news_box_info .news-btn.news-btn-next{
		right: -40px;
	}
	.news_box_info .news-btn.news-btn-prev{
		left: -40px;
	}
	#carousel .swiper{
		display: none;
	}
	.news_text {
        width: initial;
        right: 40px;
        left: 40px;
    }
    .news_text{
    	position: initial;
    }
    #carousel{
    	padding-bottom: 0;
    }
    .footer_center_right>img{
    	height: 20px;
    	margin-bottom: 20px;
    }
    .footer_bottom {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0;
    padding:15px;
    text-align: center;
    font-size: 12px;
}
}