﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
/*    padding-top: 129px;
*/}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
.inner{
    width: 1000px;
    margin: 0 auto;
}
.mobile{
    display: none;
}
.pc .header{
    background: #14a08c;
    background: -moz-linear-gradient(right,  #3faf81, #14a08c);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(#14a08c), color-stop(#14a08c));
    background: -webkit-linear-gradient(right,  #3faf81,#14a08c);
    background: -o-linear-gradient(right,  #3faf81,#14a08c);
    background: -ms-linear-gradient(right,  #3faf81,#14a08c);
    background: linear-gradient(to right,  #3faf81,#14a08c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3faf81', endColorstr='#14a08c',GradientType=1 );
    width: 100%;
/*    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
*/}
:root .header{filter:none;}
.pc .header .top{
    padding: 18px 0 10px 0;
}
.pc .header .top .left img{
    float: left;
    margin-right: 15px;
    width: 51px;
    height: 51px;
}
.pc .header .top .left div{
    float: left;
}
.pc .header .top .left h3{
    font-size: 33px;
    line-height: 50px;
    color: #fff;
}
.pc .header .top .left p{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.pc .header .top .right{
    margin-top: 10px;
}
.pc .header .top .right img{
    float: left;
    margin-right: 15px;
    width: 26px;
    height: 27px;
}
.pc .header .top .right div{
    float: left;
}
.pc .header .top .right h3{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.pc .header .top .right p{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.pc .header .nav .nav_con a{
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    padding: 0 23px;
    border-bottom: 2px solid #1cb389;
}
.pc .header .nav .nav_con a.active{
    border-bottom: 2px solid #a5e2cf;
}
.pc .header .login{
    padding: 6px 0;
    border-radius: 20px;
    background-color: #3bb39b;
}
.pc .header .login a{
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 0 13px;
    border-right: 1px solid #fff;
}
.pc .header .login a:last-child{
    border-right: 0;
}
.pc .footer{
    background: #14a08c;
    background: -moz-linear-gradient(right,  #3faf81, #14a08c);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(#14a08c), color-stop(#14a08c));
    background: -webkit-linear-gradient(right,  #3faf81,#14a08c);
    background: -o-linear-gradient(right,  #3faf81,#14a08c);
    background: -ms-linear-gradient(right,  #3faf81,#14a08c);
    background: linear-gradient(to right,  #3faf81,#14a08c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3faf81', endColorstr='#14a08c',GradientType=1 );
    padding-top: 76px;
}
:root .footer{filter:none;}
.pc .footer .up img{
    display: block;
    margin: 0 auto;
}
.pc .footer .in{
    padding: 70px 0;
}
.pc .footer ul{
    float: left;
    width: 684px;
    border-right: 1px solid #91e0c5;
}
.pc .footer ul li{
    float: left;
    width: 25%;
}
.pc .footer ul li h3{
    margin-bottom: 24px;
    color: #fff;
    font-size: 16px;
}
.pc .footer ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 43px;
}
.pc .footer .ewm{
    padding: 6px 0;
    float: right;
}
.pc .footer .down{
    text-align: center;
    border-top: 1px solid #fff;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.pc .footer .down a{
    color: #fff;
}
.pc .Consultation{
    width: 100px;
    position: fixed;
    bottom: 100px;
    right: 0;
}
.pc .Consultation a{
    display: block;
    background-color: #2da272;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    position: relative;
}
.pc .Consultation a p{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 3px;
}
.pc .Consultation a span {
    display: block;
    width: 196px;
    height: 196px;
    position: absolute;
    top: -49px;
    left: -200px;
    background: url(../images/21.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: none;
}
.pc .Consultation a.weixin:hover span{
    display: block;
}
.dede_pages{
    padding-top: 90px;
}
.dede_pages ul{
    margin: 0 auto;
    width: 416px;
}
.dede_pages li{
    float: left;
}
.dede_pages li a {
    color: #8bd9c3;
    line-height: 34px;
    display: block;
    width: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
}
.dede_pages li a img{
    height: 20px;
    width: 8px;
}
.dede_pages li a.on{
    font-size: 18px;
    font-weight: bold;
    color: #1bb489;
}
.dede_pages li.first a{
    background: #1bb489;
    border: 1px solid #1bb489;
    width: 18px;
}
.dede_pages li.last a{
    border: 1px solid #1bb489;
    width: 18px;
}


/*版本介绍*/
    .intro .banner{
        background-color: #14a08c;
        text-align: right;
        color: #fff;
    }
    .intro .banner .inner{
        position: relative;
        padding: 30px 0 20px 0;
    }
    .intro .banner .inner>h3{
        font-size: 38px;
        line-height: 68px;
    }
    .intro .banner .inner>h4{
        font-size: 26px;
        line-height: 60px;
    }
    .intro .banner .inner>p{
        font-size: 27px;
        line-height: 60px;
        font-family: "SimSun";
    }
    .intro .banner .ban_con{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .intro .banner .ban_con p{
        font-size: 17px;
        line-height: 53px;
        border-bottom: 2px solid #37ae9d;
        width: 130px;
        text-align: center;
        float: left;
        background-color: #37ae9d;
        margin-right: 2px;
        cursor: pointer;
    }
    .intro .banner .ban_con p.current{
        border-bottom: 2px solid #afdfd8;
    }
    .intro .pc .intro_list .tit{
        padding: 30px 0;
        text-align: center;
    }
    .intro .pc .intro_list .tit h3{
        line-height: 140px;
        font-size: 34px;
        color: #434343;
    }
    .intro .pc .intro_list .tit a{
        font-size: 22px;
        color: #25c785;
    }
    .intro .pc .intro_list ul{
        padding-bottom: 66px;
    }
    .intro .pc .intro_list ul li{
        overflow: hidden;
        box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.12);
        margin-top: 40px;
        padding: 30px 24px;
    }
    .intro .pc .intro_list ul li:hover{
        box-shadow: 0px 4px 13px 0px rgba(208, 233, 226, 0.9);
    }
    .intro .pc .intro_list ul li>img{
        float: left;
        width: 235px;
        height: 267px;
        margin-right: 16px;
    }
    .intro .pc .intro_list ul li .center{
        float: left;
        width: 430px;
    }
    .intro .pc .intro_list ul li .center h3{
        font-size: 27px;
        line-height: 27px;
        color: #373737;
        margin-bottom: 14px;
    }
    .intro .pc .intro_list ul li .center h3 span{
        color: #fe604b;
    }
    .intro .pc .intro_list ul li .center h3 i{
        color: #1bb089;
    }
    .intro .pc .intro_list ul li .center p{
        padding-left: 22px;
        font-size: 16px;
        line-height: 35px;
        color: #373737;
        background: url(../images/4.png) no-repeat left center;
        -webkit-background-size: 12px 12px;
        background-size: 12px 12px;
    }
    .intro .pc .intro_list ul li .center a{
        display: inline-block;
        font-size: 16px;
        line-height: 39px;
        padding: 0 18px;
        border: 1px solid #fe604b;
        color: #fe604b;
        border-radius: 4px;
        margin-top: 10px;
    }
.intro .pc .intro_list ul li .center .download{
    background-image: linear-gradient( 0deg, rgb(254,137,42) 0%, rgb(254,95,76) 100%);
    margin-left:10px;
    color:#fff;
}
    .intro .pc .intro_list ul li .right{
        float: right;
        width: 268px;
        padding-top: 50px;
    }
    .intro .pc .intro_list ul li .right .right_con{
        border: 2px solid #e5e5e5;
        padding: 20px 7px;
    }
    .intro .pc .intro_list ul li .right .right_con h3{
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
        color: #4f4f4f;
    }
    .intro .pc .intro_list ul li .right .right_con div img{
        float: left;
        width: 43px;
        height: 40px;
        margin-right: 8px; 
    }
    .intro .pc .intro_list ul li .right .right_con div img:last-child{
        margin-right: 0;
    }
    .intro .pc .intro_list ul li .right a{
        display: block;
        width: 172px;
        text-align: center;
        margin: 50px auto 0;
        font-size: 17px;
        line-height: 46px;
        border-radius: 6px;
        color: #fff;
        background-image: linear-gradient( 0deg, rgb(254,137,42) 0%, rgb(254,95,76) 100%);
    }
    .intro .pc .download{
        background-color: #edefef;
        padding: 24px 0 66px 0;
    }
    .intro .pc .download .title{
        border-bottom: 2px solid #dcdcdc;
        margin-bottom: 24px;
    }
    .intro .pc .download .title h3{
        font-size: 43px;
        color: #434343;
        line-height: 100px;
        width: 278px;
        margin: 0 auto;
        border-bottom: 4px solid #20bc87;
        margin-bottom: -3px;
    }
    .intro .pc .download p{
        font-size: 28px;
        line-height: 56px;
        color: #434343;
        font-family: "SimSun";
        text-align: center;
    }
    .intro .pc .download ul{
        margin-top: 24px;
    }
    .intro .pc .download ul li{
        float: left;
        width: 310px;
        margin-right: 30px;
        background-color: #fff;
        box-sizing: border-box;
        text-align: center;
        padding-bottom: 20px;
    }
    .intro .pc .download ul li:last-child{
        margin-right: 0;
    }
    .intro .pc .download ul li h3{
        font-size: 19px;
        line-height: 64px;
    }
    .intro .pc .download ul li img{
/*        height: 162px;
*/   height: auto;
 }
    .intro .pc .download ul li a{
        display: inline-block;
        font-size: 15px;
        line-height: 37px;
        padding: 0 23px;
        border-radius: 4px;
        background-color: #45bd9d;
        color: #fff;
        margin: 26px 0 0 20px;
        position: relative;
    }
    .intro .pc .download ul li a img{
        display: none;
        position: absolute;
        left: 10%;
        margin-left: -40px;
/*        width: 80px;
        top: -162px;
        height: 80px;
*/    }
    .intro .pc .download ul li a:hover img{
        display: block;
    }
    .intro .pc .download ul li:first-child a{
        display: block;
        width: 114px;
        margin: 26px auto 0;
    }
    .intro .pc .bot{
        padding: 40px 0 70px 0;
    }
    .intro .pc .bot h2{
        text-align: center;
        line-height: 100px;
        color: #464545;
        font-size: 34px;
    }
    .intro .pc .bot h3{
        text-align: center;
        line-height: 80px;
        color: #464545;
        font-size: 22px;
    }
    .intro .pc .bot ul{
        display: flex;
        justify-content: space-between;
    }
    .intro .pc .bot ul li{
        display: inline-block;
        width: 310px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
        padding: 30px 14px;
        box-sizing: border-box;
    }
    .intro .pc .bot ul li img{
        float: left;
    }
    .intro .pc .bot ul li h4{
        text-align: right;
        line-height: 52px;
        color: #484848;
        font-size: 14px;
        padding-top: 10px;
        font-weight: bold;
    }
    .intro .pc .bot ul li p{
        text-align: right;
        line-height: 24px;
        color: #484848;
        font-size: 12px;
        padding-left: 162px;
    }
/*版本介绍*/


/*功能对比*/
    .Contrast .banner{
        background-color: #14a08c;
        text-align: right;
        color: #fff;
    }
    .Contrast .banner .inner{
        position: relative;
        padding: 30px 0 20px 0;
    }
    .Contrast .banner .inner>h3{
        font-size: 38px;
        line-height: 68px;
    }
    .Contrast .banner .inner>h4{
        font-size: 26px;
        line-height: 60px;
    }
    .Contrast .banner .inner>p{
        font-size: 27px;
        line-height: 60px;
        font-family: "SimSun";
    }
    .Contrast .banner .ban_con{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .Contrast .banner .ban_con p{
        font-size: 17px;
        line-height: 53px;
        border-bottom: 2px solid #37ae9d;
        width: 130px;
        text-align: center;
        float: left;
        background-color: #37ae9d;
        margin-right: 2px;
        cursor: pointer;
    }
    .Contrast .banner .ban_con p.current{
        border-bottom: 2px solid #afdfd8;
    }
    .Contrast .Contrast_list{
        padding: 40px 0 70px 0;
    }
    .Contrast .Contrast_list ul{
        border: 2px solid #bdfaea;
        border-bottom: 0;
    }
    .Contrast .Contrast_list ul li{
        border-bottom: 2px solid #bdfaea;
        overflow: hidden;
        height: 50px;
    }
    .Contrast .Contrast_list ul li h3{
        width: 20%;
        float: left;
        background: #dcfbf3;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 14px;
    }
    .Contrast .Contrast_list ul li p{
        width: 20%;
        float: left;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        border-left: 2px solid #bdfaea;
        box-sizing: border-box;
    }
/*功能对比*/


/*下载*/
    .doload{
        background: #edefef;
    }
    .doload .banner{
        background-color: #14a08c;
        text-align: center;
        color: #fff;
        padding: 40px 0;
    }
    .doload .banner h3{
        font-size: 30px;
        line-height: 60px;
        font-weight: bold;
    }
    .doload .banner h4{
        font-size: 30px;
        line-height: 60px;
    }
    .doload .doload_list{
        margin-top: 10px;
    }
    .doload .doload_list .tit{
        line-height: 50px;
        color: #878787;
        border-bottom: 1px solid #d2d2d2;
        position: relative;
        font-size: 16px;
        margin: 0 50px;
    }
    .doload .doload_list .tit::after{
        content: "";
        position: absolute;
        width: 64px;
        height: 3px;
        background: #1db388;
        bottom: -1px;
        left: 0;
    }
    .doload .doload_list ul{
        padding: 20px 50px;
    }
    .doload .doload_list ul li{
        margin-bottom: 50px;
        background: #fff;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        padding: 50px 30px 0 30px;
        position: relative;
    }
    .doload .doload_list ul li img{
        float: left;
    }
    .doload .doload_list ul li div{
        text-align: right;
        padding-top: 50px;
    }
    .doload .doload_list ul li div h3{
        font-size: 20px;
        color: #797979;
        line-height: 50px;
        font-weight: bold;
    }
    .doload .doload_list ul li div p{
        font-size: 18px;
        color: #797979;
        line-height: 50px;
    }
    .doload .doload_list ul li div a{
        float: right;
        font-size: 16px;
        width: 140px;
        line-height: 40px;
        margin-top: 14px;
        background: #45bd9d;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        margin-left: 20px;
        position: relative;
    }
    .doload .doload_list ul li div a img{
        position: absolute;
        top: -145px;
        left: 50%;
        margin-left: -40px;
/*        width: 80px;
        height: 80px;
*/        display: none;
    }
    .doload .doload_list ul li div a:hover img{
        display: block;
    }
    .doload .doload_list ul li div span{
        position: absolute;
        top: 0;
        right: 0;
        width: 76px;
        height: 79px;
        background: url(../images/73.png) no-repeat;
        color: #fff;
        padding: 12px 12px 0 0;
        box-sizing: border-box;
        font-size: 18px;
    }
    .doload .doload_list ul li div i{
        position: absolute;
        top: 0;
        right: 0;
        width: 76px;
        height: 79px;
        background: url(../images/78.png) no-repeat;
        color: #fff;
        padding: 12px 12px 0 0;
        box-sizing: border-box;
        font-size: 18px;
        background-size: 100%;
    }
    .doload .doload_list ul li.right img{
        float: right;
    }
    .doload .doload_list ul li.right div{
        text-align: left;
    }
    .doload .doload_list ul li.right div a{
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
/*下载*/
/*新手*/
    .Novice {
        background: #fff;
    }
    .Novice .Explain{
        padding: 10px 0 60px 0;
    }
    .Novice .banner{
        background-color: #14a08c;
        color: #fff;
        padding: 50px;
    }
    .Novice .banner h3{
        font-size: 34px;
        line-height: 90px;
        font-weight: bold;
        padding: 0 165px;
    }
    .Novice .banner h4{
        font-size: 22px;
        line-height: 80px;
        padding: 0 165px;
    }
    .Novice .banner h4 a{
        font-weight: bold;
        color: #fff;
    }
    .Novice .Explain .left{
        float: left;
        height: 1540px;
        background: #fff;
        width: 210px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    }
    .Novice .Explain .left h3{
        line-height: 52px;
        background: #1bb089;
        color: #fff;
        font-size: 14px;
        margin-bottom: 2px;
        cursor: pointer;
    }
    .Novice .Explain .left .pull_down{
        display: block;
    }
    .Novice .Explain .left .pull_down2{
        display: block;
    }
    .Novice .Explain .left h3 img{
        margin: 0 10px 0 14px;
    }
    .Novice .Explain .left a{
        display: block;;
        line-height: 44px;
        font-size: 15px;
        color: #4b4b4b;
        padding-left: 44px;
    }
    .Novice .Explain .left a span{
        color: #c0c0c0;
        font-size: 18px;
    }
    .Novice .Explain .left .foot{
        padding: 8px 18px 0 18px;
    }
    .Novice .Explain .left .foot h4{
        line-height: 56px;
        text-align: center;
        font-size: 14px;
        color: #515151;
        border-bottom: 1px solid #dcdcdc;
        margin-top: 10px;
    }
    .Novice .Explain .left .foot ul{
        padding: 10px 0;
    }
    .Novice .Explain .left .foot ul li{
        margin: 10px 0;
        overflow: hidden;
    }
    .Novice .Explain .left .foot ul li.current{
        color: #14a08c;
    }
     .Novice .Explain .left .foot ul li.current a{
        color: #14a08c;
    }
    .Novice .Explain .left .foot ul li a{
        font-size: 10px;
        line-height: 18px;
        padding-left: 0;
    }
    .Novice .Explain .left .foot ul li a:hover{
        color: #14a08c;
    }
   /* .Novice .Explain .left .foot ul li:first-child a:first-child {
        color: #14a08c;
    }*/
    .Novice .Explain .left .foot ul li a span{
        color: #c0c0c0;
        font-family: "simsun";
        font-weight: bold;
        width: 20px;
        float: left;
        height: 16px;
    }
    .Novice .Explain .left .foot ul li p a{
        float: left;
    }
    .Novice .Explain .right{
        float: right;
        background: #fff;
        width: 758px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    }
    .Novice .Explain .right .search{
        border-bottom: 1px solid #f4f4f4;
        padding: 40px 28px;
    }
    .Novice .Explain .right .search input{
        background: #f4f4f4;
        border: 1px solid #eee;
        float: left;
        width: 340px;
        height: 40px;
        padding: 0 14px;
        box-sizing: border-box;
    }
    .Novice .Explain .right .search span{
        float: left;
        width: 54px;
        height: 40px;
        background: #1bb089 url(../images/87.png) no-repeat center;
    }
    .Novice .Explain .right .right_title{
        margin: 0 26px;
        border-bottom: 1px solid #1bb089;
    }
    .Novice .Explain .right .right_title>h1{
        float: left;
        line-height: 64px;
        font-size: 14px;
        color: #28cd84;
    }
    .Novice .Explain .right .right_title>p{
        float: right;
        font-size: 12px;
        line-height: 64px;
        color: #28cd84;
    }
    .Novice .Explain .right .right_title>p a{
        color: #555;
		font-size: 14px;
    }
    .Novice .Explain .right .heading{
        text-align: center;
    }
    .Novice .Explain .right .heading h1{
        line-height: 66px;
        font-size: 16px;
        color: #222222;
    }
    .Novice .Explain .right .heading p{
        font-size: 10px;
        color: #767676;
    }
    .Novice .Explain .right .heading img{
        margin-top: 30px;
    }
    .Novice .Explain .right .step h3{
        padding: 0 26px;
        line-height: 66px;
        color: #222222;
        font-size: 14px;
    }
    .Novice .Explain .right .step h4{
        padding: 0 60px;
        line-height: 44px;
        color: #e24e2d;
        font-size: 14px;
    }
    .Novice .Explain .right .step p{
		font-size: medium;
    text-indent: 32px;
    line-height: 30px;
    margin: 20px 0 0 0;
    color: #333;
        padding: 0 35px;
        /*line-height: 56px;
        color: #222222;
        font-size: 14px;*/
        /*font-size: medium;
        text-indent: 32px;
        line-height: 30px;
        margin: 20px 0 0 0;
        color: #333;*/
    }
    .Novice .Explain .right .step p.tit{
        padding-left: 30px;
    }
    .Novice .Explain .right .step p.tit2{
        color: #e24e2d;
    }
    .Novice .Explain .right .step p a{
        color: #498fc0;
    }
    .Novice .Explain .right .Novice_list{
        padding: 26px;
    }
    .Novice .Explain .right .Novice_list li{
        float: left;
        border-radius: 10px;
        border: 1px solid #e5e5e5;
        width: 224px;
        margin-right: 14px;
        margin-bottom: 40px;
    }
    .Novice .Explain .right .Novice_list li:hover{
        background: #1bb089;
    }
    .Novice .Explain .right .Novice_list li:hover h3{
        color: #fff;
    }
    .Novice .Explain .right .Novice_list li:hover p{
        color: #fff;
    }
    .Novice .Explain .right .Novice_list li:hover a{
        background: #fff;
        color: #1bb089;
    }
    .Novice .Explain .right .Novice_list li:nth-child(3n){
        margin: 0;
    }
    .Novice .Explain .right .Novice_list li span{
        margin: 24px auto;
        background: #f4f4f4;
        border-radius: 50%;
        width: 190px;
        height: 190px;
        display: block;
        text-align: center;
        line-height: 190px;
    }
    .Novice .Explain .right .Novice_list li h3{
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        color: #595959;
    }
    .Novice .Explain .right .Novice_list li p{
        text-align: center;
        line-height: 42px;
        font-size: 12px;
        color: #858484;
    }
    .Novice .Explain .right .Novice_list li a{
        display: block;
        margin: 10px auto 16px auto;
        width: 130px;
        line-height: 40px;
        border-radius: 10px;
        text-align: center;
        color: #fff;
        background-image: linear-gradient( to right , #fe882b , #fe614a);
    }
    .Novice .Explain .right .news{
        padding: 0 26px;
    }
    .Novice .Explain .right .news li{
        overflow: hidden;
        padding: 28px 0;
        border-bottom: 1px solid #f4f4f4;
    }
    .Novice .Explain .right .news img{
        float: left;
    }
    .Novice .Explain .right .news .name{
        float: left;
        height: 82px;
        width: 440px;
        padding: 6px 16px;
        box-sizing: border-box;
    }
    .Novice .Explain .right .news .name h3{
        line-height: 24px;
        font-size: 15px;
        color: #14a08c;
		letter-spacing: 1px;
    }
    .Novice .Explain .right .news .name p{
        line-height: 23px;
        font-size: 12px;
        color: #454545;
    }
    .Novice .Explain .right .news .date{
        float: right;
        width: 60px;
        background: #f4f4f4;
        height: 82px;
        padding: 12px 0;
        box-sizing: border-box;
    }
    .Novice .Explain .right .news .date span{
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 32px;
        color: #a9a9a9;
    }
    .Novice .Explain .right .news .date i{
        display: block;
        text-align: center;
        line-height: 18px;
        font-size: 10px;
        color: #a9a9a9;
    }
/*新手*/

/*首页*/
    .I_index .banner{
		background: #14a08c;
		background: -moz-linear-gradient(right,  #3faf81, #14a08c);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(#14a08c), color-stop(#14a08c));
		background: -webkit-linear-gradient(right,  #3faf81,#14a08c);
		background: -o-linear-gradient(right,  #3faf81,#14a08c);
		background: -ms-linear-gradient(right,  #3faf81,#14a08c);
		background: linear-gradient(to right,  #3faf81,#14a08c);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3faf81', endColorstr='#14a08c',GradientType=1 );
		padding: 60px 0 124px 0;
    }
	:root .banner{filter:none;}
    .I_index .banner .inner{
        width: 1200px;
    }
    .I_index .banner img{
        float: left;
    }
    .I_index .banner .right{
        float: left;
        padding-left: 30px;
    }
    .I_index .banner h3{
        font-size: 40px;
        line-height: 60px;
        color: #fff;
    }
    .I_index .banner h4{
        font-size: 22px;
        line-height: 44px;
        color: #fff;
        margin-bottom: 14px;
    }
    .I_index .banner p{
        font-size: 18px;
        line-height: 40px;
        color: #fff;
        padding-left: 32px;
        background: url(../images/d.png) no-repeat left 10px; 
        background-size: 16px;
		letter-spacing:1px;
    }
    .I_index .banner a{
        font-size: 22px;
        line-height: 50px;
        color: #aa7627;
        background: #ffce2e;
        text-align: center;
        border-radius: 6px;
        margin: 26px 0;
        float: left;
		width: 200px;
/*        width: 250px;
*/    }
    .I_index .who{
        padding: 48px 0 68px 0;
    }
    .I_index .who h3{
        text-align: center;
        font-size: 34px;
        line-height: 84px;
        color: #4d4d4d;
    }
    .I_index .who ul li{
        float: left;
        width: 33.33%;
        text-align: center;
        padding: 30px 0;
    }
    .I_index .who ul li img{
        margin-bottom: 20px;
		width: 56px;
        height: 56px;
    }
    .I_index .who ul li p{
        font-size: 16px;
        line-height: 24px;
        color: #4d4d4d;
    }

    .I_index .admin{
        padding: 86px 0 30px 0;
    }
    .I_index .admin h3{
        text-align: center;
        font-size: 36px;
        line-height: 76px;
        color: #464646;
    }
    .I_index .admin h4{
        text-align: center;
        font-size: 26px;
        line-height: 60px;
        color: #4d4d4d;
    }
    .I_index .admin ul{
        padding: 54px 0;
    }
    .I_index .admin ul li{
        float: left;
        width: 25%;
        overflow: hidden;
        padding: 28px 0;
        height: 50px;
    }
    .I_index .admin ul li img{
        float: left;
        margin-right: 10px;
    }
    .I_index .admin ul li p{
        font-size: 22px;
        line-height: 50px;
        color: #545454;
        line-height: 50px;
    }
    .I_index .admin a{
        display: block;
        text-align: center;
        color: #1cb889;
        line-height: 60px;
        font-size: 18px;
    }
    .I_index .advantage{
        background: #14a08c;
		background: -moz-linear-gradient(right,  #3faf81, #14a08c);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(#14a08c), color-stop(#14a08c));
		background: -webkit-linear-gradient(right,  #3faf81,#14a08c);
		background: -o-linear-gradient(right,  #3faf81,#14a08c);
		background: -ms-linear-gradient(right,  #3faf81,#14a08c);
		background: linear-gradient(to right,  #3faf81,#14a08c);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3faf81', endColorstr='#14a08c',GradientType=1 );
        padding: 44px 0 78px 0;
    }
	:root .advantage{filter:none;}
    .I_index .advantage h3{
        font-size: 36px;
        color: #fff;
        line-height: 160px;
        text-align: center;
    }
    .I_index .advantage ul{
        overflow: hidden;
    }
    .I_index .advantage ul li{
        float: left;
        width: 300px;
        border: 1px solid #fff;
        margin-bottom: 74px;
        text-align: center;
        box-sizing: border-box;
        padding: 58px 0 84px 0;
    }
    .I_index .advantage ul li:nth-child(1){
        width: 466px;
        margin-right: 68px;
        padding: 30px 0 20px 0;
    }
    .I_index .advantage ul li:nth-child(2){
        width: 466px;
        padding: 30px 0 20px 0;
    }
    .I_index .advantage ul li:nth-child(3),
    .I_index .advantage ul li:nth-child(4){
        margin-right: 50px;
        height: 371px;
    }
    .I_index .advantage ul li:nth-child(4){
        height: 371px;
    }
    .I_index .advantage ul li img{
        margin-bottom: 30px;
        height: 71px;
    }
    .I_index .advantage ul li p{
        font-size: 16px;
        line-height: 40px;
        color: #fff;
    }
    .I_index .Comprehensive{
        padding: 100px 0;
    }
    .I_index .Comprehensive h3{
        line-height: 90px;
        font-size: 36px;
        color: #3e3e3e;
        text-align: center;
    }
    .I_index .Comprehensive h4{
        color: #3e3e3e;
        text-align: center;
        font-size: 26px;
        line-height: 78px;
    }
    .I_index .Comprehensive .swiper{
        margin-top: 38px;
        position: relative;
    }
    .I_index .Comprehensive .swiper .box{
        overflow: hidden;
        position: relative; 
    }
    .I_index .Comprehensive .swiper .box ul{
        position: relative;
    }
    .I_index .Comprehensive .swiper .box ul li{
        float: left;
        width: 290px;
        margin-right: 57px;
        background: #ebebeb;
    }
    .I_index .Comprehensive .swiper .box ul li{
        background: #fff;
		border: 1px solid #bfbfbf;
    }
    .I_index .Comprehensive .swiper .box ul li h5{
        line-height: 58px;
        font-size: 18px;
        color: #3e3e3e;
        text-align: center;
    }
    .I_index .Comprehensive .swiper .box ul li img{
        display: block;
        margin: 32px auto;
        height: 244px;
    }
    .I_index .Comprehensive .swiper .box ul li .detail-msg{
        padding: 8px 18px;
/*        line-height: 18px;
*/        font-size: 14px;
        color: #3e3e3e;
        background: #fff;
		padding-left: 20px;
		border-top: 1px solid #bfbfbf;
    }
	.sold-msg{
		height:40px;
		line-height:40px;
	}
	.sold-msg .price{
		float:left;
		color:#f00;
		font-size:20px;
	}
	.sold-msg .price b{
		font-weight:normal;
	}
	.sold-msg .sold{
		float:right;
	}
    .I_index .Comprehensive .swiper span{
        position: absolute;
        width: 68px;
        height: 257px;
        top: 100px;
     }
    .I_index .Comprehensive .swiper span.prve{
        background: url(../images/64.png) no-repeat;
        left: -120px;
    }
    .I_index .Comprehensive .swiper span.next{
        background: url(../images/65.png) no-repeat;
        right: -120px;
    }
    .I_index .say_list{
        background: #edefef url(../images/say.png) no-repeat;
        height: 860px;
        padding: 50px 0 66px 0;
        box-sizing: border-box;
    }
    .I_index .say_list h3{
        line-height: 132px;
        font-size: 34px;
        color: #3e3e3e;
        text-align: center;
    }
    .I_index .say_list{
        display: flex;
        justify-content: space-between;
        margin-bottom: 64px;
    }
    .I_index .say_list .say_item li{
        display: inline-block;
        width: 313px;
        position: relative;
    }
    .I_index .say_list .say_item li h4{
        line-height: 48px;
        font-size: 16px;
        color: #3e3e3e;
    }
    .I_index .say_list .say_item li p{
        line-height: 22px;
        font-size: 14px;
        color: #3e3e3e;
    }
    .I_index .say_list .say_item li:hover p,
    .I_index .say_list .say_item li:hover h4{
        color: #1bb489;
    }
     .I_index .say_list .say_item li div{
        z-index: 999;
        position: absolute;
        width: 313px;
        height: 313px;
        top: 0;
        left: 0;
        background-color: rgba(27, 180, 137,.75);
        display: none;
     }
     .I_index .say_list .say_item li div a{
        display: block;
        width: 130px;
        text-align: center;
        line-height: 46px;
        margin: 140px auto;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        border: 1px solid #fff;
     }
     .I_index .say_list .say_item li:hover div{
        display: block;
    }
    .I_index .big_img{
        width: 100%;
       /* position: relative;
        left: 50%;
        margin-left: -960px;*/
    }
    .I_index .news{
        background: #fff;
        padding: 86px 0 110px 0;
    }
    .I_index .news h3{
        line-height: 134px;
        font-size: 36px;
        color: #3e3e3e;
        text-align: center;
    }
    .I_index .news ol{
        border-bottom: 1px solid #c0bfbf;
    }
    .I_index .news ol li{
        line-height: 66px;
        float: left;
        width: 33.33%;
        text-align: center;
        font-size: 26px;
        color: #7b7b7b;
        border-bottom: 3px solid transparent;
        margin-bottom: -1px;
        cursor: pointer;
    }
    .I_index .news ol li.on{
        color: #4d4d4d;
        position: relative;
        border-bottom: 3px solid #1eb788;
    }
    .I_index .news ul{
        padding-top: 60px;
    }
    .I_index .news ul li{
        overflow: hidden;
        display: none;
    }
    .I_index .news ul li.on{
        display: block;
    }
    .I_index .news ul li .left{
        float: left;
        width: 50%;
    }
    .I_index .news ul li .right{
        float: left;
        width: 50%;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .I_index .news ul li .right .item{
        padding: 18px 0;
        overflow: hidden;
    }
    .I_index .news ul li .right .item .time{
        float: left;
        width: 76px;
        height: 66px;
    }
    .I_index .news ul li .right .item .time span{
        display: block;
        text-align: center;
        font-size: 44px;
        font-weight: bold;
        color: #c2c2c2;
        line-height: 44px;
    }
    .I_index .news ul li .right .item .time i{
        display: block;
        text-align: center;
        font-size: 12px;
        color: #c2c2c2;
        line-height: 12px;
    }
    .I_index .news ul li .right .item p a{
        line-height: 27px;
        padding: 3px 0;
        font-size: 12px;
        color: #6d6d6d;
    }
    .I_index .news ul li .right .item.on .time span,
    .I_index .news ul li .right .item.on .time i{
        color: #8f8e8e;
    }
    .I_index .news ul li .right .item.on p{
        color: #323232;
    }
    .I_index .vip{
/*        background: #eeefef;
*/        padding: 74px 0;
          border-bottom: 1px solid #bfbfbf;
    }
    .I_index .vip h3{
        font-size: 36px;
        color: #373737;
        line-height: 90px;
        text-align: center;
    }
    .I_index .vip h4{
        font-size: 28px;
        color: #373737;
        line-height: 76px;
        margin-bottom: 20px;
        text-align: center;
    }
    .I_index .vip ol {
        border-bottom: 1px solid #bfbfbf;
    }
    .I_index .vip ol li{
        float: left;
        width: 20%;
        text-align: center;
        cursor: pointer;
    }
    .I_index .vip ol li p{
        font-size: 18px;
        color: #4d4d4d;
        line-height: 68px;
    }
    .I_index .vip ol li.on{
        position: relative;
    }
    .I_index .vip ol li.on p{
        color: #1db389;
    }
    .I_index .vip ol li.on::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: -1px;
        background: #1db389;
    }
    .I_index .vip ul li{
        overflow: hidden;
        display: none;
    }
    .I_index .vip ul li.on{
        display: block;
    }
    .I_index .vip ul li .left{
        float: left;
        width: 50%;
        padding-top: 50px;
        height: 500px;
    }
    .I_index .vip ul li .left img{
        display: block;
        margin: 0 auto;
        display: none;
		border: 3px solid #efeeee;
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
/*        width: 293px;
        height: 501px;
*/    }
     .I_index .vip ul li .left img.on{
        display: block;
     }
    .I_index .vip ul li .right{
        float: left;
        width: 50%;
        padding-top: 30px;
        position: relative;
        padding-left: 50px;
        box-sizing: border-box;
    }
    .I_index .vip ul li .right::after{
        content: "";
        position: absolute;
        left: 82px;
        width: 1px;
        height: 80%;
        border-left: 1px dotted #949494;
        z-index: 999;
        top: 60px;
    }
    .I_index .vip ul li .right .item{
        overflow: hidden;
        position: relative;
        z-index: 9999;
    }
    .I_index .vip ul li .right .item i{
        width: 64px;
        height: 64px;
        background: url(../images/50.png) no-repeat center;
        float: left;
    }
    .I_index .vip ul li .right .item p{
        font-size: 20px;
        color: #202020;
        line-height: 64px;
        padding-left: 90px;
    }
    .I_index .vip ul li .right .item span{
        display: none;
        background: #fff;
        border-radius: 4px;
        line-height: 18px;
        font-size: 14px;
        padding: 6px;
        color: #777979;
        margin-left: 90px;
        float: left;
		border: 1px solid #dadada;
    }
    .I_index .vip ul li .right .item.on i{
        width: 64px;
        height: 64px;
        background: #eeefef url(../images/49.png) no-repeat;
    }
    .I_index .vip ul li .right .item.on span{
        display: block;
    }
/*首页*/
.guanggao img{
    width: 100%;
}

/*更新日志*/
.Novice .Explain .right .right_list{
    height: 1050px;
    overflow-y: auto;
}
.Novice .Explain .right .right_list_ul{
    margin: 22px 0 0 100px;
    border-left: 2px solid #d2d2d2;
    padding: 30px 30px 0 10px;
}
.Novice .Explain .right .right_list_ul>li{
    padding-bottom: 60px;
    position: relative;
}
.Novice .Explain .right .right_list_ul>li:last-child{
    padding-bottom: 0;
}
.Novice .Explain .right .right_list_ul>li .update{
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    border-radius: 4px;
    background-color: #1bb089;
    width: 65px;
    text-align: center;
    position: absolute;
    left: -87px;
    top: 20px;
}
.Novice .Explain .right .right_list_ul>li .update::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1bb089;
    position: absolute;
    right: -15px;
    top: 8px;
}
.Novice .Explain .right .right_list_ul>li h3{
    font-size: 14px;
    line-height: 62px;
    color: #242c2a;
    padding: 0 15px 0 20px;
    background: url(../images/105.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.Novice .Explain .right .right_list_ul>li h3 img{
    float: right;
    width: 10px;
    height: 6px;
    margin: 32px 0 0 24px;
    cursor: pointer;
}
.Novice .Explain .right .right_list_ul>li h3 a{
    float: right;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    background-color: #1bb089;
    width: 82px;
    text-align: center;
    margin-top: 13px;
}
.Novice .Explain .right .right_list_ul>li .ul_right{
    width: 608px;
    float: right;
    box-sizing: border-box;
    padding: 0 12px;
    background: url(../images/106.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 30px;
    display: none;
}
.Novice .Explain .right .right_list_ul>li .ul_right.show{
    display: block;
}
.Novice .Explain .right .right_list_ul>li .ul_right .ul_right_con{
    padding: 8px;
    background-color: #fff;
}
.Novice .Explain .right .right_list_ul>li .ul_right .ul_right_con p{
    font-size: 12px;
    line-height: 28px;
    color: #424242;
}
.changeimg img{display: block;
    max-width: 690px;
    border: 8px solid #fff;
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1);
    margin: 20px auto 0 auto;}
.yqlj{ /*background:#d4d0d0;*/ padding:20px 0px;}
.yqljt{ text-align:center; margin-bottom:15px; font-size:16px;}
.yqljf{ width:1020px; margin-left:auto; margin-right:auto; overflow:hidden}
.yqljf a{ margin-right:20px; margin-bottom:10px; display:block; float:left; font-size:12px;}
.Contrast_list a{
    display:inline-block;
    width:35%;
    line-height:30px;
    border-radius:3px;
    margin:0 5px;
}
.Contrast_list a.bgyellow{
    background:#ff9126;
    color:#fff
}
.Contrast_list a.bggreen{
    background:#3c9f04;
    color:#fff
}
