@charset "UTF-8";
.header {
    width: 100%;
    padding: 30px 0;
    position: absolute;
    background: #fff;
    background:rgba(255,255,255,0.09);
    top: 0;
    left: 0;
    z-index: 6666;
    max-height: 89px;
    height: 89px;
    /*transition: all .5s ease-in-out;*/
    /*-webkit-transition: all .5s ease-in-out;*/
    /*-moz-transition: all .5s ease-in-out;*/
    /*-ms-transition: all .5s ease-in-out;*/
    /*-o-transition: all .5s ease-in-out*/
}

.headroom--unpinned {
    top: -100px
}

.headroom--pinned {
    top: 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .16)
}

.header_shadow {
    box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .16)
}

.nav {
    width: 1200px;
    height: 40px;
    margin: 0 auto
}

.logo h1 {
    line-height: 26px
}

.logo_img {
    display: inline-block;
    overflow: hidden;
    width: 152px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    background-size: 152px 40px
}

.logo_img1 {
    display: inline-block;
    overflow: hidden;
    width: 152px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/log_img.svg) no-repeat;
    background-size: 152px 40px
}

.nav_links {
    position: relative;
    margin-left: 118px;
    overflow: hidden
}

.nav_links ul li {
    float: left;
}

.nav_links ul li a {
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #ffffff;
    letter-spacing: .13px
}

.nav_links ul li a.nav_color {
    color: #F8E71C !important;
    padding-bottom: 18px;
}

.nav_links ul li a:hover {
    color: #F8E71C;
}

.nav_color {
    color: #F8E71C !important;
}

.nav_r .sy_btn {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    letter-spacing: .12px;
    width: 95px;
    height: 40px;
    border: 1px solid #196ce6;
    color: #196ce6;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px
}

.nav_rr, .nav_rr a {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    color: #F8E71C;
    font-size: 16px;
    padding-top: 9px;
}
.nav_r .sy_btn.show {
    display: inline-block;
}

.nav_r .sy_btn.hide {
    display: none;
}

.nav_r .login, #management_Center {
    line-height: 23px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    letter-spacing: .13px;
    margin-right: 50px
}

#management_Center:hover {
    color: #F8E71C;
}

.nav_r .login:hover {
    color: #196ce6
}

.banner {
    height: 445px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-size: cover;
    background: #196ce6;
    background-image: linear-gradient(to left, #495ae7, #196ce6);
    background-image: -webkit-linear-gradient(right, #495ae7, #196ce6);
    background-image: -ms-linear-gradient(right, #495ae7, #196ce6);
    background-image: -moz-linear-gradient(right, #495ae7, #196ce6);
    background-image: -o-linear-gradient(right, #495ae7, #196ce6)
}

.title_1 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 48px;
    color: #fff;
    letter-spacing: .4px;
    position: absolute;
    top: 129px;
    line-height: 72px;
    white-space: nowrap
}

.title_2 {
    font-family: "SourceHanSansCN-Normal", "Microsoft YaHei", "微软雅黑";
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 217px;
    white-space: nowrap
}

.service_box {
    position: absolute;
    top: 275px;
    width: 905px
}

.service_box ul li {
    float: left
}

.service_box ul li a {
    display: inline-block;
    color: #fff;
    width: 109px;
    height: 40px;
    transition: all .4s;
    line-height: 38px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px
}

.service_box ul li a:hover {
    cursor: default
}

.service_box ul li + li {
    margin-left: 90px
}

.contact_us {
    padding-bottom: 131px;
    background: url(../images/contact_us_bg.png) no-repeat center top
}

.contact_us h3 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 36px;
    color: #253858;
    letter-spacing: .3px;
    line-height: 54px;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center
}

.address ul li {
    margin-top:60px;
    float: left;
    margin-bottom: 10px;
}

/* .address ul li:nth-child(2) {
    margin: 0 110px 25px;
} */

.address ul li:last-child {
    float: right;
    margin-right: 100px;
}

/*.address ul li:nth-child(4) {*/
    /*width: 334px;*/
/*}*/

.address ul li p {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #253858;
    letter-spacing: .13px;
    line-height: 24px
}

.address ul li:nth-child(3) p a {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #253858;
    letter-spacing: .13px;
    line-height: 24px
}

.footer {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    color: #fff;
    width: 100%;
    letter-spacing: .12px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #196ce6
}

.footer a {
    color: #fff
}

.wrap_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 7777;
    background: #000;
    opacity: .6;
    display: none
}

.trial.posX_center {
    width: 1000px;
    position: fixed;
    top: -900px;
    background: #fff;
    z-index: 8888;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(34, 34, 34, 0.83);
    -webkit-box-shadow: 0 0 20px rgba(34, 34, 34, 0.83);
    -moz-box-shadow: 0 0 20px rgba(34, 34, 34, 0.83);
    -ms-box-shadow: 0 0 20px rgba(34, 34, 34, 0.83);
    -o-box-shadow: 0 0 20px rgba(34, 34, 34, 0.83)
}

.show_fm {
    -webkit-animation: show_form .6s linear;
    -o-animation: show_form .6s linear;
    animation: show_form .6s linear;
    -moz-animation: show_form .6s linear;
    -ms-animation: show_form .6s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards
}

.trial_title {
    text-align: center;
    margin-top: 20px
}

.trial_title .title_sy {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 24px;
    color: #253858;
    line-height: 36px
}

.trial_title .title_desc {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #253858;
    line-height: 24px;
    margin: 20px 0 60px
}

.trial form {
    width: 400px;
    max-width: 400px;
    margin: 0 auto
}

.trial form input, .trial #text_desc {
    width: 400px;
    max-width: 400px;
    height: 42px;
    margin-bottom: 40px;
    border: 1px solid #b4bac5;
    padding: 13px 20px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #253858;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative
}

.trial #text_desc {
    width: 400px;
    height: 70px;
    resize: none;
    line-height: 24px;
    padding: 16px 20px;
    overflow-y: auto
}

form div {
    position: relative
}

form .name:before, form .mobile:before, form .email_in:before, form .company:before, form .demand:before, form .code:before, form .pass:before, form .num_code:before, form .dx_code:before {
    content: "姓名";
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    color: #253858;
    line-height: 21px;
    position: absolute;
    padding: 0 4px;
    left: 18px;
    top: -12px;
    background: #fff;
    z-index: 4;
    opacity: 0
}

form .name.show:before, form .mobile.show:before, form .email_in.show:before, form .company.show:before, form .demand.show:before, form .code.show:before, form .pass.show:before, form .num_code.show:before, form .dx_code.show:before {
    opacity: 1
}

form .num_code:before {
    content: "验证码"
}

form .mobile:before {
    content: "手机号码"
}

form .email_in:before {
    content: "邮箱"
}

form .company:before {
    content: "公司名称"
}

form .demand:before {
    content: "需求描述"
}

form .code:before {
    content: "验证码"
}

form .pass:before {
    content: "密码"
}

form .dx_code:before {
    content: "短信验证码"
}

.code_num, .code-num, .code_mobile {
    position: absolute;
    z-index: 5;
    width: 112px;
    height: 42px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    right: 0;
    top: 0;
    background: #196ce6;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -ms-border-bottom-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-right-radius: 8px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    cursor: pointer;
    user-select: none
}

.commit_btn {
    display: inline-block;
    background: #196ce6;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 40px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.commit_btn:hover {
    background: #0f62dc
}

form input.input_color, #text_desc.input_color {
    border-color: #196ce6;
    box-shadow: 0 0 4px 0 #196ce6;
    -webkit-box-shadow: 0 0 4px 0 #196ce6;
    -moz-box-shadow: 0 0 4px 0 #196ce6;
    -ms-box-shadow: 0 0 4px 0 #196ce6;
    -o-box-shadow: 0 0 4px 0 #196ce6
}

form input.erro_color, #text_desc.erro_color {
    border-color: #ff2b03;
    box-shadow: 0 0 4px 0 #ff2b03;
    -webkit-box-shadow: 0 0 4px 0 #ff2b03;
    -moz-box-shadow: 0 0 4px 0 #ff2b03;
    -ms-box-shadow: 0 0 4px 0 #ff2b03;
    -o-box-shadow: 0 0 4px 0 #ff2b03
}

.erro_tip, .erro_tips {
    position: absolute;
    left: 22px;
    top: 11px;
    z-index: 2;
    color: #b4bac5
}

#myCode, #my_Code {
    z-index: 3;
    background: transparent
}

.erro_tip.erro_color, .erro_tips.erro_color {
    color: #ff2b03
}

.close_sq {
    position: fixed;
    left: 50%;
    margin-left: 438px;
    z-index: 99999;
    opacity: 0;
    top: 131px;
    cursor: default
}

.consume {
    position: relative;
    float: left
}

.select {
    display: inline-block;
    line-height: 39px;
    padding-left: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    width: 140px;
    height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative
}

.select:after {
    position: absolute;
    right: 10px;
    top: 14px;
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid #253858;
    border-right: 0 none;
    border-bottom: 0 none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.select.on:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 17px
}

.option {
    position: absolute;
    left: 77px;
    top: 37px;
    background: #fff;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.14);
    width: 140px;
    z-index: 888;
    display: none
}

.option ul {
    width: 100%
}

.option li {
    cursor: default;
    font-size: 14px;
    color: #253858;
    line-height: 30px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 1em
}

.option li:hover {
    background: #f3f3f3
}

.display_block {
    display: block;
}

.mgzy10{
    margin: 0 10px;
}

.t_line {
    margin: 0 10px 0 10px;
}

.mgl13 {
    margin-left: 13px;
}

.mgt30 {
    margin-top: 30px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl70 {
    margin-left: 70px;
}

.mgl77 {
    margin-left: 77px;
}

.mgl87 {
    margin-left: 87px;
}


.mgl99 {
    margin-left: 99px;
}

.mgl112 {
    margin-left: 112px;
}


.mgl141 {
    margin-left: 141px;
}


.mgl171 {
    margin-left: 171px;
}




.pdt15 {
    padding-top: 15px;
}

.pdt5 {
    padding-top: 5px;
}

.footer_city span, .solve_scheme .scheme_box_list div {
    cursor:pointer;
}


.footer_top_left_li a {
    color: rgba(255,255,255,0.85);
}

.footer .footer_top_left_li .active {
    color:#F8E71C;
}

.font24 {
    font-size: 24px !important;
    font-weight: bold !important;
    color:#333333 !important;
}

.font20 {
    font-size: 20px !important;
    font-weight: bold !important;
    color:#333333 !important;
}

.header_span{
    width: 70px;
    display: block;
    height: 1px;
    border: #F8E71C 1px solid;
    margin: 0 auto;
    text-align: center;
}

.both{
    font-weight: bold !important;
}