.box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}
.tc{
	width:100%;
	text-transform: uppercase;
	color:#0b91db;
	padding:220px 0;
	font-size:30px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
#Contact .text.colorss p{color:#000;}
.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform,height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom:30px;
 left:0;
 width:100%;
 position: relative;
z-index: 999;
}
.swiper-pagination-bullet {
 width:10px;
 height:10px;
 display:inline-block;
 border-radius:100%;
 background:#000;
 opacity:.42
}
button.swiper-pagination-bullet {
 border:none;
 margin:0;
 padding:0;
 box-shadow:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -webkit-appearance:none;
 appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
 background:#ffffff;
  filter:alpha(opacity=50);   
      -moz-opacity:0.5;   
      -khtml-opacity: 0.5;   
      opacity: 0.5; 
}
.swiper-pagination-bullet-active {
 opacity:1;
 background:#0b91db
}
.swiper-pagination-white .swiper-pagination-bullet-active {
 background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
 background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets {
 right:10px;
 top:50%;
 -webkit-transform:translate3d(0,-50%,0);
 -moz-transform:translate3d(0,-50%,0);
 -o-transform:translate(0,-50%);
 -ms-transform:translate3d(0,-50%,0);
 transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:5px 0;
 display:block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:0 5px
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevd,.h_lHisNextd {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 49px;
	height: 49px;
	z-index: 9;
}

.h_lHisPrevd {
	left: -75px;
	background: url(../images/left.jpg) center center no-repeat;
}

.h_lHisNextd {
	right: -75px;
	background: url(../images/right.jpg) center center no-repeat;
}

.h_lHisPrevd:hover {
	left: -75px;
	background: url(../images/left_o.png) center center no-repeat;
}

.h_lHisNextd:hover {
	right: -75px;
	background: url(../images/right_o.png) center center no-repeat;
}

.header .top{
	background:#323232;
	line-height:34px;
	font-size:12px;
	color:#fff;
	font-family:宋体;
}
.header .top em i:nth-child(2){
	color:#0b91db
}
.header .top .ck {
	cursor:pointer
}
.header .top .ck span img{
	margin-left:6px
}
.header .top .ck{
	position:relative
}
.header .top .ck ul {
    position: absolute;
    width: 100%;
    top: 34px;
    border: 1px #dcdcdc solid;
    z-index: 99;
    background: #fff;
	display: none;
}
.header .top .ck ul li{
	text-align:center
}
.add_top{
	padding:25px 0
}
.add_top .search{
	margin-right:130px;
	width:580px;align-self: center;
}
.add_top .search p{
	background:#f4f4f4;
	height:44px;
	-moz-border-radius:8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-left:20px
}
.add_top .search p .text{
	height:44px;
	width:440px;
	border:0;
	background:none;
}
.add_top .search img{
	width:18px;
	align-self: center;
	height:18px;
}
.add_top .search .button{
	background:#0b91db;
	display:block;
	height:44px;	-moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor:pointer;
  color:#fff;
  border:0;
  width:90px;
  text-align:center;
}
.header .nav{
	background: url(../images/bg.jpg) repeat-x;
	height:54px;
	line-height:54px;
}
.header .nav  ul{
	background:url(../images/lime.png) no-repeat center right;
}
.header .nav li{
	text-align:center;
	width:16.6%;
	background:url(../images/lime.png) no-repeat;
}
.header .nav li.active,.header .nav li:hover{
	background:#0068b7
}
.header .nav li.active  a,.header .nav li:hover  a{
	font-weight:bold
}
.header .nav li a{
	color:#fff;
	font-size:16px;
	text-transform: uppercase; 
}
.header .nav li.actives .menu-pub .menu-down {
    display: block;
}
.header .top form{
	display:none
}
.menu-pub {
	position: relative;
}

.menu-down {
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: #0068b7;
	display: none;
	padding:10px 0
}

.header ul li .menu-pub dt {
	position: relative;
}
.header li.actives .menu-pub .menu-down {
    display: block;
}
.menu-down dl {
	position: relative
}

.header ul li .menu-pub dd a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 42px;
	height:auto;
	background:#0068b7
}

.header ul li .menu-pub dd a:hover {
	text-decoration:underline
}

.wap_nav{
	display:none
}
wap_nav span {
    display: block;
   width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #f8666b ;
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,transform .5s cubic-bezier(.77,.2,.05,1),width .5s;
    left: 0;
    transform-origin: 16px;
    border-radius: 3px;
    opacity: 1;
}
.wap_nav span:nth-of-type(2) {
    transition: width .5s ease;
}
.wap_nav .first-rotate {
    transform: rotate(-45deg);
	position: relative;
    top: 10px;
}
.wap_nav .last-rotate {
    transform: rotate(45deg);
	position: relative;
    top: 1px;
}
.wap_nav, .wap_img_sw {
    display: none;
}
.wap_nav  span.mid-width {
    width: 0;
    opacity: 0;
}
.wap_nav span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #0b91db;
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,transform .5s cubic-bezier(.77,.2,.05,1),width .5s;
    left: 0;
    transform-origin: 16px;
    border-radius: 3px;
    opacity: 1;
}
.wap_nav_sw {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    z-index: -1;
    opacity: 0;
    top: calc(.44rem - 100vh);
    transition: all .5s ease;
}

.header-show {
    top: 1.45rem;
    opacity: 1;
    z-index: 99999999999999;
	border-top: 1px #f5f5f5 solid;
}
.wap_nav_sw li.active a{
	color:#006aab 
}
.wap_nav_sw li {
    padding: 0.15rem 0.25rem;
    line-height: 40px;
    border-bottom: 1px #f5f5f5 solid;
}
.wap_nav_sw li a{
	display:block;
	text-transform: uppercase; 
}
.wap_nav_sw li.active a,.where a:hover{
	color:#0b91db
}
.wap_nav_sw li:nth-child(5) dl{
	border-top: 1px #f5f5f5 solid;
}
.wap_nav_sw li dd a{
	display:inline-block;
	padding-top:0.15rem;
	width:49%
}
.video .img_pop p img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99999;
}
.video .dvd{
	 display: none
}
#videoId {
    width: 100%;
    height: 645PX;
    object-fit: cover;
}
.pub_tit{
	color:#fff;
	font-weight:bold;
	font-size:34px;
	text-transform: uppercase;
	padding-top:75px 
}
.h_one{
	background:url(../images/bg_1.jpg) no-repeat;
	height:760px;
	width:100%;
}
.h_one .comBox6{
	margin-top:70px
}
.h_one .HisPrev {
    left: -120px;
    background: url(../images/lt.png) center center no-repeat;
}
.h_one .HisNext {
    right: -120px;
    background: url(../images/rt.png) center center no-repeat;
}
.h_one .HisPrev, .h_one .HisNext {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    width: 80px;
    height: 80px;
    z-index: 99;
}
.h_one .comBox6 dd,.Product .dl dd{
	background:#fff;
	padding:20px;	
}
.Product .dl dt,.Product .dl dt img,.h_one .comBox6 dt,.h_one .comBox6 dt img{
	height:320px;
	overflow:hidden;
	object-fit: cover;
	 -moz-border-radius:8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0
}
.h_one .swiper-container{
	text-align:left	
}
.h_one .comBox6 dd h2,.Product .dl dd h2{
	color:#333333;
	font-size:18px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}
.h_one .comBox6 dd p,.Product .dl dd p{
	color:#999999;
	font-size:14px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
margin:10px 0 15px 0;
line-height:24px;
}
.h_one .comBox6 dd em,.Product .dl dd em{
	display:block;
	width:100px;
	border:1px #999999 solid;
	line-height:36px;
	text-align:center;
	text-transform: uppercase;
	font-size:14px; 
}
.h_one .comBox6 dl:hover dd em,.Product .dl dl:hover dd em{
	border:1px #0b91db solid;
	color:#0b91db
}
.h_one .comBox6 dd em i,.Product .dl  dd em i{
	background:url(../images/to_n.png) no-repeat;
	width:20px;
	height:20px;
	background-size:20px 20px;
	display: inline-block;
	position:relative;
	top:5px;
}
.h_one .comBox6 dl:hover dd h2{
	color:#0b91db
}
.h_one .comBox6 dl:hover dd em i,.Product .dl dl:hover dd em i{
	background:url(../images/to_o.png) no-repeat;
	width:20px;
	height:20px;
	background-size:20px 20px;
	display: inline-block;
	position:relative;
	top:5px;
}

.h_tow{
	background:url(../images/bg_2.jpg) no-repeat;
	height:820px;
	width:100%;
}
.h_tow .dl{
	margin-top:70px
}
.h_tow .dl dl{
	width:388px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	cursor:pointer
}
.h_tow .dl dd{
	margin:20px auto
}
.h_tow .dl dt,.h_tow .dl dt img{
	 -moz-border-radius:8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow:hidden;
  height:240px;
}
.h_tow .dl dt img{
	width:100%;object-fit: cover;
}
.h_th{
	padding-bottom:55px
}
.h_th h2{
	font-size:48px;
	color:#0b91db;
	font-weight:bold;
	margin:60px auto
}
.h_th  a{
	display:block;
	width:220px;
	text-align:center;
	line-height:60px;
	background:#0b91db;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:800px;
  -webkit-border-radius: 800px;
  border-radius: 800px;
  margin:0 auto
}


.footer{
	background:#1e1e1e;
	padding:80px 0;
	color:#a1a1a1;
	font-size:15px;text-transform: uppercase; 
}
.footer a{
	color:#a1a1a1;
}
.footer span a{
	background:url(../images/lm.png) no-repeat  right;
	padding:0 15px;
	font-weight:normal;
	
}
.footer span{
	background:url(../images/lm.png) no-repeat;
}
.footer p{
	margin-top:25px
}
.footer p a{
	margin-left:35px
}
.add_top.wap_add_top{
	padding:0
}
.add_top.wap_add_top .search{
	display:none
}

.Materials{
	background:url(../images/bg_3.jpg) no-repeat;
	color:#fff;
	padding-bottom:120px;
	background-attachment:fixed;
  width:100%;
  height:100%;
  background-size: cover;
  -webkit-background-size: cover;
   -o-background-size: cover;
    background-position: center 0;
}
.Materials h2{
	font-size:30px;
	font-weight:bold;
	padding-top:85px
}
.Materials h3{
	font-size:18px;
	color:#fff;
	margin:8px 0;
	font-weight:normal
}
.Materials p{
	font-size:16px;
	line-height:34px;
	margin-top:40px;
	color:#e2e2e3
}
.Materials li p{
	margin-top:0
}
#pages{
	width:100%
}
.Materials ul{
	margin-top:35px
}
.Materials li{
	font-size:16px;
	line-height:32px;
	background:url(../images/dian.png) no-repeat 0 12px;
	padding-left:20px
}

#banner .text{
	font-size:48px;
	color:#fff;
	 position:absolute;
    top: 50%;
    left: 50%;text-transform: uppercase; 
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
}
#banner .text i{
	display:block;
	height:1px;
	width:75px;
	background:#fff;
	align-self: center;
}
#banner .text span{
	display:flex;
}
#banner .text  em{
	margin:0 30px
}

.Product{
	background:url(../images/bg_4.jpg) no-repeat;
  width:100%;
  height:100%;
  background-size: cover;
  -webkit-background-size: cover;
   -o-background-size: cover;
    background-position: center 0;
	padding-top:80px;
	background-attachment:fixed;
}
.Product .dl dl{
	width:388px;
	margin-left:18px;
	margin-bottom:50px
}
.Product .dl dl:nth-child(3n+1){
	margin-left:0;
}
.Product .dl dt,.Product .dl dt img{
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}


#pages li span,.page a,.page b {
    border: 1px #e0e0e0 solid;
    display: inline-block;
    height: 38px;
    text-align: center;
    line-height: 34px;
    margin: 0 3px;
    padding: 1px 14px;
    font-size: 14px;
	color:#717171;
    font-family: Arial, Helvetica, sans-serif;
  background:#ffffff
}
#pages li {
	display:inline-block
}
#pages li.active span,.page a:hover ,.page b{
    background: #0b91db;
	border:1px #0b91db solid;
    color: #fff;
}
.page{
	text-align:center;
	margin:0 auto;
	padding:0 0 50px 0
}
#cont .tit h2{
	color:#272727;
	font-size:40px;
	font-weight:bold;
	text-transform: uppercase; 
}
#cont .tit em{
	display:block;
	width:110px;
	height:5px;
	background:#0b91db;
	margin:15px 0 20px 0
}
#cont p{
	color:#464646;
	font-size:20px;
	margin-bottom:35px
}
#cont  h3{
	color:#272727;
	font-size:30px;
	font-weight: normal;
	margin-bottom:30px
}
.pre_net{
	color:#7d7d7d;
	font-size:18px;
	font-weight:normal;
	padding-bottom:50px
}
.pre_net a{
	color:#0b91db;
	font-size:18px;font-weight:normal;
	line-height:38px
}
.Application{
		background:url(../images/bg_5.jpg) no-repeat;
  width:100%;
  height:100%;
  background-size: cover;
  -webkit-background-size: cover;
   -o-background-size: cover;
    background-position: center 0;
	padding-top:80px;
	background-attachment:fixed;
}
.Application .one{
	color:#fff;
	padding-bottom:65px
}
.Application .one .tit h2{
	font-size:32px;
	text-transform: uppercase; 
}
.Application .one .tit em{
	display:block;
	width:110px;
	height:5px;
	background:#19dcff;
	margin:30px 0 20px 0
}
.Application .text{
	width:600px;
	padding-top:25px
}
.Application .img{
	width:560px;
}
.Application .text p{
	font-size:16px;
	line-height:33px
}
.Application .one:nth-child(odd) .text,.Application .one:nth-child(even) .img{
	float:left
}
.Application .one:nth-child(odd) .img,.Application .one:nth-child(even) .text{
	float:right
}

.Application .one:nth-child(even)  .tit h2{
	text-align:right
}
.Application .one:nth-child(even) .tit em{
	float:right
}


.about{
		background:url(../images/bg_6.jpg) no-repeat;
  width:100%;
  height:100%;
 
	padding-top:70px;
}
.about .tit h2{
	font-size:30px;
	color:#272727;
	font-weight:bold;text-transform: uppercase; 
}
.about .tit em{
	display: block;
width: 110px;
height: 5px;
background: #19dcff;
margin: 20px auto 50px auto;
}
.about .ab_cont p{
	color:#414141;
	font-size:17px;
	line-height:36px;
	margin-bottom:15px
}
.about .ab_cont p:last-child{
	padding-bottom:60px
}
.wap_nav_sw li.active dd a{
	color:#626262
}
.resear {
	padding-bottom:70px
}
.resear h2{
	color:#0b91db;
}
.resear .dl .txt{
	width:480px;
	padding-top:40px
}
.resear .dl .img{
	width:690px
}
.resear .dl .txt  p{
	color:#464646;
	font-size:16px;
	line-height:38px;
}
#Contact .about .tit h2{
	font-size:24px;
}
#Contact .about .tit em{
	margin:20px 0 35px 0
}
#Contact .text h2{
	margin-bottom:25px
}
#Contact .text p{
	color:#6e6e6e;
	font-size:16px;
	line-height:38px;
}
#Contact .text p a{
	color:#0b91db
}
#Contact .text{
	width:585px
}
#Contact .form{
	width:560px
}
#Contact .form p{
	display:flex;
	margin-bottom:15px
}
#Contact .form p em{
	width:95px;
	color:#9c9e9e;
	font-size:15px;
	text-align:right;
	margin-right:15px;
	align-self: center;
}
#Contact .form .text{
	border:1px #e6e6e6 solid;
	padding:15px; -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}
#Contact .form .textarea{
	border:1px #e6e6e6 solid;
	padding:15px; -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height:120px;
}
#Contact .form p:last-child em{
	align-self:baseline
}
.Submit{
	display:block;
	width:114px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:40px;
	background:#0b91db;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border:0;
  cursor:pointer;
  float:right;
  margin-bottom:30px
}
 
 .maped {
	width: 100%;
	height:395px;
}

.ab_map {
	position: relative;
	align-self: center;
}

.ab_map .contact_tc {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);width: 20%;
}

.ab_map .contact_tc .txted {
	padding: 25px;
	color: #666666
}

.ab_map .contact_tc .txted img {
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	margin-right: 10px
}

.ab_map .contact_tc .txt p {
	width: 75%
}