
        body {
            min-width: 1200px;
            width: 100%;
            overflow-x: hidden;
        }
        
        i,
        em {
            font-style: normal;
        }
        
        .tb {
            position: relative;
        }
        
        .xiala {
            position: fixed;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
            top: 147px;
            z-index: 30;
            background: #fff;
        }
        
        .xiala:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 26px;
            left: 0;
            top: 12px;
            background: url(images/tb_xiala_bg.jpg) repeat-x left 0;
        }
        
        .xiala-cont {
            padding: 50px 0 35px;
        }
        
        .xiala-cont:after {
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }
        
        .xiala-cont li {
            float: left;
            width: 100px;
            padding: 0 52px;
            position: relative;
            margin: 0 !important;
        }
        
        .xiala-cont li:after {
            position: absolute;
            content: '';
            width: 1px;
            height: 220px;
            background: #e7e7e7;
            left: 0;
            top: 11px;
        }
        
        .xiala-cont li.first {
            padding-left: 0;
        }
        
        .xiala-cont li.first:after {
            display: none;
        }
        
        .xiala-cont li.last {
            width: 240px;
        }
        .xiala-cont li.mr0{padding-right: 0;}
        .xiala-cont li h4 a {
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #333333;
            font-weight: normal;
        }
        
        .xiala-cont li p,
        .xiala-cont li span {
            height: 144px;
            display: block;
            padding-top: 3px;
        }
        
        .xiala-cont li p a {
            display: block;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            color: #666666;
        }
        
        .xiala-cont li span img {
            width: 240px;
            height: 134px;
            display: block;
            margin-top: 10px;
        }
        
        .xiala-cont li em {
            display: inline-block;
            height: 30px;
            padding-top: 20px;
        }
        
        .xiala-cont li em a {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            color: #303030;
        }
        
        .content {
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
        
        .header {
            height: 160px;
        }
        
        .header .logo {
            float: left;
            margin: 40px 0 0;
            width: 315px;
        }
        
        .header .logo span {
            display: block;
            font-weight: normal;
            font-size: 24px;
            color: #333;
            letter-spacing: 5px;
            padding-top: 10px;
        }
        
        .h_nav {
            float: left;
            padding: 30px 0 0 90px;
        }
        
        .h_nav ul li {
            float: left;
            font-size: 18px;
            position: relative;
            margin-right: 48px;
        }
        
        .h_nav ul li>a {
            color: #333;
            display: block;
            position: relative;
            z-index: 5;
            padding-right: 9px;
            width: 20px;
            padding-left: 14px;
            line-height: 110%;
            height: 127px;
            text-align: center;
            background: url(images/nav1.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(2)>a {
            background: url(images/nav2.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(3)>a {
            background: url(images/nav3.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(4)>a {
            background: url(images/nav4.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(5)>a {
            background: url(images/nav5.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(6)>a {
            background: url(images/nav6.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(7)>a {
            background: url(images/nav7.jpg) no-repeat;
        }
        
        .h_nav ul li:nth-of-type(8)>a {
            background: url(images/nav8.jpg) no-repeat;
        }
        
        .h_nav li:hover>a,
        .h_nav li.cur>a {
            font-weight: bold;
            ;
        }
        
        .h_nav .erji {
            position: absolute;
            width: 240px;
            left: -35px;
            top: 117px;
            z-index: 50;
            background-color: #fff;
            padding: 30px 0;
            display: none;
        }
        
        .h_nav .erji:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 3px;
            background: #198e44;
            left: 0;
            top: 13px;
        }
        
        .h_nav .erji:after {
            position: absolute;
            content: '';
            border-bottom: 8px solid #198e44;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            left: 49px;
            top: 5px;
        }
        
        .h_nav .erji a {
            display: block;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: #333333;
            border-bottom: 1px solid #ebebeb;
            padding: 0 20px;
            position: relative
        }
        
        .h_nav .erji a:after {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            border: 2px solid #9f9f9f;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 22px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .h_nav .erji a:hover {
            background: #f5f5f5;
            font-weight: bold;
        }
        
        .h_nav li:hover .erji {
            display: block;
        }
        
        .sea {
            width: 44px;
            float: right;
            position: relative;
            margin-top: 38px;
            padding-left: 15px;
        }
        
        .sea .txt {
            width: 0;
            height: 44px;
            overflow: hidden;
            background: #00913e;
            border: 0;
            border-radius: 30px;
            position: absolute;
            right: 50px;
            top: 20px;
            z-index: 61;
            box-sizing: border-box;
            transition: .5s;
            outline: none;
            color: #fff;
        }
        
        .sea p {
            background: #00913e;
            overflow: hidden;
            border-radius: 20px;
            position: relative;
        }
        
        .sea p em {
            position: absolute;
            width: 20px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            bottom: 9px;
            left: 13px;
            line-height: 18px;
        }
        
        .sea .btn {
            display: block;
            width: 100%;
            height: 84px;
            background: url(images/btn.png) no-repeat center 15px;
            cursor: pointer;
            z-index: 65;
            position: relative;
            border: none;
            outline: none;
        }
        
        .sea:hover .txt {
            width: 230px;
            padding: 0 10px;
        }
    

            .p_om ul li i span{    font-size: 0;
    line-height: 0;}
    .p_om ul li i{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
        

      .xw_l ul li em { width:412px}
      .xw_l ul li i{width:96px}      .xw_l ul li.cur i{width:110px}
      .xw_l ul li em a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  

	.f_bj{color:#666;clear:both;font-family:"Microsoft Yahei";overflow: hidden; position:relative; background: url(images/f_bg.jpg) repeat-x left bottom #fafafa; padding-top: 112px; box-sizing: border-box;}
	.f_con{ width: 1200px; margin: 0 auto; }
    .f_top{ height: 255px;}
    .f_top h3{ float: left;background: url(images/f_ico1.jpg) no-repeat; padding-top: 40px; line-height: 100%; font-size: 50px; color: #333;font-weight: normal; }
    .f_top ul{ float: right;}
    .f_top ul li{ padding-right: 120px; float: left;}
    .f_top ul li span{ display: block; padding-left: 56px; color: #888; font-size: 16px; line-height: 100%;background: url(images/f_ico2.jpg) no-repeat;height: 39px; line-height: 30px;}
    .f_top ul li i{ display: block; line-height: 100%; color: #333; font-size: 24px; color: #333; margin-top: 29px; color: #333;}
    .f_top ul li:nth-child(2) span{background: url(images/f_ico3.jpg) no-repeat;}
    .f_top ul li:nth-child(3) span{background: url(images/f_ico4.jpg) no-repeat;}
    .f_top ul li:nth-child(3){ padding-right:0 ;}
    .f_logo{ position: relative; height: 314px;}
    .f_logo ul li{ float: left; padding-left: 48px; width: 151px; border-right: 1px solid #d5d5d5; height: 226px;}
    .f_logo ul li:first-of-type{ padding-left: 0;}
    .f_logo ul li h3{ display: block; line-height: 100%; font-size: 24px; color: #333; font-weight: bold; padding-bottom: 35px;}
    .f_logo ul li h3 a{color: #333;}
    .f_logo ul li em a{ display: block; line-height: 100%; padding-bottom: 20px; font-size: 16px; color: #666;}
    .f_logo ul li em a:hover{ color: #000;}

    .f_logo h4{ float: right;width: 110px; margin-right: 10px; margin-top: -45px;}
    .f_logo h4 img{ display: inline-block; width: 110px;}
    .f_logo h4 span{ display: block;color: #666; font-size: 15px; text-align: center; font-weight: normal; padding: 9px 0;  line-height: 100%;}

    .f_code{ overflow: hidden; clear: both;  font-size: 14px; color: #666;}
    .f_code i{ display: inline-block; float: right;}    .f_code  span{ padding: 0 20px;}
    .f_code i a{ color: #666; display: inline-block; padding: 0 7px;}
    .f_code i a:hover{ color: #000;}


        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #00913e;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #00913e;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
