body {
   font-family: -apple-system, helvetica neue, helvetica, arial, pingfang sc, hiragino sans gb, stheiti, microsoft yahei, microsoft jhenghei, SimSun, sans-serif;
   font-size: 15px;
   color: #333;
}

input,
select,
textarea {
   font-family: -apple-system, helvetica neue, helvetica, arial, pingfang sc, hiragino sans gb, stheiti, microsoft yahei, microsoft jhenghei, SimSun, sans-serif;
   font-size: 1em;
}

.wrap {
   width: 96%;
   margin: 0 auto;
   max-width: 1200px;
   position: relative;
   z-index: 9
}

img,
a {
   border: 0;
}

ul,
li {
   list-style: none;
}

* {
   margin: 0;
   padding: 0;
}

.flt {
   float: left;
}

.frt {
   float: right;
}

.clear {
   clear: both;
}

.clear:after,
.clear:before {
   content: '';
   clear: both;
   display: table;
}

img {
   max-width: 100%;
}

.img {
   overflow: hidden;
   position: relative;
}

.img:before {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border: 1px solid rgba(255, 255, 255, 0);
   z-index: 100
}

.img:hover:before {
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px solid rgba(255, 255, 255, 0.5);
}

.img:hover img {
   transform: scale(1.1) rotate(3deg);
   -o-transform: scale(1.1) rotate(3deg);
   -webkit-transform: scale(1.1) rotate(3deg);
   -moz-transform: scale(1.1) rotate(3deg);
   -ms-transform: scale(1.1) rotate(3deg);
}

h3 {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-weight: bold;
}

*,
*:after,
*:before {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}

.modal,
.fp_modal {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1000
}

.fp_modal {
   display: table;
}

.modal {
   transition: all 0s;
   -o-transition: all 0s;
   -webkit-transition: all 0s;
   -moz-transition: all 0s;
   -ms-transition: all 0s;
   background: rgba(0, 0, 0, 0.7);
}

.fp_modal .cell {
   display: table-cell;
   vertical-align: middle;
}

.modal_cont {
   max-width: 990px;
   margin: 0 auto;
   width: 90%;
   background: #fff;
   position: relative;
}

.modal_cont .close {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 32px;
   height: 32px;
   background: url(http://demo2.92wailian.com/k179/skin/images/close.png) no-repeat center center #ccc;
   border-radius: 100%;
   cursor: pointer;
}

.modal_cont .box {
   padding: 45px;
}

/*----------header----------*/
.header {
   line-height: 70px;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1000;
   padding-top: 5px;
   padding-bottom: 5px
}

.header.fixed {
   background: rgba(0, 0, 0, 0.82)
}

.head {
   line-height: 42px;
   border-bottom: 1px solid #eee
}

.logo img {
   vertical-align: middle;
   height: 60px
}

.menu ul li {
   float: left;
   margin-left: 40px;
   font-size: 16px;
}

.menu ul li a {
   color: #fff;
   border-bottom: 2px solid transparent;
   display: inline-block;
   line-height: 34px;
   padding: 0 5px;
}

.menu ul li:hover a,
.menu ul li.on a {
   color: #fff;
   border-bottom-color: #fff;
}

.banner .item {
   position: relative;
   font-family: Arial;
}

.banner .item .text {
   left: 0;
   width: 100%;
   text-align: center;
   color: #fff;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   -o-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   font-size: 24px;
}

.banner .text h2 {
   font-size: 2em;
   margin-bottom: 1em;
}

.owl-theme .owl-dots .owl-dot span {
   width: 22px;
   height: 22px;
   border-radius: 0;
   margin: 0 5px;
   background: url(../images/icon2.png) no-repeat center center;
}

.owl-theme .owl-dots {
   margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
   background: url(../images/icon1.png) no-repeat center center;
   opacity: 1;
}

.banner .img1 {
   overflow: hidden;
}

.owl {
   position: relative;
}

.banner_cur {
   position: absolute;
   top: 50%;
   left: 5%;
   right: 5%;
   z-index: 10
}

.banner_cur span {
   display: block;
   width: 54px;
   height: 54px;
   background: url(../images/cur1.png) no-repeat center center;
   float: left;
   cursor: pointer;
   border-radius: 100%;
}

.banner_cur span.next {
   float: right;
   background: url(../images/cur2.png) no-repeat center center;
}

.banner_cur span:hover {
   background-color: rgba(255, 255, 255, 0.1)
}

/*----------mainer----------*/
.page {
   padding: 65px 0;
}

.page1 {
   background: url(../images/bg1.jpg) no-repeat top center;
}

.page_tit {
   color: #df4c18;
   text-align: center;
   margin-bottom: 60px;
}

.page_tit h3 {
   font-size: 30px;
   font-weight: bolder;
   margin-bottom: 15px;
}

.page_tit p {
   text-align: center;
   font-size: 16px;
   color: #666;
}

.full {
   position: fixed;
   top: 50%;
   right: 0;
   z-index: 1001;
}

.full li a {
   display: block;
   width: 52px;
   height: 52px;
   margin-bottom: 1px;
   position: relative;
   background: rgba(0, 0, 0, 0.5);
   z-index: 1;
}

.full li a:hover span,
.full li a:hover label {
   background-color: #df4c18 !important;
}

.full li:last-child a {
   border-bottom: 0;
}

.full li a span {
   display: block;
   width: 52px;
   height: 52px;
   position: relative;
   z-index: 100;
   background-position: center center;
   background-repeat: no-repeat;
}

.full li:nth-child(2) a,
.full li:nth-child(1) a {
   z-index: 2;
}

.full li a label {
   display: block;
   width: 100px;
   white-space: nowrap;
   padding: 0 20px;
   position: absolute;
   line-height: 52px;
   color: #fff;
   z-index: -1;
   background: #df4c18;
   bottom: 0;
   left: 100%;
   box-sizing: inherit;
   max-width: 300%;
   ;
}

.full li a:hover label {
   left: -120px;
}

.full li a .lbl_img {
   padding: 10px;
   height: auto;
   line-height: normal;
}

.full li a span.span1 {
   background-image: url(../images/full1.png);
}

.full li a span.span2 {
   background-image: url(../images/full2.png);
}

.full li a span.span3 {
   background-image: url(../images/full3.png);
}

.full li a span.span4 {
   background-image: url(../images/full4.png);
}

.page4 {
   padding-bottom: 0;
   background: #f7f6fa
}

.hj_owl {
   position: relative;
}

.hj_owl .owl {
   padding-bottom: 6px;
}

.owl_cur {
   z-index: 10;
   height: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}

.owl_cur>div {
   position: relative;
   width: 20%;
   background: rgba(255, 255, 255, 0.5);
}

.owl_cur>div span {
   position: absolute;
   top: 50%;
   display: block;
   width: 54px;
   height: 54px;
   background: url(../images/cur1.png) no-repeat center center;
   cursor: pointer;
   border-radius: 100%;
   left: 0;
   right: 0;
   margin: 0 auto;
   margin-top: -27px;
}

.owl_cur span.next {
   background: url(../images/cur2.png) no-repeat center center;
}

.owl_cur span:hover {
   background-color: rgba(255, 255, 255, 0.1)
}

.owl_cur>div .img {
   opacity: 0;
}

.tit_tag li {
   text-align: center;
   display: inline-block;
   width: 208px;
   line-height: 52px;
   margin-left: -5px;
   font-size: 16px;
}

.tit_tag {
   text-align: center;
}

.tit_tag li a:after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   right: 0;
   background: #df4c18;
   height: 2px;
   margin: 0 auto;
}

.tit_tag li a {
   display: block;
   position: relative;
   border: 1px solid #e7e7e7;
}

.tit_tag li a:hover,
.tit_tag li.on a {
   font-weight: bold;
   border-color: rgb(223, 76, 24, .3);
   z-index: 10;
   background: rgb(223, 76, 24, .05);
   color: rgb(223, 76, 24);
}

.tit_tag li a:hover:after,
.tit_tag li.on a:after {
   width: 100%;
}

.tit_tag {
   margin-top: 30px;
   margin-bottom: 60px
}

.news .lt .text {
   background: #df4c18;
   color: #fff;
   background-size: 100% 100%;
}

.news {
   max-width: 998px;
   ;
   margin: 0 auto;
   position: relative;
}

.news .bg {
   width: 187px;
   height: 393px;
   position: absolute;
   background: url(../images/img8.jpg) no-repeat center center;
   right: 100%;
   bottom: -20px;
}

.news .lt {
   width: 50%;
   float: left;
   margin-right: 18px;
}

.news .lt .img img {
   display: block;
   width: 100%;
   height: 312px
}

.news .lt .text {
   padding: 40px;
   line-height: 24px;
   color: rgba(255, 255, 255, 0.8);
}

.news .lt .text span.time {
   display: block;
   padding-left: 30px;
   background: url(../images/icon4.png) no-repeat left center;
   color: #fff;
   margin-bottom: 20px;
}

.news .lt .text h3 {
   font-size: 22px;
   font-weight: normal;
   color: #fff;
   margin-bottom: 20px;
}

.news .lt .text h3 a {
   color: #fff;
}

.news .lt .text h3 a:hover {
   color: #ffcc00
}

.news .lt .text p {
   height: 48px;
   overflow: hidden;
   margin-bottom: 20px;
}

.news .list {
   overflow: hidden;
}

.news .list li {
   width: 50%;
   float: left;
}

.news .list a {
   display: block;
   margin: 9px;
}

.news .list ul {
   margin: -9px;
}

.news .list .text {
   padding: 0 20px;
   border: 1px solid #ebebeb;
   border-top: 0;
}

.news .list img {
   display: block;
   width: 100%;
   height: 150px
}

.news .list p {
   font-size: 12px;
   color: #909098;
   line-height: 20px;
   height: 40px;
   overflow: hidden;
   margin-bottom: 15px
}

.news .list .time {
   line-height: 40px;
   color: #909098;
   padding-left: 22px;
   background: url(../images/icon5.png) no-repeat left center;
   border-top: 1px solid #e8e8e8
}

.news .list h3 {
   font-size: 16px;
   color: #df4c18;
   line-height: 45px;
   padding-top: 5px;
}

/*----------footer----------*/
.footer {
   background: #f8f8f8;
   padding: 40px 0;
   ;
   text-align: center;
   font-size: 14px;
   color: #656565;
}

.footer p {
   text-align: center;
}

.f_nav li {
   display: inline-block;
   padding: 0 20px;
   margin-left: -3px;
   border-left: 1px solid #a8a8a8
}

.footer .logo img {
   height: 70px
}

.f_nav {
   padding: 40px 0;
}

.footer a:hover {
   color: #df4c18
}

.pagesize {
   text-align: center;
   margin-top: 85px;
}

.pagesize a {
   margin: 0 15px;
   font-size: 20px;
   font-weight: bold;
   color: #262626;
}

.pagesize a:hover,
.pagesize a.on {
   color: #6b3fae;
}

.page {
   overflow: hidden;
}

ul:after {
   content: '';
   display: block;
   clear: both;
}

.page1_list li {
   width: 25%;
   float: left;
}

.page1_list .box {
   padding: 12px;
   border: 1px solid #eee;
   background: #fff;
   margin-left: -1px;
}

.page1_list .tit {
   padding: 20px 0;
   text-align: center;
   color: #df4c18
}

.page1_list .tit h3 {
   font-size: 18px;
   margin-bottom: 10px;
}

.page1_list .tit p {
   text-align: center;
}

.page1_list .d_txt {
   padding: 0 10px;
   line-height: 24px;
   color: #909098;
   /* height: 72px; */
   overflow: hidden;
}

p {
   text-align: justify;
}

.btn a {
   display: block;
   width: 138px;
   line-height: 40px;
   border-radius: 40px;
   background: #df4c18;
   color: #fff;
   box-shadow: 0 2px 10px rgba(85, 50, 139, .2);
   text-align: center;
   margin: 0 auto;
}

.btn .a2 {
   margin-left: 0;
   border: 2px solid #fff;
   background: none;
}

.btn span {
   display: inline-block;
   padding-right: 40px;
   background: url(../images/icon3.png) no-repeat right center;
}

.btn {
   padding: 10px 0;
}

.btn a:hover span {
   padding-right: 20px;
}

.page2 {
   background: url(../images/img_15.jpg) no-repeat center center;
   background-size: cover;
}

.page2 .tit {
   padding: 30px 0
}

.page2 .text {
   width: 37%;
   padding: 0 6.5%;
   line-height: 30px;
   color: #fff;
}

.page2 .text p {
   margin-bottom: 30px;
}

.page2 .img {
   display: none;
}

.page2 .tit h3 {
   line-height: 63px;
   font-size: 34px;
   color: #fff;
   font-weight: bolder;
}

.team_list li {
   width: 33.333%;
   float: left;
}

.team_list li .box {
   padding-bottom: 62px;
   position: relative;
   background: url(../images/bg2.png) no-repeat bottom center;
   margin-bottom: 20px;
}

.team_list li .box .img1 {
   width: 102px;
   height: 102px;
   padding: 4px;
   border: 1px solid #dcdcdc;
   background: #fff;
   border-radius: 100%;
   margin: 0 auto;
}

.team_list li .box .img1 img {
   width: 102px;
   border-radius: 100%;
   height: 102px;
}

.team_list li .box h3 {
   text-align: center;
   color: #df4c18;
   max-width: 80%;
   margin: 0 auto;
   font-size: 18px;
   line-height: 40px;
}

.team_list li .box h3 label {
   display: inline-block;
   vertical-align: middle;
   color: #ffcc00;
   padding: 0 5px;
}

.team_list li .box p {
   max-width: 60%;
   height: 48px;
   overflow: hidden;
   margin: 0 auto;
   line-height: 24px;
   color: #909098;
}

@media only screen and (max-width: 750px) {
   #maximg {
      max-width: 100% !important;
      height: auto !important
   }

   .menu {
      z-index: 1000;
      position: fixed;
      top: 60px;
      left: -100%;
      width: 100%;
      height: 100%;
      background: #fff;
   }

   .menu ul li {
      float: none;
      display: block;
      border-bottom: 1px solid #ddd;
      padding: 0
   }

   .menu ul li a {
      line-height: 45px;
      font-size: 18px;
      color: #333
   }

   .header .logo {
      position: relative;
      z-index: 1001;
      line-height: 60px;
   }

   .header .logo img {
      height: 45px
   }

   .menu ul li:hover a,
   .menu ul li.on a {
      color: #df4c18
   }

   .menu_wrap {
      position: absolute;
      top: 10px;
      width: 40px;
      height: 40px;
      background: url(../images/menu.png) no-repeat center center #df4c18;
      background-size: 25px auto;
      right: 5px;
   }

   .h_menu .menu_wrap {
      background: url(../images/menu-1.png) no-repeat center center #df4c18;
      background-size: 25px auto;
   }

   .header {
      z-index: 100
   }

   .menu ul li {
      margin: 0 20px;
      ;
   }

   .menu ul li a {
      display: block;
   }

   .h_menu .menu {
      left: 0;
   }

   .header {
      line-height: 60px;
   }
}

.header1 {
   background: #fff !important;
   position: static;
}

.header1 .menu li a {
   color: #46434a;
}

.header1 .menu li.on a,
.header1 .menu li a:hover {
   color: #df4c18
}

.main_banner {
   height: 196px;
   padding-top: 100px;
   background: url(http://demo2.92wailian.com/k179/skin/images/banner1.jpg) no-repeat center center;
   background-size: cover;
   color: #fff;
}

.main_banner h2 {
   font-size: 30px;
   font-family: 'Trajan Pro';
   margin-bottom: 20px;
   margin-top: 20px
}

.main_banner p {
   font-size: 18px;
}

.ry_list {
   margin: 40px 0;
}

.ry_list li {
   text-align: center;
   width: 33.33%;
   float: left;
}

.ry_list li:nth-child(3n+1) {
   clear: both;
}

.ry_list li .box {
   margin: 20px;
}

.ry_list li .img {
   border: 15px solid #fcf9e7;
}

.ry_list li a {
   display: block;
   z-index: 9999;
   position: relative
}

.about2_list a {
   display: block;
   z-index: 9999;
   position: relative
}

.hj_owl a {
   display: block;
   z-index: 9999;
   position: relative
}

.ry_list li p {
   text-align: center;
   color: #df4c18;
   font-size: 18px;
   margin-top: 20px;
}

.ry_list li img {
   display: block;
   width: 100%;
}

.page_about {
   padding-top: 20px;
}

.about_list {
   margin-top: 20px;
}

.about_list img {
   display: block;
}

.about_list .item {
   padding: 30px 0;
   border-bottom: 1px solid #ebebeb;
   line-height: 30px;
   color: #333
}

.about_list .item:last-child {
   border-bottom: 0
}

.about_list .item:after {
   content: '';
   display: block;
   clear: both;
}

.about_list .img {
   float: left;
   margin-right: 35px;
}

.about_list h3 {
   font-size: 20px;
   font-weight: normal;
   margin-top: 30px;
}

.about_list p {
   margin-top: 20px;
}

.about_list .tit.center {
   text-align: center;
}

.about_list .tit h2 {
   font-size: 22px;
   font-weight: normal;
}

.about_list .tit label {
   font-size: 12px;
   color: #7f7f7f;
   line-height: 20px;
   display: block;
}

.his_list {
   max-width: 1050px;
   margin: 0 auto;
}

.his_list li {
   width: 45%;
   clear: both;
   float: left;
   position: relative;
   padding-right: 5%;
   text-align: right;
}

.his_list li h3 {
   font-size: 38px;
}

.his_list li:after {
   width: 19px;
   height: 19px;
   background: url(../images/icon6.png) no-repeat center center;
   left: 100%;
   position: absolute;
   margin-left: -9px;
   content: '';
   display: block;
   top: 36px;
}

.his_list li .txt {
   overflow: hidden;
}

.his_list li .txt p {
   line-height: 24px;
}

.his_list li:nth-child(2n) {
   float: right;
   padding-left: 5%;
   padding-right: 0;
}

.his_list li .img {
   float: left;
   margin-right: 40px;
   margin-top: 60px;
}

.his_list li:nth-child(2n+1) .txt p {
   text-align: right;
}

.his_list li:nth-child(2n) {
   text-align: left;
}

.his_list li:nth-child(2n):after {
   left: auto;
   margin-left: 0px;
   right: 100%;
   margin-right: -9px;
}

.his_list li:nth-child(2n) .img {
   float: right;
   margin-left: 40px;
   margin-right: 0
}

.his_list {
   position: relative;
   padding: 40px 0;
   margin: 40px auto;
}

.his_list .line {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 1px;
   margin: 0 auto;
   background: #e5e5e5
}

.his_list .line:after {
   content: '';
   display: block;
   width: 11px;
   height: 11px;
   border-radius: 100%;
   border: 1px solid #d7d7d7;
   background: #fff;
   margin-left: -6px;
}

.about2_list {
   max-width: 1050px;
   margin: 20px auto;
}

.about2_list li {
   position: relative;
   padding: 25px 0;
   padding-left: 257px;
}

.about2_list li:after {
   content: '';
   display: block;
   clear: both;
}

.about2_list .tit {
   position: absolute;
   width: 276px;
   border-bottom: 6px solid #df4c18;
   left: 0;
   z-index: 10
}

.about2_list .tit h3 {
   font-size: 26px;
   font-weight: normal;
   padding-top: 30px;
}

.about2_list .tit p {
   line-height: 60px;
   font-size: 20px;
   color: #818181;
}

.about2_list .img {
   float: left;
   margin-right: 33px;
}

.about2_list .text {
   overflow: hidden;
   line-height: 27px;
   color: #5b5b5b
}

.about2_list .text h3 {
   font-size: 16px;
   color: #000;
   line-height: 60px;
}

.zp_list .tit {
   padding: 30px 0;
   text-align: center;
}

.zp_list .tit h3 {
   font-size: 34px;
   font-weight: normal;
   line-height: 60px;
}

.zp_list .tit p {
   text-align: center;
   line-height: 36px;
   font-size: 16px;
   color: #454545;
}

.zp_list .tit a {
   color: #df4c18
}

.zp_list li {
   border: 1px solid #dedede;
   border-top: 2px solid #df4c18;
   margin-bottom: 15px;
}

.zp_list li:after {
   content: '';
   display: block;
   clear: both;
}

.zp_list li .lt {
   min-height: 280px;
   width: 70%;
   float: left;
   border-right: 1px solid #dedede
}

.zp_list li .rt {
   padding: 30px 38px;
   line-height: 30px;
   overflow: hidden;
}

.zp_list li .rt h3 {
   font-size: 18px;
   color: #df4c18;
   margin-bottom: 20px;
}

.zp_list li .rt .btn a {
   margin-left: 0;
   margin-top: 20px;
}

.zp_list li .title {
   margin: 0 35px;
   padding: 20px 0;
   border-bottom: 1px solid #ececec
}

.zp_list li .title h3 {
   font-size: 18px;
   margin-bottom: 10px;
}

.zp_list li .text {
   margin: 0 35px;
   line-height: 30px;
   color: #4c4c4c;
   padding: 20px 0;
}

.main_banner2 {
   background: url(http://demo2.92wailian.com/k179/skin/images/banner2.jpg) no-repeat center center;
}

.main_banner3 {
   background: url(http://demo2.92wailian.com/k179/skin/images/banner3.jpg) no-repeat center center;
}

.case_list {}

.case_list li {
   width: 33.333%;
   float: left;
}

.case_list li:nth-child(3n+1) {
   clear: both;
}

.case_list li a {
   display: block;
   margin: 10px;
}

.case_list ul {
   margin: -10px;
}

.case_list {
   max-width: 1117px;
   margin: 0 auto;
   margin-top: 30px;
}

.case_list li .text {
   border: 1px solid #eee;
   border-top: 0;
   padding: 0 20px;
}

.case_list li img {
   display: block;
}

.case_list h3 {
   font-size: 16px;
   line-height: 62px;
   border-bottom: 1px solid #e4e4e4;
}

.case_list h3 label {
   float: right;
   color: #df4c18;
   font-size: 14px;
   font-weight: normal;
}

.case_list p {
   line-height: 46px;
   padding-right: 100px;
   background: url(../images/icon7.png) no-repeat right center;
}

.case_list a:hover p,
.case_list a:hover h3 span {
   color: #df4c18
}

.div_pos {
   color: #515151;
   line-height: 48px;
   background: #fff;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.div_pos a:hover,
.div_pos a.on {
   color: #df4c18
}

.details {
   max-width: 960px;
   margin: 0 auto;
   padding-top: 40px
}

.details .tit {
   text-align: center;
   padding-bottom: 35px;
   border-bottom: 1px solid #e8e8e8;
   margin-bottom: 20px;
}

.details .tit p {
   text-align: center;
   font-size: 18px;
   color: #df4c18;
}

.details .tit h2 {
   font-size: 28px;
   color: #000;
   font-weight: normal;
   margin-bottom: 20px;
}

.details .text {
   line-height: 25px;
}

.details .text p {
   margin-bottom: 15px;
}

.details_owl {
   position: relative;
}

.details_owl .num {
   z-index: 10;
   text-align: center;
   color: #fff;
   position: absolute;
   bottom: 0;
   right: 101px;
   width: 100px;
   line-height: 50px;
   background: rgba(0, 0, 0, 0.54)
}

.details2 {
   max-width: 910px;
}

.details_owl .owl-theme .owl-controls {
   width: 101px;
   left: auto;
   right: 0;
   height: 50px;
   background: #fff;
}

.details_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
   width: 50px;
   height: 50px;
   float: left;
   border-left: 1px solid #e1e6e6;
   margin: 0;
   padding: 0;
   margin-left: -1px;
}

.details_owl .owl-theme .owl-controls .owl-nav [class*=owl-]:first-child {
   border-left: 0;
}

.details_owl .owl-theme .owl-controls .owl-nav .owl-prev {
   background: url(../images/cur3.png) no-repeat center center;
}

.details_owl .owl-theme .owl-controls .owl-nav .owl-next {
   background: url(../images/cur4.png) no-repeat center center;
}

.details_owl .owl-theme .owl-dots .owl-dot {
   display: none;
}

.txt_cur {
   margin-top: 20px;
   padding-top: 25px;
   border-top: 1px solid #f0f0f0
}

.txt_cur span {
   display: inline-block;
   max-width: 45%;
}

.txt_cur span a {
   display: inline-block;
   line-height: 40px;
   padding: 0 20px;
   border: 1px solid #e1e5e2;
   color: #505050;
   max-width: 80%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.txt_cur span a:hover {
   border-color: #df4c18;
   color: #df4c18
}

.main_banner.main_banner4 {
   background: url(http://demo2.92wailian.com/k179/skin/images/banner4.jpg) no-repeat center center;
   background-size: cover;
}

.information {
   max-width: 1080px;
   margin: 0 auto;
}

.information .left {
   float: left;
   width: 49%;
}

.information .left .box {
   border: 1px solid #e6e9ee;
   padding: 37px 60px 39px;
}

.information .left h3 {
   font-size: 18px;
}

.information .left .list {
   margin-top: 17px;
}

.information .left .list ul li {
   line-height: 52px;
   border-bottom: 1px solid #d4cce2;
}

.information .left .list ul li span {
   display: block;
   float: left;
   margin-right: 10px;
   color: #df4c18;
}

.information .left .list ul li .web {
   overflow: hidden;
}

.information .left .list ul li .web .div_inp {}

.information .left .list ul li .web .div_inp input {
   width: 100%;
   height: 52px;
   line-height: 52px;
   border: none;
}

.information .left .btn {
   padding: 0;
   margin-top: 30px;
}

.information .left .btn button {
   margin: 0;
   display: block;
   width: 138px;
   line-height: 40px;
   border-radius: 40px;
   background: #df4c18;
   color: #fff;
   box-shadow: 0 2px 10px rgba(85, 50, 139, .2);
   text-align: center;
   margin: 0 auto;
   border: 0;
   cursor: pointer;
}

.information .right {
   float: right;
   width: 49%;
   background: #f7f7f7;
}

.information .right .box {
   padding: 37px 25px 30px;
}

.information .right h3 {
   font-size: 18px;
}

.information .right .web {}

.information .right .web p {
   margin-top: 20px;
   line-height: 2
}

.information .right .web p span {
   font-size: 20px;
   font-weight: bold;
   color: #df4c18;
}

.information .right .ewm {
   margin-top: 25px;
}

.information .right .ewm .pic {
   width: 132px;
   height: 132px;
   float: left;
   margin-right: 24px;
}

.information .right .ewm .pic img {
   display: block;
   width: 100%;
}

.information .right .ewm .text {
   overflow: hidden;
   line-height: 132px;
}

.information .right .ewm .text p {}

.addres {
   max-width: 1080px;
   margin: 0 auto;
   margin-top: 28px;
}

.addres img {
   display: block;
   width: 100%;
}

.news_list {}

.news_list ul li {
   margin-top: 50px;
}

.news_list ul li .pic {
   float: left;
   width: 300px;
   margin-right: 40px;
}

.news_list ul li .pic img {
   display: block;
   width: 100%;
}

.news_list ul li .web {
   overflow: hidden;
}

.news_list ul li .web h3 {
   font-size: 18px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.news_list ul li .web h3 a {
   color: #df4c18;
}

.news_list ul li .web p {
   line-height: 28px;
   color: #6e6e6e;
   height: 84px;
   overflow: hidden;
   text-align: justify;
   margin-top: 25px;
}

.news_list ul li .web .btn {
   padding: 0;
   margin-top: 27px;
}

.news_list ul li .web .btn a {
   display: inline-block;
}

.news_list ul li .web .btn label {
   display: inline-block;
   line-height: 40px;
   padding-left: 22px;
   background: url(../images/icon8.png) no-repeat left center;
   color: #666;
   margin-left: 30px;
}

.main_banner.main_banner5 {
   background: url(http://demo2.92wailian.com/k179/skin/images/banner5.jpg) no-repeat center center;
   background-size: cover;
}

.page_service {
   padding-left: 65px;
   padding-right: 10px;
}

.ser_box {
   position: relative;
}

.ser_box .pic {
   max-width: 638px;
}

.ser_box .pic img {
   display: block;
   width: 100%;
}

.ser_box .web {
   position: absolute;
   top: 0;
   right: 0;
   max-width: 580px;
}

.ser_box .web .top {
   padding-left: 160px;
}

.ser_box .web .top p {
   font-size: 12px;
   color: #2e194f;
   text-transform: uppercase;
}

.ser_box .web .top h3 {
   font-size: 32px;
   font-weight: normal;
   margin-top: 20px;
   line-height: 40px;
}

.ser_box .web .text {
   margin-top: 55px;
   background: #df4c18;
   padding: 50px 75px 48px 95px;
   color: #fff;
}

.ser_box .web .text h4 {
   font-family: Arial;
   font-weight: normal;
   color: #ffe800;
}

.ser_box .web .text h3 {
   font-size: 30px;
   font-weight: normal;
   margin-top: 25px;
}

.ser_box .web .text p {
   line-height: 28px;
   text-align: justify;
   height: 112px;
   overflow: hidden;
   margin-top: 20px;
}

.ser_box .web .text .pr_ne {
   margin-top: 40px;
}

.ser_box .web .text .pr_ne label {
   display: inline-block;
   width: 40px;
   height: 40px;
   border: 1px solid #fff;
   border-radius: 40px;
   vertical-align: top;
   margin-right: 5px;
}

.ser_box .web .text .pr_ne label.prev {
   background: url(../images/cur3-1.png) no-repeat center center;
}

.ser_box .web .text .pr_ne label.next {
   background: url(../images/cur4-1.png) no-repeat center center;
}

.ser_box .web .text .pr_ne label.prev:hover {
   background: #fff url(../images/cur3.png) no-repeat center center;
}

.ser_box .web .text .pr_ne label.next:hover {
   background: #fff url(../images/cur4.png) no-repeat center center;
}

.page_service .owl-theme .owl-controls {
   width: 65px;
   top: 0;
   bottom: 0;
   left: -65px;
   text-align: center;
}

.page_service .owl-theme .owl-dots .owl-dot {
   display: block;
   margin: 0 auto;
}

.page_service .owl-dots {
   counter-reset: nav;
}

.page_service .owl-theme .owl-dots .owl-dot span {
   width: 100%;
   line-height: 40px;
   height: auto;
   color: #a0a0a0;
   position: relative;
   padding: 5px 0;
}

.page_service .owl-theme .owl-dots .owl-dot span:after {
   content: '';
   display: block;
   height: 0;
   width: 1px;
   background: #000;
   margin: 0 auto;
}

.page_service .owl-theme .owl-dots .owl-dot:last-child span:after {
   display: none;
}

.page_service .owl-theme .owl-dots .owl-dot.active span:after,
.page_service .owl-theme .owl-dots .owl-dot:hover span:after {
   height: 50px;
}

.page_service .owl-theme .owl-dots .owl-dot.active span,
.page_service .owl-theme .owl-dots .owl-dot:hover span {
   color: #000
}

.page_service .owl-dots .owl-dot span:before {
   text-align: center;
   display: block;
   counter-increment: nav;
   content: "0" counter(nav);
}

@media only screen and (max-width: 1000px) {
   .owl_cur>div {
      width: 33.33%;
   }

   .ser_box .pic {
      max-width: 500px;
   }

   .ser_box .web .text {
      margin-top: 20px;
      padding: 40px;
   }

   .ser_box .web .top {
      padding-left: 250px;
   }
}

@media only screen and (max-width: 1024px) {
   .page1_list li {
      width: 50%;
   }

   .page1_list li img {
      width: 100%;
   }

   .page_tit {
      margin-bottom: 30px;
   }

   .page {
      padding: 30px 0;
   }

   .page2 .tit h3 {
      line-height: 55px;
   }

   .team_list li {
      width: 50%;
   }

   .information .left .box {
      padding: 30px;
   }
}

@media only screen and (max-width: 900px) {
   .about2_list li {
      padding: 10px 0;
      padding-left: 200px;
   }

   .tit_tag li {
      width: 180px;
   }

   .ry_list li {
      width: 50%;
   }

   .ry_list li:nth-child(3n+1) {
      clear: none;
   }

   .ry_list li:nth-child(2n+1) {
      clear: both;
   }

   .about_list .img {
      width: 50%;
      margin-right: 20px;
   }

   .about_list h3 {
      margin-top: 20px;
   }

   .his_list li .img {
      width: 126px;
   }

   .about2_list .img {
      margin-right: 20px;
   }

   .about2_list .text h3 {
      line-height: 40px;
   }

   .ser_box .pic {
      width: 100%;
      max-width: initial;
   }

   .ser_box .web {
      max-width: 80%;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
   }

   .ser_box .web .top {
      padding-left: 0
   }
}

@media only screen and (max-width: 750px) {
   .news .lt .img img {
      height: auto !important
   }

   .news .list img {
      height: auto !important
   }

   .details .tit h2 {
      font-size: 22px !important
   }

   .hj_owl {
      padding: 0 10%
   }

   .team_list li {
      float: none;
      margin: 0 auto;
      width: 100%;
   }

   .team_list li .box p {
      max-width: 280px;
   }

   .full {
      display: none;
   }

   .owl_cur {
      display: none;
   }

   .news .lt {
      width: 100%;
      float: none;
      margin-bottom: 20px;
   }

   .news_list ul li .pic {
      margin-right: 20px;
   }

   .news_list ul li {
      margin-top: 20px;
   }

   .information .right,
   .information .left {
      width: 100%;
      float: none;
      margin: 10px auto;
   }

   .tit_tag li {
      width: auto;
   }

   .tit_tag li a {
      padding: 0 20px;
   }

   .tit_tag {
      margin-top: 10px;
   }

   .ry_list {
      margin: 20px 0
   }

   .about_list .item {
      padding: 15px 0
   }

   .his_list li {
      margin-bottom: 20px;
      width: 100%;
      text-align: left;
   }

   .his_list li .img {
      float: left !important;
      margin: 0 auto !important;
      margin-right: 20px !important;
      margin-top: 20px !important;
   }

   .his_list .line {
      left: 0;
      margin-left: 0;
      display: none;
   }

   .his_list li h3 {
      font-size: 20px;
   }

   .his_list li .txt p {
      margin-top: 10px;
   }

   .his_list {
      padding: 0;
      margin: 0;
   }

   .his_list li p {
      text-align: left !important;
   }

   .about2_list .tit {
      position: initial;
      width: 100%;
      border-bottom: 0
   }

   .about2_list .tit h3 {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      padding-top: 0
   }

   .case_list li {
      width: 50%;
   }

   .case_list li:nth-child(3n+1) {
      clear: none;
   }

   .case_list li:nth-child(2n+1) {
      clear: both;
   }

   .about2_list .tit p {
      display: inline-block;
      vertical-align: middle;
   }

   .about2_list li {
      padding-left: 0
   }

   .news_list ul li .web p {
      margin-top: 10px;
   }

   .news_list ul li .web h3 {
      padding-top: 10px;
   }

   .main_banner h2 {
      font-size: 22px;
      margin-bottom: 10px;
   }

   .main_banner p {
      font-size: 15px !important
   }

   .main_banner {
      height: auto;
      padding: 80px 0;
   }

   .banner img {
      max-width: initial;
      width: 150%;
      margin-left: -25%;
   }

   .owl-theme .owl-dots {
      margin-bottom: 20px;
   }

   .banner_cur {
      display: none;
   }

   .page1_list li {
      width: 100%;
   }

   .page2 .img {
      display: block;
   }

   .page2 .img img {
      width: 100%;
      display: block;
   }

   .page2 {
      background: none;
   }

   .page2 .text {
      box-sizing: border-box;
      width: 100%;
      background: #df4c18;
      padding-bottom: 30px;
   }

   .hj_owl img {
      width: 100%;
   }

   .page2 .tit {
      padding: 20px 0;
   }

   .page2 .text p {
      margin-bottom: 20px;
   }

   .news .lt .text {
      padding: 20px;
   }

   .news .list ul {
      margin: 0
   }

   .news .bg {
      display: none;
   }

   .f_nav li {
      padding: 0 5px;
   }

   .f_nav {
      padding: 20px 0
   }

   .footer p {
      line-height: 20px;
   }

   .footer {
      padding: 20px 0
   }

   .page_service .owl-theme .owl-controls {
      width: 30px;
      left: -40px;
   }

   .page_service {
      padding-left: 30px;
   }

   .ser_box .web {
      position: initial;
      transform: none;
      max-width: 100%;
      margin-top: 20px;
   }

   .ser_box .web .text {
      padding: 20px;
   }

   .ser_box .web .top h3 {
      font-size: 24px;
      margin-top: 5px;
   }

   .news_list ul li .pic {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 10px;
      float: none;
   }

   .txt_cur span {
      max-width: 100%;
      float: none !important;
   }

   .txt_cur span a {
      max-width: 100%;
   }

   .tit_tag li {
      line-height: 40px;
   }

   .tit_tag ul {
      white-space: nowrap;
   }

   .tit_tag {
      overflow-x: auto;
   }

   .case_list li {
      width: 100%;
   }

   .case_list li img {
      width: 100%;
   }

   .zp_list li .lt {
      width: 100%;
      border-bottom: 1px solid #eee;
   }

   .zp_list li .rt {
      padding: 20px;
   }

   .about2_list .text h3 {
      white-space: normal;
      line-height: 20px;
   }

   .about2_list .text {
      overflow: initial;
   }

   .about_list h3 {
      white-space: normal;
   }

   .ry_list li .box {
      margin: 5px;
   }

   .ry_list li p {
      line-height: 40px;
      margin-top: 0
   }

   .ry_list li .img {
      border-width: 10px;
   }

   .zp_list li .text,
   .zp_list li .title {
      margin: 0 20px;
   }
}

.f_nav li {
   margin: 5px 0
}

.f_nav li:first-child {
   border-left: 0;
}

.pagebar {
   padding: 20px;
   overflow: hidden
}

.pagebar .pagination {
   display: flex;
   justify-content: center;
   margin-top: 10px;
}

.pagination a {
   background: #fff;
   border: 1px solid #ccc;
   color: #333;
   font-size: 12px;
   padding: 7px 8px;
   margin: 0 2px;
   border-radius: 3px;
}

.pagination span {
   color: #333;
   font-size: 12px;
   padding: 7px 2px;
   margin: 0 2px;
   border-radius: 3px;
}

.pagination a:hover {
   color: #333;
   border: 1px solid #333;
}

.pagination a.page-num-current {
   color: #fff;
   background: #333;
   border: 1px solid #333;
}

.pagination .st {
   font-family: 宋体
}

.text-secondary {
   text-align: center;
   padding: 20px 0
}