#cnzz_stat_icon_1252978029 {display:none;}
/*统一*/
@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_yk6z0ckf21a.eot');
    src: url('//at.alicdn.com/t/font_249974_yk6z0ckf21a.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_yk6z0ckf21a.woff') format('woff'), url('//at.alicdn.com/t/font_249974_yk6z0ckf21a.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_yk6z0ckf21a.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'header_logo_light';
    src: url('//at.alicdn.com/t/webfont_rh1tu6i1hw.eot');
    /* IE9*/
    src: url('//at.alicdn.com/t/webfont_rh1tu6i1hw.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('//at.alicdn.com/t/webfont_rh1tu6i1hw.woff') format('woff'),
        /* chrome、firefox */
        url('//at.alicdn.com/t/webfont_rh1tu6i1hw.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('//at.alicdn.com/t/webfont_rh1tu6i1hw.svg#思源黑体-细') format('svg');
    /* iOS 4.1- */
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    border: 0 none;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

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

/* 导航 */
.NavHead {
    height: 70px;
    z-index: 999;
}

#jh_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

#jh_header .header_logo {
    float: left;
}

#jh_header .header_logo a {
    display: block;
    height: 70px;
}

#jh_header .header_logo img {
    height: 100%;
    vertical-align: top;
    padding-right: 15px;
}

#jh_header .header_logo span {
    vertical-align: middle;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    color: #333;
    font-size: 22px;
    font-family: "header_logo_light";
}

#jh_header .header_content {
    float: right;
    font-size: 0;
}

#jh_header .header_content .header_nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

#jh_header .header_content .header_nav .main_nav {}

#jh_header .header_content .header_nav .main_nav ul {}

#jh_header .header_content .header_nav .main_nav ul>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 1.5vw;
    height: 100%;
    line-height: 100%;
    position: relative;
}

#jh_header .header_content .header_nav .main_nav ul>li p {
    position: relative;
}

#jh_header .header_content .header_nav .main_nav ul>li p .iconfont {
    display: inline-flex;
    display: -webkit-inline-flex;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 10px;
    margin-left: 10px;
    font-size: 18px;
    color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#jh_header .header_content .header_nav .main_nav ul>li p .iconfont:before {
    content: "\e7c3";
}

#jh_header .header_content .header_nav .main_nav ul>li p:hover .iconfont {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fc6821;
}

#jh_header .header_content .header_nav .main_nav ul>li p a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#jh_header .header_content .header_nav .main_nav ul>li p.active a,
#jh_header .header_content .header_nav .main_nav ul>li p:hover a {
    color: #fc6821;
}

#jh_header .header_content .header_nav .main_nav ol {
    display: none;
    position: absolute;
    left: 50%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    min-width: 120px;
    margin-top: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#jh_header .header_content .header_nav .main_nav ol:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

#jh_header .header_content .header_nav .main_nav ol li {}

#jh_header .header_content .header_nav .main_nav ol li a {
    display: block;
    line-height: 41px;
    text-align: center;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#jh_header .header_content .header_nav .main_nav ol li a:hover {
    color: #fc6821;
}

#jh_header .header_content .header_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-left: 0.78125vw;
}

#jh_header .header_content .header_btn ul.accout_list {
    display: none;
}

#jh_header .header_content .header_btn ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

#jh_header .header_content .header_btn ul li.register_item a,
#jh_header .header_content .header_btn ul li.accout_item a {
    display: block;
    min-width: 118px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    border-radius: 28px;
    padding: 0 15px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-color: #fc6821;
    background: #fc6821;
}

#jh_header .header_content .header_btn ul li.register_item a:hover,
#jh_header .header_content .header_btn ul li.accout_item a:hover {
    border-color: #ff942f;
    background: #ff942f;
}

#jh_header .header_content .header_btn ul li.login_item a,
#jh_header .header_content .header_btn ul li.exit_item a {
    display: block;
    min-width: 80px;
    height: 34px;
    border-radius: 28px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #dcdcdc;
    color: #333;
    background: #fff;
}

#jh_header .header_content .header_btn ul li.login_item a:hover,
#jh_header .header_content .header_btn ul li.exit_item a:hover {
    border-color: #999;
    background: #f5f5f5;
}

/* 登录框 */
#login_iframe {
    display:none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#login_iframe.fade_in {
	display:block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 5;
}

#login_iframe .iframe_wrapper {
    width: 348px;
    height: 500px;
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#login_iframe iframe {
    width: 100%;
    height: 500px;
    box-shadow: 0 0 6px 3px #3d3d3d;
    border-radius: 3px;
    background: #fff;
}

#login_iframe .close {
    position: absolute;
    right: 11px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}

/* 手机 */
#g_web:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 995;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#g_web.active:before {
    opacity: 1;
    pointer-events: auto;
}

#jh_header .header_content .mobile_header_nav {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    background: #fff;
    display: none;
}

#jh_header .header_content .header_btn .mobile_menu_btn {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 23px 0;
}

#jh_header .header_content .header_btn .mobile_menu_btn .open_line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    transform-origin: right center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* #jh_header .header_content .header_btn .mobile_menu_btn:hover .open_line {    -webkit-transform:scale(0.8,1);    transform:scale(0.8,1);} */
#jh_header .header_content .header_btn .mobile_menu_btn .open_line_1 {
    top: 3px;
    transition-delay: 0.15s;
}

#jh_header .header_content .header_btn .mobile_menu_btn .open_line_2 {
    top: 11px;
    transition-delay: 0.25s;
}

#jh_header .header_content .header_btn .mobile_menu_btn .open_line_3 {
    top: 19px;
    transition-delay: 0.2s;
}

#jh_header .header_content .header_btn .mobile_menu_btn.active .open_line {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* #jh_header .header_content .header_btn .mobile_menu_btn .open_line:before {    content:"";    display:block;    width:2px;    height:2px;    background:#333;    position:absolute;    top:0;    left:-10px;    opacity:0;    -webkit-transition:0.5s;    transition:0.5s;}#jh_header .header_content .header_btn .mobile_menu_btn:hover .open_line:before {    left:-5px;    opacity:1;}#jh_header .header_content .header_btn .mobile_menu_btn .open_line_1:before {    transition-delay:0.15s;}#jh_header .header_content .header_btn .mobile_menu_btn .open_line_2:before {    transition-delay:0.25s;}#jh_header .header_content .header_btn .mobile_menu_btn .open_line_3:before {    transition-delay:0.2s;} */
#jh_header .header_content .header_btn .mobile_menu_btn .close_line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
}

#jh_header .header_content .header_btn .mobile_menu_btn .close_line_1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#jh_header .header_content .header_btn .mobile_menu_btn .close_line_2 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#jh_header .header_content .header_btn .mobile_menu_btn .close_line:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    transform-origin: left center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#jh_header .header_content .header_btn .mobile_menu_btn.active .close_line:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#jh_header .header_content .header_btn .mobile_menu_btn.active .close_line_1:before {
    transition-delay: 0.15s;
}

#jh_header .header_content .header_btn .mobile_menu_btn.active .close_line_2:before {
    transition-delay: 0.2s;
}

#jh_header .header_content .mobile_header_nav .btn_list {
    line-height: normal;
}

#jh_header .header_content .mobile_header_nav .btn_list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 50%;
}

#jh_header .header_content .mobile_header_nav .btn_list li a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 4;
}

#jh_header .header_content .mobile_header_nav .btn_list li.register_item a,
#jh_header .header_content .mobile_header_nav .btn_list li.accout_item a {
    background: #ff6700;
    color: #fff;
}

#jh_header .header_content .mobile_header_nav .btn_list li.login_item a,
#jh_header .header_content .mobile_header_nav .btn_list li.exit_item a {
    background: #eee;
    color: #333;
}

#jh_header .header_content .mobile_header_nav .accout_list {
    display: none;
}

#jh_header .header_content .mobile_header_nav .main_nav {
    max-height: calc(100vh - 126px);
    overflow-y: auto;
}

#jh_header .header_content .mobile_header_nav .main_nav ul {}

#jh_header .header_content .mobile_header_nav .main_nav ul>li {
    line-height: normal;
    border-bottom: 1px solid #eee;
    text-align: center;
}

#jh_header .header_content .mobile_header_nav .main_nav ul>li:last-child {
    border-bottom: 0 none;
}

#jh_header .header_content .mobile_header_nav .main_nav ul>li p {
    position: relative;
}

#jh_header .header_content .mobile_header_nav .main_nav ul>li p a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 4;
}

#jh_header .header_content .mobile_header_nav .main_nav ul>li p .iconfont {
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 50%;
    margin-left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#jh_header .header_content .mobile_header_nav .main_nav ul>li p .iconfont:before {
    content: "\e7c3";
}

#jh_header .header_content .mobile_header_nav .main_nav ul>li p.active .iconfont {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

#jh_header .header_content .mobile_header_nav .main_nav ol {
    display: none;
    background: #eee;
    position: relative;
}

#jh_header .header_content .mobile_header_nav .main_nav ol:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #eee;
}

#jh_header .header_content .mobile_header_nav .main_nav ol li {
    border-bottom: 1px solid #fafafa;
}

#jh_header .header_content .mobile_header_nav .main_nav ol li:last-child {
    border-bottom: 0 none;
}

#jh_header .header_content .mobile_header_nav .main_nav ol li a {
    display: block;
    line-height: 4;
    text-align: center;
    color: #333;
    font-size: 14px;
}

/*模版整体控制*/
#laymod_126957 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126957 .bodyCont_width>.bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126957 .bodyCont_width>.bg_img {
    z-index: 2;
}

#laymod_126957 .bodyCont_width {
    position: relative;
}

/*标题控制*/
#laymod_126957 .bodyContContent {
    position: relative;
    z-index: 4;
}

/*模版主体部分*/
#laymod_126957 .nybanner_1 a {
    display: block;
    width: 100%;
    height: 100%;
}

#laymod_126957 .nybanner_1 a:hover {
    text-decoration: none;
}

#laymod_126957 .nybanner_1 a .container {
    text-align: center;
    position: relative;
    height: 100%;
    /*display*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    /*flex-wrap*/
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content*/
    -webkit-justify-content: center;
    justify-content: center;
    /*主轴上对齐*/
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    /*align-items*/
    align-items: center;
    /*交叉轴对齐*/
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

#laymod_126957 .nybanner_1 a .container .cont {
    width: 100%;
}

#laymod_126957 .nybanner_1 a .container>p {
    width: 100%;
    text-align: center;
}

#laymod_126957 .nybanner_1 a p:nth-child(1) {
    margin: 0 0 2% 0;
    display: block;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

#laymod_126957 .nybanner_1 a p:nth-child(2) {
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
    #laymod_126957 .nybanner_1 a p:nth-child(1) {
        font-size: 18px;
    }

    #laymod_126957 .nybanner_1 a p:nth-child(2) {
        font-size: 13px;
    }
}

img {
    border: 0 none;
}

i,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

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

/*模版整体控制*/
#laymod_126967 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126967 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126967 .bg_img {
    z-index: 2;
}

#laymod_126967 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top:60px;
    margin-bottom:80px;
}

/*标题控制*/
#laymod_126967 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom:40px;
}

#laymod_126967 .bodyContTitle .fl {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom:12px;
}

#laymod_126967 .bodyContTitle .fl2 {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 1;
}

#laymod_126967 .bodyContContent {
    position: relative;
    z-index: 4;
}

/* 按钮 */
#laymod_126967 .bodyContContent .join_nav {
    margin-bottom: 40px;
}

#laymod_126967 .bodyContContent .join_nav:after,
#laymod_126967 .bodyContContent .wrap_li:after,
#laymod_126967 .bodyContContent .wrap_con:after,
#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner .wrap_pad:after {
    content: "";
    display: block;
    clear: both;
}

#laymod_126967 .bodyContContent .join_nav .nav_button {
    float: left;
    padding-right: 5px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

#laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner {
    background: #fff;
    display: inline-block;
    height: 50px;
    position: relative;
    z-index: 999;
    padding-right: 5px;
}

#laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_num {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 8px;
    transition: all .3s ease-in;
    color: #373d41;
    background: #f5f5f6;
}

#laymod_126967 .bodyContContent .join_nav .nav_button.on .nav_inner .nav_num {
    color: #fff;
    background: rgba(255, 104, 1, 1);
}

#laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_main {
    display: inline-block;
    font-size: 18px;
    color: #373d41;
    font-weight: 400;
}

/* 切换 */
#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list {
    cursor: pointer;
    height: 190px;
    padding: 10%;
    overflow: hidden;
    transition: all .3s ease-in;
    background: #fff;
    border: 1px solid #d7d8d9;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list .wrap_title {
    font-size: 18px;
    color: #373d41;
    line-height: 18px;
    margin-bottom: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list .wrap_ms {
    font-size: 14px;
    height: 14px;
    color: #73777a;
    line-height: 14px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list .wrap_ms:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 3%;
    border-radius: 50%;
    border: 1px solid rgba(255, 104, 1, 1);
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list .wrap_link {
    display: block;
    width: 104px;
    height: 32px;
    font-size: 14px;
    color: rgba(255, 104, 1, 1);
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(255, 104, 1, 1);
    transition: all .3s ease-in;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con {
    display: none;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con.on {
    display: block;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner {
    margin: 0 15px;
    height: 190px;
    padding: 0 100px;
    background: #fff;
    border: 1px solid #d7d8d9;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease-in;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner .wrap_txt {
    float: left;
    width: 80%;
    height: 190px;
    line-height: 190px;
    font-size: 24px;
    color: #373d41;
    margin-right: 40px;
}

#laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner .wrap_link {
    display: block;
    float: left;
    width: 128px;
    height: 36px;
    margin-top: 80px;
    font-size: 14px;
    color: rgba(255, 104, 1, 1);
    text-align: center;
    line-height: 36px;
    border: 1px solid rgba(255, 104, 1, 1);
    transition: all .3s ease-in;
}

/*ipad竖屏：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait){  
    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_main {
        font-size: 12px;
    }
}
/*ipad横屏：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape){  
    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_main {
        font-size: 16px;
    }
}
/*ipad pro竖屏：*/
@media only screen  and (min-device-width : 1024px)  and (max-device-width : 1366px)  and (orientation : portrait){  
    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_main {
        font-size: 16px;
    }
}
/*ipad pro横屏：*/
@media only screen  and (min-device-width : 1024px)  and (max-device-width : 1366px)  and (orientation : landscape){  
    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_main {
        font-size: 16px;
    }
}

#laymod_126967 .bodyContContent .wrap_li {
    margin: 0 -15px;
}

@media(min-width: 768px) {
    #laymod_126967 .bodyCont_width {
        padding: 0;
    }

    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_line {
        position: absolute;
        display: block;
        z-index: 99;
        width: 100%;
        height: 1px;
        top: 24px;
        border: .5px solid #ebebec;
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner:hover .wrap_link,
    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list:hover .wrap_link {
        color: #fff;
        background: rgba(255, 104, 1, 1);
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner:hover,
    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list:hover {
        box-shadow: 0 2px 15px 0 #ddd;
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner .wrap_txt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media(max-width: 991px) {
    #laymod_126967 .bodyCont_width {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #laymod_126967 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_126967 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_126967 .bodyContContent .join_nav {
        margin-bottom: 3vw;
    }

    #laymod_126967 .bodyContContent .join_nav .nav_button,
    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner {
        text-align: center;
        height: auto;
        padding: 0;
    }

    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner {
        width: 100%;
    }

    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_num {
        margin-right: 0;
        margin-bottom: 16px;
    }

    #laymod_126967 .bodyContContent .join_nav .nav_button .nav_inner .nav_main {
        display: block;
        font-size: 11px;
        line-height: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_box .wrap_list {
        margin-bottom: 10px;
        height:auto;
        padding:30px;
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner {
        padding: 0 5%;
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner .wrap_txt {
        float: none;
        width: 100%;
        height: 100px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 0;
        text-align: left;
        margin-top: 14px;
    }

    #laymod_126967 .bodyContContent .join_wrap .wrap_li .wrap_con .wrap_inner .wrap_link {
        float: none;
        margin-top: 15px;
    }
}

@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot');
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.woff') format('woff'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.svg#iconfont') format('svg');
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont";
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0 none;
}

i,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

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

/*模版整体控制*/
#laymod_126964 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126964 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126964 .bg_img {
    z-index: 2;
}

#laymod_126964 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top:60px;
}

/*标题控制*/
#laymod_126964 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom:40px;
}

#laymod_126964 .bodyContTitle .fl {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom:12px;
}

#laymod_126964 .bodyContTitle .fl2 {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 1;
}

#laymod_126964 .bodyContContent {
    position: relative;
    z-index: 4;
}

#laymod_126964 .bodyContContent .fea_li .fea_box {
    position: relative;
    transition: all .3s ease-in-out;
    background-color: #fff;
    border: 1px solid #d7d8d9;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_header {
    padding: 32px;
    text-align: center;
    color: #000;
    background-color: #ebecec;
    transition: background-color .3s ease;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_header h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info {
    padding: 24px 32px;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl {
    width: 33.3333%;
    text-align: center;
    border-right: 1px solid #d7d8d9;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl3,
#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl.fea_mb {
    border-right: none;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl li {
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl .fea_gn {
    margin-bottom: 8px;
    font-size: 14px;
    color: #9b9ea0;
}

#laymod_126964 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl .fea_nr {
    font-size: 14px;
    color: #373d41;
    margin: 0;
}

#laymod_126964 .fea_li .fea_box .fea_footer {
    padding-bottom: 32px;
}

#laymod_126964 .fea_li .fea_box .fea_footer .fea_price {
    padding: 12px 0;
    text-align: center;
    color: rgba(255, 104, 1, 1);
    font-size: 0;
}

#laymod_126964 .fea_li .fea_box .fea_footer .fea_price span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}

#laymod_126964 .fea_li .fea_box .fea_footer .fea_price .fea_num {
    font-size: 32px;
}

#laymod_126964 .fea_li .fea_box .fea_footer .fea_price .fea_unit {
    font-size: 14px;
}

#laymod_126964 .fea_li .fea_box .fea_footer .fea_buy {
    display: block;
    width: 106px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 104, 1, 1);
    border: 1px solid rgba(255, 104, 1, 1);
}

/*支付*/
#pay_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    pointer-events: none;
    z-index: 900;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

#pay_box.fade_in {
    opacity: 1;
    pointer-events: auto;
}

#pay_box .pay_content {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#pay_box iframe {
    width: 1140px;
    height: 390px;
}

#pay_box .wrapper {
    position: relative
}

#pay_box .box_close {
    position: absolute;
    top: 0;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .8)
}

#pay_box .box_close .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

#pay_box .box_close .iconfont:before {
    content: "\e659";
}

@media (min-width:768px) {
    #laymod_126964 .bodyCont_width {
        padding: 0;
    }

    #laymod_126964 .fea_li:hover .fea_box .fea_header,
    #laymod_126964 .fea_li .fea_box .fea_footer .fea_buy:hover {
        background: rgba(255, 104, 1, 1);
        color: #fff;
    }

    #laymod_126964 .fea_li .fea_box:hover {
        box-shadow: 0 2px 15px 0 #d7d8d9;
    }
}

@media (max-width:991px) {
    #laymod_126964 .bodyContContent .row,
    #laymod_126964 .bodyContContent .fea_li {
        padding:0 7.5px;
    }
}

@media (max-width: 767px) {
    #laymod_126964 .bodyCont_width {
        margin-top: 40px;
    }
    #laymod_126964 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_126964 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #laymod_126964 .fea_li .fea_box {
        margin-bottom: 20px;
        box-shadow: 0 2px 15px 0 #d7d8d9;
    }
}

@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot');
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.woff') format('woff'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.svg#iconfont') format('svg');
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont";
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0 none;
}

i,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

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

/*模版整体控制*/
#laymod_126965 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126965 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126965 .bg_img {
    z-index: 2;
}

#laymod_126965 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top: 60px;
    margin-bottom:80px;
}

/*标题控制*/
#laymod_126965 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom:40px;
}

#laymod_126965 .bodyContTitle .fl {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom:12px;
}

#laymod_126965 .bodyContTitle .fl2 {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 1;
}

#laymod_126965 .bodyContContent {
    position: relative;
    z-index: 4;
}

#laymod_126965 .bodyContContent .fea_li .fea_box {
    position: relative;
    transition: all .3s ease-in-out;
    background-color: #fff;
    border: 1px solid #d7d8d9;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_header {
    padding: 32px;
    text-align: center;
    color: #000;
    background-color: #ebecec;
    transition: background-color .3s ease;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_header h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info {
    padding: 24px 32px;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl {
    width: 33.3333%;
    text-align: center;
    border-right: 1px solid #d7d8d9;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl3,
#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl.fea_mb {
    border-right: none;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl li {
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl .fea_gn {
    margin-bottom: 8px;
    font-size: 14px;
    color: #9b9ea0;
}

#laymod_126965 .bodyContContent .fea_li .fea_box .fea_footer .fea_info .fea_con .fea_dl .fea_nr {
    font-size: 14px;
    color: #373d41;
    margin: 0;
}

#laymod_126965 .fea_li .fea_box .fea_footer {
    padding-bottom: 32px;
}

#laymod_126965 .fea_li .fea_box .fea_footer .fea_price {
    padding: 12px 0;
    text-align: center;
    color: rgba(255, 104, 1, 1);
    font-size: 0;
}

#laymod_126965 .fea_li .fea_box .fea_footer .fea_price span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}

#laymod_126965 .fea_li .fea_box .fea_footer .fea_price .fea_num {
    font-size: 32px;
}

#laymod_126965 .fea_li .fea_box .fea_footer .fea_price .fea_unit {
    font-size: 14px;
}

#laymod_126965 .fea_li .fea_box .fea_footer .fea_buy {
    display: block;
    width: 106px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 104, 1, 1);
    border: 1px solid rgba(255, 104, 1, 1);
}

/*支付*/
#pay_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    pointer-events: none;
    z-index: 900;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

#pay_box.fade_in {
    opacity: 1;
    pointer-events: auto
}

#pay_box .pay_content {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#pay_box iframe {
    width: 1140px;
    height: 390px;
}

#pay_box .wrapper {
    position: relative
}

#pay_box .box_close {
    position: absolute;
    top: 0;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .8)
}

#pay_box .box_close .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

#pay_box .box_close .iconfont:before {
    content: "\e659";
}

@media (min-width:768px) {
    #laymod_126965 .bodyCont_width {
        padding: 0;
    }

    #laymod_126965 .fea_li:hover .fea_box .fea_header,
    #laymod_126965 .fea_li .fea_box .fea_footer .fea_buy:hover {
        background: rgba(255, 104, 1, 1);
        color: #fff;
    }

    #laymod_126965 .fea_li .fea_box:hover {
        box-shadow: 0 2px 15px 0 #d7d8d9;
    }
}

@media (max-width: 991px) {
    #laymod_126965 .bodyContContent .row,
    #laymod_126965 .bodyContContent .fea_li {
        padding:0 7.5px;
    }
}

@media (max-width: 767px) {
    #laymod_126965 .bodyCont_width {
        margin-top: 0;
        margin-bottom: 40px;
    }
    #laymod_126965 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_126965 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #laymod_126965 .fea_li .fea_box {
        margin-bottom: 20px;
        box-shadow: 0 2px 15px 0 #d7d8d9;
    }
}

@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot');
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.woff') format('woff'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.svg#iconfont') format('svg');
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont";
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0 none;
}

i,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

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

/*模版整体控制*/
#laymod_126959 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126959 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126959 .bg_img {
    z-index: 2;
}

#laymod_126959 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top:60px;
    margin-bottom:30px;
}

/*标题控制*/
#laymod_126959 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom:40px;
}

#laymod_126959 .bodyContTitle .fl {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom:12px;
}

#laymod_126959 .bodyContTitle .fl2 {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 1;
}

#laymod_126959 .bodyContContent {
    position: relative;
    z-index: 4;
}

#laymod_126959 .fea_li .fea_box {
    position: relative;
    background-color: ;
    border: 1px solid rgba(245, 245, 245, 1);
    transition: all .3s ease-in-out;
}

#laymod_126959 .fea_li .fea_box .fea_header {
    padding: 26px;
    text-align: center;
    background-color: rgba(245, 245, 245, 1);
    transition: all .3s ease;
    color: #000;
}

#laymod_126959 .fea_li .fea_box .fea_header h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126959 .fea_li .fea_box .fea_header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#laymod_126959 .fea_li .fea_box .fea_footer {
    padding: 32px 0;
    text-align: center;
}

#laymod_126959 .fea_li .fea_box .fea_footer .fea_price {
    padding: 0 0 10px;
    color: rgba(255, 104, 1, 1);
    font-size: 0;
}

#laymod_126959 .fea_li .fea_box .fea_footer .fea_price span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}

#laymod_126959 .fea_li .fea_box .fea_footer .fea_buy {
    display: block;
    width: 106px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 104, 1, 1);
    border: 1px solid rgba(255, 104, 1, 1);
}

#laymod_126959 .fea_li .fea_box .fea_footer .fea_price .fea_num {
    font-size: 32px;
}

#laymod_126959 .fea_li .fea_box .fea_footer .fea_price .fea_unit {
    font-size: 14px;
}

/*支付*/
#pay_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    pointer-events: none;
    z-index: 900;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

#pay_box.fade_in {
    opacity: 1;
    pointer-events: auto
}

#pay_box .pay_content {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#pay_box iframe {
    width: 1140px;
    height: 390px;
}

#pay_box .wrapper {
    position: relative
}

#pay_box .box_close {
    position: absolute;
    top: 0;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .8)
}

#pay_box .box_close .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

#pay_box .box_close .iconfont:before {
    content: "\e659";
}

@media (min-width:768px) {
    #laymod_126959 .bodyCont_width {
        padding: 0;
    }

    #laymod_126959 .fea_li:hover .fea_box .fea_header,
    #laymod_126959 .fea_li .fea_box .fea_footer .fea_buy:hover {
        background: rgba(255, 104, 1, 1);
        color: #fff;
    }

    #laymod_126959 .fea_li .fea_box:hover {
        box-shadow: 0 2px 15px 0 rgba(245, 245, 245, 0.2);
    }
}

@media (max-width:991px) {
    #laymod_126959 .bodyContContent .row,
    #laymod_126959 .bodyContContent .fea_li {
        padding:0 7.5px;
    }
}

@media (max-width:767px) {
    #laymod_126959 .bodyCont_width {
        margin-top: 40px;
        margin-bottom: 0;
    }
    #laymod_126959 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_126959 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_126959 .fea_li .fea_box {
        margin-bottom: 20px;
        box-shadow: 0 2px 15px 0 rgba(245, 245, 245, 0.2);
    }
}

@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot');
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.woff') format('woff'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.svg#iconfont') format('svg');
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont";
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0 none;
}

i,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

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

/*模版整体控制*/
#laymod_126963 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126963 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126963 .bg_img {
    z-index: 2;
}

#laymod_126963 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-bottom:80px;
}

/*标题控制*/
#laymod_126963 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom:40px;
}

#laymod_126963 .bodyContTitle .fl {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom:12px;
}

#laymod_126963 .bodyContTitle .fl2 {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 1;
}

#laymod_126963 .bodyContContent {
    position: relative;
    z-index: 4;
}

#laymod_126963 .fea_li .fea_box {
    position: relative;
    background-color: ;
    border: 1px solid rgba(245, 245, 245, 1);
    transition: all .3s ease-in-out;
}

#laymod_126963 .fea_li .fea_box .fea_header {
    padding: 26px;
    text-align: center;
    background-color: rgba(245, 245, 245, 1);
    transition: all .3s ease;
    color: #000;
}

#laymod_126963 .fea_li .fea_box .fea_header h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_126963 .fea_li .fea_box .fea_header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#laymod_126963 .fea_li .fea_box .fea_footer {
    padding: 32px 0;
    text-align: center;
}

#laymod_126963 .fea_li .fea_box .fea_footer .fea_price {
    padding: 0 0 10px;
    color: rgba(255, 104, 1, 1);
    font-size: 0;
}

#laymod_126963 .fea_li .fea_box .fea_footer .fea_price span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}

#laymod_126963 .fea_li .fea_box .fea_footer .fea_buy {
    display: block;
    width: 106px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 104, 1, 1);
    border: 1px solid rgba(255, 104, 1, 1);
}

#laymod_126963 .fea_li .fea_box .fea_footer .fea_price .fea_num {
    font-size: 32px;
}

#laymod_126963 .fea_li .fea_box .fea_footer .fea_price .fea_unit {
    font-size: 14px;
}

/*支付*/
#pay_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    pointer-events: none;
    z-index: 900;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

#pay_box.fade_in {
    opacity: 1;
    pointer-events: auto
}

#pay_box .pay_content {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#pay_box iframe {
    width: 1140px;
    height: 390px;
}

#pay_box .wrapper {
    position: relative
}

#pay_box .box_close {
    position: absolute;
    top: 0;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .8)
}

#pay_box .box_close .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

#pay_box .box_close .iconfont:before {
    content: "\e659";
}

@media (min-width:768px) {
    #laymod_126963 .bodyCont_width {
        padding: 0;
    }

    #laymod_126963 .fea_li:hover .fea_box .fea_header,
    #laymod_126963 .fea_li .fea_box .fea_footer .fea_buy:hover {
        background: rgba(255, 104, 1, 1);
        color: #fff;
    }

    #laymod_126963 .fea_li .fea_box:hover {
        box-shadow: 0 2px 15px 0 rgba(245, 245, 245, 0.2);
    }
}

@media (max-width:991px) {
    #laymod_126963 .bodyContContent .row,
    #laymod_126963 .bodyContContent .fea_li {
        padding:0 7.5px;
    }
}

@media (max-width:767px) {
    #laymod_126963 .bodyCont_width {
        margin-bottom: 40px;
    }
    #laymod_126963 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_126963 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_126963 .fea_li .fea_box {
        margin-bottom: 20px;
        box-shadow: 0 2px 15px 0 rgba(245, 245, 245, 0.2);
    }
}

@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot');
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.woff') format('woff'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.svg#iconfont') format('svg');
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont";
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0 none;
}

i,
em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

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

/*模版整体控制*/
#laymod_126966 {
    position: relative;
    overflow: hidden;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126966 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126966 .bg_img {
    z-index: 2;
}

#laymod_126966 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top:60px;
    margin-bottom:80px;
}

/*标题控制*/
#laymod_126966 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom:40px;
}

#laymod_126966 .bodyContTitle .fl {
    font-size: 24px;
    text-align: center;
    color: #333;
    line-height: 1;
    margin-bottom:12px;
}

#laymod_126966 .bodyContTitle .fl2 {
    font-size: 12px;
    text-align: center;
    color: #999;
    line-height: 1;
}

#laymod_126966 .bodyContContent {
    position: relative;
    z-index: 4;
}

#laymod_126966 .bodyContContent .fea_card {
    height: 182px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #EBECEC;
}

#laymod_126966 .bodyContContent .fea_card .fea_left_title {
    float: left;
    width: 25.64%;
    height: 100%;
    padding: 32px 40px;
    background: #f8f8f8;
}

#laymod_126966 .bodyContContent .fea_card .fea_left_title .title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #373D41;
}

#laymod_126966 .bodyContContent .fea_card .fea_left_title .sub {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #373D41;
}

#laymod_126966 .bodyContContent .fea_card .fea_center {
    width: 51.45%;
    float: left;
    height: 100%;
    padding: 32px 3%;
}

#laymod_126966 .bodyContContent .fea_card .fea_center .fea_con {
    float: left;
    width: 47.5%;
    height: 118px;
    margin-right: 5%;
    padding: 3% 3%;
    background: #f8f8f8;
}

#laymod_126966 .bodyContContent .fea_card .fea_center .fea_con:last-child {
    margin-right: 0%;
}

#laymod_126966 .bodyContContent .fea_card .fea_center .fea_con .info {
    overflow: hidden;
}

#laymod_126966 .bodyContContent .fea_card .fea_center .fea_con .info .fea_title {
    font-size: 16px;
    height: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #373D41;
}

#laymod_126966 .bodyContContent .fea_card .fea_center .fea_con .info .fea_text {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #73777A;
}

#laymod_126966 .bodyContContent .fea_card .fea_center .fea_con .info .fea_text::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: 3%;
    border-radius: 50%;
    border: 1px solid rgba(255, 104, 1, 1);
}

#laymod_126966 .bodyContContent .fea_card .fea_right {
    float: right;
    width: 22.91%;
    height: 100%;
    padding: 32px 40px;
    border-left: 1px solid #EBECEC;
}

#laymod_126966 .bodyContContent .fea_card .fea_right .fea_price {
    margin-bottom: 6px;
}

#laymod_126966 .bodyContContent .fea_card .fea_right .fea_price.hhide {
    margin-bottom: 46px;
}

#laymod_126966 .bodyContContent .fea_card .fea_right .fea_price span {
    display: inline-block;
    vertical-align: baseline;
    color: rgba(255, 104, 1, 1);
    font-size: 14px;
}

#laymod_126966 .bodyContContent .fea_card .fea_right .fea_price .price {
    font-size: 32px;
}

#laymod_126966 .bodyContContent .fea_card .fea_right .fea_cp {
    color: #aaa;
}

#laymod_126966 .bodyContContent .fea_card .fea_right .fea_buy {
    display: block;
    width:100%;
    max-width: 185px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 104, 1, 1);
}

/*支付*/
#pay_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    pointer-events: none;
    z-index: 900;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

#pay_box.fade_in {
    opacity: 1;
    pointer-events: auto
}

#pay_box .pay_content {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#pay_box iframe {
    width: 1140px;
    height: 390px;
}

#pay_box .wrapper {
    position: relative
}

#pay_box .box_close {
    position: absolute;
    top: 0;
    right: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .8)
}

#pay_box .box_close .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

#pay_box .box_close .iconfont:before {
    content: "\e659";
}

@media (min-width:768px) {
    #laymod_126966 .bodyCont_width {
        padding: 0;
    }

    #laymod_126966 .bodyContContent .fea_card {
        box-shadow: 0 2px 15px 0 #EBECEC;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_right .fea_cp {
        font-size: 13px;
        line-height: 19px;
        height: 38px;
        margin-bottom: 4px;
    }
}

@media (max-width:767px) {
    #laymod_126966 .bodyCont_width {
        margin: 40px 0;
    }
    #laymod_126966 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_126966 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_126966 .bodyContContent .fea_card {
        height: auto;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_left_title {
        padding: 22px 25px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_left_title,
    #laymod_126966 .bodyContContent .fea_card .fea_center {
        float: none;
        width: 100%;
        height: auto;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_left_title .title {
        margin-bottom: 10px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_left_title .sub {
        margin-bottom: 5px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_center {
        padding: 16px 3% 0;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_center .fea_con {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 5% 5% 3% 5%;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_center .fea_con .info .fea_title {
        margin-bottom: 15px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_right {
        float: none;
        width: 100%;
        height: auto;
        border-left: none;
        padding: 5% 9% 32px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_right .fea_price {
        margin-bottom: 3px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_right .fea_price.hhide {
        margin-bottom: 25px;
    }

    #laymod_126966 .bodyContContent .fea_card .fea_right .fea_cp {
        font-size: 13px;
        line-height: 19px;
        height: 38px;
        margin-bottom: 4px;
    }
}

img {
    border: 0 none;
}

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

/*模版整体控制*/
#laymod_126960 {
    position: relative;
    overflow: hidden;
    height: 115px;
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#laymod_126960 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_126960 .bg_img {
    z-index: 2;
    opacity: 0.2;
}

#laymod_126960 .bg_img.show {
    opacity: 1;
}

#laymod_126960 .bodyCont_width {
    position: relative;
    z-index: 4;
}

#laymod_126960 .bodyCont_width .bodyContContent {
    text-align: center;
    line-height: 115px;
}

#laymod_126960 .bodyCont_width .bodyContContent a {
    z-index: 2;
    border: none;
    background-color: #fff;
    padding: 8px 28px;
    margin: 0 auto;
    height: 36px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    transition: all .3s;
    color: rgba(255, 148, 4, 1);
}

@media(min-width: 768px) {
    #laymod_126960 .bodyCont_width .bodyContContent a:hover {
        color: rgba(255, 104, 1, 1);
    }
}

@media(max-width: 767px) {
    #laymod_126960 .bodyCont_width .bodyContContent a {
        font-size: 14px;
    }
    #laymod_126960 .bg_img {
        opacity: 0.5;
    }
}

/*统一*/
@font-face {
    font-family: 'iconfont';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot');
    src: url('//at.alicdn.com/t/font_249974_xuqovaeki5f.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.woff') format('woff'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_xuqovaeki5f.svg#iconfont') format('svg');
}

.iconfont:before,
.iconfont:after {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    border: 0 none;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

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

/* 底部 */
#jh_footer {
    background: #2c2c2c;
    position:relative;
    z-index:920;
}

#jh_footer .footer_info {
    padding: 64px 0 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #343434;
}

#jh_footer .footer_info .footer_info_wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
}

#jh_footer .footer_info .info_block {}

#jh_footer .footer_info .info_block .block_title {
    margin-bottom: 20px;
    position: relative;
}

#jh_footer .footer_info .info_block .block_title .block_title_txt {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    color: #5d5d5d;
}

#jh_footer .footer_info .info_block .block_title .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
}

#jh_footer .footer_info .info_block .block_title .iconfont:before {
    content: "\e944";
}

#jh_footer .footer_info .info_block .block_title.active .iconfont:before {
    content: "\e947";
}

#jh_footer .footer_info .info_block .block_list {}

#jh_footer .footer_info .info_block .block_list ul {
    font-size: 0;
}

#jh_footer .footer_info .info_block .block_list ul li {
    margin-bottom: 20px;
}

#jh_footer .footer_info .info_block .block_list ul li a {
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #5d5d5d;
}

#jh_footer .footer_info .info_block .block_list ul li a:hover {
    color: #fc6821;
}

#jh_footer .footer_info .block_3 ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

#jh_footer .footer_info .block_3 ul.list_right {
    margin-left: 1.875vw;
}

#jh_footer .footer_info .block_5 .block_list {
    max-width: 162px;
}

#jh_footer .footer_info .block_5 .block_list ul li,
#jh_footer .footer_info .block_5 .mobile_block_list ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 5px 2px 0;
    padding: 5px;
    width: 76px;
    height: 46px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    position: relative;
    border-color: #5d5d5d;
}

#jh_footer .footer_info .block_5 .block_list ul li:after,
#jh_footer .footer_info .block_5 .mobile_block_list ul li:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 25%;
    background-color: #5d5d5d;
}

#jh_footer .footer_info .block_5 .block_list ul li a,
#jh_footer .footer_info .block_5 .mobile_block_list ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 23px;
    color: #5d5d5d;
}

#jh_footer .footer_info .block_6 .block_list,
#jh_footer .footer_info .block_6 .mobile_block_list {
    max-width: 120px;
}

#jh_footer .footer_info .block_6 .block_list img,
#jh_footer .footer_info .block_6 .mobile_block_list img {
    display: block;
    width: 100%;
}

#jh_footer .info_friendlink {
    margin-top: 15px;
}

#jh_footer .info_friendlink .info_friendlink_title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 1.3vw;
    font-size: 14px;
    color: #5d5d5d;
}

#jh_footer .info_friendlink ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

#jh_footer .info_friendlink ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 1.3vw;
}

#jh_footer .info_friendlink ul li a {
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #5d5d5d;
}

#jh_footer .info_friendlink ul li a:hover {
    color: #fc6821;
}

#jh_footer .footer_copyright {
    height: 75px;
    padding: 27.5px 0;
    text-align: center;
    font-size: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #202020;
}

#jh_footer .footer_copyright .copyright_wrapper {
    float: left;
}

#jh_footer .footer_copyright p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
    color: #777;
}

#jh_footer .footer_copyright p:first-child {
    padding-left: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #777;
}

#jh_footer .footer_copyright p:nth-child(2) span {
    padding-left: 10px;
}

#jh_footer .footer_copyright p i,
#jh_footer .footer_copyright p em,
#jh_footer .footer_copyright p a,
#jh_footer .footer_copyright p span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

#jh_footer .footer_copyright p a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #777;
}

#jh_footer .footer_copyright ul {
    float: right;
}

#jh_footer .footer_copyright ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 3px;
}

#jh_footer .footer_copyright ul li a {
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #777;
}

#jh_footer .footer_copyright ul li a:hover {
    color: #fc6821;
}

/* 在线QQ */
#fixed_box {
    position: fixed;
    z-index: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fixed_box .fixed_symble {
    cursor: pointer;
}

#fixed_box .fixed_content {
    display: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #F9FAFB;
    position: relative;
}

#fixed_box .fixed_content .fixed_close {
    position: absolute;
    top: -12px;
    right: 5px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background: #F9FAFB;
    border: 1px solid #ddd;
}

#fixed_box .fixed_content .fixed_close .iconfont {
    font-size: 14px;
    color: #666;
}

#fixed_box .fixed_content .fixed_close .iconfont:before {
    content: "\e74c";
}

#fixed_box .fixed_content .fixed_qq {
    width: 120px;
    height: 120px;
    border-bottom: 1px solid #ddd;
    background: url(https://cdn.jihui88.com/upload//j//j6//jz//picture//2018//04//11/587a8d0b-107a-4d31-9791-2c1f143872ca.png) center 9px no-repeat;
}

#fixed_box .fixed_content .fixed_qq span {
    display: block;
    width: 100%;
    text-align: center;
    color: #ff6700;
    font-size: 14px;
    margin-top: 10px;
}

#fixed_box .fixed_content .fixed_qq .avatar_wrap {
    padding-top: 10px;
}

#fixed_box .fixed_content .fixed_qq .qq_avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#fixed_box .fixed_content .fixed_qq a:hover .qq_avatar {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#fixed_box .fixed_content .fixed_tel {}

#fixed_box .fixed_content .fixed_tel p {
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

#fixed_box .fixed_content .fixed_tel span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

#fixed_box .fixed_content .fixed_tel span a {
    color: #ff6700;
}

#fixed_box .fixed_content .fixed_code {
    font-size: 0;
    text-align: center;
}

#fixed_box .fixed_content .fixed_code .code_info {
    border-bottom: 1px solid #ddd;
}

#fixed_box .fixed_content .fixed_code .code_info .code_pic {
    padding: 10px;
    padding-bottom: 0;
}

#fixed_box .fixed_content .fixed_code .code_info p {
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding-bottom: 10px;
}

#fixed_box .fixed_content .fixed_code .back_top {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 50%;
    height: 55px;
}

#fixed_box .fixed_content .fixed_code .back_top .iconfont {
    font-size: 32px;
    color: #999;
    line-height: 55px;
}

#fixed_box .fixed_content .fixed_code .back_top .iconfont:before {
    content: "\e787";
}

/* 手机 */
@media (max-width:767px) {
    #jh_footer .footer_info {
        padding: 32px 0 20px 0;
    }

    #jh_footer .footer_info .footer_info_wrapper {
        flex-wrap: wrap;
    }

    #jh_footer .footer_info .info_block {
        width: 100%;
    }

    #jh_footer .footer_info .block_5 {
        max-width: 50%;
    }

    #jh_footer .footer_info .info_block .block_list {
        display: none;
    }

    #jh_footer .footer_info .info_block .block_list ul {
        display: block;
        width: 100%;
        margin: 0;
        padding-left: 15px;
    }

    #jh_footer .footer_info .info_block .block_list ul li a {
        font-size: 13px;
        line-height: 20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-color: #999;
    }

    #jh_footer .footer_info .info_block .block_title .block_title_txt {
        padding-right: 20px;
    }

    #jh_footer .footer_copyright {
        height: auto;
        padding: 15px 0;
    }

    #jh_footer .footer_copyright .copyright_wrapper {
        float: none;
    }

    #jh_footer .footer_copyright p {
        display: block;
        width: 100%;
    }

    #jh_footer .footer_copyright p:first-child {
        border-right: 0 none;
    }
}

/*手机*/
@media (max-width:767px) {
    #pay_box {
        display: none;
    }
    #pay_box.fade_in {
        display: block;
    }
}