#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;
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

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

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

#laymod_124981 .bodyCont_width {
    position: relative;
}

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

/*模版主体部分*/
#laymod_124981 .nybanner_2 {}

#laymod_124981 .nybanner_2 a {
    width: 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_124981 .nybanner_2 a img {
    max-width: 100%;
}

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

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

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

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

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

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

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

#laymod_124986 .bodyContContent .advan_info .advan_img img {
    width: 100%;
    display: block;
}

#laymod_124986 .bodyContContent .advan_info .seo_title {
    font-size: 18px;
    line-height: 1.6667;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    transition: all 2s cubic-bezier(0.12, -0.1, 0, 0.96);
}

#laymod_124986 .bodyContContent .advan_info .seo_sub {
    font-size: 14px;
    line-height: 1.78;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #696969;
    transition: all 2s cubic-bezier(0.12, -0.1, 0, 0.96);
}

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

    #laymod_124986 .bodyContContent .advan_info .seo_title {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 10px;
    }

    #laymod_124986 .bodyContContent .advan_info .seo_sub {
        font-size: 12px;
        line-height: 1.5;
        height: auto;
    }

    #laymod_124986 .bodyContContent .advan_info .left_up,
    #laymod_124986 .bodyContContent .advan_info .right_up {
        margin-bottom: 20px;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_img {
        margin:0;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    #laymod_124986 .bodyContTitle .fl {
        font-size: 20px;
    }

    #laymod_124986 .bodyContContent .advan_info .seo_title {
        font-size: 14px;
    }

    #laymod_124986 .bodyContContent .advan_info .seo_sub {
        font-size: 12px;
        line-height: 1.5;
        height: 55px;
    }
}

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

    #laymod_124986 .bodyContContent .advan_info .left_up_line {
        position: absolute;
        left: 30%;
        top: 6px;
        transform: rotateZ(111.22128059781437deg);
        -webkit-transform: rotateZ(111.22128059781437deg);
        border-left: 2px dashed rgba(253, 98, 72, 1);
        height: 25%;
    }

    #laymod_124986 .bodyContContent .advan_info .left_down_line {
        position: absolute;
        left: 30%;
        bottom: 16%;
        transform: rotateZ(64.3207203661969deg);
        -webkit-transform: rotateZ(64.3207203661969deg);
        border-left: 2px dashed rgba(253, 98, 72, 1);
        height: 25%;
    }

    #laymod_124986 .bodyContContent .advan_info .right_up_line {
        position: absolute;
        right: 30%;
        top: 6px;
        transform: rotateZ(64.3207203661969deg);
        -webkit-transform: rotateZ(64.3207203661969deg);
        border-left: 2px dashed rgba(253, 98, 72, 1);
        height: 25%;
    }

    #laymod_124986 .bodyContContent .advan_info .right_down_line {
        position: absolute;
        right: 30%;
        bottom: 16%;
        transform: rotateZ(111.22128059781437deg);
        -webkit-transform: rotateZ(111.22128059781437deg);
        border-left: 2px dashed rgba(253, 98, 72, 1);
        height: 25%;
    }

    #laymod_124986 .bodyContContent .advan_info {
        overflow: hidden;
        position: relative;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_left {
        float: left;
        width: 24%;
        text-align: right;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_left .left_down {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 24%;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_left .seo_title,
    #laymod_124986 .bodyContContent .advan_info .advan_left .seo_sub {
        transform: translateX(-50px);
        opacity: 0;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_right .seo_title,
    #laymod_124986 .bodyContContent .advan_info .advan_right .seo_sub {
        transform: translateX(50px);
        opacity: 0;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_left .seo_title.active,
    #laymod_124986 .bodyContContent .advan_info .advan_right .seo_title.active,
    #laymod_124986 .bodyContContent .advan_info .advan_left .seo_sub.active,
    #laymod_124986 .bodyContContent .advan_info .advan_right .seo_sub.active {
        transform: translateX(0px);
        opacity: 1;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_img {
        transition: all 2s cubic-bezier(0.12, -0.1, 0, 0.96);
        transform: translateY(50px);
        opacity: 0;
        width: 30.8%;
        float: left;
        margin: 0 10.6%;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_img.active {
        transform: translateY(0px);
        opacity: 1;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_right {
        float: right;
        width: 24%;
        text-align: left;
    }

    #laymod_124986 .bodyContContent .advan_info .advan_right .right_down {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 24%;
    }
}

/*模版整体控制*/
#laymod_124983 {
    position: relative;
    overflow: hidden;
    z-index: 500;
    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_124983 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

#laymod_124983 .bodyCont_width .bodyContTitle {
    margin-bottom: 34px;
    padding: 16px 0;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}

#laymod_124983 .bodyCont_width .bodyContTitle:after {
    content: "";
    display: block;
    clear: both;
}

#laymod_124983 .bodyCont_width .bodyContTitle .fl {
    color: #000;
    font-size: 24px;
    float: left;
}

/* 面包屑 */
#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav {
    float: right;
}

#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav ul {
    font-size: 0;
    padding-top: 8px;
}

#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav ul li a,
#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav ul li span {
    color: #979797;
    font-size: 12px;
}

#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav ul li .bread_border {
    font-family: 'SimSun';
}

#laymod_124983 .bodyCont_width .bodyContTitle .bread_nav ul li:last-child span {
    display: none;
}

#laymod_124983 .bodyCont_width .pf_list {
    margin-bottom: 30px;
}

#laymod_124983 .bodyCont_width .pf_list .pf_con {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
    font-size: 0;
    position: relative;
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 50px;
    height: 50px;
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_img .pcfont {
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content:center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: rgba(252, 104, 33, 1);
}

#laymod_124983 .bodyCont_width .pf_list .pf_con:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 111;
    background: rgba(255, 255, 255, 1);
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 82px);
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .p {
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .span {
    color: #666;
    font-size: 12px;
    line-height: 2;
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .p p,
#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .span p {
    display: none;
}

#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .p p:nth-child(1),
#laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .span p:nth-child(1) {
    display: block;
}

@media(min-width: 768px) {
    #laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media(max-width: 767px) {
    #laymod_124983 .bodyCont_width {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #laymod_124983 .bodyCont_width .bodyContTitle {
        padding: 12px 0;
        margin-bottom: 20px;
    }
    #laymod_124983 .bodyCont_width .bodyContTitle .fl p:nth-child(1) span {
        font-size: 20px;
    }
    #laymod_124983 .bodyCont_width .bodyContTitle .fl p:nth-child(2) span {
        font-size: 12px;
    }

    #laymod_124983 .bodyCont_width .row {
        margin: 0 auto;
    }

    #laymod_124983 .bodyCont_width .bodyContTitle .fl {
        font-size: 20px;
    }

    #laymod_124983 .bodyCont_width .pf_list {
        margin-bottom: 15px;
        padding: 0;
    }

    #laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #laymod_124983 .bodyCont_width .pf_list .pf_con .pf_txt .span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

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

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

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

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

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

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

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

#laymod_124987 .bodyContContent .advan_li1 .advan_con {
    padding: 40px 110px 60px 70px;
}

#laymod_124987 .bodyContContent .advan_li2 .advan_con {
    padding: 40px 70px 60px 110px;
}

#laymod_124987 .bodyContContent .advan_logo {
    max-width: 255px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    color: #999;
}

#laymod_124987 .bodyContContent .advan_logo img {
    max-width: 100%;
    max-height: 100%;
}

#laymod_124987 .bodyContContent .advan_list .advan_li1 {
    border: 1px solid rgba(252, 104, 33, 1);
    border-radius: 25px;
}

#laymod_124987 .bodyContContent .advan_list .advan_li2 {
    border: 1px solid #d2d2d2;
    border-radius: 25px;
}

#laymod_124987 .bodyContContent .advan_left_li,
#laymod_124987 .bodyContContent .advan_right_li {
    font-size: 0;
    margin-bottom: 35px;
}

#laymod_124987 .bodyContContent .advan_left_li .advan_font {
    display: inline-block;
    vertical-align: middle;
    width: 9%;
}

#laymod_124987 .bodyContContent .advan_img {
    width: 33px;
    height: 33px;
}

#laymod_124987 .bodyContContent .advan_img img {
    width: 100%;
}

#laymod_124987 .bodyContContent .advan_left_li .advan_iconbg {
    background: rgba(252, 104, 33, 1);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 34px;
}

#laymod_124987 .bodyContContent .advan_txt {
    color: #333;
}

#laymod_124987 .bodyContContent .advan_left_li .advan_txt {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    font-size: 13px;
    line-height: 16px;
    padding-left: 5%;
}

#laymod_124987 .bodyContContent .advan_left_li .advan_font i {
    color: #fff;
    font-size: 15px;
}

#laymod_124987 .bodyContContent .advan_right_li .advan_font {
    display: inline-block;
    vertical-align: middle;
    width: 9%;
}

#laymod_124987 .bodyContContent .advan_right_li .advan_iconbg {
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 34px;
    background: #e7e7e7;
}

#laymod_124987 .bodyContContent .advan_right_li .advan_txt {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    font-size: 13px;
    line-height: 16px;
    padding-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#laymod_124987 .bodyContContent .advan_right_li .advan_font i {
    color: #333;
    font-size: 15px;
}

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

    #laymod_124987 .bodyContContent .advan_list {
        position: relative;
    }

    #laymod_124987 .bodyContContent .advan_list:after {
        content: "";
        display: block;
        clear: both;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_li {
        width: 47.86%;
        border-radius: 8px;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_li1 {
        float: left;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_li2 {
        float: right;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_kz {
        position: absolute;
        left: 44%;
        top: 22%;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_kz .advan_us {
        width: 140px;
        height: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        margin-top: 24px;
        padding: 0 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 20px;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_kz .advan_us1 {
        background: #4a86e8;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_kz .advan_us2 {
        background: #ff9442;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_kz .advan_us3 {
        background: #e74c48;
    }

    #laymod_124987 .bodyContContent .advan_list .advan_kz .advan_us4 {
        background: #47b0e7;
    }
}

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

    #laymod_124987 .bodyContContent .advan_li1 .advan_con,
    #laymod_124987 .bodyContContent .advan_li2 .advan_con {
        padding: 4vw 6vw;
    }

    #laymod_124987 .bodyContContent .advan_logo {
        height: 38px;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #laymod_124987 .bodyContContent .advan_left_li,
    #laymod_124987 .bodyContContent .advan_right_li {
        margin-bottom: 20px;
    }

    #laymod_124987 .bodyContContent .advan_left_li .advan_txt,
    #laymod_124987 .bodyContContent .advan_right_li .advan_txt {
        width: 69vw;
        font-size: 12px;
    }

    #laymod_124987 .bodyContContent .advan_li1 {
        margin-bottom: 25px;
    }
}

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

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

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

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

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

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

#laymod_124984 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top:60px;
    margin-bottom:40px;
}
#laymod_124984 .bodyContTitle {
    margin-bottom: 40px;
}

#laymod_124984 .bodyContTitle .fl {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    color: #111;
}

#laymod_124984 .bodyContTitle .fl2 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "subtitle_webfont";
    color: #999;
}

#laymod_124984 .swiper-imgtxt17 {
    overflow: hidden;
    padding: 0;
}

#laymod_124984 .swiper-slide {
    margin-bottom: 36px;
}

#laymod_124984 .swiper-slide a {
    display: block;
    width: 100%;
    padding: 68px 26px 35px 26px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#laymod_124984 .swiper-slide div.mk_pic {
    display: inline-block;
    width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    position: relative;
}

#laymod_124984 .swiper-slide div.mk_pic .pcfont {
    display: block;
    font-size: 67px;
    color: #333;
}

#laymod_124984 .cate_name {
    transition: all .36s ease;
    color: #333;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 18px;
    margin-top: 25px;
}

#laymod_124984 .swiper-slide .p {
    color: #868585;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 20px;
    margin-top: 26px;
    margin-bottom: 20px;
    transition: all .36s ease;
    font-size: 13px;
    line-height: 26px;
}

#laymod_124984 .xian {
    position: relative;
    height: 31px;
    width: 78px;
    transition: all .36s ease;
    display: block;
    margin: 14px auto;
}

#laymod_124984 .xian:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #333;
    transition: .36s ease;
    width: 37px;
    height: 1px;
    margin-left: -19px;
    z-index: 9;
}

#laymod_124984 .swiper-pagination {
    width: 100%;
}

#laymod_124984 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    margin: 0 2.5px;
    border-color: #a5a5a5;
    background-color: #a5a5a5;
}

#laymod_124984 .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #ddd;
    background-color: #ddd;
}

@media (min-width: 992px) {
    #laymod_124984 .swiper-slide {
        transition: all .36s ease;
        width: calc(100% / 4 - 4%);
        height: auto;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-right: 5%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 0 rgba(0, 0, 0, .15);
    }

    #laymod_124984 .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 0 14px 50px 0 rgba(106, 105, 105, .16);
    }

    #laymod_124984 .swiper-slide:last-child {
        margin-right: 0px;
    }

    #laymod_124984 .containers {
        max-width: 1560px;
        margin: 0 auto;
        width: 90%;
    }

    #laymod_124984 .swiper-wrapper {
        padding-bottom: 20px;
        display: block;
        text-align: center;
        overflow: hidden;
    }

    #laymod_124984 .swiper-pagination {
        display: none;
    }
}

@media (max-width: 992px) {
    #laymod_124984 .swiper-slide {
        padding: 0%;
        margin-bottom: 0px;
    }

    #laymod_124984 .swiper-slide a {
        display: block;
        width: 100%;
        padding: 25px 20px 0px 20px;
        border-radius: 3px;
        text-align: center;
        overflow: hidden;
        transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }
}
@media (max-width: 767px) {
    #laymod_124984 .bodyCont_width {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #laymod_124984 .bodyContTitle {
        margin-bottom: 30px;
    }
    #laymod_124984 .bodyContTitle .fl span {
        font-size: 20px;
    }
    #laymod_124984 .bodyContTitle .fl2 span {
        font-size: 12px;
    }
    #laymod_124984 .swiper-slide div.mk_pic .pcfont {
        font-size: 58px;
    }
    #laymod_124984 .swiper-slide a {
        padding: 0 15px;
    }
    #laymod_124984 .cate_name {
        margin-top: 15px;
    }
    #laymod_124984 .swiper-slide .p {
        margin: 0;
        padding: 15px;
    }
}

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

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

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

/*标题控制*/
#laymod_124988 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    margin-bottom:50px;
}

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

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

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

#laymod_124988 .bodyContContent .service_list .service_li1 {
    background: #000;
}

#laymod_124988 .bodyContContent .service_list .service_li2 {
    background: #4a86e8;
}

#laymod_124988 .bodyContContent .service_list .service_li3 {
    background: #e74c48;
}

#laymod_124988 .bodyContContent .service_list .service_info .service_title {
    color: #fff;
    line-height: 1;
    font-size: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#laymod_124988 .bodyContContent .service_list .service_info .service_sub {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

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

    #laymod_124988 .bodyContContent .service_list .service_li {
        width: 33.33%;
        padding: 50px 15px;
    }

    #laymod_124988 .bodyContContent .service_list {
        display: flex;
    }
}

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

    #laymod_124988 .bodyContContent .service_list .service_li {
        padding: 8% 4%;
    }

    #laymod_124988 .bodyContContent .service_list .service_info .service_title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #laymod_124988 .bodyContContent .service_list .service_info .service_title span {
        font-size: 16px;
    }

    #laymod_124988 .bodyContContent .service_list .service_info .service_sub {
        font-size: 12px;
        line-height: 18px;
        height: auto;
    }
}

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

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

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

/*标题控制*/
#laymod_124989 .bodyContTitle {
    margin: 0;
    position: relative;
    z-index: 3;
    margin-bottom:50px;
}

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

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

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

#laymod_124989 .bodyContContent .ch_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

#laymod_124989 .bodyContContent .ch_list .ch_li img {
    width: 100%;
    display: block;
}

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

    #laymod_124989 .bodyContContent .ch_list .ch_li {
        width: 48%;
    }

    #laymod_124989 .bodyContContent .ch_list .ch_li1,
    #laymod_124989 .bodyContContent .ch_list .ch_li2 {
        margin-bottom: 45px;
    }
}

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

    #laymod_124989 .bodyContContent .ch_list .ch_li {
        margin-bottom: 15px;
    }
}

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

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

#laymod_124990 .bodyCont_width {
    position: relative;
    z-index: 4;
    margin-top:55px;
    margin-bottom:55px;
}

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

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

#laymod_124990 .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_124990 .bodyCont_width .ad_li a:hover {
        background: #fff;
        color: rgba(252, 104, 33, 1);
    }
}

@media(max-width: 767px) {
    #laymod_124990 .bodyCont_width {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #laymod_124990 .bodyCont_width .ad_info .fl {
        font-size: 16px;
        line-height: 1;
    }

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

    #laymod_124990 .bodyCont_width .ad_li a {
        font-size: 12px;
        width: 50%;
        height: 30px;
        line-height: 28px;
        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";
}