﻿@charset "utf-8";
body {
	 font-family:'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#666;
	 -webkit-font-smoothing: antialiased;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color: #666;
	 display: block;
	 transition:all 0.2s;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'微软雅黑';
	 padding: 0;
}
textarea {
	 resize:none;
	 overflow: hidden;
	 -webkit-appearance: none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 1220px;
	margin: 0 auto;
	margin: 0 auto;
}
button,input,select,textarea {font-size: 100%;margin: 0;padding: 0;outline: none;font:normal 12px /*'方正兰亭中黑_GBK',*/'Arial','Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

@media (max-width:750px){
	img{max-width: 100%;height: auto;}
}
img{max-width: 100%;height: auto;}


/* 小屏幕导航 */
.p_transition {
	 transition:0.3s;
	 -webkit-transition:0.3s;
	 -o-transition:0.3s;
	 -moz-transition:0.3s;
}

.small_nav_btn {
	 position:absolute;
	 top:29px;
	 right:10px;
	 z-index:11;
	 display:none;
}
.small_nav_btn.active{
	position: fixed;
	top: 20px;
}
.small_nav_btn i {
	 width:30px;
	 height:2px;
	 background:#fff;
	 display:block;
	 margin-top:7px;

}
.hidebg{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	display: none;
}
.small_nav_btn i:nth-of-type(1) {
	 margin-top:0;
}
.small_nav_btn i:nth-of-type(1).p_transform_1 {
	 transform:rotatez(45deg);
	 -webkit-transform:rotate(45deg);
	 -o-transform:rotate(45deg);
	 -moz-transform:rotate(45deg);
	 transform-origin:left top 0;
}
.small_nav_btn i:nth-of-type(3).p_transform_2 {
	 transform:rotatez(-45deg);
	 -webkit-transform:rotate(-45deg);
	 -o-transform:rotate(-45deg);
	 -moz-transform:rotate(-45deg);
	 transform-origin:left top 0;
	 position: relative;
	 top: 12px;
}
.small_nav_btn i:nth-of-type(1).p_no_transform_1 {
	 transform:rotatez(0deg);
	 -webkit-transform:rotate(0deg);
	 -o-transform:rotate(0deg);
	 -moz-transform:rotate(0deg);
	 transform-origin:left bottom 0;
}
.small_nav_btn i:nth-of-type(3).p_no_transform_2 {
	 transform:rotatez(0deg);
	 -webkit-transform:rotate(0deg);
	 -o-transform:rotate(0deg);
	 -moz-transform:rotate(0deg);
	 transform-origin:left top 0;
}
.small_nav {
	 padding:50px 0 10px 0;
	 position:fixed;
	 width:150px;
	 height:100%;
	 top:0;
	 right:-160px;
	 text-align:center;
	 background:#fff;
	 z-index:10;
	 display:none;
	 overflow:auto;
}
.small_nav a {
	 font-size:16px;
	 display:block;
	 color:#666;
	 border-bottom:1px solid #eee;
	 line-height:50px;
}
.small_nav a.active{
	 color:#3db1fa;
	 border-bottom: 1px solid #3db1fa;
}
.scale img{
	transition:all 0.2s;
}
.scale:hover img{
	-webkit-transform: scale(1.2);     
	transform: scale(1.2);   
}


/*内页banner*/
.inside_banner{
	height: 540px;
}
.inside_banner1{
	background: url(../images/inside_banner1.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner2{
	background: url(../images/inside_banner2.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner3{
	background: url(../images/inside_banner3.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner4{
	background: url(../images/inside_banner4.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner5{
	background: url(../images/inside_banner5.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner6{
	background: url(../images/inside_banner6.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner7{
	background: url(../images/inside_banner7.jpg) no-repeat center;
	background-size: cover;
}
.inside_banner8{
	background: url(../images/inside_banner8.jpg) no-repeat center;
	background-size: cover;
}




.header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: rgb(45 98 140);
}
.header .top{
	padding-bottom: 16px;
}
.header .logo{
	margin-top: 16px;
}
.header .phone{
	padding-left: 65px;
	margin-left: 27px;
	position: relative;
	margin-top: 25px;
	color: #fff;
	line-height: 22px;
	background: url(../images/h_phone.png) no-repeat 25px;
}
.header .phone:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.4) 
}
.header .phone .p1{
	font-size: 16px;
}
.header .phone .p2{
	font-size: 22px;
	font-family: 'Impact';
}
.header .h_right{
	border: 1px solid #fff;
	border-radius: 20px;
	line-height: 38px;
	width: 148px;
	margin-top: 25px;
	text-align: center;
}
.header .h_right>em{
	color: #fff;
	display: inline-block;
	padding-left: 25px;
	cursor: pointer;
}
.header .h_right1{
	margin-left: 15px;
}
.header .h_right1>em{
	background: url(../images/h_lang.png) no-repeat left;
}
.header .h_right2>em{
	background: url(../images/h_ma1.png) no-repeat left;
}
.header .h_right>em>i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 9px;height: 5px;
}
.header .h_right1>em>i{
	background: url(../images/h_dot2.png) no-repeat center;
}
.header .h_right2>em>i{
	background: url(../images/h_dot1.png) no-repeat center;
}

.header .h_right2{
	 transition:border-radius 0.2s;
	 height: 38px;
}
.header .h_right2:hover>em{
	color: #999;
	background: url(../images/h_ma2.png) no-repeat left;
}
.header .h_right2:hover>em>i{
	background: url(../images/h_dot11.png) no-repeat center;
}
.header .h_right2:hover{
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.header .h_right2 .show{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 38px;
	left: -1px;
	width: calc( 100% + 2px );
	background: #fff;
	border-radius: 0 0 10px 10px;
}
.header .h_right2:hover .show{
	opacity: 1;
	visibility: visible;
}
.header .h_right2 .show img{
	width: 125px;
	height: 125px;
}
.header .h_right{
	position: relative;
}
.header .h_right1 .show a{
	color: #999;
	display: block;
	cursor: pointer;
}
.header .h_right1:hover{
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.header .h_right1 .show{
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	width: calc( 100% + 2px );
	background: #fff;
}
.header .h_right1:hover .show{
	display: block;
	border-radius: 0 0 20px 20px;
}
.header .h_right1:hover em{
	color: #999;
}
.header .h_right1 a:hover,
.header .h_right1 em:hover{
	color: #269ef2;
}


.header .main{
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.header .nav{
	height: 46px;
	position: relative;
}
.header .nav>li{
	height: 100%;
	float: left;
	position: relative;
	padding: 0 41px;
}
.header .nav>li.em{
	padding: 0;
}
.header .nav>li.em:after{
	content: '';
	display: none;
}
.header .nav>li:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 1px;
	background: rgba(255,255,255,0.4);

}
.header .nav>li>a{
	line-height: 44px;
	padding: 0 15px;
	color: #fff;
}
.header .nav .em{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	float: none;
	margin-right: 0;
	height: 3px;
	transition: width 0.3s;
	background: #00a0e9;
}


.footer .top{
	background: #313131;
	padding-top: 66px;
	padding-bottom: 50px;
}
.footer .left img{
	float: left;
}
.footer .left .font{
	float: left;
	width: 305px;
	margin-left: 25px;
	line-height: 25px;
	color: #999;
	font-size: 12px;
}
.footer .friend{
	margin-top: 20px;
}
.footer .friend span{
	float: left;
	color: #999;
}
.footer .friend a{
	color: #ccc;
	float: left;
	margin-right: 10px;
}
.footer .nav{
	float: right;
}
.footer .nav li{
	margin-left: 50px;
	float: left;
}
.footer .nav li:first-child{
	margin-left: 0;
}
.footer .nav li p{
	color: #f0f0f0;
	margin-bottom: 15px;
}
.footer .nav li a{
	line-height: 25px;
	color: #999;
	font-size: 12px;
}
.footer .end{
	background: #1b1b1b;
	line-height: 50px;
}
.footer .end ul{
	float: right;
	margin-top: 15px;
}
.footer .end li{
	float: left;
	margin-left: 10px;
}
.footer .end li a{
	line-height: 20px;
}
.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: #269ef2;
	border-bottom: 2px solid #269ef2;
}

.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.active,
.paging li.style:hover {
	 background: #58b6f7;
}
.paging li.style a {
	 color:#999;
	 font-size:14px;
}
.paging li.active a,
.paging li.style:hover a {
	 color:#fff;
}
.paging li.style1 {
	 width:120px;
	 height:45px;
	 text-align:center;
	 line-height:45px;
}
.paging li.active,
.paging li.style1:hover {
	 background: #58b6f7;
}
.paging li.active 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: 36.5%;
	z-index: 2;
	margin-top: -115px;
}
.right_slide li{
  width: 83px;
  height: 83px;
  position: relative;
  margin-bottom: 5px;
}
.right_slide li:last-child{
	margin-bottom: 0;
}
.right_slide li>a{
	height: 83px;
}
.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: 90px;
	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: #269ef2;
	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: #269ef2;
}
.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: 80px;
	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;
}
.header .nav>li .show{
	width: 100%;
	background: rgb(240 242 243);
	position: absolute;
	left: 0;
	top: 47px;
	text-align: center;
	line-height: 40px;
	opacity: 0;
	transition: all 0.3s;
	visibility: hidden;
}
.header .nav>li .show a{
	border-bottom: 1px dashed #d1d1d1;
}
.header .nav>li .show a:hover{
	color: #3f95e7;
}
.tag{
	/* margin-top: 90px; */
}
.tag span{
	float: left;
	color: #666;
	font-weight: bold;
}
.tag a{
	color: #666;
	float: left;
	margin-right: 10px;
}