@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.swiper1 .swiper-pagination {
  display: inline-block;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #0279CC;
  width: 20px;
  border-radius: 5px;
}
.swiper1 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(next.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(prev.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.tit {
  font-size: 30px;
  margin: 60px auto;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.tit span {
  color: #0279CC;
  font-weight: bold;
}
.index-about {
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-left {
  width: 600px;
}
.index-about .index-about-left h3 {
  color: #0279CC;
  font-size: 18px;
  font-weight: bolder;
}
.index-about .index-about-con {
  font-size: 14px;
  color: black;
  margin-bottom: 30px;
}
.index-about .index-about-con p {
  margin-top: 20px;
  line-height: 23px;
}
.index-about .index-about-right {
  width: 520px;
}
.index-about .index-about-right .video_cover {
  width: 100%;
}
.roll_box {
  -webkit-perspective: 500px;
  perspective: 500px;
  position: relative;
}
.roll1 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 50% 50% -25px;
  -ms-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.roll2 {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 50% 50% -22px;
  -ms-transform-origin: 50% 50% -22px;
  transform-origin: 50% 50% -22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  display: none\9;
}
.roll_box:hover .roll1 {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  display: none\9;
  z-index: 0;
  opacity: 0;
}
.roll_box:hover .roll2 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  display: block\9;
  z-index: 1;
  opacity: 1;
}
.more1 a {
  display: block;
  width: 180px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.more1 .face1 {
  border: 1px solid #0279CC;
  line-height: 40px;
  font-size: 0;
  color: #0279CC;
  text-align: center;
  height: 40px;
}
.more1 .face1 .t {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  vertical-align: top;
  opacity: 1;
}
.more1 .face2 {
  background: #0279CC;
  border: 1px solid #0279CC;
  color: #fff;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  height: 40px;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
}
.more1 .face2 .t {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  vertical-align: top;
}
.company-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.company-num dl {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-num .bor {
  width: 1px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 200;
  height: 200px;
}
.company-num dl dt {
  margin-right: 40px;
}
.company-num dl dt h3 {
  font-size: 16px;
  color: #7d7d7d;
  display: block;
  margin-bottom: 10px;
}
.company-num dl dt span {
  font-size: 32px;
  color: #0279CC;
  font-weight: bolder;
  font-family: Arial;
}
.company-num dl dt b {
  font-size: 16px;
  color: #0279CC;
}
.bg {
  background-color: #5AAFEB;
  overflow: hidden;
}

.ftbg {
  background-color: #f8f9fc;
  overflow: hidden;
}
.onn {
  margin-bottom: 20px;
}
.onn.index-news-con {
  /* padding: 20px; */
  box-sizing: border-box;
}
.onn.index-news-con h3 {
  font-size:18px;
  color: #0279CC;
  font-weight: bold;
  margin-bottom: 10px;
}
.onn.index-news-con p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.owl-carousel .owl-buttons {
  height: 70px;
  margin-top: -70px;
}
.owl-carousel .owl-buttons div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.owl-carousel .owl-buttons .owl-prev {
  position: absolute;
  left: -130px;
  top: 50%;
  margin-top: -35px;
  background: #ededed url(prev.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-prev:hover {
  background: #0168b7 url(prev.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  right: -130px;
  top: 50%;
  margin-top: -35px;
  background: #ededed url(next.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next:hover {
  background: #0168b7 url(next.png) center center no-repeat;
}
.owl-carousel .owl-pagination {
  display: none;
}
.owl-guestlist .item {
  background-color: #f8f9fc;
  display: block;
  margin: 20px;
  text-align: center;
  height: 340px;
}
.owl-guestlist .item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 30px auto;
}
.owl-guestlist .item h3 {
  display: block;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.owl-guestlist .item p {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}
.owl-guestlist .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.index-productlist {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  flex-wrap: wrap;
}
.index-productlist a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  background-color: #fff;
  width: 214px;
  height: 182px;
  margin-bottom: 30px;
  cursor: pointer;
}
.index-productlist a img.icon2 {
  display: none;
  width: 79px;
}
.index-productlist a img.icon1{width:89px}
.index-productlist a:hover {
  background: url(hx_bg.png);
  background-size: 100%;
}
.index-productlist a:hover img.icon2 {
  display: block;
}
.index-productlist a:hover img.icon1 {
  display: none;
}
.index-productlist a h3 {
  font-size: 14px;
  text-align: center;
  display: block;
  color: black;
  margin-top: 45px;
}
.index-productlist a:hover h3 {
  color: white;
}
.index-guest {
  margin-bottom: 60px;
}
.more2 {
  text-align: center;
  margin-top: 20px;
}
.more2 A {
  display: block;
  width: 240px;
  line-height: 50px;
  color: #0279CC;
  border: 1px solid #0279CC;
  border-radius: 5px;
  margin: 0 auto;
}
.more2 A:hover {
  background-color: #0279CC;
  color: #fff;
}
.owl-hdlist {
  margin-bottom: 20px;
}
.owl-hdlist .item {
  margin: 0 20px;
}
.owl-hdlist .item img {
  width: 100%;
  height: 200px;
}
.owl-hdlist .item {
  display: flex;
  flex-direction: column;
}
.owl-hdlist .item h3 {
    font-size: 18px;
    color: #626262;
    line-height: 25px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    margin-top: 5px;
}
.owl-hdlist .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.owl-hdlist .item .mo {
  display: flex;
  align-items: center;
  /* margin-top: 20px; */
  /* height: 25px; */
}
.owl-hdlist .item .mo .time {
  width: 65%;
}
.owl-hdlist .item .hdmore {
  display: block;
  width: 0;
  position: relative;
  border-top: 1px solid #408dc9;
  transition: all 0.5s ease;
}
.owl-hdlist .item:hover .hdmore {
  width: 30%;
}
.owl-hdlist .item .hdmore .jt {
  position: absolute;
  top: -13px;
  right: -13px;
  font-size: 17px;
  color: #408dc9;
  opacity: 0;
  transition: all 0.5s ease;
}
.owl-hdlist .item:hover .jt {
  opacity: 1;
}
.sc1 {
  height: 220px;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
.sc1 .bd ul li,.sc1 .bd ul li a{
  float: left;
  height: 100px;
  list-style: none;
  margin: 0 5px 20px 5px;
}
.bd ul li a{cursor:pointer}
.sc1 .bd ul li a img {
  width: 188px;
  height: 68px;
  border: 1px solid #eee;
}
.sc2 {
  height: 220px;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}
.sc2 .bd ul li,.sc2 .bd ul li a {
  float: left;
  height: 60px;
  list-style: none;
  margin: 0 10px 20px 0px;
}
.sc2 .bd ul li a img {
  width: 158px;
  height: 58px;
  border: 1px solid #eee;
}
.imglist {
  display: none;
}
.owl-plist {
  margin-bottom: 50px;
}
.owl-plist .item {
  display: block;
  margin: 0 20px;
  position: relative;
  text-align: center;
}
.owl-plist .item img {
  width: 100%;
}
.owl-plist .item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
  z-index: 20;
  font-size: 14px;
  color: white;
  display: none;
}
.owl-plist .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 187, 0.5);
  z-index: 10;
  display: none;
}
.owl-plist .item:hover h3 {
  display: block;
}
.owl-plist .item:hover::before {
  display: block;
}
.w3cFocus{width:100%;position:relative;height:450px;margin-bottom:50px;}	
.w3cFocus .prev,.w3cFocus .next{ position:absolute;  display:block;  left:10px; top:140px; width:46px; height:62px; background:url(focusAdvBg.png) no-repeat; filter:alpha(opacity=80);opacity:0.8;}	
.w3cFocus .next{ left:auto; right:10px; background-position:-46px 0; }	
.w3cFocus .prev:hover,.w3cFocus .next:hover{filter:alpha(opacity=100) !important;opacity:1 !important;}	
.w3cFocusIn{width: 1160px;height: 450px;position:relative;margin:0 auto;overflow:hidden;}
.w3cFocusIn .bd li{ vertical-align:middle; }
.w3cFocusIn .bd li img{width: 1160px;height: 450px;display:block;}
.w3cFocusIn .hd{ position: absolute; right:4px; bottom:6px;  }	
.w3cFocusIn .hd ul{ vertical-align:middle; display:inline-block; *display:inline; overflow:hidden; zoom:1; }
.w3cFocusIn .hd ul li{  position:relative; float:left; display:inline; padding-top:4px;  margin-right:6px; filter:alpha(opacity=80); opacity:0.8;  cursor:pointer;  }	
.w3cFocusIn .hd ul li img{ width:130px; height:46px; border:2px solid #fff; display:block;  }
.w3cFocusIn .hd ul li.on{ filter:alpha(opacity=100);opacity:1; background:url(focusArrow.png) center 0 no-repeat; }
.w3cFocusIn .hd ul li.on img{ border:2px solid #3499EA; border-bottom-width:4px;   }
.box{height: 340px;overflow: hidden;position: relative;}
.box-1 ul{
    width: 100%;
}
.box-1 ul li{height: 340px;position: relative;overflow: hidden;width: 100%;}
.box-1 ul li img{display:block;height: 340px;width: 100%;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right: 30px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{
				position: absolute;
				color: white;
				background: rgba(125,125,120,.3);
				width: 50px;
				height: 80px;
				top:50%;
				font-family: "宋体";
				line-height: 80px;
				font-size:60px;
				margin-top: -40px;
				text-align: center;
				cursor: pointer;
				}
.box-3 .prev{/* left: 10px; */}
.box-3 .next{right: 15px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}

.more3 {
    margin-bottom: 60px;
    margin-top: 20px;
}
.box-1 {
    width: 100%;
}
.div_btn{border-bottom: 1px solid #ccc;height: 40px;}
.div_btn a {
	display: inline-block;
	color: #fff;
	line-height: 40px;
	background: #287cf1;
	padding-left: 20px;
	float: right;
	border-bottom: 0;
	width: 140px;
}
.div_btn a:hover {
	padding-left: 40px;
	text-align: left;
}
.div_btn a, .div_btn a:after, .div_btn a:before,.div_btn, .div_btn:after, .div_btn:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.bor.bornone {
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .tit {
    margin: 20px auto;
    font-size: 20px;
  }
  .index-about {
    flex-direction: column;
  }
  .index-about .index-about-left {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .index-about .index-about-right {
    width: 100%;
    order: 1;
  }
  .video_cover {
    width: 100%;
  }
  .more1 a {
    margin: 0 auto;
    margin-right: 20px;
  }
  .company-num {
    flex-direction: column;
    border: 1px solid #E7E7E7;
  }
  .company-num .bor {
    width: 100%;
    height: 1px;
  }
  .company-num dl {
    height: 150px;
  }
  .owl-newslist .item {
    display: block;
  }
  .owl-newslist .item img {
    width: 100%;
  }
  .owl-carousel .owl-buttons {
    display: none;
  }
  .owl-carousel .owl-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .owl-carousel .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #959595;
    margin-right: 5px;
    *display: inline;
    *zoom: 1;
  }
  .owl-carousel .owl-pagination .active {
    background-color: #0168b7;
  }
  .index-productlist a {
    width: 46%;
    height: 100%;
    min-height: 180px;
    padding: 20px 0;
    margin: 10px 2%;
    box-sizing: border-box;
  }
  .sc1,.sc2 {
    display: none;
  }
  .imglist {
    display: block;
    overflow: hidden;
  }
  .imglist li {
    width: 48%;
    margin: 10px 1%;
    height: auto;
    float: left;
  }
  .imglist li img {
    width: 100%;
    height: 70px;
    border: 1px solid #E7E7E7;
  }
  .more2 A {
    display: block;
    width: 50%;
    line-height: 40px;
  }
  body > div.index-news.bg > div > div.row > div.onn.index-news-con.col-md-6.col-xs-12.wow.fadeInUp.animated > a:nth-child(1) > h3{margin-top:25px}
  .owl-hdlist .item img {
      height: 100%;
  }
  .w3cFocus{width:100%;position:relative;height: 150px;margin-bottom: 0;}	
.w3cFocus .prev,.w3cFocus .next{ position:absolute;  display:block;  left:10px; top:45px; width:23px; height:31px; background:url(m_focusAdvBg.png) no-repeat; filter:alpha(opacity=80);opacity:0.8;}	
.w3cFocus .next{ left:auto; right:10px; background-position:-23px 0; }	
.w3cFocus .prev:hover,.w3cFocus .next:hover{filter:alpha(opacity=100) !important;opacity:1 !important;}	
.w3cFocusIn{width: 100%;height: 200px;position:relative;margin:0 auto;overflow:hidden;}
.w3cFocusIn .bd li{ vertical-align:middle; }
.w3cFocusIn .bd li img{width: 100%;height: 150px;display:block;height: auto;}
.w3cFocusIn .hd{position: absolute;right:4px;bottom:6px;display: none;}	
.w3cFocusIn .hd ul{ vertical-align:middle; display:inline-block; *display:inline; overflow:hidden; zoom:1; }
.w3cFocusIn .hd ul li{  position:relative; float:left; display:inline; padding-top:4px;  margin-right:6px; filter:alpha(opacity=80); opacity:0.8;  cursor:pointer;  }	
.w3cFocusIn .hd ul li img{ width:130px; height:46px; border:2px solid #fff; display:block;  }
.w3cFocusIn .hd ul li.on{ filter:alpha(opacity=100);opacity:1; background:url(focusArrow.png) center 0 no-repeat; }
.w3cFocusIn .hd ul li.on img{ border:2px solid #3499EA; border-bottom-width:4px;   }
.box{height: 240px;margin-bottom:30px}
.box-1 ul li img{display:block;height: 240px;width: 100%;}
.box-1 ul li{height: 240px;}
}
