/** 页面最小宽度 **/
/** 导航高度 **/
/** 底部版权高度 **/
.content-1200 {
  width: 1200px;
  margin: 0 auto;
  /*border: 1px solid #ccc;*/
}
.minWidth-1200 {
  min-width: 1200px;
}
.clear-both:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #fff;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px #cccccc;
  -moz-box-shadow: 0 2px 10px #cccccc;
  -ms-box-shadow: 0 2px 10px #cccccc;
  -o-box-shadow: 0 2px 10px #cccccc;
  box-shadow: 0 2px 10px #cccccc;
}
.header .nav-container {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.nav-container {
  font-size: 14px;
}
.nav-container .logo {
  float: left;
  height: 100%;
  margin-left: 20px;
}
.nav-container .logo span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.nav-container .logo img {
  height: 80%;
  vertical-align: middle;
}
.nav-container .nav {
  float: right;
  margin-right: 60px;
}
.nav-container .nav ul li {
  float: left;
  height: 80px;
}
.nav-container .nav ul li a {
  display: inline-block;
  height: 100%;
  padding: 0 20px;
  line-height: 80px;
}
.nav-container .language {
  float: right;
  margin-right: 30px;
  display: inline-block;
  height: 20px;
  width: 40px;
  border-left: 1px solid #000;
  text-align: center;
  line-height: 20px;
  margin-top: 30.76923077px;
}
.nav-container .language span {
  position: relative;
  display: inline-block;
}
.nav-container .language span:after {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 130%;
  top: 8.88888889px;
  width: auto;
  height: auto;
}
.nav-container .nav-active {
  border-bottom: 3px solid #ffba00;
}
.nav-container .nav-active > a {
  color: #ffba00;
}
.nav-container .two-nav-active {
  color: #ffba00;
}
.nav-container .two-nav-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: #f6f6f6;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-container .two-nav-container .body {
  display: inline-block;
}
.nav-container .two-nav-container .body a {
  line-height: 50px;
}
.nav-container .nav-bar2 .body {
  position: absolute;
  right: 18%;
}
.nav-container .nav-bar3 .body {
  position: absolute;
  right: 16%;
}
.nav-container .nav-bar4 .body {
  position: absolute;
  right: 13.8%;
}
/** 首页**/
.home-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 80px;
  text-align: center;
  z-index: -2;
}
.home-main .swiper-container {
  width: 100%;
  height: 100%;
}
.home-main .a {
  text-align: center;
  font-size: 18px;
  background: url("../img/banner2.jpg") no-repeat;
  background-size: 110%;
  background-position: 5% center;
}
.home-main .b {
  text-align: center;
  font-size: 18px;
  background: url("../img/banner1.jpg") no-repeat;
  background-size: 110%;
  background-position: 5% center;
}
.home-main .c {
  text-align: center;
  font-size: 18px;
  background: url("../img/banner3.png") no-repeat;
  background-size: 100%;
  background-position: center center;
}
.home-main .home-1 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 660px;
  height: 100px;
  z-index: 66;
}
.home-main .home-1 img {
  width: 100%;
  height: 100%;
}
.home-main .home-1 p {
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
/** 关于巨牛 ---> 公司介绍**/
.brief-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 50px;
  z-index: -2;
  min-height: 1000px;
}
.brief-main .brief-main-bg {
  width: 100%;
  height: 478px;
  background: url("../img/brief-main-bg.png") no-repeat;
  background-size: 100% 100%;
}
.brief-main .content h3 {
  font-size: 22px;
  color: #363636;
  margin-top: 92px;
  margin-bottom: 40px;
}
.brief-main .content .js {
  color: #363636;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  width: 800px;
  margin: 0 auto;
}
.brief-main .content .js p {
  text-align: center;
  margin-bottom: 30px;
  text-indent: 30px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.brief-main .content .jg {
  padding-bottom: 40px;
}
.brief-main .content .jg img {
  width: 700px;
}
/** 关于巨牛 ---> 团队介绍**/
.team-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  min-height: 1000px;
  background: url("../img/bg-team.jpg") no-repeat;
  padding-bottom: 50px;
  background-size: cover;
  z-index: -2;
}
.team-main .content {
  margin-top: 60px;
}
.team-main .content .box {
  width: 992px;
  margin: 0 auto;
  position: relative;
}
.team-main .content .box ul li {
  margin-bottom: 60px;
  text-align: center;
  float: left;
}
.team-main .content .box ul li > div {
  display: inline-block;
  width: 426px;
  height: 252px;
  overflow: hidden;
  margin: 0 30px;
}
.team-main .content .box ul li > div img {
  width: 212px;
  height: 100%;
  float: left;
}
.team-main .content .box ul li > div div {
  background: #FFF;
  padding: 20px 25px 10px 25px;
  margin: 0 auto;
  margin-left: 212px;
  height: 100%;
}
.team-main .content .box ul li > div div .t1 {
  font-size: 20px;
}
.team-main .content .box ul li > div div .t2 {
  font-size: 16px;
  margin-top: 10px;
}
.team-main .content .box ul li > div div .t3 {
  max-height: 100px;
  font-size: 12px;
  margin-top: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.team-main .content .box ul li > div div a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #919191;
}
.team-main .content .box ul li > div .text-box {
  position: relative;
}
.team-main .content .box .alert {
  display: none;
  position: absolute;
  left: 4%;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 6px 20px #5b5b5b;
  -moz-box-shadow: 0 6px 20px #5b5b5b;
  -ms-box-shadow: 0 6px 20px #5b5b5b;
  -o-box-shadow: 0 6px 20px #5b5b5b;
  box-shadow: 0 6px 20px #5b5b5b;
  /*overflow-x:m;*/
}
.team-main .content .box .alert .close {
  display: block;
  border-radius: 50%;
  background: #FFF;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #000;
  -webkit-box-shadow: 0 6px 20px #5b5b5b;
  -moz-box-shadow: 0 6px 20px #5b5b5b;
  -ms-box-shadow: 0 6px 20px #5b5b5b;
  -o-box-shadow: 0 6px 20px #5b5b5b;
  box-shadow: 0 6px 20px #5b5b5b;
  top: -17px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  left: auto;
  top: -14px;
  width: 33px;
  height: 33px;
  right: -12px;
}
.team-main .content .box .alert .shadow {
  position: absolute;
  left: -12px;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.team-main .content .box .alert .shadow img {
  float: left;
  width: 50%;
  height: 100%;
}
.team-main .content .box .alert .shadow .warp {
  margin-left: 50%;
}
.team-main .content .box .alert .shadow .warp h2 {
  font-size: 22px;
  margin: 20px 0;
}
.team-main .content .box .alert .shadow .warp p {
  font-size: 18px;
}
.team-main .content .box .alert .shadow .warp .main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  left: 50%;
  top: 100px;
  font-size: 14px;
  padding: 20px;
  text-align: left;
  overflow: auto;
}
/** 关于巨牛 ---> 人才理念**/
.personnel-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  text-align: center;
  /*height:1500px;*/
  /*position:relative;*/
  padding-bottom: 50px;
  z-index: -2;
}
.personnel-main .content .top1 {
  color: #FFF;
  background: url("../img/top3.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-size: 100% 100%;
}
.personnel-main .content .top1 .top-wrap {
  position: relative;
  cursor: pointer;
}
.personnel-main .content .top1 .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.personnel-main .content .top1 .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.personnel-main .content .top1 .top-content h4 {
  font-size: 20px;
}
.personnel-main .content .top1 .top-content h4 span {
  display: inline-block;
  font-size: 25px;
  color: #dd2025;
  margin-left: 10px;
}
.personnel-main .content .top1 .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 35px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.personnel-main .content .top2 {
  background: #fff;
  /*min-height: 375px;*/
  padding: 100px 0;
}
.personnel-main .content .top2 .top-wrap {
  position: relative;
  cursor: pointer;
}
.personnel-main .content .top2 .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #535353;
  border-top: 2px solid #535353;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.personnel-main .content .top2 .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.personnel-main .content .top2 .top-content h4 {
  font-size: 20px;
}
.personnel-main .content .top2 .top-content h4 span {
  display: inline-block;
  font-size: 25px;
  color: #dd2025;
  margin-right: 10px;
}
.personnel-main .content .top2 .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 35px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.personnel-main .content .top3 {
  color: #fff;
  background: url("../img/top1.png") no-repeat;
  background-position: center center;
  /*min-height: 375px;*/
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.personnel-main .content .top3 .top-wrap {
  position: relative;
  cursor: pointer;
}
.personnel-main .content .top3 .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.personnel-main .content .top3 .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.personnel-main .content .top3 .top-content h4 {
  font-size: 20px;
}
.personnel-main .content .top3 .top-content h4 span {
  display: inline-block;
  font-size: 25px;
  color: #dd2025;
  margin-left: 10px;
}
.personnel-main .content .top3 .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 35px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.personnel-main .content .top4 {
  background: #fff;
  /*min-height: 375px;*/
  padding: 100px 0;
}
.personnel-main .content .top4 .top-wrap {
  position: relative;
  cursor: pointer;
}
.personnel-main .content .top4 .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #535353;
  border-top: 2px solid #535353;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.personnel-main .content .top4 .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.personnel-main .content .top4 .top-content h4 {
  font-size: 20px;
}
.personnel-main .content .top4 .top-content h4 span {
  display: inline-block;
  font-size: 25px;
  color: #dd2025;
  margin-left: 10px;
}
.personnel-main .content .top4 .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 35px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.personnel-main .footer {
  background: #fff;
  color: #000;
}
/** 关于巨牛 ---> 发展历程**/
.development-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  min-height: 998px;
  background: url("../img/Development-bg.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 50px;
  z-index: -2;
}
.development-main .content .box {
  height: 800px;
  margin: 100px auto 0;
  position: relative;
}
.development-main .content .box .left-nav {
  width: 110px;
  height: 100%;
  float: left;
  margin-top: 35px;
}
.development-main .content .box .left-nav li {
  cursor: pointer;
  margin-bottom: 50px;
}
.development-main .content .box .left-nav .left-nav-li p {
  color: #ccc;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
}
.development-main .content .box .left-nav .left-nav-li .line {
  width: 100%;
  height: 20px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  /** 向下箭头 **/
}
.development-main .content .box .left-nav .left-nav-li .line:after {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  left: auto;
  top: auto;
  width: 10px;
  height: 10px;
  right: -6px;
  bottom: -5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.development-main .content .box .left-nav .left-nav-li-active p {
  color: #ffbe00;
  font-style: italic;
}
.development-main .content .box .left-nav .left-nav-li-active .line {
  width: 100%;
  height: 85px;
  border-top: 1px solid #ffbe00;
  border-right: 1px solid #ffbe00;
  /** 圆点  选中状态才会有，所以加到 active这个class里**/
}
.development-main .content .box .left-nav .left-nav-li-active .line:after {
  border-top: 1px solid #ffbe00;
  border-right: 1px solid #ffbe00;
}
.development-main .content .box .left-nav .left-nav-li-active .line:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 5px;
  height: 5px;
  right: -3px;
  bottom: 50%;
  border-radius: 50%;
  background: #ffbe00;
}
.development-main .content .box .right-main {
  position: absolute;
  left: auto;
  top: 0;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  float: right;
  height: 80%;
  width: 999px;
  border-radius: 10px;
  background: #303132;
  opacity: 0.7;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  color: #f1f2f4;
}
.development-main .content .box .right-main h3 {
  font-size: 20px;
  color: #fff;
}
/** 巨牛业务 ---> 辉煌业绩 **/
.achievement-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  min-height: 998px;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 50px;
  z-index: -2;
}
.achievement-main .content .top1:nth-child(even) {
  background: #fff;
  /*min-height: 375px;*/
  padding: 100px 0;
  background-attachment: fixed;
}
.achievement-main .content .top1:nth-child(even) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(even) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #535353;
  border-top: 2px solid #535353;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(even) .top-content {
  padding: 0 235px;
  height: 142px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(even) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(even) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 35px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(1) {
  color: #FFF;
  background: url("../img/pic_huihuangyeji.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(1) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(1) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(1) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(1) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(1) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(3) {
  color: #FFF;
  background: url("../img/pic_huihuang2.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(3) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(3) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(3) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(3) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(3) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(5) {
  color: #FFF;
  background: url("../img/20171020172139.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(5) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(5) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(5) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(5) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(5) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(7) {
  color: #FFF;
  background: url("../img/20171020175327.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(7) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(7) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(7) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(7) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(7) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(9) {
  color: #FFF;
  background: url("../img/pic_huihuangyeji.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(9) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(9) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(9) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(9) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(9) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(11) {
  color: #FFF;
  background: url("../img/pic_huihuang2.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(11) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(11) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(11) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(11) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(11) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(13) {
  color: #FFF;
  background: url("../img/20171020172139.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(13) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(13) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(13) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(13) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(13) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.achievement-main .content .top1:nth-child(15) {
  color: #FFF;
  background: url("../img/20171020175327.png") no-repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.achievement-main .content .top1:nth-child(15) .top-wrap {
  position: relative;
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(15) .top-wrap:after {
  content: "";
  display: block;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: -10px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  cursor: pointer;
}
.achievement-main .content .top1:nth-child(15) .top-content {
  padding: 0 235px;
  height: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.achievement-main .content .top1:nth-child(15) .top-content h2 img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.achievement-main .content .top1:nth-child(15) .top-content p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 30px;
  word-spacing: 8px;
  letter-spacing: 2px;
}
.top-content h2 {
  text-align: center;
  font-size: 40px;
  color: #f53d45;
}
/** 巨牛业务 ---> 核心业务 **/
.core-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 50px;
  z-index: -2;
  min-height: 1000px;
}
.core-main .core-conetnt .right-box-text {
  color: #303030;
  margin-top: 50px;
}
.core-main .core-bg {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 498px;
  background: url("../img/core-main-bg.png") no-repeat;
  background-size: 100% 100%;
}
/** 巨牛动态 ---> 巨牛关心 **/
.cattlecare-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  min-height: 998px;
  background: url("../img/bg-achievement.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 50px;
  z-index: -2;
}
.cattlecare-main .content {
  margin-top: 50px;
  margin-bottom: 65px;
}
.cattlecare-main .content .box {
  width: 760px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}
.cattlecare-main .content .box h2 {
  font-size: 24px;
  margin: 30px 0;
}
.cattlecare-main .content .box li {
  font-size: 16px;
  height: 50px;
  border-bottom: 1px solid #FFF;
  line-height: 50px;
  cursor: pointer;
}
.cattlecare-main .content .box li:hover {
  color: #ffbe00;
}
.cattlecare-main .content .box li span {
  float: right;
}
.cattlecare-main .content .box .active {
  color: #ffbe00;
}
.cattlecare-main .content .box .alert {
  display: none;
  position: fixed;
  left: 4%;
  right: 0;
  top: 25%;
  margin: auto;
  width: 627px;
  padding: 15px 60px 45px 60px;
  border-radius: 10px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 6px 20px #5b5b5b;
  -moz-box-shadow: 0 6px 20px #5b5b5b;
  -ms-box-shadow: 0 6px 20px #5b5b5b;
  -o-box-shadow: 0 6px 20px #5b5b5b;
  box-shadow: 0 6px 20px #5b5b5b;
  /*overflow-x:m;*/
}
.cattlecare-main .content .box .alert .close {
  display: block;
  border-radius: 50%;
  background: #FFF;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #000;
  -webkit-box-shadow: 0 6px 20px #5b5b5b;
  -moz-box-shadow: 0 6px 20px #5b5b5b;
  -ms-box-shadow: 0 6px 20px #5b5b5b;
  -o-box-shadow: 0 6px 20px #5b5b5b;
  box-shadow: 0 6px 20px #5b5b5b;
  position: absolute;
  top: -17px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  left: auto;
  top: -13px;
  width: 33px;
  height: 33px;
  right: -12px;
}
.cattlecare-main .content .box .alert .shadow {
  max-height: 350px;
  overflow-y: auto;
}
.cattlecare-main .content .box .alert .shadow h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.cattlecare-main .content .box .alert .shadow p {
  margin-top: 15px;
  text-align: left;
  font-size: 15px;
  display: block;
  vertical-align: middle;
}
.cattlecare-main .content .box .alert .shadow img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 250px;
}
/** 巨牛动态 ---> 关心巨牛 **/
.carecattle-main {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  min-height: 998px;
  background: url("../img/bg-achievement.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 50px;
  z-index: -2;
}
.carecattle-main .content {
  margin-top: 50px;
  margin-bottom: 65px;
}
.carecattle-main .content .box {
  width: 760px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}
.carecattle-main .content .box .list > li h3 {
  display: block;
  font-size: 16px;
  height: 50px;
  border-bottom: 1px solid #FFF;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 15px;
}
.carecattle-main .content .box .list > li h3:hover {
  color: #ffbe00;
}
.carecattle-main .content .box .list > li .aa {
  overflow-x: hidden;
  overflow-y: auto;
}
.carecattle-main .content .box .list > li ol {
  overflow: hidden;
  height: 0;
}
.carecattle-main .content .box .list > li ol li {
  display: block;
  font-size: 16px;
  height: 40px;
  border-bottom: 1px solid #FFF;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  padding: 0 10px;
}
.carecattle-main .content .box .list > li ol li:hover {
  color: #ffbe00;
}
.carecattle-main .content .box .list > li ol li h4 {
  float: left;
}
.carecattle-main .content .box .list > li ol li .date {
  float: right;
}
.carecattle-main .content .box .active {
  color: #ffbe00;
}
.carecattle-main .content .box .alert {
  display: none;
  position: fixed;
  left: 4%;
  right: 0;
  top: 30%;
  margin: auto;
  width: 627px;
  padding: 15px 60px 45px 60px;
  border-radius: 10px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 6px 20px #5b5b5b;
  -moz-box-shadow: 0 6px 20px #5b5b5b;
  -ms-box-shadow: 0 6px 20px #5b5b5b;
  -o-box-shadow: 0 6px 20px #5b5b5b;
  box-shadow: 0 6px 20px #5b5b5b;
  /*overflow-x:m;*/
}
.carecattle-main .content .box .alert .close {
  display: block;
  border-radius: 50%;
  background: #FFF;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #000;
  -webkit-box-shadow: 0 6px 20px #5b5b5b;
  -moz-box-shadow: 0 6px 20px #5b5b5b;
  -ms-box-shadow: 0 6px 20px #5b5b5b;
  -o-box-shadow: 0 6px 20px #5b5b5b;
  box-shadow: 0 6px 20px #5b5b5b;
  position: absolute;
  top: -17px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  left: auto;
  top: -13px;
  width: 33px;
  height: 33px;
  right: -12px;
}
.carecattle-main .content .box .alert .shadow {
  max-height: 350px;
  overflow-y: auto;
}
.carecattle-main .content .box .alert .shadow h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.carecattle-main .content .box .alert .shadow img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  max-height: 250px;
}
.carecattle-main .content .box .alert .shadow p {
  margin-top: 15px;
  text-align: left;
  font-size: 15px;
}
/** 联系我们 **/
.contact-main {
  width: 100%;
  height: auto;
  min-height: 998px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 80px;
  z-index: -2;
}
.contact-main .content {
  margin-top: 270px;
}
.contact-main .content .box {
  width: 750px;
  height: 325px;
  margin: 0 auto;
  position: relative;
}
.contact-main .content .box .left {
  width: 50%;
  float: left;
}
.contact-main .content .box .left li {
  margin-bottom: 10px;
  overflow: hidden;
}
.contact-main .content .box .left li h3 {
  font-size: 20px;
  color: #afafaf;
  margin: 10px 0;
}
.contact-main .content .box .left li p {
  font-size: 16px;
  margin: 5px 0;
}
.contact-main .content .box .right {
  position: absolute;
  left: 50%;
  top: auto;
  width: 50%;
  height: 100%;
}
.contact-main .footer {
  background: #FFF;
  border-top: 1px solid #ccc;
  color: #a3a3a3;
  line-height: 22px;
  padding: 10px 0;
  height: auto;
}
/** 底部版权文字 **/
.footer {
  background: #666666;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 50px;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  z-index: 999;
}
