
        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;
        }
    

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #00913e;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .tl-fdh-02 li {
            width: 20%;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            text-align: center;
            float: left;
            border-right: 1px solid #eee;
            margin-right: -1px;
            background: #efefed;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 li a {
            display: block;
            height: 55px;
            color: #595757;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(images/p16-icon6.png) no-repeat bottom center #00913e;
            border-color: #00913e;
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    

        .p12-aboutinfo-1{    display: inline-block;
    width: 100%;
    background: #fffef2;
    margin-bottom: 0;}
        .p12-aboutinfo-1-tit{height: 114px;line-height: 114px;font-size: 30px;font-weight: normal;text-align: center; color:#4b4a4a;}
        .p12-aboutinfo-1-tit span{font-size: 22px;color: #aaa;}
        /*.p12-aboutinfo-1-nr{padding:0 20px 20px;}*/
    

    .about5 h2 {
       padding-top: 80px;
    }
    
    .about5 ul {
        clear: both;
    }
    
    .about5 li {
        width: 380px;
        float: left;
        margin-left: 30px;
        background: #f6f6f6;
        text-align: center;
        height: 376px;
    }
    
    .about5 li h3 {
        font-size: 20px;
        margin-top: 15px;
        color: #000;
    }
    
    .about5 li p {
        margin-top: 5px;
        color: #333;
        font-size: 16px;
    }
    
    .about5 .no {
        margin-left: 0;
    }
    .about5 li img{ display: inline-block; width: 100%;}


        input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
        .code_gg_li img{vertical-align:middle;width:100px;height:32px;}
        .p4-order-form-1 {
            overflow: hidden;
        }
        
        .p4-order-form-1 .p4-titlel-1 {display: none;
            width:145px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background: #00913e;
            
        }
        
        .p4-order-form-1-con {
            background:url(images/r1-orderform-1-bg.jpg) no-repeat center 0;
            padding:166px 0 0 53px; height: 620px;box-sizing: border-box;
        }
        
        .p4-order-form-1-con li p {
            padding-left: 130px;
            color: #fff;font-size: 12px;
        }
        
        .p4-order-form-1-con li {
            margin-bottom: 10px;width:560px;
            font-size: 14px;
            line-height: 50px;height: 50px;
            color: #fff;
            overflow: hidden;
        }
        
        .p4-order-form-1-con li span {
            font-weight: bold;
            color: #fff;
        }
        .p4-order-form-1-con li b{color:#fff;}
        .p4-order-form-1-con li .row-hd {
            color: #fff;
        }
        .timenum{padding-left:95px;}
        .p4-order-form-1-con li p {
            clear: both;
        }
        
        .p4-order-form-1-con label {
            display: inline-block;
               float: left;width: 55px;
            color: #fff;
            vertical-align: top;
           height: 33px;line-height: 33px;overflow: hidden;
        }
        #code_gg{
            width: 80px;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #fff;
        }
        
        
        .p4-order-form-1-con .inputs,
        .p4-order-form-1-con li select {
            width:500px;font-size: 16px;
            outline: none;border-radius: 5px;
            padding-left: 20px;
            border: 1px solid #eee;
            height: 50px;
            line-height: 50px;
            color: #fff;border:none;background: none;
            box-sizing: border-box;color: #fff!important;
            /*float: left;*/
        }
        .p4-order-form-1-con .radioandcheck{vertical-align:middle;}
        
        .p4-order-form-1-con .err {
            border: 1px solid #fff;color: #fff!important;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t1 {
            width: 100%;margin-bottom: 21px; height: 130px;
        }
           .p4-order-form-1-t1{margin-bottom: 21px;}
        .p4-order-form-1-t1 textarea {
          width:500px;font-size: 16px;
            outline: none;
            padding-left: 20px;
            border: 1px solid #eee;
            height: 126px;
            line-height: 32px;
            color: #fff;border:none;background: none;
            box-sizing: border-box;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t2 {
            width: 100%;
        }
        
        .p4-order-form-1-t2 input {
            width: 150px;
            vertical-align: top;
        }
        
        .p4-order-form-1-t2 span {
            width: 153px;
            height: 25px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 {
            padding-left: 0;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 input {
            width: 300px; background: #f08300;
            height: 50px;font-size: 24px;
            border: 0;
            text-align: center;
            margin-left:48px;
            color: #fff;
            padding-left: 0;border-radius: 7px;
            cursor: pointer;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b1 {
            background: #00913e;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b2 {
            background: #767676;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 {
            overflow: auto;
            height: auto;
            min-height: 35px;
            width: 100%
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 input {
            vertical-align: middle;
            width: 14px;
            margin: 0 10px;
        }
            /*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.modal-dialog {
  position: fixed;
  color:#000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%; }
  .modal-dialog .css-icon {
    background-image: url("images/modal-icons.png"); }
  .modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px; }
    .modal-dialog .modal-head .modal-logo {
      width: 15px;
      height: 15px;
      background-position: 1px 0px;
      margin: 8px 5px 0 0;
      float: left; }
    .modal-dialog .modal-head .close {
      float: right;
      width: 15px;
      height: 15px;
      background-position: -14px 0px;
      margin-top: 8px; }
  .modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff; }
    .modal-dialog .modal-body .modal-body-left {
      width: 140px;
      float: left; }
      .modal-dialog .modal-body .modal-body-left .icon {
        width: 64px;
        height: 64px;
        margin: 30px 0 0 48px; }
      .modal-dialog .modal-body .modal-body-left .success-message {
        background-position: 0px -14px; }
      .modal-dialog .modal-body .modal-body-left .warming-message {
        background-position: 0px -78px; }
        .modal-dialog .modal-body .modal-body-right {
      width: 260px;
      float: right;
      padding-top: 20px; }
       .modal-dialog .modal-body .modal-body-right .close-btn {
        color: #000;
        text-align: center;
        width: 90px;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        background: #818079; }
      .modal-dialog .modal-body .modal-body-right p {
        line-height: 30px; }
        .p4-order-form-1-con li{position: relative;}
    .p4-order-form-1-con li b {
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
    }
    .p4-order-form-1-con label{    width: 47px;}
    .p4-order-form-1-con .inputs, .p4-order-form-1-con li select{    width: 500px;}
        
    

	.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;height:740px; 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;
        }
    
