/* flex布局兼容 START */
.ah-breadcrumb,.ah-breadcrumb li a {font-size:14px;}
.ah-breadcrumb li{display:inline-block;}
.flex { /* 设置为flex盒子 */
    display: box;      
    display: -webkit-box;  
    display: -moz-box;     
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;
}
.flex_column { /* 垂直排列 */
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex_wrap { /* 允许换行 */
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_row_center { /* 水平方向上居中 */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.flex_row_start { /* 水平方向上居左 */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}
.flex_row_end { /* 水平方向上居右 */
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
.flex_row_justify { /* 水平方向上等间距排列 */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.flex_column_center { /* 垂直方向上居中 */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.flex_column_start { /* 垂直方向上居上 */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.flex_column_end { /* 垂直方向上居下 */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}
.flex1 { /* 占据1份大小 */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;   
    -webkit-flex: 1;    
    -ms-flex: 1;        
    flex: 1;     
}
.flex_rank_1 { /* 排列等级 */
    -webkit-box-ordinal-group: 1; 
    -moz-box-ordinal-group: 1;    
    -ms-flex-order: 1;            
    -webkit-order: 1;             
    order: 1;                     
}
.flex_rank_2 { /* 排列等级 */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
/* flex END */


/* 居中 */
.center {
    width: 1200px;
    margin: 0 auto;
}


/* 清除浮动 */
.clear_float::after {
    content: ' ';
    display: block;
    clear: both;
}


.transition { /* 过度 */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* 文本溢出隐藏 */
.one_row_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.two_row_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.iconfont {
    font-size: inherit;
    color: inherit;
}







/* top_public START */
.top_public {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 36px;
}
.top_public .left {
    float: left;
	color: #777;
}
.top_public .left span {
	color: #666;
}
.top_public .right {
    float: right;
    color: #444;
}
.top_public .right div {
    margin-left: 15px;
}
.top_public .right a {
    display: inline-block;
    vertical-align: top;
}
.top_public .right .language .iconfont {
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.top_public .right .iconfont {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    margin-right: 2px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.top_public .right i {
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid rgba(0,0,0,0);
    border-top-color: #bbb;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    margin-left: 5px;
}
/* top_public END */

.img_box {
    overflow: hidden;
}





/* header START */
header.header {
    background: #fff;
    position: relative;
}
header.header .center {
    position: relative;
    padding: 25px 0;
}
header.header .center .top {
    font-size: 14px;
	line-height: 40px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
}
header.header .center .top a {
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
}
header.header .center .top a:hover .weixin-img{
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

header.header .center .top .weixin-img{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 20px);
    width: 130px;
    height: 130px;
    background: #fff;
    box-shadow: 0 0 10px 6px #ddd;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

header.header .center .top .weixin-img img{
    width: 100%;
    height: auto;
}

header.header .center .top img {
    height: 14px;
    margin-right: 3px;
}
header.header .center .top span {
    margin: 0 5px;
}
header.header .center .top a:hover {
    opacity: 0.8;
}
header.header .center .logo img {
    height: 60px;
}
header.header .center .form {
    width: 332px;
    height: 44px;
    border: 2px solid #005aab;
    border-radius: 44px;
    background: #fff;
    /* overflow: hidden; */
}
header.header .center .form input {
    padding-left: 22px;
    padding-right: 10px;
    font-size: 14px;
    color: #333;
}
header.header .center .form input::-webkit-placeholder {
    color: #a2a2a2;
} 
header.header .center .form input::placeholder {
    color: #a2a2a2;
} 
header.header .center .form button {
    font-size: 16px;
	line-height: 48px;
    color: #fff;
    background: #005aab;
    padding: 0 18px;
    cursor: pointer;
    border-radius: 0 100px 100px 0;
    transform: translateX(1px);
}
header.header .center .form button i {
    margin-right: 5px;
}
header.header .center .hot_line span {
    font-size: 16px;
	color: #888;
}
header.header .center .hot_line i {
    font-size: 18px;
    margin-right: 3px;
    opacity: 0.5;
    -ms-transform: translateY(1px);
    transform: translateY(0px);
}
header.header .center .hot_line span:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
	letter-spacing: -1px;
	color: #d9271d;
}
/* header END */



/* navBar START */
.navBar {
    background: #005aab;
    position: relative;
    z-index: 99999;
    width: 100%;
}
.navBar.fixed {
    position: fixed;
    top: 0;
    -webkit-animation: fixed_move 0.3s;
    animation: fixed_move 0.3s;
    box-shadow: 0px 5px 15px rgba(150,150,150,0.5);
    max-width: 1920px;
}
@-webkit-keyframes fixed_move {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@keyframes fixed_move {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.navBar .nav_one>li {
    float: left;
}
.navBar a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
}
.navBar .nav_one>li>a {
    padding: 0 21px;
    color: #fff;
}
.navBar .nav_one>li>a.hot {
    padding-right: 35px;
}
.navBar .nav_one>li>a i {
    line-height: normal;
    position: absolute;
    margin-left: 2px;
    font-size: 12px;
    top: 5px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left,#ffde31,#ff4e27);
    -webkit-background-clip: text; 
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    color: #ff4e27;
}
.navBar .nav_one>li.active>a,
.navBar .nav_one>li:hover>a {
    background: rgba(0,0,0,0.3);
}
.navBar .nav_one>li:hover .nav_two {
    display: block;
}
.navBar .nav_two {
    display: none;
    position: absolute;
    background: rgba(240,240,240,0.95);
    font-size: 16px;
    color: #444;
    box-shadow: 0px 0px 15px rgba(100,100,100,0.3);
}
.navBar .nav_two>li>a {
    padding: 0 10px;
	text-align:center;
	min-width:100px;
}
.navBar .nav_two>li.active>a,
.navBar .nav_two>li:hover>a {
    color: #005aab;
    background: rgb(255,255,255);
}
.navBar .nav_three {
    display: none;
    box-shadow: 5px 5px 15px rgba(100,100,100,0.3);
}
.navBar .nav_two>li.active .nav_three {
    display: block;
}
.navBar .nav_three {
    position: absolute;
    top: 0;
    left: 176px;
    background: rgb(255,255,255);
    min-height: 100%;
    width: 720px;
    overflow: hidden;
}
.navBar .nav_three a {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding-left: 40px;
    position: relative;
}
.navBar .nav_three a:hover,
.navBar .nav_three a.active {
    color: #005aab;
}
.navBar .nav_three a::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(184,184,184,0.7);
    top: 18px;
    right: -2px;
}
.navBar .nav_two {
    -webkit-animation: nav_move 0.3s;
    animation: nav_move 0.3s;
}
@-webkit-keyframes nav_move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes nav_move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* navBar END */



/* banner_container START */
.banner_container a {
    min-height: 564px;
    position: relative;
    overflow: hidden;
}
.banner {
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.banner_container a img {
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner img {
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner_container.swiper-container .dot_container span {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #fff;
    margin: 0 7px;
}
.banner_container .dot_container span[class*=active] {
    opacity: 1;
    background: #005aab;
}
/* banner_container END */




/* footer START */
footer.footer {
    background: #434343;
}
footer.footer .top,
footer.footer .contact,
footer.footer .share {
    border-bottom: 1px solid #545454;
    padding: 60px 0;
}
footer.footer .top_item {
    width: 23%;
    align-items: center;
}

footer.footer .top_item .img_box {
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.8);
    margin-right: 15px;
    transition: all 0.3s;
    color: rgba(255,255,255,0.8);
    font-size: 32px;
}

footer.footer .top_item .explain span:nth-child(1) {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s;
}
footer.footer .top_item .explain span:nth-child(2) {
    font-size: 14px;
	line-height: 22px;
	color: #b4b4b4;
	opacity: 0.6;
}
footer.footer .contact {
    font-size: 14px;
	color: #aaaaaa;
}
footer.footer .contact .code {
    text-align: center;
}
footer.footer .contact .logo img {
    width: 220px;
}
footer.footer .contact .img_box {
    margin: 30px auto 20px;
    width: 160px;
}
footer.footer .info {
    width: 255px;
}
footer.footer .info>span {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    /* margin-bottom: 20px; */
}
footer.footer .info span {
    line-height: 24px;
    display: block;
}
footer.footer .info div {
    margin-top: 24px;
}
footer.footer .form {
    margin-top: 24px;
}
footer.footer .form label {
    width: 330px;
    box-sizing: border-box;
    background-color: #ffffff;
	border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
}
footer.footer .form span {
    font-size: 16px;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #e5e5e5;
    color: #aaa;
}
footer.footer .form input,
footer.footer .form textarea {
    color: #666;
}
footer.footer .form input::-webkit-placeholder,
footer.footer .form textarea::-webkit-placeholder {
    color: #aaa;
}
footer.footer .form input::placeholder,
footer.footer .form textarea::placeholder {
    color: #aaa;
}
footer.footer .form textarea {
    height: 100px;
    line-height: 20px;

    overflow: hidden;
}
footer.footer .form button {
    background-color: #005aab;
    border-radius: 5px;
    font-size: 16px;
	line-height: 46px;
    color: #fff;
    cursor: pointer;
}
footer.footer .share {
    font-size: 14px;
	line-height: 30px;
    color: #999;
    padding: 40px 0;
}
footer.footer .share_container a {
    background: none;
    padding: 0;
    margin: 0;
}
footer.footer .share_container a:not(:first-of-type) {
    margin-left: 10px;
}
footer.footer .share_container a img {
    margin-right: 5px;
    height: 15px;
}
footer.footer .share_container a.bds_weixin img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
footer.footer .blogroll {
    margin-top: 20px;
}
footer.footer .blogroll a:not(:last-of-type) {
    margin-right: 15px;
}
footer.footer .reference {
    font-size: 14px;
	line-height: 60px;
	color: #999;
}

/* footer END */




/* son_title */
.son_title {
    text-align: center;
    padding: 60px 0 40px;
    overflow: hidden;
}
.son_title h2 {
    font-size: 34px;
	font-weight: bold;
	color: #333;
}
.son_title h2 span {
	color: #d9271d;
}
.son_title .center>span {
    display: inline-block;
	font-size: 14px;
    color: #888;
    margin-top: 12px;
}



/* crumbs */
.crumbs {
    height: 68px;
    background: #f7f7f7;
}
.no_son_nav {
    background: none;
}
.no_son_nav .center {
    border-bottom: 1px dotted #eaeaea;
}
.crumbs .center {
    line-height: 68px;
    position: relative;
}
.crumbs span,
.crumbs a {
    line-height: 68px;
    font-size: 16px;
	color: #888;
}
.crumbs i {
    position: absolute;
    width: 6px;
	height: 20px;
    background: #005aab;
    left: 0;
    top: 24px;
}
.crumbs span:first-child {
    margin-left: 16px;
}
.crumbs span:not(:first-child) {
    margin: 0 5px;
    font-size: 14px;
}
.crumbs a:not(:last-child):hover {
    color: #005aab;
}
.crumbs a:last-child {
    cursor: text;
}



/* son_nav */
.son_nav {
    border-top: 2px solid #005aab;
    height: 58px;
    background: #f7f7f7;
}
.son_nav .center {
    position: relative;
}
.son_nav .center a {
    padding: 0 22px;
    line-height: 60px;
    font-size: 16px;
	line-height: 58px;
	color: #666666;
}
.son_nav .center a:hover,
.son_nav .center a.active {
    color: #005aab;
}




/* 客服咨询 */
.service_consult {
    position: fixed;
    width: 200px;
	background: #d13339;
    right: 20px;
    top: 10%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    z-index: 100000;
    animation: service_consult_move 1s;
}
@keyframes service_consult_move {
    0% {
        transform: translateY(-300px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.service_consult .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: #b92f2c;
    cursor: pointer;
}
.service_consult .close span {
    position: relative;
    top: 7px;
    right: 7px;
}
.service_consult .consult_title .time {
    float: left;
    margin-right: 10px;
}
.service_consult .consult_title span {
    display: block;
}
.service_consult .consult_title span:nth-child(2) {
    font-size: 20px;
	line-height: 50px;
	color: #ffffa6;
}
.service_consult .consult_title span:nth-child(3) {
    display: inline-block;
    font-size: 16px;
    color: #d13339;
    padding: 4px 10px;
    padding-left: 18px;
    background: #fff;
    border-radius: 3px;
    margin-left: -10px;
    transform: translateY(-7px);
}
.service_consult .consult_title span:nth-child(4) {
    font-size: 20px;
	font-style: italic;
	letter-spacing: 1px;
    color: #ffffa6;
    text-align: center;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}
.service_consult .line {
    border-top: 1px solid #bf2d2e;
    background: #da393f;
    height: 2px;
    box-sizing: border-box;
    margin: 15px 0;
}
.service_consult .consult_list a {
    font-size: 18px;
	line-height: 40px;
    color: #ffffff;
    height: 40px;
	background: #bf2d2e;
    border-radius: 20px;
    margin: 15px 0;
}
.service_consult .consult_list a span {
    font-size: 22px;
    margin-left: 13px;
    margin-right: 5px;
    float: left;
}
.service_consult .consult_list a:hover,
.service_consult .consult_list a.active {
    color: #ffffa6;
}





/* 广告弹窗 */
.consulting_pop_up {
    z-index: 100000;
    position: fixed;
    box-sizing: border-box;
    width: 625px;
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 15px 25px;
    box-shadow: 0 0 30px rgba(50,50,50,0.3);
    animation: consulting_container_move 1s;
}
@keyframes consulting_container_move {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.consulting_pop_up .close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.consulting_pop_up .main {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: rgba(14,56,132,0.5);
    font-size: 34px;
    font-weight: bold;
    color: #fff7d6;
    padding: 25px 0 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    position: relative;
}
.consulting_pop_up .main .main_title span {
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 5px;
}
.consulting_pop_up .consulting {
    width: 110%;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    background: #017da1;
    font-size: 20px;
    color: #ffdb01;
    font-weight: bold;
    position: relative;
    transform: translateX(-5%);
    margin: 15px 0 5px;
}
.consulting_pop_up .consulting::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 18px solid rgba(14,56,132,0);
    border-left-color: rgba(14,56,132,1);
    transform: rotate(-45deg);
    top: 28px;
    left: 7px;
}
.consulting_pop_up .consulting::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 18px solid rgba(14,56,132,0);
    border-right-color: rgba(14,56,132,1);
    transform: rotate(45deg);
    top: 28px;
    right: 7px;
}
.consulting_pop_up .consulting span {
    position: relative;
    letter-spacing: 1px;
    margin-right: 10px;
}
.consulting_pop_up .consulting a {
    display: inline-block;
    color: #fff;
    background: #ff8c00;
    padding: 0 15px;
    letter-spacing: 1px;
    animation: consulting_pop_up_move 0.5s infinite;
}
@keyframes consulting_pop_up_move {
    0% {
        background: #ff8c00;
    }
    50% {
        background: rgb(216, 24, 24);
    }
    100% {
        background: #ff8c00;
    }
}
.consulting_pop_up .consulting a i {
    margin-right: 7px;
}
.consulting_pop_up .tel {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    letter-spacing: 1px;
}
.consulting_pop_up .tel span {
    display: inline-block;
    transform: translateY(7px);
    margin-right: 15px;
    font-size: 40px;
    font-weight: normal;
}




.go_top {
    z-index: 10000;
    position: fixed;
    bottom: 6.5%;
    right: 75px;
    width: 90px;
    height: 100px;
    text-align: center;
    background: #fff;
	box-shadow: 0px 0px 10px 0px 
        rgba(0, 0, 0, 0.15);
    font-size: 14px;
	letter-spacing: 1px;
    color: #333;
    cursor: pointer;
}
.go_top span {
    display: block;
    font-size: 40px;
    color: #005aab;
    margin-bottom: 5px;
}
.go_top:hover {
    background: #005aab;
    color: #fff;
}
.go_top:hover span {
    color: #fff;
}
.hide {
    display: none;
}







/* 我们的优势 */
/* adv_container */
.adv_container {
    padding-bottom: 80px;
    background: #fff;
}
.adv li {
    text-align: center;
    width: 346px;
    height: 399px;
    transition: all 0.3s;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/public/adv_bg.png);
}
.adv li:nth-child(1),
.adv li:nth-child(2),
.adv li:nth-child(4) {
    margin-right: 81px;
}
.adv li .explain {
    font-size: 18px;
	font-weight: bold;
    color: #333;
    margin-top: 32px;
}
.adv li:nth-child(4),
.adv li:nth-child(5) {
    margin-top: -40px;
}
.adv li:hover {
    transform: scale(1.2);
}



/* 详情咨询 */
.details_consult {
    width: 180px;
	height: 56px;
	background: #005aab;
    border-radius: 28px;
    font-size: 24px;
	line-height: 56px;
    color: #fff;
    text-align: center;
}



/* 分页 */
.paging {
    margin: 50px 0 80px;
    overflow: hidden;
}
.paging a {
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    margin: 0 5px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #eaeaea;
    height: 35px;
    background: #fff;
}
.paging .page {
    width: 35px;
}
.paging .prevPage,
.paging .nextPage {
    width: 65px;
}
.paging .firstPage,
.paging .lastPage {
    width: 45px;
}
.paging a:hover {
    border-color: #005aab;
    background: #005aab;
    color: #fff;
}
.paging .noPage {
    color: #e0e0e0;
    cursor: default;
}
.paging .noPage:hover {
    color: #e0e0e0;
    background: #fff;
    border-color: #eaeaea;
}






/* layer_hint */
.layer_hint .layui-layer-title {
    color: #fff;
    border: none;
    background: rgb(209, 51, 57);
}
.layer_hint .layui-layer-btn a{
    background:rgb(209, 51, 57);
    border: none;
    border-radius: 3px;
    color: #fff;
}


.article-content p{ line-height:1.8; margin-bottom:20px;}
.article-content h3{ font-size:24px; margin-bottom:30px; line-height:1.4;}
@media (max-width:768px){
        .article-content img{max-width:100%!important; height:auto!important;}
}
.bottomFixedBox { position: fixed; bottom:5px; border-radius:28px; left: 50%;  margin-left:-266px; z-index: 9999; width:448px; background-color: rgba(0, 0, 0, 0.8); padding:10px 20px;}
.bottomFixedBox .inner{height:36px; line-height:36px; color:#fff;font-size:16px;}
.bottomFixedBox .inner a{display:inline-block;color:#fff; padding-left:15px;padding-right:15px; text-decoration:none; background:#F90; margin:0 15px; border-radius:18px;}
.bottomFixedBox .inner span{display:inline-block;color:#fff; padding-left:15px;padding-right:15px; text-decoration:none; background:#27b304; border-radius:18px;}
.bottom-wechat{width:120px; height:120px; position:absolute; right:20px;bottom:60px;display:none; cursor:pointer;}
.bottomFixedBox .inner span:hover .bottom-wechat{display:block;}
