@charset "utf-8";
*{margin:0;padding:0;box-sizing:border-box;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
*,:after,:before{
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
*,a,div,h1,h2,h3,h4,h5,html,img,li,p,span{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover,a:visited{
	text-underline: none !important;
	text-decoration:none !important;
}
body{
	font-size:12px;line-height:normal;color:#666;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:none;
	background:#FFF;
	position:relative;
	line-height:1;
}
header,footer,section,hgroup,nav,article,aside,details,figcaption,figure,menu{display:block;}
input{font-size:12px;line-height:16px;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
img{border:0;}
ul{list-style:none;}
textarea{resize:none;overflow:auto;}

.cur{
	cursor: pointer;
}
/* 颜色链接 */
a:link,a:visited{text-decoration:none;}
a:hover{transition:all 0.3s ease-in-out 0s;}
textarea,input,select,button{outline:none;border: 0;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

/* HTY Common Reset*/
html{overflow-x:hidden}
html button::-moz-focus-inner{border-color:transparent!important;}
input,button,textarea,select,option{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}
fieldset{border:0;}
iframe{background-image:none;}
p{margin:0;padding:0;}
a{text-decoration:none;outline:none;}
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.show{
	display: block;
}
.f18{
	font-size: 18px;
}
@font-face {
	font-family:'JinShanYunJiShuTi';
	src:url(../font/JinShanYunJiShuTi.TTF);
	font-display: swap;
} 
@font-face {
	font-family:'OPPOSans-B';
	src:url(../font/OPPOSans-B.woff);
	font-display: swap;
} 
@font-face {
	font-family:'OPPOSans-M';
	src:url(../font/OPPOSans-M.woff);
	font-display: swap;
}  
@font-face {
	font-family:'OPPOSans-R';
	src:url(../font/OPPOSans-R.woff);
	font-display: swap;
}  
@font-face {
	font-family:'DIN-Bold';
	src:url(../font/DIN-Bold.ttf);
	font-display: swap;
}  
@font-face {
	font-family:'Kingsoft_Cloud_Font';
	src:url(../font/Kingsoft_Cloud_Font.ttf);
	font-display: swap;
}   
/* HTY Common Atom*/
.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;overflow:hidden;visibility:hidden;width:0;height:0;}
.fl{float:left;}
.fr{float:right;}
.c_b{clear:both;}
.area{width:1200px;position:relative;margin:0 auto;height: auto;}
/*隐藏*/
.hide1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hide2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.hide3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.flex{display: flex;justify-content: space-between;}
.flexC{
	display: flex;
	justify-content: center;
	align-items: center;
}
.none {
  display: none;
}
.m20T{
	margin-top: 20px;
}
/* 头部 */
::-webkit-scrollbar {
    width: 3px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
}

::-webkit-scrollbar-track {
    width: 3px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	width: 3px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background-color: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
	width: 3px;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
    background-color: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #000;width: 0;
    transition:  all 0.6s;
    -moz-transition:  all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition:  all 0.6s;
}

.delay{
	animation-delay: 0.1s;
	visibility: visible;
	animation-name: fadeInUp;
}
header{
	width: 100%;
	height: 60px;
	position: fixed;
	left:0;
	top:0;
	z-index: 100;
	border-bottom: solid 1px #dcedf6;
	background: transparent;
	transition: background-color .3s ease, box-shadow .3s ease;
}
header.is-scrolled,
#selected{
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
}
header .searchCon{
	position: relative;
	width: 260px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .searchInput{
	width: 0;
	height: 35px;
	border-radius: 17px;
	border: solid 1px #1c6bfb;
	background: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	transition: width .28s ease, opacity .2s ease, padding .28s ease;
} 
header .sbtn{
	position: absolute;
	left: 230px;
	cursor: pointer;
	transition: transform .28s ease;
}
.navTit{
	position: relative;
}
.navSubMenu{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	min-width: 120px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease;
	z-index: 99;
}
.navSubMenu a{
	display: block;
	padding: 10px 14px;
	line-height: 1.2;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	text-align: center;
}
.navSubMenu a:hover{
	background: #f5f7fb;
	color: #1769ff;
}
.navTit:hover .navSubMenu{
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
header .searchClose{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: #1c6bfb;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}
header .searchCon.is-expanded .searchInput{
	width: 220px;
	padding: 0 36px 0 35px;
	opacity: 1;
	pointer-events: auto;
}
header .searchCon.is-expanded .searchClose{
	opacity: 1;
	pointer-events: auto;
}
header .searchCon.is-expanded .sbtn{
	left: 50px;
}
header .headCon{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	color: #191a24;
	font-size: 14px;
}
header .logo{
	width: auto;
	padding-right:20px;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
}
header .logo img{
	max-width: 200px;
	max-height:80%;
}
header .navMain{
	flex:1;
	height: 100%;
	display: flex;
	align-items: center;
}
header .navMain .navTit{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	float: left;
	position: relative;
	height: 100%;
}
header .navMain .navTit .tit{
	color: #191a24;
	text-align: center;
	display: flex;
	align-items: center;
	position:relative;
	height: 100%;
	transition: all .3s;
}
header .navMain .navTit::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height:2px;
	background: #1d6bfb;
	transition: all .3s;
}
header .navMain .navTit:hover::after{
	width: 100%;
}
.dropNav{
	position: absolute;
	width: 100%;
	background: #fff;
	top:60px;
	display: flex;
	padding: 50px;
	z-index: 99;
	box-shadow: 4px 2px 16px 0px 
			rgba(217, 217, 217, 0.37);
	border-radius: 0px 0px 10px 10px;
	gap:30px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.dropNav.is-open{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}
header .navMain .navTit.is-active::after{
	width: 100%;
}
.dropNav .close{
	background: url(../images/icon_close.png) no-repeat center center;
	background-size:16px 16px;
	position: absolute;
	width: 36px;
	height: 36px;
	right:20px;
	top:20px;
	cursor: pointer;
}
.filterBox{
	width: 215px;
	border-right: solid 1px #eeeeee;
}
.wapLeft{
    border-right: solid 1px #eeeeee;
    width: 100px;
    
}
.selectedBox{
	flex: 1;
}
.selectTop{
	font-family: 'OPPOSans-M';
	font-size: 18px;
	color: #191a24;
	line-height:30px;
	margin-bottom: 10px;
}
.viewAll{
	background: url(../images/btnR05.png) no-repeat right center;
	background-size:7px 13px;
	padding-right:22px;
}
.searchBox{
	width: 189px;
	height: 33px;
	border-radius: 16px;
	border: solid 1px #c2c2c2;
	margin: 20px 0;
	background: url(../images/icon_search.png) no-repeat 16px center;
	background-size:13px 13px;
	padding-left: 42px;
}
.searchBox .input{
	width: 100%;
	border: none;
	background: none;
	height: 100%;
	line-height: 31px;
	font-size: 12px;
}
.filerClass{
    display: flex;
    flex-direction: column;
    width: 60px;
}
.filerClass dt{
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	line-height: 36px;
	display: inline-block;
	color: #000;
	font-size:14px;
}
.filerClass dt.active::after,.filerClass dd.active::after{
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1d69f8;
	content: '';
}
.filerClass dd{
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	color: #000;
	position: relative;
	display: inline-block;
}
.wapfilerClass{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 0;
}
.wapfilerClass dd.active::after{
    position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 2px;
	background: #1d69f8;
	content: '';
}
.wapfilerClass dd.active{
    color: #1d69f8;
}
.wapfilerClass dd{
	line-height: 35px;
	font-size: 14px;
	cursor: pointer;
	color: #000;
	position: relative;
	display: inline-block;
	margin: 5px 0;
	padding-left: 20px;
}
.wapproList{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.wapproList .leveltit{
    font-size: 14px;
	color: #000000;
	line-height: 24px;
	padding: 10px;
}
.selectedBox .selectTit{
	color: #6d6d6d;
	font-size: 14px;
	line-height: 60px;
}
.tjproList{
	grid-template-columns: repeat(2,1fr);
	gap:20px;
	display: none;
}
.tjproList.active{
	display: grid;
}
.tjproList .proItem{
	display: flex;
	gap:10px;
}
.tjproList .proItem .icon img{
    max-width: 28px;
    height: auto;
}
.tjproList .proInfo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tjproList .proInfo h5{
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.tjproList .proInfo span{
	font-size: 12px;
	color: #808082;
	line-height: 20px;
}
.tjproList .proItem.hot span{
	background: url(../images/hot.png) no-repeat right center;
	background-size:34px 30px;
	padding-right: 40px;
}
/* 右侧菜单 */
header #menuClosed{
    position: absolute;
    right:15px;
    top:15px;
    font-size:25px;
    color: #0060fc;
	font-weight: bold;
}
header .menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(255, 255, 255, .96);
    z-index: 999999999;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease .4s,opacity .4s ease;
    transition: visibility 0s ease .4s,opacity .4s ease;
	padding:59px 0 10px 0;
}
header .menu.cur{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
}
header .menuCont{
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap:20px;
}
header .navBtn{
	display: none;
	width: 70px;
	height:100%;
	cursor: pointer;
	position: absolute;
	right:20px;
}
header .navBtn .span_0{
    position: absolute;
    width: 30px;
	right: 0;
	background: #0060fc;
	height: 3px;
    top: 40%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
header .navBtn.cur .span_0{
    top: 46%;
}
header .navBtn.cur .span_0.span_1{
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
header .navBtn.cur .span_0.span_2{
    opacity: 0;
}
header .navBtn.cur .span_0.span_3{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .navBtn .span_0.span_1{
    top: 35%;
}
header .navBtn .span_0.span_2{
    top: 50%;
    width:30px;
}
header .navBtn .span_0.span_3{
    top: 65%;
}
.bananerBox{
	width: 100%;
	/*overflow: hidden;*/
	height: 500px;
	position: relative;
}
.serivceBox{
	position: absolute;
	left:calc((100% - 1200px) / 2);
	top:265px;
	background: url(../images/about/service_bg.png) no-repeat;
	background-size: 100%;
	width: 337px;
	z-index: 10;
	margin-left: 140px;
	display: flex;
	flex-direction: column;
	padding: 30px 0 0 18px;
	height: 444px;
	display: none;
	opacity: 0;
	transition: all .3s;
}
.serivceBox.active{
    display: show;
    opacity: 1;
}
.serivceBox .close{
	position: absolute;
	right: -30px;
	top:-30px;
	cursor: pointer;
}
.serivceBox .serviceTop{
	font-family: 'OPPOSans-M';
	font-size: 20px;
	line-height: 26px;
	color: #0063ff;
	line-height: 70px;
	padding: 0 16px;
}
.serivceBox .codeBox{
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.serivceBox .codeBox .tit-1{
	font-family: 'OPPOSans-M';
	font-size: 18px;
	color: #222222;
}
.serivceBox .codeBox .tit-2{
	font-size: 14px;
	color: #888888;
}
.serivceBox .codeBox .codeImg{
	width: 147px;
	height: 147px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #eeeeee;
	margin-top: 5px;
	padding: 7px;
}
.serivceBox .codeBox .codeImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.serivceBox .codeBox .serviceBtn{
	height: 38px;
	background-color: #0063ff;
	border-radius: 19px;
	color: #ffffff;
	font-size: 14px;
	display: flex;
	align-items: center;
	width: auto;
	padding: 0 12px;
	font-family: 'OPPOSans-M';
	gap:5px;
	margin-top: 10px;
}
.serivceBox .codeBox .serviceBtn i{
	font-family: 'DIN';
	font-weight: 600;
}
.bananerBox .cpClass{
	width: 100%;
	height:95px;
	background: rgba(255, 255, 255, .86);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:10;
}
.cpClass .cpCont{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.cpClass .cpCont .cpItem{
	display: flex;
	height: 100%;
	align-items: center;
	gap:10px;
	position: relative;
}
.cpClass .cpCont .cpItem::after{
	width: 1px;
	height: 42px;
	border: solid 1px #d5dde5;
	content: '';
	right: -80px;
	top:50%;
	position: absolute;
	transform: translateY(-50%);
}
.cpClass .cpCont .cpItem:last-child::after{
	display: none;
}
.cpClass .cpCont .cpFull{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cpClass .cpCont .num{
	font-family: 'DIN';
	font-size: 22px;
	color: #000000;
}
.cpClass .cpCont .name{
	font-family: 'OPPOSans-R';
	font-size: 13px;
	color: #555555;
}
.bananerBox .bannerSwiper{
	width: 100%;
	position: relative;
	height: 100%;
}
.bananerBox .bannerSwiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes bigimgani {
	0% { transform: scale(1.1); }
	100% { transform: scale(1); }
}
.bananerBox .bannerSwiper .swiper-slide{
	overflow: hidden;
}
.bananerBox .bannerSwiper .swiper-slide,
.bananerBox .bannerSwiper .swiper-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}
.bananerBox .banaCont{
	display: flex;
	width: 100%;
	max-width: 1200px;
	align-items: flex-start;
	justify-content: center;
	flex-direction:column;
	position: absolute;
	z-index: 10;
	top:0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	gap:20px;
}
.bananerBox .banaCont1{
    	gap:10px;
}
.bananerBox .banaCont .title{
	font-size: 36px;
	color: #000000;
	font-family: 'OPPOSans-M';
}
.bananerBox .banaCont .desc{
	font-size: 14px;
	color: #555d6f;
	display: block;
    width: 500px;
    line-height: 30px;
}
.bananerBox .banaCont .btnService{
	font-size: 18px;
	color: #fff;
	background: #0063ff;
	width: 135px;
	height: 45px;
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bananerBox .swiper-pagination{
	bottom: 130px;
	z-index: 9999;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bananerBox .swiper-pagination-bullet{
	width: 35px;
	height: 3px;
	background: #ffffff;
	opacity: 0.7;
	border-radius: 3px;
}
.swiper-container {
    display: block;
    overflow: hidden;
}
.bananerBox .swiper-pagination-bullet-active{
	background: #0063ff;
}
.bananerBox .swiper-slide a{
	height: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.serviceBox{
	background: url(../images/bg_zx.png) no-repeat top center;
	background-size:auto 100%;
	width: 100%;
	height: 218px;
}
.serviceCont{
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap:25px;
	margin: 0 auto;
}
.serviceCont .title{
	font-size: 20px;
	color: #ffffff;
	padding: 0 20px;
	line-height: 30px;
	text-align: center;
}
.serviceCont .btnService{
	width: 152px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 16px;
	color: #0071ef;
}
footer{
	background: #f5f7fa;
	width: 100%;
}
.footBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fuList{
	width: 100%;
	display: flex;
	justify-content: space-between;
	min-height: 100px;
	align-items: center;
	border-bottom: solid 1px #d3d6de;
}
.fuList .fuItem{
	display: flex;
	align-items: center;
	gap:10px;
	font-family: 'OPPOSans-M';
	font-size: 16px;
	color: #000;
}
.footWarper{
	display: flex;
	justify-content: space-between;
	gap:30px;
	border-bottom: solid 1px #d3d6de;
	padding:10px 0;
}
.footWarper .footL{
	flex: 1;
	width: 100%;
}
.footWarper .footR{
	width: 320px;
}
.footR .tit-1{
	font-size: 16px;
	color: #000000;
	line-height: 50px;
}
.footR .tit-2{
	font-size: 14px;
	color: #555555;
}
.footR .codeList{
	display: flex;
	/*justify-content: space-between;*/
	padding: 20px 0;
	gap:30px;
}
.footR .code{
	display: flex;
	flex-direction: column;
	gap:10px;
}
.footR .code img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	box-shadow: 4px 2px 18px 0px 
			rgba(231, 236, 243, 0.75);
	border-radius: 2px;
}
.footR .code span{
	text-align: center;
	line-height: 20px;
}
.footR .btnContact{
	width: 232px;
	height: 38px;
	background-color: #0063ff;
	box-shadow: 4px 2px 9px 0px 
		#cde0ff;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.footNav{
	width: 750px;
	display: flex;
}
.footNav dl{
	flex: 1;
}
.footNav dt{
	font-size: 16px;
	line-height: 50px;
	position: relative;
}
.footNav dt a{
	color: #000000;
}
.footNav dd{
	color: #777777;
	font-size: 14px;
	line-height: 26px;
	font-family: 'OPPOSans-R';
}
.footNav dd a{
	color: #777777;
}
.footNav dd:hover a,
.footNav dt:hover a{
	color: #0071ef;
}
.footNav .footIcon{
	border: solid 1px #d3d6de;
	height: 36px;
	border-radius: 4px;
	width: 85px;
	margin-bottom: 10px;
	margin-left: -10px;
}
.footNav .footIcon .icon{
	text-align:center;
}
.footNav .footIcon img{
	max-width: 90%;
	max-height: 90%;
	height: auto;
}
.footLink{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #999999;
	gap:10px;
	min-height: 35px;
	position: relative;
	padding: 5px 0 5px 80px;
	line-height: 22px;
}
.footLink a{
	color: #999999;
	white-space: nowrap;
	margin-right: 8px;
}
.footLink img{
	margin-right: 5px;
	height: 16px;
	width: auto;
	position: absolute;
	left:0;
	top:10px;
}
.footWarper .address{
	display: flex;
	gap:15px;
	min-height: 30px;
}
.footWarper .address span{
	background: url(../images/icon_addres.png) no-repeat left center;
	background-size:11px 13px;
	padding-left:16px;
	color: #999999;
	height: 100%;
	line-height:26px;
	white-space: nowrap;
}
footer .copyRight{
	color: #999999;
	font-size: 12px;
	height: 60px;
	line-height: 45px;
}
footer .copyRight.pc{
    display: block;
}
footer .copyRight.wap{
    display: none;
}
footer .copyRight a{
    color: #999999;
}

#wapfoot.footNav{
	display: none;
	height: 80px;
	background: #26334c;
	color: #fff;
}
#wapfoot.footNav .navLi{
	flex: 1;
	margin: 10px 0;
	height: 70px;
	border-right:rgba(255,255,255,.6) dashed 1px;
}
#wapfoot.footNav .navLi .imgBox{
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
#wapfoot.footNav .navLi .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#wapfoot.footNav .navLi .name{
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
    font-size: 14px;
}
.pages{
	width: 100%;
	padding:20px 0;
	min-height: 70px;
	line-height: 30px;
	display: flex;
	justify-content: center;
}
.pages .pagination{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.pages .pagination li{
	color: #666666;
	padding: 0 5px;
	line-height: 30px;
	display: inline-block;
	margin: 0 5px;
}
.pages .pagination li a{
	color: #666666;
}
.pages .pagination li.active{
	background: #0063ff;
	color: #fff;
	border-radius: 50%;
	height: 30px;
	padding: 0 10px;
	min-width: 30px;
}
.pages .pagination li.active a{
	color: #fff;
}
#gotop_xxx{
	position: fixed;
	right: calc((100% - 1200px)/2 - 100px);
	width:60px;
	bottom: 50px;
	z-index: 999999;
}
#gotop_xxx .goTopList{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	box-shadow: -5px 4px 10px 0px 
		rgba(233, 238, 251, 0.75);
	border-radius: 8px;
	gap:20px;
	height: auto;
	padding: 20px 0;
}
#gotop_xxx .goTopList li,
#gotop_xxx .goTopList li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 100%;
	gap:8px;
}
#gotop_xxx .goTopList li .title{
	font-size: 12px;
	color: #333333;
	line-height:15px;
}
#gotop_xxx .goTopList li .title.pc{
    display: block;
}
#gotop_xxx .goTopList li .title.wap{
    display: none;
}
#gotop_xxx .goTopList li .title.active,
#gotop_xxx .goTopList li:hover .title{
	color: #2a7dff;
}
#gotop_xxx .geoService{
	width: 330px;
	height: 169px;
	background:url(../images/about/geo_bg.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: -5px 4px 10px 0px 
		rgba(233, 238, 251, 0.75);
	border-radius: 8px;
	border: solid 1px #ffffff;
	position: absolute;
	right: 80px;
	top:0;
	display: flex;
	justify-content: space-between;
	padding: 20px 15px 20px 20px;
	gap:5px;
}
#gotop_xxx .geoService .codeImg{
	width: 133px;
	height: 133px;
	object-fit: cover;
}
#gotop_xxx .geoService .serviceInfo{
	display: flex;
	flex-direction: column;
	gap:10px;
	justify-content: center;
}
#gotop_xxx .geoService .serviceInfo .tit-1{
	font-family: 'OPPOSans-M';
	font-size: 14px;
	color: #444444;
}
#gotop_xxx .geoService .serviceInfo .tit-2{
	font-family: 'OPPOSans-M';
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	padding-bottom:10px;
	border-bottom: solid 1px #eeeeee;
}
#gotop_xxx .geoService .serviceInfo .tell{
	font-family: DIN-MediumItalic;
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
	font-style: italic;
	color: #2a7dff;
}
#gotop_xxx .topBtn{
	width: 59px;
	height: 41px;
	background: #ffffff;
	box-shadow: -5px 4px 10px 0px 
		rgba(233, 238, 251, 0.75);
	border-radius: 8px;
	opacity: 0.7;
	cursor: pointer;
	margin-top: 10px;
}
#wapBana{
    display: none;
}
#pcBana{
    display: block;
}
@media screen and (max-width: 1380px){
     #gotop_xxx{
        right:10px;
    }
}
@media screen and (max-width: 1200px){
    #gotop_xxx{
        right:10px;
    }
	.serivceBox{
		left: 20px;
		top:265px;
	}
}
@media screen and (max-width: 767px){
    .serviceCont{
        gap:20px;
    }
    .serviceCont .title{
        font-size: 18px;
    }
    .serviceCont .btnService{
        width: 140px;
        height: 40px;
    }
    .serviceBox{
        background: url(../images/bg_zx.png) no-repeat top left;
        background-size: cover;
        height: 180px;
    }
    .footR .btnContact{
        margin-top:0;
        margin: 0 auto;
    }
    .footR .tit-2{
        text-align: center;
    }
    .footR .tit-1{
        line-height: 40px;
         text-align: center;
    }
    .footR .codeList{
        padding: 15px 0;
        justify-content:center;
    }
    .fuList .fuItem img{
        max-height:28px;
    }
    .selectTop{
        margin: 10px 10px 10px;
        display: block;
        /*border-bottom: solid 1px #eeeeee;*/
    }
    footer .copyRight.pc{
        display: none;
    }
    footer .copyRight.wap{
        display: block;
    }
    #wapBana{
        display: block;
        margin-top: 60px;
    }
    #pcBana{
        display: none;
    }
    .serivceBox{
		left: 50%;
		transform:translateX(-50%);
		margin-left: 0;
		top:155px;
		width: 290px;
		background-size:100% auto;
		padding: 20px 0 0 18px;
		height: 380px;
	}
	.serivceBox .codeBox{
	    padding-top:30px;
	}
	.serivceBox .codeBox .serviceBtn{
	    margin-top:2px;
	    font-size: 13px;
	}
	.serivceBox .serviceTop{
	    line-height: 65px;
	}
	.serivceBox .close{
	    width: 25px;
	    right:-20px;
	    top:-20px;
	}
	.serivceBox .codeBox .codeImg{
	    width: 130px;
	    height: 130px;
	}
	header{
		background: #ffffff;
		border-bottom: none;
	}
	header .headCon{
		padding:0 20px;
	}
	header .searchCon{
		display: none;
	}
	.dropNav{
		position: fixed;
		left: 0;
		top: 60px;
		height: calc(100vh - 60px);
		padding: 18px 15px 20px;
		flex-direction: column;
		overflow: auto;
		border-radius: 0;
		gap: 18px;
	}
	.dropNav .close{
		right: 10px;
		top: 10px;
	}
	.filterBox{
		width: 65px;
		border-right: none;
		border-bottom: solid 1px #eeeeee;
		padding-bottom: 15px;
		margin-left: 15px;
	}
	.waplogo{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
		z-index: 100;
	    border-bottom: solid 1px #eeeeee;
	    padding: 0 20px;
	    display: flex;
	    align-items: center;
	}
	.tjproList{
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.bananerBox{
		height: 400px;
		z-index:99;
	}
	.bananerBox .banaCont{
		padding: 30px 20px 110px;
		align-items: center;
		justify-content: flex-start;
		left: 0;
		transform: none;
		max-width: none;
		gap:5px;
	}
	.bananerBox .banaCont .title{
		font-size: 24px;
		line-height: 1.35;
	}
	.bananerBox .banaCont .desc{
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
		width: 100%;
	}
	.bananerBox .banaCont .btnService{
	    margin-top: 10px;
	}
	.bananerBox .banaCont .btnService{
	    font-size: 16px;
	   width: 120px;
        height: 40px;
	}
	.bananerBox .swiper-pagination{
		max-width: none;
		left: 20px;
		transform: none;
		bottom: 110px;
	}
	.bananerBox .cpClass{
		height: 60px;
	}
	.cpClass .cpCont .cpItem .icon img{
	    max-height: 30px;
	}
	.cpClass .cpCont{
		padding: 0 12px;
		gap: 0;
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
	}
	.cpClass .cpCont::-webkit-scrollbar{
		display: none;
	}
	.cpClass .cpCont .cpItem::after{
		display: none;
	}
	.cpClass .cpCont .cpItem{
		flex: 0 0 50%;
		min-width: 55%;
		justify-content: center;
		scroll-snap-align: start;
		padding:0 15px;
		gap:7px;
	}
	.cpClass .cpCont .cpFull{
		gap: 6px;
	}
	.cpClass .cpCont .num{
		font-size: 16px;
	}
	.cpClass .cpCont .name{
		font-size: 12px;
	}

    #wapfoot.footNav{
    	display: flex;
    	position: fixed;
    	width: 100%;
    	left: 0;
    	bottom: 0;
    	z-index: 100;
    }
	.footWarper .address{
		display: table-caption;
	}
	.fuList{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap:10px;
		padding: 10px;
	}
	.footWarper{
		flex-direction: column;
		gap:10px;
	}
	.footLink{
	    display: flow;
	}
	.footLink .name{
	    white-space: nowrap;
	}
	.footNav{
		width: 100%;
		/*display: none;*/
	}
	.footNav .footIcon{
		width: 65px;
		margin-left: 0;
		height: 30px;
	}
	header .navMain{
		display: none;
	}
	header .navBtn{
		display: block;
	}
	footer{
	    margin-bottom: 60px;
	}
	.footWarper .footL,
	.footWarper .footR,
	footer .copyRight{
		padding: 0 15px;
				width: 100%;
	}
	footer .copyRight{
		line-height: 24px;

	}
	body{
	    width: 100%;
	    overflow-x: hidden;
	}
	.selectedBox{
	    max-height: 520px;
	    overflow-y: scroll;
	}
	#gotop_xxx .geoService{
	    padding: 12px;
	    width: 300px;
	    right:65px;
	    height: 150px;
	    align-items: center;
	}
	#gotop_xxx .geoService .codeImg{
	    width: 120px;
	    height: 120px;
	}
	#gotop_xxx .geoService .serviceInfo .tell{
	    font-size: 18px;
	}
	#gotop_xxx .geoService .serviceInfo{
	    gap:5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	header{
		background: #ffffff;
	}
	header .headCon{
		padding: 0 24px;
	}
	.dropNav{
		top: 60px;
		padding: 30px 24px;
		gap: 20px;
	}
	.filterBox{
		width: 240px;
	}
	.searchBox{
		width: 100%;
	}
	.tjproList{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
	.bananerBox{
		height: 500px;
	}
	.bananerBox .banaCont{
		max-width: none;
		width: calc(100% - 48px);
	}
	.bananerBox .banaCont .title{
		font-size: 32px;
	}
	.bananerBox .banaCont .desc{
		font-size: 16px;
	}
	.bananerBox .swiper-pagination{
		max-width: none;
		width: calc(100% - 48px);
	}
	.cpClass .cpCont{
		padding: 0 24px;
	}
	.cpClass .cpCont .cpItem::after{
		right: -32px;
	}
	.fuList{
		padding: 0 20px;
	}
	.footWarper{
		padding: 10px 20px;
	}
	footer .copyRight{
		padding: 0 20px;
	}
	.footNav{
		width: 100%;
	}
	.footWarper .address{
		display: flow;
	}
}
@media screen and (max-width: 767px){
    #gotop_xxx{
        bottom: 0;
        right: 0;
        width: 100%;
    }
    #gotop_xxx .goTopList,
    #gotop_xxx .goTopList li, #gotop_xxx .goTopList li a{
        flex-direction: row;
        gap:12px;
    }
    #gotop_xxx .goTopList::after{
        position: absolute;
        left: 50%;
        content: '';
        width: 1px;
        height: 24px;
        background: #eeeeee;
        top:50%;
        transform: translateY(-50%);
    }
    #gotop_xxx .goTopList li .title.pc{
        display: none;
    }
    #gotop_xxx .goTopList li .title.wap{
        display: block;
    }
    #gotop_xxx .topBtn{
        display: none;
    }
    #gotop_xxx .goTopList li .title{
        font-size: 16px;
    }
    #gotop_xxx .geoService{
        top:-158px;
    }
}
