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

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

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

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

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

img {
    border: 0 none;
}

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

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

i,
em {
    font-style: normal;
}

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

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

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

#jh_header .header_logo {
    float: left;
}

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

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

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

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

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

#jh_header .header_content .header_nav .main_nav {}

#jh_header .header_content .header_nav .main_nav ul {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#jh_header .header_content .mobile_header_nav .main_nav ul {}

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

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

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

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

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

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

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

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

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

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

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

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

/*@font-face {
  font-family: 'iconfont';   Project id 249974 
  src: url('//at.alicdn.com/t/font_249974_lma7yr472h.woff2?t=1642553851351') format('woff2'),
       url('//at.alicdn.com/t/font_249974_lma7yr472h.woff?t=1642553851351') format('woff'),
       url('//at.alicdn.com/t/font_249974_lma7yr472h.ttf?t=1642553851351') format('truetype');
}

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

@font-face {
  font-family: 'ppcfont';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_84o5bwe842l.woff2?t=1642562175862') format('woff2'),
       url('//at.alicdn.com/t/font_249974_84o5bwe842l.woff?t=1642562175862') format('woff'),
       url('//at.alicdn.com/t/font_249974_84o5bwe842l.ttf?t=1642562175862') format('truetype');
}

.ppcfont {
  font-family:"ppcfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-qiyeweixin:before { content: "\ea67"; }

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

.ppcfont {
    display: block;
    width: 50px;
    height: 50px;
    color: #3a405b;
    font-size: 38px;
}

/* 首页banner */
#index_banner {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    background: #f4f4f4;
}

#index_banner .banner_gradient_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 77%;
    z-index: 0;
    background: linear-gradient(309deg, #ff2d1f, #ffd230, #ff2d1f);
    background-size: 1200% 1200%;
    -webkit-animation: gradient 27s infinite linear;
    -o-animation: gradient 27s infinite linear;
    -moz-animation: gradient 27s infinite linear;
    animation: gradient 27s infinite linear;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        Autoprefixer background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@-o-keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

#item_list_change {
    opacity: 0;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#index_banner .item_list {
    opacity: 1;
}

#index_banner .item_list .list_wrapper {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
}

#index_banner .item_list .item_title {
    width: 100%;
    text-align: left;
    padding: 0 23px;
    color: #3a405b;
    font-size: 14px;
    line-height: 3.42857;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eceff6;
}

#index_banner .item_list .normal-container {
    font-size: 0;
}

#index_banner .item_list .normal-slide {
    font-size: 0;
    padding: 42px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eceff6;
    position: relative;
    cursor: pointer;
}

#index_banner .item_list .normal-slide:last-child {
    border-bottom: 0 none;
}

#index_banner .item_list .normal-slide a,
#index_banner .mobile_item_list .normal-slide a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#index_banner .item_list .normal-slide .item_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px 0 20px;
}

#index_banner .item_list .normal-slide .item_icon .pcfont {
    display: block;
    width: 50px;
    height: 50px;
    color: #3a405b;
    font-size: 48px;
}

#index_banner .item_list .normal-slide .item_info {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: calc(100% - 93px);
}

#index_banner .item_list .normal-slide .item_info .info_name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3a405b;
    font-size: 16px;
    line-height: 1.25;
    /* margin-bottom: 10px; */
}

#index_banner .item_list .normal-slide .item_info .info_desc {
    width: 100%;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    color: #777c92;
    font-size: 12px;
    line-height: 1.666;
}

#index_banner .item_list .item_title p,
#index_banner .mobile_item_list .item_title p,
#index_banner .item_list .normal-slide .item_info .info_name p,
/* #index_banner .item_list .normal-slide .item_info .info_desc p, */
#index_banner .mobile_item_list .normal-slide .item_info .info_name p,
#index_banner .banner_block .banner_number_info ul li .info_num p,
#index_banner .banner_block .banner_number_info ul li .info_unit p,
#index_banner .banner_block .banner_number_info ul li .info_title p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#index_banner .item_list .sub_items {
    width: 100%;
    position: absolute;
    top: 16px;
    left: calc(100% - 15px);
    padding: 0 10px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

#index_banner .item_list .sub_items.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

#index_banner .item_list .sub_items ul {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

#index_banner .item_list .sub_items ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #fff;
}

#index_banner .item_list .sub_items ul li {
    padding: 20px;
    border-bottom: 1px solid #eceff6;
}

#index_banner .item_list .sub_items ul li:first-child {
    border-top: 1px solid #eceff6;
}

#index_banner .item_list .sub_items ul li a {
    display: block;
    color: #777c92;
    font-size: 16px;
    line-height: 1.666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#index_banner .mobile_item_list {
    opacity: 1;
}

#index_banner .mobile_item_list .list_wrapper {
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
    font-size: 0;
    background: #fff;
    position: relative;
}

#index_banner .mobile_item_list .item_title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: left;
    text-indent: 0;
    padding-right: 15px;
    color: #3a405b;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 0 none;
    overflow: hidden;
}

#index_banner .mobile_item_list .normal-container {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: calc(100% - 71px);
    font-size: 0;
}

#index_banner .mobile_item_list .normal-slide {
    display: inline-block;
    *display: inline-block;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0;
    border-bottom: 0 none;
    margin-right: 15px;
    width: auto !important;
}

#index_banner .mobile_item_list .normal-slide .item_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px 0 0;
}

#index_banner .mobile_item_list .normal-slide .item_icon .pcfont {
    display: block;
    width: 50px;
    height: 50px;
    color: #3a405b;
    font-size: 48px;
}

#index_banner .mobile_item_list .normal-slide .item_info {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 100%;
}

#index_banner .mobile_item_list .normal-slide .item_info .info_name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3a405b;
    font-size: 14px;
    line-height: 3.42857;
    margin-bottom: 0;
    padding: 0 5px;
}

#index_banner .mobile_item_list .normal-slide .item_info .info_desc {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777c92;
    font-size: 12px;
    line-height: 1.666;
}

#index_banner .mobile_item_list .sub_items {
    position: absolute;
    top: 47px;
    left: 20px;
    padding: 0 10px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#index_banner .mobile_item_list .sub_items.active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

#index_banner .mobile_item_list .sub_items ul {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

#index_banner .mobile_item_list .sub_items ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    /*left:105px;*/
    border: 8px solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#index_banner .mobile_item_list .sub_items ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 10px;
}

#index_banner .mobile_item_list .sub_items ul li a {
    color: #777c92;
    font-size: 14px;
    line-height: 1.666;
}

#banner_block_change {
    opacity: 0;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#index_banner .banner_block {
    opacity: 1;
}

#index_banner .banner_block .block_wrapper {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
}

#index_banner .banner_block .main_banner {}

#index_banner .banner_block .main_banner .swiper-slide {}

#index_banner .banner_block .main_banner .swiper-slide a {
    display: block;
    min-height: 473px;
    max-height: 473px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#index_banner .banner_block .main_banner .swiper-slide a img {
    display: none;
}

#index_banner .banner_block .main_banner .slide_1 a {
    background-image: url(https://cdn.jihui88.com/upload//a//a4//applet//picture//2022//04//01/484538a5-6934-4ea9-80e2-c97a64f700b2.jpg);
}

#index_banner .banner_block .main_banner .slide_2 a {
    background-image: url(https://cdn.jihui88.com/upload//a//a4//applet//picture//2022//04//01/568a4224-ec58-499d-9245-7624a259d34c.jpg);
}

#index_banner .banner_block .main_banner .slide_3 a {
    background-image: url(https://cdn.jihui88.com/upload//a//a4//applet//picture//2022//04//01/727d3d8f-8d16-4683-98ca-2f1a6c3795ab.jpg);
}

#index_banner .banner_block .main_banner .slide_4 a {
    background-image: url(https://cdn.jihui88.com/upload//a//a4//applet//picture//2022//04//01/2524b8bb-d051-4232-a987-b26f0879e0b6.jpg);
}

#index_banner .banner_block .main_banner .slide_5 a {
    background-image: url(https://cdn.jihui88.com/upload//a//a4//applet//picture//2022//04//01/87eb9483-f226-4918-abd2-7db6e9bed8e5.jpg);
}

#index_banner .banner_block .main_banner .swiper-button {
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#index_banner .banner_block .main_banner .swiper-button.swiper-button-disabled {
    opacity: 0;
}

#index_banner .banner_block .main_banner .swiper-button .iconfont {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 36px;
    opacity: 0.25;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fc6821;
}

#index_banner .banner_block .main_banner .swiper-button-prev .iconfont:before {
    content: "\e626";
}

#index_banner .banner_block .main_banner .swiper-button-next .iconfont:before {
    content: "\e627";
}

#index_banner .banner_block .main_banner .swiper-button:hover .iconfont {
    opacity: 1;
}

#index_banner .banner_block .main_banner .swiper-pagination {
    display: none;
}

#index_banner .banner_block .main_banner .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(252, 104, 33, 0.2);
}

#index_banner .banner_block .main_banner .swiper-pagination-bullet-active {
    background: rgba(252, 104, 33, 1);
}

#index_banner .banner_block .banner_number_info {}

#index_banner .banner_block .banner_number_info ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0;
    padding: 37.5px 0;
}

#index_banner .banner_block .banner_number_info ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    max-width: 33.33333%;
    line-height: 45px;
    overflow: hidden;
}

#index_banner .banner_block .banner_number_info ul li .info_num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    color: #333;
    font-size: 34px;
}

#index_banner .banner_block .banner_number_info ul li .info_unit {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    color: #3a405b;
    font-size: 14px;
    margin-left: 5px;
}

#index_banner .banner_block .banner_number_info ul li .info_title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    color: #989baf;
    font-size: 16px;
    margin-left: 15px;
}

/* 手机 */
@media (min-width:768px) {
    #index_banner .item_list ul li a:hover {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
}

@media (max-width:991px) {
    #index_banner .banner_block .main_banner .swiper-slide a {
        min-height: 428px;
        border-radius: 0;
    }
}

@media (max-width:767px) {
    #index_banner .banner_block .block_wrapper {
        border-radius: 0 0 5px 5px;
    }

    #index_banner .banner_block .main_banner .swiper-slide a {
        min-height: auto;
    }

    #index_banner .banner_block .main_banner .swiper-slide a img,
    #index_banner .banner_block .main_banner .swiper-pagination {
        display: block;
        width: 100%;
    }

    #index_banner .banner_block .main_banner .swiper-button {
        display: none !important;
    }

    #index_banner .banner_block .banner_number_info ul {
        padding: 20px 5px;
    }

    #index_banner .banner_block .banner_number_info ul li {
        line-height: 20px;
    }

    #index_banner .banner_block .banner_number_info ul li .info_num {
        font-size: 16px;
    }

    #index_banner .banner_block .banner_number_info ul li .info_unit {
        font-size: 12px;
    }

    #index_banner .banner_block .banner_number_info ul li .info_title {
        display: block;
        font-size: 14px;
        margin-left: 0;
    }
}

@font-face {
    font-family: 'iconfont';
    /* 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#iconfont') format('svg');
}

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

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

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

#laymod_124789 .bodyCont_width {
    margin: 72px auto;
    position: relative;
    z-index: 4;
}

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

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

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

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

/* 中心优势 */
#laymod_124789 .section_block {}

#laymod_124789 .section_block .block_wrapper {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    ;
}

#laymod_124789 .section_block .block_pic {}

#laymod_124789 .section_block .block_pic img {
    display: block;
    width: 100%;
}

#laymod_124789 .section_block .info_wrapper {
    padding: 43px 37px 27px 37px;
}

#laymod_124789 .section_block .block_info {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #eceff6;
    ;
}

#laymod_124789 .section_block .block_info .info_title {
    padding-bottom: 30px;
    font-weight: bold;
    color: #333;
}

#laymod_124789 .section_block .block_info .info_title p {
    font-size: 20px;
    line-height: 1;
}

#laymod_124789 .section_block .block_info .info_desc {
    color: #999;
    ;
}

#laymod_124789 .section_block .block_info .info_desc p {
    font-size: 14px;
    line-height: 2;
    /* display:-webkit-box;    -webkit-line-clamp:4;    -webkit-box-orient:vertical;    overflow:hidden;    text-overflow:ellipsis; */
}

#laymod_124789 .section_block .block_active {
    font-size: 0;
    padding: 25px 0 0 0;
}

#laymod_124789 .section_block .block_active i,
#laymod_124789 .section_block .block_active img {
    display: inline-flex;
    display: -webkit-inline-flex;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 37px;
    margin-right: 10px;
    color: #777;
    ;
}

#laymod_124789 .section_block .block_active i.show,
#laymod_124789 .section_block .block_active img.show {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
}

#laymod_124789 .section_block .block_active .active_desc {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    line-height: 37px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 142px);
}

#laymod_124789 .section_block .block_active .active_desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#laymod_124789 .section_block .block_active span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    float: right;
    width: 112px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 37px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    ;
    background: rgba(252, 104, 33, 1);
    color: #fff;
    ;
}

/*ipad竖屏：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait){  
    #laymod_124789 .section_block .block_info .info_desc p br {
        display: none;
    }
}
/*ipad横屏：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape){  
    #laymod_124789 .section_block .block_info .info_desc p br {
        display: none;
    }
}
/*ipad pro竖屏：*/
@media only screen  and (min-device-width : 1024px)  and (max-device-width : 1366px)  and (orientation : portrait){  
    #laymod_124789 .section_block .block_info .info_desc p br {
        display: none;
    }
}
/*ipad pro横屏：*/
@media only screen  and (min-device-width : 1024px)  and (max-device-width : 1366px)  and (orientation : landscape){  

}

/* 手机 */
@media (min-width:768px) {
    #laymod_124789 .section_block .block_wrapper:hover {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    }

    #laymod_124789 .section_block .block_active span:hover {
        ;
        background: rgba(252, 104, 33, 1);
    }
}

@media (max-width:991px) {
    #laymod_124789 .section_block .block_active {
        overflow: hidden;
    }

    #laymod_124789 .section_block .block_active span {
        float: left;
    }

    #laymod_124789 .section_block .block_active i,
    #laymod_124789 .section_block .block_active img,
    #laymod_124789 .section_block .block_active i.show,
    #laymod_124789 .section_block .block_active img.show {
        display: none !important;
    }
}

@media (max-width:767px) {
    #laymod_124789 .bodyCont_width {
        margin: 40px 0 20px 0;
    }

    #laymod_124789 .bodyContTitle {
        margin-bottom: 30px;
    }

    #laymod_124789 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_124789 .bodyContTitle .fl2,
    #laymod_124789 .bodyContTitle .fl2 span {
        font-size: 12px;
    }

    #laymod_124789 .section_block {
        margin-bottom: 30px;
    }

    #laymod_124789 .section_block .info_wrapper {
        padding: 27px 20px 27px 20px;
    }

    #laymod_124789 .section_block .block_info {
        padding-bottom: 20px;
    }

    #laymod_124789 .section_block .block_info .info_title {
        text-align: left;
        padding-bottom: 15px;
    }

    #laymod_124789 .section_block .block_info .info_title p {
        font-size: 16px;
    }

    #laymod_124789 .section_block .block_info .info_desc p {
        font-size: 12px;
    }

    #laymod_124789 .section_block .block_active span {
        font-size: 14px;
    }

    #laymod_124789 .section_block .block_info .info_desc p br,
    #laymod_124789 .section_block .block_active i,
    #laymod_124789 .section_block .block_active img,
    #laymod_124789 .section_block .block_active i.show,
    #laymod_124789 .section_block .block_active img.show {
        display: none !important;
    }
}

@font-face {
    font-family: 'iconfont';
    /* 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#iconfont') format('svg');
}

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

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

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

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

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

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

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

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

/* 中心优势 */
#laymod_124793 .section_block {}

#laymod_124793 .block_1,
#laymod_124793 .block_2 {
    margin-bottom: 30px;
}

#laymod_124793 .section_block .block_wrapper {
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    ;
}

#laymod_124793 .section_block .block_pic {}

#laymod_124793 .section_block .block_pic img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

#laymod_124793 .section_block .info_wrapper {
    padding: 37px 17px 7px 17px;
}

#laymod_124793 .section_block .block_info {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ececec;
    ;
}

#laymod_124793 .section_block .block_info .info_title {
    padding-bottom: 30px;
    font-weight: bold;
    color: #333;
}

#laymod_124793 .section_block .block_info .info_title p {
    font-size: 20px;
    line-height: 1;
}

#laymod_124793 .section_block .block_info .info_desc {
    color: #999;
}

#laymod_124793 .section_block .block_info .info_desc p {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#laymod_124793 .section_block .block_active {
    font-size: 0;
    padding: 25px 0 0 0;
}

#laymod_124793 .section_block .block_active i,
#laymod_124793 .section_block .block_active img {
    display: inline-flex;
    display: -webkit-inline-flex;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 37px;
    margin-right: 10px;
    color: #777;
}

#laymod_124793 .section_block .block_active i.show,
#laymod_124793 .section_block .block_active img.show {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
}

#laymod_124793 .section_block .block_active .active_desc {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    line-height: 37px;
    color: #777c92;
}

#laymod_124793 .section_block .block_active span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    float: right;
    width: 112px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 37px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(252, 104, 33, 1);
    color: #fff;
}

/*ipad竖屏：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait){  

}
/*ipad横屏：*/
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape){  
    #laymod_124793 .section_block .block_info .info_desc p br {
        display: none;
    }
}
/*ipad pro竖屏：*/
@media only screen  and (min-device-width : 1024px)  and (max-device-width : 1366px)  and (orientation : portrait){  
    #laymod_124793 .section_block .block_info .info_desc p br {
        display: none;
    }
}
/*ipad pro横屏：*/
@media only screen  and (min-device-width : 1024px)  and (max-device-width : 1366px)  and (orientation : landscape){  

}
/* 手机 */
@media (min-width:768px) {
    #laymod_124793 .section_block .block_wrapper:hover {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    }

    #laymod_124793 .section_block .block_active span:hover {
        background: rgba(255, 148, 47, 1);
        ;
    }
}

@media (max-width:991px) {
    #laymod_124793 .section_block .block_active {
        overflow: hidden;
    }

    #laymod_124793 .section_block .block_active span {
        float: left;
    }

    #laymod_124793 .section_block .block_active i,
    #laymod_124793 .section_block .block_active img,
    #laymod_124793 .section_block .block_active i.show,
    #laymod_124793 .section_block .block_active img.show {
        display: none !important;
        display: none !important;
    }
}

@media (max-width:767px) {
    #laymod_124793 .bodyCont_width {
        margin-bottom: 50px;
    }

    #laymod_124793 .bodyContTitle {
        margin-bottom: 30px;
    }

    #laymod_124793 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_124793 .bodyContTitle .fl2,
    #laymod_124793 .bodyContTitle .fl2 span {
        font-size: 12px;
    }

    #laymod_124793 .section_block:not(:last-child) {
        margin-bottom: 30px;
    }

    #laymod_124793 .section_block .info_wrapper {
        padding: 20px 15px 7px 15px;
    }

    #laymod_124793 .section_block .block_info .info_title {
        text-align: left;
        padding-bottom: 15px;
    }

    #laymod_124793 .section_block .block_info .info_desc p {
        -webkit-line-clamp: unset;
        font-size: 12px;
    }

    #laymod_124793 .section_block .block_info {
        padding-bottom: 20px;
    }

    #laymod_124793 .section_block .block_info .info_title p {
        font-size: 16px;
    }

    #laymod_124793 .section_block .block_active span {
        font-size: 14px;
    }

    #laymod_124793 .section_block .block_info .info_desc p br,
    #laymod_124793 .section_block .block_active i,
    #laymod_124793 .section_block .block_active img,
    #laymod_124793 .section_block .block_active i.show,
    #laymod_124793 .section_block .block_active img.show {
        display: none !important;
        display: none !important;
    }
}

@font-face {
    font-family: 'iconfont';
    /* 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#iconfont') format('svg');
}

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

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

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

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

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

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

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

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

/* 中心优势 */
#laymod_124794 .section_block {}

#laymod_124794 .section_block .block_wrapper {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    ;
}

#laymod_124794 .section_block .block_pic {}

#laymod_124794 .section_block .block_pic img {
    display: block;
    width: 100%;
}

#laymod_124794 .section_block .info_wrapper {
    padding: 43px 37px 27px 37px;
}

#laymod_124794 .section_block .block_info {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #eceff6;
    ;
}

#laymod_124794 .section_block .block_info .info_title {
    padding-bottom: 30px;
    font-weight: bold;
    color: #333;
}

#laymod_124794 .section_block .block_info .info_title p {
    font-size: 20px;
    line-height: 1;
}

#laymod_124794 .section_block .block_info .info_desc {
    color: #999;
    ;
}

#laymod_124794 .section_block .block_info .info_desc p {
    font-size: 14px;
    line-height: 2;
    /* display:-webkit-box;    -webkit-line-clamp:4;    -webkit-box-orient:vertical;    overflow:hidden;    text-overflow:ellipsis; */
}

#laymod_124794 .section_block .block_active {
    font-size: 0;
    padding: 25px 0 0 0;
}

#laymod_124794 .section_block .block_active i,
#laymod_124794 .section_block .block_active img {
    display: inline-flex;
    display: -webkit-inline-flex;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 37px;
    margin-right: 10px;
    color: #777;
    ;
}

#laymod_124794 .section_block .block_active i.show,
#laymod_124794 .section_block .block_active img.show {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
}

#laymod_124794 .section_block .block_active .active_desc {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    line-height: 37px;
    color: #777;
    ;
}

#laymod_124794 .section_block .block_active span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    float: right;
    width: 112px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 37px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(252, 104, 33, 1);
    ;
    color: #fff;
    ;
}

/* 手机 */
@media (min-width:768px) {
    #laymod_124794 .section_block .block_wrapper:hover {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    }

    #laymod_124794 .section_block .block_active span:hover {
        background: rgba(255, 148, 47, 1);
        ;
    }
}

@media (max-width:991px) {
    #laymod_124794 .section_block .block_active {
        overflow: hidden;
    }

    #laymod_124794 .section_block .block_active span {
        float: left;
    }

    #laymod_124794 .section_block .block_active i,
    #laymod_124794 .section_block .block_active img,
    #laymod_124794 .section_block .block_active i.show,
    #laymod_124794 .section_block .block_active img.show {
        display: none !important;
        display: none !important;
    }
}

@media (max-width:767px) {
    #laymod_124794 .bodyCont_width {
        margin-bottom: 20px;
    }

    #laymod_124794 .bodyContTitle {
        margin-bottom: 30px;
    }

    #laymod_124794 .bodyContTitle .fl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #laymod_124794 .bodyContTitle .fl2,
    #laymod_124794 .bodyContTitle .fl2 span {
        font-size: 12px;
    }

    #laymod_124794 .section_block {
        margin-bottom: 30px;
    }

    #laymod_124794 .section_block .info_wrapper {
        padding: 27px 20px 27px 20px;
    }

    #laymod_124794 .section_block .block_info {
        padding-bottom: 20px;
    }

    #laymod_124794 .section_block .block_info .info_title {
        text-align: left;
        padding-bottom: 15px;
    }

    #laymod_124794 .section_block .block_info .info_title p {
        font-size: 16px;
    }

    #laymod_124794 .section_block .block_info .info_desc p {
        font-size: 12px;
    }

    #laymod_124794 .section_block .block_active span {
        font-size: 14px;
    }

    #laymod_124794 .section_block .block_info .info_desc p br,
    #laymod_124794 .section_block .block_active i,
    #laymod_124794 .section_block .block_active img,
    #laymod_124794 .section_block .block_active i.show,
    #laymod_124794 .section_block .block_active img.show {
        display: none !important;
        display: none !important;
    }
}

@font-face {
    font-family: 'iconfont';
    /* 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#iconfont') format('svg');
}

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

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

#index_news {
    padding: 70px 0 100px 0;
}

#index_news .index_news_title {
    text-align: center;
    margin-bottom: 56px;
}

#index_news .index_news_title .sup {
    display: block;
    color: #333;
    line-height: 1;
    font-size: 24px;
    margin-bottom: 12px;
}

#index_news .index_news_title .sub {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 1;
}

#index_news .index_news_content {
    position: relative;
    z-index: 4;
}

#index_news .index_news_content ul {}

#index_news .index_news_content ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-bottom: 60px;
    font-size: 0;
    float: none;
}

#index_news .index_news_content ul li .news_time {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    max-width: 78px;
}

#index_news .index_news_content ul li .news_time .time_m_d {
    display: block;
    padding-bottom: 5.6px;
    font-size: 30px;
    line-height: 36px;
    font-family: "Arial";
    color: #333;
}

#index_news .index_news_content ul li .news_time .time_y {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 1;
    font-family: "Arial";
    color: #999;
}

#index_news .index_news_content ul li .news_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: calc(100% - 78px);
    padding-left: 2vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#index_news .index_news_content ul li .news_box .news_title {
    font-size: 0;
    padding-bottom: 11px;
}

#index_news .index_news_content ul li .news_box .news_title i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    position: relative;
    background: #fc6821;
    color: #fff;
}

#index_news .index_news_content ul li .news_box .news_title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: calc(100% - 35px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #333;
}

#index_news .index_news_content ul li .news_box .news_info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #999;
}

/* 手机 */
@media (min-width:769px) {
    #index_news .index_news_content ul li:hover .news_box {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    #index_news .index_news_content ul li:hover .news_box .news_title span {
        color: #fc6821;
    }

    #index_news .index_news_content ul li:hover .news_box .news_info {
        color: #666;
    }
}

@media (max-width:767px) {
    #index_news {
        padding: 40px 0;
    }

    #index_news .index_news_title {
        margin-bottom: 30px;
    }

    #index_news .index_news_title .sup {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #index_news .index_news_content ul li .news_time .time_m_d {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 10.6px;
    }

    #index_news .index_news_content ul li .news_box {
        width: calc(100% - 54px);
        float: right;
    }

    #index_news .index_news_content ul li .news_box .news_title {
        padding-bottom: 5px;
    }

    #index_news .index_news_content ul li .news_box .news_title span {
        font-size: 16px;
    }

    #index_news .index_news_content ul li .news_time .time_y,
    #index_news .index_news_content ul li .news_box .news_info {
        font-size: 12px;
    }

    #index_news .index_news_content ul li {
        margin-bottom: 30px;
    }
}

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