﻿
/* ---------- reset ---------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, textarea, select {
    font: 12px/1.5 Arial, 'microsoft yahei', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0 none;
}

i, em {
    font-style: normal;
}

input, select, textarea {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

:focus {
    outline: 0
}

::selection {
    background: #FD472C;
    color: white;
}

::-moz-selection {
    background: #FD472C;
    color: white;
}

::-webkit-selection {
    background: #FD472C;
    color: white;
}

html {
    color: #333;
    background: #fff
}

body {
    overflow-x: hidden;
    min-width: 1320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ed353c;
}

img {
    vertical-align: top;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

.black {
    color: #333 !important
}

.white {
    color: #fff !important
}

.green {
    color: #98ba2a !important
}

.red {
    color: #e01d20 !important
}

.blue {
    color: #00f !important
}

.skyblue {
    color: #3DBAF7 !important
}

.honor-blue {
    color: #00b5e2 !important
}

.gray {
    color: #c0c0c0 !important
}

.yellow {
    color: #ff0 !important
}

.bg-blue {
    background-color: #3DBAF7 !important;
}

.bold {
    font-weight: 700 !important
}

.hide,
.hidden {
    display: none !important
}

.show {
    display: block !important
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed;
}

.fcn {
    font-family: \5b8b\4f53
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container {
    *zoom: 1
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* common */
/*head*/
/*.header {
    height: 79px;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    font-size: 15px;
}

.header-padding {
    height: 80px;
    display: block;
}

.header .hd_logo {
    width: 172px;
    height: 26px;
    margin-top: 23px;
    background: url(../img/logo.png) no-repeat left top;
    float: left;
}

.header .hd_nav {
    float: left;
    margin-left: 48px;
}

.header .hd_nav .nav_item {
    float: left;
}

.header .hd_nav .nav-link {
    line-height: 79px;
    display: block;
    padding: 0 20px;
    position: relative;
}

.header .hd_nav .current .nav-link {
    color: #ed353c;
}

.header .hd_nav .nav_item.current .nav-link:after,
.header .hd_nav .nav_item:hover .nav-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ed353c;
}

.header .hd_extra {
    float: right;
    margin-top: 19px;
}

.header .hd_extra .elink {
    float: left;
    padding: 0 9px;
    line-height: 40px;
    margin-left: 15px;
    position: relative;
}

.header .hd_extra .elink.j-search:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -30px;
    height: 50px;
    left: 0;
}

.header .hd_extra .elink i {
    display: inline-block;
    width: 23px;
    height: 17px;
    margin-right: 7px;
}

.header .hd_extra .elink i.i-search {
    width: 16px;
    height: 17px;
    background: url(../img/top-search.png) no-repeat center;
    vertical-align: -3px;
}

.header .hd_extra .elink:hover i.i-search {
    background-image: url(../img/top-search-on.png);
}

.header .hd_extra .elink i.i-site {
    width: 17px;
    height: 15px;
    background: url(../img/top-nav.png) no-repeat center;
    vertical-align: -2px;
}

.header .hd_extra .elink:hover i.i-site {
    background-image: url(../img/top-nav-on.png);
}

.header .hd_extra .elink .link-show {
    cursor: pointer;
}

.header .hd_extra .elink:hover .link-show {
    color: #f63c2e;
}

.header .hd_extra .elink .link-site {
    display: none;
    width: 1075px;
    height: 310px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 45px;
    border: 1px solid #DADDDE;
    font-size: 15px;
    box-shadow: 0 5px 8px 1px rgba(200, 200, 200, .1);
}

.header .hd_extra .elink .link-site:before {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: 31px;
    width: 5px;
    height: 5px;
    content: '';
    border-style: solid;
    border-width: 1px;
    background: #F5F7FA;
    border-color: #DADDDE transparent transparent #DADDDE;
    transform: rotate(45deg);
}

.header .hd_extra .elink .link-site:after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    width: 100px;
    top: -20px;
}

.header .hd_extra .elink:hover .link-site {
    display: block;
}

.header .hd_extra .elink .link-site .site-head {
    height: 66px;
    line-height: 66px;
    background: #F5F7FA;
}

.header .hd_extra .elink .link-site .site-head ul {
    margin-left: 90px;
}

.header .hd_extra .elink .link-site .site-head li {
    float: left;
    margin-right: 90px;
}

.header .hd_extra .elink .link-site .site-head li:last-child {
    margin-right: 0;
}

.header .hd_extra .elink .link-site .site-body {
    margin-left: 90px;
}

.header .hd_extra .elink .link-site .site-body dl {
    float: left;
    width: 190px;
    margin: 13px 50px 30px 0;
}

.header .hd_extra .elink .link-site .site-body dt {
    font-size: 18px;
    line-height: 52px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 12px;
    margin-right: 30px;
}

.header .hd_extra .elink .link-site .site-body dd {
    line-height: 32px;
    font-size: 14px;
}

.header .hd_extra .elink .link-site .site-body .i-hot,
.header .hd_extra .elink .link-site .site-body .i-new {
    width: 40px;
    height: 19px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
}

.header .hd_extra .elink .link-site .site-body .i-hot {
    background: url(../img/menu-hot.gif) no-repeat;
}

.header .hd_extra .elink .link-site .site-body .i-new {
    background: url(../img/menu-new.gif) no-repeat;
}

.header-search {
    position: fixed;
    top: 80px;
    transition: all .2s;
    background: #fff;
    padding: 25px 0 30px;
    transform: translate(0, -100%);
    z-index: 98;
    left: 0;
    right: 0;
}

.header-search .search-form {
    float: right;
    border: 1px solid #f63c2e;
    height: 42px;
    margin-top: 17px;
}

.header-search .search-form input[type=text] {
    border: 0 none;
    height: 42px;
    padding: 0 10px;
    float: left;
    width: 400px;
    font-size: 14px;
}

.header-search .search-form [type=submit] {
    height: 42px;
    float: left;
    width: 84px;
    background: #f63c2e;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    outline: none;
    cursor: pointer;
}

.header-search .hot-search {
    float: right;
    font-size: 14px;
    margin-right: 29px;
    margin-top: 6px;
}

.header-search .hot-search .title {
    text-align: right;
    margin-bottom: 5px;
    color: #888;
    font-size: 12px;
}

.header-search .hot-search .list li {
    float: left;
    margin-left: 10px;
}

.header-search .hot-search .list li a {
    display: block;
    padding: 0 15px;
    line-height: 35px;
    background: #FCF5F5;
}

.header-search.active {
    transform: translate(0, 0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}*/

/*foot*/
/*.footer {
    color: #999;
    font-size: 14px;
    background: #222;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #aaa;
}

.footer .footer_service {
    background: #272727;
    padding: 40px 0;
}

.footer .footer_service li {
    float: left;
    width: 300px;
}

.footer .footer_service li i {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../img/bottom-icon.png) no-repeat;
}

.footer .footer_service li.item-1 i {
    background-position: 0 0;
}

.footer .footer_service li.item-2 i {
    background-position: -60px 0;
}

.footer .footer_service li.item-3 i {
    background-position: -120px 0;
}

.footer .footer_service li.item-4 i {
    background-position: -180px 0;
}

.footer .footer_service li .text {
    padding-left: 70px;
}

.footer .footer_service li .text .h3 {
    font-size: 18px;
    color: #fff;
}

.footer .footer_link {
    padding-top: 58px;
    overflow: hidden;
    border-bottom: 1px solid #353535;
    padding-bottom: 57px;
}

.footer .footer_link .ft-help {
    float: left;
    border-right: 1px solid #353535;
    width: 283px;
    padding-left: 60px;
    position: relative;
}

.footer .footer_link .ft-help .i-service {
    width: 42px;
    height: 44px;
    top: 5px;
    background: url(../img/bottom-kf.png) no-repeat;
    position: absolute;
    left: 0;
}

.footer .footer_link .ft-help .bd-hot {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.footer .footer_link .ft-help .btn-service {
    width: 100px;
    height: 30px;
    transition: all .2s;
    border: 1px solid #fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #fff;
}

.footer .footer_link .ft-help .btn-service:hover {
    color: #222;
    background: #fff;
}

.footer .ft-menu {
    float: left;
    width: 850px;
}

.footer .ft-menu .menu-list {
    float: left;
    margin-left: 30px;
}

.footer .ft-menu .menu-list dt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 13px;
}

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 30px;
}

.footer .ft-menu .menu-1 {
    width: 340px;
    margin-left: 140px;
}

.footer .ft-menu .menu-1 a {
    float: left;
    width: 170px;
}

.footer .ft-menu .menu-2 {
    width: 139px;
}

.footer .ft-menu .menu-3 {
    width: 102px;
    margin-left: 70px;
}

.footer .ft-menu .menu-3 dd a:nth-child(2) {
    display: none;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: 56px;
    padding-top: 43px;
}

.footer .footer_copy p {
    line-height: 2;
    color: #737373;
}

.footer .footer_copy p span {
    margin: 0 10px;
}

.footer .ft-friend {
    padding: 0 0 30px;
}

.footer .ft-friend a {
    margin: 0 20px;
}*/

/* index */
.body {
    padding-bottom: 60px;
    min-height: 600px;
    background: #F7F9FC;
    margin-top: 80px;
}

.et-wrap:after {
    content: "";
    display: block;
    clear: both;
}

#right_div {
    top: 12.8%;
    width: 100%;
    transition: margin-top 1s;
    transition-timing-function: cubic-bezier(0, 0.27, 0.13, 1.46);
}

.et-t {
    position: relative;
    float: right;
    width: 280px;
}

.breadcrumb {
    padding: 15px 0px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    color: #999;
}

.breadcrumb a {
    color: #999;
    margin: 0 4px;
}

.breadcrumb a:hover {
    color: #ed353c;
}

.breadcrumb span[href] {
    color: #333;
}

.et-e {
    float: left;
    width: 900px;
}

.line-split {
    border-top: 1px solid #e0e0e0;
    margin: 30px 0;
}

.img-scale img,
.img-scale-list img {
    transition: all .2s;
}

.img-scale:hover img,
.img-scale-list li:hover img {
    transform: scale(1.05);
}

/*
!文章封面 640*348 比例1.84
!宽度为780的盒子里左1右2布局
1.84x+10+1.84y = 780
2y + 10 = x

1.84(2y+10)+10+1.84y=780
5.52y+28.4 = 780
y=136.15942
x=282.31884

?左大图尺寸：282.31884*519.466666
?右小图尺寸：136.15942*250.533333
*/
.et-e .index-banner {
    margin-bottom: 20px;
    background: #fff;
    height: 320px;
    padding: 10px;
}

.et-e .index-banner .b-slide {
    width: 588.8px;
    height: 320px;
    overflow: hidden;
    float: left;
    position: relative;
}

.et-e .index-banner .b-slide .bd li {
    position: relative;
}

.et-e .index-banner .b-slide .bd img {
    width: 100%;
    height: 320px;
}

.et-e .index-banner .b-slide .bd a {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.et-e .index-banner .b-slide .bd .mask {
    height: 70px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s;
}

.et-e .index-banner .b-slide .bd li:hover .mask {
    height: 80px;
}

.et-e .index-banner .b-slide .bd .title {
    color: #fff;
    font-size: 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.et-e .index-banner .b-slide .hd {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 20px;
}

.et-e .index-banner .b-slide .hd li {
    float: left;
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.et-e .index-banner .b-slide .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    height: 2px;
    background: #fff;
}

.et-e .index-banner .b-slide .hd li.on:after {
    background: #f63c2e;
}

.et-e .index-banner .b-side {
    margin-left: 10px;
    width: 280px;
    float: left;
}

.et-e .index-banner .b-side .side-item {
    height: 155px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.et-e .index-banner .b-side .side-item:last-child {
    margin-bottom: 0;
}

.et-e .index-banner .b-side .side-item img {
    width: 100%;
}

.et-e .index-banner .b-side .side-item .mask {
    height: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s;
}

.et-e .index-banner .b-side .side-item:hover .mask {
    height: 50px;
}

.et-e .index-banner .b-side .side-item .title {
    color: #fff;
    font-size: 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zst-title {
    margin-bottom: 20px;
}

.zst-title h3 {
    font-size: 22px;
    font-weight: 700;
}

.zst-title .more {
    float: right;
    line-height: 33px;
    font-size: 13px;
}

.zst-title .more a {
    color: #999;
}

.zst-title .more a:hover {
    color: #f63c2e;
}

.article-list {
    background: #fff;
}

.article-list .article-item {
    margin-bottom: 30px;
    font-size: 13px;
}

.article-list .article-item .img {
    float: left;
    width: 220px;
    height: 119.56px;
    overflow: hidden;
}

.article-list .article-item .img img {
    width: 220px;
    height: 119px;
}

.article-list .article-item .text {
    margin-left: 240px;
    position: relative;
    height: 120px;
}

.article-list .article-item .text .title {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 28px;
    max-height: 56px;
}

.article-list .article-item .text .title a {
    color: #000;
    font-size: 18px;
    transition: all .2s;
    font-weight: 700;
}

.article-list .article-item .text .title i {
    display: inline-block;
    width: 32px;
    height: 18px;
    color: #fff;
    background: #ddd;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    vertical-align: 1px;
    margin-right: 7px;
}

.article-list .article-item .text .title i.i-new {
    background: #FE2D2D;
}

.article-list .article-item .text .title i.i-hot {
    background: #F89018;
}

.article-list .article-item .text .intro {
    height: 30px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.article-list .article-item .text .extra {
    position: absolute;
    color: #b2b2b2;
    bottom: -3px;
    width: 100%;
}

.article-list .article-item .text .extra .e-link {
    position: absolute;
    right: 0;
    opacity: 1;
    color: #629bfa;
    padding-left: 10px;
    background: #fff;
    transition: all .2s;
}

.article-list .article-item .text .extra .e-year {
    float: left;
}

.article-list .article-item .text .extra .e-time {
    float: right;
}

.article-list .article-item:hover .text .extra .e-link:hover {
    color: #4285f4
}

.article-list .article-item .text .title a:hover {
    color: #f63c2e;
    /* background: -webkit-gradient(linear,left top,right top,from(#f63c2e),to(#f8a61e));
    background: linear-gradient(to right,#f63c2e,#f8a61e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none; */
}

.article-list .article-item-big {
    margin-bottom: 50px;
}

.article-list .article-item-big .img {
    width: 367px;
    height: 200px;
}

.article-list .article-item-big .text {
    margin-left: 397px;
    padding-top: 23px;
}

.article-list .article-item-big .text .title {
    margin-bottom: 20px;
}

.article-list .article-item-big .text .intro {
    height: 80px;
    line-height: 20px;
    white-space: normal;
}

.article-list .article-item-big .extra .e-btn {
    color: #f63c2e;
    transition: all .2s;
    border: 1px solid #f63c2e;
    display: inline-block;
    padding: 0 18px;
    line-height: 30px;
    font-size: 14px;
}

.article-list .article-item-big .extra .e-btn:hover {
    color: #fff;
    background: #f63c2e;
}

/* 右侧推荐位 */
.ad-w-280 {
    margin-bottom: 30px;
    overflow: hidden;
}

.ad-lower {
    width: 367px;
    height: 390px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(109, 111, 121, 0.2);
    border-radius: 5px;
    margin-bottom: 20px;
    float: right;
}

.ad-w-366 {
    width: 290px;
    height: 131px;
    margin: 0px auto;
    border-bottom: 1px solid #EDEDED;
}

.ad-w-366 div {
    display: inline-block;
    margin-top: 25px;
}

.ad-w-366 div:nth-child(1) {
    width: 35%;
}

.ad-w-366 div:nth-child(2) {
    width: 65%;
    float: right;
    height: 80px;
}

.ad-w-366 p {
    text-align: center;
    height: 40px;
}

.ad-w-366 p:nth-child(1) {
    width: 80px;
    height: 40px;
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

.ad-w-366 p:nth-child(2) {
    width: 138px;
    height: 40px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(179, 179, 179, 1);
    line-height: 40px;
}

.rec-box {
}

.et-e .zst-box {
    background: #fff;
    padding: 0 20px 60px;
}

.rec-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.rec-title i {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -5px;
}

.rec-title i.i-page {
    background: url(../img/icon-01.png) no-repeat 0 0;
}

.rec-title i.i-book {
    background: url(../img/icon-01.png) no-repeat 0 0;
}

.rec-title .more {
    float: right;
    color: #999;
    line-height: 27px;
    font-size: 12px;
    font-weight: normal;
}

.rec-title .more:hover {
    color: #f63c2e;
}

.rec-news-wrap {
    border-left: 1px solid #eee;
    padding-left: 20px;
    margin-left: 5px;
    margin-bottom: 30px;
}

.rec-news-wrap .more-btn {
    display: block;
    height: 38px;
    line-height: 38px;
    transition: all .2s;
    text-align: center;
    border: 1px solid #f63c2e;
    color: #f63c2e;
}

.rec-news-wrap .more-btn:hover {
    background: #f63c2e;
    color: #fff;
}

.news-list .news-item .title {
    font-size: 15px;
    margin-bottom: 8px;
    position: relative;
}

.news-list .news-item .title:before {
    content: "";
    position: absolute;
    left: -25.5px;
    top: 5px;
    height: 10px;
    width: 10px;
    background: url(../img/icon-03.png) no-repeat;
}

.news-list .news-item .title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-item .time {
    color: #999;
    margin-bottom: 20px;
}

.top-list .top-item {
    position: relative;
    width: 366px;
    float: right;
    margin-bottom: 20px;
}

.top-list .top-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.top-list .top-item .img {
    overflow: hidden;
}

.top-list .top-item img {
    width: 100%;
}

.top-list .top-item .mask {
    height: 50px;
    transition: all .2s;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-list .top-item:hover .mask {
    height: 60px;
}

.top-list .top-item .title {
    color: #fff;
    font-size: 15px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-list .top-item .flag {
    width: 46px;
    height: 39px;
    z-index: 3;
    position: absolute;
    left: -12px;
    top: 0;
    background: url(../img/icon-04.png) no-repeat;
}

.top-list .top-item .flag-1 {
    background-position: 0 0;
}

.top-list .top-item .flag-2 {
    background-position: -46px 0;
}

.top-list .top-item .flag-3 {
    background-position: -92px 0;
}

.rec-qrcode {
    background: #f7f9fc;
    margin-bottom: 20px;
    padding: 26px;
    overflow: hidden;
    width: 314px;
    float: right;
}

.rec-qrcode .img {
    float: left;
    width: 150px;
    height: 150px;
}

.rec-qrcode .img img {
    width: 100%;
    box-shadow: 0 11px 20px rgba(0, 0, 0, .06);
}

.rec-qrcode .text {
    margin-left: 170px;
    font-size: 18px;
}

.rec-qrcode .text .p1 {
    color: #888;
    padding: 45px 0 10px;
}

.video-list {
    margin: 0 -12px;
}

.video-list .video-item {
    position: relative;
    float: left;
    padding: 15px;
    text-align: center;
    transition: all .2s;
    width: 378px;
}

.video-list .video-item a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.video-list .video-item .img {
    overflow: hidden;
    position: relative;
}

.video-list .video-item .img:before {
    content: "";
    width: 54px;
    height: 54px;
    background: url(../img/play.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: all .2s;
}

.video-list .video-item img {
    width: 378px;
}

.video-list .video-item .title {
    font-size: 15px;
    padding: 25px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.video-list .video-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.video-list .video-item:hover .title {
    color: #f63c2e;
}

.video-list .video-item:hover .img:before {
    opacity: 1;
}

.cate-list {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 15px 0 15px 20px;
}

.cate-list dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cate-list .cate-item {
    float: left;
    width: 14.2%;
    line-height: 40px;
}

.cate-list .cate-item a {
    font-size: 14px;
    transition: all .2s;
    border-radius: 3px;
}

.cate-list .cate-item.current a,
.cate-list .cate-item a:hover {
    color: #f63c2e;
    font-weight: bold;
}

.article-box {
    background: #fff;
    position: relative;
}

.article-box .art-inner {
    margin: 0 80px;
    padding-top: 43px;
    padding-bottom: 20px;
}

.article-box .art-head {
    margin-bottom: 39px;
}

.article-box .art-head h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.article-box .art-head .info {
    font-size: 14px;
    color: #888;
}

.article-box .art-head .info .cate {
    color: #f63c2e;
}

.article-box .art-head .info .cate i {
    margin: 0 4px 0 7px;
    font-weight: 700;
}

.article-box .art-content {
    color: #646464;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}

.article-box .art-content p:first-child img {
    margin-bottom: 20px;
}

.article-box .art-content p:nth-last-child(2) img {
    margin-top: 20px;
}

.article-box .art-content h6 {
    padding: 10px;
    font-weight: normal;
    line-height: 24px;
    background: #F2F2F2;
    border: 1px solid #e2e2e2;
    margin: 1em 0;
}

.article-box .art-content p {
    margin: 1em 0;
}

.article-box .art-content p:first-child {
    margin-top: 0;
}

.article-box .art-content img {
    max-width: 100%;
}

.art-foot {
    position: absolute;
    top: 144px;
    left: -72px;
}

.art-foot .item {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.art-foot .item .i-handler {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(3, 3, 3, 0.05);
}

.art-foot .item .i-handler:hover {
    background: linear-gradient(90deg, rgba(253, 97, 42, 1), rgba(245, 38, 44, 1));
    color: #fff;
}

.art-foot .item .i-handler i {
    display: block;
    margin: 10px auto 2px;
    width: 30px;
    height: 30px;
    background: url(../img/icon-05.png) no-repeat;
}

.art-foot .item .i-handler i.i-weixin {
    background-position: 0 0;
}

.art-foot .item .i-handler i.i-weibo {
    background-position: -30px 0;
}

.art-foot .item .i-handler i.i-msg {
    background-position: -60px 0;
}

.art-foot .item .i-handler:hover i.i-weixin {
    background-position: 0 -30px;
}

.art-foot .item .i-handler:hover i.i-weibo {
    background-position: -30px -30px;
}

.art-foot .item .i-handler:hover i.i-msg {
    background-position: -60px -30px;
}

.art-foot .item .i-tip {
    display: none;
    width: 110px;
    height: 110px;
    background: #fff;
    padding: 9px;
    box-shadow: 0px 3px 8px 0px rgba(3, 3, 3, 0.05);
    left: 86px;
    top: -24px;
    position: absolute;
}

.art-foot .item .i-tip:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    left: -4px;
    border: 1px solid #ececec;
    border-right-color: transparent;
    border-top-color: transparent;
    top: 57px;
    transform: rotate(45deg);
}

.art-foot .item .i-tip img {
    width: 110px;
    height: 110px;
}

.art-foot .item:hover .i-tip {
    display: block;
}

.keywords {
    color: blue;
}

.btn-red {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: url(../img/button-red.png) no-repeat left top;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 0 none;
    cursor: pointer;
}

.btn-red:hover {
    background-position: right top;
    color: #fff;
}

/*首页新闻切换模块*/
.mod-news-slide {
    background: #fff;
    padding: 12px 29px;
    margin-bottom: 20px;
}

.mod-news-slide .hd {
    overflow: hidden;
    height: 48px;
    line-height: 46px;
}

.mod-news-slide .hd .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.mod-news-slide .hd .more span {
    font-family: cursive;
}

.mod-news-slide .hd .list li {
    float: left;
    margin-right: 76px;
}

.mod-news-slide .hd .list li span {
    display: block;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.mod-news-slide .hd .list li.on span {
    border-bottom-color: #FE2D2D;
    color: #FE2D2D;
}

.mod-list-big .item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EDEFF2;
}

.mod-list-big .item .img {
    width: 263px;
    height: 142px;
    float: left;
    background: #f5f5f5;
}

.mod-list-big .item .img img {
    width: 263px;
    height: 142px;
}

.mod-list-big .info {
    margin-left: 292px;
}

.mod-list-big .info .title {
    padding: 10px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mod-list-big .info .title a {
    font-size: 16px;
    font-weight: bold;
}

.mod-list-big .info .title a i {
    display: inline-block;
    width: 32px;
    height: 18px;
    color: #fff;
    background: #ddd;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    vertical-align: 1px;
    margin-right: 7px;
}

.mod-list-big .info .title a i.i-hot {
    background: #F89018;
}

.mod-list-big .info .title a i.i-new {
    background: #FE2D2D;
}

.mod-list-big .info .intro {
    font-size: 14px;
    color: #888;
    line-height: 23px;
    height: 46px;
    word-break: break-all;
    margin-bottom: 23px;
    overflow: hidden;
}

.mod-list-big .info .extra {
    font-size: 14px;
    color: #bbb;
}

.mod-list-big .info .extra span {
    display: inline-block;
    vertical-align: top;
}

.mod-list-big .info .extra .time {
    margin-right: 20px;
}

.mod-list-big .info .extra .view img {
    vertical-align: -1px;
}

.mod-list-small {
    overflow: hidden;
    padding-top: 20px;
}

.mod-list-small .item {
    float: left;
    width: 40%;
    margin-right: 10%;
    padding: 10px 0;
}

.mod-list-small .item .title {
    height: 22px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod-list-small .item .title .tag {
    display: inline-block;
    background: #3C94D2;
    color: #fff;
    line-height: 22px;
    font-weight: 300;
    padding: 0 5px;
    font-size: 13px;
    margin-right: 5px;
}

.mod-list-small .item .intro {
    height: 22px;
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod-list-small .item .extra {
    color: #999;
}

.mod-list-small .item .extra .view {
    margin-left: 20px;
}

.mod-list-small .item .extra .view img {
    vertical-align: -1px;
}

/*右侧*/
.ett-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.ett-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(165, 165, 165);
}

.ett-search .search-box:after {
    content: '';
    display: block;
    clear: both;
}

.ett-search .search-box input[type=text] {
    height: 28px;
    border: 1px solid #ddd;
    border-right: 0 none;
    background: #fff;
    line-height: 28px;
    width: 164px;
    float: left;
    padding: 0 10px;
    font-size: 13px;
}

.ett-search .search-box .tijiao {
    float: left;
    line-height: 25px;
    width: 50px;
    text-align: center;
    background: #f00;
    color: #fff;
}


.ett-hotwords {
    height: auto;
}

.ett-hotwords .hot {
    margin-right: -10px;
}

.ett-hotwords .hot .item {
    line-height: 24px;
    display: inline-block;
    background: #F7F7F7;
    margin: 0 10px 10px 0;
    padding: 0 10px;
}

.ett-hotwords .hot .item:hover {
    background: linear-gradient(90deg, rgba(255, 78, 46, 1), rgba(249, 31, 40, 1));
    color: #fff;
}

.ett-newarticle ul {
    margin-top: -13px;
}

.ett-newarticle ul li {
    margin-left: -6px;
}

.ett-newarticle ul li a {
    color: #888;
    font-size: 14px;
    line-height: 45px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ett-newarticle ul li a:hover {
    color: #f00;
}

.ett-newarticle ul li a i {
    color: #bbb;
    margin-right: 10px;
    margin-left: 9px;
}

.ett-newarticle ul li:nth-child(1) a i,
.ett-newarticle ul li:nth-child(2) a i,
.ett-newarticle ul li:nth-child(3) a i {
    background: #FE2D2D;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    margin-left: 6px;
    position: relative;
}

.ett-newarticle ul li:nth-child(1) a i:after,
.ett-newarticle ul li:nth-child(2) a i:after,
.ett-newarticle ul li:nth-child(3) a i:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(-45deg);
    bottom: -8px;
    left: 6px;
    transform-origin: center;
    box-shadow: 5px 5px 0 0 #fff, -5px -5px 0 0 #fff;
}

.ett-newarticle ul li:nth-child(1) a i:before,
.ett-newarticle ul li:nth-child(2) a i:before,
.ett-newarticle ul li:nth-child(3) a i:before {
    content: '';
    position: absolute;
    border-color: transparent #D42323 #D42323 transparent;
    border-style: solid;
    border-width: 3px 2px 3px 2px;
    left: -4px;
    top: 0;
}

.ett-newarticle ul li:nth-child(2) a i {
    background: #FE682D;
}

.ett-newarticle ul li:nth-child(2) a i:before {
    border-color: transparent #CF5120 #CF5120 transparent;
}

.ett-newarticle ul li:nth-child(3) a i {
    background: #FE992D;
}

.ett-newarticle ul li:nth-child(3) a i:before {
    border-color: transparent #C77217 #C77217 transparent;
}

.ett-link {
    padding-top: 0;
    padding-bottom: 0;
}

.ett-link .item {
    display: block;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #EDEFF2;
}

.ett-link .item .img {
    float: left;
    width: 60px;
    height: 60px;
}

.ett-link .item .info {
    margin-left: 80px;
}

.ett-link .item .info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.ett-link .item .info p {
    font-size: 14px;
    color: #888;
}

.ett-link .item:last-child {
    border-bottom: 0 none;
}

.ett-qrcode {
    text-align: center;
    padding: 30px 20px;
}

.ett-qrcode .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #F2F2F2;
    margin-bottom: 15px;
}

.ett-qrcode .img img {
    width: 120px;
    height: 120px;
}

.ett-qrcode h3 {
    font-size: 16px;
    color: #666;
}

.ett-qrcode p {
    font-size: 16px;
    color: #bbb;
}

.ett-picarticle {
    padding-bottom: 10px;
}

.ett-picarticle ul li {
    margin-bottom: 20px;
    width: 45%;
    display: inline-block;
}

.ett-picarticle ul li a {
    overflow: hidden;
}

.ett-picarticle ul li .img {
    float: left;
    width: 108px;
    height: 59px;
    background: #ddd;
}

.ett-picarticle ul li .img img {
    width: 108px;
    height: 59px;
}

.ett-picarticle ul li .info span {
    border-radius: 10px;
    background-color: rgba(165, 165, 165, 0.25);
    padding: 2px 6px;
    line-height: 20px;
    vertical-align: 7px;
    color: white;
}

.ett-picarticle ul li .info h3:hover {
    color: red;
}

.ett-picarticle ul li .info h3 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    color: rgb(165, 165, 165);
}

.ett-picarticle ul li .info p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.page-crumb {
    padding: 20px 0;
    font-size: 14px;
}

.page-crumb a:hover {
    color: red;
}

.page-crumb a {
    color: #999;
}

.page-crumb i {
    color: #bbb;
    font-family: cursive, sans-serif;
    margin: 0 6px;
}

.page-crumb span {
    display: inline-block;
    vertical-align: top;
    max-width: 430px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.page-index .et-wrap {
    padding-top: 20px;
}

/*common*/
.btn-red-shadow {
    background: url(../img/button-red-a.png) no-repeat left top;
    font-size: 18px;
    width: 160px;
    height: 70px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-red-shadow:hover {
. ett-hotwords color: #fff;
    background-position: right top;
}

.btn-orange-shadow {
    font-size: 18px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -2px rgba(252, 131, 13, 0.27);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-orange-shadow {
    background: rgb(251, 102, 0);
    background: -moz-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(251, 102, 0, 1)), color-stop(100%, rgba(253, 138, 16, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -o-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -ms-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: linear-gradient(to right, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6600', endColorstr='#fd8a10', GradientType=1);
}

.btn-orange-shadow:hover {
    color: #fff;
    opacity: .8
}

/*head*/
.header {
    height: 79px;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    font-size: 14px;
}

.header-padding {
    height: 80px;
    display: block;
}

.header .hd_logo {
    width: 86px;
    height: 30px;
    margin-top: 23px;
    background: url(../img/logo.png) no-repeat left top;
    float: left;
}

.header .hd_nav {
    float: left;
    margin-left: 48px;
}

.header .hd_nav .nav_item {
    float: left;
}

.header .hd_nav .nav-link {
    line-height: 79px;
    display: block;
    padding: 0 20px;
    position: relative;
}

.header .hd_nav .current .nav-link {
    color: #ed353c;
}

.header .hd_nav .nav_item.current .nav-link:after,
.header .hd_nav .nav_item:hover .nav-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ed353c;
}

.header .hd_nav .nav-slide {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 80px;
    background: #fff;
    overflow: hidden;
}

.header .hd_nav .nav-slide .i-hot,
.header .hd_nav .nav-slide .i-new {
    width: 40px;
    height: 19px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
}

.header .hd_nav .nav-slide .i-hot {
    background: url(../img/menu-hot.gif) no-repeat;
}

.header .hd_nav .nav-slide .i-new {
    background: url(../img/menu-new.gif) no-repeat;
}

.header .hd_nav .ns-list {
    margin-top: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.header .hd_nav .ns-list:after {
    content: "";
    display: block;
    height: 20px;
}

.header .hd_nav .nav_item:hover .nav-slide {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.header .hd_nav .nav_item:hover .ns-list {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top ease 0.5s;
    transition: margin-top 0.5s ease;
}

.header .hd_nav .ns-list dl {
    float: left;
    width: 250px;
    margin: 30px 50px 30px 0;
}

.header .hd_nav .ns-list dt {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 16px;
    margin-right: 30px;
}

.header .hd_nav .ns-list dd {
    line-height: 32px;
}

.header .hd_nav .ns-list .dl-block {
    float: none;
    width: 100%;
    margin: 10px 0 30px 0;
}

.header .hd_nav .ns-list .dl-block dt {
    width: 190px;
}

.header .hd_nav .ns-list .dl-block dd {
    overflow: hidden;
}

.header .hd_nav .ns-list .dl-block dd a {
    float: left;
    margin-right: 40px;
    padding: 10px 0;
}

.header .hd_nav .ns-list .dl-block dd a:hover {
    color: #ed353c;
}

.header .hd_nav .ns-recommend {
    background: #F4F4F4;
    padding: 20px 0;
}

.header .hd_nav .nr-hd {
    float: left;
    width: 73px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: url(../img/menu-jt.png) no-repeat;
    color: #fff;
}

.header .hd_nav .nr-list {
    margin-left: 85px;
}

.header .hd_nav .nr-list li {
    float: left;
    line-height: 30px;
    margin: 0 20px;
}

.header .hd_nav .ns-list .links {
    padding: 30px 0;
}

.header .hd_nav .ns-list .links a {
    float: left;
    margin-right: 40px;
}

.header .hd_nav .ns-list .links a:hover {
    color: #ed353c;
}

.header .hd_nav .ns-list .service-box {
    float: left;
    margin-top: 43px;
}

.header .hd_nav .ns-list .service-box p {
    font-size: 16px;
    color: #888888;
    line-height: 36px;
}

.header .hd_nav .ns-list .service-box p span {
    color: #333;
}

.header .hd_nav .ns-list .service-box a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    display: block;
    color: #ed353c
}

.header .hd_extra {
    float: right;
    margin-top: 19px;
}

.header .hd_extra .elink {
    float: left;
    padding: 0 9px;
    line-height: 40px;
}

/*.header .hd_extra .elink:nth-child(2){ display: none; }*/
.header .hd_extra .elink i {
    display: inline-block;
    width: 23px;
    height: 17px;
    margin-right: 5px;
}

.header .hd_extra .elink i.i-cloud {
    background: url(../img/top-icon-1.png) no-repeat center;
    vertical-align: middle;
}

.header .hd_extra .elink i.i-bag {
    background: url(../img/top-icon-2.png) no-repeat center;
    vertical-align: sub;
}

.header .demo {
    float: left;
    margin-left: 15px;
    position: relative;
}

.header .demo-sub {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding-top: 10px;
}

.header .demo:hover .demo-sub {
    display: block;
}

.header .demo-sub .arrow {
    position: absolute;
    right: 59px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ED3C3F;
}

.header .demo-sub .inner {
    width: 600px;
    height: 580px;
    border: 3px solid #ED3C3F;
    text-align: center;
    background: #fff;
}

.header .demo-sub .title {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.header .demo-sub .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.header .demo-sub .subtitle.red {
    color: #ED3C3F;
}

.header .demo-sub .subtitle.blue {
    color: #3DBAF7;
}

.header .demo-sub .demo-table-wp {
    padding: 0 30px;
}

.header .demo-sub .demo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.header .demo-sub .demo-table tr {
    border: 1px solid #ddd;
}

.header .demo-sub .demo-table th,
.header .demo-sub .demo-table td {
    padding: 6px 14px;
}

.header .demo-sub .demo-table td a {
    color: #666;
}

.header .demo-sub .demo-table td a:hover {
    color: #ec5051;
}

.header .demo-sub .qrcode-list {
    padding: 0 50px;
}

.header .demo-sub .qrcode-list li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.header .demo-sub .qrcode-list li img {
    width: 98px;
    height: 98px;
}

/*foot*/
.footer {
    color: #999;
    font-size: 14px;
    background: #222;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #aaa;
}

.footer .footer_service {
    background: #272727;
    padding: 40px 0;
}

.footer .footer_service li {
    float: left;
    width: 300px;
}

.footer .footer_service li i {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../img/bottom-icon.png) no-repeat;
}

.footer .footer_service li.item-1 i {
    background-position: 0 0;
}

.footer .footer_service li.item-2 i {
    background-position: -60px 0;
}

.footer .footer_service li.item-3 i {
    background-position: -120px 0;
}

.footer .footer_service li.item-4 i {
    background-position: -180px 0;
}

.footer .footer_service li .text {
    padding-left: 70px;
}

.footer .footer_service li .text .h3 {
    font-size: 18px;
    color: #fff;
}

.footer .footer_link {
    padding-top: 44px;
    overflow: hidden;
}

.footer .footer_link .ft-help-1 {
    float: left;
    width: 333px;
    position: relative;
}

.footer .footer_link .ft-help-1 .logo {
    width: 86px;
    height: 30px;
    margin-bottom: 10px;
    background: url(../img/logo.png) no-repeat left top;
}

.footer .footer_link .ft-help-1 .company {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.footer .footer_link .ft-help-1 .number {
    width: 191px;
    height: 62px;
    border: 1px solid #333539;
}

.footer .footer_link .ft-help-1 .number .img {
    width: 24px;
    height: 31px;
    float: left;
    background: url(../img/bottom-icon2.png) no-repeat left top;
    margin: 12px 0 0 15px;
}

.footer .footer_link .ft-help-1 .number .info {
    margin-left: 53px;
    margin-top: 10px;
    font-size: 13px;
    white-space: nowrap;
}

.footer .footer_link .ft-help-1 .number .info h3 {
    color: #fff;
    margin-bottom: 2px;
}

.footer .footer_link .ft-help-1 .stage h3 {
    padding: 15px 0;
}

.footer .footer_link .ft-help-1 .stage .links a {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/bottom-icon2.png) no-repeat;
}

.footer .footer_link .ft-help-1 .stage .links a.item-1 {
    background-position: 0px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-2 {
    background-position: -30px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-3 {
    background-position: -60px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-4 {
    background-position: -90px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-5 {
    background-position: -120px -41px;
}

.footer .footer_link .ft-help-2 {
    float: left;
    width: 250px;
}

.footer .footer_link .ft-help-2 .contact {
    margin-bottom: 24px;
}

.footer .footer_link .ft-help-2 .contact i {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    background: rgba(255, 255, 255, .05) url(../img/bottom-mobile.png) no-repeat center;
}

.footer .footer_link .ft-help-2 .contact .text {
    margin-left: 63px;
}

.footer .footer_link .ft-help-2 .contact .text h3 {
    font-size: 14px;
    color: #999;
}

.footer .footer_link .ft-help-2 .contact .text p {
    font-size: 23px;
    color: #fff;
}

.footer .footer_link .ft-help-2 .qrcode {
    margin-right: -20px;
}

.footer .footer_link .ft-help-2 .qrcode .item {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.footer .footer_link .ft-help-2 .qrcode .item .img {
    width: 110px;
    height: 110px;
    background: url(/inc/img/2wm.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item-2 .img {
    background: url(../img/2wm-wechat.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item p {
    line-height: 44px;
    color: #999;
}

.footer .ft-menu {
    float: left;
    width: 610px;
}

.footer .ft-menu .menu-list {
    float: left;
    width: 216px;
}

.footer .ft-menu .menu-list dt {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 13px;
}

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 30px;
}

.footer .ft-menu .menu-1 {
    width: 222px;
}

.footer .ft-menu .menu-2 {
    width: 198px;
}

.footer .ft-menu .menu-3 {
    width: 189px;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: 56px;
    padding-top: 43px;
}

.footer .footer_copy p {
    line-height: 2;
    color: #737373;
}

.footer .footer_copy p span {
    margin: 0 10px;
}

.footer .ft-solution {
    text-align: center;
    margin-bottom: 39px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    padding: 23px 0;
}

.footer .ft-solution .item {
    display: inline-block;
    margin: 0 25px;
}

.footer .ft-solution span.item {
    color: #fff;
}

.footer .ft-friend {
    padding: 0 0 8px;
}

.footer .ft-friend a {
    margin: 0 9px;
}

.section-fixed-contact {
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.section-fixed-contact .container {
    position: relative;
}

.section-fixed-contact .text {
    float: left;
    line-height: 54px;
    padding-top: 23px;
    font-size: 22px;
}

.section-fixed-contact .text i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/contact.png) no-repeat center;
    vertical-align: -6px;
    margin-right: 10px;
}

.section-fixed-contact .text .num {
    color: #F81528;
    font-size: 36px;
    vertical-align: top;
    margin: 0 10px;
}

.section-fixed-contact .btns {
    float: right;
    padding-top: 25px;
}

.section-fixed-contact .btns a {
    margin-left: 10px;
}

.section-fixed-contact .btns .btn-red-shadow {
    vertical-align: top;
}

.section-fixed-contact .btns .btn-red-line {
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    width: 158px;
    margin-left: 10px;
}

.section-fixed-contact .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -120px;
    top: 10px;
    background: url(../img/close.png) no-repeat center;
}

.section-fixed-contact .orange {
    color: #FB6703;
}

.section-fixed-contact .red-number {
    color: #F81528;
    font-size: 36px;
    font-style: italic;
    display: inline-block;
    vertical-align: -5px;
    font-weight: 700;
    margin: 0 3px;
}

@media screen and (max-width: 1457px) {
    .section-fixed-contact .close {
        right: -30px;
        top: 5px;
    }
}

.article_content_bottom a {
    color: rgb(165, 165, 165);
}

.article_content_bottom span {
    color: rgb(165, 165, 165);
}

.footer_tab {
    background-color: white;
    margin: 10px 0px;
    padding: 35px 0;
    text-align: center;
}

.footer_tab div a {
    color: rgb(165, 165, 165);
}

.footer_tab div a:hover {
    color: red;
}

.footer_tab div {
    color: rgb(165, 165, 165);
    font-size: 14px;
    overflow: hidden;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
