﻿@charset 'utf-8';

.w1200 {
    width: 1200px;
}

.overhide {
    overflow: hidden;
}

.pages {
    text-align: center;
    padding: 40px 0 10px;
}

.pages a {
    display: inline-block;
    padding: 6px 15px;
    color: #666;
    margin-right: 1px;
    background: #FFF;
    font-size: 12px;
}

.pages a:hover {
    background: #FF3431;
    color: #FFF;
}

.pages a.curr {
    background: #FF3431;
    color: #FFF;
}

.pages span {
    padding: 0 10px;
}

.pop_win {
    width: 460px;
    height: 420px;
    padding: 30px 70px;
    margin: 0 auto;
}

.pop_win .pop_hd {
    width: 320px;
    padding-top: 20px;
    color: #333;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.pop_win .pop_hd .memo {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.pop_win .pop_hd .memo b {
    color: #F60;
}

.pop_win .pop_bd .apply_form {
    width: 320px;
    padding-top: 30px;
    clear: both;
    text-align: left;
}

.pop_win .pop_bd .apply_form:after {
    clear: both;
    content: " ";
    display: table;
}

.pop_win .pop_bd .apply_form:before {
    content: " ";
    display: table;
}

.pop_win .pop_bd .apply_form ul {
    font-size: 14px;
    clear: both;
}

.pop_win .pop_bd .apply_form ul:after {
    clear: both;
    content: " ";
    display: table;
}

.pop_win .pop_bd .apply_form ul:before {
    content: " ";
    display: table;
}

.pop_win .pop_bd .apply_form ul li {
    margin-bottom: 12px;
    clear: both;
}

.pop_win .pop_bd .apply_form ul li label {
    cursor: pointer;
    margin-right: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.pop_win .pop_bd .apply_form ul li:after {
    clear: both;
    content: " ";
    display: table;
}

.pop_win .pop_bd .apply_form ul li:before {
    content: " ";
    display: table;
}

.pop_win .pop_bd .apply_form ul li span {
    height: 44px;
    width: 320px;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari 和 Chrome */
    border-radius: 2px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    padding: 6px 10px;
    display: block;
    border: 1px #F5F5F5 solid;
    text-align: left;
}

.pop_win .pop_bd .apply_form ul li span input[type=text] {
    width: 260px;
    height: 32px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.pop_win .pop_bd .apply_form ul li span i {
    float: right;
    color: #333;
    font-style: normal;
    margin-top: 5px;
}

.pop_win .pop_bd .apply_form ul li input[type=submit],
.pop_win .pop_bd .apply_form ul li input[type=button] {
    margin-top: 10px;
    width: 320px;
    height: 44px;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari 和 Chrome */
    border-radius: 2px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    background-color: #F60;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.pop_win .pop_bd .apply_form ul li p {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.pop_win .pop_bd .apply_form .agreement_box .info { text-align: left; }

.pop_win .pop_bd .confirm {
    display: none;
    font-size: 14px;
    padding-top: 50px;
}

.pop_win .pop_bd .confirm ul li {
    text-align: left;
}

.pop_win .pop_bd .confirm ul li a {
    color: #F60;
    float: right;
}

.pop_win .pop_bd .confirm ul li span {
    height: 44px;
    width: 320px;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari 和 Chrome */
    border-radius: 2px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    padding: 6px 10px;
    display: block;
    border: 1px #F5F5F5 solid;
    text-align: left;
    margin-top: 20px;
}

.pop_win .pop_bd .confirm ul li span input[type=text] {
    width: 210px;
    height: 32px;
    border: 0;
    font-size: 14px;
    color: #333;
}

.pop_win .pop_bd .confirm ul li span i {
    background: #D8D8D8;
    color: #777;
    padding: 2px 3px;
    font-size: 12px;
    font-style: normal;
}

.pop_win .pop_bd .confirm ul li input[type=submit] {
    margin-top: 10px;
    width: 320px;
    height: 44px;
    -moz-border-radius: 2px;
    /* Firefox */
    -webkit-border-radius: 2px;
    /* Safari 和 Chrome */
    border-radius: 2px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    background-color: #F60;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.pop_win .pop_bd .confirm ul li input[type=submit].disable {
    background: #D2D2D2;
}

.pop_win .success {
    display: none;
    width: 320px;
    padding-top: 50px;
    clear: both;
    text-align: center;
}

.pop_win .success:after {
    clear: both;
    content: " ";
    display: table;
}

.pop_win .success:before {
    content: " ";
    display: table;
}

.pop_win .success .success_hd {
    padding-bottom: 40px;
    color: #F60;
    font-size: 30px;
}

.pop_win .success .success_hd i {
    width: 100px;
    height: 100px;
    background: url("../img/icon_all.png") no-repeat;
    background-size: 600px 550px;
    background-position: 0 -96px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.pop_win .success .success_bd {
    font-size: 14px;
}

.pop_win .success .success_bd span {
    color: #F60;
    padding-top: 30px;
    display: block;
}

.icon-san {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
}

.bj-box-1 {
    height: 600px;
    background: url("../img/img_ban.png") top center;
    background-repeat: repeat-x;
    position: relative;
}

.bj-box-1 .title {
    text-align: center;
    height: 150px;
}

.bj-box-1 .title .word-1 {
    font-size: 36px;
    line-height: 50px;
    padding-top: 46px;
    color: #5D7A83;
}

.bj-box-1 .title .word-2 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 2px;
    color: #5D7A83;
}

.bj-box-1 .title span {
    color: #DCAF5C;
}

.bj-box-1 .con-main {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari 和 Chrome */
    border-radius: 10px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    /* Firefox */
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    /* Safari 和 Chrome */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    /* Opera 10.51
   +, 以及使用了IE-CSS3的IE浏览器 */
    background: #fff url("../img/icon_02.png") no-repeat right bottom;
    background-size: 180px;
    position: relative;
}

.bj-box-1 .con-main:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.city-ss,
.house-hx {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 10;
    width: 280px;
    overflow-x: hidden;
    border: 1px solid #fff;
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    /* Firefox */
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    /* Safari 和 Chrome */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    /* Opera 10.51
   +, 以及使用了IE-CSS3的IE浏览器 */
    clear: both;
    background: #F9F9F9;
}

.city-ss:hover,
.house-hx:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.city-ss:after,
.house-hx:after {
    clear: both;
    content: " ";
    display: table;
}

.city-ss:before,
.house-hx:before {
    content: " ";
    display: table;
}

.city-ss .list-1,
.city-ss .list-2 {
    float: left;
    width: 50%;
    height: 250px;
    overflow-x: hidden;
}

.city-ss .list-1 a,
.city-ss .list-2 a {
    display: block;
    padding: 5px 10px 5px 20px;
    font-size: 12px;
}

.city-ss .list-1 {
    background: #fff;
}

.city-ss .list-1 a:hover,
.city-ss .list-2 a:hover,
.city-ss .list-1 a.on,
.city-ss .list-2 a.on {
    background: #F3F3F3;
    color: #FF3431;
}

.house-hx ul {
    clear: both;
    background: #fff;
}

.house-hx ul:after {
    clear: both;
    content: " ";
    display: table;
}

.house-hx ul:before {
    content: " ";
    display: table;
}

.house-hx ul li {
    float: left;
    width: 19%;
}

.house-hx ul li a {
    display: block;
    margin: 10px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.house-hx ul li a.on {
    background: #FF3431;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari 和 Chrome */
    border-radius: 10px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    color: #FFF;
}

.house-hx ul li.list-5 {
    width: 24%;
}

.house-hx .btn {
    clear: both;
}

.house-hx .btn:after {
    clear: both;
    content: " ";
    display: table;
}

.house-hx .btn:before {
    content: " ";
    display: table;
}

.house-hx .btn a {
    float: left;
    width: 50%;
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.house-hx .btn a:hover {
    background: #FF3431;
    color: #FFF;
}

.bj-box-3,
.bj-box-5 {
    background: #f4f4f5;
}

.bj-box-2,
.bj-box-3,
.bj-box-5 {
    padding-bottom: 60px;
}

.bj-box-2 .title,
.bj-box-3 .title,
.bj-box-5 .title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}

.bj-box-2 .title .word-1,
.bj-box-3 .title .word-1,
.bj-box-5 .title .word-1 {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    margin-bottom: 10px;
}

.bj-box-2 .title .word-2,
.bj-box-3 .title .word-2,
.bj-box-5 .title .word-2 {
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.bj-box-4 .btn,
.bj-box-5 .btn {
    width: 220px;
    height: 40px;
    display: block;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
    border-radius: 5px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    color: #DCAF5C;
    border: 1px solid #DCAF5C;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.bj-box-4 .btn:hover,
.bj-box-5 .btn:hover {
    cursor: pointer;
    background: #DCAF5C;
    color: #FFF;
}

.bj-box-2 {
    width: 1180px;
    margin: 0 auto;
}

.bj-box-2 .con {
    clear: both;
}

.bj-box-2 .con:after {
    clear: both;
    content: " ";
    display: table;
}

.bj-box-2 .con:before {
    content: " ";
    display: table;
}

.bj-box-2 .con ul {
    margin-left: -20px;
}

.bj-box-2 .con ul li {
    float: left;
    width: 280px;
    margin-left: 20px;
}

.bj-box-2 .con ul li .pic {
    margin-bottom: 20px;
}

.bj-box-2 .con ul li .pic img {
    width: 100%;
}

.bj-box-2 .con ul li .word-1 {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}

.bj-box-2 .con ul li .word-2 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.bj-box-3 .con {
    width: 1180px;
    margin: 0 auto;
    clear: both;
}

.bj-box-3 .con:after {
    clear: both;
    content: " ";
    display: table;
}

.bj-box-3 .con:before {
    content: " ";
    display: table;
}

.bj-box-3 .con ul {
    margin-left: -32px;
}

.bj-box-3 .con ul li {
    position: relative;
    width: 372px;
    height: 350px;
    float: left;
    margin-left: 32px;
    background: #fff;
    overflow: hidden;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
    border-radius: 5px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    /* Firefox */
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    /* Safari 和 Chrome */
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    /* Opera 10.51
   +, 以及使用了IE-CSS3的IE浏览器 */
    cursor: pointer;
}

.bj-box-3 .con ul li:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bj-box-3 .con ul li a i {
    display: block;
    width: 110px;
    height: 100px;
    margin: 100px 0 20px 144px;
    background: url("../img/icon_01.png") no-repeat 0 0;
    background-size: 523px 534px;
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bj-box-3 .con ul li a i.icon-1 {
    background-position: 0 0px;
}

.bj-box-3 .con ul li a i.icon-2 {
    background-position: -110px 0px;
}

.bj-box-3 .con ul li a i.icon-3 {
    background-position: -220px 0px;
}

.bj-box-3 .con ul li a .hd {
    text-align: center;
    width: 372px;
    height: 350px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
    border-radius: 5px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    position: absolute;
    left: 0;
    top: 175px;
    background-position: 0 -350px;
    background-repeat: no-repeat;
    background-size: 372px 350px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
}

.bj-box-3 .con ul li a .hd.bg-1 {
    /*background-image: url("../img/img_01_1.png");*/
}

.bj-box-3 .con ul li a .hd.bg-2 {
    /*background-image: url("../img/img_01_2.png");*/
}

.bj-box-3 .con ul li a .hd.bg-3 {
    /*background-image: url("../img/img_01_3.png");*/
}

.bj-box-3 .con ul li a .hd .word-1 {
    padding-top: 44px;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bj-box-3 .con ul li a .hd .word-1:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #FFF;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bj-box-3 .con ul li a .hd .word-2 {
    font-size: 18px;
    color: #FFF;
    width: 220px;
    line-height: 34px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    filter: alpha(opacity=0);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0;
    /*Firefox私有，透明度50%*/
    opacity: 0;
    /*其他，透明度50%*/
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
}

.bj-box-4 {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 0 0;
    clear: both;
}

.bj-box-4:after {
    clear: both;
    content: " ";
    display: table;
}

.bj-box-4:before {
    content: " ";
    display: table;
}

.bj-box-4 .pic {
    float: left;
    width: 523px;
    height: 600px;
    background-image: url("../img/icon_01.png");
    background-repeat: no-repeat;
    background-size: 523px 610px;
    background-position: 0 -100px;
    behavior: url("/content/version1/public/img/backgroundsize.min.htc");
    -ms-behavior: url("/content/version1/public/img/backgroundsize.min.htc");
}

.bj-box-4 .rig-box {
    float: right;
    width: 440px;
    margin-right: 40px;
}

.bj-box-4 .rig-box .word-1 {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.bj-box-4 .rig-box .word-2 {
    font-size: 18px;
    color: #999;
    line-height: 40px;
    margin-bottom: 30px;
}

.bj-box-4 .rig-box .word-3 {
    font-size: 18px;
    color: #DCAF5C;
    line-height: 50px;
}

.bj-box-4 .rig-box .word-3 span {
    font-size: 50px;
    font-weight: 600;
    margin-right: 5px;
}

.bj-box-4 .rig-box .word-4 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.bj-box-4 .rig-box ul {
    border-top: 1px #F5F5F5 solid;
    border-bottom: 1px #F5F5F5 solid;
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
    margin-bottom: 40px;
}

.bj-box-4 .rig-box ul:after {
    clear: both;
    content: " ";
    display: table;
}

.bj-box-4 .rig-box ul:before {
    content: " ";
    display: table;
}

.bj-box-4 .rig-box ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.bj-box-5 .con {
    background: #fff;
    width: 1180px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.bj-box-5 .con .tit {
    line-height: 40px;
    color: #5D7A83;
    font-size: 14px;
    font-weight: 600;
    background: #F3F3F3;
    clear: both;
}

.bj-box-5 .con .tit:after {
    clear: both;
    content: " ";
    display: table;
}

.bj-box-5 .con .tit:before {
    content: " ";
    display: table;
}

.bj-box-5 .con li {
    float: left;
}

.bj-box-5 .con .row-1 {
    width: 20%;
}

.bj-box-5 .con .row-2 {
    width: 40%;
}

.bj-box-5 .con .row-3 {
    width: 20%;
}

.bj-box-5 .con .row-4 {
    width: 20%;
}

.bj-box-5 .con .gdong {
    clear: both;
    height: 273px;
    overflow: hidden;
}

.bj-box-5 .con .gdong:after {
    clear: both;
    content: " ";
    display: table;
}

.bj-box-5 .con .gdong:before {
    content: " ";
    display: table;
}

.bj-box-5 .con .gdong li {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #ccc;
    line-height: 20px;
}

.bj-box-5 .con .gdong li .word-1 {
    color: #DCAF5C;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
}

.bj-box-5 .con .gdong li .word-2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.bj-box-5 .con .gdong li .word-3 {
    color: #DCAF5C;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bj-box-5 .con .gdong li.row-1 {
    padding-top: 30px;
    font-weight: 600;
    color: #333;
}

.bj-box-5 .con .btn {
    margin: 20px auto 0;
}

.popfoot-w {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.popfoot-w .calculator-box .calculator-bd {
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before {
    overflow: hidden;
    position: relative;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box {
    float: left;
    padding: 40px 40px 20px 40px;
    border-right: 1px solid #eee;
    box-sizing: content-box;
    width: 410px;
    height: 330px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .hd {
    font-size: 20px;
    margin-bottom: 15px;
    color: #5D7A83;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .hd span {
    color: #999;
    margin-left: 7px;
    color: #DCAF5C;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box {
    font-size: 14px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab {
    margin-bottom: 7px;
    position: relative;
    text-align: left !important;
    clear: both;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab:after {
    clear: both;
    content: " ";
    display: table;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab:before {
    content: " ";
    display: table;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .sel {
    border: 1px solid #eee;
    padding: 9px 5px;
    font-size: 100%;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .ProvinceSelect {
    border: 1px solid #eee;
    padding: 9px 5px;
    width: 120px;
    float: left;
    margin-right: 10px;
    font-size: 100%;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .CitySelect {
    border: 1px solid #eee;
    padding: 9px 5px;
    width: 120px;
    float: left;
    margin-right: 10px;
    font-size: 100%;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .sel01 {
    width: 116px;
    float: left;
    margin-right: 10px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .sel02 {
    width: 80px;
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .sel03 {
    width: 120px;
    float: left;
    margin-right: 10px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .form-group {
    float: left;
    width: 310px;
    overflow: hidden;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .form-bd {
    width: 335px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .text {
    border: 1px solid #eee;
    width: 228px;
    padding: 9px 10px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    box-sizing: content-box;
    position: relative;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .unit {
    position: absolute;
    z-index: 11;
    top: 7px;
    right: 74px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .text02 {
    width: 110px;
    float: left;
    margin-right: 8px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .get-code {
    float: left;
    width: 100px;
    background-color: #F0F0F0;
    border: none;
    font-size: 14px;
    padding: 10px 5px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    color: #666;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .get-code:hover {
    background-color: #e3e3e3;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .lb {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    text-align: right;
    width: 85px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .left-box .form-box .lab .lb em {
    color: #fe9023;
    margin-right: 7px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box {
    float: right;
    width: 340px;
    margin-top: 0px;
    padding: 50px 50px 30px 20px;
    box-sizing: content-box;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .tit {
    display: block;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    color: #5D7A83;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .tit b {
    text-align: center;
    color: #DCAF5C;
    font-size: 28px;
    margin: 0 5px;
    font-weight: normal;
    width: 100px;
    display: inline-block;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .txt {
    padding: 30px 0;
    font-size: 14px;
    box-sizing: content-box;
    border: 1px solid #eee;
    text-align: center;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .txt p {
    line-height: 40px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .txt p b {
    font-weight: normal;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 70px;
    font-size: 16px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .txt p del {
    color: #ccc;
    margin-left: 15px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .marks {
    color: #ff3431;
    margin-top: 20px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .marks p {
    font-size: 12px;
    line-height: 20px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .right-box .marks span {
    display: block;
    line-height: 1.6;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .start-box {
    position: absolute;
    z-index: 22;
    z-index: 11;
    top: 126px;
    left: 420px;
    width: 140px;
    height: 140px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .start-box .start-bd {
    position: relative;
    width: 140px;
    height: 140px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .start-box .start-bd .start-btn {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    color: #FFF;
    font-size: 18px;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 100%;
    background: #DCAF5C;
    cursor: pointer;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .start-box .start-bd .start-btn span {
    display: block;
    margin-top: 20px;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .start-box .start-bd .start-btn:hover {
    color: #fff !important;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .start-box .start-bd .start-btn:hover span {
    color: #fff;
}

.popfoot-w .calculator-box .calculator-bd .calculator-before .circle-animate {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #DCAF5C;
    z-index: 12;
    -webkit-animation: scale-three2 1.5s ease infinite;
    -moz-animation: scale-three2 1.5s ease infinite;
    -o-animation: scale-three2 1.5s ease infinite;
    animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: both;
}
/*  */
@-webkit-keyframes num {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
    }
}

@keyframes scale-three2 {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes scale-three2 {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes scale-three2 {
    0% {
        -moz-transform: scale(1);
        opacity: 0.7;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes scale-three2 {
    0% {
        -o-transform: scale(1);
        opacity: 0.7;
    }

    100% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
}
/*# sourceMappingURL=index.css.map */