.banner-box {
  position: relative;
  height: 390px;
  background-size: cover;
  background-position: center center;
}
.banner-box:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}
.banner-box .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 48%;
  text-align: center;
  z-index: 999;
}
.banner-box .txt-box h3 {
  font-size: 46px;
}
.banner-box .txt-box span {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 15px;
}
.banner-box .txt-box span:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
.public-site {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 37px;
}
.public-site .left-box {
  float: left;
  font-size: 16px;
}
.public-site .left-box span {
  font-size: 28px;
  color: #526054;
  margin-right: 15px;
}
.public-site .right-box {
  float: right;
  font-size: 14px;
  color: #595959;
}
body {
  padding-top: 390px;
}
body.no-padding {
  padding-top: 0;
}
.fixed-box {
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 390px;
}
.fixed-body {
  position: relative;
  z-index: 9;
  background: #fff;
}
.about-wrap .session_1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
}
.about-wrap .session_1 .logo-box {
  text-align: center;
  margin-bottom: 56px;
}
.about-wrap .session_1 .clearfix {
  font-size: 0;
}
.about-wrap .session_1 .txt-box {
  display: inline-block;
  width: 54%;
  padding-right: 55px;
  box-sizing: border-box;
  vertical-align: middle;
}
.about-wrap .session_1 .txt-box p {
  font-size: 14px;
  line-height: 2.3;
  color: #595959;
  margin-bottom: 30px;
}
.about-wrap .session_1 .txt-box p:last-child {
  margin-bottom: 0;
}
.about-wrap .session_1 .img-box {
  display: inline-block;
  width: 46%;
  text-align: right;
  overflow: hidden;
  vertical-align: middle;
}
.about-wrap .session_1 .img-box img {
  transition: transform 1s;
  width: 100%;
}
.about-wrap .session_1 .img-box:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.about-wrap .session_2 {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 0;
}
.about-wrap .session_2 .img-box {
  display: inline-block;
}
.about-wrap .session_2 .img-box img {
  vertical-align: middle;
  margin-right: 50px;
}
.about-wrap .session_2 .img-box img:last-child {
  margin-right: 0;
}
.about-wrap .session_2 .img-box .img-two {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 9px;
  border: 1px solid #d3d0c9;
}
.about-wrap .session_2 .img-box .img-two .bg {
  overflow: hidden;
}
.about-wrap .session_2 .img-box .img-two img {
  transition: transform 1s;
}
.about-wrap .session_2 .img-box .img-two:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.about-wrap .session_2 .txt-box {
  width: 375px;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 38px;
}
.about-wrap .session_2 .txt-box h3 {
  font-size: 62px;
  color: #646464;
  line-height: 1;
  margin-bottom: 30px;
}
.about-wrap .session_2 .txt-box p {
  font-size: 14px;
  color: #595959;
  line-height: 1.8;
  margin-bottom: 35px;
}
.about-wrap .session_2 .txt-box p:last-child {
  margin-bottom: 0;
}
.about-wrap .session_3 {
  margin-top: 50px;
  font-size: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 50px;
}
.about-wrap .session_3 .txt-box {
  width: 330px;
  display: inline-block;
  padding-right: 45px;
  box-sizing: border-box;
  vertical-align: bottom;
  vertical-align: middle;
}
.about-wrap .session_3 .txt-box p {
  font-size: 14px;
  line-height: 2;
  color: #595959;
  padding-bottom: 10px;
}
.about-wrap .session_3 .img-box {
  width: 970px;
  display: inline-block;
  vertical-align: middle;
}
.about-wrap .session_3 .img-box img {
  width: 100%;
}
.about-wrap .session_3 .img-box p {
  font-size: 14px;
  color: #595959;
  margin-top: 20px;
}
.about-wrap .session_4 .img-box img {
  width: 100%;
}
.about-wrap .session_4 .txt-box {
  margin-top: 30px;
}
.about-wrap .session_4 .txt-box p {
  font-size: 14px;
  line-height: 2.2;
  color: #595959;
  margin-bottom: 20px;
}
.about-wrap .session_5 .txt-box {
  margin-top: 30px;
}
.about-wrap .session_5 .txt-box p {
  font-size: 14px;
  line-height: 2.2;
  color: #595959;
  margin-bottom: 20px;
}
.about-wrap .session_6 {
  padding-top: 50px;
  border-top: 1px solid #d3d3d3;
  margin-top: 50px;
}
.about-wrap .session_6 .title-box {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 39px;
  color: #f5f6fb;
  height: 67px;
  line-height: 67px;
  text-align: center;
  border: 1px solid #758076;
  border-radius: 8px;
  font-weight: 700;
}
.about-wrap .session_6 .centent-box #masonry {
  position: relative;
}
.about-wrap .session_6 .centent-box #masonry:before {
  position: absolute;
  content: '';
  width: 1px;
  background: #fff;
  top: 0;
  left: -1px;
  bottom: 0px;
  z-index: 9999;
}
.about-wrap .session_6 .centent-box #masonry:after {
  position: absolute;
  content: '';
  width: 6px;
  background: #fff;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}
.about-wrap .session_6 .centent-box .box {
  width: 25%;
  margin-left: -1px;
}
.about-wrap .session_6 .centent-box .item-box {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.about-wrap .session_6 .centent-box .item-box .img-box {
  overflow: hidden;
}
.about-wrap .session_6 .centent-box .item-box .img-box img {
  width: 100%;
}
.about-wrap .session_6 .centent-box .more-box {
  margin-top: 60px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  border: 1px solid #dbdbdb;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.about-wrap .session_6 .centent-box .more-box span {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.about-wrap .session_6 .centent-box .more-box .doing-box {
  display: none;
}
.about-wrap .session_6 .centent-box .more-box .no-box {
  display: none;
  color: red;
}
.about-wrap .session_6 .centent-box .more-box.active {
  color: red;
  border: 1px solid red;
}
.about-wrap .session_6 .centent-box .more-box.active .add-box {
  display: none;
}
.about-wrap .session_6 .centent-box .more-box.active .doing-box {
  display: inline-block;
}
.about-wrap .session_6 .centent-box .more-box.active .doing-box img {
  animation: lds-hourglass 1s linear infinite;
}
.about-wrap .session_6 .centent-box .more-box.no {
  border-color: transparent;
}
.about-wrap .session_6 .centent-box .more-box.no:hover {
  border-color: transparent;
  cursor: default;
}
.about-wrap .session_6 .centent-box .more-box.no .no-box {
  display: inline-block;
}
.about-wrap .session_6 .centent-box .more-box.no .add-box {
  display: none;
}
.about-wrap .session_6 .centent-box .more-box.no .doing-box {
  display: none;
}
.about-wrap .session_6 .centent-box .more-box:hover {
  border: 1px solid red;
  color: red;
}
.about-wrap .session_6 .txt-box p {
  font-size: 14px;
  line-height: 2.2;
  color: #595959;
  margin-bottom: 20px;
}
.about-wrap .session_7 {
  padding-top: 50px;
  border-top: 1px solid #d3d3d3;
  margin-top: 50px;
}
.about-wrap .session_7 .top-box {
  font-size: 0;
}
.about-wrap .session_7 .top-box .txt-box {
  display: inline-block;
  font-size: 14px;
  width: 650px;
  vertical-align: middle;
}
.about-wrap .session_7 .top-box .txt-box h3 {
  font-size: 36px;
  color: #465d49;
  margin-bottom: 50px;
}
.about-wrap .session_7 .top-box .txt-box p {
  font-size: 20px;
  color: #474747;
  font-weight: 700;
  line-height: 1.8;
}
.about-wrap .session_7 .top-box .img-box {
  display: inline-block;
  width: 650px;
  vertical-align: middle;
}
.about-wrap .session_7 .top-box .img-box img {
  width: 100%;
}
.about-wrap .session_7 .bottom-box {
  margin-top: 40px;
}
.about-wrap .session_7 .bottom-box p {
  font-size: 14px;
  line-height: 2.2;
  color: #595959;
  margin-bottom: 20px;
}
.about-wrap .session_8 {
  border-top: 1px solid #d3d3d3;
  padding-top: 60px;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 150px;
}
.about-wrap .session_8 h3 {
  font-size: 48px;
  color: #505050;
}
.about-wrap .session_8 p {
  font-size: 34px;
  color: rgba(50, 50, 50, 0.3);
}
.news_list-wrap .left-page {
  float: left;
  width: 900px;
  padding-right: 55px;
  padding-bottom: 200px;
  box-sizing: border-box;
}
.news_list-wrap .right-page {
  float: left;
  width: 400px;
}
.news_list-wrap .session_1 .item-box {
  padding: 25px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 30px;
}
.news_list-wrap .session_1 .item-box:before {
  position: absolute;
  content: '';
  left: 26px;
  right: 26px;
  height: 1px;
  bottom: 0px;
  background-color: #f3f3f3;
}
.news_list-wrap .session_1 .item-box:hover {
  background-color: #f3f3f3;
}
.news_list-wrap .session_1 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.news_list-wrap .session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.news_list-wrap .session_1 .img-box img {
  width: 100%;
}
.news_list-wrap .session_1 .title-box {
  margin-bottom: 25px;
  color: #505050;
}
.news_list-wrap .session_1 .title-box p {
  font-size: 20px;
  margin-bottom: 5px;
}
.news_list-wrap .session_1 .title-box span {
  font-size: 15px;
}
.news_list-wrap .session_2 {
  padding-left: 25px;
  padding-right: 25px;
}
.news_list-wrap .session_2 .item-box {
  position: relative;
  height: 198px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
  padding-right: 280px;
}
.news_list-wrap .session_2 .item-box .img-box {
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  box-sizing: border-box;
  width: 243px;
}
.news_list-wrap .session_2 .item-box .img-box img {
  height: 100%;
}
.news_list-wrap .session_2 .item-box .txt-box p {
  font-size: 20px;
  color: #373737;
  margin-bottom: 30px;
}
.news_list-wrap .session_2 .item-box .txt-box span {
  font-size: 15px;
  color: #646464;
}
.news_list-wrap .session_3 {
  padding-left: 25px;
  padding-right: 25px;
}
.news_list-wrap .session_3 .item-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news_list-wrap .session_3 .item-box .title-box {
  color: #505050;
  margin-bottom: 25px;
}
.news_list-wrap .session_3 .item-box .title-box p {
  font-size: 20px;
}
.news_list-wrap .session_3 .item-box .title-box span {
  font-size: 15px;
  margin-top: 5px;
  display: inline-block;
}
.news_list-wrap .session_3 .item-box .img-box img {
  width: 100%;
}
.news_list-wrap .session_4 {
  padding-left: 25px;
  padding-right: 25px;
}
.news_list-wrap .session_4 .item-box {
  position: relative;
  height: 198px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 280px;
}
.news_list-wrap .session_4 .item-box .img-box {
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  box-sizing: border-box;
  width: 243px;
}
.news_list-wrap .session_4 .item-box .img-box img {
  height: 100%;
}
.news_list-wrap .session_4 .item-box .txt-box p {
  font-size: 20px;
  color: #373737;
  margin-bottom: 30px;
}
.news_list-wrap .session_4 .item-box .txt-box span {
  font-size: 15px;
  color: #646464;
}
.news_list-wrap .session_5 {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 60px;
}
.news_list-wrap .session_5 .more-box {
  margin-top: 60px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  border: 1px solid #dbdbdb;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.news_list-wrap .session_5 .more-box span {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.news_list-wrap .session_5 .more-box .doing-box {
  display: none;
}
.news_list-wrap .session_5 .more-box .no-box {
  display: none;
  color: red;
}
.news_list-wrap .session_5 .more-box.active {
  color: red;
  border: 1px solid red;
}
.news_list-wrap .session_5 .more-box.active .add-box {
  display: none;
}
.news_list-wrap .session_5 .more-box.active .doing-box {
  display: inline-block;
}
.news_list-wrap .session_5 .more-box.active .doing-box img {
  animation: lds-hourglass 1s linear infinite;
}
.news_list-wrap .session_5 .more-box.no {
  border-color: transparent;
}
.news_list-wrap .session_5 .more-box.no:hover {
  border-color: transparent;
  cursor: default;
}
.news_list-wrap .session_5 .more-box.no .no-box {
  display: inline-block;
}
.news_list-wrap .session_5 .more-box.no .add-box {
  display: none;
}
.news_list-wrap .session_5 .more-box.no .doing-box {
  display: none;
}
.news_list-wrap .session_5 .more-box:hover {
  border: 1px solid red;
  color: red;
}
.news_list-wrap .session_6 {
  width: 100%;
}
.news_list-wrap .session_6 .title-box {
  border-top: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.news_list-wrap .session_6 .title-box span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #465d49;
}
.news_list-wrap .session_6 .title-box span:before {
  position: absolute;
  top: -1px;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #465d49;
}
.news_list-wrap .session_6 .item-box {
  border: 1px solid #cdcdcd;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.news_list-wrap .session_6 .item-box .img-box img {
  width: 100%;
}
.news_list-wrap .session_6 .item-box .txt-box {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #373737;
}
.news_list-wrap .session_7 .title-box {
  border-top: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
}
.news_list-wrap .session_7 .title-box span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #465d49;
}
.news_list-wrap .session_7 .title-box span:before {
  position: absolute;
  top: -1px;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #465d49;
}
.news_list-wrap .session_7 .img-box {
  border: 1px solid #d4d4d4;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.news_list-wrap .session_7 .img-box img {
  width: 100%;
}
.news_list-wrap .session_7 ul {
  margin-top: 20px;
  padding-left: 20px;
}
.news_list-wrap .session_7 ul li {
  position: relative;
  line-height: 40px;
  border-bottom: 1px dashed #d4d4d4;
}
.news_list-wrap .session_7 ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 1px solid #425745;
  left: -20px;
  top: 16px;
}
.news_list-wrap .session_7 ul li:hover:before {
  background-color: #425745;
}
.news_des-wrap .session_1 {
  text-align: left;
  padding-bottom: 50px;
}
.news_des-wrap .session_1 .text-box {
  margin-top: 40px;
}
.news_des-wrap .session_1 .text-box .title-box {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
}
.news_des-wrap .session_1 .text-box .title-box h3 {
  font-size: 18px;
  color: #363636;
  font-weight: 400;
}
.news_des-wrap .session_1 .text-box .title-box p {
  margin-top: 25px;
  font-size: 16px;
  color: #515151;
}
.news_des-wrap .session_1 .text-box .title-box p span {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
.news_des-wrap .session_1 .text-box .des-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.news_des-wrap .session_1 .text-box .des-box p img {
  max-width: 100%;
}
.news_des-wrap .session_1 .text-box .bottom-box {
  border-bottom: 1px solid #cacbcd;
  margin-top: 50px;
}
.news_des-wrap .session_1 .text-box .bottom-box .black-btn {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #526054;
  color: #ffffff;
  font-size: 16px;
}
.news_des-wrap .session_1 .text-box .bottom-box .share-box {
  float: right;
}
.news_des-wrap .session_1 .text-box .bottom-box .share-box .bshare-custom {
  display: inline-block;
}
.news_des-wrap .session_1 .text-box .other-box {
  margin-top: 20px;
}
.news_des-wrap .session_1 .text-box .other-box ul li a {
  line-height: 3;
  color: #626262;
  font-size: 14px;
}
.news_des-wrap .session_1 .text-box .other-box ul li a:hover {
  color: #526054;
}
.video-wrap .session_1 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.video-wrap .session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.video-wrap .session_1 .item-box {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
}
.video-wrap .session_1 .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.video-wrap .session_1 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.video-wrap .session_1 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background-size: cover;
  background-image: url(../images/icon_6.png);
}
.video-wrap .session_1 .item-box .txt-box {
  padding-top: 15px;
  padding-bottom: 5px;
}
.video-wrap .session_1 .item-box .txt-box p {
  font-size: 14px;
  color: #373737;
  margin-bottom: 5px;
}
.video-wrap .session_1 .item-box .txt-box span {
  font-size: 13px;
  color: #8c8c8c;
}
.video-wrap .session_1 .item-box:hover .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.video-wrap .session_2 {
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 150px;
}
.video-wrap .session_2 span {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 16px;
  color: #595959;
  cursor: pointer;
  margin-right: 10px;
}
.video-wrap .session_2 span:hover,
.video-wrap .session_2 span.active {
  background-color: #425745;
  color: #fff;
}
.join-wrap .two-title {
  margin-bottom: 30px;
  font-size: 13px;
  text-align: center;
}
.join-wrap .two-title span {
  color: #425745;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.join-wrap .session_1 .centent-box {
  background-color: #eeeeee;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}
.join-wrap .session_1 img {
  width: 100%;
}
.join-wrap .session_2 {
  margin-top: 50px;
  margin-bottom: 85px;
}
.join-wrap .session_2 #masonry {
  position: relative;
}
.join-wrap .session_2 #masonry:before {
  position: absolute;
  content: '';
  width: 1px;
  background: #fff;
  top: 0;
  left: -1px;
  bottom: 0px;
  z-index: 9999;
}
.join-wrap .session_2 #masonry:after {
  position: absolute;
  content: '';
  width: 6px;
  background: #fff;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}
.join-wrap .session_2 .box {
  width: 33.33%;
  margin-left: -1px;
}
.join-wrap .session_2 .item-box {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.join-wrap .session_2 .item-box .img-box img {
  width: 100%;
}
.join-wrap .session_2 .item-box p {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.join-wrap .session_2 .more-box {
  margin-top: 60px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  border: 1px solid #dbdbdb;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.join-wrap .session_2 .more-box span {
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.join-wrap .session_2 .more-box .doing-box {
  display: none;
}
.join-wrap .session_2 .more-box .no-box {
  display: none;
  color: red;
}
.join-wrap .session_2 .more-box.active {
  color: red;
  border: 1px solid red;
}
.join-wrap .session_2 .more-box.active .add-box {
  display: none;
}
.join-wrap .session_2 .more-box.active .doing-box {
  display: inline-block;
}
.join-wrap .session_2 .more-box.active .doing-box img {
  animation: lds-hourglass 1s linear infinite;
}
.join-wrap .session_2 .more-box.no {
  border-color: transparent;
}
.join-wrap .session_2 .more-box.no:hover {
  border-color: transparent;
  cursor: default;
}
.join-wrap .session_2 .more-box.no .no-box {
  display: inline-block;
}
.join-wrap .session_2 .more-box.no .add-box {
  display: none;
}
.join-wrap .session_2 .more-box.no .doing-box {
  display: none;
}
.join-wrap .session_2 .more-box:hover {
  border: 1px solid red;
  color: red;
}
.join-wrap .session_3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../images/img_22.jpg);
  padding-top: 130px;
  padding-bottom: 90px;
}
.join-wrap .session_3 .two-title {
  color: #fff;
}
.join-wrap .session_3 .two-title span {
  color: #fff;
}
.join-wrap .session_3 .centent-box {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.join-wrap .session_3 .swiper-container {
  padding-bottom: 14px;
}
.join-wrap .session_3 .swiper-pagination {
  position: static;
  margin-top: 80px;
}
.join-wrap .session_3 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  margin-left: 11px;
  margin-right: 11px;
  width: 6px;
  height: 6px;
  position: relative;
  opacity: 1;
}
.join-wrap .session_3 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  top: -5px;
  left: -5px;
}
.join-wrap .session_3 .item-box {
  cursor: pointer;
}
.join-wrap .session_3 .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.join-wrap .session_3 .item-box .img-box > img {
  width: 100%;
  filter: grayscale(100%);
  filter: gray;
  transition: transform .3s;
}
.join-wrap .session_3 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.join-wrap .session_3 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(0%);
  z-index: 2;
  transition: all .3s;
  opacity: 0;
}
.join-wrap .session_3 .item-box .img-box .icon-box img {
  width: 50px;
}
.join-wrap .session_3 .item-box .txt-box {
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 16px;
  color: rgba(229, 229, 229, 0.6);
  border-bottom: 1px solid transparent;
}
.join-wrap .session_3 .item-box:hover .img-box img {
  filter: grayscale(0);
  filter: none;
  transform: scale3d(1.05, 1.05, 1);
}
.join-wrap .session_3 .item-box:hover .img-box .icon-box {
  transform: translateY(-50%);
  opacity: 1;
}
.join-wrap .session_3 .item-box:hover .txt-box {
  color: #fff;
  border-bottom: 1px solid rgba(238, 238, 238, 0.25);
}
.join-wrap .session_4 {
  margin-top: 100px;
  padding-bottom: 65px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 75px;
}
.join-wrap .session_4 .bg-box {
  height: 276px;
  background-size: cover;
  background-image: url(../images/img_24.jpg);
  font-size: 0;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
}
.join-wrap .session_4 .item-box {
  position: relative;
  display: inline-block;
  width: 138px;
  height: 112px;
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
  background-image: url(../images/icon_17.png);
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.join-wrap .session_4 .item-box:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  left: 0px;
  top: 54px;
}
.join-wrap .session_4 .item-box:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  right: 0px;
  top: 54px;
}
.join-wrap .session_4 .item-box .icon-box img.active {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: transform .5s;
}
.join-wrap .session_4 .item-box p {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.join-wrap .session_4 .item-box:first-child:before {
  display: none;
}
.join-wrap .session_4 .item-box:last-child:after {
  display: none;
}
.join-wrap .session_4 .item-box:hover {
  background-image: url(../images/icon_17_1.png);
}
.join-wrap .session_4 .item-box:hover .icon-box img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.join-wrap .session_4 .item-box:hover .icon-box img.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: rotateY(180deg);
}
.join-wrap .session_4 .item-box:hover p {
  color: #00790c;
}
.join-wrap .session_5 .centent-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.join-wrap .session_5 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.join-wrap .session_5 .centent-box .img-box {
  position: relative;
  overflow: hidden;
}
.join-wrap .session_5 .centent-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  transition: all .3s;
}
.join-wrap .session_5 .centent-box .img-box .bg-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
  transition: all .3s;
}
.join-wrap .session_5 .centent-box .img-box .info-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: all .3s;
  z-index: 99;
}
.join-wrap .session_5 .centent-box .img-box .info-box p {
  color: #fff;
  margin-top: 8px;
}
.join-wrap .session_5 .centent-box .txt-box {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.join-wrap .session_5 .centent-box .txt-box .txt {
  position: relative;
  z-index: 22;
}
.join-wrap .session_5 .centent-box .txt-box .txt span {
  font-size: 12px;
}
.join-wrap .session_5 .centent-box .txt-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  background: #1c6388;
  transition: all .3s;
}
.join-wrap .session_5 .centent-box .item-box:hover .img-box:before {
  background: rgba(0, 0, 0, 0);
}
.join-wrap .session_5 .centent-box .item-box:hover .img-box .bg-img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.join-wrap .session_5 .centent-box .item-box:hover .img-box .info-box {
  opacity: 0;
  transform: translateY(-50px);
  transition: all .3s;
}
.join-wrap .session_5 .centent-box .item-box:hover .txt-box:before {
  height: 100%;
}
.join-wrap .session_6 {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 1px solid #dadada;
}
.join-wrap .session_7 {
  margin-top: 60px;
  border-bottom: 1px solid #dadada;
}
.join-wrap .session_7 .top-box .title-box {
  margin-bottom: 35px;
}
.join-wrap .session_7 .top-box .title-box h3 {
  font-size: 28px;
  color: #454545;
  font-weight: 400;
}
.join-wrap .session_7 .top-box .title-box p {
  font-size: 14px;
  color: #454545;
}
.join-wrap .session_7 .top-box ul li {
  line-height: 2.4;
  font-size: 16px;
  color: #4b4b4b;
}
.join-wrap .session_7 .list-box {
  margin-top: 50px;
}
.join-wrap .session_7 .list-box .item-box {
  position: relative;
  float: left;
  padding-left: 75px;
  width: 33.33%;
  height: 70px;
  box-sizing: border-box;
  margin-bottom: 45px;
  line-height: 2;
  font-size: 16px;
  color: #4b4b4b;
}
.join-wrap .session_7 .list-box .item-box .user-img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}
.join-wrap .session_7 .list-box .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  right: 30px;
  background: #d4d4d4;
}
.join-wrap .session_7 .list-box .item-box:nth-child(1),
.join-wrap .session_7 .list-box .item-box:nth-child(4) {
  width: 470px;
}
.join-wrap .session_7 .list-box .item-box:nth-child(2),
.join-wrap .session_7 .list-box .item-box:nth-child(5) {
  width: 360px;
}
.join-wrap .session_7 .list-box .item-box:nth-child(3),
.join-wrap .session_7 .list-box .item-box:nth-child(6) {
  width: 440px;
}
.join-wrap .session_7 .list-box .item-box:nth-child(3):before,
.join-wrap .session_7 .list-box .item-box:nth-child(6):before {
  display: none;
}
.join-wrap .session_8 {
  margin-top: 60px;
  margin-bottom: 100px;
  width: 1200px;
}
.join-wrap .session_8 .title-box {
  text-align: left;
  margin-bottom: 40px;
}
.join-wrap .session_8 .title-box span {
  display: inline-block;
  font-size: 24px;
  color: #425745;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
}
.join-wrap .session_8 .title-box span:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #425745;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.join-wrap .session_8 .title-box p {
  font-size: 16px;
  color: #2d2d2d;
}
.join-wrap .session_8 .input-box {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.join-wrap .session_8 .input-box input {
  width: 336px;
  height: 36px;
  border: 1px solid #a5a5a4;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: transparent;
}
.join-wrap .session_8 .input-box label {
  position: absolute;
  right: -20px;
  font-size: 18px;
  color: #808080;
  line-height: 36px;
}
.join-wrap .session_8 .input-box label em {
  font-size: 16px;
  margin-right: 4px;
  color: red;
  vertical-align: middle;
}
.join-wrap .session_8 .input-box textarea {
  width: 1067px;
  padding: 15px;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #a5a5a4;
  background: transparent;
}
.join-wrap .session_8 .input-box:last-child {
  margin-bottom: 20px;
}
.join-wrap .session_8 .input-box.other-box input {
  width: 120px;
}
.join-wrap .session_8 .input-box.other-box label {
  left: 125px;
}
.join-wrap .session_8 .input-box.other-box .img-box {
  margin-left: 20px;
  display: inline-block;
  border: 1px solid #a5a5a4;
}
.join-wrap .session_8 .select-box select {
  height: 36px;
  width: 107px;
  background: #fff;
  border: 1px solid #a5a5a4;
  outline: none;
}
.join-wrap .session_8 .btn-box {
  text-align: left;
  font-size: 0;
}
.join-wrap .session_8 .btn-box span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #425745;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.pro_list-wrap .session_1 {
  position: relative;
  margin-top: 45px;
  padding-left: 15%;
  padding-right: 15%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.pro_list-wrap .session_1 .title-box {
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 99;
  padding-right: 50px;
  min-width: 90px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  padding-top: 20px;
}
.pro_list-wrap .session_1 .title-box.active {
  position: fixed;
  top: 10vh;
}
.pro_list-wrap .session_1 .title-box li {
  position: relative;
  line-height: 3;
  text-align: left;
}
.pro_list-wrap .session_1 .title-box li a {
  display: inline-block;
  color: #464646;
  font-size: 16px;
}
.pro_list-wrap .session_1 .title-box li.active:before,
.pro_list-wrap .session_1 .title-box li:hover:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #425745;
  right: -20px;
  top: 50%;
}
.pro_list-wrap .session_1 .title-box li.active a,
.pro_list-wrap .session_1 .title-box li:hover a {
  color: #425745;
}
.pro_list-wrap .session_1 #masonry {
  position: relative;
  min-height: 1000px;
}
.pro_list-wrap .session_1 #masonry:before {
  position: absolute;
  content: '';
  width: 2px;
  background: #fff;
  top: 0;
  bottom: 0px;
  left: -1px;
  z-index: 9999;
}
.pro_list-wrap .session_1 #masonry:after {
  position: absolute;
  content: '';
  width: 6px;
  background: #fff;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}
.pro_list-wrap .session_1 .box {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}
.pro_list-wrap .session_1 .box:before {
  position: absolute;
  content: '';
  width: 1px;
  background: #dbdbdb;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.pro_list-wrap .session_1 .box:after {
  position: absolute;
  content: '';
  width: 1px;
  background: #dbdbdb;
  left: -1px;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.pro_list-wrap .session_1 .item-box {
  position: relative;
  padding: 25px;
  border-bottom: 1px solid #dbdbdb;
  box-sizing: border-box;
  width: 100%;
}
.pro_list-wrap .session_1 .item-box .img-box {
  overflow: hidden;
}
.pro_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.pro_list-wrap .session_1 .item-box p {
  position: relative;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.pro_list-wrap .session_1 .item-box p em {
  opacity: 0;
  position: absolute;
  right: 10px;
  transition: all .3s;
  transform: translateX(-40px);
}
.pro_list-wrap .session_1 .item-box:hover .img-box img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.pro_list-wrap .session_1 .item-box:hover p em {
  transform: rotateX(0);
  opacity: 1;
}
.about_new #menu {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
.about_new #menu li {
  margin-bottom: 15px;
}
.about_new #menu li a {
  position: relative;
  display: block;
  height: 10px;
  line-height: 10px;
  text-align: right;
}
.about_new #menu li a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: all .3s;
  vertical-align: middle;
  border: 1px solid #41615e;
  box-sizing: border-box;
}
.about_new #menu li.active a span {
  width: 10px;
  height: 10px;
  border: 1px solid #41615e;
  box-sizing: border-box;
  background: transparent;
  background: #41615e;
}
.about_new #menu.active {
  right: 20px;
}
.about_new .section_1 {
  text-align: center;
}
.about_new .section_1 .img-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_1.active .img-box {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_2 .txt-box {
  padding-top: 50px;
  float: left;
  width: 470px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_2 .txt-box p {
  line-height: 2.4;
  color: #565555;
  margin-bottom: 35px;
}
.about_new .section_2 .img-box {
  float: right;
  cursor: pointer;
  overflow: hidden;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.about_new .section_2 .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.about_new .section_2 .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_2.active .txt-box,
.about_new .section_2.active .img-box {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_3 .left-page {
  float: left;
}
.about_new .section_3 .left-page .img-box {
  float: left;
  padding: 10px;
  border: 1px solid #cfcfcf;
  margin-right: 35px;
  overflow: hidden;
  cursor: pointer;
}
.about_new .section_3 .left-page .img-box img {
  height: 63vh;
}
.about_new .section_3 .left-page .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.about_new .section_3 .left-page .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_3 .left-page .img-box:nth-child(1) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_3 .left-page .img-box:nth-child(2) {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.about_new .section_3 .right-page {
  float: right;
  width: 340px;
  height: 63vh;
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.about_new .section_3 .right-page .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.about_new .section_3 .right-page .txt-box h3 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 40px;
  color: #646464;
}
.about_new .section_3 .right-page .txt-box p {
  font-size: 14px;
  line-height: 2.2;
  color: #595959;
  margin-bottom: 35px;
}
.about_new .section_3.active .left-page .img-box,
.about_new .section_3.active .right-page {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_4 .centent-box {
  font-size: 0;
}
.about_new .section_4 .left-page {
  display: inline-block;
  width: 330px;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 40px;
  box-sizing: border-box;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_4 .left-page p {
  line-height: 2.2;
  color: #595959;
}
.about_new .section_4 .right-page {
  display: inline-block;
  font-size: 14px;
  width: 970px;
  overflow: hidden;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
  vertical-align: middle;
}
.about_new .section_4 .right-page img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}
.about_new .section_4 .right-page:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_4 .right-page p {
  color: #595959;
  margin-top: 20px;
}
.about_new .section_4.active .left-page,
.about_new .section_4.active .right-page {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_5 .img-box {
  transform: translateY(50px);
  opacity: 0;
  overflow: hidden;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_5 .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}
.about_new .section_5 .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_5 .txt-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.about_new .section_5 .txt-box p {
  line-height: 2.2;
  color: #595959;
  margin-top: 25px;
}
.about_new .section_5.active .img-box,
.about_new .section_5.active .txt-box {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_6 .img-box {
  overflow: hidden;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_6 .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}
.about_new .section_6 .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_6 .txt-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.about_new .section_6 .txt-box p {
  line-height: 2.2;
  color: #595959;
  margin-top: 25px;
}
.about_new .section_6.active .img-box,
.about_new .section_6.active .txt-box {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_7 .all-img {
  font-size: 0;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_7 .all-img .img-box {
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.about_new .section_7 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
  height: 160px;
}
.about_new .section_7 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_7 .txt-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.about_new .section_7 .txt-box p {
  line-height: 2.2;
  color: #595959;
  margin-top: 25px;
}
.about_new .section_7.active .all-img,
.about_new .section_7.active .txt-box {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_8 .top-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.about_new .section_8 .top-box .left-page {
  float: left;
}
.about_new .section_8 .top-box .left-page .txt-box {
  width: 450px;
}
.about_new .section_8 .top-box .left-page .txt-box h3 {
  font-size: 36px;
  color: #41615e;
  font-weight: 700;
  margin-bottom: 20px;
}
.about_new .section_8 .top-box .left-page .txt-box dd {
  font-size: 20px;
  color: #41615e;
  font-weight: 700;
  line-height: 1.8;
}
.about_new .section_8 .top-box .right-page {
  float: right;
}
.about_new .section_8 .top-box .right-page .img-box {
  overflow: hidden;
}
.about_new .section_8 .top-box .right-page .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.about_new .section_8 .top-box .right-page .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.about_new .section_8 .bottom-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
  margin-top: 30px;
}
.about_new .section_8 .bottom-box p {
  line-height: 2.2;
  color: #595959;
  margin-top: 25px;
}
.about_new .section_8.active .top-box,
.about_new .section_8.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.about_new .section_9 .centent-box {
  text-align: center;
}
.about_new .section_9 .centent-box h3 {
  font-size: 53px;
  font-weight: 700;
  color: #41615e;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
  margin-top: 30px;
}
.about_new .section_9 .centent-box p {
  font-size: 48px;
  color: #41615e;
  opacity: 0.3;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
  margin-top: 10px;
}
.about_new .section_9.active .centent-box h3,
.about_new .section_9.active .centent-box p {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap #menu {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
.idea-wrap #menu li {
  margin-bottom: 15px;
}
.idea-wrap #menu li a {
  position: relative;
  display: block;
  height: 10px;
  line-height: 10px;
  text-align: right;
}
.idea-wrap #menu li a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: all .3s;
  vertical-align: middle;
  border: 1px solid #41615e;
  box-sizing: border-box;
}
.idea-wrap #menu li.active a span {
  width: 10px;
  height: 10px;
  border: 1px solid #41615e;
  box-sizing: border-box;
  background: transparent;
  background: #41615e;
}
.idea-wrap #menu.active {
  right: 20px;
}
.idea-wrap .section_1 h3 {
  font-weight: 700;
  font-size: 30px;
  color: #41615e;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_1 dd p {
  font-size: 16px;
  color: #565555;
  line-height: 2;
  margin-bottom: 40px;
}
.idea-wrap .section_1 dd:nth-child(1) {
  transform: translateY(50px);
  transition: transform 0.7s .7s, opacity 0.4s .7s;
  opacity: 0;
}
.idea-wrap .section_1 dd:nth-child(2) {
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
  opacity: 0;
}
.idea-wrap .section_1 dd:nth-child(3) {
  transform: translateY(50px);
  transition: transform 0.7s .9s, opacity 0.4s .9s;
  opacity: 0;
}
.idea-wrap .section_1 dd:nth-child(4) {
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
  opacity: 0;
}
.idea-wrap .section_1.active h3,
.idea-wrap .section_1.active dd {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_2 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s,
            opacity 0.4s .6s;
}
.idea-wrap .section_2 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_2 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_2 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_2 .all-img .img-box {
  overflow: hidden;
  float: left;
  margin-right: 35px;
  cursor: pointer;
}
.idea-wrap .section_2 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_2 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_2 .bottom-box {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.idea-wrap .section_2 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_2.active .top-box,
.idea-wrap .section_2.active .all-img,
.idea-wrap .section_2.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_3 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_3 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_3 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_3 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_3 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_3 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_3 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_3 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_3 .bottom-box {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.idea-wrap .section_3 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_3 .bottom-box .more-box {
  margin-top: 30px;
}
.idea-wrap .section_3 .bottom-box .more-box a {
  font-size: 16px;
  color: #41615e;
  display: inline-block;
  border-bottom: 1px solid #41615e;
  padding-bottom: 5px;
}
.idea-wrap .section_3.active .top-box,
.idea-wrap .section_3.active .all-img,
.idea-wrap .section_3.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_4 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_4 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_4 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_4 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_4 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_4 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_4 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_4 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_4 .bottom-box {
  float: left;
  margin-left: 30px;
  padding-top: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_4 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_4 .bottom-box .more-box {
  margin-top: 30px;
}
.idea-wrap .section_4 .bottom-box .more-box a {
  font-size: 16px;
  color: #41615e;
  display: inline-block;
  border-bottom: 1px solid #41615e;
  padding-bottom: 5px;
}
.idea-wrap .section_4.active .top-box,
.idea-wrap .section_4.active .all-img,
.idea-wrap .section_4.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_5 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_5 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_5 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_5 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_5 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_5 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_5 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_5 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_5 .bottom-box {
  float: left;
  margin-left: 30px;
  padding-top: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_5 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_5.active .top-box,
.idea-wrap .section_5.active .all-img,
.idea-wrap .section_5.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_6 .top-box {
  position: relative;
  padding-bottom: 40px;
  padding-right: 500px;
  box-sizing: border-box;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_6 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_6 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_6 .top-box .icon-box {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.idea-wrap .section_6 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_6 .all-img .img-box {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
}
.idea-wrap .section_6 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_6 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_6 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_6 .bottom-box {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.idea-wrap .section_6 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_6 .bottom-box .more-box {
  margin-top: 30px;
}
.idea-wrap .section_6 .bottom-box .more-box a {
  font-size: 16px;
  color: #41615e;
  display: inline-block;
  border-bottom: 1px solid #41615e;
  padding-bottom: 5px;
}
.idea-wrap .section_6.active .top-box,
.idea-wrap .section_6.active .all-img,
.idea-wrap .section_6.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_7 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_7 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_7 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_7 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_7 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_7 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_7 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_7 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_7 .bottom-box {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.idea-wrap .section_7 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_7 .bottom-box .more-box {
  margin-top: 30px;
}
.idea-wrap .section_7 .bottom-box .more-box a {
  font-size: 16px;
  color: #41615e;
  display: inline-block;
  border-bottom: 1px solid #41615e;
  padding-bottom: 5px;
}
.idea-wrap .section_7.active .top-box,
.idea-wrap .section_7.active .all-img,
.idea-wrap .section_7.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_8 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_8 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_8 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_8 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_8 .all-img .img-box {
  float: left;
  margin-right: 26px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_8 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_8 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_8 .all-img .img-box .icon-box {
  margin-bottom: 15px;
}
.idea-wrap .section_8 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_8 .bottom-box {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.idea-wrap .section_8 .bottom-box .more-box {
  margin-top: 30px;
}
.idea-wrap .section_8 .bottom-box .more-box a {
  font-size: 16px;
  color: #41615e;
  display: inline-block;
  border-bottom: 1px solid #41615e;
  padding-bottom: 5px;
  margin-right: 90px;
}
.idea-wrap .section_8.active .top-box,
.idea-wrap .section_8.active .all-img,
.idea-wrap .section_8.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_9 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_9 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_9 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_9 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_9 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_9 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_9 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_9 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_9 .bottom-box {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.idea-wrap .section_9 .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #575757;
}
.idea-wrap .section_9 .bottom-box .more-box {
  margin-top: 30px;
}
.idea-wrap .section_9 .bottom-box .more-box a {
  font-size: 16px;
  color: #41615e;
  display: inline-block;
  border-bottom: 1px solid #41615e;
  padding-bottom: 5px;
}
.idea-wrap .section_9.active .top-box,
.idea-wrap .section_9.active .all-img,
.idea-wrap .section_9.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_9 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_9 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_9 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_9 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_9 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_9 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_9 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_9 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_9.active .top-box,
.idea-wrap .section_9.active .all-img,
.idea-wrap .section_9.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_10 .top-box {
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_10 .top-box h3 {
  font-size: 30px;
  color: #41615e;
  margin-bottom: 30px;
}
.idea-wrap .section_10 .top-box p {
  font-size: 24px;
  color: #575757;
}
.idea-wrap .section_10 .all-img {
  float: left;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_10 .all-img .img-box {
  float: left;
  margin-right: 30px;
  cursor: pointer;
  overflow: hidden;
}
.idea-wrap .section_10 .all-img .img-box img {
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.idea-wrap .section_10 .all-img .img-box:hover img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.idea-wrap .section_10 .all-img .img-box:last-child {
  margin-right: 0;
}
.idea-wrap .section_10.active .top-box,
.idea-wrap .section_10.active .all-img,
.idea-wrap .section_10.active .bottom-box {
  transform: translateY(0px);
  opacity: 1;
}
.idea-wrap .section_11 {
  text-align: center;
  font-size: 40px;
  color: #41615e;
  font-weight: 700;
  line-height: 1.6;
}
.idea-wrap .section_11 h3 {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.idea-wrap .section_11 h3:nth-child(2) {
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.idea-wrap .section_11.active h3 {
  opacity: 1;
  transform: translateY(0px);
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1500px) {
  .about_new .section_4 .right-page img {
    height: 480px;
  }
  .about_new .section_5 .img-box img {
    height: 50vh;
  }
  .about_new .section_6 .img-box {
    text-align: center;
  }
  .about_new .section_6 .img-box img {
    width: 55%;
  }
  .about_new .section_7 .all-img .img-box img {
    height: 110px;
  }
}
/*# sourceMappingURL=style.css.map */