html{-overflow-y:scroll}
body{color:#000;background:#fff;font-size:12px;line-height:1.666;-webkit-text-size-adjust:none}
body,textarea{font-family: 'Microsoft Yahei',verdana,sans-serif;}
body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,blockquote,legend,table,th,td,fieldset,menu,pre{margin:0;padding:0}
table,th,td,img,fieldset{border:0}
address,cite,em,code,var,dfn,ins,i,th,caption{font-style:normal;text-decoration:none}
h1,h2,h3,h4,h5,h6,th{font-size:100%;font-weight:normal}
input,select,button,textarea,table{margin:0;font-family:inherit;font-size:100%}
abbr,acronym{border:0;font-variant:normal}
q:before,q:after{content:""}
ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
th,caption{text-align:left}
a{text-decoration: none;outline: none;color: #0154a0;}
/* CSS Reset end*/
html,body{
    height: 100%;
}
body{
    background: #fff;
}
.hide{
    display: none;
}
.clearfix:after ,.fn-clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix ,.fn-clear{
    *zoom: 1;
}
.text-hide{
    overflow: hidden;
    width: 10px;
    text-indent: -999px;
}
.nbd{
    border: none !important;
}
.mgt35{
    margin-top: 35px !important;
}
.mgt60{
    margin-top: 60px !important;
}
.nmg{
    margin: 0 !important;
}
.vpd70{
    padding:70px 0 !important;
}
.vpd90{
    padding:90px 0 !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tar{
    text-align: right;
}
.phcolor{
    color:#999 !important;
}
.red{
    color: #f00 !important;
}
.gray-bg{
    background: #f1f3f4 !important;
}
.dimgray-bg{
    color: #fff !important;
    background: #666 !important;
}
.g-wrap {
    width: 1080px;
    margin: 0 auto;
}
.das-line-b{
    border-bottom: 1px dashed #999;
}
.mid-spilt{
    position: relative;
    line-height: 24px;
    height: 24px;
    font-size: 24px;
    color: #333;
    text-align: center;
    overflow: hidden;
}
.mid-spilt .mid-txt{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    z-index: 1;
}
.mid-spilt .mid-line{
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #dce6ec;
    overflow: hidden;
    z-index: 0;
}
.row {
    margin: 38px 0 40px;
}
.row .span4 {
    width: 240px;
    margin-right: 30px;
    float: left;
    text-align: center;
}
.row .span4 .pic {
    margin-bottom: 32px;
    font-size: 0;
    text-align: center;
}
.row .span4 .pic img {
    width: 200px;
    height: 200px;
}
.row .span4 .tt {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.row .span4 .txt {
    padding-top: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
/*base style*/
.g-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #1c1d1f;
    z-index: 9999999;
}
.g-header .g-wrap{
    position: relative;
}
.g-header .m-topLogo{
    position: relative;
    top: 19px;
    width: 139px;
    height: 31px;
    background: url("../img/logo.6be018a0.png") no-repeat;
}
.g-header.white-heater{
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
}
.g-header.white-heater .m-topLogo{
    background: url("../img/logo-red.162a41a4.gif") no-repeat;
}
.m-topLogo h2 {
    text-indent: -99999px;
}
.g-header .m-links {
    position: absolute;
    right: 0;
    top: 18px;
    color:#fff;
    font-size: 15px;
    line-height: 28px;
}
.m-links-item {
    display: inline-block;
    margin: 0 10px;
    color:#9cadbe;
    vertical-align: middle;
}
.m-links-item.trial-btn{
    width: 125px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    background: #ff5400/*357dfd*/;
    border-radius: 3px;
    color: #fff;
    margin-right: 0;
}
.white-heater .m-links-item.trial-btn{
    background: #357dfd;
}
.m-links-item.trial-btn:hover{
    background: #ff400b /*1b5cfd*/;
}
.white-heater .m-links-item.trial-btn:hover{
    background: #2b6bfd /*1b5cfd*/;
}
.m-links .dividing-line{
    display: inline-block;
    height: 28px;
    background: #9cadbe;
    width: 1px;
    margin: 0 15px;
    vertical-align: middle;
}
.g-register-wrap{
    position: relative;
    min-width: 1080px;
    height: 401px;
    margin-top: 70px;
    overflow: hidden;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #386bbe url("../img/banner_170907.9878243a.jpg") center 0 no-repeat;
    z-index: -1;
}
@-webkit-keyframes fadeOutBg{
    0%{
        transform: scale(1.1,1.1);
    }
    100%{
        transform: scale(1,1);
    }
}
@-moz-keyframes fadeOutBg{
    0%{
        -moz-transform: scale(1.1,1.1);
    }
    100%{
        -moz-transform: scale(1,1);
    }
}
.g-register-wrap .g-wrap{
    position: relative;
    height: 401px;
}
.g-register-wrap .remaining-number{
    position: absolute;
    left: 0;
    width: 630px;
    text-align: center;
    bottom: 147px;
    color: #fff;
    font-size: 14px;
    font-family: 'SimSun';
    line-height: 18px;
}
.g-register-wrap .remaining-number b{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    text-align: center;
    background: #ffffff;
    color: #2650f4;
    border-radius: 5px;
}
.m-slogan{
    padding-top: 123px;
    width: 620px;
}
.g-register-wrap .m-login{
    position: absolute;
    width: 374px;
    height: 401px;
    top: 0;
    right: 0;
    background: #fff/*f3f5fa*/;
}
.m-login .hd{
    line-height: 26px;
    margin: 40px 0 24px 0;
    font-size: 16px;
    color: #293141;
    text-align: center;
}
.m-login form{
    width: 290px;
    margin: 0 auto;
}
.m-login .form-group{
    position: relative;
    margin-bottom: 21px;
}
/*.m-login label{
    position: absolute;
    top: 6px;
    left: 16px;
    display: block;
    font-size: 14px;
    color: #9cadbe;
}*/
.m-login input,.m-login select{
    width: 258px;
    border: 1px solid #dcdcdc;
    height: 22px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
.m-login input:focus,.m-login select:focus{
    border-color: #ff5a00/*357dfd*/;
    outline-color: #ff5a00/*357dfd*/;
}
.m-login select{
    width: 138px;
    height: 34px;
    background: #fff url("../img/arrow.e8d620aa.png") no-repeat right center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.m-login .txt-province{
    margin-right: 13px;
}
.m-login .error-box{
    height: 20px;
    margin-bottom: 8px;
    margin-top: -12px;
    font-size: 14px;
    color: #ee8702;
}
.m-login .btn-crystal{
    display: block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #ff5a00/*357dfd*/;
    cursor:pointer;
}
.m-login .btn-crystal:hover{
    background: #ff400b/*1b5cfd*/;
}

.m-login form {
    margin: 0 auto;
}
.m-login .hd {
    margin: 12px 0;
}
.m-login label {
    display: inline-block;
}
.m-login .form-item{
    margin-bottom: 24px;
}
.m-login .form-item-label {
    display: none;
}
.m-login .form-item-box {
    margin-left: 0;
}
.m-login .form-item-input .input{
    padding: 16px 10px;
}
.m-login .form-code-item .form-item-input {
    width: 130px;
}
.m-login .form-code-item .form-item-code button{
    height: 36px;
}

.m-login .form-submit-btn{
    background: #ff5207;
    border-color: #ff5207;
}

.m-login .form-submit-btn:focus, .m-login .form-submit-btn:hover {
    background: #ff6116;
    border-color: #ff6116;
}
.m-login .form-submit-btn:active {
    background: #ff4704;
    border-color: #ff4704;
    outline: none;
}

.g-register-wrap .m-login .angle{
    /*position: absolute;
    left: -33px;
    top: 50%;
    width: 57px;
    height: 80px;
    cursor: pointer;
    background: url("../img/angle.ec9532a9.png");
    margin-top: -40px;*/
}
.product-section{
    padding: 50px 0 60px 0;
    background: #f3f4f7;
}
.product-section .mid-spilt .mid-txt{
    background: #f3f4f7;
}
.product-section table{
    width: 100%;
    background: #fff;
    margin-top: 26px;
    color: #666;
}
.product-section table th{
    background: #e0e8f4;
    padding: 11px;
    border: 1px solid #d4e0f0;
    text-align: center;
    font-size: 16px;
}
.product-section table td{
    padding: 13px;
    border: 1px solid #d4e0f0;
    font-size: 14px;
    text-align: center;
}
.des-wrap{
    margin-top: 24px;
    font-size: 24px;
    text-align: center;
    color: #666;
}
.des-wrap .des{
    line-height: 64px;
    border-bottom: 1px dashed #bbc6cd;
}
.des-wrap .des .min-price{
    font-size: 46px;
    color: #1461f0;
}
.inquiry-price{
    padding: 50px 0;
    color: #666666;
    font-size: 24px;
    text-align: center;
}
.inquiry-price .des{
    border-bottom: 1px solid #dce6ec;
}
.inquiry-price .min-price{
    font-size: 46px;
    color: #025bc9;
    font-weight: bold;
}
.inquiry-price-wrap img{
    width: 45px;
    height: 55px;.
}
.inquiry-price-con{
    width: 364px;
    padding-left: 50px;
    padding-top: 25px;
    margin-left: 334px;
    text-align: left;
    background: url(../img/calculator.f0bc52b6.png) 0px 35px no-repeat;
}
.err-inquiry-msg{
    display: none;
    font-size: 16px;
}
.inquiry-price-wrap{
    text-align: left;
}
.inquiry-price-wrap  .input-w .inquiry-price-input{
    width: 174px;
    height: 30px;
    margin-right: 5px;
    box-sizing: border-box;
}
.inquiry-price-wrap .reference-pri{
    font-size: 16px;
}
#min-price,#max-price{
    color: #025bc9;
}
.gift-section{
    padding: 50px 0 60px 0;
}
.gift-section .content{
    padding-top: 15px;
}
.gift-wrap,.rule-wrap{
    float: left;
}
.gift-wrap{
    width: 522px;
}
.gift-wrap .tit{
    margin-top: 20px;
    font-size: 18px;
    color: #3e3e3e;
}
.gift-wrap .desc{
    font-size: 14px;
    color: #3e3e3e;
}
.gift-wrap .tag{
    margin-top: 5px;
    font-size: 14px;
    color: #88827b;
}
.gift-wrap .pic-wrap{
    width: 191px;
    height: 129px;
    float: left;
}
.gift-desc-wrap{
    margin-left: 23px;
    float: left;
}
.desc-section{
    padding: 1px 0;
    background: #f3f4f7;
}
.rule-wrap{
    width: 550px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.rule-wrap li{
    position: relative;
    padding-left: 25px;
}
.rule-wrap li i{
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    top: 6px;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #6e6e6e;
    border-radius: 50%;
}
.rule-wrap li i:after{
    position: absolute;
    display: block;
    top: 3px;
    left: 12px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #6e6e6e;
    border-width: 4px 0 4px 5px;
    border-style: solid;
}
.section-company{
    background: #fff;
    text-align: center;
    padding: 50px;
}
.section-company .mod-title{
    padding: 50px 0;
    font-size: 34px;
    color: #535c73;
}
.section-company .mod-bd{
}
.g-footer{
    background: #293141;
}
.g-footer .g-wrap{
    padding: 34px 0;
    text-align: center;
    color: #ebf2ea;
}
.g-footer a{
    text-decoration: none;
    color: #ebf2ea;
}

/*popup */
.popup{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}
.popMask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.popMain {
    position: absolute;
    overflow: hidden;
    font-size: 12px;
    border: 1px solid #537695;
    left: 50%;
    width: 384px;
    margin-left: -194px;
    background-color: #fff;
}
.popMain.custom-skin{
    width: 424px;
    height: 297px;
    border: none;
    background: url("../img/popup-suc-bg.png") center no-repeat;
}
.popTitle {
    color: #000;
    height: 44px;
}
.popTitle .text {
    margin-left: 12px;
    line-height: 44px;
    font-size: 16px;
    color: #0154a0;
}
.popTitle .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    text-indent: -9999px;
    background: url("../img/popup-r-close.16d8999c.png") center no-repeat;
    display: inline-block;
    z-index: 99;
    float: right;
    outline: none;
    cursor: pointer;
}
.popContent {
    background: #fff;
    overflow: auto;
    color: #666;
    padding: 110px 40px 0px;
}
.popMain.custom-skin .popContent{
    background: transparent;
}
.popMain.custom-skin .popContent .info_icon{
    display: none;
}
.popContent .info_icon{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: center no-repeat;
}
.popContent .info_icon_suc{
    background-image: url("../img/popup-suc.1fdfa500.png");
}
.popContent .info_icon_info{
    background-image: url("../img/popup-info.ebeaec5b.png");
}
.popContent .info_icon_warn{
    background-image: url("../img/popup-warn.ac138317.png");
}
.popContent .info_icon_fail{
    background-image: url("../img/popup-fail.80a7083b.png");
}

.popContent .layer_msg {
    font-size: 24px;
}
.custom-skin .popContent .layer_msg {
    font-size: 16px;
    color: #999;
}
.custom-skin .popContent .layer_msg a{
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 16px auto;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ff630b;
}
.popContent .layer_msg.msg {
    font-size: 14px;
}
.popContent .layer_msg p {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}
/*popup end*/

