*{
	padding: 0;
	margin: 0;
	border: 0;
}
li{
	list-style: none;
	float: left;
}
a{
	text-decoration: none;
}
body{
	overflow-X:hidden;
}
.clearfix,.clear{
	clear: both;
}
.wrap,.wrap1,.wrap2{
	height: auto;
	margin: 0 auto;
}
.wrap{
	width: 1200px;
}
.wrap1{
	width: 1300px;
}
.wrap2{
	width: 1670px;
}
img{
	max-width: 100%;
}
/*header*/
.a-header{
	display: none;
}
.header{
	/*background: #4eb4f9;*/
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	/*padding: 10px 0;*/
	height: 74px;
	padding-top: 10px;
	box-sizing: border-box;
}
.h-on{
	background: #4eb4f9;
	width: 100%;
}
.header .logo{
	float: left;
}
.header .nav{
	float: right;
	position: relative;
}
.nav .a-menu{
	display: none;
}
.header .nav ul li{
	font-size: 16px;
	line-height: 64px;
	padding: 0 25px;
	margin-left: 20px;
	cursor: pointer;
}
.header .nav ul li:hover{
	background:#426aee;
	/* background: #15314a; */
}
.header .nav ul li a{
	color: #fff;
	display: block;
}
.header .nav ul li .kl{
	position: absolute;
	background: #4eb4f9;
	left: 0;
	top: 64px;
	border-top: 1px solid #9acdef;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	display: none;
}
.header .nav ul li:hover .kl{
	display: block;
	transition: all 1s;
	transform-style: preserve-3d;
}
.header .nav ul li .kl .left,.header .nav ul li .kl .right{
	float: left;
}
.header .nav ul li .kl .left{
	width: 24%;
	border-right: 1px solid #9acdef;
	box-sizing: border-box;
}
.header .nav ul li .kl .left dd a{
	line-height: 50px;
	display: block;
	background: url(../img/32.png) left center no-repeat;
	padding-left: 20px;
}
.header .nav ul li .kl .right{
	width: 76%;
	padding-left: 20px;
	box-sizing: border-box;
}
.header .nav ul li .kl .right .pic,.header .nav ul li .kl .right .words{
	float: left;
}
.header .nav ul li .kl .right .pic{
	width: 50%;
}
.header .nav ul li .kl .right .pic img{
	/*width: 310px;*/
	margin-top: 10px;
}
.header .nav ul li .kl .right .words{
	padding-left: 20px;
	box-sizing: border-box;
	width: 50%;
	color: #fff;
	line-height: 32px !important;
	padding-top: 30px;
}
.header .nav ul li .kl .right .words h3{
	font-weight: normal;
}
.header .nav ul li .kl .right .words span{
	line-height: 32px !important;
}
.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 100%;
	display: block;
}
.banner .wrap2{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 1000;
	padding: 10px;
	box-sizing: border-box;
}
.banner .bw-inner{
	width: 42%;
}
.banner .b-top .p{
	font-weight: bolder;
	font-size: 48px;
	font-family: "黑体";
	line-height: 64px;
	color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.banner .b-middle{
	margin-top: 20px;
}
.banner .b-middle span{
	display: block;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.banner .b-foot{
	margin-top: 40px;
}
.banner .b-foot a{
	display: block;
	float: left;
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius:30px;
	width: 200px;
	background: #02b6af;
	box-sizing: border-box;
}
.banner .b-foot .b-contact{
	width: 280px;
	border: 1px solid #fff;
	background: transparent;
	margin-left: 40px;
	position: relative;
}
.banner .b-foot .b-contact .b-ring{
	height: 43px;
	width: 43px;
	background: #02b6af;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 50%;
}
.banner .b-foot .b-contact .b-ring img{
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
/*服务项目*/
.title{
	font-size: 40px;
	line-height: 66px;
	text-align: center;
	margin: 30px 0;
	margin-top: 0;
	padding-top: 30px;
	color: #212121;
}
.the-product{
	width: 100%;
	background: #f9fafc;
	padding-bottom: 60px;
}
.the-product ul li{
	width: 23%;
	margin-left: 2.66666%;
}
.the-product ul li:hover{
	transform: translateX(16px);
	transition: all 1s;
	transform-style: preserve-3d;
}
.the-product ul li:nth-child(4n+1){
	margin-left: 0;
}
.the-product ul li .l-kuang{
	position: relative;
	text-align: center;
}
.the-product ul li .l-kuang .type-title{
	/*position: absolute;*/
    /*bottom: 100px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
   	margin-top: 40px;
   	margin-bottom: 50px;
    color: #333333;
    font-size: 28px;
}
.the-product ul li .l-kuang a{
	height: 50px;
	line-height: 50px;
	width: 190px;
	/*width: 78%;*/
	display: block;
	/*position: absolute;
	bottom: 30px;
	left: 50%;*/
	margin: 0 auto;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
	background: #fff;
	color:#2d3666;
	font-size: 20px;
	border-radius: 30px;
	border: 1px solid #d7dbe8;
	box-sizing: border-box;
	text-align: center;
}
.the-product ul li .l-kuang .l-kuang-div{
    width: 90%;
    padding: 40px 0;
    height: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.the-product ul li .l-kuang .l-kuang-div .l-kuang-div-img{
    width: 30%;
}
.the-product ul li .l-kuang .l-kuang-div {
	border-radius: 15px;
}
.the-product ul li:hover .l-kuang .l-kuang-div{
	box-shadow: 1px 1px 36px #e6e7f0;
}
.the-product ul li .words{
	text-align: center;
	margin-top: 10px;
}
.the-product ul li .words h4{
	font-size: 36px;
	color: #4f4f6f;	
	line-height: 54px;
}
.the-product ul li .words p{
	font-size: 16px;
	color: #9fa4af;
	line-height: 42px;
}
/*网站*/
.website{
	width: 100%;
	padding-bottom: 60px;
}
.website ul li{
	width: 23%;
	margin-left: 2.6%;
	background: #edf1f5;
	padding-top: 30px;
	margin-bottom: 10px;
}
.website ul li:hover{
	transform: translateY(-10px);
	transition: all 1s;
	transform-style: preserve-3d;
}
.website ul li:nth-child(4n+1){
	margin-left: 0;
}
.website ul li img{
	display: block;
	margin: 0 auto;
}
.website ul li .foot{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;	
	background: #fff;
}
.website ul li .pic{
	width: 100%;
	padding: 0 20px;
	padding-bottom: 26px;
	box-sizing: border-box;
}
.website ul li .pic img{
	height:166px;
}
.website ul li .foot p{
	height: 56px;
	line-height: 56px;
	color: #212121;
	font-size: 18px;
}
.website ul li .foot img{
	background: palegoldenrod;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/*小程序*/
.applets{
	width: 100%;
	padding-bottom: 60px;
	background: #f6f6f6;
}
.applets ul{
	width: 100%;
	padding: 0 35px;
	box-sizing: border-box;
}
.applets ul li{
	width: 23%;
	margin-left: 2%;
	background: #fff;
	box-shadow: 1px 1px 10px #eaeaea;
}
.applets ul li .pic{
	width: 100%;
	overflow: hidden;
	/*height: 390px;*/
	position: relative;
	overflow: hidden;
}
.applets ul li .pic img{
	display:block;
	margin:0 auto;
}
.applets ul li:hover .pic img{
	transform: scale(1.1);
	transform-style: preserve-3d;
	transition: all 1s;
}
.applets ul li .pic img{
	max-width: none;
	/*display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
	/*width: 100%;*/
	height: 390px;
}
.applets ul li .words{
	padding: 30px 0;
	text-align: center;
}
.applets ul li .words h3{
	font-size: 20px;
	color: #000000;
	line-height: 46px;
}
.applets ul li .words p{
	font-size: 16px;
	line-height: 36px;
	color: #505050;
}
/*APP定制*/
.the-app{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.the-app .w-pic{
	width: 100%;
	overflow: hidden;
}
.the-app .w-pic img{
	
	position: relative;
	z-index: -1;
	width:100%；
}
.the-app .wrap1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: 0;
}
.the-app .p-inner .p-1{
	font-size: 28px;
	color: #142c66;
	text-align: center;
	line-height:46px;
	font-weight: bolder;
}
.the-app .p-inner .p-2{
	color: #142c66;
	font-size: 22px;
	text-align: center;
	line-height: 46px;
	margin: 16px 0;
}
.the-app .p-inner a{
	height: 72px;
	width: 354px;
	border: 3px solid #1864d6;
	line-height: 72px;
	display: block;
	margin: 20px auto 0;
	border-radius: 40px;
	text-align: center;
	font-size: 24px;
	color: #1864d6;
	font-weight: bolder;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify  .swiper-slide {
	width: 520px !important;
	/*height: 408px !important;*/
	background: transparent;
	/*box-shadow: 0 8px 30px #ddd;*/
	text-align: center;
	position:relative;
	padding-top: 35px;
    padding-left: 10px;
}
#certify .swiper-pagination{
	display:none;
}
#certify  .swiper-slide img{
	display:block;
	/*width: 100%;*/
	/*height: 400px;*/
	margin: 0 auto;
}
#certify .swiper-slide .img-wrap {
    position: absolute;
    left: -100px;
    top: -12px;
    width: 719px;
    display: none;
    max-width: none;
}
#certify .swiper-slide-active .img-wrap{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	/* border: 3px solid #00aadc;
	background-color: #fff; */
	background-color: #00aadc;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
/*案例展示*/
.the-case{
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	border-top: 1px solid #f2f2f2;
	padding-bottom: 85px;
}
.the-case .swiper-slide{
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 1px 1px 10px #d5d5d5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.the-case .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	margin: 40px 0 0;
}
.the-case .swiper-pagination-bullet{
	margin: 0 5px;
	height: 18px;
	width: 18px;
	background: #cfcfcf;
}
/*footer*/
/*手机端底部*/
.fixed{
	display: none;
}
.footer{
	width: 100%;
	background: #161616;
}
.footer .top{
	width: 100%;
	border-bottom: 1px solid #303030;
	text-align: center;
	color: #9a9a9a;
	height: 61px;
	position: relative;
	line-height: 40px;
}
.footer .top .wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: auto;
}
.footer .top .line,.footer .top .link{
	float: left;
}
.footer .top .link a{
	display: block;
	background: #f98c11;
	color: #FFFFFF;
	border-radius: 30px;
	height: 40px;
	width: 160px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-left: 30px;
}
.footer .foot{
	width: 100%;
	padding: 30px 0;
}
.footer .foot .f-left{
	float: left;
	width: 70%;
}
.footer .foot .f-right{
	float: right;
	width: 30%;
	height: 216px;
	text-align: center;
	display: table;
}
.footer .foot .f-left ul li,.footer .foot .f-left ul li dt{
	width: 100%;
	float: none;
	font-size: 18px;
	line-height: 36px;
	color: #9a9a9a;
}
.footer .foot .f-left ul li  dd{
	padding: 0 10px;
	float: left;
}
.footer .foot .f-left ul li a{
	color: #9A9A9A;
	display: block;
	text-decoration: underline;
}
.footer .foot .f-left ul li span{
	float: left;
}
.footer .foot .f-right .pic{
	display: table-cell;
	vertical-align: middle;
}
.footer .foot .f-right .pic img{
	width: 140px;
}
/*网站*/
.the-website{
	width: 100%;
	padding-bottom: 60px;
}
.the-website ul li{
	width: 23%;
	margin-left: 2.6666666%;
	margin-top: 20px;
}
.the-website ul li:nth-child(4n+1){
	margin-left: 0;
}
.scrollpic {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 420px;
	width: 100%;
}
.scrollpic .pic {
	position: absolute;
}
.scrollpic img {
	width: 100%;
}
.scrollpic .upscr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 9;
}
.scrollpic .downscr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 9;
}
.the-website ul li .words{
	background: #3091f2;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
.the-website ul li .words img{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/*小程序*/
.the-website ul li{
	position: relative;
	cursor: pointer;
}
.the-website ul li .pic0{
	width: 100%;
}
.the-website ul li .pic0 img{
	width: 100%;
	display: block;
}
.the-website ul li .meng{
	position: absolute;
	left: 0;
	top: 0;
	height: 90%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	/*display: none;*/
	opacity: 0;
}
.the-website ul li .meng img{
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 60%;
}
.the-website ul .span-dingzhi{
    width: 120px;
    height: 36px;
    background: linear-gradient(#4EB4F9 52%, #1b76d3 100%);
    border-radius: 18px;
    box-shadow: 0px 3px 8px 0px rgb(170 170 170 / 41%);
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 1px;
    margin-top: 50px;

    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%,50%);
}
.the-website ul li p.p-1{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 16px;


}
.the-website .el-dialog{
	width: 30%;
}
.the-website .mobile-body{
	width: 100%;
	margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: auto;
}
	.mobile-body::-webkit-scrollbar {
	  display: none !important;
	}
.the-website .mobile-type-name{
	font-weight: 600;
	font-size: 15px;
	color:#727171
}
.the-website .mobile-type:hover .mobile-type-name{
	font-size: 15px;
	color:#3ca3ff
}
.the-website .mobile-body .mobile-type{
	min-width: 75px;
	cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.the-website .mobile-body .mobile-type-img{
	width: 60px;
	height: 60px;
}
.the-website ul li:hover .span-dingzhi{
	/*display: block;*/
    filter: alpha(opacity=1);
    -webkit-transition: opacity .5s linear,margin .5s linear;
    -moz-transition: opacity .5s linear,margin .5s linear;
    -o-transition: opacity .5s linear,margin .5s linear;
    transition: opacity .5s linear,margin .5s linear;
    animation: move 1s;
    animation-fill-mode:forwards;
    animation-direction: normal;
}
@keyframes imageMove{
	0%{
		
	}
	100%{
		transform: translate(-50%,-40px);
	}
}
@keyframes move{
	0%{
		
	}
	100%{
		transform: translate(-50%,-15px);
	}
}
.the-website ul li:hover .meng img{
	/*display: block;*/
	opacity: 1;
	transition: all 1s;
	transform-style: preserve-3d;
    animation: imageMove 1s;
    animation-direction: normal;
    animation-fill-mode:forwards;
}
.the-website ul li:hover .meng{
	/*display: block;*/
	opacity: 1;
	transition: all 1s;
	transform-style: preserve-3d;
}
/*阿里云*/
.banner p{
	position: absolute;
	width: 100%;
	bottom: 20%;
	text-align: center;
	left: 0;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.banner p span{
	color: #6159e5;
}
.banner .wrap{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 10%;
}
.banner .pic img{
	width: auto;
}
/*域名*/
.the-domain{
	width: 100%;
	position: relative;
	padding-top: 170px;
	padding-bottom: 100px;
	/*overflow: hidden;*/
}
.the-domain .top{
	width: 1200px;
	background: #232429;
	height: 152px;
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.the-domain .top form{
	width: 84%;
	margin: 0 auto;
	margin-top: 40px;
}
.the-domain .f-top span{
	color: #1287e7;
	font-size: 16px;
	line-height: 40px;
	float: left;
}
.the-domain .f-top input{
	height: 40px;
	line-height: 40px;
	width: 76%;
	background: #fff;
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	margin: 0 1%;
	border-radius: 5px;
	font-size:16px;
}
.the-domain .f-top .btn{
	height: 40px;
	width: 140px;
	background: #4eb4f9;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	float: right;
}
.the-domain .f-top .btn .ser{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 80%;
}
.the-domain .f-top .btn span{
	color: #fff;
	display: block;
}
.the-domain .f-top .btn img{
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

.the-domain .top form .f-foot{
	width: 100%;
	margin-top: 20px;
	margin-left: 64px;
	font-size:14px;
}
.the-domain .top form .f-foot span{
	color: #e6e6e6;
	margin-right: 20px;
	cursor: pointer;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
	margin-right: 5px;
}
input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #e50232;
	color: #e50232;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.the-domain .list{
	width: 100%;
}
.the-domain .list ul li{
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	font-weight: bolder;
	background: #4EB4F9;
	margin-left: 43px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 2px 10px 0px #0072ff;
}
.the-domain .list ul li:first-child{
	margin-left: 0;
}
.the-domain .list ul li a{
	color: #fff;
	display: block;
	padding: 0 20px;
}
/*表单*/
.dt {
	border: 1px solid #00a0e9;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.dtcon {
	margin: 0 auto;
	color: #838995;
	overflow: hidden;
}

.fhxx_t a {
	color: #FFF
}
.fhxx_c ul li {
	width: 463px;
	height: 130px;
	float: left;
	margin-bottom: 17px;
	border-bottom: 1px dashed #999
}
.fhli_t p {
	width: 290px;
	height: 22px;
	float: right;
	overflow: hidden;
}
.fhli_t span {
	width: 290px;
	height: 22px;
	float: right;
	overflow: hidden;
}
.fhli_t a {
	font-size: 14px
}
.zxly {
	width: 600px;
	float: none;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.zxly p {
	width: 62px;
	height: 36px;
	float: left;
	margin-top: 12px;
	overflow: hidden;
	line-height: 36px;
	color: #FFF;
	background-color: #00a0e9;
	text-align: center;
	font-size: 14px
}
.lyt1 {
	width: 520px;
	height: 36px;
	float: right;
	margin-top: 12px;
	overflow: hidden;
	line-height: 36px;
	color: #FFF;
	background-color: #00a0e9;
	font-size: 14px;
	border: none;
	padding-left: 10px
}
.lyt2 {
	width: 510px;
	height: 100px;
	float: right;
	margin-top: 12px;
	overflow: hidden;
	line-height: 26px;
	color: #FFF;
	background-color: #00a0e9;
	font-size: 14px;
	border: none;
	padding: 10px
}
.lybtn {
	width: 198px;
	height: 38px;
	float: right;
	margin-top: 35px;
	overflow: hidden;
	font-size: 16px;
	border: 1px solid #1e2432;
	background: none;
	letter-spacing: 5px;
	margin-right: 200px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}
.lyc:hover p {
	background-color: #9fc7e7
}
.lyc:hover input {
	background-color: #9fc7e7
}


.dialog{
	width: 700px;
	position: absolute;
	z-index: 7000;
	padding-bottom: 103px;
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	height:386px;
}
.dialog_head{
	width: 100%;
	height:50px;
	background: #00a0e9;
	/*background: #fff;*/
	text-align: center;
	line-height: 50px;
	color: #eee;
	cursor: move;
}

.titles{
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #00a0e9;
}
.closes{
	cursor: pointer;
	position: relative;
	left: 46%;
	top:12%;
	z-index: 8000;
}
#yu_list{
	width: 100%;
	padding: 20px 0;
}
#yu_list p{
	color: #444;
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
}
#yu_list ul li{
	float: none;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	border-top: 1px solid #ccc;
}
#yu_list ul li p,#yu_list ul li span{
	float: left;
	font-size: 14px;
	line-height: 40px;
}
#yu_list ul li span{
	margin-left: 30px;
	display: block;
}
#yu_list ul li p{
	font-weight: bold;
	cursor: default;
	color: #aaa;
}
#yu_list ul li span{
	float: left;
	color: #60af00;
	margin-left: 25px;
	font-weight: normal;
}
#yu_list ul li span{
	color: #aaa;
}
#yu_list ul li span.an{
	color: #60af00;
}

/*关于我们*/
.about-us{
	width: 100%;
	padding-bottom: 80px;
}
.about-us .left,.about-us .right{
	float: left;
    width: 50%;
}
.about-us .right{
	padding-left:12px;
	box-sizing:border-box;
}
.about-us .top{
	padding-bottom: 5px;
	border-bottom: 1px solid #d7d7d7;
}
.about-us .top p{
	font-size: 16px;
	color: #a8a8a8;
	line-height: 32px !important;
	text-indent: 2em;
}

.about-us .middle{
	width: 100%;
	/*margin-bottom: 50px;*/
}
.about-us .middle ul li{
	width: 33.33333%;
	text-align: center;
	padding: 30px 0;
	position: relative;
}
.about-us .middle ul li .span-1{
	color: #f23b55;
	font-size: 72px;
	font-weight: bolder;
	display: block;
}
.about-us .middle ul li .jkl {
    position: absolute;
    left: 63%;
    top: 24px;
    font-size: 72px;
    color: #f23b55;
}
.about-us .middle ul li:nth-child(2) .jkl{
	left: 68%;
} 
.about-us .middle ul li:nth-child(3) .jkl{
	left: 74%;
} 
.about-us .middle ul li .span-2{
	color: #585858;
	display: block;
	font-size: 24px;
}
.about-us .foot{
	width: 100%;
}
.about-us .foot ul li{
	float: none;
	width: 100%;
	height: 371px;
	margin-top: 58px;
}
.about-us .foot ul li .left,.about-us .foot ul li .right{
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}
.about-us .foot ul li .left img{
	width: 100%;
	display: block;
	height: 371px;
}
.about-us .foot ul li .meng{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.about-us .foot ul li:first-child .meng{
	background: rgba(99,84,147,0.6);
}
.about-us .foot ul li:nth-child(2) .meng{
	background: rgba(12,89,162,0.7);
}
.about-us .foot ul li:last-child .meng{
	background: rgba(99,84,147,0.6);
}
.about-us .foot ul li .meng p{
	font-size: 44px;
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20%;
}
.about-us .foot ul li .right{
	background: #f3f3f3;
	padding: 30px;
	box-sizing: border-box;
}
.about-us .foot ul li .right p{
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
.about-us .foot ul li h3{
	font-size: 36px;
	color: #000;
	margin-bottom: 16px;
}
.canvas-wrap {
	width: 100%;
    position: relative;
	height:360px;
}
.content .promotion {
    position: relative;
    z-index: 1;
    /* background-image: url(../img/bg1.png); */
    color: #fff;
}
.promotion h3 {
    padding: 50px 0;
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.promotion ul {
    /*display: flex;*/
    /*display: -webkit-flex;*/
}
.promotion li {
    width: 25%;
    height: 158px;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}
.promotion li .top {
    /*display: flex;*/
    /*display: -webkit-flex;*/
    justify-content: center;
	border:0;
	padding:0
}
.promotion li em {
    font-size: 80px;
    /*float: left;*/
   display: inline-block;
}
address, em, i {
    font-style: normal;
}
.promotion li span {
    width: 40px;
    margin-left: 11px;
    background: url(../img/icon3.png) -31px -62px;
    display: inline-block;
    /*float: left;*/
    height: 106px;
}
.promotion li:nth-child(2) span {
    background-position: -130px -62px;
}
.promotion li:nth-child(3) span {
    background-position: -230px -62px;
}
.promotion li:nth-child(4) span {
    background-position: -31px -62px;
}
.promotion li .bottom {
    padding-bottom: 17px;
    font-size: 18px;
}

.gradient {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(#108EE7, #2998E5);
    background: -o-linear-gradient(#108EE7, #2998E5);
    background: -moz-linear-gradient(#108EE7, #2998E5);
    background: linear-gradient(#108EE7, #2998E5);
    z-index: -1;
}
.pg-canvas{
	height: 100%;
	width: 100%;
}
/*联系我们*/
.banner .words{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}
.banner .words h3{
	font-size: 42px;
	margin-bottom: 20px;
} 
.banner .words span{
	font-size: 22px;
}
.contact{
	width: 100%;
	height: 477px;
	background: #f4f4f4;
	position: relative;
}
.contact .c-main{
	/*position: absolute;
	left: 50%;
	top: -163px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
	width: 1200px;
	margin: 0 auto;
}
.contact .c-main .left,.contact .c-main .right{
	float: left;
	height: 486px;
	margin-top: -163px;
}
.contact .c-main .left{
	width: 32%;
	background: #26a24a;
		 background: -moz-linear-gradient(left, #14a469 0%, #2fa03a 100%);
    background: -webkit-gradient(linear, left, color-stop(0%,#14a469), color-stop(100%,#2fa03a));
    background: -webkit-linear-gradient(left, #14a469 0%,#2fa03a 100%);
    background: -o-linear-gradient(left, #14a469 0%,#2fa03a 100%);
    background: -ms-linear-gradient(left, #14a469 0%,#2fa03a 100%);
    background: linear-gradient(to right, #023c9d 0%,#011462 100%);
    padding-left: 30px;
    box-sizing: border-box;
    padding-right: 30px;
}
.contact .c-main .right{
	width: 68%;
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
#dituContent{
	height: 100%;
	width: 100%;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#dituContent img{
	max-width: none;
}
.contact .c-main .left p{
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	margin-top: 40px;
}
.contact .c-main .left p span:first-child{
	color: #fff;
}
.contact .c-main .left p span:last-child{
	color: #fff;
	margin-left: 10px;
}
.contact .c-main .left ul li{
	width: 100%;
	float: none;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.contact .c-main .left ul li img{
	position: absolute;
	left: 0;
	top: 10px;	
}

@media only screen and (max-width:1680px ) {
	.the-app .p-inner .p-2{
		margin:10px 0;
	}
	#certify{
		margin-top:32px;
	}
	#certify  .swiper-slide{
		padding-left:0px;
		padding-top: 51px;
	}
	#certify .swiper-slide-active img{
		width:230px;
	}
	.title {
		margin: 10px 0;
		padding-top: 20px;
	    margin-top: 0;
	}
	.the-app .p-inner a {
		height: 56px;
		width: 320px;
		line-height: 56px;
	}
	.the-case .swiper-pagination-bullet {
		height: 14px;
		width: 14px;
	}
	.the-app .w-pic img{
		height:1012px;
	}
	.the-app {
		padding-bottom: 30px;
	}
}


@media only screen and (max-width:1600px ) {
	.wrap2{
		width: 1500px;
	}
	.website ul li .pic img{
		height:146px;
	}
	#certify .swiper-slide{
		padding-top:35px;
	}
	#certify .swiper-slide-active img {
		width: 220px;
	}
}

@media only screen and (max-width:1480px ) {
	.wrap2 {
	    width: 1423px;
	}
	.banner .bw-inner{
		width: 47%;
	}
	.contact .c-main{
		top: -130px;
	}
	.contact .c-main .left, .contact .c-main .right{
		height: 460px;
		margin-top: -135px;
	}
}

@media only screen and (max-width:1400px ) {
	.wrap2 {
	    width: 100%;
	}
	.banner .bw-inner{
		width: 47%;
		padding-left: 5%;
	}
	.contact .c-main{
		top: -130px;
	}
	.contact .c-main .left, .contact .c-main .right{
		height: 460px;
	}
	.the-product .wrap2{
		padding: 0 16px;
		box-sizing: border-box;
	}
	.applets ul li{
		margin-left: 2.66666%;
	}
	.applets ul li:nth-child(4n+1){
		margin-left: 0;
	}
	.the-case{
		padding-left: 0;
		/*padding-right: 30px;*/
	}
	.the-case .swiper-slide:first-child{
		margin-left: 15px;
	}
	.website{
		padding: 0 16px;
		box-sizing: border-box;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width:1366px ) {
	
	.header .nav ul li {
		margin-left: 16px;
	}
	.banner .b-top .p{
		font-size: 36px;
	}
	.banner .b-middle span{
		font-size: 16px;
	}
	.banner .b-foot a{
		height: 54px;
		line-height: 54px;
	}
	.applets ul li .pic img{
		height: 340px;
	}
	.footer .foot .f-left ul li, .footer .foot .f-left ul li dt{
		font-size: 16px;
	}
	.title {
		font-size: 32px;
		line-height: 60px;
		margin-bottom:12px;
		padding-top: 20px;
	}
	.the-app .p-inner .p-1 {
		font-size: 24px;
		line-height: 24px;
	}
	.the-app .p-inner .p-2{
		margin:0;
	}
	.the-app .p-inner a {
		height: 42px;
		width: 260px;
		font-size: 20px;
		line-height: 42px;
	}
	
	#certify .swiper-slide img{
		width:220px;
	}
	#certify .swiper-slide-active img {
		width: 188px;
	}
}

@media only screen and (min-width:1290px ) and (max-width:1320px ) {
	#certify .swiper-slide {
		padding-top: 25px;
	}
	
}


@media only screen and (max-width:1280px ) {
	.wrap1{
		width: 1200px;
	}
	.contact .c-main {
    	top: -90px;
	}
	.contact .c-main .left, .contact .c-main .right {
    	height: 410px;
    	margin-top: -100px;
	}
	/*.header .nav ul li {*/
		/*margin-left: 16px;*/
	/*}*/
	.header .nav ul li {
		margin-left: 12px;
	}
	#certify .swiper-slide img {
		width: 200px;
	}
	#certify .swiper-slide-active img {
		width: 170px;
	}
	.website ul li .pic img {
		 height: 112px;
	}
	#certify .swiper-slide {
		padding-top: 6px;
	}
	#certify {
		width: 1148px;
	}
}

@media only screen and (max-width:1152px ) {
	.wrap1{
		width: 1100px;
	}
	.header .nav ul li{
		margin-left: 14px;
	}
	.contact .c-main {
    	top: -90px;
	}
	.contact .c-main .left, .contact .c-main .right {
    	height: 410px;
    	margin-top: -70px;
	}
	#certify,.the-domain .top,.contact .c-main,.wrap{
		width: 1000px;
	}
	#certify .swiper-slide{
		width: 460px !important;
	}
	.the-case .swiper-slide:first-child{
		margin-left: 0;
	}
	.the-case{
		padding: 0 10px;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	.the-case .swiper-pagination{
		margin-top: 15px;
	}
	.the-case .swiper-pagination-bullet{
		height: 14px;
		width: 14px;
	}
	.banner p{
		bottom: 24%;
	}
	.banner .wrap{
		bottom: 11%;
	}
	.the-domain .top{
		height: auto;
		padding-bottom: 16px;
		top: -25px;
	}
	.the-domain .f-top input{
		width: 75%;
	}
	.the-domain .list ul li {
	    margin-left: 23px;
	}
	.the-domain .list ul li a {
    	padding: 0 16px;
	}
	.the-domain{
		padding-bottom: 60px ;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap1{
		width: 980px;
	}
	.header .nav ul li{
		margin-left: 3px;
		padding: 0 20px;
	}
	.banner .bw-inner{
		padding-left: 1%;
	}
	.banner .b-top .p{
		font-size: 26px;
		line-height: 50px;
	}
	.banner .b-middle span{
		font-size: 14px;
		line-height: 34px;
	}
	.banner .b-foot a{
		height: 44px;
		line-height: 44px;
	}
	.banner .b-foot a{
		width: 178px;
	}
	.banner .b-foot .b-contact{
		width: 210px;
		margin-left: 28px;
	}
	.banner .b-foot .b-contact .b-ring{
		height: 32px;
		width: 32px;
	}
	.the-product ul li .l-kuang a{
		height: 44px;
		line-height: 44px;
		font-size: 18px;
		width: 78%;
	}
	.the-product ul li .words h4{
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.the-product ul li .words p{
		line-height: 32px;
	}
	.applets ul li .pic img{
		height: 300px;
	}
	#certify{
		width: 960px;
	}
	.scrollpic{
		height: 320px;
	}
}
@media only screen and (max-width:768px) {
	.the-website .mobile-body .mobile-type-img{
		width: 40px;
		height: 40px;
	}
	.header .nav .title-label{
	    background: #0000005e;
	}
	.header .nav ul{
    	background: #ffffff;
	}
	.header .nav ul .title-label{
		background: #ffffff;
	}
	.header .nav ul li a{
		color: #000;
	}
	.the-product ul li .l-kuang .type-title{
	   	margin-top: 10px;
	   	margin-bottom: 15px;
	    color: #333333;
	    font-size: 28px;
	}
	.the-website .el-dialog{
		width: 95% !important;
	}
	.the-website .wrap .mobile-body .mobile-type .mobile-type-name-select{
		color: #3ca3ff;
	}
	.the-website .mobile-body{
    	justify-content: flex-start;
	}
	.the-website .mobile-body ::-webkit-scrollbar {
	  display: none !important;
	}
	.the-website .mobile-body .mobile-type-name{
		font-size: 14px;
	}
	.the-website .mobile-body .mobile-type:hover .mobile-type-name{
		color: #727171;
	}
	.the-website ul li .pic0 img{
	}
	.the-website ul .span-dingzhi{
		font-size: 14px !important;
	    height: 30px!important;
	    width: 100px!important;
	    line-height: 30px!important;
	}
	.the-product ul li{
		width: 49%;
		margin: 10px 0;
		margin-left: 1%;
	}
	.the-product ul li:nth-child(2n+1){
		margin-left: 0;
	}
	.the-product ul li .l-kuang a{
		width: 60%;
	}
	.wrap{
		width: 100%;
	}
	.fixed{
		display: none;
	}
	.footer .foot .f-left ul li, .footer .foot .f-left ul li dt{
		font-size: 14px;
	}
	.footer .foot .f-right{
		width: 20%;
	}
	.footer .foot .f-right .pic img{
		width: 140px;
	}
	.footer .top .wrap{
		width: 54%;
	}
	.the-app{
		padding-bottom: 0;
	}
	.footer .foot .f-left{
		width: 80%;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.website ul li{
		width: 32.3333%;
		padding-top:16px;
		margin-left: 1.5% !important;
		/*height: 300px;*/
	}
	.website ul li .pic {
		padding: 0 5px;
		padding-bottom: 19px;
		
	}
	.website ul li:nth-child(3n+1){
		margin-left: 0 !important;
	}
	.website ul li .pic img{
		height: 73px;
	}
	.the-website ul{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.the-website ul li{
		width: 32.333333%;
		margin-left: 1.5%;
	}
	.the-website ul li:nth-child(3n+1){
		margin-left: 0;
	}
	.banner p{
		display:none;
	}
	.banner .wrap{
		padding-left: 26px;
		box-sizing: border-box;
	}
	.the-domain .top{
		width: 100%;
	}
	.the-domain .top form{
		width: 96%;
	}
	.the-domain .f-top input{
		width: 72%;
	}
	.the-domain .top form .f-foot{
		margin-left: 0;
	}
	.the-domain .list ul li{
		margin-left: 10px;
		font-size: 14px;
	}
	.the-domain .list ul li a{
		padding: 0 12px;
	}
	.about-us .foot ul li .right{
		padding: 18px;
	}
	.about-us .foot ul li .right p{
		font-size: 14px;
		line-height: 28px;
	}
	.about-us .foot ul li .meng p{
		font-size: 30px;
	}
	.about-us .top{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.about-us .left, .about-us .right{
		width:100%;
	}
	.about-us .left img{
		display:block;
		width:80%;
		margin:0 auto 10px;
	}
	.promotion li em {
		font-size: 58px;
	}
	.promotion li .bottom {
		text-align: left;
		padding-left: 10px;
	}
	.about-us .middle ul li .jkl,.about-us .middle ul li .span-1{
		font-size: 52px;
	}
	.contact .c-main{
		position: static;
		left: 0;
		top: 0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		width: 100%;
	}
	.contact{
		height: auto;
		padding: 10px 0;
	}
	.contact .c-main .left{
		padding-left: 10px;
		margin-top: 0;
	}
	.contact .c-main .right{
		margin-top: 0;
	}
	.contact .c-main .left p{
		font-size: 14px;
	}
	
	.the-app .p-inner a {
	    height: 56px;
	    width: 330px;
	    line-height: 56px;
	}
	
	#certify{
		display: none;
	}
	.the-app .w-pic img{
		width: 100%;
	}
	.applets ul li{
		width: 49%;
		margin-left: 2%;
		margin-top: 10px;
	}
	.applets ul li:nth-child(2n+1){
		margin-left: 0;
	}
	.website ul li .foot p {
    	height: 50px;
    	line-height: 50px;
    	font-size: 14px;
	}
	/* .a-header{
		display: block;
		height: 50px;
		width: 100%;
		background: #4eb4f9;
	}
	.a-header .logo img {
    	width: 36%;
	}
	.a-header .logo{
		display: block;
		position: relative;
		z-index: 10000;
		width: 50%;
		padding: 10px;
	} */
	.header{
		background:#4eb4f9;
		position:static;
	}
	.header .nav ul li {
		margin-left: 3px;
		padding: 0px 10px;
	}
	.the-app{
		display:none;
	}
	.wrap1{
		width: 100%;
	}
	.banner .wrap2{
		top: 50%;
		left:3%;
	}
	.banner .bw-inner{
		width: 55%;
	}
	.banner .b-foot a{
		width: 150px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.banner .b-foot .b-contact{
		width: 160px;
		margin-left: 20px;
	}
	.banner .b-top .p {
    	font-size: 24px;
    	line-height: 42px;
	}
	.banner .b-foot{
		margin-top: 10px;
	}

}

@media only screen and (max-width:767px ) {

	.a-header,.fixed{
		display: block;
	}
	.header .logo{
		display:none
	}
	.a-header .logo img{
		width: 70%;
	}
	.header .nav{
		width:100%;
		float:none;
	}
	.nav .a-menu{
		display: block;
		width: 100%;
		height: 50px;
	}
	.a-menu .left{
		float: left;
		width: 80%;
		height: 50px;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.a-menu .left img{
		height: 50px;
	}
	.a-menu .right{
		width: 20%;
		float: left;
		height: 50px;
		display: flex;
		align-items: center;
	}
	.a-menu .right img{
		width: 58%;
		align-items: center;
		margin: 0 auto;
	}
	.nav ul{
		width: 200px;
		position: absolute;
		top: 50px;
		right: 0;
		background: #434343;
		z-index: 10000;
		display: none;
	}
	.nav ul li{
		float: none;
		width: 100%;
		text-align: left;
		padding-left: 10px;
		box-sizing: border-box;
		line-height:44px !important;
		border-top: 1px solid #fff;
	}
	.nav ul li:first-child{
		border-top: 0;
	}
	.nav ul li a span{
		color: #fff;
		font-size: 16px;
	}
	.nav ul li span:last-child{
		display: none;
	}
	section {
		margin: 4em 0;
	}
	.toolbar {
		position: fixed;
		top: 0;
		right: 0;
		background-color: transparent;
		line-height: 68px;
		border-top: 2px solid #b0120a;
		z-index: 100000;
	}
	.menu-button {
		position: relative;
		margin: 5px;
		height: 36px;
		width: 36px;
		cursor: pointer;
	}
	.menu-button:before {
		content: "";
		position: absolute;
		top: 5px;
		right: 3px;
		border-bottom: 17px double #b0120a;
		border-top: 6px solid #b0120a;
		width: 30px;
		height: 5px;
	}
	.menu-left {
		float: left;
		margin-right: 1.5em;
	}
	.sidebar {
		margin: 0;
		padding-top: 1em;
		color: white;
		background-color: #b0120a;
	}
	.sidebar h6 {
		/*margin: 0 .8em;*/
		/*padding: 0;*/
		width: 100%;
		padding: 0 0.8em;
		
		font-weight: 300;
		line-height: 36px;
		font-size: 16px;
	}
	.sidebar li {
		margin: .5em 0;
		padding: 0 1em;
		line-height: 32px;
	}
	.sidebar li:hover {
		background-color: #e84e40;
	}
	.sidebar hr {
		margin: 2em auto;
		border: 0;
		padding: 0;
		width: 80%;
		height: 1px;
		background-color: white;
	}
	/*主要样式*/
	.subNav {
		cursor: pointer;
	}
	.navContent {
		display: none;
		color: #999;
	}
	/*.header{
		display: none;
	}*/
	.wrap,.wrap1,.wrap2{
		width: 100%;
	}
	.banner .wrap2{
		display: none;
	}
	.title {
    	font-size: 28px;
    	margin: 16px 0;
    	margin-top: 0;
    	padding-top: 10px;
	}
	.the-product{
		padding-bottom: 40px;
	}
	.the-product ul li,.website ul li,.applets ul li{
		width: 48%;
		margin-left: 2% !important;
		margin-bottom: 10px;
	}
	.the-product ul li:nth-child(2n+1),.website ul li:nth-child(2n+1),.applets ul li:nth-child(2n+1){
		margin-left: 0 !important;
	}
	.the-product .wrap2{
		padding: 0 10px;
	}
	.the-product ul li .l-kuang a {
    	height: 38px;
    	line-height: 38px;
    	font-size: 16px;
    	width: 72%;
        bottom: 16px;
	}
	.the-product ul li .words p,.website ul li .foot img{
		display:none;
	}
	.the-product ul li .words h4 {
    	font-size: 20px;
    	line-height: 26px;
    	margin-bottom: 10px; 
	}
	.website{
		padding: 0 10px;
	}
	.website ul li .foot{
		text-align:center;
		padding:0;
	}
	.website ul li .foot p{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.applets ul{
		padding: 0 10px;
	}
	.applets ul li .pic img{
		height: 200px;
	}
	.applets ul li .words{
		padding: 15px 0;
	}
	.applets ul li .words p {
    	font-size: 13px;
    	line-height: 28px;
	}
	.applets ul li .words h3 {
    	font-size: 16px;
    	line-height: 26px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		padding:0 10px;
		box-sizing:border-box;
	}
	.applets {
		padding-bottom: 20px;
	}
	.the-app .p-inner a {
	    height: 48px;
	    width: 220px;
	    line-height: 48px;
	    font-size: 20px;
	    margin-top: 0;
	}
	.the-app .p-inner .p-2 {
	    font-size: 16px;
	    line-height: 40px;
	}
	.the-app .p-inner .p-1 {
	    font-size: 22px;
	    line-height: 28px;
	}
	#certify{
		display: none;
	}
	.the-app .w-pic img{
		width: 100%;
	}
	.the-app .p-inner .p-2{
		margin: 6px 0;
	}
	.the-app{
		padding-bottom: 50px;
	}
	.the-app .title{
		margin-bottom: 0;
		padding-top: 0;
		line-height: 58px;
	}
	.title{
		margin: 0;
	}
	.footer{
		display: none;
	}
	.fixed{
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		z-index: 10000;
	}
	.fixed ul li{
		width: 50%;
		box-sizing: border-box;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
		text-align: center;
	}
	.fixed ul li a{
		display: block;
		color: #fff;
	}
	.fixed ul li:first-child{
		border-right: 1px solid #fff;
	}
	.the-case{
		padding-bottom: 100px;
	}
	.about-us .foot ul li{
		height: auto;
		margin-top: 0;
	}
	.about-us .foot ul li .left, .about-us .foot ul li .right{
		float: none;
		width: 100%;
	}
	.about-us .middle ul li .span-1,.about-us .middle ul li .jkl{
		font-size: 30px;
	}
	.about-us .middle ul li .jkl{
		top: 28px;
		left: 66%;
	}
	.about-us .middle ul li:nth-child(2) .jkl {
	    left: 74%;
	}
	.about-us .middle ul li:nth-child(3) .jkl {
	    left: 79%;
	}
	.about-us .middle ul li .span-2{
		font-size: 16px;
	}
	.about-us .top{
		padding-bottom: 30px;
	}
	.about-us .foot ul li .left img{
		height: auto;
	}
	.about-us .foot ul li .meng p{
		font-size: 32px;
	}
	.about-us .foot ul li .right{
		padding: 10px;
	}
	.about-us .foot ul li h3{
		font-size: 26px;
	}
	.about-us .foot ul li .right p{
		font-size: 14px;
	}
	.about-us .foot ul li:nth-child(3){
		margin-top: 24px;
	}
	.the-website ul li{
		width: 49%;
		margin-left: 2% !important;
	}
	.the-website ul{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.the-website ul li:nth-child(2n+1){
		margin-left: 0 !important;
	}
	.scrollpic{
		height: 260px;
	}
	.the-website ul li .words,.the-website ul li p.p-1{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.contact .c-main{
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	}
	.contact .c-main .left, .contact .c-main .right{
		width: 100%;
		float: none;
		height: auto;
	}
	.banner .words span{
		display: none;
	}
	.contact .c-main .left{
		overflow: hidden;
		padding-bottom: 16px;
	}
	.contact .c-main .left ul li,.contact .c-main .left p{
		margin-top: 20px;
	}
	#dituContent{
		height: 260px;
	}
	.contact{
		padding-bottom: 80px;
		height: auto;
	}
	.banner .words h3{
		font-size: 32px;
	}
	.the-domain .top{
		width: 100%;
		position: static;
		left: 0;
		top: 0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	}
	.banner p{
		display: none;
	}
	.banner .wrap{
		display:none;
		bottom: 0;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.the-domain .top form{
		margin-top: 0;
		width: 96%;
		padding-top: 20px;
	}
	.the-domain .f-top button{
		width: 120px;
	}
	.the-domain .f-top input {
    	width: 48%;
	}
	.the-domain .top form .f-foot{
		margin-left: 0;
		height:60px;
	}
	.the-domain .top form .f-foot span{
		width: 25%;
		float: left;
		display: block;
		margin-right: 0;
		margin: 5px 0;
		font-size: 14px;
	}
	.the-domain{
		padding-top: 0px;
	}
	.the-domain .f-top input,.the-domain .f-top span,.the-domain .f-top button{
		height: 32px;
		line-height: 32px;
	}
	.the-domain .f-top button img{
		margin-top: 3px;
	}
	.the-domain .list ul li{
		margin: 0;
		width: 25%;
		font-size: 12px;
		text-align: center;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		border-top: 1px solid #fff;
	}
	.the-domain .list ul li:nth-child(4n+1){
		border-left: 0;
	}
	.the-domain .list ul{
		border-bottom: 1px solid #fff;
	}
	.the-domain .list ul li a{
		padding: 0;
	}
	.the-case .swiper-pagination{
		width:100%;
	}
	.the-case .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
	.paging{
		padding-bottom:60px;
	}
	.the-website ul li .pic0 img{
	}
	.about-us .left img{
		width:100%;
	}
	.canvas-wrap,.gradient{
		height:420px;
	}
	.promotion li{
		width:50%
	}
	.promotion li em {
		font-size: 52px;
	}
	.promotion h3 {
		padding: 20px 0;
	}
	.the-domain .f-top input {
		width: 44%;
		font-size: 12px;
	}
	.the-domain .f-top .btn {
		height: 36px;
		width: 120px;
	}
	.dialog{
		width:100%;
		padding：0 6px;
		box-sizing:border-box;
		left:50% !important;
		top:50% !important;
		transform:translate(-50%,-50%) !important;
		-webkit-transform:translate(-50%,-50%) !important;
		-moz-transform:translate(-50%,-50%) !important;
		-ms-transform:translate(-50%,-50%) !important;
		-o-transform:translate(-50%,-50%) !important;
		height:309px !important;
		padding-bottom:0;
	}
	.zxly{
		width:100%;
	    margin-top: 0;
	}
	.zxly p {
		width: 15%;
		margin-left:1%;
	}
	.lyt1,.lyt2{
		width: 83%;
		box-sizing:border-box;
		float: left;
	}
	.lybtn{
		margin:35px auto 0;
		float:none;
	}
	.zxly .lyc{
		overflow:hidden;
	}
	.dt{
		border:0;
		top:61%;
	}
	.dialog_head {
		width: 100%;
		height: 20px;
		background: #00a0e9;
		line-height: 20px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.closes {
		cursor: pointer;
		position: absolute;
		left:auto;
		right: 10px;
		top: 10px;
		z-index: 8000;
		width: 24px;
	}
}