
:root {
  --base-color: #389344;
}
.gxs-cate {
padding-top: 95px;
}
.gxs-cate .ui.container {
text-align: left;
}
.gxs-cate .ui.container h3 {
color: var(--base-color);
font-weight: 400;
margin: 15px 0;
}
.gxs-cate .ui.container p,
.gxs-cate .ui.container .textile {
max-width: 680px;
text-align: left;
line-height: 2;
margin-bottom: 45px;
color: var(--base-color1);
}
.gxs-cate .ui.container .textile h1{
display: inline;
}
.gxs-cate .ui.container .mainbox .top ul.catelist {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li {
width: 100%;
max-width: 250px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #ececec;
margin-right: 5px;
border-radius: 5px 5px 0 0 ;
height: 75px;
font-weight: 700;
color: var(--base-color);
cursor: pointer;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li i {
display: inline-block;
position: relative;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li i img:nth-child(1) {
opacity: 1;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li i img:nth-child(2) {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.gxs-cate .ui.container .mainbox .top ul.catelist li.active {
background: var(--base-color);
color: #fff;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li.active i img:nth-child(1) {
opacity: 0;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li.active i img:nth-child(2) {
opacity: 1;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li:last-child {
margin-right: 0;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li i {
min-width: 30px;
margin-right: 10px;
}
.gxs-cate .ui.container .mainbox .bottom{
overflow: hidden;
min-height:270px;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li {
position: relative;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox img{
width: 100%;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox img.imgs2{
display: none;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox{
overflow: hidden;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li .text {
position: absolute;
width: 80%;
display: inline-block;
text-align: left;
color: #fff;
left: 0;
bottom: 40px;
padding-left: 40px;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li .text h4 {
font-weight: 700;
}
.gxs-cate .ui.container .mainbox .bottom ul.catelist li .text p {
line-height: 2;
opacity: 0.8;
margin-top: 15px;
margin-bottom: 20px;
color: #fff;
}
.gxs-product {
padding-top: 70px;
width: 100%;
overflow: hidden;
padding-bottom: 120px;
}
.gxs-product .productbox {
position: relative;
width: 100%;
left: 175px;
}
.gxs-product .productbox span.btn{
width: 50px;
height: 50px;
border-radius: 100%;
position: absolute;
z-index: 3;
top: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background: #000;
font-size: 24px;
transition: 0.3s all;
opacity: 0.3;
cursor: pointer;
}
.gxs-product .productbox span.btn:hover{
opacity: 1;
transition: 0.3s all;
background: #0075c1;
}
.gxs-product .productbox span.btn.slick-prev{
left: -8%;

}
.gxs-product .productbox span.btn.slick-next{
right: 10%;

}
.gxs-product .productbox .swiper .swiper-scrollbar {
width: 100%;
height: 5px;
background: #e1e1e1;
position: relative!important;
left: 0;
margin-top: 25px;
margin-bottom: 55px;
}
.gxs-product .productbox .swiper .swiper-scrollbar .swiper-scrollbar-drag {
background: var(--base-color) !important;
}
.gxs-product .productbox span.tag {
margin-bottom: 40px;
}
.gxs-product .productbox ul {
margin: 0 -15px;
}
.gxs-product .productbox ul li {
padding: 15px;
}
.gxs-product .productbox ul li .item {
border-radius: 15px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
overflow: hidden;
padding: 20px;
}
.gxs-product .productbox ul li .item .text {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: flex-end;
}
.gxs-product .productbox ul li .item .text .left {
display: inline-block;
}
.gxs-product .productbox ul li .item .text .left h4 {
display: inline-block;
font-weight: 700;
color: var(--base-color);
min-height: 81px;
}
.gxs-product .productbox ul li .item .text .left p {
color: var(--base-color);
}
.gxs-product .productbox ul li .item .text a {
width: 30px;
height: 30px;
min-width: 28px;
border-radius: 100%;
/*border: 1px solid var(--base-color);*/
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.gxs-product .productbox ul li .item .text a i {
font-size: 18px;
color: var(--base-color);
}
.gxs-product .productbox ul li .item:hover .text a {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
opacity: 1;
}
.gxs-about .top {
height: 100vh;
width: 100%;
background: url(../images/index-about.jpg) center center no-repeat;
background-size: cover;
position: relative;
}
.gxs-about .top .content {
width: 100%;
top: 35%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
}
.gxs-about .top .content .ui.container {
text-align: left;
}
.gxs-about .top .content .ui.container p {
line-height: 1.6;
color: #fff;
text-transform: uppercase;
max-width: 1000px;
margin-top: 30px;
margin-bottom: 70px;
}
.gxs-about .top .btmarea {
width: 100%;
display: block;
position: absolute;
bottom: 0;
left: 0;
z-index: 9;
}
.gxs-about .top .btmarea:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
background: var(--base-color);
z-index: -1;
max-width: 1684px;
}
.gxs-about .top .btmarea .ui.container {
text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

}
.gxs-about .top .btmarea .ui.container .textbox {
width: 100%;
/*margin-right: 5%;*/
height:300px;
padding: 0 30px;
padding-top: 60px;
color: #fff;
max-width: 520px;
margin-left: -30px;
padding-right: 80px;
}
.gxs-about .top .btmarea .ui.container .textbox h5 {
font-weight: 700;
}
.gxs-about .top .btmarea .ui.container .textbox p {
line-height: 2;
font-weight: 400;
margin-top: 15px;
}
.gxs-about .btm {
background: #fff;
}
.gxs-about .btm ul.datalist {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -100px;
}
.gxs-about .btm ul.datalist li {
display: inline-block;
padding: 90px 20px;
text-align: center;
color: #222;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.gxs-about .btm ul.datalist li:hover {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
color: var(--base-color);
}
.gxs-about .btm ul.datalist li p {
line-height: 1.8;
margin-bottom: 15px;
}
.gxs-about .btm ul.datalist li span {
font-weight: "gt";
font-weight: 700;
line-height: 1.5;
}
.gxs-app {
background: #eeeeee;
padding-top: 120px;
padding-bottom: 50px;
}
.gxs-app .top {
margin-bottom: 60px;
}
.gxs-app .top .btm {
padding-top: 45px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #999;
margin-top: 30px;
}
.gxs-app .top .btm h5 {
max-width: 760px;
width: 50%;
text-transform: uppercase;
}
.gxs-app .top .btm p {
max-width: 650px;
width: 45%;
}
.gxs-app .main .credit {
position: absolute;
bottom: 20px;
left: 20px;
color: inherit;
}
.options {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
overflow: hidden;
min-width: 600px;
width: 100%;
height: max-content;
}
.options .option {
position: relative;
overflow: hidden;
min-width: 60px;
margin:0 10px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
-webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
-moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
width: -webkit-calc(10% - 20px);
width: -moz-calc(10% - 20px);
width: calc(10% - 20px);
margin-left: 15px;
}
.options .option a{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
}
.options .option.active {
width: 65%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
max-width: 1060px;
margin: 0px;
border-radius: 40px;
background-size: auto 100%;
}
.options .option.active .label {
bottom: 75px;
left: 30px;
}
.options .option.active .label .info > div {
left: 0px;
opacity: 1;
}
.options .option:not(.active) {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border-radius: 30px;
}
.options .option:not(.active) .shadow {
bottom: 0px;
-webkit-box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.options .option:not(.active) .label {
bottom: 75px;
left: 25px;
}
.options .option:not(.active) .label .info > div {
left: 20px;
opacity: 0;
}
.options .option .label {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: 0px;
height: 40px;
-webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
-moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
bottom: 75px;
}
.options .option .label .icon {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: 95px;
max-width: 95px;
height: 95px;
border-radius: 100%;
background-color: white;
color: var(--defaultBackground);
}
.options .option .label .info {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: 10px;
color: white;
white-space: normal;
}
.options .option .label .info > div {
position: relative;
-webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
-moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.options .option .label .info .main {
font-weight: bold;
font-size: 36px;
line-height: 1.6;
}
.options .option .label .info .sub {
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
font-size: 16px;
line-height: 2;
width: 80%;
}
.gxs-news {
padding: 100px 0;
background: #EEE;
}
.gxs-news .ui.container .newsbox {
border-top: 1px solid var(--base-color);
padding-top: 50px;
margin-top: 20px;

}
.gxs-news .ui.container .newsbox ul.newslist {
margin: 0 -30px;
}
.gxs-news .ui.container .newsbox ul.newslist li {
padding: 0 30px;
}
.gxs-news .ui.container .newsbox ul.newslist li .item {
text-align: left;
}
.gxs-news .ui.container .newsbox ul.newslist li .item .time {
font-size: 14px;
line-height: 2;
font-weight: 400;
color: var(--base-color);
}
.gxs-news .ui.container .newsbox ul.newslist li .item h5 {
font-weight: 400;
line-height: 1.6;
margin: 15px 0;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.gxs-news .ui.container .newsbox ul.newslist li .item h5 a {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
}
.gxs-news .ui.container .newsbox ul.newslist li .item h5 a:hover {
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
transition: 0.3s all;
color: var(--base-color);
}
.gxs-news .ui.container .newsbox ul.newslist li .item p {
font-weight: 400;
line-height: 2;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
@media screen and (max-width: 1800px) {
.gxs-product .productbox{
left: 50px;
}
.gxs-product .productbox span.btn.slick-prev {
left: 0;
}
.gxs-product .productbox span.btn.slick-next {
right: 6%;
}
}

@media screen and (max-width: 1600px) {
#footer .footer-bottom .ui.container {
    width: 95%;
}
.gxs-about .top .btmarea:before {
    width: 100%;
}
.gxs-about .top .btmarea .ui.container {
    margin: 0 auto;
    padding-top:40px; 
}
.gxs-about .top .btmarea .ui.container .textbox {
    padding: 20px 30px;
}
.font-32 {
    font-size: 26px;
}
.font-24 {
    font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu>li{
    margin-right: 20px;
}
.gxs-product .productbox{
    left: 3%;
}
.gxs-about .btm ul.datalist{
    margin: 0 0;
}
.gxs-about .top .btmarea{
    position: relative;
    margin-top: 20px;
}
.gxs-about .top .content{
    position: relative;
    top: 20px!important;
    transform: translateY(0);
    padding: 20px 0;
}
.gxs-about .top{
    height: auto;
}
.gxs-about .top .content .ui.container p{
    margin: 20px 0;
}
}
@media screen and (max-width: 1400px) {
    .font-60 {
      font-size: 50px;
    }
    .font-32 {
      font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .options .option .label .icon {
      height: 60px;
      width: 60px;
      min-width: 60px;
      min-height: 60px;
    }
    .options .option .label .icon img {
      width: 36px;
    }
    .options .option:not(.active) .label {
      bottom: 36px;
      left: 10px;
    }
    .font-60 {
      font-size: 36px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
    .options {
      height: 550px;
    }
    .options .option:not(.active) .label {
      left: 5px;
    }
    .font-18 {
      font-size: 14px;
      line-height: 2!important;
    }
    .gxs-about .btm ul.datalist li {
      padding: 45px 10px;
    }
    .font-56 {
      font-size: 45px;
    }
    .gxs-product .productbox {
      left: 20px;
    }
  }

  @media screen and (max-width: 800px) {
    .mb-nav {
      display: none;
    }
    .font-56 {
      font-size: 24px;
    }
    .font-24 {
      font-size: 16px;
    }
    .font-48 {
      font-size: 36px;
    }
    a.more {
      height: 35px;
      line-height: 42px;
      font-size: 14px;
    }
    .gxs-cate .ui.container .mainbox .top ul.catelist {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .gxs-cate .ui.container .mainbox .top ul.catelist li{
      width: 45%;
      max-width: none;
    }
    .gxs-cate .ui.container .mainbox .bottom ul.catelist li .text p{
      max-height: 60px;
      overflow-y: scroll;
    }
    .gxs-about .top{
      height: auto;
    }
    .gxs-about .top .content{
      position: relative;
      padding: 40px 0;
      top: 0;
      transform: none;
    }
    .gxs-about .top .btmarea{
      position: relative;
    }
    .gxs-about .top .btmarea .ui.container .textbox{
      height: auto;
      max-width: none;
    }
  }
  .gxs-cate .ui.container .mainbox .bottom{
    position: relative;
  }
  .gxs-cate .ui.container .mainbox .bottom .btn{
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 7;
    opacity: 0;
  }
  .gxs-cate .ui.container .mainbox .bottom .btn.slick-prev{
    left: 0px;
  }
  .gxs-cate .ui.container .mainbox .bottom .btn.slick-next{
    right: 0px;
  }

  @media screen and (max-width: 750px) {
  .gxs-about .top .content .ui.container p{
    font-size: 18px;
      line-height: 1.8;
  }
    .gxs-cate {
      padding-top: 60px;
    }
    .font-48 {
      font-size: 20px;
    }
  .gxs-cate .ui.container .mainbox .bottom .btn{
    opacity: 1;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .text p{
    display: none;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .text h4{
    margin-bottom: 15px;
  }
    .gxs-cate .ui.container .mainbox .top ul.catelist li {
      width: 100%;
      margin-right: 5px!important;
      display: flex!important;
      
    }
    .gxs-cate .ui.container .mainbox .top ul.catelist{
      margin: 0 -5px;
    }
    .gxs-cate .ui.container .mainbox .top ul.catelist .slick-current li {
      background: var(--base-color);
      color: #fff;
  }
  .gxs-cate .ui.container .mainbox .top ul.catelist .slick-current li i img:nth-child(1) {
      opacity: 0;
  }
  .gxs-cate .ui.container .mainbox .top ul.catelist .slick-current li i img:nth-child(2) {
      opacity: 1;
  }
    .gxs-cate .ui.container .mainbox .top ul.catelist .slick-slide{
      padding:0 5px;
    }
    
    .gxs-about .btm ul.datalist li {
      padding: 10px 10px;
    }
    .font-16 {
      font-size: 14px;
    }
    .gxs-news {
      padding: 20px 0;
    }
  .gxs-cate .ui.container{
    text-align: center;
  }
  .gxs-cate .ui.container p,
  .gxs-cate .ui.container .textile{
    text-align: center;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li{
    display: block;
  }
  .gxs-cate .ui.container .mainbox .bottom{
    min-height: 110px;
  }
  .gxs-app .top .btm p{
    display: none;
  }
  .gxs-app .top .btm h5{
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }
  .gxs-app .navbox{
    display: block;
    margin-bottom: 20px;
  }
  .gxs-app .navbox ul{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gxs-app .navbox ul li{
    width: 12.7rem;
    height: 12.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 10px;
    border-radius: 100%;
  }
  .options{
    height: 76rem;
  }
  .options{
    min-width:100%!important;
  }
  .options .option{
    display: none;
  }
  .options .option.active{
    display: block;
    width: 100%;
    position: relative;
    background: #fff!important;
  }
  .options .option.active a.shoujiban{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
  }
  .options .option.active .label{
    display: none;
  }
  .gxs-app{
    padding-top:10rem;
    padding-bottom:10rem; 
    text-align: center;
  }
  .gxs-about .top .btmarea .ui.container{
    padding-bottom: 40px;
    padding-left: 15px;
    display: none!important;
  }
  .gxs-about .btm ul.datalist li p{
    font-size: 24px;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox{
    width: 100%;
    height:auto;
  
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox img.imgs1{
  display: none;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .imgbox img.imgs2{
   display: block;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .text h4{
    font-size: 3.6rem;
  }
  .gxs-product .productbox{
    text-align: center;
  }
  .gxs-product .productbox span.tag{
    margin-left: -35px;
  }
  .gxs-about .btm ul.datalist li{
    width: 100%;
    margin-bottom: 13rem;
  }
  .gxs-about .btm{
    padding: 40px 0;
  }
  .gxs-about .btm ul.datalist li span{
    font-size: 10rem;
  }
  .gxs-news .ui.container .newsbox ul.newslist li{
    padding-bottom: 8rem;
  }
  .gxs-news .ui.container .newsbox ul.newslist li .item h5{
    font-size: 20px;
  }
  }

  @media screen and (max-width: 500px) {
    body,
  html {
    font-size: 6.6px;
  }
    .font-48 {
      font-size: 24px!important;
  }
  .gxs-cate .ui.container .mainbox .bottom ul.catelist li .text a.more{
    display: none;
  }
  .gxs-product .productbox .swiper .swiper-scrollbar{
    display: none!important;
  }
  .font-56 {
      font-size: 20px;
      line-height: 1.8;
  }
  .gxs-product{
    padding-bottom: 20px;
  }
  .gxs-about .top .content .ui.container{
    padding:0 15px;
  }
  }
  @media screen and (max-width: 450px) {
      body,
  html {
    font-size: 4.5px;
  }
  }
  @media screen and (max-width: 450px) {
      body,
  html {
    font-size: 4px;
  }
  }
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }

  /* -------- */
  .play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  #pups_from {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 22;
    background: white;
    padding: 30px;
    overflow: auto;
  }
  #pups_from h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #pups_from form {
    margin-top: 40px;
  }
  #pups_from i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #pups_from i.close:after,
  #pups_from i.close:before {
    content: "";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #pups_from i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #pups_from i.close:hover {
    background: var(--base-color);
  }
  #pups_from i.close:hover:after,
  #pups_from i.close:hover:before {
    background: white;
  }
  #pups_from form ul li {
    margin-bottom: 10px;
    position: relative;
  }
  #pups_from form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }
  #pups_from form ul li label em {
    color: red;
    margin-right: 2px;
  }
  #pups_from form ul li input,
  #pups_from form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
  }
  #pups_from form ul li input:focus,
  #pups_from form ul li textarea:focus {
    border-color: var(--base-color);
  }
  #pups_from form ul li textarea {
    height: 80px;
  }
  #pups_from form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--base-color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #pups_from form ul li input[type="submit"]:hover {
    opacity: 0.7;
  }
  #pups_from form ul li:last-child {
    margin-bottom: 0;
  }
  #Pop_UpsBtn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--base-color);
    color: white;
    right: 2%;
    bottom: 5%;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #Pop_UpsBtn:hover {
    background: #889aff;
  }
  #pups_from i.close:after,
  #pups_from i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #pups_from i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #pups_from i.close:hover {
    background: var(--base-color);
  }
  #pups_from i.close:hover:after,
  #pups_from i.close:hover:before {
    background: white;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--base-color) !important;
  }
  .backtop {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--base-color);
    color: #fff;
    right: 2%;
    bottom: 120px;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 999;
  }
  .backtop:hover {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background: #000;
  }
  #Pop_UpsBtn {
    z-index: 999;
  }
  .mb-nav {
    position: relative;
    padding: 20px;
    display: none;
  }
  .mb-nav h5 {
    font-size: 24px;
    font-weight: bold;
    background: #7bc21f;
    color: #222;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav h5:hover {
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 99;
    background: #fff;
    display: none;
  }
  .mb-nav .catebox i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 9999;
    font-size: 20px;
    padding: 20px;
  }
  .mb-nav .catebox i:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #7bc21f;
  }
  .mb-nav .catebox ul.catelist > li {
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu {
    width: 100%;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu li li {
    padding-left: 20px;
    margin: 5px;
    font-size: 14px;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li li a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox ul.catelist > li li a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #7bc21f;
  }
  img[src=""],
  img:not([src]) {
    opacity: 0;
  }
  .seo_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #seo_about ._box {
    margin: -15px;
  }
  #seo_about ._left,
  #seo_about ._right {
    padding: 15px;
  }
  #honor_list ul {
    margin: -15px;
  }
  #honor_list ul li {
    padding: 15px;
  }
  #news_list ul {
    margin: -15px;
  }
  #news_list ul li {
    padding: 15px;
  }
  #news_list ._time span {
    display: inline-block;
    padding: 5px;
  }
  #news_list ._time span._cate {
    color: #FFFFFF;
    background-color: #000000;
  }
  #news_list ._time span._date {
    background-color: #CCCCCC;
  }
  #news_list ._table {
    padding: 20px;
    border: 2px solid #CCCCCC;
  }
  /* --------- */



span.tag {
  color: var(--base-color);
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8;
}
.inner-banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 280px;
  left: 0;
}
.inner-banner .content .ui.container {
  color: #fff;
}
.inner-banner .content .ui.container h2 {
  text-transform: uppercase;
  font-weight: bold;
   font-family: 'FelixTitlingMT';
}
.mbx {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.mbx.about {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 20px;
}
.mbx a,
.mbx span {
  margin: 0 10px;
}
.mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.about-page .about-1 {
  padding: 135px 0;
  background: url(../images/about-1-rightjpg.jpg) center right no-repeat;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  padding-right: 150px;
}
.about-page .about-1 .ui.container .left h3 {
  line-height: 1.64285714;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.about-page .about-1 .ui.container .left .content p {
  line-height: 2;
}
.about-page .about-2 {
  padding: 40px;
}
.about-page .about-2 .ui.container {
  text-align: left;
}
.about-page .about-2 .ui.container .culturebox {
  background: url(../images/about-2-bj.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.about-page .about-2 .ui.container .culturebox ul li .item {
  height: 600px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 200px;
  z-index: 3;
  
}
 .about-page .about-2 .ui.container .culturebox ul li .item:before{
    content:"";
    background: var(--base-color);
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
  transition: .3s all;
z-index: -1;
  }
   .about-page .about-2 .ui.container .culturebox ul li .item:hover:before{
     transition: 0.3s all;
     top: 0;
     
   }
.about-page .about-2 .ui.container .culturebox ul li .item h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.about-page .about-3 {
  padding: 150px 0;
}
.about-page .about-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .ui.container .left {
  padding-left: 65px;
}
.about-page .about-3 .ui.container .left .yearbox {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.about-page .about-3 .ui.container .left .yearbox svg {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  z-index: 999;
  /*border: 2px solid #eee;*/
  border-radius: 100%;
}
.about-page .about-3 .ui.container .left .yearbox svg path {
  fill: none;
  stroke: var(--base-color);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  stroke-dasharray: 0,800;
  stroke-dashoffset: 0;
}
.about-page .about-3 .ui.container .left .yearbox ul li {
  height: 250px;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4 {
  line-height: 300px;
  color: #f8f8f9;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4 {
  color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .right {
  text-align: right;
}
.about-page .about-3 .ui.container .right ul {
  max-width: 500px;
  margin-left: auto;
  margin-right: 80px;
}
.about-page .about-3 .ui.container .right ul li {
  text-align: left;
  padding-bottom: 65px;
  padding-top: 30px;
}
.about-page .about-3 .ui.container .right ul li span {
  color: #aaa;
}
.about-page .about-3 .ui.container .right ul li h5 {
  margin-top: 20px;
}
.about-page .about-4 {
  height: 750px;
  position: relative;
  background: url(../images/about-4-bj.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 500px;
}
.about-page .about-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about-page .about-4 .ui.container {
  text-align: center;
}
.about-page .about-4 .ui.container p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-page .about-5 {
  padding: 160px 0;
  text-align: center;
}
.about-page .about-5 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
.about-page .about-5 .samplelist li {
  padding: 0 35px;
}
.app-page {
  padding-top: 180px;
  padding-bottom: 140px;
}
.app-page .app-1 .appmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.app-page .app-1 .appmain .right .text {
  margin-left: 55px;
}
.app-page .app-1 .appmain .text {
  max-width: 650px;
  text-align: left;
}
.app-page .app-1 .appmain .text h6 {
  text-transform: uppercase;
}
.app-page .app-1 .appmain .text .content {
  margin-top: 25px;
  margin-bottom: 45px;
}
.app-page .app-1 .appmain .text p {
  line-height: 2;
}
.sus-page .sus-banner{
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  background: var(--base-color);
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-3 .top .left {
  text-align: right;
}
.sus-page .sus-3 .top .left h5 {
  color: var(--base-color);
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 150px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .left h6 {
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
  line-height: 2;
  margin-bottom: 65px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.manu-page {
  padding-top: 180px;
}
.manu-page .manu-1 {
  padding: 60px 0;
}
.manu-page .manu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.manu-page .manu-1 .ui.container .left {
  padding-right: 55px;
}
.manu-page .manu-1 .ui.container .right {
  padding-left: 40px;
}
.manu-page .manu-3 {
  padding: 100px 0;
}
.manu-page .manu-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manu-page .manu-3 .ui.container.bottom {
  margin-top: 60px;
}
.manu-page .manu-3 .ui.container .left {
  width: 55%;
  text-align: right;
}
.manu-page .manu-3 .ui.container .left .imgbox {
  display: inline-block;
  position: relative;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
  display: inline-block;
  position: absolute;
  width: 290px;
  height: 92px;
  text-align: left;
  color: #fff;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text p {
  position: absolute;
  width: 80%;
  max-width: 200px;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text1 {
  top: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text2 {
  bottom: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox ul {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li {
  text-align: center;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li span {
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #0080d3;
  margin: 0 auto;
}
.manu-page .manu-3 .ui.container .right {
  width: 40%;
}
.manu-page .manu-3 .ui.container .right p {
  line-height: 2;
  margin: 15px 0;
}
.manu-page .manu-4 {
  padding-top: 40px;
  padding-bottom: 160px;
}
.manu-page .manu-4 .top .ui.container {
  text-align: left;
}
.manu-page .manu-4 .top .ui.container .main {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 55px;
  border-top: 1px solid #aaa;
}
.manu-page .manu-4 .top .ui.container .main .left {
  padding-right: 90px;
}
.manu-page .manu-4 .top .ui.container .main .right {
  padding-left: 35px;
}
.manu-page .manu-4 .bottom {
  margin-top: 100px;
}
.manu-page .manu-4 .bottom .ui.container {
  max-width: 1760px;
  padding: 0;
  margin-left: 0;
  margin-right: auto;
}
.manu-page .manu-4 .bottom ul.factorylist {
  margin: 0 -16px;
}
.manu-page .manu-4 .bottom ul.factorylist li {
  padding: 16px;
}
.strength-page .stren-1 {
  padding-top: 70px;
  padding-bottom: 160px;
}
.strength-page .stren-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .stren-1 .ui.container .right {
  padding-left: 90px;
  padding-right: 0;
}
.strength-page .stren-1 .ui.container .right h5 {
  line-height: 1.6;
  color: #389344;
  font-family: 'FelixTitlingMT';
}
.strength-page .stren-1 .ui.container .right p {
  line-height: 2;
  margin-top: 30px;
}
.strength-page .stren-1 .ui.container .right .top {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
}
.strength-page .stren-1 .ui.container .right .top:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.strength-page .stren-1 .ui.container .right .bottom {
  margin-top: 60px;
}
.strength-page .stren-2 {
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
}
.strength-page .stren-2:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 675px;
  background: #054370;
}
.strength-page .stren-2 .ui.container {
  text-align: center;
}
.strength-page .stren-2 .ui.container h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist {
  margin: 0 -25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li {
  padding: 25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .img-box {
  border-radius: 35px 35px 0 0 ;
  overflow: hidden;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text {
  height: 360px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 35px 35px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 0 45px;
  padding-top: 40px;
  text-align: left;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  height: 47px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text p {
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.strength-page .stren-3 {
  padding: 90px 0;
  background: #f9f9f9;
}
.strength-page .stren-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .stren-3 .ui.container .left {
  width: 38%;
  padding-right: 0%;
}
.strength-page .stren-3 .ui.container .left h3 {
  text-transform: uppercase;
  /*color: #000;*/
  margin: 25px 0;
  /*font-weight: bold;*/
  color: #389344;
  font-family: 'FelixTitlingMT';
}
.strength-page .stren-3 .ui.container .left p {
  line-height: 2;
}
.strength-page .stren-3 .ui.container .center {
  width: 30%;
}
.strength-page .stren-3 .ui.container .right {
  width: 25%;
}
.strength-page .stren-3 .ui.container .right ul.namelist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li:last-child {
  margin-bottom: 0;
}
.strength-page .stren-3 .ui.container .right ul.namelist li span {
  font-size: 18px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li i {
  width: 0px;
  height: 1px;
  margin: 0 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.strength-page .stren-3 .ui.container .right ul.namelist li p {
  /*text-transform: uppercase;*/
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active i {
  width: 65px;
  margin: 0 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-1 {
  padding-top: 197px;
  background: var(--base-color);
}
.product-page .product-1 .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px 30px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.product-page .product-1 .ui.container .main .left {
  padding: 0 45px;
  text-align: left;
  width: 35%;
}
.product-page .product-1 .ui.container .main .left h4 {
  font-weight: 700;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .product-1 .ui.container .main .left p {
  margin-top: 25px;
}
.product-page .product-2 {
  padding: 130px 0;
  background: #f5f5f5;
}
.product-page .product-2 .ui.container .sidebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-page .product-2 .ui.container .sidebox .side-left {
  width: 315px;
}
.product-page .product-2 .ui.container .sidebox .side-left h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form {
  position: relative;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"] {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-style: italic;
  color: #000;
  background: transparent;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/product-search-icon.png) center center no-repeat;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox {
  margin-top: 60px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist > li {
  background: #fff;
  position: relative;
  border-bottom: none!important;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li {
  position: relative;
  width: 100%;
  padding: 0 0;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li a {
  padding-left: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li i {
  font-size: 16px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  right: 0;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li ul.sub-menu {
  display: none;
}
.product-page .product-2 .ui.container .sidebox .side-right {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist {
  margin: 0 -15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li {
  padding: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left {
  display: inline-block;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left h4 {
  display: inline-block;
  font-weight: 700;
  color: var(--base-color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left p {
  color: var(--base-color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--base-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a i {
  font-size: 18px;
  color: var(--base-color);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item:hover .text a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.complete-page {
  padding-top: 210px;
}
.complete-page .complete1 {
  padding: 45px 0;
  z-index: 88;
  position: relative;
}
.complete-page .complete1 .ui.ui.container {
  max-width: 1210px;
  text-align: center;
}
.complete-page .complete1 .ui.ui.container h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.complete-page .complete1 .ui.ui.container p {
  max-width: 990px;
  margin: 0 auto;
}
.complete-page .complete1 .ui.ui.container .imgbox {
  margin-top: 30px;
}
.complete-page .complete2 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.complete-page .complete2 .ui.container .top .main {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.complete-page .complete2 .ui.container .top .main h4 {
  width: 48%;
  max-width: 700px;
  line-height: 1.6;
}
.complete-page .complete2 .ui.container .top .main p {
  width: 45%;
  max-width: 715px;
  line-height: 2;
}
.complete-page .complete2 .ui.container .bottom {
  width: 100%;
  overflow: hidden;
  padding: 0 200px;
  margin-top: 90px;
}
.complete-page .complete2 .ui.container .bottom ul {
  width: 80%;
}
.complete-page .complete2 .ui.container .bottom .honorbox {
  padding-bottom: 130px;
  background: url(../images/complete-honor-bj.png) bottom center no-repeat;
  background-size: 98%;
}
.complete-page .complete3,
.complete-page .complete4 {
  padding-bottom: 80px;
  z-index: 88;
  position: relative;
}
.complete-page .complete3 .newsbox,
.complete-page .complete4 .content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
.complete-page .complete4 .content{
  font-size: 16px;
  line-height: 2;
}
.complete-page .complete4 .content h4{
  color: #0075c1;
    font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
}
.complete-page .complete3 .newsbox ul.newslist {
  margin: 0 -30px;
}
.complete-page .complete3 .newsbox ul.newslist li {
  padding: 0 30px;
  text-align: left;
}
.complete-page .complete3 .newsbox ul.newslist li .item .time {
  font-size: 14px;
  lighting-color: 2;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 {
  margin: 20px 0;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.complete-page .complete4:before {
  content: "";
  width: 90%;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.complete-page .complete4 h3 {
  margin-bottom: 130px;
  font-weight: bold;
  color: #fff;
}
.complete-page .complete4 p {
  max-width: 630px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
}
.prodet-page{
  padding-top: 180px;
}
.prodet-page .prodet-1 {
  padding-top: 50px;
  padding-bottom: 150px;
}
.prodet-page .prodet-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left ul.biglist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist {
  margin: 0 -15px;
  margin-top: 0px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li {
  padding: 15px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 55%;
}
.prodet-page .prodet-1 .ui.container .right h1 {
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
}
.prodet-page .prodet-1 .ui.container .right .box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right .box td,
.prodet-page .prodet-1 .ui.container .right .box th{
  border: none!important;
}
.prodet-page .prodet-1 .ui.container .right .box table tr:nth-child(even){
  background: none;
}
.prodet-page .prodet-1 .ui.container .right .box .top{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.prodet-page .prodet-1 .ui.container .right .box .top em{
  font-weight: bold;
}
.prodet-page .prodet-1 .ui.container .right .box i{
  font-size: 20px;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content{
  
  margin-top: 45px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .list{
  margin-bottom: 30px;
}
 
.prodet-page .prodet-1 .ui.container .right .box .content .title{
  margin-right: 20px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd{
  padding: 0 0px;
  text-align: center;
  border: 1px solid #eee;
  
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .item{
  margin-right: 5px;
  text-align: center;
  padding: 20px 0;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd span{
  margin-top: 10px;

}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd{
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #eee;
  margin-right: 20px;
  margin-top: 20px;
  width: auto!important;
}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box 
.prodet-page .prodet-1 .ui.container .right .text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .cnashu {
  color: #8F8F8F!important;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table {
  border: none;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table td,
.prodet-page .prodet-1 .ui.container .right .cnashu table th {
  border: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p {
  width: 100%;
  font-size: 16px;
  color: #8F8F8F;
  line-height: 1.5;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p em {
  font-weight: bold;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li {
  margin-right: 30px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li a {
  width: 45px;
  height: 45px;
  display: block;
}
.prodet-page .prodet-1 .ui.container .right .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .ui.container .right .sharebox em {
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li {
  font-size: 24px;
  color: #8F8F8F;
  margin-left: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.prodet-page .prodet-2 {
  padding: 90px 0;
}
.prodet-page .prodet-2 .ui.container .main {
  margin-top: 20px;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #eee;
}
.prodet-page .prodet-2 .ui.container .main .left {
  width: 40%;
}
.prodet-page .prodet-2 .ui.container .main .left h3 {
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ui.container .main .left p {
  line-height: 2;
  color: #000;
}
.prodet-page .prodet-2 .ui.container .main .right {
  width: 55%;
}
.prodet-page .prodet-2 .ui.container .main .right form {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select {
  background: #eee;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  line-height: 2;
  padding: 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: var(--base-color);
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
  padding: 0 40px;
}
.product2-page .product-3 {
  padding-top: 140px;
  padding-bottom: 40px;
  background: var(--base-color);
}
.product2-page .product-3 .mbx {
  color: #fff;
  opacity: 0.5;
}
.product2-page .product-3 .navbox {
  margin-top: 70px;
}
.product2-page .product-3 .navbox .ui.container {
  text-align: center;
}
.product2-page .product-3 .navbox .ui.container h1 {
  font-weight: bold;
  color: #fff;
}
.product2-page .product-3 .navbox .ui.container h2 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  margin: 35px 0;
   font-family: 'FelixTitlingMT';
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
  margin: 30px;
  padding: 0px;
 
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a{
 border: 1px solid transparent;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li.active a,
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li:hover a {
border-color: #fff;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a {
  padding: 15px;
  display: inline-block;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
  width: 69px;
  height: auto;
}
.product2-page .product-3 .navbox .ui.container .navcontent {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content.active {
  height: auto!important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 35px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown {
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.product2-page .product-4 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.product2-page .product-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top h5 {
  font-weight: bold;
  color: #000;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #aaa;
  text-transform: uppercase;
}
.product2-page .product-4 .ui.container .top ul.cat2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top ul.cat2list li {
  margin-left: 40px;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product2-page .product-4 .ui.container .top ul.cat2list li.active a:before,
.product2-page .product-4 .ui.container .top ul.cat2list li:hover a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main {
  margin-top: 50px;
}
.product2-page .product-4 .ui.container .main ul.productlist {
  margin: 0 -18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
  padding: 18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item {
  border-radius: 10px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  text-align: center;
  padding-bottom: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 {
  font-weight: 700;
  position: relative;
  padding: 0 30px ;
  
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
  min-height: 81px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  filter: grayscale(1);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item{
  position: relative;
  overflow: hidden;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item:before{
  content:"";
  position: absolute;
  bottom:60px;
  width: 100%;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;

}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item span {
  color: var(--base-color);
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
  background: #3994cf;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
  background: #39cf8e;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
  background: #cf9139;
}
.contact-page .mbx {
  padding-top: 155px;
}
.contact-page .contact-1 {
  padding: 70px 0;
}
.contact-page .contact-1 .ui.container {
  text-align: center;
}
.contact-page .contact-1 .ui.container h3 {
  text-align: center;
  color: var(--base-color);
  line-height: 1;
  margin-bottom: 35px;
}
.contact-page .contact-1 .ui.container form {
  width: 100%;
}
.contact-page .contact-1 .ui.container form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .ui.container form ul li {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.contact-page .contact-1 .ui.container form ul li.btnbox {
  text-align: right;
}
.contact-page .contact-1 .ui.container form ul li.btnbox input[type="submit"] {
  margin-left: auto;
  margin-right: 0;
}
.contact-page .contact-1 .ui.container form ul li.wid50 {
  width: 48%;
}
.contact-page .contact-1 .ui.container form ul li .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
  cursor: pointer;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div span {
  font-size: 16px;
  margin-left: 10px;
}
.contact-page .contact-1 .ui.container form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.contact-page .contact-1 .ui.container form ul li select {
  background: #eee;
  color: #7d7d7d;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.contact-page .contact-1 .ui.container form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.contact-page .contact-1 .ui.container form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.contact-page .contact-1 .ui.container form ul li p {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-page .contact-1 .ui.container form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: var(--base-color);
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-2 {
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .ui.container .left {
  width: 55%;
}
.contact-page .contact-2 .ui.container .right {
  width: 40%;
}
.contact-page .contact-2 .ui.container .right h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-2 .ui.container .right .mailbox {
  margin: 55px 0;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
.contact-page .contact-2 .ui.container .right .btmbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-2 .ui.container .right .btmbox .left {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.contact-page .contact-2 .ui.container .right .btmbox .ewm {
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  display: block;
}
.font-55 {
  font-size: 55px;
}
.font-260 {
  font-size: 260px;
}
.font-127 {
  font-size: 127px;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1800px) {
  .font-260 {
    font-size: 190px;
    line-height: 210px!important;
  }
  .manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
    display: none;
  }
  .strength-page .stren-1 .ui.container .right .bottom {
    margin-top: 20px;
  }
  .product-page .product-1 .ui.container .main .left p {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll;
  }
  .complete-page .complete2 .ui.container .bottom {
    padding: 0 60px;
  }
  .complete-page .complete3 .newsbox ul.newslist li .item h6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}
  .complete-page .complete3 .newsbox ul.newslist li .item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 1600px) {
    .gxs-about .top .btmarea .ui.container .textbox{
    height: 200px;
  }
  }
  
@media screen and (max-width: 1400px) {
  .about-page .about-1 {
    padding: 120px 0;
  }
  .font-260 {
    font-size: 150px;
    line-height: 165px!important;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 600px;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 200px;
  }
  .about-page .about-3 .ui.container .right ul li {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
  
  .complete-page .complete2 .ui.container .bottom .honorbox {
    padding-bottom: 0;
    background: #fff;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    padding-top: 50px;
    position: relative;

  }
 
  .app-page .app-1 .appmain .text .content {
    max-height: 200px;
    overflow-y: scroll;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 150px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 18px;
  }
  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox {
    margin: 20px 0;
  }.font-60 {
    font-size: 40px;
}
}
@media screen and (max-width: 1200px) {
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: 54px;
    height: auto;
  }
  .font-28 {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .ui.container .left .content {
    max-height: 180px;
    overflow-y: scroll;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 150px;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 450px;
  }
  .font-260 {
    font-size: 110px;
    line-height: 120px!important;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner .content {
    top: 140px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 24px;
  }
  .gxs-about .top .content{
    top: 22%;
  }
}
.font-18{
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    background: #fff;
  }
  .strength-page .stren-1 .ui.container .right h5{
    line-height: 1.8;
    font-size: 20px;
  }
  .about-page .about-1 .ui.container .left {
    padding-right: 20px;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
  .about-page .about-3 .ui.container .left {
    display: none;
  }
  .about-page .about-3 .ui.container .right {
    width: 100%;
  }
  .about-page .about-4 {
    height: 400px;
    padding-top: 130px;
  }
  .sus-page .sus-3 .top .left {
    padding-right: 40px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-16 {
    font-size: 14px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .strength-page .stren-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .strength-page .stren-1 .ui.container .left {
    width: 100%;
  }
  .complete-page .complete2 .ui.container .bottom {
    display: none;
  }
  .font-127 {
    font-size: 82px;
  }
  .complete-page .complete4 {
    height: 680px;
    padding-top: 40px;
    display: none!important;
  }
  .strength-page .stren-3 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 50%;
  }
  .strength-page .stren-3 .ui.container .right {
    width: 50%;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 60px;
    margin-top: 10px;
  }
  .product-page .product-1 .ui.container .main .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    padding-right: 0;
  }
  .product-page .product-2 .ui.container .sidebox .side-left {
    display: none;
  }
  .product-page .product-2 .ui.container .sidebox .side-right {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: auto;
    height: auto;
  }
  .product-6{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .ui.container .main .left h3{
    font-size: 20px;
    line-height: 1.8;
  }
  .product-7 .ui.container .tit h1{
    display: none!important;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-2 {
    padding: 20px 0;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-5 {
    padding: 20px 0;
    text-align: center;
  }
  .app-page {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .app-page .app-1 .appmain {
    margin-top: 20px;
  }
  .app-page .app-1 .appmain:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .app-page .app-1 .appmain .left {
    width: 100%;
    margin-top: 20px;
  }
  .app-page .app-1 .appmain .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .app-page .app-1 .appmain .right .text {
    padding: 0;
    margin-left: 0;
  }
  .sus-page .sus-1 .ui.container .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sus-page .sus-1 {
    padding: 20px 0;
  }
  .sus-page .sus-2 {
    padding: 20px 0;
  }
  .sus-page .sus-3 {
    padding: 20px 0;
  }
  .sus-page .sus-3 .top .left {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .top .right {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
  }
  .strength-page .stren-3 .ui.container .right {
    display: none;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manu-page .manu-3 .ui.container .left {
    width: 100%;
    text-align: right;
  }
  .manu-page .manu-3 .ui.container .right {
    width: 100%;
  }
  .manu-page .manu-3 {
    padding: 20px 0;
  }
  .manu-page .manu-4 .top .ui.container .main {
    margin-top: 20px;
    padding-top: 20px;
  }
  .manu-page .manu-4 .top .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .manu-page .manu-4 .top .ui.container .main .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
    height: auto;
  }
  .strength-page .stren-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .product-page .product-1 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .ui.container .main .right {
    margin-top: 20px;
  }
  .font-127 {
    font-size: 55px;
  }
  .product-page .product-2 {
    padding: 20px 0;
    background: #f5f5f5;
  }
  .complete-page .complete2 .ui.container .top .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complete-page .complete2 .ui.container .top .main .left {
    width: 100%;
    padding-right: 0;
  }
  .complete-page .complete2 .ui.container .top .main .right {
    width: 100%;
    padding-left: 0;
  }
  .complete-page .complete4 h3 {
    margin-bottom: 40px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
    margin: 10px;
    padding: 0px;
  }
  .product2-page .product-4 .ui.container .top ul.cat2list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product2-page .product-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ui.container .main .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li.wid50 {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 {
    padding: 20px 0;
  }
  .contact-page .contact-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .ui.container .right .btmbox .ewm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .manu-page .manu-3 .ui.container .left {
    display: none;
  }
  .complete-page .complete2 {
    display: none;
  }
  .font-127 {
    font-size: 40px;
  }
  .font-32,
  .font-24 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist {
    display: none;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-55 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 14px;
    line-height: 2!important;
  }
  .about-page .about-3 .ui.container .right ul {
    margin-right: 0;
  }
  .product2-page .product-3 .navbox .ui.container .navcontent .content {
    font-size: 14px;
  }
}
.m-page{
  margin-top: 75px;
  
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;

}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  font-size: 16px;
}
.m-page .wp-pagenavi span{
  background: #0075c1;
  color: #fff;
}
.news-page {
  padding: 0px 0;
}
.news-page .list{
  min-height: 400px;
}
.news-page .list ul {
  margin: 0 0 100px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 30px;
  border: 1px solid #eee;
}

.news-page .list ul li .content h4 {
  font-size: 24px;
  font-weight: bold;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
      margin-top: 21px;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 80px;*/
  color: #767676;
}

.newdet-page {
  padding: 0px 0;
  padding-bottom: 80px;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
   font-family: 'FelixTitlingMT';
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 400px;
}
 .m-link {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
 .m-link a {
  display: block;
}
 .m-link a:hover {
  text-decoration: underline;
}
/*inner css end*/
.about-his .ui.container span.gd {
  color: var(--base-color);
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 120px;
  width: 25%;
  text-align: right;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.about-his .ui.container span.gd.active {
  position: absolute;
  top: 20px;
  left: 0;
}
.about-his .ui.container .yearbox {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.about-his .ui.container .yearbox ul {
  width: 100%;
}
.about-his .ui.container .yearbox ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-his .ui.container .yearbox ul li.active h4 {
  color: var(--base-color);
}
.about-his .ui.container .yearbox ul li h4 {
  color: #a9a9a9;
  font-weight: bold;
}
.about-his .ui.container .yearbox ul li .textbox {
  max-width: 480px;
  padding: 40px 0;
}
.about-his .ui.container .yearbox ul li .textbox span {
  color: #a9a9a9;
}
.about-his .ui.container .yearbox ul li .textbox h5 {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .about-his .ui.container span.gd {
    display: none;
  }
  .about-his .ui.container .yearbox ul li h4 {
    display: none;
  }
  .about-his .ui.container .yearbox {
    width: 100%;
  }
  .about-his .ui.container .yearbox ul li .textbox {
    padding: 20px 0;
  }
}
.product-6{
 height: 620px;
 margin-top: 120px;
 position: relative;

}
.product-6 .content{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  
}
.product-6 .mbx{
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
  color: #fff;
}
.gxs-cate .ui.container .mainbox .top ul.catelist2 li a{
      width: 100%;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    height: 75px;
    font-weight: 700;
    
    cursor: pointer;
}
.product-7{
  padding-top: 70px;
  

}
.product-7 .ui.container{
  text-align: center;
padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  
}
.product-7 .ui.container .tit{
color: #0075c1;
font-weight: 700;
font-size: 42px;
line-height: 1.6;
text-transform: uppercase;

}
.product-7 .ui.container p{
  max-width:1055px;
  margin: 0 auto;
  line-height: 24/18;
}
@media screen and (max-width: 1000px) {
  .product-6{
    margin-top: 40px;
  }
  .product-7 .ui.container .tit{
    font-size: 34px;
  }
  .sus-page .sus-banner{
    padding-top: 40px;
  }
  .prodet-page {
    padding-top: 80px;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li{
  flex-wrap: wrap
}
}
@media screen and (max-width: 700px) {
 .product-7 .ui.container .tit{
    font-size: 20px;
  }
  .product2-page .product-4 .ui.container .top{
  display: none;
}
.product-6{
      height: auto;
    padding: 120px 0;
}
.product-6 .mbx{
  text-align: center;
    font-size: 16px;
    line-height: 2;
    padding-top: 35px;
}
}
  #mobile .menu-content .menu-list ul.menu>li>.sub-menu>li>a{
    font-weight: bold;
  }
  #mobile .menu-content .menu-list ul li ul.sub-menu{
  display: none;
}

.font-32 {
    font-size: 32px;
    line-height: 1.6;
}
.font-16 {
    font-size: 16px;
    line-height: 2;
}

.font-14 {
    font-size: 14px;
    line-height: 2;
}

.font-28 {
    font-size: 28px;
    line-height: 1.6;
}

.font-24 {
    font-size: 24px;
    line-height: 1.6;
}

.font-20 {
    font-size: 20px;
    line-height: 1.8;
}

.font-30 {
    font-size: 30px;
    line-height: 1.6;
}

.news-page .list ul li .content time{
  font-size: 16px;
    line-height: 2;
}

#footer .footer-bottom p a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
    display: inline-block;
}

.gxs-product .productbox ul li .item .text .cplj {
  width: auto !important;
  height: auto !important;
  opacity: 1;
}
