.nbanner_tw .wz{
	position:absolute;
	width:1200px;
	padding:0 15px;
	text-align:center;
	height:110px;
	top:40%;
	right:0;
	left:0;
	margin:auto;
	color:#fff
}
.nbanner_tw .wz h3{
	font-size:36px;
	margin:0 0 20px;
	line-height:1.3;
	font-weight:400
}
.nbanner_tw .wz p{
	font-size:20px
}
@media (max-width:1200px){
	.nbanner_tw .wz{
		width:990px
	}
}
@media (max-width:990px){
	.nbanner_tw{
		height:250px
	}
	.nbanner_tw .wz{
		width:95%;
		height:60px;
		top:28%
	}
	.nbanner_tw .wz h3{
		font-size:24px;
		margin-bottom:10px
	}
	.nbanner_tw .wz p{
		font-size:14px;
		line-height:25px!important
	}
}

.sample-tedian{
	margin-top:60px;
	padding-bottom:70px
}
.sample-tedian .tedian-title {
    text-align: center;
    margin-bottom: 50px;
}
.sample-tedian .tedian-title h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: #333;
    margin: 0;
}
.sample-tedian .tedian-title span {
    display: block;
    font-size: 22px;
    color: #999;
    line-height: 22px;
    margin-top: 15px;
}
.sample-tedian .tedian-con{
	margin-top:58px
}
.sample-tedian .tedian-con li{
	float:left;
	width:22.5%;
	margin-top:1%;
	margin-right:2.5%;
	padding:40px 48px 10px;
	border:1px solid #f7f7f7;
	-webkit-transition:all .5s ease;
	transition:all .5s ease
}
.sample-tedian .tedian-con li .img{
	width:74px;
	height:74px;
	border-radius:50%;
	margin:0 auto;
	background:url(../images/ic1.png) no-repeat 50% #f9f9f9;
	-webkit-transition:all .8s ease;
	transition:all .8s ease
}
.sample-tedian .tedian-con li h3{
	text-align:center;
	font-size:24px;
	color:#333;
	font-weight:600;
	line-height:24px;
	margin-top:20px
}
.sample-tedian .tedian-con li span{
	display:block;
	font-size:16px;
	color:#858585;
	line-height:22px;
	margin-top:24px;
	text-align:center;
	height:110px
}
.sample-tedian .tedian-con li:hover{
	-webkit-box-shadow:0 0 15px rgba(13,159,253,.2);
	box-shadow:0 0 15px rgba(13,159,253,.2)
}
.sample-tedian .tedian-con li:hover .img{
	background:url(../images/ic11.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(2) .img{
	background:url(../images/ic2.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(2):hover .img{
	background:url(../images/ic22.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(3) .img{
	background:url(../images/ic3.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(3):hover .img{
	background:url(../images/ic33.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(4){
	margin-right:0
}
.sample-tedian .tedian-con li:nth-child(4) .img{
	background:url(../images/ic4.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(4):hover .img{
	background:url(../images/ic44.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(5) .img{
	background:url(../images/ic5.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(5):hover .img{
	background:url(../images/ic55.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(6) .img{
	background:url(../images/ic6.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(6):hover .img{
	background:url(../images/ic66.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(7) .img{
	background:url(../images/ic7.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(7):hover .img{
	background:url(../images/ic77.png) no-repeat 50% #4cbaff
}
.sample-tedian .tedian-con li:nth-child(8) .img{
	background:url(../images/ic8.png) no-repeat 50% #f9f9f9
}
.sample-tedian .tedian-con li:nth-child(8):hover .img{
	background:url(../images/ic88.png) no-repeat 50% #4cbaff
}
@media (max-width:1280px){
	.sample-tedian .tedian-con li{
		padding:20px
	}
	.sample-tedian .tedian-con li h3{
		font-size:22px
	}
}
@media (max-width:1024px){
	.sample-tedian .tedian-con li{
		padding:20px
	}
	.sample-tedian .tedian-con li span{
		font-size:13px
	}
}
@media (max-width:768px){
	.sample-tedian .tedian-con li{
		width:48%;
		margin-right:0;
		margin-bottom:15px
	}
	.sample-tedian .tedian-con li:nth-child(2n){
		float:right
	}
}
@media (max-width:520px){
	.sample-tedian .tedian-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
  } 
  .sample-tedian .tedian-title span {
    font-size: 14px;
    line-height: 14px;
  }
  .sample-tedian .tedian-title {
    margin-bottom: 30px;
  }
	.sample-tedian{
		margin-top:30px;
		padding-bottom:30px
	}
	.sample-tedian .tedian-con{
		margin-top:15px
	}
	.sample-tedian .tedian-con li{
		padding:5px
	}
	.sample-tedian .tedian-con li h3{
		font-size:15px;
		margin-top:10px;
		margin-bottom:0
	}
	.sample-tedian .tedian-con li span{
		font-size:12px;
		height:135px;
		margin-top:10px
	}
}


.sample-pingtai{
	background:url(../images/gbg.jpg) no-repeat 50%;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
}
.sample-pingtai .pingtai-title{
	text-align:center
}
.sample-pingtai .pingtai-title h3{
	font-size:36px;
	font-weight:400;
	line-height:36px;
	color:#333;
	margin:0
}
.sample-pingtai .pingtai-title span{
	display:block;
	font-size:22px;
	color:#999;
	line-height:22px;
	margin-top:15px
}
.sample-pingtai .pintai-list{
	margin-top:33px
}
.sample-pingtai .pintai-list li{
	float:left;
	width:18%;
	margin-right:2.5%;
	margin-top:27px
}
.sample-pingtai .pintai-list li:nth-child(5n){
	margin-right:0
}
.sample-pingtai .pintai-list li img{
	width:100%
}
.sample-pingtai .pintai-list1{
	margin-top:20px
}
.sample-pingtai .pintai-list1 li{
	float:left;
	width:48%;
	margin-bottom:10px
}
.sample-pingtai .pintai-list1 li img{
	width:100%
}
.sample-pingtai .pintai-list1 li:nth-child(2n){
	float:right
}
@media (max-width:520px){
	.sample-pingtai{
		margin-top:0px;
		padding-top:30px;
		padding-bottom:40px
    }
	.sample-pingtai .pingtai-title h3{
		font-size:18px;
		line-height:18px;
		font-weight:600
	}
	.sample-pingtai .pingtai-title span{
		font-size:14px;
		line-height:14px
	}
	.sample-pingtai .pintai-list{
		margin-top:15px
	}
	.sample-pingtai .pintai-list li{
		width:100%;
		float:none;
		margin-right:0;
		margin-top:10px
	}
}

.jst-case{
	margin-top:55px
}
.jst-case .jst-case-title{
	text-align:center
}
.jst-case .jst-case-title h3{
	font-size:36px;
	color:#333;
	font-weight:400;
	line-height:36px;
	margin:0
}
.jst-case .jst-case-title .jst-case-cate{
	text-align:center;
	font-size:0;
	margin-top:20px
}
.jst-case .jst-case-title .jst-case-cate li{
	display:inline-block;
	font-size:22px;
	line-height:22px;
	padding:0 20px;
	border-right:1px solid #999;
	color:#999
}
.jst-case .jst-case-title .jst-case-cate li:nth-child(2){
	border:none
}
.jst-case .jst-case-title .jst-case-cate li.cur{
	color:#0d9ffd
}
.jst-case .jst-case-con{
	margin-top:40px
}
.jst-case .jst-case-con .jst-case-list li{
	float:left;
	width:32%;
	text-align:center
	;margin-right:2%
}
.jst-case .jst-case-con .jst-case-list li:nth-child(3n){
	margin-right:0
}
.jst-case .jst-case-con .jst-case-list li .images{
	border:1px solid #eee
}
.jst-case .jst-case-con .jst-case-list li .images img{
	width:100%
}
.jst-case .jst-case-con .jst-case-list li h3{
	font-size:22px;
	color:#333;
	font-weight:400;
	line-height:22px;
	margin:0;
	margin-top:30px
}
@media (max-width:768px){
	.jst-case .jst-case-con .jst-case-list li h3{
		font-size:16px;
		line-height:16px
	}
}
.jst-case .jst-case-con .jst-case-list li span{
	display:block;
	font-size:14px;
	font-family:Arial;
	margin-top:20px;
	line-height:16px;
	overflow:hidden
}
.jst-case .jst-case-con .jst-case-list li span a{
	color:#0d9ffd
}
.jst-case .jst-case-con .jst-case-list li h2{
	margin:0;
	font-size:14px;
	color:#666;
	font-weight:400;
	line-height:14px;
	margin-top:10px
}
.jst-case .jst-case-con .jst-case-list li a.case-more{
	display:block;
	max-width:140px;
	line-height:36px;
	background:url(../images/view.png) no-repeat 15% #0d9ffd;
	margin:0 auto;
	margin-top:15px;
	font-size:14px;
	color:#fff;
	text-indent:10%
}
@media (max-width:520px){
	.jst-case{
		margin-top:25px
	}
	.jst-case .jst-case-title h3{
		font-size:18px;
		line-height:18px;
		font-weight:600
	}
	.jst-case .jst-case-title .jst-case-cate{
		margin-top:15px
	}
	.jst-case .jst-case-title .jst-case-cate li{
		font-size:14px;
		line-height:14px
	}
	.jst-case .jst-case-con{
		margin-top:20px
	}
	.jst-case .jst-case-con .jst-case-list li{
		float:none;
		width:100%;
		margin-top:15px
	}
	.jst-case .jst-case-con .jst-case-list li h3,.jst-case .jst-case-con .jst-case-list li span{
		margin-top:10px
	}
}

.sample-yemian{
	background:#f8f8f8;
	padding-top:60px;
	padding-bottom:35px;
	margin-top:70px
}
.sample-yemian .yemian-title{
	text-align:center
}
.sample-yemian .yemian-title h3{
	font-size:36px;
	color:#333;
	line-height:36px;
	font-weight:400;
	margin:0
}
.sample-yemian .yemian-list li{
	float:left;
	width:32%;
	margin-right:2%;
	position:relative;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	top:0;
	margin-top:30px
}
.sample-yemian .yemian-list li .images img{
	width:100%
}
.sample-yemian .yemian-list li:nth-child(3n){
	margin-right:0
}
.sample-yemian .yemian-list li h3{
	text-align:center;
	line-height:70px;
	font-size:18px;
	font-weight:400;
	margin:0
}
.sample-yemian .yemian-list li h3 a{
	color:#333
}
@media (max-width:768px){
	.sample-yemian .yemian-list li h3{
		font-size:12px;
		line-height:30px;
		height:52px
	}
}
.sample-yemian .yemian-list li:hover{
	top:-10px
}
.sample-yemian .yemian-list li:hover h3{
	background:#fff;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);
	box-shadow:0 0 8px rgba(0,0,0,.1)
}
@media (max-width:520px){
	.sample-yemian{
		margin-top:30px;
		padding-top:25px
	}
	.sample-yemian .yemian-title h3{
		font-size:18px;
		line-height:18px;
		font-weight:600
	}
	.sample-yemian .yemian-list li{
		width:48%;
		margin-right:0
	}
	.sample-yemian .yemian-list li h3{
		line-height:16px;
		padding:10px 0
	}
	.sample-yemian .yemian-list li:nth-child(2n){
		float:right
	}
}

.sample-gjc{
	padding-top:60px;
	padding-bottom:90px
}
.sample-gjc .gjc-title{
	text-align:center
}
.sample-gjc .gjc-title h3{
	font-size:36px;
	line-height:36px;
	color:#333;
	margin:0;
	font-weight:400
}
.sample-gjc .gjc-title span{
	display:block;
	font-size:22px;
	color:#999;
	line-height:22px;
	margin-top:20px
}
@media (max-width:520px){
	.sample-gjc{
		padding-top:30px;
		padding-bottom:40px
	}
	.sample-gjc .gjc-title h3{
		font-size:18px;
		line-height:18px;
		font-weight:600
	}
	.sample-gjc .gjc-title span{
		font-size:14px;
		line-height:14px;
		margin-top:10px
	}
}


#certify{
	position:relative;
	width:100%;
	margin:0 auto;
	margin-top:40px
}
#certify .swiper-container{
	padding-top:10px;
	padding-bottom:10px
}
#certify .swiper-slide{
	width:62%
}
@media (max-width:768px){
	#certify .swiper-slide{
		width:100%
	}
}
#certify .swiper-slide img{
	display:block;
	width:100%
}
#certify .swiper-slide h3{
	display:none
}
#certify .swiper-slide.swiper-slide-active{
	-webkit-box-shadow:0 0 15px rgba(13,159,253,.2);
	box-shadow:0 0 15px rgba(13,159,253,.2)
}
#certify .swiper-slide.swiper-slide-active h3{
	display:block;
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:40px;
	font-weight:400
}
#certify .swiper-slide .shadow{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(13,159,253,.2)
}
#certify .swiper-slide.swiper-slide-active .shadow{
	display:none
}
#certify .swiper-slide p{
	line-height:98px;
	padding-top:0;
	text-align:center;
	color:#636363;
	font-size:1.1em;
	margin:0;
	display:none
}
#certify .swiper-slide.swiper-slide-active p{
	display:block;
	width:100%;
	position:absolute;
	bottom:45px
}
@media (max-width:520px){
	#certify .swiper-slide.swiper-slide-active p{
		bottom:5px
	}
}
#certify .swiper-slide.swiper-slide-active p a{
	display:block;
	max-width:144px;
	line-height:34px;
	background:#0d9ffd;
	text-align:center;
	border-radius:5px;
	font-size:14px;
	color:#fff;
	margin:0 auto
}
#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:0;
	width:45px;
	height:45px;
	background:url() no-repeat!important;
	background-size:100%;
	top:50%;
	outline:none
}
#certify .swiper-button-next{
	right:0;
	width:45px;
	height:45px;
	background:url() no-repeat!important;
	background-size:100%;
	top:50%;
	outline:none
}

.sample-message{
	background:url(../images/zx.png) no-repeat 50%;
	background-size:cover;
	padding-top:55px;
	padding-bottom:60px;
	margin-top:90px
}
.sample-message .message-title{
	text-align:center
}
.sample-message .message-title h3{
	font-size:36px;
	color:#fff;
	margin:0;
	line-height:36px;
	font-weight:400
}
.sample-message .message-title span{
	display:block;
	font-size:24px;
	color:#e3e3e3;
	line-height:24px;
	margin-top:15px
}
.sample-message .message-con{
	margin-top:45px
}
.sample-message .message-con .form-group{
	float:left;
	width:23%;
	margin-right:2.5%;
	position:relative
}
.sample-message .message-con .form-group input{
	background:#fff;
	outline:none;
	border:none;
	width:100%;
	line-height:64px;
	text-indent:20px;
	font-size:16px;
	height:64px
}
.sample-message .message-con .code-wrap{
	background:#fff;
	margin-right:0
}
.sample-message .message-con .code-wrap input{
	width:calc(100% - 150px)
}
.sample-message .message-con .code-wrap .captcha{
	position:absolute;
	z-index:9;
	right:15px;
	top:calc(50% - 17px)
}
.captcha {
    float: right;
}
.sample-message .message-con .submit{
	line-height:60px;
	background:#0d9ffd;
	max-width:328px;
	margin:0 auto;
	margin-top:40px
}
.sample-message .message-con .submit button{
	width:100%;
	background:none;
	border:none;
	outline:none;
	font-size:18px;
	color:#fff
}
@media (max-width:768px){
	.sample-message{
		margin-top:30px;
		padding-top:30px;
		padding-bottom:30px
	}
	.sample-message .message-title h3{
		font-size:20px;
		line-height:20px;
		font-weight:600
	}
	.sample-message .message-title span{
		font-size:14px;
		line-height:14px
	}
	.sample-message .message-con{
		margin-top:25px
	}
	.sample-message .message-con .form-group{
		float:none;
		width:100%
	}
	.sample-message .message-con .form-group input{
		line-height:40px
	}
	.sample-message .message-con .submit{
		margin-top:20px;
		line-height:40px
	}
}