.indexPart2@charset "UTF-8";
a, .transition, .head, .head .search .input, .foot .info .link .list, .indexPart3 .map li:after, .indexPart3 .map li div, .indexPart4 .swiper-slide .layer, .pageNav, #sideNav ul, .history .title .layer, .history .list, .status .name, .about_02 .img, .about_03, .expert .box, .expertLayer .bg, .expertLayer .container, .contact .map li:after, .contact .map li div, .culture_01 .img, .magazine .container .imgList .name, .newsLayer .bg, .newsLayer .container, .star .list .name, .starLayer .bg, .starLayer .container, .starLayer .box .name h2, .expertList li .name, .impression_01 li div, .impression ul li, .impression ul p, .caseLayer .bg, .caseLayer .container, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .indexPart2 dl .name a, .indexPart2 .swiper-slide a, .status .name, .pageSearch .name a, .magazine .container .imgList .name, .news dl .name, .news li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .nav ul, .nav .list dl, .nav dl.subNav, .foot .ewm, .foot .info, .foot .msg, .indexTitle a, .indexPart4 .swiper-slide .layer, .lybLayer ul, .sideBar a, .pageNav dl, .history .title .layer, .status ul, .honor .list li, .honor .list h2, .honor .imgList ul, .about_02 ul, .group .list2 ul, .group .list3 dl, .communication .list ul, .achievements .list .ul-2, .expert ul, .contact .list ul, .culture_01 ul, .pageSearchNav ul, .pageSearch ul, .pageSearch a.layer, .siteMap h2.title, .siteMap .list ul, .magazine .sideBtn a, .magazine .list ul, .magazine .container.on, .magazine .container .imgList ul, .magazine .container .imgList a.btn, .magazine .downBtn a, .newsLayer div.arrow, .newsLayer div.arrow a, .consulting .title, .consulting .list ul, .consulting .list .box, .consulting .list h2, .consulting .list2 .box, .consulting .list2 h2, .service .btn dl, .service .btn dd, .service .container.on, .service .title, .service .list2 ul, .star .title, .star .list ul, .star .list dl, .star .title2, .starLayer div.arrow, .starLayer div.arrow a, .impression_01 li a, .impressionTitle, .impression ul, .caseLayer .title, .caseLayer div.arrow, .caseLayer div.arrow a {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexPart4 .swiper-slide .layer, .sideBar a, .history .title .layer, .honor .list li, .pageSearch a.layer, .consulting .list .box, .consulting .list2 .box, .impression_01 li a {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .foot .ewm, .foot .info, .foot .msg, .indexTitle a, .indexPart4 .swiper-slide .layer, .sideBar a, .history .title .layer, .honor .list h2, .pageSearch a.layer, .siteMap h2.title, .magazine .sideBtn a, .magazine .container .imgList a.btn, .magazine .downBtn a, .newsLayer div.arrow a, .consulting .title, .consulting .list h2, .consulting .list2 h2, .service .btn dd, .service .title, .star .title, .star .title2, .starLayer div.arrow a, .impression_01 li a, .impressionTitle, .caseLayer .title, .caseLayer div.arrow a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .nav .list dl, .indexPart4 .swiper-slide .layer, .sideBar a, .pageNav dl, .history .title .layer, .honor .list li, .pageSearch a.layer, .magazine .sideBtn a, .magazine .container .imgList a.btn, .magazine .downBtn a, .newsLayer div.arrow, .newsLayer div.arrow a, .consulting .list ul, .consulting .list .box, .consulting .list2 .box, .service .btn dd, .starLayer div.arrow, .starLayer div.arrow a, .impression_01 li a, .caseLayer div.arrow, .caseLayer div.arrow a {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .group .list2 ul, .service .container.on, .star .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .nav ul, .nav .list dl, .nav dl.subNav, .foot .info, .foot .msg, .lybLayer ul, .status ul, .honor .imgList ul, .about_02 ul, .group .list2 ul, .group .list3 dl, .communication .list ul, .achievements .list .ul-2, .expert ul, .contact .list ul, .culture_01 ul, .pageSearchNav ul, .pageSearch ul, .siteMap .list ul, .magazine .container.on, .magazine .container .imgList ul, .consulting .list ul, .service .container.on, .service .list2 ul, .star .list ul, .star .list dl, .impression ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  letter-spacing: 1px;
  font-size: .12rem;
  font-family: Arial;
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }
body.noScroll {
    overflow: hidden; }
a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none;
/*    font-family: "oswaldmedium"!important;
    font-size: .2rem!important;*/
     }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #005b82;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  letter-spacing: 1px;
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.h60 {
  height: 0.6rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12.8rem;
  margin: 0 auto; }

.font12 {
  font-size: .12rem;
  letter-spacing: 1px;
  font-family:"Arial"; }

.font14 {
  font-size: .14rem;
  letter-spacing: 1px;
  font-family:"Arial"; }

.font16 {
  font-size: .16rem;
  letter-spacing: 1px;
  font-family:"Arial"; }

.green {
  color: #14a83b; }

.blue {
  color: #005b82; }

#Layer1 {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none; }

.submit input {
  cursor: pointer; }

.pcShow {
  display: block; }

.phoneShow {
  display: none; }

.headD {
  height: 1rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  box-shadow: 0 0.08rem 0.16rem rgba(201, 201, 201, 0.2);
  -webkit-box-shadow: 0 0.08rem 0.16rem rgba(201, 201, 201, 0.2);
  -moz-box-shadow: 0 0.08rem 0.16rem rgba(201, 201, 201, 0.2); }
  .head a.logo {
    display: block;
    width: 2.06rem;
    position: absolute;
    z-index: 10;
    left: 1rem;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: .1rem; }
  .head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 1.4rem;
    top: 0;
    bottom: auto;
    line-height: 1rem;
    height: 1rem;
    padding-left: .25rem;
    border-left: #eaeaea solid 1px;
    color: #999; }
    .head .language a {
      color: #999;
      padding: 0 .5em; }
    .head .language a:hover {
      color: #14a83b; }
  .head .search {
    position: absolute;
    z-index: 11;
    left: auto;
    right: .6rem;
    top: 0;
    bottom: auto;
    width: .68rem;
    height: 1rem; }
    .head .search .submit {
      height: 1rem;
      background: url("../image/img18.png") left center no-repeat;
      background-size: .18rem;
      font-family:"Arial";
      letter-spacing: 1px;
      width: 100%;
      position: relative;
      z-index: 11;
      cursor: pointer; }
    .head .search .input {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.28rem;
      top: 50%;
      bottom: auto;
      width: 3.23rem;
      height: .38rem;
      margin-top: -.19rem;
      background: url("../image/img323.png") center no-repeat;
      background-size: cover;
      transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      opacity: 0;
      visibility: hidden; }
      .head .search .input input {
        width: 100%;
        height: .38rem;
        line-height: .38rem;
        padding: 0 .2rem;
        font-size: .14rem; 
        letter-spacing: 1px;
      font-family:"Arial";}
    .head .search:hover .input {
      opacity: 1;
      visibility: visible;
      transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s; }










@media screen and (min-width: 800px) {
  .head.hide {
    top: -1rem; } }
.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 4rem;
  top: 0;
  bottom: auto; }
  .nav li {
    /*padding-left: .7rem;*/ }
    .nav li a.name {
      font-family: "oswaldmedium";
      font-size: 16px;
      display: block;
      height: 1rem;
      line-height: 1rem;
      position: relative;
      /*font-size: .18rem;*/
      letter-spacing: 1px;
      /*font-family:"Arial";*/
      color: #666;
      background: url("../image/img114.jpg") center -0.8rem no-repeat;
      background-size: 100% .8rem;
      padding: 0 .2rem; }
      .nav li a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: .03rem;
        background: url("../image/img114.png") center no-repeat;
        background-size: 100% 100%; }
      .nav li a.name.on {
        background-position: center top; }
        .nav li a.name.on:before {
          left: 0;
          width: 100%; }
  .nav li.curr a.name {
    background-position: center top; }
    .nav li.curr a.name:before {
      left: 0;
      width: 100%; }
  .nav li.curr .list {
    opacity: 1;
    visibility: visible;
    top: 1rem;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }













    @media screen and ( max-width:767px ){/*手机--竖屏*/
    .nav li.curr .list{top: 0!important;}
    }
    .nav li.curr .list.hide {
    opacity: 0;
    visibility: hidden;
    top: -1rem; }
  .nav .list {
    position: fixed;
    z-index: 49;
    left: 0;
    top: -1rem;
    width: 100%;
    min-height: .56rem;
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
    visibility: hidden; }
    .nav .list dl dl {
      display: none; }
    .nav .list dd {
      padding: 0 .25rem; }
    .nav .list a {
      font-family: "oswaldmedium"!important;
      font-size: .15rem!important;
      display: block;
      height: .56rem;
      line-height: .56rem;
      position: relative;
      /*font-size: .15rem!important;*/
      letter-spacing: 1px;
      /*font-family:"Arial";*/
      color: #fff; }
      .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: .02rem;
        background: #fff; }







         @media screen and (min-width: 1030px){ 
          .nav .list a:hover:before {width: 90%; }
         }
    
  .nav dl.subNav {
    position: absolute;
    z-index: 10;
    left: auto;
    right: -1.4rem;
    top: 0;
    bottom: auto;
    line-height: 1rem; }
    .nav dl.subNav dd {
      padding-left: .15rem; }
    .nav dl.subNav a {
      color: #999;
      display: block;
      height: 1rem;
      position: relative;
      padding: 0; }
    .nav dl.subNav a:hover {
      color: #005b82; }
    .nav dl.subNav a.on {
      background: url("../image/img114.jpg") center top no-repeat;
      background-size: auto .8rem; padding:0 .1rem;}
      .nav dl.subNav a.on:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .03rem;
        background: url("../image/img114.png") center no-repeat;
        background-size: 100% 100%; }
@media screen and (min-width: 800px){
  .head.hide{top: -$headH;}
}

@media screen and (min-width: 1600px) {
  .nav li {
    padding-left: .3rem; } }
   
.foot {
  background: url("../image/foot.jpg") center no-repeat;
  background-size: cover;
  color: #fff; }
  .foot .wal {
    min-height: 1.1rem;
    position: relative;
    padding: .2rem 0 0 2.95rem;  

    }





















  .foot .tel {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.07rem;
    bottom: auto;
    white-space: nowrap;
    height: 1rem;
    background: url("../image/img45.png") left center no-repeat;
    background-size: .45rem;
    padding: 0 0 0 .56rem;
    font-size: .16rem; 
    letter-spacing: 1px;
  font-family:"Arial";}
    .foot .tel div {
      font-weight: 700;
      padding: .25rem 0 .04rem 0; }
    .foot .tel b {
      font-size: .24rem;
      letter-spacing: 1px;
      font-family:"Arial"; }
  .foot .ewm {
    text-align: left!important;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.2rem;
    bottom: auto;
    height: .7rem; }
    .foot .ewm img {
      width: .7rem; }
    .foot .ewm p {
      padding-left: .18rem;
      font-size: .14rem;
      line-height: .24rem; }
  .foot .info {
    height: .36rem;
    font-size: .16rem;
    letter-spacing: 1px;
    font-family:"Arial"; }
    .foot .info p {
      background: url("../image/img14_1.png") left center no-repeat;
      background-size: .14rem;
      letter-spacing: 1px;
      font-family:"Arial";
      padding: 0 .45rem 0 .2rem; }
    .foot .info a {
      font-weight: 700;
      color: #fff; }
    .foot .info em {
      padding: 0 .25rem; }
    .foot .info .link {
      height: .36rem;
      position: relative; }
      .foot .info .link:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: .2rem;
        left: 0;
        bottom: 100%; }
      .foot .info .link .name {
        font-weight: 700;
        line-height: .36rem;
        padding-right: .24rem;
        background: url("../image/img12.png") right center no-repeat;
        background-size: .12rem;
        letter-spacing: 1px;
        font-family:"Arial"; }
      .foot .info .link .list {
        position: absolute;
        z-index: 20;
        right: -.35rem;
        bottom: .56rem;
        width: 5.5rem;
        background: #fff;
        padding: .1rem .1rem .1rem .2rem;
        opacity: 0;
        visibility: hidden;
        transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s; }
        .foot .info .link .list .scroll {
          height: 4rem;
          overflow: hidden;
          position: relative; }
        .foot .info .link .list a {
          display: block;
          height: .5rem;
          line-height: .5rem;
          overflow: hidden;
          position: relative;
          padding-left: .4rem;
          background: url("../image/line1.png") left bottom repeat-x;
          background-size: auto 1px;
          font-size: .14rem;
          letter-spacing: 1px;
          font-family:"Arial";
          color: #666; }
          .foot .info .link .list a:before {
            content: "";
            display: block;
            position: absolute;
            left: .4rem;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: url("../image/line2.jpg") left bottom no-repeat;
            background-size: auto 1px;
            opacity: 0; }
          .foot .info .link .list a img {
            width: .3rem;
            position: absolute;
            z-index: 10;
            left: 0;
            right: auto;
            top: 50%;
            bottom: auto;
            margin-top: -.15rem; }
        .foot .info .link .list a:hover {
          color: #005b82; }
          .foot .info .link .list a:hover:before {
            opacity: 1; }
      .foot .info .link:hover .list {
        opacity: 1;
        visibility: visible;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s; }
  .foot .msg {
    font-size: .12rem;
    letter-spacing: 1px;
    font-family:"Arial";
    height: .36rem; }
    .foot .msg p {
      font-weight: 700;
      padding-right: .22rem; }
    .foot .msg img {
      width: .22rem;
      margin-right: .06rem; }



















.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.3rem;
    width: 100%;
    text-align: center;
    font-size: 0;
    letter-spacing: 1px;
    font-family:"Arial"; }
    .indexFlash .dots span {
      display: inline-block;
      width: .14rem;
      height: .14rem;
      margin: 0 .1rem;
      background: url("../image/img14.png") center no-repeat;
      background-size: .14rem; }
    .indexFlash .dots .swiper-pagination-bullet-active {
      background-image: url("../image/img14on.png"); }
  .indexFlash .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    display: block;
    width: .42rem;
    height: 1.18rem;
    margin-top: -.59rem;
    background: rgba(0, 0, 0, 0.3) center no-repeat;
    background-size: .14rem; }
    .indexFlash .arrow:hover {
      background-color: #005b82; }
    .indexFlash .arrow.prev {
      left: .5rem;
      background-image: url("../image/prev14.png"); }
    .indexFlash .arrow.next {
      right: .5rem;
      background-image: url("../image/next14.png"); }

.indexTitle {
  clear: both;
  height: 1rem;
  position: relative;
  padding: .48rem 0 0 .32rem; }
  .indexTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .48rem;
    width: .18rem;
    height: .3rem;
    background: url("../image/img18_1.png") center no-repeat;
    background-size: 100%; }
  .indexTitle a {
    height: .32rem; }
    .indexTitle a b {
      letter-spacing: 1.5px!important;
      /*font-family: "oswaldmedium";*/
      font-family:"Arial";
    font-size: .2rem!important;
      font-size: .16rem!important;
      padding-right: .1rem;
      letter-spacing: .01rem; }
    .indexTitle a span {
      font-size: .14rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #b1b1b1;
      padding-right: .22rem;
      background: url("../image/img16.png") right center no-repeat;
      background-size: .06rem; }





































.indexPart1 {
  width: 3.39rem; }
  .indexPart1 .container {
    position: relative; }
  .indexPart1 .name {
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 84%;
    bottom: auto;
    width: 100%;
    text-align: center;
    /*background: url("../image/img68.png") center top no-repeat;*/
    background-size: .68rem;
    /*padding-top: .66rem;*/
    margin-top: -.5rem;
    cursor: pointer; }

.indexPart2 {
  height: 0rem;
  width: 4.25rem;
  margin-left: .4rem; }
  .indexPart2 dl {
    min-height: .98rem;
    position: relative;
    border-bottom: #cdcdcd solid 1px;
    padding-left: 1.1rem; }
    .indexPart2 dl dt {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: .9rem;
      height: .64rem;
      border-right: #cdcdcd dashed 1px; }
      .indexPart2 dl dt div {
        font-size: .5rem;
        letter-spacing: 1px;
        font-family:"Arial";
        color: #005b82;
        height: .5rem;
        line-height: .8em;
        font-weight: bold; }
      .indexPart2 dl dt span {
        font-size: .14rem;
        letter-spacing: 1px;
        font-family:"Arial";
        color: #999; }
    .indexPart2 dl .name {
      letter-spacing: 1px;
      font-size: .18rem;
      font-family:"Arial";
      padding-bottom: .1rem; }
      .indexPart2 dl .name a {
        letter-spacing: 1px;
        display: block;
        height: 1em;
        line-height: 1em; 
        font-size: 15px;
        font-family:"Arial";}
    .indexPart2 dl p {
      min-height: .38rem;
      color: #666; }
  .indexPart2 #indexPart2 {
    width: 100%;
    height: .92rem;
    overflow: hidden;
    position: relative; }
  .indexPart2 .swiper-slide {
    height: .46rem; }
    .indexPart2 .swiper-slide a {
      display: block;
      /*height: .46rem;*/
      line-height: .45rem;
      /*background: url("../image/line1.png") center bottom repeat-x;*/
      border-bottom: 1px #cdcdcd dashed;
      background-size: auto 1px;
      padding-left: 1.1rem;
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #666; }
      .indexPart2 .swiper-slide a:before {
        content: "";
        display: block;
        position: absolute;
        left: .95rem;
        bottom: .01rem;
        width: 100%;
        height: 1px;
        background: url("../image/line2.jpg") left center no-repeat;
        background-size: auto 1px;
        opacity: 0; }
      .indexPart2 .swiper-slide a span {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        color: #999; }
    .indexPart2 .swiper-slide a:hover {
      color: #005b82; }
      .indexPart2 .swiper-slide a:hover:before {
        opacity: 1; }





























.indexPart3 {
  width: 4.4rem;
  height: 3rem;
  position: relative;
  z-index: 11; }
  .indexPart3 .indexTitle {
    z-index: 11; }
  .indexPart3 .map {
    width: 4.4rem;
    height: 3.48rem;

    /*background: url("../image/img440.png") center no-repeat;*/
    background: url("/en/public/image/img1102.png") center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    /*left: .4rem;*/
    right: auto;
    top: 0.4rem;
    bottom: auto; }
    .indexPart3 .map li {
      position: absolute;
      width: .14rem;
      height: .14rem;
      margin-left: -.07rem;
      margin-top: -.07rem; }
      .indexPart3 .map li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img13.png") center no-repeat;
        background-size: .13rem;
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s; }
      .indexPart3 .map li div {
        position: absolute;
        white-space: nowrap;
        top: 50%;
        margin-top: -.14rem;
        right: 0;
        opacity: 0;
        visibility: hidden;
        font-size: .14rem;
        font-family:"Arial";
        letter-spacing: 1px;
        color: #fff;
        height: .28rem;
        line-height: .28rem;
        background: #005b82;
        padding: 0 .12rem;
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem; }
    .indexPart3 .map li.on {
      z-index: 5; }
      .indexPart3 .map li.on:before {
        background-image: url("../image/img29.png");
        background-size: .29rem;
        width: .29rem;
        height: .29rem;
        left: -.07rem;
        top: -.07rem; }
      .indexPart3 .map li.on div {
        opacity: 1;
        visibility: visible;
        right: .24rem; }

.indexPart4 {
  margin-bottom: .7rem;
  position: relative;
  padding: 0 .36rem; }
  .indexPart4 #indexPart4 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart4 .swiper-slide {
    background: #000;
    position: relative; }
    .indexPart4 .swiper-slide:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      left: 0;
      bottom: 0;
      opacity: 0;
      width: 100%;
      height: .04rem;
      background: url("../image/line302.jpg") center no-repeat;
      background-size: 100% 100%; }
    .indexPart4 .swiper-slide .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      opacity: 0; }
      .indexPart4 .swiper-slide .layer a {
        color: #fff; }
      .indexPart4 .swiper-slide .layer .name {
        font-size: .22rem;
        font-family:"Arial";
        letter-spacing: 1px;
        position: relative;
        padding-bottom: .5rem; width: 3rem;}
        .indexPart4 .swiper-slide .layer .name:before {
          content: "";
          display: block;
          position: absolute;
          background: #fff;
          width: 1px;
          height: .2rem;
          left: 50%;
          bottom: .15rem; }
      .indexPart4 .swiper-slide .layer p {
        line-height: 1.5em; }
  .indexPart4 .swiper-slide:hover:before {
    opacity: 1; }
  .indexPart4 .swiper-slide:hover .img img {
    opacity: .4; }
  .indexPart4 .swiper-slide:hover .layer {
    opacity: 1; }
  .indexPart4 .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    display: block;
    width: .36rem;
    height: 100%;
    background: #b2b2b2 center no-repeat;
    background-size: .14rem; }
    .indexPart4 .arrow:hover {
      background-color: #005b82; }
    .indexPart4 .arrow.prev {
      left: 0;
      background-image: url("../image/prev14.png"); }
    .indexPart4 .arrow.next {
      right: 0;
      background-image: url("../image/next14.png"); }

.lybA {
  display: block;
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  background: url("/en/public/image/img46.png") center no-repeat;
  background-size: cover;
  width: .5rem;
  height: 2.69rem;
  text-align: center;
  color: #fff;
  padding: .55rem .1rem 0 .1rem;
  font-size: .18rem;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: .24rem; }
  .lybA:hover {
    color: #fff; }

.lybLayer {
  position: fixed;
  z-index: 110;
  left: 50%;
  top: 50%;
  width: 11rem;
  margin-left: -5.5rem;
  min-height: 5rem;
  background: #fff;
  display: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .lybLayer h2.title {
    text-align: center;
    line-height: .92rem;
    background: #f8f8f8;
    font-size: .32rem;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #005b82;
    letter-spacing: .06rem;
    font-weight: 400; }
  .lybLayer .form {
    padding: .5rem 1.15rem; }
  .lybLayer ul {
    margin-left: -.55rem; }
  .lybLayer li {
    width: 50%;
    padding: 0 0 .24rem .55rem; }
  .lybLayer .input {
    border: #ccc solid .02rem;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem; }
    .lybLayer .input input {
      width: 100%;
      height: .52rem;
      line-height: .52rem;
      padding: 0 .25rem;
      font-size: .16rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #9a9a9a;
      letter-spacing: .03rem; }
    .lybLayer .input textarea {
      width: 100%;
      height: 1.8rem;
      line-height: .32rem;
      padding: .1rem .25rem;
      font-size: .16rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #9a9a9a;
      letter-spacing: .03rem; }
    .lybLayer .input.on {
      border-color: #005b82; }
      .lybLayer .input.on input, .lybLayer .input.on textarea {
        color: #005b82; }
  .lybLayer .li_01 {
    width: 100%;
    padding-bottom: .3rem; }
  .lybLayer .submit div {
    -moz-border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    background: #005b82; }
  .lybLayer .submit input {
    width: 100%;
    color: #fff;
    height: .55rem;
    font-size: .22rem;
    letter-spacing: 1px;
    font-family:"Arial"; }

.sideBar {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 67.3%;
  margin-top: -1rem;
  background: url("../image/img60.png") center no-repeat;
  width: .8rem;
  height: 3.2rem;
  background-size: cover; }
  .sideBar li {
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
    .sideBar li:last-child {
      border: 0; }
  .sideBar a {
    color: #fff;
    font-size: .24rem;
    letter-spacing: 1px;
    font-family:"Arial";
    padding: .17rem 0; }
    .sideBar a img {
      width: .32rem; }

.pageNav {
  background: #f8f8f8; 
  min-height: .45rem;
}
  .pageNav.hide {
    opacity: 0; }
  .pageNav dd {
    padding: 0 .2rem; }
  .pageNav a {
    letter-spacing: 1px;
font-family: "oswaldmedium"!important;
font-size: .15rem!important;
    display: block;
    height: .56rem;
    line-height: .56rem;
    position: relative;
    color: #666;
    /*font-weight: 700;*/
     }
    @media screen and ( min-width:800px ){/*手机--竖屏*/

    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: .02rem;
      background: url("../image/img114.png") center no-repeat;
      background-size: 100% 100%; }
}

@media screen and ( max-width:800px ){/*手机--竖屏*/

    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: .02rem;
      background: url("../image/img114.png") center no-repeat;
      background-size: 100% 100%; }
}
    .pageNav a:hover, .pageNav a.on {color: #005b82; }
    .pageNav a.on:before {width: 100%; }

    @media screen and ( min-width:1200px ){/*手机--竖屏*/
    .pageNav a:hover:before, .pageNav a.on:before {width: 100%; }
}
.pageNav.on dl {
  position: fixed;
  z-index: 45;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff; 
  -webkit-box-shadow: 0 0.08rem 0.16rem rgba(201, 201, 201, 0.2);
}
@media screen and ( max-width:767px ){/*手机--竖屏*/
.pageNav.on dl {top: .87rem;}
}
@media screen and ( min-width:800px ){/*手机--竖屏*/
.pageBg {
  /*background: red!important;*/
  min-height: 9.5rem;
  background: url("../image/pageBg11.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: .4rem 0; 
}
}
@media screen and ( min-width:1000px ) and ( max-width:1200px ){/*手机--竖屏*/
  .pageBg {min-height: 10.5rem;}

}

@media screen and ( min-width:1500px ){/*手机--竖屏*/
  .pageBg {min-height: 9.5rem;}
}
.sideNav {
  width: 2.6rem;
  border-right: #cdcdcd solid 1px; }
  .sideNav ul {
    margin-top: -.1rem;
    margin-bottom: -.1rem; }
  .sideNav a.name {
    font-weight: 700;
    display: block;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    height: .46rem;
    line-height: .46rem;
    color: #666;
    overflow: hidden;
    width: 2.4rem;
    background: url("../image/img16_3.png") right center no-repeat;
    background-size: .16rem; }
    .sideNav a.name.on {
      color: #005b82;
      background-image: url("../image/img16_2.png"); }
    .sideNav a.name.name2 {
      background-image: url("../image/img16_1.png"); }
      .sideNav a.name.name2.on {
        background-image: url("../image/img16_1on.png"); }
  .sideNav dl {
    width: 1.5rem;
    padding-bottom: .1rem;
    display: none; }
  .sideNav dd {
    border-bottom: #cdcdcd dashed 1px; }
    .sideNav dd:last-child {
      border: 0; }
    .sideNav dd a {
      font-weight: 700;
      display: block;
      height: .37rem;
      line-height: .37rem;
      position: relative;
      font-size: .16rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #666;
      padding-left: .33rem;
      background: url("../image/img6.png") -0.1rem center no-repeat;
      background-size: .08rem; }
      .sideNav dd a:before {
        content: "";
        display: block;
        position: absolute;
        left: .33rem;
        bottom: -1px;
        width: 1.17rem;
        height: 1px;
        background: url("../image/img114.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
    .sideNav dd a:hover, .sideNav dd a.on {
      background-position: .12rem;
      color: #005b82; }
      .sideNav dd a:hover:before, .sideNav dd a.on:before {
        opacity: 1; }

#sideNav ul {
  padding-top: 0; }
#sideNav.fixed {
  position: fixed;
  left: 50%;
  background: #fff;
  /*z-index: 999;*/
  margin-left: -6.4rem;
  top: 1rem;
  width: 2.5rem;
  border-right: #cdcdcd solid 1px; }
  #sideNav.fixed ul {
    padding-top: .5rem; }

.w1000 {
  width: 10rem; }

.history .title {
  position: relative; }
  .history .title .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #005b82;
    background: rgba(255, 255, 255, 0.7); }
    .history .title .layer h2 {
      font-weight: bold!important;
      font-weight: 400;
      font-size: .18rem;
      letter-spacing: 1px;
      font-family:"Arial";
      padding-bottom: .06rem; }
  .history .title .btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.18rem;
    background: url("../image/img122.png") center no-repeat;
    background-size: cover;
    width: 1.22rem;
    height: .37rem;
    line-height: .37rem;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    letter-spacing: 1px;
    font-family:"Arial";
    cursor: pointer; }
    .history .title .btn span {
      display: inline-block;
      padding-right: .34rem;
      background: url("../image/img15.png") right center no-repeat;
      background-size: .15rem; }
.history .list {
  padding: 0;
  position: relative; }
  .history .list:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: .04rem;
    height: 100%;
    background: #ccdee6;
    margin-left: -.02rem; }
  .history .list dl {
    display: none; }
  .history .list dd {
    width: 4.03rem;
    min-height: 1rem;
    position: relative; }
  .history .list .year {
    width: 1.06rem;
    height: 1.06rem;
    line-height: 1.06rem;
    text-align: center;
    background: url("../image/img106.png") center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: .21rem;
    font-family:"Arial";
    letter-spacing: 1px;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -1.5rem;
    top: 0;
    bottom: auto; }
  .history .list p {
    position: relative;
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #666;
    padding: .25rem 0; }
    .history .list p:before {
      content: "";
      display: block;
      position: absolute;
      width: .2rem;
      height: 1px;
      background: #005b82;
      top: 50%;
      right: -.28rem; }
  .history .list .img {
    margin-bottom: -1rem; }
  .history .list dd:nth-child(odd) {
    margin-left: auto; }
    .history .list dd:nth-child(odd) .year {
      right: auto;
      left: -1.5rem; }
    .history .list dd:nth-child(odd) p:before {
      right: auto;
      left: -.28rem; }
  .history .list dd:last-child .img {
    margin-bottom: 0; }
  .history .list dd.on .year, .history .list dd:hover .year {
    background-image: url("../image/img106_1.png"); }
  .history .list dd.on p:before, .history .list dd:hover p:before {
    background: #14a83b; }
.history li:nth-child(even) .title .btn {
  /*background-image: url("../image/img122.png");*/ }
.history li.on .title .layer {
  background: rgba(0, 91, 130, 0.5);
  color: #fff; }
.history li.on .title .btn span {
  background-image: url("../image/img15on.png"); }
.history li.on .list {
  padding: .3rem 0 1.2rem 0; }

.status ul {
  margin-left: -.3rem; }
.status li {
  width: 100%;
  padding: 0 0 .12rem .3rem; }
.status .name {
  font-size: .16rem;
  font-family:"Arial";
  letter-spacing: 1px;
  color: #666;
  height: .36rem;
  line-height: .36rem;
  padding: 0 1.25rem 0 .32rem;
  background: #f8f8f8;
  position: relative; }
  .status .name span {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 1.8rem; }
.status li.on .name {
  background: #efefef; }
  .status li:hover .name{
  /*background: #efefef;*/ }

.pageTitle {
  position: relative;
  padding-bottom: .32rem;
  font-size: 18px;
  font-family: "oswaldmedium"!important;
  /*font-family:"Arial";*/
  letter-spacing: 1px;
  line-height: 1em;
  color: #005b82; }
  .pageTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .74rem;
    height: .02rem;
    background: #005b82; }

.honor .content {
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: 2em;
  color: #666;
  padding: .28rem 0 .5rem 0; }
.honor .list {
  position: relative;
  min-height: 7.45rem; }
  .honor .list li {
    position: absolute;
    width: 3.94rem;
    min-height: 3.4rem;
    background: url("../image/img394.png") center no-repeat;
    background-size: cover;
    padding: 0 0 0 1.05rem; }
    .honor .list li.li_01 {
      left: 50%;
      margin-left: -1.97rem;
      top: 0; }
    .honor .list li.li_02 {
      left: 0;
      top: 1.75rem; }
    .honor .list li.li_03 {
      right: 0;
      top: 1.75rem; }
    .honor .list li.li_04 {
      left: 50%;
      margin-left: -1.97rem;
      top: 3.5rem; }
  .honor .list h2 {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #005b82;
    letter-spacing: .02rem;
    padding-bottom: .26rem; }
    .honor .list h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .12rem;
      width: .4rem;
      height: .02rem;
      background: #dde7eb; }
    .honor .list h2 img {
      width: .4rem;
      margin-right: .12rem; }
  .honor .list dd {
    font-size: .14rem;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .24rem;
    color: #666;
    padding-left: .15rem;
    background: url("../image/yuan6.png") left 0.09rem no-repeat;
    background-size: .06rem; }
.honor .imgList {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .honor .imgList ul {
    margin-left: -.5rem;
    margin-right: -.52rem; }
  .honor .imgList li {
    width: 33.333%; }
  .honor .imgList div {
    padding: 0 .52rem 0 .5rem;
    border-right: #ccc dashed 1px; }

.partner .content {
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: 2em;
  color: #666;
  padding: .28rem 0 .5rem 0; }
.partner .map {
  max-width: 9.02rem;
  margin: 0 auto; 
padding-bottom: .6rem}

.about_01 .fl {
  width: 6.4rem; }
.about_01 .fr {
  width: 8.3rem;
  padding-right: .5rem; }
.about_01 .title {
  font-family: "oswaldmedium"!important;
    /*font-size: .2rem!important;*/
  color: #005b82;
  font-size: 18px;
  /*font-family:"Arial";*/
  letter-spacing: 1px;
  padding: .22rem 0;
  position: relative; }
  .about_01 .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .73rem;
    height: .02rem;
    background: #d0d0d0; }
.about_01 .content {
	position: relative;
	top: 0.1rem;
  font-size: 13px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: .35rem;
  color: #666;
  text-align: justify;
  padding-top: .2rem; 
  height: 3rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: .1rem;
}
.about_01 .content::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.about_01 .content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(15,166,82,1);
}
.about_01 .content::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}
.about_02 li {
  width: 25%;
  position: relative;
  text-align: center;
  cursor: pointer; }
.about_02 .layer {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  padding-top: .65rem; }
.about_02 .ico {
  width: .6rem;
  margin: 0 auto; }
.about_02 h2 {
  font-family: "oswaldmedium";
  padding: .1rem 0 .5rem 0;
  position: relative;
  font-size: 20px;
  /*font-family:"Arial";*/
  letter-spacing: 1px;
  font-weight: bold;
  letter-spacing: .03rem;
  color: #005b82; }
  .about_02 h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .25rem;
    width: .22rem;
    height: .02rem;
    background: #d2d2d2;
    margin-left: -.11rem; }
.about_02 p {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: 1.5em;
  color: #666; }
.about_02 .img {
  background: center no-repeat;
  background-size: cover;
  height: 3.56rem;
  opacity: 0; }
  .about_02 .img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .04rem;
    background: url("../image/img320.png") center no-repeat;
    background-size: 100% 100%; }
.about_02 li.on h2:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }
.about_02 li.on .img {
  opacity: 1; }

.about_03 {
  padding-bottom: .4rem; }
  .about_03 li {
    /*min-height: 2.66rem;*/
    position: relative;
    background: #f8f8f8;
    padding: .2rem .35rem 0 1.22rem;
    color: #666;
    display: none; }
    .about_03 li:before {
      content: "";
      display: block;
      position: absolute;
      left: .92rem;
      top: .27rem;
      width: 1px;
      height: .35rem;
      background: #d2d2d2; }
    .about_03 li.on {
      display: block; }
  .about_03 .ico {
    width: .45rem;
    position: absolute;
    z-index: 10;
    left: 0.28rem;
    right: auto;
    top: 0.22rem;
    bottom: auto; }
  .about_03 .fl {
    width: .44rem; }
    @media screen and ( max-width:1500px ){/*手机--竖屏*/
  .about_03 .fl{width: .94rem;}
  .about_03 .content.fr{width: 11.9rem!important;}
  }
  @media screen and ( max-width:760px ){/*手机--竖屏*/
  .about_03 .content.fr{width: 9.9rem!important;}
  }
  .about_03 .content {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.858em;
    padding-bottom: .2rem;
    text-align: justify; }
    .about_03 .content.fr {
      width: 12.6rem; }
    .about_03 .content h2 {
      font-weight: 400;
      font-size: .22rem;
      font-family: "oswaldmedium";
      letter-spacing: 2px;
      padding: 0rem 0 .07rem 0;
      text-transform: uppercase; }

.group h2.title {
  text-align: center;
  font-size: .24rem;
  font-family:"Arial";
  letter-spacing: 1px;
  /*font-weight: bold;*/
  padding-bottom: .4rem;
  color: #005b82; }
.group .list li {
  height: 1rem;
  position: relative; }
  .group .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: .03rem;
    height: 100%;
    margin-left: -.015rem;
    background: #005b82; }
  .group .list li .name {
    position: relative;
    background: #005b82;
    color: #fff;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 auto;
    width: 2.5rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    /*font-size: .2rem; */
  }
.group .list .li_01 {
  height: 0; }
  .group .list .li_01:before {
    width: 2.3rem;
    height: .03rem;
    margin-left: 0;
    top: -.31rem; }
  .group .list .li_01 .name {
    position: absolute;
    right: 40%;
    top: -.5rem;
    margin-right: -3rem; }
/*.group .list2 {
  position: relative; }*/
  .group .list2:before {
    content: "";
    display: block;
    position: absolute;
    left: 41.5%;
    top: 0;
    width: 13.3rem;
    height: .03rem;
    margin-left: -5.55rem;
    background: #005b82; }
  .group .list2 li {
    padding-top: .5rem;
    position: relative;
    width: 1.8rem;
    cursor: pointer; }
    .group .list2 li:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      width: .03rem;
      height: .5rem;
      margin-left: -.015rem;
      /*background: #005b82;*/
       }
    .group .list2 li .name {
      height: 1.3rem;
      border: #d5d5d5 solid 1px;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      font-size: .1rem;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: .3rem;
      color: #666;
      position: relative;
      text-align: center;
      padding-top: .16rem; }
      .group .list2 li .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -.14rem;
        width: 100%;
        height: .28rem;
        background: url("../image/img28.png") center no-repeat;
        background-size: .28rem; }
  .group .list2 li.on .name {
    border-color: #005b82;
    background: #005b82;
    color: #fff; }
    .group .list2 li.on .name:before {
      background-image: url("../image/img28on.png"); }
.group .list3 {
 /* padding-top: .4rem; */
}
  .group .list3 li {
    display: none; }
  .group .list3 li.on {
    display: block; }
  .group .list3 dl {
    border-left: #e5e5e5 dashed 1px; }
  .group .list3 dd {
    width: 9.5rem;
    /*border-right: #e5e5e5 dashed 1px; */
  }
    .group .list3 dd div {
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      width: 59em;
      margin: 0 auto;
      color: #666;
      line-height: 2.3em;
          word-wrap: break-word }

      @media screen and (min-width: 800px) {


  .group .list3 li:nth-child(2) {
    /*padding-left: 1.84rem; */}
  .group .list3 li:nth-child(3) {
    /*top: 8.15rem!important;*/
    /*padding-left: 2.4rem;*/
     }
  .group .list3 li:nth-child(4) {
    /*top: 8.15rem!important;*/
    /*padding-left: 5.2rem;*/
     }
  /*.group .list3 li:nth-child(5) dl, .group .list3 li:nth-child(6) dl, .group .list3 li:nth-child(7) dl {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
*/
  .group .list3 li:nth-child(5) {
    /*top: 8.15rem!important;*/
    /*padding-left: 6.5rem; */
  }
  .group .list3 li:nth-child(6) {
    /*top: 8.15rem!important;*/
    /*padding-left: 6.6rem;*/
     }
    .group .list3 li:nth-child(7) {
      /*top: 8.15rem!important;*/
    /*padding-left: 9.7rem;*/
  }
    .group .list3 li:nth-child(8) {
      /*top: 8.15rem!important;*/
    /*padding-left: 11.2rem; */
  }
}

.communication {
  position: relative;
  padding-left: .8rem;
  color: #666; }
  .communication .ico {
    width: .5rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .communication .content {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
    text-align: justify; }
  .communication .map {
    height: 2.7rem; }
    .communication .map img {
      width: 11.2rem;
      position: relative;
      top: -.85rem; }
  .communication .list {
    margin-left: -.8rem; }
    .communication .list ul {
      margin-left: -.9rem;
      padding-right: .3rem; }
    .communication .list li {
      width: 33.333%;
      padding: 0 0 .5rem .9rem;
      position: relative; }
      .communication .list li:before {
        content: "";
        display: block;
        position: absolute;
        width: 3.82rem;
        height: 2.5rem;
        background: #f8f8f8;
        left: .9rem;
        bottom: .5rem; }
    .communication .list li:hover:before {
      box-shadow: 0 0.13rem 0.16rem rgba(0, 91, 130, 0.15);
      -webkit-box-shadow: 0 0.13rem 0.16rem rgba(0, 91, 130, 0.15);
      -moz-box-shadow: 0 0.13rem 0.16rem rgba(0, 91, 130, 0.15); }
    .communication .list .box {
      position: relative; }
    .communication .list .name {
      position: relative;
      padding: .15rem 0 0rem .55rem; }
      .communication .list .name:before {
        content: "";
        display: block;
        position: absolute;
        width: .03rem;
        height: .4rem;
        left: .35rem;
        top: 55%;
        background: url("../image/img2.png") center no-repeat;
        background-size: cover;
        margin-top: -.37rem; }
      .communication .list .name a {
        display: block;
        font-size: 14px;
        font-family:"Arial";
        letter-spacing: 1px;
        line-height: 1.5em;
        /*height: .9rem;*/
        overflow: hidden;
        color: #666; }

.platform .container {
  min-height: 1rem;
  padding: 0 0 .3rem .8rem;
  position: relative; }
  .platform .container .ico {
    width: .5rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.06rem;
    bottom: auto; }
  .platform .container .content {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
    text-align: justify;
    color: #666; }
.platform .list {
  width: 6.26rem; }
  .platform .list h2 {
    background: #005b82 url("../image/img18_2.png") 0.08rem center no-repeat;
    background-size: .18rem;
    color: #fff;
    line-height: .34rem;
    font-size: 14px;
    /*font-family: "oswaldmedium";*/
    font-family:"Arial";
    letter-spacing: 1px;
    margin-bottom: .12rem;
    padding-left: .32rem; }
  .platform .list li {
    margin-bottom: .17rem;
    padding-left: .32rem;
    background: #f8f8f8;
    line-height: 48px;
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #666; }

.achievements .container {
  min-height: 1rem;
  padding: 0 0 .3rem .8rem;
  position: relative; }
  .achievements .container .ico {
    width: .5rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.06rem;
    bottom: auto; }
  .achievements .container .content {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
    text-align: justify;
    color: #666; }
.achievements .list h2 {
  height: 0.7rem;
  padding-top: 0.25rem;
  background: #005b82 url("../image/img16_4.png") 0.08rem center no-repeat;
  background-size: .16rem;
  color: #fff;
  line-height: .2rem;
  font-size: .16rem;
  /*font-family: "oswaldmedium";*/
  font-family:"Arial";
  letter-spacing: 1px;
  margin-bottom: .12rem;
  padding-left: .32rem; }
.achievements .list .ul-2 {
  margin-left: -.3rem; }
  .achievements .list .ul-2 li {
    width: 50%;
    padding-left: .3rem; }
.achievements .list li {
  padding-bottom: .12rem; }
  .achievements .list li div {
    padding-left: .3rem;
    background: #f8f8f8;
    line-height: .3rem;
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #666; }

.expert ul {
  margin-left: -.3rem; }
.expert li {
  width: 50%;
  padding: 0 0 .2rem .3rem; }
  

.expert .box {
  min-height: 2rem;
  position: relative;
  background: #F8F8F8;
  padding: .15rem .3rem;
  cursor: pointer; }
  .expert .box:before {
    content: "";
    display: block;
    position: absolute;
    width: .38rem;
    height: .38rem;
    background: url("../image/img36.png") center no-repeat;
    background-size: 100%;
    top: 50%;
    margin-top: -.18rem;
    right: .36rem; }
  .expert .box .title {
    width: 5rem;
    font-size: 14px!important;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-bottom: .06rem; }
    
  .expert .box .name {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .26rem;
    color: #666;
    padding-left: .2rem;
    background: url("../image/img12_2.png") left center no-repeat;
    background-size: .12rem; }
.expert .box:hover {
  background: #fff;
  color: #005b82;
  box-shadow: 0 0.13rem 0.16rem rgba(0, 91, 130, 0.08);
  -webkit-box-shadow: 0 0.13rem 0.16rem rgba(0, 91, 130, 0.08);
  -moz-box-shadow: 0 0.13rem 0.16rem rgba(0, 91, 130, 0.08); }
  .expert .box:hover:before {
    background-image: url("../image/img36on.png"); }
  .expert .box:hover .name {
    color: #005b82;
    background-image: url("../image/img12on.png"); }

.expertLayer .bg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
.expertLayer .container {
  position: absolute;
  z-index: 100;
  background: #fff;
  width: 10rem;
  min-height: 6.9rem;
  left: 50%;
  top: 50%;
  margin-left: -5rem;
  margin-top: -3.45rem;
  padding: .35rem;
  color: #666;
  opacity: 0;
  visibility: hidden; }
.expertLayer #expertLayer {
  width: 100%;
  overflow: hidden;
  position: relative; padding-bottom: .2rem ;
  height: 6rem;
  overflow-y: auto;}
.expertLayer a.close {
  display: block;
  width: .3rem;
  height: .3rem;
  background: url("../image/close30.png") center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: -1.4rem;
  top: 0.35rem;
  bottom: auto; }
.expertLayer .imgList {
  position: relative; }
  .expertLayer .imgList a.arrow {
    display: block;
    width: .26rem;
    height: .47rem;
    position: absolute;
    top: 50%;
    background: center no-repeat;
    background-size: cover; }
    .expertLayer .imgList a.arrow.prev {
      background-image: url("../image/prev26.png");
      left: -1.75rem; }
    .expertLayer .imgList a.arrow.next {
      background-image: url("../image/next26.png");
      right: -1.75rem; }
.expertLayer .title {
  font-size: .22rem;
  font-family:"Arial";
  letter-spacing: 1px;
  text-align: center;
  /*padding-top: .26rem;*/
  color: #005b82; }
.expertLayer .name {
  text-align: center;
  font-size: .16rem;
  font-family:"Arial";
  letter-spacing: 1px;
  padding: .16rem 0; }
.expertLayer .content {
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: .28rem;
  text-align: justify;
  padding: .2rem .35rem;
  background: #f8f8f8; }
  .expertLayer .content .tel {
    margin-top: .1rem;
    padding-left: .26rem;
    background: url("../image/img16_5.png") left center no-repeat;
    background-size: .16rem; }

.expertLayer.on .bg, .expertLayer.on .container {
  opacity: 1;
  visibility: visible; }

.contact {
  min-height: 7rem;
  position: relative; }
  .contact .msg {
    width: 5rem;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #005b82;
    line-height: .3rem; }
  .contact .map {
    width: 7.36rem;
    height: 5.81rem;
    background: url("../image/img736.png") center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 2.8rem;
    left: -0.7rem;
    bottom: auto; }
    .contact .map li {
      position: absolute;
      width: .21rem;
      height: .21rem;
      margin-left: -.1rem;
      margin-top: -.1rem; }
      @media screen and ( max-width:767px ){/*手机--竖屏*/
      .contact .map li {
      
    }
      }
      .contact .map li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img21.png") center no-repeat;
        background-size: cover;
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s; }
      .contact .map li div {
        position: absolute;
        white-space: nowrap;
        top: 50%;
        margin-top: -.23rem;
        right: 0;
        opacity: 0;
        visibility: hidden;
        font-size: .22rem;
        font-family:"Arial";
        letter-spacing: 1px;
        color: #fff;
        height: .46rem;
        line-height: .46rem;
        background: #005b82;
        padding: 0 .24rem;
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem; }
    .contact .map li.on {
      z-index: 5; }
      .contact .map li.on:before {
        background-image: url("../image/img48.png");
        width: .48rem;
        height: .48rem;
        left: -.14rem;
        top: -.14rem; }
      .contact .map li.on div {
        opacity: 1;
        visibility: visible;
        right: .4rem; }
  .contact .list {
    position: absolute;
    z-index: 11;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 5rem; }
    .contact .list h2 {
      letter-spacing: 1px;
    font-size: .2rem!important;
    font-family:"Arial";
      color: #fff;
      background: #005b82;
      line-height: .42rem;
      text-align: center;
      font-size: .22rem;
      font-weight: 400; }
    .contact .list ul {
      padding: .12rem 0 0 0;
      background: #f8f8f8;
      margin-bottom: .3rem; }
    .contact .list ul.ul-1 li {
      width: 50%; }
      .contact .list ul.ul-1 li .container {
        width: 200%; }
    .contact .list li {
      padding-bottom: .12rem;
      width: 32.3%; }
      .contact .list li .name {
        font-weight: 700;
        font-family: "Arial";
        letter-spacing: 1px;
    /*font-size: .2rem!important;*/
        height: .5rem;
        line-height: .52rem;
        background: #f8f8f8 url("../image/img19.png") 0.15rem center no-repeat;
        background-size: .19rem;
        padding-left: .42rem;
        font-size: .16rem;
        font-family:"Arial";
        cursor: pointer; }
    .contact .list .container {
      background: #e5e5e5;
      padding: .15rem .15rem 0 .15rem;
      display: none;
      width: 300%;
      color: #666; }
      .contact .list .container.container-2 {
        margin-left: -100%; }
      .contact .list .container.container-3 {
        margin-left: -200%; }
      .contact .list .container h3 {
        font-size: .14rem;
        font-family:"Arial";
        letter-spacing: 1px;
        padding-bottom: .07rem; }
      .contact .list .container dl {
        padding-bottom: .1rem; }
      .contact .list .container dd {
        font-family: "Arial";
        letter-spacing: 1px;
        font-size: .14rem;
        font-family:"Arial";
        line-height: 1.3em;
        padding: 0 0 .04rem .22rem;
        background: url("../image/img13_1.png") left 0.02rem no-repeat;
        background-size: .13rem; }
      .contact .list .container dd.dd_02 {
        background-image: url("../image/img13_2.png"); }
      .contact .list .container dd.dd_03 {
        background: url("../image/yuan6.png") 0.05rem 0.06rem no-repeat;
        background-size: .06rem; }
    .contact .list li.on .name {
      background-color: #e5e5e5;
      background-image: url("../image/img19on.png"); }
    .contact .list li.on .container {
      display: block; }
  .contact .list.list-1 {
    right: 3rem; }
    .contact .list.list-1 ul {
      background: none; }
    .contact .list.list-1 li {
      width: 100%; }
    .contact .list.list-1 .container {
      width: 100%;
      background: #f8f8f8;
      padding: .15rem 0 .15rem .15rem; }
    .contact .list.list-1 .scroll {
      height: 3.6rem;
      overflow: hidden;
      position: relative; }

.pageBanner {
  background: center no-repeat;
  background-size: cover;
  color: #fff; }
  .pageBanner .wal {
    min-height: 3.6rem;
    position: relative; }
  .pageBanner h2 {
    font-size: .28rem;
    font-family:"Arial";
    letter-spacing: 1px;
    padding-top: .7rem;
    font-weight: 400; }
  .pageBanner h3 {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: .15rem 0 .15rem .6rem;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    letter-spacing: .01rem; }
    .pageBanner h3:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: .44rem;
      height: .18rem;
      margin-top: -.09rem;
      background: rgba(255, 255, 255, 0.3); }
  .pageBanner p {
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .3rem; }

.pageBanner-2 h2 {
  padding-top: .95rem; }

.pageBanner-3 .wal {
  min-height: 5.62rem; }
.pageBanner-3 h2 {
  padding-top: 2.2rem; }
.pageBanner-3 p {
  font-size: .16rem;
  font-family:"Arial";
  letter-spacing: 1px;
  /*padding-top: .2rem;*/ }

.culture_01 {
  min-height: 3.6rem;
  position: relative; }
  .culture_01 ul {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: -0.8rem;
    bottom: auto;
    width: 100%;
    box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.09);
    -webkit-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.09);
    -moz-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.09); }
  .culture_01 li {
    width: 33.333%;
    background: #fff url("../image/line3.png") right center no-repeat;
    background-size: 1px;
    position: relative; }
  .culture_01 li:last-child {
    background-image: none; }
  .culture_01 .container {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    padding: .8rem 0 0 .45rem; }
    .culture_01 .container .ico {
      width: .8rem; }
    .culture_01 .container h2 {
      font-size: 20px;
      font-family:"Arial";
      letter-spacing: 1px;
      font-weight: 400;
      color: #005b82;
      padding: .3rem 0 .15rem 0;
      letter-spacing: .03rem; }
    .culture_01 .container p {
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: 1.3em;
      color: #666; width: 3.5rem}
  .culture_01 .img {
    height: 4.3rem;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0; }
    .culture_01 .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: .02rem;
      background: url("../image/line426.png") center no-repeat;
      background-size: cover; }
  .culture_01 li:hover .img {
    opacity: 1; }

.culture_02 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .culture_02 .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    display: block;
    width: .36rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) center no-repeat;
    background-size: .14rem; }
    .culture_02 .arrow:hover {
      background-color: #005b82; }
    .culture_02 .arrow.prev {
      left: 0;
      background-image: url("../image/prev14.png"); }
    .culture_02 .arrow.next {
      right: 0;
      background-image: url("../image/next14.png"); }

.pageBox {
  background: #fff;
  min-height: 7.7rem;
  position: relative;
  z-index: 10;
  top: -.8rem;
  box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.17);
  -webkit-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.17);
  -moz-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.17); }

.responsibility .list {
  max-width: 6.45rem;
  padding: .4rem 0 .2rem .6rem; }
  .responsibility .list:before {
    content: "";
    display: block;
    position: absolute;
    left: .71rem;
    width: 1px;
    height: .4rem;
    top: 0;
    background: #e0e0e0; }
  .responsibility .list li {
    font-size: 14px;
    text-align: justify;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .2rem;
    color: #666;
    padding: 0 0 .26rem .47rem;
    position: relative; }
    .responsibility .list li:before {
      content: "";
      display: block;
      position: absolute;
      left: .11rem;
      width: 1px;
      height: 100%;
      top: 0;
      background: #e0e0e0; }
    .responsibility .list li:after {
      content: "";
      display: block;
      position: absolute;
      width: .24rem;
      height: .24rem;
      left: 0;
      top: 0;
      background: url("../image/img24_1.png") center no-repeat;
      background-size: 100%; }
  .responsibility .list li:last-child:before {
    display: none; }
.responsibility .img {
  width: 5.42rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.31rem;
  top: 0.44rem;
  bottom: auto; }

.information li {
  padding-bottom: .12rem; }
.information a {
  display: block;
  padding-left: .2rem;
  background: #f8f8f8;
  height: .36rem;
  line-height: .36rem;
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  color: #666; }
.information a:hover {
  background: #efefef; }

.pageSearchNav {
  background: #f8f8f8;
  font-size: .16rem;
  font-family:"Arial";
  letter-spacing: 1px;
  letter-spacing: .01rem; }
  .pageSearchNav .wal {
    min-height: .56rem;
    line-height: .56rem;
    position: relative; }
  .pageSearchNav li {
    padding-right: .35rem; }
    .pageSearchNav li a {
      display: block;
      height: .56rem;
      position: relative;
      color: #999; }
      .pageSearchNav li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: .02rem;
        background: url("../image/img114.png") center no-repeat;
        background-size: 100% 100%; }
    .pageSearchNav li .a1 {
      color: #666; }
    .pageSearchNav li a:hover, .pageSearchNav li a.on {
      color: #005b82; }
      .pageSearchNav li a:hover:before, .pageSearchNav li a.on:before {
        width: 100%; }
  .pageSearchNav p {
    color: #666;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }

.pageSearch ul {
  margin-left: -.23rem; }
.pageSearch li {
  padding: 0 0 .16rem .23rem;
  width: 25%;
  text-align: center; }
.pageSearch .container {
  position: relative; }
.pageSearch a.layer {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("../image/line303.png") center bottom no-repeat;
  background-size: 100%;
  color: #fff;
  opacity: 0; }
  .pageSearch a.layer h2 {
    font-weight: 400;
    position: relative;
    font-size: .22rem;
    font-family:"Arial";
    letter-spacing: 1px;
    padding-bottom: .46rem; width: 3rem;}
    .pageSearch a.layer h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      width: .02rem;
      height: .2rem;
      bottom: .12rem;
      background: rgba(255, 255, 255, 0.7); }
  .pageSearch a.layer p {
    font-size: .12rem;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .2rem; }
.pageSearch .name a {
  display: block;
  height: .55rem;
  line-height: .55rem;
  border-bottom: #c8c8c8 solid 1px;
  font-size: .12rem;
  font-family:"Arial";
  letter-spacing: 1px;
  color: #666; }
.pageSearch .name a span {
  color: #005b82; }
.pageSearch li:hover a.layer {
  opacity: 1; }
.pageSearch li:hover .name a {
  opacity: 0; }

.case li {
  width: 33.333%; }

.siteMap div.title {
  padding-bottom: .2rem;
  color: #005b82; }
  .siteMap div.title h2 {
    font-weight: 400;
    font-size: .3rem;
    letter-spacing: 1px;
    font-family:"Arial"; }
  .siteMap div.title div {
    height: .58rem;
    line-height: .58rem;
    padding-left: .55rem;
    position: relative;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    text-transform: uppercase; }
    .siteMap div.title div:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: .44rem;
      height: .18rem;
      margin-top: -.09rem;
      background: #005b82;
      opacity: .3; }
.siteMap h2.title {
  height: .56rem;
  font-size: .24rem;
  font-family:"Arial";
  letter-spacing: 1px;
  color: #005b82;
  background: #f8f8f8;
  padding-left: .22rem;
  font-weight: 400;
  letter-spacing: .02rem; }
  .siteMap h2.title img {
    width: .32rem;
    margin-right: .06rem; }
  .siteMap h2.title a {
    color: #005b82; }
.siteMap .list {
  padding: .2rem 0; }
  .siteMap .list li {
    min-width: 2.5rem;
    padding-left: .6rem; }
  .siteMap .list a.name {
    display: block;
    font-size: .22rem;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .41rem;
    height: .41rem;
    color: #666;
    padding-left: .28rem;
    background: url("../image/img16_6.png") left center no-repeat;
    background-size: .16rem;
    margin-left: -.28rem; }
    .siteMap .list a.name:hover {
      color: #005b82;
      background-image: url("../image/img16_6on.png"); }
  .siteMap .list .sub {
    padding: .1rem 0; }
  .siteMap .list dl {
    border-left: #ccc solid 1px; }
    .siteMap .list dl dd {
      padding-bottom: .14rem; }
    .siteMap .list dl dd:last-child {
      padding: 0; }
    .siteMap .list dl a {
      display: block;
      padding-left: .14rem;
      font-size: .18rem;
      font-family:"Arial";
      letter-spacing: 1px;
      height: 1em;
      line-height: 1em;
      background: url("../image/line4.png") left center no-repeat;
      background-size: 0 100%;
      margin-left: -1px; 
      color: #666}
    .siteMap .list dl a:hover {
      color: #005b82;
      background-size: 1px 100%; }
.siteMap .list-2 li {
  min-width: 25%; }

.magazine {
  min-height: 5rem;
  position: relative;
  padding-left: 2.8rem; }
  .magazine .sideBtn {
    width: 1.63rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
    .magazine .sideBtn div {
      padding-bottom: .38rem; }
    .magazine .sideBtn a {
      background: #005b82;
      color: #fff;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      height: .45rem;
      font-size: .18rem; 
      letter-spacing: 1px;
    font-family:"Arial";}
      .magazine .sideBtn a img {
        width: .22rem;
        margin-right: .1rem; }
  .magazine .list ul {
    margin-left: -.62rem; }
  .magazine .list li {
    width: 33.333%;
    padding: 0 0 .4rem .62rem; }
  .magazine .list .img {
    position: relative;
    border: #f3f3f3 solid .02rem;
    cursor: pointer; }
    .magazine .list .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3) url("../image/line303.png") center bottom no-repeat;
      background-size: 100% .03rem;
      opacity: 0; }
    .magazine .list .img:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -.42rem;
      width: 100%;
      height: .27rem;
      background: url("../image/img34_3.png") center no-repeat;
      background-size: .34rem;
      opacity: 0; }
  .magazine .list li.on .img:before, .magazine .list li.on .img:after {
    opacity: 1; }
  .magazine .container {
    background: #f8f8f8;
    padding: .35rem 0 0 .2rem;
    display: none; }
    .magazine .container .box {
      width: 3.35rem;
      border-right: #d2d2d2 solid 1px;
      padding-right: .05rem;
      position: relative; }
      .magazine .container .box .line {
        /*position: absolute;*/
        z-index: 10;
        left: auto;
        right: -2px;
        top: auto;
        bottom: 0;
        width: 100%;
        height: .35rem;
        background: #f8f8f8; }
      .magazine .container .box h2 {
        font-weight: 400;
        font-size: .24rem;
        letter-spacing: 1px;
        font-family:"Arial";
        color: #005b82;
        padding-bottom: .2rem; }
      .magazine .container .box .scroll {
        height: 2rem;
        overflow: hidden;
        position: relative; }
      .magazine .container .box .mCSB_container {
        margin-right: 0; }
      .magazine .container .box .content {
        font-size: 13px;
        font-family:"Arial";
        letter-spacing: 1px;
        line-height: 1.5em;
        /*text-align: justify;*/
        color: #666;
        padding-right: .2rem; }
    .magazine .container .imgList {
      width: 6.05rem;
      text-align: center; }
      .magazine .container .imgList li {
        width: 33.333%;
        padding: 0 0 .2rem .5rem; }
      .magazine .container .imgList .img {
        position: relative;
        border: #f3f3f3 solid .02rem; }
      .magazine .container .imgList a.btn {
        background: rgba(0, 0, 0, 0.6) url("../image/line303.png") center bottom no-repeat;
        background-size: 100% .02rem;
        font-size: .18rem;
        font-family:"Arial";
        letter-spacing: 1px;
        line-height: .25rem;
        color: #fff;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        opacity: 0; }
        .magazine .container .imgList a.btn span {
          padding-bottom: .62rem;
          background: url("../image/img27.png") center bottom no-repeat;
          background-size: .27rem; width: 1rem;}
      .magazine .container .imgList .name {
        height: .45rem;
        line-height: .45rem;
        font-size: .18rem;
        font-family:"Arial";
        letter-spacing: 1px;
        color: #666; }
      .magazine .container .imgList li:hover a.btn {
        opacity: 1; }
      .magazine .container .imgList li:hover .name {
        opacity: 0; }
  .magazine .downBtn {
    background: #f8f8f8;
    padding-bottom: .5rem;
    margin-left: -.3rem;
    margin-right: -.3rem; }
    .magazine .downBtn a {
      background: #005b82;
      color: #fff;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      height: .7rem;
      font-size: .26rem;
      font-family:"Arial";
      letter-spacing: 1px;
      margin: 0 auto;
      width: 2.2rem; }
      .magazine .downBtn a img {
        width: .3rem;
        margin-right: .1rem; }

.news {
  min-height: 5rem;
  position: relative;
  padding-left: 2.8rem; }
  .news .ico {
    width: 1.77rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.6rem; }
  .news .container {
    position: relative;
    top: -.6rem;
    z-index: 11;
    background: #fff;
    min-height: 5rem;
    padding: .3rem .1rem .3rem .45rem;
    box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.09);
    -webkit-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.09);
    -moz-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.09); }
  .news .scroll {
    height: 5rem;
    overflow: hidden;
    position: relative; }
  .news dl {
    position: relative;
    min-height: 1rem;
    border-bottom: #cdcdcd solid 1px;
    padding: 0 0 .2rem .92rem; }
    .news dl dt {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: .76rem;
      height: .68rem;
      border-right: #cdcdcd dashed 1px; }
      .news dl dt b {
        display: block;
        color: #005b82;
        font-size: .5rem;
        font-family:"Arial";
        letter-spacing: 1px;
        height: .5rem;
        line-height: .45rem; }
      .news dl dt div {
        font-size: .14rem;
        color: #b1b1b1; }
    .news dl .name {
      font-size: 16px;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: 1.1em;
      height: 1.1em; }
    .news dl p {
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: .21rem;
      color: #666;
      padding-top: .07rem; }
  .news li {
    padding-bottom: 1px;
    background: url("../image/line895.png") left bottom no-repeat;
    background-size: auto 1px;
    position: relative;
    line-height: .45rem;
    padding-left: .92rem; }
    .news li:before {
      content: "";
      display: block;
      position: absolute;
      left: .92rem;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: url("../image/line800.png") left bottom no-repeat;
      background-size: auto 1px;
      opacity: 0; }
    .news li span {
      font-size: .14rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #b1b1b1;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .news li a {
      display: block;
      height: .45rem;
      color: #666;
      font-size: 14px;
      letter-spacing: 1px;
      font-family:"Arial"; }
  .news li:hover:before {
    opacity: 1; }
  .news li:hover a {
    color: #005b82; }

.newsLayer .bg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
.newsLayer .container {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 11rem;
  min-height: 80%;
  left: 50%;
  top: 10%;
  color: #666;
  opacity: 0;
  visibility: hidden;
  margin-left: -5.5rem; }
  .newsLayer #newsLayer {
  width: 100%;
  overflow: hidden;
  position: relative; }
.newsLayer a.close {
  display: block;
  width: .3rem;
  height: .3rem;
  background: url("../image/close30.png") center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: -0.7rem;
  top: 0.35rem;
  bottom: auto; }
  @media screen and ( max-width:767px ){/*手机--竖屏*/
  .newsLayer a.close{width: .5rem; height: .5rem;}
  }
.newsLayer a.arrow {
  display: block;
  width: .26rem;
  height: .47rem;
  position: absolute;
  top: 50%;
  background: center no-repeat;
  background-size: cover; }
  .newsLayer a.arrow.prev {
    background-image: url("../image/prev26.png");
    left: -.7rem; }
  .newsLayer a.arrow.next {
    background-image: url("../image/next26.png");
    right: -.7rem; }
.newsLayer div.arrow {
  border-top: #eee solid 1px;
  padding: .4rem 0; }
  .newsLayer div.arrow a {
    font-size: .28rem;
    font-family:"Arial";
    letter-spacing: 1px;
    width: 2rem;
    height: .6rem;
    background: #efefef;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 .4rem; }
  .newsLayer div.arrow img {
    width: .12rem; }
  .newsLayer div.arrow a:nth-child(1) img {
    margin-right: .1rem; }
  .newsLayer div.arrow a:nth-child(2) img {
    margin-left: .1rem; }
.newsLayer .title {
  background: #f8f8f8;
  text-align: center;
  padding: .25rem .3rem; }
  .newsLayer .title div {
    font-size: .20rem;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .34rem;
    padding-bottom: .15rem;
    color: #005b82; }
  .newsLayer .title span {
    font-size: .14rem;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #999; }
.newsLayer .scroll {
  height: 5rem;
  overflow: hidden;
  position: relative; }
.newsLayer .content {
  font-size: .16rem;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: .3rem;
  text-align: justify;
  padding: .3rem .3rem .3rem .5rem;
  color: #666; }
  .newsLayer .content .img {
    padding: .3rem 0;
    text-align: center; }
    .newsLayer .content .img img {
      width: auto; }

.newsLayer.on .bg, .newsLayer.on .container {
  opacity: 1;
  visibility: visible; }

.consulting {
  color: #666; }
  .consulting .title {
    /*font-weight: bold;*/
    font-size: 18px;
    font-family: "oswaldmedium";
    letter-spacing: 1px;
    color: #005b82; }
    .consulting .title img {
      width: 18px;
      margin-right: .1rem; }
  .consulting .content {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: .26rem 0;
    text-align: justify; 
    padding-bottom: .1rem;}
  .consulting .msg {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: .3rem; color: #999}
  .consulting .list li:nth-child(even) {
    padding-top: 1.35rem; }
    
  .consulting .list .box {
    padding-left: 0.85rem!important;
    /*padding-right: 0.85rem!important;*/
    width: 4rem;
    height: 3.4rem;
    background: url("../image/img309.png") center no-repeat;
    background-size: cover;
    padding: 0 .7rem;
    margin-left: -.35rem;
    margin-right: -.35rem; }
  .consulting .list h2 {
    padding-bottom: .16rem;
    font-size: .22rem;
    font-family: "oswaldmedium";
    letter-spacing: 1px;
    font-weight: 400;
    color: #005b82;
    position: relative;
    margin-right: -.44rem;
    padding-left: .4rem; }
    .consulting .list h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: .45rem;
      height: 1px;
      background: #c6d9e0; }
    .consulting .list h2 img {
      width: .33rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
  .consulting .list p {
    font-size: .14rem!important;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .22rem;
    padding-top: .15rem; }
    
  .consulting .list2 {
    min-height: 5.25rem;
    position: relative; }
    .consulting .list2 li {
      position: absolute; }
    .consulting .list2 .li_01 {
      left: -.7rem;
      top: 1.01rem; }
      .consulting .list2 .li_01 .box {
        width: 3.68rem;
        height: 3.17rem; }
    .consulting .list2 .li_02 {
      left: 2.3rem;
      top: 0; }
    .consulting .list2 .li_03 {
      left: 2.3rem;
      top: 2.64rem; }
    .consulting .list2 .li_04 {
      left: 50%;
      margin-left: -1.84rem;
      top: 1.01rem; }
      .consulting .list2 .li_04 .box {
        width: 3.68rem;
        height: 3.17rem; }
    .consulting .list2 .li_05 {
      right: 2.3rem;
      top: 0; }
    .consulting .list2 .li_06 {
      right: 2.3rem;
      top: 2.64rem; }
    .consulting .list2 .li_07 {
      right: -.7rem;
      top: 1.01rem; }
      .consulting .list2 .li_07 .box {
        width: 3.68rem;
        height: 3.17rem; }
    .consulting .list2 .box {
      width: 2.95rem;
      height: 2.55rem;
      background: url("../image/img368.png") center no-repeat;
      background-size: 100% 100%;
      padding: 0 .7rem; }
    .consulting .list2 h2 {
      padding-bottom: .16rem;
      font-size: .22rem;
      font-family: "oswaldmedium";
      letter-spacing: 1px;
      font-weight: 400;
      color: #005b82;
      position: relative;
      margin-right: -.44rem;
      padding-left: .4rem; }
      .consulting .list2 h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: .45rem;
        height: 1px;
        background: #c6d9e0; }
      .consulting .list2 h2 img {
        width: auto;
        height: .3rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
       
    .consulting .list2 p {
      font-size: 0.16rem;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: .22rem;
      padding-top: .15rem; }
    .consulting .list2 dl {
      padding-top: .08rem; }
      .consulting .list2 dl dd {
        /*font-size: 0.16rem!important;*/
        font-family:"Arial";
        letter-spacing: 1px;
        /*text-indent: 1em;*/
        background: url("../image/yuan6.png") left 0.1rem no-repeat;
        background-size: .06rem;
        line-height: .22rem; }
  .consulting .list2-1 {
    min-height: 6.7rem; }
    .consulting .list2-1 .box {
      padding-right: .3rem;
      width: 3.25rem;
      height: 2.8rem; }
    .consulting .list2-1 .li_02 {
      left: .65rem; }
    .consulting .list2-1 .li_03 {
      left: .65rem;
      top: 2.9rem; }
    .consulting .list2-1 .li_04 {
      left: 3.18rem;
      margin-left: 0;
      top: 1.15rem; }
      .consulting .list2-1 .li_04 .box {
        width: 3.9rem;
        height: 3.37rem;
        padding-left: 1.05rem; }
    .consulting .list2-1 .li_05 {
      left: 6.35rem;
      right: auto; }
    .consulting .list2-1 .li_06 {
      left: 6.25rem;
      right: auto;
      top: 2.9rem; }
      .consulting .list2-1 .li_06 .box {
        width: 3.67rem;
        height: 3.16rem;
        padding-left: .85rem; }
    .consulting .list2-1 .li_07 {
      right: .6rem;
      top: 1.25rem; }
      .consulting .list2-1 .li_07 .box {
        width: 3.25rem;
        height: 2.8rem; }
  .consulting .list2-2 {
    min-height: 4.7rem; }
    .consulting .list2-2 .box {
      padding-right: .4rem;
      width: 3.09rem;
      height: 2.67rem; }
    .consulting .list2-2 .li_01 {
      left: .3rem;
      top: .9rem; }
      .consulting .list2-2 .li_01 .box {
        width: 4.2rem;
        height: 3.63rem;
        padding: 0 .75rem 0 .9rem; }
    .consulting .list2-2 .li_02 {
      left: 3.83rem;
      top: 0; }
    .consulting .list2-2 .li_03 {
      left: 6.23rem;
      top: 1.08rem; }
      .consulting .list2-2 .li_03 .box {
        width: 3.84rem;
        height: 3.3rem;
        padding-left: .85rem; }
      .consulting .list2-2 .li_03 .img {
        width: 2.21rem;
        padding-top: .2rem; }
    .consulting .list2-2 .li_04 {
      left: 9.36rem;
      top: 0;
      margin-left: 0; }
      .consulting .list2-2 .li_04 .box {
        width: 3.09rem;
        height: 2.67rem; }
  .consulting .info {
    font-size: .16rem;
    font-family:"Arial";
    letter-spacing: 1px;
    border-bottom: #cdcdcd solid 1px;
    /*padding: 2.4rem 0 .2rem 0;*/
     }
    .consulting .info a {
      display: inline-block;
      color: #24968b;
      padding: 0 .05rem 0 .25rem;
      background: url("../image/img15_2.png") 0.06rem center no-repeat;
      background-size: .15rem; }
  .consulting .imgDiv {
    padding: .6rem 0 .2rem 0; }

.service {
  color: #666; }
  .service .msg {
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    padding-bottom: .4rem;
    line-height: 1.5em; }
  .service .btn dd {
    width: 20%;
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    height: .83rem;
    border: rgba(0, 0, 0, 0) solid 1px;
    border-top: 0;
    border-bottom-color: #cdcdcd;
    cursor: pointer; }
  .service .btn img {
    width: .3rem;
    margin-right: .1rem; }
  .service .btn img:nth-child(2) {
    display: none; }
  .service .btn dd.on {
    border-color: #cdcdcd;
    border-bottom-color: rgba(0, 0, 0, 0);
    background: url("../image/line303.png") center top no-repeat;
    background-size: 100% .02rem;
    color: #005b82; }
    .service .btn dd.on img {
      display: none; }
    .service .btn dd.on img:nth-child(2) {
      display: block; }
  .service .container {
    padding: .6rem 0;
    display: none; }
    .service .container .list {
      width: 3rem; }
    .service .container h2 {
      background: #005b82;
      color: #fff;
      text-align: center;
      line-height: .42rem;
      font-size: 14px; 
      font-family:"Arial";
      letter-spacing: 1px;
      font-weight: normal;
    }
    .service .container h2.h2_1:before{
      background: none;
    }
    .service .container li {
      padding-top: .12rem; }
    .service .container .name {
      display: block;
      /*height: .36rem;*/
      line-height: .36rem;
      padding-left: .3rem;
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      background: #f8f8f8;
      position: relative; }
    
    .service .container .name2:before {
      content: "";
      display: block;
      position: absolute;
      left: .16rem;
      top: 0;
      width: .19rem;
      height: 100%;
      background: url("../image/img19_1.png") center no-repeat;
      background-size: 100%; }
    .service .container .name2.on {
      background-color: #e5e5e5;
      color: #005b82; }
      .service .container .name2.on:before {
        background-image: url("../image/img19_2on.png"); }
    .service .container dl {
      background: #f8f8f8;
      padding: .1rem .5rem;
      display: none; }
      .service .container dl a {
        display: block;
        font-size: 14px;
        font-family:"Arial";
        letter-spacing: 1px;
        line-height: .28rem;
        color: #666;
        padding-left: .2rem;
        background: url("../image/yuan6.png") left .1rem no-repeat;
        background-size: .06rem; }
    .service .container .list-2 .name {
      padding-left: .5rem; }
  .service .title {
    border-top: #cdcdcd solid 1px;
    height: .65rem;
    padding-bottom: .05rem;
    font-size: 18px;
    font-family:"Arial";
    letter-spacing: 1px; }
    .service .title img {
      width: .22rem;
      margin-right: .1rem; }
  .service .list2 li {
    width: 33%;
    border-right: #cdcdcd solid 1px; 
    border-top: #cdcdcd solid 1px; 
  }
  .service .list2 li:last-child {
    border: 0; }
  .service .list2 a {
    display: block;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #666;
    background: #e1e1e1; }
  .service .list2 a:hover {
    /*color: #005b82;*/ }

.star {
  color: #666; }
  .star .msg {
    font-size: 16px;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: .45rem;
    margin-top: -.1rem; }
  .star .title {
    background: #f4f4f4;
    height: .54rem;
    font-size: .22rem;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #005b82;
    padding-left: .3rem; }
    .star .title img {
      margin-right: .1rem;
      width: .3rem; }
  .star .list {
    padding: .55rem 0; }
    .star .list li {
      width: 1.9rem; }
    .star .list li:nth-child(odd) {
      padding-top: 1.1rem; }
    .star .list .box {
      position: relative;
      background: url("../image/img190.png") center no-repeat;
      height: 5rem;
      background-size: 100% 100%; }
      .star .list .box:before {
        content: "";
        display: block;
        position: absolute;
        opacity: 0;
        left: -.45rem;
        top: -.2rem;
        width: 2.8rem;
        height: 5.9rem;
        background: url("../image/img280.png") center no-repeat;
        background-size: 100% 100%; }
    .star .list .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      width: 100%; }
    .star .list dl {
      position: absolute;
      z-index: 10;
      left: 0.2rem;
      right: auto;
      top: 0.42rem;
      width: 1.5rem;
      bottom: auto; }
      .star .list dl dd {
        font-size: .16rem;
        font-family:"Arial";
        letter-spacing: 1px;
        line-height: .18rem;
        width: 2.24rem; }
      .star .list dl:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -.1rem;
        width: .37rem;
        height: .03rem;
        background: #c3c3c3; }
    .star .list .name {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0.6rem;
      font-size: .2rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #fff;
      white-space: nowrap;
      padding: 0 .2rem;
      height: .35rem;
      line-height: .35rem;
      background: rgba(0, 86, 126, 0.8);
      cursor: pointer;
      border-top-right-radius: .5rem;
      -webkit-border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
      -webkit-border-bottom-right-radius: .5rem; }
      .star .list .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .18rem;
        width: .26rem;
        height: 100%;
        background: url("../image/img26.png") center no-repeat;
        background-size: 100%;
        opacity: 0; }
    .star .list .box:hover:before {
      opacity: 1; }
    .star .list .box:hover .name {
      padding-right: .55rem; }
      .star .list .box:hover .name:before {
        opacity: 1; }
  .star .container {
    background: #f4f4f4;
    padding: 0 .3rem; }
    .star .container .content {
      padding: .2rem 0 .3rem 0;
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: .32rem; }
  .star .title2 {
    height: .63rem;
    font-size: .22rem;
    font-family:"Arial";
    letter-spacing: 1px;
    border-bottom: #cdcdcd solid 1px; }
    .star .title2 img {
      margin-right: .1rem;
      width: .22rem; }
.starLayer .bg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; 
  background: rgba(0, 0, 0, 0.6);
}
.starLayer .container {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 10rem;
  min-height: 5.45rem;
  left: 50%;
  top: 50%;
  color: #666;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
.starLayer a.close {
  display: block;
  width: .3rem;
  height: .3rem;
  background: url("../image/close30.png") center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: -1.27rem;
  top: 0.35rem;
  bottom: auto; }
.starLayer a.arrow {
  display: block;
  width: .26rem;
  height: .47rem;
  position: absolute;
  top: 50%;
  background: center no-repeat;
  background-size: cover; }
  .starLayer a.arrow.prev {
    background-image: url("../image/prev26.png");
    left: -1.2rem; }
  .starLayer a.arrow.next {
    background-image: url("../image/next26.png");
    right: -1.2rem; }
.starLayer div.arrow {
  border-top: #eee solid 1px;
  padding: .4rem 0; }
  .starLayer div.arrow a {
    font-size: .28rem;
    font-family:"Arial";
    letter-spacing: 1px;
    width: 2rem;
    height: .6rem;
    background: #efefef;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 .4rem; }
  .starLayer div.arrow img {
    width: .12rem; }
  .starLayer div.arrow a:nth-child(1) img {
    margin-right: .1rem; }
  .starLayer div.arrow a:nth-child(2) img {
    margin-left: .1rem; }
.starLayer #starLayer {
  width: 100%;
  overflow: hidden;
  position: relative; }
.starLayer .swiper-slide {
  padding: .35rem; }
.starLayer .box {
  position: relative; }
  .starLayer .box .img {
    max-width: 6.28rem;
    margin-left: auto; }
  .starLayer .box .name {
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 1rem;
    bottom: auto; }
    .starLayer .box .name h2 {
      font-size: .2rem;
      font-family:"Arial";
      letter-spacing: 1px;
      color: #fff;
      white-space: nowrap;
      padding: 0 .35rem 0 .2rem;
      height: .35rem;
      line-height: .35rem;
      background: rgba(0, 86, 126, 0.8);
      display: inline-block;
      font-weight: 400;
      border-top-right-radius: .5rem;
      -webkit-border-top-right-radius: .5rem;
      border-bottom-right-radius: .5rem;
      -webkit-border-bottom-right-radius: .5rem; }
    .starLayer .box .name p {
      width: 5rem;
      font-size: 14px;
      font-family:"Arial";
      letter-spacing: 1px;
      padding-top: 1em;
      color: #005b82; }
      @media screen and ( min-width:1920px ){/*手机--竖屏*/
		.starLayer .box .name p{width: 5.8rem;}
		}
.starLayer .box2 {
  text-align: center;
  padding-bottom: .25rem; 
/*width: 10rem;*/}
@media screen and ( max-width:767px ){/*手机--竖屏*/
.starLayer .box2{width: 8rem!important;}
}
  .starLayer .box2 .img {
    width: 1.57rem;
    position: relative;
    margin: 0 auto;
    padding-bottom: .2rem; }
    .starLayer .box2 .img img {
      position: relative;
      z-index: 2; }
    .starLayer .box2 .img:before {
    	/*
      content: "";
      display: block;
      position: absolute;
      left: -.44rem;
      top: -.19rem;
      background: url("../image/img244.png") center no-repeat;
      background-size: cover;
      width: 2.44rem;
      height: 2.44rem; */}
  .starLayer .box2 .name {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    background: #005b82;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    width: 1.2rem;
    height: .3rem;
    line-height: .3rem;
    /*margin: 0 auto;*/
    position: relative; }
    .starLayer .box2 .name:before {/*
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -.26rem;
      width: 1px;
      height: .16rem;
      background: #cbcbcb; */}
  .starLayer .box2 p {
    color: #005b82;
    font-size: .18rem;
    font-family:"Arial";
    letter-spacing: 1px;
    line-height: .29rem;
    padding-top: .3rem; text-align: left;}
.starLayer .content {
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: .3rem;
  background: #f8f8f8; 
width: 9.4rem;}
@media screen and ( max-width:767px ){/*手机--竖屏*/
.starLayer .content{width: 7.5rem!important; /*padding-top: 1rem;*/}
}
.starLayer.on .bg, .starLayer.on .container {
  opacity: 1;
  visibility: visible; }

.expertList {
  min-height: 6.9rem;
  position: relative; }
  .expertList:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 11rem;
    height: 100%;
    background: url("../image/img1100.png") center top no-repeat;
    background-size: 100%;
    margin-left: -5.67rem; }
  .expertList li {
    position: absolute;
    width: 1.57rem;
    height: 1.57rem;
    background: url("../image/moren.png") center no-repeat;
    background-size: cover; }

    .expertList li:before {
      content: "";
      display: block;
      position: absolute;
      left: -.44rem;
      top: -.19rem;
      background: url("../image/xuanting.png") center no-repeat;
      background-size: cover;
      width: 2.44rem;
      height: 2.44rem;
      opacity: 0;
      visibility: hidden; }
    .expertList li .img {
      position: relative;
      cursor: pointer; }
    .expertList li .name {
      font-weight: 700;
      position: absolute;
      z-index: 10;
      /*left: 0.2rem;*/
      right: auto;
      top: 112%;
      bottom: auto;
      font-size: .14rem;
      font-family:"Arial";
      letter-spacing: 1px;
      line-height: 3em;
      color: #005b82;
      text-align: center;
      width: 100%;
      padding-top: .3rem;
      background: url("/en/public/image/img44_4.png") center top no-repeat;
      background-size: .3rem;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
      .expertList li .name:before {
        top: -0.17rem;
        content: "";
        display: block;
        position: absolute;
        width: .3rem;
        height: .3rem;
        background: url("/en/public/image/img21_2.png") center no-repeat;
        background-size: cover;
        left: 47%;
        margin-left: -.09rem;
        bottom: -.26rem;
        opacity: 0; }
  .expertList li:hover:before {
    opacity: 1;
    visibility: visible; }
  .expertList li:hover .name {
    padding-top: 0;
    background-position: center -.2rem;
    /*top: 40%;*/
     }
    .expertList li:hover .name:before {
      opacity: 1; }
  .expertList .li_01 {
    left: 1.83rem;
    top: 0; }
  .expertList .li_02 {
    left: 4.06rem;
    top: .15rem; }
  .expertList .li_03 {
    left: 8.18rem;
    top: .15rem; }
  .expertList .li_04 {
    left: 0;
    top: 1.25rem; }
  .expertList .li_05 {
    left: 6.28rem;
    top: 1.25rem; }
  .expertList .li_06 {
    left: 2.22rem;
    top: 2.39rem; }
  .expertList .li_07 {
    left: 4.65rem;
    top: 2.75rem; }
  .expertList .li_08 {
    left: 8.4rem;
    top: 2.55rem; }
  .expertList .li_09 {
    left: .18rem;
    top: 3.45rem; }
  .expertList .li_10 {
    left: 2.12rem;
    top: 4.86rem; }
  .expertList .li_11 {
    left: 5rem;
    top: 4.83rem; }
  .expertList .li_12 {
    left: 7.55rem;
    top: 4.4rem; }

.development .img {
  width: 6.4rem;
  position: absolute;
  z-index: 11;
  top: 2.55rem;
  right: 50%;
  margin-right: -6.4rem; }
.development .content {
  font-size: 14px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: 1.5em;
  color: #666;
  text-align: justify;
  padding-bottom: .5rem; }
.development .list {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .development .list #development {
    margin-left: -.15rem; }
  .development .list .swiper-slide {
    padding-left: .15rem; }
  .development .list .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    display: block;
    width: .36rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) center no-repeat;
    background-size: .14rem; }
    .development .list .arrow:hover {
      background-color: #005b82; }
    .development .list .arrow.prev {
      left: 0;
      background-image: url("../image/prev14.png"); }
    .development .list .arrow.next {
      right: 0;
      background-image: url("../image/next14.png"); }

.pageVideo {
  width: 6.4rem;
  position: absolute;
  z-index: 11;
  top: 2.55rem;
  right: 50%;
  margin-right: -6.4rem; z-index: 30}

.impression_01 {
  min-height: 1.22rem;
  position: relative;
  z-index: 20; }
  .impression_01 li {
    text-align: center;
    position: absolute;
    width: 2.55rem;
    height: 2.21rem; }
    .impression_01 li:before {
      content: "";
      display: block;
      position: absolute;
      left: -.3rem;
      top: -.33rem;
      background: url("../image/img315.png") center no-repeat;
      background-size: cover;
      width: 3.15rem;
      height: 2.93rem; }
    .impression_01 li a {
      font-size: .22rem;
      font-family: "oswaldmedium";
      letter-spacing: 1px;
      color: #666;
      height: 2.21rem;
      position: relative; }
      .impression_01 li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: .02rem;
        margin-left: 0;
        background: url("../image/line303.png") center no-repeat;
        background-size: 100% 100%; }
    .impression_01 li img {
      width: .8rem; }
    .impression_01 li div {
      position: relative;
      padding-top: .2rem; }
      .impression_01 li div:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: .2rem;
        height: .02rem;
        background: #14a83b;
        margin-left: -.1rem; }

@media screen and (min-width: 800px) {
  .impression_01 li {
    position: absolute;
    width: 2.55rem;
    height: 2.21rem; }
    
    .impression_01 li a:hover, .impression_01 li a.on {
      color: #005b82; }
      .impression_01 li a:hover:before, .impression_01 li a.on:before {
        width: 1.28rem;
        margin-left: -.64rem; }
      .impression_01 li a:hover div, .impression_01 li a.on div {
        padding-top: .3rem; }
      .impression_01 li a:hover div:before, .impression_01 li a.on div:before {
        top: .06rem;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg); }
    .impression_01 li a.on {
      font-size: .29rem;
      font-family:"Arial"; 
    letter-spacing: 1px;}
  .impression_01 .li_01 {
    left: 0;
    top: -1.08rem; }
  .impression_01 .li_02 {
    left: 1.92rem;
    top: -2.25rem; }
  .impression_01 .li_03 {
    left: 3.85rem;
    top: -1.08rem; } }
.impressionTitle {
  font-size: 18px;
  font-family: "oswaldmedium";
  letter-spacing: 1px;
  letter-spacing: .02rem;
  color: #005b82;
  padding: .5rem 0 .3rem 0; }
  .impressionTitle img {
    width: .24rem;
    margin-right: .1rem; }

.impression ul li {
  width: 33.333%;
  position: relative; }
.impression ul .img {
  /*top: 0.2rem;*/
  height: 2.84rem;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
.impression ul h2 {
  font-weight: 700;
  color: #005b82;
  font-size: 16px;
  font-family:"Arial";
  letter-spacing: 1px;
  padding: .55rem 0 .15rem 0; }
.impression ul p {
  /*overflow-y: auto;*/
  height: 1.5rem;
  font-size: 13px;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: .24rem;
  position: relative;
  color: #666;
  /*padding-left: .2rem; */
}
.impression ul a {
  display: block;
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100%;*/
  /*background: url("../image/img371.png") center no-repeat;*/
  background-size: 3.71rem;
  opacity: 0; }
.impression ul .li_01 .img:before {
  top: 100%;
  margin-top: -.12rem; }

@media screen and (min-width: 800px) {
  .impression ul .img:before {
    content: "";
    display: block;
    position: absolute;
    width: .24rem;
    height: .24rem;
    background: #fff;
    left: 50%;
    margin-left: -.12rem;
    top: -.12rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }
  .impression ul .box {
    position: relative;
    z-index: 999999;
        overflow-y: auto;
    padding: 0 .45rem;
    height: 2.54rem;
    margin-bottom: .3rem;
     }
  .impression ul p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    /*background: #14a83b; */
  }
  .impression li:hover {
    box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.15);
    -webkit-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.15);
    -moz-box-shadow: 0 0.03rem 0.46rem rgba(0, 91, 130, 0.15); }
    .impression li:hover a {
      opacity: 1; }
    .impression li:hover p {
      padding-left: 0; }
      .impression li:hover p:before {
        height: 0; } }
.caseLayer .bg {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
.caseLayer .container {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 10rem;
  min-height: 6.9rem;
  left: 50%;
  top: 50%;
  margin-left: -5rem;
  margin-top: -3.45rem;
  padding: .35rem;
  color: #666;
  opacity: 0;
  visibility: hidden; }
.caseLayer #caseLayer {
  width: 100%;
  overflow: hidden;
  position: relative; }
.caseLayer a.close {
  display: block;
  width: .3rem;
  height: .3rem;
  background: url("../image/close30.png") center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: -1.4rem;
  top: 0.35rem;
  bottom: auto; }
.caseLayer .imgList {
  position: relative;
  padding-right: 1.3rem; }
  .caseLayer .imgList .bigImg {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .caseLayer .imgList .smallList {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 1rem; }
    .caseLayer .imgList .smallList li {
      padding-bottom: .2rem; }
      .caseLayer .imgList .smallList li div {
        position: relative; }
      .caseLayer .imgList .smallList li div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6) url("../image/line303.png") center bottom no-repeat;
        background-size: 100% .02rem;
        opacity: 0; }
    .caseLayer .imgList .smallList li.on div:before {
      opacity: 1; }
.caseLayer .title {
  font-size: .22rem;
  font-family:"Arial";
  letter-spacing: 1px;
  padding: .35rem 0 .2rem 0;
  color: #005b82; }
  .caseLayer .title img {
    width: .24rem;
    margin-right: .16rem; }
.caseLayer .content {
  font-size: .16rem;
  font-family:"Arial";
  letter-spacing: 1px;
  line-height: 2em;
  padding: .2rem .4rem;
  background: #f8f8f8; }
.caseLayer div.arrow {
  border-top: #eee solid 1px;
  padding: .4rem 0; }
  .caseLayer div.arrow a {
    font-size: .28rem;
    font-family:"Arial";
    letter-spacing: 1px;
    width: 2rem;
    height: .6rem;
    background: #efefef;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 .4rem; }
  .caseLayer div.arrow img {
    width: .12rem; }
  .caseLayer div.arrow a:nth-child(1) img {
    margin-right: .1rem; }
  .caseLayer div.arrow a:nth-child(2) img {
    margin-left: .1rem; }

.caseLayer.on .bg, .caseLayer.on .container {
  opacity: 1;
  visibility: visible; }

 @media screen and (min-width: 767px) and (max-width: 1366px) { 

 .b_22{padding-bottom: 0.77rem!important;}
  .b_11{padding-bottom: 0.45rem!important;}
  .b_55{padding-bottom: 0.4rem!important;}
  .b_88{padding-bottom: 0.5rem!important;}
  .c_22{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
  .c_33{line-height: 0.2rem!important;}
  .c_00{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
  .c_10{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
  .c_11{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
  .c_12{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
  .c_13{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_14{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_15{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_16{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_17{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_18{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_110{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_111{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_112{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_113{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_114{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_115{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_116{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_117{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_118{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_119{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_121{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_122{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_123{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_124{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_125{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_126{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_127{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_128{padding-bottom: 1.15rem!important;padding-top: 0.15rem;line-height: 1rem!important;}
        .c_129{padding-bottom: 1.15rem!important;padding-top: 0.15rem;}
        .c_130{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_131{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_132{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_133{padding-bottom: 0.26rem!important;padding-top: 0.26rem;}
        .c_134{padding-bottom: 0.26rem!important;padding-top: 0.26rem;}
        .c_135{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_136{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_137{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_138{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_139{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_140{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_141{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_142{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_143{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_144{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}

        .c_20{padding-bottom: 0.3rem!important;padding-top: 0.3rem;}
        .c_21{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_23{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_24{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_25{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_26{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_27{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_28{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_29{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_30{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_31{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_210{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_211{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_213{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_214{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_215{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_216{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_217{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
        .c_218{padding-bottom: 0.15rem!important;padding-top: 0.15rem;}
 }

@media screen and (max-width: 1000px) {
  .culture_01 .container p {width: 5rem!important;}
  .nav a{font-size: .35rem!important;}
}

@media screen and (min-width: 1000px)and (max-width: 1500px) {
.responsibility .list li{line-height: 0.35rem!important;}
 .indexTitle a b{
      font-size: .2rem!important;
    }
}


@media screen and (min-width: 1900px) {
  .consulting .content{padding-bottom: .3rem!important;}
  }
  @media screen and (min-width: 1920px) {
  .consulting .msg{line-height: 1.3em!important;}
  }

  @media screen and (min-width: 1500px) {
    .achievements .list li div {
      height: 0.5rem;
      padding-top: 0.1rem;
    padding-left: .3rem;
    background: #f8f8f8;
    line-height: .17rem;
    font-size: 14px;
    font-family:"Arial";
    letter-spacing: 1px;
    color: #666; }
  }
/*# sourceMappingURL=index.css.map */
@font-face {
    font-family: 'oswaldmedium';
    src: url('/en/public/font/oswald-medium-webfont.woff2') format('woff2'),
         url('/en/public/font/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

  @media screen and (min-width: 1590px) {
.nav li a.name{padding: 0 .05rem!important;}
    }
.nav a{font-family: "oswaldmedium"; font-size: .2rem;letter-spacing: 1px;}
.nav li a.name{padding: 0 .15rem;}

@media screen and (min-width: 999px) and (max-width: 1280px) { 
  .group .list2 li .name{line-height: .2rem!important;}
  }