@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	cursor: default;
}
.clear {
	clear: both;
}
html,
body {
	font-size: 14px;
	height: 100%;

}
.swiper {
	width: 100%;
	height: 100%;
	overflow-y:hidden;
	overflow-x:auto;
	background:#fff;
}

.slide_footer{
	background-color: #2b2b2b;
}

.btn-toggle{
	position:fixed;
	width:26px;
	height:20px;
	background-size:cover;
	z-index:12;
	left:50%;
	margin-left:-13px;
    border:0px;
	-webkit-tap-highlight-color:transparent;
}

.nextPage{
	bottom:5.5%;background:url(../images/arr-down_white.svg) 50% no-repeat;
    background-size:100%;
	animation:toggleMove .8s infinite;
	-moz-animation:toggleMove 10.8s infinite;
	-webkit-animation: toggleMove .8s infinite;
    -o-animation: toggleMove .8s infinite;
	border:0px;
}
.nextPage2{
	bottom:5.5%;background:url(../images/arr-down.svg) 50% no-repeat;
    background-size:100%;
	animation:toggleMove .8s infinite;
	-moz-animation:toggleMove 10.8s infinite;
	-webkit-animation: toggleMove .8s infinite;
    -o-animation: toggleMove .8s infinite;
	border:0px;
}

.btn-toggle:hover{
	cursor:pointer;
	border:0px;
}

@keyframes toggleMove{
	0%{bottom:5.5%;opacity:.3}50%{bottom:4.5%;opacity:1}to{bottom:5.5%;opacity:.3}
}

body.bg {
	background-image: url("../images/body_bg.png");
	background-repeat: repeat-x;
}

.head {
	height: 100px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	min-width: 860px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	overflow:  hidden;
	filter:alpha(Opacity=100);-moz-opacity:1.0;opacity: 1.0;

}
.head .logo {
	height: 80px;
	width: 216px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	float: left;
	margin: 10px 0px 10px 40px; 
}

.head .logo:hover{
	cursor:pointer;
}

.head .navi {
	height: 46px;
	width: 520px;
	float: right;
	margin: 27px 40px 27px 0px; 
}
.head .navi ul {
	list-style: none;
	display: block;
	height: 46px;
}
.head .navi ul li {
	margin-left: 40px;
	height: 40px;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	display: block;
	float: left;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
}
.head .navi ul li.selected {
	border-bottom: solid 3px #3ab271;
}
.head .navi ul a{
	text-decoration:none;
	color:#333;
}
.head .navi ul a:hover{
	cursor:pointer;
}


.poster {
	width: 100%;
	min-width: 1260px;
	/*background:#3ab271;*/
	margin: 100px auto 0px auto;
}

.mySwiper .poster{
	margin: 0px auto 0px auto;
}
.poster .container {
	width: 100%;
	/*height: calc(100% - 100px);*/
	height: 836px;
	max-width:1920px;
	margin:0px auto 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    /*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
.mySwiper .poster .container{
	margin:100px auto 0px auto;
	height: calc(100% - 100px);
}

.poster .container .writing {
	width: 1260px;;
	margin: 0px auto;
	color: #fff;
}
.poster .container .writing h1 {
	font-size: 36px;
	line-height: 48px;
}
.poster .container .writing p {
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
}

.poster .a {
	background-image: url("../images/poster_as.jpg");
}
.poster .a h1 {
	padding-top: 190px;
	padding-bottom: 30px;
	width: 560px;
}
.poster .a p {
	width: 560px;
}
.poster .b {
	background-image: url("../images/poster_bs.jpg");
}
.poster .b h1 {
	padding-top: 190px;
	padding-bottom: 30px;
	padding-left: 620px;
	width: 560px;
	color: #0c8f54;
}
.poster .b p {
	width: 560px;
	padding-left: 620px;
	color: #333333;
}
.poster .b img {
	margin-top: 50px;
}
.poster .c {
	background-image: url("../images/poster_cs.jpg");
}
.poster .c h1 {
	padding-top: 240px;
	padding-bottom: 30px;
	width: 560px;
}
.poster .c p {
	width: 500px;
}
.poster .d {
	background-image: url("../images/poster_ds.jpg");
}
.poster .d h1 {
	padding-top: 60px;
	padding-left: 70px;
	width: 1030px;
	color: #0c8f54;
}
.poster .d p {
	padding-left: 70px;
	width: 1100px;
	color: #333333;
}

.poster .d  ul{
	float:left;
	width:100%;
	display:flex;
	flex-direction:row;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	justify-content:center;
}
.poster .d  ul li{
	margin-left:22px;
	margin-right:22px;
	list-style:none;
}

.poster .e {
	background-image: url("../images/poster_es.jpg");
}
.poster .e h1 {
	padding-top: 70px;
	padding-left: 70px;
	width: 1030px;
}
.poster .e p {
	padding-left: 70px;
	width: 1100px;
}
.poster .f {
	background-image: url("../images/poster_fs.jpg");
}
.poster .f h1 {
	padding-top: 120px;
	padding-bottom: 10px;
	padding-left: 600px;
	width: 560px;
	color: #0c8f54;
}
.poster .f p {
	width: 600px;
	padding-left: 600px;
	color: #333333;
}
.poster .f img {
	margin-top: 0px;
}
.poster .g {
	background-image: url("../images/poster_gs.png");
	height: 440px;
	/*height: calc(100% - 180px);*/
}
.mySwiper .poster .g{
	height: calc(100% - 180px);
}
.poster .g h1 {
	padding-top: 60px;
	padding-left: 40px;
	width: 1180px;
	color: #0c8f54;
}
.poster .g p {
	padding-left: 40px;
	width: 1180px;
	color: #333333;
}
.poster .g img {
	padding-top: 30px;
}
.footer {
	font-size: 14px;
	background-color: #2b2b2b;
	/*padding: 25px 0px;*/
	padding-top:20px;
	width: 100%;
	min-width: 1260px;
	line-height: 20px;
	color: #a1a1a1;
	text-align: center;
	height:60px;
}
.footer a{
	text-decoration:none;
	color:#a1a1a1;
}
.footer a:hover{
	cursor:pointer;
}
.con {
	width: 100%;
	min-width:1260px;
	background-color: #f5f9ff;
	padding-top: 100px;
	padding-bottom: 20px;
}
.project {
	width: 1260px;
	margin: 0px auto;
}
.project p {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 10px;
	padding-top: 20px;
}
.project ul {
	list-style-type: none;
}
.project ul li {
	display: block;
	width: 293px;
	height: 195px;
	overflow: hidden;
	float: left;
	margin: 9px;
	border: 1px solid #f5f9ff;
	border-radius: 6px;
}
.project ul li:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.project ul li img {
	width: 100%;
	cursor: pointer;
}
.download {
	width: 1260px;
	height: 720px;
	margin: 30px auto 20px auto;
	border-radius: 12px;
	background-image: url("../images/app.png");
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.download h1 {
	font-weight: normal;
	font-size: 30px;
	padding-top: 70px;
	padding-left: 70px;
	line-height: 40px;
}
.download .app_icon {
	padding-top: 40px;
	padding-left: 70px;
	width: 420px;
	height: 80px;
}
.download .app_icon .icon {
	border-radius: 12px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 72px;
	height: 72px;
	float: left;
}
.download .app_icon .name {
	float: left;
	padding-left: 20px;
}
.download .app_icon .name p {
	font-size: 16px;
	color: #0c8f54;
	line-height: 24px;
}
.download .app_icon .name p strong {
	font-size: 20px;
	color: #000;
	padding-bottom: 5px;
	display: block;
}
.download .code {
	padding-top: 100px;
	padding-left: 70px;
	width: 420px;
	height: 80px;
}
.download .code h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 60px;
}
.download .code .codeList {
	width: 120px;
	border-radius: 12px;
	border: solid 1px #888;
	padding: 10px;
	padding-top: 0px;
	float: left;
	margin-right: 20px;
}
.download .code .codeList p {
	padding-left: 35px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.download .code .codeList p.android {
	background-image: url("../images/android.png");
}
.download .code .codeList p.ios {
	background-image: url("../images/ios.png");
}
.download .code .codeList img{
	width:120px;
	height:120px;
}
.about_banner {
	width: 100%;
	height: 600px;
	min-width:1260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../images/about.jpg");
	margin-top: 100px;
}
.about {
	padding: 20px 0px;
	width: 1260px;
	margin: 0px auto;
}
.about .left_navi {
	width: 170px;
	float: left;
	text-align: right;
}
.about .left_navi ul {
	list-style: none;
}
.about .left_navi ul li {
	line-height: 20px;
	padding: 0px 10px;
	margin: 15px 0px;
	cursor: pointer;
	border-right: solid 3px #fff;
}
.about .left_navi ul li.selected {
	border-right: solid 3px #0eab68;
}

.about .left_navi ul a{
	text-decoration:none;
	color:#333;
}
.about .left_navi ul a:hover{
	cursor:pointer;
}
.about .right_con {
	width: 1028px;
	float: left;
	border-left: solid 1px #d4d4d4;
	padding: 0px 30px 20px 30px;
	display:none;
}
.about .right_show{
	display:block;
}
.about .right_con h1 {
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
}
.about .right_con p {
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 20px;
}
.about .right_con span {
	text-align: center;
	display: block;
}
.video {
	width: 80%;
	min-width:1260px;
	padding-top: 100px;
	min-height: 300px;
	margin: 30px auto;
}

#outer_div{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.9);
	z-index:1999;
	width:100%;
	height:100%;
	display:none;
}

#outer_div .inner_div{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
    border-radius:0.0em;
	border:0.0em solid #555;
}
#lg-download{
	display:none;
}


.con_box {
	width: 1260px;
	margin: 30px auto 20px auto;
	border-radius: 12px;
	background:#fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.box_item_case{
	width:1100px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:15px;
}


.box_item_case b{
    display: block;
    height: 38px;
    overflow: hidden;
    float: left;
    border-left: 3px solid #3ab271;
    font-size: 26px;
    color: #404040;
    padding-left: 10px;
	font-weight:normal;
}


.box_project {
	width: 100%;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 20px;
	text-align:center;
}

.box_project_x{
	width: 100%;
	background-color: #fff;
	text-align:center;
}

.con_box h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 30px;
}

.con_box p{
	width:630px;
	line-height:24px;
	font-size:16px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	color:#787878;
	padding-top:4px;
}

.screen_min_width{
	min-width:860px;
}

/*round box 预览图*/
.roundabout_box {width:1100px;height:480px;margin:40px auto 80px;}
.roundabout_box ul {}
.roundabout_box ul li{text-align:center; line-height:30px;list-style:none;}
.roundabout_box .text{color:#666;font-size:14px;}
.roundabout_box span{color:#666;font-size:14px;}
.roundabout_box img {width:100%;border-radius: 0px;border-left:1px #fff solid;box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);}
.roundabout-holder{list-style:none;width:500px;height:500px;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:500px;width:800px;cursor:pointer;background:#f9f9f9;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;cursor:pointer;}
.roundabout-in-focus{cursor:auto;border-left:0px #fff solid;border-right:0px #fff solid;}
.roundabout-in-focus000:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-holder .text{color:#666;}
.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#333333;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}
