@charset "UTF-8";
/**/
.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
}

/* head */
.head-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head-bg .head-index {
  align-items: center;
}

.head-bg .head-index .logo {
  width: 200px;
}

.head-bg .head-index .headr {
  width: 1040px;
  align-items: center;
}

.head-bg .head-index .headr .tnav {
  width: 730px;
}

.tyuyan{
    position: relative;
    margin-right: 10px;
     cursor: pointer;
}

.tyuyan1{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
   
}

.tyuyan2{
    display: none;
    position: absolute;
    top: 35px;
}

.head-bg.active .tyuyan1{
        color: #333;
}

.head-bg .head-index .headr .ttel {
  color: #fff;
  font-size: 24px;
  font-family: "Impact";
  font-weight: 600;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 40px;
}

.head-bg.active {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.head-bg.active .headr .ttel {
  color: #333;
  background: url(../images/tel2.png) no-repeat left center;
}

.head-bg.active .navx > li > a {
  color: #333;
}

.head-bg.active .navx > li > a:hover {
  color: #ffa200;
}

/*导航*/
.navx > li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 121px;
}

.navx > li::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  border: 8px solid;
  border-color: transparent transparent #ffa200 transparent;
  opacity: 0;
  transition: all .5s ease;
}

.navx > li:hover::before {
  opacity: 1;
}

.navx > li a {
  display: block;
  line-height: 100px;
  color: #fff;
  height: 100px;
  padding: 0;
  font-size: 16px;
  padding: 0;
}

.navx > li:hover a {
  color: #ffa200;
  text-decoration: none;
}

.navx > li > a:focus,
.navx > li > a:hover {
  text-decoration: none;
}
.navx li:hover .sec{
    /*opacity: 1;*/
    /* visibility: visible;*/
    /*-webkit-transform: translateY(0);*/
    /*transform: translateY(0);*/
}
.navx .sec {
  /*height: 0;*/
  /*color: #fff;*/
  /*overflow: hidden;*/
  /*z-index: 9999;*/
  /*position: absolute;*/
  /*top: 100px;*/
  /*width: 175px;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 100%;*/
  /*z-index: 99;*/
  /*transform: translateX(-50%);*/
  /*border-bottom-left-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
  height:0;
  color:#fff;
  overflow:hidden;
  z-index:9999;
  position:absolute;
  top:100px;
  left:0px;
  width: 100%;
}

.navx .sec > a {
  background: #ffa200;
  color: #fff !important;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  display: block;
}

.navx .sec > a:hover {
  background: #333333;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}


/*.navx li:nth-child(3) .sec{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    background: #ffa200;*/
/*    width: 350px;*/
/*    left: -92%;*/
/*    height: 608px!important;*/
 
/*}*/
/*.navx li:nth-child(3) .sec > a{*/
/*    width: 175px;*/
    
/*}*/

.navx li:nth-child(3) .sec{
    background: #ffa200;
    width:250%;
    left: 50%;
    margin-left: -125%;
    text-align: left;
 
}
.navx li:nth-child(3) .sec > a{
  display:inline-block;
  width:49%;
  text-align: center;
}


.isnjh {
  width: 17px;
  line-height: 100px;
  text-align: center;
  position: relative;
  margin-left: 2%;
}

.isnjh_a {
  background: url(../images/sou.png) center center no-repeat;
  line-height: 100px;
  width: 21px;
  height: 100px;
  cursor: pointer;
}

.head-bg.active .isnjh_a {
  background: url(../images/souh.png) center center no-repeat;
}

.isnjh_b {
  position: absolute;
  top: 100px;
  width: 240px;
  right: 0px;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 6px;
  border-radius: 5px;
  display: none;
}

#formsearch2 input {
  background: #fff;
  border: none;
  float: left;
  width: 75%;
  outline: none;
  border-right: none;
}

#formsearch2 input#keyword {
  height: 35px;
  line-height: 35px;
  padding-left: 4px;
  color: #fff;
}

#formsearch2 input#s_btn {
  width: 20%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: url(../images/so.png) no-repeat center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.ffh.scroll {
  box-shadow: 0 0 9px 3px #8e8a8a;
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 192px;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  /* overflow: hidden; */
}

.search-dialog-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  transition: .6s;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffa200;
}

.search-dialog-box.on:before {
  height: 100%;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: 1; */
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: .6s;
}

.header-right .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  transition: all .5s .8s;
}

.search-dialog-box .bubbles-bg .bubble {
  position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
  border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
  width: 12px;
  padding-top: 12px;
  left: 13.54%;
  top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
  background-color: #ff495f;
}

.search-dialog-box .bubbles-bg .bubble3 {
  width: 36px;
  padding-top: 36px;
  left: 8.854%;
  top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
  background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
  width: 54px;
  padding-top: 54px;
  left: 26.3%;
  top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
  background-color: #fff;
  opacity: .1;
}

.search-dialog-box .bubbles-bg .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
  width: 2rem;
  padding-top: 2rem;
  left: 60.9375%;
  top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
  background-color: #ff495f;
}

.search-dialog-box .bubbles-bg .bubble8 {
  width: 1.35rem;
  padding-top: 1.35rem;
  left: 95.83%;
  top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
  border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
  width: 16px;
  padding-top: 16px;
  left: 76.5625%;
  top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
  background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
  animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
  transform-origin: 30% 30px;
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0;
}

.search-dialog .search-input {
  width: 800px;
  margin: 0 auto;
  padding: 0 0.5rem 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all .3s;
  max-width: 94%;
}

.search-dialog .search-input input[type=text] {
  float: left;
  height: 72px;
  width: calc(100% - 56px);
  background-color: transparent;
  font-size: 25px;
  line-height: .5rem;
  border: none;
  color: #fff;
  transition: all .3s;
  font-weight: 500 !important;
  outline: none;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 72px;
  width: 56px;
}

.search-dialog .search-input input[type=submit] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  border: none;
  font-size: 0px;
  background-image: url(../images/search-btn.svg);
}

.search-dialog .search-input .ss,
.search-dialog .search-input .clear-btn {
  float: right;
  height: 4.5rem;
  width: 3.5rem;
}

.search-dialog .search-input .ss {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-image: url("../images/search-btn.svg");
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/close-btn.svg");
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
  background-image: url("../images/search-btn2.svg");
}

.search-dialog .hot-search {
  font-size: 0;
  width: 19.5rem;
  margin: .6rem auto 0;
  box-sizing: border-box;
  padding: 0 .6rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: .375rem;
  line-height: .5rem;
  color: #fff;
  font-weight: bold;
  padding-left: .6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: .5rem;
  background-image: url(../images/hot-icon.png);
}

.search-dialog .hot-link {
  margin-left: 1rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .375rem;
  line-height: .5rem;
  margin-right: .75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: .35rem;
  line-height: .5rem;
  color: #fff;
  font-family: "gilroy-regular";
  margin-top: .5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0);
}

.pub-close {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 10;
  right: 25px;
  top: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform .3s;
}

.pub-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background: url(../images/gb.png) center center no-repeat;
  transition: .6s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}

/*产品*/
.pro-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 1171px;
  overflow: hidden;
  padding-top: 100px;
}

.pro-bg .pro-index .put {
  align-items: center;
}

.pro-bg .pro-index .put .put1 {
  color: #222222;
  font-size: 36px;
}

.pro-bg .pro-index .put .put2 {
  align-items: center;
}

.pro-bg .pro-index .put .put2 .psort li {
  margin: 0 30px;
}

.pro-bg .pro-index .put .put2 .psort li a {
  display: block;
  color: #333333;
  font-size: 20px;
}

.pro-bg .pro-index .put .put2 .psort li:hover a {
  color: #ffa200;
}

.pro-bg .pro-index .put .put2 .pmore {
  width: 200px;
  height: 40px;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
}

.pro-bg .pro-index .put .put2 .pmore a {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}

.pro-bg .pro-index .plist1 {
  margin: 0 -13px;
  margin-top: 60px;
}

.pro-bg .pro-index .plist1 li {
  width: 380px;
  float: left;
  margin: 0 13px;
}

.pro-bg .pro-index .plist1 li .img1 img {
  width: 380px;
  height: 405px;
}

.pro-bg .pro-index .plist1 li .wz {
  align-items: center;
  padding: 25px 20px;
}

.pro-bg .pro-index .plist1 li .wz .wz1 {
  color: #333333;
  font-size: 18px;
}

.pro-bg .pro-index .plist1 li .wz .wz2 {
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
}

.pro-bg .pro-index .plist1 li:hover .wz .wz1 {
  color: #ffa200;
}

/*视频*/
#c_static_001_P_20239-1683534981496 {
  display-radio: 1;
  background-fill-value: background-image;
  margin-top: 0px;
  padding-top: 2%;
  min-height: 0px;
  padding-bottom: 10%;
  background-image: url(../images/bj3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#c_static_001_P_20239-1683534981496 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#c_static_001_P_20239-1683534981496 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.video_l h3 img {
  animation: rotating 5s linear infinite;
}

.video_l h3 {
  position: absolute;
  top: -10px;
  z-index: 0;
}

.video_l {
  text-align: center;
}

#c_static_001_P_20239-1683534981496 .e_image-14 {
  overflow: hidden;
  display-radio: 1;
  max-width: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
}

#c_static_001_P_20239-1683534981496 .e_image-14 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_20239-1683534981496 .p_plus {
  display-radio: 1;
}

#c_static_001_P_20239-1683534981496 .e_image-24 {
  overflow: hidden;
  display-radio: 1;
  max-width: 292px;
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

#c_static_001_P_20239-1683534981496 .e_image-24 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#c_static_001_P_20239-1683534981496 .e_icon-27 {
  width: auto;
  font_radio: 2;
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #f29432;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  font-family: "2c77a536-cd5a-4d47-80b6-8d897719bf7c";
  max-width: 44px;
}

#c_static_001_P_20239-1683534981496 .e_icon-27 .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  color: #fff;
}

#c_static_001_P_20239-1683534981496 .e_button-31 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 2;
  display-radio: block;
  max-height: none;
  margin-right: auto;
  margin-left: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #404360;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 16px;
  color: white;
  background-color: #f29432;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: none;
}

#c_static_001_P_20239-1683534981496 .e_button-31 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

#c_static_001_P_20239-1683534981496 .e_button-31::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all .3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}

#c_static_001_P_20239-1683534981496 .e_button-31:hover::after {
  opacity: 1;
}

#c_static_001_P_20239-1683534981496 .e_button-31:hover {
  background-color: #f56a26;
  color: white;
  border-style: none;
  border-width: 2px;
  border-color: #f56a26;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#c_static_001_P_20239-1683534981496 .e_container-32 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 30px;
  background-color: #f29432;
  border-radius: 25px;
}

#c_static_001_P_20239-1683534981496 .e_container-32 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_001_P_20239-1683534981496 .e_container-32 .cbox-32-0 {
  flex: 0 0 45px;
}

#c_static_001_P_20239-1683534981496 .e_container-32 .cbox-32-1 {
  align-self: center;
}

#c_static_001_P_20239-1683534981496 .e_richText-33 {
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  color: white;
  line-height: normal;
  /*letter-spacing: 48px !important;*/
  font-weight: normal;
  text-align: left;
}

/*关于我们*/
.ab-bg {
  background: url(../images/bj4.jpg) no-repeat top center;
  height: 640px;
  overflow: hidden;
  padding-top: 95px;
}

.ab-bg .ab-index .abt {
  text-align: center;
  color: #000000;
  font-size: 36px;
  margin-bottom: 48px;
}

.ab-bg .ab-index .abw p {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

.ab-bg .ab-index .amore {
  width: 180px;
  height: 43px;
  background: #ffa200;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
}

.ab-bg .ab-index .amore a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 43px;
}

.ab-bg .numlist {
  margin-top: 90px;
}

.ab-bg .numlist li {
  background: url(../images/tt1.jpg) no-repeat right center;
  width: 25%;
  text-align: center;
}

.ab-bg .numlist li:last-child {
  background: none;
}

.ab-bg .numlist li .num1 h3 {
  color: #000000;
  font-size: 60px;
  font-family: "Arial";
  font-weight: 600;
  display: inline-block;
}

.ab-bg .numlist li .num1 span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}

.ab-bg .numlist li .num2 {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

/*优势*/
.ys-bg {
  background: url(../images/bj5.jpg) no-repeat top center;
  height: 739px;
  overflow: hidden;
}

.ys-bg .ys-index {
  width: 610px;
  margin-right: 98px;
}

.ys-bg .ys-index h3 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  padding-top: 120px;
}

.ys-bg .ys-index h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
}

.ys-bg .ys-index .ylist {
  flex-wrap: wrap;
  margin-top: 110px;
}

.ys-bg .ys-index .ylist li {
  width: 50%;
  margin-bottom: 85px;
}

.ys-bg .ys-index .ylist li .img1 {
  width: 105px;
  float: left;
}

.ys-bg .ys-index .ylist li .wz {
  float: left;
  width: 175px;
}

.ys-bg .ys-index .ylist li .wz .wza {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.ys-bg .ys-index .ylist li .wz .wzb {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

/*新闻*/
.news-index {
  margin-top: 95px;
  margin-bottom: 95px;
}

.news-index .put {
  align-items: center;
}

.news-index .put .put1 {
  color: #222222;
  font-size: 36px;
}

.news-index .put .put2 .pmore {
  width: 200px;
  height: 40px;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
}

.news-index .put .put2 .pmore a {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}

.news-index .nlist1 {
  margin-top: 56px;
}

.news-index .nlist1 li {
  width: 488px;
  position: relative;
}

.news-index .nlist1 li .img1 img {
  width: 488px;
  height: 260px;
}

.news-index .nlist1 li .date {
  width: 116px;
  height: 28px;
  background: #ffa200;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  position: absolute;
  top: 245px;
  right: 0;
}

.news-index .nlist1 li .wz {
  margin-top: 35px;
}

.news-index .nlist1 li .wz .wz1 {
  color: #333333;
  font-size: 19px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 22px;
}

.news-index .nlist1 li .wz .wz2 {
  margin-top: 6px;
  color: #878988;
  font-size: 17px;
  line-height: 22px;
}

.news-index .nlist1 li .wz .wz2 span {
  color: #ffa200;
  font-size: 14px;
}

.news-index .nlist1 li:hover .wz .wz1 {
  color: #ffa200;
}

/*foot*/
.foot-bg {
  background: #333333;
  border-top: 8px solid #ffa200;
  padding-top: 40px;
}

.foot-index .ft {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: url(../images/tt2.png) no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.foot-index .footl {
  width: 635px;
  padding-left: 160px;
  padding-top: 50px;
  background: url(../images/tt3.png) no-repeat left center, url(../images/tt3.png) no-repeat right center;
}

.foot-index .footl .flx1 p {
  color: #999999;
  font-size: 14px;
  line-height: 23px;
}

.foot-index .footl .flx1 p:nth-of-type(2n) {
  margin-bottom: 15px;
}

.foot-index .footl .flx2 {
  margin-top: 0.8vw;
}

.foot-index .footl .flx2 p {
  color: #999999;
  font-size: 14px;
  line-height: 1.64;
}

.foot-index .footm {
  width: 485px;
  padding-top: 50px;
}

.foot-index .footm .psort {
  flex-wrap: wrap;
}

.foot-index .footm .psort li {
  width: 46%;
  margin-bottom: 20px;
}

.foot-index .footm .psort li a {
  display: block;
  color: #999999;
  font-size: 16px;
  background: url(../images/tt4.png) no-repeat right center;
}

.foot-index .footm .psort li a:hover {
  color: #ffa200;
}

.foot-index .footr {
  width: 330px;
}

.foot-index .footr .flogo {
  text-align: left;
}

.foot-index .footr .flogo img {
  max-width: 100%;
}

.foot-index .footr .elist li {
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
}

.foot-index .footr .elist li .wz {
  color: #8d978d;
  font-size: 14px;
  writing-mode: vertical-rl;
  margin-left: 10px;
}

.foot-index .footr .elist li .img1 img {
  max-width: 88px;
  width: 100%;
}

.cop-bg {
  border-top: 1px solid #2c2c2d;
  margin-top: 40px;
  padding: 34px 0;
}

.cop-bg .cop-index {
  color: #999999;
  font-size: 14px;
  align-items: center;
}

.cop-bg .cop-index a {
  color: #999999;
}

.cop-bg .link {
  color: #999999;
  font-size: 14px;
}

.cop-bg .link a {
  color: #999999;
}
