@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont.woff2') format('woff2'),
      url('iconfont.woff') format('woff'),
      url('iconfont.ttf') format('truetype'),
      url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,html{
	margin:0px;
	padding: 0px;
	background-color: #10122A;
}

a{
	text-decoration: none;
}

*{
	font-family:PingFangSC-Light,PingFang SC;
}

ul,li,p,h1,h2{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main{
	width: 1300px;
	margin:0 auto;
	display: block;
}

header{
	width: 100%;
	height: 76px;
	border-bottom: 1px solid #333;
	background-color: rgba(16, 18, 42, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: fixed;
	z-index: 1000;
	transition: all 0.3s ease;
}

header .logo{
	float: left;
	width: 110px;
	margin-top: 13px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

header .logo:hover{
	transform: scale(1.05);
}

header ul{
	float: right;
}

header ul li{
	float: left;
	display: block;
	position: relative;
}

header ul li a{
	color: rgba(255, 255, 255, 0.85);
	width: 160px;
	height: 75px;
	display: block;
	line-height: 75px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.3s ease;
	border-radius: 8px 8px 0 0;
}

header ul li a:hover{
	color: #fff;
	background-color: rgba(27, 129, 255, 0.15);
}

header ul .active a{
	color: #fff;
	background: linear-gradient(180deg, rgba(27, 129, 255, 0.3) 0%, rgba(27, 129, 255, 0.1) 100%);
}

#dropa{
	position: absolute;
	display: none;
	margin-top: 0px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 180px;
	background-color: rgba(20, 22, 50, 0.98);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

#product:hover #dropa{
	display: block;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn{
	from{ opacity: 0; transform: translateX(-50%) translateY(-10px); }
	to{ opacity: 1; transform: translateX(-50%) translateY(0); }
}

#dropa a{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 20px;
	transition: all 0.3s ease;
}

#dropa a:hover{
	background-color: rgba(27, 129, 255, 0.2);
	color: #fff;
	padding-left: 25px;
}

#dropa span{
	display: none;
}

.dropb{
	position: absolute;
	display: block;
}

footer{
	width: 100%;
	height: 120px;
	background-color: #06060B;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
}

footer div{
	height: 120px;
	/*overflow: hidden;*/
	position: relative;
}

footer div .left_img{
	float: left;
	width: 110px;
	margin-top: 35px;
	margin-right: 60px;
}

footer div p{
	float: left;
	color: #a5a5a5;
	margin-top: 38px;
}

footer div .right_img{
	float: right;
	margin-top: 42px;
}

footer div #ewm{
	position: absolute;
	display: none;
	width: 200px;
	height: 214px;
	background-image:url(../img/bottomBj.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
	right: -82px;
	bottom: 80px;
	
}
footer div #ewm img{
	margin: 10px;
	display: block;
	margin-bottom: 24px;
}
main{
	padding-top: 76px;
}

main .index{
	height: 700px;
	color: #f9f9f9;
	overflow: hidden;
}

main .index .l_p{
	float: left;
	width: 600px;
	margin-top: 180px;
}

main .index .r_p{
	float: right;
	width: 600px;
	margin-top: 250px;
}

main .index .r_img{
	float: right;
	width: 600px;
	height: 550px;
	margin-top: 120px;
	background-image:url(../img/tx1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

main .index .l_img{
	float: left;
	width: 600px;
	height: 550px;
	margin-top: 120px;
	background-image:url(../img/yw1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

main .index .l_img1{
	float: left;
	width: 600px;
	height: 550px;
	margin-top: 120px;
	background-image:url(../img/txsj.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

main .index .l_img img{
	position: absolute;
	animation: jump 3s ease infinite;
}

main .index .l_img1 img{
	position: absolute;
	top:85px;
	animation: jump 3s ease infinite;
}

main .index .r_img1{
	float: right;
	width: 600px;
	height: 500px;
	margin-top: 120px;
	background-image:url(../img/yh1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

main .index .r_img2{
	float: right;
	width: 600px;
	height: 500px;
	margin-top: 120px;
	background-image:url(../img/rjyf.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

main .index .r_img1 img{
	position: absolute;
	top:-60px;
}

main .index .r_img2 img{
	position: absolute;
	left: -10px;
	top:-140px;
}

main .index .r_img img{
	position: absolute;
	top:5px;
	animation: jump 3s ease infinite;
}

main .index .r_img1 img{
	animation: jump 3s ease infinite;
}

main .index .r_img2 img{
	animation: jump 3s ease infinite;
}

@keyframes jump{
    0%{ transform:translateY(0) scale(1,1);}
    /* 中间状态图片位移并且拉伸 */
    50%{transform:translateY(-50px) scale(1,1);}
    100%{transform:translateY(0) scale(1,1);}
}

main .index .l_p h1{
	font-weight: 300;
	font-size:48px;
}

main .index .l_p ul{
	overflow: hidden;
	margin-bottom: 60px;
	margin-top: 60px;
}

main .index .l_p ul li{
	float: left;
	margin-right: 60px;
	font-size: 14px;
	text-align: center;
}

main .index .l_p ul li img{
	margin-bottom: 5px;
}

main .index .l_p p{
	line-height: 22px;
	font-size: 14px;
}

main .index .r_p h1{
	font-weight: 300;
	font-size:48px;

}

main .index .r_p ul{
	overflow: hidden;
	margin-bottom: 60px;
	margin-top: 60px;
}

main .index .r_p ul li{
	float: left;
	margin-right: 60px;
	font-size: 14px;
	text-align: center;

}

main .index .r_p ul li img{
	margin-bottom: 5px;
}

main .index .r_p p{
	line-height: 22px;
	font-size: 14px;
}

.banner{
	width: 100%;
	height: 600px;
	background-image: url(../img/aboutbj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.top{
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	font-weight: 300;
	color:#f9f9f9;
}
.top h1{
	color:#1B81FF;
	float: left;
	font-weight: 300;
}

.span{
	width: 100%;
	height: 120px;
	background-color: #181B3C;
}

.info{
	/*overflow: hidden;*/
	height: 640px;
}

.info .left{
	float: left;
	width: 30px;
	margin-right: 30px;
	height: 640px;
	background-image: url(../img/bjjj.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.info .left .img1{
	position: absolute;
	top:-5px;
}

.info .left .img2{
	position: absolute;
	top:185px;
}

.info .left .img3{
	position: absolute;
	top:302px;
}

.info .left .img4{
	position: absolute;
	top:445px;
}

.info .right{
	float: left;
	color:#dfdfdf;
}

.info .right h2{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

.info .right li{
	list-style: disc;
	margin-left: 20px;
	line-height: 24px;
	font-size: 14px;
}

.zz{
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
	padding: 0 40px;
}

.zz h1{
	width: 100%;
	font-size:36px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:56px;
	text-align: center;
	margin-bottom: 50px;
}

.zz_i{
	width: 25%;
	float: left;
	padding: 20px;
}

.zz_i>div{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: linear-gradient(145deg, rgba(30, 35, 70, 0.9) 0%, rgba(15, 20, 45, 0.95) 100%);
	border-radius: 16px;
	padding: 16px;
	box-sizing: border-box;
	box-shadow: 
		0 8px 30px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(27, 129, 255, 0.2);
	position: relative;
	transition: all 0.3s ease;
}

.zz_i>div::before{
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 1px solid rgba(27, 129, 255, 0.15);
	border-radius: 10px;
	pointer-events: none;
}

.zz_i>div::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #1B81FF, #4DA3FF);
	border-radius: 16px 16px 0 0;
}

.zz_i>div:hover{
	transform: translateY(-8px);
	box-shadow: 
		0 15px 40px rgba(27, 129, 255, 0.2),
		0 0 0 1px rgba(27, 129, 255, 0.4);
}

.zz_i .cert-frame img,
.zz_i .bj1,
.zz_i .bj2,
.zz_i .bj3,
.zz_i .bj4,
.zz_i .bj5,
.zz_i .bj6,
.zz_i .bj7,
.zz_i .bj8{
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.zz_i p{
	line-height: 1.8;
	text-align: center;
	color:#f9f9f9;
	font-size: 14px;
	padding: 12px 0 8px;
}

.map{
	width: 100%;
	height: 880px;
	background-color: #181B3C;
}

.map .bj{
	margin-top: 30px;
	height: 600px;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 100%;
}

.map .bj ul{
	width: 100%;
	overflow: hidden;
}

.map .bj ul li{
	float: left;
	width: 360px;
	margin-right: 100px;
}

.map .bj ul li h2{
	font-weight: 300;
	font-size: 26px;
	color: #1B81FF;
	margin-bottom: 20px;
}

.map .bj ul li .line{
	width: 100%;
	height: 1px;
	display: block;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.5);
}

.map .bj ul li p{
	margin-bottom: 10px;
	color:#f9f9f9;
	line-height: 26px;
}

.banner *{
	color:##4A4F6C;
	margin:0 auto;
	text-align: center;
	display: block;
	font-family:PingFangSC-Light,PingFang SC;
}

.whbanner{
	width: 100%;
	height: 600px;
	background-image: url(../img/banner.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.wzbanner{
	width: 100%;
	height: 600px;
	background-image: url(../img/wzxmbj.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.mjbanner{
	width: 100%;
	height: 600px;
	background-image: url(../img/mjbj.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.wzbanner div{
	width: 1300px;
	margin:0 auto;
	padding-top: 200px;
	color: #fff;
	display: block;
}

.wzbanner div h1{
	font-size: 40px;
	margin-bottom: 40px;
}

.wzbanner div p{
	font-size: 20px;
	width:960px;
}


.mjbanner div{
	width: 1300px;
	margin:0 auto;
	padding-top: 200px;
	color: #fff;
	display: block;
}

.mjbanner div h1{
	font-size: 40px;
	margin-bottom: 40px;
}

.mjbanner div p{
	font-size: 20px;
	width:960px;
}

.top1{
	width: 100%;
	height: 200px;
	margin-top: -130px;
	overflow: hidden;
}

.top1 .span{
	display: block;
	background-color: #1B81FF;
	float: left;
	width: 450px;
	height: 100%;
}

.top1 .span p{
	margin-left: 30px;
	margin-top: 40px;
	font-family:PingFangSC-Light,PingFang SC;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:40px;
}

.top1 .span img{
	margin-left: 30px;
	margin-top: 10px;
	width: 30px;
}

.fourBox{
	width: 100%;
	height: 480px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 160px;
}

.fourBox div{
	width: 50%;
	height: 240px;
	float: left;
}

.fourBox div p{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	line-height:22px;
	width: 500px;
	color: #333;
}

.fourBox div .t_2 p{
	color: #333;
}

.fourBox div .t_1{
	width: 630px;
	margin-top: 50px;
	margin-left: 60px;
}

.fourBox div .t_1 h1{
	font-size:24px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(27,129,255,1);
	line-height:33px;
}

.fourBox div div img{
	margin-top: 10px;
	margin-bottom: 10px;
}

.fourBox div .t_2{
	width: 630px;
	margin-top: 50px;
	margin-left: 60px;
	color: #fff;
}

.fourBox div .t_2 h1{
	font-size:24px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	line-height:33px;
}

.fourBox .f_1{
	background-image: url(../img/fbj1.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.fourBox .f_2{
	background:rgba(225,236,254,1);
	border-radius:0px 60px 0px 0px;
}

.fourBox .f_3{
	background:rgba(255,255,255,1);
	border-radius:0px 0px 0px 60px;
}

.fourBox .f_4{
	background:rgba(27,129,255,1);
}

.tab{
	width:100%;
	height:72px;
	background:rgba(24,27,60,1);
}


.tab div a{
	width: 200px;
	line-height: 72px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.xmgn{
	margin-top: 80px;
}

.xmgn h1{
	margin-bottom: 30px;
	font-size: 32px;
	color:#fff;
	text-align: center;
}

.xmgn .tab_item{
	width: 1200px;
	margin: 0 auto;
	/*height: 600px;*/
	background:rgba(29,40,83,1);
	margin-bottom: 120px;
	overflow: hidden;
}

.xmgn .tab_item li{
	width: 400px;
	height: 300px;
	float: left;
	color: #fff;
}

.xmgn .tab_item li img{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
	display: block;
}

.xmgn .tab_item li h4{
	font-size:18px;
	text-align: center;
	margin-bottom: 10px;
}

.xmgn .tab_item li p{
	font-size: 16px;
	width: 280px;
	margin: 0 auto;
	line-height: 22px;
	text-align: left;
}

.xmzs{
	color: #fff;
}

.xmzs .img{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.xmzs .img img{
	margin-bottom: 60px;
	position: relative;
}

.xmzs .img .p{
	position:relative;
	left:630px;
	top:-700px;
	width: 500px;
	line-height: 36px;
	font-size: 16px;
}
.xmzs .img .p span{
	background-image: url(../img/jt.png);
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: 100% 100%;
	padding-top: 4px;
	margin-right: 10px;
	line-height: 36px;
}

.xmzs h1{
	margin-bottom: 30px;
	font-size: 32px;
	color:#fff;
	text-align: center;
}

.xmzs_01{
	overflow: hidden;
	margin-bottom: 30px;
}

.xmzs_01 img{
	float: left;
	display: block;
	height: 503px;
	margin-left: 65px;
}

.xmzs_01 div{
	float: left;
	width: 410px;
	margin-left: 90px;
	margin-top: 150px;
}

.xmzs_01 div h4{
	font-size: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	font-weight: normal;
}

.xmzs_01 div p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.xmzs_02{
	overflow: hidden;
	margin-bottom: 30px;
}

.xmzs_02 img{
	float: left;
	display: block;
}

.xmzs_02 div{
	float: left;
	width: 620px;
	margin-left: 120px;
	margin-top: 230px;
	margin-right: 75px;
}

.xmzs_02 div h4{
	font-size: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	font-weight: normal;
}

.xmzs_02 div p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.xmzs_03{
	overflow: hidden;
	margin-bottom: 30px;
}

.xmzs_03 img{
	float: left;
	display: block;
	height: 503px;
	margin-left: 40px;
}

.xmzs_03 div{
	float: left;
	width: 410px;
	margin-left: 90px;
	margin-top: 150px;
}

.xmzs_03 div h4{
	font-size: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	font-weight: normal;
}

.xmzs_03 div p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.xmzs_04{
	overflow: hidden;
	margin-bottom: 80px;
}

.xmzs_04 img{
	float: left;
	display: block;
	margin-left: 40px;
}

.xmzs_04 div{
	float: left;
	width: 410px;
	margin-left: 90px;
	margin-top: 100px;
}

.xmzs_04 div h4{
	font-size: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	font-weight: normal;
}

.xmzs_04 div p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.zhybanner{
	width: 100%;
	height: 600px;
	background-image: url(../img/zhyqbj.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.zhybanner div{
	width: 1300px;
	margin:0 auto;
	padding-top: 200px;
	color: #fff;
	display: block;
}

.zhybanner div h1{
	font-size: 40px;
	margin-bottom: 40px;
}

.zhybanner div p{
	font-size: 20px;
	width:960px;
}

.side {
    /*background: url("/uploads/150201/icon-android.png");
    height: 100px;
    width: 100px;*/
    background-size: cover;
    -webkit-animation: rotate-side 10s infinite ease-in-out;
    animation: rotate-side 10s infinite ease-in-out;
}
@-webkit-keyframes rotate-side {
    0% {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
    }
    40% {
        -webkit-transform: rotateX(735deg) rotateY(0deg);
    }
    47%,
    50% {
        -webkit-transform: rotateX(720deg) rotateY(0deg);
    }
    90% {
        -webkit-transform: rotateX(720deg) rotateY(735deg);
    }
    97%,
    100% {
        -webkit-transform: rotateX(720deg) rotateY(720deg);
    }
}
@keyframes rotate-side {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    40% {
        transform: rotateX(735deg) rotateY(0deg);
    }
    47%,
    50% {
        transform: rotateX(720deg) rotateY(0deg);
    }
    90% {
        transform: rotateX(720deg) rotateY(735deg);
    }
    97%,
    100% {
        transform: rotateX(720deg) rotateY(720deg);
    }
}

.text_top{
	animation: rightEaseInAnimate 2s ease 1; /*调用动画：动画名、时间、时间线条、播放次数*/
    animation-fill-mode: forwards;/*定义动画结束的状态*/
}

@keyframes rightEaseInAnimate{/*定义从右边滑入文字的动画*/
    0%{transform: translateX(500px);opacity: 0;}
    100%{transform:translateX(0px);opacity: 1; }
}

.join{
	width: 100%;
	position: relative;
}

.join .join_top{
	position: relative;
	margin: 0 auto;
	background-image: url(../img/join_top.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 528px;
	height:80px;
	color:#fff;
	text-align: center;
	line-height: 80px;
	z-index: 10;
}

.join #join_body{
	position: relative;
	width: 1000px;
	/*height: 440px;*/
	margin: 0 auto;
	background-color: #E1ECFE;
	border-radius: 30px;
	margin-bottom: 60px;
	margin-top: -45px;
	z-index: 0;
	color: #4A4F6C;
}
.join #join_body div{
	margin-left: 100px;
	margin-right:100px;
	padding-bottom: 60px;

}

.join #join_body div p{
	line-height: 30px;
	
}

.join #join_body h2{
	/*padding-top: 85px;*/
	/*padding-left: 100px;*/
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}