* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    height: 80px;
    background: #f2f2f2;
    overflow: hidden;
}

.header .head {
    width: 1200px;
    margin: 0 auto;
}

.header .head div {
    float: left;
    line-height: 80px;
}

.header .head .logo {
    height: 80px;
}

.header .head .nav {
    margin-left: 60px;
}

.header .head .nav li {
    float: left;
    text-align: center;
    line-height: 80px;
    margin-right: 30px;
}

.header .head .nav li:hover {
    background: #1ea98d;
}

.header .head .nav li a {
    height: 80px;
    line-height: 80px;
    padding: 22px;
    color: #333333;
    font-size: 18px;
}

.header .head .nav li a:hover {
    color: #fff;
}

.header .head .reg {
    float: right;
    height: 80px;
    line-height: 80px;
    /*margin-top: -80px;*/
}

.header .head .reg a {
    font-size: 18px;
    padding: 6px 22px;
    margin-right: 0px;
    border-radius: 4px;
}

.header .head .reg .login {
    background: #1ea98d;
    width: 84px;
    height: 38px;
    color: #fff;
}

.header .head .reg .sign {
    background: #fff;
    width: 84px;
    height: 38px;
    color: #1ea98d;
    border: 1px solid #1ea98d;
}

.picture {
    width: 100%;
    height: 600px;
    background: url("../images/2_01.png") no-repeat;
    background-position: center center;
    background-size: 100%;
}

.picture img {
    width: 100%;
    height: 600px;
}

.rw {
    width: 100%;
    height: 462px;
    background: #f2f2f2;
    overflow: hidden;
}

.rw .yingxiao {
    width: 256px;
    margin: 0 auto;
    margin-top: 40px;
}

.rw .yingxiao .soft {
    color: #999999;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

.rw .yingxiao .ruanwen {
    margin-top: 6px;
    padding-left: 86px;
    width: 240px;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
    border-bottom: 2px solid #1ea98d;
}

.rw .yingxiao div {
    width: 88px;
    height: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #1ea98d;
    margin-top: -24px;
}

.rw .shuoming {
    width: 980px;
    height: 210px;
    margin: 0 auto;
    margin-top: 80px;
}

.rw .shuoming img {
    display: inline-block;
    float: left;
    transition: all 0.6;
}

.rw .shuoming img:hover {
    transform: scale(1.2);
}

.rw .shuoming span {
    display: inline-block;
    width: 620px;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #565656;
}

.rw .shuoming span:hover {
    color: #333;
}

.section {
    overflow: hidden;
}

.section .yingxiao {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
}

.section .yingxiao .soft {
    color: #999999;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

.section .yingxiao .ruanwen {
    margin-top: 6px;
    padding-left: 78px;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
    border-bottom: 2px solid #1ea98d;
}

.section .yingxiao div {
    width: 200px;
    height: 8px;
    margin: 0 auto;
    border-radius: 10px;
    background: #1ea98d;
    margin-top: -24px;
}

.section .ruanwen_list {
    width: 1068px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}

.section .ruanwen_list li {
    width: 116px;
    height: 40px;
    float: left;
    margin-right: 12px;
}

.section .ruanwen_list a {
    float: left;
    width: 116px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666666;
    margin-right: 15px;
    letter-spacing: 2px;
}

.section .ruanwen_list a:hover {
    background: #1ea98d;
    border-radius: 4px;
    color: #fff;
}

.section .ruanwen_list .active a {
    color: #fff;
    background: #1ea98d;
    border-radius: 4px;
}

.section .ruanwen_list .last {
    margin-right: 0;
    color: #999;
}

.section .remen {
    width: 1200px;
    height: 1144px;
    margin: 0 auto;
    margin-top: 60px;
}

.section .remen .remen_list {
    width: 320px;
    height: 526px;
    float: left;
    margin-right: 120px;
    margin-bottom: 40px;
}

.section .remen .remen_list .img {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all 0.6;
}

.section .remen .remen_list .img img {
    width: 320px;
}

.section .remen .remen_list .img:hover {
    transform: scale(1.2);
}

.section .remen .remen_list .img .bian {
    border-bottom: 1px solid #ddd;
}

.section .remen .remen_list .price {
    display: block;
    width: 136px;
    height: 38px;
    background: #1ea98d;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 0;
    color: #fff;
}

.section .remen .remen_list .price a {
    color: #fff;
}

.section .remen .last {
    margin-right: 0;
}

.section .phone {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}

.section .phone .remen_list {
    width: 350px;
    float: left;
    margin-right: 75px;
    margin-bottom: 40px;
}

.section .phone .remen_list .img {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
}

.section .phone .remen_list .img .the {
    border-bottom: 1px solid #ddd;
}

.section .phone .remen_list .price {
    display: block;
    width: 136px;
    height: 38px;
    background: #1ea98d;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 0;
    color: #fff;
}

.section .phone .remen_list .price a {
    color: #fff;
}

.section .phone .last {
    margin-right: 0;
}

.section .process {
    height: 484px;
    background: url("../images/3_03.png") no-repeat center center;
    overflow: hidden;
}

.section .process .yingxiao {
    width: 258px;
}

.section .process .yingxiao .soft {
    color: #fff;
}

.section .process .yingxiao .ruanwen {
    color: #fff;
}

.section .process .yingxiao div {
    width: 146px;
}

.section .process .liucheng {
    width: 900px;
    height: 170px;
    margin: 0 auto;
    margin-top: 100px;
}

.section .process .liucheng .pro {
    width: 130px;
    height: 170px;
    float: left;
    margin-right: 62px;
    text-align: center;
    transition: all 0.6;
}

.section .process .liucheng .pro:hover {
    margin-top: -30px;
}

.section .process .liucheng .pro img {
    display: block;
    margin: 0 auto;
}

.section .process .liucheng .pro p {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}

.section .process .liucheng .pro .one {
    color: #1ea98d;
    margin-top: 34px;
}

.section .process .liucheng .pro span {
    font-size: 20px;
    color: #fff;
}

.section .process .liucheng .last {
    margin-right: 0;
}

.section .partners {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.section .partners .yingxiao {
    width: 246px;
}

.section .partners .yingxiao div {
    width: 104px;
}

.section .partners .partner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.section .partners .partner .parter_list {
    margin-top: 60px;
}

.section .partners .partner .parter_list .the_one {
    width: 206px;
    height: 108px;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.section .partners .partner .parter_list .the_one img {
    width: 208px;
    height: 108px;
    transition: all 0.5s;
}

.section .partners .partner .parter_list .the_one img:hover {
    transform: scale(1.2);
}

.section .partners .partner .parter_list .last {
    margin-right: 0;
}

.footer .vip {
    width: 100%;
    height: 247px;
    background: url("../images/1_60.png") no-repeat center center;
    background-size: 100%;
    overflow: hidden;
}

.footer .vip p {
    width: 576px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.footer .vip .liji {
    width: 214px;
    height: 40px;
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 6px;
}

.footer .vip .liji a {
    color: #fff;
}

.footer .foot_nav {
    height: 108px;
    background-color: #363535;
    text-align: center;
    overflow: hidden;
}

.footer .foot_nav ul {
    width: 700px;
    margin: 0 auto;
    margin-top: 36px;
}

.footer .foot_nav ul li {
    float: left;
    padding: 0 36px;
    border-right: 1px solid #fff;
}

.footer .foot_nav ul li a {
    color: #fff;
}

.footer .foot_nav ul .last {
    border: none;
}

.footer .foot_nav p {
    margin-top: 78px;
    text-align: center;
    font-size: 14px;
    color: #c3c3c3;
}
