.x-logo a img, .x-layout-logo img, .x-layout-ewm img img, .page-message-img img {
  max-width: 100%;
}

.x-header {
  height: 85px;
  background: #fff;
  position: relative;
}

.x-logo {
  float: left;
  width: 33.3125%;
  line-height: 85px;
  /* height: 85px; */
}

.x-logo a {
  display: block;
}

.x-header-right {
  float: right;
  margin-top: 25.5px;
  width: 12%;
  display: flex;
}

.x-header-right #formsearch {
  border: 1px solid #cecece;
  height: 30px;
  border-radius: 15px;
  position: relative;
  padding-right: 30px;
}

.x-header-right #formsearch #keyword {
  width: 100%;
  height: 28px;
  padding-left: 15px;
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
  color: #666;
}

.x-header-right #formsearch #s_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 28px;
  background: none;
  outline: none;
  border: none;
  color: #6d6f87;
  cursor: pointer;
  font-size: 18px;
  background: url(../images/s_btn.png)
    no-repeat center center;
}

.x-header-right .x-login {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  line-height: 30px;
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block;
}

.x-header-right .x-login a {
  color: #000;
}

.x-header-right .x-login a:hover {
  color: #1b6fba;
}

.x-header .container{
    position: relative;
}
.x-header  .yuyan{
    display: block;
/*    right: 170px;
    position: absolute;
    top: 0;*/
    margin-right: 10px;
}

.x-menu {
  float: right;
  width: 53.39583333%;
  text-align: right;
  padding-right: 10px;
}

.x-menu > li {
  display: inline-block;
  /*float: left;*/
  position: relative;
  margin: 0 0.05vw;
}

.x-menu > li > a {
  display: block;
  padding: 0 0.8vw;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 2.4;
  line-height: 85px;
}

.x-menu > li > a:hover {
  background: #fff;
  color: #1b6fba;
}

.x-menu > li.active > a {
}

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 95px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}


input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
img {
  border: none;
  background: none;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  vertical-align: middle;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}
.wd1200 {
  width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}

/*婊氬姩*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#m_indemo {
  float: left;
  width: 800%;
}
#m_demo1 {
  float: left;
}
#m_demo2 {
  float: left;
}

/*涓讳綋鏍峰紡*/

 .particles-cont .container {
  position: relative;
  z-index: 99;
  background: #fff;
}

@media (min-width: 1440px) {
  .container {
    width: 1430px;
  }
}

/*c1_index*/
.c1_index {
  position: relative;
  background: #fff;
  padding-top: 3px;
}

.c11_list {
  display: flex;
  justify-content: center;
}

.c11_list li {
  text-align: center;
  width: 11.1111111%;
  padding: 10px 0 10px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.c11_list li a.img {
  display: block;
  line-height: 40px;
  vertical-align: middle;
}

.c11_list li a.img img {
  vertical-align: middle;
}

.c11_list li h3 {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: normal;
  padding-top: 10px;
   overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;

}

.c11_list li:hover {
  background: #f2f2f2;
}

.c11_list li:hover a.img img {
  filter: invert(17%) sepia(89%) saturate(4176%) hue-rotate(200deg)
    brightness(77%) contrast(106%);
}

.c11_list li:hover h3 {
  color: #1b6fba;
}

.c11_list li:hover::before {
  position: absolute;
  top: -3px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #004ea2;
  content: "";
}

@media (max-width: 992px) {
  .c11_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .c11_list li {
    width: 50%;
  }
}

/*c2_index*/

.c2_index {
  position: relative;
  padding: 2.34375% 0;
  background: #f2f2f2;
}

.c22_list {
  position: relative;
}

.c22_list li {
  position: relative;
  margin-bottom: 10px;
}

.c22_list li a.img {
  display: block;
}

.c22_list li a.img img {
  width: 100%;
  transition: all .5s;
}

.c22_list li a.img h3 {
  line-height: 50px;
  background: #434343;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.3s;
}

.c22_list li a.img .images {
  display: block;
  overflow: hidden;
}

.c22_list li:hover a.img h3 {
  background: #1b6fba;
}

.c22_list li:hover a.img img {
  transform: scale(1.1);
}

/*c3_index*/
.c3_index {
  position: relative;
  padding: 3.125% 0;
}

.mx-title {
  text-align: center;
  margin-bottom: 2.82291667%;
}

.mx-title img {
  max-width: 100%;
}

.new-pro-sort {
  margin-top: 2%;
  text-align: center;
  font-size: 0;
}

.new-pro-sort li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.625em;
  font-size: 16px;
}

.new-pro-sort li a {
  display: block;
  padding: 0.425em 1.65em;
  color: #a4a4a4;
}

.new-pro-sort li:hover,
.new-pro-sort li.on {
  background: #1b6fba;
  border-radius: 5px;
}

.new-pro-sort li:hover a,
.new-pro-sort li.on a {
  color: #fff;
}

@media (max-width: 990px) {
  .new-pro-sort li {
    font-size: 14px;
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
  }
  .foot_bottom{
      display:none;
  }
  .x-banner {
    /*margin-top: 60px;*/
  }
  .new-pro-sort li a {
    padding: 5px 0 5px 0;
  }
  #checkCodeImg{
      width:auto ! important;
      height:auto ! important;
  }
}

.mx-product-center-ul {
  font-size: 0;
  margin-top: 2.1875%;
}

.mx-product-center-ul li {
  position: relative;
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 20px 15px 20px;
  padding: 0 10px;
  border: 1px solid #e9e9e9;
}

.mx-product-center-ul li .img {
  display: block;
  padding: 10%;
  overflow: hidden;
}

.mx-product-center-ul li .img img {
  width: 100%;
  transition: all .5s;
}

.mx-product-center-ul li p {
  font-size: 13px;
  color: #666666;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.mx-product-center-ul li:hover p {
  color: #1b6fba;
  font-weight: bold;
}

.mx-product-center-ul li:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .mx-product-center-ul li {
    width: calc(45% - 20px);
  }
}

@media (max-width: 768px) {
  .mx-product-center-ul li {
    width: calc(45% - 4px);
  }
}

@media (max-width: 500px) {
  .mx-product-center-ul li {
    width: calc(50% - 40px);
  }
}

/*promotion*/
.promotion {
  position: relative;
  padding: 0 0 2.125%;
}

.promo_contt {
  position: relative;
  background: #eeeeee;
  height: 100%;
  display: table;
}

.promo_contt .pro_img {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}

.promo_contt .pro_img li {
  position: relative;
}

.promo_contt .pro_img li a {
  display: block;
  overflow: hidden;
}

.promo_contt .pro_img li img {
  width: 100%;
  transition: all .5s;
}

.promo_contt .pro_img li a:hover img {
  transform: scale(1.1);
}

.promo_contt .pro_cate {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  height: 100%;
  position: relative;
}

.pro_cate li {
  height: 25%;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-left: 20%;
  border-bottom: 1px solid #5a5a5a;
  width: 100%;
  cursor: pointer;
}

.pro_cate li:last-child {
  border-bottom: none;
}

.pro_cate li a.img {
  display: table;
  line-height: 7.7;
}

.pro_cate li a.img span {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  text-align: center;
}

.pro_cate li a.img span img {
  max-width: 100%;
}

.pro_cate li a.img h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #5a5a5a;
  padding-left: 20px;
}

.tt {
  display: none;
}

.pro_cate li.cur {
  background: #1b6fba;
}

.pro_cate li.cur a.img span img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(111deg)
    brightness(106%) contrast(102%);
}

.pro_cate li.cur a.img h3 {
  color: #fff;
}

@media (max-width: 1200px) {
  .pro_cate li {
    padding-left: 10%;
  }
  .pro_cate li a.img {
    line-height: 5.7;
  }

  .pro_cate li a.img h3 {
    font-size: 18px;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .pro_cate li a.img {
    line-height: 4.7;
  }

  .pro_cate li a.img h3 {
    font-size: 16px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .promo_contt .pro_img {
    width: 100%;
    display: block;
  }

  .promo_contt .pro_cate {
    width: 100%;
    display: block;
  }

  .promo_contt .pro_cate li {
    float: left;
    width: 25%;
    padding: 0;
    height: auto;
    padding-left: 2%;
  }

  .pro_cate li:last-child {
    border-bottom: 1px solid #5a5a5a;
  }

  .pro_cate li a.img span {
    width: 45%;
  }

  .pro_cate li a.img span img {
    width: 55%;
  }

  .pro_cate li a.img h3 {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .pro_cate li a.img span {
    width: 40%;
  }

  .pro_cate li a.img {
    line-height: 3.7;
  }
}

@media (max-width: 550px) {
  .promo_contt .pro_cate li {
    width: 50%;
    padding-left: 5%;
  }
}

/*c4_index*/
.c4_index {
  position: relative;
  padding: 0 0 3.125%;
  background-size: 100% 100%;
}

.abb_contt {
  position: relative;
  background: #fff;
  border: 1px solid #cccccc;
}

.abb_left {
  width: 50%;
  padding: 20px;
  float: left;
}

.abb_left h3 {
  margin-top: 30px;
  line-height: 60px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 24px;
  color: #004ea2;
}

.abb_left .abb_txt {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.7;
  padding: 40px 0 35px;
}

.abb_left .abbmore {
  display: block;
  width: 176px;
  height: 36px;
  line-height: 36px;
  background: #004ea2;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.abb_right {
  width: 50%;
  float: right;
  overflow: hidden;
}

.abb_right img {
  max-width: 100%;
  transition: all .5s;
}

.abb_right:hover img {
  transform: scale(1.1);
}

@media (max-width: 1440px) {
  .abb_left h3 {
    margin-top: 15px;
  }
  .abb_left .abb_txt {
    padding: 30px 0 25px;
  }
}

@media (max-width: 1200px) {
  .abb_left {
    width: 100%;
  }
  .abb_left h3 {
    margin-top: 0px;
    line-height: 45px;
  }

  .abb_left .abb_txt {
    padding: 20px 0 20px;
  }

  .abb_right {
    width: 100%;
  }

  .abb_right img {
    width: 100%;
  }
}

/*c5_index*/
.c5_index {
  position: relative;
  padding: 1.125% 0 1.125%;
}

.c55_list {
  position: relative;
}

.c55_list li {
  position: relative;
  margin-bottom: 15px;
}

.c55_list li a.img {
  display: block;
}

.c55_list li a.img span {
  display: block;
  border: 1px solid #1b6fba;
}

.c55_list li a.img span img {
  width: 100%;
  padding: 1px;
}

.c55_list li a.img h3 {
  line-height: 40px;
  text-align: center;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.c55_list li:hover a.img span {
  border: 2px solid #1b6fba;
}

.c55_list li:hover a.img span img {
  padding: 0px;
}

.c55_list li:hover a.img h3 {
  color: #1b6fba;
}

/*c6_index*/
.c6_index {
  position: relative;
  padding: 1.125% 0 1.125%;
}

.new-news-lists {
  position: relative;
}

.new-news-lists li {
  float: left;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.new-news-lists li a.img {
  display: block;
  border: 1px solid #f5f2ee;
  padding: 20px;
}

.new-news-lists li h3 {
  font-size: 17px;
  color: #5a5a5a;
  font-weight: normal;
  padding: 20px 0;
}

.new-news-lists li .info22 {
  font-size: 14px;
  color: #6b6a6a;
  font-weight: normal;
}

.new-news-lists li .date22 {
  display: block;
  font-size: 15px;
  color: #aba8a8;
  font-weight: normal;
  padding-top: 10px;
}

.new-news-lists li:hover a.img {
  border: 1px solid #e3dad1;
}

.new-news-lists li:hover h3 {
  font-weight: bold;
}

@media (max-width: 1440px) and (min-width: 992px) {
  .new-news-lists li h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
}

@media (max-width: 1200px) {
  .new-news-lists li h3 {
    padding: 10px 0;
  }
}

@media (max-width: 992px) {
  .new-news-lists li h3 {
    padding: 0px 0 10px;
  }
}

/*鍚堜綔浼欎即*/

.mx-parnter {
  margin-top: 1%;
  padding-bottom: 0%;
}

.mx-parnter .owl-item a {
  display: block;
  border: 1px solid #e9e9e9;
  font-size: 0;
  overflow: hidden;
}

.mx-parnter .owl-item + .owl-item a {
  border-left: none;
}

.mx-parnter .owl-item a:hover {
  border-color: #00a0e9;
}

.mx-parnter .owl-item + .owl-item a:hover {
  border-left: 1px solid #00a0e9;
}

.mx-parnter .owl-item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mx-parnter .owl-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-layout {
  /*background: url(../images/foot_bg.png) center center no-repeat;*/
  background: #162333;
  background-size: 100% 100%;
  padding: 1.16666667% 1.16666667% 0 1.16666667%;
}

.x-layout-desc {
/*  background: url(../images/hotxx.png) no-repeat left bottom;*/
  padding-bottom: 5px;
}

.x-layout-desc h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
}

.x-layout-contact {
  margin-top: 10px;
}

.x-layout-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
}

.x-layout-contact strong {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
  color: #fff;
}

.x-layout-menu {
  margin-top: 20px;
}

.x-layout-menu dl {
  float: left;
  width: 20%;
  text-align: left;
}

.x-layout-menu dl dt {
  font-size: 16px;
  color: #cacaca;
  margin-bottom: 0.83em;
  font-weight: 400;
}

.x-layout-menu dl dd a {
  display: block;
  font-size: 12px;
  color: #85888c;
  line-height: 2.4;
}

.x-layout-ewm {
  text-align: center;
  margin-top: 20px;
  border-left: 1px solid #505761;
  border-right: 1px solid #505761;
}

.x-layout-ewm p {
  font-size: 12px;
  font-weight: 400;
  padding: 0.8em 0;
  line-height: 1.7;
  color: #85888c;
}

.x-footer {
  background: #161618;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.x-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.x-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
  float: left;
}

.x-seo {
  float: right;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .f_ewm {
    display: none;
  }
  .f_dao {
    width: 62%;
  }
}

.foot_bottom {
  position: relative;
  padding: 10px 0;
  background: #333;
  font-size: 12px;
  color: #5b5b5b;
}

.foot_bottom a {
  font-size: 12px;
  color: #5b5b5b;
}

.jishu {
  float: right;
}

.jishu p {
  display: inline-block;
}

.jishu img {
  width: 24px;
  height: 28px;
}

.x-layout .foot_ban {
  border-top: 1px solid #434343;
  line-height: 52px;
  font-size: 12px;
  color: #cacaca;
  margin: 0 auto;
  padding: 0;
}
.x-layout .foot_ban a {
  font-size: 12px;
  color: #cacaca;
}

@media (max-width: 1200px) {
  .x-layout .foot_ban {
    padding-top: 10px;
    line-height: 1.7;
    padding: 10px 0;
  }

  .x-copyright {
    float: none;
    text-align: center;
  }

  .x-seo {
    float: none;
    text-align: center;
  }
}
.x-link {
  float: left;
  position: relative;
  font-size: 12px;
  font-size: 12px;
  color: #949494;
}

.x-link a {
  font-size: 12px;
  color: #949494;
}
@media (max-width: 1444px) {
  .x-menu > li > a {
    padding: 0 0.6vw;
  }
  .x-menu > li {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .x-menu > li > a {
    padding: 0 0.1vw;
  }
  .x-menu > li {
    margin: 0;
  }
}
@media (max-width: 990px) {
  .page-banner {
    margin-top: 60px;
  }
 
}
@media (max-width: 768px) {
  .page-banner {
    margin-top: 0;
  }

  .page-wrap-right img{
       width:100% ! important;
       height:auto ! important;
  }
}
 #toolbar li.ewm{
     display: none;
 }
 @media (max-width: 600px) {
       .c22_list li:last-child{
      display:none;
  }
 }

 .particles-cont {
  position: relative;
 }


#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}



