.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center-a {
  width: 65%;
  overflow: hidden;
  margin: 0 auto;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 5px 0 0 0;
}
.jszcbox .jszctext{
	width: 80px;
}
.jszcbox .jszcimg{
	width: 55px;
  opacity: 0.6;
}
.imgmove{
  overflow: hidden;
}
.imgmove img{
  transition: all .8s ease .1s;
}
.imgmove:hover img {
  transform: scale(1.1);
}
@keyframes move1{
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.move1:hover img{
  position: relative;
  animation-name: move1;
  animation-duration: 1s;
}
.updown{
  justify-content: center;
}
.updown a{
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #0392dd;
  border: 1px solid #0392dd;
  margin: 0 5px;
}
.updown .pages{
  background: #0392dd;
  color: #fff;
}
.updown a:hover{
  background: #0392dd;
  color: #fff;
}
/* ********************************* */
header .hea-a .hea .logo {
  width: 15%;
  padding: 30px 0;
}
header .hea-a .hea .phonebox {
  width: 25%;
  justify-content: flex-start;
}
header .hea-a .hea .phonebox .left {
  margin: 0 10px 0 0;
}
header .hea-a .hea .phonebox .right .p-a {
  font-size: 18px;
  color: #666666;
  margin: 0 0 5px 0;
}
header .hea-a .hea .phonebox .right .p-b {
  font-size: 24px;
  color: #0392dd;
  line-height: 34px;
}
header .hea-b {
  background: #0392dd;
}
header .hea-b .hea ul {
  justify-content: flex-start;
}
header .hea-b .hea ul li {
  width: 10%;
}
header .hea-b .hea ul li a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
}
header .hea-b .hea ul li:hover {
  background: #262626;
}
/* ********************************* */
.products {
  background: #f9f9f9;
  padding: 55px 0;
}
.products .pro {
  align-items: flex-start;
}
.products .pro .left {
  background: #ececee;
  width: 20%;
  padding: 0 0 50px 0;
}
.products .pro .left ul li {
  padding: 0 10%;
}
.products .pro .left ul li a {
  font-size: 16px;
  color: #444;
  display: block;
  border-bottom: 1px dashed #c1c1cc;
  line-height: 45px;
}
.products .pro .left .caption {
  background: #0392dd;
  background-size: cover;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10%;
}
/* .products .pro .left li:last-child a {
  border-bottom: 0;
} */
.products .pro .left li:hover a {
  color: #0392dd;
}
.products .pro .right {
  width: 77%;
}
.products .pro .right .headline {
  border-bottom: 1px solid #eaeaea;
}
.products .pro .right .headline span {
  font-size: 16px;
  color: #0392dd;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px;
  position: relative;
}
.products .pro .right .headline span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  background: #0392dd;
}
.products .pro .right .element {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.products .pro .right .element .imgbox {
  width: 23%;
  margin: 10px 1%;
}
.products .pro .right .element .imgbox .text {
  line-height: 45px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.products .pro .right .element .imgbox:hover .text{
  color: #0392dd;
}
.products .pro .active-b{
  display: none;
}
.products .more{
  width: 10%;
  margin: 30px auto 0;
}
.products .more a{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #0392dd;
  border: 1px solid #0392dd;
  transition: 0.2s;
}
.products .more:hover a{
  background: #fff;
  color: #0392dd;
}
/* ********************************* */
.advantage .big-headline {
  text-align: center;
  padding: 70px 0;
}
.advantage .adv {
  padding: 0 0 70px 0;
}
.advantage .adv .left {
  width: 48%;
}
.advantage .adv .left .headline {
  margin: 0 0 20px 0;
}
.advantage .adv .left .headline .img {
  width: 25%;
}
.advantage .adv .left .headline .text {
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #0392dd;
}
.advantage .adv .left .headline .text .p-a {
  font-size: 25px;
  color: #0392dd;
  margin: 0 0 10px 0;
}
.advantage .adv .left .headline .text .p-b {
  font-size: 22px;
  color: #333;
  line-height: 1.3;
}
.advantage .adv .left .element {
  font-size: 16px;
  color: #808080;
  box-sizing: border-box;
  line-height: 1.5;
}
.advantage .adv .left .element p {
  margin: 0 0 30px 0;
}
.advantage .adv .left .more {
  box-sizing: border-box;
  padding: 0 0 0 27%;
}
.advantage .adv .left .more a {
  display: block;
  width: 30%;
  background: #0392dd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0392dd;
  transition: 0.2s;
}
.advantage .adv .left .more a:hover{
  background: #fff;
  color: #0392dd;
}
.advantage .adv .right {
  width: 48%;
  box-shadow: 0 0 10px 0 #ddd;
  text-align: center;
}
/* ********************************* */
.contact {
  background: url(../img/ind6.jpg) center no-repeat;
  /* position: relative; */
  background-size: cover;
}
.contact .con {
  /* position: absolute; */
  width: 40%;
  padding: 50px 10%;
  margin: 0 0 0 auto;
  left: 55%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contact .con .title {
  margin: 0 0 30px 0;
}
.contact .con .title .p-a {
  font-size: 30px;
  color: #fff;
  margin: 0 0 20px 0;
}
.contact .con .title .p-b {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.contact .con .element {
  justify-content: flex-start;
}
.contact .con .element .text {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 10px ;
}
/* ********************************* */
.partner {
  padding: 100px 0;
}
.partner .par .headline {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 30px 0;
  position: relative;
  margin: 0 0 50px 0;
}
.partner .par .headline .p-a {
  font-size: 30px;
  color: #0392dd;
  margin: 0 0 20px 0;
}
.partner .par .headline .p-b {
  font-size: 16px;
  color: #737373;
}
.partner .par .headline::after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f0f0f0;
  content: '';
  left: 49.5%;
  bottom: -5px;
  transform: rotate(45deg);
}
.partner .par .element {
  box-shadow: 0 0 10px 0 #f0f0f0;
  box-sizing: border-box;
  padding: 3%;
}
.partner .par .element .img {
  border: 1px solid #f0f0f0;
  text-align: center;
}
/* ********************************* */
.about {
  background: url(../img/ind8.webp) top no-repeat;
  background-size: 150%;
}
.about .abo-a {
  padding: 85px 0;
}
.about .abo-a .headline {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0 0 50px 0;
}
.about .abo-a .text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin: 0 auto 50px;
}
.about .abo-a .more a {
  display: block;
  width: 15%;
  background: #0392dd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #0392dd;
  transition: 0.2s;
}
.about .abo-a .more a:hover{
  background: #fff;
  color: #0392dd;
}
.about .abo-b {
  background: #fff;
  box-shadow: 0 0 10px 0 #f0f0f0;
  box-sizing: border-box;
  padding: 3%;
}
.about .abo-b ul {
  justify-content: center;
  position: relative;
  margin: 0 0 30px 0;
}
.about .abo-b ul li {
  width: 10%;
  margin: 0 10px;
  border-bottom: 2px solid #fff;
}
.about .abo-b ul li a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 50px;
  text-align: center;
}
.about .abo-b ul::after {
  position: absolute;
  width: 1px;
  height: 15px;
  content: '';
  left: 50%;
  top: 17.5px;
  background: #9b9b9b;
}
.about .active-a {
  border-bottom: 2px solid #0392dd !important;
}
.about .active-b {
  display: none;
}
/* ********************************* */
.news {
  padding: 85px 0;
}
.news .new .headline {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 30px 0;
  position: relative;
  margin: 0 0 50px 0;
}
.news .new .headline .p-a {
  font-size: 30px;
  color: #0392dd;
  margin: 0 0 20px 0;
}
.news .new .headline .p-b {
  font-size: 16px;
  color: #737373;
}
.news .new .headline::after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f0f0f0;
  content: '';
  left: 49.5%;
  bottom: -5px;
  transform: rotate(45deg);
}
.news .new .element {
  flex-wrap: wrap;
}
.news .new .element .textbox {
  width: 48%;
}
.news .new .element .textbox a .title {
  margin: 0 0 10px 0;
}
.news .new .element .textbox a .title .p-a {
  font-size: 16px;
  color: #333;
}
.news .new .element .textbox a .title .p-b {
  font-size: 16px;
  color: #333;
}
.news .new .element .textbox a .text {
  font-size: 16px;
  color: #999999;
  line-height: 2;
  word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.news .new .element .textbox:nth-child(1) {
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.news .new .element .textbox:nth-child(2) {
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.news .new .element .textbox:hover a .title .p-a{
  color: #0392dd;
}
.news .new .element .textbox:hover a .title .p-b{
  color: #0392dd;
}
/* ********************************* */
footer {
  background: #282828;
}
footer .foo-a {
  padding: 80px 0 30px;
}
footer .foo-a .logo {
  width: 20%;
}
footer .foo-a .element {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 2;
}
footer .foo-a .content {
  width: 25%;
  justify-content: flex-start;
}
footer .foo-a .content .img {
  width: 20%;
}
footer .foo-a .content .text {
  margin: 0 0 0 10px;
}
footer .foo-a .content .text .p-a {
  font-size: 18px;
  color: #6e6e6e;
  margin: 0 0 10px 0;
}
footer .foo-a .content .text .p-b {
  font-size: 24px;
  color: #0392dd;
}
footer .foo-a .content .text .p-b {
  font-size: 24px;
  color: #0392dd;
}
footer .foo-b{
  text-align: center;
  padding: 20px 0;
}
footer .foo-b {
  font-size: 16px;
  color: #6e6e6e;
}
footer .foo-b a{
  font-size: 16px;
  color: #6e6e6e;
}
/* ********************************* */
.inside-pages .page {
  padding: 50px 0;
}
.inside-pages .page .content-a {
  align-items: flex-start;
}
.inside-pages .page .content-a .left {
  width: 20%;
  background: #f6f6f6;
}
.inside-pages .page .content-a .left .ul-a {
  padding: 0 0 50px 0;
}
.inside-pages .page .content-a .left .ul-a .li-a {
  margin: 0 10%;
  border-bottom: 1px dashed #c1c1cc;
}
.inside-pages .page .content-a .left .ul-a .li-a .a-a {
  font-size: 16px;
  color: #444;
  display: block;
  line-height: 45px;
}
.inside-pages .page .content-a .left .ul-a .caption {
  font-size: 16px;
  color: #fff;
  background: #0392dd;
  line-height: 50px;
  padding: 0 10%;
}
.inside-pages .page .content-a .left .ul-a .li-a:last-child {
  border-bottom: 0;
}
.inside-pages .page .content-a .left .ul-a .li-a .ul-b .li-b .a-b{
  font-size: 14px;
  color: #666;
  padding: 10px 5% 10px 10%;
  display: block;
  position: relative;
}
.inside-pages .page .content-a .left .ul-a .li-a .ul-b {
  display: none;
}
.inside-pages .page .content-a .left .ul-a .li-a .ul-b .li-b .a-b::after{
  position: absolute;
  left: 5px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0392dd;
  content: '';
}
.inside-pages .page .content-a .left .ul-a .li-a .a-a:hover {
  color: #0392dd;
}
.inside-pages .page .content-a .left .content {
  width: 100%;
  border: 1px solid #ebebeb;
}
.inside-pages .page .content-a .left .content .headline {
  font-size: 16px;
  color: #fff;
  background: #0392dd;
  line-height: 50px;
  padding: 0 10%;
}
.inside-pages .page .content-a .left .content .text {
  padding: 5% 10%;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.inside-pages .page .content-a .right {
  width: 77%;
}
.inside-pages .page .content-a .right .headline {
  border-bottom: 1px solid #eaeaea;
}
.inside-pages .page .content-a .right .headline span {
  font-size: 18px;
  color: #0392dd;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px;
  position: relative;
}
.inside-pages .page .content-a .right .headline span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  background: #0392dd;
}
.inside-pages .page .content-a .right .element {
  box-sizing: border-box;
  padding: 3% 0%;
}
.inside-pages .page .content-b {
  align-items: flex-start;
}
.inside-pages .page .content-b .left {
  width: 20%;
  border: 1px solid #ebebeb;
}
.inside-pages .page .content-b .left .headline {
  font-size: 16px;
  color: #fff;
  background: #0392dd;
  line-height: 50px;
  padding: 0 10%;
}
.inside-pages .page .content-b .left .text {
  padding: 5% 10%;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.inside-pages .page .content-b .right {
  width: 77%;
}
.inside-pages .page .content-b .right .headline {
  border-bottom: 1px solid #eaeaea;
}
.inside-pages .page .content-b .right .headline span {
  font-size: 16px;
  color: #0392dd;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px;
  position: relative;
}
.inside-pages .page .content-b .right .headline span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  background: #0392dd;
}
.inside-pages .page .content-b .right .element {
  box-sizing: border-box;
  padding: 3% 5%;
}
.inside-pages .active-a .ul-b{
  display: block !important;
}
/* ********************************* */
.about-ele .imgbox {
  justify-content: flex-start;
  margin: 0 0 30px 0;
}
.about-ele .imgbox .img {
  width: 35%;
  margin: 0 5% 0 0;
}
.about-ele .imgbox .text {
  width: 60%;
}
.about-ele .imgbox .text .p-a {
  font-size: 16px;
  color: #333;
  margin: 0 0 20px 0;
}
.about-ele .imgbox .text .p-b {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
/* ********************************* */
.honor-ele .imgbox {
  margin: 0 0 30px 0;
}
.honor-ele .imgbox .img {
  border: 1px solid #f0f0f0;
}
.honor-ele .text {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.honor-ele .text p {
  margin: 0 0 20px 0;
}
/* ********************************* */
.products-ele {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.products-ele .imgbox {
  width: 31%;
  margin: 10px 1%;
  border: 1px solid #fff;
}
.products-ele .imgbox .text {
  line-height: 45px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.products-ele .imgbox:hover{
  border: 1px solid #0392dd;
  background: #eeeeee;
}
.products-ele .imgbox:hover .text{
  color: #0392dd;
}
/* ********************************* */
.recommend-ele .imgbox {
  width: 23%;
  margin: 10px 1%;
}
.recommend-ele .imgbox .text {
  line-height: 45px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
/* ********************************* */
.news-ele .imgbox {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #c1c1cc;
}
.news-ele .imgbox a {
  justify-content: flex-start;
  align-items: flex-start;
}
.news-ele .imgbox a .img {
  width: 25%;
  margin: 0 3% 0 0;
}
.news-ele .imgbox a .text {
  width: 72%;
}
.news-ele .imgbox a .text .title {
  margin: 0 0 10px 0;
}
.news-ele .imgbox a .text .title .p-a {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}
.news-ele .imgbox a .text .title .p-b {
  font-size: 16px;
  color: #666666;
}
.news-ele .imgbox a .text .body {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.news-ele .imgbox:last-child {
  border: 0 dashed #c1c1cc;
}
.news-ele .imgbox:hover a .text .title .p-a{
  color: #0392dd;
}
.news-ele .imgbox:hover a .text .title .p-b{
  color: #0392dd;
}
/* ********************************* */
.contact-ele {
  padding: 5% 5% !important;
}
.contact-ele .text .p-a {
  font-size: 24px;
  color: #333;
  margin: 0 0 20px 0;
}
.contact-ele .text .p-b {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin: 0 0 20px 0;
}
/* ********************************* */
.x-products .pro {
  padding: 30px 0;
}
.x-products .pro .headline {
  border-bottom: 1px solid #eaeaea;
}
.x-products .pro .headline span {
  font-size: 16px;
  color: #0392dd;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px;
  position: relative;
}
.x-products .pro .headline span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  background: #0392dd;
}
.x-products .pro .pro-a {
  align-items: flex-start;
  padding: 30px 0;
  justify-content: center;
}
.x-products .pro .pro-a .left {
  width: 45%;
}
.x-products .pro .pro-a .right {
  width: 50%;
}
.x-products .pro .pro-a .right .p-a {
  font-size: 20px;
  color: #585858;
  margin: 0 0 30px 0;
}
.x-products .pro .pro-a .right .p-b {
  box-sizing: border-box;
  padding: 0 0 0 5%;
  font-size: 16px;
  color: #666666;
  line-height: 2.5;
  margin: 0 0 30px 0;
}
.x-products .pro .pro-a .right .phone {
  width: 30%;
  border: 1px solid #0392dd;
  border-radius: 5px;
  font-size: 16px;
  color: #0392dd;
  line-height: 40px;
  justify-content: center;
}
.x-products .pro .title {
  border: 1px solid #eaeaea;
}
.x-products .pro .title span {
  line-height: 55px;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 16px;
  color: #0392dd;
  position: relative;
  border-right: 1px solid #eaeaea;
}
.x-products .pro .title span::before {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #0392dd;
  left: 0;
  top: 0;
  content: '';
}
.x-products .pro .pro-b {
  box-sizing: border-box;
  padding: 3% 2%;
  font-size: 16px;
  color: #666666;
  line-height: 2.5;
}
/* ********************************* */
.x-news .new {
  padding: 30px 0;
}
.x-news .new .headline {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #eaeaea;
}
.x-news .new .headline span {
  font-size: 18px;
  color: #0392dd;
  display: inline-block;
  padding: 0 10px;
  line-height: 45px;
  position: relative;
}
.x-news .new .headline span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  background: #0392dd;
}
.x-news .new .title {
  font-size: 25px;
  color: #333;
  margin: 0 0 30px 0;
}
.x-news .new .time {
  font-size: 16px;
  color: #adadad;
}
.x-news .new .element {
  font-size: 16px;
  color: #666666;
  line-height: 2.5;
  padding: 30px 0;
  border-top: 1px solid #f0efef;
  border-bottom: 1px dashed #f0efef;
  margin: 30px 0;
}
/* ********************************* */
@media screen and (max-width: 1801px){
  .center-a {
    width: 70%;
  }
}
/* ********************************* */
@media screen and (max-width: 1601px){
  .center-a {
    width: 75%;
  }
}
/* ********************************* */
@media screen and (max-width: 1401px){
  .center-a {
    width: 80%;
  }
  .about {
    background-size: cover;
  } 
  .inside-pages .page .content-a .left {
    width: 23%;
  }
  .inside-pages .page .content-a .right {
    width: 75%;
  }
}
/* ********************************* */
@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: #0392dd;
    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: #0392dd;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    font-size: 16px;
    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;
  }
  .center-a {
    width: 90%;
  }
  .products {
    background: #f9f9f9;
    padding: 30px 0;
  }
  .products .pro {
    flex-wrap: wrap;
  }
  .products .pro .left {
    width: 100%;
    display: flex;
    padding: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .products .pro .left li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .products .pro .left li:first-child{
    width: 100%;
  }
  .products .pro .right {
    width: 100%;
  }
  .products .more {
    width: 20%;
  }
  .advantage .big-headline {
    padding: 30px 0;
  }
  .advantage .big-headline {
    padding: 30px 0;
    width: 45%;
    margin: 0 auto;
  }
  .advantage .adv {
    padding: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .advantage .adv .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .advantage .adv .right {
    margin: 0 auto;
  }
  .partner {
    padding: 30px 0;
  }
  .about .abo-a {
    padding: 30px 0;
  }
  .advantage .adv .left .more {
    padding: 0 0 0 0;
  }
  .advantage .adv .left .more a{
    margin: 0 auto;
  }
  footer .foo-a {
    padding: 30px 0 30px;
    flex-wrap: wrap;
  }
  footer .foo-a .element {
   width: 50%;
  }
  footer .foo-a .content {
    width: 45%;
  }
  .inside-pages .page .content-a {
    flex-wrap: wrap;
  }
  .inside-pages .page .content-a {
    flex-wrap: wrap;
  }
  .inside-pages .page .content-a .left {
    width: 100%;
  }
  .inside-pages .page .content-a .left .content {
    display: none;
  }
  .inside-pages .page .content-a .left ul {
    padding: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .inside-pages .page .content-a .left ul li{
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .inside-pages .page .content-a .left ul li:first-child {
    width: 100%;
  }
  .inside-pages .page .content-a .left ul li:last-child a {
    border-bottom: 1px dashed #c1c1cc;
  }
  .inside-pages .page .content-a .right {
    width: 100%;
  }
  .about-ele .imgbox {
    flex-wrap: wrap;
  }
  .about-ele .imgbox .img {
    width: 35%;
    margin: 0 auto 30px;
  }
  .about-ele .imgbox .text {
    width: 100%;
  }
  .products-ele .imgbox {
    width: 47%;
  }
  .news-ele .imgbox a {
    flex-wrap: wrap;
  }
  .news-ele .imgbox a .img {
    width: 40%;
    margin: 0 auto 30px;
  }
  .news-ele .imgbox a .text {
    width: 100%;
  }
  .contact {
    background: url(../img/ind6.jpg) center right no-repeat;
  }
  .contact .con { 
    box-sizing: border-box;
    width: 100%;
    padding: 50px 10%;
  }
  .news .new .element .textbox {
    width: 100%;
  }
}
@media screen and (max-width: 801px) {
  .phone-logo {
      width: 30%;
  }
  .products .pro .left li:first-child {
    line-height: 50px;
    font-size: 18px;
  }
  .products .pro .right .element .imgbox {
    width: 48%;
    margin: 10px 1%;
  }
  .products .more {
    width: 30%;
  }
  .advantage .big-headline {
    width: 50%;
  }
  .advantage .adv .right {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .partner .par .headline .p-a {
    font-size: 26px;
  }
  .about .abo-a .headline {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .about .abo-a .more a {
    width: 30%;
  }
  .news {
    padding: 30px 0;
  }
  footer .foo-a .logo {
    width: 40%;
  }
  footer .foo-a .element {
    width: 100%;
    margin: 0 0 10px 0;
  }
  footer .foo-a .content {
    width: 50%;
  }
  footer .foo-b {
    line-height: 1.5;
  }
  .about-ele .imgbox .img {
    width: 100%;
  }
  .n-banner .ban img{
    height: 250px;
    object-fit: cover;
  }
  .products-ele .imgbox {
    width: 100%;
  }
  .news-ele .imgbox a .img {
    width: 100%;
  }
  .x-products .pro .title span {
    width: 30%;
  }
  .x-products .pro .pro-b{
    width: 100%;
    overflow-x: auto;
  }
  .x-products .pro .pro-b table{
    width: 1000px;
  }
  .x-products .pro .pro-a .left {
    width: 100%;
  }
}