<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #p1{display:block}
     #p2{display:none}
     
.top-nav-top {
    line-height: 2em;
    background-color: #f7f7f7;
}     

/* é¡¶éƒ¨è½®æ’­ */

.index-top {
    position: relative;
}

.index-top .index-banner-body {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    transform:translate(-50%,0%);
}

.index-top .index-banner-box{
    width: 330px;
    background: rgba(255,255,255,0.85);
    padding:5px 15px;
    height: 550px;
}

.index-top .index-banner-box dl{
    border-bottom: 1px solid #ddd;
    padding: 1px 0 3px 0;
}
.index-top .index-banner-box dt{font-size:1.2em;color:#000;}
.index-top .index-banner-box dd{
    line-height: 1.5em;
}
.index-top .index-banner-box dd a{
    color: #666;
    margin-right: 5px;
}
.index-top .index-banner-box dd a:hover{
    color: #f29221;
    text-decoration:underline;
}

.index-top .index-banner-box dl {
    padding-left:65px;
}

.index-top .index-banner-box dl:nth-child(1){
   background: url(/public/assets/img/web/icon1.png) no-repeat 0.5em center;
}
.index-top .index-banner-box dl:nth-child(2){
   background: url(/public/assets/img/web/icon2.png) no-repeat 0.5em center;
}

.index-top .index-banner-box dl:nth-child(3){
   background: url(/public/assets/img/web/icon3.png) no-repeat 0.5em center;
}

.index-top .index-banner-box dl:nth-child(4){
   background: url(/public/assets/img/web/icon4.png) no-repeat 0.5em center;
}

.index-top .index-banner-box dl:nth-child(5){
   background: url(/public/assets/img/web/icon5.png) no-repeat 0.5em center;
}


.index-top .swiper-slide img {
    width: 100%;
}

.index-top .swiper-pagination-bullets {
    bottom: 95px;
}

.index-top .swiper-pagination-bullet {
    margin: 0 10px;
    width: 35px;
    height: 2px;
    background-color: #c5c5c5;
    opacity: 1;
    border-radius: 0;
}

.index-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
    background-color: #f29221;
}


/* /é¡¶éƒ¨è½®æ’­ */


/* å¯¼èˆª */

.top-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    z-index: 10;
    box-shadow: 3px 3px 2px rgba(210,210,210,0.2);
}

.top-nav .top-nav-body {
    width: 1400px;
    margin: 0 auto;
}

.top-nav a.tn-logo {
    margin-left: 36px;
    padding-top: 5px;
}

.top-nav a.tn-logo {}

.top-nav a.tn-logo img {
    width: 318px;
}

.tn-tel { font-size:1.4em; padding:0 1em; }

.top-nav .tn-menus {
    /*width: 700px*/;
    display: flex;
    justify-content : space-between;
    padding-right: 1em;
}

.top-nav .tn-menus li {
    position: relative;
    /*height: 100px;*/
    align-items: center;
    display: inline;
    /*padding-top: 40px;*/
    text-align: center;
}

.top-nav .tn-menus li:last-child {
    margin-right: 0;
}

.top-nav .tn-menus li a {
    font-size: 16px;
    color: #311d1d;
    line-height: 1.2em;
    text-align: center;
    color: #000;
    line-height: 3em;
}

.top-nav .tn-menus li a:hover {
    color: #f29221;
}

.top-nav .tn-menus li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #f29221;
    content: "";
}

.top-nav .tn-menus li.active a {
    color: #f29221;
}

.top-nav .tn-others {
    position: relative;
    padding: 0 8px;
}

.top-nav .tn-others a {
    padding: 2px 3px;
}

.top-nav .tn-others:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 16px;
}

.top-nav .tn-others .tn-search {
    /*height: 100px*/;
}
.top-nav .tn-others .tn-search a{
    cursor: pointer;
}
.top-nav .tn-others .tn-lang {
    margin-left: 4px;
    /*height: 100px*/;
}

.top-nav .tn-others .lan-box {
    
    z-index: 999;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: 100%;
    background-color: #fff;
}

.top-nav .tn-others .lan-box img {
    width: 25px;
}

.top-nav .tn-others .lan-box ul {
    padding: 5px 0;
}

.top-nav .tn-others .lan-box ul li {
    padding: 0 0;
}

.top-nav .tn-others .lan-box ul li a {
    display: block;
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    color: #262525;
}

.top-nav .tn-others .lan-box ul li a:hover {
    color: #f29221;
}

.top-nav .menu-bar {
    display: none;
}

.top-nav .tn-menus li a {
    display: block;
}

.top-nav .tn-menus li { width:100%; }

.top-nav .tn-menus li a:first-child {}

.top-nav .tn-menus li:hover ul {
    display: block;
    z-index: 1;
}

.top-nav .tn-menus li ul li:hover {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
}

.top-nav .tn-menus li ul li:hover a {
    color: #f29221 !important;
}

.top-nav .tn-menus li ul {
    position: absolute;
    display: none;
    width: 100%;
}

.top-nav .tn-menus li ul li {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 0.8em 0;
    height: auto;
    line-height: 3em;
    margin-right: 0;
     width:100%; 
}

.top-nav .tn-menus li ul li a {
    color: #fff !important;
    font-size: 14px;
}

.top-nav-pro{
   
    font-size: 1.4em;
    color: #fff;
    width: 330px;
    height:2.6em;
    line-height: 2.6em;
    text-indent: 1em;
    background: url(/public/assets/img/web/icon0.png) no-repeat 95% center;
     background-color: #feac0a;
}

.top-nav-body {
   
}

.top-nav-body-header {
    /*background-color: #f29221;*/
    background-color: #fff;
    color: #000;
    padding: 1em 0;
}

.top-nav-body-footer {
    background-color: #f7f7f7;
}

.search {padding:1em 0; } 
.searchbox {
    margin: 0 auto;
    display:flex;
}
.searchbox input[type="text"]{
    border:1px solid #ddd;
    height:36px;
    line-height: 36px;
    width:70%;
    border-radius:5px 0 0 5px ;
    text-indent: 1em;
}
.searchbox input[type="button"]{
    border:0;
    background: url(/public/assets/img/web/search.png) no-repeat 0.5em center;
    background-size: 2em;
    background-color:#ddd;
     height: 36px;
    line-height: 36px;
    width:30%;
     border-radius:  0 5px 5px 0 ;
     padding-left: 2em;
     color:#666;
     cursor: pointer;
}
.searchbox input[type="button"]:hover{
    background-color: #aaa;
    
}

.tn-right { display:flex; }
/* /å¯¼èˆª */

.index-about {
    height: 524px;
    background:url('/public/assets/img/web/aboutbg.jpg') no-repeat top center;
    background-color: #f7f7f7;
}

.index-about-box {
    width: 75%;
    float:right;
    padding: 2em;
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
    max-height: 32em;
}

/* ç‰¹ç‚¹æµ®å— */

.index-box {
    
}

.index-box ul {
    display: flex;
}

.index-box ul li {
   width: 20%;
   padding: 50px 0;
    margin-right: 2%;
}

.index-box ul li:nth-child(1) {
    background-color: #ff6170;
}

.index-box ul li:nth-child(2) {
    background-color: #feac0a;
}


.index-box ul li:nth-child(3) {
    background-color: #27bbff;
}


.index-box ul li:nth-child(4) {
    background-color: #429fff;
}


.index-box ul li:nth-child(5) {
    background-color: #f29221;
     margin-right:0;
}



.index-box ul li dl {
   
}

.index-box ul li dl  dt{
   width: 25%;
   float: left;
   text-align: center;
}

.index-box ul li dl  dt img {
    margin-top: 10px;
}

.index-box ul li dl  dd{
   width: 75%;
   float: left;
   color: #fff;
   font-size: 12px;
}

.index-box ul li dl  dd span{
  display: block;
  font-size: 20px;
}

.index-knowledge-n {
    background-color: #f7f7f7;
}

.index-knowledge-box {
    display: flex;
    justify-content:space-between ;
}

.index-knowledge-box .list{
    width: 33%;
 
}
.index-knowledge-box .list ul {
   padding: 10px;
}

.index-knowledge-box .list ul li {
    height: 42px;
    border-top: 1px solid #dedddd;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.index-knowledge-box .list ul li a {
    font-size: 16px;
    color: #525360;
}

.index-knowledge-n .ib-tit{
    padding: 0;
}

.index-knowledge-box .list-t{
    height: 18px;
    background:url('/assets/img/web/tagbg.png') no-repeat;
    margin:40px 0 20px 0;
    line-height: 16px;
    text-indent: 1.7em;
    font-weight: bold;
    font-size: 1.2em;
}

.index-news-n .ib-tit{
    padding: 50px 0;
}

.index-news-box  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-news-box .list-n{
    width: 32%;
}

.index-news-box .list-n .list-t {
    font-size: 1.2em;
     background:url('/assets/img/web/icon11.png') no-repeat;
     text-indent: 2em;
     line-height: 1.5em;
     border-bottom: 1px solid #dddddd;
     padding-bottom: 1em;
}

.index-news-box .list-n .list-t a {float:right;font-size:0.8em;color:#999}

.index-news-box .list-n-box{
    padding:0.5em 0;
}

.index-news-box .list-n-box dl{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
}
.index-news-box dt {
   width: 18%;
}

.index-news-box dt p{
   font-size: 1.1em;
   background-color: #f7f7f7;
   width: 65px;
   text-align: center;
   padding: 5px;
}

.index-news-box dd {
   width: 82%;
}

.index-news-box .rec .t{
    font-size: 1.2em;
}

.index-news-box .memo {
    color: #999;
    font-size: 0.9em;
    line-height: 1.3em;
}

 
/*èƒŒæ™¯æ¨¡ç³Š*/
 
.index-service-item { 
    height: 100%;
    background-color: #f7f7f7;
}

.index-service-item dl{
    text-align: left;
    vertical-align: center;
    padding-top: 3em;
    float: right;
    width: 80%;
}
.index-service-item dl dt,.index-service-item dd {  background-color: rgba(255,255,255,0.5); padding: 1em;}
    .index-service-item dl dt {padding-bottom:0;font-weight:bold;font-size:1.2em;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
    .index-service-item  .name {  color:#f29221  !important; }
.index-service-item dl dd { line-height:1.5em; color:#333; padding-top:0; }

.index-service-item:after{
    content: "";
    /*position: absolute;*/
    background: inherit;
    filter: blur(2px);
    z-index: 2;
    
}
.drag{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:200px;
    height:200px;
    text-align: center;

    z-index:11;
}

/* /ç‰¹ç‚¹æµ®å— */


/* å­é¡µé€šç”¨ */

.pagecontent {
    padding: 3em;
    font-size: 16px;
}


/* å­å¶é€šç”¨ */


/* æ–°é—»åŠ¨æ€ */

.index-news {
    padding: 82px 0;
    margin: 0 auto;
}

.index-news .ib-contents {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
}

.index-news .news-swiper {
    width: 485px;
    position: relative;
}

.index-news .news-swiper .tag {
    position: absolute;
    right: -3px;
    top: 242px;
    padding: 0 12px 0 7px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    background-color: #f29221;
    z-index: 2;
}

.index-news .news-swiper .swiper-button-next,
.index-news .news-swiper .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6);
}

.index-news .news-swiper .swiper-button-next:after,
.index-news .news-swiper .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.index-news .news-swiper .swiper-button-prev {
    left: 0;
}

.index-news .news-swiper .swiper-button-next {
    right: 0;
}

.index-news .news-swiper .index-news-swiper {
    height: 360px;
}

.index-news .news-swiper .index-news-swiper .swiper-pagination-bullets {
    bottom: 0;
}

.index-news .news-swiper .index-news-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.index-news .news-swiper .index-news-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f29221;
}

.index-news .news-swiper .swiper-slide a {
    display: block;
}

.index-news .news-swiper .swiper-slide a img {
    width: 100%;
}

.index-news .index-news-tabs {
    margin-top: 22px;
    width: 636px;
    position: relative;
}

.index-news .index-news-tabs .tab-index {
    display: flex;
}

.index-news .index-news-tabs .tab-index a {
    margin-right: 18px;
    font-size: 16px;
    color: #2E2E2E;
    text-align: center;
    line-height: 38px;
    border: 1px solid #C8161D;
    padding: 0 1em;
}

.index-news .index-news-tabs .tab-index a.active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(144deg, #C8161D, #ED222A);
}

.index-news .index-news-tabs .tab-panes {
    margin-top: 27px;
}

.index-news .index-news-tabs .tab-panes .tab-panel {
    display: none;
}

.index-news .index-news-tabs .tab-panes .tab-panel.active {
    display: block;
}

.index-news .index-news-tabs .tab-panes .tab-panel .more {
    position: absolute;
    top: 9px;
    right: 0;
    padding: 0 11px;
    font-size: 12px;
    color: #DF3845;
    line-height: 23px;
    border: 1px solid #CDCDCD;
    background-color: #F8F8F8;
}

.index-news .index-news-tabs .rec {
    position: relative;
}

.index-news .index-news-tabs .rec .det {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.index-news .index-news-tabs .rec .t {
    font-size: 18px;
    color: #2E2E2E;
    font-weight: 600;
    text-align: center;
}

.index-news .index-news-tabs .rec .content {
    margin-top: 14px;
    position: relative;
    font-size: 14px;
    color: #939393;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
}

.index-news .index-news-tabs .list {
    margin-top: 14px;
}

.index-news .index-news-tabs .list ul li {
    height: 42px;
    border-top: 1px solid #dedddd;
    justify-content: space-between;
}

.index-news .index-news-tabs .list ul li a {
    font-size: 16px;
    color: #525360;
}

.index-contact {
    height: 250px;
    margin-top:70px;
}

.index-contact-bg {
    background-color: #eeeeee;
    border-bottom: #f5a950 3px solid;
    height: 150px;
}

.index-contact-box {
    margin-top: -210px;
    display: flex;
    justify-content: flex-start;
}

.index-contact-box .index-contact-l{
    width: 45%;
}

.index-contact-box .index-contact-r{
    width: 50%;
}


.index-contact-box input {
    border-radius: 5px;
    height: 2.8em;
    line-height: 2.8em;
    font-size: 1.1em;
    border: 1px solid  #ddd;
   box-shadow: 5px 5px 3px #ddd;
}
.index-contact-box input[type="text"]{
    text-indent: 1em;
    width: 230px;
}
.index-contact-box input[type="submit"]{
      background-image: linear-gradient(#f8b222, #e95612);
      width: 100px;
      border: 0;
      color: #fff;
      cursor: pointer;
}

.index-contact-box ul {
    display: flex;
    justify-content:space-between;
    padding-top:110px;
}

.index-contact-box ul li {
   padding: 0 1em;
    
}


/* /æ–°é—»åŠ¨æ€ */


/* ä¸“å®¶å›¢é˜Ÿ */

.index-zhuan {
    padding-bottom: 0;
}

.index-zhuan .ib-content {
}

.index-zhuan .ib-content ul {
    display: flex;
    flex-wrap: wrap;
}

.index-zhuan .ib-content ul li {
    position: relative;
    width: 23.5%;
    height: 420px;
    overflow: hidden;
    text-align: center;
    margin-right:2%;
    margin-bottom: 60px;
}

.index-zhuan .ib-content ul li:nth-child(4n+4) {
  margin-right: 0;
}


.index-zhuan .ib-content ul li img.bg {
    max-width: 100%;
    max-height: 100%;
}

.index-zhuan .ib-content ul li .infos {
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 90px;
    width: 100%;
    transition: all .2s;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 750px) {
    .index-zhuan .ib-content ul li .infos {
        bottom: -35px;
    }
    .index-zhuan .ib-content ul li:hover .infos {
        bottom: 0;
    }
}

.index-zhuan .ib-content ul li .infos .left {
    margin-left: 34px;
    text-align: left;
}

.index-zhuan .ib-content ul li .infos .left p.t {
    margin-bottom: 10px;
    font-size: 20px;
    color: #FFFAFA;
}

.index-zhuan .ib-content ul li .infos .left p.d {
    font-size: 14px;
    color: #E5E5E5;
    line-height: 22px;
}

.index-zhuan .ib-content ul li .infos a {
    margin-right: 42px;
}

.index-zhuan .ib-content ul li img {
    width: 100%;
}

/* /ä¸“å®¶å›¢é˜Ÿ */

.index-service {
}
.index-service-box {
    display: flex;
    justify-content:space-between;
}

.index-service-box dl {
    border: 1px solid #ddd;
}

.index-service-box dl ul{
    padding: 1em 3em ;
}

.index-service-box dl ul li{
     background:url('/assets/img/web/icon12.png') no-repeat  25px center;
     text-indent: 4em;
     padding: 10px 0;
}

.index-service-box dt{
    position: relative;
}

.index-service-box dt div{
    position: absolute;
    width: 100%;
    height: 183px;
    line-height: 190px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 5px
}

.index-service-box dt div:hover{
     background-color: rgba(0, 0, 0, 0.7);
     cursor: pointer;
}


.knowledge-nav {
    padding: 2em 0;
    background-color: #f29221;
    border-bottom: 10px solid #f5a950;
    color: #FFFFFF;
}

.knowledge-nav  .ib-tit .t{
    color: #FFFFFF;
}

.knowledge-nav  .ib-tit .d{
    color: #FFFFFF;
}

.knowledge-nav .w1400 {
    background:url('/assets/img/web/knowledg.png') no-repeat  left 5px;
}


.links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
}
.links-item {
  display: block;
  width: 23%;
  float: left;
  background-color: #fff;
  border:1px solid #ddd;
  margin: 1em 1%;
  text-align: center;
  padding: 1em;
}
.links-item img {
    width: 4em;
}

.links-item dd{ overflow:hidden;text-overflow:ellipsis; white-space:nowrap; }

/* /åˆä½œä¼™ä¼´ */


/* ç½‘ç«™åº•éƒ¨ */

.index-bot {
    padding-bottom: 14px;
    border-top: 3px solid #f29221;
    background-color: #272A2E;
}

.index-bot a {
    color:#A2A4A9 ;
}

.links a{
    
}

.index-bot .ib01 {
    justify-content: space-between;
    height: 86px;
    border-bottom: 1px solid #3F4753;
}

.index-bot .ib01 .ib-navs {
    width: 100%;
    display: flex;
    margin-left: 8px;
    justify-content: space-around;
}

.index-bot .ib01 .ib-navs li {
    margin-right: 64px;
}

.index-bot .ib01 .ib-navs li a {
    font-size: 16px;
    color: #A6A8AD;
}

.index-bot .ib01 .ib-phone {
    margin-right: 38px;
    font-size: 30px;
    color: #fff;
    display: flex;
}

.index-bot .ib01 .ib-icon {
    margin-right: 38px;
    font-size: 30px;
    color: #fff;
}
.index-bot .ib01 .ib-icon a{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0.5em;
}
.i-wx { background:url('/assets/img/web/icons/i-wx.png') no-repeat; background-size:100%;}
.i-qq { background:url('/assets/img/web/icons/i-qq.png') no-repeat; background-size:100%;}
.i-wb { background:url('/assets/img/web/icons/i-wb.png') no-repeat; background-size:100%;}

.index-bot .ib02 {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.index-bot .ib02 .left {
    margin-top: 18px;
    margin-left: 8px;
    font-size: 12px;
    color: #A2A4A9;
    line-height: 26px;
}

.index-bot .ib02 .left dl {display:flex;justify-content:space-between}
.index-bot .ib02 .left dl dd{
    text-indent: 2em;
    font-size: 1.5em;
    
    padding-top: 40px;
}
.index-bot .ib02 .left dl dd{
}

.index-bot .ib02 .right {
    margin-right: 78px;
}

.index-bot .ib02 .right .img-box {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.index-bot .ib02 .right .img-box img {
    width: 100%;
}

.index-bot .ib02 .right p {
    margin-top: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/* /ç½‘ç«™åº•éƒ¨ */


/* é¡¶éƒ¨ banner */

.top-banner {
    position: relative;
    height:465px;
    overflow: hidden;
}

.top-banner img.banner {
    position: relative;
    width: 100%;
    z-index: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
}


/*ä»Žä¸Šåˆ°ä¸‹*/

@keyframes fadeInDown {
    from {
        opacity: 0.5;
        -webkit-transform: translate(0, -40px);
        /* Safari */
        transform: stranslate(0, -40px);
        /* æ&nbsp;‡å‡†è¯­æ³• */
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        /* Safari */
        transform: stranslate(0, 0);
        /* æ&nbsp;‡å‡†è¯­æ³• */
    }
}


/*ä»Žä¸Šåˆ°ä¸‹*/

.top-banner .tb-bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    padding: 1.5em 0 0 0;
}

.crumbs {
    padding-left: 3em;
}

.crumbs ul {
    display: flex;
    align-items: center;
}

.crumbs ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #525360;
    margin-right: 6px;
}

.crumbs ul li:first-child a {
    padding-top: 5px;
    padding-left: 0.5em;
}

.crumbs ul li:nth-child(2) {}

.crumbs ul li a {
    font-size: 14px;
    color: #525360;
}

.crumbs ul li:after {
    margin-left: 6px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/public/assets/img/web/ic-arrow-gray.png) no-repeat;
}

.crumbs ul li:last-child:after {
    display: none;
}

.top-banner .tb-bot .tb-navs {
    padding: 0 26px;
}

.top-banner .tb-bot .tb-navs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5em 0;
}

.top-banner .tb-bot .tb-navs ul li {
    padding: 0 36px;
    border-right: 1px solid #727678;
    position: relative;
}

.top-banner .tb-bot .tb-navs ul li.active:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -35px;
    border-top: 2px solid #f29221;
}

.top-banner .tb-bot .tb-navs ul li:last-child {
    border-right: none;
}

.top-banner .tb-bot .tb-navs ul li a {
    font-size: 20px;
    color: #727678;
}

.top-banner .tb-bot .tb-navs ul li.active a {
    color: #f29221;
}


/* /é¡¶éƒ¨ banner */


/* å…³äºŽæˆ‘ä»¬ */

.inside-content {
    position: relative;
    padding: 50px 0 40px 0;
}

.inside-content .one {
    position: absolute;
    top: 160px;
}

.inside-content .ic-tit {
    display: inline-block;
}

.inside-content .ic-tit h1,
.inside-content .ic-tit h2 {
    font-size: 40px;
    color: #262525;
    font-weight: 600;
}

.inside-content .ic-tit span.line {
    margin-top: 8px;
    display: inline-block;
    width: 165px;
    height: 10px;
    background-color: #f29221;
}

.inside-content .ic-tit p {
    margin-top: 20px;
    font-size: 22px;
    color: #727678;
}

.inside-content .ic-tit .ic {
    margin-top: 19px;
    text-align: center;
}

.about01 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.about01 .sec {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
}

.about01 .right {
    margin-left: 47px;
    width: 600px;
}

.about01 .right .content {
    font-size: 16px;
    color: #666769;
    line-height: 42px;
    text-align: justify;
}

.about01 .right .img-box {
    margin-top: 38px;
    padding-right: 58px;
    text-align: right;
}

.about02 {
    margin-top: 100px;
    justify-content: space-between;
}

.about02 .content {
    width: 642px;
    font-size: 16px;
    color: #666769;
    line-height: 42px;
}

.about02 .ic-tit {
    text-align: right;
}

.about02 .ic-tit span.line {
    margin-top: 22px;
}

.about03 {
    padding-top: 78px;
}

.about03 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.about03 ul li {
    justify-content: space-between;
    margin: 60px 14px 0 14px;
    width: 330px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.8);
}

.about03 ul li .left {
    margin-left: 35px;
}

.about03 ul li .left .t {
    margin-bottom: 13px;
    font-size: 20px;
    color: #FFFAFA;
}

.about03 ul li .left .d {
    margin-bottom: 7px;
    font-size: 14px;
    color: #E5E5E5;
}

.about03 ul li .left p:last-child {
    margin-bottom: 0;
}

.about03 ul li a {
    margin-right: 42px;
}

.about04 {
    margin-top: 175px;
    justify-content: space-between;
}

.about04 .map-box {
    width: 590px;
    height: 280px;
    overflow: hidden;
}

.about04 .map-box img {
    width: 100%;
}

.about04 .int {
    width: 520px;
    font-size: 16px;
    color: #666769;
    line-height: 42px;
}


/* /å…³äºŽæˆ‘ä»¬ */


/* æ–°é—»å¼€å§‹ */

.news {
    width: 100%;
    padding-top: 20px;
}

.news .index-news {
    padding: 3em 5em
}

.news .index-news .index-news-tabs {
    width: 100%;
}

.news .index-news .index-news-tabs .list ul li {
    border-bottom: 1px solid #dedddd;
    border-top: 0;
    line-height: 4em;
    height: 4em;
}

.news_box {
    width: 100%;
    display: flex;
    margin-top: 3em;
    background-color: #f8f8f8;
}

.news_box:hover {
    box-shadow: 5px 5px 10px #ddd;
    background-color: #fff;
    cursor: pointer;
}

.news_box:hover .news_tag a {
    background-color: #f29221;
}

.news_box .news_photo {
    text-align: center;
    width: 45%;
    overflow: hidden;
    height: 255px;
}

.news_box .news_photo img {
    width: 100%;
    display: block;
}

.news_box .news_body {
    width: 100%;
    position: relative;
}

.news_box .news_title {
    font-size: 1.2em;
    color: #000;
}

.news_box .news_note {
    overflow: hidden;
    color: #999;
    padding-top: 0.8em;
    line-height: 2.6em;
    text-indent: 2em;
}

.news_box .news_tag {
    line-height: 2.4em;
}

.news_box .news_tag a {
    display: block;
    width: 14em;
    text-align: center;
    background-color: #333;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}

.news_box .news_tag span {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.news-detail {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
}

.news-page {
    padding:3em 0 1em 0;
    color:#f29221;
}

.news-page a {
    display: block;
    border-bottom: 1px solid #999;
    line-height: 2em;
}

.news-title h1 {
    font-weight: lighter;
    line-height: 1.2em;
}

.news-detail div {
    padding: 1em 0;
}

.news-time span {
    color: #999;
}

.news-content img {
    margin: 1em 0
}

.news-title h1 {}

.title-line {
    border-bottom: 5px solid #f29221;
    width: 8em;
    line-height: 0;
}


/* æ–°é—»ç»“æŸ */


/* å›¢é˜Ÿ */

.team {}

.team .index-zhuan {
    padding-top: 0;
    background-color: #fff;
}


/* å›¢é˜Ÿ */


/* å°±åŒ»æŒ‡å— */

.page {
    padding-top: 3em;
}

.page_title {
    font-size: 1.2em;
}

.page_title h1 {
    padding-bottom: 0.5em;
    color: #000;
}

.page_title .icon {
    margin-top: 0.3em;
    text-indent: 5em;
}

.page_title p {
    padding-top: 0.5em;
}

.contactmsg {
    width: 100%;
    float: left;
    padding: 2em 5em;
    line-height: 3em;
}

.contactmsg div {
    float: left;
}

.contactmsg div input,
.contactmsg div textarea {
    width: 100%;
    line-height: 3em;
    text-indent: 1em;
}

.contactmsg div:nth-child(1),
.contactmsg div:nth-child(2) {
    width: 45%;
    padding: 2em 0;
}

.contactmsg div:nth-child(2) {
    float: right;
}

.contactmsg div:nth-child(3),
.contactmsg div:nth-child(4) {
    width: 100%;
}

.contactmsg button {
    width: 10em;
    line-height: 2.4em;
    background-color: #333;
    color: #fff;
    border: 0;
}

.contactmap {
    width: 100%;
    padding: 4em 0;
    float: left;
    font-size: 16px;
}

.contactmap div:first-child {
    width: 55%;
    float: left;
}

.contactmap div:first-child img {
    width: 90%;
    border: 1px solid #ddd;
}

.contactmap div:last-child {
    float: left;
    padding-bottom: 1em;
}

.contact-line {
    border-bottom: 1px solid #f29221;
    width: 8em;
    line-height: 0;
}


/* å°±åŒ»æŒ‡å— */


/* vipæœåŠ¡ */

.vip {
    width: 100%;
    padding: 5em 0;
}

.vip div {}

.vip_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vip_top_left {
    width: 55%;
}

.vip_top_left .info {
    padding: 3em 3em 3em 0;
}

.vip_top_right {
    width: 45%;
}

.vip_menu {
    width: 80%;
    box-shadow: 3px 0 5px 3px rgba(200, 200, 200, 0.5);
    display: flex;
    padding: 3em 0;
    margin-top: 3em;
    background-color: #fff;
}

.vip_menu dl {
    width: 25%;
    text-align: center;
    padding-top: 1em;
}

.vip_menu dl dt {
    width: 99%;
    border-right: 1px solid #ddd;
    height: 4em;
}

.vip_menu dl dt img {
    width: 3em;
}

.vip_menu dl:last-child dt {
    border-right: 0;
}

.vip_bottom {
    width: 100%;
    display: flex;
    padding: 10em 0;
}

.vip_bottom_left {
    width: 30%;
}

.vip_bottom_left .info {
    padding-top: 1em;
}

.vip_bottom_right {
    width: 70%;
}

.vip_bottom_right .index-box {
    width: 100%;
    box-shadow: 3px 3px 3px 3px rgba(200, 200, 200, 0.2);
    margin-top: 0;
}

.vip_bottom_right .index-box ul {
    flex-wrap: wrap;
}

.vip_bottom_right .index-box ul li {
    width: 50%;
}


/* vipæœåŠ¡ */


/*åˆ†é¡µ Start*/

.PageBar {
    text-align: center;
    padding: 2em 0;
    margin-top: 1em;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination a {
    text-decoration: none;
    margin-right: 0px!important;
}

ul.pagination li {
    display: inline;
}

.disabled,
.pagination .active,
.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination .active {
    background-color: #f29221;
    color: white;
    border: 1px solid #f29221;
}

.disabled {
    background-color: rgba(236, 236, 236, 0.78);
}

ul.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.dropdown-toggle:hover .fa-angle-down {
    color: #ed6d2A;
}

.fa-star {
    color: #ffb109;
    margin-right: 0.2em;
}

.fa-minus {
    padding: 0.4em 0.5em;
    background-color: #ddd;
    cursor: pointer;
}

.fa-plus {
    padding: 0.4em 0.5em;
    background-color: #ddd;
    cursor: pointer;
}


/*åˆ†é¡µ End*/

/* ç§‘å®¤å¼€å§‹ */
.offices {
    padding: 30px;
  
}
 .offices-item{
     display: flex;
     justify-content: space-around;
      padding: 20px 0;
      min-height: 10em;
      height:auto ;
 }
  .offices-item:nth-of-type(odd){
     background-color: #f7f7f7;
 }
 .offices-item div:first-child{
    display: flex;
    justify-content: center; /* æ°´å¹³å±…ä¸­ */
    align-items: center;     /* åž‚ç›´å±…ä¸­ */
    width: 30%;
    
 }
 .offices-item div:first-child img {
     align-items: center;
     width: 50px;
 }
  .offices-item div:nth-child(2){
       display: flex;
       font-size: 1.4em;
       font-weight:border;
       align-items: center;     /* åž‚ç›´å±…ä¸­ */
       width: 20%;
       text-align: center;
       justify-content: center; 
       color: #000;
  }
  .offices-item div:last-child{
     width: 40%;
     padding-left: 10%;
  }
 .offices-item div:last-child a{
     display: block;
 }


.section {}
.section-item{
    width: 100%;
}
.section-title { color:#000; font-size:1.2em; padding:3em 0 1em 0; }
.section-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section-body a { display:block; margin-right:1%;width:19%; margin-top:1em;  }
.section-body a dl{
    text-align: center;
    width: 100%;
    background-color: #f7f7f7;
    height:14em;
}
.section-body a:hover dl{
    text-align: center;
    width: 100%;
    background-color: #f29221;
    height:14em;
    color:#fff;
    transition: all .2s;
}
.section-body a:hover dl img{
   filter: grayscale(100%) brightness(400%);
}
.section-body a dl dt{
    width: 100%;
    padding-top: 4em;
}
.section-body a dl dt img {
    max-width:60px;
}
.section-body a dl dd{
    width: 100%;
}
/* ç§‘å®¤ç»“æŸ */</pre></body></html>