@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, th, td, button, input, select, textarea {
    font: 14px Verdana,"Microsoft YaHei",Arial;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html, body {
    *position: static;
    height: 100%;
    width: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul, ol, li, dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset, img {
    border: 0;
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

i {
    display: inline-block;
    font-style: normal;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}


i, s, b, em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: 0;
}

button, input[type="button"], input[type="submit"] {
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #828897;
    opacity: 1;
    font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #828897;
    opacity: 1;
    font-weight: normal;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #828897;
    opacity: 1;
    font-weight: normal;
}


/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus, textarea:focus, select:focus {
    outline: none !important;
}

/* 消除input元素 type="number" 时默认的 加减按钮*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type=number] {
    -moz-appearance: textfield;
}

/* 去掉select的默认样式 */
select {
    -webkit-appearance: none;
}

html, body {
    min-width: 1230px;
    background-color: #f5f5f5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto0 {
    margin: 0 auto;
}


.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: visible
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}


::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement, ::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.zt_banner {
    width: 100%;
    height: 500px;
    margin-top: 68px;
    text-align: center;
    background: url("../img/zhuce/banner.jpg") no-repeat center #393b50;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.zt_banner h2 {
    padding-top: 124px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
}

.zt_banner .text {
    margin-top: 28px;
    font-size: 22px;
    color: #B0B1B9;
    line-height: 22px;
}

.zt_banner .text span {
    color: #39A0FF;
}

.zt_banner .btn {
    margin: 38px auto 0;
    display: block;
    width: 260px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #39A0FF;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 117, 210, 1)) 2 2;
    transition: all .3s;
}

.zt_banner .btn:hover {
    opacity: .9;
}

.zt_banner ul {
    margin-top: 40px;
    padding-top: 10px;
    display: inline-block;
    width: 430px;
    height: 84px;
    background: url("../img/zhuce/banner_toolbg.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.zt_banner li {
    float: left;
    width: 25%;
    text-align: center;
    transition: all .3s;
}

.zt_banner li:hover {
    transform: translateY(-3px);
}

.zt_banner li .icon {
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    background: url("../img/zhuce/banner_icon.png") no-repeat;
    -webkit-background-size: auto 36px;
    background-size: auto 36px;
    cursor: pointer;
}

.zt_banner li .icon3 {
    background-position: 0 0;
}

.zt_banner li .icon4 {
    background-position: -36px 0;
}

.zt_banner li .icon1 {
    background-position: -72px 0;
}

.zt_banner li .icon2 {
    background-position: -108px 0;
}

.zt_banner li p {
    margin-top: 10px;
    font-size: 14px;
    color: #A7A7AF;
    line-height: 14px;
}

.zt_title {
    padding-top: 70px;
    text-align: center;
}

.zt_title .top {
    font-size: 34px;
    font-weight: 600;
    color: #333;
    line-height: 34px;
}

.zt_title .top span {
    position: relative;
}

.zt_title .top span:before {
    position: absolute;
    content: '';
    left: -120px;
    top: 50%;
    margin-top: -8.5px;
    display: block;
    width: 90px;
    height: 17px;
    background: url("../img/zhuce/t_left.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.zt_title .top span:after {
    position: absolute;
    content: '';
    right: -120px;
    top: 50%;
    margin-top: -8.5px;
    display: block;
    width: 90px;
    height: 17px;
    background: url("../img/zhuce/t_right.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.zt_title p {
    margin-top: 28px;
    font-size: 18px;
    color: #666;
    line-height: 18px;
}

.zt_title p span {
    margin: 0 20px;
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, .2);
    vertical-align: middle;
}

.zt_title .btn {
    display: block;
    margin: 30px auto 0;
    width: 260px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #39A0FF;
    border-radius: 4px;
    transition: all .3s;
}

.zt_title .btn:hover {
    opacity: .9;
}

.zt_search .content {
    margin-top: -13px;
    width: 1267px;
}

.zt_search img {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 7px;
}

.zt_search {
    background-color: #fff;
}

.zt_jx {
    width: 100%;
    height: 1044px;
    background: url("../img/zhuce/jx_bg.png") no-repeat center #f7f8fa;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.zt_jx .content {
    margin-top: 18px;
    width: 1284px;
}

.zt_jx img {
    display: block;
    width: 100%;
}

.zt_dbl {
    padding-bottom: 80px;
    background-color: #fff;
}

.zt_dbl .content {
    margin-top: 60px;
    width: 1200px;
}

.zt_dbl img {
    display: block;
    width: 100%;
}

.zt_good {
    width: 100%;
    height: 625px;
    background: url("../img/zhuce/zt_good.png") no-repeat center #292c2e;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.zt_title.white .top {
    color: #fff;
}

.zt_title.white p {
    color: #FEFEFE;
}

.zt_good ul {
    margin-top: 86px;
}

.zt_good li {
    float: left;
    padding: 40px 24px;
    width: 237px;
    height: 188px;
    background: rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*transition: all .3s;*/
}

.zt_good li:nth-child(even) {
    background: rgba(0, 0, 0, .6);
}

.zt_good li span {
    margin-bottom: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/zhuce/good_icon.png") no-repeat;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
}

.zt_good li .icon4 {
    background-position: 0 0;
}

.zt_good li .icon5 {
    background-position: -30px 0;
}

.zt_good li .icon3 {
    background-position: -60px 0;
}

.zt_good li .icon1 {
    background-position: -90px 0;
}

.zt_good li .icon2 {
    background-position: -120px 0;
}

.zt_good li h2 {
    font-size: 16px;
    font-weight: 400;
    color: #FBFBFB;
    line-height: 16px;
}

.zt_good li p {
    margin-top: 12px;
    font-size: 12px;
    color: #959595;
    line-height: 17px;
}

.zt_good li.on {
    margin-top: -26px;
    padding: 64px 24px;
    width: 252px;
    height: 239px;
    background: url("../img/zhuce/goodli_bg.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.zt_good li.on h2 {
    margin-top: 17px;
}


.zt_good li.on p {
    margin-top: 13px;
    color: #9DCBF6;
}

.zt_about {
    padding-bottom: 80px;
    background-color: #F8F8FA;
}

.zt_about .w1200 {
    margin-top: 60px;
}

.zt_about .photo {
    width: 600px;
    height: 320px;
    overflow: hidden;
}

.zt_about .photo img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.zt_about .photo:hover img {
    transform: scale(1.1);
}

.zt_about .right {
    margin-left: 30px;
    width: 570px;
}

.zt_about .top {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
}

.zt_about .href {
    margin-top: 14px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
}

.zt_about .content {
    width: 546px;
    margin-top: 16px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.zt_header {
    position: fixed;
    width: 100%;
    height: 68px;
    background: #181D2A;
    left: 0;
    top: 0;
}

.zt_header .logo {
    margin-top: 20px;
    display: block;
    width: 190px;
}

.zt_header .logo img {
    display: block;
    width: 100%;
}

.zt_header .user_zt {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 68px;
    cursor: pointer;
}
.zt_header .user_zt a {
    color: #fff;
}

.zt_header #reg:after {
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -9px;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/zhuce/h_r.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.jm-foot{
    background: #2c2c2c;
}
.foot-content{
    padding: 20px 0 10px;
    width: 100%;
    overflow: hidden;
}
.foot-left{
    float: left;
    width: 390px;
    height: 210px;
    background: url("../cxzt/img/footer-line1.png") no-repeat right center;
}
.foot-left img{
    margin: 24px 0;
}
.foot-left p{
    line-height: 24px;
    color: #828282;
    font-size: 12px;
}
.foot-left p.tel{
    color: #fff;
}
.foot-left p.tel strong{
    font-size: 18px;
    color: #ff6600;
    font-weight: normal;
}

.foot-right{
    float: right;
    height: 190px;
    padding-top: 20px;
}
.sub-nav dl{
    float: left;
    width: 130px;
}
.sub-nav dl:last-child{
    width: 260px;
}
.sub-nav dl dt{
    line-height: 36px;
    font-size: 16px;
    color: #828282;
    font-weight: normal;
}
.sub-nav dl dd{
    line-height: 30px;
    font-size: 12px;
    color: #828282;
}
.sub-nav dl dd a{
    color: #828282;
}
.sub-nav dl dd a:hover{
    color: #fff;
}
.wx-code{
    width: 88px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #828282;
}

.foot-bottom{
    box-sizing: border-box;
    padding: 18px 0;
    line-height: 34px;
    background: url("../cxzt/img/footer-line2.png") no-repeat center top;
    font-size: 12px;
    color: #828282;
    text-align: center;
}
.foot-bottom a{
    color: #828282;
}
.foot-bottom a img{
    display: inline-block;
    vertical-align: middle;
}
.w12 {
    width: 1200px;
    margin: 0 auto;
}
#yz_tc3 {
    margin-top: 14px;
    width: 100%;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.register_pop {
    display: none;
    position: relative;
    width: 704px;
    height: 504px;
}

.register_pop .photo {
    width: 300px;
    height: 504px;
}

.register_pop .photo img {
    display: block;
    width: 100%;
}

.r_layer .layui-layer-close2 {
    display: none;
}

.register_pop .right {
    float: left;
    padding: 40px 34px 30px 30px;
    width: 404px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.register_pop .close {
    position: absolute;
    right: 14px;
    top: 14px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../img/zhuce/close.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.register_pop h2 {
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEFEF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 33px;
}

.reg_form {
    margin-top: 22px;
}

.reg_form .tel {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#huadong {
    margin-top: 14px;
    width: 100%;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

body .nc-container #nc_1_wrapper, body .nc-container.tb-login #nc_1_wrapper {
    width: 100%;
}

body .nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="_startTEXT"] {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #828897), color-stop(.4, #828897), color-stop(.5, #fff), color-stop(.6, #828897), color-stop(1, #828897));
    -webkit-background-clip: text;
}

body .scale_text span {
    color: #666;

}

body .scale_text2 span {
    color: #fff;

}

body .scale_text {
    text-indent: 12px
}

body .nc-container .nc_scale .nc_ok, body .nc-container .nc_scale .nc_bg {
    background: #037CFF !important
}

body .nc-container .nc_scale .btn_slide {
    background-color: #F6F7F9;
    font-size: 18px;
    color: #737383 !important;
    border-right: 1px solid #E5E5E6;
}

body .nc-container .nc_scale .btn_ok {
    color: #037CFF !important;
    line-height: 44px !important;
}

body .nc-container .nc_scale .scale_text2 b {
    color: #fff;
}

body #yz_tc1 span:before, body #yz_tc2 span:before, body #yz_tc span:before {
    content: none
}

body .yz_tc_box {
    position: relative;
    margin-bottom: 15px
}

body .yz_tc_box b:before {
    content: none
}

body .yz_tc_box b {
    top: 1px;
    right: 1px;
    height: 42px;
    margin: 0;
    line-height: 42px;
    font-size: 12px;
}

body .yz_tc_box b#set_code {
    color: #037CFF;
}

body .nc-container .nc_scale span {
    width: 48px;
    height: 44px;
    line-height: 44px;
    border: 0;
    box-sizing: border-box;
}

body #yz_tc1, #yz_tc2, body .nc_scale, #yz_tc {
    height: 44px !important;
    background: #fff;
}

body .nc-container .nc_scale .scale_text {
    box-sizing: border-box;
    height: 44px;
    border: none;
}

.reg_form .item {
    position: relative;
    padding: 0 80px 0 10px;
    margin-top: 14px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reg_form .item input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
}

.reg_form .item span {
    position: absolute;
    right: 10px;
    top: 0;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #39A0FF;
    cursor: pointer;
}

.reg_form .agree {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

.reg_form .agree a {
    color: #39A0FF;
}

.reg_form .agree input {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px;
    font-weight: normal;
    border: 1px solid #CED4DA;
    vertical-align: middle;
    vertical-align: -1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    outline: none;
}

.reg_form .agree input[type='checkbox']:checked {
    background: url(../img/zhuce/select.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0;
}

.reg_form button {
    display: block;
    margin-top: 90px;
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #fff;
    background: #39A0FF;
    border-radius: 2px;
    transition: all .3s;
}

.reg_form button:hover {
    opacity: .9;
}

.reg_form .text {
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.reg_form .text a {
    color: #39A0FF;
}

.r_layer.layui-layer{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.reg_box1 ul {
    height: 380px;
    overflow-y: auto;
}
.reg_box1 li {
    margin-bottom: 15px;
    width: 290px;
    height: 20px;
    padding: 14px;
    background: rgba(71, 50, 155, 0);
    border: 1px solid #EEEEEE;
    cursor: pointer;
    transition: all 0.3s;
}
.reg_box1 li.active,.reg_box1 li:hover {
    border-color: transparent;
    background: url("../img/zhuce/dl.png") no-repeat;
    background-size: 321px 49px;
}
.reg_box1 span {
    color: #037CFF;
}
#kfnew {
    display: none;
}

















