* {
    margin: 0;
    padding: 0;
}
body {
    font: normal 100% Roboto, "Roboto", Helvetica, Arial, sans-serif;
    line-height: 200%;
    font-weight: 300;
	font-size: 16px;
}
img {
    max-width: 100%;
}
a, a:link, a:visited {
    color: #212121;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
ul, ul li {
    list-style: disc inside none
}
h1 {
    font-size: 44px;
    font-weight: 300;
}
h2 {
    font-size: 28px;
    font-weight: 400;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.content {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}
strong {
    font-weight: bold;
}

/*header*/

header {
    padding: 30px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
header .logo {
    font-size: 30px;
    line-height:50px;
    float: left;
}
header .logo a{
    text-decoration: none;
}
header .menu{
    float: right;
    overflow: hidden;
    margin: 10px -20px 0 0;
}
header .menu li{
    font-size: 16px;
    float: left;
    list-style: none;
	margin:0 20px 0 0;
}

/*bread*/

.bread {
    border-bottom: 1px solid #E5E5E5;
    height: 25px;
    line-height: 25px;
    padding: 30px 0;
    margin-bottom: 30px;
}

/*top main*/

.top-main {
    background-color: #6AB344;
    padding-bottom: 2%;
    padding-top: 25px;
    color: #FFFFFF;
}
.top-main .top-txt {
    width: 51%;
    float: left;
}
.top-main .top-pic {
    width: 39%;
    float: right;
}
.top-main .top-txt h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.top-main .top-txt p {
    margin-bottom: 20px;
}
.top-main .top-pic img {
    vertical-align: middle;
    margin-top: 2%;
}

/*main*/

.main {
    font-size: 0.9em;
}
.main h2 {
    font-size: 36px;
    padding: 60px 0 40px;
}
.main h3 {
    font-size: 22px;
    color: #333;
    margin: 50px 0 30px;
}
.main p {
    margin-bottom: 20px;
}
.main ul {
    margin: 0;
}
.main .section {
    padding: 3% 0;
    overflow: hidden;
}
.main .overview {
    overflow: hidden;
}
.main .overview .overview-pic {
    width: 30%;
}
.main .overview .overview-txt {
    width: 65%;
    line-height: 40px;
}
.main .overview .overview-btn {
    margin-top: 30px;
}
.main .feature {
    width: 65%;
}
.main .sys {
    width: 35%;
}
.main .pros-cons dl {
    width: 50%;
}
#pro2, #pro4, #pro6, #pro-2, #pro-4, #pro-6, .grey-blue {
    background-color: #455A64;
    color: #fff;
}
#pro2 p, #pro2 h1, #pro2 h2, #pro2 h3, #pro4 p, #pro4 h1, #pro4 h2, #pro4 h3, #pro6 p, #pro6 h1, #pro6 h2, #pro6 h3, #pro-2 p, #pro-2 h1, #pro-2 h2, #pro-2 h3, #pro-4 p, #pro-4 h1, #pro-4 h2, #pro-4 h3, #pro-6 p, #pro-6 h1, #pro-6 h2, #pro-6 h3, .grey-blue p, .grey-blue h1, .grey-blue h2, .grey-blue h3 {
    color: #fff;
}

/*pro-bar*/

.pro-bar {
    padding: 30px 0;
    background-color: #455A64;
}
.pro-bar .column {
    width: calc(16.666% - 36px);
    height: 238px;
    float: left;
    margin: 15px 7px;
    padding: 25px 10px;
    border: #eee solid 1px;
    box-shadow: 0 0 5px #000;
    background: #fff;
}
.pro-bar-2 .column {
    width: calc(20% - 36px);
}
.pro-bar .column:nth-child {
    
}
.pro-bar .column .pro-bar-pic {
}
.pro-bar .column .pro-bar-pic img {
    width: 70%;
}
.pro-bar-2 .column .pro-bar-pic img {
    width:auto;
    height: 100%;
}
.pro-bar .column dl {
    
}
.pro-bar .column dl dt {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}
.pro-bar .column dl dd {
    text-align:center;
    font-size:14px;
    line-height:150%;
}

/*links*/

.links {
    padding: 30px 0 70px;
    background-color: #FAFAFA;
}
.links h4 {
    margin: 50px 0 30px;
}
.links ul {
    overflow: hidden;
}
.links ul li {
    float: left;
    width: 50%;
}
.links p a {
	color: #6AB344;
}

/*footer*/

footer {
    background-color: #F5F5F5;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 1% 0;
}
footer a {
    color: #000;
    font-size: 14px;
}

/*go top*/

#up {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 999;
    overflow: hidden;
    zoom: 1;
    -ie6-position-fixed-delay: 200;
}
#up a {
    float: right;
    display: block;
    width: 100px;
    height: 25px;
    background: url(/styles/images/icon.png) 80px -13px no-repeat;
    margin-left: 10px;
    outline: 0 none;
    font-size: 14px;
    color: #757575;
    text-decoration: none;
}
#up a:hover {
    background-position: 80px 3px;
    color: #6AB344;
}
#up {
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    _margin-bottom: 10px;
    _margin-right: 5px;
}

/*frozen-panel*/

.frozen-panel {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 31;
    background-color: #fff;
}
.frozen-panel ul {
    overflow: hidden;
    display: table;
    margin: 0;
    width:100%;
}
.frozen-panel li {
    list-style: none;
    font-size: 15px;
    line-height: 20px;
   float:left;
    margin:0 10px;
    width: calc(16.666% - 20px);
    text-align: center;
}
.frozen-panel-2 li {
    width: calc(20% - 20px);
}
.frozen-panel li img {
    display: block;
    margin: 0 auto;
}

/*article page*/

.two-columns-main article {
    float: left;
    width: 70%;
}
.two-columns-main aside {
    float: right;
    width: 26%;
}
.two-columns-main a {
    text-decoration: none;
    color: #6AB344;
}
.two-columns-main a:hover {
    text-decoration: underline;
}
.two-columns-main article h1 {
    color: #000;
    font-size: 24px;
    margin: 0 0 15px;
}
.two-columns-main article h2 {
    font-size: 20px;
    margin: 2% 0;
	font-weight: bold;
}
.two-columns-main article h3 {
    font-size: 18px;
    margin: 2% 0;
}
.two-columns-main article p {
    margin: 2% 0;
}
.two-columns-main article img {
    max-width: 100%;
    height: 50% !important;
}
.two-columns-main article .menus {
    margin: 12px 0;
    padding: 12px 20px;
    border: 1px solid #DDD;
    border-radius: 5px;
    width: 75%;
}
.two-columns-main article .menus li {
    line-height: 1.8em;
    padding: 2px 0;
}
.two-columns-main article .related-articles {
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 20px;
}
.two-columns-main article .related-articles h4 {
    font-size: 18px;
    padding: 7px 0;
}

.one-columns-main h1{
    font-size:24px;
	margin-bottom:30px;
}
.one-columns-main h2{
    margin:30px 0;
    font-size:18px;
}
.one-columns-main ul{
    margin-bottom:30px;
}

/*button*/

.buy-bot {
    display: none;
    left: 0;
    padding: 7px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 31;
    background-color: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.07);
}
.buy-bot a {
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
}
.buy-bot li {
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    list-style: none;
}
.buy-bot li a {
    padding: 5px 30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 26px;
}
.buy-bot li a:hover {
    color: #666;
}
.main .overview .overview-btn a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    box-shadow: 0px 0px 5px #555;
    border-radius: 3px;
}
.main .overview .overview-btn .win-ver {
    padding: 10px 20px 10px;
    color: #fff;
    background-color: #90C653;
}
.main .overview .overview-btn .win-ver:hover {
    text-decoration: underline;
}
.main .overview .overview-btn .mac-ver {
    padding: 10px 20px;
    color: #fff;
    background-color: #289ED9;
    margin-left: 26px;
}
.main .overview .overview-btn .mac-ver:hover {
    text-decoration: underline;
}
.download {
    overflow: hidden;
    margin: 2% 0;
    padding: 5px;
}
.download li {
    list-style: none;
}
.download a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    box-shadow: 0px 0px 5px #555;
    border-radius: 3px;
}
.download .win-ver a {
    padding: 10px 20px 10px;
    color: #fff;
    background-color: #90C653;
}
.download .win-ver a:hover {
    text-decoration: underline;
}
.download .mac-ver a {
    padding: 10px 20px;
    color: #fff;
    background-color: #289ED9;
    margin-left: 26px;
}
.download .mac-ver a:hover {
    text-decoration: underline;
}

/*media query*/
@media(max-width:1480px) {
    header .logo {font-size:26px;}
	header .menu li {font-size:14px;margin-right:10px;}
	header .menu{margin-right:-10px;}
}
@media(max-width:1280px) {
	header .logo {
        width: 100%;
        float: none;
    }
    header .menu{
        float: none;
    }
    footer .left {
        float: none;
    }
    footer .right {
        float: none;
    }
    .pro-bar .content {
        width: 90%;
    }
}
@media(max-width:1024px) {
    .content {
        width: 90%;
    }
    
    .pro-bar {
        display: none;
    }
    .main .overview .overview-btn {
        display: none;
    }
    .frozen-panel {
        display: none !important;
    }
    .two-columns-main article .menus {
        width: 90%;
    }
    .links ul li {
        float: none;
        width: 100%;
    }
}
@media(max-width:980px) {
    .top-main .top-txt {
        width: 100%;
        float: none;
    }
    .top-main .top-pic {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .main .feature {
        width: 100%;
    }
    .main .sys {
        width: 100%;
    }
    .pro-bar .column dl {
        margin-top: 20px;
    }
    footer {
        padding-bottom: 100px;
    }
    .download {
        display: none;
    }
    .buy-bot {
        display: block;
        padding: 0 5%;
    }
    .two-columns-main article {
        width: 100%;
    }
    .two-columns-main aside {
        display: none;
    }
}
@media(max-width:800px) {
    .main .pros-cons dl {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media(max-width:768px) {
    #up {
        display: block !important;
        position: static;
        width: auto;
        height: 40px;
        left: 0;
        right: auto;
    }
    #up a {
        float: none;
        margin-left: 5%;
    }
}
@media(max-width:640px) {
    .main .overview .overview-pic {
        width: 100%;
    }
    .main .overview .overview-txt {
        width: 100%;
    }
    footer {
        line-height: 130%;
    }
}
@media(max-width:480px) {
    header .logo {
    font-size: 26px;
    line-height: 24px;
    }
    .buy-bot li {
        float: none;
    }
    footer {
        padding-bottom: 150px;
    }
}
@media(max-width:320px) {}
