.read p {
    display: inline-block;
}

.peopleNum p {
    display: inline;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1240px) .w1200 {

    width: 94%;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.f-cb {
    zoom: 1;
}

.header .header_cen .logo {
    line-height: 86px;
    display: block;
    float: left;
}

.header .header_cen a.logo h1 {
    display: none;
}

.header .header_cen .nav {
    float: right;
}

.header .header_cen .nav ul li {
    float: left;
    position: relative;
}


.header .header_cen .nav ul li>a::before {
    left: 25px;
    right: 25px;
}

.header .header_cen .nav ul li>a::after {
    content: "";

    position: absolute;
    right: 0;
    width: 1px;

    height: 20px;
    background: #e9e9e9;
    top: 50%;

    margin-top: -10px;
}


/*瀵艰埅*/
.header .header_cen .nav {
    float: right;
}

.header .header_cen .nav ul li {
    float: left;
    position: relative;
}

.header .header_cen .nav ul li>a {
    padding: 0 25px;
}

.header .header_cen .nav ul li>a {
    display: block;
    font-size: 16px;
    line-height: 88px;
    color: #4d4d4d;
    padding: 0 33px;
    position: relative;
}

.header .header_cen .nav ul li ul li>a {
    padding: 0 30px;

}

.nav_lx_dh {
    padding-left: 50px;
}

.header .header_cen .bocweb-nav ul li a.nav_lx {
    background: url(/images/nav_lx.png) no-repeat center left;
    margin-top: 24px;
}

.bocweb-nav ul li a.nav_lx:hover {
    border: 0;
}

.nav_lx span {
    display: block;
    line-height: 19px;
    padding-left: 20px;
}

.header .header_cen .nav ul li>a.nav_lx::after {
    background: #fff;
}

/*
.header .header_cen .nav ul li > a::before {
    left: 25px;
    right: 25px;
}
.header .header_cen .nav ul li > a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #e9e9e9;
    top: 50%;
    margin-top: -10px;
}
*/
.bocweb-nav {
    font-family: arial, sans-serif;
}

.bocweb-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bocweb-nav ul li ul {
    width: 160px;
    display: none;
    background: rgb(251, 251, 251);
}

.bocweb-nav ul li a:hover {
    color: #fff;
    border-bottom: 2px solid #db8ccf;
}

.header .header_cen .bocweb-nav ul li:hover ul li a:hover {
    border: 0;
    color: #c675ae;
}

.bocweb-nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 90px;
    left: -15px;

    width: 160px;
    color: #666;
    background: rgba(251, 251, 251);
}

.header .header_cen .bocweb-nav ul li:hover ul li>a {
    line-height: 40px;
    font-size: 15px;

    width: 100px;
    text-align: center;
}

.bocweb-nav ul li:hover ul li a {
    display: block;
    background: rgba(251, 251, 251);
    color: #000;
}

.bocweb-nav ul li:hover ul li a:hover {
    background: #fff;
    color: #000;
}


/*瀵艰埅e*/
.main {
    margin-top: 86px;
    position: relative;
}

.main.welcome .box .intro {
    margin-top: -54px;
    position: relative;
    /*z-index: 10;*/
    height: 160px;
}

.box {
    clear: both;
    position: relative;
    /*z-index: 2;*/
}

.main.welcome .box .intro ul {
    overflow: hidden;
    height: 160px;
}

.main.welcome .box .intro ul li {
    width: 20%;
    float: left;

    background-color: #db8ccf;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
    height: 100%;
    position: relative;
    box-sizing: border-box;
    transition: width 300ms;
}

.main.welcome .box .intro ul li .pic {
    position: absolute;
    width: 408px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.main.welcome .box .intro ul li .cont {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    transition: transform 0.3s;
    padding: 44px 20px 0 20px;
}

.main.welcome .box .intro ul li .cont .num {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    transition: all 0.3s;
    font-family: "HELVETICACDBLK";
}

.main.welcome .box .intro ul li .cont .txt {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.main.welcome .box .intro ul li .cont .icon {
    text-align: center;
}

.tc {
    text-align: center;
}

.main.welcome .box .intro ul li .cont .img {
    position: absolute;
    width: 100%;
    top: 43%;
    left: 0;
}

.main.welcome .box .intro ul li .cont .img img {

    width: 100%;
    height: auto;
}

.index_service {
    padding-top: 55px;
    padding-bottom: 73px;
}

.f-cb {
    zoom: 1;
}


.index_service_title {

    float: left;
    position: relative;
}

.index_service_title .e {
    float: left;
    font-size: 60px;
    line-height: 60px;
    color: #db8ccf;
    font-family: Arial;
    font-weight: bold;
}

.index_service_title .txt_box {
    float: left;
    margin-left: 6px;
}

.index_service_title .txt_box .cn {
    font-size: 26px;
    line-height: 32px;
    color: #454545;
}

.index_service_title .txt_box .ds {
    font-size: 0;
}

.index_service_title .txt_box .ds .en {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    color: #db8ccf;
    font-family: Arial;
}

.index_service_title .txt_box .ds .txt {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}

.index_service .service_list ul {
    width: 110%;
}

.index_service .service_list ul li {
    float: left;
    width: 28.78%;
    margin-right: 2.34%;
    border-radius: 5px;
    padding-bottom: 34px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    margin-top: 7.9%;
}

.index_service .service_list ul li .pic_box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}

.index_service .service_list ul li .pic_box .pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.index_service .service_list ul li .pic_box .pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
        /* 2 */
    ;
}

.cont {
    height: 139px;
}

.index_service .service_list ul li .cont .title {
    margin-top: 10px;
    text-align: center;
    display: block;
    padding: 0 10px;
}

.index_service .service_list ul li .cont .title .cn {
    font-size: 20px;
    line-height: 26px;
    color: #454545;
}

.index_service .service_list ul li .cont .title .en {
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
    font-family: Arial;
}

.index_service .service_list ul li .cont .list_box {
    margin-top: 15px;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box.auto {
    font-size: 0;
    text-align: center;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box {
    display: block;
    width: 84.2%;
    margin-left: auto;
    margin-right: auto;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box.auto .owl-stage-outer {
    margin-left: -1px;
}


.owl-stage {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 330px;
    padding-left: 1px;
    padding-right: 1px;
}



.index_service .service_list ul li .cont .list_box .owl-carousel-box .autos .owl-stage {
    margin-left: auto;
    margin-right: auto;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .autos .owl-stage .active {
    width: 72px;
    margin-right: 7.8px;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .autos .owl-stage .activezh {
    margin-right: 0;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .autos .owl-stage .owl-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}


.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    height: 80px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 9px;
    transition: background 0.5s, border-color 0.5s;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box:hover {
    background: #db8ccf;

}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box:hover .txt {
    color: #fff;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box .img {
    width: 30px;
    height: 21px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box .img img {
    position: absolute;
    left: 0;

    top: 0;
    right: 0;
    bottom: 0;

    transition: all 0.5s;
    max-width: 100%;
    max-height: 100%;
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box .img img.active {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_service .service_list ul li .cont .list_box .owl-carousel-box .item_box .txt {
    transition: color 0.5s;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    text-align: center;
    margin-top: 6px;
}


.index_product {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 40px;
}

.index_productqtb {
    padding-top: 0px;
}

.read_more {
    border-radius: 21px;
    display: block;
    float: right;
    background: #fff;
    width: 132px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    text-align: center;
    font-size: 0;
    margin-top: 15px;
}

.read_more .ico {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.read_more .txt {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 42px;
    color: #454545;
}



.index_product .product_list {
    padding-top: 6px;
}

.index_product .product_list ul {
    display: block;
    width: 110%;
}

.index_product .product_list ul li {

    width: 21.2%;
    float: left;
    margin-right: 2.1%;
    margin-top: 2.1%;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 0;
}

/*.evenflow_scale { transition:transform 0.25s ease;  }
.evenflow_scale:hover { transform:scale(1.25,1.25); }*/
.evenflow_scale {
    transition: all 0.9s;
}

.evenflow_scale:hover {
    transition: transform 1s ease;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.index_product .product_list ul li.evenflow_scale:hover .cont .msg .booking {
    background: #db8ccf;
    color: #fff;
    transition: background 0.6s ease-out, color 0.6s ease-out;
}

/* .index_product .product_list ul li :hover {
    transform: scale(1.2, 1.2);
    box-shadow: 0 0 10px #0000ff;
    cursor: pointer;
}
 */
.index_product .product_list ul li .pic {
    overflow: hidden;
    display: block;
}

.index_product .product_list ul li .pic img {
    width: 100%;
    display: block;
}

.index_product .product_list ul li .cont {
    margin-top: 14px;
    padding: 0 5px;
}

.index_product .product_list ul li .cont .des {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e0e0e0;
}

.index_product .product_list ul li .cont .des .tit {
    font-size: 18px;
    line-height: 26px;
    color: #454545;
}

.index_product .product_list ul li .cont .des .txt {
    font-size: 12px;
    line-height: 20px;

    color: #999;
}

.index_product .product_list ul li .cont .msg {
    margin-top: 15px;
    padding-bottom: 13px;
    position: relative;
    padding-right: 95px;
}

.index_product .product_list ul li .cont .msg .ml .money {
    font-size: 20px;
    line-height: 28px;
    color: #ff9313;
    font-family: Arial;
}

.index_product .product_list ul li .cont .msg .ml .num {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

.index_product .product_list ul li .cont .msg .ml .num span {
    font-family: Arial;
    color: #666;
}

.index_product .product_list ul li .cont .msg .booking {
    width: 92px;
    height: 32px;
    background: #f1f1f1;
    border-radius: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #454545;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    text-align: center;
    transition: background 0.6s ease-out, color 0.6s ease-out;
}

.ellipsis,
.main.news .news_box .news_list .news_list_cen .content .news_l ul li a .cont .txt,
.main.news .news_box .news_list .news_list_cen .content .news_r ul li a .txt,
.main.news .news_detail .detail_bot .detail_l p,
.main.service .product_box .product_list ul li .cont .des .tit,
.main.service .product_box .product_list ul li .cont .des .txt,
.main.welcome .index_news .news_box .news_r .tab .tab_cell ul li a .cont .t,
.main.welcome .index_product .product_list ul li .cont .des .tit,
.main.welcome .index_product .product_list ul li .cont .des .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.index_news .news_box {
    margin-top: 38px;
    margin-bottom: 15px;
    position: relative;
}

.index_news .news_box .news_l {
    width: 48.75%;
    background: #fff;
    position: relative;
}

.index_news .news_box .news_l .pic {
    float: left;
    width: 43.58%;
    overflow: hidden;
}

.index_news .news_box .news_l .pic img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: auto;
}

.index_news .news_box .news_l .cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 56.42%;
    height: 100%;
    padding-left: 7.6%;
    padding-right: 5%;
    box-sizing: border-box;
}

.index_news .news_box .news_l .cont .tab {
    width: 100%;
    height: 100%;
    display: table;
}

.index_news .news_box .news_l .cont .tab .tab_cell {
    display: table-cell;
    vertical-align: middle;
}

.index_news .news_box .news_l .cont .tab .tab_cell .date {
    font-family: "CENTURYGOTHIC-BOLD";
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.index_news .news_box .news_l .cont .tab .tab_cell .tit {
    font-size: 18px;

    line-height: 30px;
    color: #454545;
    margin-top: 8px;

    height: 60px;
    overflow: hidden;
}

.index_news .news_box .news_l .cont .tab .tab_cell .btn {
    width: 82px;
    height: 28px;
    background: #db8ccf;
    border-radius: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 33px;
}


.index_news .news_box .news_r {
    width: 48.75%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 2%;
    box-sizing: border-box;
}

.index_news .news_box .news_r .tab {
    width: 100%;
    height: 100%;
    display: table;
}

.index_news .news_box .news_r .tab .tab_cell {
    display: table-cell;
    vertical-align: middle;
}

.index_news .news_box .news_r .tab .tab_cell ul {
    width: 100%;
    display: block;
    width: 537px;
}

.index_news .news_box .news_r .tab .tab_cell ul li:first-child {
    margin-top: 0;
}

.index_news .news_box .news_r .tab .tab_cell ul li a {
    display: block;
    position: relative;
    padding-left: 85px;
}

.index_news .news_box .news_r .tab .tab_cell ul li a .date {
    width: 73px;
    position: absolute;

    left: 0;
    top: -2px;
    text-align: right;
}


.index_news .news_box .news_r .tab .tab_cell ul li a .date .month {
    width: 73px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    line-height: 48px;
    color: #9e9e9e;
    overflow: hidden;
    font-family: Arial;
}

.index_news .news_box .news_r .tab .tab_cell ul li a .cont {
    border-left: 1px solid #e5e5e5;
    padding-left: 16px;
    height: 100%;
}

.index_news .news_box .news_r .tab .tab_cell ul li a .cont .t {
    transition: color 0.5s;
    font-size: 16px;
    line-height: 18px;
    color: #454545;
}

.index_news .news_box .news_r .tab .tab_cell ul li a .cont .read {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-top: 3px;
}

.index_news .news_box .news_r .tab .tab_cell ul li a .cont .read {
    font-size: 12px;

    line-height: 18px;

    color: #999;
    margin-top: 3px;
}

.new-pic {
    height: 235px;
}

.index_news .news_box .news_r .tab .tab_cell ul li {
    margin-top: 32px;
}

.index_news {
    background: #fafafa;
    padding-top: 38px;
    padding-bottom: 40px;
    clear: both;
}

.index_newsqtb {
    padding-top: 0px;
}

/**鍥哄畾*/
.news_myzsl {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 15px;
    position: relative;
}

.news_gdxw {
    width: 48.75%;
    background: #fff;
    position: relative;
}

.news_gdxw .tab {}

.news_gdxw .tab .tab_cell {
    padding: 10px 0;
}

.news_gdxw .tab .tab_cell ul {

    width: 100%;
    display: block;
    width: 537px;
}

.news_gdxw .tab .tab_cell ul li:first-child {
    margin-top: 0;
}

.news_gdxw .tab .tab_cell ul li a {
    display: block;
    position: relative;
    padding-left: 35px;
}

.news_gdxw .tab .tab_cell ul li a .date {
    width: 73px;

    position: absolute;
    right: 0;
    top: -2px;

    text-align: right;
}

.news_gdxw .tab .tab_cell ul li a .date .month {
    width: 73px;
    height: 30px;
    line-height: 34px;
    font-size: 14px;
    color: #9e9e9e;
    overflow: hidden;
    font-family: Arial;
}

.news_gdxw .tab .tab_cell ul li a .cont {
    height: 100%;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_gdxw .tab .tab_cell ul li a .cont .t {
    transition: color 0.5s;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #454545;
}

.news_gdxw .tab .tab_cell ul li {
    margin-top: 5px;
}

.news_gdxw_r {
    width: 48.75%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}














/*鐢熺悊璋冩暣鏈�*/
/*
.index_sanli3 {
    width: 100%;
    float: left;
    height: 826px;
    background: url(/images/sltzq.png) no-repeat center;
}
.cctv_cnt {
    width: 1200px;
    margin: 0 auto;
}
.cctv_cnt_title {
    width: 100%;
    text-align: center;
    float: left;
    height: 189px;
    margin-top: 90px;
    background: url(/images/sltzq_logo.jpg) no-repeat center;
}
.cctv_title1 {
    font-size: 28px;
    color: #424242;
    display: inline-block;
    zoom: 1;
    margin-top: 105px;
}
.cctv_title2 {
    font-size: 40px;
    color: #008139;
    display: inline-block;
    zoom: 1;
}
.cctv_title3 {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: -10px;
}
*/
.index_sanli3 {
    width: 100%;
    float: left;
    background: url(/images/sltzq.png) no-repeat center;
}

.cctv_popo {
    float: left;
    width: 100%;
}

.popo1 {
    margin-left: 0px;
}

.popo1,
.popo2,
.popo3,
.popo4,
.popo5 {
    float: left;
    width: 193px;
    height: 356px;
    background: url(/images/cctv_1.png) no-repeat 0px 84px;
    margin-left: 33px;
    margin-top: 60px;
}

.popo1,
.popo2,
.popo3,
.popo4,
.popo5 {
    transition: all 0.9s;
    transition: transform 0.25s ease;
}

.popo1:hover,
.popo2:hover,
.popo3:hover,
.popo4:hover,
.popo5:hover {
    transform: scale(1.1, 1.1);
}

.popo1:hover .cctv_a,
.popo2:hover .cctv_a,
.popo3:hover .cctv_a,
.popo4:hover .cctv_a,
.popo5:hover .cctv_a {
    background: #db8ccf;
    color: #fff;
    transition: background 0.6s ease-out, color 0.6s ease-out;
}


.popo1_top {
    width: 108px;
    height: 108px;
    float: left;
    background: url(/images/sltzq_tz.png) no-repeat;
    margin-left: 42px;
    margin-top: 12px;
}

.popo2_top {
    width: 108px;
    height: 108px;
    float: left;
    background: url(/images/sltzq_xb.png) no-repeat;
    margin-left: 42px;
    margin-top: 12px;
}

.popo3_top {
    width: 108px;
    height: 108px;
    float: left;
    background: url(/images/sltzq_yjk.png) no-repeat;
    margin-left: 42px;
    margin-top: 12px;
}

.popo4_top {
    width: 108px;
    height: 108px;
    float: left;
    background: url(/images/sltzq_nx.png) no-repeat;
    margin-left: 42px;
    margin-top: 12px;
}

.popo5_top {
    width: 108px;
    height: 108px;
    float: left;
    background: url(/images/sltzq_ss.png) no-repeat;
    margin-left: 42px;
    margin-top: 12px;
}

.popo1_top_1,
.popo2_top_1,
.popo3_top_1,
.popo4_top_1,
.popo5_top_1 {
    float: left;
    width: 100%;
    text-align: center;
    height: 33px;
    line-height: 33px;
    margin-top: 4px;
    font-size: 18px;
    color: #db8ccf;
}

.popo1_top_2,
.popo2_top_2,
.popo3_top_2,
.popo4_top_2,
.popo5_top_2 {
    float: left;
    width: 143px;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    margin-left: 27px;
    margin-top: 25px;
    text-align: center;
    height: 80px;
}

.cctv_a {
    width: 76px;
    height: 22px;
    border: 1px solid #cfcfcf;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    float: left;
    color: #828282;
    margin-top: 35px;
    margin-left: 56px;
}

/*鐢熺悊璋冩暣鏂�*/
/*
.index_service .service_sltz ul {
    width: 1200px;
}
.index_service .service_sltz ul li {
    float: left;
    width: 18%;
    margin-right: 2.34%;
    border-radius: 5px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    margin-top: 7.9%;
}
.index_service .service_sltz ul li .service_sltz_pic_box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}
.index_service .service_sltz ul li .service_sltz_pic_box .service_sltz_pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.index_service .service_sltz ul li .service_sltz_pic_box .service_sltz_pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.index_service .service_sltz ul li .service_sltz_cont .service_sltz_title {
    margin-top: 10px;
    text-align: center;
    display: block;
    padding: 0 10px;
}
.index_service .service_sltz ul li .service_sltz_cont .service_sltz_title .cn {
    font-size: 20px;
    line-height: 26px;
    color: #454545;
}
.index_service .service_sltz ul li .service_sltz_cont .service_sltz_title .en {
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
    font-family: Arial;
}

.index_service .service_sltz ul li .service_sltz_cont .service_sltz_list_box {
    margin-top: 15px;
    margin-left: 56px;
    
}
.service_sltz_cont .service_sltz_list_box a{
    display: inline-block;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #828282;
    width: 80px;
    margin: 0 auto;
}
.service_sltz_cont .service_sltz_list_box .service_sltz_txt {
    font-size: 14px;
    color: #828282;
    text-align: center;
}

<div class="index_service w1200">
            <div class="service_sltz">
                <ul class="service_sltz_f">
                    <li>
                        <div class="service_sltz_pic_box">
                            <div class="service_sltz_pic">
                                <img src="./images/myfw.jpg" alt="">
                            </div>
                        </div>
                        <div class="service_sltz_cont">
                            <div class="service_sltz_title">
                                <div class="cn">姣嶅┐鏈嶅姟</div>
                                <div class="en">浜у鍧愭湀瀛愭湡闂撮€氬父浼氬ぇ楸煎ぇ鑲夎繘琛岃惀鍏昏ˉ鍏咃紝寰堝鏄撳嚭鐜拌惀鍏昏繃鍓╂儏鍐碉紝瀵艰嚧浣撻噸蹇€熶笂鍗囥€�</div>
                            </div>
                            <div class="service_sltz_list_box">
                                <a href="#">
                                    <div class="service_sltz_txt">浜嗚В璇︽儏</div>
                                </a>
                            </div>
                    </li>
                </ul>
            </div>
        </div>

*/



/*鍏徃鑽ｈ獕*/

.ryzz_content {
    width: 1100px;
    overflow: hidden;
    margin: 15px auto 0;
}

.content_l {
    width: 665px;
    overflow: hidden;
    float: left;
}

.content_r {
    width: 310px;
    overflow: hidden;
    float: right;
}

.title {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

/*links*/
.links_list {
    height: 154px;
    ;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}

.link_prev {
    float: left;
    height: 76px;
    width: 32px;
    margin-top: 38px;
    overflow: hidden;
    text-indent: -999em;
    display: block;
    cursor: pointer;
    background: url(/images/ho_left.png) 0 0 no-repeat;
    position: relative;
    z-index: 2;
}

.link_next {
    float: left;
    height: 76px;
    width: 32px;
    margin-top: 38px;
    overflow: hidden;
    text-indent: -999em;
    display: block;
    cursor: pointer;
    background: url(/images/ho_right.png) 0 0 no-repeat;
    position: relative;
    z-index: 2;
}

.link_prev:hover,
.link_next:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#links {
    width: 952px;
    height: 154px;
    overflow: hidden;
    float: left;
    margin: 0 30px;
}

#links ul {
    height: 165px;
    overflow: hidden;
    width: 4000px;
}

#links li {
    float: left;
    width: 228px;
    margin: 0 10px 0 0;
    display: inline;
}

#links img {
    display: block;
    width: 228px;
    height: 154px;
    overflow: hidden;
}

#links a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slideContainer {
    position: relative;
    z-index: 0;
}





/*


.blk_29 {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 10px;
    overflow: hidden;
    padding-top: 10px;
    zoom:1;
    position:relative;
    width: 1100px;
    margin: 0 auto;
    top: 20px;
}
.blk_29 .LeftBotton { 
    height: 76px;
    width: 32px;
    background: url(/images/ho_left.png) no-repeat;
    cursor: pointer;
    position: absolute;
    margin-top: 38px;
    left: 0px;
}
.blk_29 .RightBotton {  
    height: 76px;
    width: 32px;
    background: url(/images/ho_right.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 38px;

}
.blk_29 .blk_29_Cont {  
    margin: 0px auto; 
    overflow: hidden;
    padding-top:5px;
    position: relative;
    width: 1100px;
}

.blk_29 .blk_29_box img {   
    padding-right:  3px; 
    display:  block; 
    padding-left:  3px;
    background: #fff;  
    padding-bottom: 3px;
    margin: 0px auto; 
    padding-top: 3px;
    width: 228px;
    height: 154px;
}
.rollphotos {   
    margin-top: 10px;
    margin: 0 auto;
    width: 1100px;
}
.xn_c_index_94_ul {
    float: left;
    height: 154px;
}
.xn_c_index_94_li {
    float: left;
    width: 238px;
}
.xn_c_index_94_lftbox img {
    width: 228px;
    height: 154px;
}
*/

/*鑽ｈ獕鏀惧ぇ*/
#outer {
    width: 80%;
    height: 80%;
}

.overlay {
    background-color: #000;
    background: rgba(0, 0, 0, .3);
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayimg {
    position: absolute;
    z-index: 100;

    left: 25%;
    top: 20%;
    width: auto;
    opacity: 2;
}


/*搴曢儴*/
.footer {
    background: #252525;
    clear: both;
}

.footer .footer_top {
    padding-top: 62px;
    padding-bottom: 30px;
    padding-left: 120px;
}

.footer .footer_top .footer_cen .msg {
    float: left;
    width: 18%;
}

.footer .footer_top .footer_cen .msg .tel .ds {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}

.footer .footer_top .footer_cen .msg .tel .number {
    font-size: 30px;
    line-height: 28px;
    color: #fff;
    font-family: "CENTURYGOTHIC-BOLD";
}

.footer .footer_top .footer_cen .msg .con {
    margin-top: 12px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=30);
}

.footer .footer_top .footer_cen .code_box {
    float: left;
    width: 32%;
    text-align: center;
    font-size: 0;
    margin-top: 10px;
}

.footer .footer_top .footer_cen .code_box .code {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.footer .footer_top .footer_cen .code_box .code .code_img {
    width: 124px;
    height: 124px;
    background: #fff;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer .footer_top .footer_cen .code_box .code .code_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;

    margin: auto;
}

.footer .footer_top .footer_cen .code_box .code .txt {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;

    margin-top: 8px;
}

.footer .footer_top .footer_cen .foot_nav {
    float: right;
    width: 50%;
    margin-top: 5px;
}

.footer .footer_top .footer_cen .foot_nav ul li {
    float: left;
    width: 23%;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    height: 200px;
    border-right: 1px solid #2b2b2b;
    text-align: center;
}

.footer .footer_top .footer_cen .foot_nav ul li .large {
    display: block;
    font-size: 16px;

    line-height: 20px;
    color: #fff;
}

.footer .footer_top .footer_cen .foot_nav ul li .links {
    margin-top: 16px;
}

.footer .footer_top .footer_cen .foot_nav ul li .links a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    transition: color 0.3s;
    opacity: 0.3;
    filter: alpha(opacity=20);
}

.footer .footer_top .footer_cen .foot_nav ul li .links a:hover {
    color: #fff;
    opacity: 1;
}

.footer .footer_bot {
    border-top: 1px solid #2b2b2b;
    padding: 18px 0;
}

.footer_bot_cen {
    text-align: center;
}

.footer .footer_bot .footer_bot_cen .copyright {
    /*float: left;*/
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

/*鍙嬮摼*/
.link_box {
    background: #252525;
    overflow: hidden;
}

.link_box .link_box_cen ul {
    margin-left: 30px;
}

.link_box .link_box_cen ul li {
    float: left;
    border-right: 1px solid #424242;
}

.link_box .link_box_cen ul li a {
    display: block;
    padding: 0 5px;
    color: #fafafa;
    opacity: 0.3;
}

.link_box_cen_bt {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.3;
}

/*鍙充晶瀹㈡湇*/

.nav_slider {
    width: 85px;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    right: 0;
    z-index: 800;
}

.nav_slider .qq,
.nav_slider .go_top,
.nav_slider .wx {
    width: 85px;
    height: 70px;
    background: #db8ccf;
    margin-top: 1px;
    display: block;
    position: relative;
    padding-top: 15px;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
}

.nav_slider .ico {
    width: 100%;
    height: 20px;
    position: relative;
}

.nav_slider .ico img {

    position: absolute;
    bottom: 0;
    left: 0;

    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.nav_slider .txt {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.nav_slider .code {
    width: 120px;
    height: 120px;

    position: absolute;
    left: -130px;
    top: 0;

    overflow: hidden;
    background: #fff;
    transform: scale(0.5);
    transform-origin: right center;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_slider .code img {
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.nav_slider .tel {
    left: 0;
    transition: left 0.3s;
    width: 200px;
    height: 70px;
    background: #db8ccf;
    margin-top: 1px;
    display: block;
    position: relative;

    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
}

.nav_slider .tel .t1 {
    float: left;
    width: 85px;
    padding-top: 15px;
}

.nav_slider .tel .t2 {
    width: 115px;

    font-size: 14px;
    line-height: 70px;
    text-align: left;

    color: #fff;
    float: left;
}

.nav_slider .tel:hover {
    left: -115px;
}

.nav_slider .qq:hover .code,
.nav_slider .go_top:hover .code,
.nav_slider .wx:hover .code {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
