body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: '微软雅黑',sans-serif;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-weight: 400;
}
input[type="button"], input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
button[disabled], html input[disabled] {
  cursor: default;
  color: #b3b3b3;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
p {
  margin: 0;
  font-family: '微软雅黑', sans-serif;
}
ul,li {
  margin: 0;
  padding: 0;
  list-style: none;
}
label {
  margin: 0;
}
a, a:hover,a:link,a:visited,a:active{
  text-decoration: none;
  color: #333;
}
/*按钮图标*/
.ad-page .section-2 .feature-list.pb0 {
  padding-bottom: 0px
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/*-- header --*/
header {
  position: fixed;
  top: -2px;
  left: 0;
  height: 80px;
  z-index: 99;
  background: rgba(255,255,255,1);
  width: 100%;
  padding: 0;
  border-top: 2px solid #2c333d;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.logo {
  margin-top: 0;
  height: 80px;
  display: flex; 
  align-items: center;
  text-align: left;
}
.logo a img {
  max-height: 100%; 
  text-decoration: none;
  font-size: 35px;
  color: #286090;
  width: 100%;
  text-transform: uppercase;
}
.navbar {
  margin-bottom: 0px;
  min-height: 80px;
  border: 0;
  padding:  0;
  display: flex;
  align-items: center;
}
.banner{
  margin-top: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
 /*  border-bottom: #f57d26 solid 3px; */
  color: #f57d26;
  background-color: transparent;;
}
.navbar-nav>li {
  height: 80px; /* 与导航栏高度一致 */
  display: flex; /* 使用flex让文字垂直居中 */
  align-items: center;
  margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #f57d26;
  background-color: transparent;
}
.navbar-nav>li::after {content: "";
    transform: translateY(-50%) rotate(120deg);
    top: 50%;
}
.navbar-nav>li:first-child::after {content: "";

  border: 0;
}
.navbar-nav {
display: flex;
align-items: center;
 margin-left: 120px;
}

.nav>li>a {
  padding:  0;
}
.navbar-inverse .navbar-nav>li>a {
  color: #333;
}
.navbar-nav>li>a {
  padding: 8px;
  font-size: 18px;
}
ul.nav.navbar-nav li a:hover {
  color: #f57d26;

}
/*-- bootstrap dropdown hover menu --*/
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.collapse.navbar-collapse {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

/*-- lang switch   --*/
lang switchng-switch {
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.lang-switch a {
  font-size: 14px;
  color:  #f57d26;
  text-decoration: none;
  font-weight: bold; 
}

.lang-switch a:hover {
  color: #f57d26;
}


/*-- banner-slider --*/
#slides {
  height: 900px;
  width: 1920px;  overflow: hidden;
}
#slides h3 {
  font-weight: 300;
  color: white;
  text-shadow: 0 1px 1px #000;
  margin: 230px 0 30px 0;
  letter-spacing: 10px;
  font-size: 50px;
}
#slides p {
  font-weight: 300;
  color: white;
  margin: 30px 0;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 33px;
  width: 80%;
  margin: 0 auto;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 40px;
}
.slides-pagination a {
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: leftdle;
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
.slides-navigation {
  top: 50%;
}
.slides-navigation a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 2px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #000;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 5px;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.slides-navigation a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.slides-navigation a:hover .fa-chevron-right:before, .slides-navigation a:hover .fa-chevron-left:before
  {
  color: #f57d26;
}
.slides-pagination a {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: white;

}
.slides-pagination a.current {
  background:#f57d26 ;
}
/*-- //banner-slider --*/
/*--flexisel--*/
.flex-slider {
  background: #242a2c;
  padding: 100px 0;
}
#flexiselDemo1 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0px auto;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
}
.video-img{position:relative; height: 600px; overflow: hidden}
.img-bg img{padding: 0;margin: 0}
.video-img .icon-wapper{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -60px;
}
.video-img .icon-wapper .icon-play{
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../images/play.png) no-repeat}
.video-img-mk{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  text-align: center;
  display: none;
}
.video-show-con{
  width: 1200px;
  position: relative;
  left: 50%;
  top:50%;
  margin-top: -300px;
  margin-left: -600px;
}
.video-show-con .bnt-x{
  position: absolute;
   right: -31px;}
.video-show-con #myVideo{width: 1200px; height: 680px}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 20px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: 45px;
  top: 45% !important;
  background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
  right: 45px;
  top: 45% !important;
  background: url(../images/themes1.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left, ul#flexiselDemo3.nbs-flexisel-nav-right
  {
  width: 26px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  display: none;
}
.properties-list {
  width: 90%;
  margin: 0 auto;
}
.properties-list h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 33px;
  color: #e17328;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*-- features --*/
.features-w3l {
  padding: 70px 0 80px 0;
  background: #f8f8f8;
}
.features-w3l h3 {
  padding: 20px 0 20px 0;
  color: #333;
  position: relative;
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: initial;
  opacity: 0;
  top:60px;
}
.features-items{
  text-align: center;
  float: left;
  width: 20%;
  position:relative;
  opacity: 0;
  top:60px;
}
.features-items h4{
  font-size: 20px;
  color:#333;
  margin-bottom:10px;
}
.features-items p{font-size:14px;
  color: #b3b3b3
}
.features-items .icon-imgs{
  display: inline-block;
  border: 1px  solid #e3e3e3;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  text-align: center;
  line-height: 92px;
  margin:34px 0;
}
.icon-edu{
    background: url(../images/icons/icon-edu.png) no-repeat center;
  }
.icon-travel{
  background: url(../images/icons/icon-travel.png) no-repeat center;
}
.icon-house{
  background: url(../images/icons/icon-house.png) no-repeat center;
}
.icon-investment{
  background: url(../images/icons/icon-investment.png) no-repeat center;
}
.icon-create{
  background: url(../images/icons/icon-create.png) no-repeat center;
}
.features-items:hover .icon-edu{
  background: url(../images/icons/icon-edu-on.png) no-repeat center;
}
.features-items:hover .icon-travel{
  background: url(../images/icons/icon-travel-on.png) no-repeat center;
}
.features-items:hover .icon-house{
  background: url(../images/icons/icon-house-on.png) no-repeat center;
}
.features-items:hover .icon-investment{
  background: url(../images/icons/icon-investment-on.png) no-repeat center;
}
.features-items:hover .icon-create{
  background: url(../images/icons/icon-create-on.png) no-repeat center;
}
.features-items  button{width: 68px;
  height: 20px;
  background: #bcbcbc;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  margin:20px 0 }
.features-items .items-a{
  position: relative
}
.features-items .items-bg{
  position: absolute;
   display: none;

}
.features-items:hover .items-bg{
  display:block
}
.features-items:hover .icon-imgs{
  border: 1px  solid #fea333;
}
.features-items:hover h4,.features-items:hover p{
  color: #fea333
}
/*.features-items:hover .icon-imgs{
  opacity: 0;
}*/
.features-items:hover button{
  background: #fea333;
  color: #fff;
}
.life-warp {
  text-align: center;
  margin: 40px 0;
  line-height: 30px;
}
.life-warp h3{
  font-size: 26px;
  color: #333;
/*  font-weight: 600;*/
}
.life-warp .text-subtitle{
  color: #999;
  font-size: 24px;
  font-family: serif;
  margin: 10px 0;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.life-warp .text-subtitle::after{
  content: "";
  border-bottom: 1px solid #fea333;
  display: inline-block;
  width: 50px;
  position: absolute;
  top: 42px;
  left: 72px;
}
.life-warp p{font-size: 14px;
  line-height: 48px;
  color: #666;}
.sliders-img-warp li{float: left;padding: 0; margin: 0}
.wthree_w3l_grid-left1 i {
  font-size: 36px;
  color: #e17328;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 23px 0;
  background: #fff;
  border-radius: 4px;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.wthree_w3l_grids:nth-child(3) {
  margin: 3em 0;
}
.wthree_w3l_grid-right p {
  font-size: 13px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
}
.wthree_w3l_grid-right {
  padding-left: 0;
}
.wthree_w3l_grid-right h4 {
  font-size: 19px;
  color: #333;
  font-weight: 300;
  margin: 2px 0 15px 0;
  text-transform: uppercase;
}
.wthree_w3l_grid:hover .wthree_w3l_grid-left1 i {
  background: #286090;
}
.wthree_w3l_grid:hover .wthree_w3l_grid-right h4 {
  color: #286090;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
}
.wthree_w3l_grid {
  margin-top: 20px;
}
/*-- //features --*/
.footer-top {
  padding: 50px 0;
  background: #f2f2f2;
}
.footer-top-left .footer-nav ul li {
  line-height: 2.7em;
  font-size: 18px;
  list-style-type: none;
  display: inline-block;
}
.footer-top-left .footer-nav ul li a {
  color: #333;
  text-decoration: none;
}
.footer-top-left  .footer-nav ul li a:hover, .col-bottom ul li a:hover,
.banner-info ul li a:hover {
  color: #333;
}
.footer-top-left ul li a i {
  margin-right: 22px;
  font-size: 11px;
  color: #333;
}
.address-list address ul li {
  color: #999;
  list-style-type: none;
  padding: 12px 0;
  font-size: 16px;
}
.address-list address ul li a {
  color: #333;
}
.chat-codeapk {
  text-align: center;
}
.chat-codeapk p {
  color: #999;
  margin-bottom: 10px;
}
p.footer {
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
.w3layouts-copyright {
  background: #1b1b1b;
  padding: 20px 0;
}
p.footer a {
  text-decoration: none;
  color: #e17328;
}
p.footer a:hover {
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.nav-item-title{
  border-bottom: 1px solid #D5DAE1;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  color: #7E808A;
}
.nav-item-title a{
  color: #7E808A;
}
.nav-item-title span{
  line-height: 2;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  color: #7E808A;
  letter-spacing: 0;
}
.nav-item-title a.active{
  color: #333;
}
.j-title-box .en {
  padding-top: 96px;
  color: #9e9e9e;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: 'HelveticaNeue-UltraLight', "PingFang SC",
    'Microsoft Yahei', Arial, Verdana, sans-serif;
  font-weight: 100;
}
.j-title-box .title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ff9020;

}
.j-title-box .title span.num{
  font-size:60px;
  font-family: serif;
  font-weight: 600;
  margin-right: 15px;
}
.j-title-box .subtitle{
  font-size: 22px;
  margin:50px 0;
}
.j-title-box .mb10{  margin-bottom:10px;}
.j-title-box {
  margin: 0 20px;

}
/*.j-title-box,.j-img-box{
  transition:all .2s
}*/
.j-title-box{
  padding-top: 50px;
}
.j-title-box.texts-right{
  width: 266px;
  right: 0;
  z-index: 22;
}
.scrolls  h3,.scrolls  h4{
  transition: initial;
}
.scrolls .title,
.scrolls .subtitle,
.scrolls .cn,
.scrolls .j-img-box {
  position: relative;
  top: 60px;
  opacity: 0;
}
.box-bottom{
  padding-top: 180px
}
.j-img-box.cur,.j-title-box.cur{padding-top: 0;}
.j-title-box .cn, .section-cont p, .footer-top-left .footer-nav ul li {
  font-size: 14px;
  line-height:2;
}
.container{
padding-left: 0;
padding-right: 0;
width: 1200px;

}
.about-title-box{
  padding-top: 20px;
}
.about-title-box .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ff9020;
}
.about-title-box .subtitle {
   font-size: 16px;
 }
.about-title-box .cn{
  margin-top: 30px;
  font-size: 14px;
  line-height:2;
}
.about-title-box .cn p{
  text-indent: 14px;
}
.about-title-box .sign{
  padding-right: 110px;
  padding-top: 10px
}
.sign-max{
  font-size: 24px;
  font-weight: 600;
}
.timefoot h3.title{
  margin-bottom: 88px;
}
.timefoot .nbs-flexisel-nav-left{
  width: 57px;
  height: 57px;
  left: -25px;
  top: 25% !important;
  background: url(../images/about/time-arrow-left.png) no-repeat center;
}
.timefoot .nbs-flexisel-nav-right{
  width: 57px;
  height: 57px;
  right: -25px;
  top: 25% !important;
  background: url(../images/about/time-arrow-right.png) no-repeat center;
}
.more-bnt {
  background: #0ad009;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
}
.more-bnt:hover{
  color: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.show-page p{
  color: #999;
  line-height: 1.8;
}
.show-box{

}
.show-box .title{
  text-align: center;
  font-size: 30px;
  margin: 40px 0;
}
.show-box .subtitle{
  font-size: 24px;
  padding: 20px 0;
}
.show-box .subtitle span{    font-size: 16px;}
.show-box  .mainimg{
  margin: 40px 0;
}
/*.show-box .mainimg p,.show-subbox .list .listitem .item-imgs p{
  height: 374px;
  overflow: hidden;
  margin-bottom: 20px;
}*/
.show-subbox{
  margin-top: 40px;
}
.show-subbox .title{
  font-size: 26px;
  text-align: center;
  margin: 40px 0;
 }
.show-subbox .list{
  float: left;
  margin-bottom: 40px;
  }
.show-subbox .list .listimg{
  float: left;
  width: 524px;
  height: 342px;
  overflow: hidden;
}
.show-subbox .list .listitem{
  margin-left: 600px;
  padding: 0 20px;
}
.show-subbox .list .listitem.travel-list{
  margin-left: 0;
  padding: 0;
}
.show-subbox .list .listitem h3{
  font-size: 20px;
  margin-bottom: 24px;
 }
.show-subbox .list .listitem .subtitle {
  font-size: 24px;
  padding: 20px 0;
}
.list .listitem.travel-list h3{
  font-size: 30px;
}
.show-subbox .list .listitem .item-imgs{
  margin-top: 24px;
 }
.show-subbox .list .listitem .item-imgs img{
  padding-right: 5px;
}
/*向下动画效果*/
.dwon-animate{
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 90;
  -webkit-animation: bounce-down 1.5s linear infinite;animation: bounce-down 1.5s linear infinite;
}
.dwon-animate a{display: inline-block;
  font-size: 3em;  }
.colorfff{color:#fff}
.dwon-animate a.colorfff{color: #fff;font-size:3.78em; }
@-webkit-keyframes bounce-down {
  25% {-webkit-transform: translateY(-10px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(10px);}
}
@keyframes bounce-down {
  25% {transform: translateY(-10px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(10px);}
}
/*-----向下动画效果----*/
.nav-menu{margin-top: 40px}
.nav-menu ul{list-style: none}
.nav-menu ul li {
  float: left;
  background: #efefef;
  border-left: 1px solid #fff;
  font-size: 18px;
  position: relative;
  transition: all 1s;
}
.nav-menu ul li span{
  display: block;
  padding: 10px 35px;
}
.nav-menu ul li.active {
  background: #ff9020;

}
.nav-menu ul li.active span::after{
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 0;
  border: 5px solid #fff;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
}
.nav-menu ul li .subnav-itme{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #ffa246;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.nav-menu ul li .subnav-itme dd{
  padding: 8px 0;
}
.nav-menu ul li .subnav-itme dd.on, .nav-menu ul li .subnav-itme dd:focus,
.nav-menu ul li .subnav-itme dd:hover {
  transition: all 1s;
  background: #ff4f22;
}
.list-menu{
  position: absolute;
  left:20px;
  top:160px
}
.list-menu  ul li{
  list-style: none;
  width: 78px;
  padding: 15px 0;
  display: inline-block;
  color: #Fff;
  text-align: center;
}
.list-menu ul li:hover{
  background: #FF9132;
}
.list-menu ul li:first-child:hover{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.list-menu ul li:last-child:hover{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.list-menu .icon-imgs {
  display: inline-block;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
}
.left-arrow{
  width: 78px;
  height: 78px;
  text-align: center;
  background: lightgray;
  margin-top: 5px;
  border-radius: 10px;
  padding: 15px 0;
}
.left-arrow.on{
  background: #ffa246
}
.icon-left-arrow{ background: url(../images/icons/left-arrow.png) no-repeat center;}
.icon-edu-s{    background: url(../images/icons/edu.png) no-repeat center;}
.icon-travel-s{
  background: url(../images/icons/travel.png) no-repeat center;
}
.icon-house-s{
  background: url(../images/icons/house.png) no-repeat center;
}
.icon-investment-s{
  background: url(../images/icons/invenst.png) no-repeat center;
}
.icon-create-s{
  background: url(../images/icons/create.png) no-repeat center;
}
.list-menu .submetu{
  width: 78px;
  background: #ffa246;
  border-radius: 10px;
  display: inline-block;
}
.list-main-title{
  background: #fff;
  text-align: center;
  padding: 30px 0;
}
.list-main-title h3{
  font-size: 32px;
}
.list-item .item-mk{
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}
.list-item .item-mk.con-rigth{
  width: 450px;
  right: 0;
  left: auto;
  padding: 0 40px;
  line-height: 24px;
}
.list-item{
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  top:60px;
  opacity: 0;
}
.list-item .item-images{
  width: 1200px; height: 387px;
}
.list-item .item-images img{
  transition: 2s all;
}
.list-item:hover .item-images img{
  transform: scale(1.1)
}
.list-item .item-text{
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-item .item-text .title{
  font-size: 30px;
  padding-bottom: 20px;
}
.list-item .item-text .texts{
  font-size: 14px;

}
.bg-gray{background: #f8f8f8}
/*-- icons --*/
.main-content{
  margin-top: -6px;
}
.icons-page {
  padding: 20px 0;
  border-bottom: 20px solid #f8f8f8;
}
.about-page{
  padding: 100px 0;
  border-bottom: 20px solid #f8f8f8;
}
.about-page:nth-last-child(1){

  border-bottom: 0;
}
.about-pages{
   padding: 40px 0;
 }
.about-bg1{
  height:618px;
  background: url(../images/about/bg1.jpg) no-repeat center;
  opacity: 0;
  position: relative;
  top:60px;
}
.about-bg2{
  height:618px;
  background: url(../images/about/bg2.jpg) no-repeat  center bottom;
  opacity: 0;
  position: relative;
  top:60px;
}
.hxoverhidden{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.hxabout{
  background: #f69c4d;
  padding: 0 40px;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hxabout .about-title-box .title{
  text-align: center;
  color: #333;}
.hxabout .about-title-box .subtitle{
  text-align: center;
  color: #333;}
.codes a {
  color: #999;
}
.icon-box {
  padding: 8px 15px;
  background: rgba(40, 96, 157, 0.11);
  margin: 1em 0 1em 0;
  border: 5px solid #ffffff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  cursor: pointer;
}
.icon-box:hover {
  background: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
  color: #fff;
}
.icon-box:hover a.agile-icon {
  color: #fff;
}
.icon-box i {
  margin-right: 10px;
  font-size: 20px;
  color: #282a2b;
}
.icons-page .bs-glyphicons li {
  display: inline-block;
  width: 22%;
  height: 115px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  list-style-type: none;
  background: rgba(40, 96, 157, 0.11);
  margin: 1%;
}
.icons-page .bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #282a2b;
}
.icons-page .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
}
.icons-page .bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
.news-nav{
  font-size: 18px;
  color: #666;
  margin-top: 50px;
}
.news-nav ul{

}
.news-nav ul li{
  display: inline-block;
  margin-right: 80px;
}
.news-nav ul li.active {
  color: #f7672a;
}
.newslist{
  margin-top: 50px;
  float: left;
  width: 100%;
}
.newslist .newsitem{
  float: left;
  overflow: hidden;
  margin: 48px 0;
  position:relative;
  opacity: 0;
  top:60px;
}
.newslist .newsitem .itemimg{
  width: 323px;
  height: 212px;
  overflow: hidden;
  float: left;

}
.newslist .newsitem .itemimg img{
  transition: 1s all;
  width: 100%;
  height: 100%;
}
.newslist .newsitem .itemimg:hover img{
  transform: scale(1.1)
}
.newslist .newsitem .itemtext{
  margin-left: 378px;
}
.newslist .newsitem .itemtext .text h4{
  font-size: 24px;
}
.newslist .newsitem .itemtext .text p{font-size: 14px;
  margin-top: 24px;}
.newslist .newsitem .itemtext .itemdate{
  font-size: 12px;color: #666;
  margin: 20px 0;
}
.newslist .newsitem .itemtext .more{
  font-size: 12px; color: #666;
  margin: 40px 0;
}
.newsshow{
  margin: 70px 0;
  font-size: 16px;
  float: left;
}
.newsshow h4{
  font-size: 24px;
}
.newsshow .subtitle {
  margin-bottom: 38px;
}
.newsshow .subtitle p{  font-size: 16px; color: #333}
.newsshow .data{
  margin: 30px 0;
  font-size: 16px;
  line-height: 28px;
}
.icon-data{
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url(../images/icons/data.png) no-repeat center;
  margin-right: 10px;
  float: left;
}
.icon-data-sm{
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icons/data-sm.png) no-repeat center;
  margin-right: 10px;
  float: left;
}
.newsshow  p{text-indent:24px}
.newsshow  .content p,.newsshow  .content .img{
  margin-bottom: 24px;
  color: #333;
}
.newsshow  .content .title{font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsshow  .content .texts{}
.newsshow  .content .subtexts{}
.newsshow  .content .img{text-align: center}
.newsshow  .content .img p{font-size: 14px; color: #999}
.newsshow  .content .img img{width: 100%;}
.newsshow  .content .img img.autowidth{width: auto}
.goback-list{float: right}
.icon-refresh{display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icons/refresh.png) no-repeat center;
  margin-right: 10px;
  float: left;
}
.icon-arrow{display: inline-block;
   width: 18px;
   height: 13px;
   background: url(../images/icons/arrow.png) no-repeat center;
   margin: 0 10px;
 }
.page{
  border: 10px solid #eee;
  padding:0 15px;
  margin-top: 38px;
  margin-left: 80px;
}
.page .go-up{ border-bottom: 1px solid #eee}
.page .go-page{padding: 28px 0;}
.page .go-page .go{    font-size: 16px;}
.page .go-page .data{    font-size: 12px;
  line-height: 12px;
  margin: 10px 0;}
.page .go-page .title{    font-size: 16px;
  margin: 0;}
.no-page .go,.no-page .data,.no-page .title{ color: #ccc;}
.contact-page{
  margin: 60px 0;
}
.item-contact{
  background: #f8f8f8;
  text-align: center;
  padding: 50px 0;
  position: relative;
  top:60px;
  opacity: 0;
}
.item-contact .icon{
  margin-bottom: 70px;
}
.item-contact .title{
  font-size: 22px;
  margin: 40px 0;
}
.item-contact .texts{
  line-height: 2;
  font-size: 18px;
}
.item-contact .text{
  font-size: 18px;
  line-height: 2;
  text-align: left;
  margin: 0 50px;
}
.map{
  margin: 0 15px;
  margin-top: 38px;
  overflow: hidden;
  width: 1170px;
  position: relative;
  top:60px;
  opacity: 0;
}
.list-content {
  float: left;
  width: 80%;
}
.zp{float: right}
.down-img{
  position: relative;
  top:60px;
  opacity: 0;
  -webkit-animation: bounce-down 1.5s linear infinite;
  animation: bounce-down 1.5s linear infinite;
}
@-webkit-keyframes bounce-down {
  25% {-webkit-transform: translateY(-10px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(10px);}
}
@keyframes bounce-down {
  25% {transform: translateY(-10px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(10px);}
}
.zp p{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
  top:60px;
  opacity: 0;
}
.zp p span{
  display: block;
  font-size: 20px;
  color:#ca8f00;
  line-height: 2.4;
  font-weight: bold;
}
.item_con_list {
  margin: 20px 0 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.item_con_list .con_list_item {
  position: relative;
  padding: 20px 2%;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  font-size: 14px;
  float: left;
  width: 95%;
  opacity: 0;
  top:60px;
}
.item_con_list .con_list_item.small_list_item{
  width: 48%;
  margin-bottom: 40px;
  padding: 25px;
}
.item_con_list .con_list_item.small_list_item.small_list_item_right{
  margin-right: 2%;
}
.item_con_list .con_list_item.small_list_item.small_list_item_left{
  margin-left: 2%;
}
.item_con_list .con_list_item:hover {
  background-color: #fafafa
}
.item_con_list .con_list_item .left_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f57d26;
}
.item_con_list .con_list_item .pos_icon {
  float: left;
  width: 74px;
  height: 28px;
  margin-left: .5em
}
.item_con_list .item_detail {
  zoom: 1
}
.item_con_list .item_detail:before, .item_con_list .item_detail:after {
  content: "";
  display: table
}
.item_con_list .item_detail:after {
  clear: both
}
.item_con_list .item_detail .item_salary {
  float: left;
  font-size: 16px;
  color: #2c6392
}
.item_con_list .item_detail .item_desc {
  margin-left: 20px;
  color: #333;
  line-height: 26px
}
.item_con_list .item_detail .toggle_div {
  float: right;
  color: #2c6392;
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
}
.item_con_list .item_title_date {
  margin-bottom: 10px;
  zoom: 1
}
.item_con_list .item_title_date:before, .item_con_list .item_title_date:after
{
  content: "";
  display: table
}
.item_con_list .item_title_date:after {
  clear: both
}
.item_con_list .item_title_date .item_title {
  float: left;
  font-size: 16px;
  color: #f57d26;
  max-width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.item_con_list .item_title_date .item_date {
  float: right;
  color: #A4B4BB;
}
.recruit {
  display: none
}
.recruit p {
  line-height: 2.22;
}
.recruit h4 {
  padding: 20px 0 0px 0;
  font-size: 16px;
}
.recruit p {

  padding-top: 10px
}
.recruit h3 {
  padding-top: 40px;
}
.recruit .h3,.recruit h3 {
  font-size: 22px;
}
.recruit h3 {
  padding-top: 40px;
}
/*-- pager --*/
.btn-box-nick{text-align: center;    float: left;
  width: 100%;}
.btn-box-nick button{
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  background: #f8f8f8;}
.page-ipt-nick{
  text-align: center;
  width: 50px;
  padding: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
}
button.active-nick{
   color:#ff8e20;
  font-weight: bold;
 }
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity = 0);
}
#owl-demo .item img{width: 100%}
/*-- //to-top --*/
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.cf57d26 {
  color: #f57d26;
}
.bgf8f8f8 {
  background: #f8f8f8
}
.bgeee{
  background: #eee
}
.bgfff {
  background: #fff
}
.fr {
  float: right;
}
.f18 {
  font-size: 18px
}
.mb0{
  margin-bottom: 0px
}
.mb20 {
  margin-bottom: 20px
}
.mt20 {
  margin-top: 20px
}
.mt30 {
  margin-top: 30px
}
.mt40 {
  margin-top: 40px
}
.mt60 {
  margin-top: 60px
}
.mt80 {
  margin-top: 80px
}
.pt0 {
  padding-top: 0
}
.pb0 {
  padding-bottom: 0
}
.pt20 {
  padding-top: 20px
}
.pt40 {
  padding-top: 40px
}
.pt60 {
  padding-top: 60px
}
.pt80 {
  padding-top: 80px
}
.pb20 {
  padding-bottom: 20px
}
.pb40 {
  padding-bottom: 40px
}
.pb60 {
  padding-bottom: 60px
}
.pb80 {
  padding-bottom: 80px
}
.pl30 {
  padding-left: 30px
}
