

* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: Arial;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
}

img {
  border: none !important;
  vertical-align: middle
}



input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}

.pcnone{
    display: none;
  }
.webnone{
    display: block;
  }
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.flex{
  display: flex;
  flex-flow: row wrap;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1300px;
  margin: 0px auto;
}


/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #1B5D9A;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #1B5D9A;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.head_top{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #222;
  color: #fff;
  font-size: 15px;
}

.head_top .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.head_top ul{
  align-items: center;
}
.head_top ul li{
  line-height: 40px;
  margin-left: 20px;
}
.head_top ul li i{
  padding-right: 5px;
}
.head_top ul li a{
  display: inline-block;
  width: 35px;
  height: 22px;
  line-height: 22px;
  background: #cc1c19;
  text-align: center;
  color: #fff;
}
.head_top ul li a.en{
  background: #1B5D9A;
  margin-left: 10px;
}
.main-menu-wrapper-logo {
  position: relative;
}

.main-header-logo a .logo{
  height: 80px;
  padding: 10px 0;
}

.main-header {
  width: 100%;
  display: block;
  height: 100px;
 
}

.main-header.stricky-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
    background: #fff;
}

.mobile-nav-toggler{
  display: none;
}
.main-header .main-header-content{
  position: relative;
}
.main-header .main-header-content .wal{
  justify-content: space-between;
}

.main-header .main-header-content .main-header-right{
  display: flex;
  flex-flow: row wrap;
}


.main-header-right .main-menu-wrapper{
  width: 100%;
}

.main-header-right .main-menu-wrapper .main-menu-list{
  
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100px;
  line-height: 100px;
}
.main-header-content .main-menu-list > li {
  
  text-align: center;
  position: relative;
}
.main-header-content .main-menu-list > li > a{
  font-size: 18px;
  padding: 0 35px;
  display: block;
}
.main-header-content .main-menu-list > li > .yiji{
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.main-header-content .main-menu-list > li > .yiji > li{
  width: 100%;
  background: #f4f4f4;
  position: relative;
}
.main-header-content .main-menu-list > li > .yiji > li:hover {
  background: #1B5D9A;
}
.main-header-content .main-menu-list > li > .yiji > li:hover .li_item > a {
  color: #fff;
}
.main-header-content .main-menu-list > li > .yiji > li .li_item{
  height: 40px;
  line-height: 40px;
  text-indent: 1em;
}

.main-header-content .main-menu-list > li.on,.main-header-content .main-menu-list > li:hover {
  background: #efefef;
}
.main-header-content .main-menu-list > li.on > a,.main-header-content .main-menu-list > li:hover > a{
  color: #1B5D9A;
  font-weight: bold;
}
.main-header-content .main-menu-list > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #1B5D9A;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .main-header-content .main-menu-list > li:hover >a:after ,
 .main-header-content .main-menu-list > li.on >a:after{
    width: 100%;
}
.main-header-content .main-menu-list > li > .yiji .erji{
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 280px;
  background: #f9f9f9;
  font-size: 15px;
}
.main-header-content .main-menu-list > li > .yiji li,.main-header-content .main-menu-list > li > .yiji .erji li{
  border-bottom: 1px solid #dfdfdf;
}
.main-header-content .main-menu-list > li > .yiji .erji li a{
  padding: 10px 0;
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.main-header-content .main-menu-list > li > .yiji .erji li:hover {
  background: #1B5D9A;
}
.main-header-content .main-menu-list > li > .yiji .erji li:hover > a{
  color: #fff;
}
.main-header-right .main-menu-wrapper .main-menu-list > li:hover .yiji{
 display: block;
}

.main-header-content .main-menu-list > li > .yiji li:hover .erji{
  display: block;
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 200ms ease-in, opacity 200ms linear, visibility 200ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #1B5D9A;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.mobile-nav-content .main-menu-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
  box-sizing: border-box;
}

.mobile-nav-content .main-menu-list .yiji,.mobile-nav-content .main-menu-list .erji {
  position: static;
  display: none;
  background: rgba(255,255,255,0.1);
}
.mobile-nav-content .main-menu-list .yiji > li{
  border:none;
  margin: 0;
  width: 100%;
}
.mobile-nav-content .main-menu-list .yiji > li .li_item{
  justify-content: space-between;
}
.mobile-nav-content .main-menu-list .yiji > li .li_item em{
  width: 35px;
  height: 35px;
  background: url(../images/navjt.png) no-repeat center;
}
.mobile-nav-content .main-menu-list .yiji > li a{
  height: auto;
  line-height: 35px;
  padding:0 10px;
  width: calc(100% - 35px);
}
.mobile-nav-content .main-menu-list .erji > li a{
  width: 100%;
  text-indent: 0.5em;
}
.mobile-nav-content .main-menu-list li a.expanded {
/*  color: rgba(255, 255, 255, .7);*/
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #1B5D9A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #1B5D9A;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}



/*首页banner图 start*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}


#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #1B5D9A;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1B5D9A;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #666;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}


/*首页banner图 end*/


.index_tit{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
 justify-content: center;
}

.index_tit i{
   font-size: 30px;
   color: #fff;
   margin-right: 10px;
   height: 40px;
   width: 40px;
   background: #FDB700;
   text-align: center;
   line-height: 40px;
   border-radius: 5px;
}
.index_tit b{
  font-size: 40px;
  color: #1B5D9A;
  width: 100%;
  background:url(../images/titlebg.png) no-repeat center;
}

.index_tit p{
  line-height: 50px;
  font-size: 16px;
}
.tit-w b{
  background:url(../images/titlebgw.png) no-repeat center;
}
.tit-w p{
  color:#fff;
}

/*company*/
.company{
  padding: 60px 0;
}
.company .com_body{
  justify-content: space-between;
}
.company .com_l{
  width: 50%;
  position: relative;
}
.company .com_r{
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  padding: 30px;
  background: #f1f1f1;
}
.company .com_r span{
  height: 40px;
  padding: 0 15px;
  background: #1B5D9A;
  display: inline-block;
  line-height: 40px;
  color: #fff;

}

.company .com_r b{
  font-size: 22px;
  display: block;
  margin:0 0 20px 0;
}

.company .com_r p{
  text-align: justify;
  font-size: 16px;
  line-height: 160%;
}

.com_l .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  border: 5px solid rgba(255,255,255,0.5);
}
.advbox{
  margin-top: 50px;
}
.advbox ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.advbox ul li{
  width:30%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.advbox ul li em{
  width: 72px;
  height: 72px;
  background: #195D9A;
  border-radius: 5px;
}

.advbox ul li span{
  width: calc(100% - 85px);
}

.advbox ul li span b{
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
  display: block;
}

.advbox ul li span p{
  font-size: 15px;
  color: #888;
  text-align: justify;
}

/*product start*/
.product{
  padding: 60px 0;
  background: url(../images/probg.jpg) right no-repeat;
  background-attachment: fixed;
}

.product .index_tit b{
  color: #fff;
}
.pro_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pro_list{
  width: 280px;
}
.pro_list .pro_top{
  height: 130px;
  background: #035fb5;
  border-top:10px solid #cc1c19;
  line-height: 130px;
  color: #fff;
  text-align: center;
  font-size: 28px;text-transform: uppercase;
}

.pro_list ul.ul1 > li{
  width: 100%;
  height: 70px;
  background: rgba(255,255,255,0.8);
  margin-top: 10px;
  line-height: 70px;
  padding-left:10px;
  position: relative;
  transition: all 0.2s ease-in;
}
.pro_list ul.ul1 > li > a{
  display: flex;
  flex-flow: row;
  align-content: center;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.pro_list ul.ul1 > li i{
  font-size: 20px; padding-right:5px;
}

.pro_list ul.ul1 > li:hover ,.pro_list ul.ul1 > li.cur{
  background: #035fb5;
}
.pro_list ul.ul1 > li:hover > a ,.pro_list ul.ul1 > li.cur a{
  color: #fff;
}

.pro_list ul.ul1 > li ul.ul2{
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 105%;
  background: #f1f1f1;
  font-size: 15px;
  z-index: 999;
}
.pro_list ul.ul1 > li ul.ul2 li{
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #aaa;
  text-indent: 1em;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.pro_list ul.ul1 > li ul.ul2 li:hover {
  background: #035fb5;
}
.pro_list ul.ul1 > li ul.ul2 li:hover a{
  color: #fff;
}
.pro_list ul.ul1 > li:hover ul.ul2{
  display: block;
}
.list_bottom{
  width: 100%;
  margin-top: 10px;
  background: #035fb5;
  color: #fff;
  box-sizing: border-box;
  padding: 24px 20px 34px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.list_bottom .bot_tit{
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.list_bottom .bot_box{
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.list_bottom .bot_box em{
  display: block;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px;
}
.list_bottom .bot_box p{
  display: flex;
  align-content: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.list_bottom .bot_box i{
  font-size: 30px;
  margin-right: 10px;
}
.list_bottom .bot_box b{
  font-size: 22px;
  padding-left: 20px;
  display: block;
}
.pro_con{
  width: calc(100% - 280px);
}

.pro_con .videobox{
  width: 97.8%;
  margin-left: 2.8%;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.pro_con .videobox .img{
  width: 50%;
  height: 283px;
}
.pro_con .videobox .img iframe{
  width: 100%;
  height: 283px;
}

.pro_con .videobox .videocon{
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  text-align: justify; max-height:355px;
}



.pro_con .videobox .videocon b{
  font-size: 24px;
}
.pro_con .videobox .videocon b span{
  color: #CC1C19;
}
.pro_con .videobox .videocon em{
  display: block;
  width: 50px;
  height: 4px;
  background: #dfdfdf;
  margin: 15px 0;
}
.pro_con .videobox .videocon p{
  text-indent: 2em;
  line-height: 160%;
}
.pro_con .videobox:hover {
  color: #666;
  cursor: pointer;
}

.pro_con .videobox:hover b{
  color: #333;
}

.pro_con ul{
  width: 100%;
  display: flex;
  flex-flow:row wrap ;
}

.pro_con ul li{
  width: 30.5%;
  margin-left: 2.8%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 17.6px;
  position: relative;
}

.pro_con ul li .img{
  width: 100%;
  overflow: hidden;
}

.pro_con ul li .img img{
  width: 100%;
  display: block;
  transition:.5s ease-in;
}
.pro_con ul li:hover img { 
  transform:scale(1.1,1.1);
}

.pro_con ul li p{
  line-height: 20px;
  padding: 10px;
  z-index: 99;
  background: #035fb5;
  text-align: center;
  color: #fff;
}

.pro_con ul li:hover {
  background: #035fb5;
}


/*工厂展示*/
.factory {
  padding: 60px 0;
}

.prone .swiper-wrapper {
  padding-bottom: 50px;
}
.prone .swiper-slide a{
  display: flex;
  flex-flow: column wrap;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #f2f2f2;
}
.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.prone .swiper-slide p {
  
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  padding: 10px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

.prone .swiper-slide em{
  display: block;
  font-style: normal;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #1B5D9A;
  color: #fff;
  text-align: center;
  margin: 20px auto;
}
.prone .swiper-slide:hover a{
  background: #1B5D9A;
}
.prone .swiper-slide:hover p {
  color: #fff;
}

.prone .swiper-slide:hover em{
  background: #cc1c19;
}

.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.prone .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.prone .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.prone .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0D62BE;
}


/*news*/
.news{
  padding: 60px 0;
  background: url(../images/newsbg.jpg) no-repeat center;
}

.news .new_body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.news .new_body .new_left,.news .new_body .new_right{
  width: 48%;
  display: flex;
  flex-flow: column wrap;
}
.news .new_body .new_left{
  padding: 30px;
  background: #f1f1f1;
}

.news .new_body .new_left .new_tit{
  font-size: 17px;
  color: #333;
  width:100%;
  line-height: 160%;
}

.news .new_body .new_left em{
  font-size: 15px;
  color: #777;
  font-style: normal;
  padding: 5px 0 20px;
}



.more{
  display: inline-block;
  font-style:normal;
  width: 80px;
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #1B5D9A;
  color: #1B5D9A;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in;
  margin-top: 15px;
  font-size: 15px;
}

.more:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #1B5D9A;
  transform: rotate(35deg);
  position: absolute;
  right: 3px;
  top: 24px;

}
.more:hover {
  width: 120px;
  border-bottom: 2px solid #CF352F;
  color: #CF352F;
  
}
.more:hover:after {
  border-top: 2px solid #CF352F;
}
.news .new_body .new_left .img{overflow: hidden;}
.news .new_body .new_left .img img{width: 100%;display: block;transition:.5s ease-in;}
.news .new_body .new_left:hover img { transform:scale(1.1,1.1);}
.news .new_body .new_left:hover {
  background: #1B5D9A;
}
.news .new_body .new_left:hover .new_tit,.news .new_body .new_left:hover em{
  color: #fff;
}
.news .new_body .new_right ul li:nth-child(1) {
  border-top: 1px solid #dfdfdf;
}
.news .new_body .new_right ul li{
  padding:20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .new_body .new_right ul li a{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.news .new_body .new_right ul li a span{
  width: 5%;
  font-size: 30px;
  color: #ddd;
  font-weight: bold;
  line-height: 20px;
  padding-right: 15px;
}

.news .new_body .new_right ul li a .new_mid{
  width: 70%;
   display: flex;
  flex-flow: row nowrap;
}

.news .new_body .new_right ul li a .new_mid .tit1{
  font-size: 16px;
  line-height: 20px;
  color: #333;
  width:100%;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
}

.news .new_body .new_right ul li a .new_mid .con1{
  line-height: 20px;
  color: #888;
  font-size: 15px;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 10px
}

.news .new_body .new_right ul li a .new_time{
  color: #999;
  display: flex;
  flex-flow: row wrap;
  justify-content:right 
}

.news .new_body .new_right ul li a .new_time p{
  width: 100%;
   text-align: right;
}
.news .new_body .new_right ul li a .new_time .jt{
  width:100%;
  padding-top: 20%;
  text-align: right;
}
.news .new_body .new_right ul li a .new_time .jt img{
  width: 30px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.news .new_body .new_right ul li:hover {
  background: #f1f1f1
}
.news .new_body .new_right ul li:hover .new_mid span{
  color: #1B5D9A
}
.news .new_body .new_right ul li:hover .new_mid .tit1{
  color: #1B5D9A
}
.news .new_body .new_right ul li:hover .new_mid .con1{
  color: #666
}
.news .new_body .new_right ul li:hover a .new_time .jt img{
  filter: grayscale(0%);
  opacity: 1;
}

/*置顶*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background:url(../images/jtup.png) no-repeat center #999;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}



.back-to-top:hover {
  color: #fff;
  background:url(../images/jtup.png) no-repeat center #142942;
  transition: background 0.2s ease-in-out;
}

/*footer start*/
.footer {
  padding:50px 0;
  background: #020C1E;
  border-top: 6px solid #1B5D9A;
  color: rgba(255,255,255,0.8);
}
.footer .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.footer .foot_item p{
  margin-top: 10px;
}
.footer .foot_item.foot2{
  width: 160px;
  padding-top: 20px;
}

.footer .foot_item .foot_tit{
  font-size: 22px;
  color: #fff;
}
.footer .foot_item .foot_tit b{
  display: block;
  margin-top: 20px;
}
.footer .foot_item .foot_tit em{
  display: block;
  width: 30px;
  height: 4px;
  background: #1B5D9A;
  margin: 7px 0;
}

.footer .foot_item ul{
  margin-top: 20px;
}
.footer .foot_item .foot_nav{
  width: 315px;
  display: flex;
  flex-flow: row wrap;
}
.footer .foot_item .foot_nav li{
  width: 50%;
}
.footer .foot_item ul li a{
  display: block;
  color: rgba(255,255,255,0.8);
  margin-top: 10px;
  line-height: 20px;
}

.footer .foot_item ul li:hover a{
  color:#1B5D9A;
}
.foot2 p{
  text-align: center;
}
.foot_bot{
  background: #020C1E;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
}

.foot_bot .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 20px;
  font-size:15px;
}
.foot_bot .botr span:nth-child(2) {
  padding-left: 10px;
}
.foot_bot a{
  color: rgba(255,255,255,0.8);
}

.foot_bot a:hover {
  color: rgba(255,255,255,0.8);
}

/*内页*/
.nybody{
  padding: 30px 0 50px;
}
.innerrtitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background:rgba(241,242,244,0.7);
  overflow: hidden; 
  margin-bottom:15px;
}

.navpost{ 
  width:700px;
  float:left; 
  display: block; 
  text-align: left; 
  font-size: 15px;
  color: #666; 
  font-weight: 400;
  white-space:nowrap;
  vertical-align:top; 
  overflow:hidden; 
  text-overflow:ellipsis; 
  display:inline-block;text-transform: uppercase; 
}

.xql {
  width: 45%;
  float: left;
}

.xqr {
  width: 50%;
  float: right;
}

.xqr .xqr_title{
  font-size: 24px;
  line-height: 50px;
  padding-top: 20px;
}

.xqr .xqr_cs{
  margin-top: 20px;
}

.xqr .xqr_cs li{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 10px 0;
  align-items: center;
}
.xqr .xqr_cs li em{
  display: flex;
  width: 45px;
  height: 45px;
  background: rgba(27,93,154,1);
  border-radius: 5px;
}

.xqr .xqr_cs li em img{
  width: 45px;
  height: 45px;
}

.xqr .xqr_cs li .cscon{
  display: flex;
  padding-left: 10px;
}

.xqr .xqr_cs li .cscon p{
  line-height: 20px;
  font-size: 16px;
}

.xqr .xqr_cs li .cscon p:nth-child(1) {
  font-weight: bold;
}