@charset "utf-8";
/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
}
.img_scale:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
/*down*/
@-webkit-keyframes bounce-down {
  25% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(5px);
  }
}
@keyframes bounce-down {
  25% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(5px);
  }
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
  }
}
@keyframes centerBig {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@-webkit-keyframes fadeInLeft20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft20 {
  -webkit-animation-name: fadeInLeft20;
  animation-name: fadeInLeft20;
}
@-webkit-keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight20 {
  -webkit-animation-name: fadeInRight20;
  animation-name: fadeInRight20;
}
@-webkit-keyframes fadeInUp20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}
.banner {
  position: relative;
}
.banner .banner-txt {
  position: absolute;
  top: 37%;
  left: 19.73%;
}
.banner .banner-txt p {
  line-height: 1;
}
.banner .banner-txt .txt1 {
  font-size: 18px;
  color: #3d7ab3;
  margin-bottom: 22px;
}
.banner .banner-txt .txt2 {
  font-size: 34px;
  color: #3d7ab3;
  margin-bottom: 11px;
}
.banner .banner-txt .txt3 {
  font-size: 14px;
  color: #5f9ad2;
}
@media (max-width: 1750px) {
  .banner .banner-txt {
    top: 32%;
    left: 14%;
  }
  .banner .banner-txt .txt1 {
    margin-bottom: 15px;
  }
  .banner .banner-txt .txt2 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .banner .banner-txt {
    top: 28%;
    left: 10%;
  }
  .banner .banner-txt .txt1 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .banner .banner-txt .txt2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1000px) {
  .banner .banner-txt {
    top: 28%;
    left: 10%;
  }
  .banner .banner-txt .txt1 {
    font-size: 14px;
  }
  .banner .banner-txt .txt2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about .profile-list ul {
    width: 100%;
  }
  .about .profile-list li {
    margin: 5px 0 0 0;
    width: 25%;
    padding: 0;
    text-align: center;
  }
  .banner .banner-txt .txt1 {
    margin-bottom: 8px;
  }
  .banner .banner-txt .txt2 {
    font-size: 16px;
  }
  .banner .banner-txt .txt3 {
    display: none;
  }
}
@media (max-width: 480px) {
  .news .profile-list ul {
    width: 100%;
  }
  .news .profile-list li {
    margin: 5px 0 0 0;
    width: 33.333%;
    padding: 0;
    text-align: center;
  }
}
/*======================profile==============================*/
.profile-content {
  margin-top: 2%;
  padding-top: 2%;
  background: url(../images/font-synthesizer.png) no-repeat right 12.5% top 0px;
}
.profile-content img {
  max-width: 100%;
}
.profile-content .desc p {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
}
.profile-content .desc p:first-child {
  font-size: 20px;
  color: #444444;
  margin-bottom: 18px;
}
.profile-content .pro-con-left {
  width: 55.78%;
}
.profile-content .pro-con-left .pro-left-desc {
  width: 100%;
  padding-right: 17.8%;
  margin-top: 4.86%;
}
.profile-content .pro-con-right {
  width: 44.22%;
  transform: translateY(175px);
  -ms-transform: translateY(175px);
  -o-transform: translateY(175px);
  -webkit-transform: translateY(175px);
  -moz-transform: translateY(175px);
  position: relative;
}
.profile-content .pro-con-right .pro-right-desc {
  width: 100%;
  padding-right: 43px;
  position: absolute;
  top: -30%;
  left: 44px;
}
.global-vision {
  margin-top: 6.25%;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
}
.global-vision .txt1 {
  font-size: 60px;
  color: #79b246;
  font-family: 'tt0035m_';
}
.global-vision .txt2 {
  font-size: 24px;
  color: #333434;
  margin-top: 2.08%;
  margin-bottom: 3.125%;
}
.global-vision .txt3 {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
  padding: 0 5.5%;
  margin-bottom: 25px;
}
.global-vision .txt4 {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
  width: 71.48%;
  margin: auto;
  margin-bottom: 28px;
}
@media (max-width: 1750px) {
  .profile-content .desc p:first-child {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .profile-content .pro-con-left .pro-left-desc {
    padding-right: 9.8%;
  }
  .global-vision .txt1 {
    font-size: 52px;
  }
  .global-vision .txt2 {
    margin-bottom: 2.5%;
  }
  .global-vision .txt3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .profile-content .pro-con-left .pro-left-desc {
    padding-right: 20px;
    margin-top: 3%;
  }
  .profile-content .pro-con-right {
    transform: translateY(125px);
    -ms-transform: translateY(125px);
    -o-transform: translateY(125px);
    -webkit-transform: translateY(125px);
    -moz-transform: translateY(125px);
  }
  .profile-content .pro-con-right .pro-right-desc {
    left: 20px;
    padding-right: 5%;
  }
  .global-vision .txt1 {
    font-size: 42px;
  }
  .global-vision .txt2 {
    font-size: 20px;
  }
  .global-vision .txt3 {
    padding: 0 2.5%;
    margin-bottom: 15px;
  }
  .global-vision .txt4 {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .global-vision .txt1 {
    font-size: 36px;
  }
  .global-vision .txt2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .global-vision .txt3 {
    padding: 0;
    margin-bottom: 10px;
  }
  .global-vision .txt4 {
    width: 100%;
  }
  .profile-content .pro-con-right .pro-right-desc {
    top: -39%;
  }
  .profile-content .desc p:first-child {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1000px) {
  .profile-content {
    background: none;
  }
  .profile-content .desc p:first-child {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .profile-content .pro-con-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    display: block;
  }
  .profile-content .pro-con-left .pro-left-desc {
    padding-right: 0;
    margin-top: 15px;
  }
  .profile-content .pro-con-right {
    width: 100%;
    float: none;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .profile-content .pro-con-right .pro-right-desc {
    position: inherit;
    padding-right: 0;
    top: auto;
    left: auto;
    margin-top: 15px;
  }
  .global-vision .txt1 {
    font-size: 32px;
  }
  .global-vision .txt2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .profile-content {
    background: none;
  }
  .profile-content .desc p:first-child {
    font-size: 15px;
  }
  .global-vision .txt1 {
    font-size: 30px;
  }
  .global-vision .txt2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .profile-content .desc p {
    line-height: 22px;
  }
  .global-vision {
    margin-top: 45px;
  }
  .global-vision .txt1 {
    font-size: 24px;
  }
  .global-vision .txt3,
  .global-vision .txt4 {
    text-align: left;
    line-height: 22px;
  }
}
/*==================brand-introdutcion======================*/
.brand-con {
  background: url(../images/brand-bg.jpg) no-repeat center / cover;
  background-size: 100% 100%;
  margin-top: 3.2%;
  padding: 6% 0;
}
.brand-con .brand-con-det {
  width: 100%;
  display: inline-block;
  position: relative;
}
.brand-con .brand-con-det .brand-det-inner {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 3;
  margin-left: 20%;
  margin-right: 20%;
  padding: 2.7% 3.87% 3.07% 3.97%;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.15);
}
.brand-con .brand-con-det .brand-det-inner .txt1 {
  width: 490px;
  font-size: 36px;
  color: #79b246;
  line-height: 30px;
  font-family: 'tt0035m_';
}
.brand-con .brand-con-det .brand-det-inner .txt2 {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 20px;
  margin-top: 14px;
  margin-bottom: 8px;
}
.brand-con .brand-con-det .brand-det-inner .txt3 {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
  margin-bottom: 2.25%;
}
.brand-con .brand-con-det .brand-det-inner .txt3:last-child {
  margin-bottom: 0px;
}
.brand-con .brand-con-det .brand-det-inner .txt4 {
  margin-bottom: 3.5%;
}
.brand-con .brand-con-det .brand-det-inner h4 {
  font-size: 12px;
  margin-bottom: 4px;
  color: #3c3c3c;
}
.brand-con .brand-con-det .brand-pic-left {
  position: absolute;
  z-index: 1;
  left: 14.5%;
  bottom: 12%;
}
.brand-con .brand-con-det .brand-pic-right {
  position: absolute;
  z-index: 1;
  right: 12%;
  bottom: 11%;
}
.brand-container {
  margin-top: 6.77%;
  margin-bottom: 1.3%;
}
.brand-container .brand-list li:nth-child(2n+1) .list-img {
  float: left;
}
.brand-container .brand-list li:nth-child(2n+1) .list-txt {
  float: right;
  padding-left: 5.62%;
  right: 0;
}
.brand-container .brand-list li:nth-child(2n) .list-img {
  float: right;
}
.brand-container .brand-list li:nth-child(2n) .list-txt {
  float: left;
  padding-right: 2.5%;
  left: 0;
}
.brand-container .brand-list li:nth-child(2n) .list-txt .txt2 {
  margin-bottom: 2.5%;
}
.brand-container .brand-list .list-img {
  width: 50%;
}
.brand-container .brand-list .list-txt {
  width: 50%;
  padding-top: 5.5%;
}
.brand-container .brand-list .list-txt .txt1 {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1;
  margin-bottom: 22px;
}
.brand-container .brand-list .list-txt .txt2 {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
}
.brand-container .brand-list .list-txt h4 {
  font-size: 12px;
  color: #3d3d3d;
  line-height: 24px;
}
.brand-con-img {
  display: none;
}
@media (max-width: 1750px) {
  .brand-con .brand-con-det .brand-det-inner .txt1 {
    font-size: 30px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt2 {
    font-size: 18px;
  }
  .brand-container .brand-list .list-txt {
    padding-top: 3.5%;
  }
  .brand-container .brand-list .list-txt .txt1 {
    font-size: 18px;
  }
  .brand-container .brand-list li:nth-child(2n+1) .list-txt {
    padding-left: 3%;
  }
}
@media (max-width: 1440px) {
  .brand-con .brand-con-det .brand-det-inner {
    margin-left: 15%;
    margin-right: 15%;
    padding: 2.7% 2% 3.07% 2%;
  }
  .brand-con .brand-con-det .brand-det-inner .txt1 {
    font-size: 26px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt4 {
    margin-bottom: 20px;
  }
  .brand-con .brand-con-det .brand-pic-left {
    left: 9.5%;
  }
  .brand-con .brand-con-det .brand-pic-right {
    right: 7%;
  }
  .brand-container .brand-list .list-txt {
    padding-top: 2%;
  }
  .brand-container .brand-list .list-txt .txt1 {
    margin-bottom: 15px;
  }
  .brand-container .brand-list li:nth-child(2n+1) .list-txt {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .brand-con .brand-con-det .brand-det-inner {
    margin-left: 10%;
    margin-right: 10%;
  }
  .brand-con .brand-con-det .brand-det-inner .txt1 {
    font-size: 24px;
    width: 450px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt2 {
    font-size: 15px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt4 {
    margin-bottom: 15px;
  }
  .brand-con .brand-con-det .brand-pic-left {
    left: 4%;
  }
  .brand-con .brand-con-det .brand-pic-right {
    right: 2%;
  }
  .brand-container .brand-list li {
    margin-bottom: 25px;
  }
  .brand-container .brand-list li:nth-child(2n+1) .list-txt {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .brand-container .brand-list li:nth-child(2n+1) .list-img {
    width: 100%;
    float: none;
  }
  .brand-container .brand-list li:nth-child(2n) .list-txt {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .brand-container .brand-list li:nth-child(2n) .list-txt .txt2 {
    margin-bottom: 5px;
  }
  .brand-container .brand-list li:nth-child(2n) .list-img {
    width: 100%;
    float: none;
  }
  .brand-container .brand-list .list-txt {
    margin-top: 15px;
    display: block;
    padding-top: 0;
  }
  .brand-container .brand-list .list-txt .txt1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .brand-con .brand-con-det .brand-pic-left,
  .brand-con .brand-con-det .brand-pic-right {
    display: none;
  }
  .brand-con .brand-con-det .brand-det-inner {
    margin-left: 5%;
    margin-right: 5%;
  }
  .brand-con .brand-con-det .brand-det-inner .txt1 {
    font-size: 20px;
    line-height: 24px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .brand-con {
    background: none;
    margin-top: 0;
    padding: 6% 0 0;
  }
  .brand-con .brand-con-det .brand-det-inner {
    box-shadow: inherit;
    padding: 0;
  }
  .brand-con .brand-con-det .brand-det-inner h4 {
    margin-bottom: 0;
  }
  .brand-container {
    margin-top: 45px;
  }
  .brand-con-img {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .brand-con {
    margin-top: 20px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt1 {
    font-size: 18px;
    line-height: 1;
    width: 100%;
    padding-right: 10%;
  }
  .brand-con .brand-con-det .brand-det-inner .txt2 {
    font-size: 14px;
  }
  .brand-con .brand-con-det .brand-det-inner .txt3 {
    line-height: 22px;
  }
  .brand-container .brand-list li {
    margin-bottom: 35px;
  }
  .brand-container .brand-list .list-txt .txt1 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .brand-container .brand-list .list-txt .txt2 {
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .brand-con .brand-con-det .brand-det-inner .txt1 {
    padding-right: 0;
  }
}
/*==================brand-planning==========================*/
.brand-plan-top {
  margin-top: 4.3%;
  position: relative;
}
.brand-plan-top .plan-left {
  width: 58.75%;
  padding-right: 7%;
  padding-top: 3.5%;
}
.brand-plan-top .plan-left .txt1 {
  font-size: 30px;
  color: #79b246;
  line-height: 1;
  font-family: 'tt0035m_';
  padding-right: 8.54%;
}
.brand-plan-top .plan-left .txt2 {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 3.47%;
}
.brand-plan-top .plan-left .txt3 {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
  margin-bottom: 3.5%;
}
.brand-plan-top .plan-left h4 {
  font-size: 12px;
  line-height: 24px;
  color: #3d3d3d;
}
.brand-plan-top .plan-right {
  width: 41.25%;
}
.brand-swiper {
  margin-top: 5.41%;
}
.brand-swiper .bg {
  background: url(../images/planning_img2.jpg) no-repeat 100% / cover;
}
.brand-swiper .bg .title {
  padding-top: 4.79%;
  padding-bottom: 22.92%;
  padding-left: 26.94%;
}
.brand-swiper .bg .title .en p {
  font-size: 40px;
  color: #79b246;
  line-height: 1;
  font-family: 'tt0035m_';
}
.brand-swiper .bg .title .en p:nth-child(2) {
  margin-top: -10px;
}
.brand-swiper .bg .title .cn p {
  font-size: 24px;
  line-height: 30px;
  color: #3c3c3c;
  margin-top: 20px;
}
.brand-swiper .swiper-con .fl {
  width: 50%;
}
.brand-swiper .swiper-con .fl .arr {
  float: right;
  width: 92px;
  height: 98px;
  text-align: center;
  background-color: #e2e2e2;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.brand-swiper .swiper-con .fl .arr:first-child {
  margin-left: 1px;
}
.brand-swiper .swiper-con .fl .arr .iconfont {
  font-size: 32px;
  color: #79b246;
  line-height: 98px;
}
.brand-swiper .swiper-con .fl .arr:hover {
  background-color: #79b246;
  cursor: pointer;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.brand-swiper .swiper-con .fl .arr:hover .iconfont {
  color: #f8faf6;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.brand-swiper .swiper-con .project-con-img {
  width: 50%;
  margin-top: -23.4%;
}
@media (max-width: 1750px) {
  .brand-plan-top .plan-left {
    padding-right: 4%;
  }
  .brand-plan-top .plan-left .txt1 {
    font-size: 26px;
    padding-right: 20%;
  }
  .brand-plan-top .plan-left .txt2 {
    font-size: 18px;
    line-height: 24px;
  }
  .brand-swiper .bg .title .en p {
    font-size: 36px;
  }
  .brand-swiper .bg .title .cn p {
    font-size: 22px;
    margin-top: 15px;
  }
  .brand-swiper .swiper-con .fl .arr {
    width: 78px;
    height: 78px;
  }
  .brand-swiper .swiper-con .fl .arr .iconfont {
    line-height: 78px;
  }
  .brand-swiper .swiper-con .project-con-img {
    margin-top: -20%;
  }
}
@media (max-width: 1440px) {
  .brand-plan-top .plan-left {
    padding-right: 2%;
    padding-top: 1.5%;
  }
  .brand-plan-top .plan-left .txt1 {
    font-size: 24px;
  }
  .brand-plan-top .plan-left .txt2 {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .brand-plan-top .plan-left .txt3 {
    margin-bottom: 2%;
  }
  .brand-swiper .bg .title .en p {
    font-size: 32px;
  }
  .brand-swiper .bg .title .en p:nth-child(2) {
    margin-top: -5px;
  }
  .brand-swiper .bg .title .cn p {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .brand-swiper .swiper-con .fl {
    width: 40%;
  }
  .brand-swiper .swiper-con .fl .arr {
    width: 62px;
    height: 62px;
  }
  .brand-swiper .swiper-con .fl .arr .iconfont {
    line-height: 62px;
    font-size: 24px;
  }
  .brand-swiper .swiper-con .fr {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .brand-plan-top .plan-left {
    width: 100%;
    float: none;
    display: block;
    padding-top: 25px;
    padding-right: 0;
  }
  .brand-plan-top .plan-left .txt1 {
    font-size: 20px;
    padding-right: 0;
  }
  .brand-plan-top .plan-left .txt2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .brand-plan-top .plan-left .txt3 {
    margin-bottom: 10px;
  }
  .brand-plan-top .plan-right {
    width: 100%;
    float: none;
    display: block;
  }
  .brand-swiper {
    margin-top: 35px;
  }
  .brand-swiper .bg .title .en p {
    font-size: 20px;
  }
  .brand-swiper .bg .title .en p:nth-child(2) {
    margin-top: 0;
  }
  .brand-swiper .bg .title .cn p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .brand-swiper .swiper-con {
    margin-top: 30px;
    position: relative;
  }
  .brand-swiper .swiper-con .project-con-img {
    margin-top: 0;
  }
  .brand-swiper .swiper-con .fl {
    width: 100%;
    float: none;
  }
  .brand-swiper .swiper-con .fl .arr {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 9999;
  }
  .brand-swiper .swiper-con .fl .arr .iconfont {
    line-height: 48px;
    font-size: 18px;
  }
  .brand-swiper .swiper-con .fl .arr-left {
    right: 0;
  }
  .brand-swiper .swiper-con .fl arr-right {
    left: 0;
  }
  .brand-swiper .swiper-con .fr {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .brand-swiper {
    margin-top: 35px;
  }
  .brand-swiper .bg {
    background: none;
  }
  .brand-swiper .bg .title {
    padding: 0;
  }
  .brand-swiper .bg .title .en p {
    font-size: 18px;
  }
  .brand-swiper .bg .title .cn p {
    line-height: 1.4;
    font-size: 14px;
  }
  .brand-swiper .swiper-con {
    margin-top: 15px;
  }
  .brand-plan-top .plan-left .txt1 {
    font-size: 18px;
  }
  .brand-plan-top .plan-left .txt2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .brand-plan-top .plan-left .txt3 {
    line-height: 22px;
    margin-bottom: 5px;
  }
  .brand-plan-top .plan-left h4 {
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .brand-swiper .swiper-con .fl .arr {
    width: 36px;
    height: 36px;
  }
  .brand-swiper .swiper-con .fl .arr .iconfont {
    font-size: 15px;
    line-height: 36px;
  }
}
/*==================brand-culture===========================*/
.brand-top {
  line-height: 24px;
  text-align: center;
  padding-top: 28px;
}
.brand-top .brand-top-tit {
  font-size: 20px;
  color: #3c3c3c;
  font-weight: normal;
  margin-bottom: 20px;
}
.brand-top .brand-top-desc {
  font-size: 12px;
  color: #747474;
}
.culture-list {
  margin-top: 42px;
  margin-bottom: 22%;
  position: relative;
}
.culture-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: url(../images/culture-icon1.png) repeat-y;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.culture-list ul {
  position: relative;
}
.culture-list ul:before {
  content: '';
  width: 21px;
  height: 18px;
  background: url(../images/culture-icon2.png) no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.culture-list ul:after {
  content: '';
  width: 491px;
  height: 204px;
  background: url(../images/culture-icon3.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  margin-top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.culture-list li {
  position: relative;
}
.culture-list li:nth-child(2n+1) .culture-img {
  float: left;
  padding-right: 90px;
}
.culture-list li:nth-child(2n+1) .culture-desc {
  float: right;
  padding-left: 90px;
  right: 0;
}
.culture-list li:nth-child(2n+1) .culture-desc:before {
  content: '';
  width: 66px;
  height: 66px;
  background: #79b246;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  top: 0;
  font-size: 30px;
  line-height: 66px;
  color: #fefefe;
  text-align: center;
}
.culture-list li:nth-child(2n) .culture-img {
  float: right;
  padding-left: 90px;
}
.culture-list li:nth-child(2n) .culture-desc {
  float: left;
  padding-right: 90px;
  left: 0;
  text-align: right;
}
.culture-list li:nth-child(2n) .culture-desc:after {
  content: '';
  width: 66px;
  height: 66px;
  background: #79b246;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -33px;
  top: 0;
  font-size: 30px;
  line-height: 66px;
  color: #fefefe;
  text-align: center;
}
.culture-list li:nth-child(1) .culture-desc:before {
  content: '01';
}
.culture-list li:nth-child(2) .culture-desc:after {
  content: '02';
}
.culture-list li:nth-child(3) .culture-desc:before {
  content: '03';
}
.culture-list li:nth-child(4) .culture-desc:after {
  content: '04';
}
.culture-list li:nth-child(5) .culture-desc:before {
  content: '05';
}
.culture-img {
  width: 50%;
}
.culture-desc {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.culture-desc h5 {
  font-size: 20px;
  line-height: 24px;
  color: #3c3c3c;
  margin-bottom: 10px;
  font-weight: normal;
}
.culture-desc p {
  font-size: 12px;
  line-height: 24px;
  color: #747474;
}
.culture-desc em {
  font-style: normal;
  color: #4a4a4a;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .culture-list li:nth-child(2n+1) .culture-desc {
    padding-left: 70px;
  }
  .culture-list li:nth-child(2n+1) .culture-desc:before {
    width: 52px;
    height: 52px;
    left: -26px;
    font-size: 24px;
    line-height: 52px;
  }
  .culture-list li:nth-child(2n+1) .culture-img {
    padding-right: 70px;
  }
  .culture-list li:nth-child(2n) .culture-desc {
    padding-right: 70px;
  }
  .culture-list li:nth-child(2n) .culture-desc:after {
    width: 52px;
    height: 52px;
    right: -26px;
    font-size: 24px;
    line-height: 52px;
  }
  .culture-list li:nth-child(2n) .culture-img {
    padding-left: 70px;
  }
  .culture-desc h5 {
    font-size: 18px;
  }
  .brand-top .brand-top-tit {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .culture-list li:nth-child(2n+1) .culture-desc {
    padding-left: 50px;
  }
  .culture-list li:nth-child(2n+1) .culture-img {
    padding-right: 50px;
  }
  .culture-list li:nth-child(2n) .culture-desc {
    padding-right: 50px;
  }
  .culture-list li:nth-child(2n) .culture-img {
    padding-left: 50px;
  }
}
@media (max-width: 1000px) {
  .culture-list ul:before {
    top: -6px;
  }
  .culture-list ul:after {
    width: 379px;
    height: 152px;
  }
  .culture-list li {
    padding: 10px 0;
  }
  .culture-list li:nth-child(2n+1) .culture-desc {
    padding-left: 30px;
  }
  .culture-list li:nth-child(2n+1) .culture-desc:before {
    width: 36px;
    height: 36px;
    left: -18px;
    font-size: 18px;
    line-height: 36px;
  }
  .culture-list li:nth-child(2n+1) .culture-img {
    padding-right: 30px;
  }
  .culture-list li:nth-child(2n) .culture-desc {
    padding-right: 30px;
  }
  .culture-list li:nth-child(2n) .culture-desc:after {
    width: 36px;
    height: 36px;
    right: -18px;
    font-size: 18px;
    line-height: 36px;
  }
  .culture-list li:nth-child(2n) .culture-img {
    padding-left: 30px;
  }
  .culture-desc h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .brand-top .brand-top-tit {
    font-size: 16px;
  }
  .culture-list {
    margin-bottom: 35px;
  }
  .culture-list:before {
    display: none;
  }
  .culture-list ul:before,
  .culture-list ul:after {
    display: none;
  }
  .culture-list li {
    padding: 0;
    margin-bottom: 15px;
  }
  .culture-list li:nth-child(2n+1) .culture-desc {
    width: 100%;
    float: none;
    padding-left: 45px;
  }
  .culture-list li:nth-child(2n+1) .culture-desc:before {
    left: 0;
  }
  .culture-list li:nth-child(2n+1) .culture-img {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .culture-list li:nth-child(2n) .culture-desc {
    width: 100%;
    float: none;
    left: auto;
    text-align: left;
    padding-left: 45px;
    padding-right: 0;
  }
  .culture-list li:nth-child(2n) .culture-desc:after {
    right: auto;
    left: 0;
  }
  .culture-list li:nth-child(2n) .culture-img {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .culture-list .culture-desc {
    position: inherit;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .culture-list {
    margin-top: 20px;
  }
  .culture-list li:nth-child(2n+1) .culture-desc {
    padding-left: 35px;
  }
  .culture-list li:nth-child(2n+1) .culture-desc:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .culture-list li:nth-child(2n) .culture-desc {
    padding-left: 35px;
  }
  .culture-list li:nth-child(2n) .culture-desc:after {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .culture-desc h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
}
/*=====================news================================*/
.news-list {
  padding-bottom: 10%;
}
.list-con {
  margin-top: 3.96%;
}
.list-con ul {
  margin: 0 -46px;
}
.list-con li {
  display: inline-block;
  float: left;
  width: 33.3333%;
  margin-bottom: 5.5%;
  padding: 0 46px;
}
/* .list-con li:nth-child(3n+2) {
  transform: translateY(140px);
  -ms-transform: translateY(140px);
  -o-transform: translateY(140px);
  -webkit-transform: translateY(140px);
  -moz-transform: translateY(140px);
} */
.list-con li .list-txt {
  margin-top: 40px;
}
.list-con li .list-txt .txt1 {
  font-size: 16px;
  color: #333434;
  height: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-con li .list-txt .txt2 {
  font-size: 14px;
  color: #747474;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 37px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-con li .list-txt .txt3 a {
  font-size: 14px;
  line-height: 24px;
  color: #79b246;
}
.list-con li .list-txt .txt3 a .iconfont {
  font-size: 14px;
  margin-left: 32px;
}
@media (max-width: 1750px) {
  .list-con ul {
    margin: 0 -30px;
  }
  .list-con li {
    padding: 0 30px;
    margin-bottom: 3.5%;
  }
  /* .list-con li:nth-child(3n+2) {
    transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
  } */
  .list-con li .list-txt {
    margin-top: 30px;
  }
  .list-con li .list-txt .txt2 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .list-con ul {
    margin: 0 -20px;
  }
  .list-con li {
    padding: 0 20px;
  }
  /* .list-con li:nth-child(3n+2) {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
  } */
  .list-con li .list-txt {
    margin-top: 25px;
  }
}
@media (max-width: 1200px) {
  .list-con ul {
    margin: 0 -15px;
  }
  .list-con li {
    padding: 0 15px;
    margin-bottom: 35px;
  }
  /* .list-con li:nth-child(3n+2) {
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
  } */
}
@media (max-width: 1000px) {
  .list-con ul {
    margin: 0 -10px;
  }
  .list-con li {
    padding: 0 10px;
  }
  .list-con li .list-txt {
    margin-top: 20px;
  }
  .list-con li .list-txt .txt2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .news-list {
    padding-bottom: 3%;
  }
  .list-con ul {
    margin: 0 -5px;
  }
  .list-con li {
    width: 50%;
    padding: 0 5px;
  }
  /* .list-con li:nth-child(3n+2) {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  } */
}
@media (max-width: 480px) {
  .list-con li {
    margin-bottom: 25px;
  }
  .list-con li .list-txt .txt1 {
    font-size: 15px;
  }
  .list-con li .list-txt .txt2 {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .list-con li .list-txt .txt3 a .iconfont {
    margin-left: 15px;
  }
}
/*=====================news-info================================*/
.news-info-wrap {
  margin-top: 5.7%;
}
.news-info-tit {
  text-align: center;
  border-bottom: 1px dashed #8f8f8f;
}
.news-info-tit h2 {
  font-size: 24px;
  line-height: 1;
  color: #323232;
  font-weight: normal;
  text-transform: uppercase;
}
.news-info-tit .sub-tit {
  font-size: 14px;
  line-height: 24px;
  color: #8f8f8f;
  margin-top: 2.77%;
  padding-bottom: 12px;
}
.news-info-tit span {
  display: inline-block;
  margin: 0 6px;
}
.news-info-main {
  margin-top: 3.47%;
}
.news-info-main p {
  font-size: 14px;
  line-height: 24px;
  color: #8f8f8f;
  display: block;
}
.news-info-main .info-con {
  margin-top: 3.33%;
}
.news-info-main .info-left {
  float: left;
  width: 52.5%;
  padding-right: 8.47%;
}
.news-info-main .info-left li {
  margin-bottom: 30px;
}
.news-info-main .info-right {
  float: right;
  width: 47.5%;
}
.news-info-main .info-right img {
  width: 100%;
  height: auto;
}
@media (max-width: 1750px) {
  .news-info-tit .sub-tit {
    margin-top: 25px;
  }
  .news-info-main .info-left {
    padding-right: 4%;
  }
}
@media (max-width: 1440px) {
  .news-info-main .info-left {
    padding-right: 2%;
  }
  .news-info-main .info-left li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .news-info-tit h2 {
    font-size: 20px;
  }
  .news-info-tit .sub-tit {
    margin-top: 20px;
  }
  .news-info-main .info-con {
    margin-top: 20px;
  }
  .news-info-main .info-left {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .news-info-main .info-right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1000px) {
  .news-info-tit .sub-tit {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .news-info-wrap {
    margin-top: 40px;
  }
  .news-info-tit h2 {
    font-size: 18px;
  }
  .news-info-tit .sub-tit {
    font-size: 13px;
    line-height: 20px;
  }
  .news-info-main {
    margin-top: 20px;
  }
  .news-info-main .info-left {
    margin-top: 0;
  }
  .news-info-main .info-left li {
    margin-bottom: 10px;
  }
  .news-info-main img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  .news-info-tit h2 {
    font-size: 16px;
  }
  .news-info-main p {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .news-info-tit h2 {
    font-size: 15px;
  }
  .news-info-tit .sub-tit {
    margin-top: 10px;
  }
  .news-info-tit span {
    font-size: 12px;
    margin: 0 8px 0 0;
  }
}
