*{
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
html{
    font-family: 'microsoft Yahei','SimSun',Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body{
	font-family:'microsoft Yahei','SimSun',Arial, Helvetica, sans-serif;
	color:#101010;
	line-height:24px;
	font-size:14px;
	background:#fff;
	
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1624511827542') format('woff2'),
       url('../fonts/iconfont1.woff?t=1624511827542') format('woff'),
       url('../fonts/iconfont1.ttf?t=1624511827542') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
	color:#101010;
	text-decoration:none;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a: active,a: hover{
    outline: 0
}
em{font-style: normal;}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;    
}
img{
	max-width:100%;
	width:auto;
	height:auto;
	border:none;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-indent{
	text-indent:2.0em;
}
.clear:after{
	display: table;
	content: "";
	clear: both;
}

/*header*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	border-bottom: #fafafa 1px solid;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.1);
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	background: #fff;
	z-index: 991;
}
.header .logo{
	padding-top: 9px;
}
.header .logo img{
	display: block;
	width: 60px;
	height: 62px;
}
.web-nav{
	position: relative;
	text-align: right;
	overflow: hidden;
}
.web-nav li{
	display: inline-block;
	padding-right: 40px;
	height: 80px;
}
.web-nav li a{
	display: block;	
	color: #101010;
	line-height: 80px;
	font-size: 18px;
}
.web-nav li a:hover,
.web-nav li.active a{
	color: #1890ff;
}
.web-nav .btn{
	margin-top: 25px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	cursor: pointer;
}
.web-nav .login-btn{
	color: #fff;
	background-color: #1890ff;
	border: #1890ff 1px solid;
}
.web-nav .register-btn{
	color: #1890ff;
	background-color: #e6f1fc;
	border: #a3d0fd 1px solid;
}

.sider-box{
	width:100%;
}
.sider-box img{
	display: block;
	width: 100%;
}
.sider-box .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:20px;
}
.sider-box .swiper-pagination-bullet{
	margin: 0 5px !important;
	width: 14px !important;
	height: 14px !important;
	/* border: #0c6cb9 1px solid; */
	background: rgba(255,255,255,0.7) !important;
/* 	background: transparent !important; */
	opacity: 1;
}
.sider-box .swiper-pagination-bullet-active{
	background: #1890ff !important;
}
.side-info{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	padding: 0 15px;
	width: 1200px;
}
.side-info .title{
	margin-top: 130px;
	font-size: 40px;
	line-height: 60px;
	color: #fff;
}
.side-info .txt{
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.side-info .btn{
	margin-top: 30px;
	width: 160px;
	height: 58px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background-color: #1890ff;
	cursor: pointer;
}

.top-title{
	margin-bottom: 50px;
}
.top-title h1{
	font-size: 24px;
}
.top-title p{
	margin-top: 15px;
	color: #c7c7c7;
}

.j-main{
	margin-top: 80px;
	min-width: 1200px;
}
.container{
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 1200px
}
.container:after{
	display: table;
	content: "";
	clear:both;
}
.content-box{
	position: relative;
	padding: 60px 0;
}
.advantage{
	padding: 35px 0;
	height: 150px;
	background-color: #31bcfd;
}
.advantage ul{
}
.advantage li{
	display: inline-block;
	width: 33%;
}
.advantage li .icon{
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100%;
}
.advantage li .icon1{
	background-image: url(../images/v2_qu4lnm.png);
}
.advantage li .icon2{
	background-image: url(../images/v2_qu4loo.png);
}
.advantage li .icon3{
	background-image: url(../images/v2_qu4low.png);
}
.advantage li .text{
	margin-left: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.advantage li .text h4{
	font-size: 18px;
}
.service-list ul{
	margin: 0 -25px;
	overflow: hidden;
}
.service-list li{
	padding: 0 25px;
	float: left;
}
.service-list li .item{
	width: 356px;
}
.service-list li .item img{
	display: block;
}
.service-list li .item .details{
	padding: 20px;
	height: 189px;
	border: #e9e9e9 1px solid;
	overflow: hidden;
}
.service-list li .item .details .title{
	margin-bottom: 10px;
	color: #349df7;
}
.service-list li .item .details .txt{
	margin-bottom: 10px;
	color: #777;
}
.service-list li .item .details .version{
	display: inline-block;
	line-height: 55px;
}
.service-list li .item .details .btn{
	display: inline-block;
	width: 160px;
	height: 55px;
	color: #349df7;
	font-size: 14px;
	background-color: #efefef;
	border-radius: 4px;
	cursor: pointer;
}
.service-list li .item .details .btn:hover{
	color: #074cf4;
}
.contact{
	color: #fff;
	text-align: center;
	background-color: #43afff;
}
.contact .title{
	margin: 40px 0 25px;
	font-size: 24px;
	font-weight: 700;
}
.contact .txt{
	font-size: 16px;
}
.contact .btn{
	margin-top: 40px;
	width: 160px;
	height: 60px;
	color: #fff;
	border: #fff 1px solid;
	border-radius: 4px;
	background-color: transparent;
	cursor: pointer;
}
.choose-list .item{
	margin-bottom: 77px;
}
.choose-list .item .ch-list{
	width: 55%;
}
.choose-list .item .ch-list dl{
	margin-bottom: 77px;
}
.choose-list .item .ch-list dl:last-child{
	margin-bottom: 0;
}
.choose-list .item .ch-list dl dt{
	margin-right: 30px;
	display: inline-block;
	width: 116px;
	height: 116px;
	line-height: 116px;
	text-align: center;
	vertical-align: middle;
	background-color: #31bcfd;
	border-radius: 4px;
}
.choose-list .item .ch-list dl dt i{
	font-size: 70px;
	color: #fff;
}
.choose-list .item .ch-list dl dd{
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}
.choose-list .item .ch-list dl dd .title{
	margin-bottom: 10px;
	font-size: 24px;
}
.choose-list .item .ch-list dl dd .txt{
	color: #777;
}
.advert img{
	display: block;
}
.news{
	background-color: #efefef;
}
.news-list li{
	float: left;
	margin-bottom: 60px;
	margin-right: 20%;
	width: 40%;
}
.news-list li:nth-child(2n){
	margin-right: 0;
}
.news-list li .title{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.news-list li .txt{
	height: 72px;
	color: #777;
	overflow: hidden;
}
.news-list li a:hover .title{
	color: #349df7;
}
.news-list .more{
	color: #ff5722;
	font-weight: 700;
}
.news-list .more:hover{
	text-decoration: underline;
}
.footer{
	padding: 60px 0 20px;
	background-color: #31bcfd;
}
.footer .logo{
	margin-right: 100px;
}
.footer .info dl{
	margin-left: 100px;
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.footer .info dl dt{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
}
.footer .info dl dd{
	font-size: 20px;
	line-height: 46px;
}
.footer .info dl dd i{
	margin-right: 10px;
}
.footer .foot-txt{
	padding-top: 20px;
	margin-top: 50px;
	text-align: center;
	color: rgba(255,255,255,0.7);
	border-top: rgba(255,255,255,0.5) 1px solid;
}

.customer-service{
	position: fixed;
	right: 2px;
	bottom: 200px;
}
.customer-service .service-icon img{
	display: block;
}
.customer-service .service-list{
	display: none;
	position: absolute;
	right: 39px;
	bottom: 0;
	padding: 13px;
	width: 207px;
	height: 212px;
	color: #404040;
	background: #fff;
	box-shadow: 0px 1px 1px #c5c5c5;
    -webkit-box-shadow: 0px 1px 1px #c5c5c5;
}
.customer-service .service-list h4{
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 16px;
	border-bottom: #404040 1px solid;
}
.customer-service .service-list p a{
	display: block;
	padding-left: 30px;
	line-height: 35px;
	font-size: 16px;
	color: #404040;
	background: url(../images/qq.png) no-repeat left center;
}
.customer-service:hover > .service-list{
	display: block;
}