@charset "utf-8";

@media(min-width:800px) {
  * {
    box-sizing: content-box;
    font-family: 思源黑体;
  }

  html,
  body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
  }

  a {
    color: #333;
    text-decoration: none;
  }

  a:hover {
    color: #e9280c;
    text-decoration: none;
  }

  .tem_inner,
  .met_section {
    position: relative;
    margin: 0 auto;
    margin: 0 auto;
    width: 1000px;
  }
}



@media(min-width:1000px) {
  .tem_inner {
    padding: 0;
    width: 1000px;
  }
}

@media(min-width:1200px) {

  .tem_inner,
  .met_section {
    padding: 0;
    width: 1100px;
  }
}

@media(min-width:1800px) {

  .tem_inner,
  .met_section {
    padding: 0;
    width: 70%;
  }
}

@media(min-width:800px) {
  header.tem_headborder {
    border-bottom: 1px solid #ddd;
  }

  header section {
    border-bottom: 1px solid #e7e8ed;
    background: url(/public/image/head.png)no-repeat;
    background-position-x: -290px
  }

  .tem_top {
    position: relative;
    z-index: 100;
    height: 130px;
    color: #53555a;
    font-size: 12px;
    line-height: 35px;
    padding-bottom: 25px
  }

  .tem_top h2 {
    font-weight: normal;
    line-height: 35px;
  }

  .tem_top a {
    color: #53555a;
  }

  .tem_top a:hover {
    color: #e9280c;
  }

  .tem_top_nav {
    position: absolute;
    top: 40px;
    right: 0;
    color: white
  }

  .tem_top_nav a {
    color: white
  }

  ;

  .tem_top_nav ol {
    float: right;
    margin: 0;
    padding: 0;
  }

  .tem_top_nav ol li {
    float: left;
    list-style: none;
  }

  .tem_top_nav ol li.line {
    width: 30px;
    color: #eee;
    text-align: center;
  }

  .tem_top_nav dl {
    position: relative;
    float: right;
  }

  .tem_top_nav dl dt i {
    margin-left: 5px;
  }

  .tem_top_nav dl dd {
    position: absolute;
    top: 35px;
    right: 0;
    display: none;
    padding: 10px 18px;
    border: 1px solid #e7e8ed;
    background: #f7f8fa;
    white-space: nowrap;
  }

  .tem_top_nav dl dd a {
    display: block;
    height: 35px;
    line-height: 35px;
  }

  .tem_top_nav div.line {
    float: right;
    width: 30px;
    color: #eee;
    text-align: center;
  }

  .tem_head {
    min-height: 64px;
  }

  .tem_head h1 img,
  .tem_head h2 img {
    position: relative;
    z-index: 999;
    font-size: 0;
  }

  header h1 {
    display: inline;
  }

  .tem_head nav {
    position: absolute;
    right: 150px;
    height: 34px;
    line-height: 64px;
  }

  .tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tem_head nav ul li {
    position: relative;
    float: left;
    border-left: 1px solid #E7E7E7
  }

  .tem_head nav ul li:hover {
    border-top: 2px solid blue
  }

  .tel {
    position: absolute;
    right: 54px;
    top: 80px;
    width: 300px
  }

  .btn-search:hover {
    cursor: pointer
  }

  .tel strong {
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    float: right;
    padding-left: 10px;
  }


  .tem_head nav a {
    display: block;
    padding: 0 15px;
  }

  .tem_head nav a:hover {
    color: black;
  }

  .tem_head nav a.navdown {
    border-radius: 2px;
    color: black;
  }

  .tem_head nav a.navdown:hover {
    color: black;
  }

  .tem_head nav ul li dl {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99;
    display: none;
    /* width: 500px; */
    background: #f3f4f5;
  }

  .tem_head nav ul li:hover dl {
    display: block;
  }

  .tem_head nav ul li dl dd {
    float: left;
    padding: 20px 0;
    width: 100px;
  }

  .tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.5;
  }

  .tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
  }

  .tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
  }

  .tem_head nav ul li dl dd i {
    position: absolute;
    top: -14px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
  }

  .tem_head nav ul li dl.tem_pronoaw {
    width: auto;
  }

  .tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
  }

  .tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
  }

  .tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
  }

  .tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
  }

  .tem_banner {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    text-align: center;
    font-size: 0;
  }

  .tem_banner ul {
    overflow: hidden;
  }

  .tem_banner ul li {
    float: left;
    width: 100%;
    list-style: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .tem_banner ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .tem_banner ul li img {
    max-width: 100%;
    height: auto;
  }

  .tem_banner .flex-control-nav {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center;
  }

  .tem_banner .flex-control-nav li {
    margin: 0px;
  }

  .tem_banner .flex-control-nav li a {
    display: inline-block;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-indent: -999em;
    cursor: pointer;
    background: none;
  }

  .tem_banner .flex-control-nav li a.flex-active {
    background: #fff;
  }

  .tem_banner .flash img {
    width: 100% !important;
  }

  #search {
    height: 64px;
    width: 100%;
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E7E7E7;
  }

  #searchform {
    display: block;
    height: 64px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  #search .form {
    float: right;
    padding-top: 14px;
  }

  .ipt-search {
    font-size: 12px;
    width: 240px;
    height: 30px;
    line-height: 24px;
    text-align: left;
    padding-left: 30px;
    float: left;
    color: #333;
    background-image: url(/public/image/search-txt.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .btn-search {
    height: 40px;
    color: #FFF;
    width: 50px;
    font-weight: normal;
    float: left;
    background-image: url(/public/image/search-btn.png);
    background-position: left top;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  #search .keyword {
    float: left;
    line-height: 64px;
    height: 64px;
    width: 650px;
    overflow: hidden;
    color: #666;
  }

  #search .keyword strong {
    color: #666;
  }

  #search .keyword a {
    margin-right: 4px;
    margin-left: 4px;
    color: #666;
  }



  #partner {
    background-image: url(/public/image/partner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 214px;
  }

  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .frame .border-b .p20.aboutcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tit-partner {
    height: 90px;
  }

  .tit-partner h3 {
    font-weight: normal;
    font-size: 25px;
    color: #FFF;
    line-height: 46px;
    height: 46px;
    text-align: center;
  }

  .tit-partner span {
    line-height: 20px;
    height: 20px;
    color: #666;
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 5px;
  }

  .tit-partner span a {
    color: #F7C639;
  }

  .customer-scroll {
    height: 95px;
    padding: 0 10px;
  }

  .customer-scroll-left {
    width: 41px;
    float: left;
    padding-top: 7px;
    cursor: pointer;
  }

  .customer-scroll-con {

    float: left;
    height: 95px;
    width: 890px;
    overflow: hidden;
  }

  ol,
  ul {
    list-style: none;
  }

  .customer-scroll-con li {
    float: left;
    width: 222px;
    display: block;
    height: 95px;
    text-align: center;
  }

  .customer-scroll-con li img {
    width: 186px;
    height: 84px;
    background-image: url(/public/image/partner-bg.png);
    background-repeat: repeat;
    padding: 5px;
  }

  .customer-scroll-right {
    width: 41px;
    float: right;
    padding-top: 7px;
    cursor: pointer;
  }


  .bg-gary {
    background-color: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tl-b-2 {
    height: 100px;
  }

  .tl-b-2 p {
    color: #CCC;
    font-size: 25px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
  }

  .tl-b-2 h3 {
    font-weight: normal;
    font-size: 25px;
    color: #0970B5;
    line-height: 32px;
    height: 32px;
    text-align: center;
    background-image: url(/public/image/tl-b-2.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .tl-b-2 span {
    line-height: 20px;
    height: 20px;
    color: #666;
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 5px;
  }

  .tl-b-2 span a {
    color: #F7C639;
  }

  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar {
    float: left;
    width: 209px;
  }

  .cate {
    display: block;
  }

  .cate dl {
    display: block;
    margin-bottom: 14px;
  }

  .cate dt {
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    overflow: hidden;
    color: #FFF;
    background-image: url(/public/image/cate-dt.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: bold;
    padding-left: 50px;
  }

  .cate dd {
    text-align: left;
    line-height: 32px;
    background-image: url(/public/image/cate-dd.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 15px;
    padding-bottom: 5px;
  }

  .cate ul {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cate li {
    height: 36px;
    font-size: 14px;
    overflow: hidden;
    line-height: 36px;
    padding-left: 40px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
  }

  .cate dd a {
    font-size: 14px;
  }


  .apply {
    background-color: #0B8AD3;
    padding: 5px;
    height: 56px;
  }

  .apply a {
    line-height: 56px;
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 18px;
    border: 1px solid #FFF;
  }

  .main {
    float: right;
    width: 760px;
  }

  .pro-ul {
    display: block;
    padding-top: 20px;
    height: 675px;
    position: relative;
    width: 800px;
  }

  .pro-ul li {
    height: 205px;
    display: block;
    float: left;
    width: 230px;
    text-align: center;
    margin-right: 35px;
    margin-bottom: 14px;
  }

  .pro-ul li a {
    display: block;
  }

  .pro-ul img {
    height: 172px;
    width: 228px;
    background-color: #FFF;
    border: 1px solid #DDD;
  }

  .pro-ul li span {
    display: block;
    line-height: 30px;
    text-align: center;
    color: #333;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
    overflow: hidden;
  }

  .pro-ul li span a,
  .pro-ul li span a:visited {
    color: #333;
  }

  .pro-ul li a:hover {
    border-top-color: #FA7400;
    border-right-color: #FA7400;
    border-bottom-color: #FA7400;
    border-left-color: #FA7400;
  }

  .clear {
    clear: both;
    font-size: 0;
    height: 1px;
    overflow: hidden;
  }


  .ggw-a {
    background-image: url(/public/image/ggw-a.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 212px;
  }

  .ggw-a .frame {
    height: 212px;
    position: relative;
  }

  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .ggw-a-txt {
    color: #FFF;
    position: absolute;
    font-size: 34px;
    left: 258px;
    top: 25px;
    width: 467px;
    height: 105px;
    text-align: left;
    line-height: 50px;
    font-weight: bold;
    font-style: italic;
  }

  .font-orange {
    color: #F6C739;
  }

  .ggw-a-tel {
    color: #FFF;
    font-size: 15px;
    position: absolute;
    left: 782px;
    top: 47px;
    width: 190px;
    height: 51px;
  }

  .ggw-a-tel strong {
    font-size: 22px;
    font-weight: normal;
  }

  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-tit {
    background-image: url(/public/image/tit-case.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 63px;
  }

  .case-tit h3 {
    line-height: 63px;
    color: #FFF;
    font-size: 25px;
    text-align: center;
  }

  .mt20 {
    margin-top: 20px;
  }

  .cases-tab {
    background-color: #0B8AD3;
    float: left;
    width: 240px;
    height: 595px;
  }

  .cases-tab ul {
    display: block;
  }

  .cases-tab li.hover {
    color: #FFF;
    background-color: #F6C739;
  }

  .cases-tab li,
  .cases-tab p {
    line-height: 58px;
    height: 58px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-left: 40px;
  }

  .cases-tab li.hover a,
  .cases-tab li.hover a:visited {
    color: #333;
  }

  .cases-tab li,
  .cases-tab p {
    line-height: 58px;
    height: 58px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-left: 40px;
  }

  .cases-remark {
    padding-top: 15px;
    padding-left: 10px;
  }

  .cases-remark dt {
    padding-bottom: 5px;
  }

  .cases-remark dd {
    color: #FFF;
    background-image: url(/public/image/case-dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 15px;
  }

  .cases-con {
    float: right;
    width: 730px;
  }

  .cases-tab-con {
    height: 595px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 780px;
  }

  .cases-tab-con li.big img {
    height: 412px;
    width: 657px;
  }

  .cases-tab-con li {
    height: 285px;
    width: 350px;
    float: left;
    margin-bottom: 27px;
    background-color: #FFF;
    display: block;
    margin-right: 30px;
  }

  .cases-tab-con li a {
    position: relative;
    height: 285px;
    width: 350px;
    display: block;
  }

  a:link,
  a:visited {
    text-decoration: none;
    color: #333333;
  }

  .cases-tab-con li img {
    height: 285px;
    width: 350px;
    display: block;
  }

  .cases-tab-con li span {
    color: #E2E3EA;
    background-color: #000;
    text-align: center;
    line-height: 36px;
    display: block;
    position: absolute;
    height: 36px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  .ys {
    background-image: url(/public/image/ys-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 1562px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .ys-tit {
    height: 170px;
    text-align: center;
  }

  .ys-tit h3 {
    font-size: 48px;
    color: #FFF;
    font-weight: bold;
    padding-top: 10px;
  }


  .font-orange {
    color: #F6C739;
  }

  .ys-tit p {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
  }


  .ys-con {
    position: relative;
    height: 1392px;
  }

  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .ys-con li {
    position: absolute;
  }

  .ys-con li h4 {
    color: #0C8AD4;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    padding-left: 55px;
  }

  .ys-con li h5 {
    color: #333;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-left: 55px;
  }

  .ys-con li p {
    font-size: 15px;
    color: #444;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url(/public/image/ys-p.png);
    background-repeat: no-repeat;
    background-position: left 18px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
  }

  .ys-li-1 {
    left: 30px;
    top: 47px;
    width: 445px;

  }

  .ys-li-2 {
    left: 502px;
    top: 386px;
    width: 457px;
  }

  .ys-li-3 {
    left: 31px;
    top: 744px;
    width: 524px;
  }

  .ys-li-4 {
    left: 507px;
    top: 1092px;
    width: 452px;
  }

  .ys-li-5 {
    left: 111px;
    top: 1322px;
    width: 409px;
  }

  .ys-li-6 {
    left: 612px;
    top: 1736px;
    width: 390px;
  }

  .ys-li-7 {
    left: 544px;
    top: 2038px;
    width: 498px;
  }

  .ys-li-tel {
    left: 85px;
    top: 1097px;
    font-size: 16px;
    color: #666;
  }


  .ys-li-tel strong {
    color: #0C8AD4;
    font-size: 22px;
    font-weight: normal;
  }


  .layout {
    display: none
  }

  .mt40 {
    margin-top: 40px;
  }

  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .col-l {
    float: left;
    width: 705px;
  }

  .tl-w {
    height: 56px;
    background-image: url(/public/image/tl-w-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }


  .tl-w h3 {
    float: left;
    line-height: 56px;
    font-size: 20px;
    height: 56px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/public/image/tl-w-h3.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .tl-w p {
    line-height: 56px;
    color: #999;
    float: left;
    height: 56px;
    font-size: 17px;
  }

  .tl-w span {
    float: right;
    color: #F6C739;
    line-height: 54px;
    height: 56px;
    padding-right: 10px;
  }

  .tl-w span a,
  .tl-w span a:visited {
    color: #F6C739;
  }

  .tl-w span {
    float: right;
    color: #F6C739;
    line-height: 54px;
    height: 56px;
    padding-right: 10px;
  }

  .witness-ul2 {
    height: 440px;
    padding-top: 30px;
    display: block;
    overflow: hidden;
  }

  .witness-ul2 li {
    height: 210px;
  }

  .witness-ul2 .pic {
    height: 210px;
    float: left;
    width: 250px;
  }

  a:link,
  a:visited {
    text-decoration: none;
    color: #333333;
  }

  .witness-ul2 .pic img {
    height: 180px;
    width: 230px;
    border: 1px solid #CCC;
    padding: 2px;
    background-color: #FFF;
  }

  .witness-ul2 li .info {
    height: 210px;
    float: right;
    width: 450px;
  }

  .witness-ul2 .info h3 {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
  }

  .witness-ul2 li .info h3 a {
    color: #333;
  }

  .witness-ul2 .info p {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    padding-top: 5px;
    height: 128px;
  }

  .witness-ul2 .info span {
    display: inline-block;
  }

  .witness-ul2 .info span a {
    color: #F6C739;
  }

  .col-r {
    float: right;
    width: 266px;
  }


  .tit-faq {
    background-image: url(/public/image/tit-faq.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 67px;
  }



  .tit-faq h3 {
    color: #FFF;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
  }

  .tit-faq span {
    display: block;
    text-align: center;
    margin-top: 3px;
  }

  .tit-faq span a {
    color: #F6C739;
  }

  .faq {
    padding: 8px;
  }

  .border {
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CECECE;
    border-right-color: #CECECE;
    border-bottom-color: #CECECE;
    border-left-color: #CECECE;
  }

  .faq dl {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CECECE;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .faq dl dt {
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(/public/image/faq-q.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 25px;
  }

  .faq dl dd {
    line-height: 20px;
    color: #666;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(/public/image/faq-a.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 25px;
  }

  .faq dt a,
  .faq dt a:visited {
    color: #0B8AD3;
    font-weight: bold;
    font-size: 14px;
  }

  .ggw-b {
    background-image: url(/public/image/ggw-b.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 141px;
  }

  .ggw-b .frame {
    height: 141px;
    position: relative;
  }

  .ggw-b-tel {
    color: #FFF;
    position: absolute;
    left: 768px;
    top: 36px;
    width: 192px;
    height: 55px;
    font-size: 16px;
  }

  .ggw-b-tel strong {
    font-size: 26px;
    font-weight: normal;
  }

  .mt40 {
    margin-top: 40px;
  }


  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .border-b {
    border: 1px solid #DDD;
    background-color: #FFF;
  }

  .box {
    display: block;
  }

  .tl-w {
    height: 56px;
    background-image: url(/public/image/tl-w-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .tl-w h3 {
    float: left;
    line-height: 56px;
    font-size: 20px;
    height: 56px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/public/image/tl-w-h3.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .tl-w span {
    float: right;
    color: #F6C739;
    line-height: 54px;
    height: 56px;
    padding-right: 10px;
  }

  .tl-w span a,
  .tl-w span a:visited {
    color: #F6C739;
  }

  .p20 {
    padding: 20px;
  }

  .p20 .video {
    display: block;
    width: 322px;
    height: 217px;
    left: 30px;
    top: 207px;
    background-image: url(/public/image/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    border: 5px solid #CCC;
    background-color: #FFF;
  }

  .video-iframe {
    height: 217px;
    width: 322px;
  }

  .about {
    height: 230px;
    overflow: hidden;
    width: 600px;
    float: right;
    line-height: 28px;
    font-size: 12px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    color: #555351;
    height: max-content;
  }

  .tl-tab {
    height: 31px;
    background-image: url(/public/image/tl-tab-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .tl-tab ul {
    float: left;
    height: 31px;
    width: 500px;
    padding-left: 6px;
  }

  .tl-tab ul li.hover {
    cursor: pointer;
    background-repeat: no-repeat;
    color: #FFF;
    background-color: #F6C739;
  }

  .tl-tab ul li {
    float: left;
    height: 31px;
    line-height: 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    width: 140px;
    margin-right: 15px;
    text-align: center;
    background-color: #0B8AD3;
  }

  .tl-tab span {
    float: right;
    height: 31px;
    line-height: 30px;
    padding-right: 10px;
  }



  .pic-scroll {
    height: 200px;
  }

  .pic-scroll-left {
    height: 150px;
    width: 17px;
    float: left;
    padding-top: 50px;
    cursor: pointer;
  }

  .pic-scroll-con li span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }

  .pic-scroll-con li img {
    width: 210px;
    height: 170px;
    background-color: #FFF;
  }

  .cert-scroll-con li img {
    width: 160px;
    height: 200px;
    background-color: #FFF;
  }

  .cert-scroll-con li {
    float: left;
    width: 184px;
    display: block;
    height: 200px;
    text-align: center;
  }

  .cert-scroll-left {
    height: 140px;
    width: 17px;
    float: left;
    padding-top: 60px;
    cursor: pointer;
  }


  .cert-scroll {
    height: 200px;
  }

  .cert-scroll-right {
    text-align: right;
    height: 140px;
    width: 17px;
    float: right;
    padding-top: 60px;
    cursor: pointer;
  }

  .pic-scroll-left {
    height: 150px;
    width: 17px;
    float: left;
    padding-top: 50px;
    cursor: pointer;
  }

  .pic-scroll-right {
    text-align: right;
    height: 150px;
    width: 17px;
    float: right;
    padding-top: 50px;
    cursor: pointer;
  }

  .pic-scroll-con {
    float: left;
    height: 200px;
    width: 922px;
  }

  .col-l2 {
    float: left;
    width: 488px;
    background-image: url(/public/image/line-y.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
  }


  .tl-w {
    height: 56px;
    background-image: url(/public/image/tl-w-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;

  }


  .tl-w ul {
    height: 56px;
    display: block;
    float: left;
  }

  .tl-w ul li {
    display: block;
    float: left;
    height: 56px;
    text-align: center;
    line-height: 54px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    width: 100px;
  }

  .tl-w ul li.hover {
    color: #0B8AD3;
    background-image: url(/public/image/tl-w-h3.png);
    background-repeat: repeat-x;
    background-position: center bottom;
  }

  .tl-w span {
    float: right;
    color: #F6C739;
    line-height: 54px;
    height: 56px;
    padding-right: 10px;
  }

  .tl-w span a,
  .tl-w span a:visited {
    color: #F6C739;
  }

  .mt20 {
    margin-top: 20px;
  }

  .news-ul {
    padding: 0px;
    overflow: hidden;
    display: block;
  }

  .news-ul li {
    background-image: url(/public/image/dot-arr.png);
    background-repeat: no-repeat;
    background-position: 4px 13px;
    padding-left: 20px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #DDD;
  }

  .news-ul li span {
    float: right;
    font-family: Tahoma;
    color: #999;
  }

  a:link,
  a:visited {
    text-decoration: none;
    color: #333333;
  }

  a:hover,
  a:active {
    text-decoration: none;
    color: #0B8AD3;
  }

  .col-r2 {
    float: right;
    width: 451px;
  }

  .index-guestbook {
    background-image: url(/public/image/guestbook-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 399px;
  }

  .index-guestbook p {
    font-size: 18px;
    line-height: 64px;
    color: #FFF;
    text-align: center;
    height: 64px;
  }


  .index-guestbook-form-ipt {
    height: 34px;
    padding-left: 50px;
    padding-top: 5px;
  }

  .guestbook-ipt {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    line-height: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    width: 270px;
  }




  .index-guestbook-form .ipt-btn {
    display: block;
    width: 100%;
    line-height: 32px;
    color: #FFF;
    background-color: #F6C739;
    height: 32px;
    border: 1px solid #F6C739;
  }


  .index-guestbook-form {
    padding-left: 46px;
    padding-right: 46px;
    display: block;
  }

  .mt20 {
    margin-top: 20px;
  }


  .links {
    background-color: #ECECEC;
    padding-top: 30px;
    padding-bottom: 20px;
  }


  .frame {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .links h3 {
    font-size: 14px;
    color: #FFF;
    float: left;
    font-weight: normal;
    height: 30px;
    background-image: url(/public/image/tit-link.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 140px;
    line-height: 30px;
    text-align: center;
    padding-top: 40px;
  }

  .links p {
    line-height: 30px;
    color: #333;
    float: right;
    width: 830px;
    padding-left: 20px;
  }

  a.links-app {
    color: #888;
  }

  #footer {
    background-color: #FFF;
  }

  #footer .nav {
    line-height: 44px;
    color: #FFF;
    height: 44px;
    text-align: center;
    left: 0px;
    background-color: #0B8AD3;
  }

  #footer .nav a {
    color: #FFF;
    font-size: 15px;
    margin-right: 13px;
    margin-left: 13px;
  }

  #footer .info {
    text-align: center;
    color: #333;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .info a,
  #footer .info a:visited {
    color: #333;
  }


  /**********************************侧页************************************************/
  .list-none {

    margin-bottom: 14px;
  }

  .list-none dt {
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    overflow: hidden;
    color: #FFF;
    background-image: url(/public/image/cate-dt.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: bold;
    padding-left: 50px;
  }


  .list-none dd {
    text-align: left;
    line-height: 32px;
    background-image: url(/public/image/cate-dd.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 15px;
    padding-bottom: 5px;
  }


  .list-none h4 {

    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
  }

  .mt10 {
    margin-top: 10px;
  }

  .tl-l {
    height: 32px;
    background-color: #0B8AD3;
  }

  .tl-l h3 {
    font-weight: bold;
    float: left;
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    height: 32px;
    padding-left: 15px;
  }

  .tl-l span {
    float: right;
    padding-right: 8px;
    line-height: 32px;
    height: 32px;
    color: #FFF;
  }

  .p8 {
    padding: 8px;
  }

  .border {
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CECECE;
    border-right-color: #CECECE;
    border-bottom-color: #CECECE;
    border-left-color: #CECECE;
  }


  .ul-rank {
    display: block;
  }

  .ul-rank li {
    height: 110px;
    padding-top: 5px;
    float: left;
    width: 92px;
    text-align: center;
  }

  .ul-rank-img {
    padding-bottom: 5px;
  }


  a:link,
  a:visited {
    text-decoration: none;
    color: #333333;
  }

  .ul-rank-img img {
    height: 60px;
    width: 70px;
    padding: 2px;
    border: 1px solid #CCC;
  }

  .ul-rank-name {
    padding: 0 5px;
    height: 34px;
    overflow: hidden;
    font-size: 12px
  }


  .page-sidebar {
    float: left;
    width: 209px;
  }


  .box {
    display: block;
  }

  .tl-cate2 {
    height: 44px;
    background-color: #0B8AD3;
  }

  .tl-cate2 h3 {
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    height: 44px;
    line-height: 44px;
    text-align: center;
  }

  .page-cate {
    padding: 10px;
    background-color: #FFF;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DFDFDF;
    border-right-color: #DFDFDF;
    border-bottom-color: #DFDFDF;
    border-left-color: #DFDFDF;
  }

  .page-cate li {
    background-image: url(/public/image/Images/dot-sq.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    line-height: 34px;
  }


  /**************************案例展示内页****************************************/
  .page-images-list {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
  }

  .page-images-list li {
    display: block;
    float: left;
    height: 190px;
    width: 20%;
  }

  .page-images-list ul li .pic {
    padding-bottom: 5px;
  }

  .page-images-list li span {
    display: block;
    text-align: center;
  }

  .page-images-list .pic img {
    width: 150px;
    padding: 1px;
    border: 2px solid #EAEAEA;
    height: 120px;
  }

  .page-images-list li .name {
    line-height: 22px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }


  .tem_index_footer {
    padding: 40px 0 50px;
    background: #1e1e1e;
  }

  .tem_index_footer dl {
    float: left;
  }

  .tem_index_footer dl dt {
    margin-right: 25px;
    height: 40px;
    border-bottom: 1px solid #363636;
    color: #f3f3f3;
    font-size: 16px;
    line-height: 40px;
  }

  .tem_index_footer dl dt span {
    position: relative;
    top: -1px;
    display: inline-block;
    border-bottom: 3px solid #838383;
  }

  .tem_index_footer dl dd {
    margin-right: 25px;
  }

  .tem_index_footer_contact {
    width: 35%;
  }

  .tem_index_footer_contact li {
    position: relative;
    margin-top: 25px;
    padding-top: 5px;
    padding-left: 48px;
    min-height: 35px;
    color: #646363;
    list-style: none;
  }

  .tem_index_footer_contact li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #424244;
    border-radius: 5px;
    color: #7c7c7c;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
  }

  .tem_index_footer_link {
    width: 35%;
  }

  .tem_index_footer_link dd {
    padding: 20px 0;
  }

  .tem_index_footer_link a {
    display: inline-block;
    margin: 0 12px 10px 0;
    color: #646363;
    white-space: nowrap;
  }

  .tem_index_footer_link a:hover {
    color: #ababab;
  }

  .tem_index_footer_link a img {
    height: 45px;
  }

  .tem_index_footer_attention {
    width: 30%;
  }

  .tem_index_footer_attention dd {
    padding: 20px 0;
    color: #646363;
  }

  .tem_index_footer_attention li {
    display: inline-block;
    margin: 8px;
    list-style: none;
  }

  .tem_index_footer_attention li a {
    display: block;
    overflow: hidden;
    width: 44px;
    height: 44px;
    background: url(/public/image/pnt.png) no-repeat left top;
    color: #646363;
    font-size: 0;
  }

  .tem_index_footer_attention li.tenxun a {
    background-position: -83px top !important;
  }

  .tem_index_footer_attention li.weixin a {
    background-position: -247px top !important;
  }

  .tem_index_footer_attention li.qq a {
    background-position: -165px top !important;
  }

  .tem_index_footer_attention li:hover a {
    background: url(/public/image/pnthover.png) no-repeat;
  }

  .tem_index_footer_attention img {
    margin-top: 8px;
    width: 100px;
  }

  .tem_index_footer_attention p {
    margin-top: 5px;
  }

  .tem_footer {
    position: relative;
    padding: 30px 0;
    background: #161616;
    color: #4a4a4a;
    font-size: 12px;
  }

  .tem_footer a {
    color: #4a4a4a;
  }

  .tem_footer_nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
  }

  .tem_footer_nav a {
    margin-left: 30px;
  }

  .powered_by_metinfo {
    height: 35px;
    background: #161616;
    color: #4a4a4a;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
  }

  .powered_by_metinfo a {
    color: #4a4a4a;
  }

  .met_section {
    position: relative;
    padding: 40px 0 50px;
  }

  .met_section aside {
    position: relative;
    float: left;
    width: 210px;
  }

  .met_section article {
    float: left;
    margin-left: -230px;
    width: 100%;
  }

  .met_section article .met_article {
    margin-left: 250px;
  }

  .met_section_asidenone article {
    float: none;
    margin-left: 0;
  }

  .met_section_asidenone article .met_article {
    margin-left: 0;
  }

  .met_section aside section h2 {
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 60px;
  }

  .met_section aside .met_aside_list {
    padding: 10px 0;
  }

  .met_section aside .met_aside dl dt {
    height: 36px;
    line-height: 45px;
  }

  .met_section aside .met_aside dl dt a {
    display: block;
    padding: 0 20px;
    color: #333;
  }


  .met_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
  }

  .met_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 35px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
  }

  .met_section aside .met_aside dl dd .on a,
  .met_aside dl dd a:hover {
    background: #efefef;
  }

  .met_aside dl dd a.active {
    background: #efefef;
  }

  .met_section aside .met_related {
    margin-top: 20px;
  }

  .met_section aside .met_related ul {
    padding: 20px;
  }

  .met_section aside .met_related li {
    margin-bottom: 8px;
    list-style: none;
  }

  .met_article_head {
    position: relative;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
  }

  .met_article_head .met_position {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-family: '宋体';
  }

  .met_article_head .met_position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
  }

  .met_article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
  }

  .met_section_sehed {
    padding-top: 0;
  }

  .met_section_head {
    height: 50px;
    color: #aaa;
    font-size: 12px;
    font-family: '宋体';
    line-height: 50px;
  }

  .met_section_head a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
  }

  .met_section_head a:hover {
    color: #e9280c;
  }


  /*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  li,
  ol,
  ul,
  dd,
  th,
  td,
  p,
  pre,
  form,
  input,
  button,
  textarea,
  hr {
    margin: 0;
    padding: 0
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%
  }

  img {
    border: 0
  }

  button,
  input,
  select,
  textarea {
    font-size: 100%
  }

  .met_clear {
    clear: both
  }

  .met_none {
    display: none
  }

  .met_hidden {
    visibility: hidden
  }

  .met_fl {
    float: left
  }

  .met_fr {
    float: right
  }

  .met_editor {
    line-height: 2
  }

  .met_editor ul,
  .met_editor ol {
    padding: 0 0 0 25px;
    margin: 0
  }

  .met_editor a {
    color: #1c57c4
  }

  .met_editor a:hover {
    text-decoration: underline
  }

  .met_editor img {
    max-width: 100%;
    height: auto !important;
  }

  .met_editor blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 4px solid #ddd
  }

  .met_editor hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }

  .met_editor .metvideobox {
    text-align: center;
    visibility: hidden;
    margin: 10px auto;
  }

  .met_editor .video-js {
    max-width: 100%;
  }

  .met_editor table {
    width: 100% !important;
    margin-bottom: 1.6rem;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    padding: 0 !important;
    border: 0
  }

  .met_editor table td {
    border: 1px solid #ddd !important
  }

  .met_editor table>thead>tr>th,
  table>tbody>tr>th,
  table>tfoot>tr>th,
  table>thead>tr>td,
  table>tbody>tr>td,
  table>tfoot>tr>td {
    padding: .7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
  }

  .met_editor table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd
  }

  .met_editor #page_break .collapse {
    display: none
  }

  .met_editor #page_break .num {
    padding: 10px 0;
    text-align: center
  }

  .met_editor #page_break .num li {
    display: inline;
    margin: 0 2px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
    text-align: center;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden
  }

  .met_editor #page_break .num li.on {
    background-color: #ccc;
    color: #fff;
    font-weight: bold
  }

  .metinfo-banner1 {
    overflow: hidden;
    margin: 0 auto
  }

  .met_pager {
    text-align: center;
    padding: 30px 0 0
  }

  .met_pager a {
    border: 1px solid #e0e0e0;
    text-align: center;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    _width: 28px;
    text-align: center;
    display: inline-block;
    color: #aaa
  }

  .met_pager a:hover {
    border: 1px solid #a0a0a0;
    color: #aaa
  }

  .met_pager .PreSpan,
  .met_pager .NextSpan {
    height: 30px;
    line-height: 30px;
    min-width: 60px;
    _width: 60px;
    text-align: center;
    background: #f0f0f0;
    color: #ccc;
    display: inline-block
  }

  .met_pager .PreA,
  .met_pager .NextA {
    height: 28px;
    line-height: 28px;
    min-width: 58px;
    _width: 58px;
    color: #aaa
  }

  .met_pager .PreSpan,
  .met_pager .PreA {
    margin-right: 6px
  }

  .met_pager .NextSpan,
  .met_pager .NextA {
    margin-left: 6px
  }

  .met_pager .firstPage,
  .met_pager .lastPage {
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    min-width: 40px;
    _width: 40px;
    color: #aaa
  }

  .met_pager .Ahover {
    font-weight: bold;
    background: #f0f0f0;
    color: #aaa
  }

  .met_pager .PageText {
    margin-left: 10px;
    color: #aaa
  }

  .met_pager #metPageT,
  #metPageB {
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #aaa
  }

  .met_pager #metPageT {
    width: 20px;
    padding: 6px 5px 5px
  }

  .met_pager #metPageB {
    min-width: 40px;
    _width: 40px;
    padding: 6px 0 5px;
    cursor: pointer;
    font-weight: bold
  }

  *html .met_pager #metPageT {
    height: 13px;
    line-height: 13px
  }

  *html .met_pager #metPageB {
    padding: 0;
    height: 28px;
    line-height: 20px
  }

  *+html .met_pager #metPageT {
    height: 13px;
    line-height: 13px
  }

  *+html .met_pager #metPageB {
    padding: 0;
    height: 28px;
    line-height: 20px
  }

  .met_module1 {
    padding: 30px 10px
  }

  .met_module2_list {
    padding: 10px 10px
  }

  .met_module2_list li.list_1 {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
  }

  .met_module2_list h2 {
    font-weight: normal
  }

  .met_module2_list li p {
    color: #818181
  }

  .met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
  }

  .met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
  }

  .met_module2_list li.list_2 h2,
  .met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
  }

  .met_module2_list li.list_2 {
    padding: 15px 0
  }

  .met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
  }

  .met_module2_list li.list_3 img {
    position: absolute;
    left: 0;
    top: 15px
  }

  .met_module2_list li.list_3 span.time {
    position: static
  }

  .met_module2 h1.met_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
  }

  .met_module2 .met_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
  }

  .met_module2 .met_time {
    padding-right: 6px
  }

  .met_module2 .met_source {
    padding-right: 6px
  }

  .met_module2 .met_source a {
    color: #607fa6
  }

  .met_module2 .met_editor {
    padding: 0 10px
  }

  .met_tools {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
    padding: 10px 10px 0;
    height: 50px;
    line-height: 50px
  }

  .met_tools .met_page {
    clear: both;
    position: absolute;
    right: 5px;
    top: 0;
    color: #818181
  }

  .met_tools .met_page li {
    display: inline;
    list-style: none;
    margin-left: 30px;
  }

  .met_tools .met_page li span {
    padding-right: 5px;
  }

  .met_tools .met_page a {
    color: #607fa6
  }

  .met_module3_list ul.list_1 {
    list-style: none;
    visibility: hidden
  }

  .met_module3_list ul.list_1 li {
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden
  }

  .met_module3_list ul.list_1 li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0;
    width: 213px;
  }

  .met_module3_list ul.list_1 li h2 {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd
  }

  .met_module3_list ul a img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    width: 100%;
  }

  .met_module3_list ul a:hover h2 {
    color: #333
  }

  .met_module3_list ul a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
  }

  .met_module3_list ul.list_2 {
    list-style: none;
    visibility: hidden
  }

  .met_module3_list ul.list_2 li {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd
  }

  .met_module3_list ul.list_2 dt {
    float: left;
    position: relative
  }

  .met_module3_list ul.list_2 dd {
    float: left;
    width: 100%
  }

  .met_module3_list ul.list_2 dd h2 {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: normal
  }

  .met_module3_list ul.list_2 dd p {
    padding: 5px 10px;
    color: #818181
  }

  #showproduct dl.pshow {
    visibility: hidden
  }

  #showproduct dl.pshow dt {
    float: left;
    position: relative;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #ddd
  }

  #showproduct dl.pshow dt .met_box {
    margin: 0 auto;
    visibility: hidden
  }

  #showproduct dl.pshow dt .met_box figcaption {
    display: none
  }

  #showproduct dl.pshow dt .my-simple-gallery figure {
    float: left;
    margin: 0
  }

  #showproduct dl.pshow dt li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer
  }

  #showproduct dl.pshow dt li img {
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9
  }

  #showproduct dl.pshow dt li.active {
    border: 2px solid #000;
  }

  #showproduct dl.pshow dt li.flex-active img {
    position: relative;
    left: -2px;
    top: -2px
  }

  #showproduct dl.pshow dd {
    float: left;
    width: 100%
  }

  #showproduct dl.pshow dd .met_box {
    padding: 0 20px
  }

  #showproduct dl.pshow dd .met_box h1 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd
  }

  #showproduct dl.pshow dd .met_box ul li {
    list-style: none;
    color: #818181;
    padding: 8px 5px 8px 90px;
    border-bottom: 1px solid #ddd;
    position: relative
  }

  #showproduct dl.pshow dd .met_box ul li span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 5px;
    width: 80px;
    word-wrap: break-word
  }

  #showproduct dl.pshow dd .met_box .desc {
    padding: 10px;
    margin-top: 20px;
    background: #f7f8fa;
    color: #666
  }

  #showproduct .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
  }

  #showproduct .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
  }

  #showproduct .met_nav li a {
    display: block;
    padding: 0 40px
  }

  #showproduct .met_nav li.met_now,
  #showproduct .met_nav li.met_hover {
    background: #f7f8fa
  }

  #showproduct .met_related {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    color: #333
  }

  #showproduct .met_related_list {
    list-style: none;
    visibility: hidden
  }

  #showproduct .met_related_list li {
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden
  }

  #showproduct .met_related_list li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0
  }

  #showproduct .met_related_list li h2 {
    text-align: left;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd
  }

  #showproduct .met_related_list li img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
  }

  #showproduct .met_related_list li a:hover h2 {
    color: #333
  }

  #showproduct .met_related_list li a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
  }

  #showproduct .met_nav_contbox {
    padding: 0 10px
  }

  #downloadlist {
    padding: 15px
  }

  #downloadlist .metlist {
    margin-bottom: 20px
  }

  #downloadlist .metlist dt {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px 8px 0;
    background: url(/public/image/images/dt-9.gif) no-repeat 5px 11px
  }

  #downloadlist .metlist dd {
    color: #999;
    padding: 8px;
    background: #f7f8fa
  }

  #downloadlist .metlist dd b {
    font-weight: normal
  }

  #downloadlist .metlist dd div {
    float: right
  }

  #downloadlist .metlist dd span {
    padding-right: 20px
  }

  #downloadlist .metlist dd a {
    color: #1c57c4
  }

  #downloadlist .metlist dd a.down {
    color: #fa1a1a
  }

  #showdownload {
    padding: 15px
  }

  #showdownload h1.title {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
  }

  #showdownload .paralist {
    background: #8c989f;
    padding: 5px 10px;
    color: #fff;
    visibility: hidden
  }

  #showdownload .paralist li {
    list-style: none;
    padding: 8px 5px 8px 90px;
    min-height: 20px;
    position: relative;
    border-bottom: 1px solid #ddd
  }

  #showdownload .paralist li:last-child {
    border-bottom: 0
  }

  #showdownload .paralist li a {
    color: #fff
  }

  #showdownload .paralist li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 8px 5px;
    word-wrap: break-word
  }

  #showdownload .met_editor {
    padding: 0 10px
  }

  #showdownload .ctitle {
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd
  }

  #showdownload .downloadbox {
    margin-top: 30px
  }

  #showdownload .downloadbox a {
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px
  }

  #showdownload .downloadbox a:hover {
    background: #38c4f0
  }

  #showdownload .downloadbox a.active {
    background: #1ba4cf
  }

  #imglist ul.list_1 {
    list-style: none;
    visibility: hidden
  }

  #imglist ul.list_1 li {
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden
  }

  #imglist ul.list_1 li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0
  }

  #imglist ul.list_1 li h2 {
    text-align: left;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd
  }

  #imglist ul a img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
  }

  #imglist ul a:hover h2 {
    color: #333
  }

  #imglist ul a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
  }

  #imglist ul.list_2 {
    list-style: none;
    visibility: hidden
  }

  #imglist ul.list_2 li {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd
  }

  #imglist ul.list_2 dt {
    float: left;
    position: relative
  }

  #imglist ul.list_2 dd {
    float: left;
    width: 100%
  }

  #imglist ul.list_2 dd h2 {
    padding: 5px 10px;
    font-size: 15px
  }

  #imglist ul.list_2 dd p {
    padding: 5px 10px;
    color: #818181
  }

  #showimg h1.met_title {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
  }

  #showimg .met_slide_box {
    text-align: center;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
    position: relative
  }

  #showimg .met_slide_list ul {
    display: none;
  }

  #showimg ul.exposureThumbs {
    border-right: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 79px;
    width: 790px;
    margin: 0px auto;
    padding: 10px
  }

  #showimg ul.exposureThumbs li {
    background: #111;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    display: none;
    float: left
  }

  #showimg ul.exposureThumbs li img {
    cursor: pointer
  }

  #showimg ul.exposureThumbs li.last {
    margin: 0
  }

  #showimg .exposureWrapper {
    position: absolute;
    top: 0;
    left: 0
  }

  #showimg .exposureWrapper img {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
  }

  #showimg .exposureLoaded {
    background-image: none
  }

  #showimg ul.exposureThumbs li {
    width: 150px;
    height: 79px
  }

  #showimg .exposureSlideshowControls a {
    font-size: 11px;
    color: #bba;
    text-decoration: none;
    outline: 0;
    padding: 2px 6px;
    display: inline
  }

  #showimg .exposureSlideshowControls a:active,
  .exposureSlideshowControls a:hover {
    background-color: #999;
    color: #444
  }

  #showimg .met_slide_box .left,
  .met_slide_box .right {
    position: absolute;
    width: 50%;
    cursor: pointer
  }

  #showimg .met_slide_box .left a,
  .met_slide_box .right a {
    display: block;
    width: 100%;
    height: 100%
  }

  #showimg .imgparalist {
    background: #8c989f;
    padding: 5px 10px;
    color: #fff;
    visibility: hidden;
    margin-top: 30px;
    visibility: hidden
  }

  #showimg .imgparalist li {
    list-style: none;
    padding: 8px 5px 8px 90px;
    min-height: 20px;
    position: relative;
    border-bottom: 1px solid #ddd
  }

  #showimg .imgparalist li:last-child {
    border-bottom: 0
  }

  #showimg .imgparalist li a {
    color: #fff
  }

  #showimg .imgparalist li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 8px 5px;
    overflow: hidden;
    word-wrap: break-word
  }

  #joblist {
    padding: 15px
  }

  #joblist dl {
    padding: 10px 5px 10px;
    margin-top: 30px;
    border: 1px solid #ddd
  }

  #joblist dt {
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold
  }

  #joblist dd .dtail {
    padding: 5px 10px 0;
    border-top: 1px solid #ddd
  }

  #joblist dd .dtail span {
    margin-right: 15px
  }

  #joblist dd .dtail a {
    color: #1c57c4
  }

  #joblist dd .editor {
    padding: 10px
  }

  #joblist dd .mis {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 12px
  }

  #joblist dd .mis span {
    margin-right: 15px;
    color: #999
  }

  #showjob h1.title {
    font-size: 24px;
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
  }

  #showjob .ctitle {
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd
  }

  #showjob .met_editor {
    padding: 0 10px
  }

  #cvlist {
    padding: 15px
  }

  #showjob .paralist {
    background: #8c989f;
    padding: 5px 10px;
    color: #fff;
    visibility: hidden;
    margin-top: 30px;
    visibility: hidden
  }

  #showjob .paralist li {
    list-style: none;
    padding: 8px 5px 8px 90px;
    min-height: 20px;
    position: relative;
    border-bottom: 1px solid #ddd
  }

  #showjob .paralist li:last-child {
    border-bottom: 0
  }

  #showjob .paralist li a {
    color: #fff
  }

  #showjob .paralist li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 8px 5px;
    overflow: hidden;
    word-wrap: break-word
  }

  #showjob .info_cv {
    margin-top: 30px;
    margin-left: 10px
  }

  #showjob .info_cv a {
    display: inline-block;
    background: #23b7e5;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    color: #fff;
    border-radius: 2px
  }

  #showjob .info_cv a:hover {
    background: #38c4f0
  }

  #showjob .info_cv a.active {
    background: #1ba4cf
  }

  #messagelist {
    padding: 15px
  }

  #messagelist .metlist {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 5px
  }

  #messagelist .metlist dt {
    padding: 5px
  }

  #messagelist .metlist dt span.name {
    color: #2c7199
  }

  #messagelist .metlist dt span.time {
    padding-left: 5px;
    color: #aaa;
    font-size: 12px
  }

  #messagelist .metlist dt span.tt {
    float: right;
    padding-right: 5px;
    color: #aaa
  }

  #messagelist .metlist dd.info span.tt {
    display: none;
    clear: both
  }

  #messagelist .metlist dd.info span.text {
    display: block;
    line-height: 1.5;
    padding: 0 5px 10px;
    border-bottom: 1px solid #ddd
  }

  #messagelist .metlist dd.reinfo span.tt {
    display: block;
    padding: 10px 5px 0;
    color: #2c7199
  }

  #messagelist .metlist dd.reinfo span.text {
    display: block;
    line-height: 1.5;
    padding: 5px 5px 10px
  }

  #messagelist .v52fmbx {
    margin: 30px 0 0
  }

  #linklist {
    padding: 15px 15px 25px
  }

  #linklist .ctitle {
    margin: 10px 0 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd
  }

  #linklist .inside {
    padding: 15px 0 0
  }

  #linklist .metlist .img li {
    list-style: none;
    display: inline;
    padding-right: 5px
  }

  #linklist .metlist .img img {
    width: 88px;
    height: 31px
  }

  #linklist .metlist .txt li {
    list-style: none;
    float: left;
    width: 88px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    overflow: hidden
  }

  #linksubmit {
    padding: 15px
  }

  #linksubmit table {
    margin: 0 auto
  }

  #memberbox {
    padding: 15px
  }

  ul.searchnavlist {
    list-style: none;
    padding: 0 20px;
    margin: 0
  }

  ul.searchnavlist li {
    padding: 5px 0
  }

  ul.searchnavlist .advsearch_searchword input {
    width: 90%;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
  }

  ul.searchnavlist .searchgo {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
  }

  ul.searchnavlist .searchgo:hover {
    background: #38c4f0
  }

  ul.searchnavlist .searchgo:active {
    background: #1ba4cf
  }

  #searchlist {
    padding: 15px 0
  }

  #searchlist li {
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 1.5
  }

  #searchlist ul {
    list-style: none;
    padding: 0;
    margin: 0
  }

  #searchlist ul li {
    padding: 3px 5px;
    margin-bottom: 10px
  }

  #searchlist ul li img {
    display: none
  }

  #searchlist .search_title {
    display: block;
    padding: 2px 0
  }

  #searchlist .search_title a {
    font-size: 16px;
    color: #12C;
    text-decoration: underline
  }

  #searchlist .search_title em {
    color: #c00;
    text-decoration: underline;
    font-style: normal
  }

  #searchlist .search_detail {
    display: block
  }

  #searchlist .search_detail a {
    text-decoration: underline;
    color: #12C
  }

  #searchlist .search_content em {
    color: #c00;
    font-style: normal
  }

  #searchlist .search_updatetime {
    display: block;
    margin-top: 5px;
    color: green
  }

  #searchlist a:hover {
    text-decoration: underline
  }

  #sitemaplist dl {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd
  }

  #sitemaplist dt h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
  }

  #sitemaplist dt h2 i {
    font-size: 22px;
    margin-left: 10px;
    font-weight: normal;
    color: #888;
    position: relative;
    top: 2px
  }

  #sitemaplist dd ul {
    float: left;
    width: 25%;
    list-style: none;
    margin-top: 20px
  }

  #sitemaplist dd li {
    margin-top: 5px
  }

  #sitemaplist dd li h4 a {
    font-weight: normal;
    color: #666
  }

  .v52fmbx_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
  }

  :-ms-input-placeholder {
    color: #999
  }

  .met-focus {
    border: 1px solid #23b7e5 !important
  }

  .v52fmbx {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
  }

  .v52fmbx dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
  }

  .v52fmbx dl {
    width: 100%;
    zoom: 1;
    background: #fff
  }

  .v52fmbx dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
  }

  .v52fmbx dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
  }

  .v52fmbx dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
  }

  .v52fmbx dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
  }

  .v52fmbx dl dd .fbox {
    margin: 0 10px 0 0
  }

  .v52fmbx dl dd .tips {
    color: #aaa
  }

  .v52fmbx dl dd .tips:hover {
    color: #f00
  }

  .v52fmbx dl dd.labelinline label {
    display: inline
  }

  .v52fmbx dl dt.addimgdt {
    padding: 10px 5px 10px
  }

  .v52fmbx dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
  }

  .v52fmbx dl.noborder {
    border-bottom: 0
  }

  .formerror {
    margin-top: 6px;
    height: 20px;
    line-height: 20px
  }

  .formerror .fa-times {
    color: #fff;
    border-radius: 3px;
    padding: 1px 2px;
    font-size: 16px;
    margin-right: 5px;
    background: red
  }

  .formerror .fa-check {
    color: #fff;
    border-radius: 3px;
    padding: 2px;
    font-size: 14px;
    margin-right: 5px;
    background: #10aa00
  }

  .formerrorbox {
    border: 2px solid #f00 !important
  }

  .v52fmbx dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #6c6fbf
  }

  .ftype_input .fbox {
    float: left
  }

  .ftype_input .tips {
    float: left;
    padding-top: 5px
  }

  .ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
  }

  .placeholder-ie {
    position: relative
  }

  .placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
  }

  .ftype_textarea .tips {
    display: block
  }

  .ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
  }

  .ftype_select .tips,
  .ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
  }

  select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
  }

  .ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
  }

  .ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
  }

  .ftype_radio .formerror {
    margin-top: 0
  }

  .ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
  }

  .ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
  }

  .ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
  }

  .ftype_checkbox .formerror {
    margin-top: 0
  }

  .ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
  }

  .submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
  }

  .submit:hover {
    background: #38c4f0
  }

  .submit.active {
    background: #1ba4cf
  }

  .v52fmbx dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
  }

  .v52fmbx dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
  }
}