* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: #fff;
    color: #333;
    font: 12px/1.6 "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
    /* min-width: 1200px; */
}

input,
select,
textarea {
    outline: none;
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

li {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #ff6600;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/***font color***/
.cf40 {
    color: #ff4400;
}

.c2868c8 {
    color: #2868c8;
}

.c1f5292 {
    color: #1f5292;
}

.c029ae4 {
    color: #0c57f0;
}

.cff7543 {
    color: #ff7543;
}

.c20508e {
    color: #20508e;
}

.cle3 {
    color: #e3e3e3;
}

.cwhite {
    color: white;
}

.c3 {
    color: #333;
}

.c9 {
    color: #999;
}

/***background***/
.bgfff {
    background: #fff;
}

.bgf40 {
    background: #f40;
}

.bgf3 {
    background: #f3f3f3;
}

.bgf5 {
    background: #f5f5f5;
}

.bg2868c8 {
    background: #2868c8;
}

.bgff8b1a {
    background: #ff8b1a !important;
}

/***marign***/
.mtb20 {
    margin: 20px 0;
}

.mt12 {
    margin-top: 12px;
}

.mt20 {
    margin-top: 20px;
}

.mt27 {
    margin-top: 27px;
}

.mt30 {
    margin-top: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml30 {
    margin-left: 30px;
}

.mr25 {
    margin-right: 15px;
}

/***padding***/
.pl40 {
    padding-left: 40px;
}

.ptb5 {
    padding: 5px 0;
}

.ptb10 {
    padding: 10px 0;
}

.ptb15 {
    padding: 15px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb25 {
    padding: 25px 0;
}

.ptb30 {
    padding: 30px 0;
}

.ptb40 {
    padding: 40px 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt27 {
    padding-top: 27px;
}

.pb27 {
    padding-bottom: 27px;
}

.pt30 {
    padding-top: 30px;
}

.pt32 {
    padding-top: 32px;
}

.pb18 {
    padding-bottom: 18px;
}

/***font-size***/
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.fs40 {
    font-size: 40px;
}

.fs48 {
    font-size: 48px;
}

.fwbd {
    font-weight: bold;
}

.center {
    text-align: center;
}

/***line-height***/
.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh28 {
    line-height: 28px;
}

.lh35 {
    line-height: 35px;
}

.lh36 {
    line-height: 36px;
}

.vertical {
    vertical-align: middle;
}

.ftx04 {
    margin-right: 5px;
    font-weight: normal;
    font-family: "宋体";
    color: red;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

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

.iconfont {
    font-family: "iconfont" !important;
    /*优先使用该字体*/
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*抗锯齿*/
    -webkit-text-stroke-width: 0.2px;
    /*用长度值指定描边厚度*/
    -moz-osx-font-smoothing: grayscale;
}

/***Current nav***/
.CurrentNav {
    overflow: hidden;
    line-height: 38px;
    height: 38px;
    border: 1px #eee solid;
    background: #f7f8f9;
    color: #999;
}

.CurrentNav a {
    color: #999;
}

/***page***/
.page {
    overflow: hidden;
    text-align: center;
}

.page a {
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    height: 34px;
    border: 1px solid #ccc;
    margin: 10px 5px;
    text-align: center;
    font-size: 14px;
}

.page a:hover {
    border: 1px #06c solid;
    color: #06c;
    background-color: white;
    text-decoration: none;
}

.page a.select {
    border: 1px solid #06c;
    background-color: #06c;
    color: white;
}

/***public head banner***/
.PublicHeaderBanner {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

/*---------------------------head------------------------*/
.ay-global-topbar {
    background: #f7f8f9;
    height: 40px;
    border-bottom: 1px #eee solid;
    line-height: 40px;
    overflow: hidden;
}

.ay-global-topbar i.iconfont {
    margin: 0 3px 0 0;
    font-size: 15px;
}

.top-Welcome i.iconfont {
    font-size: 20px;
    vertical-align: middle;
}

.topbar-r-span {
    padding: 0 0 0 10px;
}

.topbar-r-link {
    display: inline-block;
    line-height: 26px;
    background: #34b5f6;
    color: white;
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 3px;
}

.topbar-r-link:hover {
    color: white;
    text-decoration: none;
}

.logo {
    width: 213px;
    height: 48px;
    /* margin: 0 0 0 10px; */
    /*background: url('../images/png.png') no-repeat;text-indent: -999em;*/
}

.notes {
    overflow: hidden;
    margin: 10px 0 0 16px;
    padding-left: 13px;
    border-left: 1px #eee solid;
}

.note-span {
    display: block;
}

.select-city {
    overflow: hidden;
    text-align: center;
    line-height: 18px;
    padding: 7px 15px;
    border: 1px solid #eee;
    margin-left: 20px;
}

.select-city-name {
    color: #666;
}

.switch-city a {
    color: #999;
}

.top-search {
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    top: -10px;
}

.top-search .search-main {
    overflow: hidden;
}

.top-search .search-main .inp {
    float: left;
    height: 40px;
    width: 358px;
    box-sizing: border-box;
    padding: 10px;
    border: 2px #0c57f0 solid;
}

.top-search .search-main .submit {
    float: right;
    width: 86px;
    height: 40px;
    border: 0;
    background: #0c57f0;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.top-search .search-tab {
    overflow: hidden;
}

.top-search .search-tab li {
    float: left;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.top-search .search-tab li.active {
    background: #0c57f0;
    color: white;
}

.top_ad {
    height: 52px;
    overflow: hidden;
    padding-right: 35px;
}

.top_ad img {
    height: 52px;
}

.falv-search {
    border: 2px #0c57f0 solid;
    margin: 8px 0 0 60px;
    height: 35px;
    position: relative;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
}

.falv-search-switch-name {
    width: 60px;
    line-height: 35px;
    background: #f7f8f9;
    padding-left: 25px;
    cursor: pointer;
    float: left;
    border-right: 1px solid #eee;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.falv-search-switch-name i.item-trian {
    border-width: 5px;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
}

.falv-search-switch-list {
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: 35px;
    background: #f7f8f9;
    width: 90px;
    border: 2px #029ae4 solid;
    border-top-color: #f7f8f9;
    display: none;
    z-index: 2;
}

.falv-search-switch-list li {
    line-height: 30px;
    padding-left: 25px;
    cursor: pointer;
}

.falv-search-switch-list li:hover {
    background: #999;
}

.falv-search-input {
    float: left;
    height: 17px;
    margin: 9px 5px;
    border: 0;
    width: 240px;
    color: #666;
    font-family: "Microsoft YaHei";
}

.falv-search-submit {
    float: left;
    border: 0;
    width: 80px;
    height: 35px;
    background: #029ae4;
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

.more-attention {
    overflow: hidden;
}

.falv-attention-list li {
    float: left;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
	z-index: 999;
}

.falv-attention-list li.border {
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
}

.falv-attention-list li p i.iconfont {
    font-size: 22px;
}

.falv-attention-none {
    width: 120px;
    overflow: hidden;
    padding: 18px;
    border: 1px #eee solid;
    background: white;
    position: absolute;
    z-index: 2;
    left: -46px;
    top: 60px;
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.falv-attention-none-ewm {
    width: 120px;
    height: 120px;
}

.falv-attention-none-title {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #eee solid;
    color: #f40;
    font-weight: bold;
}

.falv-attention-none-info {
    padding: 5px 0 0 0;
    line-height: 24px;
    color: #666;
}

.falv-attention-none .ShortStyle {
    font-size: 16px;
    font-weight: bold;
}

.falv-attention-none p.iconfont {
    font-size: 30px;
}

.falv-menu {
    height: 47px;
    width: 100%;
    background: url('../images/menu_bg.png') repeat-x;
    border-bottom: 3px solid #f40;
    z-index: 1111;
    display: none;
}

.menu {
    overflow: hidden;
}
.menu li.on{
	border-bottom: 3px solid #0c57f0;
}
.menu li.on a{
    color: #3383fc;
}

.top-menu-item {
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 44px;
    text-align: center;
	margin-right: 37px;
}
.top-menu-item:last-child{
	margin-right: 0;
}
.top-menu-item a {
    color: white;
}

.top-menu-item a:hover {
    text-decoration: none;
}

/***footer***/
.link-note {
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.link-note-p1 {
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
}

.link-note-p2 span {
    color: #ccc;
    padding: 0 10px 10px 10px;
    border-bottom: 1px #ff9575 solid;
    display: inline-block;
    line-height: 24px;
}

.link-note-p3 {
    color: #999;
    line-height: 40px;
    padding-top: 10px;
}

.footer-link {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
}

.footer-link a {
    line-height: 52px;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.footer-falv-data-bg {
    width: 100%;
    background: #184a8b;
}

.friendlinks {
    background: #484848;
    color: #ccc;
    padding: 20px;
}

.friendlinks-title {
    font-size: 14px;
    line-height: 30px;
}

.friendlinks ul {
    width: 1120px;
}

.friendlinks ul li {
    float: left;
    line-height: 30px;
    padding: 0 10px;
}

.friendlinks ul li a {
    color: #ccc;
}

.falv-data-list {
    overflow: hidden;
    margin-bottom: 0;
}

.falv-data-list li {
    float: left;
    color: white;
    padding: 0 80px;
}

.falv-data-list .iconfont {
    font-size: 50px;
}

.falv-data-note {
    line-height: 25px;
    padding: 15px 0;
    padding-left: 10px;
}

.falv-data-note-p1 {
    font-size: 24px;
    font-weight: bold;
}

.falv-know {
    width: 100%;
    overflow: hidden;
    background: #3e3e3e;
}

.falv-know-content {
    background: #343434;
    padding: 0 0 0 44px;
    color: #ccc;
    width: 1156px;
    margin: 0 auto;
}

.falv-know-form {
    width: 527px;
    padding: 32px 0;
}

.foot-message-title {
    background: url(../images/foot-message-title.png) no-repeat left center;
    width: 33px;
    height: 119px;
}

.footerForm {
    padding-left: 38px;
    width: 424px;
}

.footerForm p {
    padding-bottom: 10px;
    padding-right: 10px;
    float: left;
    font-size: 14px;
}

.footerForm .inptext {
    width: 136px;
    height: 36px;
    background: #3e3e3e;
    padding-left: 15px;
    line-height: 36px;
    color: #ccc;
}

.footerForm .textarea {
    width: 424px;
    height: 70px;
    background: #303030;
    padding: 10px;
    line-height: 24px;
    color: #ccc;
    resize: none
}

.footerForm .inpreset,
.footerForm .inpsub {
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
}

.footerForm .inpreset {
    background: #9f9f9f;
    margin-right: 10px;
}

.footerForm .inpsub {
    background: #9a3c1a;
    border: 0;
}

.falv-know-attion {
    overflow: hidden;
    float: right;
    width: 604px;
}

.falv-know-attion .qq-tel {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    width:302px;
}
.falv-know-attion-ewm{
    width:302px;
}
.falv-know-attion-default {
    overflow: hidden;
    padding: 39px 44px;
    border-bottom: 1px solid #232323;
}
.falv-know-attion-default.falv-app-link {
    border-bottom:0;
}
.falv-know-attion-default img {
    float: left;
    width: 66px;
    height: 66px;
}

.falv-know-attion-default-div {
    float: left;
    overflow: hidden;
    padding-left: 15px;
}

.falv-know-attion-default-div h3 {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.falv-know-attion-default-div p {
    line-height: 18px;
    color: #666;
    padding-top: 5px;
}

.falv-know-attion-list {
    padding: 41px 65px 42px 90px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}
.falv-know-attion-list.border-top{
    padding: 28px 65px 29px 90px;
}

.border-top {
    border-top: 1px solid #232323;
}

.falv-know-attion-list i.iconfont {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}

.footer-copyright {
    overflow: hidden;
    width: 100%;
    background: #303030;
    text-align: center;
}

.footer-copyright p.copyright {
    line-height: 24px;
    color: #999;
    padding: 10px 0 30px 0;
}

.footer-copyright p.copyright a {
    color: #999;
}

.footer-copyright p.footer-bottom {
    padding: 20px 0 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.footer-copyright p.footer-bottom a {
    color: #999;
    margin: 0 10px;
}

.footer-gotoTop {
    line-height: 30px;
    height: 30px;
    background: white;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    margin: 0 0 30px 0;
}

.footer-gotoTop:hover {
    color: #333;
    text-decoration: none;
}

.highlight {
    color: #ff0000;
}

/***switch city***/
.chosec {
    padding: 0 0 0 20px;
    line-height: 40px;
    font-size: 14px;
}

.all_city {
    overflow: hidden;
}

.all_city dl {
    overflow: hidden;
    padding-bottom: 15px;
}

.all_city dl dt {
    padding: 0 0 0 20px;
    line-height: 24px;
}

.all_city dl dd {
    overflow: hidden;
    line-height: 24px;
    padding: 0 0 0 20px;
}

.all_city dl dd a {
    display: inline-block;
    margin: 0 10px 0 0;
}

/* 首页在线咨询 */
.fixed-sideBox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -290px;
    width: 290px;
    opacity: .95;
    background: #fff;
    border: 0 solid #e5e5e5;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
    z-index: 1112;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.sideBox-content {
    padding-top: 70px;
}

.consult-type {
    padding: 70px 30px 30px;
}

.consult-type .closeBox-btn {
    height: 30px;
    text-align: right;
}

.consult-type .closeBox-btn span {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: 100% auto;
    background-image: url(../images/close-right.png);
    cursor: pointer;
}

.consult-type .consult-text {
    padding-top: 10px;
    line-height: 27px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
}

.consult-type .consult-tel {
    padding-top: 14px;
    line-height: 37px;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #333;
    letter-spacing: 0;
}

.contact-box {
    border-top: .5px solid #e5e5e5;
}

.contact-box form {
    padding: 10px 30px;
}

.contact-box form .contact-titl {
    padding-bottom: 20px;
    line-height: 27px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
}

.contact-box form input,
.contact-box form textarea {
    margin-top: 10px;
    padding: 10px;
    height: 18px;
    width: 208px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
}

.contact-box form textarea {
    height: 60px !important;
}

.contact-box form button,
.submit-success {
    font-family: PingFangSC-Regular;
    font-size: 14px;
}

.contact-box form button {
    margin-top: 20px;
    height: 40px;
    width: 100%;
    background: #38f;
    border: none;
    outline: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.submit-success .success-thank {
    padding-top: 20px;
    color: #478f3b;
    letter-spacing: 0;
}

.submit-success .success-mess {
    padding-top: 10px;
    color: #666;
    letter-spacing: 0;
    line-height: 27px;
}

.fixed-btn {
    position: fixed;
    bottom: 56px;
    right: 30px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#549bff), to(#38f));
    background-image: -webkit-linear-gradient(top, #549bff, #38f);
    background-image: -moz-linear-gradient(top, #549bff 0, #38f 100%);
    background-image: linear-gradient(-180deg, #549bff, #38f);
    z-index: 20;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.fixed-btn P {
    padding: 14px 16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px;
}

/*右侧浮动*/
.common-fixed {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 50%;
    background: white;
    box-shadow: 0 0 5px #ccc;
    width: 80px;
    margin-top: -112px;
}

.common-fixed .fixed-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 74px;
    border-bottom: 1px #ddd solid;
    text-decoration: none;
}

.common-fixed .fixed-item .text {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

/*浮动返回顶部
.top-fixed {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 150px;
    left: 50%;
    margin-left: 630px;
}
.top-fixed .icon-fixed-aside {
    width: 45px;
    height: 45px;
    background-position: -225px 3px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    display: block;
}
.icon-fixed-aside {
    width: 45px;
    height: 38px;
    background: url(../images/icon-fixed-aside.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: #f7f7f7;
    z-index: 2;
    position: relative;
}
.top-fixed:hover .toTop .icon-fixed-aside {
    background-color: #184a8b;
    border-color: #184a8b;
    background-position: -225px -35px;
}*/
/*问答表单 发送短信按钮*/
span .cm-btn {
    width: 90px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #219ff0;
    display: inline-block;
    border: 1px solid #219ff0;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

span .cm-btn:hover {
    background-color: rgb(56, 168, 242);
    color: #fff;
}

/* 双导航 */
.falv-nav {
    width: 100%;
    height: 47px;
    z-index: 1111;
	background-color: #fff;
}

.falv-nav a {
    color: #444;
}

.falv-nav a:hover {
    text-decoration: none;
}

.falv-nav .falv-nav-left p {
    font-size: 18px;
    line-height: 66px;
}

.falv-nav .falv-nav-left p a {
    display: block;
    width: 150px;
    text-align: center;
}

.falv-nav .falv-nav-left p a.on {
    background: #ff4400;
}

.falv-nav .falv-nav-left .haolvshi {
    width: 140px;
    text-align: center;
}

.falv-nav .falv-nav-left .haolvshi a {
    font-size: 18px;
    display: block;
    line-height: 66px;
}

.falv-nav .falv-nav-left .haolvshi a.on {
    background: #ff4400;
}

.falv-ai-cat {
    width: 760px;
    margin: 6px 0;
}

.falv-ai-cat li {
    float: left;
    font-size: 14px;
    width: 120px;
    text-align: center;
    line-height: 19px;
    border-left: 1px solid #123869;
    padding: 4px 0;
    padding-left: 30px;
    height: 19px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.falv-ai-cat li.c0 {
    background: url(../images/falv_nav_c0.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c1 {
    background: url(../images/falv_nav_c1.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c2 {
    background: url(../images/falv_nav_c2.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c3 {
    background: url(../images/falv_nav_c3.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c4 {
    background: url(../images/falv_nav_c4.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c5 {
    background: url(../images/falv_nav_c5.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c6 {
    background: url(../images/falv_nav_c6.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c7 {
    background: url(../images/falv_nav_c7.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c8 {
    background: url(../images/falv_nav_c8.png) no-repeat 20px center;
    height: 19px;
}

.falv-ai-cat li.c9 {
    background: url(../images/falv_nav_c9.png) no-repeat 20px center;
    height: 19px;
}

/* 双层导航 */
.falv-menu-double {
    background: url('../images/menu_bg.png') repeat;
    border-bottom: 3px solid #f40;
}

.falv-menu-double .double-merge {
    line-height: 80px;
    text-align: center;
    padding: 0 40px;
    font-size: 18px;
    color: white;
}

.falv-menu-double .double-merge-on {
    background: #f40;
}

.falv-menu-double .double-merge a {
    display: inline-block;
    color: white;
    text-decoration: none;
}

.falv-menu-double .double-item {
    position: relative;
}

.falv-menu-double .double-item .double-merge {
    padding: 0 60px;
}

.falv-menu-double .double-item:nth-child(2)::after {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 44px;
    background-color: #fff;
    top: 50%;
    right: 0;
    margin-top: -22px;
}

.falv-menu-double .double-item .item-main {
    padding-top: 10px;
    padding-right: 60px;
}

.falv-menu-double .double-item .item-main .item-main-text {
    line-height: 30px;
    font-size: 16px;
}

.falv-menu-double .double-item .item-main .item-main-text a {
    color: white;
}

.falv-menu-double .double-item:nth-child(3) .item-main:last-child {
    padding-right: 0;
}

/* Banner悬浮导航 */
.common-suspend-nav-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 234px;
}

.common-suspend-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 234px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Microsoft Yahei';
}

.common-suspend-nav .nav-item {
    padding: 0 20px 0 10px;
}

.common-suspend-nav .nav-item:hover {
    box-shadow: -7px 0 10px 1px rgba(0, 0, 0, .1);
}

.common-suspend-nav .nav-item .item-title {
    padding-left: 28px;
    font-size: 16px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.common-suspend-nav .nav-item .item-other {
    margin-left: 28px;
    border-bottom: 1px #e3e3e3 solid;
    line-height: 30px;
}

.common-suspend-nav .nav-item .item-other a.other-link {
    color: #666;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'SimSun';
}

.m-menu-btn,
.m-nav,
.m_J_slider,
.m-footer {
    display: none;
}