﻿table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
ul,li,dt,dl,dd{
	list-style: none;
}
a{
	text-decoration: none;
    outline: none;
    color: #333;
    border: 0;
    cursor: pointer;
}


div {
    zoom: 1;
}
::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background-color: #F0F2F5;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #F4202F;
    background-image: linear-gradient(0deg,#FF512F,#F4202F);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF512F),to(#F4202F));
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.clearfix:before, .clearfix:after{
    display: block;
    content: " ";
    clear: both;
    visibility: visible;
}


.f_l,.fl{
    float: left;
}
.f_r,.fr{
    float: right;
}


.align_center{
    text-align: center;
}




.marg60 {
    margin-top: 60px;
}
.pdt60 {
    padding-top: 60px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.show{
    display: block!important;
}
.hide{
    display: none!important;
}
.tab_con{
    display: none;
}





/* 标题 */

.title {
 text-align: center;
}
.title .h2{
    font-size: 30px;
}
.title .h2 .tt{
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}
.title .h2 .decoration_l,.title .h2 .decoration_r{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 8px;
    border-radius: 5px;
    background: #000000;
}
.title .h2 .decoration_l:after,.title .h2 .decoration_r:after{
    position: absolute;
    display: block;
    clear: both;
    width: 88px;
    height: 1px;
    top: 50%;
    margin-top: 0.5px;
    content: "";
}
.title .h2 .decoration_l:after{
    right: 0;
    background: -webkit-linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background: -o-linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background: -moz-linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background-image: linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,from(rgba(255,255,255,0)),to(#000000));
}
.title .h2 .decoration_r:after{
    left: 0;
    background: -webkit-linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background: -o-linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background: -moz-linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background-image: linear-gradient(20deg,#000000,rgba(255,255,255,0));
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,from(#000000),to(rgba(255,255,255,0)));
}
.title .text{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 18px;
}
.title .text a,.title .color_ff0000{
    color: #ff0000;
}

/* 案例页面 */
.case_body{
    margin-top: 54px;
}
.case_body .table{
    width: 100%;
    margin-top: 71px;
}
.case_body .table table td{
    border: 1px solid #e5e5e5;
    width: 25%;
    vertical-align: middle;
    padding: 5px 10px;
    height: 70px;
    text-align: center;
}
.case_body .table table td.a {
    text-align: center;
    background: #f2f2f2;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 20%;
}
.case_body .table table td p {
    line-height: 25px;
    color: #000000;
    font-size: 14px;
}
.case_body .table .red {
    color: #e70012;
}
.case_body .table table td a{
    display: inline-block;
    border: 1px solid #F5242F;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0);
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #f5242f;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    cursor: pointer;
}
.case_body .table table td a:hover {
    background: #E70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 16px 0px #F5232F;
    box-shadow: 0 0 16px 0px #F5232F;
    color: #fff;
}
.case_body .table table td a.more_a{
    border: none;
    color: #999;
    font-size: 12px;
    height: auto;
    line-height: 14px;
    margin-top: 10px;
}
.case_body .table table td a.more_a:hover{
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #ff0000;
}

.case_hangye_box{
    margin-top:75px;
}
.case_hangye_box .left-content {
    width: 976px;
    height: 443px;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.case_hangye_box .company-list {
    padding: 20px 25px;
    background: #fff;
}
.case_hangye_box .top-title p.b {
    height: 27px;
    line-height: 27px;
    color: #ff0000;
    font-size: 14px;
}
.case_hangye_box .top-title p.b img {
    float: left;
    margin-right: 6px;
}
.case_hangye_box .top-title p.a {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 40px;
    height: 27px;
    line-height: 27px;
}
.case_hangye_box .top-title p.a span {
    position: absolute;
    top: 0px;
    width: 35px;
    height: 27px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.case_hangye_box .top-title p.a span.a {
    background-image: url("/theme/eycmscn/imags_lanmutu/400/bank_h.png");
}
.case_hangye_box .top-title p.a span.b {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/canyin_h.png);
}
.case_hangye_box .top-title p.a span.c {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/jiadian_h.png);
}
.case_hangye_box .top-title p.a span.d {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/kuaidi_h.png);
}
.case_hangye_box .top-title p.a span.f {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/dianshang_h.png);
}
.case_hangye_box .top-title p.a span.h {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/car_h.png);
}
.case_hangye_box .top-title p.a span.j {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/baoxian_h.png);
}
.case_hangye_box .bottom-img {
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.case_hangye_box .bottom-img .hover {
    position: absolute;
    width: 100%;
}
.case_hangye_box .bottom-img .hover li {
    width: 20%;
    height: 180px;
    float: left;
}
.case_hangye_box .bottom-img .hover li a {
    position: relative;
    left: -18px;
    top: 20px;
    cursor: pointer;
    display: none;
}
.case_hangye_box .bottom-img .hover li:hover a {
    display: block;
}

.case_hangye_box .right-content {
    width: 220px;
    height: 445px;
    float: left;
    background: #f6f7fa;
}
.case_hangye_box .right-content .number-list {
    padding: 26px 34px;
}
.case_hangye_box .number-list .h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
}
.case_hangye_box .number-list li.hover {
    margin-top: 22px;
    text-align: center;
}
.case_hangye_box .number-list li.hover span {
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    color: #000;
    display: block;
    background: #efefef;
    border-radius: 3px;
    cursor: pointer;
}
.case_hangye_box .number-list li.hover a {
    cursor: pointer;
    display: none;
    border-radius: 3px;
    background: #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
}
.case_hangye_box .number-list li.more {
    margin-top: 22px;
    text-align: center;
}
.case_hangye_box .number-list li.more .btn {
    cursor: pointer;
    display: block;
    border-radius: 3px;
    background: #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
}
.case_hangye_box .number-list li.hover:hover span {
    display: none;
}
.case_hangye_box .number-list li.hover:hover a {
    display: block;
}




/*  选号中心分割 模块css */
.module_tc_one .content{
    margin-top: 45px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.module_tc_one .content {margin-top: 45px;padding: 0;border: 1px solid #e5e5e5;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative; }
.module_tc_one .content:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;border: 1px solid #FF8690; }
.module_tc_one .content .left-con {background: #f6f7fa;width: 400px;text-align: center;padding-bottom: 20px; }
.module_tc_one .content .left-con h3 {color: #030303;font-size: 18px; padding-top: 28px; }
.module_tc_one .content .left-con .texta {color: #030303;font-size: 14px;margin-top: 10px; }
.module_tc_one .content .left-con .text-btn {background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 303px;height: 55px;line-height: 55px;color: #fff;margin: 20px auto 0;font-size: 18px; }
.module_tc_one .content .left-con .text-btn span {font-size: 30px; font-weight: 700; }
.module_tc_one .content .left-con .super-number {width: 328px;margin: 20px auto; }
.module_tc_one .content .left-con .super-number ul li {border-radius: 3px;background: #FFFFFF;width: 150px;height: 31px;line-height: 31px;float: left;margin: 0 7px 10px;font-size: 14px;cursor: pointer; }
.module_tc_one .content .left-con .super-number ul li.list:hover {border-radius: 3px;background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); -webkit-box-shadow: 0 0 10px 0px #FF8690;box-shadow: 0 0 10px 0px #FF8690;line-height: 31px;text-align: center;color: #fff;cursor: pointer; }
.module_tc_one .content .left-con .super-number ul li.list:hover .a,.module_tc_one .content .left-con .super-number ul li.list .b {display: none; }
.module_tc_one .content .left-con .super-number ul li.list:hover .b {display: block; }
.module_tc_one .content .left-con .super-number .last-item {border-radius: 3px;background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 149px;height: 31px;line-height: 31px; }
.module_tc_one .content .left-con .super-number .last-item a {color: #fff; }
.module_tc_one .content .right-con {width: 725px;padding-left: 34px;padding-top: 32px; }
.module_tc_one .content .right-con .title {color: #F4212F;font-size: 18px;font-weight: 600;text-align: left; }
.module_tc_one .content .right-con .text-tips {text-align: left;font-size: 16px;margin-top: 15px;color: #000; }
.module_tc_one .content .right-con .text-tips span {color: #fa1802; }
.module_tc_one .content .right-con .tc-list {width: 508px;margin-top: 25px; }
.module_tc_one .content .right-con .tc-list ul li {float: left;margin-right: 26px;margin-bottom: 22px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item {background: #f4222f;line-height:1.4;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 220px;height: 112px;position: relative;color: #fff;cursor: pointer; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item img {position: absolute;right: 0;top: 0; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .p {background: #FFFFFF;display: inline-block;width: 70px;height: 17px;vertical-align: middle;line-height: 17px;color: #F4212F;font-size: 12px;text-align: center;margin: 12px 12px 0 12px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .m {margin-left: 12px;margin-top: 12px;font-size: 18px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .m span {font-size: 30px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .t {margin-left: 12px; font-size: 12px;}
.module_tc_one .content .right-con .tc-list ul li .tc-list-item:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690; }
.module_tc_one .content .ask-now {position: absolute;right: 58px;bottom: 90px;width: 130px; }
.module_tc_one .content .ask-now a {display: block;color: #FFFFFF;font-size: 15px;font-weight: 400;text-align: center;background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);display: inline-block;width: 130px;height: 34px;line-height: 34px; }
.module_tc_one .content .ask-now a:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690; }




.module_tc_two {margin-top: 45px; }
.module_tc_two .wrap .tc-list {-webkit-transition: all .3s;transition: all .3s;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #fff; }
.module_tc_two .wrap .tc-list:hover {margin-top: -8px;-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;border: 1px solid #FF8690; }
.module_tc_two .wrap .tc-list:hover .top-content {border-color: #fff }
.module_tc_two .wrap .gold-tc {width: 389px;margin-right: 16px; }
.module_tc_two .wrap .economy-tc {width: 389px;margin-right: 16px; }
.module_tc_two .wrap .star-tc { width: 390px; }
.module_tc_two .wrap .tc-list .top-content {border: 1px solid #e5e5e5;border-bottom: none;position: relative;padding: 30px 25px; }
.module_tc_two .wrap .tc-list .top-content .note-img {position: absolute;right: 14px;top: -12px; }
.module_tc_two .wrap .tc-list .top-content h3 {font-size: 18px;color: #000; }
.module_tc_two .wrap .tc-list .top-content h4 { color: #9b9ea0;margin-top: 10px;font-size: 14px;font-weight: normal; }
.module_tc_two .wrap .tc-list .top-content h5 {margin-top: 65px;color: #e60012;font-size: 13px; }
.module_tc_two .wrap .tc-list .top-content .text-list {margin-top: 10px;border-bottom: 1px solid #e7e7e7;padding-bottom: 12px;position: relative; }
.module_tc_two .wrap .tc-list .top-content .text-list div.p {color: #444;font-size: 13px;margin-bottom: 10px;position: relative;height: 14px;line-height: 14px;}
.module_tc_two .wrap .tc-list .top-content .text-list div.p img.a {float: left;margin-right: 5px;margin-top: 3px; }
.module_tc_two .wrap .tc-list .top-content .text-list div.p img.b {position: relative;margin-left: 9px;top: -2px;cursor: pointer; }
.module_tc_two .wrap .tc-list .top-content .text-list div.p:hover .tips {display: block; }
.module_tc_two .wrap .tc-list .top-content .text-list .tips {background: url(/theme/eycmscn/imags_lanmutu/400/tc-fcbg.png) no-repeat;width: 313px;height: 151px;position: absolute;z-index: 99;display: none; }
.module_tc_two .wrap .tc-list .top-content .text-list .tips .tips-title {color: rgba(0, 0, 0, 0.451);font-size: 12px;padding: 30px 30px 0 30px; }
.module_tc_two .wrap .tc-list .top-content .text-list .tips .tips-text {color: #000;font-size: 12px;padding-left: 30px;padding-right: 30px;line-height: 18px;margin-top: 10px; }
.module_tc_two .wrap .tc-list .top-content .num-list {margin-top: 20px; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text {color: #e60012;font-size: 14px;height: 18px;line-height: 18px; margin-bottom: 6px; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text p {font-weight: 700; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text a {font-size: 12px;border-radius: 9px;background: #f4222f;border: 1px solid #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 67px;height: 18px;line-height: 18px;text-align: center;color: #fff;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out; transition: color .3s ease-in-out,background .3s ease-in-out;cursor: pointer; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text a:hover {background: #fff;color: #f5242f;border: 1px solid #f5242f; }
.module_tc_two .wrap .tc-list .top-content .num-list .tel span {color: #000;font-size: 13px;margin-top: 13px;display: inline-block;margin-right: 25px;cursor: pointer;width: 95px;height: 19px;line-height: 19px; }
.module_tc_two .wrap .tc-list .top-content .num-list .tel span.active {width: 95px;height: 19px;line-height: 19px;color: #fff;text-align: center;border-radius: 3px;background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); }
.module_tc_two .wrap .tc-list .top-content .num-list .tel span.mr0 {margin-right: 0; }
.module_tc_two .wrap .tc-list .bottom-content {background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);padding: 35px 30px;position: relative; }
.module_tc_two .wrap .tc-list .bottom-content .a {border: 1px solid #FFFFFF;width: 77px;height: 20px;line-height: 20px;text-align: center;color: #fff; }
.module_tc_two .wrap .tc-list .bottom-content .star {background: #FFF000;display: inline-block;width: 84px; height: 22px; vertical-align: middle;line-height: 22px;text-align: center;position: absolute;color: #E60012;font-size: 12px;top: 35px;left: 120px; }
.module_tc_two .wrap .tc-list .bottom-content .b {margin-top: 15px;color: #fff;font-size: 20px; }
.module_tc_two .wrap .tc-list .bottom-content .b .fsize {font-size: 40px;font-weight: 700; }
.module_tc_two .wrap .tc-list .bottom-content .b .textspace {font-size: 14px; margin-left: 80px; }
.module_tc_two .wrap .tc-list .bottom-content .btn {border: 1px solid #FFFFFF;border-radius: 18px;width: 217px;height: 30px;line-height: 30px;color: #fff;display: block;text-align: center;font-size: 14px;margin-top: 20px;cursor: pointer;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out;transition: color .3s ease-in-out,background .3s ease-in-out; }
.module_tc_two .wrap .tc-list .bottom-content .btn:hover {background: #fff;color: #f5242f; border: 1px solid #f5242f; }




.module_js_one .wrap .tel-content {margin-top: 44px;height: 450px; }
.module_js_one .wrap .tel-content .left-nav {width: 345px; }
.module_js_one .wrap .tel-content .left-nav ul {position: relative;z-index: 9;background: #f6f7fa; }
.module_js_one .wrap .tel-content .left-nav ul li {height: 90px;line-height: 90px;color: #000;font-size: 14px;padding-left: 25px;position: relative;z-index: 2; }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item {cursor: pointer; }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .img {width: 44px;height: 51px;background-repeat: no-repeat;background-size: contain;margin-right: 10px;margin-top: 18px;margin-left: 60px; }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imga {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_a.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgb {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_b.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgc {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_c.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgd {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_d.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imge {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_e.png); }
.module_js_one .wrap .tel-content .left-nav ul li .hovera {display: none; }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active {color: #fff; }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imga {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_a_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgb {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_b_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgc {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_c_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgd {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_d_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imge {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_e_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.nav-bg {z-index: 1;background-color: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;height: 92px;position: absolute;left: -5px;right: -5px;top: -2px; }
.module_js_one .wrap .tel-content .right-content {border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;-webkit-box-sizing: border-box;box-sizing: border-box;width: 855px;height: 450px; }
.module_js_one .wrap .tel-content .right-content .text-content {padding: 40px 45px 0 45px; display: none;}
.module_js_one .wrap .tel-content .right-content .text-content .h3 {font-size: 18px;color: #000; font-weight: bold;}
.module_js_one .wrap .tel-content .right-content .text-content .h4 {font-size: 14px;color: #000;font-weight: bold;margin-top: 35px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.text-list {margin-top: 28px;min-height: 100px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.text-list li {line-height: 25px;color: #6d6d6d; }
.module_js_one .wrap .tel-content .right-content .text-content .know-detail {color: #f5242f;border: 1px solid #f5242f;padding: 10px 0;width: 150px;text-align: center;display: block;border-radius: 25px;font-size: 14px;margin-top: 30px;-webkit-transition: background .3s ease-in-out;transition: background .3s ease-in-out; }
.module_js_one .wrap .tel-content .right-content .text-content .know-detail:hover {background: #E70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);-webkit-box-shadow: 0 0 16px 0px #F5232F;box-shadow: 0 0 16px 0px #F5232F;color: #fff; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list {margin-top: 5px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li {margin-top: 20px;width: 117px;float: left;padding-left: 40px;height: 32px;line-height: 32px;position: relative;color: #000;font-size: 14px;}
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon {position: absolute;background-image: url(/theme/eycmscn/imags_lanmutu/400/400sprite.png);background-repeat: no-repeat;width: 32px;height: 32px;left: 0; cursor: pointer; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-ling {background-position: 0 0; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-ivr {background-position: 0 -32px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-customer {background-position: 0 -64px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-score {background-position: 0 -96px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-mail {background-position: 0 -128px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-fenp {background-position: 0 -160px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-record {background-position: 0 -192px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-crm {background-position: 0 -224px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-dx {background-position: 0 -608px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-guajimessage {background-position: 0 -640px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-loujiemessage {background-position: 0 -672px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-qunfa {background-position: 0 -512px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-cs {background-position: 0 -544px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-paidui {background-position: 0 -704px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-mobile {background-position: 0 -320px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-part-jieting {background-position: 0 -576px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-time-jieting {background-position: 0 -736px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-whitelist {background-position: 0 -768px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-oa {background-position: 0 -416px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-im {background-position: 0 -448px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-blacklist {background-position: 0 -800px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-wh {background-position: 0 -480px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-video {background-position: 0 -384px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-meeting {background-position: 0 -256px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-analysis {background-position: 0 -352px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip {background: url(/theme/eycmscn/imags_lanmutu/400/alert-tip.png) no-repeat;width: 344px;height: 359px;position: absolute;top: -345px;left: 35px;z-index: 99;display: none;}
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li:hover .arrow-tip{display: block;}
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip .word {font-size: 12px;font-weight: bold;color: #ff0000;line-height: 20px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip .text {color: #000;font-size: 12px;line-height: 24px;margin-top: 15px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip .red-btn {background: #e70012; background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); height: 44px;line-height: 44px;display: block;text-align: center;color: #fff;font-size: 14px;width: 274px;position: absolute;bottom: 50px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li:hover span.t {color: #e70012; cursor: pointer; }

.yys_activity{
    margin-top: 40px;
}
.yys_activity li{
    display: inline-block;
    width: 382px;
    height: auto;
    padding: 15px 0;
    margin-right: 22px;
    text-align: center;
}
.yys_activity li a{
    display: block;
}
.yys_activity .yys_dx{
    background: #F4202F;
    background-image: linear-gradient(0deg, #073f8a, #1475d6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#073f8a), to(#1475d6));
}
.yys_activity .yys_dx:hover{
    -webkit-box-shadow: 0 0 10px 0px #073f8a;
    box-shadow: 0 0 10px 0px #073f8a;
}
.yys_activity .yys_yd{
    background: #F4202F;
    background-image: linear-gradient(0deg, #0085db, #1eb1e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0085db), to(#1eb1e6));
}
.yys_activity .yys_yd:hover{
    -webkit-box-shadow: 0 0 10px 0px #0085db;
    box-shadow: 0 0 10px 0px #0085db;
}
.yys_activity .yys_lt{
    background: #F4202F;
    background-image: linear-gradient(0deg, #F4202F, #FF512F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4202F), to(#FF512F));
}
.yys_activity .yys_lt:hover{
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
}


.title .text span.square{
    margin-left: 8px;
    background: #F4202F;
    height: 11px;
    width: 11px;
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
}
.goodnum-list {
    margin-top: 44px;
    position: relative;
}
.goodnum-list .nav-line {
    padding-left: 1px;
    background: #f6f7fa;
    height: 48px;
    line-height: 48px;
}
.goodnum-list .nav-line a {
    line-height: 48px;
    text-align: center;
    width: 171px;
    float: left;
    font-size: 14px;
    color: #333;
}
.goodnum-list .nav-line span {
    float: right;
    width: 1px;
    margin-top: 9px;
    height: 30px;
    background: #e5e5e5;
}
.goodnum-list .nav-line a.active {
    border-top: 6px solid #F4202F;
    background: #fff;
    line-height: 44px;
}

.number-list {
    border: 1px solid #e5e5e5;
    /*height: 390px;*/
    padding: 30px 0px 0px 40px;
}
.number-list ul.number li,
.telephone_wrap li {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}
.telephone_wrap li{
    margin-bottom: 26px;
}
.number-list ul.number li div.number,
.number-list ul.number li div.btn,
.number-list ul.number li div.number_more,
.telephone_wrap li .number,
.telephone_wrap li .btn{
    width: 163px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;

}
.telephone_wrap li .number,
.telephone_wrap li .btn{
    width: 154px;
}
.number-list ul.number li div.number,
.telephone_wrap li .number {
    border: 0.5px #b9b9b9 dashed;
    color: #353535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.number-list ul.number li div.btn,
.number-list ul.number li div.number_more,
.telephone_wrap li .btn {
    background: #F4202F;
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    color: #fff;
}
.number-list ul.number li div.btn,
.telephone_wrap li .btn{
    display: none;
}
.number-list ul.number li:hover div.number,
.telephone_wrap li:hover .number {
    display: none;
}
.number-list ul.number li:hover div.btn,
.telephone_wrap li:hover .btn {
    display: block;
}


/*办理流程*/
.hm95_liuchen{
    margin-top: 80px;
}
.hm95_liuchen .nin-bllc {position:relative;height:830px;width:1130px;margin:0 auto;margin-top:150px;}
.hm95_liuchen .nin-hr {width:1px;height:535px;background-color:#e5e5e5;position:absolute;top:0px;left:50%;margin-left:-0.5px;}
.hm95_liuchen .nin-hr ul li {width:31px;height:31px;line-height:31px;text-align:center;border-radius:50%;color:#fff;font-size:14px;background:#ff4242;background-image: linear-gradient(0deg, #FF512F, #ff4242);background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#ff4242));box-shadow: 0 0 6px 0px #FF8690;-webkit-box-shadow: 0 0 6px 0px #FF8690;position:absolute;left:50%;margin-left:-15px;}
.hm95_liuchen .nin-hr ul li:nth-child(1) {top:0px;}
.hm95_liuchen .nin-hr ul li:nth-child(2) {top:130px;}
.hm95_liuchen .nin-hr ul li:nth-child(3) {top:260px;}
.hm95_liuchen .nin-hr ul li:nth-child(4) {top:390px;}
.hm95_liuchen .nin-hr ul li:nth-child(5) {top:520px;}
.hm95_liuchen .nin-bllc-txt ul li {position:absolute;width:400px;height:182px;background-color:#f5f7fa;padding: 10px 30px;}
.hm95_liuchen .nin-bllc-txt ul li:nth-child(1) {top:-85px;left:35px;}
.hm95_liuchen .nin-bllc-txt ul li:nth-child(2) {top:60px;right:35px;height:235px;}
.hm95_liuchen .nin-bllc-txt ul li:nth-child(3) {top:180px;left:35px;height:235px;}
.hm95_liuchen .nin-bllc-txt ul li:nth-child(4) {top:325px;right:35px;}
.hm95_liuchen .nin-bllc-txt ul li:nth-child(5) {top:450px;left:35px;height:260px;}
.hm95_liuchen .nin-bllc-txt ul li h5 {color:#ff4242;font-size:18px;font-weight:bold;margin-top:5px;}
.hm95_liuchen .nin-bllc-txt ul li h6 {color:#111111;font-size:18px;margin:10px 0px;    font-weight: 500;}
.hm95_liuchen .nin-bllc-txt ul li p {color:#666666;font-size:14px;line-height: 24px;}
.hm95_liuchen .nin-bllc-txt ul li p span:nth-child(2) {width:315px;}



/* 优势 */
.hm95_wfyoushi {margin:0 auto;width:1130px;height: 320px;}
.hm95_wfyoushi .title{
    margin-bottom: 50px;
}
.hm95_wfyoushi ul li {float:left;width:275px;height:217px;background-color:#f5f7fa;/*box-shadow:5px 5px 10px 5px #e8e7e7;*/}
.hm95_wfyoushi ul li:nth-child(2) {margin:0px 10px;}
.hm95_wfyoushi ul li:nth-child(3) {margin-right:10px;}
.hm95_wfyoushi ul li:hover {box-shadow:5px 5px 10px 5px #e8e7e7;}
.hm95_wfyoushi ul li h5 {height:52px;line-height:52px;color:#ffffff;font-size:18px;text-align:center;background:#ff4242;background-image: linear-gradient(0deg, #FF512F, #ff4242);background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#ff4242));box-shadow: 0 0 6px 0px #FF8690;-webkit-box-shadow: 0 0 6px 0px #FF8690;}
.hm95_wfyoushi ul li p {color:#111111;font-size:14px;padding:20px 15px;height:60px;}
.hm95_wfyoushi ul li a {display:inline-block;width:108px;height:30px;line-height:30px;text-align:center;color:#ff4242;font-size:14px;border-radius:14.5px;border:1px solid #ff4242;margin-left:20px;}
.hm95_wfyoushi ul li a:hover {background:#ff4242;background-image: linear-gradient(0deg, #FF512F, #ff4242);background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#ff4242));box-shadow: 0 0 6px 0px #FF8690;-webkit-box-shadow: 0 0 6px 0px #FF8690;color:#fff;}


95


/*  分割 模块css */
.module_tc_one .content{
    margin-top: 45px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.module_tc_one .content {margin-top: 45px;padding: 0;border: 1px solid #e5e5e5;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative; }
.module_tc_one .content:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;border: 1px solid #FF8690; }
.module_tc_one .content .left-con {background: #f6f7fa;width: 400px;text-align: center;padding-bottom: 20px; }
.module_tc_one .content .left-con h3 {color: #030303;font-size: 18px; padding-top: 28px; }
.module_tc_one .content .left-con .texta {color: #030303;font-size: 14px;margin-top: 10px; }
.module_tc_one .content .left-con .text-btn {background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 303px;height: 55px;line-height: 55px;color: #fff;margin: 20px auto 0;font-size: 18px; }
.module_tc_one .content .left-con .text-btn span {font-size: 30px; font-weight: 700; }
.module_tc_one .content .left-con .super-number {width: 328px;margin: 20px auto; }
.module_tc_one .content .left-con .super-number ul li {border-radius: 3px;background: #FFFFFF;width: 150px;height: 31px;line-height: 31px;float: left;margin: 0 7px 10px;font-size: 14px;cursor: pointer; }
.module_tc_one .content .left-con .super-number ul li.list:hover {border-radius: 3px;background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); -webkit-box-shadow: 0 0 10px 0px #FF8690;box-shadow: 0 0 10px 0px #FF8690;line-height: 31px;text-align: center;color: #fff;cursor: pointer; }
.module_tc_one .content .left-con .super-number ul li.list:hover .a,.module_tc_one .content .left-con .super-number ul li.list .b {display: none; }
.module_tc_one .content .left-con .super-number ul li.list:hover .b {display: block; }
.module_tc_one .content .left-con .super-number .last-item {border-radius: 3px;background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 149px;height: 31px;line-height: 31px; }
.module_tc_one .content .left-con .super-number .last-item a {color: #fff; }
.module_tc_one .content .right-con {width: 725px;padding-left: 34px;padding-top: 32px; }
.module_tc_one .content .right-con .title {color: #F4212F;font-size: 18px;font-weight: 600;text-align: left; }
.module_tc_one .content .right-con .text-tips {text-align: left;font-size: 16px;margin-top: 15px;color: #000; }
.module_tc_one .content .right-con .text-tips span {color: #fa1802; }
.module_tc_one .content .right-con .tc-list {width: 508px;margin-top: 25px; }
.module_tc_one .content .right-con .tc-list ul li {float: left;margin-right: 26px;margin-bottom: 22px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item {background: #f4222f;line-height:1.4;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 220px;height: 112px;position: relative;color: #fff;cursor: pointer; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item img {position: absolute;right: 0;top: 0; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .p {background: #FFFFFF;display: inline-block;width: 70px;height: 17px;vertical-align: middle;line-height: 17px;color: #F4212F;font-size: 12px;text-align: center;margin: 12px 12px 0 12px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .m {margin-left: 12px;margin-top: 12px;font-size: 18px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .m span {font-size: 30px; }
.module_tc_one .content .right-con .tc-list ul li .tc-list-item .t {margin-left: 12px; font-size: 12px;}
.module_tc_one .content .right-con .tc-list ul li .tc-list-item:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690; }
.module_tc_one .content .ask-now {position: absolute;right: 58px;bottom: 90px;width: 130px; }
.module_tc_one .content .ask-now a {display: block;color: #FFFFFF;font-size: 15px;font-weight: 400;text-align: center;background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);display: inline-block;width: 130px;height: 34px;line-height: 34px; }
.module_tc_one .content .ask-now a:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690; }


/**

.module_tc_two {margin-top: 45px; }
.module_tc_two .wrap .tc-list {-webkit-transition: all .3s;transition: all .3s;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #fff; }
.module_tc_two .wrap .tc-list:hover {margin-top: -8px;-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;border: 1px solid #FF8690; }
.module_tc_two .wrap .tc-list:hover .top-content {border-color: #fff }
.module_tc_two .wrap .gold-tc {width: 389px;margin-right: 16px; }
.module_tc_two .wrap .economy-tc {width: 389px;margin-right: 16px; }
.module_tc_two .wrap .star-tc { width: 390px; }
.module_tc_two .wrap .tc-list .top-content {border: 1px solid #e5e5e5;border-bottom: none;position: relative;padding: 30px 25px; }
.module_tc_two .wrap .tc-list .top-content .note-img {position: absolute;right: 14px;top: -12px; }
.module_tc_two .wrap .tc-list .top-content h3 {font-size: 18px;color: #000; }
.module_tc_two .wrap .tc-list .top-content h4 { color: #9b9ea0;margin-top: 10px;font-size: 14px;font-weight: normal; }
.module_tc_two .wrap .tc-list .top-content h5 {margin-top: 25px;color: #e60012;font-size: 13px; }
.module_tc_two .wrap .tc-list .top-content .text-list {margin-top: 10px;border-bottom: 1px solid #e7e7e7;padding-bottom: 12px;position: relative; }
.module_tc_two .wrap .tc-list .top-content .text-list div.p {color: #444;font-size: 13px;margin-bottom: 10px;position: relative;height: 14px;line-height: 14px;}
.module_tc_two .wrap .tc-list .top-content .text-list div.p img.a {float: left;margin-right: 5px;margin-top: 3px; }
.module_tc_two .wrap .tc-list .top-content .text-list div.p img.b {position: relative;margin-left: 9px;top: -2px;cursor: pointer; }
.module_tc_two .wrap .tc-list .top-content .text-list div.p:hover .tips {display: block; }
.module_tc_two .wrap .tc-list .top-content .text-list .tips {background: url(/theme/eycmscn/imags_lanmutu/400/tc-fcbg.png) no-repeat;width: 313px;height: 151px;position: absolute;z-index: 99;display: none; }
.module_tc_two .wrap .tc-list .top-content .text-list .tips .tips-title {color: rgba(0, 0, 0, 0.451);font-size: 12px;padding: 30px 30px 0 30px; }
.module_tc_two .wrap .tc-list .top-content .text-list .tips .tips-text {color: #000;font-size: 12px;padding-left: 30px;padding-right: 30px;line-height: 18px;margin-top: 10px; }
.module_tc_two .wrap .tc-list .top-content .num-list {margin-top: 20px; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text {color: #e60012;font-size: 14px;height: 18px;line-height: 18px; margin-bottom: 6px; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text p {font-weight: 700; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text a {font-size: 12px;border-radius: 9px;background: #f4222f;border: 1px solid #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 67px;height: 18px;line-height: 18px;text-align: center;color: #fff;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out; transition: color .3s ease-in-out,background .3s ease-in-out;cursor: pointer; }
.module_tc_two .wrap .tc-list .top-content .num-list .title-text a:hover {background: #fff;color: #f5242f;border: 1px solid #f5242f; }
.module_tc_two .wrap .tc-list .top-content .num-list .tel span {color: #000;font-size: 13px;margin-top: 13px;display: inline-block;margin-right: 25px;cursor: pointer;width: 95px;height: 19px;line-height: 19px; }
.module_tc_two .wrap .tc-list .top-content .num-list .tel span.active {width: 95px;height: 19px;line-height: 19px;color: #fff;text-align: center;border-radius: 3px;background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); }
.module_tc_two .wrap .tc-list .top-content .num-list .tel span.mr0 {margin-right: 0; }
.module_tc_two .wrap .tc-list .bottom-content {background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);padding: 35px 30px;position: relative; }
.module_tc_two .wrap .tc-list .bottom-content .a {border: 1px solid #FFFFFF;width: 77px;height: 20px;line-height: 20px;text-align: center;color: #fff; }
.module_tc_two .wrap .tc-list .bottom-content .star {background: #FFF000;display: inline-block;width: 84px; height: 22px; vertical-align: middle;line-height: 22px;text-align: center;position: absolute;color: #E60012;font-size: 12px;top: 35px;left: 120px; }
.module_tc_two .wrap .tc-list .bottom-content .b {margin-top: 15px;color: #fff;font-size: 20px; }
.module_tc_two .wrap .tc-list .bottom-content .b .fsize {font-size: 40px;font-weight: 700; }
.module_tc_two .wrap .tc-list .bottom-content .b .textspace {font-size: 14px; margin-left: 25px; }
.module_tc_two .wrap .tc-list .bottom-content .btn {border: 1px solid #FFFFFF;border-radius: 18px;width: 217px;height: 30px;line-height: 30px;color: #fff;display: block;text-align: center;font-size: 14px;margin-top: 20px;cursor: pointer;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out;transition: color .3s ease-in-out,background .3s ease-in-out; }
.module_tc_two .wrap .tc-list .bottom-content .btn:hover {background: #fff;color: #f5242f; border: 1px solid #f5242f; }




.module_js_one .wrap .tel-content {margin-top: 44px;height: 450px; }
.module_js_one .wrap .tel-content .left-nav {width: 345px; }
.module_js_one .wrap .tel-content .left-nav ul {position: relative;z-index: 9;background: #f6f7fa; }
.module_js_one .wrap .tel-content .left-nav ul li {height: 90px;line-height: 90px;color: #000;font-size: 14px;padding-left: 25px;position: relative;z-index: 2; }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item {cursor: pointer; }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .img {width: 44px;height: 51px;background-repeat: no-repeat;background-size: contain;margin-right: 10px;margin-top: 18px;margin-left: 60px; }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imga {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_a.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgb {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_b.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgc {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_c.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgd {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_d.png); }
.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imge {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_e.png); }
.module_js_one .wrap .tel-content .left-nav ul li .hovera {display: none; }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active {color: #fff; }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imga {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_a_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgb {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_b_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgc {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_c_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgd {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_d_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imge {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_e_h.png); }
.module_js_one .wrap .tel-content .left-nav ul li.nav-bg {z-index: 1;background-color: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;height: 92px;position: absolute;left: -5px;right: -5px;top: -2px; }
.module_js_one .wrap .tel-content .right-content {border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;-webkit-box-sizing: border-box;box-sizing: border-box;width: 855px;height: 450px; }
.module_js_one .wrap .tel-content .right-content .text-content {padding: 40px 45px 0 45px; display: none;}
.module_js_one .wrap .tel-content .right-content .text-content .h3 {font-size: 18px;color: #000; font-weight: bold;}
.module_js_one .wrap .tel-content .right-content .text-content .h4 {font-size: 14px;color: #000;font-weight: bold;margin-top: 35px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.text-list {margin-top: 28px;min-height: 100px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.text-list li {line-height: 25px;color: #6d6d6d; }
.module_js_one .wrap .tel-content .right-content .text-content .know-detail {color: #f5242f;border: 1px solid #f5242f;padding: 10px 0;width: 150px;text-align: center;display: block;border-radius: 25px;font-size: 14px;margin-top: 30px;-webkit-transition: background .3s ease-in-out;transition: background .3s ease-in-out; }
.module_js_one .wrap .tel-content .right-content .text-content .know-detail:hover {background: #E70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);-webkit-box-shadow: 0 0 16px 0px #F5232F;box-shadow: 0 0 16px 0px #F5232F;color: #fff; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list {margin-top: 5px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li {margin-top: 20px;width: 117px;float: left;padding-left: 40px;height: 32px;line-height: 32px;position: relative;color: #000;font-size: 14px;}
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon {position: absolute;background-image: url(/theme/eycmscn/imags_lanmutu/400/400sprite.png);background-repeat: no-repeat;width: 32px;height: 32px;left: 0; cursor: pointer; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-ling {background-position: 0 0; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-ivr {background-position: 0 -32px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-customer {background-position: 0 -64px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-score {background-position: 0 -96px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-mail {background-position: 0 -128px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-fenp {background-position: 0 -160px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-record {background-position: 0 -192px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-crm {background-position: 0 -224px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-dx {background-position: 0 -608px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-guajimessage {background-position: 0 -640px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon-loujiemessage {background-position: 0 -672px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-qunfa {background-position: 0 -512px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-cs {background-position: 0 -544px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-paidui {background-position: 0 -704px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-mobile {background-position: 0 -320px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-part-jieting {background-position: 0 -576px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-time-jieting {background-position: 0 -736px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-whitelist {background-position: 0 -768px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-oa {background-position: 0 -416px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-im {background-position: 0 -448px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-blacklist {background-position: 0 -800px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-wh {background-position: 0 -480px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-video {background-position: 0 -384px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-meeting {background-position: 0 -256px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .icon-analysis {background-position: 0 -352px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip {background: url(/theme/eycmscn/imags_lanmutu/400/alert-tip.png) no-repeat;width: 344px;height: 359px;position: absolute;top: -345px;left: 35px;z-index: 99;display: none;}
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li:hover .arrow-tip{display: block;}
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip .word {font-size: 12px;font-weight: bold;color: #ff0000;line-height: 20px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip .text {color: #000;font-size: 12px;line-height: 24px;margin-top: 15px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li .arrow-tip .red-btn {background: #e70012; background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); height: 44px;line-height: 44px;display: block;text-align: center;color: #fff;font-size: 14px;width: 274px;position: absolute;bottom: 50px; }
.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li:hover span.t {color: #e70012; cursor: pointer; }

**/


.sub-message-red {
  background: #f4222f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
  background-image: linear-gradient(-180deg, #FF512F, #F4202F);
  -webkit-box-shadow: 0 0 18px 0px #FF8690;
  box-shadow: 0 0 18px 0px #FF8690; 
  color: #fff;
  height: 90px;
}
.sub-message-red .red-text .p1 {
  margin-top: 25px;
  margin-left: 30px;
  font-size: 14px;
}
.sub-message-red .red-text .p2 {
  margin-left: 30px;
  font-size: 18px;
  padding-top: 8px;
}
.form-box-red {
  position: relative;
  margin-top: 25px;
  width: 650px;
  font-size: 14px;
}
.form-box-red input {
  border: none;
  outline: none;
  float: left;
  width: 152px;
  height: 33px;
  line-height: 33px;
  margin-left: 15px;
  margin-top: 3px;
  background: #FFFFFF;
  padding-left: 5px;
}
.form-box-red .code-vo-sub-158m {
  position: absolute;
  right: 134px;
  border-left: 1px solid #000;
  top: 8px;
  color: #000;
  width: 84px;
  height: 24px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}
.form-box-red .btn {
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  background: #f4222f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
  background-image: linear-gradient(0deg, #FF512F, #F4202F);
  width: 115px;
  height: 38px;
  margin-top: -1px;
  vertical-align: middle;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out,background .3s ease-in-out;
  transition: color .3s ease-in-out,background .3s ease-in-out;
}
.sub-message-red .red-line {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-right: 60px;
}
.sub-message-red .red-line span {
  font-size: 14px;
  font-weight: normal;
}


.mr0 {
    margin-right: 0 !important;
}
.module_tc_three .tj-content {margin-top: 44px; }
.module_tc_three .tj-content .content-item {float: left;width: 388px;margin-right: 18px; -webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;border: 1px solid #fff;}
.module_tc_three .tj-content .content-item:hover {margin-top: -8px;-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;border: 1px solid #FF8690;box-sizing: border-box;}  
.module_tc_three .tj-content .content-item:hover .item-bottom{border-color:#fff;}
.module_tc_three .tj-content .content-item .item-top { background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);padding: 30px 15px 25px 15px; }
.module_tc_three .tj-content .content-item .item-top a {border: 1px solid #FFFFFF;border-radius: 18px;width: 70px;margin-left: 10px; height: 38px;line-height: 38px;text-align: center; display: inline-block;font-size: 14px;color: #fff;margin-top: 12px;cursor: pointer;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out;transition: color .3s ease-in-out,background .3s ease-in-out; }
.module_tc_three .tj-content .content-item .item-top a:hover {background: #fff;color: #f5242f; border: 1px solid #f5242f; }
.module_tc_three .tj-content .content-item .item-top .a {color: #fff;font-size: 20px; }
.module_tc_three .tj-content .content-item .item-top .a span.f40 {font-size: 40px;font-weight: bold; }
.module_tc_three .tj-content .content-item .item-top .a span.f25 {font-size: 25px; }
.module_tc_three .tj-content .content-item .item-top .b {font-size: 14px;color: #fff;margin-top: 10px; }
.module_tc_three .tj-content .content-item .item-bottom {padding: 22px 25px;border: 1px solid #e5e5e5;border-top: none; }
.module_tc_three .tj-content .content-item .item-bottom .img-dingzhi {height: 137px; }
.module_tc_three .tj-content .content-item .item-bottom .a a {cursor: pointer;font-size: 12px;border-radius: 9px;background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 67px;height: 18px;line-height: 18px;text-align: center;color: #fff;border: 1px solid #f4222f;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out;transition: color .3s ease-in-out,background .3s ease-in-out; }
.module_tc_three .tj-content .content-item .item-bottom .a a:hover {background: #fff;color: #f5242f;border: 1px solid #f5242f; }
.module_tc_three .tj-content .content-item .item-bottom .a h5 {color: #e60012;font-size: 14px;height: 18px;line-height: 18px;margin-bottom: 6px; }
.module_tc_three .tj-content .content-item .item-bottom .text-list {margin-top: 10px;border-bottom: 1px solid #e7e7e7;padding-bottom: 12px; }
.module_tc_three .tj-content.xh_jiqiao .content-item .item-bottom .text-list{border-bottom: none;}
.module_tc_three .tj-content .content-item .item-bottom .text-list p {color: #444;font-size: 13px;margin-bottom: 10px;position: relative;height: 14px;line-height: 14px; }
.module_tc_three .tj-content .content-item .item-bottom .text-list p span{font-weight: bold;color: #e60012;}
.module_tc_three .tj-content .content-item .item-bottom .text-list p img.a {float: left;margin-right: 6px;margin-top: 3px; }
.module_tc_three .tj-content .content-item .item-bottom .num-list {margin-top: 20px; }
.module_tc_three .tj-content .content-item .item-bottom .num-list .title-text {color: #e60012;font-size: 14px;height: 18px;line-height: 18px;margin-bottom: 6px; }
.module_tc_three .tj-content .content-item .item-bottom .num-list .title-text p {font-weight: 700; }
.module_tc_three .tj-content .content-item .item-bottom .num-list .title-text a {font-size: 12pxcursor: pointer;border-radius: 9px;background: #f4222f;border: 1px solid #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);width: 67px;height: 18px;line-height: 18px;text-align: center; color: #fff;-webkit-transition: color .3s ease-in-out,background .3s ease-in-out;transition: color .3s ease-in-out,background .3s ease-in-out; }
.module_tc_three .tj-content .content-item .item-bottom .num-list .title-text a:hover {background: #fff;color: #f5242f;border: 1px solid #f5242f; }
.module_tc_three .tj-content .content-item .item-bottom .num-list .tel span {color: #000;font-size: 13px;margin-top: 13px;display: inline-block;margin-right: 12px;cursor: pointer;width: 95px;height: 19px;line-height: 19px; }
.module_tc_three .tj-content .content-item .item-bottom .num-list span.active {width: 95px;height: 19px; line-height: 19px;color: #fff;text-align: center;border-radius: 3px;background: #f4222f;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F); }
          



.module_liucheng .process_list {margin:auto;display:table;}
.module_liucheng .process_list li {width:285px;height:368px;border:1px solid #e5e5e5;border-radius: 6px;padding:0 20px;float:left;text-align:center;margin:45px 20px 50px 0px; -webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;}
.module_liucheng .process_list li:hover {margin-top: 35px;-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690;border: 1px solid #FF8690;box-sizing: border-box;}
.module_liucheng .process_list li h4 {font-size:18px;padding-top:30px;}
.module_liucheng .process_list li h4 img {float:right;margin:5px 5px 0 0;}
.module_liucheng .process_list li>img {margin:20px auto;}
.module_liucheng .process_list li p {color:#666;line-height:24px;height:72px;}
.module_liucheng .process_list li a {display: block;color: #FFFFFF;font-size: 15px;font-weight: 400;text-align: center;background: #e70012;background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));background-image: linear-gradient(0deg, #FF512F, #F4202F);display: inline-block;width: 130px;height: 34px;line-height: 34px; }
.module_liucheng .process_list li a:hover {-webkit-box-shadow: 0 0 18px 0px #FF8690;box-shadow: 0 0 18px 0px #FF8690; }


.module_zengzhi .light-list {
    margin-top: 44px;
}

.module_zengzhi .light-content {
    width: 285px;
    margin-right: 20px;
    float: left;
    height: 364px;
    background: #f6f7fa;
    position: relative; 
}
.module_zengzhi.function_con .light-content{
    margin-bottom: 20px;
}
.module_zengzhi .light-content .main-con {
      padding: 28px 21px; 
}
.module_zengzhi .light-content .main-con .top-content {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 19px; 
}
.module_zengzhi .light-content .main-con .top-content img {
    margin-right: 18px; 
}
.module_zengzhi .light-content .main-con .top-content h3 {
    color: #000;
    font-size: 18px;
    line-height: 30px; 
}
.module_zengzhi .light-content .main-con .top-content p {
    color: #000;
    font-size: 14px;
    line-height: 18px; 
}
.module_zengzhi .light-content .main-con .bottom-content {
    padding-top: 10px; 
}
.module_zengzhi .light-content .main-con .bottom-content p {
    color: #444;
    line-height: 22px;
    font-size: 13px;
    margin-top: 10px;
    position: relative; 
}
.module_zengzhi .light-content .main-con .bottom-content p img {
    float: left;
    margin-right: 3px;
    margin-top: 6px; 
}
.module_zengzhi .light-content .main-con .bottom-content .function_btn_box{
    font-size: 14px;
    position: absolute;
    bottom: 28px;
    left: 27px;
    margin-top: 20px;
}
.module_zengzhi .light-content .main-con .bottom-content .function_btn_box a {
    display: block;
    border: 1px solid #FF0000;
    border-radius: 30px;
    background: #fff;
    width: 122px;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    color: #FF0000;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; 
    text-align: center;
}
.module_zengzhi .light-content .main-con .bottom-content .function_btn_box a:hover {
    background: #E70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 16px 0px #F5232F;
    box-shadow: 0 0 16px 0px #F5232F;
    color: #fff; 
}






.textcenter {
    text-align: center;
}
.module_youshi .service-content {
    position: relative;
    margin-top: 44px; 
}
.module_youshi .service-content .left-content {
    background: #F6F7FA;
    width: 189px;
    height: 259px; 
}
.module_youshi .service-content .left-content .main-content {
    padding: 0 36px;
    text-align: center; 
}
.module_youshi .service-content .left-content .main-content span {
    display: block;
    cursor: pointer;
    line-height: 64px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #dddee1; 
}
.module_youshi .service-content .left-content .main-content span.active {
    color: #e60012;
}
.module_youshi .service-content .left-content .main-content hr {
    background: #dddee1; 
}
.module_youshi .service-content .center-content {
    background: #f4222f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(-180deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    width: 698px;
    height: 260px;
    position: relative;
    z-index: 50; 
}
.module_youshi .service-content .center-content .main-content{
    display: none;
}
.module_youshi .service-content .center-content .main-content h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 32px; 
}
.module_youshi .service-content .center-content .main-content p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-left: 83px;
    padding-right: 45px;
    margin-bottom: 6px; 
}
.module_youshi .service-content .center-content .main-content p img {
    float: left;
    margin-top: 8.5px;
    margin-right: 5px; 
}
.module_youshi .service-content .center-content .main-content p span {
    float: left;
    font-weight: 700; 
}
.module_youshi .service-content .right-content {
    background: #f6f7fa;
    width: 310px;
    height: 220px;
    float: left;
    position: absolute;
    right: 0;
    top: 19px; 
}
.module_youshi .service-content .right-content .conlist{
    display: none;
}
.module_youshi .service-content .right-content h3 {
    color: #000;
    font-size: 14px;
    margin-top: 50px;
    position: relative; 
}
.module_youshi .service-content .right-content h3 img {
    position: relative;
    margin-right: 5px;
    top: -2px; 
}
.module_youshi .service-content .right-content p {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    padding-top: 15px; 
}




.module_case .anli-content {
    margin-top: 44px; 
}
.module_case .anli-content .an-list {
    background: #f4222f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(-180deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    width: 1008px;
    height: 470px;
    position: relative; 
}
.module_case .anli-content .an-list .list-title {
    height: 72px;
    line-height: 72px;
    color: #fff;
    padding: 0 20px; 
}
.module_case .anli-content .an-list .list-title span.txt {
    font-size: 14px;
}
.module_case .anli-content .an-list .list-title p {
    display: none;
    font-size: 18px;
    position: relative;
    padding-left: 40px; 
}
.module_case .anli-content .an-list .list-title p span {
    position: absolute;
    top: 24px;
    width: 35px;
    height: 27px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center; 
}
.module_case .anli-content .an-list .list-title p span.a {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/car.png); 
}
.module_case .anli-content .an-list .list-title p span.b {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/canyin.png); 
}
.module_case .anli-content .an-list .list-title p span.c {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/jiadian.png); 
}
.module_case .anli-content .an-list .list-title p span.d {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/kuaidi.png); 
}
.module_case .anli-content .an-list .list-title p span.e {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/shuma.png); 
}
.module_case .anli-content .an-list .list-title p span.f {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/dianshang.png); 
}
.module_case .anli-content .an-list .list-title p span.g {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/yifu.png); 
}
.module_case .anli-content .an-list .list-title p span.h {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/bank.png); 
}
.module_case .anli-content .an-list .list-title p span.i {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/hotel.png); 
}
.module_case .anli-content .an-list .list-title p span.j {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/baoxian.png); 
}
.module_case .anli-content .an-list .list-title p span.k {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/jijin.png); 
}
.module_case .anli-content .an-list .list-title p span.l {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/food.png); 
}
.module_case .anli-content .an-list .list-title p span.m {
    background-image: url(/theme/eycmscn/imags_lanmutu/400/muying.png); 
}
.module_case .anli-content .list-content {
    margin: 0 20px;
    background: #fff;
    height: 378px; 
}
.module_case .anli-content .list-content .img {
    display: none;
    background-image: url(/theme/eycmscn/imags_lanmutu/400/case-all.jpg);
    background-repeat: no-repeat;
    height: 378px; 
}
.module_case .anli-content .list-content .img ul li {
    float: left;
    width: 20%;
    height: 189px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer; 
}
.module_case .anli-content .list-content .img ul li a {
    display: none; 
}
.module_case .anli-content .list-content .img ul li a img {
    position: absolute;
    top: 25px;
    left: -5px; 
}
.module_case .anli-content .list-content .img ul li:hover a {
display: block; 
}
.module_case .anli-content .list-content .img-contenta {
background-position: 0 -9px; 
}
.module_case .anli-content .list-content .img-contentb {
background-position: 0 -378px; 
}
.module_case .anli-content .list-content .img-contentc {
background-position: 0 -744px; 
}
.module_case .anli-content .list-content .img-contentd {
background-position: 0 -1112px; 
}
.module_case .anli-content .list-content .img-contente {
background-position: 0 -1481px; 
}
.module_case .anli-content .list-content .img-contentf {
background-position: 0 -1850px; 
}
.module_case .anli-content .list-content .img-contentg {
background-position: 0 -2216px; 
}
.module_case .anli-content .list-content .img-contenth {
background-position: 0 -2585px; 
}
.module_case .anli-content .list-content .img-contenti {
background-position: 0 -2952px; 
}
.module_case .anli-content .list-content .img-contentj {
background-position: 0 -3320px; 
}
.module_case .anli-content .list-content .img-contentk {
background-position: 0 -3689px; 
}
.module_case .anli-content .list-content .img-contentl {
background-position: 0 -4056px; 
}
.module_case .anli-content .list-content .img-contentm {
background-position: 0 -4423px; 
}
.module_case .anli-content .an-nav {
width: 123px;
height: 470px;
position: relative; 
}
.module_case .anli-content .an-nav .line {
height: 100%;
width: 1px;
background: #f4222f;
position: absolute;
left: 50px; 
}
.module_case .anli-content .an-nav ul li {
text-align: right;
padding-right: 22px;
height: 38px;
color: #000;
font-size: 14px;
position: relative;
z-index: 110; 
}
.module_case .anli-content .an-nav ul li span {
background: url(/theme/eycmscn/imags_lanmutu/400/red-circle.png) no-repeat center;
position: absolute;
width: 15px;
height: 15px;
right: 65px; 
}
.module_case .anli-content .an-nav ul li a {
color: #000;
font-size: 14px; 
}
.module_case .anli-content .an-nav ul li.active span {
background: url(/theme/eycmscn/imags_lanmutu/400/red-circle-state.png) no-repeat center; 
}



.module_jiazhi .img-list .list-item {
width: 20%;
margin-top: 20px;
cursor: pointer; 
}
.module_jiazhi .img-list .list-item .main-content {
width: 100%;
height: 204px; }
.module_jiazhi .img-list .list-item .main-content img {
margin-top: 55px; }
.module_jiazhi .img-list .list-item .main-content .hovera {
display: none; }
.module_jiazhi .img-list .list-item .main-content p {
color: #000;
font-size: 14px;
margin-top: 15px; }
.module_jiazhi .img-content{
    display: none;
}
.module_jiazhi .img-content .img-list {
overflow: hidden;
position: relative; }
.module_jiazhi .img-content .img-list .fenge {
position: absolute;
width: 201px;
left: 50%;
margin-left: -100px;
top: 100px; }
.module_jiazhi .img-content .img-list div.f_l, .module_jiazhi .img-content .img-list div.f_r {
width: 50%;
text-align: center; }
.module_jiazhi .img-content .textcon {
margin: 30px 0 40px; }
.module_jiazhi .img-content .textcon p {
height: 60px; }
.module_jiazhi .img-content .textcon .texta {
width: 40%;
color: #000;
font-size: 14px;
text-align: left;
line-height: 20px;
margin: 0 5%; }
.module_jiazhi .img-content .textcon .textb {
width: 40%;
color: #000;
font-size: 14px;
text-align: left;
line-height: 20px;
margin: 0 5%; }
.module_jiazhi .img-list .list-item.active {
background: url(/theme/eycmscn/imags_lanmutu/400/bg-shape.png) no-repeat center; }
.module_jiazhi .img-list .list-item.active p {
color: #fff; }
.module_jiazhi .img-list .list-item.active .hovera {
display: inline-block; }
.module_jiazhi .img-list .list-item.active .hoverb {
display: none; }


.intro_content{
    padding: 20px 30px;
    margin-top: 30px;
    border: 1px solid #ece2e3;
    color: #333;
    line-height: 2;
    background: #fffbfb;
}
.intro_content p{
    margin: 12px 0;
    text-indent: 30px;
}
.intro_content img{
    display: block;
    margin: 20px auto 15px;
}


.ad_liuc,
.customer_box{
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.ad_liuc dl,
.customer_box .customer_list{
    margin: 10px auto;
    height: auto;
    overflow: hidden;
    background: #fffbfb;
    border: 1px solid #ece2e3;
    padding: 20px 30px;
    line-height: 1.8;
}
.ad_liuc dt {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ad_liuc dd {
    padding-bottom: 15px;
    color: #666;
}


.news_ul{
    margin-top: 20px;
    padding: 20px 30px;
    background: #fffbfb;
    border: 1px solid #ece2e3;
}
.news_ul li{
    border-bottom: 1px dashed #ece2e3;
    padding: 30px 0;
    line-height: 1.8;
}
.news_ul li:last-child{
    border: none;
}
.news_ul li .h2{
    color: #f60;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    background: url(/theme/eycmscn/imags_lanmutu/400/pot_q.jpg) no-repeat;
    padding-left: 36px;
}
.news_ul li .description{
    color: #666;
    background: url(/theme/eycmscn/imags_lanmutu/400/pot_a.jpg) no-repeat;
    padding-left: 36px;
}

.shenqingtiaojian .ad_liuc dl{
    margin-bottom: 0;
}
.shenqingtiaojian .news_ul li{
    width: 50%;
    float: left;
    border: none;
}


.main_l{
    width: 915px;
}
/*.main_l .module_liucheng .process_list li{
    width: 213px;
    height: 334px;
}
.main_l .module_liucheng .process_list li>img{
    margin: 0 auto;
}
.main_l .module_liucheng .process_list li p{
    height: 82px;
}*/
.main_r{
    width: 245px;
}
.r_box {
    width: 99%;
    border: 1px #eee solid;
    margin-bottom: 25px;
}
.r_box.img_box{
    border: none;
}
.lk_10 {
    padding-bottom: 10px;
}
.r_box_tit {
    width: 100%;
    text-indent: 5%;
    background: url(/theme/eycmscn/imags_lanmutu/400/r_box_tit_bg.jpg) repeat-y;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}
.lk_10 dt {
    margin-bottom: 10px;
}
.in_haochu dd {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    line-height: 28px;
    font-weight: bold;
}
.list_article dl{
    overflow: hidden;
}
.r_box img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.in_zx {
    height: 238px;
}
.in_zx dd {
    width: 90%;
    margin-left: 5%;
    line-height: 28px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in_lianxi_dl {
    margin: 20px 10px;
}
.in_lianxi_dl dt {
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}
.in_lianxi_dl dd {
    line-height: 35px;
    font-weight: bold;
    font-size: 22px;
    color: #f00;
    background: url(/theme/eycmscn/imags_lanmutu/400/tell_t.jpg) no-repeat;
    text-indent: 30px;
}

.news_list{
    margin-top: 25px;
}
.news_list ul li{
    padding: 20px 0;
    line-height: 24px;
    border-bottom: 1px dashed #ece2e3;
    color: #999;
}
.news_list ul li a:hover,.prve a:hover,.common_box a:hover{
    color: #e60012;
}

.crumbs{
    margin-bottom: 20px;
    color: #aaa;
    margin-top: 20px;
}
.content_tit{
    margin-bottom: 10px;
    text-align: center;
    line-height: 2;
}
.show_c span{
    padding: 0 5px;
    color: #999;
}
.content{
    padding: 25px 0;
    line-height: 2.2;
    color: #404040;
}
.prve{
    background: #fffbfb;
    border: 1px solid #ece2e3;
    padding: 15px;
    margin-top: 15px;
}

.common_box{
    margin: 18px 0 36px;
    width: 46%;
    float: left;
    padding: 0 2%;
}
.common_category{
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #e60012;
}
.common_category .help_more{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 5px;
}

.common_box ul li{
    width: 100%;
    padding: 13px 0;
    line-height: 24px;
    border-bottom: 1px dashed #ece2e3;
    color: #999;
}
.common_box ul li:nth-child(2n){
    margin-right: 0;
}

.news_list.common_list .news_ul{
    background: none;
    border: none;
    padding: 20px 0;
}
.news_list.common_list .news_list ul li{
    padding: 24px 0;
}

.title .text .span_circle{
    border: 1px solid #cacaca;
    border-radius: 18px;
    padding: 6px 12px;
    margin-right: 8px;
}
.module_tc_three .tj-content.zf_content .content-item .item-bottom{
    border-top: 1px solid #e5e5e5;
}
.module_tc_three .tj-content.zf_content .content-item .item-bottom .zf_btn{
    border: 1px solid #e60012;
    border-radius: 20px;
    width: 124px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin-top: 12px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out,background .3s ease-in-out;
    transition: color .3s ease-in-out,background .3s ease-in-out;
}
.module_tc_three .tj-content.zf_content.xh_jiqiao .content-item .item-bottom .zf_btn{
    width: 164px;
}
.module_tc_three .tj-content.zf_content .content-item .item-bottom .zf_btn:hover {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
}
.module_tc_three .tj-content.zf_content .content-item .item-bottom .more_a{
    color: #999;
    margin-left: 18px;
    font-size: 12px;
}
.module_tc_three .tj-content.zf_content .content-item .item-bottom .more_a:hover{
    color: #e60012;
}
.module_tc_three .tj-content.zf_content .content-item .item-bottom .a h5{
    font-size: 18px;
}

.title .text span.square{
    margin-left: 8px;
    background: #F4202F;
    height: 11px;
    width: 11px;
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 0;
}
.goodnum-list {
    margin-top: 44px;
    position: relative;
}
.goodnum-list .nav-line {
    padding-left: 1px;
    background: #f6f7fa;
    height: 48px;
    line-height: 48px;
}
.goodnum-list .nav-line a {
    line-height: 48px;
    text-align: center;
    width: 171px;
    float: left;
    font-size: 14px;
    color: #333;
}
.goodnum-list .nav-line span {
    float: right;
    width: 1px;
    margin-top: 9px;
    height: 30px;
    background: #e5e5e5;
}
.goodnum-list .nav-line a.active {
    border-top: 6px solid #F4202F;
    background: #fff;
    line-height: 44px;
}
.number-list {
    border: 1px solid #e5e5e5;
    /*height: 390px;*/
    padding: 30px 0px 0px 40px;
}
.number-list ul.number li,
.telephone_wrap li {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}
.telephone_wrap li{
    margin-bottom: 26px;
}
.number-list ul.number li div.number,
.number-list ul.number li div.btn,
.number-list ul.number li div.number_more,
.telephone_wrap li .number,
.telephone_wrap li .btn{
    width: 163px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;

}
.telephone_wrap li .number,
.telephone_wrap li .btn{
    width: 154px;
}
.number-list ul.number li div.number,
.telephone_wrap li .number {
    border: 0.5px #b9b9b9 dashed;
    color: #353535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.number-list ul.number li div.btn,
.number-list ul.number li div.number_more,
.telephone_wrap li .btn {
    background: #F4202F;
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    color: #fff;
}
.number-list ul.number li div.btn,
.telephone_wrap li .btn{
    display: none;
}
.number-list ul.number li:hover div.number,
.telephone_wrap li:hover .number {
    display: none;
}
.number-list ul.number li:hover div.btn,
.telephone_wrap li:hover .btn {
    display: block;
}
.cpshow {
    width: 1130px;
    height: 156px;
}
.cpshow-title {
    width: 1130px;
    margin: 6px 0px 6px 0px;
    font-size: 14px;
    display: inline-block;
}
.cpshow-title span {
    color: #F4202F;
}
.cpshow-item .item-img {
    width: 188px;
    height: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.cpshow-item .item-img img {
    display: inline-block;
}
.cpshow-item .item-num {
    width: 188px;
    text-align: center;
    color: #333;
    margin-bottom: 32px;
}
.quan{
    margin-top: 10px;
}
.tabBar {
    height: 52px;
    text-align: center;
    margin: 0 auto;
}
.tabBar .hd {
    padding-top: 5px;
}
.tabBar .hd ul li {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    margin-top: 4px;
    border-bottom: 0px;
}
.hd li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    padding: 0px 16px 0px 16px;
    margin-right: 10px;
    background: #f2f3f5;
    width: auto;
    font-weight: bold;
}
.hd li .hdh, .hd li a:hover {
    font-weight: bold;
    color: #FFF;
    background: #F4202F;
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
    box-shadow: 0 0 6px 0px #FF8690;
    -webkit-box-shadow: 0 0 6px 0px #FF8690;
}
.dx_bg{
    background: url(/theme/eycmscn/imags_lanmutu/400/minr_dx.jpg) no-repeat top right;
}
.lt_bg{
    background: url(/theme/eycmscn/imags_lanmutu/400/minr_lt.jpg) no-repeat top right;
}
.yd_bg{
    background: url(/theme/eycmscn/imags_lanmutu/400/minr_yd.jpg) no-repeat top right;
}
.hm_guilv,.hm_shuzi,.hm_dengji{
    width: 100%;
    height: 320px;
    padding-bottom: 30px;
}
.hm_guilv{
    background: url(/theme/eycmscn/imags_lanmutu/400/xh_bg1.jpg) no-repeat center center;
}
.hm_shuzi{
    background: url(/theme/eycmscn/imags_lanmutu/400/xh_bg2.jpg) no-repeat center center;
}
.hm_dengji{
    background: url(/theme/eycmscn/imags_lanmutu/400/xh_bg3.jpg) no-repeat center center;
}

.ad_liuc dd img{
    display: block;
    margin: 0 auto;
}
.module_liucheng.module_shenhe_one .process_list li{
    height: 212px;
}
.module_liucheng.module_shenhe_two .process_list li{
    height: 242px;
}
.module_liucheng.module_shenhe_three .process_list li{
    height: 232px;
}
.module_liucheng.module_shenhe_four .process_list li{
    height: 178px;
}
.module_liucheng.module_shenhe_five .process_list li{
    width: 224px;
    height: 170px;
}
.module_liucheng.module_shenhe_five .process_list li h4{
    padding-top: 0;
    padding-bottom: 28px;
}
.know_more{
    color: #f5242f;
    border: 1px solid #f5242f;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    display: block;
    border-radius: 25px;
    font-size: 14px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.know_more:hover{
    background: #E70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 16px 0px #F5232F;
    box-shadow: 0 0 16px 0px #F5232F;
    color: #fff;
}
.customer_list .list-item-left {
    float: left;
    display: inline;
    width: 216px;
    margin-right: 32px;
    border-right: 1px solid #ece2e3;
    line-height: 1.5;
}
.customer_list .list-item-left .ico {
    float: left;
    display: inline;
    width: 56px;
    height: 56px;
    background: url(/theme/eycmscn/imags_lanmutu/400/kf_ico.png) no-repeat 0 0;
    margin-top: 14px;
}
.customer_list .list-item-left .inner {
    margin-left: 78px;
}
.customer_list .list-item-left p {
    color: #999;
}
.customer_list .list-item-left .h3 {
    margin: 0px 0 10px;
    font-weight: 700;
    font-size: 20px;
}
.customer_list .list-item-left .inner span {
    padding: 1px 4px;
    font-size: 12px;
    background: #fa433d;
    color: #fff;
}
.customer_list .list-item-center {
    line-height: 27px;
    font-size: 13px;
    color: #333;
}
.customer_list .list-item-right {
    float: right;
    text-align: center;
    display: inline;
    width: 150px;
    height: 38px;
    margin: 22px 0;
}
.kf_btn{
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    padding: 5px 10px;
    background: #149FEE;
    font-size: 15px;
    color: #FFF;
    background: #e70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
}
.kf_btn:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
}
.kf_btn img{
    margin-right: 8px;
}
.ad_img img{
    margin: 30px 0;
}
.pay-400 {
    position: relative;
    border: 1px solid #eae1e1;
    padding: 40px;
    margin: 80px 0px 80px 0px;
    border-radius: 5px;
}
.pay-400 .tit {
    position: absolute;
    top: -20px;
    left: 70px;
}
.pay-400 .box,
.pay-400 .box,
.pay-400 .box2 {
    width: 500px;
}
.pay-400 .box2{
    margin-top: 40px;
    margin-bottom: 25px;
}
.pay-400 .box .img {
    float: left;
    margin-right: 25px;
}
.pay-400 .box .desc {
    padding-top: 15px;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
}
.pay-400 .box .desc p {
    margin-top: 25px;
}
.pay-400 .box .desc em {
    font-weight: bold;
    color: #ff0000;
}
.pay-400 .box2 .desc {
    margin-top: 20px;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
}
.pay-400 .box2 .desc strong {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.pay-tips {
    margin: 10px 0px 120px 0px;
}
.pay-tips .h1 {
    color: #ff0000;
    font-size: 16px;
    line-height: 16px;
    border-left: 8px solid #ff0000;
}
.pay-tips p {
    color: #7d7d7d;
    font-size: 15px;
    margin-top: 15px;
    line-height: 26px;
}
.intro_two.module_liucheng .process_list li,
.intro_three.module_liucheng .process_list li{
    width: 224px;
}
.intro_two.module_liucheng .process_list li{
    height: 214px;
}
.intro_three.module_liucheng .process_list li{
    height: 300px;
}
.intro_two.module_liucheng .process_list li p{
    margin-top: 20px;
}
.intro_two.module_liucheng .process_list li p span,
.intro_two.module_liucheng .process_list li p em
{
    color: #ff0000;
}
.intro_two.module_liucheng .process_list li p span{
    font-weight: bold;
}
.red_price{
    color: #ff0000;
    font-size: 25px;
    font-weight: 600;
}
.rexiao_body.case_body .table{
    margin-top: 48px;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
}
.rexiao_body.case_body .table table td{
    height: 76px;
}
.rexiao_body.case_body .table table td.a{
    background: #fdf5f4;
}
.rexiao_body.case_body .table table td p.old_price{
    color: #999;
}
.rexiao_body.case_body .table table td p.old_price span{
    text-decoration: line-through;
}

.zf_one.sms_gongneng .top-nav{
    width: 398px;
}
.tab_con table{
    margin-top: 30px;
}
.tab_con table td {
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 10px 10px;
    height: 32px;
    text-align: center;
    font-size: 12px;
}
.tab_con table .a td{
    font-weight: bold;
    background: #f6f7fa;
    font-size: 16px;
}
.tab_con table .tr2 td{
    background: #f6f7fa;
}
.zf_btn {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 42px;
    background: #F4202F;
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
}
.zf_btn:hover{
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
}
.tab_con .zf_table_b{
    font-weight: bold;
    line-height: 1.8;
}
.tab_con .zf_table_red{
    color: #ff0000;
    font-weight: bold;
}
.tab_con .zf_table_orange{
    color: #de573c;
    font-weight: bold;
    line-height: 1.8;
}
.intro_one.module_js_one .wrap .tel-content{
    height: 372px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.text-list{
    margin-top: 10px;
}
.intro_one.module_js_one .wrap .tel-content .right-content{
    height: 360px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.text-list{
    height: auto;
    min-height: auto;
}
.intro_one.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imga {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_a.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgb {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_b.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgc {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_c.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li .list-nav-item .imgd {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_d.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imga {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_a_h.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgb {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_b_h.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgc {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_c_h.png); }
.intro_one.module_js_one .wrap .tel-content .left-nav ul li.text-light.active .imgd {background-image: url(/theme/eycmscn/imags_lanmutu/400/icon_zh_d_h.png); }
.intro_one.intro_one.module_js_one .wrap .tel-content .right-content .text-content#tab_mov3 .h4{
    color: #ff0000;
    margin-top: 8px;
}
.intro_one.intro_one.module_js_one .wrap .tel-content .right-content .text-content#tab_mov3 ul.text-list{
    margin-top: 2px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content#tab_mov3 .know-detail{
    margin-top: 20px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li{
    padding-left: 68px;
    width: 190px;
    height: 50px;
    line-height: 50px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span b{
    font-size: 16px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon{
    width: 56px;
    height: 56px;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_01{
    background: url(/theme/eycmscn/imags_lanmutu/400/agentpo_icon_01.png) no-repeat;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_02{
    background: url(/theme/eycmscn/imags_lanmutu/400/agentpo_icon_02.png) no-repeat;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_03{
    background: url(/theme/eycmscn/imags_lanmutu/400/agentpo_icon_03.png) no-repeat;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_04{
    background: url(/theme/eycmscn/imags_lanmutu/400/agentpo_icon_04.png) no-repeat;
}
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_01,
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_02,
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_03,
.intro_one.module_js_one .wrap .tel-content .right-content .text-content ul.function-list li span.icon_04{
    background-size: 100%;
}
.red_samll,
.red_big{
    color: #ff0000;
    font-weight: bold;
}
.red_big{
    font-size: 20px;
}
.module_zengzhi .light-content .main-con .bottom-content .function_btn_box .price_function{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
}
.yys_activity{
    margin-top: 40px;
}
.yys_activity li{
    display: inline-block;
    width: 382px;
    height: auto;
    padding: 15px 0;
    margin-right: 22px;
    text-align: center;
}
.yys_activity li a{
    display: block;
}
.yys_activity .yys_dx{
    background: #F4202F;
    background-image: linear-gradient(0deg, #073f8a, #1475d6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#073f8a), to(#1475d6));
}
.yys_activity .yys_dx:hover{
    -webkit-box-shadow: 0 0 10px 0px #073f8a;
    box-shadow: 0 0 10px 0px #073f8a;
}
.yys_activity .yys_yd{
    background: #F4202F;
    background-image: linear-gradient(0deg, #0085db, #1eb1e6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0085db), to(#1eb1e6));
}
.yys_activity .yys_yd:hover{
    -webkit-box-shadow: 0 0 10px 0px #0085db;
    box-shadow: 0 0 10px 0px #0085db;
}
.yys_activity .yys_lt{
    background: #F4202F;
    background-image: linear-gradient(0deg, #F4202F, #FF512F);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4202F), to(#FF512F));
}
.yys_activity .yys_lt:hover{
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
}

.telephone_wrap {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    height: 290px;
    margin-top: 60px;
}
.sub-message {
    border: 2px solid #F4202F;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    width: 230px;
    height: 286px;
    display: inline-block;
    float: left;
    border-radius: 5px;
}
.sub-message .imgtext {
    text-align: center;
    margin-top: 22px;
}
.sub-message .imgtext .input-text {
    padding-top: 20px;
}
.sub-message .imgtext .input-text .input {
    width: 188px;
    height: 35px;
    background: #f6f7fa;
    margin: 12px auto 0;
}
.sub-message .imgtext .input-text .input .a,
.sub-message .imgtext .input-text .input .b {
    border: none;
    outline: none;
    background: #f6f7fa;
    float: left;
    width: 170px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}
.sub-message .imgtext .input-text .input .b{
    width: 80px;
}
.sub-message .imgtext .input-text .input .yzm {
    width: 82px;
    height: 35px;
    cursor: pointer;
}
.sub-message .imgtext .input-text .input .yzm img{
    height: 100%;
    width: 100%;
}
.inputbutton {
    border-radius: 18px;
    background: #F4202F;
    outline: none;
    color: #fff;
    font-size: 14px;
    border: 1px solid #F4202F;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#FF512F),to(#F4202F));
    background-image: linear-gradient(0deg,#FF512F,#F4202F);
    width: 150px;
    height: 37px;
    line-height: 30px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out,background .3s ease-in-out;
    transition: color .3s ease-in-out,background .3s ease-in-out;
}
.inputbutton:hover{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#F4202F),to(#FF512F));
    background-image: linear-gradient(0deg,#F4202F,#FF512F);
}
.telephone_wrap .con_right {
    width: 892px;
    float: left;
    padding: 30px 0px 30px 24px;
}
.telephone_wrap .title {
    height: 60px;
}
.telephone_wrap .title .left {
    float: left;
    font-size: 18px;
    color: #333;
    height: 32px;
    font-weight: bold;
}
.telephone_wrap .title .left span {
    background: url(/theme/eycmscn/imags_lanmutu/400/zhong.png) no-repeat;
    padding: 3px 0px 0px 30px;
}
.telephone_wrap .title .left b {
    color: #fa3a2f;
    margin: 0px 2px 0px 2px;
    font-weight: bold;
}
.telephone_wrap .title .right p {
    padding-right: 13px;
    font-size: 16px;
}
.telephone_wrap .title .right p span {
    color: #333;
}
#liang_tt_h, #liang_tt_m, #liang_tt_s {
    font-size: 18px;
    color: #FFF;
    width: 18px;
    height: 18px;
    background: #F4202F;
    background-image: linear-gradient(0deg,#FF512F,#F4202F);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF512F),to(#F4202F));
    padding: 1px 3px;
    box-shadow: 0 0 5px 0px #FF8690;
    -webkit-box-shadow: 0 0 5px 0px #FF8690;
}

.label_ul{
    font-size: 14px;
    padding: 10px 0;
    color: #000;
    margin: 20px 0;
}
.label_ul .a{
    margin:0 10px;
}
.label_ul .a span{
    color: #333;
}
.label_ul .a:hover span{
    color: #df1000;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin: 10px 0;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
}
.content h1 {
    font-size: 26px;
}
.content h2 {
    font-size: 23px;
}
.content h3 {
    font-size: 22px;
}
.content h4 {
    font-size: 20px;
}
.content h5 {
    font-size: 18px;
}
.content h6 {
    font-size: 16px;
}
.article_copyright{
  margin-top: 10px;
}


.sms_gongneng .top-nav {
    width: 602px;
    margin: 44px auto 0;
}
.sms_gongneng .top-nav ul li {
    float: left;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -1px;
    cursor: pointer;
}
.sms_gongneng .top-nav ul li.active {
    background: #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    border: none;
    color: #fff;
}

.sms_gongneng  .left-content {
    width: 630px;
}
.sms_gongneng  .left-content .h3 {
    font-size: 18px;
    margin-top: 50px;
    font-weight: bold;
}
.sms_gongneng  .left-content p.txt {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}
.sms_gongneng .left-content ul {
    margin-top: 25px;
}
.sms_gongneng .left-content li {
    float: left;
    width: 125px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.sms_gongneng .left-content li img {
    margin-right: 8px;
}
.sms_gongneng .left-content a {
    display: block;
    cursor: pointer;
    border: 1px solid #F5242F;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0);
    width: 352px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    color: #f5242f;
    margin-top: 60px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.about_youshi .ul{
    margin-top: 45px;
}
.about_youshi .ul .li{
    width: 378px;
    float: left;
    margin-right: 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f7fa;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 479px;
    border: 1px solid #e5e5e5;
}
.about_youshi .ul .li.last_li{
    margin-right: 0;
}
.about_youshi .ul .li:hover{
    margin-top: -8px;
    height: 487px;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
}
.about_youshi .content-top{
    text-align: center;
    color: #030303;
    background: #fff;
}
.about_youshi .ul .li:hover .content-top{
    margin-top: 0px;
    background: #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
    border: 1px solid -moz-linear-gradient(0deg, #FF512F, #F4202F);
}
.about_youshi .content-top .img{
   padding-top: 27px;
    text-align: center;
}
.about_youshi .content-top .hover_status,.about_youshi .ul .li:hover .default_status{
    display: none;
}
.about_youshi .ul .li:hover .hover_status{
    display: inline-block;
} 
.about_youshi .content-top .a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding-top: 20px;
}
.about_youshi .content-top .b{
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
}
.about_youshi .content-bottom{
    background: #f6f7fa;
    text-align: center;
    padding-bottom: 25px;
}
.about_youshi .content-bottom .h3{
    color: #ff0000;
    font-size: 18px;
    line-height: 30px;
    padding-top: 30px;
    font-weight: bold;
}
.about_youshi .content-bottom p{
    color: #030303;
    line-height: 30px;
    font-size: 14px;
}




.skt-xh-anli .wrap .anli-content {
  margin-top: 44px; }
  .skt-xh-anli .wrap .anli-content .an-list {
    background: #f4222f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(-180deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
            box-shadow: 0 0 18px 0px #FF8690;
    width: 1008px;
    height: 470px;
    position: relative; }
    .skt-xh-anli .wrap .anli-content .an-list .list-title {
      height: 72px;
      line-height: 72px;
      color: #fff;
      padding: 0 20px; }
      .skt-xh-anli .wrap .anli-content .an-list .list-title span.txt {
        font-size: 14px; }
      .skt-xh-anli .wrap .anli-content .an-list .list-title p {
        font-size: 18px;
        position: relative;
        padding-left: 40px; }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span {
          position: absolute;
          top: 24px;
          width: 35px;
          height: 27px;
          left: 0;
          background-repeat: no-repeat;
          background-position: center; }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.a {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/car.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.b {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/canyin.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.c {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/jiadian.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.d {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/kuaidi.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.e {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/shuma.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.f {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/dianshang.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.g {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/yifu.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.h {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/bank.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.i {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/hotel.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.j {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/baoxian.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.k {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/jijin.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.l {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/food.png); }
        .skt-xh-anli .wrap .anli-content .an-list .list-title p span.m {
          background-image: url(/theme/eycmscn/imags_lanmutu/400/muying.png); }
  .skt-xh-anli .wrap .anli-content .list-content {
    margin: 0 20px;
    background: #fff;
    height: 378px; }
    .skt-xh-anli .wrap .anli-content .list-content .img {
      background-image: url(/theme/eycmscn/imags_lanmutu/400/case-all.jpg);
      background-repeat: no-repeat;
      height: 378px; }
      .skt-xh-anli .wrap .anli-content .list-content .img ul li {
        float: left;
        width: 20%;
        height: 189px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        cursor: pointer; }
        .skt-xh-anli .wrap .anli-content .list-content .img ul li a {
          display: none; }
          .skt-xh-anli .wrap .anli-content .list-content .img ul li a img {
            position: absolute;
            top: 25px;
            left: -5px; }
      .skt-xh-anli .wrap .anli-content .list-content .img ul li:hover a {
        display: block; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contenta {
      background-position: 0 -9px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentb {
      background-position: 0 -378px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentc {
      background-position: 0 -744px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentd {
      background-position: 0 -1112px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contente {
      background-position: 0 -1481px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentf {
      background-position: 0 -1850px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentg {
      background-position: 0 -2216px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contenth {
      background-position: 0 -2585px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contenti {
      background-position: 0 -2952px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentj {
      background-position: 0 -3320px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentk {
      background-position: 0 -3689px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentl {
      background-position: 0 -4056px; }
    .skt-xh-anli .wrap .anli-content .list-content .img-contentm {
      background-position: 0 -4423px; }
  .skt-xh-anli .wrap .anli-content .an-nav {
    width: 123px;
    height: 470px;
    position: relative; }
    .skt-xh-anli .wrap .anli-content .an-nav .line {
      height: 100%;
      width: 1px;
      background: #f4222f;
      position: absolute;
      left: 50px; }
    .skt-xh-anli .wrap .anli-content .an-nav ul li {
      text-align: right;
      padding-right: 22px;
      height: 38px;
      color: #000;
      font-size: 14px;
      position: relative;
      z-index: 110; }
      .skt-xh-anli .wrap .anli-content .an-nav ul li span {
        background: url(/theme/eycmscn/imags_lanmutu/400/red-circle.png) no-repeat center;
        position: absolute;
        width: 15px;
        height: 15px;
        right: 65px; }
      .skt-xh-anli .wrap .anli-content .an-nav ul li a {
        color: #000;
        font-size: 14px; }
    .skt-xh-anli .wrap .anli-content .an-nav ul li.active span {
      background: url(/theme/eycmscn/imags_lanmutu/400/red-circle-state.png) no-repeat center; }


.skt-yzm-tc {
    margin-top: 45px;
}
.skt-yzm-tc .title {
    font-size: 18px;
    color: #000;
    text-align: left;
    font-weight: 600;
}
.skt-yzm-tc .title a {
    margin-left: 20px;
    color: #e70012;
    font-size: 14px;
    font-weight: normal;
}
.skt-yzm-tc .clearfix {
    margin-top: 40px;
}
.skt-yzm-tc .list-item {
    border: 1px solid #e5e5e5;
    width: 248px;
    margin-right: 43px;
}
.skt-yzm-tc .list-item .content-top {
    border-top: 5px solid #fa3a2f;
    padding: 0 25px;
    text-align: center;
}
.skt-yzm-tc .list-item .content-top p {
    padding-top: 28px;
    color: #000;
    font-size: 28px;
    padding-bottom: 9px;
}
.skt-yzm-tc .list-item .content-top span {
    font-size: 14px;
    color: rgba(1, 1, 1, 0.749);
}
.skt-yzm-tc .list-item .content-bottom {
    border-top: 1px solid #e5e5e5;
    margin: 16px 25px 0;
    padding-bottom: 30px;
}
.skt-yzm-tc .list-item .content-bottom p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 27px;
}
.skt-yzm-tc .list-item .content-bottom p span {
    color: #ff0000;
    font-size: 24px;
}
.skt-yzm-tc .list-item .content-bottom a {
    display: block;
    cursor: pointer;
    border: 1px solid #F5242F;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0);
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    margin: 35px auto 0;
    color: #f5242f;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.skt-yzm-tc .list-item .content-bottom a:hover {
    background: #E70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 16px 0px #F5232F;
    box-shadow: 0 0 16px 0px #F5232F;
    color: #fff;
}

/*400价值*/
.jiazhi-list {
  margin-top: 60px;
  font-size: 14px;
}

.jiazhi-list .ml-20 {
  margin-left: 20px;
}

.jiazhi-list .lh32 {
  line-height: 32px !important;
}

.jiazhi {
  height: 350px;
  margin: 0 50px;
}

.jiazhi .left,
.jiazhi .right {
  width: 462px;
  /*height: 350px;*/
}

.txtLeft {
  text-align: left !important;
}

.jiazhi h3 {
  margin-top: 48px;
  margin-bottom: 20px;
  height: 30px;
  background: url(/theme/eycmscn/imags_lanmutu/400/zj-tit.png) no-repeat;
}

.jiazhi-1 {
  height: 288px;
  margin-bottom: 70px;
}

.jiazhi-1 h3 {
  margin-top: 67px;
  background-position: 0 -34px;
}

.jiazhi-2 {
  height: 288px;
  margin-bottom: 89px;
}

.jiazhi-2 h3 {
  margin-top: 80px;
  background-position: 0 0;
}

.jiazhi-3 {
  height: 390px;
  margin-bottom: 49px;
}

.jiazhi-3 h3 {
  margin-top: 158px;
  background-position: 0 -68px;
}

.jiazhi-4 {
  height: 308px;
  margin-bottom: 85px;
}

.jiazhi-4 h3 {
  margin-top: 106px;
  background-position: 0 -102px;
}

.jiazhi p {
  line-height: 24px;
  margin-bottom: 24px;
}

.jiazhi .btn {
  color: #ff0000;
  width: 128px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #f5242f;
  border-radius: 15px;
  cursor: pointer;
}

.jiazhi .btn:hover {
  background: #f4222f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
  background-image: linear-gradient(0deg, #FF512F, #F4202F);
  -webkit-box-shadow: 0 0 10px 0px #FF8690;
  box-shadow: 0 0 10px 0px #FF8690;
  color: #fff;
}

.jiazhi .img {
  text-align: center;
  /*height: 220px;*/
  line-height: 220px;
  margin-bottom: 30px;
}

.jiazhi .img img {
  vertical-align: middle;
}

.jiazhi .tex {
  font-size: 22px;
  text-align: center;
}
.small-banner {
  width: 1131px;
  height: 160px;
  cursor: pointer;
}

.small-banner-1 {
  background: url(/theme/eycmscn/imags_lanmutu/400/small-2.jpg) no-repeat center top;
  margin-bottom: 40px;
}

/*选号秘籍 E*/
/*钻石套餐*/
.Diamonds .tc-show .tc-show-item {
  width: 380px;
  height: 414px;
  border: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}

.Diamonds .tc-show .tc-show-item:hover {
  margin-top: -8px !important;
  height: 420px;
  -webkit-box-shadow: 0 0 18px 0px #FF8690;
  box-shadow: 0 0 18px 0px #FF8690;
  border: 1px solid #FF8690;
  transition: all .3s;
}

.Diamonds .tc-show .tc-show-item .img {
  width: 65px;
  height: 70px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.Diamonds .tc-show .tc-show-item .flag {
  font-size: 23px;
  color: #f5232f;
  text-align: center;
}

.Diamonds .tc-show .tc-show-item .gp {
  margin: 10px auto 15px;
  width: 90px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #f5232f;
  border-radius: 3px;
}

.Diamonds .tc-show .tc-show-item .rule {
  margin: 0 24px;
  padding-bottom: 14px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px dashed #222;
}

.Diamonds .tc-show .tc-show-item:hover .Example-num .num-group {
  margin: 0 25px 35px;
}

.Diamonds .tc-show .tc-show-item:hover .tc-btn {
  background: #E70012;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
  background-image: linear-gradient(0deg, #FF512F, #F4202F);
  /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
  /*box-shadow: 0 0 16px 0px #F5232F;*/
  border-top: #F4202F;
  transition: all .3s;
  color: #fff;
}

.Diamonds .tc-show .tc-show-item.m-RL-16 {
  margin: 0 30px;
}

.Diamonds .tc-show .Example-num {
  padding-top: 18px;
}

.Diamonds .tc-show .Example-num p {
  margin: 0 25px;
  padding-bottom: 16px;
  font-weight: bold;
  text-align: center;
}

.Diamonds .tc-show .Example-num .num-group {
  margin: 0 25px 25px;
  line-height: 22px;
  font-size: 16px;
}

.Diamonds .tc-show .Example-num .num-group .n1 div:hover,
.Diamonds .tc-show .Example-num .num-group .n2 div:hover {
  color: #ff0000;
}

.Diamonds .tc-show .tc-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  margin-top: 119px;
}

/*增值功能 B*/
.zzPrower h2.tit {
    margin-bottom: 20px;
}

.zzPrower .sm-tit {
    text-align: center;
    margin-bottom: 36px;
}

.zzPrower .sm-tit a {
    text-decoration: underline;
    color: #000;
}

.zzPrower .prower-group .item {
    float: left;
    width: 198px;
    height: 237px;
    margin-right: 12px;
    padding: 20px 15px 45px 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.zzPrower .prower-group .item:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.zzPrower .prower-group .item:hover .btn {
    transition: all .3s;
    background-color: #f4202f;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    color: #fff;

}

.zzPrower .prower-group .item .tit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.zzPrower .prower-group .item .tit .icon {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(/theme/eycmscn/imags_lanmutu/400/gn-icon.png) no-repeat;
}

.zzPrower .prower-group .item .tit .icon.icon1 {
    background-position: 0 0;
}

.zzPrower .prower-group .item .tit .icon.icon2 {
    background-position: -36px 0;
}

.zzPrower .prower-group .item .tit .icon.icon3 {
    background-position: -72px 0;
}

.zzPrower .prower-group .item .tit .icon.icon4 {
    background-position: -108px 0;
}

.zzPrower .prower-group .item .des {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
}

.zzPrower .prower-group .item .xzl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.zzPrower .prower-group .item .bfb {
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
}

.zzPrower .prower-group .item .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
}


/*158页面推荐套餐 B*/
.bestTc {
  margin-top: 80px;
}
.bestTc .row {
  margin-bottom: 40px;
}

.bestTc .row .tc-show-item {
  position: relative;
}

.bestTc .row .tc-log {
  position: absolute;
  width: 70px;
  height: 52px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  top: -10px;
  right: 15px;
  background: blue;
  text-align: center;
}
.bestTc .row .tc-log.tc-log-tyj {
  background: url(/theme/eycmscn/imags_lanmutu/400/ty-ico.png) no-repeat 0 0;
  text-shadow: 0px 1px 0px rgba(255,255,255,0);
}
.bestTc .row .tc-log.tc-log-dpj {
  background: url(/theme/eycmscn/imags_lanmutu/400/dpj.png) no-repeat 0 0;
  text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.bestTc .row .tc-log.tc-log-qy {
  background: url(/theme/eycmscn/imags_lanmutu/400/qyj.png) no-repeat 0 0;
  text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.bestTc .row .tc-log.tc-log-jt {
  background: url(/theme/eycmscn/imags_lanmutu/400/jtj.png) no-repeat 0 0;
  text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

/*158页面推荐套餐 E*/
.bestTc .tc-show .tc-show-item {
  width: 360px;
  height: 370px;
  border: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  
   margin-bottom: 40px;
   margin: 0px 28px 35px 20px;
}

.bestTc .tc-show .tc-show-item:hover {
  margin-top: -8px !important;
  height: 370px;
  -webkit-box-shadow: 0 0 18px 0px #FF8690;
  box-shadow: 0 0 18px 0px #FF8690;
  border: 1px solid #FF8690;
  transition: all .3s;
}

.bestTc .tc-show .tc-show-item:hover .Example-num .num-group {
  margin: 0 25px 35px;
}

.bestTc .tc-show .tc-show-item:hover .tc-btn {
  background: #E70012;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
  background-image: linear-gradient(0deg, #FF512F, #F4202F);
  -webkit-box-shadow: 0 0 16px 0px #F5232F;
  box-shadow: 0 0 16px 0px #F5232F;
  border-top: #F4202F;
  transition: all .3s;
  color: #fff;
}

.bestTc .tc-show .tc-show-item.m-RL-16 {
  margin: 0 19px;
}

.bestTc .tc-show .tc-show-item .tc-log {
  width: 80px;
  height: 60px;
  position: absolute;
  right: 14px;
  top: -10px;
  font-size: 14px;
  /* background: url(/theme/eycmscn/imags_lanmutu/400/index.png) no-repeat; */
}

/* .bestTc .tc-show .tc-show-item .tc-log-1 {
  background-position: 0 -281px;
}

.bestTc .tc-show .tc-show-item .tc-log-2 {
  background-position: 0 -166px;
}

.bestTc .tc-show .tc-show-item .tc-log-3 {
  background-position: 0 -224px;
} */

.bestTc .tc-show .tc-name {
  height: 78px;
  margin: 0 25px;
  border-bottom: 1px solid #e5e5e5;
}

.bestTc .tc-show .tc-show-item .jg {
  float: left;
  display: block;
  margin-top: 24px;
}

.bestTc .tc-show .tc-show-item .dw {
  float: left;    
  font-size: 16px;
  font-weight: 600;
  margin-top: 38px;
  margin-left: 5px;
  position: relative;
}

.bestTc .tc-show .tc-show-item .tc-hot:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  position: absolute;
  top: -15px;
  left: 0;
  /* background: url(/theme/eycmscn/imags_lanmutu/400/suggest-sprite.png) no-repeat -65px -66px; */
}

.bestTc .tc-show .tc-show-item .jg._88 {
  font-size: 34px;
  background-position: 0 0;
  font-weight: bold;
  color: #fe4b2f;
}
.bestTc .tc-show .tc-show-item .jg._88 i {
  margin-right: 2px;
  font-size: 20px;
  color: #fe4b2f;
}
.bestTc .tc-show .tc-show-item .jg._168 {
  height: 29px;
  width: 79px;
  background-position: 0 -288px;
}

.bestTc .tc-show .tc-show-item .jg._198 {
  height: 29px;
  width: 79px;
  background-position: 0 -32px;
}

.bestTc .tc-show .tc-show-item .jg._298 {
  height: 29px;
  width: 79px;
  background-position: 0 -320px;
}

.bestTc .tc-show .tc-show-item .jg._388 {
  height: 29px;
  width: 79px;
  background-position: 0 -64px;
}

.bestTc .tc-show .tc-show-item .jg._598 {
  height: 29px;
  width: 79px;
  background-position: 0 -96px;
}

.bestTc .tc-show .tc-show-item .jg._998 {
  height: 29px;
  width: 79px;
  background-position: 0 -128px;
}

.bestTc .tc-show .tc-show-item .jg._1988 {
  height: 29px;
  width: 101px;
  background-position: 0 -160px;
}

.bestTc .tc-show .tc-show-item .jg._4988 {
  height: 29px;
  width: 101px;
  background-position: 0 -192px;
}

.bestTc .tc-show .tc-show-item .jg._6988 {
  height: 29px;
  width: 101px;
  background-position: 0 -224px;
}

.bestTc .tc-show .tc-show-item .jg._9988 {
  height: 30px;
  width: 101px;
  background-position: 0 -255px;
}

.bestTc .tc-show .tc-fl {
  padding: 46px 0;
  margin: 0 25px;
  border-bottom: 1px dashed #e5e5e5;
}

.bestTc .tc-show .tc-1 {
  float: left;
}

.bestTc .tc-show .tc-2 {
  float: left;
  margin-left: 50px;
}

.bestTc .tc-show .tc-1 .tc-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(/theme/eycmscn/imags_lanmutu/400/index.png) no-repeat -106px -39px;
}

.bestTc .tc-show .tc-2 .tc-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(/theme/eycmscn/imags_lanmutu/400/index.png) no-repeat -69px -39px;
}

.bestTc .tc-show .tc-sm .prow {
  font-weight: bold;
  font-size: 14px;
  color: #f4222f;
  margin-bottom: 5px;
}

.bestTc .tc-show .tc-sm .zz {
  font-size: 14px;
  font-weight: bold;
}
.bestTc .tc-show .Example-num {
  padding-top: 12px;
}
.bestTc .tc-show .tc-show-item:hover .Example-num {
  padding-top: 23px;
}
.bestTc .tc-show .Example-num p {
  margin: 0 25px;
  padding-bottom: 16px;
  font-weight: bold;
}

.bestTc .tc-show .Example-num .num-group {
  margin: 0 25px 25px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
}
.bestTc .tc-show .Example-num .num-group .suiji {
  height: 81px;
  line-height: 81px;
  text-align: center;
  background-color: #eeeeee;
  color: #000;
}

.bestTc .tc-show .tc-btn {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;   
  background: #E70012;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
  background-image: linear-gradient(0deg, #FF512F, #F4202F);
  border-top: #F4202F;

}

#ECHAT_icon {
	width: 0 !important;
	height: 0 !important;
}
#ECHAT_icon img {
	width: 0 !important;
	height: 0 !important;
}


/* 提升30%开始*/
.nr20{padding-top: 30px; padding-bottom: 10px;}
.w1300{width: 1200px; margin: 0px auto;display: table; /*margin-left: -12px;*/}

.vbt{width: 100%; text-align: center;}
.vbt h3{font-size: 42px; color: #000000;font-weight: bold; padding-top: 50px; padding-bottom: 8px;}
.vbt strong{font-size: 53px; color: #fc5952;}
.vbt p{font-size: 18px; color: #737373; line-height: 40px;  }

.uup{width: 100%;}
.uup ul li{width: 30.5%; margin: 1%; height: 153px; background-color: #f9f9f9; float: left; position: relative;margin-left: 20px;} 
.uup .vfd{position: absolute; left: 2%; top: -6%; z-index: 3; background: url({skins}/imags_lanmutu/400/cc1.png); background-size: cover; width: 19%; height: 109px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup .vfd p{font-size: 38px; color: #f9f9f9; text-align: center; text-indent: -10px; line-height: 90px;}
.uup .ww{ width: 100%; margin: 0px auto; display: table; height: 100%; cursor: pointer; position: relative; overflow: hidden;}
.uup .wwa{width: 18%; height: 100%; float: right; display: table; margin-right: 22px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup .wwa .wwact{display: table-cell;vertical-align: middle;height: 100%;}
.uup .wwa img{width: 100%; display: inline-block;}
.uup .wwb{display: table; float: right; height: 100%; width: 73%;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup .wwb .wwbct{display: table-cell; vertical-align: middle; height: 100%;}
.uup .wwb p{font-size: 20px; color: #4a4a4a; text-align: left; -webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup .xlla{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2;}
.uup .dqdd{position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-color: #fc5952; z-index: 1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup ul li .img2{display: none;}
.uup ul li:hover{background-color: #fc5952;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup ul li:hover .wwa{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup ul li:hover .wwb{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup ul li:hover p{color: #FFFFFF;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.uup ul li:hover .dqdd{left: 0;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

/* 提升30%结束*/


/* 首页新闻开始*/
.spp{  /*  background-color: #fafafa;*/    height: 650px;}
.zhxinwen{ width:66.8%; border:1px solid #ddd;float: left; background-color: #FFFFFF; height: 480px; margin-top: 86px;}
.zhxinwen .hd{ height:100px; border-bottom:1px solid #ddd; position: relative; width: 94%; margin: 0px auto;}
.zhxinwen .hd ul{ width: 35%; position: absolute; right: 0; bottom: 0;}
.zhxinwen .hd ul li{ float:left; cursor:pointer; height: 40px; font-size: 16px; width: 33.33%; text-align: center; display: table;}
.zhxinwen .hd ul li.on{ }
.zhxinwen .hd ul li.on p{  height: 40px; position: relative; display: table; margin: 0px auto;}
.zhxinwen .hd ul li.on p:after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background-color: #fc5952;}
.zhxinwen .bd{position: relative;display: table; width: 100%; height: 378px; overflow: hidden;}
.zhxinwen .bd ul{ zoom:1; width: 100%; height: 100%; background-color: #FFFFFF; position: absolute; left: 0;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.zhxinwen .bd .zong{bottom: -600px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

.zhxinwen .bd .diyx{ height: 195px; border-bottom: 1px solid #CCCCCC; width: 94%; margin: 0px auto;}
.zhxinwen .bd .diyx .diyxa{width: 100%; height: 100%;}
.zhxinwen .bd .diyx .diyxb{display: table; width: 22.6%; height: 100px; background-color: #fc5952; float: left; margin-left: 28px; margin-top: 47.5px;}
.zhxinwen .bd .diyx .diysj{display: table-cell; vertical-align: middle; text-align: center;}
.zhxinwen .bd .diyx .diysj p{color: #FFFFFF; font-size: 16px;}
.zhxinwen .bd .diyx .diysj p span{font-size: 24px;}
.zhxinwen .bd .diyx .diywen{float: left; width: 62.3%; margin-left: 4%; margin-top: 64.5px;}
.zhxinwen .bd .diyx .diywen h3{font-weight: 500; color: #000000; padding-bottom: 5px;}
.zhxinwen .bd .diyx .diywen p{font-size: 14px; color: #828282; line-height: 22px;}
.zhxinwen .bd .diyl{ height: 30px; line-height: 30px; width: 88%; margin: 0px auto; display: table;}
.zhxinwen .bd .diyl img{display: inline-block; margin-right: 10px; margin-top: -7px;}
.zhxinwen .bd .diyl h3{font-weight: 500; color: #000000; font-size: 16px; float: left;}
.zhxinwen .bd .diyl p{font-weight: 500; color: #9d9d9d; font-size: 14px; float: right;}
.kongge{height: 40px;}
.zhxinwen .hd .tupian{float: left; margin-top: 30px; margin-left: 54px;}
.zhxinwen .hd .tupian img{float: left;}
.zhxinwen .hd .tupian p{float: left; font-size: 32px; color: #000000; margin-top: 13px; margin-left: 13px;}
.zhwenti{width: 32%; border: 1px solid #DDDDDD; float: right; background-color: #FFFFFF; height: 480px; margin-top:86px ;}
.zhwenti .zhwentia{width: 90%; margin: 0px auto; height: 100px; border-bottom: 1px solid #DDDDDD;}
.zhwenti .zhwentib{ padding-top: 30px;}
.zhwenti .zhwentib img{float: left;}
.zhwenti .zhwentib p{float: left; font-size: 32px; color: #000000; margin-top: 13px; margin-left: 13px;}
.xxaw{width: 84%; margin: 0px auto;}
.xxaw ul li{ height: 150px; border-bottom: 1px dashed #DDDDDD; display: table;}
.xxaw ul li .xxju{display: table-cell; vertical-align: middle;}
.xxaw ul li h3{font-size: 17px; color: #585858; padding-bottom: 10px;}
.xxaw ul li p{font-size: 14px; color: #a7a7a7; line-height: 22px;}
.aanx{width: 180px; height: 37px; line-height: 37px; text-align: center; background-color: #fc5952; border-radius: 5px; margin: 0px auto; margin-top: 20px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.aanx a{font-size: 14px; color: #FFFFFF;}
.action{z-index: 999; bottom: 0;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

/* 首页新闻结束*/


/* 本月靓号推荐开始*/
.nine-hd {
    margin-bottom: 30px;
    padding: 35px 0;
    width: 100%;
    height: 370px;
    background: #fb6551;
    background-image: -moz-linear-gradient( 142deg, rgb(239,8,57) 0%, rgb(251,101,81) 100%);
    background-image: -webkit-linear-gradient( 142deg, rgb(239,8,57) 0%, rgb(251,101,81) 100%);
    background-image: -ms-linear-gradient( 142deg, rgb(239,8,57) 0%, rgb(251,101,81) 100%);
}
.nine-hd .inner-ct {
    margin-left: 35px;
    float: left;
    width: 635px;
    color: #ffffff;
}
.nine-hd .inner-ct .top {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fdaa9f;
}
.nine-hd .inner-ct .top a {
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal; 
}
.icon-group {
    height: 45px;
    margin-top: 40px;
}
.icon-group .it {
    float: left;
    height: 40px;
    padding-top: 5px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 18px;
}
.icon-group .it.it1 {
    padding-left: 45px;
    margin-right: 45px;
    background-image: url(../../imags_lanmutu/400/nine-icon11.png);
}
.icon-group .it.it2 {
    padding-left: 52px;
    margin-right: 45px;
    background-image: url(../../imags_lanmutu/400/nine-icon2.png);
}
.icon-group .it.it3 {
    padding-left: 48px;
    margin-right: 45px;
    background-image: url(../../imags_lanmutu/400/nine-icon3.png);
}
.icon-group .it.it4 {
    padding-left: 57px;
    background-image: url(../../imags_lanmutu/400/nine-icon4.png);
}
.icon-group .it.it5 {
    padding-left: 45px;
    background-image: url(../../imags_lanmutu/400/nine-icon5.png);
}

.icon-group .it.it6 {
    padding-left: 45px;
    margin-right: 45px;
    background-image: url(../../imags_lanmutu/400/nine-icon6.png);
}
.exp-num {
    margin-top: 50px;
}
.exp-num .exp-top  {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}
.exp-num .exp-top  a {
    font-size: 16px;
    float: right;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}
.exp-box {
    margin: 0 -8px;
}
.exp-box .item {
    width: 199px;
    height: 44px;
    color: #640118;
    float: left;
    line-height: 44px;
    font-weight: bold;
    margin: 15px 8px 0;
    font-size: 20px;
    text-align: center;
    background: #fbdaa9;
    cursor: pointer;
}
.exp-box .item:hover {
    opacity: .9;  
}
.nine-day {
    width: 440px;
    height: 373px;
    /* background: url(../../imags_lanmutu/400/23-nine.png) no-repeat center center; */
    background: url(../../imags_lanmutu/400/2-nine.png) no-repeat center center;
    float: right;
    margin-right: 34px;
}

.nine-day .btn {
    width: 206px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: #c90304;
    margin: 25px auto 0;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.nine-day .btn:hover {
    opacity: .8;
}

/* 本月靓号推荐结束*/
