﻿@media (max-width:750px){
	img{max-width: 100%;height: auto;}
}
img{max-width: 100%;height: auto;}
.tab{
	border-bottom: 1px solid #eee;

}
.tab a{
	padding: 0 10px;
	display: inline-block;
	margin-right: 30px;
	line-height: 58px;
	border-bottom: 2px solid #fff;
}
.tab a:hover,
.tab a.active{
	color: #00a0ad;
	border-bottom: 2px solid #00a0ad;
}

.all_title{
	text-align: center;
	padding: 60px 0 40px;
}
.all_title .pq{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}
.all_title .pw{
	text-align: center;
	width: 540px;
	margin: 0 auto;
	position: relative;
}
.all_title .pw i{
	display: inline-block;
	width: 36px;
	height: 17px;
	vertical-align: middle;
	background: url(../images/all_title1.png) no-repeat center;
}
.all_title.white .pq{
	color: #fff;
}
.all_title.white .pw i{
	background: url(../images/all_title2.png) no-repeat center;
}
.all_title.white .pw:before{
	width: 250px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	background: rgba(255,255,255,0.4)
}
.all_title.white .pw:after{
	width: 250px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	background: rgba(255,255,255,0.4)
}

.all_title .pw:before{
	width: 250px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	background:#dcdcdc;
}
.all_title .pw:after{
	width: 250px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
	background:#dcdcdc;
}



.paging {
	 text-align:center;
	 padding: 55px 0 75px;
}
.paging li {
	 display:inline-block;
	 margin-right:5px;
	 background: #eee;
}
.paging li p{
	font-size: 12px;
}
.paging li.style {
	 width:30px;
	 height:30px;
	 text-align:center;
	 line-height:30px;
	 color: #999;
}
.paging li.a_cur,
.paging li.style:hover {
	 background: #58b6f7;
}
.paging li.style a {
	 color:#999;
	 font-size:14px;
}
.paging li.a_cur a,
.paging li.style:hover a {
	 color:#fff;
}
.paging li.style1 {
	 width:120px;
	 height:45px;
	 text-align:center;
	 line-height:45px;
}
.paging li.a_cur,
.paging li.style1:hover {
	 background: #58b6f7;
}
.paging li.a_cur a,
.paging li.style1:hover a{
	 color: #fff;
}
.paging li.style1 a {
	 color:#999;
	 font-size:14px;
}
.paging a {
	 display:block;
}


.right_slide{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 2;
	margin-top: -115px;
}
.right_slide li{
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 5px;
}
.right_slide li:last-child{
	margin-bottom: 0;
}
.right_slide li>a{
	height: 50px;
}
.right_slide li.ico1>a{
	background: url(../images/right_slide1.png) no-repeat center;
	background-size: cover;
}
.right_slide li.ico2>a{
	background: url(../images/right_slide2.png) no-repeat center;
	background-size: cover;
}
.right_slide li.ico3>a{
	background: url(../images/right_slide3.png) no-repeat center;
	background-size: cover;
}
.right_slide li.ico4>a{
	background: url(../images/right_slide4.png) no-repeat center;
	background-size: cover;
}
.right_slide li .show{
	background: #fff;
	right: 60px;
	position: absolute;
	width: 225px;
	border-radius: 6px;
	overflow: hidden;
	top: 0;
}
.right_slide li.on_kf .show{
	top: 0;
}
.right_slide li.on_kf .show div{
	border: 1px solid #eee;
	border-top: 0;
}
.right_slide li.on_kf .show p{
	background: #00a0ad;
	line-height: 50px;
	text-indent: 20px;
	color: #fff;
}
.right_slide li.on_kf .show a{
	padding-left: 48px;
	background: url(../images/right_slide11.png) no-repeat 20px;
	line-height: 48px;
	border-top: #eee 1px solid ;
}
.right_slide li.on_kf .show a:hover{
	color: #00a0ad;
}
.right_slide .show{
	visibility: hidden;
	opacity: 0;
	transition:all 0.2s;
}
.right_slide li:hover .show{
	opacity: 1;
	visibility: visible;
}
.right_slide .on_phone .show{
	line-height: 50px;
	font-size: 20px;
	background: #58b6f7;
	color: #fff;
	width: 160px;
	text-align: center;
}
.right_slide .on_ma .show{
	border: 1px solid #eee;
	height: 215px;
	top: -110px;
	text-align: center;
}
.right_slide .on_ma .show img{
	width: 201px;
	margin-top: 7px;
	height: 201px;
}
.header .nav>li:hover .show{
	visibility: visible;
	opacity: 1;
}
