.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 80%;
  margin: 0 auto;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
  line-height: 1;
}
.jszcbox .jszctext{
	width: 80px;
}
.jszcbox .jszcimg{
	width: 55px;
  padding: 3px 0 0 0;
}
.foo-bottom{
  display: none;
}
/******************************/
@keyframes move1{
  0% {
    bottom: 10%;
  }
  50% {
    transform: rotateY(0deg);
    bottom: 5%;
  }
  100% {
    transform: rotateY(0deg);
    bottom: 10%;
  }
}
.imgmove{
  overflow: hidden;
}
.imgmove img{
  transition: all .8s ease .1s;
}
.imgmove img:hover {
  transform: scale(1.1);
}
.imgmove2 img{
  transition: all .8s ease .1s;
}
.imgmove2 img:hover {
  transform: scale(1.1);
}
@keyframes move2{
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.move2:hover img{
  position: relative;
  animation-name: move2;
  animation-duration: 1s;
}
/******************************/
.header-top{
  background: #eeeeee;
}
.header-top .hea{
  padding: 10px 0;
}
.header-top .hea .left{
  font-size: 14px;
  color: #666;
}
.header-top .hea .right{
  font-size: 14px;
  color: #666;
}
.header-top .hea .right a{
  font-size: 14px;
  color: #666;
}
header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .hea {

  box-sizing: border-box;
  padding: 1% 2%;
  border-radius: 10px;

}
header .hea ul {
  width: 65%;
}
header .hea ul li a {
  font-size: 19px;
  color: #000000;
}
header .hea .contact a {
  background: #d1151b;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
}
header .hea .contact a p {
  line-height: 45px;
  margin: 0 0 0 5px;
}
.headeractive{
  background: #fafafa;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 0 10px 0 #d8d8d8;
}
.headeractive .header-top{
  display: none;
}
/******************************/
.banner{
  max-width: 2560px;
  margin: 0 auto;
}
.banner .ban .swiper1 .imgbox .img img{
  width: 100%;
}
.banner .ban .swiper1 .imgbox {
  position: relative;
}
.banner .ban .swiper1 .imgbox .text {
  position: absolute;
  left: 10%;
  top: 30%;
}
.banner .ban .swiper1 .imgbox .text .text-a {
  position: relative;
  margin: 0 0 50px 0;
}
.banner .ban .swiper1 .imgbox .text .text-a .p {
  position: absolute;
  left: 0;
  top: 30%;
  font-size: 26px;
  color: #000000;
  padding: 15px 0 0 0 ;
  display: inline-block;
  border-top: 1px solid #000000;
}
.banner .ban .swiper1 .imgbox .text .text-b {
  margin: 0 0 100px 0;
}
.banner .ban .swiper1 .imgbox .text .text-b .p-a{
  font-size: 30px;
  color: #128341;
  margin: 0 0 15px 0;
  text-shadow: 3px 3px 10px #ffffff;
}
.banner .ban .swiper1 .imgbox .text .text-b .p-b {
  font-size: 74px;
  color: #128341;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-shadow: 3px 3px 10px #ffffff;
}
.banner .ban .swiper1 .imgbox .text .text-b .p-c {
  font-size: 34px;
  color: #000000;
  font-weight: bold;
  text-shadow: 3px 3px 10px #ffffff;
}
.banner .ban .swiper1 .imgbox .text .more a {
  background: #fff;
  width: 33%;
  justify-content: center;
  font-size: 19px;
  color: #2f65a0;
  border-radius: 50px;
}
.banner .ban .swiper1 .imgbox .text .more a p {
  line-height: 55px;
  margin: 0 10px 0 0;
}
.banner .ban{
  position: relative;
}
.banner .ban .mouses{
  position: absolute;
  bottom: 5%;
  z-index: 999;
  width: 5%;
  text-align: center;
  left: 47.5%;
  animation-name: move1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
/******************************/
.latest .lat {
  padding: 80px 0 0 0;
}
.latest .lat .caption {
  padding: 0 0 35px 0;
}
.latest .lat .caption .title .p-a {
  font-size: 35px;
  color: #222c38;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.latest .lat .caption .title .p-b {
  font-size: 18px;
  color: #818080;
}
.latest .lat .caption .more{
  width: 13%;
  border: 1px solid #efefef;
  border-radius: 30px;
}
.latest .lat .caption .more a{
  line-height: 45px;
  font-size: 16px;
  color: #222c38;
  box-sizing: border-box;
  padding: 0 15%;
}
.latest .lat .element {
  position: relative;
  padding: 0 0 80px 0;
  border-top: 1px solid #f3f3f3;
}
.latest .lat .element .swiper2 .contect {
  justify-content: flex-start;
}
.latest .lat .element .swiper2 .contect .left {
  width: 45%;
  height: 500px;
  position: relative;
}
.latest .lat .element .swiper2 .contect .left .status {
  font-size: 10px;
  line-height: 30px;
  padding: 0 0 0 25px;
  justify-content: flex-start;
  margin: 40px 0;
}
.latest .lat .element .swiper2 .contect .left .hot {
  background: url(../img/ind1.jpg) left center no-repeat;
  color: #de2632;
}
.latest .lat .element .swiper2 .contect .left .new {
  background: url(../img/ind2.png) left center no-repeat;
  color: #3377e6;
}
.latest .lat .element .swiper2 .contect .left .p-a {
  font-size: 56px;
  color: #222c38;
  font-weight: bold;
  justify-content: flex-start;
  margin: 0 0 40px 0;
}
.latest .lat .element .swiper2 .contect .left .p-a span {
  font-size: 18px;
  color: #535353;
  display: inline-block;
  background: #eaebed;
  line-height: 42px;
  padding: 0 5%;
  border-radius: 30px;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.latest .lat .element .swiper2 .contect .left .p-b {
  font-size: 19px;
  color: #787878;
  line-height: 30px;
  margin: 0 0 25px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.latest .lat .element .swiper2 .contect .left .p-c {
  font-size: 43px;
  color: #222c38;
  line-height: 53px;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.latest .lat .element .swiper2 .contect .left .p-d {
  font-size: 16px;
  color: #222c38;
  background: #eaebed;
  display: inline-block;
  line-height: 35px;
  padding: 0 5%;
  border-radius: 30px;
}
.latest .lat .element .swiper2 .contect .left .more {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3377e6;
  font-size: 15px;
  padding: 0 5%;
  border-radius: 30px;
}
.latest .lat .element .swiper2 .contect .left .more a p {
  line-height: 50px;
  margin: 0 15px 0 0;
  color: #fff;
}
.latest .lat .element .swiper2 .contect .right {
  width: 50%;
  text-align: center;
}
.latest .lat .element .swiper2 .swiper-slide-active {
  width: 70% !important;
}
.latest .lat .element .swiper2 .swiper-slide-next {
  width: 25% !important;
  margin: 0 0 0 5%;
  position: relative;
}
.latest .lat .element .swiper2 .swiper-slide-next .left {
  width: 100%;
}
.latest .lat .element .swiper2 .swiper-slide-next .left .p-a span {
  display: none;
}
.latest .lat .element .swiper2 .swiper-slide-next .right {
  display: none;
}
.latest .lat .element .swiper2 .swiper-slide-next::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
}
.latest .lat .element .swiper2 .swiper-button-prev {
  left: 69%;
  width: 40px;
  height: 40px;
  top: 45%;
}
.latest .lat .element .swiper2 .swiper-button-prev::after {
  display: none;
}
.latest .lat .element .swiper2 .swiper-button-prev img {
  transition: 0.3s;
}
.latest .lat .element .swiper2 .swiper-button-prev img:nth-child(1) {
  display: inline;
}
.latest .lat .element .swiper2 .swiper-button-prev img:nth-child(2) {
  display: none;
}
.latest .lat .element .swiper2 .swiper-button-prev:hover img:nth-child(1) {
  display: none;
}
.latest .lat .element .swiper2 .swiper-button-prev:hover img:nth-child(2) {
  display: inline;
}
.latest .lat .element .swiper2 .swiper-button-next {
  left: 69%;
  width: 40px;
  height: 40px;
  top: 55%;
}
.latest .lat .element .swiper2 .swiper-button-next::after {
  display: none;
}
.latest .lat .element .swiper2 .swiper-button-next img {
  transition: 0.3s;
}
.latest .lat .element .swiper2 .swiper-button-next img:nth-child(1) {
  display: inline;
}
.latest .lat .element .swiper2 .swiper-button-next img:nth-child(2) {
  display: none;
}
.latest .lat .element .swiper2 .swiper-button-next:hover img:nth-child(1) {
  display: none;
}
.latest .lat .element .swiper2 .swiper-button-next:hover img:nth-child(2) {
  display: inline;
}
.latest .lat .element::after {
  position: absolute;
  width: 2px;
  height: 580px;
  content: '';
  background: #f3f3f3;
  left: 70%;
  top: 0;
}
/******************************/
.products {
  background: url(../img/ind6.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.products .pro .caption {
  font-size: 35px;
  color: #222c38;
  font-weight: bold;
  margin: 0 0 40px 0;
  text-align: center;
}
.products .pro ul {
  justify-content: center;
  margin: 0 0 65px 0;
}
.products .pro ul li {
  width: 10%;
  margin: 0 2%;
}
.products .pro ul li a {
  font-size: 18px;
  color: #222c38;
  line-height: 50px;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-radius: 30px;
}
.products .pro .body .swiper {
  padding: 0 0 100px 0;
}
.products .pro .body .imgbox {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: 0 0 0 auto;
  transition: 0.3s;
}
.products .pro .body .imgbox a {
  position: relative;
  display: block;
}
.products .pro .body .imgbox a .up {
  box-sizing: border-box;
  padding: 30px 5%;
}
.products .pro .body .imgbox a .up .title {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
}
.products .pro .body .imgbox a .up .title .left {
  font-size: 20px;
  color: #222c38;
  font-weight: bold;
}
.products .pro .body .imgbox a .up .title .right img:nth-child(1) {
  display: inline;
}
.products .pro .body .imgbox a .up .title .right img:nth-child(2) {
  display: none;
}
.products .pro .body .imgbox a .up .text {
  font-size: 17px;
  color: #676767;
  line-height: 37px;
  height: 185px;
}
.products .pro .body .imgbox a .up .text p{
  box-sizing: border-box;
  padding: 0 0 0 3%;
  position: relative;
}
.products .pro .body .imgbox a .up .text p::before{
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bbbbbb;
  content: '';
}
.products .pro .body .imgbox a .down {
  box-sizing: border-box;
  padding: 30px 5%;
}
.products .pro .body .imgbox a .down .btn img:nth-child(1) {
  display: inline;
}
.products .pro .body .imgbox a .down .btn img:nth-child(2) {
  display: none;
}
.products .pro .body .imgbox a .img {
  position: absolute;
  right: -5%;
  bottom: 5%;
  width: 75%;
}
.products .pro .body .swiper-slide-next {
  position: relative;
}
.products .pro .body .swiper-slide-next .imgbox {
  position: absolute;
  right: -10%;
}
.products .pro .body .swiper-slide-active .imgbox {
  width: 120%;
}
.products .pro .body .swiper-slide-active .imgbox .up {
  background-image: linear-gradient(#ffffff, #e5e6e5);
}
.products .pro .body .swiper-slide-active .imgbox .up .title .right img:nth-child(1) {
  display: none;
}
.products .pro .body .swiper-slide-active .imgbox .up .title .right img:nth-child(2) {
  display: inline;
}
.products .pro .body .swiper-slide-active .imgbox .down .btn img:nth-child(1) {
  display: none;
}
.products .pro .body .swiper-slide-active .imgbox .down .btn img:nth-child(2) {
  display: inline;
}
.products .pro .body .swiper-pagination {
  display: flex;
  bottom: 20px;
}
.products .pro .body .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 5px;
}
.products .pro .body .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.products .pro .body .swiper-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  left: 0;
  top: -20px;
  content: '';
  width: 100%;
  height: 40px;
  background: url(../img/ind9.png) center no-repeat;
}
.products .pro .more {
  border: 1px solid #f4f4f4;
  border-radius: 30px;
  width: 10%;
  margin: 30px auto 0 auto;
  background: #fff;
}
.products .pro .more a {
  justify-content: center;
}
.products .pro .more a .text {
  font-size: 16px;
  color: #3377e6;
  line-height: 45px;
  margin: 0 30px 0 0;
}
.products .active-a a {
  background: #3377e6 !important;
  border: 1px solid #3377e6 !important;
  color: #fff !important;
}
.products .active-b {
  display: none;
}
/******************************/
.about .abo {
  width: 90%;
  margin: 0 0 0 auto;
  padding: 80px 0;
}
.about .abo .element-a {
  align-items: flex-start;
  padding: 0 0 80px 0;
  position: relative;
}
.about .abo .element-a .bg{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -9;
}
.about .abo .element-a .left {
  width: 40%;
}
.about .abo .element-a .left .name {
  font-size: 35px;
  color: #222c38;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.about .abo .element-a .left ul {
  margin: 0 0 60px 0;
  justify-content: flex-start;
}
.about .abo .element-a .left ul li a {
  font-size: 18px;
  color: #222c38;
  line-height: 43px;
  border: 1px solid #e9e9e9;
  display: block;
  padding: 0 20px;
  margin: 0 15px 0 0;
  border-radius: 30px;
}
.about .abo .element-a .right {
  width: 55%;
}
.about .abo .element-a .body .body-a {
  background: url(../img/ind11.png) bottom center no-repeat;
}
.about .abo .element-a .body .body-a .p-a {
  font-size: 24px;
  color: #222c38;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 40px 0;
}
.about .abo .element-a .body .body-a .p-b {
  font-size: 17px;
  color: #626262;
  line-height: 37px;
  margin: 0 0 80px 0;
}
.about .abo .element-a .body .body-a .more {
  border: 1px solid #f4f4f4;
  border-radius: 30px;
  width: 25%;
  background: #fff;
}
.about .abo .element-a .body .body-a .more a {
  justify-content: center;
}
.about .abo .element-a .body .body-a .more a .text {
  font-size: 16px;
  color: #3377e6;
  line-height: 45px;
  margin: 0 30px 0 0;
}
.about .abo .element-a .body .body-a .more a .img {
  background: #3377e6;
  width: 24px;
  height: 24px;
  justify-content: center;
  border-radius: 50%;
}
.about .abo .element-b .imgbox {
  width: 20%;
  padding: 0 2.5% 0 0;
  margin: 0 2.5% 0 0;
  border-right: 1px solid #eeeeee;
  align-items: flex-start;
}
.about .abo .element-b .imgbox .left .p-a {
  font-size: 18px;
  color: #222c38;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.about .abo .element-b .imgbox .left .p-b {
  font-size: 18px;
  color: #222c38;
}
.about .abo .element-b .imgbox .left .p-b .num {
  font-size: 45px;
  color: #3377e6;
  margin: 0 5px 0 0;
  font-weight: bold;
}
.about .abo .element-b .imgbox:last-child{
  border-right: 0;
}
.about .active-a a {
  border: 1px solid #3377e6 !important;
  background: #3377e6;
  color: #fff !important;
}
.about .active-b {
  display: none;
}
/******************************/
.news {
  background: #f9f9f9;
}
.news .new {
  padding: 80px 0;
}
.news .new .caption {
  margin: 0 0 80px 0;
}
.news .new .caption .title {
  font-size: 35px;
  color: #222c38;
}
.news .new .caption .more {
  border: 1px solid #f4f4f4;
  background: #fff;
  padding: 0 25px;
  border-radius: 30px;
}
.news .new .caption .more .text {
  font-size: 16px;
  color: #3377e6;
  line-height: 45px;
  margin: 0 30px 0 0;
}
.news .new .element .left {
  width: 60%;
}
/* .news .new .element .left .imgbox-a {
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ededed;
}
.news .new .element .left .imgbox-a a {
  position: relative;
  display: block;
}
.news .new .element .left .imgbox-a a .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 60px 10% 40px;
  background-image: linear-gradient(#ffffff00, #2965c5);
}
.news .new .element .left .imgbox-a a .text .p-a {
  font-size: 17px;
  color: #ffff;
  margin: 0 0 30px 0;
}
.news .new .element .left .imgbox-a a .text .p-b {
  font-size: 21px;
  color: #fff;
  margin: 0 0 20px 0;
}
.news .new .element .left .imgbox-a a .text .p-c {
  font-size: 17px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 30px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .element .left .imgbox-a a .text .more {
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
}
.news .new .element .left .imgbox-a a .text .more p {
  margin: 0 10px 0 0;
} */
.news .new .element .left .imgbox-a {
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 0 10px 0 #ededed;
  height: 600px;
}
.news .new .element .left .imgbox-a a {
  box-sizing: border-box;
  padding: 40px 10%;
  display: block;
}
.news .new .element .left .imgbox-a a .text{
  transition: 0.3s;
}
.news .new .element .left .imgbox-a a .text .p-a {
  font-size: 17px;
  color: #222c38;
  margin: 0 0 30px 0;
}
.news .new .element .left .imgbox-a a .text .p-b {
  font-size: 21px;
  color: #222c38;
  margin: 0 0 20px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.news .new .element .left .imgbox-a a .text .p-c {
  font-size: 17px;
  color: #656c75;
  line-height: 26px;
  margin: 0 0 30px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .element .left .imgbox-a a .text .more {
  justify-content: flex-start;
  font-size: 16px;
  color: #626262;
  margin: 0 0 90px 0;
}
.news .new .element .left .imgbox-a a .text .more p {
  margin: 0 10px 0 0;
}
.news .new .element .left .imgbox-a a .text .more img:nth-child(2){
  display: none;
}
.news .new .element .left .imgbox-a a .text .more img:nth-child(3){
  display: inline;
}
.news .new .element .left .imgbox-a a .img{
  transition: 0.3s;
}
.news .new .element .left .imgbox-a:hover{
  position: relative;
}
.news .new .element .left .imgbox-a:hover a .img{
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news .new .element .left .imgbox-a:hover a .img img{
  height: 100%;
  width: auto;
  object-fit: cover;
}
.news .new .element .left .imgbox-a:hover a .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 40px 10%;
  background-image: linear-gradient(#ffffff00, #2965c5);
}
.news .new .element .left .imgbox-a:hover a .text .p-a{
  color: #fff;
}
.news .new .element .left .imgbox-a:hover a .text .p-b{
  color: #fff;
}
.news .new .element .left .imgbox-a:hover a .text .p-c{
  color: #fff;
}
.news .new .element .left .imgbox-a:hover a .more{
  margin: 0;
}
.news .new .element .left .imgbox-a:hover a .more p{
  color: #fff;
}
.news .new .element .left .imgbox-a:hover a .text .more img:nth-child(2){
  display: inline;
}
.news .new .element .left .imgbox-a:hover a .text .more img:nth-child(3){
  display: none;
}
.news .new .element .right {
  width: 37%;
}
.news .new .element .right .textbox {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 35px 0;
  box-shadow: 0 0 10px 0 #ededed;
}
.news .new .element .right .textbox a {
  box-sizing: border-box;
  padding: 5% 5%;
  align-items: flex-start;
}
.news .new .element .right .textbox a .time {
  width: 15%;
  padding: 0 5% 0 0;
  border-right: 2px solid #e8e9ea;
}
.news .new .element .right .textbox a .time .day {
  font-size: 58px;
  color: #2f75e4;
  margin: 0 0 10px 0;
}
.news .new .element .right .textbox a .time .year {
  font-size: 17px;
  color: #2f75e4;
}
.news .new .element .right .textbox a .text {
  width: 75%;
  padding: 0 0 0 5%;
}
.news .new .element .right .textbox a .text .p-a {
  font-size: 21px;
  color: #222c38;
  margin: 0 0 15px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.news .new .element .right .textbox a .text .p-b {
  font-size: 17px;
  color: #656c75;
  line-height: 26px;
  margin: 0 0 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .element .right .textbox a .text .more {
  justify-content: flex-start;
  font-size: 16px;
  color: #7e7e7e;
}
.news .new .element .right .textbox a .text .more p {
  margin: 0 25px 0 0;
}
.news .new .element .right .textbox:last-child {
  margin: 0;
}
/******************************/
.cooperation {
  background: #f9f9f9;
}
.cooperation .coo {
  padding: 80px 0;
}
.cooperation .coo .caption {
  margin: 0 0 80px 0;
}
.cooperation .coo .caption .title {
  font-size: 35px;
  color: #222c38;
}
.cooperation .coo .element .img {
  width: 100%;
  text-align: center;
}
/******************************/
.footer {
  background: #222c38;
}
.footer .foo-a .foo {
  padding: 40px 0;
  align-items: flex-start;
  position: relative;
}
.footer .foo-a .foo .left {
  width: 15%;
}
.footer .foo-a .foo .left .logo {
  margin: 0 0 80px 0;
}
.footer .foo-a .foo .left .imgbox .img {
  text-align: center;
  margin: 0 0 15px 0;
}
.footer .foo-a .foo .left .imgbox .text {
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.footer .foo-a .foo .right {
  width: 75%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .foo-a .foo .right ul {
  width: 16%;
}
.footer .foo-a .foo .right ul li {
  margin: 0 0 20px 0;
}
.footer .foo-a .foo .right ul li a {
  display: block;
  font-size: 17px;
  color: #9fa2a5;
}
.footer .foo-a .foo .right ul li:first-child{
  margin: 0 0 80px 0;
}
.footer .foo-a .foo .right ul li:first-child a{
  font-size: 19px;
  color: #fff;
  line-height: 42px;

}
.footer .foo-a .foo .right .pro {
  width: 32%;
  flex-wrap: wrap;
}
.footer .foo-a .foo .right .pro li {
  width: 50%;
}
.footer .foo-a .foo .right .pro li:first-child {
  width: 100%;
}
.footer .foo-a .foo .right .imgbox {
  width: 30%;
  margin: 20px 0 0 0;
}
.footer .foo-a .foo .right .imgbox .p-a {
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px 0;
}
.footer .foo-a .foo .right .imgbox .p-b {
  justify-content: flex-start;
  margin: 0 0 10px 0;
  align-items: flex-start;
}
.footer .foo-a .foo .right .imgbox .p-b .img {
  width: 20%;
}
.footer .foo-a .foo .right .imgbox .p-b .text {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  width: 75%;
}
.footer .foo-a .foo .right .imgbox:last-child{
  width: 30%;
  margin: 10px 0 0 0;
  align-items: center;
}
.footer .foo-a .foo::after {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 1px;
  background: #47505a;
  content: '';
}
.footer .foo-b {
  border-top: 1px solid #323b46;
  padding: 25px 0;
}
.footer .foo-b .foo {
  font-size: 16px;
  color: #ffffff;
}
.footer .foo-b .foo a {
  font-size: 16px;
  color: #ffffff;
}
/******************************/
.n-banner{
  max-width: 2560px;
  margin: 0 auto;
}
.n-banner .ban .img img{
  width: 100%;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .text {
  position: absolute;
  width: 100%;
  top: 45%;
  text-align: center;
}
.n-banner .ban .text .p-a {
  font-size: 50px;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 100;
}
.n-banner .ban .text .p-b {
  font-size: 28px;
  color: #fff;
  font-weight: 100;
}
/******************************/
.n-about .abo-a {
  background: url(../img/abo1.jpg) no-repeat;
  background-size: cover;
}
.n-about .abo-a .abo {
  padding: 80px 0;
}
.n-about .abo-a .abo .caption {
  font-size: 35px;
  color: #222c38;
  margin: 0 0 25px 0;
  font-weight: bold;
}
.n-about .abo-a .abo .title {
  font-size: 28px;
  color: #74797f;
  margin: 0 0 60px 0;
}
.n-about .abo-a .abo .title span {
  color: #3377e6;
}
.n-about .abo-a .abo .text {
  font-size: 17px;
  color: #626262;
  line-height: 37px;
  text-indent: 2rem;
  margin: 0 0 80px 0;
}
.n-about .abo-a .abo .element .imgbox {
  width: 20%;
  padding: 0 2.5% 0 0;
  margin: 0 2.5% 0 0;
  align-items: flex-start;
}
.n-about .abo-a .abo .element .imgbox .left .p-a {
  font-size: 18px;
  color: #222c38;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.n-about .abo-a .abo .element .imgbox .left .p-b {
  font-size: 18px;
  color: #222c38;
}
.n-about .abo-a .abo .element .imgbox .left .p-b .num {
  font-size: 45px;
  color: #3377e6;
  margin: 0 5px 0 0;
  font-weight: bold;
}
.n-about .abo-b .abo {
  align-items: flex-start;
  margin: 0 0 50px 0;
}
.n-about .abo-b .abo .left {
  width: 65%;
}
.n-about .abo-b .abo .left .swiper-slide img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
.n-about .abo-b .abo .left .swiper-button-prev {
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.n-about .abo-b .abo .left .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.n-about .abo-b .abo .left .swiper-button-next {
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.n-about .abo-b .abo .left .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.n-about .abo-b .abo .right {
  width: 35%;
  height: 650px;
  background: #3377e6;
  border-bottom-right-radius: 15%;
}
.n-about .abo-b .abo .right .swiper-slide {
  left: -100%;
}
.n-about .abo-b .abo .right .textbox {
  justify-content: center;
  padding: 15% 0;
}
.n-about .abo-b .abo .right .textbox .img {
  width: 10%;
}
.n-about .abo-b .abo .right .textbox .text {
  width: 80%;
  position: relative;
}
.n-about .abo-b .abo .right .textbox .text .p-a {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10%;
  top: 35%;
}
/******************************/
.n-news .new {
  padding: 40px 0;
}
.n-news .new .caption {
  font-size: 35px;
  color: #222c38;
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
  font-weight: bold;
}
.n-news .new ul {
  justify-content: center;
  margin: 0 0 60px 0;
}
.n-news .new ul li {
  width: 15%;
  margin: 0 20px;
}
.n-news .new ul li a {
  font-size: 18px;
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  color: #222c38;
  line-height: 43px;
  border-radius: 30px;
}
.n-news .new .element {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.n-news .new .element .imgbox {
  width: 31%;
  margin: 0 1% 70px;
}
.n-news .new .element .imgbox a .img {
  margin: 0 0 20px 0;
}
.n-news .new .element .imgbox a .p-a {
  font-size: 32px;
  color: #010101;
  margin: 0 0 10px 0;
}
.n-news .new .element .imgbox a .p-b {
  font-size: 20px;
  color: #5a5a5a;
  margin: 0 0 10px 0;
}
.n-news .new .element .imgbox a .p-c {
  font-size: 19px;
  color: #0c0c0c;
  line-height: 29px;
  margin: 0 0 50px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.n-news .new .element .imgbox a .more {
  width: 35%;
  border: 1px solid #f9f9f9;
  box-sizing: border-box;
  padding: 0 5%;
  border-radius: 30px;
}
.n-news .new .element .imgbox a .more p {
  font-size: 16px;
  color: #3377e6;
  line-height: 45px;
}
.n-news .active-a {
  background: #3377e6;
  border: 1px solid #3377e6 !important;
  color: #fff !important;
}
/******************************/
.x-news .new {
  align-items: flex-start;
}
.x-news .new .left {
  width: 65%;
  box-sizing: border-box;
  padding: 40px 2.5% 40px 10%;
}
.x-news .new .left .title {
  font-size: 42px;
  color: #000;
  line-height: 66px;
  margin: 0 0 10px 0;
  text-align: center;
}
.x-news .new .left .time {
  font-size: 16px;
  color: #999;
  margin: 0 0 40px 0;
  text-align: center;
}
.x-news .new .left .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.x-news .new .left .text img{
  margin: 20px 0;
}
.x-news .new .right {
  width: 35%;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 40px 10% 40px 2.5%;
}
.x-news .new .right .imgbox{
  margin: 0 0 30px 0;
}
.x-news .new .right .imgbox a {
  display: block;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.x-news .new .right .imgbox a .img {
  margin: 0 0 30px 0;
}
.x-news .new .right .imgbox a .text .p-a {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.x-news .new .right .imgbox a .text .p-b {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin: 0 0 20px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.x-news .new .right .imgbox a .more .after img:nth-child(1) {
  display: inline;
}
.x-news .new .right .imgbox a .more .after img:nth-child(2) {
  display: none;
}
.x-news .new .right .imgbox a .more .time {
  font-size: 16px;
  color: #666;
}
.x-news .new .right .imgbox:hover a .more .after img:nth-child(1) {
  display: none;
}
.x-news .new .right .imgbox:hover a .more .after img:nth-child(2) {
  display: inline;
}
/******************************/
.n-download .dow {
  padding: 40px 0;
}
.n-download .dow .caption {
  font-size: 35px;
  color: #222c38;
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
  font-weight: bold;
}
.n-download .dow ul {
  justify-content: center;
  margin: 0 0 60px 0;
}
.n-download .dow ul li {
  width: 15%;
  margin: 0 20px;
}
.n-download .dow ul li a {
  font-size: 18px;
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  color: #222c38;
  line-height: 43px;
  border-radius: 30px;
}
.n-download .dow .element {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.n-download .dow .element .imgbox {
  width: 48%;
  margin: 0 1% 35px;
  background: #fff;
  box-shadow: 0 0 10px 0 #e8ebf1;
}
.n-download .dow .element .imgbox a {
  box-sizing: border-box;
  padding: 5% 5%;
}
.n-download .dow .element .imgbox a .left .title {
  font-size: 21px;
  color: #222222;
  margin: 0 0 15px 0;
}
.n-download .dow .element .imgbox a .left .time {
  justify-content: flex-start;
}
.n-download .dow .element .imgbox a .left .time .img {
  margin: 0 10px 0 0;
}
.n-download .dow .element .imgbox a .left .time .img img:nth-child(1) {
  display: inline;
}
.n-download .dow .element .imgbox a .left .time .img img:nth-child(2) {
  display: none;
}
.n-download .dow .element .imgbox a .left .time .text {
  font-size: 17px;
  color: #222222;
}
.n-download .dow .element .imgbox a .right img:nth-child(1) {
  display: inline;
}
.n-download .dow .element .imgbox a .right img:nth-child(2) {
  display: none;
}
.n-download .dow .element .imgbox:hover {
  background: #377cfd url(../img/dow3.jpg) top right no-repeat;
  background-size: cover;
}
.n-download .dow .element .imgbox:hover a .left .title {
  color: #fff;
}
.n-download .dow .element .imgbox:hover a .left .time .img img:nth-child(1) {
  display: none;
}
.n-download .dow .element .imgbox:hover a .left .time .img img:nth-child(2) {
  display: inline;
}
.n-download .dow .element .imgbox:hover a .left .time .text {
  color: #fff;
}
.n-download .dow .element .imgbox:hover a .right img:nth-child(1) {
  display: none;
}
.n-download .dow .element .imgbox:hover a .right img:nth-child(2) {
  display: inline;
}
.n-download .active-a {
  background: #3377e6;
  border: 1px solid #3377e6 !important;
  color: #fff !important;
}
/******************************/
.n-product .pro .caption {
  font-size: 35px;
  color: #222c38;
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
  font-weight: bold;
}
.n-product .pro ul {
  justify-content: flex-start;
  margin: 0 0 60px 0;
}
.n-product .pro ul li {
  margin: 0 40px 0 0;
}
.n-product .pro ul li a {
  border: 1px solid #f4f4f4;
  font-size: 18px;
  color: #222c38;
  line-height: 48px;
  display: block;
  box-sizing: border-box;
  padding: 0 25px;
  border-radius: 30px;
}
.n-product .pro .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-product .pro .element .imgbox {
  width: 31%;
  margin: 0 1% 55px;
  box-shadow: 0 0 10px 0 #f3f3f3;
  border-radius: 10px;
}
.n-product .pro .element .imgbox a {
  box-sizing: border-box;
  padding: 5% 8%;
  display: block;
}
.n-product .pro .element .imgbox a .title {
  padding: 30px 0;
  border-bottom: 1px solid #f4f4f4;
}
.n-product .pro .element .imgbox a .title .left {
  font-size: 20px;
  color: #222c38;
  font-weight: bold;
}
.n-product .pro .element .imgbox a .img {
  padding: 20px 0;
  text-align: center;
}
.n-product .active-a {
  background: #3377e6;
  border: 1px solid #3377e6 !important;
  color: #fff !important;
}
/******************************/
.crumb .cru {
  justify-content: flex-end;
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 auto 45px auto;
}
.crumb .cru ul {
  justify-content: flex-end;
  margin: 0 40px 0 0;
}
.crumb .cru ul li {
  margin: 0 2px;
}
.crumb .cru ul li a {
  font-size: 16px;
  color: #959595;
}
.crumb .cru ul li:last-child a {
  color: #5c5c5c;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
/******************************/
.x-product .pro {
  background: url(../img/x-pro1.png) top right no-repeat;
  background-position: 90% 10%;
}
.x-product .pro .element-a {
  align-items: flex-start;
  margin: 0 0 100px 0;
}
.x-product .pro .element-a .left {
  width: 40%;
  border: 1px solid #e4e4e4;
  text-align: center;
  border-radius: 10px;
  padding: 3% 0;
}
.x-product .pro .element-a .right {
  width: 55%;
}
.x-product .pro .element-a .right .p-a {
  font-size: 56px;
  color: #222c38;
  font-weight: bold;
  justify-content: flex-start;
  margin: 0 0 40px 0;
}
.x-product .pro .element-a .right .p-a span {
  font-size: 18px;
  color: #535353;
  background: #eaebed;
  display: inline-block;
  line-height: 40px;
  padding: 0 3%;
  border-radius: 30px;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.x-product .pro .element-a .right .p-b {
  font-size: 19px;
  color: #787878;
  margin: 0 0 30px 0;
}
.x-product .pro .element-a .right .p-c {
  font-size: 43px;
  color: #222c38;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.x-product .pro .element-a .right .p-d {
  font-size: 16px;
  color: #595959;
  background: #eaebed;
  display: inline-block;
  line-height: 35px;
  padding: 0 3%;
  border-radius: 30px;
  margin: 0 0 100px 0;
}
.x-product .pro .element-a .right .more {
  background: #3377e6;
  width: 25%;
  border-radius: 30px;
}
.x-product .pro .element-a .right .more a {
  box-sizing: border-box;
  padding: 0 15%;
}
.x-product .pro .element-a .right .more a .text {
  line-height: 50px;
  font-size: 19px;
  color: #fff;
}
.x-product .pro .caption {
  font-size: 31px;
  color: #222c38;
  font-weight: bold;
  padding: 0 0 45px 40px;
}
.x-product .pro .element-b {
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-product .pro .element-b .left {
  background: #f9f9f9;
  width: 39%;
  padding: 50px 3%;
}
.x-product .pro .element-b .left .body {
  font-size: 17px;
  color: #626262;
  line-height: 49px;
}
.x-product .pro .element-b .left .body span {
  font-weight: bold;
  color: #000000;
}
.x-product .pro .element-b .right {
  background: #f9f9f9;
  width: 47%;
  padding: 50px 3%;
}
.x-product .pro .element-b .right .body {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.x-product .pro .element-b .right .body p {
  font-size: 17px;
  color: #626262;
  line-height: 49px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  background: url(../img/x-pro3.png) left center no-repeat;
  background-position: 0 15px;
}
.x-product .pro .element-b .right .body span {
  font-weight: bold;
  color: #000000;
}
.x-product .pro .element-b .bottom {
  font-size: 17px;
  color: #000000;
  margin: 40px 0 60px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
  line-height: 32px;
}
.x-product .pro .element-b .bottom::after {
  position: absolute;
  left: 5px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #3377e6;
  border-radius: 50%;
  content: '';
}
/******************************/
.x-honours .hon .title{
  font-size: 36px;
  color: #222c38;
  font-weight: bold;
  text-align: center;
  margin: 80px 0;
}
.x-honours .hon .img{
  text-align: center;
  margin: 0 0 80px 0;
}
/******************************/
.n-contact .con-a .con .left {
  width: 40%;
}
.n-contact .con-a .con .left .p-a {
  font-size: 35px;
  color: #222c38;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.n-contact .con-a .con .left .p-b {
  font-size: 20px;
  color: #3d444d;
  margin: 0 0 45px 0;
}
.n-contact .con-a .con .left .textbox-a {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.n-contact .con-a .con .left .textbox-a .img {
  width: 10%;
  padding: 8px 0 0 0;
}
.n-contact .con-a .con .left .textbox-a .text {
  width: 90%;
  font-size: 19px;
  color: #787878;
  line-height: 39px;
}
.n-contact .con-a .con .left .textbox-b {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.n-contact .con-a .con .left .textbox-b .img {
  width: 10%;
  padding: 8px 0 0 0;
}
.n-contact .con-a .con .left .textbox-b .text {
  width: 20%;
  text-align: center;
  font-size: 19px;
  color: #787878;
  line-height: 39px;
}
.n-contact .con-a .con .right {
  width: 55%;
}
.n-contact .con-b {
  background: url(../img/con6.jpg) no-repeat;
  background-size: cover;
}
.n-contact .con-b .con {
  width: 50%;
  background: rgba(0, 0, 0, 0.3);
  padding: 90px 10%;
  box-sizing: border-box;
}
.n-contact .con-b .con .caption {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 55px 0;
}
.n-contact .con-b .con .inputbox {
  width: 100%;
  margin: 0 0 20px 0;
}
.n-contact .con-b .con .inputbox input {
  width: 100%;
  border: none;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  color: #3c3c3c;
  outline: none;
}
.n-contact .con-b .con .textareabox {
  width: 100%;
  margin: 0 0 20px 0;
}
.n-contact .con-b .con .textareabox textarea {
  width: 100%;
  border: none;
  line-height: 30px;
  box-sizing: border-box;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 18px;
  color: #3c3c3c;
  outline: none;
  height: 170px;
}
.n-contact .con-b .con .submitbox input {
  width: 30%;
  border: none;
  background: #3377e6;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 50px;
}
/******************************/
.n-honours .hon .caption {
  font-size: 35px;
  color: #222c38;
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
  font-weight: bold;
}
.n-honours .hon ul {
  justify-content: center;
  margin: 0 0 60px 0;
}
.n-honours .hon ul li {
  border: 1px solid #f4f4f4;
  margin: 0 15px;
  width: 20%;
  border-radius: 30px;
}
.n-honours .hon ul li a {
  font-size: 18px;
  color: #222c38;
  line-height: 48px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.n-honours .hon .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-honours .hon .element .imgbox {
  box-shadow: 0 0 10px 0 #f3f4f4;
  width: 31%;
  margin: 0 1% 40px;
}
.n-honours .hon .element .imgbox a {
  box-sizing: border-box;
  padding: 5% 5%;
  display: block;
}
.n-honours .hon .element .imgbox a .img {
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #d5d5d5;
}
.n-honours .hon .element .imgbox a .title {
  margin: 0 0 25px 0;
}
.n-honours .hon .element .imgbox a .title .p-a {
  width: 50%;
  font-size: 23px;
  color: #000000;
  text-align: left;
}
.n-honours .hon .element .imgbox a .title .p-b {
  width: 50%;
  font-size: 18px;
  color: #595959;
  text-align: right;
}
.n-honours .active-a {
  background: #3377e6;
  border: 1px solid #3377e6 !important;
}
.n-honours .active-a a {
  color: #fff !important;
}
/******************************/
.n-video .vid .caption {
  font-size: 35px;
  color: #222c38;
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
  font-weight: bold;
}
.n-video .vid .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-video .vid .element .imgbox {
  width: 31%;
  margin: 0 1% 55px;
  box-shadow: 0 0 10px 0 #f3f3f3;
  border-radius: 10px;
}
.n-video .vid .element .imgbox a {
  display: block;
  position: relative;
}
.n-video .vid .element .imgbox a .img {

  text-align: center;
  position: relative;
}
.n-video .vid .element .imgbox a .btn{
  width: 15%;
  position: absolute;
  left: 42.5%;
  top: 40%;
  z-index: 99;
}
.n-video .vid .element .imgbox a .img::after{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  content: '';
}
/******************************/
.x-video .vid .title{
  font-size: 46px;
  color: #222c38;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
.x-video .vid .element .video{
  width: 60%;
  text-align: center;
  display: block;
  margin: 0 auto 50px auto;
}
/******************************/
.i-garden .gar .caption {
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
}
.i-garden .gar .caption .left{
  font-size: 35px;
  color: #222c38;
  font-weight: bold;
}
.i-garden .gar .caption .right{
  width: 25%;
  background: #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 30px 0 auto;
}
.i-garden .gar .caption .right .input{
  width: 90%;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  height: 50px;
  font-size: 18px;
  color: #000;
}
.i-garden .gar .caption .right .submit{
  width: 10%;
  height: 50px;
  border: none;
  outline: none;
  background: url(../img/gar1.png) center no-repeat;
}
.i-garden .gar .element{
  align-items: flex-start;
  margin: 0 0 60px 0;
}
.i-garden .gar .element .left{
  width: 70%;
}
.i-garden .gar .element .left table{
  width: 100%;
}
.i-garden .gar .element .left table tr:nth-child(even){
  background: #ebf4f8;
}
.i-garden .gar .element .left table tr:nth-child(odd){
  background: #f5f5f5;
}
.i-garden .gar .element .left table tr:nth-child(1){
  background: #3377e6;
}
.i-garden .gar .element .left table tr th{
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  padding: 20px 0;
  box-sizing: border-box;
  width: 20%;
}
.i-garden .gar .element .left table tr th:first-child{
  width: 40%;
  text-align: left;
  padding: 20px 5%;
}
.i-garden .gar .element .left table tr td{
  font-size: 18px;
  color: #000000;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
.i-garden .gar .element .left table tr td:first-child{
  width: 40%;
  text-align: left;
  padding: 20px 5%;
}
.i-garden .gar .element .left table tr td:first-child a{
  display: block;
  color: #000000;
}
.i-garden .gar .element .left table tr td:last-child .p-a{
  color: #222c38;
  margin: 0 0 3px 0;
}
.i-garden .gar .element .left table tr td:last-child .p-b{
  justify-content: center;
}
.i-garden .gar .element .left table tr td:last-child .p-b .after{
  width: 10px;
  height: 10px;
  background: #10417b;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.i-garden .gar .element .left table tr td:last-child .p-b .p{
  color: #6f6f6f;
}
.i-garden .gar .element .right{
  width: 25%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 20px 2.5%;
}
.i-garden .gar .element .right .title{
  font-size: 25px;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  margin: 0 0 10px 0;
}
.i-garden .gar .element .right .text a{
  display: block;
  font-size: 16px;
  color: #707070;
  line-height: 31px;
  margin: 0 0 10px 0;
}
/******************************/
.n-garden .gar .caption {
  font-size: 35px;
  color: #222c38;
  padding: 45px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 0 60px 0;
  font-weight: bold;
}
.n-garden .gar .element{
  align-items: flex-start;
  margin: 0 0 60px 0;
}
.n-garden .gar .element .left{
  width: 70%;
}
.n-garden .gar .element .left .text-a{
  font-size: 19px;
  color: #ffffff;
  padding: 20px 5%;
  background: #3377e6;
  justify-content: flex-start;
}
.n-garden .gar .element .left .text-a .p-b .after{
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px 0 10px;
}
.n-garden .gar .element .left .text-b{
  font-size: 17px;
  color: #1a1a1a;
  padding: 20px 2%;
  margin: 0 0 10px 0;
}
.n-garden .gar .element .left table{
  width: 100%;
  margin: 0 0 20px 0;
}
.n-garden .gar .element .left table tr:nth-child(even){
  background: #ebf4f8;
}
.n-garden .gar .element .left table tr:nth-child(odd){
  background: #f5f5f5;
}
.n-garden .gar .element .left table tr:nth-child(1){
  background: #dbdbdb;
}
.n-garden .gar .element .left table tr th{
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  padding: 20px 0;
  box-sizing: border-box;
  width: 20%;
}
.n-garden .gar .element .left table tr th:first-child{
  width: 80%;
  text-align: left;
  padding: 20px 5%;
}
.n-garden .gar .element .left table tr td{
  font-size: 18px;
  color: #000000;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
.n-garden .gar .element .left table tr td:first-child{
  width: 40%;
  text-align: left;
  padding: 20px 5%;
}
.n-garden .gar .element .left table tr td:first-child a{
  display: block;
}
.n-garden .gar .element .left table tr td:first-child a .p-a{
  font-size: 18px;
  color: #000000;
  margin: 0 0 3px 0;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.n-garden .gar .element .left table tr td:first-child a .p-b{
  justify-content: flex-start;
}
.n-garden .gar .element .left table tr td:first-child a .p-b .p:nth-child(1){
  font-size: 16px;
  color: #10417b;
}
.n-garden .gar .element .left table tr td:first-child a .p-b .after{
  width: 8px;
  height: 8px;
  border: 1px solid #1b4a81;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.n-garden .gar .element .left table tr td:first-child a .p-b .p:nth-child(3){
  font-size: 16px;
  color: #6f6f6f;
}
.n-garden .gar .element .left table tr td:last-child .p-a{
  color: #222c38;
  margin: 0 0 3px 0;
}
.n-garden .gar .element .left table tr td:last-child .p-b{
  justify-content: center;
}
.n-garden .gar .element .left table tr td:last-child .p-b .after{
  width: 10px;
  height: 10px;
  background: #10417b;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.n-garden .gar .element .left table tr td:last-child .p-b .p{
  color: #6f6f6f;
}
.n-garden .gar .element .left table tr:first-child:hover{
  background: #dbdbdb;
}
.n-garden .gar .element .left table tr:hover{
  background: #3377e6;
}
.n-garden .gar .element .left table tr:hover td:first-child a .p-a{
  color: #fff;
}
.n-garden .gar .element .left table tr:hover td:first-child a .p-b .p:nth-child(1) {
  color: #fff;
}
.n-garden .gar .element .left table tr:hover td:first-child a .p-b .after {
  border: 1px solid #fff;
}
.n-garden .gar .element .left table tr:hover td:first-child a .p-b .p:nth-child(3) {
  color: #fff;
}
.n-garden .gar .element .left table tr:hover td {
  color: #fff;
}
.n-garden .gar .element .left table tr:hover td:last-child .p-a {
  color: #fff;
}
.n-garden .gar .element .left table tr:hover td:last-child .p-b .after {
  background: #fff;
}
.n-garden .gar .element .left table tr:hover td:last-child .p-b .p {
  color: #fff;
}
.n-garden .gar .element .right{
  width: 25%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 20px 2.5%;
}
.n-garden .gar .element .right .title{
  font-size: 25px;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  margin: 0 0 10px 0;
}
.n-garden .gar .element .right .text a{
  display: block;
  font-size: 16px;
  color: #707070;
  line-height: 31px;
  margin: 0 0 5px 0;
}
/******************************/
.x-garden .gar .caption {
  font-size: 35px;
  color: #222c38;
  line-height: 40px;
  /* padding: 0 45px 45px 45px;
  border-bottom: 2px solid #f3f3f3; */
  margin: 0 0 60px 0;
  font-weight: bold;
}
.x-garden .gar .element{
  align-items: flex-start;
  margin: 0 0 60px 0;
}
.x-garden .gar .element .left{
  width: 70%;
}
.x-garden .gar .element .left .text-a{
  font-size: 19px;
  color: #ffffff;
  padding: 20px 5%;
  background: #3377e6;
  justify-content: flex-start;
}
.x-garden .gar .element .left .text-a .p-b .after{
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px 0 10px;
}
.x-garden .gar .element .left .text-b{
  font-size: 17px;
  color: #1a1a1a;
  padding: 20px 2%;
  margin: 0 0 10px 0;
}
.x-garden .gar .element .left .contact{
  background: #f5f5f5;
  padding: 45px 0;
}
.x-garden .gar .element .left .contact .title{
  text-align: center;
  font-size: 31px;
  color: #000000;
  line-height: 36px;
  margin: 0 0 15px 0;
}
.x-garden .gar .element .left .contact .title-b{
  justify-content: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d5d5d5;
}
.x-garden .gar .element .left .contact .title-b .p-a{
  justify-content: center;
}
.x-garden .gar .element .left .contact .title-b .p-a .img{
  margin: 0 10px;
}
.x-garden .gar .element .left .contact .title-b .p-a .text{
  font-size: 16px;
  color: #545454;
}
.x-garden .gar .element .left .contact .title-b .p-b{
  justify-content: center;
}
.x-garden .gar .element .left .contact .title-b .p-b .img{
  margin: 0 10px;
}
.x-garden .gar .element .left .contact .title-b .p-b .text{
  font-size: 16px;
  color: #545454;
}
.x-garden .gar .element .left .contact .body{
  font-size: 16px;
  color: #545454;
  line-height: 28px;
  box-sizing: border-box;
  padding: 45px 5% 0 5%;
}
.x-garden .gar .element .right{
  width: 25%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 20px 2.5%;
}
.x-garden .gar .element .right .title{
  font-size: 25px;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  margin: 0 0 10px 0;
}
.x-garden .gar .element .right .text a{
  display: block;
  font-size: 16px;
  color: #707070;
  line-height: 31px;
  margin: 0 0 5px 0;
}
/******************************/
.updown{
  width: 100%;
  justify-content: center;
  margin: 0 0 80px 0;
}
.updown a{
  font-size: 19px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  margin: 0 15px 0;
  transition: 0.3s;
}
.updown a:hover{
  background: #3377e6;
  color: #fff;
  border: 1px solid #3377e6;
}
.updown .pages{
  background: #3377e6 !important;
  color: #fff !important;
  border: 1px solid #3377e6 !important;
}
/******************************/
@media screen and (max-width: 1801px) {
  .center {
    width: 85%;
  }
  header .hea {
    padding: 1% 0%;
  }
  .latest .lat .element .swiper2 .contect .left .p-a {
    font-size: 40px;
  }
  .latest .lat .element .swiper2 .contect .left .p-c {
    font-size: 36px;
  }
  .products .pro ul li {
    width: 13%;
    margin: 0 1%;
  }
  .news .new .element .right .textbox a .time .year {
    font-size: 16px;
  }
  .news .new .element .right .textbox a .text .p-b {
    -webkit-line-clamp: 1;
  }
  .news .new .element .left .imgbox-a a {
    padding: 35px 10%;
  }
  .news .new .element .left .imgbox-a {
    height: 505px;
  }
  .news .new .element .left .imgbox-a a .text .more {
    margin: 0 0 40px 0;
  }
  .x-news .new .left .title {
    font-size: 38px;
  }
  .x-news .new .left {
    padding: 40px 2.5% 40px 7.5%;
  }
  .x-news .new .right {
    padding: 40px 7.5% 40px 2.5%;
  }
  .x-product .pro .element-b .right .body p {
    font-size: 16px;
  }
  .n-contact .con-a .con .left {
    width: 45%;
  }
  .n-contact .con-a .con .right {
    width: 50%;
  }
  .i-garden .gar .element .left table tr th:first-child {
    width: 35%;
  }
  .i-garden .gar .element .left table tr th:last-child {
    width: 25%;
  }
  .i-garden .gar .element .left table tr td:first-child {
    width: 35%;
  }
  .n-garden .gar .element .left table tr th:first-child {
    width: 70%;
  }
  .n-garden .gar .element .left table tr th {
    width: 30%;
  }
}
/******************************/
@media screen and (max-width: 1601px){
  .center {
    width: 90%;
  }
  .banner .ban .swiper1 .imgbox .text {
    top: 20%;
  }
  .banner .ban .swiper1 .imgbox .text .text-a {
    margin: 0 0 30px 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-a {
    font-size: 26px;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-b {
    font-size: 54px;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-c {
    font-size: 28px;
  }
  .banner .ban .swiper1 .imgbox .text .more a {
    width: 35%;
    font-size: 18px;
  }
  .latest .lat .caption .title .p-a {
    font-size: 32px;
  }
  .latest .lat .element .swiper2 .contect .left .p-a {
    font-size: 36px;
  }
  .latest .lat .element .swiper2 .contect .left .p-a span {
    font-weight: 100;
  }
  .products .pro .more {
    width: 15%;
  }
  .about .abo {
    width: 95%;
  }
  .news .new .element .right .textbox a .time .day {
    font-size: 48px;
  }
  .news .new .element .right .textbox a .time {
    width: 17%;
    padding: 0 3% 0 0;
  }
  .news .new .element .left .imgbox-a:hover a .text {
    padding: 60px 10% 10px;
  }
  .footer .foo-a .foo .right .imgbox {
    width: 35%;
  }
  .x-news .new .left {
    padding: 40px 2.5% 40px 5%;
  }
  .x-news .new .right {
    padding: 40px 5% 40px 5%;
  }
  .x-news .new .left .title {
    font-size: 32px;
  }
  .n-contact .con-b .con {
    padding: 90px 7.5%;
  }
}
/******************************/
@media screen and (max-width: 1401px){
  header .hea ul li a {
    font-size: 18px;
  }
  header .hea .contact a {
    padding: 0 10px;
  }
  .latest .lat .element .swiper2 .contect .left .p-a {
    flex-wrap: wrap;
    font-size: 30px;
  }
  .latest .lat .element .swiper2 .contect .left .p-a span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 16px;
    width: 100%;
  }
  .latest .lat .element .swiper2 .contect .right {
    width: 45%;
    text-align: center;
  }
  .latest .lat .element .swiper2 .contect .left .p-c {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .products .pro ul li {
    width: 15%;
  }
  .about .abo .element-a .left .name {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .about .abo .element-a .left ul {
    margin: 0 0 20px 0;
  }
  .about .abo .element-a .body .body-a .p-a {
    font-size: 22px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .about .abo .element-a .body .body-a .p-b {
    line-height: 32px;
    margin: 0 0 30px 0;
  }
  .about .abo .element-a .body .body-a .more {
    width: 35%;
  }
  .news .new .element .left .imgbox-a {
    width: 49%;
  }
  .news .new .element .right {
    width: 39%;
  }
  .footer .foo-a .foo .right .imgbox .p-a {
    font-size: 18px;
  }
  .footer .foo-a .foo .right .imgbox .p-b .text {
    font-size: 18px;
  }
  .n-banner .ban .text .p-a {
    font-size: 40px;
  }
  .n-banner .ban .text .p-b {
    font-size: 26px;
  }
  .n-about .abo-a .abo .caption {
    font-size: 30px;
  }
  .n-about .abo-a .abo .title {
    font-size: 26px;
    margin: 0 0 50px 0;
  }
  .n-about .abo-b .abo .right .textbox {
    justify-content: center;
    padding: 20% 0;
  }
  .n-news .new .element .imgbox a .more {
    width: 45%;
  }
  .x-news .new .left .title {
    font-size: 26px;
  } 
  .n-product .pro ul li {
    margin: 0 20px 0 0;
  }
  .n-contact .con-a .con .left .p-a {
    font-size: 30px;
  }
  .n-contact .con-a .con .left .p-b {
    font-size: 19px;
    flex-wrap: wrap;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .n-contact .con-b .con {
    padding: 90px 5%;
  }
  .i-garden .gar .element .left table tr th {
    width: 15%;
  }
  .i-garden .gar .element .left table tr th:last-child {
    width: 35%;
  }
  .i-garden .gar .element .right .text a {
    line-height: 26px;
  }
  .i-garden .gar .element .right {
    width: 27%;
  }
  .x-garden .gar .caption {
    font-size: 30px;
  }
  .x-garden .gar .element .left .contact .title {
    font-size: 26px;
  }
}
/******************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 25%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .close {
    background-color: #3377e6;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .close img {
    width: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #3377e699;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .banner .ban .swiper1 .imgbox .text {
    top: 15%;
  }
  .banner .ban .swiper1 .imgbox .text .text-a {
    margin: 0 0 20px 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-a .bg{
    width: 50%;
  }
  .banner .ban .swiper1 .imgbox .text .text-a .p {
    font-size: 22px;
  }
  .banner .ban .swiper1 .imgbox .text .text-b {
    margin: 0 0 30px 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-a {
    font-size: 20px;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-b {
    font-size: 32px;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-c {
    font-size: 22px;
  }
  .banner .ban .swiper1 .imgbox .text .more a p {
    line-height: 45px;
    margin: 0 10px 0 0;
  }
  .about .abo {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
  }
  .about .abo .element-a {
    padding: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .about .abo .element-a .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about .abo .element-a .body .body-a .more {
    width: 25%;
  }
  .about .abo .element-a .right {
    width: 60%;
    margin: 0 auto;
  }
  .about .abo .element-b {
   flex-wrap: wrap;
  }
  .about .abo .element-b .imgbox {
    width: 44%;
    margin: 0 2.5% 20px 0;
  }
  .about .abo .element-b .imgbox:nth-child(2) {
    border-right: 0;
  }
  .about .abo .element-b .imgbox .left .p-b .num {
    font-size: 34px;
  }
  .products {
    padding: 30px 0;
  }
  .products .pro ul {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
    flex-direction: column;
    overflow-x: auto;
    height: 70px;
  }
  .products .pro ul li {
    width: 25%;
  }
  .products .pro .body .imgbox a .img {
    right: 5%;
    width: 60%;
  }
  .products .pro .more {
    width: 25%;
  }
  .latest .lat {
    padding: 30px 0 0 0;
  }
  .latest .lat .caption .more {
    display: none;
  }
  .latest .lat .element .swiper2 .swiper-slide-active {
    width: 100% !important;
  }
  .latest .lat .element::after {
    display: none;
  }
  .latest .lat .element .swiper2 .swiper-button-prev {
    left: 45%;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 5%;
  }
  .latest .lat .element .swiper2 .swiper-button-next {
    right: 45%;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 5%;
  }
  .news .new {
    padding: 30px 0;
  }
  .news .new .caption {
    margin: 0 0 30px 0;
  }
  .news .new .element {
    flex-wrap: wrap;
  }
  .news .new .element .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .news .new .element .right {
    width: 100%;
  }
  .footer .foo-a .foo {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .footer .foo-a .foo .left {
    width: 100%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #47505a;
  }
  .footer .foo-a .foo .left .logo {
    width: 40%;
    margin: 0 0 20px 0;
  }
  .footer .foo-a .foo .left .imgbox {
    width: 30%;
  }
  .footer .foo-a .foo::after {
    display: none;
  }
  .footer .foo-a .foo .right {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .foo-a .foo .right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #47505a;
  }
  .footer .foo-a .foo .right ul li:first-child {
    margin: 15px 0;
    width: 100%;
    display: block;
  }
  .footer .foo-a .foo .right ul li {
    width: 50%;
    margin: 0 0 20px 0;
    display: none;
  }
  .footer .foo-a .foo .right .pro {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .foo-a .foo .right .imgbox {
    width: 50%;
  }
  .footer .foo-a .foo .right .active-a li{
    display: block;
  }
  .n-about .abo-a .abo {
    padding: 30px 0;
  }
  .n-about .abo-a .abo .title {
    margin: 0 0 20px 0;
  }
  .n-about .abo-a .abo .text {
    margin: 0 0 20px 0;
  }
  .n-about .abo-a .abo .element {
    flex-wrap: wrap;
  }
  .n-about .abo-a .abo .element .imgbox {
    width: 44%;
    margin: 0 2.5% 20px 0;
  }
  .n-about .abo-b .abo {
    margin: 0 0 30px 0;
  }
  .n-about .abo-b .abo .left {
    width: 100%;
  }
  .n-about .abo-b .abo .right {
    display: none;
  }
  .n-honours .hon .caption {
    color: #222c38;
    padding: 30px 0px;
    margin: 0 0 20px 0;
  }
  .n-honours .hon ul {
    justify-content: center;
    margin: 0 0 30px 0;
  }
  .n-honours .hon .element .imgbox {
    width: 48%;
    margin: 0 1% 30px;
  }
  .x-honours .hon .title {
    margin: 30px 0;
  }
  .n-news .new {
    padding: 30px 0;
  }
  .n-news .new .caption {
    font-size: 35px;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .n-news .new .element .imgbox {
    width: 48%;
    margin: 0 1% 30px;
  }
  .updown {
    margin: 0 0 30px 0;
  }
  .x-news .new .left {
    padding: 30px 5%;
    width: 100%;
  }
  .x-news .new .right {
    display: none;
  }
  .n-product .pro .caption {
    color: #222c38;
    padding: 30px 0px;
    margin: 0 0 30px 0;
  }
  .n-product .pro ul {
    margin: 0 0 30px 0;
    flex-wrap: wrap;
    flex-direction: column;
    height: 70px;
    overflow-x: auto;
  }
  .n-product .pro .element .imgbox {
    width: 48%;
    margin: 0 1% 30px;
  }
  .crumb .cru {
    display: none;
  }
  .x-product .pro .element-a {
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .x-product .pro .element-a .left {
    width: 40%;
    margin: 0 auto 30px;
  }
  .x-product .pro .element-a .right {
    width: 100%; 
  }
  .x-product .pro .element-a .right .p-a {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  .x-product .pro .element-a .right .p-b {
    margin: 0 0 20px 0;
  }
  .x-product .pro .element-a .right .p-c {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .x-product .pro .element-a .right .p-d {
    margin: 0 0 20px 0;
  }
  .x-product .pro .caption {
    padding: 0 0 30px 0px;
  }
  .x-product .pro .element-b .left {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 3%;
    margin: 0 0 30px 0;
  }
  .x-product .pro .element-b .right {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 3%;
  }
  .x-product .pro .element-b .bottom {
    font-size: 17px;
    line-height: 24px;
    margin: 20px 0 30px;
    padding: 0 0 0 30px;
  }
  .x-product .pro .element-b .bottom::after {
    top: 7px;
  }
  .n-download .dow {
    padding: 30px 0;
  }
  .n-download .dow .caption {
    padding:  0 0px 30px 0;
    margin: 0 0 30px 0;
  }
  .n-download .dow ul {
    justify-content: center;
    margin: 0 0 30px 0;
  }
  .n-contact .con-a .con {
    padding: 30px 0;
    flex-wrap: wrap;
  }  
  .n-contact .con-a .con .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .n-contact .con-a .con .right {
    width: 100%;
  }
  .n-contact .con-b .con {
    padding: 30px 5%;
    width: 100%;
  }
  .n-video .vid .caption {
    padding: 30px 0px;
    margin: 0 0 30px 0;
  }
  .n-video .vid .element .imgbox {
    width: 48%;
    margin: 0 1% 30px;
  }
  .x-video .vid .title {
    font-size: 34px;
    margin: 30px 0;
  }
  
}
@media screen and (max-width: 1201px) {
  .phone-top{
    font-size: 14px;
    color: #999;
    padding: 10px;
    background: #eeeeee;
  }
  .phone-logo {
      width: 45%;
  }
  .banner .ban .swiper1 .imgbox .text .text-a {
    margin: 0 0 10px 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-a .p {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-a {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-b {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .banner .ban .swiper1 .imgbox .text .text-b .p-c {
    font-size: 18px;
  }
  .banner .ban .swiper1 .imgbox .text .more  {
    display: none;
  } 
  .about .abo .element-a .left .name {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .about .abo .element-a .body .body-a .more {
    width: 40%;
  }
  .about .abo .element-a .right {
    width: 100%;
  }
  .about .abo .element-b .imgbox {
    width: 100%;
    margin: 0 2.5% 20px;
    padding: 0 5%;
    border-right: 0px solid #eeeeee;
  }
  .products .pro ul li {
    width: 40%;
  }
  .products .pro .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .products .pro .body .imgbox a .img {
    right: 10%;
    bottom: 10%;
  }
  .products .pro .body .swiper-pagination {
    display: none;
  }
  .products .pro .body .swiper {
    padding: 0 0 30px 0;
  }
  .products .pro .more {
    width: 45%;
  }
  .latest .lat .caption .title .p-a {
    font-size: 26px;
  }
  .latest .lat .caption .title .p-b {
    line-height: 24px;
  }
  .latest .lat .caption {
    padding: 0 0 15px 0;
  }
  .latest .lat .element .swiper2 .contect {
    flex-wrap: wrap;
  }
  .latest .lat .element .swiper2 .contect .left {
    width: 100%;
    height: auto;
  }
  .latest .lat .element .swiper2 .contect .left .status {
    margin: 20px 0;
  }
  .latest .lat .element .swiper2 .contect .left .p-a {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .latest .lat .element .swiper2 .contect .left .p-c {
    font-size: 24px;
  }
  .latest .lat .element .swiper2 .contect .left .more {
    position: unset;
    width: 40%;
    margin: 20px 0 0 0;
  }
  .latest .lat .element .swiper2 .contect .right {
    width: 100%;
  }
  .latest .lat .element .swiper2 .swiper-button-prev {
    left: 35%;
    bottom: 0%;
  }
  .latest .lat .element .swiper2 .swiper-button-next {
    left: auto;
    right: 35%;
    bottom: 0%;
  }
  .foo-bottom{
    background: #eeeeee;
    font-size: 14px;
    color: #999;
    padding: 10px 5%;
    box-sizing: border-box;
    display: block;
  }
  .foo-bottom a{
    font-size: 14px;
    color: #999;
  }
  .news .new .caption .title {
    font-size: 26px;
  }
  .news .new .element .left {
    flex-wrap: wrap;
    margin: 0 0 0px 0;
  }
  .news .new .element .left .imgbox-a {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .news .new .element .left .imgbox-a a .img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.3s;
  }
  .news .new .element .right .textbox a {
    flex-wrap: wrap;
  }
  .news .new .element .right .textbox a .time {
    width: 100%;
    padding: 0 0% 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e8e9ea;
    border-right: 0px solid #e8e9ea;
  }
  .news .new .element .right .textbox a .time .day {
    font-size: 28px;
    text-align: center;
  }
  .news .new .element .right .textbox a .time .year {
    text-align: center;
  }
  .news .new .element .right .textbox a .text {
    width: 100%;
    padding: 0 0 0 0%;
  }
  .footer .foo-a .foo .left .logo {
    width: 50%;
    margin: 0 0 20px 0;
  }
  .footer .foo-a .foo .left .imgbox {
    width: 25%;
  }
  .footer .foo-a .foo .right .imgbox {
    width: 100%;
  }
  .footer .foo-a .foo .right .imgbox:last-child {
    width: 100%;
  } 
  .footer .foo-b .foo {
    line-height: 24px;
    text-align: center;
  }
  .n-banner .ban .text {
    top: 35%;
  }
  .n-banner .ban .text .p-a {
    font-size: 24px;
  }
  .n-banner .ban .text .p-b {
    font-size: 18px;
  }
  .n-about .abo-a .abo .caption {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
  .n-about .abo-a .abo .title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .n-about .abo-a .abo .element .imgbox {
    width: 100%;
    margin: 0 2.5% 20px ;
    padding: 0 5%;
  }
  .n-about .abo-a .abo .element .imgbox .left .p-b .num {
    font-size: 30px;
  }
  .n-about .abo-b .abo .left .swiper-slide img {
    height: 250px;
  }
  .n-honours .hon .caption {
    font-size: 26px;
  }
  .n-honours .hon ul li {
    width: 35%;
  }
  .n-honours .hon .element .imgbox {
    width: 100%;
  }
  .x-honours .hon .title {
    font-size: 26px;
  }
  .n-news .new .caption {
    font-size: 26px;
  }
  .n-news .new ul li {
    width: 31%;
    margin: 0 10px;
  }
  .n-news .new .element .imgbox {
    width: 100%;
    margin: 0 1% 30px;
  }
  .n-news .new .element .imgbox a .p-a {
    font-size: 24px;
  }
  .x-news .new .left .title {
    font-size: 24px;
    line-height: 34px;
  }
  .n-product .pro .caption {
    font-size: 26px;
  }
  .n-product .pro .element .imgbox {
    width: 100%;
    margin: 0 1% 30px;
  } 
  .x-product .pro .element-a .left {
    width: 100%;
    margin: 0 auto 30px;
  }
  .x-product .pro .element-a .right .p-a {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .x-product .pro .element-a .right .p-b {
    margin: 0 0 20px 0;
    line-height: 24px;
  }
  .x-product .pro .element-a .right .p-c {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .x-product .pro .element-a .right .more {
    width: 40%;
  }
  .x-product .pro .caption {
    font-size: 26px;
  }
  .x-product .pro .element-b .left .body {
    line-height: 34px;
  }
  .x-product .pro .element-b .right .body p {
    width: 100%;
    line-height: 34px;
  }
  .x-product .pro .element-b .right .body p {
    background-position: 0 9px;
  }
  .n-video .vid .caption {
    font-size: 26px;
  }
  .n-video .vid .element .imgbox {
    width: 100%;
  }
  .x-video .vid .title {
    font-size: 26px;
    margin: 30px 0;
  }
  .x-video .vid .element .video {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .n-contact .con-a .con .left .p-a {
    font-size: 24px;
    margin: 0 0 20px 0
  }
  .n-contact .con-a .con .left .textbox-a {
    margin: 0 0 20px 0;
  }
  .n-contact .con-b .con .caption {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .x-news .new .left .time {
    margin: 0 0 10px 0;
  }
  .n-garden .gar .caption {
    font-size: 26px;
    padding: 40px 0 20px 0;
    border-bottom: 2px solid #f3f3f3;
    margin: 0 0 40px 0;
    font-weight: bold;
  }
  .n-garden .gar .element .right {
    display: none;
  }
  .n-garden .gar .element .left {
    width: 100%;
  }
  .updown a {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    margin: 0 5px 0;
    transition: 0.3s;
  }
  .x-garden .gar .caption {
    font-size: 26px;
    margin: 40px 0;
  }
  .x-garden .gar .element .right {
   display: none;
  }
  .x-garden .gar .element .left {
    width: 100%;
  }
  .x-garden .gar .element .left .contact .title {
    font-size: 22px;  
  }
  .i-garden .gar .caption {
    padding: 40px 0 20px;
    border-bottom: 2px solid #f3f3f3;
    margin: 0 0 40px 0;
  }
  .i-garden .gar .caption .left {
    font-size: 26px;
  } 
  .i-garden .gar .caption .right {
    width: 40%;
  }
  .i-garden .gar .element .right {
    display: none;
  }
  .i-garden .gar .element .left {
    width: 100%;
  }
  .footer .foo-a .foo .right .imgbox .p-b{
    align-items: center;
  }
  .footer .foo-a .foo .right .imgbox .p-b .img {
    width: 8%;
  }
  .footer .foo-b .foo{
    flex-wrap: wrap;
  }
  .footer .foo-b .foo .right{
    width: 100%;
  }
}
@media screen and (max-width: 801px) {
  .i-garden .gar .caption .img {
    display: none;
  }
  .i-garden .gar .caption .right {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .i-garden .gar .caption .right .input {
    width: 85%;
  }
  .i-garden .gar .caption .right .submit {
    width: 15%;
  }
  .i-garden .gar .element .left {
    width: 100%;
    overflow-x: auto;
  }
  .i-garden .gar .element .left table {
    width: 600px;
  } 
  .n-garden .gar .element .left {
    width: 100%;
    overflow-x: auto;
  }
  .n-garden .gar .element .left .text-a {
    width: 500px;
    box-sizing: border-box;
  }
  .n-garden .gar .element .left table {
    width: 500px;
  }
  .updown {
    margin: 0 0 30px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .updown a {
    margin: 0 5px 10px;
  }
  .x-garden .gar .element .left .contact .title {
    font-size: 20px;
  }
  .footer .foo-a .foo .right .imgbox .p-b .img {
    width: 10%;
    margin: 0 5% 0 0;
  }
  .n-contact .con-a .con .left .textbox-b .text {
    width: 30%;
  }
}
