* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "SimSun", "宋体" !important;
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@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.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}
@font-face {
	font-family: "zcool-gdh";
	src: url('../fonts/zcool-gdh.ttf');
}
@font-face{
	font-family: "lianmengqiyilushuaizhengruiheiti";
	src: url('../fonts/lianmengqiyilushuaizhengruiheiti.ttf');
	
}
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;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 5px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(32, 102, 177, 1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

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

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}
.hoverLi .pic {
	overflow: hidden;
}

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

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header{
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
}
.header .content1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	display: block;
	width: 240px;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
	gap: 57px;
}
.header .r .nav li{
    position: relative;
}
.header .r .nav li>a{
	display: block;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 100px;
	text-align: center;
}
.header .r .nav li.active>a,
.header .r .nav li:hover>a{
	color: rgba(32, 102, 177, 1);
}
.header .r .nav li .subNav{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: none;
}
.header .r .nav li .subNav1{
    position: absolute;
    left: 50%;
    background: #fff;
    display: none;
    width: 960px;
    transform: translateX(-50%);
}
.header .r .nav li .subNav1:before{
	content:"";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-50%: 0;
	width: 300vw;
	height: 100%;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.1);
}
.header .r .nav li:hover .subNav,
.header .r .nav li:hover .subNav1{
    display: block;
}
.header .r .nav li .subNavContainer{
    position: relative;
    display: flex;
    z-index: 3;
   
}
.header .r .nav li .subNav1 .subNavContainer{
	 width: 1400px;
	 max-width: 94vw;
	 justify-content: center;
	 /* padding-top: 25px; */
}
.header .r .nav li .subNav1 .l{
    padding-bottom: 10px;
    width: 186px;
    border-right: 1px solid #EBEDEE;
    /* border-left: 1px solid #EBEDEE; */
    /* background: #2066B1; */
}
.header .r .nav li .subNav1 .l a{
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    color: #3E3E3E;
    transition: all .6s;
}
.header .r .nav li .subNav .l>a{
    display: block;
      font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    padding: 0 35px;
    white-space: nowrap;
}
.header .r .nav li .subNav1 .l a:not(:last-child){
    margin-bottom: 3px;
}
.header .r .nav li .subNav1 .l a.active,
.header .r .nav li .subNav1 .l a:hover{
    background: #3476cc;
    color: #fff;
}
.header .r .nav li .subNav1 .l a .label{
    position: relative;
    line-height: 22px;
    font-size: 16px;
    padding: 0 0 0 5px;
    /* background: #3476cc; */
    display: block;
    text-align: center;
    /* color: #333; */
    margin-right: 19px;
}
.header .r .nav li .subNav1 .l a .label:after{
    display: inline-block;
    display: none;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-left:11px solid #3476cc;
    border-top:11px solid transparent;
    border-right:11px solid transparent;
    border-bottom:11px solid transparent;
}
.header .r .nav li .subNav1 .l .item2 a.active,
.header .r .nav li .subNav1 .l .item2 a:hover,
.header .r .nav li .subNav1 .l .item2 a .label{
    background:  rgb(68, 162, 159);
}
.header .r .nav li .subNav1 .l .item2 a .label:after{
    	border-left-color: rgb(68, 162, 159);
}
.header .r .nav li .subNav1 .l .item3 a.active,
.header .r .nav li .subNav1 .l .item3 a:hover,
.header .r .nav li .subNav1 .l .item3 a .label{
    background:  rgb(233, 122, 78);
}
.header .r .nav li .subNav1 .l .item3 a .label:after{
    	border-left-color: rgb(233, 122, 78);
}
.header .r .nav li .subNav1 .l .item4 a.active,
.header .r .nav li .subNav1 .l .item4 a:hover,
.header .r .nav li .subNav1 .l .item4 a .label{
    background:  rgb(195, 160, 114);
}
.header .r .nav li .subNav1 .l .item4 a .label:after{
    	border-left-color: rgb(195, 160, 114);
}
.header .r .nav li .subNav1 .r{
    /* flex: 1; */
    display: block;
    padding-bottom: 27px;
    padding-left: 30px;
    width: 855px;
    min-height: 429px;
}
.header .r .nav li .subNav1 .r .item{
    display: none;
    grid-template-columns: repeat(4,1fr);
    /* min-height: 402px; */
}
.header .r .nav li .subNav1 .r .item.active{
    display: grid;
    gap: 20px;
}
.header .r .nav li .subNav1 .r .item a{
    /* border-right: 1px solid #EBEDEE; */
    /* border-bottom: 1px solid #EBEDEE; */
    padding: 10px;
    transition: all .6s;
    box-shadow: 0 0  10px 10px rgba(0,0,0,.05);
}
.header .r .nav li .subNav1 .r .item a:hover{
    background: #f8fcff;
}
.header .r .nav li .subNav1 .r .item a .pic{
    /* width: 110px; */
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.header .r .nav li .subNav1 .r .item a .pic img{
    max-width: 100%;
    max-height: 100%;
}
.header .r .nav li .subNav a:hover{
    background: rgba(32, 102, 177, 1);
    color: #fff;
}
.header .r .nav li .subNav1 .r .item .text{
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px ;
    color: #000;
    text-align: center;
}
.header .r .languageBtn{
	display: block;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #2066B1;
	border-radius: 4px 4px 4px 4px;
	background-color: rgba(32, 102, 177, 1);
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 56px;
}
.header .r .headerForm{
	margin-left: 21px;
	width: 170px;
	height: 40px;
	border-radius: 41px 41px 41px 41px;
	border: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	padding: 0 17px;
	transition: all .6s;
}
.header .r .headerForm:hover{
	border-color: rgba(32, 102, 177, 1);
}
.header .r .headerForm input{
	flex: 1;
	width: 100%;
	height: 100%;
	margin-right: 15px;
	border: none;
	outline: none;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 12px;
}
.header .r .headerForm input::placeholder{
	color: #C2C2C2;
}
.header .r .headerForm .submit{
	cursor: pointer;
	transition: all .6s;
	color: RGBA(112, 112, 112, 1);
}
.header .r .headerForm .submit:hover{
	color: rgba(32, 102, 177, 1);
}
.footer{
	background-color: rgba(32, 102, 177, 1);
	padding: 77px 0 100px;
}
.footer .content1400{
	display: flex;
	justify-content: space-between;
}
.footer .l{
	display: flex;
	justify-content: space-between;
	width: 65.28%;
}
.footer .l-l .logo img{
	display: block;
	width: 254px;
}
.footer .l-l .zh{
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 26px;
}
.footer .l-l .en{
	font-family: arial;
	font-weight: 400;
	font-size: 16px;
	color: #A8C3E1;
	line-height: 30px;
}
.footer .l-l .text{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	line-height: 20px;
	margin-top: 38px;
}
.footer .l-l .text a{
	color: rgba(255,255,255,0.4);
	transition: all .6s;
}
.footer .l-l .text a:hover{
	color: #fff;
}
.footer .l-r{
	width: 56.01%;
	padding-right: 54px;
}
.footer .l-r .list{
	display: flex;
	justify-content: space-between;
}
.footer .l-r .list .li-title{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
}
.footer .l-r .list .li-des{
	margin-top: 21px;
}
.footer .l-r .list .li-des p:not(:last-child){
	margin-bottom: 10px;
}
.footer .l-r .list .li-des a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	line-height: 24px;
	transition: all .6s;
}
.footer .l-r .list .li-des a:hover{
	color: #fff;
}
.footer .r{
	flex: 1;
	padding-left: 58px;
	border-left: 1px solid rgba(66, 125, 189, 1);
}
.footer .r-t{
	display: flex;
	justify-content: space-between;
}
.footer .r-t-l-t{
	display: flex;
}
.footer .r-t-l-t .icon .iconfont{
	font-size: 46px;
	color: RGBA(255, 255, 255, 1);
}
.footer .r-t-l-t .text-box{
	flex: 1;
	margin-left: 12px;
}
.footer .r-t-l-t .text-box .tel-text{
	font-family: arial;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.footer .r-t-l-t .text-box .tel-number{
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}
.footer .r-t-l .consultingBtn{
	display: block;
	width: 155px;
	line-height: 40px;
	text-align: center;
	background: #C6E1FF;
	border-radius: 42px;
	font-family: arial;
	font-weight: 400;
	font-size: 18px;
	color: #2066B1;
	margin-top: 28px;
	transition: all .6s;
}
.footer .r-t-l .consultingBtn:hover{
	background-color: #fff;
	color: RGBA(32, 102, 177, 1);
}
.footer .r-t-r .ewm img{
	max-width: 90px;
	max-height: 90px;
}
.footer .r-t-r .ewm-text{
	font-family: arial;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 10px;
}
.footer .r .list{
	margin-top: 40px;
}
.footer .r .list li{
	display: flex;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.footer .r .list li:not(:last-child){
	margin-bottom: 20px;
}
.footer .r .list li .li-l{
	flex: 1;
	margin-left: 13px;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	height: 300px;
	object-fit: cover;
	display: block;
}
.banner1 .bannerBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .bannerBox .en{
	display: flex;
	align-items: flex-start;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 20px;
	color: rgba(255,255,255,0.6);
	line-height: 1;
	text-transform: uppercase;
}
.banner1 .bannerBox .en .line{
	width: 224px;
	height: 1px;
	background: rgba(255,255,255,0.6);
	border-radius: 19px;
	margin-left: 15px;
}
.banner1 .bannerBox .zh{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: rgba(0,0,0,0);
	line-height: 1.45;
	text-stroke: 1px #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke: 1px #FFFFFF;
	margin-top: 15px;
}
.banner1 .bannerBox .zh1{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.45;
}
.banner1 .bannerBox .des{
	font-family: arial;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	line-height: 28px;
	margin-top: 14px;
	width: 665px;
	max-width: 100%;
}
.innerNavList{
	background-color: rgba(248, 249, 250, 1);
}
.innerNavList .swiper-slide{
	width: 190px;
	font-family: arial;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	padding: 26px 0;
	text-align: center;
	transition: all .6s;
}
.innerNavList .swiper-slide:hover{
	color: rgba(32, 102, 177, 1);
}
.innerNavList .swiper-slide.active{
	color: rgba(32, 102, 177, 1);
	font-weight: bold;
}
.innerNavList .swiper-slide span{
	display: inline-block;
	line-height: 28px;
	width: 100%;
}
.innerNavList .swiper-slide:not(:last-child) span{
	border-right: 1px solid rgba(153, 153, 153, 1);
}
.productItem{
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E7E7E7;
	overflow: hidden;
	transition: all .6s;
}
.productItem:hover{
	border-color: rgba(32, 102, 177, 1);
	box-shadow: 1px 2px 10px 0px rgba(32,102,177,0.39);
}
.productItem a{
	display: block;
}
.productItem .img{
	position: relative;
	padding-top: 61.53%;
	background-color: #fff;
}
.productItem .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productItem .pic img{
	max-width: 100%;
	max-height: 100%;
}
.productItem .text-box{
	padding: 11px 25px 32px;
}
.productItem .text-box .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.productItem:hover .text-box .text-title{
	color: #2066B1;
}
.productItem .text-box .text-des{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-top: 7px;
	height: 60px;
}
.productItem .text-box .more{
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #2066B1;
	line-height: 29px;
	padding: 0 10px;
	min-width: 95px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 12px;
	color: #2066B1;
	margin-top: 18px;
	text-align: center;
}
.productItem:hover .text-box .more{
	background-color: rgba(32, 102, 177, 1);
	color: #fff;
	transition: all .6s;
}
.newsList{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px;
}
.newsList .pic{
	border-radius: 10px;
}
.newsList .text-box{
	padding: 10px 0 0;
	/* background-color: #fff; */
}
.newsList .text-box .date{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 13px;
	color: #999999;
	line-height: 34px;
}
.newsList .text-box .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.newsList li:hover .text-box .text-title{
	color: rgba(32, 102, 177, 1);
}
.newsList .text-box .text{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(32, 102, 177, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.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%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}
.pagination{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 15px;
}
.pagination select{
	border: none;
	outline: none;
	width: 80px;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #F8F8F8;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #31373D;
	line-height: 14px;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 16px 0 24px;
}

.pagination ul li {
	width: 30px;
	line-height: 30px;
	background: #F8F8F8;
	border-radius: 4px;
	text-align: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #BBBDBF;
	margin: 0 4px;
	cursor: pointer;
	transition: all .6s;
}
.pagination ul li .iconfont {
	font-size: 14px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(32, 102, 177, 1);
	border-color: rgba(32, 102, 177, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.pagination .skip{
	display: flex;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #31373D;
	line-height: 30px;
}
.pagination .skip input{
	width: 60px;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #F8F8F8;
	margin-left: 16px;
	text-align: center;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
	color: #31373D;
}
.innerBread{
	border-top: 1px solid RGBA(240, 240, 240, 1);
	padding: 35px 0;
}
.innerBread .content1400{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 14px;
}
.innerBread a{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.innerBread a:hover,
.innerBread a.active{
	color: rgba(32, 102, 177, 1);
}
.innerBread  .iconfont{
	font-size: 12px;
	/* margin-top: -7px; */
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
    .header .r .nav li .subNav1{
        width: 849px;
    }
	.footer .l-r{
		padding-right: 30px;
	}
	.footer .r{
		padding-left: 30px;
	}
	.header .r .nav{
		gap: 35px;
	}
	.header .r .languageBtn{
		margin-left: 30px;
	}
	.header .logo img{
		width: 200px;
	}
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.footer .l-l .zh{
		font-size: 20px;
	}
	.footer .l-l .en{
		font-size: 12px;
	}
	.footer .l-l .logo img{
		width: 200px;
	}
	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.header .content1400{
		padding: 15px 0;
	}
	.header .r .nav{
		display: none;
	}
	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 30px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #0036B2;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #0036B2;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.footer{
		padding: 70px 0;
	}
	.innerBread{
		padding: 20px 0;
	}
}

@media (max-width: 1024px) {
	.innerBread{
		padding: 14px 0;
	}
	.footer{
		padding: 60px 0;
	}
	/* .footer .l-l .zh,
	.footer .l-l .logo{
		display: none;
	} */
	.footer .l{
		width: 50%;
	}
	.footer .l-r{
		display: none;
	}
	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
	.innerNavList .swiper-slide{
		padding: 15px 0;
		width: 25%;
	}
}

@media (max-width: 768px) {
	.newsList{
		grid-template-columns: repeat(2,1fr);
		gap: 30px 18px;
	}
	.newsList .text-box .date{
		line-height: 24px;
	}
	.footer .r-t-l-t .icon .iconfont{
		font-size: 34px;
	}
	.footer .r-t-l-t .text-box .tel-text{
		font-size: 14px;
	}
	.footer .r-t-l-t .text-box .tel-number{
		font-size: 22px;
	}
	.footer .r-t-r .ewm-text{
		font-size: 16px;
		margin-top: 5px;
		text-align: center;
	}
	.footer .r-t-l .consultingBtn{
		margin-top: 15px;
	}
	.footer .r .list{
		margin-top: 25px;
	}
	.footer .r .list li:not(:last-child){
		margin-bottom: 10px;
	}
	.footer .l-l .zh,
	.footer .l-l .text{
		margin-top: 15px;
	}
	.footer{
		padding: 50px 0;
	}
	.footer .l{
		width: 45%;
	}
	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.header .logo img{
		width: 160px;
	}
	.header .r .headerForm{
		height: 32px;
	}
	.banner1 .bannerBox .en .line{
		width: 150px;
	}
	.innerBread a{
		font-size: 14px;
	}
	.innerBread .content1400{
		gap: 0 8px;
	}
}
@media (max-width:570px) {
	.footer .l-l .en,
	.footer .l-l .zh,
	.footer .l-l .logo{
		display: none;
	}
	.footer .content1400{
		flex-direction: column-reverse;
	}
	.footer .r{
		padding-left: 0;
		border-left: none;
	}
	.footer .r-t-l-t{
		align-items: center;
	}
	.footer .r-t-l .consultingBtn{
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.header .r .headerForm{
		padding: 0 10px;
		width: 150px;
	}
	.header .r .headerForm input{
		margin-right: 10px;
	}
	.header .logo img{
		width: 120px;
	}
	.banner1 .bannerBox .des{
		font-size: 14px;
	}
	.productItem .text-box{
		padding: 11px 20px 25px;
	}
	.banner1 .bannerBox .en .line{
		width: 100px;
	}
	.innerNavList .swiper-slide{
		padding: 8px 0;
	}
	.newsList{
		grid-template-columns: repeat(1,1fr);
	}	
	.footer .r .list li:not(:last-child){
		margin-bottom: 5px;
	}
	.footer .r-t-r .ewm-text{
		margin-top: 0;
		line-height: 24px;
	}
	.footer .r .list{
		margin-top: 15px;
	}
	.footer .l-l .text{
		margin-top: 10px;
	}
	.footer{
		padding: 30px 0;
	}
	.header .r .languageBtn{
		margin-left: 15px;
	}
	.header .r .headerForm{
		margin-left: 15px;
	}
	.m-right-buttom{
		margin-left: 15px;
	}
	.header .content1400{
		padding: 10px 0;
	}
	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}