* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
@font-face {
  font-family: "Poppins"; /* Project id 3544394 */
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}
@font-face {
  font-family: "GothamRounded"; /* Project id 2871779 */
  src:  url('../fonts/GothamRnd-Book.otf') format('OpenType');
}
a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
.main{
	padding-top: 100px;
}
.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.imgScale {
	transition: all .6s;
	display: block;
	width:100%
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0px 10px 25px 0px rgba(170,170,170,0.05);
}
.header .searchbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0 4.16%;
	display: none;
}
.header .searchbox .form{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.header .searchbox .form .input{
	display: flex;
	align-items: center;
	width: 560px;
	max-width: 80%;
	height: 44px;
	background: #FFFFFF;
	border: 1px solid #084083;
	border-radius: 22px;
	padding: 0 22px;
}
.header .searchbox .form .input .iconfont{
	font-size: 22px;
	color: #575757;
	margin-right: 13px;
}
.header .searchbox .form .input input{
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: #333;
	line-height: 30px;
	border: none;
	outline: none;
}
.header .searchbox .form .input input::placeholder{
	color: #777;
}
.header .searchbox .form .close{
	margin-left: 60px;
	color: #333;
	font-size: 24px;
	cursor: pointer;
	margin-right: 62px;
}
.header .aslide{
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #fff;
	width: 400px;
	height: calc(100vh - 100px);
	max-width: 100%;
	z-index: 999;
	padding: 40px 0;
	text-align: right;
	transition: all 1s;
	transform: translateX(120%);
}
.header .aslide.active{
	transform: translateX(0);
}
.header .aslide ul{
	overflow: auto;
	padding: 0 60px;
	height: 100%;
}
.header .aslide li>a{
	font-size: 22px;
	font-family: Poppins;
	font-weight: 400;
	color: #222222;
	line-height: 1;
}
.header .aslide li:not(:last-child){
	margin-bottom: 20px;
}
.header .aslide .li-a{
	padding-top: 15px;
	display: none;
}
.header .aslide .li-a a{
	display: block;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #666666;
	line-height: 1;
}
.header .aslide .li-a a:not(:last-child){
	margin-bottom: 10px;
}
.header .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4.16%;
}
.header .content .l {
	z-index: 3;
}
.header .content .l img{
	display: block;
	height: 60px;
}
.header .content .r{
	display: flex;
	align-items: center;
}
.header .content .r .nav{
	display: flex;
}
.header .content .r .nav li.li1{
	position: relative;
}
.header .content .r .nav li>a{
	position: relative;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 500;
	color: #000000;
	line-height: 100px;
	display: block;
}
.header .content .r .nav li.active>a,
.header .content .r .nav li:hover>a{
	color: rgba(0, 102, 181, 1);
}
.header .content .r .nav li.active>a:before,
.header .content .r .nav li:hover>a:before{
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	width: 100%;
	background-color: rgba(0, 102, 181, 1);
	height: 2px;
}
.header .content .r .nav li:not(:last-child){
	margin-right: 55px;
}
.header .content .r .nav li .subNav{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height:  calc(100vh - 100px);
	border-top: 1px solid rgba(227, 227, 227, 1);
	z-index: 1000;
	display: none;
}
/* .header .content .r .nav li:hover .subNav{
	display: block;
} */
.header .content .r .nav li .subNav .box-t{
	padding: 60px 0 0;
	background-color: #fff;
	height:  calc(100% - 100px);
	overflow: auto;
}
.header .content .r .nav li .subNav .box-t::-webkit-scrollbar,
.product-d .box1 .r-content .r::-webkit-scrollbar,
.header .aslide ul::-webkit-scrollbar{
	height: 2px;
	width: 2px;
	background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.header .content .r .nav li .subNav .box-t::-webkit-scrollbar-track,
.product-d .box1 .r-content .r::-webkit-scrollbar-track,
.header .aslide ul::-webkit-scrollbar{
    /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); */
    border-radius: 5px;
    background-color: #999
}
/*定义滑块 内阴影+圆角*/
.header .content .r .nav li .subNav .box-t::-webkit-scrollbar-thumb,
.product-d .box1 .r-content .r::-webkit-scrollbar-thumb,
.header .aslide ul::-webkit-scrollbar{
	border-radius: 5px;
	/* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); */
	background-color: rgba(0, 102, 181, 1);
}
.header .content .r .nav li .subNav .tit{ font-size:20px; font-weight:bold;}
.header .content .r .nav li .subNav .tit>span{ display:block; width:100px; height:2px; background:#ffe300; margin:5px 0;}
.header .content .r .nav li .subNav .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header .content .r .nav li .subNav .list .item,
.header .content .r .nav li .subNav .list i{
	width: 22%;
}
.header .content .r .nav li .subNav .list .item{
	position: relative;
	margin-bottom: 60px;
}
.header .content .r .nav li .subNav .list .pic img{
	display: block;
	width: 100%;
}
.header .content .r .nav li .subNav .list .text-title{
	font-size: 17px;
	font-family: GothamRounded;
	font-weight: 500;
	color: #888888;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.header .content .r .nav li .subNav .list .text{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,102,181,1);
	font-size: 17px;
	font-family: GothamRounded;
	font-weight: 500;
	color: rgba(255,227,0,1);
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.header .content .r .nav li .subNav .box-b{
	background: rgba(0, 102, 181, 1);
	box-shadow: 0px 10px 15px 0px rgba(147,147,147,0.1);
	/*background-image: url(../img/header-product-bg.jpg);*/
	background-size: cover;
}
.header .content .r .nav li .subNav .box-b .content1500{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .content .r .nav li .subNav .box-b-l{
	display: flex;
	align-items: center;
}
.header .content .r .nav li .subNav .box-b .text-box{
	font-size: 15px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(255, 227, 0, 1);
	line-height: 26px;
}
.header .content .r .nav li .subNav .box-b .text-box span{
	color: #fff;
	font-size: 20px;
}
.header .content .r .nav li .subNav .consult-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(0,102,181,1);
	margin-left: 96px;
	text-transform: uppercase;
}
.header .content .r .nav li .subNav .consult-btn:hover{
	background-color: rgba(255, 227, 0, 1);
	color: rgba(0,102,181,1);
}
.header .content .r .nav li .subNav .consult-btn .iconfont{
	font-size: 22px;
	margin-right: 8px;
}
.header .content .r .nav li .subNav .close{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-family: GothamRounded;
	font-weight: 500;
	color: rgba(255, 227, 0, 1);
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}
.header .content .r .nav li .subNav .close .iconfont{
	margin-left: 20px;
	font-size: 26px;
}
.header .content .r .nav li .subNav1{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 49px 20px;
	min-width: 211px;
	z-index: 2;
	text-align: center;
	box-shadow: 0px 10px 15px 0px rgba(147,147,147,0.1);
	display: none;
	white-space: nowrap;
}
.header .content .r .nav li .subNav1:before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 200vw;
	height: 1px;
	background-color: rgba(227, 227, 227, 1);
}
.header .content .r .nav li .subNav1 a{
	display: block;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
	line-height: 1;
}
.header .content .r .nav li .subNav1 a:not(:last-child){
	margin-bottom: 30px;
}
.header .content .r .nav li .subNav1 a:hover,
.header .content .r .nav li .subNav1 a.active{
	color: rgba(0, 64, 131, 1);
}
.header .content .r .language{
	margin-left: 60px;
} 
.header .content .r .language span,
.header .content .header-search .icon-sousuo,
.header .content .header-aslide span{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.header .content .header-search,
.header .content .header-aslide{
	margin-left: 40px;
	cursor: pointer;
}

.header .header-search .searchbox {
	position: absolute;
	display: none;
	width: 300px;
	height: 40px;
	top: 50px;
	right: 0;
	z-index: 2;
	background-color: #fff;

}

.header .header-search .searchbox.active {
	display: flex;
}
.header .header-search .searchbox input {
	flex: 1;
	height: auto;
	border: none;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.header .header-search .searchbox .btn {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0f0f0;
	cursor: pointer;
}

.header .header-search .searchbox .btn .icon-sousuo {
	color: #222;
}
.footer .footer-t{
	padding: 79px 0 0;
	background-color: rgba(158, 158, 158, 1);
}
.footer .footer-t .logo{
	display: block;
	margin-bottom: 40px;
}
.footer .footer-t .logo img{
	display: block;
	height: 30px;
}
.footer .footer-t .list{
	display: flex;
	justify-content: space-between;
	padding-bottom: 113px;
}
.footer .footer-t .list li{
	max-width: 385px;
}
.footer .footer-t .list .li-title{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
.footer .footer-t .list .li-text{
	font-size: 15px;
	font-family: Poppins;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 14px;
}
.footer .footer-t .list .li-text1{
	margin-top: 24px;
}
.footer .footer-t .list .li-text1 a{
	color: #fff;
}
.footer .footer-t .share{
	margin-top: 20px;
	display: flex;
	color: #c8c8c8;
}
.footer .footer-t .share a .iconfont{
	font-size: 20px;
	color: #c8c8c8;
}
.footer .footer-t .share a .iconfont:hover{
	color: rgba(0, 64, 131, 1);
}
.footer .footer-t .share a:not(:last-child){
	margin-right: 16px;
}
.footer .footer-t .beian{
	border-top: 1px solid rgba(200, 200, 200, 1);
	font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 24px;
	padding: 27px 0;
}
.footer .footer-t .beian a{
	color: #fff;
}
.footer .footer-b{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	
	background-color: rgba(0, 0, 0, .8);
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	z-index: 999;
}
.footer .footer-b .content1500{
	display: flex;
	padding: 20px 0;
	align-items: center;
}
.footer .footer-b .content1500 span.l{
	flex: 1;
	margin-right: 126px;
}
.footer .footer-b a.r{
	width: 170px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #004083;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .banner-box .text-title{
	font-size: 62px;
	font-family: Poppins;
	font-weight: 500;
	color: #F8F8F8;
	line-height: 1;
	text-align: center;
}
.banner2{
	padding: 80px 0;
	background-color: rgba(234, 234, 234, 1);
	text-align: center;
}
.banner2 .title{
	font-size: 36px;
	font-family: Poppins;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.banner2 .des{
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333333;
	line-height: 28px;
	margin-top: 23px;
}
.common-bread{
	position: relative;
	padding: 40px 0;
	text-align: right;
}
.common-bread .box-c{
	position: relative;
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #B0B0B0;
	line-height: 1;
	z-index: 3;
	flex-wrap: wrap;
}
.common-bread .box-c a{
	display: flex;
	align-items: center;
	color: #B0B0B0;
	text-transform: uppercase;
}
.common-bread .box-c a.current{
	color: rgba(51, 51, 51, 1);
}
.common-bread .box-c .icon-line{
	margin: 0 5px;
}
.common-bread .box-c .icon-shouyeshouye{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-right: 5px;
}
.honor-modal .honor-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1024px;
	max-width: 100%;
	height: 62.96%;
	padding: 0 50px;
}
.honor-modal .honor-content .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F6F6F6;
	z-index: 2;
	cursor: pointer;
	color: rgba(0, 64, 131, .3);
}
.honor-modal .honor-content .btn:hover{
	background-color: rgba(0, 64, 131, 1);
	color: rgba(255,255,255,.3);
}
.honor-modal .honor-content .btn-prev{
	left: 0;
}
.honor-modal .honor-content .btn-next{
	right: 0;
}
.honor-modal .honor-content .btn .iconfont{
	font-size: 24px;
}
.honor-modal .honor-content .swiper{
	height: 100%;
	width: 100%;
}
.honor-modal .honor-content .swiper-slide{
	padding: 30px;
	background-color: #fff;
}
.honor-modal .honor-content .swiper-slide .pic{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor-modal .honor-content .swiper-slide .pic img,
.honor-modal .honor-content .swiper-slide .pic video{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.honor-modal .honor-content .close{
	position: absolute;
	right: 30px;
	top: -20px;
	width: 45px;
	height: 45px;
	line-height: 39px;
	text-align: center;
	color: #666666;
	background: linear-gradient(0deg, #F6F6F6, #E5E5E5);
	border: 3px solid #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(125,125,125,0.15);
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
}
.honor-modal .honor-content .close .iconfont{
	font-size: 22px;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 14px;
	font-family: Arial;
	color: #666666;
	margin: 5px 6px;
	cursor: pointer;
	background: rgba(232, 232, 232, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 102, 181, 1);
}
.pagination ul li a {
	color: #666666;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1560px) {
	.header .content .r .nav li:not(:last-child){
		margin-right: 30px;
	}
}

@media (max-width:1440px) {
	.header .content,
	.header .searchbox{
		padding: 0 3%;
	}
	.header .content .header-search, .header .content .header-aslide{
		margin-left: 25px;
	}
	.header .searchbox .form .close{
		margin-right: 45px;
	}
	.banner1 .banner-box .text-title{
		font-size: 36px;
	}
}

@media (max-width:1280px) {
	.header .content .r .nav li>a{
		font-size: 16px;
	}
	.header .content .r .nav li .subNav1 a{
		font-size: 16px;
	}
	.header .content .r .nav li .subNav1{
		padding: 25px 20px;
	}
	.header .content .r .nav li .subNav1 a:not(:last-child){
		margin-bottom: 20px;
	}
	.banner1 .banner-box .text-title,.banner2 .title{
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.header .content .r .nav{
		display: none;
	}
	.header{
		padding: 15px 0;
	}
	.main{
		padding-top: 55px;
	}
	.header .content .l img{
		display: block;
		height: 25px;
	}
	.header .searchbox{
		z-index: 4;
	}
	.header .searchbox .form .input{
		height: 35px;
		flex: 1;
		max-width: 100%;
	}
	.header .searchbox .form .close{
		margin-right: 0;
	}
	.header .aslide{
		height: calc(100vh - 55px);
	}
	.banner2 .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.footer .footer-b{
		display: none !important;
	}
	.footer .footer-t .list{
		flex-direction: column;
		padding-bottom: 40px;
	}
	.footer .footer-t{
		padding-top: 40px;
	}
	.footer .footer-t .logo{
		margin-bottom: 25px;
	}
	.footer .footer-t .list li{
		max-width: 100%;
	}
	.footer .footer-t .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.footer .footer-t .list .li-text1{
		margin-top: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	.footer .footer-t .list .li-text1 p:not(:last-child){
		margin-right: 15px;
	}
	.footer .footer-t .beian{
		padding: 10px 0;
	}
	.common-bread{
		padding: 20px 0;
	}
	.banner1 .banner-box .text-title{
		font-size: 26px;
	}
	.banner2 .title{
		font-size: 26px;
	}
}
@media (max-width:768px) {
	.header .aslide ul{
		padding: 0 3%;
	}
	.banner2 .title{
		font-size: 24px;
	}
	.banner2 .des{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.banner2{
		padding: 50px;
	}
	.footer .footer-t .list li:not(:first-child){
		display: none;
	}
}
@media (max-width:500px) {
	
	.footer .footer-t .list .li-text{
		margin-top: 7px;
	}
	.footer .footer-t .share{
		margin-top: 10px;
	}
	.footer .footer-t .list li:not(:last-child){
		margin-bottom: 0px;
	}
	.footer .footer-t .list .li-text{
		margin-top: 10px;
	}
	.footer .footer-t .list{
		padding-bottom: 25px;
	}
	.banner2 .title{
		font-size: 22px;
	}
	.banner2{
		padding: 40px;
	}
}