@charset "utf-8";

*{ padding:0; margin:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:
border-box; } 
html,body{ width: 100%; height: auto; background: #ffffff ;font-family: 'HelveticaBold';} 
ol,ul,li { list-style-position:inside; margin:0;padding:0; list-style-type: none;} 
table {border-collapse:collapse;border-spacing:0;empty-cells:show;text-align:left;}
th,td {border-collapse:collapse;} 
caption{text-align:left;} 
img{ border:0;} 
img.ie6{ vertical-align:text-bottom;} /*ie6*/
button {cursor:pointer;} 
h4{font:14px/normal;}
a{text-decoration: none;cursor: pointer;-webkit-transition: all .3s ease;transition: all .3s ease;}
a:active {border: 0px;}
img{border:0px} 
area {anything:expression(this.onfocus=this.blur);}
/* 清除浮动 */
.clear {clear: both;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0; }

/*滚动样式*/
::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f0f0f0;
}
::-webkit-scrollbar {
	width: 8px;
	background-color: #53bfe0;
}
::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #333;
}
::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #53bfe0;
}
/* 首页 */
#wraps{
	width:100%;
	height:auto;
	margin: 0 auto;
	position: relative;
	min-width: 1270px;
}
/* 渐变色 */
.index-video-textbg,.index-news-more a,.icons a.store,.support-downloads-update a,.one-active,.two-active{
	background-color:#53bfe0;
}
/* header */
.header,.header1{
	width: 100%;
	height: auto;
	background: #ffffff;
	position: relative;
}
.top{
	max-width: 1350px;
	height: 84px;
	margin: 0 auto;
	padding: 0 20px;
}
.top .logo{
	float: left;
	width:182px;
	height:43px;
	margin-top: 20.5px;
	position: relative;
}
.top .logo a{
	display: block;
	width:100%;
	height:100%;
}
.nav{
	float: left;
	margin-left: 60px;
}
.nav>li{
	float: left;
}
.nav li a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #1e1e1e;
	height: auto;
	line-height: 84px;
	padding: 0 30px;
	cursor: pointer;
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav li a:hover,.nav-menu>div a:hover span{
	color: #53bfe0;
}
.nav li .menu{
	width: 100%;
	left: 0;
	position: absolute;
	top: 84px;
	text-align: center;
	background: #fff;
	z-index: 10;
}
.nav li .menu a{
	display: inline-block;
	width: auto;
	height: 200px;
	cursor: pointer;
	padding: 64px 34px 0 34px;
}
.nav li .menu a img{
	display: block;
	width: 52px;
	height: 49px;
	margin: 0 auto 15px;
}
.nav li .menu a span{
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #1e1e1e;
	text-align: center;
}
.nav li .menu.menu1 a{
	padding-top: 35px;
}
.nav li .menu.menu1 a img{
	width: 91px;
	height: 78px;
}
.nav li .menu.menu3 a{
	padding-top: 50px;
}
.nav li .menu.menu3 a img{
	width: 80px;
	height: 63px;
}
.icons{
	float: right;
	height: 38px;
	margin-top: 23px;
}
.icons a{
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-left: 30px;
	vertical-align: top;
	cursor: pointer;
}
.icons a.store{
	width: 102px;
	height: 38px;
	font-size: 22px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}
/* 首页 */
.index-page{
	width: 100%;
	position: relative;
}
/*banner*/
.index-banner{
	width: 100%;
    height: 100vh;
    margin:0 auto 120px;
    position: relative;
}
.index-one{
	background: url(../images/index-banner1.jpg) no-repeat center;
	background-size: cover;
}
.index-two{
	background: url(../images/index-banner2.jpg) no-repeat center;
	background-size: cover;
}
.index-three{
	background: url(../images/index-banner3.jpg) no-repeat 70%;
	background-size: cover;
}
.index-banner .index-text h5{
	font-weight: normal;
	font-size: 80px;
	color: #343434;
	margin-bottom: 80px;
}
.index-banner .index-text p{
	color: #585858;
	font-size: 46px;
	line-height: 60px;
}
.index-banner .index-buy{
	margin-top: 88px;
}
.index-banner .index-buy a{
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #54bbd2;
	border-radius: 50px;
	padding: 20px 40px;
}
.index-one .index-text{
	position: absolute;
	top: 20%;
	left: 5.6%;
}
.index-two .index-text{
	width: 912px;
	text-align: center;
	position: absolute;
	top: 18%;
	right: 5.6%;
}
.index-three .index-text{
	width: 714px;
	position: absolute;
	top: 18%;
	left: 5.6%;
}
.index-three .index-text h5{
	margin-bottom: 40px;
}
.index-three .index-text .index-buy{
	text-align: right;
}
.index-four{
	width: 100%;
    height: auto;
    margin:0 auto;
	background: #ffffff;
    position: relative;
}
.index-four h4{
	font-size: 40px;
	height: 59px;
	text-align: center;
	margin-bottom: 70px;
}
.index-four h4 span{
	padding: 0 0 10px 0;
	border-bottom: 3px solid #53bfe0;
	border-radius: 3px;
}
.index-four-list{
	width:calc(100% - 120px);
	min-height:600px;
	position: relative;
	margin:0 auto;
	overflow: hidden;
}
.index-four ul{
	width:1200px;
	min-height:600px;
	margin: 0 auto;
	background: #fafafa;
	position: relative;
}
.index-four ul li{
	width:100%;
	height: 100%;
	text-align: center;
	padding: 80px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.index-four ul li h5{
	font-size: 40px;
	line-height: 50px;
	color: #53bfe0;
	margin-bottom: 40px;
}
.index-four ul li p{
	font-family: 'Helvetica';
	font-size: 26px;
	line-height: 36px;
	color: #484848;
}
.index-four ul li p.p1{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
}
.index-four ul li p span{
	font-size: 26px;
	font-style: italic;
}
.index-four-disc{
	width:100%;
	position: absolute;
	bottom:120px;
	left:0;
	text-align: center;
}
.index-four-disc a{
	display:inline-block;
	width:14px;
	height:14px;
	background:#B9B9B9;
	border-radius: 14px;
	margin:0 8px;
}
.index-four-disc a.act{
	background:#53bfe0;
}
.index-five{
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.index-five img{
	display: block;
	width: 100%;
	height: auto;
}
.index-add{
	width: 100%;
	height: auto;
	padding: 0 5.6% 100px 5.6%;
	text-align: center;
	background: #ffffff;
}
.index-add h5{
	font-weight: normal;
	font-size: 56px;
	color: #53bfe0;
	margin-bottom: 40px;
}
.index-add p{
	font-family: 'Helvetica';
	max-width: 1100px;
	margin: 0 auto;
	font-size: 45px;
	line-height: 60px;
	color: #585858;
}
.index-add p span{
	color: #53bfe0;
}
/* footer*/
.footer,.footer1{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.footer-nav{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:58px 0 34px 0;
	position: relative;
	background: #fafafa;
}
.footer-nav-list{
	width: 1200px;
	margin: 0 auto;
}
.footer-nav-item{
	float: left;
	width: 313.33px;
}
.footer-nav-item.footer-nav-itemlast{
	width: 260px;
}
.footer-nav-item p{
	font-size: 18px;
	line-height: 36px;
	color: #1e1e1e;
	margin-bottom: 10px;
}
.footer-nav-item ul li a{
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #484848;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.footer-nav-item ul li a:hover{
	color: #53bfe0;
}
/*邮件订阅*/
.email{
	width:100%;
	height:auto;
}
.email-list{
	width:260px;
	height:50px;
	margin:0 auto;
	position: relative;
}
.email-list input{
	font-family: 'HelveticaBold';
	display: inline-block;
	width:100%;
	height:50px;
	background: none;
	border: 2px solid #53bfe0;
	-moz-border-radius: 58px;
	-webkit-border-radius: 58px;
	border-radius: 58px;
	font-size: 16px;
	color: #1e1e1e;
	vertical-align: top;
	outline: none;
	padding: 0 0 0 15px;
	-webkit-appearance: none;
	appearance: none;
}
.email-list input.subscribe-btn{
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	background: url(../images/foot-email.png) no-repeat center;
}
.email-list input::-webkit-input-placeholder{
	color:#c8ccce;
}
.email-list input::-moz-placeholder{
	color:#c8ccce;
}
.email-list input:-moz-placeholder{
	color:#c8ccce;
}
.email-list input:-ms-input-placeholder{
	color:#c8ccce;
}
.email-list input[type=submit]{
	-webkit-appearance: none;
	outline: none;
}
.footer-bottom{
	width: 100%;
	margin: 20px auto 0;
}
.footer-bottom-icon li{
	display: inline-block;
}
.footer-bottom-icon{
	height: 50px;
}
.footer-bottom-icon li a{
	display: block;
	width: 45px;
	height: 45px;
	margin: 3.5px;
}
/* footer */
.footer-explain{
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:30px 0;
	position: relative;
	background: #fafafa;
	border-top: 1px solid #7d7d7d;
}
.footer-text{
	width: 1200px;
	margin: 0 auto;
}
.footer-text p{
	display: inline-block;
	width: 600px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
	color: #484848;
}
.footer-text p:last-child{
	text-align: right;
}
.footer-text p a{
	display: inline-block;
	color: #484848;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 36px;
}
.footer-text p a:hover{
	color: #53bfe0;
}
/* simcam 1s */
.secondary-slide{
	width: 100%;
    height: 80px;
    margin: 0 auto;
	background: #404040;
	top:0;
	z-index:99999;
}
.secondary-top{
	max-width: 1356px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
.secondary-logo{
	height: 80px;
	font-size: 18px;
	line-height: 75px;
	color: #ffffff;
	float: left;
}
.secondary-nav{
	float: right;
}
.secondary-nav li{
	float: left;
	margin: 0 30px;
}
.secondary-nav li a{
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
	text-decoration: none;
}
.secondary-nav li.shop{
	margin:20px 0 0 30px;
}
.secondary-nav li.shop a{
	width:110px;
	height:40px;
	line-height: 40px;
	background: #53bfe0;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.secondary-nav li.ractive a,.secondary-nav li a:hover{
	color: #53bfe0;
}
.secondary-nav li.shop a:hover{
	color: #fff;
}
/* pro */
.main{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
section{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.pro-banner{
	width: 100%;
	height: 100vh;
	background: #ffffff;
	height: 100vh;
}
.pro-one{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.pro-one-img{
	width: 582px;
	margin: 0 auto 60px;
}
.pro-one-img img{
	width: 85%;
	text-align: center;
	margin: 0 auto;
}
.pro-one-icon{
	width: 1200px;
	margin: 0 auto;
}
.pro-one-icon li{
	float: left;
	width: 200px;
	font-family: 'Helvetica';
	font-size: 20px;
	color: #000000;
	text-align: center;
}
.pro-one-icon li img{
	display: block;
	width: 106px;
	height: 106px;
	margin: 0 auto 20px;
}
.pro-two,.pro-three,.pro-four,.pro-five,.pro-six,.pro-seven{
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 1200px;
}
.pro-two-img{
	width: 100%;
	height: 760px;
}
.pro-two-all,.pro-three-all,.pro-four-all{
	width: 100%;
	height: auto;
	background: #ffffff;
}
.pro-two-list{
	width: 1000px;
	margin: 0 auto;
	padding: 0 58px 72px 18px;
}
.pro-two-left,.pro-three-left,.pro-four-left{
	float: left;
	width: 468px;
}
.pro-two-left h4,.pro-three-left h4,.pro-four-left h4,.pro-five-list h4,.pro-six-list h4,.pro-seven-text h4{
	font-size: 50px;
	color: #000000;
	padding: 70px 0 20px 0;
}
.pro-two-left p{
	width: 400px;
	height: 74px;
	line-height: 74px;
	background: url(../images/pro-line.png) no-repeat center #53bfe0;
	border-radius: 20px;
	font-family: 'Helvetica';
	font-size: 26px;
	color: #2d2d2d;
	margin: 0 0 0 32px;
}
.pro-two-left p span{
	display: inline-block;
	width: 200px;
	text-align: center;
}
.pro-two-right,.pro-three-right,.pro-four-right{
	float: right;
	width: 333px;
	position: relative;
}
.pro-two-right{
	margin-top: -122px;
}
.pro-three-all{
	background: #f8f6f1;
	padding: 120px 0 0 0;
}
.pro-three-list{
	width: 1140px;
	margin: 0 auto;
}
.pro-three-left{
	width: 430px;
}
.pro-three-left .pro-three-icon{
	width: 114px;
	height: 115px;
}
.pro-three-left h4{
	padding: 100px 0 46px 0;
}
.pro-three-left p,.pro-four-left p,.pro-five-list p,.pro-seven-text p{
	font-family: 'Helvetica';
	font-size: 32px;
	line-height: 50px;
	color: #000000;
}
.pro-three-right{
	width: 558px;
	height: 904px;
}
.pro-four-list{
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 40px 0;
}
.pro-four-left{
	width: 810px;
	margin: 0 0 0 50px;
}
.pro-four-left h4,.pro-five-list h4,.pro-six-list h4,.pro-seven-text h4{
	padding: 0 0 20px 0;
}
.pro-four-right{
	width: 150px;
	border: 6px solid #53bfe0;
	border-radius: 25px;
}
.pro-four-right p{
	font-size: 54px;
	color: #000000;
	text-align: center;
	padding: 10px 0 20px 0;
}
.pro-four-right p span{
	display: block;
	font-family: 'Helvetica';
	font-size: 14px;
}
.pro-four-img{
	width: 100%;
	height: 692px;
}
.pro-five-all{
	height: 100vh;
	background: url(../images/pro-img5.jpg) no-repeat center;
	background-size: cover;
}
.pro-five-list,.pro-six-list{
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.pro-five-list h4,.pro-five-list p{
	width: 454px;
}
.pro-six-all{
	height: 100vh;
	background: url(../images/pro-img6.jpg) no-repeat bottom center;
	background-size: cover;
}
.pro-six-list{
	width: 562px;
}
.pro-six-list h4,.pro-six-list p{
	color: #ffffff;
	text-align: center;
}
.pro-six-list ul{
	width: 400px;
	margin: 0 auto;
}
.pro-six-list ul li{
	float: left;
	width: 200px;
	text-align: center;
	font-family: 'Helvetica';
	font-size: 20px;
	color: #ffffff;
}
.pro-six-list ul li img{
	display: block;
	width: 94px;
	height: 94px;
	margin: 0 auto 10px;
}
.pro-seven-all{
	background: #f8f6f1;
}
.pro-seven-list{
	width: 788px;
	margin: 0 auto;
	padding: 140px 0 100px 0;
}
.pro-seven-img{
	width: 539px;
	height: 539px;
	margin: 0 auto 100px;
}
.pro-seven-text{
	display: table;
	width: 788px;
	height: 121px;
	text-align: center;
	background: url(../images/pro-img9.png) no-repeat center;
	padding: 10px 0;
}
.pro-seven-table{
	display: table-cell;
	vertical-align: middle;
}
.pro-seven-text h4{
	padding: 0 0 8px 0;
}
.pro-seven-text p{
	line-height: 32px;
}
/*pro-specs*/
.pro-specs{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 100px 0;
	background: #fff;
}
.pro-specs table{
	width: 57.4%;
	height: auto;
	margin: 0 auto;
}
.pro-specs table tr td{
	font-size: 18px;
	color: #747474;
	line-height: 70px;
	border-bottom: 1px dashed #dadada;
	padding:20px 0;
}
.pro-specs table tr td.td-first{
	font-weight: bold;
	font-size: 28px;
	vertical-align: top;
}
.pro-specs table tr.tr-last td{
	border-bottom: none;
}
.pro-specs p.pspecs{
	width: 66%;
    height: auto;
    margin: 0 auto;
	font-size: 20px;
	line-height: 50px;
	color: #747474;
	text-align: left;
}
/* small-news */
.small-news{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 60px 0;
}
.small-news a{
	color: #53bfe0;
	text-decoration: underline;
	cursor: pointer;
}
.small-news img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.small-news-three{
	margin: 0 0 10px 0;
}
.small-news-list{
	max-width: 678px;
	margin: 0 auto;
}
.small-news-list p{
	text-align: left;
	margin: 20px 0;
}
.small-news-list h2{
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 14px;
}
.small-news-list h4{
	font-size: 28px;
	color: #1e1e1e;
	margin: 20px 0 0 0;
}
.small-news-title{
	font-size: 16px;
	line-height: 20px;
	color: #b2b2b2;
	margin-bottom: 22px;
}
.small-news-title a{
	display: inline-block;
	color: #303030;
	margin-right: 10px;
}
.small-news-title a:hover{
	color: #F59D31;
	color: #24d7ad;
}
.small-news-list p{
	font-family: 'Helvetica';
	font-size: 15px;
	line-height: 30px;
	color: #888888;
}
.small-news-eight p{
	margin: 5px 0 0 0;
}
.small-news-img,.small-news-list img{
	display: block;
	width: 100%;
	height:auto;
}
.small-news-img-title{
	font-size: 14px;
	text-align: center;
	color: #b2b2b2;
	margin: 20px 0;
}
.small-news-img-three{
	margin-bottom: 10px;
}
.small-news-list-other p{
	text-align: center;
}
.small-news-list-other .small-news-two{
	margin-top: 20px;
}
/*support*/
.support{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}
.support-banner{
	width: 100%;
	height: 833px;
	background: url(../images/support-banner.jpg) no-repeat center;
	position: relative;
}
.support-banner-text{
	width: 846px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.support-banner-text h1{
	font-size: 100px;
	line-height: 100px;
	color: #53bfe0;
	margin: 0 auto 50px;
}
.support-banner-text p{
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
}
.support-products{
	width: 100%;
	height: auto;
	padding: 120px 0;
	text-align: center;
}
.support-products h4{
	font-size: 40px;
	line-height: 40px;
	color: #1e1e1e;
}
.support-products p{
	font-size: 28px;
	line-height: 28px;
	color: #343434;
	margin: 40px 0 80px 0;
}
.support-product{
	width: 988px;
	margin: 0 auto;
	font-size: 0;
}
.support-product-all{
	display: inline-block;
	width: calc(50% - 30px);
	margin: 15px;
	cursor: pointer;
}
.support-product-item{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.support-product-text,.support-product-img{
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 464px;
	height: auto;
	color: #fff;
	font-size: 16px;
}
.support-product-text{
	position: relative;
	background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
	background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
	background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}
.support-product-text.text1{
	background: url(../images/support-img1.jpg) no-repeat center;
}
.support-product-text.text2{
	background: url(../images/support-img2.jpg) no-repeat center;
}
.support-product-text.text3{
	background: url(../images/support-img00.jpg) no-repeat center;
}
.support-product-text.text4{
	background: url(../images/support-img4.jpg) no-repeat center;
}
.support-product-text p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	position: absolute;
	bottom: 40px;
	left: 0;
	margin: 0;
}
.support-product-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.support-product-img.img1{
	background: url(../images/support-img5.jpg) no-repeat center;
}
.support-product-img.img2{
	background: url(../images/support-img6.jpg) no-repeat center;
}
.support-product-img.img3{
	background: url(../images/support-img0.jpg) no-repeat center;
}
.support-product-img.img4{
	background: url(../images/support-img8.jpg) no-repeat center;
}
.support-product-item .support-product-img{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.support-product-item .support-product-text{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.support-product-item:hover .support-product-text,
.support-product-item:hover .support-product-img{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.support-product-item:hover .support-product-img{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.support-product-item:hover .support-product-text{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.support-service{
	width: 100%;
	height: 570px;
	background: #000000;
	text-align: center;
}
.support-service h4{
	font-size: 40px;
	line-height: 40px;
	color: #53bfe0;
	padding: 90px 0 140px;
}
.support-service ul{
	max-width: 1054px;
	margin: 0 auto;
	font-size: 0;
}
.support-service ul li{
	display: inline-block;
	width: 33.33%;
}
.support-service ul li a{
	display: block;
	width: 100%;
	cursor: pointer;
}
.support-service-img{
	width: 132px;
	height: 132px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.support-service-img img{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.support-service ul li p{
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}
.support-service ul li a:hover .support-service-img img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.support-help{
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 120px 0;
}
.support-help-text{
	max-width: 1100px;
	margin: 0 auto;
}
.support-help-left{
	float: left;
	width: 520px;
}
.support-help-left h4{
	font-size: 40px;
	line-height: 40px;
	color: #1e1e1e;
	margin: 0 0 30px 0;
}
.support-help-left p{
	font-size: 28px;
	line-height: 35px;
	color: #343434;
}
.support-help-right{
	float: right;
	width: 500px;
}
.support-help-right ul li{
	font-size: 18px;
	color: #1e1e1e;
	margin: 20px 0;
	vertical-align: middle;
}
.support-help-right ul li a{
	display: block;
	color: #1e1e1e;
}
.support-help-right ul li a:hover{
	color: #53bfe0;
}
.support-help-right ul li img{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
/* support-simcam1s */
.support-list{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.support-list-all{
	width: 100%;
	height: auto;
	padding: 70px 0 0 0;
}
.support-list-icon,.support-guides,.support-tutorials,.support-downloads,.support-troubleshooting{
	width: 100%;
	margin: 0 auto;
}
.support-list-icon{
	border-bottom: 1px solid #a5a5a5;
}
.support-list-icon ul{
	width: 960px;
	margin: 0 auto 40px;
	font-size: 0;	
}
.support-list-icon ul li{
	display: inline-block;
	width: calc(25% - 60px);
	margin: 30px;
	text-align: center;
}
.support-list-icon ul li a{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #1e1e1e;
	cursor: pointer;
}
.support-list-icon ul li a .support-list-img{
	width: 90px;
	height: 80px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}
.support-list-icon ul li a .support-list-img.img1{
	background: url(../images/support-product-icon1.png) no-repeat center;
	background-size: cover;
}
.support-list-icon ul li a .support-list-img.img2{
	background: url(../images/support-product-icon2.png) no-repeat center;
	background-size: cover;
}
.support-list-icon ul li a .support-list-img.img3{
	background: url(../images/support-product-icon3.png) no-repeat center;
	background-size: cover;
}
.support-list-icon ul li a .support-list-img.img4{
	background: url(../images/support-product-icon4.png) no-repeat center;
	background-size: cover;
}
.support-list-icon ul li.on a .support-list-img.img1{
	background: url(../images/support-product-on-icon1.png) no-repeat center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.support-list-icon ul li.on a{
	color: #53bfe0;
}
.support-list-icon ul li.on a .support-list-img.img2{
	background: url(../images/support-product-on-icon2.png) no-repeat center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.support-list-icon ul li.on a .support-list-img.img3{
	background: url(../images/support-product-on-icon3.png) no-repeat center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.support-list-icon ul li.on a .support-list-img.img4{
	background: url(../images/support-product-on-icon4.png) no-repeat center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.support-list-text>div{
	display: none;
}
.support-guides,.support-tutorials,.support-downloads,.support-troubleshooting{
	padding: 60px 0;
}
.support-guides-list{
	width: 780px;
	margin: 0 auto;
}
.support-guides-list a{
	display: block;
	font-size: 18px;
	color: #1e1e1e;
	margin-bottom: 40px;
}
.support-guides-list a img,.support-downloads-update img{
	display: inline-block;
	width: 62px;
	height: 70px;
	margin-right: 20px;
	vertical-align: middle;
}
.support-guides-list a:hover{
	color: #53bfe0;
}
.support-tutorials-list{
	width: 980px;
	margin: 0 auto;
	font-size: 0;
}
.support-tutorials-item{
	display: inline-block;
	width: calc(50% - 20px);
	margin: 10px;
	vertical-align: top;
}
.support-tutorials-video{
	width: 100%;
	height: 264px;
	background: url(../images/support-video.jpg) no-repeat center;
	background-size: cover;
}
.support-tutorials-item p{
	font-size: 18px;
	line-height: 35px;
	color: #343434;
	text-align: center;
	margin: 20px 0 0 0;
}
.support-downloads h4{
	font-size: 40px;
	line-height: 50px;
	color: #1e1e1e;
	text-align: center;
	margin: 0 0 40px 0;
}
.support-downloads-firmware,.support-downloads-app{
	width: 836px;
	margin: 0 auto;
}
.support-downloads-update{
	font-size: 18px;
	color: #343434;
	margin: 0 0 40px 0;
}
.support-downloads-update img{
	width: 58px;
}
.support-downloads-update a{
	float: right;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: 12px 20px;
	margin: 12.5px 0 0 40px;
	border-radius: 40px;
	cursor: pointer;
}
.support-downloads-firmware p{
	font-size: 18px;
	line-height: 24px;
	color: #343434;
	margin: 0 0 20px 0;
}
.support-downloads-firmware h5{
	font-size: 24px;
	line-height: 40px;
	color: #1e1e1e;
	margin: 0 0 20px 0;
}
.support-downloads-video{
	width: 100%;
	height: 439px;
	background: url(../images/support-downloads-video.jpg) no-repeat center;
	background-size: cover;
}
.support-downloads-firmware h4{
	margin: 50px 0 40px 0;
}
.support-downloads-app ul{
	width: 370px;
	margin: 0 auto;
	font-size: 0;
}
.support-downloads-app ul li{
	display: inline-block;
	width: 50%;
	text-align: center;
}
.support-downloads-app ul li a{
	display: block;
	cursor: pointer;
}
.support-downloads-app ul li a .support-downloads-img{
	width: 78px;
	height: 78px;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
}
.support-downloads-app ul li a img{
	display: block;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.support-downloads-app ul li a:hover .support-downloads-img img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.support-downloads-app ul li a span{
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #343434;
}
.support-troubleshooting-list{
	width: 780px;
	margin: 0 auto;
}
.support-troubleshooting-list h4{
	font-size: 40px;
	line-height: 50px;
	color: #1e1e1e;
	text-align: center;
	margin: 0 0 50px 0;
}
.support-troubleshooting-list h5{
	font-size: 24px;
	color: #343434;
	margin-bottom: 20px;
}
.support-troubleshooting-list h6{
    font-size: 20px;
    color: #343434;
    margin-bottom: 10px;
}
.support-troubleshooting-list p{
	font-family: 'Helvetica';
    font-size: 18px;
    color: #343434;
    line-height: 24px;
    margin-bottom: 40px;
}
.support-troubleshooting-answer{
    width: 100%;
    margin: 0 auto;
}
.support-troubleshooting-item{
    width: 100%;
    height: auto;
	margin: 0 0 26px 0;
}
.support-troubleshooting-item h3{
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    padding: 12px 46px 12px 26px;
	border-radius: 50px;
    background: url(../images/support-arrow-right.png) no-repeat 97% #1e1e1e;
}
.support-troubleshooting-item h3.on{
    background: url(../images/support-arrow-up.png) no-repeat 97% #1e1e1e;
}
.support-troubleshooting-text{
	font-family: 'Helvetica';
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
	line-height: 30px;
    color: #343434;
	padding: 56px 26px 26px 26px;
	background: #f5f5f7;
	margin: -30px 0 0 0;
    display: none;
}
/* about */
.about-banner{
	position: relative;
	width: 100%;
	background: #4D4D4D;
	padding: 80px 0;
}
.about-one{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.about-one h1{
	font-size: 80px;
	color: #53bfe0;
	margin-bottom: 20px;
}
.about-one p{
	max-width: 734px;
	margin: 0 auto;
	font-size: 34px;
	line-height: 56px;
	color: #fff;
}
.about-two{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 190px 0;
	background: #fff;
}
.about-two-img{
	width: 853px;
	height: 90px;
	margin: 0 auto;
}
.about-three{
	width: 100%;
	height: 1561px;
	margin: 0 auto;
	padding: 157px 0;
	background: url(../images/about-img.jpg) no-repeat center;
}
.about-three-all{
	max-width: 1006px;
	height: 100%;
	margin: 0 auto;
	padding: 80px;
	background: rgb(255,255,255,0.79);
}
.about-three-all h4,.about-three-all h5,.about-four h4{
	font-size: 40px;
	line-height: 50px;
	color: #1e1e1e;
	margin-bottom: 80px;
	text-align: center;
}
.about-three-all h5{
	margin-top: 160px;
}
.about-three-all p{
	font-size: 28px;
	line-height: 35px;
	color: #1e1e1e;
	text-align: center;
}
.about-four{
	position: relative;
	width: 100%;
	height: 5500px;
	background: #ffffff;
	padding: 110px 0;
	overflow: hidden;
}
.about-four-all{
	width: 100%;
	height: 680px;
	overflow: hidden;
	position: relative;
}
.about-four-text{
	width: 500%;
	height: 420px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.about-four-item{
	height: 100%;
	width: calc( 100% / 10);
	float: left;
	position: relative;
}
.about-four-item h5{
	font-size: 80px;
	line-height: 100px;
	color: #53bfe0;
}
.about-four-item p{
	font-size: 52px;
	color: #1e1e1e;
}
.about-four-item.right{
	text-align: right;
	padding: 140px 1.5% 0 0;
}
.about-four-item.left{
	text-align: left;
	padding-left: 1.5%;
}
.about-four-line{
	width: 958px;
	height: 2px;
	margin: 0 auto;
	background: #1e1e1e;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -479px;
}
.about-four-scroll{
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #53bfe0;
}
.about-five{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}
.about-five ul{
	font-size: 0;
	margin: 0 -3px;
	overflow: hidden;
}
.about-five ul li{
	display: inline-block;
	width: calc(33.33% - 6px);
	height: 420px;
	margin: 0 3px;
	position: relative;
	overflow: hidden;
}
.about-five ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 126.5px 0;
	background: #1e1e1e;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.about-five ul li h4{
	font-size: 60px;
	color: #fff;
	text-align: center;
}
.about-five-img{
	width: 55px;
	height: 55px;
	margin: 40px auto 0;
}
.about-five-img img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.about-five ul li.on a{
	padding: 121.5px 0;
}
.about-five ul li.on h4{
	font-size: 64px;
}
.about-five ul li.on .about-five-img{
	width: 60px;
	height: 60px;
}
/* news */
.news{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.news-tip,.support-tip{
	width: 100%;
	height: 50px;
	background: #404040;
}
.news-tip h1,.support-tip p{
	max-width: 1335px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 14px;
	line-height: 50px;
	color: #ffffff;
}
.news-tip h1 a,.support-tip p a{
	display: inline-block;
	color: #ffffff;
}
.news-tip h1 a:hover,.support-tip p a:hover{
	color: #53bfe0;
}
.news-all{
	width: 100%;
	height: auto;
	background: #f5f5f7;
}
.news-title,.news-list{
	width: 980px;
	margin: 0 auto;
}
.news-title{
	font-size: 0;
}
.news-title a{
	display: inline-block;
	width: 50%;
	height: 150px;
	font-size: 26px;
	line-height: 150px;
	color: #1e1e1e;
	text-align: center;
	cursor: pointer;
}
.news-title a:hover,.news-title a.on{
	color: #53bfe0;
}
.news-list .news-item{
	width: 100%;
	display: none;
}
.news-list .news-item.on{
	display: block;
}
.news-one{
	width: 980px;
	height: 550px;
	margin-bottom: 38px;
	overflow: hidden;
	position: relative;
}
.news-one a,.news-page ul li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.news-one-img,.news-page-img>div{
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
	transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
	transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
	transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1)
}
.news-one-img::after,.news-page-img>div::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: background 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: background 400ms cubic-bezier(0.4, 0, 0.25, 1);
}
.news-one a:hover .news-one-img,.news-page ul li a:hover .img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03)
}
.news-one a:hover .news-one-img::after,.news-page ul li a:hover .news-page-img>div::after{
	background: rgba(0,0,0,0.4);
}
.news-one-text,.news-two-text{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px;
}
.news-one-text p,.news-two-text p{
	font-family: 'Helvetica';
	font-size: 14px;
	color: #ffffff;
}
.news-one-text h5,.news-two-text h5{
	font-size: 40px;
	line-height: 46px;
	color: #ffffff;
	margin: 25px 0;
}
.news-page{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.news-page ul{
    margin-right: -40px;
	font-size: 0;
}
.news-page ul li{
	display: inline-block;
	margin-bottom: 40px;
	margin-right: 40px;
	position: relative;
}
.news-page ul li.page1{
	width: 470px;
	height: 450px;
}
.news-page ul li .news-two-text h5{
	height: 42px;
	overflow: hidden;
}
.news-page ul li.page2{
	width: 300px;
	height: 288px;
}
.news-item .page2 .news-two-text{
	padding: 12px 24px;
}
.news-item .page2 .news-two-text h5{
	margin: 8px 0;
}
.news-page-num{
	text-align: right;
}
.news-page-num a{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	color: #99999a;
	border: 1px solid #99999a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
}
.news-page-num a:hover{
	color: #333333;
}
.news-page-num a.news-page-prev1,.news-page-num a.news-page-next1,.news-page-num a.news-page-prev2,.news-page-num a.news-page-next2{
	width: 32px;
	height: 32px;
	border: none;
}
.news-page-num a.news-page-prev1,.news-page-num a.news-page-prev2{
	background: url(../images/news-page-left.png) no-repeat center;
}
.news-page-num a.news-page-prev1:hover,.news-page-num a.news-page-prev2:hover{
	background: url(../images/news-page-hleft.png) no-repeat center;
}
.news-page-num a.news-page-next1,.news-page-num a.news-page-next2{
	background: url(../images/news-page-right.png) no-repeat center;
}
.news-page-num a.news-page-next1:hover,.news-page-num a.news-page-next2:hover{
	background: url(../images/news-page-hright.png) no-repeat center;
}
.news-page-num a.one-link,a.one-link:hover,.news-page-num a.two-link,a.two-link:hover{
	color: #333333;
}
.news-page-num a.one-active,.news-page-num a.two-active{
	border: none;
	color:#ffffff;
}
.news-page-num span{
	margin: 0 5px;
}
.news-page-img{
	width: 100%;
	height: 268px;
	overflow: hidden;
	position: relative;
}
.news-one-img{
	background: url(../images/press-img1.jpg) no-repeat center;
	background-size: cover;
}
.news-page-img>div.img1{
	background: url(../images/press-img2.jpg) no-repeat top center;
	background-size: cover;
}
.news-page-img>div.img2{
	background: url(../images/press-img3.jpg) no-repeat top center;
	background-size: cover;
}
.news-page-img>div.img3{
	background: url(../images/press-img4.jpg) no-repeat top center;
	background-size: cover;
}
.news-page-img>div.img4{
	background: url(../images/press-img5.jpg) no-repeat top center;
	background-size: cover;
}
.news-page-img>div.img5{
	background: url(../images/press-img6.jpg) no-repeat top center;
	background-size: cover;
}
.news-two-text p,.news-two-text h5{
	color: #1e1e1e;
}
.news-two-text h5{
	font-size: 20px;
	line-height: 20px;
}
.news-page ul li.page2 .news-page-img{
	height: 172px;
}
.news-item-other  .news-one-img{
	background: url(../images/news-img1.jpg) no-repeat top center;
	background-size: cover;
}
.news-item-other .news-page-img>div.img1{
	background: url(../images/news-img2.jpg) no-repeat top center;
	background-size: cover;
}
.news-item-other .news-page-img>div.img2{
	background: url(../images/news-img3.jpg) no-repeat top center;
	background-size: cover;
}
.news-item-other .news-page-img>div.img3{
	background: url(../images/news-img4.jpg) no-repeat top center;
	background-size: cover;
}
.news-item-other .news-page-img>div.img4{
	background: url(../images/news-img5.jpg) no-repeat top center;
	background-size: cover;
}
.news-item-other .news-page-img>div.img5{
	background: url(../images/news-img6.jpg) no-repeat top center;
	background-size: cover;
}
.news-contact{
	width: 100%;
	height: auto;
	margin: 22px auto 0;
	border-top: 1px solid #9f9fa0;
	padding: 120px 0;
	text-align: center;
}
.news-contact h4{
	font-size: 40px;
	line-height: 50px;
	color: #1e1e1e;
	margin: 0 0 40px 0;
}
.news-contact p{
	width: 676px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
}
.news-contact ul{
	width: 650px;
	margin: 100px auto 0;
	font-size: 0;
}
.news-contact ul li{
	display: inline-block;
	width: 33.33%;
	border-right: 1px solid #b4b4b5;
}
.news-contact ul li:last-child{
	border-right: none;
}
.news-contact ul li a{
	display: block;
	cursor: pointer;
}
.news-contact ul li img{
	display: block;
	width: 35px;
	height: 30px;
	margin: 0 auto 10px;
}
.news-contact ul li p{
	width: auto;
	font-size: 18px;
	line-height: 22px;
	color: #1e1e1e;
}
/*隐私协议*/
.privacy-content{
	width:100%;
	height:auto;
	margin: 0 auto;
	background: #FAFAFA;
	padding: 80px 0;
}
.privacy{
	max-width: 1240px;
	height:auto;
	margin: 0 auto;
	padding: 0 20px;
}
.privacy h4,.privacy h5{
    font-size: 30px;
    font-weight: 400;
    color: #747474;
}
.privacy h5{
	margin: 30px 0 0 0;
}
.privacy p{
	font-size: 18px;
	line-height: 30px;
    color: #747474;
    margin: 30px 0;
}
/* 媒体查询 */
@media only screen and (max-width:1560px){
	.index-banner .index-text h5{
		font-size: 70px;
		margin-bottom: 60px;
	}
	.index-banner .index-text p{
		font-size: 50px;
		margin-bottom: 60px;
	}
	.index-banner .index-buy a{
		font-size: 40px;
		line-height: 40px;
		padding: 20px 30px;
	}
	.index-two .index-text{
		width: 800px;
	}
	.index-three .index-text{
		width: 674px;
	}
}
@media only screen and (max-width:1450px){
	.index-banner .index-text h5{
		font-size: 60px;
		margin-bottom: 40px;
	}
	.index-banner .index-text p{
		font-size: 40px;
		margin-bottom: 50px;
	}
	.index-banner .index-buy a{
		font-size: 30px;
		line-height: 30px;
		padding: 20px 30px;
	}
	.index-two .index-text{
		width: 684px;
	}
	.index-three .index-text{
		width: 538px;
	}
}