<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
img {

	max-width: 100%;

}



* {

	padding: 0;

	margin: 0;

	outline:none;

}



input,

button {

	outline: none;

}



ul,

li {

	list-style: none;

	padding: 0;

	margin: 0;

}



* {

	box-sizing: border-box;

}



.fl {

	float: left;

}



.fr {

	float: right;

}



.clearfloat:after {

	content: " ";

	display: table;

}



.clearfloat:after {

	clear: both;

}



#header {

	height: 120px;

	background: #000;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

	position: fixed;

	left: 0;

	right: 0;

	width: 100%;

	z-index: 100;
}



a {

	text-decoration: none;

	color: #333;

	transition: all 0.3s;

}



a:hover {

	color: #005BC1;

}



body {

	font-family: arial;

	background: #f4f4f4;

}



.soso-a {

	color: #818181;

	font-size: 16px;

	font-family: arial;

	padding: 0 25px;

	border-right: 1px #e5e5e5 solid;

	height: 24px;

	line-height: 24px;

	overflow: hidden;

	float: left;

	margin-top: 7px;

}



.soso-a:hover {

	color: #005bc1;

}



.soso-a span {

	display: inline-block;

	width: 24px;

	height: 24px;

	line-height: 24px;

	text-align: center;

	border-radius: 50%;

	font-size: 12px;

	color: #fff;

	background: #005bc1;

	margin-right: 5px;

}



.logo {

	position: absolute;
	bottom: 0;
	top: 60px;
	left: 0;
	margin: auto 0;
	height: fit-content;
}

.logo  img{

	height: 60px; display:inline-block

}



.w1450px {
	position: relative;
	max-width: 1450px;
    margin: auto;
    padding: 0 10px;
}



.top-soso {

	padding-top: 20px;


	text-align:right; 
	width:53%;
	margin: 0 auto;
}



.soso-inp {

	display: inline-block;

	width: 100%;

	height: 36px;

	line-height: 36px;

	border: 1px #ccc solid;

	border-radius: 18px;

	overflow: hidden;

	position: relative;
	background: #fff;
}



.soso-inp input {

	float: left;

	padding-left: 18px;

	font-size: 16px;

	width: calc(100% - 70px);

	border: none;

	background: transparent;

	outline: none;

}



.soso-inp button {

	background: #005bc1 url(../images/so.png) no-repeat center center;

	width: 53px;

	height: 36px;

	border: 1px #005bc1 solid;

	position: absolute;

	top: 0;

	right: 0;

	outline: none;

	cursor: pointer;

}



.nav {

	margin-top: 16px;

}

.nav li.nLi{

	float: left;

	position: relative;

	z-index: 10;

}

.nav li.nLi h3 a {

	display: inline-block;

	height: 44px;

	line-height: 34px;

	padding-left: 60px;

	font-size: 16px;

	font-weight: bold;

}

.nav li.nLi.on h3 a {

	color: #005bc1;

}



.nav li .sub{

	border-top: 6px #005bc1 solid;

	position: absolute;

	left: -20px;

	top: 44px;

	/*padding:15px 20px;*/

	background: #fff;

	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);

	width: 220px;

	z-index: 300;

	display: none;

}

.nav li .sub li{

    text-align: center;

    height: 38px;

    line-height: 38px;

}

.nav li .sub li a{

	padding-left: 0;

	height: 38px;

	line-height: 38px;

	word-wrap:break-word;

	font-size: 16px;

	color: #696969;

    display: flex;

    display: block;

    justify-content: center;

    align-items: center;

}

.nav li .sub li a:hover{

	/*color: #005bc1;*/

    color: #fff;

    background-color:#005bc1

}



.contnet {

	padding-top: 120px;

}



.index-ban .swiper-button-prev,

.index-ban .swiper-container-rtl .swiper-button-next {

	left: 60px;

}



.index-ban .swiper-button-next,

.index-ban .swiper-container-rtl .swiper-button-prev {

	right: 60px;

	left: auto;

}



.index-ban img {

	display: block;

	margin: 0 auto;

}



.swiper-button-next,

.swiper-button-prev {

	width: 60px;

	height: 60px;

	color: #bcbcbc;

	background: #eeeff0;

	border-radius: 50%;

	line-height: 60px;

	text-align: center;



}



.index-ban .swiper-button-prev:after,

.index-ban .swiper-container-rtl .swiper-button-next:after {

	font-size: 30px;

}



.index-ban .swiper-button-next:after,

.index-ban .swiper-container-rtl .swiper-button-prev:after {

	font-size: 30px;

}



.index-ban .swiper-button-next:hover,

.index-ban .swiper-button-prev:hover {

	background: #fff;

	color: #005bc1;

}



.index-ban .swiper-pagination-bullet {

	width: 12px;

	height: 12px;

}



.index-ban {

	overflow: hidden;

	display: block;

}



.index-ban .swiper-pagination-bullet {

	background: #fff;

	opacity: 1;

}



.index-ban .swiper-pagination-bullet-active {

	background: #005bc1;

}



.index-ban .swiper-pagination {

	bottom: 4px;

}

.cp-content {
	margin-top: 10px;
	padding: 42px 60px 0;
	box-sizing: border-box;
	display: flex;
	width: 100%;
}

.cp-menu {
	width: 17%;
	height: fit-content;
	background-color: #000;
}

.cp-menu .navbar-nav a {
	text-decoration: none;
	color: inherit;
}
.cp-menu .menu-btn {
	display: flex;
	align-items: center;
	background: #000 !important;
	border-color: transparent;
}
.cp-menu .menu-btn:hover{
	background: rgba(255, 255, 255, 0.15) !important;
}
.cp-menu .menu-btn-title {
	flex: 1;
	text-align: left;
}
.index-cp {
	flex: 1;

	display: flex;

	flex-wrap: wrap;

	align-items: stretch;

	background: #fff;

	margin: 0 auto;
	max-width: 1450px;
}



.index-cp li {

	width: 25%;

	flex-direction: row;

	/* height: 100%; */



}



.index-cp li a.index-img1 {
	display: block;
	padding: 6%;
	text-align: center;
	transition: all 0.3s;
}
@media screen and (min-width: 1400px) and (max-width:1600px) {
  .index-cp li a.index-img1 {
		padding-right: 10%;
		padding-left: 10%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.index-cp {
		padding-right: 3%;
		padding-left: 3%;
	}
}
@media screen and (max-width: 600px) {
  .index-cp li a.index-img1 {
		margin-left: 15px;
	}
}



.index-cp li .img {

	
	display: flex;

	margin-top: 10px;

	align-items: center;



}



.index-cp li .img img {

	display: block;

	margin: 0 auto;

	height: auto;

	max-width: 100%;



}



.index-cp li h2 {

	font-size: 26px;

	margin: 0;

	padding: 0;

	text-align: center;

	font-family: arial;

	font-weight: 400;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	height: 35px;

	line-height: 35px;

	color: #333;

}



.index-cp li h3 {

	font-size: 48px;

	font-weight: bold;

	margin: 0;

	height: 60px;

	line-height: 60px;

	color: #ababab;

}
.bg-white{
	background: #ffffff;
}



.index-cp li:hover h2,

.index-cp li:hover h3 {

	color: #fff;

}



.index-cp li:hover a.index-img1 {

	background: #005bc1;

}



.index-box2 {

	background: #fff;

}



.title-t1 {

	line-height: 180px;

	height: 180px;

	text-transform:uppercase;

	text-align: center;

	position: relative;

	font-size: 40px;

	color: #333;

}





.title-t1 span {

	display: inline-block;

	padding: 0 20px;

	background: #fff;

	position: relative;

	z-index: 10;

}



.title-t1:after {

	margin-left: -230px;

	content: "";

	height: 1px;

	width: 460px;

	background: #e1e1e1;

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 1;

}





.fq-list {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	margin-left: 0px;
	margin-right:80px;

}



.fq-list li {

	margin-left: 80px;

	flex: 1;

}



.fq-list li a {

	display: block;

	padding: 40px 0;

	font-size: 18px;

	color: #818181;

	text-align: center;

	border-radius: 10px;

	border: 1px #e1e1e1 solid;

}



.fq-list li a p {

	margin-top: 25px;

}



.fq-list li a i {

	height: 100px;

	display: block;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}



.fq-list li a i.bg1 {

	background: url(../images/ic1-1.png) no-repeat 50%;

}



.fq-list li a i.bg2 {

	background: url(../images/ic2-1.png) no-repeat 50%;

}



.fq-list li a i.bg3 {

	background: url(../images/ic3-1.png) no-repeat 50%;

}



.fq-list li:hover a {

	background: #005bc1;

	color: #fff;

	box-shadow: 0 0 15px 0 rgba(0, 91, 193, .1);

}



.fq-list li:hover i.bg1 {

	background: url(../images/ic1-2.png) no-repeat 50%;

}



.fq-list li:hover i.bg2 {

	background: url(../images/ic2-2.png) no-repeat 50%;

}



.fq-list li:hover i.bg3 {

	background: url(../images/ic3-2.png) no-repeat 50%;

}



.index-box3 {

	background: #f5f5f5;

	padding-bottom: 100px;

}




.featured-ul {

	margin-left: -2%;

}



.featured-ul li {

	width: 23%;

	float: left;

	margin-left: 2%;

	border-radius: 8px;

	padding: 19px;

	transition: all 0.3s;

	background: #fff;

}



.featured-ul li:hover {

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

}



.featured-ul li .img {

	height: 100%;

	display: flex;

	align-items: center;

	text-align: center;

	width: 100%;

	position: relative;

	overflow: hidden;



}



.featured-ul li .img img {

	display: block;

	margin: 0 auto;

	position: relative;

	max-height: 100%;

	transition: all 0.3s;

}



.featured-ul li:hover .img img {

	transform: scale(1.15);

}





.featured-ul li .hover-div {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, .5);

	z-index: 10;

	opacity: 0;

	transition: all 0.4s;

}



.featured-ul li:hover .hover-div {

	opacity: 1;

}



.featured-ul li .hover-div i {

	width: 60px;

	height: 60px;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	background: url(../images/i.png) no-repeat;

}



.featured-ul li h3 {

	font-size: 16px;

	color: #333;

	font-weight: bold;

	height: 38px;

	line-height: 38px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	margin-top: 5px;

}



.featured-ul li:hover h3 {

	color: #005bc1;

}



.featured-ul li p {

    font-size: 14px;

    color: #818181;

    line-height: 20px;

    margin-bottom: 18px;

    height: 40px;

    overflow: hidden;

}



.featured-ul li span {

	display: inline-block;

	font-size: 16px;

	height: 32px;

	line-height: 32px;

	color: #333;

	background: #ebebeb;

	padding: 0 20px;

	border-radius: 16px;

}



.footer {

	background: #414141;



}



.foot-abs {

	position: absolute;

	left: 0;

	top: -25px;

}



.foot-top {

	padding-top: 38px;

	padding-bottom: 30px;

	position: relative;

}



.foot-tl {

	width: 215px;



}



.foot-tl p {

	color: #ababab;

	font-size: 14px;

	line-height: 24px;

}



.foot-tit {

	font-size: 30px;

	color: #fff;

	height: 46px;

	line-height: 46px;

	margin-bottom: 5px;

	font-weight: 400;

}



.foot-tlform {

	margin-top: 18px;

	border-radius: 8px;

	overflow: hidden;

	height: 46px;

	line-height: 46px;

	overflow: hidden;

	position: relative;

}



.foot-tlform input {

	width: 100%;

	padding-left: 18px;

	padding-right: 80px;

	background: #fff;

	border: none;

}



.foot-tlform button {

	position: absolute;

	right: 0;

	top: 0;

	width: 80px;

	height: 46px;

	border: none;

	background: #005BC1;

	color: #fff;

	font-size: 20px;

	cursor: pointer;

}



.foot-tc {

	margin-left: 6%;

}



.foot-tcul li {

	color: #ababab;

	font-size: 14px;

	line-height: 36px;



	height:auto;

}



.foot-tcul li i {

	display: inline-block;

	width: 26px;

	height: 36px;

	float: left;

}



.foot-tcul li div {

	margin-right: 15px;

}



.foot-tcul li i.bg1 {

	background: url(../images/d1.png) no-repeat left center;

}



.foot-tcul li i.bg2 {

	background: url(../images/d2.png) no-repeat left center;

}



.foot-tcul li i.bg3 {

	background: url(../images/d3.png) no-repeat left center;

}



.foot-tcul li i.bg4 {

	background: url(../images/d4.png) no-repeat left center;

}



.foot-trdiv {

	margin-left: -25px;

	margin-top: 20px;

}



.foot-trdiv a {

	float: left;

	width: 52px;

	height: 52px;

	border-radius: 6px;

	margin-left: 25px;

}



.foot-trdiv a.fx1 {

	background: #fff url(../images/fx1.png) no-repeat 50%;

}



.foot-trdiv a.fx1:hover {

	background: #005bc1 url(../images/fx1-2.png) no-repeat 50%;

}



.foot-trdiv a.fx2 {

	background: #fff url(../images/fx2.png) no-repeat 50%;

}



.foot-trdiv a.fx2:hover {

	background: #005bc1 url(../images/fx2-2.png) no-repeat 50%;

}



.foot-trdiv a.fx3 {

	background: #fff url(../images/fx3.png) no-repeat 50%;

}



.foot-trdiv a.fx3:hover {

	background: #005bc1 url(../images/fx3-2.png) no-repeat 50%;

}



.foot-trdiv a.fx4 {

	background: #fff url(../images/fx4.png) no-repeat 50%;

}



.foot-trdiv a.fx4:hover {

	background: #005bc1 url(../images/fx4-2.png) no-repeat 50%;

}



.copy {

	background: #2d2d2d;

	padding: 30px 0;



}



.copy-l {

	line-height: 35px;

	height: 35px;

}



.copy-l .copy-logo {

	float: left;

}

.copy-l .copy-logo img{

	height: 35px;

}

.copy-l p {

	color: #6f6f6f;

	font-size: 14px;

	float: left;

	padding-left: 50px;

}



.copy-nav a {

	font-size: 14px;

	color: #6f6f6f;

	float: left;

	padding: 0 25px;

	position: relative;

	line-height: 35px;

	height: 35px;



}



.copy-nav a:hover {

	color: #005BC1;

}



.copy-nav a+a:before {

	content: "";

	position: absolute;

	left: 0;

	top: 13px;

	width: 1px;

	height: 12px;

	background: #6f6f6f;

}



/* 閸忓厖绨幋鎴滄粦*/

.ny-box {

	background: url(../images/nybg.jpg) no-repeat center;
	background-size: cover;
	height: 120px;

	line-height: 120px;

	font-size: 1.2rem;
	
	color: #333333;

	font-weight: bold;

	text-transform: uppercase;

}



.bread-box {

	background: #fff;

	height: 60px;

	line-height: 60px;

	overflow: hidden;

}



.bread-l a {

	float: left;

	margin-right: 70px;

	font-size: 16px;

	color: #818181;

	height: 58px;

	border-bottom: 2px #fff solid;

}



.bread-l a:hover,

.bread-l a.on {

	color: #005BC1;

	border-bottom-color: #005BC1;

}



.bread-r {

	color: #ababab;

	font-size: 16px;

	font-size: 14px;

}



.bread-r a {

	color: #ababab;

	display: inline-block;

	margin: 0 7px;

}



.bread-r a:hover {

	color: #005BC1;

}



.bread-r span {

	color: #005BC1;

}



.ny-nrbox {

	padding-bottom: 70px;

	padding-top: 45px;

}



#video {

	width: 970px;

	height: 594px;

	margin: 0 auto;

	position: relative;

}



#video video {

	width: 100%;

	height: 100%;

	object-fit: fill;

}



.VideoBtn {

	position: absolute;

	left: 50%;

	top: 50%;

	display: block;

	width: 70px;

	height: 70px;

	margin-left: -35px;

	margin-top: -35px;

	cursor: pointer;

	z-index: 10;

}



.VideoBtn {}



.video-con video {

	width: 100%;

}



.video-con {

	position: relative;

	max-width: 1450px;

}



.video-con .btn {

	background: rgba(0, 0, 0, .7) url("../images/play-btn.png") no-repeat 50%;

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	top: 0;

	width: 100%;

	height: 100%;

	border: none;

}



.video-con .btn.pause {

	display: none;

}



.about-txt {

	margin-top: 30px;

	font-size: 14px;

	line-height: 1.8;

	color: #818181;

}



.about-txt p {

	margin-bottom: 10px;

}



.news-item {

	border-radius: 9px;

	padding: 20px;

	background: #fff;

	display: block;

	position: relative;

	margin-bottom: 28px;

}



.n-img {

	width: 180px;

	height: 180px;

	overflow: hidden;



}



.n-img img {

	transition: all 0.4s;

	

}



.n-txt {

	margin-left: 210px;

	padding-right: 120px;



}



.n-txt h2 {

	margin-top: 5px;

	font-size: 16px;

	height: 50px;

	line-height: 50px;

	font-weight: 400;

	overflow: hidden;

}



.n-txt p {

	line-height: 24px;

	height: 72px;

	overflow: hidden;

	color: #818181;

}



.n-txt span {

	color: #333;

	font-size: 16px;

	display: inline-block;

	margin-top: 10px;

}



.n-abs {

	position: absolute;

	right: 50px;

	width: 46px;

	height: 46px;

	background: #efefef url(../images/n-ic1.png) no-repeat 50%;

	border-radius: 50%;

	top: 50%;

	margin-top: -23px;



}



.news-item:hover .n-img img {

	transform: scale(1.15);

}



.news-item:hover .n-abs {

	background: #005BC1 url(../images/n-ic2.png) no-repeat 50%;

}



.news-item:hover {

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

}



.pages {

	text-align: center;

	margin-top: 30px;

}



.pages a {

	display: inline-block;

	height: 40px;

	line-height: 40px;

	padding: 0 20px;

	border-radius: 6px;

	background: #fff;

	font-size: 16px;

	color: #333;

	margin: 0 4px;

}



.pages a:hover,

.pages a.on {

	background: #005BC1;

	color: #fff;

}



.newsxq {

	background: #fff;

	padding: 50px;

}



.news-title h1 {

	font-size: 26px;

	color: #333;

	text-align: center;

}



.news-title {

	border-bottom: 1px #d3d3d3 solid;

	padding-bottom: 20px;

}



.news-title p {

	text-align: center;

	color: #ababab;

	padding-top: 10px;

	font-size: 14px;

}



.news-txts {

	padding-top: 20px;

	font-size: 14px;

	color: #818181;

	line-height: 1.8;

}



.news-txts p {

	margin-bottom: 10px;

}



.page-ny {

	border-top: 1px #d3d3d3 solid;

	margin-top: 30px;

	padding-top: 20px;

	color: #d3d3d3;

	flex-direction: row;

}



.page-ny li {

	max-width: 49%;

	overflow: hidden;

}



.page-ny li a {

	color: #818181;

	font-size: 14px;

}



.page-ny li a:hover {

	color: #005BC1;

	text-decoration: underline;

}



.lx-r {

	max-width: 800px;

}



.lx-l {

	max-width: 550px;

	font-size: 14px;

	color: #818181;

}



.lx-l h2 {

	font-size: 20px;

	color: #333;

	margin-bottom: 10px;

}



.lxwm-list {

	margin-bottom: 40px;

}



.lxwm-list li {

	line-height: 36px;

	padding-left: 28px;

}



.lxwm-list li span {

	font-weight: bold;

	color: #333;

}



.lxwm-list li.lx1 {

	background: url(../images/l1.png) no-repeat 0 10px;

}



.lxwm-list li.lx2 {

	background: url(../images/l2.png) no-repeat 0 10px;

}



.lxwm-list li.lx3 {

	background: url(../images/l3.png) no-repeat 0 10px;

}



.lxwm-list li.lx4 {

	background: url(../images/l4.png) no-repeat 0 10px;

}



.lxwm-list li.lx5 {

	background: url(../images/l5.png) no-repeat 0 10px;

}



.lxwm-list li.lx6 {

	background: url(../images/l6.png) no-repeat 0 10px;

}



.lxwm-list li.lx7 {

	background: url(../images/l7.png) no-repeat 0 10px;

}



.lxwm-list li.lx8 {

	background: url(../images/l8.png) no-repeat 0 10px;

}



.lxwm-list li.lx9 {

	background: url(../images/l9.png) no-repeat 0 10px;

}



.lxwm-list li.lx10 {

	background: url(../images/l10.png) no-repeat 0 10px;

}



.lxwm-list li.lx11 {

	background: url(../images/l11.png) no-repeat 0 10px;

}



.ttile2 {

	font-size: 18px;

	color: #333;

}



/* 閻ｆ瑨鈻� */

.input-group1 {

	margin-top: 50px;

}



.inputl,

.inputr {

	width: 48%;

	background: #fff;

	padding: 16px;

	border-radius: 6px;

}



.inputr label,

.inputl label {

	font-size: 16px;

	color: #ababab;

	float: left;

	height: 30px;

	line-height: 30px;

	width: 160px;

}



.inputr input,

.inputl input,

.input02 input {

	display: block;

	height: 30px;

	line-height: 30px;

	font-size: 16px;

	width: 100%;

	border: none;

}



.textareabox,

.input02 {

	padding: 15px;

	background: #fff;

	border-radius: 6px;

}



.input02 {

	padding-right: 150px;

	position: relative;

}



.textareabox textarea {

	width: 100%;

	border: none;

	height: 100px;

	outline: none;

}



.abs-yzm {

	position: absolute;

	right: 15px;

	top: 15px;

	max-width: 140px;

	cursor: pointer;

}



.abs-yzm img {

	

	height: 30px;

}



.input-group1 .btn-box {

	text-align: center;

}



.btn-box .btn {

	width: 300px;

	height: 78px;

	cursor: pointer;

	border: none;

	font-size: 24px;

	border-radius: 8px;

	margin: 0 20px;

}



.btn-box .btn.btn1 {

	background: #005BC1;

	color: #fff;

}



.btn-box .btn.btn2 {

	background: #a4a4a4;

	color: #fff;

}



.fqalist h3 {

	padding: 8px 0;

	line-height: 38px;

	border-bottom: 1px #d7d7d7 solid;

	font-weight: 400;

	font-size: 16px;

	color: #333;

	position: relative;

	padding-left: 50px;

	padding-right: 50px;

}



.fqalist h3 span {

	width: 36px;

	height: 36px;

	background: #c0c0c0;

	font-weight: bold;

	font-size: 18px;

	line-height: 38px;

	text-align: center;

	position: absolute;

	left: 0;

	top: 8px;

	border-radius: 6px;

	color: #fff;

}



.fqalist h3 em {

	position: absolute;

	width: 36px;

	height: 36px;

	right: 0;

	top: 8px;

	border-radius: 6px;

	color: #fff;

	color: #005BC1;

	font-size: 24px;

	font-weight: bold;

}



.fqalist h3 em:after {

	content: "+";

	width: 36px;

	height: 36px;

	width: 100%;

	height: 100%;

}



.fqalist h3.on em:after {

	content: "-";

	font-size: 30px;

	font-weight: 400;

}



.fqalist h3.on span {

	background: #007AFF;

	color: #fff;

}



.fqalist h3.on {

	border: none;

}



.fqalist .item {

	position: relative;

	padding-left: 50px;

	padding-top: 8px;

	padding-bottom: 8px;

	line-height: 38px;

	border-bottom: 1px #d7d7d7 solid;

}



.fqalist .item span {

	width: 36px;

	height: 36px;

	background: #5c5c5c;

	font-weight: bold;

	font-size: 18px;

	line-height: 38px;

	text-align: center;

	position: absolute;

	left: 0;

	top: 8px;

	border-radius: 6px;

	color: #fff;

}



.left-nav {

	width: 320px;

	border-radius: 8px;

	overflow: hidden;

	background: #fff;

	border-bottom: 1px #e1e1e1 solid;

}



.left-nav .item {

	display: none;



}



.left-nav h3 {

	padding: 0 22px;

	line-height: 58px;

	height: 58px;

	font-size: 16px;

	color: #333;

	font-weight: 400;

	border: 1px #e1e1e1 solid;

	border-bottom: none;

	background: url(../images/nlb1.png) no-repeat right 50%;

}



.left-nav h3.on {

	background: #005BC1 url(../images/nlb2.png) no-repeat right 50%;

	color: #fff;

}



.left-nav .item li {

	height: 40px;

	line-height: 40px;

}



.left-nav .item li a {

	display: block;

	padding-left: 27px;

	font-size: 14px;

	color: #818181;

}



.left-nav .item li a:hover,

.left-nav .item li.on a {

	background: #dbecff;

	color: #005bc1;

}



.downloadr {

	margin-left: 358px;

}



.downloadr-table table {

	width: 100%;

	border-collapse: collapse;

}



.downloadr-table th {

	height: 78px;

	line-height: 78px;

	background: #dfdfdf;

	font-size: 18px;

	color: #333;

}



.downloadr-table td {

	padding: 15px 25px;

	border-bottom: 1px #ccc solid;

}



.downloadr-table td.tc {

	text-align: center;

}



.downloadr-table td a.downloadr-btn {

	background: url(../images/xz1.png) no-repeat center;

	display: block;

	height: 22px;

	min-width: 38px;

}



.downloadr-table tr.on td {

	background: #fff !important;

	border-bottom: 1px #f4f4f4 solid !important;

	color: #005bc1 !important;

}



.downloadr-table tr.on td a.downloadr-btn {

	background: url(../images/xz3.png) no-repeat center !important;

}



.downloadr-table tr:hover td {

	background: #005BC1;

	color: #fff;

}



.downloadr-table tr:hover td a.downloadr-btn {

	background: url(../images/xz2.png) no-repeat center;

}



.event-list {

	margin-left: -4%;

}



.event-list li {

	width: 25%;

	float: left;

	padding-left: 4%;

	margin-bottom: 15px;

}



.event-list li .eventabox {

	display: block;

}



.pic {

	padding: 6px;

	background: #fff;

}



.event-list li p {

	margin-top: 15px;

	text-align: center;

	font-size: 16px;

	color: #818181;

	height: 30px;

	overflow: hidden;

}



.iconfont {

	color: #fff;

	font-size: 40px;

}



.productsr {

	margin-left: 358px;

}



.products-toptxt {

	padding: 30px;

	background: #fff;

	border-radius: 6px;

}



.products-toptxt h3 {

	font-size: 24px;

	color: #333;

	padding-bottom: 15px;

}



.products-toptxt p {

	font-size: 14px;

	color: #818181;

	line-height: 36px;

}



.products-list .featured-ul li {
	margin-bottom: 20px;
}
h3{
	margin-bottom: 0rem;
}


.products-list .pages {

	margin-top: 30px;

}



.productsbox {

	background: #fff;

	border-radius: 10px;

	padding: 35px;

}



.products-leftimg {

	width: 520px;

	overflow: hidden;

}







.titleh3 {

	height: 70px;

	line-height: 70px;

	text-align: center;

	width: 910px;

	margin: 0 auto;

	font-size: 26px;

	color: #000;

}



.titleh4 {

	text-align: center;

	font-size: 12px;

	color: #000;

	font-weight: normal;

	padding: 10px 0 20px 0px;

}



.imgnav {

	width: 520px;

	margin: 10px auto;

}



#content {

	margin: 0px auto;

	line-height: 19px;

}



#content p {

	text-indent: 2em;

	color: #333;

}



.imgnav {

	position: relative;

	margin: 0 auto;

	width: 520px;

}



#img {

	z-index: 10;

	display: flex;

	align-items: center;

	width: 520px;

	position: relative;

	text-align: center;

	border: 1px #ddd solid;

	height: 520px;

	overflow: hidden;

}



#img img {

	width: 520px;

	height: auto;

	display: none;

	max-height:520px;

}



#front {

	position: absolute;

	left: 0px;

	top: 0px;

	z-index: 10;

	cursor: pointer;

	width: 394px;

	height: 578px;

}



#front a {

	position: absolute;

	left: 20px;

	top: 224px;

	display: block;

	width: 104px;

	height: 104px;

	display: none;

}



#next {

	position: absolute;

	right: 0px;

	top: 0px;

	z-index: 10;

	cursor: pointer;

	width: 394px;

	height: 578px;

}



#next a {

	position: absolute;

	right: 20px;

	top: 224px;

	display: block;

	width: 104px;

	height: 104px;

	display: none;

}



#cbtn {

	position: relative;

	margin-top: 10px;

}



#cbtn ul {

	position: relative;

	width: 10000px;

	height: 90px;

}



#cbtn ul li {

	border: 1px #e1e1e1 solid;

	display: flex;

	float: left;

	width: 88px;

	height: 88px;

	cursor: pointer;

	text-align: center;

	margin-right: 18px;

	position: relative;

	align-items: center;

}



#cbtn ul li img {

	width: 88px;

	height: auto;

	display: block;

}







#cbtn li.hov {

	border-color: #005BC1;

}



.ctrl div {

	clear: both;

}



#cSlideUl {

	width: 408px;

	overflow: hidden;

	position: relative;

	top: 0;

	margin: 0 auto;

}

.picSildeLeft,.boots .swiper-button-prev {

	cursor: pointer;

	position: absolute;

	top: 22px;

	left: 0;

	z-index: 9;

	background: #f4f4f4 url(../images/lbt1.png) no-repeat 50%;

	width: 40px;

	height: 90px;

	border-radius: 0;

}

.boots .swiper-button-next:after,.boots .swiper-button-prev:after{

	display: none;

}

.boots{

	position: relative;

	outline: none;

}

.picSildeLeft:hover,.boots .swiper-button-prev:hover {

	background: #005bc1 url(../images/lbt2.png) no-repeat 50%;

}



.picSildeRight:hover,.boots .swiper-button-next:hover {

	background: #005bc1 url(../images/rbt2.png) no-repeat 50%;

}



.gallery-thumbs{

	margin-left: 50px;

	margin-right: 50px;

	height: 90px;

}

.gallery-thumbs .swiper-slide{

	position: relative;

}

.gallery-thumbs .swiper-slide img{

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

	max-width: 90px;

	max-width: 90px;

}



/* 鏁堟灉CSS寮€濮� */

.gallery-thumbs .swiper-slide{

	border: 1px #e1e1e1 solid;

}



.gallery-thumbs .swiper-slide-thumb-active{

	border: 1px #005BC1 solid;

}

.gallery-thumbs{

	margin-top: 10px;

}

.gallery-top{

	width: 520px;

	height: 520px;

	border: 1px #e1e1e1 solid;

	overflow: hidden;

}

.gallery-top .swiper-slide{

	position: relative;

		width: 518px;

	height: 518px;

}

.gallery-top .swiper-slide img{

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

	max-width: 518px;

	max-height: 518px;

}



.picSildeRight,.boots .swiper-button-next {

	cursor: pointer;

	position: absolute;

	top: 22px;

	right: 0;

	z-index: 9;

	background: #f4f4f4 url(../images/rbt1.png) no-repeat 50%;

	width: 40px;

	height: 90px;

	border-radius: 0;

}

.productstopR {

	margin-left: 570px;

}



.productstopR h1 {

	margin-top: 15px;

	color: #005bc1;

	font-size: 21px;

	margin-bottom: 20px;

}

.productstop-table{

	width: auto;

}

.productstop-table table {

	width: 100%;

	border-collapse: collapse;

}



.productstop-table th,

.productstop-table td {

	line-height: 48px;

	border: 1px #d7d7d7 solid;

	padding-left: 30px;

}



.productstop-table th {

	font-size: 14px;

	color: #333;

}



.productstop-table td {

	font-size: 14px;

	color: #818181;

}



.request-btn {

	margin-top: 40px;

	width: 230px;

	height: 54px;

	line-height: 54px;

	background: #005bc1;

	color: #fff;

	display: block;

	border-radius: 27px;

	font-size: 16px;

	font-weight: bold;

	text-align: center;

}



.request-btn:hover {

	color: #ff0;

}



.cp-tabbox {

	background: #fff;

	border-radius: 0 0 10px 10px;

	margin-top: 35px;

	padding-left: 0;

	padding-right: 0;

}



.slideTxtBox .hd {

	background: #f4f4f4;

}



.slideTxtBox .hd li {

	padding: 0 35px;

	background: #e1e1e1;

	border-radius: 10px 10px 0 0;

	height: 72px;

	line-height: 72px;

	text-align: center;

	font-size: 18px;

	color: #333;

	float: left;

	margin-right: 12px;

	cursor: pointer;

	font-weight: bold;

}



.slideTxtBox .hd li.on {

	background: #fff;

	color: #005BC1;

	font-weight: bold;

}



.slideTxtBox .bd {

	background: #fff;

	padding: 35px;

}



.item1-txt {

	line-height: 34px;

	color: #818181;

	font-size: 16px;

}



.tjbox {

	padding-left: 0;

	padding-right: 0;

}



.title2 {

	line-height: 110px;

	font-size: 24px;

}



.item2-txt {

	border-top: 1px #005bc1 solid;

}



.item2-txt table {

	width: 100%;

	border-collapse: collapse;

}



.item2-txt th,

.item2-txt td {

	padding: 25px 0;

	border-bottom: 1px #cccccc solid;

	line-height: 30px;

	color: #818181;

	font-size: 16px;

}



.item2-txt th {

	font-size: 18px;

	color: #333;

}



.right-abs {

	position: fixed;

	z-index: 100;

	top: 70%;

	right: 0;

	margin-top: -120px;

}

.right-abs .right-abs-item {
	position: relative;
}
.right-abs .right-abs-item:hover .right-abs-item-info {
	left: -250px;
}
.right-abs .right-abs-item-info {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	width: 250px;
    transition: all .1s;
	color: #fff;
	background-color: #005BC1;
}
.right-abs .right-abs-item-info img {
	margin-right: 10px;
	width: 26px;
	height: 26px;
}

.right-abs a {

	display: block;

	width: 52px;

	height: 52px;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

	/* margin-bottom: 4px; */

	position: relative;

}



.abs2-txt {

	background: #fff;

	right: 68px;

	padding: 10px;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

	min-width: 260px;

	position: absolute;

	height: 64px;

	line-height: 24px;

	display: none;

}



.abs3-txt {

	background: #fff;

	padding: 10px;

	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

	position: absolute;

	right: 68px;

	top: 0;

	width: 240px;

	height: 240px;

	display: none;

}



.abs3-txt img {

	width: 220px;

	height: 220px;

	display: block;

}



.abs2-txt .p1 {

	font-size: 16px;

	color: #ababab;

}



.abs2-txt .p2 {

	font-size: 16px;

	color: #333333;

}



.right-abs .abs1 {

	background: #fff url(../images/ab1.png) no-repeat 50%;

}



.right-abs .abs1:hover {
	background: #005BC1 url(../images/ab1-2.png) no-repeat 50%;
}



.right-abs .abs1 {

	background: #000 url(../images/float_mail.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs1:hover {

	background: #005BC1 url(../images/float_mail.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs2 {

	background: #000 url(../images/float_tell.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs2:hover {

	background: #005BC1 url(../images/float_tell.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs2:hover .abs2-txt {

	display: block;

}







.right-abs .abs3 {

	background: #000 url(../images/float_weixin.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs3:hover {

	background: #005BC1 url(../images/float_weixin.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs3:hover .abs3-txt {

	display: block;

}



.right-abs .abs5 {

	background: #000 url(../images/float-top.png) no-repeat 50%;
	background-size: 50%;

}



.right-abs .abs5:hover {

	background: #005BC1 url(../images/float-top.png) no-repeat 50%;
	background-size: 50%;

}
.video-wrapper {
    margin: 0 auto;
    max-width: 1450px;
	background: #fff;
}
.video-wrapper-title {
	padding: 20px 80px;
	text-align: center;
    font-size: 38px;
    color: #000000;
}
.video-wrapper-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 411.5px;
    background-image: url(/static/images/videobg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}
.video-wrapper-box video {
	display: none;
}
.video-wrapper-box-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px;
	min-width: 31px;
	min-height: 31px;
	width: 4vw;
	height: 4vw;
	font-size: 0;
	background-color: rgb(219, 78, 33);
}
.aboutUs-wrapper {
	background: #fff;
	display: flex;
	justify-content: center;
	padding-top: 40px;
    padding-Bottom: 0px;
    margin: 0 auto;
	max-width: 1450px;
    /* padding-Left: 7.836990595611286%;
    padding-Right: 7.836990595611286%; */
}
.aboutUs-wrapper-left {
	/* font-family: 'times new roman', times, serif; */
	flex: 1;
	padding-right: 2%;
	padding-left:1%;
	max-width: 450px;
}
.aboutUs-wrapper-left-title {
	margin-bottom: 18.4px;
    font-size: 44px;
    color: #000000;
}
.aboutUs-wrapper-left-content {
	line-height: 1.6;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.65);
}
.aboutUs-wrapper-left-link {
	display: inline-block;    
    margin-top: 20px;
    margin-Bottom: 10px;
	width: 30%;
	min-width: 96px;
	text-align: center;
	line-height: 44px;
    font-family: PingFang SC;
    font-size: 12px;
	color: rgba(51, 51, 51, 1);
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(24, 144, 255, 0);
}

.aboutUs-wrapper-right {
	padding-top: 10px;
	width: 60%;
	font-size: 0;
}
.aboutUs-wrapper-right-image {
	display: inline-block;
	margin: 0 20px 20px 0;
    vertical-align: middle;
    max-width: 188px;
    max-height: 140px;
    width: 188px;
    height: 140px;
	background-size: 100% 100%;
}

.data-wrapper {
	/* padding: 0 15%; */
	background-color: #fff;
	padding-top: 0%;
    padding-Bottom: 0%;
    /* padding-Left: 13.048016701461378%;
    padding-Right: 13.048016701461378%; */
	margin: 0 auto;
	max-width: 1450px;
	text-align: center;
    background-image: url(/skin/images/data_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.data-wrapper-title {
	padding: 120px 0 80px;
	text-align: center;
	font-family: 'times new roman', times, serif;
	font-size: 38px;
    color: #000000;
}
.data-wrapper-content {
	display: flex;
}
.data-wrapper-content-item {
	flex: 1;
	line-height: 2;
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
}
.data-wrapper-content-item-num {
	font-size: 44px; 
}
.data-wrapper-content-item-text {
	font-size: 18px;
	font-weight: bold;
}
.data-wrapper-button {
	display: flex;
	justify-content: center;
	padding: 70px 0;
}
.data-wrapper-button-item {
	min-width: 100px;
	width:  10rem;
	vertical-align: middle;
    line-height: 44px;
	text-align: center;
	color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-family: PingFang SC;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(24, 144, 255, 0);
}
.data-wrapper-button-item {
	margin-right: 2.5vw;
}
#play-video-dialog {
	display: none;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.45);
}
.play-video-dialog-box {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 49.1vw;
	height: 400px;
}
.play-video-dialog-box-close {
	position: absolute;
	top: 0;
	right: -15px;
	color: #fff;
    font-size: 30px;
    z-index: 1002;
    cursor: pointer;
}
.describe-wrapper {
	margin: 0 auto;
	max-width: 1450px;
	font-family: 'times new roman', times, serif;
    color: #ffffff;
    background-image: url(/static/images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.describe-wrapper-box {
	line-height: 1.6;
	padding: 250px 100px 120px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.25);
}
.describe-wrapper-box-title {
    font-size: 34px;
}
.describe-wrapper-box-subtitle {
    font-size: 20px;
}
.top-language {
	position: absolute;
	top: 22px;
	right: 0;
	width: 135px;
	height: 35px;
}
.top-language-select {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	font-size: 14px;
	color: #fff;
	background: #4d4d4d;
	border-radius: 5px;
	cursor: pointer;
}
.top-language-select .arrow-dowm svg {
	width: 12px;
	height: 12px;
}
.top-language-select-list {
	display: none;
	z-index: 2;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	border-radius: 5px;
	overflow: hidden;
}
.top-language.actived .top-language-select-list {
	display: block;
}
.top-language-item {
	display: flex;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	font-size: 14px;
	color: #fff;
	background: #4d4d4d;
	cursor: pointer;
	text-decoration: none;
}
.top-language-item:hover {
	color: #fff;
}
.top-language-item:hover {
	color: rgba(74, 74, 74, 1);
    background-color: rgba(233, 233, 233, 1);
}
.top-language-select svg,
.top-language-item svg {
	width: 20px;
	height: 20px;
}
.top-language .language-text {
	margin-left: 8px;
}
.top-marke {
	position: absolute;
	top: 70px;
	right: 0;
	width: 135px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-marke-item img {
	width: 32px;
}

.search-wrapper .top-soso,
.search-wrapper .top-language,
.search-wrapper .top-marke {
	display: block;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: fit-content;
}
.search-wrapper {
	padding-top: 60px;
	display: none;
	flex-direction: column;
	background: #000;
}
.search-wrapper-header {
	padding-top: 10px;
}
.search-wrapper-header .top-marke {
	display: flex;
	margin: 0 auto;
	width: 200px;
}
.search-wrapper-header .top-marke-item img {
	width: 40px;
}
.search-wrapper-footer {
	display: flex;
	justify-content: space-between;
	padding: 10px 8%;
	width: 100%;
}
.search-wrapper-footer .top-soso {
	width: 45%;
	margin: 0;
}
.search-wrapper-footer .top-soso .soso-inp {
	margin: 0;
}
.search-wrapper-footer .top-language {
	width: 45%;
}

.footer-navbar {
	z-index: 10;
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	align-items: center;
	background: #000;
}
.footer-navbar-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
.footer-navbar-item:hover {
	color: #fff;
}
.footer-navbar-item img {
	margin-right: 6px;
	width: 20px;
}

.swiper-image-cover {
	width: 100%;
	height:30vw;
	min-height: 150px;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 1920px) {
	.cp-content {
		padding: 42px 10% 0;
	}
}
@media screen and (max-width: 1320px) {
	
	.productsbox{

		padding: 20px;

	}

	.tjbox{

		padding-left: 10px;

		padding-right: 10px;

	}

	.lx-l {

		width: 100%;

	}



	.lx-r {

		width: 100%;

		max-width: 100%;

	}



	.title-t1 {

		height: 150px;

		line-height: 150px;

	}



	.nav a {

		padding-left: 40px;

	}



	.foot-tl {

		width: 100%;

		float: none;

		margin-bottom: 10px;

	}



	.foot-tc {

		margin-left: 0;

		float: none;

	}



	.copy-nav {

		text-align: center;

		float: none;

		line-height: 30px;

		height: 30px;

		overflow: hidden;

		margin-bottom: 15px;

	}



	.copy-nav a {

		float: none;

		display: inline-block;

	}



	.copy {

		text-align: center;

	}



	.copy-l p {

		display: inline-block;

		float: none;

	}



	.copy-l {

		float: none;

		height: 30px;

		line-height: 30px;

		max-width: 640px;

		margin: 0 auto;

	}



	.copy-l .copy-logo {}

	.slideTxtBox .bd{

		padding: 20px;

	}

	.productstop-table th, .productstop-table td{

		padding-left: 20px;

	}

	.productstopR{

		margin-left: 540px;

	}



}



.sp_nav {

	width: 50px;

	float: right;

	position: relative;

	cursor: pointer;

	height: 30px;

	margin-top: 18px;

	display: none;

}



.sp_nav span {

	display: block;

	background: #fff;

	width: 30px;

	height: 2px;

	position: absolute;

	left: 10px;

	transition: all ease 0.35s

}



.sp_nav span:nth-of-type(1) {

	top: 0px

}



.sp_nav span:nth-of-type(2) {

	top: 10px

}



.sp_nav span:nth-of-type(3) {

	top: 20px

}



.sp_nav_se span:nth-of-type(1) {

	top: 10px;

	transform: rotate(45deg)

}



.sp_nav_se span:nth-of-type(2) {

	width: 0

}



.sp_nav_se span:nth-of-type(3) {

	top: 10px;

	transform: rotate(-45deg)

}





.sjj_nav {

	position: fixed;

	z-index: 2000;

	background: #000;

	width: 100%;

	height: 100%;

	font-size: 14px;

	line-height: 40px;

	top: -100%;

	left: 0;

	overflow: auto;

	overflow-x: hidden;

	transition: top ease 0.35s;

}


.sjj_nav a {
	text-decoration: none;
}

.nav_show {

	top: 60px

}

.sjj_nav ul {
	padding-left: 0;
}

.sjj_nav&gt;ul&gt;li:first-child {

	overflow: hidden;

	border-top: 0

}



.sjj_nav&gt;ul&gt;li:first-child&gt;a {

	float: left;

	width: calc(100% - 92px)

}



.sjj_nav&gt;ul&gt;li:first-child .language {

	float: right;

	width: 92px;

	overflow: hidden;

	line-height: 30px;

	margin-top: 5px

}



.sjj_nav&gt;ul&gt;li:first-child .language a {

	width: 45px;

	float: left;

	border-left: 1px #ddd solid;

	text-align: center;

	color: #999;

}



.sjj_nav ul li i {

	position: absolute;

	top: 5px;

	right: 0px;

	/* border-left: 1px #ddd solid; */

	height: 30px;

	padding: 0px 7px 0 7px;
    display: flex;
    align-items: center;
}



.sjj_nav ul li i svg {

	transform: rotate(-90deg);

	transition: all ease 0.35s

}



.sjj_nav ul li .sjj_nav_i_se svg {

	transform: rotate(0deg)

}



.sjj_nav ul li {

	border-top: 1px #999 solid;

	margin-left: 20px;

	position: relative;

	line-height: 40px;

	font-size: 14px

}



.sjj_nav&gt;ul&gt;li:last-child {

	border-bottom: 1px #999 solid;

}



.sjj_nav ul li ul {

	display: none

}



.sjj_nav ul li a {

	color: #fff;

	width: 80%

}



.sjj_nav ul li ul li a {

	color: #fff;

	display: block;

	text-align: left;

}



.sjj_nav ul li i svg {

	width: 32px;

	height: 20px;

	fill: #fff;

}



.sjj_nav ul li .sjj_nav_i_se svg {

	fill: #fff

}



.sjj_nav ul li ul li&gt;ul {

	margin-left: 10px

}

@media screen and (max-width: 1240px) {

	.cp-content {
		padding: 30px 30px 0;
	}
	
	.cp-menu {
		width: 200px;
	}
	.cp-menu .navbar-nav .btn-group:hover ul {
		/* transform: translate3d(200px, 0px, 0px); */
	}
	.products-leftimg{

		width: 100%;

		float: none;

	}

	.productstopR{

		margin-left: 0;

		margin-top: 30px;

	}

}

.cp-ban img{



	display: block;

	margin: 0 auto;

}

.cp-ban{

	display: none;

	padding-bottom: 20px;

}



.cp-ban .swiper-pagination-bullet{

	width: 10px;

	height: 10px;

	border-radius: 5px;

}

.cp-ban .swiper-pagination-bullet-active{

	width: 30px;

	color: #005bc1;

}

.cp-ban  .swiper-pagination{

	bottom: 0;

}





@media screen and (max-width: 980px) {

	.swiper-image-cover {
		height: 200px;
		min-height: auto;
	}
	.index-ban .swiper-pagination-bullet {

		width: 8px;

		height: 8px;

	}
	.products-leftimg{

		display: none;

	}

	.cp-ban{

		display: block;

	}

	#picSlideWrap{

		display: none;

	}

	.productsbox{

		padding: 10px;

	}

	.downloadr-table td{

		padding:10px 5px;

	}

	.item2-txt th, .item2-txt td{

		padding: 10px 5px;

	}

	.item2-txt th{

		font-size: 16px;

	}

	.slideTxtBox .hd{

		height: 48px;

    width: 100%;

		

	}

	.slideTxtBox .hd li{

		font-size: 15px;

		height: 48px;

		line-height: 48px;

		padding: 0 10px;

		white-space:nowrap;

		float: none;

		display: inline-block;

	}

	.item1-txt{

		font-size: 15px;

		line-height: 1.8;

	}

	.slideTxtBox .hd ul{

		height: 48px;

		

		overflow-y: hidden;

		white-space: nowrap;

		-webkit-overflow-scrolling: touch;

	}

	.inputl, .inputr{

		width: 100%;

		margin-top: 20px;

	}

	.btn-box .btn{

		width: 200px;

		height: 60px;

	}

	.input-group1{

		margin-top: 20px;

	}

	.page-ny li{

		max-width: 100%;

		width: 100%;

		float: none;

	}

	.fr-touch-close{

		    position: absolute;

    top: 0;

    right: 12px;

    padding-right: 11px;

	   

	}

	.fr-window-fresco .fr-touch-close .fr-touch-button-icon{

		 /*background-image: url(../images/sprite@x2.png) none !important;*/

        background-image: none !important;

	}

	

	

	.event-list li{

		width: 33.33333%;

		padding-left: 2%;

		overflow: hidden;

	}

		.event-list{

			margin-left: -2%;

		}

	

	.left-nav{

		display: none;

	}

	.downloadr{

		margin-left: 0;

	}

	

	.ny-nrbox {

		padding-top: 30px;

		padding-bottom: 40px;

	}



	.bread-box {

		height: 40px;

		line-height: 40px;

	}



	.bread-l {

		display: none;

	}



	.sp_nav {

		display: block;

	}



	.index-cp li {

		width: 32.9%;

	}



	.index-cp li:nth-child(7) {

		display: none;

	}



	.index-cp li:nth-child(8) {

		display: none;

	}



	.swiper-button-next {

		display: none;

	}



	.swiper-button-prev {

		display: none;

	}



	.top-soso {

		display: none;

	}



	#header {
		height: 60px;
	}



	.contnet {

		padding-top: 0;

	}



	.logo img {

		height: 40px;

	}



	.logo {

		padding: 10px;
		top: 0;
		left: 0;
	}



	.nav {

		display: none;

	}

	.foot-tr {

		display: block;

		float: none;

	}



	.featured-ul li {

		margin-bottom: 20px;

		width: 48%;

		margin-left: 2%;

	}



	.fq-list {

		margin-left: -20px;
		margin-right:0px;

	}



	.fq-list li {

		margin-left: 20px;

	}



	.index-box2,

	.index-box3 {

		padding-bottom: 40px;

	}



	.title-t1 {

		height: 100px;

		line-height: 100px;

		font-size: 30px;

	}

	.tsmall{font-size: 20px;}



	.right-abs .abs1,

	.right-abs .abs2,

	.right-abs .abs3 {

		display: none;



	}
	.right-abs .abs5 {
		width: 40px;
		height: 40px;
	}
	.right-abs .abs5:hover {
		background: #000 url(../images/float-top.png) no-repeat 50%;
		background-size: 50%;
	}


	.right-abs {

		top: auto;

		bottom: 50px;

		margin-top: 0;

	}

.n-abs{

		display: none;

	}

	.n-txt{

		padding-right: 0;

	}
	.product-wrapper {
		padding: 0;
	}
	.productsr{

		margin-left: 0;

	}


	.top-nanbar {
		display: none;
	}
	.top-language {
		display: none;
	}
	.top-marke {
		display: none;
	}
	.cp-content {
		padding: 0;
	}
	.cp-menu {
		display: none;
	}
	.search-wrapper {
		display: flex;
	}
	.footer-navbar {
		display: flex;
	}
}



.index-ban {

	

}



@media screen and (max-width: 640px) {

	.cp-ban img{

	}

	.btn-box .btn{

		width: 150px;

		height: 40px;

	}

	.featured-ul{

		margin-top: 20px;

	}

	.products-toptxt{

		padding: 10px;

	}

	.products-list .featured-ul li{

		width: 48%;

		

	}

	.products-list .featured-ul li{

		margin-top: 0;

	}

	.newsxq{

		padding:20px 10px;

	}

	

	.n-img{

		float: none;

		width: 100%;

		height: auto;

		text-align: center;

	}

	.n-txt{

		margin-left: 0;

	}

	.n-txt h2{

		height: auto;

		line-height: 1.9;

	}

	.news-item{

		padding:20px 10px;

	}

	.event-list li{

		width: 33.33333%;

		padding-left: 1%;

		overflow: hidden;

	}

		.event-list{

			margin-left: -1%;

		}

		.event-list li p{

			height: 40px;

			line-height: 20px;

		}

	.ny-box {

		height: 100px;

		line-height: 100px;

		background-size: cover;

	}





	.index-ban {

		

	}



	.title-t1:after {

		width: 100%;

		margin-left: 0;

		left: 0;

	}



	.right-abs a {

		width: 40px;

		height: 40px;

	}



	.index-cp li {

		width: 48%;

	}



	.right-abs .abs5,

	.right-abs .abs5:hover {

		background-size: 20px auto;

	}



	.copy-nav {

		display: none;

	}



/*	.foot-tc {

		display: none;

	}*/



	.copy-logo {

		display: none;

	}



	.copy-l p {

		padding-left: 0;

	}



	.index-cp li h2 {

		font-size: 18px;

	}



	.index-cp li a.index-img1 {

		padding: 10px;

	}



	.index-cp li h3 {

		height: 40px;

		line-height: 40px;

		font-size: 28px;

	}
	.video-wrapper-title {
		margin: 0;
		font-size: 30px;
		padding: 20px;
	}
	.aboutUs-wrapper {
		flex-wrap: wrap;
		padding: 3.5%;
	}
	.aboutUs-wrapper-left {
		padding: 0;
		width: 100%;
	}
	.aboutUs-wrapper-left-title {
		margin: 0;
		line-height: 100px;
		text-align: center;
        font-size: 30px;
	}
	.aboutUs-wrapper-right {
		padding-top: 20px;
		width: 100%;
	}
	.aboutUs-wrapper-right-image {
		margin: 0 1vw 2.5vw 0;
		width: 44vw;
        height: 33vw;

	}
	.aboutUs-wrapper-right-image:nth-child(2n) {
		margin-right: 0;
	}
	.data-wrapper {
		padding: 3.5% 0;
	}
	.data-wrapper-title {
		padding: 20px;
		font-size: 30px;
	}
	.data-wrapper-content {
		font-size: 30px;
		flex-wrap: wrap;
	}
	.data-wrapper-content-item {
		flex: 0 0 100%;
		text-align: center;
	}
	.data-wrapper-button {
		padding: 30px 0;
	}
	.describe-wrapper-box {
		padding: 100px 30px 50px;
	}
	.describe-wrapper-box-title {
		font-size: 24px;
	}
	.describe-wrapper-box-subtitle {
		font-size: 18px;
	}
	.play-video-dialog-box {
		width: 330px;
		height: 300px;
	}
}



@media screen and (max-width: 520px) {

	.bread-box{

		display: none;

	}

	.downloadr-table th{

		height: 50px;

		line-height: 50px;

	}

	.downloadr-table td{

		padding-left: 10px;

		padding-right: 10px;

	}

	.index-ban .swiper-pagination {

		bottom: 5px;

	}



	.index-cp li .img {

		

	}



	.index-cp li .img img {

		

	}



	.featured-ul li .img {

		

	}



	.featured-ul li .img img {

		

	}



	.featured-ul li {

		padding: 10px;

	}



	.fq-list li {

		width: 100%;

		flex: auto;

		margin-bottom: 15px;



	}



	.fq-list li a {

		padding: 20px;

	}



	.fq-list {

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

	}


	.video-wrapper-box {
		height: 300px;
	}
	.video-wrapper-box video {
		display: block;
	}
	.video-wrapper-box-btn {
		display: none;
	}
}



@media screen and (max-width: 460px){

	.btn-box .btn{

		width: 120px;

		height: 40px;

		margin: 0 10px;

	}
}

#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}

#maximg p span{text-wrap: inherit !important;}



.pagebar { padding:20px; overflow:hidden; clear:both}

.pagebar .pagination {

  display: flex;

  justify-content: center;

  margin-top: 10px;

}

.pagination a {

  background: #fff;

  border: 1px solid #ccc;

  color: #333;

  font-size: 12px;

  padding: 8px 10px;

  margin: 0 2px;

  border-radius: 3px; line-height:100%

}

.pagination span {

    color: #333;

    font-size: 12px;

    padding: 7px 2px;

    margin: 0 2px;

    border-radius: 3px;

}

.pagination a:hover {

  color: #333;

  border: 1px solid #333;

}

.pagination a.page-num-current {

  color: #fff;

  background: #333;

  border: 1px solid #333;

}

.pagination .st{ font-family:瀹嬩綋}

.text-secondary{ text-align:center; padding:20px 0}

.video_body{

	margin-top: 30px;

    margin-Bottom: 0px;

    margin-Left: 0%;

    margin-Right: 0%;

    padding-top: 0%;

    padding-Bottom: 0%;

    padding-Left: 0%;

    padding-Right: 0%;

    background-image: url(https://d1c6gk3tn6ydje.cloudfront.net/1744334258211692544%2F8a05684f-fcbd-49d9-814e-5512ecabe27d.webp);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    background-attachment: scroll;

}
.top-nanbar {
	position: absolute;
    top: 55px;
    left: 0;
    right: 0;
}
.top-nanbar .navbar-nav {
	margin: 10px auto 0;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-nanbar .navbar-nav a {
	text-decoration: none;
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 10px 20px;
}
.top-nanbar .on .first-menu{
	color: #ababab;
}
.top-nanbar .navbar-nav a:hover {
	background-color: #4a4a4a;
}
.top-nanbar .dropdown-menu {
	padding: 0;
}
.top-nanbar .navbar-nav .nav-item {
	display: flex;
}
.top-nanbar .first-menu {
	padding: 12px;
	background: transparent;
}
.top-nanbar .first-menu:hover {
	color: rgba(255,255,255, 0.7);
	background-color: #000 !important;
}
.nav-item.dropdown:hover .first-child-menu {
	display: block;
	position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
	top: 100%;
    /* transform: translate3d(0px, 46px, 0px); */
}
.top-nanbar .first-menu.active {
	background: #424649;
}
.top-nanbar .btn-group {
	width: 100%;
}
.top-nanbar .btn-group .menu-btn {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	background: #000 !important;
	border-color: transparent;
}
.top-nanbar .btn-group:hover ul {
	display: block;
	position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
	left: 100%;
    /* transform: translate3d(159px, 0px, 0px); */
}
.top-nanbar .menu-btn:hover{
	background: #4a4a4a !important;
}
.top-nanbar .menu-btn-title {
	flex: 1;
	text-align: left;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff;
	background: transparent;
}
.index-ban .swiper-button-next:hover, .index-ban .swiper-button-prev:hover {
	color: #000;
	background: transparent;
}
.index-ban .swiper-button-prev, .index-ban .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.index-ban .swiper-button-next, .index-ban .swiper-container-rtl .swiper-button-prev {
	right: 0;
}
.cp-menu .navbar-nav a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
}
.cp-menu .btn-group .menu-btn {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background: transparent !important;
	border-color: transparent;
	padding: 10px 20px;
    box-sizing: border-box;
}
.cp-menu .navbar-nav .btn-group:hover ul {
	display: block;
	position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
	left: 100%;
    /* transform: translate3d(200px, 0px, 0px); */
}</pre></body></html>