html{
	font-size:5.208vw;
}
.clear{
	clear:both;
	height: 0;
}
/*contact*/
*{  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.cn_map{
	display: block;
	width: 100%;
}
.cn_map .tmp{
	display: block;
	width: 100%;
	height:auto;
}

.cn_bottom{
	height: 486px;
	background:url(../images/cn_bottom.jpg) no-repeat center center;
}
.cn_bottom .dy_1200{
	display:flex;
	padding-top:50px;
	justify-content: space-between;
}

.cn_bottom .item{
	width: 30%;
	height: 300px;
	padding-top:50px;
	border:3px solid #fff;
	border-radius:20px;
	background:rgba(0,60,140,0.17);
	text-align: center;
	box-shadow:8px 8px 0 rgba(0,60,140,0.17);
}
.cn_bottom .tip{
	font-size:20px;
	line-height: 1.5;
}
.cn_bottom .imp{
	font-family:Impact;
	font-size:30px;
}

/*contact*/

/*news*/

.newsbg{
	background:url(../images/news_bg.jpg) no-repeat top center;
	background-size:cover;
	padding:120px 0;
}
.ne_video{
	margin-bottom:10px;
}
.ne_video video{
	display: block;
	width: 100%;
	height: 450px;
}
.ne_items i{
	display: block;
	width: 20px;
	height: 20px;
	background:#0077ec;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left:-6px;
	margin-top:-10px;
}
.ne_items .item{
	width: 25%;
	height: 300px;
	float: left;
	background:#fff;
}
.ne_items .photo{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.ne_items .blue{
	background:#0077ec;
}
.ne_items .txt{
	text-align: center;
	line-height: 300px;
	font-size:20px;
}

/*news*/

/*app*/

.appbg1{
	padding:80px 0;
	background:url(../images/appbg1.jpg) no-repeat top center;
	
}
.appbg2{
	padding:80px 0;
	background:url(../images/appbg2.jpg) no-repeat top center;
	background-size:cover;
}
.appbg3{
	padding:80px 0;
	background:url(../images/appbg3.jpg) no-repeat top center;
	background-size:cover;
}
.app_navs{
	width: 1100px;
	height: 74px;
	line-height: 74px;
	display:flex;
	justify-content: space-between;
	margin:0 auto;
	background:#fff;
	border-radius:37px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	padding:0 100px;
	box-sizing:border-box;
}
.app_navs a{
	font-size:22px;
	color:#000;
}
.app_navs .hover,.app_navs a:hover{
	font-size:27px;
	color:#ee7700;
	font-weight:bold
}
.app_m{
	width: 1200px;
	margin:100px auto 0 auto;
}
.app_m .top{
	display: block;
	width: 100%;
}
.app_m .tip{
	width: 1200px;
	height: 451px;
	background:url(../images/app_b.png) no-repeat top center;
	box-sizing:border-box;
	font-size:18px;
	color:#6d6d6d;
	padding:150px 50px 0 50px;
	line-height: 1.6;
	margin-top:-100px;
}

/*app*/

/*pro*/

.pro_navs{
	width: 1200px;
	height: 74px;
	line-height: 74px;
	display:flex;
	justify-content: space-between;
	margin:0 auto;
	background:#fff;
	border-radius:37px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	padding:0 25px;
	box-sizing:border-box;
	position: relative;
	z-index: 3;
}
.pn_in{
	width: 25%;
	position: relative;
	z-index: 100;
}
.pn_in ul{
	position: absolute;
	left: 0;
	top: 74px;
	background:rgba(0,0,0,0.6);
	width: 100%;
	text-align: center;
	display: none;
	z-index: 100;
}
.pn_in:hover ul{
	display: block;
}
.pn_in li{
	border-bottom:1px solid #fff;
	text-align:left;font-size:24px; line-height:50PX;
}
.pn_in li a{
	color:#fff; text-align:left; padding-left:80px; font-size:18px
}
.pn_in li a:hover,.pn_in li a.hover,.pn_in li a.active{
	text-shadow:0 0 5px #fff;
}
.pro_navs .par{
	font-size:22px;
	color:#000;
	display: block;
	text-align: center;
}
.pro_navs .par.hover,.pro_navs .par:hover,.pn_in:hover .par{
	font-size:27px;
	color:#ee7700; font-weight:700;
}
.page-wrapper{box-shadow:5px 5px 15px rgba(0,0,0,0.2);}
.pro_links{
	padding-top:20px;
	width: 1200px;
	margin:0 auto;
}
.pl_item{
	display: block;
	position: relative;
	margin-top:10px;
	background:rgba(70,80,90,1);
	
}
.pl_item:hover{
	border:1px solid #fff;
}
.pl_item img{
	display: block;
	width: 100%;
	height:auto;
}
.pl_item:hover img{
	opacity: 0.6;
}
.pl_item dl{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	color:#515151;
	padding:0;
	z-index: 10;
}
.pl_item:hover dl{
	color:#ee7700;
	text-shadow:1px 1px 1px #fff;
}
.pl_item dt{
	font-size:50px;
}
.pl_item dd{
	font-size:20px;
	line-height: 3;
}

.pro_slider1{
	width: 1200px;
	height: 810px;
	margin:80px auto 50px auto;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
.pro_slider1 img{
	display: block;
	width: 1200px;
	height: 810px;
}
.pro_ctrl{
	text-align: center;
}
.pro_ctrl .cbtn{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin:0 30px;
	cursor: pointer;
}
.pro_ctrl .prev{
	background:url(../images/pro1_pre.png) no-repeat center center;
}
.pro_ctrl .next{
	background:url(../images/pro1_next.png) no-repeat center center;
}
.pro_slider2{
	width: 1200px;
	
	margin:40px auto;
}
.p2_item{
	width: 260px;
	display: block;
	border:1px solid #fff;
	margin:40px auto;
}
.p2_item:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.p2_item .tip{
	height: 160px;
	background:#000;
	color:#fff;
	text-align: center;
	position: relative;
	font-size:20px;
	line-height: 1.6;
	box-sizing:border-box;
	padding-top:40px;
}
.p2_item:hover .tip{
	background:#ee7700;
}
.p2_item img{
	display: block;
	width: 260px;
	height: 665px;
}
.pro_ctrl2{
	position: relative;
	width: 1200px;
	margin:0 auto;
}
.pro_ctrl2 .cbtn{
	width: 63px;
	height: 105px;
	cursor: pointer;
	position: absolute;
	z-index: 20;
}
.pro_ctrl2 .prev{
	left: -80px;
	top: -500px;
	background:url(../images/p2_pre.png) no-repeat center center;
}
.pro_ctrl2 .next{
	right: -80px;
	top: -500px;
	background:url(../images/p2_next.png) no-repeat center center;
}
.probg{
	padding:80px 0;
	background:url(../images/probg.png) no-repeat top center;
	background-size:cover;
}
.probg2{
	padding:80px 0;
	background:url(../images/probg2.jpg) no-repeat top center;
	background-size:cover;
}
.probg3{
	padding:80px 0;
	background:url(../images/probg3.jpg) no-repeat top center;
	background-size:cover;
	min-height: 1100px;
	box-sizing:border-box;
}
.probg4{
	padding:80px 0;
	background:url(../images/probg4.jpg) no-repeat top center;
	background-size:cover;
	min-height: 1100px;
	box-sizing:border-box;
}

.p2_main .head{
	position: relative;
	height: 120px;
	line-height: 120px;
	padding-top:20px;
	text-align: center;
}
.p2_main .t1{
	font-size:70px;
	font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;
	color:#fff;
}
.p2_main .t2{
	font-size:40px;
	color:#003b90;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	line-height: 40px;
	z-index: 20;
}
.p2_main .head i{
	display: block;
	width: 120px;
	height: 10px;
	border-radius:6px;
	background:#88bdff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left:-60px;
}
.p2_m{
	height: 760px;
	position: relative;
	width: 1200px;
	margin:30px auto;
	color:#003b90;
}
.p2_m .con{
	display: none;
}
.p2_m .show{
	display: block;
}
.p2_m .area{
	position: absolute;
	background:rgba(255,255,255,0.7);
	border-radius:50px;
}
.p2_m .area1{
	height: 340px;
	width: 300px;
	position: absolute;
	left: -50px;
	top: 0;
}
.p2_m .area2{
	height: 340px;
	width: 300px;
	position: absolute;
	left: -50px;
	bottom: 0;
}
.p2_m .area3{
	height:780px;
	width: 400px;
	position: absolute;

	right:-100px;text-justify: inter-word;

	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p2_m .area3 dd::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.p2_m .ct{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing:border-box;
	padding:0 30px;
	font-size:14px;
	line-height: 1.3;
}
.p2_m dt{
	font-weight: bold;
	position: relative;
	padding-left:18px;margin-bottom:10px;
}
.p2_m .area3 dt{
	margin-bottom:15px;
}
.p2_m dd{
	padding-bottom:15px;
	padding-left:20px;
}
.p2_m dt i{
	display: block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-5px;
	background:#003b90;
}
.p2_m .im{
	display: block;
	width:320px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left:-20px;
}
.p2_m .pas{
	width:93%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;	
}
.p2_m .pas .bn{
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin:0 3px;
	display: inline-block;
	border-radius:100%;
	border:1px solid #595959;
	background:#fff;
}
.p2_m .pas .hover{
	background:#fff;
	border-color:#fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow:0 0 5px #fff;
}

.p2_m .pas2{
	width: 50px;
	position: absolute;
	left: -140px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding:30px 0;
}
.p2_m .pas2 .line{
	border-left:1px solid #000;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}
.p2_m .pas2 .bn{
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin:8px 3px;
	display: inline-block;
	border-radius:100%;
	border:1px solid #595959;
	background:#fff;
	position: relative;
	z-index: 20;
}
.p2_m .pas2 .hover{
	background:#fff;
	border-color:#fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow:0 0 5px #fff;
}

.p3_links{
	width: 1200px;
	margin:150px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.p3_links a{
	display: block;
	width: 300px;
	height: 300px;
	background:url(../images/p3_b1.png) no-repeat center center;
	background-size:100% 100%;
	margin:-63px -50px;
	position: relative;
	color:#000;
}
.p3_links a:hover{
	color:#fff;
	background-image:url(../images/p3_b2.png);
}
.p3_links span{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size:20px;	
}

.pr4_ct{
	height: 500px;
	background:rgba(0,0,0,0.6);
	margin-top:50px;
}

.pr4_ct .dy_1200{
	height: 500px;
	position: relative;
}
.pr4_ct .lks{
	width: 600px;
	height: 600px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-300px;
}
.pr4_ct .c{
	width: 224px;
	height: 224px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pr4_ct .link{
	display: block;
	width: 320px;
	height: 320px;
	position: absolute;
	opacity: 0.8;
}
.pr4_ct .link img{
	display: block;
	width: 320px;
	height: 320px;
}
.pr4_ct .link:hover{
	opacity: 1;
}
.pr4_ct .link:hover .a{
	display: none;
}
.pr4_ct .link:hover .b{
	display: block;
}
.pr4_ct .link .b{
	display: none;
}
.pr4_ct .link1{
	left: 0;
	top: 0;
}
.pr4_ct .link2{
	right: 0;
	top: 0;
}
.pr4_ct .link3{
	left: 0;
	bottom: 0;
}
.pr4_ct .link4{
	right: 0;
	bottom: 0;
}
.pr4_ct .link5{
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 300px;
	height: 300px;
}
.pr4_ct .link5 img{
	display: block;
	width: 300px;
	height: 300px;
}
.pr4_ct .tip{
	color:#fff;
	width: 580px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.8;
	text-align:justify;
}
.pr_bar{
	position: absolute;
	left: 50px;
	top: 450px;
	background:url(../images/p4_line.png) repeat-y left top;
	padding:5px 0;
	background-size:60px auto;
	z-index: 20;
}
.pr_bar .link{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left:65px;
	color:#6d6d6d;
	background-repeat:no-repeat;
	background-position:9px center;
	background-size:40px 40px;
	margin:12px 0;
	font-size:16px;
}
.pr_bar .link:hover,.pr_bar .link.hover{
	height: 60px;
	line-height: 60px;
	color:#000;
	font-size:18px;
	font-weight: bold;
	background-position:left center;
	background-size:60px 60px;
}
.pr_bar .link1{
	background-image:url(../images/p4_nav1.png);
}
.pr_bar .link1:hover,.pr_bar .link1.hover{
	background-image:url(../images/p4_nav1h.png);
}
.pr_bar .link2{
	background-image:url(../images/p4_nav2.png);
}
.pr_bar .link2:hover,.pr_bar .link2.hover{
	background-image:url(../images/p4_nav2h.png);
}
.pr_bar .link3{
	background-image:url(../images/p4_nav3.png);
}
.pr_bar .link3:hover,.pr_bar .link3.hover{
	background-image:url(../images/p4_nav3h.png);
}
.pr_bar .link4{
	background-image:url(../images/p4_nav4.png);
}
.pr_bar .link4:hover,.pr_bar .link4.hover{
	background-image:url(../images/p4_nav4h.png);
}
.pr_bar .link5{
	background-image:url(../images/p4_nav5.png);
}
.pr_bar .link5:hover,.pr_bar .link5.hover{
	background-image:url(../images/p4_nav5h.png);
}

.p4_tabs{
	width: 1200px;
	margin:80px auto;
	border-radius:50px;
	background:rgba(255,255,255,0.6);
	position: relative;
}
.p4_tabs .ltp{
	position: absolute;
	left: 0;
	top: -25px;
	width: 326px;
	z-index: 10;
}
.p4_tabs .handle{
	height: 420px;	
	border-radius:0 50px 0 0;
	overflow: hidden;
	position: relative;
}
.p4_tabs .handle img{
	display: block;
	height: 420px;
	float: right;
}
.p4_tabs .handlein{
	width: 920px;
	height: 420px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display:flex;
	justify-content: space-between;
}
.p4_tabs .bn{
	height: 420px;
	width: 100%;
	text-align: center;
	border-left:5px solid #61c3d0;
	background:rgba(0,0,0,0.3);
	font-size:20px;
	color:#fff;
	position: relative;
	cursor: pointer;s
}
.p4_tabs .bn span{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p4_tabs .hover{
	background:none;
	color:#000;
}
.p4_tabs .con{
	display: none;
	color:#003b90;
	padding: 70px 50px 50px 50px;
	font-size:14px;
	line-height: 1.6;
}
.p4_tabs dl{
	padding-left:15px;
}
.p4_tabs .show{
	display: block;
}
.p4_tabs dd{
	padding-bottom:5px;
}
.p4_tabs dt{
	position: relative;
}
.p4_tabs i{
	display: block;
	width: 10px;
	height: 10px;
	background:#003b90;
	border-radius:100%;
	position: absolute;
	left: -15px;
	top: 6px;
}
.p4_tabs .cleft{
	width: 60%;
	float: left;
}
.p4_tabs .cright{
	width: 30%;
	float: right;
}

/*pro*/

/*about*/

.ba_num{
	position: absolute;	
	font-size:100px;
	color:#fff;
	right:90px;	text-shadow:7px 7px 10px rgba(0,0,0,.5); 
	bottom: 130px;	
	z-index: 20;
	font-weight: bold;		
}
.ba_link{
	width: 322px;	
	height: 90px;	
	line-height: 90px;	
	color:#000;
	text-indent:70px;
	font-size:20px;
	background:url(../images/ba_link.png) no-repeat center center;
	background-size:100% 100%;
	position: absolute;	
	right: -12px;	
	bottom: 50px;	
	z-index: 100;
}
.ba_link2{
	background-image:url(../images/ba_link2.png);
	text-indent:90px;
}

.ab_info{
	width: 1200px;
	margin:50px auto;
	line-height: 1.6; text-align:justify
}
.ab_info .title{
	text-align: center;
	font-size:24px;
	line-height: 3;
	font-weight: bold;
}
.ab_info p{
	text-indent:2em;
}
.cu_items{
	width: 1200px;
	margin:50px auto;
	background:#fff;
	overflow: hidden;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
.cu_item{
	width: 400px;
	height: 400px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	cursor: pointer;
}
.cu_item:hover{
	color:#fff;
	background:#ee7700;
	transition: all 0.2s ;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.cu_item.hover{
	color:#fff;
	background:#ee7700;
}
.cu_item dl{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	box-sizing:border-box;
	padding:0 20px;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.cu_item dt{
	font-size:24px;
	line-height: 30px;
	height: 60px;
	position: relative;
	margin-bottom:25px;
}
.cu_item i{
	display: block;
	width: 50px;
	height: 4px;
	background:#000;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left:-30px;
}
.cu_item:hover i,.cu_item.hover i{
	background:#ffc75d;
}
.cu_item dd{
	font-size:18px;
	line-height: 1.6;
}

.ab_slider{
	margin:50px auto;
	width: 1200px;
}
.ab_slider img{
	display: block;
	width: 100%;
	height:auto;
}
.ab_slider .intro{
	height: 50px;
	line-height: 50px;
	background:rgba(0,0,0,0.5);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size:14px;
	color:#fff;
}
.ab_slider .year{
	float: left;
	font-size:30px;
	color:#fff;
	padding:0 0.5em;
	font-weight: bold;
}
.ab_slider .tip{
	font-size:7px;
	line-height: 12px;	
	padding-right:10px;
	position: absolute;
	text-align:justify;
	left: 100px;	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ab_slider .tip2{
	left: 180px;
}
.as_item{
	margin:120px 0;
	position: relative;
	z-index: 10;
	transition: all 0.2s ;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}
.ab_slider .swiper-slide{
	transition: all 0.2s ;
}
.ab_slider .swiper-slide-active{
	position: relative;
	z-index: 100;
	transition: all 0.2s ;
}
.ab_slider .swiper-slide-active .as_item{
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	transition: all 0.2s ;
}


.ab_page{
	height: 60px;
	position: relative;
	margin-bottom:100px;
	text-align: center;
	z-index: 20;
}
.ab_page .swiper-pagination-bullet{
	display: inline-block;
	width: 30px;
	height: 63px;	background:none;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:92%; 
	position:relative;

	margin:0 22px;
	padding:0;
	opacity: 1;
}

.ab_page .swiper-pagination-bullet:after{ margin-left:-10px; content:''; bottom:9px; position:absolute; left:50%; display:block; background:#039 ; border-radius:20px; width:20px; height:20px;}
.ab_page .swiper-pagination-bullet-active{
	background-image:url(../images/as_hover.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:92%; 
}
.ab_page .swiper-pagination-bullet-active:after{ display:none}
.ab_line{
	width: 100%;
	border-top:1px solid #003b90;	
	position: relative;
	top: -116px;
}

.honorbg{
	padding:80px 0;
	background:url(../images/honorbg.jpg)  top center;
	background-size:88%;

	min-height: 970px;

	box-sizing:border-box;
}

.ho_slider{
	margin:120px auto;
	width: 1200px;
}
.ho_slider img{
	display: block;
	width: 100%;
	height:auto;
	margin:50px 0;
	transition: all 0.2s ;
}
.ho_slider .swiper-slide{
	transition: all 0.2s ;
}
.ho_slider .swiper-slide-active{
	position: relative;
	z-index: 100;
	transition: all 0.2s ;
}
.ho_slider .swiper-slide-active img{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	transition: all 0.2s ;
}
.ho_ctrl{
	position: relative;
	width: 100%;
}
.ho_ctrl .cbtn{
	width:70px;
	height: 70px;
	position: absolute;
	top: -360px;
	cursor: pointer;
	z-index: 20;
}
.ho_ctrl .prev{
	left: 50%;
	margin-left:-710px;
	background:url(../images/ho_pre.png) no-repeat center center;
	background-size:100% 100%;
}
.ho_ctrl .next{
	right: 50%;
	margin-right:-710px;
	background:url(../images/ho_next.png) no-repeat center center;
	background-size:100% 100%;
}
.ab_banner{
	position: relative;
	
	margin-top:-200px;
}
.book{ position:relative; width:1600px; overflow:hidden; margin:0 auto; height:1000px}
/*about*/

.book *,#map-container *{  -webkit-transition:none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
	#map-container img{ max-width:none; max-height:none; }