@charset "utf-8";
/* CSS Reset */
*{ 
    margin: 0;
    padding: 0;
}
body {
	font-size: 14px;
	line-height: 1.5;
	background:#F5F5F5;
	color: #444;
	overflow-x: hidden;
	box-sizing: border-box;
	font-family: 'q_serif',Georgia,Times,"Times New Roman",serif;
}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
} 
.clearfloat{
	zoom:1;
}
strong{
	color:#666;
}
table
  {
     border-collapse:collapse;
  }
th{
	background-color: #F5F5F5;
    text-align:left;
	border:1px solid #DDD;  
    padding:8px;
    vertical-align:top;
	}
td.withborder{
   border:1px solid #DDD;  
   padding:8px;
   vertical-align:top;
}
button, input, select, textarea { 
	font-size: 14px; 
	color:#000;
}

p,li,a,span,dl,dt,dd{
	color:#7c7c7c;
	}
h1, h2, h3{
	font-weight:normal; 
}
h1 { 
	font-size: 28px;
}
h2 { 
	font-size: 24px; 
}
h3 { 
	font-size: 20px; 
}
h4 { 
	font-size: 20px; 
}
h5, h6 {
	font-size: 100%; 
}
ul li{
	list-style: none;
	font-weight:inherit;
}
a, a:hover { 
	text-decoration: none; 
	color: #666;
}
img {
	border: none;
	display: inline-block;
}
.content { 
	width: 1200px; 
	margin: 0 auto; 
}
.clear { 
	clear: both; 
}
.crumb{
	line-height:60px;
}
.crumb a:hover{color: #179fff;}
.bstrong{
	font-weight:bold;
	color:#666;
}

/*.btn-box{
	margin:0 auto;
	width: 1000px;
}*/
.btn-down,
.btn-buy {
	display: block;
	width: 100px;
	line-height: 45px;
	padding-left: 60px;
	border-radius: 5px;
	background: #1dc002 url(../images/common/btn-down2.png) no-repeat 15px 6px;
	color: #fff;
	font-size: 18px;
	float: left;
	margin: 15px;
}
.btn-buy {
	background: #ff9c44 url(../images/common/btn-buy2.png) no-repeat 15px 6px;
}
.btn-down:hover {
	background-color: #179802;
}
.btn-buy:hover {
	background-color: #ea7c1a;
}
.btn-buy:active {
	background: #ff9c44 url(../images/common/btn-buy2.png) no-repeat 17px 8px;
}
.btn-down:active {
	background: #1dc002 url(../images/common/btn-down2.png) no-repeat 17px 8px;
}
/*#float-nav li a{
	padding:2px 2px 4px 2px;
	float: left;
	margin:15px 20px 15px 0;
	cursor:pointer;
	display: block;
}
#float-nav img{
	width: 20px;
	vertical-align:top;
	margin-right: 4px;
}*/
/*.asd,#float-nav li a:hover{
	border-bottom: 2px solid #999;
}*/
/* Common */
/* Header
---------------------------------------------------------------------------------------*/
.header {
	background-color: #fff;
	position: relative;
	z-index: 12;
	border-bottom:#ccc 1px solid;
}
.header>.content {
	height: 80px;
}
.logo {
	float: left;
	margin:18px 0;
}
.nav {
	float: right;
}
.nav>li {
	float: left;
	margin:0 2px;
}
.nav>li>a {
	border-top: 2px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box;
	padding: 0px 25px;
	display: inline-block;	
	line-height: 80px;
	font-size:18px;	
	color: #333;
	height: 80px;
}
.nav>li>a:hover{
	border-color:#179fff;
}
.nav>li>.active-nav{color: #179FFF;}
.nav>li>.nav-home{background: url(../images/index-img/home-03.png) no-repeat center left;padding-left: 35px;color: #77d406;border-top: 2px solid #fff;box-sizing: border-box;}
.nav>li>.nav-home:hover{color: #77d406; border-color:#fff ;}
.nav>li>a:hover{
	color: #179fff;
}
.button-nav{float: right;padding-top: 16px;display: none;padding-right: 2%;}
.nav>li>.home{background: url(../images/index-img/home-03.png) no-repeat center left;padding-left: 35px;color: #77d406;}
/* Footer
---------------------------------------------------------------------------------------*/
.footer-top{background-color: #3d5261; padding-bottom: 20px;}
/*.partners,*/
/*.commit,*/
.contact {
	float: left;
	color: #fff;
	margin-bottom: 10px;
}
/*.partners h4,*/
/*.commit h4,*/
.contact h4 {
	margin-bottom: 20px;
}
/*.partners {
	width: 900px;padding-top: 30px;
}
.partners img {
	width: 144px;
	height: 46px;
	float: left;
	margin: 0 2px 2px 0;
}*/
.contact {
	padding-top: 30px;
}
.contact a {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.sub-footer {
	color: #fff;
}
.sub-footer p {
	color: #E0E0E0;float: left;
}
.footer-nav>a {
	color: #E0E0E0;font-size: 1.2rem;padding-left: 10px;padding-right: 10px;
}
.footer-nav>a:hover {
	text-decoration: underline;
}
.sub-footer{height: 40px;background-color: #24323b;}
.sub-footer, .copyright{line-height: 40px;}
.copyright{padding-left: 80px;}
.copyright>a{color: #179FFF;}
/* Top
---------------------------------------------------------------------------------------*/
.toTop{
	display: none;
	cursor: pointer;
	width: 62px;
	height: 62px;
	position: fixed;
	margin-left:-30px;
	right: 30px;
	bottom: 30px;
	opacity:0.5;
	background: url(../images/common/top.png) no-repeat 0 0;
}
.toTop:hover{
	opacity:1;
}
/* Main-box
---------------------------------------------------------------------------------------*/

.main-box {
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.main-box h1{
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}
.main-box p{
	color:#5E5E5E;
}

.main-box .article-index{
	width: 1140px;
}
.article-title-top div,
.article-shop div{
	float: left;
}
.article-title-top div:nth-child(1){
	width: 120px;
}
.article-title-top{
	margin: 30px;
	
}
.article-title-top div:nth-child(2){
	width: 940px;
	margin-left: 20px;
}
.article-title-top>div>h1 {
	margin-top: 0;
	margin-bottom: 10px;
	color:#333;
	font-weight:lighter;
}
.article-shop div{
	width: 310px;
	margin-top: 4px;
	height: 280px;
	background:#3295f8;
	transition:margin-top 0.3s;
	-moz-transition:margin-top 0.3s; /* Firefox 4 */
	-webkit-transition:margin-top 0.3s; /* Safari and Chrome */
	-o-transition:margin-top 0.3s; /* Opera */
	margin-left: 50px;
	margin-right: 50px;
}
.article-shop div:hover{
	margin-top: 0px;
	box-shadow: 0 0 5px #9e9e9e;
}
.article-shop div:nth-child(2)
{
	margin-left: 4px;
	background:#fea032;
	
}
.article-shop div:nth-child(3)
{	background:#19cddd;
	margin-left: 4px;
}

.main .article-shop h2{
	color:#FFF;
	height: 54px;
	overflow:hidden;
	font-size:16px;
	margin:10px 20px;
	padding-bottom: 0;
	border-bottom: none;
}
.main .article-shop img{
	border:#FFF 2px solid;
	display: block;
	width: 270px;
	height: 116px;
	margin:0 auto 10px;
}
.article-shop img:hover{
	-webkit-filter: brightness(0.95);
	filter: brightness(0.95);
}
.main .article-shop p{
	color:#FFF;
	height: 70px;
	overflow:hidden;
	margin:0px 20px;
}
.main .article-shop a{
	color:#FFF;
}

/*.articles{
	width: 46%;
	margin-right: 30px;
	float: left;
	
}*/
.item, .item2{
	float: left;
	width: 450px;
	margin: 0 60px;
}
.item ul, .item2 ul{
	margin-left: 15px;
	margin-bottom: 30px;
}
.item ul li, .item2 ul li{
	list-style:url(../images/common/label.png);
}
.main .item img, .main .item2 img{
	width: 28px;
	margin:4px 5px 0 0;
	vertical-align: top;
}
/*.addItem{
	position: absolute;
}*/
.main {
	width: 800px;
	float: left;
	padding:20px 50px 50px;
	border-radius: 3px;
	background:#FFF;
	
}
.ra-main li{
	margin-left: 15px;
    list-style: outside;
}
.main a {
	color: #189fff;
}
.main a:hover {
	color: #f9872d;
	text-decoration: underline;
}
.main h2 {
	margin: 30px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.main p,.main ul{
	margin-bottom: 10px;
}
.main h3 {
	margin: 20px 0 10px;
	color: #333;
}
.main h4 {
	padding-top: 25px;
	border-top: 1px solid #aaa;
	margin-top: 60px;
	margin-bottom: 10px;
	font-weight:lighter;
}
.main ul li{
	padding-top: 10px;
}
.main img {
	margin-bottom: 20px;
}
.main .article-list{
	margin:0 0 10px 15px;
}
.main object{
	border:#CCC solid 3px;
}
.pic-right>p, .pic-left>div, .pic-right>div, .pic-left>p{width: 50%;}
.pic-left div, .pic-right>p{
	float: right;
}
.pic-left>p, .pic-right div{
	float: left;
}
.pic-right img, .pic-left img{
	width: 290px;
	display: block;
	margin: 0 auto 20px;
}
.hot-link li {
	list-style:url(../images/common/label.png);
	margin-bottom: 10px;
	margin-left: 20px;
}
.hot-link a {
	color: #444;
}
.hot-link a:hover {
	color: #f9872d;
}
.main a.btn-more {
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid #189FFF;
	border-radius: 4px;
	display: inline-block;
	margin: 15px 0 35px 0;
}
.main a.btn-more:hover {
	text-decoration: none;
	border-color: #f9872d;
}
.steps {
	padding-bottom: 15px;
	border:#179fff solid 1px;
	border-top:none;
	overflow: hidden;
}
.steps dt {
	line-height: 40px;
	padding: 0 20px;
	font-size: 18px;
	background-color:#179fff;
	color: #fff;
}
.main .steps-h3 {
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	background-color:#179fff;
	border:#179fff solid 1px;
	border-bottom:none;
}
.steps dd {
	margin: 10px 20px;
}
.main .steps li {
	padding: 10px 20px 0 20px;
	list-style:none;
	margin-left: 0;
}
.ra li{
	list-style:url(../images/common/label.png);
	margin-left: 15px;
}
.ra a {
	color: #444;
}
.sidebar {
	width: 260px;
	float: right;
}
.sidebar-item-title {
	line-height: 48px;
	background:#179fff;
	padding: 0px 20px;
	color: #fff;
}

.sidebar-item-txt {
	padding: 8px 15px 18px 15px;
	background:#fff;
	margin-bottom: 30px;
}
.sidebar-item-txt li {
	padding: 8px 0;
	margin-left: 15px;
	list-style:outside;
	
}

.sidebar-item-txt a {
	color: #444;
}
.last-li a{
	color: #189fff;
}
.sidebar-item-txt a:hover {
	color: #ff7717;
}


/* Home */

 /*home-main*/
---------------------------------------------------------------------------------------
#home-centent{
	width: 1200px;
	height: 100%;
	margin:30px auto;
}
/*#home-title{
	background:#FFF;
	padding: 0px 0 36px 0;
	font-size:36px;
}*/

.home-buy{
	width: 538px;
	margin: 4px 4px 0px 0px;
	height:240px;
	float: left;
	background:#FFF;
	padding:30px;transition: all 0.4s; 
}
.home-buy:hover{
	position: relative;
	box-shadow: 0px 0px 10px #8c8c8c;
	z-index:2;
}
.home-buy:nth-child(2n){
	margin: 4px 0px 0px 0px;
}
.hot{
	background:#fff url(../images/icon/hot.png) no-repeat right 0px;
}
.new{
	background:#fff url(../images/icon/new.png) no-repeat right 0px;
}
.home-buy-l{
	width: 145px;
	padding-top: 8px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}
.home-buy-l>img{
	width: 133px;
	height: 178px;
}
.home-buy-l>span{
	text-align: center;
	margin-top: 20px;
	display: block;
	color:#F33;
	font-size:20px;
}
.home-buy-r{
	width: 310px;
	float: right;
}
.home-buy-r>h3{
	margin-bottom: 10px;
	font-size:22px;
	color: #333;
}
.home-buy-r>p{
	font-size:14px;
	line-height:1.4;
	margin-bottom: 10px;
	height:116px;
	overflow:hidden;
}
.home-buy-r>a{
	display: block;
	margin-top: 30px;
	max-width:100px;
	text-align:center;
	font-size:18px;
	color:#ff7717;
    padding: 0.5em 2em;
	border:#ff7717 solid 1px;
	border-radius: 4px;
    position: relative;
	z-index:1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.home-buy-r>a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transform: scale3d(0.1, 0.1, 1);
	transform: scale3d(0.1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: #ff7717;
}
.home-buy-r>a,
.home-buy-r>a:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.home-buy-r>a:hover {
	color: #fff;
}
.home-buy-r>a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.home-buy-r>a:active:before{
	background:#e33901;
	transition:none;
}

/* main-header
---------------------------------------------------------------------------------------*/
#main-header-wrap{
	width: 100%;
	background: #179fff ;
}
#main-header{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
.cocosenor-store img{
	float: left;
	opacity:0.8;
	margin-right: 20px;
}
.cocosenor-store div{
	float: left;
}
.cocosenor-store h1{
	color:#FFF;
	opacity:0.8;
	font-weight:bold;
}
.cocosenor-store p{
	color:#FFF;
	opacity:0.9;
	font-size:24px;
}
#main-header-product{
	height: 100px;
	padding: 20px 30px;
	margin: 20px 0 10px;
	background-color: rgba(255,255,255,0.8);
}
#main-header-product img{
	float: left;	
}
#describe-hot{
	width: 700px;
	height: 80px;
	padding-left:30px;
	float: left;
}
#describe-hot h3 a{
	color:#666;
}

#describe-hot h3 a,
#describe-hot h3 span{
	font-size:28px;
}

#describe-hot h3 span{
	background:#ff227a;
	color:#FFf;
	padding:0 10px;
}
#describe-hot p{
	font-size:18px;
	color:#666;
}
/*#btn-wrap{
	float: left;
}*/
#btn-buy-hot{
	width: 240px;
	height: 70px;
	background: url(../images/common/btn_hot.png) #ff881f no-repeat 40px 18px;
	margin-bottom: 10px;
	margin-top: 15px;
	display:block;
	float: right;
	border-radius: 4px;
}
#btn-buy-hot:hover{
	background-color: #f27216;
}
#btn-buy-hot:active{
	background-position: 42px 20px;
}
#btn-buy-hot:active #price-hot{
	padding:40px 0 0 104px;
}
#price-hot{
	color:#FFF;
	display: block;
	padding:38px 0 0 102px;
	font-size:18px;
}
/*products
---------------------------------------------------------------------------------------*/
#products{
	width: 100%;
	padding:40px 0 10px 0;
}
.products-center{
	padding: 0px 20px 10px 0px;
	border-bottom:#F63 solid 1px;
	margin-bottom: 20px;
}
.products-box{
	width: 1200px;
	margin: 0px auto 40px;
	background:#FFF;
}
.img-products-box2,
.img-products-box3,
.img-products-box4,
.img-products-box5{
	width: 297px;
	float: left;
	background:#66c2fd;
}
.img-products-box2 img,
.img-products-box3 img,
.img-products-box4 img,
.img-products-box5 img{
	height:100%;
	width: 297px;
}
.products-list{
	width: 903px;
	float: left;
	background:#FFF;
}
.products-list li{
	width: 90%;
	float: left;
	padding: 20px 5%;
}

.products-list li img{
	float: left;
	width: 68px;
	height: 68px;
}
.describe{
	width: 550px;
	margin:-5px 0 0 20px;
	float: left;
}
.describe h3 a{
	font-size:24px;
	color: #333;
}
.describe h3 a:hover, #describe-hot h3 a:hover{
	text-decoration:underline;
}
.buy-btn, .btn-download{
	width: 156px;
	height: 46px;
	background: url(../images/common/btn-buy.png) #FF7717 no-repeat 10px 5px;
	margin-top: 10px;
	display:block;
	float: right;
	border-radius: 4px;
}
.btn-download{
	background: url(../images/common/download.png) #4caf50 no-repeat 20px 8px;
}
.buy-btn:hover{
	background-color: #f27216;
}
.buy-btn:active{
	background-position: 12px 7px;
}
.buy-btn:active .price{
	margin: 25px 0 0 69px;
	
}
.price{
	color:#FFF;
	display: block;
	margin: 23px 0 0 67px;
}

/* Download */

/* Download Cocosenor
---------------------------------------------------------------------------------------*/
.coco {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	height: 450px;
	background: url(../images/common/coco-bg.png) no-repeat center center;
	margin-bottom: 50px;
}
.version{
	display: block;
	color:#FFF;
	margin:25px 0 0 56px;
}
.btn-download:hover{
	background-color: #25a901;
}
.btn-download:active{
	background-position: 22px 10px;
}
.btn-download:active .version{
	margin:27px 0 0 58px;
}
.coco>.content {
	padding: 100px 0;
}
.coco-txt {
	float: left;
	width: 55%;
}
.coco-txt>li:first-child {
	font-size: 40px;
	margin-top: 0;
	border-bottom: 2px solid #4caf50;
}
.coco-txt>li {
	margin-top: 30px;
	color:#fff;
	line-height:1.5;
}
.btn-cocodown {
	width: 150px;
	padding-left: 60px;
	margin-right: 20px;
	line-height: 50px;
	border-radius: 4px;
	border: 1px solid #4caf50;
	display: block;
	color: #fff;
	font-size:20px;
	float: left;
	background: #4caf50 url(../images/common/btn-cocodown.png) no-repeat 20px 8px;
}
.btn-cocodown:hover {
	color:#207900;
	border: 1px solid #fff;
	background: #fff url(../images/common/btn-cocodown-green.png) no-repeat 20px 8px;
}
.coco>.content>img {
	float: right;
}
/*.ab-coco-star,
.ab-coco-win {
	padding-left: 60px;
	background: url(../images/common/star1.png) no-repeat 0 0;
}
.ab-coco-win {
	background-image: url(../images/common/win-icon.gif);
}*/


/* Support */

/* Support Item
---------------------------------------------------------------------------------------*/
.support {
	margin-bottom: 20px;
	padding: 40px 0;
}
.sup-item {
	float: left;
	width: 300px;
	height: 336px;
	margin-right: 57px;
	padding: 30px;
	background:#FFF;
	border:#d3d3d3 solid 1px;
}
.sup-item:hover{
	border-color: #189FFF;
}
.content>div.sup-item:nth-child(3){margin-right: 0;}
.sup-item a {
	color: #f9872d;
	font-weight: bold;
}
.sup-item a:hover {
	text-decoration: underline;
}
.sup-item-img {
	text-align: center;
	margin-bottom: 30px;
}
.sup-item-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.search {
	margin-top: 10px;
}
.search-input {
	width: 60%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 3px;
	outline: 0;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.btn-search {
	width: 28%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #ff9800;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	outline: 0;
	display: inline-block;
}
.btn-search:hover {
	background-color: #e07828;
	cursor: pointer;	
}
.btn-search:active {
	background-color: #f9872d;
}


/* About */

/* About Banner
---------------------------------------------------------------------------------------*/
.about-banner{
	height: 400px;
	background: url(../images/common/bg-about-banner.png) no-repeat center center;
	margin-bottom: 30px;
	background-size: cover;
}
.about-banner>.content>h3{
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding-top: 65px;
	text-decoration: underline;
	padding-bottom: 30px;
}
.about-banner>.content>p{font-size: 24px;color: #FFF;text-align: center;max-width: 1000px;width: 100%;margin: 0 auto;}
.about-item {
	float: left;
	width: 50%;
}
.about-item li{
	float: left;
	width:260px;
	height: 165px;
	margin-left: 20px;
	
}

.about-item li img{
	width: 100%;
	height: 100%;
}
/*.dashed-line { border-bottom: 1px dashed #d5d5d5;
}*/
/* video center
---------------------------------------------------------------------------------------*/
.video-list{
	width: 100%;
	height: 200px;
}
.video-list .title{
	line-height:36px;
	font-size:24px;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
}
.video-list .title img{
	margin-bottom: 0;
}
.video-list ul{
	margin-top: 10px;
}
.main .video-list ul li{
	list-style:none;
	margin-left: 0;
	float: left;
	width: 30%;
	height: 160px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.video-list ul li:nth-child(3n){
	margin-right: 0;
}
.video-list ul li img{
	margin-bottom: 0;display: block;
	border:#CCC solid 1px;
}
.video-list ul li img:hover{
	margin-top: 10px;
}
.video-list ul li a{
	color:#666;
}
.video video {
	border:#666 solid;
	border-radius:5px;
	border-width:5px 5px 8px 5px;
	margin-bottom: 30px;
}
.left>h2{
	border-left: 4px solid #189FFF;
	padding-left: 10px;
	margin-bottom: 10px;
}

.left>.bor-bottom{
	border-bottom: 1px solid #aaa;
	border-left: none;
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.left>.bor-none{
	margin-top: 40px;
	border-left: none;
	padding-left: 0;
}
.left>.bor-none:first-child{
	margin-top: 0;
}
