body {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #333;
}

/* ========== 顶部背景 ========== */
.yr_topCon {
  position: relative;
}
.yr_topCon img {
  width: 100%;
}
.yr_topCon .yr_nav {
  border: none;
  z-index: 999999;
  background: #122f73;
  width: 100%;
  height: 74px;
  margin-bottom: 0;
}
.yr_topCon .navbar-brand {
  width: 154px;
  height: 74px;
}
.yr_topCon .navbar-nav > .active > a {
  color: #fff;
}
.yr_topCon .navbar-nav > li > a {
  height: 74px;
  line-height: 48px;
  font-size: 14px;
  color: #6b95e0;
  margin-left: 30px;
}
.yr_topCon .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.yr_topCon .navbar-nav > li > a:visited {
  background-color: transparent;
}
.yr_topCon .navbar-nav > li.phone {
  height: 74px;
  line-height: 74px;
  width: 132px;
  margin-left: 16px;
  color: #fff;
}
.phoneM {
  width: 120px;
  float: right;
  margin-top: 28px;
  margin-right: 5%;
}

/* 顶部背景文字 */
.top-bg {
  height: 886px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
/* bgwords */
.bgwords {
  position: absolute;
  top: 32%;
  left: 15%;
  right: 15%;
  animation: ease_out 1s ease-out;
}
.bgwords h3 {
  font-family: 'SourceHanSansCN-Heavy';
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
  animation: text_ease_out 3s ease-out;
}
.bgwords ul {
  list-style: none;
  margin: 5% 0;
  padding: 0;
  overflow: hidden;
  animation: text_ease_out 3s ease-out;
}
.bgwords ul li {
  float: left;
  height: 46px;
  margin-right: 28px;
  font-size: 34px;
  color: #6b95e0;
  font-weight: 700;
}
.bgwords ul li:nth-child(1) { animation:text_ease_out 2s ease-out;}
.bgwords ul li:nth-child(2) { animation:text_ease_out 3s ease-out;}
.bgwords ul li:nth-child(3) { animation:text_ease_out 4s ease-out;}
.bgwords ul li:nth-child(4) { animation:text_ease_out 5s ease-out;}
.bgwords ul li sub {
  font-size: 16px;
  bottom: 2px;
}
.bgwords a {
  display: inline-block;
  width: 148px;
  height: 50px;
  line-height: 50px;
	background-color: #66c63b;
	box-shadow: 17px 22px 51px 9px rgba(9, 9, 9, 0.4);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  animation:text_ease_out 6s ease-out ;
}
@keyframes  ease_out {
  0%{top:410px}
  10%{top:400px}
  20%{top:390px}
  30%{top:380px}
  40%{top:370px}
  50%{top:360px}
  60%{top:350px}
  70%{top:340px}
  80%{top:330px}
  90%{top:320px}
  100%{top:310px}
}
@keyframes  text_ease_out {
  0%{opacity:0;}
  20%{opacity:0;}
  40%{opacity:.4;}
  60%{opacity:.6;}
  80%{opacity:.8;}
  100%{opacity:1;}
}
@media (max-width: 1800px) and (min-width: 1025px) {
  .bgwords h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .bgwords {
    top: 100px;
    left: 5%;
    right: 5%;
  }
  .bgwords ul{
      height: auto;
      margin-bottom: 30px;
  }
  .bgwords ul li{
      width: 60%;
      font-size: 26px;
      color: #fff;
  }
  .bgwords a  {
      font-size: 18px;
      width: 34%;
      background-color: transparent;
      border: 1px solid #66c63b;
	    box-shadow: 17px 22px 51px 9px rgba(9, 9, 9, 0.4);
      color: #66c63b;
      animation:text_ease_out 8s ease-out;
  }
  .bgwords ul li:nth-child(1) { animation:text_ease_out 4s ease-out ;}
  .bgwords ul li:nth-child(2){ animation:text_ease_out 5s ease-out ;}
  .bgwords ul li:nth-child(3) { animation:text_ease_out 6s ease-out ;}
  .bgwords ul li:nth-child(4){ animation:text_ease_out 7s ease-out ;}
  @keyframes  ease_out{
    0%{top:200px}
    10%{top:190px}
    20%{top:180px}
    30%{top:170px}
    40%{top:160px}
    50%{top:150px}
    60%{top:140px}
    70%{top:130px}
    80%{top:120px}
    90%{top:110px}
    100%{top:100px}
  }
}
@media (max-width: 768px) {
  .bgwords h3 {
    font-size: 32px;
    line-height: 42px;
  }
}


/* ========== 导航栏样式重置 ========== */
.wjs_nav {
  margin-bottom: 0;
  border: none;
  /*固定导航样式*/
  z-index: 999999;
  background: #122f73;
  width: 100%;
  border-radius: 0;
  top: 0;
}
.wjs_nav .wjs_icon_logo{
  font-size: 50px;
  color: #e92322;
  vertical-align: middle;
}
.wjs_nav .wjs_icon_name{
  font-size: 36px;
  color: #333;
  vertical-align: middle;
}
.wjs_nav .navbar-brand {
  color: #777;
  height: 80px;
  line-height: 50px;
}
.wjs_nav .navbar-brand:hover,
.wjs_nav .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.wjs_nav .navbar-text {
  color: #777;
}
.wjs_nav .navbar-nav > li > a {
  color: #777;
  height: 80px;
  line-height: 50px;
}
.wjs_nav .navbar-nav > li > a:hover,
.wjs_nav .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  border-bottom: 3px solid #fff;
}
.wjs_nav .navbar-nav > .active > a,
.wjs_nav .navbar-nav > .active > a:hover,
.wjs_nav .navbar-nav > .active > a:focus {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.wjs_nav .navbar-nav > .disabled > a,
.wjs_nav .navbar-nav > .disabled > a:hover,
.wjs_nav .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.wjs_nav .navbar-toggle {
  border-color: #ddd;
  margin-top: 23px;
}
.wjs_nav .navbar-toggle:hover,
.wjs_nav .navbar-toggle:focus {
  background-color: #ddd;
}
.wjs_nav .navbar-toggle .icon-bar {
  background-color: #888;
}
.wjs_nav .navbar-collapse,
.wjs_nav .navbar-form {
  border-color: #e7e7e7;
}
.wjs_nav .navbar-nav > .open > a,
.wjs_nav .navbar-nav > .open > a:hover,
.wjs_nav .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .wjs_nav .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
  }
  .wjs_nav .navbar-nav .open .dropdown-menu > li > a:hover,
  .wjs_nav .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
  }
  .wjs_nav .navbar-nav .open .dropdown-menu > .active > a,
  .wjs_nav .navbar-nav .open .dropdown-menu > .active > a:hover,
  .wjs_nav .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
  }
  .wjs_nav .navbar-nav .open .dropdown-menu > .disabled > a,
  .wjs_nav .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .wjs_nav .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
  }
}
.wjs_nav .navbar-link {
  color: #777;
}
.wjs_nav .navbar-link:hover {
  color: #333;
}
.wjs_nav .btn-link {
  color: #777;
}
.wjs_nav .btn-link:hover,
.wjs_nav .btn-link:focus {
  color: #333;
}
.wjs_nav .btn-link[disabled]:hover,
fieldset[disabled] .wjs_nav .btn-link:hover,
.wjs_nav .btn-link[disabled]:focus,
fieldset[disabled] .wjs_nav .btn-link:focus {
  color: #ccc;
}


/* ========== 业务范围 ========== */
.yr_service {
  background: url(../images/service.png) no-repeat top center;
  background-size: cover;
  padding: 46px 0;
}
.yr_service .yr_service_top {
  margin: 0 auto 46px;
  color: #fffefe;
}
.yr_service .yr_service_top h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.yr_service .yr_service_top p {
  font-size: 14px;
}
.yr_service .service-list {
  margin-bottom: 20px;
}
.yr_service .service-list img {
  width: 26px;
}
.yr_service .service-list .zh-title {
  font-size: 20px;
  color: #fffefe;
  margin-top: 28px;
}
.yr_service .service-list .en-title {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1024px) {
  .yr_service {
    padding: 24px 0;
  }
  .yr_service .yr_service_top {
    margin: 0 auto 46px;
    color: #fffefe;
  }
  .yr_service .yr_service_top h3 {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .yr_service .service-list {
      text-align: center;
  }
  .yr_service .service-list .zh-title {
    font-size: 16px;
    color: #fffefe;
    margin-top: 16px;
  }
  .yr_service .service-list .en-title {
    font-size: 14px;
    color: #fff;
  }
}


/* ========== 优势1 ========== */
.first_addvantage .first_addvantage_top {
  margin: 46px auto;
  color: #0f358e;
}
.first_addvantage .first_addvantage_top h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.first_addvantage .first_addvantage_top p {
  font-size: 14px;
}
.first_addvantage .addvantage-block {
  height: 344px;
  background-color: #ffffff;
  margin-bottom: 28px;
}
.first_addvantage .addvantage-block .inner-block {
  display: block;
  height: 344px;
  border: solid 1px #dddddd;
  border-radius: 2px;
}
.first_addvantage .addvantage-block .addvantage-avatar {
  position: relative;
  padding: 6px 0;
  background-clip: content-box;
  height: 158px;
}
.first_addvantage .addvantage-block .addvantage-avatar:before {
  position: absolute;
  left: 5%;
  top: 20px;
  content: '';
  width: 90%;
  border: 2px solid #f4b571;
}
.first_addvantage .addvantage-block .addvantage-avatar:after {
  position: absolute;
  left: 5%;
  bottom: 32px;
  content: '';
  width: 90%;
  height: 0;
  border: 1px dashed #ccc;
}
.first_addvantage .addvantage-block .block1 {
  background: url(../images/01.png) no-repeat top center;
  background-size: cover;
}
.first_addvantage .addvantage-block .block2 {
  background: url(../images/02.png) no-repeat top center;
  background-size: cover;
}
.first_addvantage .addvantage-block .block3 {
  background: url(../images/03.png) no-repeat top center;
  background-size: cover;
}
.first_addvantage .addvantage-block .block4 {
  background: url(../images/04.png) no-repeat top center;
  background-size: cover;
}
.first_addvantage .addvantage-block .block5 {
  background: url(../images/05.png) no-repeat top center;
  background-size: cover;
}
.first_addvantage .addvantage-block .block6 {
  background: url(../images/06.png) no-repeat center;
  background-size: cover;
}
.first_addvantage .addvantage-block img {
  display: block;
  width: 50px;
  margin: 40px auto 58px;
}
.first_addvantage .addvantage-block em {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #0f358e;
  margin-bottom: 20px;
}
.first_addvantage .addvantage-block p {
  font-size: 16px;
  color: #666;
  line-height: 18px;
}
.first_addvantage .addvantage-block p i {
  font-style: normal;
  color: #66c63b;
  font-weight: bold;
}


/* ========== 优势2 ========== */
.second_addvantage {
  background-color: #f7f8fb;
}
.second_addvantage .second_addvantage_top {
  margin: 46px auto;
  color: #0f358e;
}
.second_addvantage .second_addvantage_top h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.second_addvantage .second_addvantage_top p {
  font-size: 14px;
}
.second_addvantage .second-block {
  height: 384px;
  margin-bottom: 32px;
}
.second_addvantage .second-block:hover .second-wrap {
  background-color: #fff;
}
.second_addvantage .second-block .second-wrap-bg {
  height: 262px;
  width: 100%;
  position: relative;
  border-radius: 6px;
}
.second-block .second-wrap-bg span {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0.9;
  background:#66c63b;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.wrap-bg1 {
  background: url(../images/energe.png) no-repeat center;
  background-size: cover;
}
.wrap-bg2 {
  background: url(../images/artizan.png) no-repeat center;
  background-size: cover;
}
.wrap-bg3 {
  background: url(../images/steelyard.png) no-repeat center;
  background-size: cover;
}
.wrap-bg4 {
  background: url(../images/system.png) no-repeat center;
  background-size: cover;
}
.wrap-bg5 {
  background: url(../images/online.png) no-repeat center;
  background-size: cover;
}
.wrap-bg6 {
  background: url(../images/rabbit.png) no-repeat center;
  background-size: cover;
}
.second_addvantage .second-block .second-info {
  overflow: hidden;
  height: 120px;
  padding: 0 20px;
}
.second_addvantage .second-block .second-info em {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  color: #0f358e;
  margin: 26px 0 10px;
}
.second_addvantage .second-block .second-info p {
  color: #666;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .second_addvantage .second-block .second-info em {
    font-size: 20px;
    margin: 5% 0 2%;
  }
  .second_addvantage .second-block .second-info p {
    font-size: 15px;
  }
}


/* ========== 公司团队与环境 ========== */
.company_environment {
  padding: 46px 64px;
  background-color: #333;
}
.company_environment h3 {
  font-size: 24px;
  line-height: 62px;
  color: #ffffff;
}
.company_environment p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0 auto;
}
.environment-list {
  margin: 90px auto 0;
}
.environment-list div {
  padding: 0;
}
.environment-list img:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .company_environment {
    padding: 20px;
  }
  .environment-list {
    width: 86%;
  }
}


/* ========== 底部 ========== */
.yr_footer {
  background: url(../images/mask.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0 24px;
  margin-top: -2px;
}
.yr_footer .yr-logo {
  width: 140px;
}
.yr_footer .address {
  color: #fff;
  margin-bottom: 86px;
  overflow: hidden;
}
.yr_footer .address-li {
  margin-top: 38px;
}
.yr_footer .address ul {
  list-style: none;
  padding: 0;
  color: #709be7;
  opacity: 0.6;
}
.yr_footer p {
  font-size: 14px;
  line-height: 22px;
  color: #709be7;
	opacity: 0.6;
}
.yr_footer .address-li p {
  color: #fff;
  opacity: 1;
}
@media (max-width: 1024px) {
  .yr_footer .address {
    margin-bottom: 15%;
  }
  .yr_footer .address-li {
    margin-top: 6%;
  }
}
@media (max-width: 768px) {
  .yr_footer {
    padding: 60px 0 24px;
  }
}

.news>div{padding:40px 20px}
.news ul{margin-top:20px;}
.news li{list-style:none;}
.news a{color:#8E8D8D;word-break: break-all;    text-overflow: ellipsis;    display: -webkit-box;     -webkit-box-orient: vertical;     -webkit-line-clamp: 1;     overflow: hidden;     line-height: 30px;    height: 30px;}
