
        i,
        em {
            font-style: normal;
        }
        
        .head {
            position: fixed;
            z-index: 66;
            width: 88%;
            left: 6%;
            top: 11px;
            clear: both;
            height: 121px;
            /*margin-bottom: -121px;*/
        }
        
        .head p {
            float: left;
            color: #fff;
            font-size: 0.8vw;
            padding: 1.3vw 0 0 1.5vw;
            line-height: 100%;
        }
        
        .contentt {
            width: 1280px;
            margin: 0 auto;
        }
        
        .h_tel span img {
            width: 100%;
        }
        
        .t_logo {
            float: left;
            width: 9.3vw;
        }
        /*.head p {*/
        /*    float: left;*/
        /*    padding: 20px 0 0 25px;*/
        /*    line-height: 100%;*/
        /*}*/
        /*.head p a {*/
        /*    font-size: 14px;*/
        /*    color: #fff;*/
        /*    float: left;*/
        /*    margin-right: 18px;*/
        /*    position: relative;*/
        /*    line-height: 100%;*/
        /*}*/
        /*.head p a:first-child::before {*/
        /*    position: absolute;*/
        /*    content: "";*/
        /*    right: -9px;*/
        /*    width: 1px;*/
        /*    background: #fff;*/
        /*    top: 4px;*/
        /*    height: 8px;*/
        /*}*/
        
        .menu {
            float: left;
            padding-top: 1vw;
            margin-left: 8.5vw;
        }
        
        .menu .nav li {
            line-height: 100%;
            float: left;
            text-align: center;
            box-sizing: border-box;
            position: relative;
            margin-right: 2vw;
            height: 3vw;
        }
        
        .menu .nav li a {
            display: block;
            font-size: 0.85vw;
            color: #fff;
            transition: .5s;
            position: relative;
            padding-bottom: 3px;
        }
        
        .menu .nav li b {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 55;
            /* background: rgba(205, 0, 0, 0.7); */
            padding: 1.5vw 0 0 0;
            /* width: 0; */
            text-align: left;
            opacity: 0;
            transition: all 0.2s;
        }
        
        .menu .nav li b a {
            font-size: 0.85vw;
            font-weight: normal;
        }
        
        .menu .nav li b a {
            color: #fff;
        }
        
        .menu .nav li:nth-of-type(2) span a {
            background: url(images/t_mor.png) no-repeat right center;
            padding-right: 19px;
        }
        
        .menu .nav li b a:hover {
            text-decoration: underline;
        }
        
        .menu .nav li:hover b {
            opacity: 1;
        }
        
        .menu .nav li:first-child {
            border-left: 0;
        }
        
        .menu .nav li:last-child {
            border-right: 0;
        }
        
        .menu .nav li:hover:before,
        .menu .nav li.cur:before {
            height: 70px;
        }
        
        .menu .nav li:hover a,
        .menu .nav li.cur a {
            /*border-bottom: 1px solid #fff;*/
            font-weight: bold;
            animation-duration: 0.5s;
            animation-name: bounceIn;
        }
        
        .menu .nav li:hover dl a {
            animation-duration: 0.5s;
            animation-name: none;
            font-weight: normal;
        }
        
        .menu .nav li:hover dl h4 a {
            font-weight: bold;
        }
        
        .h_tel {
            float: right;
            margin-top: 5px;
        }
        
        .h_tel .head-about {
            position: relative;
            height: 76px;
            display: inline-block;
            float: left;
        }
        
        .h_tel .head-about a.gy {
            display: block;
            width: 5vw;
            height: 2.2vw;
            line-height: 2vw;
            text-align: center;
            border: 2px solid #64b69b;
            border-radius: 2vw;
            font-size: 0.9vw;
            color: #fff;
            margin-right: 0.5vw;
            float: left;
            box-sizing: border-box;
        }
        
        .seach {
            float: left;
            margin-right: 0.5vw;
            position: relative;
        }
        
        .seach button {
            width: 2.2vw;
            height: 2.2vw;
            border-radius: 2.2vw;
            border: 2px solid #64b69b;
            background: url(images/seach.png) no-repeat center;
            cursor: pointer;
            outline: none;
            box-sizing: border-box;
            background-size: 1vw;
            float: left;
        }
        
        .h_tel span {
            float: left;
            width: 2.2vw;
            font-size: 0;
            line-height: 0;
            overflow: hidden;
        }
        
        .object_ban p {
            position: absolute;
            z-index: 5;
            left: 6%;
            color: #fff;
            font-size: 14px;
        }
        
        .object_ban p a {
            color: #fff;
            margin: 0 7px;
        }
        
        .seach input {
            display: block;
            position: absolute;
            right: 2.2vw;
            background: #64b69b;
            border-radius: 20px;
            height: 2.3vw;
            color: #fff;
            transition: all 0.2s;
            width: 0vw;
        }
        
        .seach:hover input {
            width: 15vw;
            padding: 0 1vw;
        }
        
        .object_ban video {
            width: 100%;
        }
        
        .down_nav_abo {
            position: absolute;
            right: 0;
            top: 2.5vw;
            width: 103vw;
            background: #094047;
            z-index: 55;
            box-sizing: border-box;
            padding: 40px 7vw 60px;
            margin-right: -11vw;
            display: none;
            border-bottom: 1px solid #a0b2b5;
        }
        
        .down_nav_abo a {
            display: block;
            float: left;
            width: 11.1111%;
            box-sizing: border-box;
            padding-top: 54px;
            line-height: 100%;
            color: #ccd2d3;
            font-size: 16px;
            border-left: 1px solid #6e8c90;
            padding-left: 2.65%;
            background: url(images/nav_us_ico1.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(2) {
            background: url(images/nav_us_ico2.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(3) {
            background: url(images/nav_us_ico3.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(4) {
            background: url(images/nav_us_ico4.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(5) {
            background: url(images/nav_us_ico5.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(6) {
            background: url(images/nav_us_ico6.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(7),
        .down_nav_abo a:nth-child(8) {
            background: url(images/nav_us_ico7.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(9) {
            background: url(images/nav_us_ico8.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:hover {
            background: url(images/nav_us_ico11.png) no-repeat 26.5% 0;
            color: #5ebd98;
        }
        
        .down_nav_abo a:nth-child(2):hover {
            background: url(images/nav_us_ico21.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(3):hover {
            background: url(images/nav_us_ico31.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(4):hover {
            background: url(images/nav_us_ico41.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(5):hover {
            background: url(images/nav_us_ico51.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(6):hover {
            background: url(images/nav_us_ico61.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(7):hover,
        .down_nav_abo a:nth-child(8):hover {
            background: url(images/nav_us_ico71.png) no-repeat 26.5% 0;
        }
        
        .down_nav_abo a:nth-child(9):hover {
            background: url(images/nav_us_ico81.png) no-repeat 26.5% 0;
        }
        
        .h_tel i {
            position: relative;
            height: 76px;
            display: inline-block;
            float: left;
        }
        
        .h_top3 {
            background: #094147;
            border-bottom: 1px solid #6e8c90;
            background: #094147;
            border-bottom: 1px solid #6e8c90;
            padding: 12px 6% 0;
            height: 67px;
            left: 0;
            top: 0;
        }
        
        .down_news_abo {
            position: absolute;
            right: 50%;
            top: 2.3vw;
            width: 103vw;
            background: rgba(9, 64, 71, 0.98);
            z-index: 55;
            box-sizing: border-box;
            padding: 40px 6vw 120px;
            overflow: hidden;
            margin-right: -48vw;
            border-bottom: 1px solid #a0b2b5;
        }
        
        .down_news_abo dl {
            float: left;
            width: 50%;
            float: left;
        }
        
        .down_news_abo dl dt {
            float: left;
            width: 45%;
        }
        
        .down_news_abo dl dd {
            float: left;
            width: 45%;
            margin-left: 6%;
            text-align: left;
        }
        
        .down_news_abo dl dd h4 {
            padding-top: 19px;
            padding-bottom: 49px;
            margin-bottom: 29px;
            position: relative;
        }
        
        .down_news_abo dl dd h4::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 1px;
            background: #6e8d91;
            width: 35%;
        }
        
        .down_news_abo dl dd h4 a {
            display: block;
            line-height: 100%;
            color: #fff;
            font-size: 18px;
        }
        
        .down_news_abo dl dd p {
            overflow: hidden;
            padding-left: 0;
        }
        
        .down_news_abo dl dd p a {
            display: block;
            float: left;
            width: 33.33%;
            line-height: 100%;
            font-size: 15px !important;
            margin-bottom: 15px;
            color: #b6c6c8;
        }
        
        .down_news_abo dl dd p a:hover {
            color: #fff;
        }
        
        .down_fan dl dd p a {
            width: 50%;
        }
        
        .down_fan dl:nth-of-type(2) dd p a {
            width: 100%;
        }
        
        .down_suz_abo {
            overflow: hidden;
            padding-bottom: 55px;
            margin-right: -53vw;
        }
        
        .down_suz_abo h4 em,
        .down_fuw_abo h4 em {
            display: block;
            font-weight: normal;
            color: #b6c6c8;
            font-weight: normal;
            line-height: 19px;
            padding-top: 23px;
        }
        
        .down_suz_abo h4,
        .down_fuw_abo h4 {
            padding-bottom: 25px;
        }
        
        .down_suz_abo dl dd p a {
            width: 100%;
        }
        
        .down_fuw_abo dl:nth-of-type(2) dd:first-of-type {
            margin-left: 1.5%;
        }
        
        .down_fuw_abo dl dd h4 {
            padding-bottom: 26px;
        }
        
        .down_fuw_abo dl dd h4 em {
            font-size: 14px;
            line-height: 19px;
        }
        
        .down_fuw_abo {
            padding-bottom: 85px;
            margin-right: -58vw;
        }
        
        .down_fuw_abo dl dd h4 a span {
            display: inline-block;
            float: right;
            font-weight: normal;
            font-size: 14px;
            color: #ccd2d3;
        }
        
        .down_fuw_abo dl dd h4 a span:hover {
            color: #fff;
        }
        
        .down_fan {
            margin-right: -58vw;
        }
        
        .down_fuw_abo dl dd p a {
            width: 100%;
        }
        
        .down_news_abo dl dd h4:nth-of-type(2):before {
            display: none;
        }
        
        .down_fuw_abo3 dl {
            float: none;
            width: 100%;
        }
        
        .down_fuw_abo3 dl dt {
            width: 25%;
        }
        
        .down_fuw_abo3 dl dd {
            width: 72%;
            margin-left: 3%;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            flex-wrap: wrap;
        }
        
        .down_fuw_abo3 dl dd .nav-item {
            float: left;
            width: 30.6666%;
            margin-right: 4%;
        }
        
        .down_fuw_abo3 dl dd .nav-item:nth-of-type(3n) {
            margin-right: 0;
        }
        
        .down_fuw_abo3 dl dd .nav-item h4 {
            margin-bottom: 20px;
        }
        
        .down_fuw_abo3 dl dd .nav-item p {
            padding: 0;
        }
        
        .down_fuw_abo3 dl dd h4 {
            padding-top: 46px;
            padding-bottom: 53px;
            margin-bottom: 69px;
        }
        
        .down_fuw_abo3 dl dd h4 em {
            padding-top: 33px;
        }
        
        .down_fuw_abo3 {
            margin-right: -64vw;
        }
        
        .xiala-li3 .down_fuw_abo3 {
            margin-right: -63vw;
        }
        
        .xiala-li7 .down_fuw_abo3 {
            margin-right: -43vw;
        }
    

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

        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 {
            width:145px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background: #62b79a;
            
        }
        
        .p4-order-form-1-con {
            border:1px solid #bbb;
            background:url(images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
            padding:40px 15%;
        }
        
        .p4-order-form-1-con li p {
            padding-left: 130px;
            color: #999;font-size: 12px;
        }
        
        .p4-order-form-1-con li {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 35px;
            color: #666;
            overflow: hidden;
        }
        
        .p4-order-form-1-con li span {
            font-weight: bold;
            color: #666;
        }
        .p4-order-form-1-con li b{color:#f00;}
        .p4-order-form-1-con li .row-hd {
            color: #666;
        }
        .timenum{padding-left:95px;}
        .p4-order-form-1-con li p {
            clear: both;
        }
        
        .p4-order-form-1-con label {
            display: inline-block;
            width: 120px;
            color: #666;
            vertical-align: top;
            text-align: right;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: #666;
        }
        
        
        .p4-order-form-1-con .inputs,
        .p4-order-form-1-con li select {
            width: 73%;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #666;
            box-sizing: border-box;
            /*float: left;*/
        }
        .p4-order-form-1-con .radioandcheck{vertical-align:middle;}
        
        .p4-order-form-1-con .err {
            border: 1px solid #c00;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t1 {
            width: 100%;
        }
        
        .p4-order-form-1-t1 textarea {
            width: 73%;
            height: 102px;
            line-height: 24px;
            border: 1px solid #eee;
            outline: none;
            resize: none;
            overflow: auto;
            margin-right: 10px;
            padding-left: 10px;
            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: 120px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 input {
            width: 80px;
            height: 30px;
            border: 0;
            text-align: center;
            margin-right: 30px;
            color: #fff;
            padding-left: 0;
            cursor: pointer;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b1 {
            background: #0d464b;
        }
        
        .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; }
    
        
    

        .k12-cx-xgcp-2pl-ts2-1-01{padding: 20px 12px 25px;border: 1px solid #ddd;margin-top: 50px;}
        
        .k12-cx-xgcp-2pl-ts2-1-01-tit {
            line-height: 100%;
             font-size:15px;
             color: #222;
            font-weight: normal;
            border-bottom: 1px solid #d7d7d7;
            padding-bottom: 10px;
            margin-bottom: 12px;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-list dl {
            float: left;
            width: 48%;
            margin-right: 4%;
            box-sizing: border-box;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-list dl.p14-product-clear,
        .k12-cx-xgcp-2pl-ts2-1-01-list dl:nth-of-type(2n){
            margin-right: 0;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-list dl img {
            display: block;
            width: 100%;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-list dd {
            padding: 15px 0 0;
            position: relative;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-list h4 {
            height: 44px;
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
            color: #191919;
            overflow: hidden;
text-overflow: ellipsis;
 
display:-webkit-box;
-webkit-line-clamp:2; 
-webkit-box-orient:vertical;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-list h4 a {
            color: #666;
        }
        
        .k12-cx-xgcp-2pl-ts2-1-01-desc {
            height: 26px;
            font-size: 14px;
            line-height: 26px;
            color: #666;
            margin-bottom: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-product-2-date {
            width: 80px;
            height: 28px;
            border: 1px solid #a3a3a3;
            border-top: 0;
            margin: 0 auto;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            cursor: pointer;
        }
        
        .p15-product-2-date a {
            display: block;
            color: #a3a3a3;
        }
    

        .p14-info-2 {
            padding: 20px 0 0;
            background: #fff;
        }
        
        .p14-info-2-tit {
            font-size: 15px;
            font-weight: normal;
            line-height: 100%;
            color: #222;
            margin-bottom: 20px;
        }
        
        .p14-info-2-list dl {
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .p14-info-2-list dt {
            width: 40.35%;
            border-radius: 5px;
            float: left;
            margin-right: 10px;
            overflow: hidden;
        }
        
        .p14-info-2-list dt img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .p14-info-2-list dd h4 a {
            display: block;
            height: 22px;
            font-size: 15px;
            font-weight: normal;
            line-height: 22px;
           white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
            margin-bottom: 5px;
        }
        
        .p14-info-2-list-desc {
            font-size: 14px;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .p14-info-2-list-date{font-size: 14px;line-height: 100%;color: #666;}
        .p14-info-2-list dl:nth-last-child(1) {
            border-bottom: 0;
        }
    

        .footer {
            color: #fff;
            background: #0d464b;
            padding: 6.25vw 6% 5vw;
            position: relative;
        }
        
        .footer a {
            color: #fff;
        }
        
        .f_erm {
            float: left;
        }
        
        .f_erm h3 {
            font-size: 16px;
            padding-bottom: 56px;
            line-height: 100%;
        }
        
        .f_erm p {
            font-size: 48px;
            line-height: 100%;
            padding-bottom: 15px;
        }
        
        .f_erm p span {
            display: block;
        }
        
        .f_erm em {
            display: block;
            line-height: 100%;
            height: 90px;
            color: #b5c5c8;
            font-size: 16px;
        }
        
        .f_erm .ft_code {
            position: relative;
        }
        
        .f_erm .ft_code b {
            display: block;
        }
        
        .f_erm .ft_code b.pa {
            position: absolute;
            top: 0;
            left: 159px;
            z-index: 1;
        }
        
        .f_erm .ft_code b img {
            display: block;
            width: 123px;
            height: 123px;
            border: 8px solid #fff;
            border-radius: 8px;
        }
        
        .f_con {
            float: right;
            width: 69%;
        }
        
        .f_con ul {
            height: 359px;
        }
        
        .f_con ul li {
            float: left;
            margin-right: 5.15vw;
        }
        
        .f_con ul li:last-child {
            margin-right: 0;
        }
        
        .f_con ul li i {
            display: block;
            line-height: 100%;
            padding-bottom: 57px;
        }
        
        .f_con ul li em a {
            display: block;
            line-height: 100%;
            font-size: 14px;
            margin-bottom: 19px;
            position: relative;
        }
        
        .f_con ul li em a span {
            display: block;
            position: absolute;
            left: -124px;
            top: -49px;
            display: none;
            width: 120px;
            height: 120px;
            z-index: 99;
            border: 1px solid #fff;
        }
        
        .f_con ul li em a:hover span {
            display: block
        }
        
        .f_con ul li em a:hover {
            text-decoration: underline;
        }
        
        .f_con p {
            clear: both;
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .f_con p span {
            display: block;
            text-transform: uppercase;
            margin-bottom: 25px;
            padding-left: 29px;
            background: url(images/f_email.jpg) no-repeat 0 1px;
            line-height: 100%;
        }
        
        .f_con p span:nth-child(2) {
            background: url(images/f_adr.jpg) no-repeat 0 2px;
            line-height: 100%;
        }
        
        .f_con p em {
            display: block;
            text-transform: uppercase;
            font-style: normal;
            line-height: 100%;
        }
        
        .f_top {
            position: fixed;
            right: 6%;
            bottom: 15%;
            z-index: 55;
            width: 58px;
            display: none;
        }
        
        .f_con ul li em a span {
            display: block;
            position: absolute;
            left: -177px;
            top: -27px;
            display: none;
            width: 120px;
            height: 120px;
            z-index: 99;
            /* border: 1px solid #fff; */
            border-radius: 8px;
            padding: 16px;
            background: #f2fbf9;
        }
        
        .f_con ul li em a::before {
            position: absolute;
            content: "";
            left: -15px;
            top: 20px;
            width: 6px;
            height: 13px;
            background: url(images/erm_bico.png) no-repeat;
            display: none;
            left: -23px;
            top: 1px;
        }
        
        .f_con ul li em a:hover::before {
            display: block;
        }
        
        .f_top a {
            display: block;
            margin-bottom: 5px;
        }
        
        @media screen and (max-width:1601px) {
            /*.head2 .h_r {*/
            /*     width: 58%;*/
            /* }*/
            /*.story_l h3 em {*/
            /*    font-size: 58px;*/
            /*}*/
            .story_r ul li em b {
                font-size: 49px;
            }
            .uni_l h3 em {
                font-size: 56px;
            }
            .serve_r dd {
                width: 48%;
            }
            /*.serve_l h3 {*/
            /*    font-size: 117px;*/
            /*}*/
            .news_hot dl dd {
                width: 61%;
            }
            .news_hot dl dd h4 i {
                font-size: 26px;
            }
            .news_hot ul li em {
                width: 67%;
            }
            .news_hot ul li i {
                font-size: 21px;
            }
            .his_r_age ul li {
                padding-right: 20%;
            }
            .brand_flow ul li em {
                font-size: 20px;
            }
            .brand_con ul li h4 {
                font-size: 30px;
            }
            .brand_flow h4 i {
                padding: 138px 17% 0;
            }
            .brand_chance dl dd em {
                padding: 12px;
            }
            .brand_chance dl dd {
                padding: 35px 0px 0px;
            }
            /*.brand_chance dl dd em i{font-size: 14px;}*/
            .brand_qa_r ul li i a {
                font-size: 20px;
            }
        }
        
        @media screen and (max-width:1367px) {
            .story_l {
                width: 31%;
            }
            .story_r {
                width: 56%;
                padding-left: 0;
                margin-right: -3.5%;
            }
            .story_l h3 em {
                font-size: 52px;
            }
            .serve_r p em {
                width: 63%;
            }
            .serve_r p em i {
                font-size: 31px;
            }
            .serve_r dl dd p em {
                width: 62%;
            }
            .f_con ul li {
                margin-right: 7%;
            }
            .news_hot ul li em {
                width: 62%;
            }
            .news_hot ul li i {
                font-size: 19px;
            }
            .news_hot dl {
                height: 247px;
            }
            .news_hot dl dt {
                width: 267px;
            }
            .news_hot dl dd {
                width: 61%;
            }
            .news_hot dl dd h4 i {
                font-size: 22px;
            }
            .service_r dl dt {
                width: 89px;
            }
            .service_r dl dd h4 a {
                font-size: 31px;
            }
        }
        
        @media screen and (max-width:1279px) {
            .head2 .h_r {
                width: 47vw;
            }
            .head2 .menu {
                margin-left: 0;
            }
        }
        
        @media screen and (max-width:1281px) {
            .uni_l h3 em {
                font-size: 51px;
            }
            /*.serve_l h3 {*/
            /*    font-size: 98px;*/
            /*}*/
            .news_pre {
                width: 40px;
            }
            .news_next {
                left: 10%;
                width: 40px;
            }
            .news_hot dl dd {
                width: 59%;
            }
            .news_hot dl dd h4 em {
                display: block;
                float: right;
                width: 90px;
                height: 48px;
                border-radius: 3px;
                border: 3px solid #4e9a8c;
            }
            .news_hot dl dd h4 em a {
                display: block;
                padding-left: 23px;
                font-size: 16px;
                line-height: 48px;
                font-size: 16px;
                color: #fff;
                background: url(images/news_mor.png) no-repeat 62px center;
            }
            /*.news_hot ul li b{    width: 105px;}*/
            .news_hot ul li i {
                font-size: 18px;
            }
            .his_r_age ul li {
                padding-right: 19%;
            }
            .news_hot dl dd {
                padding-right: 3.25%;
            }
            .cir_l p a {
                width: 217px;
            }
            .story_r ul li em i {
                margin-right: -50px;
            }
            .digit_con ul {
                padding-left: 0;
            }
            .digit_con ul li em {
                font-size: 15px;
            }
            .digit_con2 ul,
            .digit_con5 ul {
                padding-left: 3%;
            }
            /*.menu{margin-left: 12%;}*/
            .object_l {
                width: 22%;
            }
            .intel_r dl {
                position: relative;
            }
            .intel_r dl dt {
                position: absolute;
                z-index: 55;
            }
            .intel_ys h3 {
                font-size: 39px;
            }
            .brand_bom p {
                top: 11%;
                width: 47%;
            }
            .brand_bom p em {
                font-size: 50px;
            }
            .brand_bom p em span {
                padding-bottom: 7px;
            }
            .brand_bom p b {
                padding-top: 4%;
            }
            .brand_bom p b span {
                font-size: 56px;
            }
            .brand_nav h3 {
                font-size: 52px;
            }
            .brand_con ul li h4 {
                font-size: 23px;
                padding-bottom: 23px;
                height: auto;
            }
            .brand_con {
                min-height: 612px;
            }
            .brand_flow ul li em {
                line-height: 24px;
                font-size: 16px;
            }
            .brand_flow h4 i {
                padding: 110px 17% 0;
                font-size: 22px;
            }
            .service_pro_cons h5 a {
                padding-left: 43%;
            }
            .service_hots .uni_l h3 i {
                font-size: 22px;
            }
            .uni_r ul li em span {
                font-size: 30px;
            }
            .service_hots .uni_r ul li em i {
                width: 76%;
                height: 63px;
            }
            .service_hots2 .uni_r ul li em i {
                font-size: 16px;
            }
            .service_pro_list h3 a {
                font-size: 53px;
            }
            .service_join .uni_l h3 i {
                font-size: 20px;
            }
            .service_r dl dt {
                width: 77px;
            }
            .service_r dl dd h4 a {
                font-size: 27px;
            }
            .service_hoh ul li em i span {
                padding-right: 22px;
            }
            .service_hoh ul li em {
                font-size: 14px;
            }
            .service_why dl dd p {
                font-size: 18px;
            }
            .service_why dl dd h4 {
                height: 58px;
            }
            .obj_bom p {
                width: 59%;
            }
            .obj_bom p span {
                display: block;
                width: 75%;
            }
            .object_code1 {
                width: 95%;
                height: 241px;
                background-size: 100%;
            }
            .service_hoh ul li em i span {
                padding-right: 11px;
            }
            .intel_bz ul li em {
                min-height: 102px;
            }
            .intel_ys ul li b {
                width: 25%;
            }
            .brand_chance dl dt {
                width: 32.33%;
            }
            .brand_chance dl dd {
                width: 65.5%;
                padding: 25px 0px 0px;
            }
            .brand_chance dl dd h4 {
                padding-bottom: 10px;
            }
            .brand_chance dl dd h4 span {
                margin-right: 20px;
                line-height: 45px;
                font-size: 30px;
            }
            .brand_chance dl dd h4 a {
                padding-left: 50px;
                width: 112px;
                line-height: 45px;
                background-size: 100% 45px
            }
            .brand_chance dl dd p {
                height: 59px;
            }
            .brand_chance dl dd em i {
                width: 48%;
                margin-bottom: 3px;
                /*font-size:13px;*/
            }
            .brand_import h3 {
                font-size: 54px;
            }
            .brand_import p {
                font-size: 20px;
            }
            .brand_cons dl dd {
                padding-top: 43px;
            }
            .brand_cons dl dd h4 {
                margin-bottom: 23px;
            }
            .brand_cons dl dd h5 {
                padding-bottom: 16px;
                margin-bottom: 19px;
                font-size: 18px;
            }
            .brand_cons dl dd h5 span {
                margin-bottom: 6px;
            }
            .brand_cons dl dd p {
                width: 91%;
            }
            .brand_list {
                bottom: 2.9%;
                z-index: 55;
                width: 62%;
            }
            .uni_l h3 i {
                font-size: 25px;
            }
        }
    

        .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: #0d464b;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0d464b;
            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;
        }
    
