body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: 'Lato';
  color: #141412;
  font-size: 14px;
  font-weight: normal;
}
* {
  font-family: 'Lato', sans-serif;
} 

body {
  overflow-x: hidden;
  background-color: #fff;
}

:root {
  --secondary-color: #a6ce38;
}

label {
  max-width: inherit
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

ul,
li {
  list-style: none
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/font/Lato-Regular.eot');
  src: url('../fonts/font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/font/Lato-Regular.woff2') format('woff2'),
    url('../fonts/font/Lato-Regular.woff') format('woff'),
    url('../fonts/font/Lato-Regular.ttf') format('truetype'),
    url('../fonts/font/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/font/Lato-Light.eot');
  src: url('../fonts/font/Lato-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/font/Lato-Light.woff2') format('woff2'),
      url('../fonts/font/Lato-Light.woff') format('woff'),
      url('../fonts/font/Lato-Light.ttf') format('truetype'),
      url('../fonts/font/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/font/Lato-Bold.eot');
  src: url('../fonts/font/Lato-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/font/Lato-Bold.woff2') format('woff2'),
      url('../fonts/font/Lato-Bold.woff') format('woff'),
      url('../fonts/font/Lato-Bold.ttf') format('truetype'),
      url('../fonts/font/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #333;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: #333;
  /*蓝色*/
}

/*滚动条 end*/
.top_menu_bar {
  background: #f3f3f3;
  width: 100%;
  color: #333;
  padding: 10px 0;
}

.top_menu_bar a {
  padding-right: 15px;
  color: #333;
  letter-spacing: 1px;
  font-size: 13px;
}
.top_menu_bar p a{
  padding-right: 0;
}
.top_menu_bar a:nth-of-type(2) {
  padding-left: 15px;
}
.top_menu_bar p a:nth-of-type(2){
  padding-left: 0;
}
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  box-shadow: 0 0 15px #333;
}

.header h1 img {
  margin: 10px 0;
  width: 90px;
}

.nav {
  display: none;
}

.nav>ul>li.active>a,
.nav a:active,
.nav>ul>li>a:hover {
  color: #a6ce38;
  /* font-weight: 700; */
}

.nav li {
  float: left;
  display: block;
  position: relative;
  margin: 8px;
}

.nav li a {
  padding: 0px 15px;
  line-height: 90px;
  display: block;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}

/* .nav>ul>li>a{ padding:24.5px 15px} */
.nav a.hov {
  color: var(--secondary-color);
  position: relative;
  z-index: 10;
  /* font-weight: 300; */
}

.nav .subnav {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 98px;
  background-color: #f3f3f3;
  width: 350px;
  display: none;
}

.nav .subnav li {
  float: none;

}

.nav .subnav li a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  height: 40px;
  line-height: 40px;
}

.nav .subnav li a:hover {
  background-color: #fff;
  text-decoration: none;
  /* font-weight: 700; */
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 56px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 4px;
  background-color: var(--secondary-color);
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: var(--secondary-color);
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: capitalize;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  background: none var(--secondary-color);
  color: #fff;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #80abde;
}

.navMobile dd.dlin1 p a.cur {
  background: none var(--secondary-color);
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 28px;
  background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}

/* /banner/ */
.banner .mySwiper .swiper-slide {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.banner .mySwiper .swiper-slide .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner .mySwiper .swiper-slide .items::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjZGBg+M/AwMDIyAAFAA4pAQP4L554AAAAAElFTkSuQmCC)
}

.banner .mySwiper .swiper-slide .swiperBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*.banner .mySwiper .swiper-slide .swiperBox .line {
  width: 70%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

 .banner .mySwiper .swiper-slide .swiperBox .line::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background-color: #d60000;
  border-radius: 10px;
  left: 0;
  top: -2px;
} */
.swiperBox {
  text-align: center;
}

.swiperBox h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.swiperBox p {
  font-size: 15px;
  font-weight: 700px;
  color: #fff;
}

.swiperBox .padding {
  width: 100%;
  margin: auto;
}

.swiperBoxBtn {
  margin-top: 30px;
}

.swiperBoxBtn a.a1 {
  background-color: var(--secondary-color);
}

.swiperBoxBtn a.a2 {
  background-color: rgba(0, 0, 0, 0.75);
}

.swiperBoxBtn a {
  padding: 9px 14px;
  border-radius: 30px;

  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.swiperBoxBtn a i {
  margin-left: 10px;
}

.swiperBoxBtn a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.swiperBoxBtn a:hover i {
  color: #000;
}

.banner {
  margin-top: 95px;
}


.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev,
.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 1);
}

/* .banner .swiper-slide.swiper-slide-active .scaleBg {
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
} */
.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background-color: #000;
}

/* banner */

.third,
.first {
  margin: 50px 0;
}

.four {
  padding: 50px 0;
}

.titleall h2 {
  text-transform: uppercase;
  color: #a6ce38;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.titleall h1 {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.secondBox p,
.firstBox p {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 22px;
}

.second {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.second .secondBox p,
.second .titleall h2 {
  text-align: center;
}

.secondBoxList ul li {
  width: 100%;
  float: left;
  text-align: center;
}

.secondBoxList ul li .padding {
  margin: 10px;
  background-color: #fff;
  padding: 15px;
}

.secondBoxList ul li img {
  width: 100%;
  height: 213px;
  margin-bottom: 35px;
}

.secondBoxList ul li h2 {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0;
}

.secondBoxList ul li p {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 35px;
  height: 38px;
  overflow: hidden;
}

.seBtn a {
  padding: 15px 20px;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.seBtn a i {
  margin-left: 10px;
}

.wpb_wrapper {
  text-align: center;
  margin-top: 50px;
}

.wpb_wrapper a {
  font-size: 20px;
  margin: 22px 0;
  font-weight: bold;
}
.thirdBox{
  position: relative;
}
.thirdBox .mySwiper{
  margin: 10px;
}
.thirdBox .mySwiper .swiperImg {
  width: 100%;
  overflow: hidden;
}
.productNeiBoxLeft .swiperImg img,
.thirdBox .mySwiper .swiperImg img {
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.productNeiBoxLeft .swiper-button-next:after,
.productNeiBoxLeft .swiper-button-prev:after{
background-image: url(../images/ppo.png);
  width: 22px;
  height: 35px;
      content: '';
}
.productNeiBoxLeft .swiper-button-next:after{
  
    transform: rotate(180deg);
}
.productNeiBoxLeft .swiper-pagination-bullet-active{
  background: rgba(0,0,0,1)!important;
}
.productNeiBoxLeft .swiper-pagination-bullet{
width: 11px;
height: 11px;
background: rgba(0,0,0,.5);
opacity: 1;
}
.productNeiBoxLeft .swiper-pagination{
  bottom: -16px!important;
}
.thirdBox .mySwiper .swiper-slide p {
  font-size: 16px;
  color: #444;
  text-align: center;
  margin: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.thirdBox .swiper-button-prev{
  left: 0;
}
.thirdBox .swiper-button-next{
  right: 0;
}
.thhag h2{
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
}
.thirdBox .mySwiper .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.five .mySwiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 253px; */
}
.five .mySwiper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 79%;
}
.thirdBox .swiper-button-next,
.thirdBox .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: var(--secondary-color);
}

.thirdBox .swiper-button-prev:after,
.thirdBox .swiper-button-next:after {
  font-size: 15px;
  color: #fff;
}



.footer .footerTop {
  background-color: #f9f9f9;
}

.footerTopBox {
  display: inline;
}

.newfootercol1 {
  display: block;
  padding: 20px 10px;
  color: white;
  width: 100%;
  box-sizing: border-box;
}

.newfootercol2 {
  display: none;
  padding: 10px;
  color: white;
  width: 100%;
  box-sizing: border-box;
}

.newfootercol3 {
  display: block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.widget {
  margin: 0px;
}

.textwidget h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.newfootercol2 .user li {
  padding: 5px 0;
  list-style-type: disc;
  list-style-position: inside;
  margin: 8px;
  line-height: 20px;
  font-size: 13px;
}

/* .newfootercol2 .user li a {
  color: #fff;
} */

.newfootercol2 .textwidget h4 {
  padding: 0 10px;

}

.figure img {
  width: 50px;
}

.newfootercol1 .img1 {
  width: 150px;
  margin-bottom: 30px;
}

.newfootercol1 h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.newfootercol1 ul li {
  line-height: 20px;
  font-size: 12px;
}

.newfootercol1 ul li strong {
  font-size: 14px;
}

.newfooImg img {
  width: 130px;
  margin: 16px 0;
}

.newfooImg p {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}

.detail .input {
  margin-bottom: 20px;
  margin-right: 15px;
  width: 46.8%;
  display: inline-block;
}

.detail .input input {
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  width: 100%;
  border: 1px solid #efefef;
  padding: 8px 10px;
  border-radius: 3px;
}

.detail .input:nth-of-type(even) {
  margin-right: 0;
}

.detail textarea {
  background-color: #fff;
  display: block;
  width: 100%;
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  border-radius: 3px;
  resize: none;
  font-family: 'Lato', sans-serif;
}

.submit {
  text-align: right;
  margin-top: 20px;
}

.submit input[type=submit] {
  width: 100px;
  height: 37px;
  background-color: #fff;
  border-radius: 3px;
  color: var(--secondary-color);
  text-transform: uppercase;
  border: 1px solid #efefef;
}

.footerBottom {
  background-color: #a6ce38;
  padding: 20px 0;
}

.footerBottom a,
.footerBottom p {
  font-size: 14px;
  color: #fff;
}

.figure {
  margin-top: 40px;
}

.contectBox .contactLeft {
  width: 100%;
  margin: 40px 0;
}

.contectBox .contactRight {
  width: 100%;
  margin: 0px 0;
}

.contectBox .contactRight .contactRightBox {
  margin: 20px;
}

.contectBox .contactRight .widgettitle {
  font-size: 25px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.contectBox .contactRight ul li {
  line-height: 20px;
  padding: 5px 0;
  font-size: 13px;
  margin: 8px 0;
}

.contectBox .contactRight ul li a {
  color: #333;
  text-decoration: underline;
}

.contectBox .contactRight ul li:nth-of-type(3) a,
.contectBox .contactRight ul li:nth-of-type(4) a,
.contectBox .contactRight ul li:nth-of-type(5) a {
  color: var(--secondary-color);
}

.contectBox .contactRight ul li a:hover {
  color: var(--secondary-color);
}

.contectBox .contactRight .greenform {
  background-color: var(--secondary-color);
  padding: 20px 20px 40px 20px;
  margin-top: 70px;
}

.contectBox .contactRight .greenform h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.contectBox .contactRight .greenform p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 24px;
}

.contectBox .contactRight .greenform .slide_button {

  display: inline;
  margin: 30px 0px 30px 0px;
  border-radius: 0;

}

.contectBox .contactRight .greenform .slide_button a {
  color: var(--secondary-color);
  font-weight: 700;
  padding: 10px 25px;
  background: white;
  display: inline-block;
  text-decoration: underline;
}

.abputText p {
  font-size: 14px;
  /*margin-bottom: 24px;*/
  line-height: 20px;
}

.abputText img,
.abputText p img {
  max-width: 100%;
}

.abputText ul {
  margin-left: 20px;
}

.abputText ul li {
  list-style: disc;
  line-height: 22px;
  font-size: 14px;
}

.contactLeft h3 {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 35px;
}

.abputUlList ul li {
  width: 48%;
  margin-right: 14px;
  margin-bottom: 35px;
}

.abputUlList ul li img {
  width: 100%;
  height: 160px;
  margin-bottom: 35px;
}

.abputUlList ul li p {
  font-size: 14px;
  text-transform: capitalize;
}

.meetBox .meetBoxLeft {
  width: 100%;
  margin-bottom: 50px;
}

.meetBox .meetBoxRight {
  width: 100%;
}

.meetBox .meetBoxLeft img {
  width: 100%;
}

.meetBox .meetBoxRight h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.meetBox .meetBoxRight h2 {
  font-size: 25px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 10px;
}

.meetBox .meetBoxRight p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.meetBox .meetBoxRight ul {
  margin: 50px 0;
}

.meetBox .meetBoxRight ul li {
  float: left;
  margin-right: 30px;

}

.meetBox .meetBoxRight ul li i {
  font-size: 32px;
  color: var(--secondary-color);
}

.technical {
  margin-bottom: 50px;
}
.technical .technicalBox {
  align-items: center;
  justify-content: space-between;
}
.technicalBox .technicalBoxLeft {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
}

.technicalBox .technicalBoxLeft img {
  width: 100%;
}

.technicalBox .technicalBoxRight {
  width: 100%;
}

.technicalBox .technicalBoxRight h3 {
  color: #333;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 700;
}

.technicalBox .technicalBoxRight p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}

.technicalBox .technicalBoxRight a {
  padding: 14px 20px;
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
}

.contact {
  margin: 50px 0;
}

.contactLeft,
.contactRight {
  width: 100%;
}

.contactLbale {
  margin-bottom: 24px;
}

.contactLbale label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.contactLbale input[type=text] {
  border: 2px solid #efefef;
  padding: 7px 10px;
  width: 100%;
  box-sizing: border-box;
}

.contactLbale textarea {
  border: 2px solid #efefef;
  padding: 7px 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  resize: none;
}

.contactLbale input[type=text]:focus,
.contactLbale textarea:focus {
  outline: none;
  border: 2px solid #c3c0ab;
}

.contactLbale input[type=submit] {
  padding: 14px 20px;
  background-color: var(--secondary-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

.contact h2 {
  font-size: 25px;
  margin: 10px 0;
  color: var(--secondary-color);
  line-height: 1.3;
  font-family: 'Lato-Bold';
}
.contact .contactRight p{
  margin-bottom: 24px;
}
.contact .contactRight ul {
  margin-left: 50px;
  margin-bottom: 20px;
}

.contact .contactRight ul li {
  list-style: disc;
  line-height: 2;
}

.contact .contactRight ul li a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.news {
  padding: 50px 0;
}

.news .newsBox {
  width: 100%;
  float: left;
}

.news .newsBox .padding {
  margin: 5px;
  position: relative;
}

.girgtop {
  position: relative;
}

.girgtop .girBg {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.news a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.girgBottom {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3)
}

.girgtop .girBg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mini {
  position: static;
  padding: inherit;
  margin: 0;
}

.vc_git_middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.news .newsBox .padding:hover .girgBottom {
  opacity: 1;
}

.vc_git_middle span {
  color: #e5e5e5;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}

.vc_git_middle h3 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

.productFirst {
  margin:80px 0 50px 0;
}

.productFirst ul li {
  width: 100%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.productFirst ul li .produTitText {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
}

.productFirst ul li .produTitText span {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background-color: #ebebeb;
}

.productFirst ul li .produTitText h4 {
  flex: 0 1 auto;
  font-size: 16px;
  padding: 0 10px;
  color: var(--secondary-color);
  font-weight: 600;
}
.proH2 h2{
  color: var(--secondary-color);
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
}
.produTitImg {
  text-align: center;
}

.produTitImg img {
  width: 247px;
  height: 247px;
  border-radius: 100%;
  margin: 35px auto;
}

.productNei ul {
  display: flex;
  flex-wrap: wrap;
}

.productNei ul li {
  width: 100%;
  display: inline-table;
  flex-shrink: 0;
}

.productNei ul li .padding {
  margin: 10px;
  background-color: #f9f9f9;
}

.productNei ul li a:hover {
  text-decoration: none;
}

.productNei ul li img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
}

.productNei ul li h2 {
  color: #333;
  font-size: 17px;
  margin-bottom: 20px;
  font-family: 'Lato-Light';
}

.productNei ul li p {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 20px;
}

.proMore {
  padding: 8px 12px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}

.productNeiBottom {
  padding: 20px;
}

.proMore:hover {
  background-color: #fff;
  color: var(--secondary-color);
}

.titille {
  font-size: 25px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.productNeiBox .productNeiBoxLeft,
.productNeiBox .productNeiBoxRight {
  width: 100%;
  position: relative;
}
.productNeiBoxRight .abputText p{
  font-size: 13px;
}
.productNeiBox .bread {
  padding: 40px 0;
}

.productNeiBox .bread a {
  font-size: 14px;
}

.productNeiBoxLeftImg img {
  max-width: 100%;
}

.downloadText {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  height: 80px;
  box-sizing: border-box;
  align-items: center;
  margin-top: 30px;
}

.downloadText img {
  width: 52px;
  margin-right: 15px;
}

.downloadText .downloadRight a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.downListText{
  background-color: var(--secondary-color);
  padding:8px 60px 8px 15px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 30px 0;
  cursor: pointer;
}

/* 弹框 */
.shawerBox{
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 888;
  top: 0;
}
.shawerBoxList{
  border: 1px solid #8d8d8d;
  background-color: #f9f9f9;
  padding: 20px 26px;
  width: 500px;
  height: 760px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shawerBoxList h2{
  font-size: 28px;
  margin-bottom: 10px;
}
.clickShow{
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--secondary-color);
  text-transform: uppercase;
  
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
.clickShow:hover{
  text-decoration: underline;
}
.shawerBox{
  display: none;
}
.shawerBox.passwordShow{
  display: block;
}

.productNeiBox p img{max-width:100%}