#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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#login_iframe.fade_in {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    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;
}

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_125860 {
    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_125860 .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

#laymod_125860 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin: 70.5px 0;
}

#laymod_125860 .bodyCont_width .ad_info .fl {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
}

#laymod_125860 .bodyCont_width .ad_info .fl2 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

#laymod_125860 .bodyCont_width .ad_li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 157px;
    height: 36px;
    border: 1px solid #fff;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    transition: all .3s;
}

@media(min-width: 768px) {
    #laymod_125860 .bodyCont_width .ad_li a:hover {
        background: #fff;
        color: rgba(255, 103, 0, 1);
    }
}

@media(max-width: 767px) {
    #laymod_125860 .bodyCont_width {
        margin: 15px 0;
    }

    #laymod_125860 .bodyCont_width .ad_info .fl {
        font-size: 20px;
        line-height: 1;
    }

    #laymod_125860 .bodyCont_width .ad_info .fl span {
        font-size: 24px;
    }

    #laymod_125860 .bodyCont_width .ad_info .fl2 {
        font-size: 12px;
        line-height: 24px;
    }

    #laymod_125860 .bodyCont_width .ad_li a {
        font-size: 12px;
        width: 50%;
        height: 30px;
        line-height: 28px;
        margin-top: 10px;
    }
}

/* 默认引入阿里云图标 */
@font-face {
    font-family: 'xybicon';
    /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_8y2so7t9uv4.eot');
    src: url('//at.alicdn.com/t/font_249974_8y2so7t9uv4.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_249974_8y2so7t9uv4.woff') format('woff'), url('//at.alicdn.com/t/font_249974_8y2so7t9uv4.ttf') format('truetype'), url('//at.alicdn.com/t/font_249974_8y2so7t9uv4.svg#xybicon') format('svg');
}

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

/*模版整体控制*/
#laymod_125716 #jh_bread_1 {
    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_125716 #jh_bread_1>.bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#laymod_125716 #jh_bread_1>.bg_img {
    z-index: 2;
}

/*顶部线条控制*/
#laymod_125716 .border_top {
    background: #ff6029;
    height: 0px;
    position: relative;
    z-index: 4;
}

#laymod_125716 .bodyCont_width {
    position: relative;
}

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

#laymod_125716 .bodyContContent.container-100 {
    width: 100%;
}

/*模版主体部分*/
#laymod_125716 .bread_cont {
    overflow: hidden;
    position: relative;
}

#laymod_125716 .bread_cont>ul {
    margin-bottom: 0;
    float: left;
}

#laymod_125716 .bodyContContent li {
    color: #ccc;
    font-size: 14px;
    line-height: 43px;
    float: left;
}

#laymod_125716 .bodyContContent li a {
    color: #ccc;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#laymod_125716 .bodyContContent li.bread_last a,
#laymod_125716 .bodyContContent li a:hover {
    color: #ff6029;
    text-decoration: none;
}

#laymod_125716 .bodyContContent li em,
#laymod_125716 .bodyContContent li .xyb_line {
    padding: 0 0.5rem;
    font-style: normal;
    font-size: 12px;
}

#laymod_125716 .bodyContContent li .xyb_line:before {
    content: "\e627";
}

#laymod_125716 .bodyContContent li.bread_last .xyb_line {
    display: none;
}

#laymod_125716 .bread_line {
    height: 1px;
    background: #ededed;
}

/*搜索*/
#laymod_125716 .nav_m_search {
    border: 1px solid #eee;
    background: #fff;
    padding: 0;
    /*display*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
    -webkit-box-orient: horizontal;
    /*horizontal*/
    -webkit-box-direction: normal;
    /*reverse*/
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    /*row*/
    -webkit-flex-direction: row;
    /*flex-wrap*/
    -webkit-flex-wrap: wrap;
    /*nowrap*/
    -webkit-box-lines: multiple;
    /*single*/
    -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;
    position: absolute;
    width: 220px;
    height: 32px;
    top: 50%;
    right: 0;
    margin: -16px 0 0 0;
    -moz-border-radius: 16px;
    -khtml-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 16px;
    -khtml-border-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

#laymod_125716 .nav_m_search form {
    display: block;
    width: 80%;
}

#laymod_125716 .nav_m_search input {
    width: 100%;
    background: none;
    border: 0 none;
    height: 100%;
    line-height: 30px;
    color: #000;
    text-indent: 10%;
    transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

#laymod_125716 .nav_m_search a {
    display: block;
    width: 19%;
    background: none;
    font-size: 14px;
    line-height: 30px;
    height: 100%;
    text-align: center;
    color: #000;
    transition: all 1s cubic-bezier(.075, .82, .165, 1) 0s;
    -moz-transition: all 1s cubic-bezier(.075, .82, .165, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1) 0s;
    -o-transition: all 1s cubic-bezier(.075, .82, .165, 1) 0s;
}

#laymod_125716 .nav_m_search a:before {
    content: "\e7bb";
}

#laymod_125716 .nav_m_search a:hover {
    color: #ff6029;
}

#laymod_125716 ::-webkit-input-placeholder {
    color: #666;
}

#laymod_125716 :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.6);
}

#laymod_125716 ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.6);
}

#laymod_125716 :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

/*表单错误提示语*/
#laymod_125716 #err_tip {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    width: 220px;
    padding: 0;
    margin: 0 0 0 -110px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#laymod_125716 #err_tip .err_text {
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
}

@media(min-width:992px) {
    #laymod_125716 .bread_cont {
        padding: 0;
    }
}

@media (max-width:991px) {

    /*顶部线条控制*/
    #laymod_125716 .border_top {
        height: 0;
    }

    #laymod_125716 .bodyContContent ul {
        padding: 10px 0;
    }

    #laymod_125716 .bodyContContent li {
        font-size: 1.2rem;
        line-height: 1;
    }

    #laymod_125716 .bodyContContent li.bread_last {
        max-width: 33%;
    }

    #laymod_125716 .bodyContContent li.bread_last a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .page-pd #laymod_125716 .bodyContContent li.bread_last a {
        max-width: 190px;
    }
}

@media (max-width:375px) {
    .page-pd #laymod_125716 .bodyContContent li.bread_last a {
        max-width: 150px;
    }
}

@media (max-width:320px) {
    .page-pd #laymod_125716 .bodyContContent li.bread_last a {
        max-width: 100px;
    }
}

*,
::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;
}

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

/*模版整体控制*/
#jhw_data {}

#jhw_data .bodyContContent {
  margin: 40px 0;
}
#jhw_data .bodyContTitle {
  margin-bottom: 40px;
}
#jhw_data .bodyContTitle .fl {
  font-size: 24px;
  text-align: center;
  color: #333;
  line-height: 1;
  margin-bottom: 12px;
}
#jhw_data .bodyContTitle .fl2 {
  font-size: 12px;
  text-align: center;
  color: #a7a9b7;
  line-height: 1;
}
#jhw_data .container img {
  max-width: 100%;
  border: 1px solid #eee;
}
#jhw_data .container ul li {
  position: relative;
}
#jhw_data .container ul li .fixed {
  position: absolute;
  top: 50.6%;
  left: 14%;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  width: 72%;
  overflow: hidden;    
  text-overflow: ellipsis;    
  display: -webkit-box;    
  -webkit-line-clamp: 2;    
  -webkit-box-orient: vertical;
}
#jhw_data .container ul li .absolute {
  position: absolute;
  font-size: 16px;
  top: 64.5%;
  width: 230px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
#jhw_data .container ul li .qrcode {
  width: 40%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50.5%;
  transform: translateX(-50%);
  bottom: 8.8%
}
#jhw_data .container ul li .qrcode img {
  display: block;
  width: 100%;
  border: 0 none;
}
#jhw_data .container ul li .sales_volume {
  color: #ed3a03;
}
#jhw_data .container ul li .fans {
  color: #7504b7;
}
#jhw_data .container ul li .distributor {
  color: #798e00;
}
#jhw_data .container ul li .total_data {
  position: absolute;
  text-align: center;
  width: 180px;
  margin: auto;
  left: 0;
  right: 0;
  top: 42.5%;
}
#jhw_data .container ul li .total_data div {
  color: #1854f2;
  font-size: 16px;
  line-height: 1.6;
}
#jhw_data .container ul li .total_data .bottom {
  margin-bottom: 34px;
}
#jhw_data .container ul li .absolute .size,
#jhw_data .container ul li .total_data .size {
  font-size: 12px;
}
#jhw_data .container ul li .opening_time {
  position: absolute;
  right: 7%;
  top: 60.8%;
  transform: scale(0.8);
  color: #999;
}
@media(min-width: 768px) {
  #jhw_data .container ul li {
    padding: 0 7px;
  }
}
@media(min-width: 992px) and (max-width: 1199px) {
  #jhw_data .container ul li .total_data {
    top: 43.2%;
  }
  #jhw_data .container ul li .absolute {
    width: 190px;
    font-size: 15px;
  }
  #jhw_data .container ul li .fixed {
    font-size: 13px;
  }
  #jhw_data .container ul li .total_data div {
    font-size: 13px;
    line-height: 1;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 35px;
  }
  #jhw_data .container ul li .opening_time {
    right: 5.8%;
    top: 60.1%;
    transform: scale(0.7);
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  #jhw_data .container {
    width: 100%;
  }
  #jhw_data .container ul li .total_data {
    top: 43%;
  }
  #jhw_data .container ul li .absolute {
    width: 82%;
    font-size: 12px;
  }
  #jhw_data .container ul li .total_data div {
    font-size: 13px;
    line-height: 1;
  }
}
@media(min-width: 971px) and (max-width: 991px) {
  #jhw_data .container ul li .opening_time {
    right: 5%;
    top: 60.45%;
    transform: scale(0.6);
  }
}
@media(min-width: 801px) and (max-width: 970px) {
  #jhw_data .container ul li .opening_time {
    right: 2%;
    top: 59.85%;
    transform: scale(0.5);
  }
}
@media(min-width: 768px) and (max-width: 800px) {
  #jhw_data .container ul li .opening_time {
    right: 2%;
    top: 59.85%;
    transform: scale(0.5);
  }
}
@media(min-width: 980px) and (max-width: 991px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 22%;
  }
}
@media(min-width: 768px) and (max-width: 979px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 19.8%;
  }
}
@media(min-width: 890px) and (max-width: 919px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 18.8%;
  }
}
@media(min-width: 840px) and (max-width: 889px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 17.8%;
  }
}
@media(min-width: 800px) and (max-width: 839px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 16.5%;
  }
}
@media(min-width: 768px) and (max-width: 799px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 14.4%;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  #jhw_data .container ul li .total_data div {
    font-size: 11px;
    line-height: 1;
  }
  #jhw_data .container ul li .fixed {
    font-size: 12px;
  }
}
@media(max-width: 992px) {
  #jhw_data .bodyContTitle {
    margin-bottom: 25px;
  }
}
@media(max-width: 767px) {
  #jhw_data .bodyContTitle .fl {
    font-size: 20px;
  }
  #jhw_data .container ul li .opening_time {
    font-size: 2.3rem;
    transform: scale(1);
    right: 9%;
  }
  #jhw_data .container ul li .fixed {
    left: 16%;
    font-size: 1.5rem;
    width: 68%;
  }
  #jhw_data .container ul .col-xs-12 {
    margin-bottom: 1.5rem;
  }
  #jhw_data .container ul .jhw_data4 {
    margin-bottom: 0;
  }
  #jhw_data .container ul li .absolute {
    line-height: 1.6;
    width: 80%;
  }
  #jhw_data .container ul li .total_data {
    top: 42.6%;
    width: 80%;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 26%;
    font-size: 1.7rem;
  }
  #jhw_data .container ul li .opening_time {
    top: 60.95%;
  }
}
@media(min-width: 660px) and (max-width: 767px) {
  #jhw_data .container ul li .fixed {
    left: 13.8%;
    font-size: 3rem;
    width: 72.4%;
  }
  #jhw_data .container ul li .absolute {
    font-size: 3.5rem;
    top: 64.3%;
  }
  #jhw_data .container ul li .total_data div {
    font-size: 3.5rem;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 16%;
    font-size: 3.5rem;
  }
}
@media(min-width: 620px) and (max-width: 659px) {
  #jhw_data .container ul li .total_data {
    width: 80%;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 16%;
  }
}
@media(max-width: 659px) {
  #jhw_data .container ul li .opening_time {
    font-size: 2.1rem;
  }
  #jhw_data .container ul li .fixed {
    left: 14%;
    font-size: 2.5rem;
    width: 72%;
  }
  #jhw_data .container ul li .absolute {
    font-size: 3rem;
    top: 64.3%;
    width: 80%;
  }
  #jhw_data .container ul li .total_data .bottom,
  #jhw_data .container ul li .total_data div {
    font-size: 3rem;
  }
}
@media(min-width: 550px) and (max-width: 619px) {
  #jhw_data .container ul li .opening_time {
    font-size: 1.9rem;
  }
}
@media(max-width: 520px) {
  #jhw_data .container ul li .absolute {
    top: 64%;
  }
}
@media(min-width: 600px) and (max-width: 619px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 15.3%;
  }
}
@media(min-width: 500px) and (max-width: 549px) {
  #jhw_data .container ul li .opening_time {
    font-size: 1.8rem;
    top: 60.85%;
  }
}
@media(min-width: 520px) and (max-width: 599px) {
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 14.2%;
  }
}
@media(min-width: 460px) and (max-width: 499px) {
  #jhw_data .container ul li .opening_time {
    font-size: 1.5rem;
  }
  #jhw_data .container ul li .fixed {
    left: 14.3%;
    font-size: 2rem;
  }
  #jhw_data .container ul li .absolute {
    top: 64.4%;
    font-size: 2.5rem;
  }
  #jhw_data .container ul li .total_data {
    top: 42.3%;
  }
  #jhw_data .container ul li .total_data .bottom,
  #jhw_data .container ul li .total_data div {
    font-size: 2.6rem;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 14.5%;
  }
}
@media(min-width: 400px) and (max-width: 459px) {
  #jhw_data .container ul li .opening_time {
    font-size: 1.3rem;
  }
  #jhw_data .container ul li .total_data .bottom,
  #jhw_data .container ul li .total_data div,
  #jhw_data .container ul li .absolute {
    font-size: 2.2rem;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 13.8%;
  }
  #jhw_data .container ul li .fixed {
    left: 14.7%;
    font-size: 1.8rem;
  }
}
@media(max-width: 399px) {
  #jhw_data .container ul li .opening_time {
    font-size: 1.2rem;
    right: 11%;
    transform: scale(0.85);
  }
  #jhw_data .container ul li .fixed {
    left: 15%;
    font-size: 1.7rem;
    width: 70%;
  }
  #jhw_data .container ul li .absolute {
    top: 64.2%;
    font-size: 2rem;
  }
  #jhw_data .container ul li .total_data {
    top: 42.4%;
  }
  #jhw_data .container ul li .total_data .bottom {
    margin-bottom: 13.6%;
  }
  #jhw_data .container ul li .total_data .bottom,
  #jhw_data .container ul li .total_data div {
    font-size: 2rem;
  }
}

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

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

*,
::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;
}

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

/* 小程序 */
#lzj_page_applets {}

#lzj_page_applets .app_section {
    padding: 80px 0;
}

#lzj_page_applets .app_section .section_title {
    text-align: center;
}

#lzj_page_applets .app_section .section_title .sup {
    display: block;
    color: #333;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 12px;
}

#lzj_page_applets .app_section .section_title .sub {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 1;
}

#lzj_page_applets .app_section .section_content {}

#lzj_page_applets .app_section .section_content .swiper-pagination {
    bottom: 0;
}

#lzj_page_applets .app_section .section_content .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 0 2.5px;
    border: 1px solid #cbcbcb;
    background: none;
}

#lzj_page_applets .app_section .section_content .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff771b;
    border: 1px solid #ff771b;
}

#lzj_page_applets .section_1 {}

#lzj_page_applets .section_1 .section_content {
    padding-top: 64px;
    max-width: 1370px;
    margin: 0 auto;
}

#lzj_page_applets .section_1 .section_content .normal-container {
    position: relative;
    font-size: 0;
    background: #fff;
}

#lzj_page_applets .section_1 .section_content .normal-slide {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    float: none;
    margin-bottom: 30px;

}

#lzj_page_applets .section_1 .section_content .normal-slide .item_wrapper {
    position: relative;
    padding: 36px 22.5px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_backpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_backpic img {
    display: block;
    width: 100%;
    transform: translateY(0px);
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_content {}

#lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_frontpic {
    width: 85%;
    margin: 0 auto;
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_frontpic img {
    display: block;
    width: 100%;
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_info {
    text-align: center;
    margin-top: 22px;
    position: relative;
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_info .item_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    line-height: 2;
}

#lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_info .item_model {
    color: #666;
    font-size: 12px;
    line-height: 1.75;
}

#lzj_page_applets .section_1 .section_more {
    padding-top: 34px;
    text-align: center;
}

#lzj_page_applets .section_1 .section_more a {
    display: inline-block;
    width: 162px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ff6700;
    border: 1px solid #ff6700;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#lzj_page_applets .section_1 .section_more a:hover {
    color: #fff;
    background: #ff812c;
    border: 1px solid #ff812c;
}

#lzj_page_applets .section_2 {
    background: #fbfbfb;
}

#lzj_page_applets .section_2 .section_content {
    padding-top: 38px;
}

#lzj_page_applets .section_2 .section_content ul {
    margin: 0 calc(-10% + 56px);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

#lzj_page_applets .section_2 .section_content ul li {
    width: 20%;
    padding: 28px calc(10% - 56px);
}

#lzj_page_applets .section_2 .section_content ul li .fonticon {
    display: inline-flex;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    color: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    margin-right: 10px;
}

#lzj_page_applets .section_2 .section_content ul li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    line-height: 1;
}

#lzj_page_applets .section_3 {}

#lzj_page_applets .section_3 .section_content {}

#lzj_page_applets .section_3 .section_content .advan_swiper {
    position: relative;
}

#lzj_page_applets .section_3 .section_content .swiper-container {
    clear: both;
    position: initial;
    max-height: 393px;
    padding-top: 40px;
    padding-bottom: 36px;
    overflow: hidden;
}

#lzj_page_applets .section_3 .section_content .swiper-slide {
    margin-bottom: 36px;
}

#lzj_page_applets .section_3 .section_content .swiper-slide a {
    display: block;
    width: 100%;
    padding: 68px 26px 78px 26px;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#lzj_page_applets .section_3 .section_content .swiper-slide a:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

#lzj_page_applets .section_3 .section_content .swiper-slide span {
    display: inline-block;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #ff6029;
}

#lzj_page_applets .section_3 .section_content .swiper-slide span img {}

#lzj_page_applets .section_3 .section_content .swiper-slide p {
    width: 100%;
    min-height: 76px;
    padding-top: 28px;
    color: #666;
    font-size: 13px;
    line-height: 24px;
}

#lzj_page_applets .section_4 {
    background: #fbfbfb;
}

#lzj_page_applets .section_4 .section_content {
    padding-top: 52px;
}

#lzj_page_applets .section_4 .section_content ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#lzj_page_applets .section_4 .section_content ul li {
    margin-bottom: 15px;
}

#lzj_page_applets .section_4 .section_content ul li a {
    display: block;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#lzj_page_applets .section_4 .section_content ul li a:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

#lzj_page_applets .section_4 .section_content ul li a img {
    display: block;
    width: 100%;
}

#lzj_page_applets .section_4 .section_content ul li .demo_pic {
    display: inline-block;
    max-width: 133px;
}

#lzj_page_applets .section_4 .section_content ul li .demo_pic img {
    display: block;
    width: 100%;
}

#lzj_page_applets .section_4 .section_content ul li .demo_info {
    padding-top: 12px;
}

#lzj_page_applets .section_4 .section_content ul li .demo_info p {
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 12px 0;
}

#lzj_page_applets .section_4 .section_content ul li .demo_info span {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 1.75;
}

#lzj_page_applets .section_5 {}

#lzj_page_applets .section_5 .section_content {
    padding-top: 45px;
}

#lzj_page_applets .section_5 .section_content ul {
    font-size: 0;
}

#lzj_page_applets .section_5 .section_content ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

#lzj_page_applets .section_5 .section_content ul li .news_pic {
    overflow: hidden;
}

#lzj_page_applets .section_5 .section_content ul li .news_pic img {
    display: block;
    width: 100%;
}

#lzj_page_applets .section_5 .section_content ul li .news_box {
    padding-top: 23px;
}

#lzj_page_applets .section_5 .section_content ul li .news_box h1 {
    color: #000;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#lzj_page_applets .section_5 .section_content ul li .news_box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
    color: #666;
    font-size: 12px;
    line-height: 2.166;
}

#lzj_page_applets .section_5 .section_content ul li .news_box span {
    display: inline-block;
    padding-top: 16px;
    color: #999;
    font-size: 12px;
    line-height: 1;
}

#lzj_page_applets .section_5 .section_more {
    margin-top: 66px;
    text-align: center;
}

#lzj_page_applets .section_5 .section_more a {
    display: inline-block;
    width: 146px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fbfbfb;
    color: #666;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#lzj_page_applets .section_5 .section_more a:hover {
    color: #fff;
    background: #ff812c;
    box-shadow: 0 0 12px 0 rgba(255, 103, 0, 0.75);
}

@media (min-width: 769px) {
    #lzj_page_applets .section_1 .section_content .normal-slide .item_wrapper:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid transparent;
    }

    #lzj_page_applets .section_1 .section_content .normal-slide .item_wrapper:hover .item_backpic {
        opacity: 1;
    }

    #lzj_page_applets .section_1 .section_content .normal-slide .item_wrapper:hover .item_backpic img {
        -webkit-transition: all 5.5s linear 0.2s;
        transition: all 5.5s linear 0.2s;
    }

    #lzj_page_applets .section_1 .section_more a:hover {
        color: #fff;
        background: #ff812c;
        border: 1px solid #ff812c;
    }

    #applet_mask {
        display: none;
    }
}

@media(max-width:767px) {
    #lzj_page_applets .app_section .section_title .sup {
        font-size: 20px;
        padding-bottom: 8px;
    }

    #lzj_page_applets .app_section {
        padding: 40px 0;
    }

    #lzj_page_applets .section_1 .section_content {
        padding-top: 10px;
    }

    #lzj_page_applets .section_1 .section_content .swiper-container {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    #lzj_page_applets .section_1 .section_content .swiper-container,
    #lzj_page_applets .section_1 .section_content .swiper-slide {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    #lzj_page_applets .section_1 .section_content .normal-slide {
        margin-bottom: 15px;
    }

    #lzj_page_applets .section_1 .section_content .normal-slide .item_wrapper {
        padding: 15px;
    }

    #lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_info {
        margin-top: 15px;
    }

    #lzj_page_applets .section_1 .section_content .normal-slide .item_content .item_info .item_name {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #lzj_page_applets .section_1 .section_more a {
        font-size: 12px;
    }

    /*点击放大二维码*/
    #applet_mask {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 999;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #applet_mask.active {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        z-index: 999;
    }

    #applet_mask .mask_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    #applet_mask .mask_info {
        position: relative;
        display: block;
        width: 50%;
        z-index: 3;
    }

    #applet_mask .mask_close {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        background: #ff6700;
    }

    #applet_mask .mask_close .iconfont {
        font-size: 12px;
        color: #fff;
    }

    #applet_mask .mask_close .iconfont:before {
        content: "\e74c";
    }

    #applet_mask .mask_pic,
    #applet_mask .mask_pic img {
        display: block;
        width: 100%;
    }

    #lzj_page_applets .section_2 .section_content {
        padding-top: 20px;
    }

    #lzj_page_applets .section_2 .section_content ul {
        margin: 0 1%;
    }

    #lzj_page_applets .section_2 .section_content ul li {
        padding: 14px 2%;
        width: 50%;
    }

    #lzj_page_applets .section_3 .section_content .swiper-container,
    #lzj_page_applets .section_3 .section_content .swiper-slide {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 0;
    }

    #lzj_page_applets .section_3 .section_content .swiper-slide a {
        padding: 36px 15px;
    }

    #lzj_page_applets .section_4 .section_content {
        padding-top: 20px;
    }

    #lzj_page_applets .section_4 .section_content .row {
        margin: 0 -1px;
    }

    #lzj_page_applets .section_4 .section_content ul li {
        padding: 0 1px;
    }

    #lzj_page_applets .section_5 .section_content {
        padding-top: 20px;
    }

    #lzj_page_applets .section_5 .section_content ul li {
        margin-bottom: 15px;
    }

    #lzj_page_applets .section_5 .section_content ul li .news_box {
        padding: 0;
    }

    #lzj_page_applets .section_5 .section_content ul li .news_box h1 {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: calc(100% - 67px);
        margin: 0;
        line-height: 28px;
    }

    #lzj_page_applets .section_5 .section_content ul li .news_box span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 67px;
        line-height: 28px;
        padding: 0;
    }

    #lzj_page_applets .section_5 .section_more {
        margin-top: 15px;
    }
}

/*统一*/
@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');
}

.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;
}

#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;
}

/* 手机 */
@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;
    }
}

/* 在线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: 121px;
    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";
}