    /*大背景*/
    /*头部背景*/
    /*导航背景*/
    /*导航隔离条*/
    /*鼠标移上去背景*/
    /*滚动背景*/
    /*左侧栏li背景*/
    /*底部背景*/
    /*网站主体背景*/
    /*其他图片1号*/
    /*其他图片2号*/
    /*其他图片3号*/
    /*其他图片4号*/
    /*全局---头部----主体（主页）----底部---侧边---内页--*/
    /*网站宽度*/
    /*--------------------------------------------------------全局开始---------------------------------------------------*/
    body {
      background: none;
      font-family: 'Microsoft YaHei,Arial';
      max-width: 1920px;
      min-width: 1100px;
      margin: 0 auto;
    }

    body p {
      font-family: 'Arial,Microsoft YaHei';
    }

    li {
      list-style: none;
    }

    /*边框*/
    /*最大最小*/
    /*单行字体居中(默认20px)*/
    .left {
      float: left;
    }

    .main2 {
      margin: 0 auto;
      width: 1100px;
      margin-top: 15px;
    }

    .main3 {
      margin: 0 auto;
      width: 1100px;
    }

    .main {
      margin: 0 auto;
      width: 1100px;
    }

    .main1 {
      margin: 0 auto;
      width: 100%;
      height: 49px;
      background: #282e82;
    }

    .off {
      display: none;
    }

    /*隐藏*/
    .right {
      float: right;
    }

    .item {
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -ms-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
    }

    /*单行超出部分省略号显示*/
    .title {
      font-family: 'Microsoft YaHei';
    }

    /*所有.title样式内容使用微软雅黑*/
    .wrap {
      margin: 0 auto;
      background: none;
    }

    /**侧边栏样式**/
    /*侧边栏新闻*/
    /*侧边栏案例*/
    /*侧边栏分类*/
    /*侧边栏系我们*/
    /**产品样式**/
    .cpzs {
      padding-top: 15px;
    }

    /*搜索*/
    #Sousuo {
      float: right;
      margin-top: -28px;
    }

    /********消除浮动<div class="clear2"></div>*********/
    .clear2 {
      background: none;
      border: 0;
      clear: both;
      display: block;
      float: none;
      font-size: 0;
      margin: 0;
      padding: 0;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

    .clear2:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
    }

    /*--------------------------------------------------------全局结束---------------------------------------------------*/
    /********头部**********/
    .top_back {
      background-color: #f98920;
      height: 0px;
      position: absolute;
      top: 0;
      width: 100%;
    }

    /*头部高度*/
    /*logo距离距离*/
    /*导航条高度*/
    /*导航条宽度*/
    /*滚动图片宽度*/
    /*滚动图片高度*/
    .header {
      min-width: 1100px;
      background: #f4f4f4;
      margin: 0 auto;
    }

    .header .logo {
      height: 132px;
    }

    .header .logo img {
      vertical-align: middle;
      margin: 32px 0 0px 0px;
    }

    .header .hea {
      float: right;
      text-align: right;
      width: 350px;
    }

    .header .hea .h_r {
      margin-top: 13px;
    }

    .header .hea .h_r a {
      margin-right: 25px;
    }

    .header .hea .h_rb {
      margin-top: 10px;
      margin-right: 30px;
    }

    .header .nav {
      width: 1100px;
      margin: 0 auto;
      background-position: 0 0px;
      height: 49px;
      margin-bottom: 0px;
      /*导航鼠标hover样式.lon*/

    }

    .header .nav .lon a {
      background: #373e99;
      background-position: 50% 0;
    }

    .header .nav li {
      float: left;
      background: none;
      height: 49px;
      position: relative;
      text-align: center;
      width: 136px;
      z-index: 1000;
    }

    .header .nav li a {
      background: url('https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/.png') no-repeat;
      background-position: 50% -49px;
      color: #fff;
      display: block;
      font-family: "Microsoft YaHei";
      font-size: 14px;
      height: 49px;
      line-height: 49px;
      margin: 0px auto;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .header .nav li:hover a {
      background: #373e99;
      background-position: 50% 0;
    }

    .header .nav .dropdown .dropdown-menu {
      background: rgba(255, 255, 255, 0.7);
      min-width: 136px;
      padding: 6px 0;
      width: 136px;
      z-index: 10000;
    }

    .header .nav .dropdown .dropdown-menu li {
      background: none;
    }

    .header .nav .dropdown .dropdown-menu li a {
      background: none;
      color: #555;
      font-weight: 100;
    }

    .header .nav .dropdown .dropdown-menu li:hover>a {
      background: #FCFCFC;
      border-radius: 5px;
      color: #555;
    }

    .header .nav .nav-li {
      position: static;
    }

    .header .nav .nav-li .nav-div {
      /*display: none;*/

      background: #f00;
      float: left;
      left: 136px;
      overflow: hidden;
      padding: 6px 0;
      position: absolute;
      top: 0px;
      width: 0px;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .header .nav .nav-li:hover .nav-div {
      width: 100px;
    }

    .header #banner {
      background: none;
      margin: 0px auto;
      max-width: 960px;
      padding: 0px;
      height: 350px;
      _width: 960px;
    }

    .header #banner ul li a {
      float: left;
      width: 960px;
      height: 350px;
    }

    #KinSlideshow {
      position: relative;
      /*大图导航圆点样式*/

    }

    #KinSlideshow ul {
      margin: 0;
      padding: 0;
    }

    #KinSlideshow ul li {
      float: left;
      margin: 0;
      padding: 0;
    }

    #KinSlideshow ul li a {
      float: left;
    }

    #KinSlideshow ol {
      position: absolute;
      bottom: 10px;
      width: 100%;
      margin: 0;
      left: 0;
      text-align: center;
    }

    #KinSlideshow ol li {
      cursor: pointer;
      display: inline-block;
      display: inline\9;
      width: 15px;
      height: 15px;
      border-radius: 15px;
      font-size: 10px;
      padding: 0 3px\9;
      opacity: 0.8;
      background: #ccc;
      color: #ccc;
      margin: 0 1px;
    }

    #KinSlideshow ol .active {
      opacity: 1;
      color: #000;
      background: #000;
    }

    /********主体**********/
    .puarea {
      margin: 0px 0 0 0;
      width: 730px;
    }

    .puarea .title {
      line-height: 37px;
      height: 37px;
      background: #f4f4f4;
      font-size: 16px;
      font-weight: 100;
      padding: 0 0 1px 0;
    }

    .puarea .title span {
      float: left;
      color: #fff;
      margin-left: 15px;
    }

    .puarea .title span i {
      font-size: 12px;
      font-style: normal;
    }

    .puarea .title a {
      float: right;
      color: #fff;
      display: block;
      font-size: 12px;
      margin-right: 20px;
    }

    .puarea .adc {
      padding: 10px;
    }

    /********底部**********/
    .footer {
      min-width: 1100px;
      margin: 0 auto;
      background: #dfdfdf;
      margin: 0;
    }

    .footer .footer2 {
      margin: 0 auto;
      padding: 10px 0 0px 0;
      text-align: center;
    }

    .footer .footer2 #Fnav {
      margin-bottom: 10px;
    }

    .footer .footer2 #Fnav ul {
      margin: 0 auto;
      width: 740px;
    }

    .footer .footer2 #Fnav ul li {
      float: left;
      height: 30px;
      line-height: 30px;
    }

    .footer .footer2 #Fnav ul li a {
      font-size: 12px;
      margin: 0 11px;
    }

    .footer .footer2 span {
      font: 12px/25px;
      margin: 0 5px;
    }

    .footer .footer2 .support a {
      margin: 0 5px 0 0;
    }

    /********侧边栏**********/
    /*侧边栏宽度*/
    #Sidebar {
      float: left;
      width: 210px;
      margin: 0px 0 0 0px;
    }

    #Sidebar .title {
      line-height: 30px;
      height: 30px;
      background: #d9edf7;
      font-size: 14px;
      font-weight: 100;
      padding: 1px;
    }

    #Sidebar .title span {
      float: left;
      margin-left: 20px;
    }

    #Sidebar .title a {
      float: right;
      margin-right: 20px;
    }

    #Sidebar .widget {
      border: 1px solid #dadada;
      border-radius: 0;
      margin-bottom: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }

    #Sidebar .widget:hover {
      box-shadow: 0px 5px 5px #ccc;
      background: #FFF;
    }

    #Sidebar #S-xw .adc ul {
      margin: 0 auto;
      width: 95%;
    }

    #Sidebar #S-xw .adc ul li {
      line-height: 30px;
      height: 30px;
    }

    #Sidebar #S-xw .adc ul li a {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      font-size: 12px;
      font-weight: 100;
      padding-left: 20px;
    }

    #Sidebar #S-fl .adc ul {
      margin: 0 auto;
      width: 95%;
      /*产品分类鼠标hover样式.lon*/

    }

    #Sidebar #S-fl .adc ul li {
      line-height: 30px;
      height: 30px;
    }

    #Sidebar #S-fl .adc ul li a {
      display: block;
      font-size: 12px;
      font-weight: 100;
      padding-left: 20px;
    }

    #Sidebar #S-fl .adc ul .lon a {
      font-weight: 600;
    }

    #Sidebar #S-al .adc a {
      display: block;
      margin: 0 auto;
      width: 100%;
    }

    #Sidebar #S-al .adc a img {
      display: block;
      margin: 0 auto;
      max-height: 98%;
      max-width: 98%;
    }

    #Sidebar #S-lx .adc {
      margin: 0 auto;
      padding: 10px 0;
      width: 90%;
    }

    #Sidebar #S-lx .adc p {
      font-size: 12px;
      margin: 5px 15px;
    }

    #Sidebar #S-nav .adc ul {
      margin: 0 auto;
      width: 95%;
      /*产品分类鼠标hover样式.lon*/

    }

    #Sidebar #S-nav .adc ul li {
      line-height: 30px;
      height: 30px;
    }

    #Sidebar #S-nav .adc ul li a {
      display: block;
      font-size: 12px;
      font-weight: 100;
      padding-left: 20px;
    }

    #Sidebar #S-nav .adc ul .lon a {
      font-weight: 600;
    }

    /********************************************************内页******************************************************************/
    #Mright {
      float: right;
      margin: 0 0px 0 auto;
      width: 845px;
    }

    .well {
      background: #FCFCFC;
    }

    /*详细页样式1*/
    .info-1 .block-1 {
      margin: 15px 0px 0px 0px;
    }

    .info-1 .block-1 .d-img {
      text-align: center;
    }

    .info-1 .block-1 .d-img img {
      max-width: 100%;
      max-height: 500px;
    }

    .info-1 .block-1 .title {
      text-align: center;
      margin: 10px;
      background: none;
      color: #383737;
      height: auto;
    }

    .info-1 .block-1 .adc {
      padding: 0px;
    }

    /********公司简历**********/
    .article {
      margin-bottom: 20px;
      min-height: 20px;
      overflow: hidden;
      padding: 0px 0 10px 0;
      /* 这里是调整内页大小图片的，产品定位容易出错 */

    }

    .article img {
      max-width: 100%;
    }

    .article .title {
      line-height: 40px;
      height: 40px;
      border: 1px dashed #dedede;
      border-radius: 10px;
      color: #000;
      margin: 0px auto 0px;
    }

    .article .title h4 {
      float: left;
      font-size: 16px;
      line-height: 40px;
      padding-left: 15px;
    }

    .article .title h4 span {
      display: none;
    }

    .article .title span {
      margin-right: 18px;
    }

    .article .title span a {
      color: #000;
    }

    .article .com_con {
      line-height: 25px;
    }

    .article .content {
      margin: 0px;
    }

    .page {
      clear: both;
      margin-top: 10px;
      text-align: center;
      font-size: 12px;
      letter-spacing: 0px;
      font-family: "微软雅黑";
    }

    .page #page_num {
      width: 50px;
      margin-top: 6px;
      border-radius: 0px;
    }

    .page a {
      display: inline-block;
      height: 16px;
      line-height: 16px;
      border: 1px solid #ccc;
      padding: 5px;
      color: #000;
      border-radius: 0px;
      background: #fff;
      margin-right: 4px;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .page a:hover {
      line-height: 20px;
      height: 20px;
      background: #f4f4f4;
      border: none;
      padding: 5px 25px;
      color: #000;
      text-decoration: none;
      border: 1px solid #ccc;
      height: 16px;
      line-height: 16px;
    }

    .btn1 {
      border: solid 1px #ccc;
      padding: 5px;
    }

    .btn2 {
      border: solid 1px #ccc;
      background: #f4f4f4;
      padding: 5px 25px;
      margin-right: 4px;
      height: 18px;
    }

    #page_num1 {
      width: 50px;
      height: 29px;
      line-height: 18px;
      margin-top: 4px;
      border: solid 1px #ccc;
      border-radius: 0px;
    }

    .pn {
      font-size: 14px;
      height: 19px;
      margin: 25px;
      padding: 8px 14px;
      position: relative;
    }

    .pn .pn-left {
      float: left;
      width: 48%;
    }

    .pn .pn-left b {
      float: left;
      margin-top: 2px;
    }

    .pn .pn-right {
      width: 48%;
      float: right;
      text-align: right;
    }

    .pn .pn-right b {
      float: right;
      margin-top: 2px;
    }

    .pn a {
      display: block;
      text-decoration: none;
      color: #383737;
    }

    .pn a:hover {
      color: #f00;
    }

    .pn a span {
      bottom: 1px;
      margin: 0 10px;
      font-family: "Microsoft YaHei";
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
    }

    /********留言页面**********/
    .order {
      margin: 40px 0 120px 46px;
      line-height: 40px;
    }

    .order img {
      vertical-align: -5px;
      cursor: pointer;
    }

    /********新闻中心**********/
    .right_main ul {
      margin: 0 auto;
    }

    .right_main ul li {
      background: url('https://web.archive.org/App/Tpl/Home/skr/Public/css/../image/list_li.gif') no-repeat 5px 50%;
      border-bottom: 1px dotted #b98424;
      padding: 5px 20px;
      margin: 0 auto;
      width: 90%;
    }

    .right_main ul li span {
      float: right;
    }

    .right_main a {
      color: #000;
      text-decoration: none;
      font-family: "微软雅黑";
    }

    .right_main a:hover {
      color: #ff0000;
    }

    .table {
      margin: 10px auto;
      width: 98%;
    }

    .con {
      padding-bottom: 25px;
      padding-top: 25px;
    }

    /*带图片样式*/
    .news-img ul {
      margin: 0;
    }

    .news-img ul li {
      _width: 100px;
      _float: left;
      _margin: 0 9px;
    }

    .news-img ul li .thumbnail {
      transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
    }

    .news-img ul li .thumbnail img {
      _float: left;
    }

    .news-img ul li .thumbnail .caption {
      _float: left;
    }

    .news-img ul li .thumbnail .caption h3 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      text-align: left;
      margin-bottom: 10px;
    }

    .news-img ul li:hover .thumbnail {
      margin-left: 20px;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    }

    /********人才招聘**********/
    .jobs ul {
      margin: 0 auto;
    }

    .jobs ul li {
      background: url('https://web.archive.org/App/Tpl/Home/skr/Public/css/../image/list_li.gif') no-repeat 5px 50%;
      border-bottom: 1px dotted #b98424;
      padding: 5px 20px;
      margin: 0 auto;
      width: 90%;
    }

    .jobs ul li span {
      float: right;
    }

    .jobs a {
      color: #000;
      text-decoration: none;
      font-family: "微软雅黑";
    }

    .jobs a:hover {
      color: #ff0000;
    }

    #Jobs-table {
      width: 95%;
      margin: 0 auto;
    }

    #Jobs-table tbody tr:hover td {
      background: transparent;
    }

    #Jobs-table tbody tr td:hover {
      background: transparent;
    }

    .jobs {
      margin: 0px;
    }

    /********产品展示**********/
    /********购物车go**********/
    #Gwc {
      position: fixed;
      right: 6px;
      width: 200px;
      bottom: 5px;
      border: 1px solid #D6D3D3;
      border-radius: 3px;
    }

    #Gwc h3 {
      padding-left: 10px;
      background: #CA0811;
    }

    #Gwc h3 a {
      color: #FFFFFF;
    }

    #Gwc h3 a:hover {
      color: #000;
    }

    #Gwc .d-1 li {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    #Order-form ul li {
      display: inline-block;
      display: inline\9;
      margin: 0 10px;
    }

    #Order-form ul li .btn {
      padding: 0 5px;
    }

    /********购物车end**********/
    /********用户管理**********/
    .vip-user {
      background: url('https://web.archive.org/App/Tpl/Home/skr/Public/css/../image/login_bg_2.jpg');
    }

    #allmap .BMap_shadow img {
      height: auto;
    }

    .picturea {
      float: left;
      width: 238px;
      min-height: 243px;
      overflow: hidden;
      border: 1px solid #c9c9c9;
      padding: 5px;
      margin-left: 24px;
      margin-top: 26px;
      _width: 238px;
    }

    .picture1a a {
      width: 238px;
      height: 210px;
      text-align: center;
      vertical-align: middle;
      background: #fff;
      overflow: hidden;
      display: table-cell;
      /* position:relative;  */

      *display: block;
    }

    .picture2a {
      width: 238px;
      height: 33px;
      text-align: center;
      line-height: 33px;
    }

    .picture2a a {
      color: #000;
      text-decoration: none;
      font-family: '微软雅黑';
    }

    .picture2a a:hover {
      color: #ff0000;
    }

    .picture1a img {
      vertical-align: middle;
      border: 0;
    }

    .box {
      width: 214px;
      height: 214px;
    }

    .border_animation {
      border: 1px solid #eee;
      width: 214px;
      height: 214px;
      float: left;
      margin-right: 10px;
      position: relative;
    }

    .border_animation .border_top {
      position: absolute;
      height: 1px;
      width: 0;
      font-size: 0;
      background: #666666;
      top: 0;
      left: 0;
      transition: all 0.5s ease-out;
    }

    .border_animation .border_right {
      position: absolute;
      height: 0px;
      width: 1px;
      font-size: 0;
      background: #666666;
      bottom: 0;
      right: 0;
      transition: all 0.5s ease-out;
    }

    .border_animation .border_bottom {
      position: absolute;
      height: 1px;
      width: 0px;
      font-size: 0;
      background: #666666;
      right: 0;
      bottom: 0;
      transition: all 0.5s ease-out;
    }

    .border_animation .border_left {
      position: absolute;
      height: 0px;
      width: 1px;
      font-size: 0;
      background: #666666;
      left: 0;
      top: 0;
      transition: all 0.5s ease-out;
    }

    .eva-switchable-panels img {
      display: block;
    }

    .box .hover .border_top,
    .box .hover .border_bottom {
      width: 214px;
    }

    .box .hover .border_left,
    .box .hover .border_right {
      height: 214px;
    }

    .pictureb {
      float: left;
      width: 180px;
      height: 202px;
      overflow: hidden;
      padding: 0px;
      _width: 180px;
    }

    .picture1b a {
      width: 160px;
      height: 160px;
      text-align: center;
      vertical-align: middle;
      background: #fff;
      overflow: hidden;
      display: table-cell;
      /* position:relative;  */

      *display: block;
      border: solid 1px #ccc;
    }

    .picture2b {
      width: 162px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }

    .picture2b a {
      color: #000;
      text-decoration: none;
      font-family: '微软雅黑';
    }

    .picture2b a:hover {
      color: #ff0000;
    }

    .picture1b img {
      vertical-align: middle;
      border: 0;
    }

    /*------头部 header--------*/
    .tou {
      margin: 0 auto;
      width: 100%;
      height: 186px;
      background: url(../images/tou_bg.jpg) repeat-x;
      /* 头部样式  */

    }

    .tou-s {
      margin: 0 auto;
      width: 1100px;
      height: 35px;
      /* 头部-上样式  */

    }

    .tou-sz {
      float: left;
      width: 700px;
      height: 35px;
      line-height: 35px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
      /* 头部-上-左样式  */

    }

    .tou-sy {
      float: right;
      width: 302px;
      height: 35px;
      text-align: right;
      line-height: 35px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
      /* 头部-上-右样式  */

    }

    .tou-sy a {
      color: #000;
      text-decoration: none;
      /* 头部-上-右样式（链接样式修改）  */

    }

    .tou-sy a:hover {
      color: #ff0000;
      /* 头部-上-右样式（链接样式修改）  */

    }

    .tou-x {
      margin: 0 auto;
      width: 1100px;
      height: 150px;
      /* 头部-下样式（LOGO+电话效果）  */

    }

    .tou-x img {
      float: left;
    }

    .link_top {
      width: 388px;
      height: 150px;
      float: left;
      margin-left: 22px;
    }

    .link_top h4 {
      font-size: 16px;
      font-family: "微软雅黑";
      line-height: 36px;
    }

    .link_top h4 span {
      color: #dc2a11;
    }

    .link_top h4 a {
      font-size: 16px;
      font-family: "微软雅黑";
      line-height: 36px;
      color: #000;
    }

    .tel {
      width: 238px;
      height: 85px;
      float: right;
      background: url(https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/tel.jpg) top no-repeat;
      margin-top: 34px;
    }

    .tel h4 {
      color: #df2c11;
      font-size: 28px;
      font-family: "微软雅黑";
      text-align: right;
      line-height: 30px;
      padding-top: 20px;
    }

    .tou-k {
      height: 499px;
      /* 头部-大图框架样式  */

    }

    #full-screen-slider {
      width: 100%;
      height: 499px;
      float: left;
      position: relative;
      z-index: 10;
    }

    #slides {
      display: block;
      width: 100%;
      height: 499px;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
    }

    #slides li {
      display: block;
      width: 100%;
      height: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
    }

    #slides li a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
    }

    #pagination {
      display: block;
      list-style: none;
      position: absolute;
      left: 50%;
      top: 450px;
      z-index: 9900;
      padding: 5px 15px 5px 0;
      margin: 0;
    }

    #pagination li {
      display: block;
      list-style: none;
      width: 10px;
      height: 10px;
      float: left;
      margin-left: 15px;
      border-radius: 5px;
      background: #ffffff;
    }

    #pagination li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      text-indent: -9999px;
    }

    #pagination li.current {
      background: #0092CE;
    }

    .sousuo {
      width: 100%;
      height: 46px;
      background: #e6e8eb;
    }

    .tou-d {
      margin: 0 auto;
      width: 1100px;
      height: 46px;
      /* 头部-关键词+搜索  */

    }

    .tou-dz {
      float: left;
      width: 700px;
      height: 46px;
      line-height: 46px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
      /* 头部-左-关键词  */

    }

    .tou-dy {
      float: right;
      width: 248px;
      height: 32px;
      padding-left: 54px;
      padding-top: 9px;
      /* 头部-右-关键词  */

    }

    .anniu {
      float: left;
      width: 203px;
      height: 21px;
      background: #fff;
      border-radius: 0px;
      border: none;
      /* 头部-右-按钮样式  */

    }

    .btn_ly {
      width: 25px;
      height: 29px;
      background: url(../images/sousuo_img.jpg) center no-repeat;
      border-radius: 0px;
      border: none;
    }

    /*------产品展示--------*/
    .cp {
      margin: 0 auto;
      width: 1100px;
      height: 2362px;
      margin-top: 15px;
      margin-bottom: 15px;
      /* 产品展示-总框架  */

    }

    .fenlei {
      width: 100%;
      height: 232px;
      margin: 0 auto;
    }

    .fenlei a {
      color: #fff;
    }

    .fl1 {
      width: 210px;
      height: 232px;
      float: left;
      margin-right: 8px;
      overflow: hidden;
    }

    .fl1 img {
      width: 213px;
      height: 193px;
    }

    .fl1_a {
      width: 213px;
      height: 39px;
      background: #f67609;
      text-align: center;
      line-height: 39px;
      font-family: "微软雅黑";
      font-size: 16px;
      color: #fff;
    }

    .fl2 {
      width: 213px;
      height: 232px;
      float: left;
    }

    .fl2 img {
      width: 213px;
      height: 193px;
    }

    .fl2_a {
      width: 213px;
      height: 39px;
      background: #f67609;
      text-align: center;
      line-height: 39px;
      font-family: "微软雅黑";
      font-size: 16px;
      color: #fff;
    }

    .cp_title {
      width: 100%;
      height: 149px;
      text-align: center;
      border-bottom: 5px solid #000;
      margin-bottom: 9px;
    }

    .cp_title p {
      color: #323232;
      font-family: "微软雅黑";
      font-size: 26px;
      line-height: 40px;
      padding-top: 30px;
    }

    .fl_h {
      width: 100%;
      height: 33px;
      border-bottom: 1px solid #cccccc;
      line-height: 33px;
    }

    .fl_h h4 {
      width: 169px;
      height: 33px;
      float: left;
      text-align: left;
      font-family: "微软雅黑";
      font-size: 16px;
      color: #2f2f2f;
      line-height: 33px;
    }

    .fl_h a {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #2f2f2f;
      line-height: 33px;
      margin-right: 19px;
    }

    .cp-y {
      margin: 0 auto;
      width: 1100px;
      height: 1199px;
      margin-top: 5px;
      /* 产品展示-右样式  */

    }

    .cp-yt {
      float: left;
      width: 1100px;
      height: 37px;
      background: #282e82;
      /* 产品展示-右-头部  */

    }

    .cp-yt a {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #fff;
      line-height: 37px;
      float: right;
      padding-right: 10px;
    }

    .cp-yt-z {
      float: left;
      width: 400px;
      height: 37px;
      line-height: 37px;
      font-family: "微软雅黑";
      font-size: 14px;
      color: #fff;
      padding-left: 15px;
      /* 产品展示-右-头部标题  */

    }

    .cp-yk {
      float: left;
      width: 1054px;
      height: 1165px;
      padding: 0px 22px;
      border: 1px solid #c9c9c9;
      /* 产品展示-右-下框  */

    }

    .anli {
      width: 1100px;
      height: 400px;
      margin: 0 auto;
      margin-top: 16px;
    }

    .anli_title {
      width: 100%;
      height: 102px;
      margin: 0 auto;
      background: url(https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/anli_title.jpg) center no-repeat;
    }

    .anli_title h4 {
      text-align: center;
      font-family: "微软雅黑";
      font-size: 24px;
      color: #ff6d00;
      line-height: 60px;
    }

    .anli_title a {
      width: 51px;
      height: 17px;
      margin: 0 auto;
      background: url(https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/more.jpg) right no-repeat;
      display: block;
      padding-left: 20px;
    }

    .anli_1 {
      width: 505px;
      height: 244px;
      float: left;
      background: #f9f9f8;
      margin-left: 16px;
    }

    .anli_1 img {
      float: left;
      width: 221px;
      height: 244px;
      padding-right: 25px;
    }

    .anli_1 p {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #3e3e3e;
      line-height: 30px;
      padding-right: 25px;
      padding-top: 10px;
    }

    .anli_1 a {
      width: 80px;
      height: 27px;
      background: #ff7100;
      display: block;
      float: left;
      border-radius: 10px;
      line-height: 27px;
      text-align: center;
      color: #fff;
      font-family: "微软雅黑";
    }

    .youshi {
      width: 100%;
      height: 1419px;
      background: url(../images/youshi_bg.jpg) center no-repeat;
      padding-top: 164px;
    }

    .ys_body {
      width: 1100px;
      height: 1419px;
      margin: 0 auto;
      position: relative;
    }

    .ys1 {
      width: 494px;
      height: 205px;
      position: absolute;
      top: 77px;
      left: 156px;
    }

    .ys1 h4 {
      font-family: "微软雅黑";
      font-size: 24px;
      color: #282e82;
      line-height: 30px;
    }

    .ys1 li {
      color: #919191;
      font-family: "Arial";
      font-size: 12px;
      line-height: 30px;
    }

    .ys1 p {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #474747;
      line-height: 30px;
      padding-top: 40px;
    }

    .ys2 {
      width: 397px;
      height: 205px;
      position: absolute;
      top: 444px;
      right: 62px;
    }

    .ys2 h4 {
      font-family: "微软雅黑";
      font-size: 24px;
      color: #282e82;
      line-height: 30px;
    }

    .ys2 li {
      color: #919191;
      font-family: "Arial";
      font-size: 12px;
      line-height: 30px;
    }

    .ys2 p {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #474747;
      line-height: 30px;
      padding-top: 40px;
    }

    .ys3 {
      width: 397px;
      height: 205px;
      position: absolute;
      top: 810px;
      left: 156px;
    }

    .ys3 h4 {
      font-family: "微软雅黑";
      font-size: 24px;
      color: #282e82;
      line-height: 30px;
    }

    .ys3 li {
      color: #919191;
      font-family: "Arial";
      font-size: 12px;
      line-height: 30px;
    }

    .ys3 p {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #474747;
      line-height: 30px;
      padding-top: 40px;
    }

    .ys4 {
      width: 397px;
      height: 205px;
      position: absolute;
      top: 1199px;
      right: 62px;
    }

    .ys4 h4 {
      font-family: "微软雅黑";
      font-size: 24px;
      color: #282e82;
      line-height: 30px;
    }

    .ys4 li {
      color: #919191;
      font-family: "Arial";
      font-size: 12px;
      line-height: 30px;
    }

    .ys4 p {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #474747;
      line-height: 30px;
      padding-top: 40px;
    }

    .ys_bottom {
      width: 100%;
      height: 208px;
      background: url(../images/ys_bottom.jpg) center no-repeat;
    }

    .ysb {
      width: 1100px;
      height: 208px;
      margin: 0 auto;
    }

    .ysb_left {
      width: 332px;
      height: 208px;
      float: left;
    }

    .ysb_left h4 {
      font-family: "微软雅黑";
      font-size: 24px;
      color: #fff;
      line-height: 50px;
      padding-top: 60px;
    }

    .ysb_left p {
      font-family: "微软雅黑";
      font-size: 18px;
      color: #fff;
      line-height: 30px;
    }

    .ysb_right {
      width: 321px;
      height: 176px;
      float: right;
    }

    .ysb_right p {
      font-family: "微软雅黑";
      font-size: 14px;
      color: #fff;
      line-height: 30px;
      padding-top: 50px;
    }

    .ysb_right p span {
      font-size: 30px;
    }

    .ysb_right a {
      width: 174px;
      height: 32px;
      border: 1px solid #fff;
      display: block;
      text-align: center;
      line-height: 32px;
      float: left;
      font-family: "微软雅黑";
      font-size: 14px;
      color: #fff;
    }

    /*-------公司简介--------*/
    .gs {
      width: 100%;
      height: 405px;
      background: #f3f3f3;
    }

    .gs_body {
      width: 1100px;
      height: 405px;
      margin: 0 auto;
    }

    .gs_title {
      width: 100%;
      height: 54px;
      background: url(https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/gs_title.jpg) center no-repeat;
      padding-top: 18px;
    }

    .gs_title a {
      float: right;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #575757;
      line-height: 34px;
    }

    .gs_description {
      width: 1035px;
      height: 273px;
      margin: 0 auto;
    }

    .gs_description img {
      float: left;
      padding-right: 26px;
    }

    .gs_description h4 {
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
      line-height: 35px;
    }

    .gs_description p {
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
      line-height: 35px;
    }

    .gs_description a {
      display: block;
      width: 86px;
      height: 27px;
      float: left;
      background: #313685;
      text-align: center;
      line-height: 27px;
      color: #fff;
    }

    /*-------新闻资讯--------*/
    .nw {
      width: 100%;
      height: 466px;
      background: #fff;
    }

    .nw_body {
      width: 990px;
      height: 416px;
      margin: 0 auto;
      padding-top: 50px;
    }

    .nw_left {
      width: 299px;
      height: 417px;
      float: left;
      margin-right: 32px;
    }

    .nw_left img {
      padding-bottom: 15px;
    }

    .nw_title {
      width: 100%;
      height: 46px;
      background: url(https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/nw_title.jpg) center no-repeat;
    }

    .nw_title p {
      font-family: "微软雅黑";
      font-size: 18px;
      color: #2e3685;
      line-height: 39px;
      float: left;
      padding-left: 10px;
    }

    .nw_title p span {
      color: #3c3c3c;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
    }

    .nw_title a {
      float: right;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #3c3c3c;
      line-height: 39px;
    }

    .nw01 {
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #414141;
    }

    .nw_right {
      width: 299px;
      height: 417px;
      float: right;
    }

    .nw_right img {
      padding-bottom: 15px;
    }

    .wenda {
      width: 273px;
      height: 90px;
      border-bottom: 1px dashed #d9d9d9;
      margin-top: 19px;
      background: url(https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/wenda_img.jpg) left no-repeat;
      padding-left: 26px;
      overflow: hidden;
    }

    .wenda a {
      width: 273px;
      height: 24px;
      display: block;
      overflow: hidden;
      text-decoration: none;
      color: #414141;
      line-height: 14px;
      font-family: "微软雅黑";
      font-size: 12px;
    }

    .wenda li {
      font-family: "微软雅黑";
      font-size: 12px;
      line-height: 21px;
    }

    /*-------底部 footer--------*/
    .dibu {
      margin: 0 auto;
      width: 1100px;
      height: 204px;
      text-align: center;
      line-height: 26px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
    }

    .dibu a {
      color: #000;
      text-decoration: none;
    }

    .dibu a:hover {
      color: #ff0000;
    }

    .dibu_1 {
      width: 100%;
      height: 57px;
      margin: 0 auto;
      border-bottom: 1px solid #cdcdcd;
      margin-bottom: 36px;
    }

    .dibu_1 a {
      line-height: 57px;
    }

    /*-------内页左分类--------*/
    .zuob {
      float: left;
      width: 230px;
      /* 内页左分类-左样式  */

    }

    .zuobt {
      float: left;
      width: 215px;
      height: 60px;
      background: #f4f4f4;
      line-height: 60px;
      font-family: "微软雅黑";
      font-size: 20px;
      color: #000;
      text-align: center;
      background: #333;
      color: #fff;
      border-top-left-radius: 20px;
      /* 内页左分类-左-头部 */

    }

    .zuobk {
      float: left;
      width: 215px;
      height: auto;
      background: #d4d4d4;
      margin-bottom: 15px;
      /* 内页左分类-左-下框 */

    }

    .sliup {
      width: 210px;
      height: 35px;
      background: #4f4f50;
      padding-left: 5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .sliup a {
      text-decoration: none;
      line-height: 35px;
      color: #fff;
      font-family: "微软雅黑";
      font-size: 14px;
    }

    .sliup:hover {
      background: #f67609;
      width: 200px;
      padding-left: 15px;
    }

    .slidown {
      width: 200px;
      height: 30px;
      background: #737378;
      padding-left: 15px;
      border-bottom: 1px solid #dedede;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .slidown a {
      text-decoration: none;
      line-height: 30px;
      color: #fff;
      font-family: "微软雅黑";
      font-size: 14px;
    }

    .slidown:hover {
      background: #f67609;
      width: 190px;
      padding-left: 25px;
    }

    .currentmenu {
      background: #f67609;
      display: block;
    }

    .zuob1t {
      float: left;
      width: 200px;
      height: 40px;
      background: #f4f4f4;
      line-height: 40px;
      font-family: "微软雅黑";
      font-size: 14px;
      color: #000;
      padding-left: 15px;
      /* 内页左分类-左-头部 */

    }

    .zuob1k {
      float: left;
      width: 195px;
      background: #d4d4d4;
      padding: 10px;
      margin-bottom: 15px;
      line-height: 26px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #000;
      /* 内页左分类-左-下框 */

    }

    .zuob1k a {
      color: #000;
      text-decoration: none;
    }

    .zuob1k a:hover {
      color: #ff0000;
    }

    /*-------内页左分类--------*/
    .neiye {
      float: left;
      width: 1002px;
      height: 395px;
      margin-bottom: 15px;
    }

    .neiye-z {
      float: left;
      width: 522px;
      height: 395px;
      margin-right: 35px;
    }

    .neiye-zimg {
      width: 500px;
      height: 373px;
      text-align: center;
      vertical-align: middle;
      background: #fff;
      overflow: hidden;
      display: table-cell;
      /* position:relative;  */

      *display: block;
      border: solid 1px #ccc;
      padding: 10px;
    }

    .neiye-zimg img {
      vertical-align: middle;
      border: 0;
    }

    .neiye-y {
      float: left;
      width: 445px;
      height: 381px;
      padding-top: 14px;
    }

    .neiye-yt {
      float: left;
      width: 445px;
      height: 56px;
      border-bottom: dashed 1px #ccc;
      line-height: 56px;
      font-family: "微软雅黑";
      font-size: 18px;
      color: #000;
      overflow: hidden;
    }

    .neiye-yk {
      float: left;
      width: 445px;
      height: 200px;
      padding-top: 15px;
      line-height: 46px;
      font-family: "微软雅黑";
      font-size: 14px;
      color: #000;
    }

    .neiye-yd {
      float: left;
      width: 445px;
      height: 70px;
    }

    .neiye-yx {
      float: left;
      width: 445px;
      height: 40px;
    }

    .neiyex {
      float: left;
      width: 1100px;
    }

    .nei-q {
      float: left;
      width: 843px;
      height: 42px;
      border: solid 1px #f4f4f4;
    }

    .nei-qz a {
      float: left;
      height: 42px;
      line-height: 42px;
      font-family: "微软雅黑";
      border-right: solid 1px #f4f4f4;
      padding-left: 10px;
      padding-right: 10px;
      color: #000;
      text-decoration: none;
    }

    .nei-qz a:hover {
      color: #fff;
      background: #000;
    }

    .nei-qy a {
      float: right;
      height: 42px;
      line-height: 42px;
      font-family: "微软雅黑";
      border-left: solid 1px #f4f4f4;
      padding-left: 10px;
      padding-right: 10px;
      color: #000;
      text-decoration: none;
    }

    .nei-qy a:hover {
      color: #fff;
      background: #000;
    }

    .neiye1 {
      width: 772px;
      height: 400px;
      margin-bottom: 15px;
    }

    .neiye1-z {
      float: left;
      width: 400px;
      height: 400px;
      margin-right: 35px;
    }

    .neiye1-zimg {
      width: 378px;
      height: 378px;
      text-align: center;
      vertical-align: middle;
      background: #fff;
      overflow: hidden;
      display: table-cell;
      /* position:relative;  */

      *display: block;
      border: solid 1px #ccc;
      padding: 10px;
    }

    .neiye1-zimg img {
      vertical-align: middle;
      border: 0;
    }

    .neiye1-y {
      float: left;
      width: 337px;
      height: 386px;
      padding-top: 14px;
    }

    .neiye1-yt {
      float: left;
      width: 337px;
      height: 56px;
      border-bottom: dashed 1px #ccc;
      line-height: 56px;
      font-family: "微软雅黑";
      font-size: 18px;
      color: #000;
      overflow: hidden;
    }

    .neiye1-yk {
      float: left;
      width: 337px;
      height: 200px;
      padding-top: 15px;
      line-height: 46px;
      font-family: "微软雅黑";
      font-size: 14px;
      color: #000;
    }

    .neiye1-yd {
      float: left;
      width: 337px;
      height: 70px;
    }

    .neiye1-yx {
      float: left;
      width: 337px;
      height: 40px;
    }

    .neiye1-img {
      float: left;
      width: 772px;
      height: 202px;
      margin-top: 15px;
    }

    .neiye1-tle {
      float: left;
      width: 839px;
      height: 38px;
      background: #f4f4f4;
      line-height: 38px;
      font-family: "微软雅黑";
      font-size: 14px;
      padding-left: 15px;
      margin-top: 15px;
    }

    .neiye1-news {
      float: left;
      width: 845px;
      margin-bottom: 15px;
    }

    .neiye1-nlie {
      float: left;
      width: 845px;
      height: 135px;
      border-bottom: dashed 1px #ccc;
      margin-top: 15px;
    }

    .neiye1-nlie .neiye1-nimg {
      float: left;
      width: 120px;
      height: 100px;
      background: #f4f4f4;
      padding-top: 20px;
      margin-right: 15px;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .neiye1-nlie .neiye1-nimg-t {
      float: left;
      width: 120px;
      height: 50px;
      line-height: 50px;
      font-family: "微软雅黑";
      font-size: 72px;
      text-align: center;
      color: #ccc;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .neiye1-nlie .neiye1-nimg-t1 {
      float: left;
      width: 120px;
      height: 50px;
      line-height: 50px;
      font-family: "微软雅黑";
      font-size: 18px;
      text-align: center;
      color: #ccc;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .neiye1-nlie .neiye1-nt a {
      float: left;
      width: 677px;
      height: 40px;
      line-height: 40px;
      font-family: "微软雅黑";
      font-size: 14px;
      color: #333;
      overflow: hidden;
      font-weight: bold;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .neiye1-nlie .neiye1-nk a {
      float: left;
      width: 677px;
      height: 80px;
      line-height: 25px;
      font-family: "微软雅黑";
      font-size: 12px;
      color: #333;
      overflow: hidden;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .neiye1-nlie:hover .neiye1-nimg {
      background: #ccc;
    }

    .neiye1-nlie:hover .neiye1-nimg-t {
      color: #000;
    }

    .neiye1-nlie:hover .neiye1-nimg-t1 {
      color: #000;
    }

    .neiye1-nlie:hover .neiye1-nt a {
      color: #000;
    }

    .neiye1-nlie:hover .neiye1-nk a {
      color: #000;
    }

    #com_lianxi {
      width: 845px;
      height: 400px;
      margin: 0 auto;
      margin-top: 20px;
    }

    #com_lianxi p {
      padding-left: 30px;
      font-family: "微软雅黑";
      font-size: 14px;
      line-height: 40px;
    }

    .ly {
      float: left;
      width: 854px;
      margin-top: 15px;
      background: url('https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/ly.jpg') no-repeat;
      background-size: 100%;
      padding-top: 176px;
      padding-left: 50px;
    }

    .ly-k {
      float: left;
      width: 642px;
      border: solid 1px #f4f4f4;
      padding: 15px;
    }

    .ly-k-k {
      float: left;
      width: 630px;
      height: 32px;
      line-height: 32px;
      font-family: "微软雅黑";
      font-size: 14px;
      padding: 0px 0px 0px 10px;
      border-radius: 0px;
      border: dashed 1px #ccc;
      box-shadow: none;
      background: #fff;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .ly-k-k:hover {
      background: #f4f4f4;
    }

    .ly-k-k1 {
      float: left;
      width: 630px;
      height: 96px;
      line-height: 32px;
      font-family: "微软雅黑";
      font-size: 14px;
      padding: 0px 0px 0px 10px;
      border-radius: 0px;
      border: dashed 1px #ccc;
      box-shadow: none;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .ly-k-k1:hover {
      background: #f4f4f4;
    }

    .ly-k-k2 {
      float: left;
      width: 100px;
      height: 32px;
      line-height: 32px;
      font-family: "微软雅黑";
      font-size: 14px;
      padding: 0px 0px 0px 10px;
      border-radius: 0px;
      border: dashed 1px #ccc;
      box-shadow: none;
      margin-right: 15px;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }

    .ly-k-k2:hover {
      background: #f4f4f4;
    }

    .lxwm {
      float: left;
      width: 772px;
      margin-top: 15px;
      background: url('https://web.archive.org/App/Tpl/Home/skr/Public/css/../images/lxwm.jpg') no-repeat;
      background-size: 100%;
      padding-top: 200px;
    }

    .lxwm-z {
      float: left;
      width: 400px;
      height: 400px;
      margin-right: 15px;
    }

    .lxwm-y {
      float: left;
      width: 325px;
      height: 368px;
      line-height: 32px;
      font-family: "微软雅黑";
      font-size: 14px;
      border: dashed 1px #ccc;
      padding: 15px;
    }

    .lxwm-y a {
      color: #000;
      text-decoration: none;
    }

    .lxwm-y a:hover {
      color: #ff0000;
    }

    .kehubanner {
      width: 1100px;
      padding: 10px 0px;
      text-align: center;
    }

    .kehubanner h3 {
      color: #0a4fca;
      font-size: 28px;
      line-height: 50px;
    }

    .kehubanner h4 {
      color: #0a4fca;
      font-size: 24px;
      line-height: 50px;
    }

    .kehubanner .kuang {
      width: 70%;
      height: 40px;
      background: #eb3b00;
      line-height: 40px;
      border-radius: 10px;
      text-align: center;
      color: #fff;
      margin: 5px auto;
      font-size: 16px;
    }