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

.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;
	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:160px;
 left:0;
 width:100%;
 position: relative;
z-index: 999;
text-align:right;
	padding-right:360px
}
.swiper-pagination-bullet {
 width:60px;
 height:3px;
 display:inline-block;
 background:#fff;
}
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 {
	background:#f7d53b
}
.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-left:20px
}
.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 ul li {
	line-height: 100px;
	text-align: center;
}

.header ul li i {
	margin-left:10px;
	color: #e6e6e6;
}

.wap_nav {
	display: none
}

.menu-pub dl {
	background: #fff
}
.header ul li .menu-pub dd{
	margin-bottom:25px
}
.header ul li .menu-pub dd a {
	color: #0083ca;
	width: 100%;
	position:relative;
	font-size:18px;
	background:url(../images/dian_n.png) no-repeat 0 19px;

}
.header ul li .menu-pub dd p{
	font-size:14px;
	color: #6c6c6c;
}
.header ul li .menu-pub dd a:hover {
}
.header ul li .menu-pub dd a h2 i{
	-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-right:0
}
.header ul li .menu-pub dd a:hover h2 i ,.header ul li .menu-pub dd.cur a h2 i {
	background:url(../images/rr.png);
	display:inline-block;
	width:11px;
	height:11px;
	margin-right:5px
}
.header ul li .menu-pub dd a  i{
	color:#404040;
}
.header ul .menu-pub dd a {
	line-height: 30px;
	font-size: 15px;
	display: block;
}

.header ul li.ip{
	width:1px;
	background:#e6e6e6;
	height:13px;
	align-self: center;
}
.header  li.actives .menu-pub .menu-down {
	display: block
}
.header  li:nth-child(1) .menu-down{
	left:-27px
}
.menu-down {
	margin-top: 0;
	position: absolute;
	z-index: 999;
	width: 1200px;
	left:0;
	display: none;
}

.header ul li a {
	color: #000000
}

.header ul li a{
	color:#202020;
	font-size:18px;
}
.header ul li.active a,.header ul li:hover a {
	color: #0083ca
}

.header ul li.active a em {
	display: inline-block;
	background: #006aab;
	height: 3px;
	width: 50%;
	position: absolute;
	bottom: -3px;
	left: 25%;
}

.header  ul {
	width: 700px;
}

.header ul li dl{
	text-align:left;
	background:#fff;
	padding:10px 0 0 0;
	display:flex;
	flex-wrap:wrap;
}
.header ul li dl dd{
	width:25%
}
@font-face {
	font-family: "Fette";
	src: url("fette-engschrift.eot");
	src: url("fette-engschrift.eot?#iefix") format("embedded-opentype"),
		 url("fette-engschrift.woff") format("woff"),
		 url("fette-engschrift.ttf") format("truetype"),
		 url("fette-engschrift.svg#fette-engschrift") format("svg");
	font-style: normal;
	font-weight: normal;
}

.header ul li dl p.actives{
	display:block
}
.header  dl,.header  dt,.header .btn,.header h1{
	align-self: center;
}
.header .btn {
	display:flex;justify-content:space-between ;
}
.header .btn a{
	font-size:18px;
	color:#0097fc;
	width:110px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
}
.header .btn a:nth-child(2){
	background:#0097fc;
	color:#fff;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.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;
}
.fix{
	top:0;
	position:fixed;
	width: 100%;
background: #fff;
z-index:99999;
box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
}
.wap_nav_sw li dl{
	display:none
}
.wap_nav_sw li.active a.flex i{
transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);	
}
.wap_nav_sw li.active  dl{
	display:block
}
.wap_nav_sw li dd {
    display: flex;
    margin-top: 0.15rem;
	flex-wrap:wrap
}
.wap_nav_sw li.active a.flex{
	color: #4a9736;
font-size: 17px;
font-weight: bold;
}
.wap_nav_sw li {
    line-height: 32px;
    border-bottom: 1px #f5f5f5 solid;
}

.header .menu-down dd{
	padding:0 25px
}
.header .menu-down dd i{
	margin-left:0;
}

#swiper .swiper-slide:nth-child(4) .txt p{
	width:490px 
}
#swiper .txt h2{
	font-size:34px;
	font-weight:  bold;
	margin-bottom:8px;
	text-align: left;
	
}
#swiper .txt a{
	display:flex;
	justify-content:space-between ;
	width:220px;
	line-height:55px;
	background:#efbf3f;
	color:#fff;
	font-size:20px;
	margin-top:40px;
	padding:0 35px
}
#swiper .txt a img{
	width:14px;
	height:14px;
	align-self: center;
	position: relative;
top: 1px;
}
#swiper .txt p{
	font-size:20px;
	text-align: left 
}
#swiper .txt{
	text-align:center;
	color:#fff;
	position:absolute;
    top: 35%;
    left:360px;
    transform: translate(0%, -50%);-webkit-transform:translate(0%, -50%);
}


.home_four .box {
	margin-top:-135px;
	position:relative;
	z-index:9999
}
.home_four dl{
	width:290px;
	height:265px;
	background:#189dff;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding:30px;
  color:#fff;
  font-size:20px;
}
.home_four dd p{
	font-size:48px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px
}
.home_four dd p i{
	font-size:40px;
}
.home_four dt{
	text-align:right
}

.pub_tit{
	padding-top:60px
}
.pub_tit h2{
	font-size:26px;
	font-weight:bold
}
.pub_tit em{
	font-size:16px;
	color:#3d3c3c
}
.pub_tit i{
	display:block;
	background:#5877b8;
	width:55px;
	height:1px;
	margin:15px auto
}

.pt_dl{
	padding:60px 0
}
.home_home h2{
	color:#0083ca;
	font-size:20px;
}
.home_home p{
	color:#6c6c6c;
	font-size:16px;
}
.pub_tit.white,.pub_tit.white em{
	color:#fff
}
.pub_tit.white i{
	background:#ffffff
}

.h_one .img{
	width:580px;
}
.h_one .text{
	width:525px;
}
.h_one .text dl{
	display:flex;
	padding-top:35px;
	justify-content:space-between ;
}
.h_one .text dl:nth-child(1){
	padding-top:0
}
.h_one .text dd{
	width:480px
}
.h_one .text p{
	padding:15px 0 35px 0;
	border-bottom:1px #e2e2e2 dashed;
	line-height:30px;
}
.h_one .text dl:last-child p{
	border-bottom:0
}
.h_one .text dt{
	position:relative;
	top:-3px
}

.h_tow{
	background:#f9f9f9
}

.h_tow dl{
	width:29.33%;
	display:flex;
	justify-content:space-between ;
}
.h_tow dd{
	width:250px
}
.h_tow dt{
	align-self: center;
}
.h_tow dd p{
	line-height:24px;
	margin-top:10px
}
.h_tow dl:nth-child(2){
	border-left:1px #dfdfdf  dashed;
	border-right:1px #dfdfdf dashed;
	padding: 0 30px;
width: 35%;
}

.h_th{
	background:url(../images/h_bg_1.jpg) no-repeat;background-size: 100%;
}
.h_th dl{
	width:380px;
	background:#fff;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
  padding:45px;
  box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.07);
}
.h_th dl h2{
	color:#000;
	padding:10px 0 15px 0
}
.h_th dl p{
	color:#373737;
	line-height:26px
}
.h_th dl i{
	display:block;
	width:65px;
	height:1px;
	background:#666666;
	margin:0 auto 15px auto
}

.h_four .pub_tit {
	padding-top:0
}
.h_four .h_lHisPrev, .h_four .h_lHisNext {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 118px;
  z-index: 99;
}
.h_four .h_lHisPrev {
    left:-80px;
    background: url(../images/lt.png) center center no-repeat;
}
.h_four .h_lHisNext {
    right: -80px;
    background: url(../images/rt.png) center center no-repeat;
}
.h_four  dl{
	position: relative;
	cursor:pointer;
	-webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}
.h_four dd{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
	width:78%
}
.h_four h2{
	margin:9px auto 17px auto;
	width:81%
}
.h_four dl h2,.h_four p{
	color:#fff
}
.h_four dt p{
	background:#189dff;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	 filter:alpha(opacity=60);   
      -moz-opacity:0.60;   
      -khtml-opacity: 0.60;   
      opacity: 0.60;
}
.h_four dt img{
	  width:100%
}
.h_four dd p{
	-webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   display:none
}
.h_four dl:hover dd p{
	display:block
}

.h_five{
	background:#f9f9f9;
	border-bottom:1px #f1f1f1 solid;
	border-top:1px #f1f1f1 solid;
}

.h_five dl{
	width:270px;
}
.h_five dt{
	height:160px;
	overflow:hidden;
	 -moz-border-radius:10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}
.h_five dd{
	padding:25px;
	padding-top:20px;
	padding-right:50px;
	background:#fff;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.05);
	 -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  min-height:230px
}
.h_five dd h2{
	color:#000;
	margin-bottom:15px
}
.h_five dd p{
	color:#373737;
	line-height:34px;
	background:url(../images/bk.png) no-repeat 0 15px;
	padding-left:12px
}
.h_five dd p.red{
	color:#f5252e;
	background:url(../images/rd.png) no-repeat 0 15px;
}
.h_five dd p img{
	margin-left:10px
}

.h_six .swiper-slide img{
	border:2px #e0e0e0 solid;
	 -moz-border-radius:12px;
  -webkit-border-radius: 12px;
  border-radius: 12px
}

.h_senven .put_title h2{
	font-size: 26px;
font-weight: bold;
}
.h_senven .put_title span{
	font-size: 16px;
	color:#3d3c3c;
	text-transform: uppercase; 
}
.h_senven .put_title h3{
	display:flex;
	margin:15px auto
}
.h_senven .put_title i{
	width:45.8%;
	display:block;
	background:#d1d1d1;
	height:1px;
	align-self: center;
}
.h_senven .put_title em{
	width:6%;
	background:#006ed4;
	height:5px; -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto;
}

.h_senven .dl{
	margin-top:25px;
}
.h_senven dl{
	margin-bottom:10px
}
.h_senven dl,.h_senven .ul a{
	width:560px;
	border-bottom:1px #d4d4d4 dashed
}
.h_senven .ul {
	padding-bottom:45px
}
.h_senven .ul a{
	border-bottom:0;
	color:#545353;
	font-size:16px;
	line-height:42px;
	display:flex;
	 justify-content:space-between ;
}
.h_senven .ul a em{
	width:55%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
background:url(../images/bk.png) no-repeat 0 18px;
padding-left:15px
}
.h_senven dl:hover dd h2,.h_senven .ul a:hover{
	color:#0083ca
}
.h_senven dt{
	height:300px;
	overflow:hidden;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius:10px
}
.h_senven dd{
	padding:20px 0 10px 0
}
.h_senven dd h2{
	font-size:20px;
	background:url(../images/dian.png) no-repeat 0 5px;
	padding-left:20px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
color:#333
}
.h_senven dd p{
	font-size:16px;
	line-height:36px;
	color:#545353;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

}

.footer{
	background:url(../images/foot.jpg) no-repeat;
	height:400px;
	padding:45px 0;
	/*background-size: 100%;*/
}
.footer .dl dd a{
	color:#fff;
	font-size:16px;
	line-height:42px;
}
.footer .dl dt{
	color:#189dff;
	font-size:20px;
}
.footer .dl dt img{
	display:block;
	margin:20px 0
}
.footer .dl dd{

}
.footer .dl dl:nth-child(1){
	width:250px;
}
.footer .dl dl:nth-child(1) a{
	width:50%
}
.footer .dl dl:nth-child(2){
	width:125px;
}
.footer .dl dl:nth-child(3){
	width:75px;
}
.footer .dl dl:nth-child(4){
	width:400px;
	color:#fff;
}
.footer .dl dl:nth-child(4) p{
	display:flex;
}
.footer .dl dl:nth-child(4) dd p img{
	width:28px;
	height:28px;
	margin-right:20px
}
.footer .dl dl:nth-child(4) dd p {
	margin-bottom:15px
}
.footer .dl dl:nth-child(4) p span{
	width:350px
}
.footer .dl dl:nth-child(4) p span em{
	display:block
}
.footer .dl dl:nth-child(4) p:last-child em:last-child{
	color:#189dff;
	font-size:20px;
	font-weight:bold
}
.footer .copty,.footer .copty a{
	color:#fff;
	padding-top:55px;
	font-size:14px;
	 filter:alpha(opacity=80);   
      -moz-opacity:0.8;   
      -khtml-opacity: 0.8;   
      opacity: 0.8; 
}

.footer .copty a{
	margin-left:20px;
}

.wap_footer.flex  {
	display:none
}
#mcovers {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 9999999999999999;
}
#mcovers .info {
	width: 90%;
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#mcovers .info p img{
	width:4rem
}
#mcovers .info h2 {
	font-size: 18px;
	color: #fff;
	height:50px;
	line-height:50px;
	background:#0494ff;
	text-align: center;
	clear:both;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius:  8px 8px 0 0;
	border-radius:  8px 8px 0 0;
}

#mcovers .info p{
	font-size: 16px;
	color: #000;
	text-align:center;
	margin:0 auto
}
#mcovers .info .close {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
}

#banner .txt{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
	width:1200px;
	color:#fff;
	font-size:20px;
	line-height:34px
}
#banner .txt h2{
	font-size:34px;
	font-weight:bold;
	margin-bottom:20px;
}
#banner .txt p{
	width:700px;
	text-transform: uppercase; 
}

.ab_one .img{
	width:535px;
	align-self: center;
}
.ab_one .text{
	width:600px;
}
.ab_one .text h2{
	font-size:24px;
	line-height:34px;
	width:510px
}
.ab_one .text p{
	line-height:34px;
	margin-top:20px
}

.ab_tow{
	background:url(../images/ab_bg.png) no-repeat;
	background-size: 100%;
}
.ab_tow .box{
	border:2px #dcdcdc solid;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding:20px 0
}
.ab_tow .pt_dl{
	padding:0 110px;
	background:#fff;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.ab_tow .img{
	width:330px;
}
.ab_tow .text{
	width:525px;
	align-self: center;
}
.ab_tow .text h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.ab_tow .text h3{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.ab_tow .text p{
	margin-bottom:15px
}
.ab_tow .lime{
	background:#fff;
	text-align:center
}

.ab_th .tit_tit h2{
	font-size:24px;
	font-weight: bold
}
.ab_th .tit_tit h2 i{
	color:#0083ca;
}
.ab_th .text p{
	text-align:center;
	line-height:26px
}
.ab_th .text {
	margin:30px auto
}
.ab_th .tel{
	font-size:20px;
	font-weight:bold;
	text-align: center;
}
.ab_th .tel span{
	border:2px #0083ca solid;
	display:inline-block;
	padding:15px 50px;
	margin:40px auto;
	 -moz-border-radius:600px;
  -webkit-border-radius: 600px;
  border-radius: 600px 
}
.ab_th .tel i{
	color:#0083ca;
}
#banner.advantage h2{
	width:410px;
	margin-bottom:25px;
	line-height:54px;
}
#banner.advantage p{
	font-size:14px;
	line-height:24px
}

.advantage .tit_tit h2,#ad_tow .tit_tit h2{
	font-size:30px;
	color:#333333
}
.advantage .ad_one,.ad_th{
	background:#f6f6f6
}
.ad_one .h_th{
	background:none;
	margin-top:30px
}
#case  .h_th.case_one dl h2 em,.ad_one .h_th h2 em{
	font-size:12px;
	color:#808080;
	display:block;
	margin-top:5px;
	text-transform: uppercase; 
}
.ad_tow{
	background:#3eadff
}
.ad_tow .tit_tit h2{
	color:#fff
}
.ad_tow .dl dl{
	width:580px;
	display:flex;
	 justify-content:space-between ;
	 padding:25px 0;
	 color:#fff
}
.ad_tow .dl dl:nth-child(1),.ad_tow .dl dl:nth-child(2){
	border-bottom:1px #4db5ee dashed;
	padding-top:0
}
.ad_tow .dl dl:nth-last-child(1),.ad_tow .dl dl:nth-last-child(2){
	padding-bottom:0
}
.ad_tow .dl{
	margin-top:45px
}
.ad_tow .dl dl h2{
	color:#fff;
	font-size:24px;
}
.ad_tow .dl dl p{
	color:#fff;
	line-height:28px;
	margin-top:10px
}
.ad_tow .dl  dt{
	width:120px;
}
.ad_tow .dl  dd{
	width:460px;
}

#ad_tow{
	background:#fff
}

#ad_tow  .dl dl h2{
	color:#0083ca;
}
#ad_tow  .dl dl p{
	color:#4a4a4a;
}
.ad_th .dl{
	margin-top:45px
}
.ad_th .dl dl{
	width:25%;
	text-align:center;
	color:#333333;
	font-size:20px;
}
.ad_th .dl dd{
	margin:25px auto
}

#case .h_th dl p{
	font-size:14px;
}
#case  .h_th.case_one dl{
	padding: 35px;
}
#case .case_tow{
	padding-bottom:60px;
}
#case .case_tow .img{
	width:445px
}
#case .case_tow .text{
	width:705px;
	align-self: center;
}
#case .case_tow .text .name h2{
	color:#000
}
#case .case_tow .text .name  em{
	display:block;
	color:#808080;
	font-size:12px;
	margin:12px 0;
	text-transform: uppercase; 
}
#case .case_tow .text .name i{
	display:block;
	width:65px;
	height:1px;
	background:#666666	
}
#case .case_tow .text .txt p{
	font-size:15px;
	line-height:26px;
	margin-top:40px;
	background:url(../images/blue.png) no-repeat 0 10px;
	padding-left:15px
}
.case_th {
	background:#3eadff;
	padding-bottom:60px
}
.case_th .pub_tit h2{
	font-size:30px;
	color:#fff
}
.case_th .pub_tit em{
	font-size:20px;
}

.case_th .word h3{
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:40px 0 30px 0
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable tr th:nth-child(1){
	-moz-border-radius:10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0
 }
 table.gridtable tr th:last-child{
	-moz-border-radius: 0  10px 0 0;
  -webkit-border-radius: 0  10px 0 0;
  border-radius: 0  10px 0 0;
 }
table.gridtable th {
	padding: 15px 0;
	background-color: #0278cf;
	color:#fff;
	font-size:20px;
	font-weight:bold;

}

table.gridtable td {
	border-width: 1px;
	padding: 15px;
	border-style: solid;
	border-color: #f4f4f4;
	background-color: #ffffff;
	font-size:16px;
	line-height:30px;
}
table.gridtable tr td:nth-child(1){
	width:15%;
	border-left:0
}
table.gridtable tr td:nth-child(2){
	width:52%;
}
table.gridtable tr td:nth-child(3){
	width:13%;
	text-align:center
}
table.gridtable tr td:nth-child(4){
	width:20%;
	text-align:center;
	border-right:0
}
table.gridtable tr:last-child td{
	border-bottom:0
}
table.gridtable tr:last-child td:nth-child(1){
	-moz-border-radius: 0  0 0  10px;
  -webkit-border-radius: 0  0 0  10px;
  border-radius: 0  0 0  10px;
}
table.gridtable tr:last-child td:last-child{
		-moz-border-radius: 0  0 10px 0  ;
  -webkit-border-radius: 0  0 10px 0  ;
  border-radius: 0  0 10px 0  ;
}

#banner.cases p{
	margin:0 auto
}


.technical{
	padding-top:20px
}
.technical dl{
	width:380px;
	margin-left:30px;
	margin-top:30px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
	padding:30px;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.technical dl:nth-child(3n+1){
	margin-left:0
}
.technical dd h2{
	font-size:20px;
	font-weight:bold;
	color:#000;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}
.technical dd em{
	font-size:16px;
	display:block;
	padding:15px 0 25px 0;
	border-bottom:1px #ebebeb solid;
	color:#7d7d7d;
}
.technical dd p{
	font-size:14px;
	color:#7d7d7d;
	line-height:30px;
	margin:20px 0;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
height:150px;
}
.technical dl:hover dd h2{
	color:#1f7dcd
}
.technical dt{
	border-top:1px #ebebeb solid;
	height:190px;
	overflow:  hidden
}
.technical dt img{
	object-fit: cover;
height: 190px;
width: 100%;
}

.page {
	text-align:center;
	width:100%
}
#pages{
	margin:75px auto;
	text-align:center
}
#pages li span,.page a {
    border: 1px #e8e8e8 solid;
    display: inline-block;
    height: 38px;
    text-align: center;
    line-height: 36px;
    margin: 0 3px;
    padding: 0 14px;
    font-size: 16px;
	color:#282828;
    font-family: Arial, Helvetica, sans-serif;
  background:#ffffff;
   -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}
#pages li {
	display:inline-block
}
#pages li.active span,.page a:hover {
    background: #1f7dcd;
    color: #fff;
}

#case_ct{
	background:#f6f6f6;
	padding-bottom:85px
}
#case_ct .where,#case_ct .where a{
	color:#353535;
	font-size:16px;
}
#case_ct .where a:hover,.prv_net a:hover{
	color:#2983c5;
}
#case_ct .where{
	padding:20px 0
}
#case_ct .where i{
	margin:0 10px
}

#case_ct #cont{
	background:#fff;
	padding:0 30px;
}
#case_ct #cont .title h2{
	text-align:center;
	font-size:24px;
	color:#2983c5;
	padding-top:30px
}
#case_ct #cont .title p{
	text-align:center;
	font-size:16px;
	color:#3d3d3d;
	padding:20px 0 25px 0;
	border-bottom:1px #f0f0f0 solid
}
#case_ct #cont .cont p{
	color:#3d3d3d;
	font-size:16px;
	line-height:32px;
	margin-top:25px
}
#case_ct #cont .cont p img{
	display:block;
	margin:0 auto
}
.prv_net{
	border-top:1px #f0f0f0 solid;
	margin-top:30px;
	padding:50px 0
}
.prv_net p{
	width:45%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}



.h_tow dt img,.h_th dl dt img,.ad_tow .dl dt img,.ad_th .dl dl dt img,.ab_th  .dl p img,.pro_th dl dt img,.pro_four_five dl dt img,.pro_one .dl_dl dl dt img,.pro_tow_th .dl dt img,.pro_one_tow dl dt img,.pro_five_one dt img,.solu_one .dl dt img{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.h_tow dl:hover dt img,.h_th dl:hover dt img,.ad_tow .dl dl:hover dt img,.ad_th .dl dl:hover dt img,.ab_th  .dl p:hover img,.pro_th dl:hover dt img,.pro_four_five dl:hover dt img,.pro_one .dl_dl dl:hover dt img,.pro_tow_th .dl dl:hover dt img,.pro_one_tow dl:hover dt img,.pro_five_one dl:hover dt img
,.solu_one .dl dl:hover dt img{
	-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.solution .solu_top{
	margin:50px auto
}
.solution .solu_top .text{
	padding:45px;
	width:685px;
	background-color:#fff;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
  background-color:rgba(255,255,255,0.72); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
   position:absolute;
    top: 50%;
    right: 0%;
    transform: translate(-0%, -50%);-webkit-transform:translate(-0%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.05);
}
.solution .solu_top .text h2{
	color:#000;
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
}
.solution .solu_top .text p{
	line-height:40px;
	font-size:16px;
}
.solution .tit_tit{
	font-size:30px;
	color:#000;
	font-weight:bold;
}
.solu_one .dl dl{
	width:380px;
}
.solu_one .dl dd{
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
  font-size:20px;
  line-height:34px;
  color:#262626;
  padding:90px 0 35px 0;
  height:185px;
  margin-top:-68px
}
.solu_one .dl dd p{
	width:300px;
	margin:0 auto
}
.solu_one .dl dt{
	text-align:center;
	margin-top:40px
}
.solu_tow{
	background:#e5f5fc
}
.pt_dls{
	margin:50px auto
}
.pt_dls{
	padding:55px 0
}
.solu_tow p{
	margin-top:45px
}
.solu_th{
	margin-bottom:55px;
}
.solu_th .tit_tit{
	color:#0083ca;
	margin-bottom:10px
}
.solu_th .dl dl{
	width:380px;
	border:1px #cccccc solid;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top:30px;
  display:flex;
  padding:20px 25px
}
.solu_th .dl dd{
	width:260px;
	margin-left:15px
}
.solu_th .dl dd h2{
	font-size:20px;
	color:#0083ca;
	margin-bottom:10px;
	font-weight:bold
}
.solu_th .dl dd p{
	font-size:16px;
	color:#292929;
	line-height:28px;
}
.solu_four{
	background: url(../images/sn_bg_21.jpg) no-repeat;
	padding-top:45px;
	padding-bottom:60px;
	/*background-size: 100%;*/
}
.solu_four h2{
	color:#1580e4;
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
}
.solu_four p{
	color:#6c6c6c;
	font-size:16px;
	line-height:40px;
}
.solu_four span{
	display:block;
	margin-top:35px;
	color:#6c6c6c;
	font-size:20px;	
}
.solu_four span i{
	background:#1580e4;
	display:inline-block;
	width:186px;
	text-align:center;
	line-height:52px;
	color:#fff;
	 -moz-border-radius:200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  margin-right:15px;
}
.solu_four span  em{
	 color:#1580e4;
	 font-size:30px;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-left:15px;
	 position:relative;
	 top:5px
 }
 
.solu_four span  b{
	font-weight:normal
}
 
.pc{
	display:block
}
.wap{
	display:none
}

.wap_nav_sw li.cur dd a{
	color:#626262
}
.wap_nav_sw li.cur dd a.cur{
	color:#0083ca
}

.pro_one .dl dl{
	width:380px;
	border:1px #d9d9d9 solid;
	padding:25px;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top:30px;
  display:flex;
}
.pro_one .dl dd{
	width:320px;
	margin-left:20px;
}
.pro_one .dl dd h2{
	margin-bottom:7px
}
.pro_tow{
	background:#f6fbfe;
	margin-top:55px
}

.pro_tow .dl dl{
	background:#fff;
	margin-top:40px;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding:10px 30px 0 30px;
  display:flex;
justify-content:space-between ;
}
.pro_tow .dl dd{
	width:820px;
	padding-top:25px
}
.pro_tow .dl dd h2{
	color:#000;
	font-weight:bold;
	padding-bottom:20px;
}
.pro_tow .dl dd span{
	border-bottom:1px #eaeaea solid;
	display:block
}
.pro_tow .dl dd span em{
	display:block;
	width:100px;
	background:#6083fe;
	height:3px;
}
.pro_tow .dl dd p{
	line-height:24px;
	margin-top:20px;
	width:48%;
	background:url(../images/pro_img_13.png) no-repeat 0 7px;
padding-left: 25px;
}

.pro_th{
	background:#1064b0;
	padding-bottom:40px;
}
.pro_th .pub_tit {
	color:#fff
}
.pro_th .dl{
	margin-top:40px;
}
.pro_th dl{
	width:25%;
	background:url(../images/lm.png) no-repeat;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.pro_th dl:nth-child(1){
	background:none
}
.pro_th dd h2{
	font-size:20px;
	font-weight:bold;
	padding:15px 0;
}
.pro_th dd  i{
	display:block;
	width:50px;
	height:4px;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#5badff;
  margin:0 auto 15px auto
}
.pro_th dd p{
	width:75%;
	margin:0 auto;
}
.pro_four .swiper-container{
	margin:25px 0 60px 0
}
.pro_four dd{
	border:1px #d9d9d9 solid;
		-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding:25px
}
.pro_four dd h2{
	text-align:right;
	color:#606060;
	font-size:20px;
	margin-bottom:30px
}
.pro_four dd p{
	color:#606060;
	font-size:16px;
	line-height:30px;
	text-align:left;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:5;
overflow: hidden;
}
.pro_four dd p:last-child{
	text-align:right
}
.pro_four dd p img{
	margin-top:20px;position: absolute;
right: 30px;
bottom: 30px;
}
.pro_four dd {
	height:300px;
}
.pro_four dt,.pro_four dt img{
	width:110px;
	height:110px;
	overflow:hidden;
	-moz-border-radius:450px;
  -webkit-border-radius: 450px;
  border-radius: 450px;
  margin-bottom:-55px;
}
.pro_four dt{
	border:1px #d9d9d9 solid;
}
.p_o_img{
	margin-top:40px;
	padding-bottom:55px
}
.pro_tow_tow{
	background:url(../images/pr_bg2.jpg) no-repeat;
	height:420px;
	/*background-size: 100%;*/
}
.pro_tow_tow .pub_tit{
	color:#fff;
	padding-top:90px
}
.pro_tow_tow .test{
	border:1px #9ba3c7 solid;
	width:760px;
	margin:70px auto;
	border-top:0
}
.pro_tow_tow .test h2{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	display:flex;
}
.pro_tow_tow .test h2 em{
	width:20%;
	position:relative;
	top:-15px
}
.pro_tow_tow .test h2 i{
	height:1px;
	width:40%;
	background:#9ba3c7;
	display:block
}
.pro_tow_tow .test p{
	font-size:20px;
	line-height:36px;
	color:#fff;
	width:80%;
	margin:15px auto 30px auto
}
.pro_th_th .w50{
	width:48%
}
.pro_th_th .text{
	align-self: center;
}
.pro_th_th .one_one:nth-child(2){
	background:#f6fafd
}
.one_one p{
	margin-top:25px
}
.pro_th_th .text h2{
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}
.pro_th_th .text p{
	font-size:16px;
	color:#4f4f4f;
	line-height:24px;
}
.pro_th_th .text h3{
	font-size:20px;
	color:#0060c3;
	margin:30px 0 15px 0
}
.pro_four_five{
	background:#f6fafd;
	padding-bottom:60px
}
.pro_four_five .pub_tit b{
	color:#0060c3
}
.pro_four_five dl{
	width:380px;
	background:#fff;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
  padding:25px 30px;
  margin-top:30px;
}
.pro_four_five dd h2{
	color:#0060c3;
	margin:12px auto
}
.pro_four_five dd p{
	line-height:24px;
}

.pro_one .dl_dl dl{
	width:280px;
	border:1px #e0e0e0 solid;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top:30px;
  text-align:center;
  padding:30px 15px
}
.pro_one .dl_dl dd h2{
	color:#000;
	font-weight:bold;
	margin:30px auto 15px auto
}
.pro_one .dl_dl dd p{
	line-height:28px;
	text-align:left
}
.pro_one .dl_dl{
	padding-bottom:60px
}
.pro_tow_th{
	background:#e9f1f9;
	padding-bottom:60px
}
.pro_tow_th .pub_tit span{
	width:330px;
	position:relative;
	margin:20px auto
}
.pro_tow_th .pub_tit span em{
	border:1px #cfdeec solid;
	color:#565656;
	height:38px;
	line-height:38px;
	padding:0 25px;
	margin: 0 auto;
}
.pro_tow_th .pub_tit span i{
	background:#cfdeec;
	width: 85px;
	position:absolute;
	margin:20px 0
}
.pro_tow_th .pub_tit span i:nth-child(1){
	left:0
}
.pro_tow_th .pub_tit span i:last-child{
	right:0
}

.pro_tow_th .dl dl{
	width:280px;
	text-align:center
}
.pro_tow_th .dl dt{
	text-align:center;
	margin-top:40px;
}

.pro_tow_th .dl dd{
	background:#fff;
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding:80px 25px 30px 25px;
  height:235px;
  margin-top: -68px;
}
.pro_tow_th .dl dd h2{
	margin:0 auto 15px auto
}
.pro_tow_th .dl dd  p{
	line-height:28px;
}

#pro_tow{
	background:#fff;
	padding-top:0;
	padding-bottom:60px
}
#pro_tow.pro_tow .dl dl{
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
}

#banner .txt h5{
	font-size:19px;
	font-weight:normal
}
#banner .txt h5:nth-child(2){
	margin-bottom:25px
}
#banner .txt p{
	font-size:16px;
}

.pro_one_tow{
	background:url(../images/pr_bg3.jpg) no-repeat;
	height:345px;

}
.pro_one_tow .pub_tit{
	color:#fff
}
.pro_one_tow .dl{
	padding-top:45px;
}
.pro_one_tow dl{
	width:25%;
	text-align:center
}
.pro_one_tow dd{
	color:#fff;
	font-size:20px;
	margin-top:40px;
}
#pro_th_th .img {
	width:40%
}
#pro_th_th .text {
	width:60%
}
.pro_th_th#pro_th_th .text h2{
	color:#0083ca;
	font-size:24px
}
.pro_th_th#pro_th_th .text h3{
	color:#2c2b39;
	font-weight:bold;
	margin-bottom:0
}
.pro_th_th .one:nth-child(even) .img {
	text-align:right
}
#pro_th_th.pro_th_th .one:nth-child(even){
	background:#f6fafd
}
#banner .txt a{
	color:#ffd200;
	border:1px #ffd200 solid;
	padding:5px 15px;
	display:inline-block;
	margin-top:40px;
	cursor: pointer
}
#banner .txt a img{
	margin-left:20px
}
.pro_five_one {
	padding:40px 0 60px 0
}
.pro_five_one dl{
	width:380px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
	 -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top:20px;
  text-align:center;
  overflow:hidden
}
.pro_five_one dd{
	padding:30px 20px
}
.pro_five_one dd h2{
	color:#3762eb;
	margin-bottom:20px
}
.pro_five_one dd p{
	line-height:24px;
}
.pro_five_one dt{
	background:#e3eeff;
	padding:15px 0
}

#pro_five_one .one:nth-child(odd){
	background:#f9f9f9
}
#pro_five_one .text{
	width:570px;
}

#pro_five_one .text h2{
	font-size:20px;
	color:#000
}
#pro_five_one .text p{
	background:url(../images/pro_img_13.png) no-repeat 0 8px;
	margin-top:25px;
	padding-left:20px
}
.pro_one_six{
	background:#4d60a4;
	padding-bottom:60px
}
.pro_one_six .pub_tit{
	color:#fff
}
.pro_one_six .dl dl{
	width:380px;
	background:#fff;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding:26px;
  margin-top:30px
}
.pro_one_six .dl  h2{
	color:#4d60a4;
	font-weight:bold;
	margin-bottom:22px
}
.pro_one_six .dl  p{
	color:#4a4a4a;
	font-size:16px;
	line-height:30px;
}
.pro_one_six .dl dl:nth-child(4){
	margin-left:190px
}
.pro_one_six .dl dl:nth-child(5){
	margin-right:190px
}
.pro_one_nine .pub_tit h2 b{
	color:#456ceb;
	font-size:30px;
	font-style:italic
}
.pro_one_nine .dl{
	border:1px #efefef solid;
	-moz-border-radius:10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top:25px;
  padding:30px;
  display:flex;
     justify-content:space-between ;
}
.pro_one_nine .dl .img{
	width:350px;
}
.pro_one_nine .dl .txt{
	width:755px;
	align-self: center;
}
.pro_one_nine .dl .txt p{
	width:50%;
	color:#333;
	background:url(../images/pro_img_13.png)  no-repeat 0 7px;
	padding-left:20px;
	margin-bottom:25px;
}
.pro_one_ten .txt{
	width:550px;
	align-self: center;
}
.pro_one_ten p{
	background:url(../images/blue.png) no-repeat 0 8px;
	padding-left:15px;
	margin-bottom:40px	
}
.pro_one_elen{
	background:#f5faff
}


.pro_one_ele.pro_one .dl dl:nth-last-child(2){
	margin-left:190px
}
.pro_one_ele.pro_one .dl dl:nth-last-child(1){
	margin-right:190px
}


#swiper img,#banner .img img{
	width:100%
}