/* fullPage CSS*/
html {
    overflow: hidden;
}

#pageContain {
    overflow: hidden;
}

.page {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.contain {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 0;
}

.current .contain, .slide .contain {
    display: block;
}

.current {
    display: block;
    z-index: 1;
}

.slide {
    display: block;
    z-index: 2;
}

.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}

.page1 {
    background: #fff;
}

.page2 {
    background: #fff;
}

.page3 {
    background: #fff;
}

.page4 {
    background: #fff;
}

.page5 {
    background: #fff;
}

.page6 {
    background: #fff;
}

#navBar {
    z-index: 3;
    position: absolute;
    top: 30%;
    right: 3%;
}

#navBar .active {
    background: #68c7c9;
}

#navBar li {
    position: relative;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #68c7c9;
    transition: all .7s ease;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    line-height: 40px;
    text-align: center;
    width: 10px;
    height: 10px;
}

.txt {
    margin-top: 20%;
    font-size: 50px;
    color: #fff;
    text-align: center;
}

/*.fl_text{display: inline-block; position: absolute;width: 26px;top: 191px;right: 67px;}*/
.fl_text {
    display: inline-block;
    position: absolute;
    width: 53px;
    top: -15px;
    left: -59px;
    text-align: right;
}

/* end fullPage CSS*/

/* header slide CSS*/
.jjh_nav_slide {
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .2) 0 0 6px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #F1F1F1;
}

/* end header slide CSS*/

/* header CSS*/
.jjh_header {
    width: 100%;
    font-size: 16px;
}

.top-menu {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.logo {
    float: left;
}

.logo img {
    padding-top: 16px;
    margin-right: 96px;
}

.nav_sub {
    line-height: 100px;
    font-size: 16px;
}

.nav_sub li {
    float: left;
}

.nav_sub li:hover {
    background: url(../images/current_bg.png) no-repeat;
}

.nav_sub li:active {
    background: url(../images/current_bg.png) no-repeat;
}

/*.cur{  background: url(../images/current_bg.png) no-repeat;}
.cur a{ color: #fff;}*/
.nav_sub li:hover a {
    color: #fff;
}

.nav_sub li a {
    text-align: center;
    width: 95px;
    display: inline-block;
}

.nav_sub a:hover {
    color: #5CA0D1;
}

.header_right_tel {
    float: right;
    padding: 20px 0 0;
}

.banner {
    height: 100%;
    background: #f0f0f0 url(../images/banner_bg1.png) left bottom repeat-x;
}

.banner_wrap {
    width: 1060px;
    margin: 0 auto;
}

.banner_left {
    float: left;
    width: 478px;
    margin-top: 109px;
    margin-left: 96px
}

.banner_left h2 {
    font-size: 58px;
    color: #68c7c9;
}

.banner_left h2 span {
    font-size: 31px;
    color: #68c7c9;
}

.banner_left h3 {
    font-size: 22px;
    color: #68c7c9;
}

.p_text {
    margin-top: 45px;
    font-size: 13px;
    color: #666;
    line-height: 30px;
}

.banner_mid {
    float: left;
    margin: 60px 20px 0 0;
    animation: spin 2s;
    -webkit-animation: spin 2s;
    -moz-animation: spin 2s;
    -o-animation: spin 2s;
}

.banner_right {
    float: left;
    margin-top: 120px;
    position: relative;
}

.weixin_amdroid_scan {
    float: left;
    margin-right: 30px;
}

.weixin_ios_scan {
    float: left;
}

.banner_right h3 {
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 2px;
}

.banner_right h3 strong {
    font-weight: bold;
}

.banner_right h3.ios_pad {
    font-size: 14px;
    padding: 30px 0 6px 2px;
}

.banner_right_bottom {
    position: relative;
}

.android_pos {
    top: 81px;
}

.ios_pos {
    top: 291px;
}

.banner_right_bottom a {
    color: #fff;
}

.banner_right_bottom a:hover {
    color: #fff;
    background: #23ABAE;
}

.btn_download {
    background: #68c7c9;
    line-height: 40px;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}

.btn_download i {
    position: absolute;
    width: 33px;
    height: 37px;
    top: 3px;
    left: 25px;
    background: url(../images/andrioid_bg.png) no-repeat;
}

.btn_download i.ios_icon {
    background: url(../images/iOS_bg.png) no-repeat;
}

/* end header CSS*/

/* function CSS*/
.func_wrap {
    width: 1100px;
    margin: 0 auto;
    font-size: 24px;
}

.func_wrap h1 {
    text-align: center;
    font-size: 44px;
    margin: 81px 0 160px;
}

.func_three ul li {
    float: left;
    padding: 0 128px;
    text-align: center;
}

.func_three ul li img {
    display: block;
}

/* end function CSS*/

/* mob CSS*/
.mob_wrap, .meeting_manage {
    width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    background: url(../images/mob_bg.png) repeat-x;
    height: 602px;
}

.mob_wrap h4 {
    text-align: center;
    font-size: 32px;
    margin: 60px 0 90px;
}

.mob_wrap h4 span {
    font-size: 42px;
    padding: 0 8px;
}

.mob_list {
}

.list_six {
    float: left;
    width: 33%;
    height: 176px;
    -webkit-animation: listsix 4s
}

.list_six h5 {
    padding-left: 45px;
    font-size: 18px;
    font-weight: bold;
}

.list_six h5 img {
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 8px;
}

.list_six p {
    padding: 0 45px;
    text-indent: 2em;
    text-align: justify;
    color: #666;
}

/* end mob CSS*/

/* crm CSS*/
.vcr_wrap {
}

.vcr_content {
    width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
}

.vcr_content_left {
    float: left;
    margin: 142px 0 0 60px;
}

.vcr_content_right {
    position: absolute;
    width: 525px;
    top: 200px;
    left: 528px;
}

.text_style1 {
    margin: 22px 0 0 107px;
}

.text_style2 {
    margin: 30px 0 0 40px;
}

.crm_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -2
}

/* end crm CSS*/

/* meeting CSS*/
.meeting_content {
    width: 1100px;
    margin: 0 auto;
}

.meeting_content_left {
    width: 30%;
    margin: 20px 0 0 72px;
    float: left;
}

.meeting_content_right {
    width: 60%;
    float: right;
    padding: 0 18px;
}

.meeting_content_right h2 {
    margin-top: 100px;
    font-size: 44px;
    padding-left: 169px;
    padding-bottom: 15px;
}

.meeting_content_right h3 {
    font-size: 20px;
    padding-bottom: 110px;
}

.simple {
    float: left;
    width: 40%;
}

.timbre {
    float: right;
    width: 40%;
    padding-right: 15px;
}

.simple h4, .timbre h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.simple h4 img, .timbre h4 img, .list_eight h5 img {
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 8px;
    margin-right: 5px;
}

.simple p, .timbre p {
    font-size: 12px;
    color: #333;
    text-indent: 2em;
}

.meeting_manage h2 {
    text-align: center;
    font-size: 43px;
    margin-top: 74px;
}

.meeting_manage h4 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 100px;
}

.meeting_manage_list {
    margin-left: 85px;
}

.list_eight {
    float: left;
    height: 145px;
    width: 24%;
}

.list_eight h5 {
    font-size: 18px;
    font-weight: bold;
}

.list_eight p {
    font-size: 14px;
    color: #333;
}

.fxslide {
    display: none;
    height: 430px;
    position: relative;
    z-index: 8;
}

.meeting_phone_bg {
    background: url(../images/meet_bw_bg.png) no-repeat;
    width: 299px;
    height: 564px;
}

.meeting_phone_bg img {
    padding: 76px 0 0 22px;
}

/* end meeting CSS*/

/* beiwang CSS*/
.memo_content_right {
    width: 60%;
    float: right;
    padding: 0 19px;
    text-align: center;
}

.memo_content_right h2 {
    margin-top: 77px;
    font-size: 42px;
    padding-bottom: 15px;
}

.memo_content_right h3 {
    font-size: 22px;
    padding-bottom: 110px;
}

.memo_right_bottom {
    font-size: 22px;
}

.memo_right_bottom ul li img {
    display: block;
    padding-bottom: 35px;
    padding-left: 16px;
}

.memo_right_bottom ul li {
    float: left;
    padding: 0 63px;
}

.bw_sty {
    background: url(../images/meet_bw_bg.png) no-repeat;
    width: 299px;
    height: 564px;
}

.bw_sty img {
    padding: 73px 0 0 20px;
}

/* end beiwang CSS*/

/* Tariff CSS*/
.tariff_wrap {
    width: 100%;
}

.tariff_content {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.tariff_content h2 {
    margin: 68px 0 63px;
    font-size: 42px;
}

.bottom1 { /*background-size: 100% auto;*/
    background: url(../images/bottom2.png) no-repeat left bottom;
    z-index: 999;
    animation: bottom1 1s infinite alternate;
    -webkit-animation: bottom1 1s infinite alternate;
    -moz-animation: bottom1 1s infinite alternate;
    -o-animation: bottom1 1s infinite alternate;
}

.bozhong {
    width: 100%;
    position: absolute;
    bottom: -10px;
    z-index: -99;
    -webkit-animation: bottom2 0.8s infinite alternate;
    -o-animation: bottom2 0.8s infinite alternate;
    animation: bottom2 0.8s infinite alternate;
    -moz-animation: bottom2 0.8s infinite alternate;
}

/* end Tariff CSS*/

/* footer CSS*/
.info_bg {
    height: 100%;
    background: url(../images/footer_bg.png);
}

.jjh_intro {
    width: 1100px;
    margin: 0 auto;
}

.jjh_intro h4 {
    padding: 139px 0 23px;
    text-align: center;
}

.jjh_intro p {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    padding: 0 70px 432px;
    text-align: justify;
    line-height: 30px;
}

.footer {
    background: #333;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 144px;
}

.footer_content {
    width: 1100px;
    margin: 0 auto;
}

.logo_info {
    float: left;
    padding: 48px 0 0 60px;
}

.contact_info {
    float: left;
    padding: 34px 0 0 180px;
    line-height: 26px;
}

.contact_info p {
    color: #adadad;
    font-size: 12px;
}

.contact_info p a {
    color: #adadad;
}

.contact_info p a:hover {
    color: #fff;
    text-decoration: underline;
}

.tel_info {
    float: left;
    padding: 40px 0 0 35px;
}

.weixin_img {
    float: left;
    padding-left: 60px;
}

.weixin_img p {
    color: #fff;
    padding: 5px 0 10px 8px;
}

.weixin_img p span {
    font-family: Arial;
}

.weixin_img h4 {
    padding-top: 18px;
}

.weixin_img p {
    color: #adadad;
}

.weixin_img_ios {
    padding-left: 0px;
    margin-left: 20px;
}

/*.weixin_img p a:hover{color: #fff; text-decoration: underline;}*/
/* end footer CSS*/

/* animation CSS*/
@keyframes spin {
    0% {
        opacity: 0.5;
        transform: translate(0px, 200px);
        -webkit-transform: translate(0px, 200px);
        -moz-transform: translate(0px, 200px);
        -o-transform: translate(0px, 200px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
}

@keyframes listsix {
    0% {
        opacity: 0.1;
        /*-webkit-transform: translate(0px,200px)*/
    }

    100% {
        opacity: 1;
        /*-webkit-transform: translate(0px,0px)*/
    }
}

@keyframes bgmove {
    0% {

        transform: translate(0px, 200px);
        -webkit-transform: translate(0px, 200px);
        -moz-transform: translate(0px, 200px);
        -o-transform: translate(0px, 200px);
    }

    100% {

        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
}

@keyframes bottom1 {
    0% {
        background-position: left bottom
    }
    100% {
        background-position: right bottom
    }
}

@keyframes bottom2 {
    0% {
        transform: translate(0px, 15px);
        -webkit-transform: translate(0px, 15px);
        -moz-transform: translate(0px, 15px);
        -o-transform: translate(0px, 15px);
    }
    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
}

.site_nav_bd {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    background: #f5f5f5;
    -webkit-backface-visibility: hidden;
}

/* end animation CSS*/

/* 20160829 注册*/

#input_info {
    /* color: #ff0000;*/
}

.wiexin_reg_s {
    margin-top: 14px;
}

.jjh_reg {
    position: relative;
}

.logo img.reg_img {
    padding-top: 16px;
    margin-right: -4px;
    box-sizing: content-box;
}

.jjh_nav_slide .logo-title {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #000;
    border-left: solid 1px #bbb;
    margin-left: 25px;
    padding-left: 25px;
    margin-top: 34px;
}

.container {
    width: 1100px;
    margin: 0 auto;
    font-size: 14px;
}

.main {
    overflow: hidden;
    margin: 50px auto 60px;
    width: 830px;
}

.reg_left {
    width: 400px;
}

.fl {
    float: left;
}

.form_item {
    position: relative;
    border: solid 1px #ddd;
    width: 398px;
    height: 52px;
    z-index: 0;
}

.form_item span {
    float: left;
    width: 90px;
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    font-weight: normal;
}

.form_item label {
    font-size: 12px;
    color: #ff0000;
    margin-top: 10px;
    display: block;
}

.form_item .field {
    border: 0 none;
    font-size: 14px;
    /*width: 190px;*/
    height: 19px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-top: 16px;
    box-sizing: content-box;
}

.input_info {
    color: #c5c5c5;
    height: 27px;
    font-size: 12px;
    padding-top: 5px;
}

.input_info_code, .input_info_agree, .nameTel {
    color: #ff0000;
    font-weight: bold;
}

.form_agreen input {
    width: 18px;
    height: 18px;
    border: solid 1px #cfd1d3;
    vertical-align: text-top;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.form_agreen a {
    color: #38f;
    outline: 0;
    text-decoration: none;
}

.form_agreen a:hover, .form_agreen a:active, .form_agreen a:visited {
    text-decoration: none;
}

.btn_register {
    width: 100%;
    height: 54px;
    color: #fff;
    background: #ee674d;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
}

.reg_right {
    float: left;
    margin-left: 95px;
    height: 605px;
    padding-left: 94px;
    border-left: solid 1px #e6e6e6;
}

.reg_right .phone-fast-reg {
    background: url(../images/tel_reg.png) no-repeat;
    width: 237px;
    height: 524px;
}

.footer_reg {
    position: relative;
    clear: both;
}

.text_color {
    color: #ea644b;
    font-weight: bold;
    font-size: 24px;
}

.modal_p {
    height: 517px;
    overflow: auto;
}

.modal_p p {
    color: #333;
}

.modal_p h5 {
    margin: 10px 0;
    font-weight: bold;
}

.wiexin_reg h4 {
    padding: 0;
}

.wiexin_reg p {
    padding: 0;
}

.color_reg {
    color: #f16950;

}

.login_reg a {
    color: #f16950;
    padding-left: 3px;
}

.form_agreen a:hover, .login_reg a:hover {
    text-decoration: none;
}

/* end 20160829 注册*/
/*20160829 注册成功*/
.success .info_wrap {
    padding-top: 0px;
}

.info_wrap {
    text-align: center;
}

.i_suc {
    display: inline-block;
    background: url(../images/suc_icon.png) no-repeat;
    width: 78px;
    height: 62px;
}

.p_txt {
    margin-top: 24px;
    font-size: 20px;
    color: #e66952;
    font-weight: bold;
}

.p_notice {
    margin: 0px 0 25px;
}

.line_sty {
    border-top: 1px dashed #d3d3d3;
}

.line_sty h5 {
    margin: 15px 0 8px;
    font-weight: bold;
}

.header_right_login {
    float: right;
    padding: 45px 0 0;
}

.go a {
    background: #ee2223;
    padding: 10px 15px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}

.go a:hover {
    text-decoration: none;
    background: #ee3333;
}

.btn-phonecode {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 110px;
    height: 46px;
    border: none;
    background: #f2f2f2;
    color: #333;
    padding: 0;
}

/*end20160829 注册成功*/
/*20160829 密码找回*/
.longin_index {
    font-size: 14px;
    width: 1100px;
    margin: 0 auto;
    text-align: right;
}

.longin_index a {
    display: inline-block;
    line-height: 35px;
    padding: 0 2px;
}

.longin_index a:hover {
    color: #68C7C9;
}

.mod-main {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.mod-comm .mc {
    line-height: 20px;
}

.stepflex {
    display: inline-block;
    display: block;
}

.stepflex {
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto;
}

#sflex04 {
    width: 640px;
}

.stepflex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
}

dl.doing {
    border-top-color: #7abd54;
}

.s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(../images/step2013.png);
    line-height: 23px;
}

.doing .s-num {
    background-position: -23px 0;
}

.doing .s-text {
    color: #7abd54;
}

.doing b, .doing s, .first s, .last b {
    width: 5px;
    height: 5px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    top: -5px;
    background-image: url(../images/step2013.png);
    overflow: hidden;
}

.stepflex s {
    left: 0;
}

.first s {
    background-position: 0 -24px;
    background-color: #fff;
}

.doing s {
    background-position: -23px -24px;
}

.stepflex:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form .item {
    overflow: hidden;
    display: block;
    line-height: 30px;
}

.form .item span.label {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 6px 0;
    width: 100px;
    text-align: right;
    color: #333;
}

.form .area, .form .itxt, .form .sele, .form .selt {
    line-height: 18px;
    border: 1px solid #ccc;
    padding: 5px;
    float: none;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

.form .itxt, .form .text {
    padding: 5px 6px;
    width: 160px;
}

.btn-5, .btn-6, .btn-7, .btn-8 {
    background-color: #f5fbef;
    background-image: -moz-linear-gradient(top, #f5fbef, #eaf6e2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5fbef), color-stop(1, #eaf6e2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fbef', endColorstr='#eaf6e2', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5fbef', endColorstr='#eaf6e2');
    background-image: linear-gradient(to bottom, #f5fbef 0, #eaf6e2 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;

    line-height: 18px;
    border: 1px solid #bfd6af;
    padding: 2px 14px 3px;
    color: #323333;
}

.btn-10, .btn-11, .btn-12, .btn-9 {
    background-color: #F7F7F7;
    background-image: -moz-linear-gradient(top, #F7F7F7, #F3F2F2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(1, #F3F2F2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F3F2F2');
    background-image: linear-gradient(to bottom, #F7F7F7 0, #F3F2F2 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;

    line-height: 18px;
    border: 1px solid #ddd;

    color: #323333;
}

.btn-10:link, .btn-10:visited, .btn-11:link, .btn-11:visited, .btn-12:link, .btn-12:visited, .btn-9:link, .btn-9:visited {
    color: #323333;
    text-decoration: none;
}

#content .btn-10, #content .btn-14, #content .btn-4 {
    padding: 8px 14px;
    font-size: 14px;
}

.btn-5:hover, .btn-6:hover, .btn-7:hover, .btn-8:hover {
    background-color: #f6fbf3;
    background-image: -moz-linear-gradient(top, #f6fbf3, #eef7e8);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6fbf3), color-stop(1, #eef7e8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fbf3', endColorstr='#eef7e8', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fbf3', endColorstr='#eef7e8');
    background-image: linear-gradient(to bottom, #f6fbf3 0, #eef7e8 100%);
}

.btn-10:hover, .btn-11:hover, .btn-12:hover, .btn-9:hover {
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f8f8f8, #f5f5f5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #f5f5f5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f5f5f5');
    background-image: linear-gradient(to bottom, #f8f8f8 0, #f5f5f5 100%);
}

/*end20160829 密码找回*/

/*媒体查询适配手机start*/
.mobile_logo {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.mobile_logo img {
    width: 80%;
}

@media screen and (max-width: 450px) {
    .mobile_logo {
        display: block;
    }

    .jjh_nav_slide {
        display: none;
    }

    .reg_right {
        display: none;
    }

    .container {
        width: 100%;
    }

    .main {
        width: 80%;
        margin-top: 20px;
    }

    .reg_left {
        width: 100%;
    }

    .fl {
        float: none;
    }

    .form_item {
        width: 100%;
    }

    .form_item .field {
        padding-left: 10px;
        width: 90%;
    }

    .form_item span {
        display: none;
    }

    .footer {
        display: none;
    }

    .line_sty {
        padding: 10px 10px;
    }
}

/*媒体查询适配手机end*/
/*活动页*/
.jjh_header_width{
    width: 100%;
    background: #FF8500;
    cursor: pointer;
}
.index_banner{
    text-align: center;
    width: 1120px;
    margin: 0 auto;
    margin-top: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/*end活动页*/
