.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center1 {
  width: 65%;
  margin: 0 auto;
}
.center2 {
  width: 85%;
  margin: 0 auto;
}
.active1{
      color: #00a0e9 !important;
}
.backtop{
  position: fixed;
  bottom: 50px;
  right: 45%;
  margin-right: -640px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/top.png) repeat;
  background: rgba(0,0,0,0.5);
  border-radius: 3px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.backtop i {
  font-size: 17px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opafcity: 0.8;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #fff;
}
.icon-arrow-top-copy {
  background: url(../image/top.png) no-repeat center center;
  width: 17px;
  height: 16px;
  margin-top: 10px;
  margin-left: 11px;
}
/*===========*/
@keyframes example1 {
  0% {
    left: 100px;
    top: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}
.move1 {
  position: relative;
  animation-name: example1;
  animation-duration: 1.2s;
}
@keyframes example1 {
  0% {
    left: 100px;
    top: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}
.move1 {
  position: relative;
  animation-name: example1;
  animation-duration: 1.2s;
}
@keyframes example2 {
    0% {
      transform: rotatex(90deg);
      opacity: 0;
    }
    100% {
      transform: rotatex(0deg);
      opacity: 1;
    }
}
.move2{
    position: relative;
    animation-name: example2;
    animation-duration: 1s;
}
@keyframes example3 {
    0% {
      transform: rotateY(90deg);
      opacity: 0;
    }
    100% {
      transform: rotateY(0deg);
      opacity: 1;
    }
}
.move3{
    position: relative;
    animation-name: example3;
    animation-duration: 1s;
}
@keyframes example4 {
  0% {
    left: -100px;
    top: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}
.move4 {
  position: relative;
  animation-name: example4;
  animation-duration: 1.2s;
}
.imgmove{
  overflow: hidden;
}
.imgmove img{
  transition: all .8s ease .1s;
}
.imgmove img:hover {
  transform: scale(1.1);
}
@keyframes imgmove2 {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.imgmove2:hover img{
  position: relative;
  animation-name: imgmove2;
  animation-duration: 1s;
}
/*===========*/
.i-title {
  text-align: center;
  margin: 0 0 50px 0;
}
.i-title p:nth-child(1) {
  font-size: 30px;
  color: #333;
  margin: 0 0 15px 0;
}
.i-title p:nth-child(2) {
  font-size: 16px;
  background: url(../image/i-title1.png) no-repeat center;
  padding: 0 0 50px 0;
}
.n-title {
  margin: 50px 0 30px 0;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #CCC;
}
.n-title .title {
  font-size: 25px;
}
.n-title .title a{
  color: #333;
}
.n-title .crumb ul li {
  margin: 0 5px 0 0;
}
.n-title .crumb ul li a {
  font-size: 14px;
  color: #666666;
}
/*===========*/
header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .hea1 {
  background: #ededed;
  font-size: 12px;
  color: #8e8e8e;
  line-height: 30px;
}
header .hea1 .hea1-box .right p:nth-child(2) {
  margin: 0 0 0 10px;
  align-items: center;
}
header .hea1 .hea1-box .right p:nth-child(2) a {
  margin: 0 5px;
  color: #8e8e8e;
}
header .hea2 .hea2-box .logo {
  width: 30%;
  display: inline;
}
header .hea2 .hea2-box .nav {
  width: 65%;
}
header .hea2 .hea2-box .nav .ul1 .li1 {
  width: 100%;
  text-align: center;
  position: relative;
}
header .hea2 .hea2-box .nav .ul1 .li1:hover a{
  color: #00a0e9;
}
header .hea2 .hea2-box .nav .ul1 .li1 .a1 {
  font-size: 18px;
  color: #4b4948;
  display: block;
  line-height: 95px;
}
header .hea2 .hea2-box .nav .ul1 .li1 .ul2 {
  position: absolute;
  display: none;
  background: rgb(255, 255, 255, 0.99);
  padding: 10px 0 10px 0;
  width: 170px;
  left: 0%;
  border-bottom: 1px solid #00a0e9;
}
header .hea2 .hea2-box .nav .ul1 .sea{
  width: auto;
}
header .hea2 .hea2-box .nav .ul1 .sea form {
  border-bottom: 1px solid #cfcfcf;
  background: rgba(255, 255, 255, 0);
}
header .hea2 .hea2-box .nav .ul1 .sea form .input{
  border: 0 solid #fff;
  height: 30px;
  outline: none;
  background: #fff;
}
header .hea2 .hea2-box .nav .ul1 .sea form .submit{
  background: url(../image/search1.png) no-repeat center;
  border: 0 solid #fff;
  height: 30px;
  width: 20px;
}
header .hea2 .hea2-box .nav .ul1 .li1 .ul2 .li2 .a2 {
  display: block;
  line-height: 40px;
  color: #193b57;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 0 0 10%;
}
header .hea2 .hea2-box .nav .ul1 .li1:hover .ul2 {
  display: block;
}
header .hea2 .hea2-box .nav .ul1 .li1 .ul2 .li2:hover a{
  color: #fff;
  background: #00a0e9;
}
header .hea2 .hea2-box .nav .ul1 .sea{
  position: relative;
  width: 100%;
}
header .hea2 .hea2-box .nav .ul1 .sea a{
  display: block;
  line-height: 95px;
}
header .hea2 .hea2-box .nav .ul1 .sea form{
  
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 10px;
}
header .hea2 .hea2-box .nav .ul1 .sea .form{
  padding: 10px 0 20px 0 ;
  position: absolute;
  left: 0;
  top: 95px;
  display: none;
}
header .hea2 .hea2-box .nav .ul1 .sea:hover .form{
  display: block;
}
/*===========*/
.banner{
  padding: 115px 0 0 0;
}
.banner .ban-box img {
  width: 100%;
}
.banner .swiper-button-prev{
  background: rgba(0, 0, 0, 0.5);
  padding: 0.8% 0.5%;
}

.banner .swiper-button-prev:after {
  color: #fff;
}
.banner .swiper-button-next{
  background: rgba(0, 0, 0, 0.5);
  padding: 0.8% 0.5%;
}
.banner .swiper-button-next:after{
  color: #fff;
}
.banner .swiper-pagination-bullet-active{
  background: #fff;
}
/*===========*/
.about {
  background: #f4f7f8;
  padding: 50px 0 67px;
  margin-bottom: 48px;
}
.about .abo-box .body .left {
  width: 45%;
}
.about .abo-box .body .left img {
  width: 100%;
}
.about .abo-box .body .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
.about .abo-box .body .right .title {
  color: #333333;
  font-size: 30px;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.about .abo-box .body .right .title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 6%;
  height: 3px;
  background: #b21820;
}
.about .abo-box .body .right .text {
  font-size: 17px;
  line-height: 32px;
  color: #666666;
  text-align: justify;
}
.about .abo-box .body .right .more {
  width: 20%;
  background: #b21820;
  border-radius: 30px;
  margin: 40px 0 55px;
}
.about .abo-box .body .right .more a {
  font-size: 16px;
  height: 50px;
  color: #fff;
  justify-content: center;
}
.about .abo-box .body .right .more a span:nth-child(1) {
  margin: 0 8px 0 0;
}
.about .abo-box .body .right ul {
  width: 100%;
  justify-content: flex-start;
}
.about .abo-box .body .right ul li {
  margin: 0 8% 0 0;
}
.about .abo-box .body .right ul li .img {
  margin: 0 20px 0 0;
}
.n-banner{
  padding: 95px 0 0 0;
  width: 100%;
}
.n-banner img{
  width: 100%;
}
/*===========*/
.products .pro-box .body {
  align-items: flex-start;
}
.products .pro-box .body .imgbox {
  position: relative;
  width: 100%;
  box-sizing: border-box;
    padding: 0 3%;
    margin: 0 50%;
}


.products .pro-box .body .imgbox .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 10% 0 0 10%;
}
.products .pro-box .body .imgbox .text p {
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  position: relative;
}
.products .pro-box .body .imgbox .text p:first-child {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  padding: 40px 0 20px;
}
.products .pro-box .body .imgbox .text p:first-child::before {
  display: none;
}
.products .pro-box .body .imgbox .text p::before {
  position: absolute;
  content: '';
  top: 40%;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 30px;
}
.products .pro-box .body .swiper-button-prev  {
  left: 25%;
  right: auto;
  background: rgb(174, 174, 174, 75%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.products .pro-box .body .swiper-button-prev::after{
  color: #fff;
  font-size: 28px;
}
.products .pro-box .body .swiper-button-prev:hover{
  background: #b21820;
}
.products .pro-box .body  .swiper-button-next{
  left: auto;
  right: 25%;
  background: rgb(174, 174, 174, 75%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.products .pro-box .body  .swiper-button-next::after{
  color: #fff;
  font-size: 28px;
}
.products .pro-box .body .swiper-button-next:hover{
  background: #b21820;
}
.products .pro-box .btn {
  border-radius: 25px;
  border: solid 1px #BEBEBE;
  margin: 41px auto 47px;
  width: 12%;
  transition: 0.3s;
}
.products .pro-box .btn a {
  font-size: 16px;
  line-height: 49px;
  color: #444444;
  text-align: center;
  display: block;
}
.products .pro-box .btn:hover{
  border: solid 1px #b21820; 
}
.products .pro-box .btn:hover a{
  color: #b21820;
}
/*===========*/
.news {
  padding: 51px 0 80px;
  background: #f4f7f8;
}
.news .new-box .body {
  align-items: flex-start;
}
.news .new-box .body .imgbox{
  width: 30%;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 0px;
  overflow: hidden;
}
.news .new-box .body .imgbox .img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news .new-box .body .imgbox .text{
  box-sizing: border-box;
  padding: 8% 5%;
}
.news .new-box .body .imgbox .text .title{
  font-size: 23px;
  word-break:break-all;
  color: #343434;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    margin: 0 0 20px 0;
}
.news .new-box .body .imgbox .text .more .time{
  color: #8a8a8a;
  font-size: 17px;

}
.news .new-box .body .imgbox .text .more .time img{
  margin: 0 5px 0 0;
}
.news .new-box .body .imgbox .text .more .btn img:nth-child(1){
  display: inline;
}
.news .new-box .body .imgbox .text .more .btn img:nth-child(2){
  display: none;
}
.news .new-box .body .imgbox:hover  .text .title{
  color: #00a0e9;
}
.news .new-box .body .imgbox:hover .text .more .btn img:nth-child(1){
  display: none;
}
.news .new-box .body .imgbox:hover .text .more .btn img:nth-child(2){
  display: inline;
}
.news .new-box .btn2 {
  border-radius: 25px;
  border: solid 1px #BEBEBE;
  margin: 41px auto 47px;
  width: 12%;
  transition: 0.3s;
}
.news .new-box .btn2 a {
  font-size: 16px;
  line-height: 49px;
  color: #444444;
  text-align: center;
  display: block;
}
.news .new-box .btn2:hover{
  border: solid 1px #b21820; 
}
.news .new-box .btn2:hover a{
  color: #b21820;
}
/*===========*/
footer {
  background: url(../image/foo1.jpg) center no-repeat;
  position: relative;
}
footer .foo1 {
  position: absolute;
  top: -22px;
  width: 100%;
}
footer .foo1 .foo1-box {
  text-align: center;
}
footer .foo2 {
  padding-top: 50px;
}
footer .foo2 .foo2-box .contacts {
  margin: 30px 0 30px 0;
}
footer .foo2 .foo2-box .contacts .phone {
  width: 50%;
  color: #fff;
  font-size: 16px;
}
footer .foo2 .foo2-box .contacts .phone span {
  font-size: 21px;
}
footer .foo2 .foo2-box .contacts .btnbox .btn {
  margin: 0 0 0 10px;
}
footer .foo2 .foo2-box .contacts .btnbox .wx {
  position: relative;
}
footer .foo2 .foo2-box .contacts .btnbox .wx .img {
  display: none;
  position: absolute;
  left: -40px;
  top: -130px;
  width: 120px;
  height: 120px;
}
footer .foo2 .foo2-box .contacts .btnbox .wx:hover .img {
  display: block;
}
footer .foo2 .foo2-box .right {
  width: 50%;
}
footer .foo3 .foo3-box {
  align-items: flex-start;
  padding: 0 0 50px 0;
}
footer .foo3 .foo3-box .left p {
  color: #AEB5BB;
  font-size: 14px;
  margin: 0 0 5px 0;
}
footer .foo3 .foo3-box .left p a {
  color: #AEB5BB;
}
footer .foo3 .foo3-box .right ul li {
  color: #AEB5BB;
  font-size: 14px;
}
footer .foo3 .foo3-box .right ul li a {
  color: #AEB5BB;
  font-size: 14px;
}
footer .foo3 .foo3-box .right ul li a:hover {
  color: #fff;
}
footer .foo3 .foo3-box .right ul li:nth-child(even) {
  margin: 0 10px;
}
/*===========*/
.crumb{
  border-bottom: 1px solid #dddddd;
}
.crumb .cru .left .home{
  margin: 0 10px 0 0;
}
.crumb .cru .left .r{
  margin: 0 10px 0 0;
}
.crumb .cru .left .title a{
  font-size: 15px;
  color: #999999;
}
.crumb .cru .right ul li{
  margin: 0 20px;
  position: relative;
}
.crumb .cru .right ul li a{
  font-size: 15px;
  color: #999999;
  display: block;
  line-height: 70px;
}
.crumb .cru .right ul li:hover::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #384e63;
  content: '';
}
.crumb .cru .right ul li:hover a{
  color: #384e63;
}
/*===========*/
.abo-nav ul li {
  width: 100%;
  background: #555555;
  border-bottom: 2px solid #afafaf;
  border-right: 1px solid #afafaf;
}
.abo-nav ul li a {
  text-align: center;
  display: block;
  line-height: 60px;
  color: #ff0000;
  font-size: 16px;
}
.about1 .abo .body {
  color: #333;
  font-size: 14px;
  line-height: 1.9rem;
  text-indent: 2rem;
  margin: 0 0 50px 0;
}
.about2 .abo .body {
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  justify-content: flex-start;
}
.about2 .abo .body .imgbox {
  width: 30%;
  margin: 0 1.5% 20px;
}
.about2 .abo .body .imgbox a .img {
  box-sizing: border-box;
  padding: 5% 15%;
  text-align: center;
}
.about2 .abo .body .imgbox a .img img{
  max-height: 200px;
  height: 200px;
}
.about2 .abo .body .imgbox a .text {
  color: #193b57;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.about3 .abo .body{
  margin: 0 0 50px 0;
}
.about3 .abo .body .abo3-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 20px;
}
.about3 .abo .body .abo3-title span {
  color: #ff0000;
}
.about3 .abo .body p {
  padding: 5px 30px;
  font-size: 14px;
  color: #333;
}
.about3 .abo .body{
  line-height: 2;
  font-size: 14px;
  color: #333;
}
.about3 .abo .body2{
  margin: 0 0 100px 0;
}
.about3 .abo .body2 .body2-title{
  font-size: 20px;
  color: #333;
  margin: 20px 0;
  font-weight: bold;
}
.about3 .abo .body2 table{
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d3dbe3;
}
.about3 .abo .body2 table td:nth-child(1){
  width: 40%;
  text-align: center;
}
.about3 .abo .body2 table td:nth-child(1) .img{
  width: 30%;
  margin: 20px auto;
}
.about3 .abo .body2 table td:nth-child(2){
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}
.about3 .abo .body2 table td:nth-child(2) span{
  font-weight: bold;
}
.about4 .abo .body{
  margin: 50px 0;
}
.about4 .abo .body .swiper-slide .img img{
  height: 270px;
  object-fit: cover;
}
.about4 .abo .body .swiper-slide .text{
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  opacity: 0;
}

.about4 .abo .body .swiper-slide-active .text{
  opacity: 1;
}
.about4 .abo .body .swiper-button-prev{
  border: 1px solid #c2c2c2;
  padding: 0 5px;
}
.about4 .abo .body .swiper-button-prev::after{
  font-size: 16px;
  color: #000;
}
.about4 .abo .body .swiper-button-prev:hover{
  border: 1px solid #00a0e9;
  background: #00a0e9;
}
.about4 .abo .body .swiper-button-prev:hover::after{
  color: #fff;
}
.about4 .abo .body .swiper-button-next{
  border: 1px solid #c2c2c2;
  padding: 0 5px;
}
.about4 .abo .body .swiper-button-next::after{
  font-size: 16px;
  color: #000;
}
.about4 .abo .body .swiper-button-next:hover{
  border: 1px solid #00a0e9;
  background: #00a0e9;
}
.about4 .abo .body .swiper-button-next:hover::after{
  color: #fff;
}
/*===========*/
.pro-nav .nav .active{
  background: #eeeeee;
}
.pro-nav .nav .active{
  color: #ff0000 !important;
}
.pro-title {
  font-size: 30px;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #bdbdbd;
  position: relative;
}
.pro-title::after {
  position: absolute;
  content: '';
  width: 33%;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #F00;
}
.n-products .pro .body {
  align-items: flex-start;
  margin: 50px 0 50px 0;
}
.n-products .pro .body .left {
  width: 100%;
}
.n-products .pro .body .left .imgbox {
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #bdbdbd;
}
.n-products .pro .body .left .imgbox a {
  align-items: flex-start;
}
.n-products .pro .body .left .imgbox:hover a .text .title p:nth-child(1){
  color: #ff0000;
}
.n-products .pro .body .left .imgbox:hover a .text p{
  color: #ff0000;
}
.n-products .pro .body .left .imgbox a .img {
  width: 12%;
}
.n-products .pro .body .left .imgbox a .text {
  width: 85%;
}
.n-products .pro .body .left .imgbox a .text .title p:nth-child(1) {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
}
.n-products .pro .body .left .imgbox a .text .title p:nth-child(2) {
  font-size: 14px;
  color: #999;
  margin: 0 10px;
}
.n-products .pro .body .left .imgbox a .text p {
  line-height: 1.8;
  color: #666;
  font-size: 14px;
}
.n-products .pro .body .right {
  width: 32%;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 2% 1%;
}
.n-products .pro .body .right ul {
  margin: 20px 0;
}
.n-products .pro .body .right ul li {
  margin: 0 0 20px 0;
}
.n-products .pro .body .right ul li a .title {
  width: 70%;
  justify-content: flex-start;
}
.n-products .pro .body .right ul li a .title .img {
  width: 15px;
  margin: 0 5px;
}
.n-products .pro .body .right ul li a .title .text {
  color: #666;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.n-products .pro .body .right ul li:hover a .title .text{
  color: #00a0e9;
}
.n-products .pro .body .right ul li a .time {
  width: 30%;
  text-align: right;
  font-size: 14px;
  color: #CCC;
}
/*===========*/
.pla-nav ul li {
  width: 50%;
  background: #555555;
  border-bottom: 2px solid #afafaf;
  border-right: 1px solid #afafaf;
}
.pla-nav ul li a {
  text-align: center;
  display: block;
  line-height: 60px;
  color: #ff0000;
  font-size: 16px;
}
.n-plan .pla .body {
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  justify-content: flex-start;
}
.n-plan .pla .body .imgbox {
  width: 30%;
  margin:  1.5% 20px ;
  box-sizing: border-box;
  padding: 10px;
}
.n-plan .pla .body .imgbox:hover{
  box-shadow: 0 0 10px 0 #eeeeee;
}
.n-plan .pla .body .imgbox a .img {
  box-sizing: border-box;
  
  text-align: center;
}
.n-plan .pla .body .imgbox a .img img{
  max-height: 200px;
  height: 200px;
}
.n-plan .pla .body .imgbox a .text {
  color: #193b57;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0 10px 0;
  text-align: center;
}
/*===========*/
.n-join .joi .body{
  margin: 0 0 100px 0;
}
.n-join .joi .body h3{
  font-size: 22px;
  color: #333;
  text-align: center;
  margin: 0 0 30px 0;
}
.n-join .joi .body{
  color: #333;
  font-size: 15px;
  line-height: 2;
}
.n-join .joi .body .text1 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 20px;
}
.n-join .joi .body .text1 span {
  font-size: 22px;
  color: #40e0d0;
}
.n-join .joi .body .text2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 20px;
}
.n-join .joi .body .text2 span {
  font-weight: 500;
}
.n-join .joi .body .j-title{
  background: url(../image/joi1.png) no-repeat left;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 0 0 2%;
  margin: 50px 0;
}
.n-join .joi .body .j-title span{
  font-size: 22px;
}
.n-join .joi .body .box {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 3%;
}
.n-join .joi .body .box .hr{
  width: 1px;
  height: 150px;
  background: #dddddd;
}
.n-join .joi .body .box .imgbox{
  width: 49%;
  text-align: center;
} 
.n-join .joi .body .box .imgbox .text{
  font-size: 20px;
  color: #333333;
}
.n-join .joi .body .box .imgbox .text p:nth-child(1){
  font-weight: bold;
}
/*===========*/
.new-nav ul li {
  width: 25%;
  background: #555555;
  border-bottom: 2px solid #afafaf;
  border-right: 1px solid #afafaf;
}
.new-nav ul li a {
  text-align: center;
  display: block;
  line-height: 60px;
  color: #ff0000;
  font-size: 16px;
}
.n-news .new .body {
  align-items: flex-start;
  margin: 50px 0 50px 0;
}
.n-news .new .body .left {
  width: 65%;
}
.n-news .new .body .left .new-title {
  font-size: 30px;
  color: #000000;
  border-bottom: 1px solid #bdbdbd;
  padding: 0 0 20px 0;
  margin: 50px 0 20px 0;
  position: relative;
}
.n-news .new .body .left .new-title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 45%;
  height: 2px;
  background: #F00;
}
.n-news .new .body .left .imgbox {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #bdbdbd;
}
.n-news .new .body .left .imgbox a {
  align-items: flex-start;
}
.n-news .new .body .left .imgbox a .img {
  width: 20%;
}
.n-news .new .body .left .imgbox a .text {
  width: 77%;
}
.n-news .new .body .left .imgbox a .text .title p:nth-child(1) {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.5;
  width: 80%;
}
.n-news .new .body .left .imgbox a .text .title p:nth-child(2) {
  color: #999;
  font-size: 14px;
  width: 20%;
}
.n-news .new .body .left .imgbox a .text .memo {
  font-size: 14px;
  color: #666;
}
.n-news .new .body .right {
  width: 32%;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 0 3% 30% 0;
}
.n-news .new .body .right .new-crumb {
  padding: 35px 0 50px 0;
}
.n-news .new .body .right .new-crumb ul {
  justify-content: flex-end;
}
.n-news .new .body .right .new-crumb ul li {
  margin: 0 5px 0 0;
  color: #666666;
}
.n-news .new .body .right .new-crumb ul li a {
  font-size: 14px;
  color: #666666;
}
.n-news .new .body .right .text {
  text-align: right;
}
.n-news .new .body .right .text p:nth-child(1) {
  font-size: 20px;
  color: #7d7575;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.n-news .new .body .right .text p:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.n-news .new .body .right .text p:nth-child(2) span {
  color: #ff0000;
  font-size: 20px;
}
/*===========*/
.con-nav ul li {
  width: 100%;
  background: #555555;
  border-bottom: 2px solid #afafaf;
  border-right: 1px solid #afafaf;
}
.con-nav ul li a {
  text-align: center;
  display: block;
  line-height: 60px;
  color: #ff0000;
  font-size: 16px;
}
.n-contact .con .body {
  box-sizing: border-box;
  padding: 50px 5% 80px;
}
.n-contact .con .body .up {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.n-contact .con .body .down {
  align-items: flex-start;
  justify-content: space-between;
}
.n-contact .con .body .down .between {
  align-items: flex-start;
}
.n-contact .con .body .down .between .img {
  margin: 0 15px 0 0;
}
.n-contact .con .body .down .between p:nth-child(1) {
  font-size: 28px;
  color: #ff0000;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-contact .con .body .down .between p:nth-child(2) {
  font-size: 28px;
  color: #ff0000;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-contact .con .body .down .between p:nth-child(3) {
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-contact .con .body .down .between p:nth-child(4) {
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-contact .con .body .down .between p:nth-child(5) {
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-contact .con .body .down .between p:nth-child(6) {
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
}
.n-contact .con .body .down .right .imgbox {
  text-align: center;
}
.n-contact .con .body .down .right .imgbox .text {
  margin: 20px 0 0 0;
  font-size: 16px;
  color: #ff0000;
}
/*===========*/
.rec-title {
  width: 40%;
  margin: 30px auto 50px;
  border-top: 1px solid #79a92f;
  text-align: center;
}
.rec-title .text {
  background: #79a92f;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 5%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.n-recruitment .rec .body {
  font-size: 15px;
  color: #3f3f3f;
  line-height: 2;
}
/*===========*/
.n-search .sea .body{
  margin: 0 0 80px 0;
}
.n-search .sea .body .sea-box{
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.n-search .sea .body .sea-box span{
  color: #999;
  font-size: 16px;
}
.n-search .sea .body .sea-box form {
  background: rgba(255, 255, 255, 0);
}
.n-search .sea .body .sea-box form .input{
  border: 1px solid #CCC;
  height: 30px;
  width: 500px;
  outline: none;
  background: #fff;
}
.n-search .sea .body .sea-box form .submit{
  background: url(../image/search2.jpg) no-repeat center;
  border: 0 solid #fff;
  height: 35px;
  width: 100px;
  margin: 0 0 0 10px;
}
.n-search .sea .body .invogue{
  border-bottom: 1px dashed #ddd;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.n-search .sea .body .invogue ul{
  justify-content: flex-start;
}
.n-search .sea .body .invogue ul li{
  font-size: 16px;
  color: #193b57;
  margin: 0 20px;
}
.n-search .sea .body .invogue ul li:first-child{
  font-size: 14px;
  margin: 0 20px 0 0;
}
.n-search .sea .body .invogue ul li a{
  color: #193b57;
}
.n-search .sea .body .sea-title{
  color: #009140;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.n-search .sea .body .textbody .textbox{
  border-bottom: 1px dashed #ddd;
  margin: 0 0 30px 0;
}
.n-search .sea .body .textbody .textbox p{
  font-size: 16px;
  color: #666;
  margin: 0 0 20px 0;
  line-height: 1.5;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
.n-search .sea .body .num{
  font-size: 14px;
  color: #666;
  margin: 0 0 10px 0;
}
/*===========*/
.show{
  margin: 20px 0 50px;
  justify-content: center;
}
.show a{
  font-size: 12px;
  color: #666;
  display: block;
  border: 1px solid #eee;
  padding: 0.5% 1%;
  margin: 0 0.5%;
}
.show a:hover {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.show .pages{
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
/*===========*/
.n-message .mes .mes-nav ul li {
  width: 100%;
  background: #555555;
  border-bottom: 2px solid #afafaf;
  border-right: 1px solid #afafaf;
}
.n-message .mes .mes-nav ul li a {
  text-align: center;
  display: block;
  line-height: 60px;
  color: #ff0000;
  font-size: 16px;
}
.n-message .mes .body{
  margin: 50px 0;
  align-items: flex-start;
}
.n-message .mes .body .left{
  width: 50%;
}
.n-message .mes .body .left .title{
  font-size: 32px;
  color: #333333;
  margin: 0 0 30px 0;
}
.n-message .mes .body .left .text1{
  font-size: 24px;
  color: #333333;
  margin: 0 0 20px 0;
}
.n-message .mes .body .left .text2{
  font-size: 16px;
  color: #666666;
  padding: 20px 0 0 0;
}
.n-message .mes .body .left .be{
  position: relative;
  margin: 30px 0 0 0;
}
.n-message .mes .body .left .be::before{
  position: absolute;
  width: 5%;
  height: 2px;
  background: #99999a;
  top: 0;
  left: 0;
  content: '';
}
.n-message .mes .body .imgbox{
  margin: 10px 0 0 0;
  width: 30%;
  text-align: center;
}
.n-message .mes .body .imgbox .text{
  font-size: 16px;
  color: #333333;
  margin: 20px 0 0 0;
}

.n-message .mes .body .right{
  width: 50%;
}
.n-message .mes .body .right .title{
  font-size: 32px;
  color: #333333;
  margin: 0 0 30px 0;
}
.n-message .mes .body .right .input{
  width: 45%;
  margin: 0 4% 2% 0 ;
  background: #f5f5f5;
  border: 0;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #999999;
  font-size: 16px;
}
.n-message .mes .body .right .add{
  width: 95%;
}
.n-message .mes .body .right .textarea{
  width: 95%;
  background: #f5f5f5;
  border: 0;
  height: 150px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #999999;
  font-size: 16px;
}
.n-message .mes .body .button{
  font-size: 14px;
  display: block;
  width: 95%;
  line-height: 50px;
  border: 0;
  margin: 20px 0 0 0;
  background: #384e63;
  color: #fff;
  font-size: 16px;
}
/*===========*/
.x-products .pro{
  background: url(../image/n-pro1.jpg) right top no-repeat;
}
.x-products .pro .body{
  padding: 50px 0 50px 0;
}
.x-products .pro .body .title{
  border-bottom: 1px solid #d4d4d4;
  color: #e60012;
  padding: 0 0 20px 0;
  font-size: 20px;
  position: relative;
  margin: 0 0 30px 0;
}
.x-products .pro .body .title::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 2px;
  background: #e60012;
}
.x-products .pro .body .intro{
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 50px 0;
}
/*===========*/
.x-news .new .body{
  margin: 0 0 50px 0;
}
.x-news .new .body .title{
  text-align: center;
  padding: 0 0 30px 0;
  border-bottom: 1px dashed #ddd;
  margin: 50px 0 50px 0;
}
.x-news .new .body .title p:nth-child(1){
  font-size: 30px;
  font-weight: 800;
  color: #333;
  padding-bottom: 25px;
}
.x-news .new .body .title p:nth-child(2){
  color: #999;
  font-size: 16px;
}
.x-news .new .body .intro{
  font-size: 14px;
  color: #333;
  font-size: 14px;
  line-height: 2;
}
/*===========*/
.n-message .mes .body .left ul{
  flex-wrap: wrap;
  width: 70%;
  margin: 30px 0 0;
}
.n-message .mes .body .left ul li{
  width: 50%;
  margin: 0 0 20px 0;
}
.n-message .mes .body .left ul li a{
  justify-content: flex-start;
  font-size: 16px;
  color: #666666;
}
.n-message .mes .body .left ul li a .img{
  margin: 0 10px 0 0;
}
/*===========*/
@media screen and (max-width: 1801px) {
  .center1 {
    width: 75%;
  }
  .news .new-box .body .right .imgbox a .img {
    width: 30%;
  }
} 
/*===========*/
@media screen and (max-width: 1651px) {
  .center1 {
    width: 85%;
  }
  .about .abo-box .body .right .more {
    width: 25%;
  }
  .about .abo-box .body .right ul li {
    margin: 0 0% 0 0;
    width: 100%;
  }
  .about .abo-box .body .right ul li a{
    justify-content: flex-start;
  }
  .products .pro-box .body .imgbox .text {
    padding: 0px 0 0 5%;
  }
  .products .pro-box .body .imgbox .text p {
    font-size: 14px;
    line-height: 30px;
  }
  .news .new-box .body .left {
    height: 380px;
  }
  .n-plan .pla .body .imgbox {
    width: 30%;
    margin: 1.5% 10px;
  }
}
@media screen and (max-width: 1351px) {
  .center1 {
    width: 95%;
  }
  header .hea2 .hea2-box .nav {
    width: 70%;
  }
  .about .abo-box .body .right .text {
    font-size: 14px;
    line-height: 28px;
  }
  .about .abo-box .body .right .more {
    width: 30%;
  }
  .about .abo-box .body .right .more a {
    font-size: 14px;
    height: 45px;
  }
  .about .abo-box .body .right ul li .img {
    margin: 0 5px 0 0;
  }
  .products .pro-box .body .imgbox .text p:first-child {
    font-size: 20px;
    padding: 25px 0 20px;
  }
  .products .pro-box .body .imgbox .text p {
    line-height: 25px;
  }
  .products .pro-box .body .imgbox .img img {
    height: 250px;
  }
  .products .pro-box .body .imgbox .text {
    height: 250px;
  } 
  .products .pro-box .body .imgbox:nth-child(odd) .img {
    top: 250px;
  }
  .news .new-box .body .left {
    height: 320px;
  }
  .center2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1151px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 40%;
  }
  .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: #00a0e9;
    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: 3;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #00a0e9;
    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;
  }
  .n-banner {
    padding: 0 0 0 0;
  }
  .about .abo-box .body {
    flex-wrap: wrap;
  }
  .about .abo-box .body .left{
    text-align: center;
    width: 99%;
  }
  .about .abo-box .body .right {
    width: 90%;
    margin: 20px auto;
  }
  .products .pro-box .body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .products .pro-box .body .imgbox {
    width: 44%;
  }
  .products .pro-box .body .imgbox:last-child {
    width: 88%;
  }
  .products .pro-box .body .imgbox:last-child .img{
    top: 0;
    right: 0;
  }
  .products .pro-box .btn {
    width: 18%;
  }
  .news .new-box .body {
    flex-wrap: wrap;
  }
  .news .new-box .body .left {
    width: 100%;
    height: 320px;
    margin: 0 0 50px 0;
  }
  .news .new-box .body .right {
    width: 100%;
  } 
  footer {
    background-size: cover;
  }
  footer .foo3 .foo3-box {
   flex-wrap: wrap;
  }
  footer .foo3 .foo3-box .right {
    margin: 20px 0 0 0;
  }
  .about2 .abo .body .imgbox {
    width: 45%;
  }
  .show a {
    font-size: 14px;
    padding: 1% 2%;
    margin: 0 0.5%;
  }
  .about3 .abo .body2 table td:nth-child(1) {
    width: 30%;
    text-align: center;
  }
  .about3 .abo .body2 table td:nth-child(1) .img {
    width: 70%;
    margin: 20px auto;
  }
  .n-products .pro .body {
    flex-wrap: wrap;
  }
  .n-products .pro .body .left {
    width: 100%;
  }
  .n-products .pro .body .right {
    width: 100%;
  }
  .n-plan .pla .body .imgbox {
    width: 45%;
  }
  .n-news .new .body {
    flex-wrap: wrap;
  }
  .n-news .new .body .left {
    width: 100%;
  }
  .n-news .new .body .right {
    width: 100%;
    padding: 0 3% 5% 0;
  }
  .n-contact .con .body .down {
    flex-wrap: wrap;
  }
  .n-contact .con .body .down .left{
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .n-contact .con .body .down .right{
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
  }
  .n-search .sea .body .sea-box form .input {
    width: 350px;
  }
 

}

@media screen and (max-width: 800px){
  .i-title p:nth-child(1) {
    font-size: 24px;
  }
  .i-title p:nth-child(2) {
    font-size: 13px;
    padding: 0px 0 30px 0;
  }
  .i-title {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .about .abo-box .body .right .title {
    font-size: 22px;
  }
  .about .abo-box .body .right .more {
    width: 40%;
    margin: 20px 0;
  }
  .about .abo-box .body .right ul {
    flex-wrap: wrap;
  }
  .about .abo-box .body .right ul li {
    margin: 0 0% 10px 0;
    width: 50%;
  }
  .products .pro-box .body .imgbox {
    width: 80%;
    margin: 0 0 20px 0;
  }
  .products .pro-box .body .imgbox:nth-child(odd) .img {
    position: unset;
    top: 0px;
    left: 0;
  }
  .products .pro-box .body .imgbox:last-child {
    width: 80%;
  }
  .products .pro-box .btn {
    width: 35%;
    margin: 20px auto;
  }
  .news .new-box .body .left .text {
    width: 100%;
  }
  .news .new-box .body .right .imgbox {
    margin: 0 0 20px 0;
  }
  .news .new-box .body .right .imgbox a  {
    flex-wrap: wrap;
  }
  .news .new-box .body .right .imgbox a .img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .news .new-box .body .right .imgbox a .text {
    width: 100%;
  }
  .news .new-box .body .right .imgbox a .text .time {
    width: 30%;
  }
  .news .new-box .body .right .imgbox a .text .title {
    width: 70%;
  }
  footer .foo2 .foo2-box .contacts {
    flex-wrap: wrap;
  }
  footer .foo2 .foo2-box .contacts .phone {
    width: 100%;
   margin: 0 0 20px 0;
  }
  footer .foo3 .foo3-box .left p {
    line-height: 2;
  }
  footer .foo3 .foo3-box .right ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .foo3 .foo3-box .right ul li {
    font-size: 12px;
    line-height: 2;
  }

  .abo-nav ul {
    flex-wrap: wrap;
  }
  .abo-nav ul li {
    width: 49%;
  }
  .about2 .abo .body .imgbox {
    width: 100%;
  }
  .about3 .abo .body2 table td:nth-child(2) {
    text-align: left;
    padding: 1% 2%;
  }
  .pro-nav .nav .navbtn a {
    line-height: 40px;
    padding: 0px 10px;
    font-size: 14px;
  }
  .n-products .pro .body .left .imgbox a {
    flex-wrap: wrap;
  }
  .n-products .pro .body .left .imgbox a .img {
    width: 50%;
    margin: 0 auto;
  }
  .n-products .pro .body .left .imgbox a .text {
    width: 100%;
  }
  .n-plan .pla .body .imgbox {
    width: 100%;
  }
  .new-nav ul {
    flex-wrap: wrap;   
  }
  .new-nav ul li {
    width: 49%;
  }
  .n-news .new .body .left .imgbox a {
    flex-wrap: wrap;
  }
  .n-news .new .body .left .imgbox a .img {
    width: 50%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .n-news .new .body .left .imgbox a .text {
    width: 100%;
  }
  .n-news .new .body .left .imgbox a .text .title p:nth-child(1) {
    width: 70%;
  }
  .n-news .new .body .left .imgbox a .text .title p:nth-child(2) {
    text-align: right;
    width: 30%;
  }
  .n-contact .con .body .down .between .img {
    display: none;
  }
  .n-contact .con .body .down .between p:nth-child(1) {
    font-size: 20px;
  }
  .n-contact .con .body .down .between p:nth-child(2) {
    font-size: 20px;
  }
  .n-contact .con .body .down .between p:nth-child(3) {
    font-size: 18px;
    line-height: 1.5;
  }
  .rec-title {
    width: 100%;
    margin: 20px auto 30px;
  }
  .n-search .sea .body .sea-box form .input {
    width: 150px;
  }
  .n-search .sea .body .invogue ul li:first-child {
    margin: 0 0px 0 0;
  }
  .show  {
    flex-wrap: wrap;
  }
  .show a {
    margin: 1% 0.5%;
  }
  .banner {
    padding: 0 0 0 0;
  }
  .news .new-box .btn2 {
    width: 40%;
  }
  .products .pro-box .body .imgbox:last-child {
    width: 100%;
  }
  .news .new-box .body .imgbox {
    width: 100%;
  }
  .crumb{
    display: none;
  }
}