@charset "UTF-8";
/* CSS Document */
body,p,img,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,blockquote,caption,fieldset,hr,pre,td,th{margin:0;padding:0;}
body{font:normal 12px/24px 'Microsoft Yahei',arial,sans-serif;color:#333;}
ul,ol{list-style:none;}
img{border:0 none;}
input,select{ vertical-align:middle;border:none}
table{border-collapse:collapse;}
s,em,i{font-style:normal;text-decoration:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#f00;text-decoration:underline;}
.clearfix:before,
.clearfix:after{content:'\20';display:block;height:0;clear:both; overflow:hidden;}
.clearfix{*zoom:1;}
.thide{overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.clear{clear:both;height:0;overflow:hidden}
/*frame*/
body{background-color:#fff;}
.btm{
	width: 100%;
	height: 70px;
	float: left;
	background: #f7f7f7;
	color:#888;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	padding-top:20px;
}
.wrap{position:relative;min-width:1600px;margin:0 auto;background-color:#0c151a;}
.container{position:relative;width:100%;margin:0 auto;background: #ECF5FF;}
h3{
	font-size: 28px; color: #222;width: 100%; text-align: center;margin-top: 30px; margin-bottom: 30px;
}
/*nav*/
.nav{position:fixed;height:72px;background-color:#f8f8f8;z-index:9;box-shadow: 0px 0px 5px 2px #edeeed;width: 100%}
.nav-icon{position:absolute;top:-4px;left:50%;margin-left:-71px;width:128px;height:128px;background:#fff;border-radius:71px;border:#f8f8f8 solid 7px;overflow:hidden;box-shadow: 0px 3px 5px #edeeed}
.nav-icon img{width:100%;height:100%;display:block;}
.nav-menu{position:absolute;top:29px;font-size:16px;}
.nav-menu li{float:left;}
.nav-menu li a{display:block;width:160px;text-align:center;cursor:pointer;color:#666;}
.nav-menu li a:hover{text-decoration:none;}
.nav-menu li.separate{background-color:#666;margin:5px 10px;width:1px;height:14px;}
.nav-menu-left{left:360px;}
.nav-menu-right{right:90px;}
/*themes*/
.themes{position:relative;height:1199px;background-image:url(images/img.png);background-repeat:no-repeat; background-position:center top;background-size:cover;}
/*privacy*/
.commontext{position:relative;padding-top:34px;color:#fff;width: 100%; float: left; background: #EBF5FE;}
.commontext img{width:100%;margin-top: 38px;}
.commontext .container{width:80%;}
.commontext .container img{width:100%;}
.commontext-title{font-size:20px;border-left:#f29216 solid 4px;padding-left:8px;}
.commontext-con{line-height:30px;font-size:14px;padding-top:28px;}
.commontext-con strong{font-weight:bold;}
.commontext-con img{width: 100%;height:auto;}
.commontext-con ul{width: 100%;float: left;}
.commontext-con li{width: 47.5%;float: left;}
.commontext-con h3{margin-bottom: 10px;width:100%; float: left}
.commontext-con p{width:100%; display: block; float: left;}
/*screenshot*/
.screenshot{position:relative;padding-top:34px;color:#fff;}
.screenshot .container{width:1420px;min-width:880px;}
.screenshot-title{font-size:20px;border-left:#f29216 solid 4px;padding-left:8px;}
.screenshot-con{line-height:30px;font-size:14px;padding-top:28px;overflow:hidden}
.screenshot-con ul{width:900px;}
.screenshot-con li{float:left;width:280px;margin-right:20px;margin-bottom:20px;}
.screenshot-con li img{display:block;width:100%;}
.screenshot-con .portrait img{width:168px;}
/*contact*/
.contact{position:relative;padding-top:34px;color:#fff;padding-bottom:30px;}
.contact .container{width:1420px;min-width:880px;}
.contact-title{font-size:20px;border-left:#f29216 solid 4px;padding-left:8px;}
.contact-con{line-height:30px;font-size:14px;padding-top:28px;overflow:hidden}
.contact-ico{position:absolute;top:54px;left:350px;width:240px;height:80px;}
.contact-qrcode{position:absolute;right:20px;width:110px;height:110px;background:#fff;}
.contact-qrocde .qrcode{width:110px;height:110px;}
.wrapper{
	width: 100%;
    margin:  0 auto;
	background-position: center center;
}
.wrapper img{
	width: 100%;
	float: center;
}

.wrapper .swiper-container .swiper-pagination {
   bottom: 25px;
}

.wrapper .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(0,0,0,0.5);
    transition: background-color .3s ease;
}

.wrapper .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 3s linear forwards
}

.wrapper .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}

@keyframes sliderPagination {
 	100% {
		transform: scaleX(1);
        opacity: 1;
    }
}
