

/*å¤´éƒ¨æ ·å¼*/
.wh{max-width: 1650px;margin:0 auto;padding: 0 25px;}
.w1200{width: 1200px;margin:0 auto;}
.top1{height: 131px;}
.logo{line-height: 131px;float: left;}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #e60113;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .7em;
  outline: none;
  background: #fff;
  border-radius: 5px;
  width: 10px;
  height: 10px;
}


.x-banner .owl-carousel .owl-dots button.owl-dot.active {
 
  background: rgba(255, 255, 255, 0.45);
}


.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../image/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topr{
    position: relative;
    padding-right: 50px;
    float: right;
}
.topr .ss-btn{
    width:80px;
    height: 131px;
    background: url(../image/ss.png) no-repeat center;
    cursor: pointer;
}
.topr #formsearch{
    position: absolute;
    right: 0;
    top: 131px;
    z-index: 999;
    display: none;
    width: 214px;
}
.topr #formsearch input{
    line-height: 30px;
    height: 30px;
    border: none;
    outline: none;
}
.topr #formsearch #keyword{
    width: 160px;
    padding-left: 10px;
}
.topr #formsearch #s_btn{
    width: 50px;
    background: #e60113;
    color: #fff;
    text-align: center;
    padding: 0;
}

.yy{padding-left: 29px;background:url(../image/yy.png) no-repeat left center;color: #333333;font-size: 16px;line-height: 131px;}
.yy a{color: #333;}










/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 40px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 35px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
          transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}



.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #292e39;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

@media (max-width: 1280px) {
   #menu{margin-left: 4%;}
}
.xymob-head{display: none;}
@media (max-width: 1200px){
    .xymob-head{display: block;}
    .top1,.top{display: none;}
}
.wh2{max-width: 1250px;margin: 0 auto;padding:0 25px;}
.sou{line-height: 30px;margin:15px 0;}
.hotSearch{font-weight: normal;line-height: 30px;}
.hotSearch a{margin-right: 6px;}



.box1{margin: 30px 0;}
.box1 ul{display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.box1 ul li{background: url(../image/line2.png) no-repeat right center;}
.box1 ul li{color: #333333;font-size: 36px;}
.box1 ul li span{color: #c2c2c2;font-size: 16px;}
.box1 ul li:last-child{background: none;}
.box1 ul li:first-child{font-size: 18px;color: #333333;}
.box1 ul li span{display: block;}
.box1 ul li:first-child span{color: #c2c2c2;font-size: 24px;text-transform: uppercase;}
.xian{width: 26px;height: 2px;background-color: #0a3190;margin-bottom:6%;}
.box1 ul li:last-child .xian{background-color: #4fb233;}
.box1 ul li:nth-child(2) .xian{background-color: #003da5;}
.box1 ul li:nth-child(2){padding-right: 8%;}
.box1 ul li:first-child{padding-right: 5%;}


@media(max-width: 1253px){
    .box1 ul li:nth-child(2){padding-right: 7%;}
}

@media(max-width: 1175px){
    .box1 ul li{font-size: 24px;}
    .box1 ul li:first-child span{font-size: 18px;}
    .box1 ul li:nth-child(2){padding-right: 10%;}
}

@media (max-width: 982px) {
.box1 ul li:nth-child(2){padding:0 6%;}
}
@media (max-width: 950px) {
.box1 ul{display: block;}
.box1 ul li{margin-bottom: 20px;background: none;}
.box1 ul li,.box1 ul li:nth-child(2){padding:0;}
.box1 ul li:nth-child(2){display:none;}
.xian{margin-bottom: 3%;}
.box1 ul li:first-child{font-size: 16px;}
}


/*box2*/
.box2{background: url(../image/bj1.jpg) no-repeat top center;background-size: 100% 100%;padding: 7% 0 4.6% 0;}
.aleft{width: 53.5%;}
.aright{width: 36.8%;margin-top: 36px;}
.aright img{display: block;width: 100%;
    /*width: 578px;height: 505px*/
}
.aul{margin-left: 2%;display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;width: 70%;}
.aul li a{text-align: center;display: block;}
.aul li .img{width: 87px;height: 87px;background-color: #cdcdd4;border-radius: 50%;line-height: 87px;margin: 0 auto;}
.aul li .aa{color: #434343;font-size: 16px;margin-top: 15px;}
.aul li:hover .img{background: #003da5;}
.acon{font-size: 16px;line-height: 30px;color: #666666;margin-bottom: 8%;margin-top: 30px;}
.abt h3{font-size: 30px;color: #333333;}
.abt h3 span{display: block;color: #999999;font-size: 18px;text-transform: uppercase;font-weight: normal;margin-top: 15px;}
.abt a{display: block;text-transform: uppercase;color: #333333;font-size: 16px;text-decoration: underline;margin-top: 5px;}



@media(max-width: 1128px){
    .acon{font-size: 14px;line-height: 24px;margin-top: 20px;margin-bottom: 5%;}
}
@media(max-width: 900px){
 .aleft,.aright{width: 100%;float: none;}
}

@media(max-width: 500px){
    .aul{width: 90%;}
    .abt h3{font-size: 25px;}
    .abt h3 span{font-size: 14px;margin-top: 10px;}
    .aul li .img{width: 60px;height: 60px;line-height: 60px;}
}

@media(max-width: 900px){
    .aul{width: 90%;display:none;}
}

/*box3*/
.box3{background: url(../image/bj2.jpg) no-repeat top center;background-size: 100% 100%;padding: 3% 0 4% 0;}
.box3 .wh{background: url(../image/fk.png) no-repeat center 20px;background-size: 100% 97%;padding-bottom: 2%;}
.box3 h3{color: #ffffff;font-size: 36px;text-align: center;}

#certify {
    position: relative;
    margin: 60px auto 0;
    padding: 0 10%;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width:498px;
    height: 434px;
}
#certify  .swiper-slide img{
    display:block;width: 100%;
    box-shadow: 0px 3px 6px 0px 
        rgba(0, 0, 0, 0.06);
}
#certify  .swiper-slide p {
    line-height: 78px;
    padding-top: 0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
    display: none;
}
#certify  .swiper-slide-active img{
    box-shadow: 0px 3px 18px 1px 
        rgba(0, 0, 0, 0.5);
    border: solid 1px #d5d5d5;
}
#certify  .swiper-slide-active p{display: block;}
#certify  .swiper-slide .img{position: relative;}
.bj1{width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background:rgba(40,40,40,.28);}
#certify  .swiper-slide-active .bj1{display: none;}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left:54px;
    width: 71px;
    height: 49px;
    background: url(../image/lt.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    outline: none;
    z-index: 9999;
}

#certify .swiper-button-prev:hover {
   background: url(../image/lt1.png) no-repeat;
}

#certify .swiper-button-next {
    right:54px;
    width: 71px;
    height: 49px;
    background: url(../image/rt.png) no-repeat;
    background-size: 100%;
    outline: none;
    z-index: 9999;
}

#certify .swiper-button-next:hover {
   background: url(../image/rt1.png) no-repeat;
}



.slick-arrow{outline: none;background:none;border:none;font-size: 0;}
.pp{position: relative;display: none;}
.pul li{margin:0 10px;}
.pul li a img{display: block;width: 100%;}
.pul .slick-prev{
    left:-20px;
    width: 43px;
    height: 30px;
    background: url(../image/lt.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    outline: none;
    z-index: 9999;
    position: absolute;
    top:50%;
    margin-top: -15px;
}
.pul  p {
    line-height: 38px;
    padding-top: 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.pul .slick-prev:hover {
   background: url(../image/lt1.png) no-repeat;background-size: 100%;
}

.pul .slick-next {
    right:-20px;
    width: 43px;
    height: 30px;
    background: url(../image/rt.png) no-repeat;
    background-size: 100%;
    outline: none;
    position: absolute;
    top:50%;
    margin-top: -15px;
    z-index: 9999;
}

.pul .slick-next:hover {
   background: url(../image/rt1.png) no-repeat;background-size: 100%;
}

@media(max-width: 920px){
.pp{display: block;margin-top: 30px;}
#certify{display: none;}
.box3 .wh{background: url(../image/fk.png) no-repeat center 12px;background-size: 97% 96%;}
.box3 h3{font-size: 25px;}
.box3{padding: 35px 0;}

.pul .slick-prev{display: none! important;}
.pul .slick-next{display: none! important;}
}



/*box4*/
.pbox{margin:6% 0 5% 0;}
.pt{line-height: 42px;}
.pt h3{color: #333333;font-size: 36px;line-height: 36px;}
.xg{color: #003da5;font-size: 30px;margin: 0 15px;    line-height: 36px;}
.psort {width: 60%;text-align: right;}
.pbox{display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.p1{letter-spacing: 1px;color: #666666;font-size: 16px;}
.psort li{display: inline-block;margin-left: 1.5%;width: 21%;}
.psort li a{display: block;width: 100%; height: 42px;line-height: 40px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;text-align: center;letter-spacing: 1px;color: #333333;font-size: 16px; background-color: #ffffff; border-radius: 21px; border: solid 1px #dcdcdc;}
.psort li.cur a{background: #003da5;color: #fff;border-color: #003da5;}
.tab1{display: none;}
.pp1{display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.product_list1 li{float: left;width: 23%;margin-right: 2%;}
.product_list1 li a.img img{display: block;width: 100%;border: solid 1px rgba(0, 0, 0, 0.11);}
.product_list1 li h3 a{padding: 35px 0 25px 0;background:url(../image/line4.jpg) no-repeat bottom center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;background-size: 100%; letter-spacing: 1px;color: #333333;font-size: 16px;font-weight: normal;text-align: center;display: block;}
.product_list1{width: 96%;}
.pmore {width: 4%;background-color: #eeeeee;padding: 0 1%;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;line-height: 22px;}
.pmore a{display: block;color: #333333;font-size: 20px;}

@media(max-width: 1050px){
    .psort li{width: 30%;}
}
@media(max-width:1310px){
.p1{letter-spacing: 0;font-size: 14px;}
.pt h3{font-size: 30px;}
}
@media(max-width:768px){
.pt h3{font-size: 25px;}
.p1{letter-spacing: 0;font-size: 14px;}
.pbox{display: block;}
.psort{width: 100%;text-align: left;margin-top: 10px;}
.psort li{margin-left: 0;margin-right: 1%;width: 24%;}
.psort li a{font-size: 14px;}
.pp1{display: block;}
.product_list1{width: 100%;}
.product_list1 li{width: 46%;margin:0 2% 20px 2%;}
.product_list1 li h3 a{padding: 20px 0 15px 0;}
.pmore{width: 27%;margin:15px auto;line-height: 40px;}
.pmore a{display: block;font-size: 14px;}
}
@media(max-width:480px){
.psort li{width: 30%;}
.pmore{width: 35%;}

}




.box5{background:url(../image/bj3.jpg) no-repeat top center;background-size: 100% 100%;padding: 5% 0 3% 0;}
.box5 h3{color: #fff;font-size: 42px;text-align: center;}
.box5 h3 span{color: #003da5;}
.yul{ display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;align-items:flex-end; padding: 0 7%;padding-top: 6%;}
.yul li{width: 26%;height: 199px; margin-bottom: 4%;text-align: center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.yul li .bj2 .img{width: 25%;}
.yul li .bj2 .img img{max-width: 100%;}
.yul li p{font-size: 20px;color: #ffffff;margin-top: 20px;}

.ystel{color: #ffffff;font-size: 24px;text-align: center;line-height: 24px;}

.ys1{text-align: left;width: 75%;margin-left: 3%;}
.bj2{padding: 0 3%;align-items: center;justify-content: center;display: none;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.bj2 .yst{color: #ffffff;font-size: 20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.yul .ys1 p{color: #ffffff;opacity: 0.7;font-size: 15px;}
.yul li:hover .bj2{display: flex;padding: 2% 0;}
.yul li:hover .ybj{display: none;}
.yul li:hover{ transform: translateY(-14%);}
.youshi{border: solid 1px #ffffff;padding:12% 0;}
.yul li:hover .youshi{border-color: #003da5;}
.m1{text-align: center;font-size: 0;margin-top: 45px;}
.m1 a{display: inline-block;}
.m1 .more{display: inline-block;height: 67px;background-color: #003da5;line-height: 67px;width: 17%;}
.m1 .more a{display: block;color: #ffffff;font-size: 24px;text-align: center;}
.m1 .zi{background:#fff;line-height: 63px;text-align: center;font-size: 24px;color: #003da5;border:2px solid #003da5;width: 19%;text-transform: uppercase;}
.hidden{ display: none;}
.jq22{height: auto;}
.jq22 ul.list{overflow: hidden;}
.jq22 .more{overflow: hidden;padding:10px;text-align: center;}
.jq22 .more a{display: block;width: 80px;padding:8px 0;color:#fff;margin:0 auto;background:#333;text-align:center;border-radius:3px;}

.jg_bg{ text-align: center; margin-top: 75px;}
.jg_bg img{width: 85%;}

.jg_lsit{ max-width: 1660px; margin: 0 auto; width: 85%; display: flex;align-items: flex-start; justify-content:space-between;}
.jg_item{ width: 13%; border: 3px solid #0a1b51; padding: 70px 25px 55px; border-radius: 10px;}
.jg_item .tp1{ display: flex; align-items: center;font-size: 18px; color: #0a1b51;  justify-content: center; text-align: center;}
.jg_item .tp2{ font-size: 14px;color: #fff; display: none;}
.jg_item:hover{ border-color: #003da5; background: #003da5;height: 360px;padding: 40px 15px;}
.jg_item:hover .tp1{ display: none;}
.jg_item:hover .tp2{ height: 100%; display: flex; align-items: center; justify-content: center; line-height: 1.7   }

.jg_bg2{ height: 360px; width: 100%;}

.cont_bot{ display: flex; align-items:stretch; justify-content: space-between; margin-bottom: 80px;}
.cont_bot>div{ width: 49%;}
.box5 h3::after{    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #003da5;
    margin: 30px auto 0;}


@media(max-width: 1800px){
    .box5 h3{ font-size: 0.8rem;}
    .jg_item {
        padding: 0.9rem 0.4rem 0.8rem;
    }
    .jg_item .tp1{font-size: 0.3rem;}
    .jg_item .tp2{font-size: 0.24rem;}
}



@media(max-width: 1400px){
    .yul li{width: 30%;}
    .m1 .more a,.m1 .zi{font-size: 16px;}
    .bj2 .yst{font-size: 16px;}
    .yul .ys1 p{margin-top: 10px;}
}
@media(max-width: 1200px){
    .yul li:hover .bj2{padding: 0;}
    .yul li .youshi{padding:6% 0;}
    .yul li{height: 160px;}
    .yul li:hover{ transform: translateY(-10%);}
}
@media(max-width: 1030px){
    .yul .ys1 p{font-size: 12px;}
    .ybj .img img{max-width: 18%;}
    .yul li .bj2 .img img{max-width: 70%;}
    .yul li p{font-size: 14px;}
    .m1 .more{line-height: 50px;height: 50px;}
    .m1 .zi{line-height: 46px;}
    .yul li{height: 130px;}
    .yul{padding: 0 3%;padding-top: 6%;}
}

@media (max-width: 920px){
    .m1 .more a, .m1 .zi {
        font-size: 14px;
    }
    .bj2 .yst{font-size: 14px;}
}

@media (max-width: 768px){
    .yul li{width: 48%;}
    .ystel{font-size: 18px;}
    .ystel span{font-size: 24px!important;}
    .m1 .more{width: 25%;}
    .m1 .zi{width: 28%;}
    .box5{padding-bottom: 30px;}
    .box5 h3{font-size: 25px;margin:10px 0;}
}
@media (max-width: 728px){
    .m1 .more{width: 30%;}
    .m1 .zi{width: 33%;}
    
    .yul .ys1 p{margin-top: 0;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
    .yul{padding: 0;padding-top: 20px;}
    .yul li {height: 100px;}
}

@media (max-width: 520px){
.m1 .more{width: 36%;}
    .m1 .zi{width: 39%;}
}


@media (max-width: 440px){
    .m1 .more{width: 39%;}
    .m1 .zi{width:43%;}
    .m1 .more a, .m1 .zi{font-size: 12px;}
}



/*box6*/
.box6{background:url(../image/bj4.jpg) no-repeat top center;background-size: 100% 100%;padding: 4%  0;}
.box6 h3{text-align: center;letter-spacing: 2px;color: #333333;font-size: 36px;}
.zul {margin-top: 55px;padding: 0 2%;}
.zul .slick-prev,.zul .slick-next{position: absolute;width: 18px;height: 34px;margin-top: -17px;top:50%;z-index: 9999;}
.zul .slick-prev{background: url(../image/lt2.png) no-repeat top center;left: 0;}
.zul .slick-next{background: url(../image/rt2.png) no-repeat top center;right: 0;}
.zul li{margin:0 0.4%;}
.zul li a img{display: block;width: 100%;}



/*.box7*/
.box7{background:url(../image/bj5.jpg) no-repeat top center;background-size: 100% 100%;padding: 3.6%  0 3% 0;}
.rul{margin:0 -0.4%;}
.rul li{margin:0 0.4%;}
.rul li a img{display: block;max-width: 100%;}
.rul li h3{font-weight: normal;text-align: center;letter-spacing: 1px;color: #ffffff;font-size: 16px;margin-top: 27px;}
.bt1{text-align: center;}
.bt1 h3{color: #ffffff;font-size: 36px;}
.z1{letter-spacing: 1px;color: #e7e7e7;font-size: 16px;margin:23px 0 20px 0;}
.bt1 a{letter-spacing: 1px;color: #003da5;font-size: 18px;text-transform: uppercase;text-decoration: underline;}
.rul{margin-top: 25px;}

@media(max-width: 992px){
    .zul{margin-top: 30px;}
}
@media(max-width: 768px){
    .z1{margin: 12px 0;}
    .box6 h3,.bt1 h3{font-size: 25px;}
}
@media(max-width: 600px){
    .zul .slick-prev{left: -20px;}
    .zul .slick-next{right: -20px;}
    .box7{padding: 30px 0;}
    .m1{margin-top: 20px;}
     .zul{margin-top: 20px;}
.z1,.bt1 a{font-size: 14px;letter-spacing: 0;}

}




.box8{background: #f9f9f9;padding: 5% 0;}
.box8 .wh{display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.nlist{display: flex;justify-content: flex-start;flex-wrap: nowrap;display: -webkit-flex;}
.tab2{display: none;}
.nbt h3{color: #333333;font-size: 36px;margin-bottom: 26px;}
.nbt{color: #666666;font-size: 16px;margin-top: 58px;}
.nleft{width: 19.7%;}
.nright{width:80.3%;}
.nlist{margin: 0 -15px;}
.nlist li a.img img{display: block;width: 100%;}
.nbox{padding: 9% 5%;background:#fff;}
.nbox h3 a{display: block;color: #333333;font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nbox p{color: #a1a1a1;font-size: 14px;line-height: 30px;margin-top: 10%;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;height:120px;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.nbox span{display: block;color: #666666;font-size: 14px;margin-top: 20px;}
.nsort{margin-top: 40px;}
.nsort li{margin-bottom: 33px;}
.nsort li a{display: block;width: 154px;height: 39px;border-radius: 20px;border: solid 1px #d2d2d2;line-height: 37px;text-align: center;color: #333333;font-size: 16px;}
.nsort li.cur a{border: solid 1px #003da5;background: #fff;}


.nlist .xinwen{position: relative;}
.nmore a{display: block;color: #333333;font-size: 16px;text-transform: uppercase;text-decoration: underline;margin-top: 60px;}
.bj3{position: absolute;display: none;justify-content: center;flex-direction: column;top:0;left: 0;width: 100%;height: 100%;background: #003da5;background-size: 100% 100%;padding: 0 8%;}
.bj3 h3 a{display: block;color: #fff;font-size: 18px;text-align: left;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.bj3 p{color: #fff;font-size: 14px;line-height: 30px;margin-top: 13%;}
.bj3 span{display: block;color: #fff;font-size: 14px;margin-top: 12%;text-align: left;}
.jt a{display: block;margin-top: 50px;text-align: left;}

.nlist li:hover .bj3{display: flex;}
@media(max-width: 1521px){
    .nbt{margin-top: 18px;}
}
@media(max-width: 1160px){
    .nbt{font-size: 14px;}
   .nbt h3{font-size: 25px;margin-bottom: 10px;}
   .nsort{margin-top: 20px;}
   .nsort li{margin-bottom: 15px;}
}
@media(max-width: 1120px){
    .nmore a{margin-top: 30px;}
    .jt a{margin-top: 15px;}
    .jt a img{width: 20%;}
    .bj3 p{line-height: 24px;margin-top: 6%;}
    .bj3 span{margin-top: 6%;}
    .nbox p{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
}
@media(max-width: 956px){
    .nbt{font-size: 12px;}
    .nbox h3 a{font-size: 15px;}
    .nbox p{margin-top: 10px;}
}

@media(max-width: 875px){
.box8 .wh{display: block;}
.nsort li{float: left;margin-right: 2%;}
.nleft,.nright{width: 100%;}
.nsort li a{width: 120px;height: 35px;line-height: 35px;font-size: 14px;}
.nmore a{margin:0 0 20px 0;}
}
@media(max-width: 647px){
    .nlist{display: block;}
    .nlist li{margin-bottom: 0px;}
    .jt a img{width: 10%;}
    .nsort li{width: 30%;}
    .nsort li a{width: 100%;}
}






.box9{background-size: 100% 100%;}
.zleft{width: 50%;}
.zright{width: 50%;padding: 0 5% 2% 4%;}
.box9 .zleft{width: 0;}
.box9 .zright{width:100%;background:#003da5;    background-size: 100%;}

.nbt2 h3{color: #333333;font-size: 32px;margin-bottom: 15px;}
.nbt2{color: #333333;font-size: 18px;margin-bottom: 30px;padding-top: 60px;}
.zright .nbt2{color: #fff;}
.zright .nbt2 h3{color: #fff;}
.yan input{outline: none;padding-left: 21%; background: #f5f5f5;border-radius: 2px;border: solid 1px #e0e5e3;height: 50px;line-height: 48px;width: 100%;}
.yan ul span.m_label{color: #999999;font-size: 14px;height: 50px;padding-left: 21%; line-height: 50px;width: 100%;}
.yan .dz span.m_label{color: #999999;font-size: 14px;height: 50px;padding-left: 21%; line-height: 50px;width: 100%;}
.dz{width: 100%;position: relative;margin-bottom: 36px;}
.yan li{width: 45%;position: relative;margin-bottom: 36px; }
.yan li:last-child input{ background: #f5f5f5 url(../image/y2.jpg) no-repeat 5% center;background-size: 12%;}
.yan li input{background: #f5f5f5 url(../image/y1.jpg) no-repeat 5% center;background-size: 12%;}
.yan .dz  span.m_label{padding-left: 9%;}
.yan .dz input{padding-left: 9%;background: #f5f5f5 url(../image/y3.jpg) no-repeat 2.4% center;background-size: 5%;}
.mm1  textarea{outline: none;resize:none;padding: 0 0 0 2%; background: #f5f5f5;border-radius: 2px;border: solid 1px #e0e5e3;height: 192px;width: 100%; line-height: 48px;}
.mm1 {position: relative;}
.mm1 .c_label{padding: 0 0 0 2%;color: #999999;font-size: 14px;line-height: 50px;}
.yzm{line-height: 50px;}
.yzm  input#checkcode{padding: 0;line-height: 50px;height: 50px;padding-left: 2%;font-size: 14px;width: 160px;}
.yzm #checkCodeImg{margin: 10px 15px 0 15px;}
.yzm #change_code{font-size: 12px;margin-bottom: 10px; color: #666666;line-height: 50px;margin-right: 5%;}
.yan .msgbtn1{padding: 0;width: 144px;height: 45px;background-color: #003da5;border-radius: 2px;line-height: 45px;color: #fff;text-align: center;font-size: 16px;outline: none;border:none;outline: none;}
.yan #code{padding-top: 30px;}
.lx{color: #ffffff;padding-left: 19px;line-height: 36px;font-size: 16px;width: 85%;margin-top: 5px;}
.xul li{margin-bottom: 30px;    display: flex;
    align-items: center;}
.xul li .img{width: 13%;}

.ewm2 li{float: left;color: #ffffff;font-size: 16px;line-height: 46px;text-align: center;margin-right: 8%;}
.ewm2 img{max-width: 100%;border:5px solid rgba(255,255,255,.5);}
.box9 .wh{    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
}

.box9 .zright .wh{     max-width: 1600px;    flex-wrap: wrap;}
.zright .nbt2 {

    width: 100%;
}
.box9 .zright .wh .btc{    display: flex;
    width: 100%;
     align-items: stretch;
    justify-content: space-between;}
.box9 .zright .wh .btc .xul{    display: flex;
    flex-wrap: wrap;
       align-items: stretch;}
.box9 .zright .wh .btc .xul li{    width: 50%;    justify-content: flex-start;}
.box9 .zright .wh .btc .xul li:last-child{width:100%;}
.box9 .zright .wh .btc .xul li .img {
    width: auto;
}
.box9 .zright .wh .btc .xul li .lx{    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;}
.box9 .zright .wh .btc .xul li .lx span{ margin-right:20px;}



@media(max-width: 1287px){
.xul li .img img{max-width: 100%;}
.lx{line-height: 24px;}

}

@media(max-width: 970px){
.box9{background: none;}
.zleft,.zright{width: 100%;float: none;}
.box9 .wh{padding: 0;}
.zleft{padding: 0 25px;}
.nbt2{padding-top: 20px;margin-bottom: 20px;}
.nbt2 h3{margin-bottom: 5px;}
.zright{background:url(../image/lx2.jpg) no-repeat right center;background-size: 100% 100%;margin-top: 0px;padding: 30px 0% 30px 8%;}
.yan li,.dz{margin-bottom: 15px;}
.yan #code{padding-top: 10px;}
.xul li .img{width: 8%;}
}
@media(max-width: 820px){
.lx{font-size: 14px;margin-top: 0;}
.nbt2 h3{font-size: 25px;}
.nbt2{font-size: 12px;}
}
@media(max-width: 520px){

.xul li .img {width: 14%;}
.ewm2 li{width: 40%;}
.lx{font-size: 12px;padding-left: 8px;line-height: 20px;}
.xul li{margin-bottom: 20px;}
.yzm #checkCodeImg{    margin: 10px 5px 0 5px;}
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}


/*ä¸»ä½“æ ·å¼*/
#container{max-width:1230px;margin:0 auto;margin-top:10px;padding: 0 15px;}
.right .content img{max-width: 100%;max-height: 100%;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../image/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}

.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../image/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}




.foot{background:url(../image/foot.jpg) no-repeat top center;background-size: cover;padding: 3% 0 2% 0;}
.copyright{color: #ffffff;opacity: 0.8;font-size: 14px;text-align: right;margin-top: 15px;}
.copyright a{color: #fff;}
.dao{color: #ffffff;display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.dao a{color: #ffffff;font-size: 15px;}
.tright{width: 49%;}

@media(max-width: 1100px){
    .tlogo{margin-bottom: 15px;}
    .tlogo,.tright{width: 100%;}
    .copyright{text-align: left;}
    .foot{padding: 20px 0;}

}
@media(max-width:1200px){
    #container,.x-banner{margin-top: 60px;}
}

@media(max-width: 700px){
.dao{display: block;}
.dao a{width: 24%;display: inline-block;margin-bottom: 10px;}
}

@media(max-width:500px){
.dao a{font-size: 12px;}
.copyright{font-size: 12px;}
}

/*å‹æƒ…é“¾æŽ¥*/
.fks{
    background: #fff;
}
.f_link{padding-top:10px;line-height:30px;padding-bottom: 10px;}
.f_link a{padding-right: 6px;}

/*------------å†…é¡µ-------------------*/
.left .box{margin-bottom:10px;border-bottom: 1px solid #013a9b;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../image/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;display: none;}

.n_banner{width:100%;}
.n_banner img{max-width:100%; height:auto !important;width:auto !important;}
.left{width:100%;text-align:center;background: #0178dc;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:100%;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../image/nav.png) no-repeat 0% 100%;display:none;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}


#container1 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 10px;
}
.bannerbg {
    background: #f4f4f4;
}
.nimg {
    width: 260px;
    position: relative;
}
.ncontent {
    width: 868px;
    position: relative;
}
.news2 {
    margin-top: 30px;
}
.ntitle2 {
    border-bottom: 1px solid #eaeaea;
    height: 48px;
    position: relative;
}   





.ntitle2 span {
    display: block;
    padding: 0 10px;
    color: #02b2b5;
    font: 600 24px/48px "微软雅黑";

    float: left;
}
.ntitle2 span a{
    display: block;
    padding: 0 10px;
    color: #02b2b5;
    font: 600 24px/48px "微软雅黑";
    float: left;
}
.ntitle2 .as1{
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font: 400 14px/48px "微软雅黑";
    color: #999;
    text-transform: uppercase;
}
.news_list2 {
    margin-top: 20px;
}
.news_list2 li {
    width: 27%;
    float: left;
    margin: 0 3% 35px;
}
.news_list2 li a.img {
    display: block; height:131px;    overflow: hidden;
}
.news_list2 li a.img img {
    width: 100%;
}
.news_list2 li h3 a {
    display: block;
    font: 400 18px/23px "微软雅黑";
    padding: 15px 12px 10px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.news_list2 li p {
    padding: 0 12px;
    color: #808080;
    font: 400 14px/24px "微软雅黑";
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;    height: 48px;
}
.water {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.wimg {
    width: 34%;
    float: left;
}
.wimg img{display: block;max-width: 100%!important;height: 100%!important;}
.wtext {
    width: 65%;
}
.news_list3 li {
    position: relative;
    border-bottom: 1px dashed #dbdbdb;
}
.news_list3 li a {
    display: block;
    font: 400 16px/46px "微软雅黑";overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}
.news_list3 li span {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    font: 400 16px/46px "微软雅黑";
}

.animated{transition:.5s;}

.ntitle2 a{
    float:right;
    font-size: 14px;
}

.page1{
   width:300px; 
   float:right;
}

.sort .layer1:hover .layer2{
    display: block !important;
    background:rgba(255,255,255,.5);
    text-align: center;
}



.picScroll-left1{
    position: relative;
}
.picScroll-left1 .hd{
    /* overflow:hidden; */
    height:30px;
    /* background:#f4f4f4; */
    /* padding:0 10px; */
    position: absolute;
    bottom:10px;
    /* text-align:  center; */
    width: 100%;
    z-index: 999;
}
.picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{
    position: absolute;
    top: -185px;
    width: 35px;
    height: 66px;
    z-index:  9999;
    cursor:  pointer;
    display: none;
}

.picScroll-left1 .hd .next{ 
    background: url(../image/right1.png) no-repeat;
    right: 0px;
}
.picScroll-left1 .hd .prev{
    background: url(../image/left1.png) no-repeat;
    left:0px;
}
.picScroll-left1 .hd .prevStop{ background-position:-60px 0; }
.picScroll-left1 .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left1 .hd ul{/* float:right; */overflow:hidden;zoom:1;margin-top:10px;zoom:1;text-align:  center;width: 100%;}
.picScroll-left1 .hd ul li{/* float:left; */width:9px;height:9px;overflow:hidden;margin-right:5px;text-indent:-999px;cursor:pointer;background:url("../image/icoCircle.png") 0 -9px no-repeat;display:  inline-block;}
.picScroll-left1 .hd ul li.on{ background-position:0 0; }

.picScroll-left1 .bd{}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.product_detail .img .picList1 li{
    float:left;
    overflow:  hidden;
 
}
.product_detail .img .picList1 li img{
   
    display:  block;
    overflow:  hidden;
}


.picList1{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.picList1 li{
    float: left;
    width: 280px;
    margin: 0 10px;
}

.picList1 li img{
    width: 100%;
}

.picList1 li h3 a{
        color: #ccc;
    font-size: 14px;
    background: #666;
    width: 226px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    height: 40px;
    display: block;
    margin-top: 10px;
}


.slick-initialized .slick-slide a>div{
height: 255px;
display: flex;
    align-items: center;
    justify-content: center;
}
.slick-initialized .slick-slide a>div img{

max-height:100%
}
#map label,#map img{    max-width: initial; max-height: initial;}

.pc-none{display:none}
.m-none{display:block}









@media(max-width: 768px){
    .sort li a{font-size: 14px;line-height: 30px;}
    .picList1 li{margin:0;}
    .news_list2 li h3 a{padding: 0;font-size: 15px;}
    .news_list2 li p{font-size: 12px;line-height: 20px; height:45px;}
}
@media(max-width:960px){
    .ntitle2{margin-top: 0;}
}
@media(max-width:900px){
    .wimg{text-align: center;}
.wimg img{max-width:100%;margin:0 auto;}
.wimg,.wtext{width: 100%;float: none;}
}
.amore a{display:none;}
@media(max-width:768px){
   .news_list2 li{width: 46%;margin:0 2% 15px;}
   .abt a{display:none;}
   .amore a{display: block;text-transform: uppercase;color: #333333;font-size: 16px;text-decoration: underline;margin-top: 5px;text-align:center;}
   .aright img{width:100%;height:100%;}
   .nlist li a.img{width:90%;margin:0 auto;display:block;}
   .zleft{display:none;}
   .news_list li span{position:relative;}
.news_list2 li a.img{     height: 80px;
    overflow: hidden;}

.m-none{display:none}
.pc-none{display:block}

.box5.pc-none img{max-width:100%;    padding: 0;}


}




@media(max-width:600px){
    .news_list3 li a{font-size: 14px;}
    .news_list3 li span{display: none;}
    .news_list li a{font-size: 14px;line-height: 23px;}
.box5 h3::after,.jg_bg{display:none}
.jg_bg{ margin-top:30px;}

.jg_lsit{    flex-wrap: wrap;    margin-top: 30px;}
.jg_item{width:48.5%;    padding: 20px 15px 18px; margin-bottom:20px;}
.jg_bg2{height:auto;}
.jg_item:hover{height:auto;}
.jg_item .tp1 {
    font-size: 0.3rem;
}
.box9 .wh{    display: block;}
.cont_bot>div{width:100%; }
.cont_bot{ display: block;}
.cont_bot>div.cont2{    height: 400px;}

.box9 .zright{padding: 20px;}

.box9 .zright .wh .btc{    flex-wrap: wrap;}
.box9 .zright .wh .btc .xul li{width:100%;}
.tlogo>P{    text-align: center;}
.right .content img{height: auto !important;}

.x-banner .owl-carousel .owl-dots button.owl-dot{zoom:0.75}
.right .content{    line-height: 1;}


}



