#main-nav span{
  font-size:18px ;
  font-family: "微软雅黑";
}

.home_left {
  width: 85px;
  height: 330px;
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 88;
  display: none;
}

.home_left div{
  width: 90px;
  height: 110px;
  position: relative;
  color: #ffffff;
  font-size: 12px;
}
.home_left div span:nth-child(1) img {
  display: block;
  width: 36px;
  padding: 5px 0;
  /* display: none; */
}

.home_left div:nth-child(3) span:nth-child(1) img {
  display: block;
  width: 32px;
  padding: 5px 0;
}
.home_child>p{
  color: #ffffff !important;
}
.show {
  display: block !important;
}

.noshow {
  display: none !important;
}

.showto {
  font-size: 14px !important;
  background-color: #4099e9 !important;
}
.home_child {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 85px;
  height: 85px;
  background-color: #D1D1D1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.home_left div span:nth-child(2) {
  position: absolute;
  top: -18px;
  left: -140px;
  display: none;
}
.home_left div span:nth-child(2) img{
  width: 126px;
  height: 124px;
  display: block;
}

/* layui样式 */
.layui-tab {
  margin: 0px !important;
}

.layuier {
  width: 100% !important;
  height: 62px !important;
}
.layuiere {
  width: 100% !important;
  height: 35px !important;
  background-color: #E8E8E8 !important;
}

.layuierepx {
  width: 100% !important;
  height: 48px !important;
  background-color: #E8E8E8 !important;
}

.layuier>.layui-this:after {
  content: '' !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border: 8px solid transparent !important;
  border-top: 8px solid #E42020 !important;
  border-bottom: 0 !important;
  position: relative !important;
  top: 0px !important;
  left: 50px !important;
}
.new_zx>.layui-this:after {
  content: '' !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border: 0;
}

.new_px>.layui-this:after {
  content: '' !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border: 0;
}

.layui-tab-title {
  border: 0 !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #ffffff !important;
  background-color: #4099e9 !important;
}

.layui-tab-content {
  padding: 0 !important;
}

.layuiclas {
  margin-top: 20px;
}

.layui-tab-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* layui样式 */
.layui-tab-item>.home_er {
  margin-top: 0 !important;
}

.layui_home_er {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layui_home_er li {
  width: 100%;
  height: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layui_home_er div {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #4099e9;
  margin: 0 5px;
}

.layui_home_er p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  line-height: 45px;
  font-size: 16px;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.layui_home_er span {
  text-align: center;
  width: 100px;
  font-size: 12px;
  color: #333333;
}

/* saghsiudhgias */

.home_er {
  width: 100%;
  overflow: hidden;
  margin-top: -6px;
  padding-top: 15px;
}

.home_er li {
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_er div {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #4099e9;
  margin: 0 5px;
}

.home_er p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.home_er span {
  text-align: center;
  width: 100px;
  font-size: 12px;
  color: #333333;
}

/* qwertyui */
.hover span {
  color: #999999;
}


.hover:hover,
.hover:hover>span {
  color: #4099e9 !important;
}

.swiper-slide {
  position: relative;
}

.text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, .6)
}
.wodeSwiper {
  height: 320px;
}

.text p {
  width: 70%;
  line-height: 40px;
  text-indent: 1em;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination>span {
  float: left;
  padding: 4px;
  text-decoration: none;
  background-color: #fff;
  margin-right: 6px;
  border-radius: 4px;
  border: 0;
}

.pagination>a:first-child,
.pagination>span:first-child {
  border-left-width: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>a:last-child,
.pagination>span:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pag {
  margin: 34px 0;
}

.swiper-container {
  width: 100%;
}

.swiper-container img {
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  left: 75%;
}

.box {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  margin-top: 25px;
}

.new {
  margin-top: 35px;
  width: 100%;
  
}

.title {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ernew {
  padding: 8px 12px;
  font-size: 26px;
  border-bottom: 4px #4099e9 solid;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.ernew img {
  width: 45px;
  height: 35px;
  padding: 5px 15px 0 0;
}

.title span {
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #E42020;
  line-height: 51px;
  border-bottom: 4px #E8E8E8 solid;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}

.newnie {
  width: 100%;
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.newer {
  width: 48%;
  margin: 0 1%;
  height: 320px;
  overflow: hidden;
}

.newnie {
  width: 100%;
  height: 350px;
}

.new_tit {
  width: 100%;
  height: 62px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E8E8E8;
}

.new_tit li {
  width: 25%;
  height: 62px;
  text-align: center !important;
  line-height: 62px !important;
  font-size: 20px !important;
  color: #333333;
}

.newe_tit {
  width: 100%;
  height: 62px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E8E8E8;
}

.newe_tit li {
  width: 25%;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
  color: #333333;
}

.newcl {
  color: #ffffff;
  background-color: #E42020;
}

.new_ul {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clas {
  height: 260px;
  margin-top: 28px;
}

.new_ul li {
  width: 100%;
  height: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new_ul li div {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #EE5057;
  margin: 0 5px;
}

.new_ul li p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.new_ul li span {
  text-align: center;
  width: 100px;
  font-size: 12px;
  color: #333333;
}

.npan li span {
  text-align: center;
  width: 100px;
  font-size: 12px;
  color: #999999;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}

.zbmaxbox {
  width: 100%;
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zbox{
  width: 31%;
  height: 120px;
  background-color: antiquewhite;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zbox>a{
   width: 100%;
   height: 120px;
  text-decoration: none;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-align-items: center;
      -moz-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-justify-content: center;
      -moz-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }

.zbox div {
  font-size: 27px;
  height: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
}

.pxbox {
  height: 300px;
  margin-top: 9px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wid {
  width: 32%;
  /* height: 320px; */
}
.wid:nth-child(2) {
  margin: 0px 2% 0px 2%;
}

.idt {
  height: 285px;
  width: 22%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.idt img {
  width: 100%;
}

.zbox_zj {
  /*background-color:#7eb0f4;*/
  background-image: url("../img/diyadian.jpg");
}
.zbox_gy{
  background-image: url("../img/gaoyadian.jpg");
}
.zbox_hg{
  background-image: url("../img/hangong.jpg");
}
.zbox_wh{
  background-image: url("../img/zhiyeweishen.jpg");
}
.zbox_zj img {
  width: 40px;
}

.zbox_aq {
  background-image: url("../img/gaochuzuoye.jpg");
}

.zbox_aq img {
  width: 33px;
}

.zbox_pj {
  background-image: url("../img/anquan.jpg");
}

.zbox_pj img {
  width: 34px;
}

.min-tit {
  height: 48px !important;
  font-size: 18px !important;
  line-height: 48px !important;
}

.min-tit li {
  width: 33% !important;
}

.min-duo {
  height: 48px !important;
  font-size: 12px !important;
  line-height: 48px !important;
  color: #EC6941 !important;
  text-align: right !important;
  padding-right: 15px;
}

.min-new {
  height: 240px;
  margin-top: 5px;
}

.min-new li {
  height: 40px !important;
  line-height: 40px !important;
}

.aqbox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.aqbox_aq {
  width: 32%;
  /* flex: 1; */
  /* margin-right: 10px; */
}

.ination {
  margin: 10px 0;
}

.ination>span {
  margin: 0 10px;
  padding: 3px 20px;
  background-color: #ffffff;
  border: 0;
} 
.ination>.swiper-active-switch {
  background-color: #E42020 !important;
}
.aqbox_zx {
  width: 64%;
  height: 320px;
  /* flex: 3; */
  margin-left: 4%;
  overflow: hidden;
}

.title-aq {
  margin-top: 25px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ernew-aq {
  padding: 3px 8px;
  font-size: 24px;
  border-bottom: 4px #4099e9 solid;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.anqu {
  width: 50px;
  padding: 0px 13px 0 0;
}

.xinw {
  width: 40px;
  height: 30px;
  padding: 3px 13px 0 0;
}

.title-aq span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #E42020;
  line-height: 45px;
  height: 45px;
  border-bottom: 4px #E8E8E8 solid;
  padding-right: 15px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title-aq >span > a{
    color: #E42020 !important;
}

.new_zx {
  width: 100%;
  height: 35px;
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.new_px {
  width: 100%;
  height: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.new_zx li {
  width: 25%;
  text-align: center;
  line-height: 35px;
}

.baiq {
  display: block;
  width: 60px;
  height: 48px;
  line-height: 48px;
  color: #E42020 !important;
  z-index: 5;
  position: relative;
  right: -32%;
  text-align: center;
  font-size: 12px;
}
.baiq_gai {
  display: block;
  width: 60px;
  height: 48px;
  line-height: 48px;
  color: #E42020;
  z-index: 5;
  position: relative;
  right: -7%;
  text-align: center;
  font-size: 12px;
}

.baiq:hover {
  color: #E42020 !important;
}

.new_px li {
  width: 25%;
  font-size: 14px !important;
  text-align: center;
  line-height: 48px !important;
}
.new_gai li {
  width: 25%;
  font-size: 14px !important;
  text-align: center;
  line-height: 48px !important;
}

.min-xz {
  height: 220px;
}

.min-aq {
  height: 270px;
  margin-top: 15px;
}

.zsbox {
  width: 95%;
  height: 185px;
  margin: 35px auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zsbox div {
  width: 185px;
  height: 185px;
  background-color: #F6F6F6;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zsbox img {
  width: 47px;
  margin: 15px;
}

.zsbox span {
  margin: 10px;
  font-size: 20px;
  /* font-weight: bolder; */
  font-weight: 400;
  color: #E42020;
}

.yqbox {
  width: 100%;
  /* height: 110px; */
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* justify-content: space-around; */
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.yqbox>a {
  width: 18%;
  height: 60px;
  margin: 15px;
  display: block;
  overflow: hidden;
}

.yqbox>a>img{
  /*width: 100%;*/
  height: 100%;
}

.xlbox {
  width: 100%;
  height: 110px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xlbox select {
  width: 180px;
  height: 25px;
  margin: 10px;
  border: 1px #CBCBCB solid;
}

.demo:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #E42020;
  position: relative;
  top: 0px;
  left: 67px;
}

.dier .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.dier .swiper-pagination-bullet-active {
  background-color: #E42020 !important;
}

.pag>.swiper-visible-switch,.swiper-active-switch {
  background-color: #E42020 !important;
}

.dier {
  width: 20% !important;
  ;
  position: absolute;
  left: 82% !important;
  ;
}

.newerss>.swiper-container {
  width: 100%;
  height: 350px;
}

.pag {
  margin: 34px 0;
  top:262px !important;
}

.mrgzsb:hover p{
  color: #8495a7;
}





