﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*设备的rem-vw标准*/
html{	
		
}

body{		
	width:100%;			
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;	
	text-align:left;	
	position:relative;
	font-size:16px;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#131313;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#131313;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
a:hover{
	color:#0c41bd;
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
	-webkit-appearance: none;  
}
input::-webkit-input-placeholder {
	color: #b9b9b9 !important;
}
textarea::-webkit-input-placeholder {
	color: #b9b9b9 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.wrapin{
	width: 1520px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	height: 110px;
	position: relative;
	background:#fff;
}
.header .logo{
	float: left;
	display: block;
	height: 110px;
}
.header .logo img{
	display: block;
	height: 110px;
}
.header .wrapin{
	height: 110px;
	position: relative;
}
.header .tel{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#0c41bd;
	text-align:right;
}
.header .tel dt{
	font-size:18px;
}
.header .tel dd{
	font-size:40px;
	font-family:Simsun;
	font-style: italic;
	font-weight: bold;
}
.head_search{
	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: 668px;
	height: 48px;
	border:1px solid #cacaca;
	border-radius:3px;
}
.head_search .text{
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 48px;
	padding:0 15px;
	box-sizing:border-box;
	border:0;
	background:none;
	color:#131313;
}
.head_search .sub{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	line-height: 48px;
	padding:0 20px;
	background:none;
	color:#0c41bd;
}
.navs{
	height: 60px;
	line-height: 60px;
	background:#0c41bd;
}
.navs a{
	float: left;
	display: block;
	width: 253px;
	text-align: center;
	font-size:22px;
	color:#fff;
}
.navs a:hover,.navs a.hover{
	background:#0536a7;
}

.banner{
	width:100%;
	height: 814px;
}
.banner .swiper-slide{
	width:100%;
	height: 814px;
	background-repeat:no-repeat;
	background-position:center center;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	opacity:0.5;
	background:#fff;
	width: 40px;
	height: 6px;
	border-radius:3px;
}
.banner .swiper-pagination-bullet-active{
	background:#fff;
	opacity: 1;
}

.h_case{
	width: 1520px;
	margin:20px auto 0 auto;
	height: 200px;
}
.h_case a{
	display: block;
	width: 150px;
	margin:0 auto;
	text-align: center;
	line-height: 26px;
	font-size:18px;
	padding-top:20px;
}
.h_case img{
	display: block;
	width: 100px;
	height: 100px;
	margin:0 auto;
}
.h_case .cbtn{
	width: 40px;
	height: 96px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	margin-top:-48px;
}
.h_case .prev{
	left: 0;
	background:url(../images/hc_pre.png) no-repeat center center;
}
.h_case .next{
	right: 0;
	background:url(../images/hc_next.png) no-repeat center center;
}

.h_fw{
	width: 1520px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.h_head{
	text-align: center;
	line-height: 1.6;
	padding:15px 0;
}
.h_head .t1{
	font-size:38px;
	color:#010101;
}
.h_head .t2{
	color:#939393;
	text-transform: uppercase;
	font-style: italic;
}
.h_fw .s_list{
	width: 1700px;
}
.hf_item{
	display: block;
	width: 460px;
	height: 350px;
	float: left;
	margin:0 70px 70px 0;
	position: relative;
	overflow: hidden;
}
.hf_item .photo{
	display: block;
	width: 460px;
	height: 350px;
}
.hf_item .intro{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	width: 100%;
	padding:80px 30px 20px 30px;
	background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.hf_item dl{
	color:#fff;
	line-height: 1.6;
	
}
.hf_item dt{
	font-size:22px;
}
.hf_item dd{
	font-size:14px;
}
.hf_item .tip{
	font-size:15px;
	line-height: 26px;
	color:#98a3a6;
	height: 52px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	margin-top:15px;
	margin-bottom:10px;
	display: none;
}
.hf_item .more{	
	display: none;
	height: 20px;
	line-height: 20px;
	padding-right:26px;
	color:#fff;
	font-size:14px;
	background:url(../images/hf_more.png) no-repeat right center;
}
.hf_item:hover .tip{
	display: block;
}
.hf_item:hover .more{
	display: inline-block;
}

.hab_wp{
	height: 686px;
	background:url(../images/hab.jpg) no-repeat center center;
	margin:20px 0;
	color:#fff;
}
.hab_wp .wrapin{
	padding-top:140px;
}
.hab_wp p{
	width: 940px;
	line-height: 2;
	padding-bottom:20px;
}
.hab_wp .mo{
	font-size:18px;
	padding:20px 0 50px 0;
}
.hab_wp .more{
	color:#fff;
	padding-right:34px;
	display: inline-block;
	background:url(../images/hf_more.png) no-repeat right center;
	background-size:auto 20px;
}
.hab_wp .link{
	display: block;
	width: 260px;
	height: 88px;
	margin-right:40px;
	float: left;
}
.hab_wp .link img{
	display: block;
	width: 260px;
	height: 88px;
}
.h_news{
	padding-bottom:80px;
}
.hn_tabs{
	width: 1520px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.hn_tabs .handle{
	padding-bottom:50px;
	text-align: center;
	padding-top:10px;
}
.hn_tabs .btn{
	display: inline-block;
	width: 200px;
	/* height: 66px; */
	border-radius:8px;
	margin:0 45px;
	/* line-height: 66px; */
	padding: 15px 0;
	background:#f9f9f9;
	font-size:24px;
}
.hn_tabs .hover{
	color:#fff;
	background:#0c41bd;
}
.hn_tabs .con{
	display: none;
}
.hn_tabs .show{
	display: block;
}
.hn_tabs .photo{
	float: left;
	display: block;
	width: 640px;
	height: 500px;
	margin-top:20px;
}
.hn_tabs .cright{
	width: 795px;
	float: right;
}
.hn_item{
	display: block;
	height: 179px;
	border-bottom:1px dashed #a8b3c2;
}
.hn_item .name{
	padding-top:30px;
	/* height: 48px; */
	/* line-height: 48px; */
	font-size:26px;
}
.hn_item .tip{
	height: 35px;
	color:#7e7e7e;
	line-height: 35px;
}
.hn_item .date{
	height: 56px;
	line-height: 56px;
	color:#787878;
}
.hn_item .date strong{
	color:#000;
	font-size:20px;
}
.hn_item .after{
	line-height: 56px;
	display: none;
	color:#0c41bd;
}
.hn_item:hover .name{
	color:#0c41bd;
}
.hn_item:hover .date{
	display: none;
}
.hn_item:hover .after{
	display: block;
}
.s95{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_tabs .bts{
	padding-top:50px;
	text-align: center;
}
.hn_tabs .more{
	color:#0c41bd;
	display: inline-block;
	padding-right:36px;
	height: 24px;
	line-height: 24px;
	background:url(../images/more2.png) no-repeat right center;
}
.h_fri{
	background:#f9f9f9;
	padding:30px 0 85px 0;
}
.h_fri .wrapin{
	position: relative;
	overflow: hidden;
}
.h_fri .s_list{
	width: 1700px;
}
.h_fri a{
	display: block;
	width: 214px;
	height: 98px;
	border:1px solid #e1e1e1;
	float: left;
	margin:44px 44px 0 0;
}

.ft_top{
	clear: both;
	height: 270px;
	background:#0a1a2f url(../images/footer_top.jpg) no-repeat top center;
	color:#a8aeb6;
}
.ft_top a{
	color:#a8aeb6;
}
.ft_top a:hover{
	color:#fff;
}
.ft_top .ft_d{
	float: left;
	padding-top:46px;
}
.ft_top dt{
	line-height: 60px;
	font-size:20px;
	color:#c6cfdb;
}
.ft_top dd{
	line-height: 40px;
}
.ft_top .ft_d1{
	width: 608px;
}
.ft_top .ft_d2{
	width: 375px;
}
.ft_top .ft_d3{
	width: 300px;
}
.ft_top .link{
	display: block;
	width: 150px;
	float: left;
}
.ft_code{
	float: right;
	width: 115px;
	text-align: center;
	padding-top:66px;
}
.ft_code img{
	display: block;
	width: 115px;
	height: 115px;
}
.ft_code .tip{
	font-size:14px;
	line-height: 2.4;
}
.ft_bottom{
	clear: both;
	height: 70px;
	line-height: 70px;
	background:#081628;
	color:#94a1b3;
}
.main{
	padding-bottom:60px;
	min-height: 500px;
}

.now_pos{
	line-height: 70px;
}
.aside{
	float: left;
	width: 300px;
}
.as_nav{
	padding:0 15px 15px 15px;
	background:#fff;
	border-radius:10px;
	margin-bottom:10px;
}
.as_nav .title{
	font-size:20px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;
	line-height: 65px;
	padding:0 15px;
}
.as_down .par{
	height: 38px;
	line-height: 38px;
	padding:0 15px;
	background:url(../images/as_par.png) no-repeat right center;
}
.as_down.after .par{
	background:#f4f2ff url(../images/as_parh.png) no-repeat right center;
}
.as_down ul{
	display: none;
}
.as_down.after ul{
	display: block;
}
.as_down li a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding:0 35px;
	color:#737373;
}
.as_down li a:hover,.as_down li a.hover{
	color:#0c41bd;
}
.as_nav .as_link{
	display: block;
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	background:url(../images/as_link.png) no-repeat right center;
}
.as_nav .as_link:hover,.as_nav .as_link.hover{
	background-color:#f4f2ff;
}
.as_nav .as_link2{
	display: block;
	height: 40px;
	line-height: 40px;
	padding:0 15px;	
}
.as_nav .as_link2:hover,.as_nav .as_link2.hover{	
	background:#f4f2ff url(../images/as_link.png) no-repeat right center;
}

.section{
	float: right;
	width: 1160px;
	padding:10px 20px 30px 20px;
	border-radius:20px;
	background:#fff;
	box-sizing: content-box;
}
.pro_tab{
	width: 100%;
}
.pro_tab th{
	height: 50px;
	line-height: 50px;
	border-bottom:2px solid #0c41bd;
	color:#0c41bd;
	min-width: 100px;
}
.pro_tab .sort{
	display: inline-block;
	padding-right:16px;
	background:url(../images/sort.png) no-repeat right center;
}
.pro_tab td{
	height: 60px;
	line-height: 2;
	min-width: 100px;
	border-bottom:1px solid #ebebeb;
}
.pro_tab .xq{
	color:#0c41bd;	
}
.pro_tab .name{
	display:inline-block;
	max-width:450px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
.page{
	height: 30px;
	line-height: 30px;
	padding-top:30px;
	text-align: center;
}

.page .pagination {
	display: inline-flex;
}
.pagein{
	display: inline-block;
}
.page span,.page select{
	float: left;
	padding:0 8px;
}
.page select{
	height: 30px;
	line-height: 30px;
	background:#f8f8f8;
	padding:0 10px;
}
.page .num{
	height: 30px;
	line-height: 30px;
	background:#f8f8f8;
	width: 40px;
	text-align: center;
	float: left;
	border:0;
}
.page a{
	float: left;
	padding:0 8px;
}
.page a.hover,.page a:hover{
	color:#0c41bd;
}
.cm_banner{
	height: 200px;
	line-height: 200px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:40px;
	color:#fff;
}
.se_item{
	display: block;
	/* height: 140px; */
	padding:20px;
	margin:15px 0;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-sizing: content-box;
}
.se_item .photo{
	float: left;
	display: block;
	width: 240px;
	height: 140px;
	border-radius:10px;
	overflow: hidden;
}
.se_item .photo img{
	display: block;
	width: 240px;
	height: 140px;
}
.se_item .intro{
	float: right;
	width: 844px;
}
.se_item .name{
	height: 42px;
	line-height: 42px;
	font-size:18px;
}
.se_item .tip{
	font-size:14px;
	line-height: 20px;
	height: 40px;
	color:#777;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	margin-bottom:20px;
}
.se_item .read{
	color:#0c41bd;
}
.br_navs{
	text-align: center;
	padding-top:13px;
}
.br_navs a{
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	margin:0 12px;
	border-radius:10px;
	font-size:20px;
	background:#f4f2ff;
}
.br_navs a:hover,.br_navs a.hover{
	background:#0c41bd;
	color:#fff;
}
.br_item1{
	margin-top:33px;
	display: block;
	border:1px solid #e8e8e8;
	height: 160px;
	position: relative;
}
.br_item1 .date{
	width: 214px;
	height: 100px;
	border-right:1px solid #e8e8e8;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-50px;
	color:#929292;
}
.br_item1 .date dt{
	height: 60px;
	line-height: 60px;
	font-size:50px;
	font-weight: bold;
}
.br_item1 .date dd{
	line-height: 40px;
	color:#929292;
}
.br_item1 .intro{
	padding:14px 24px 0 260px;
}
.br_item1 .name{
	height: 72px;
	line-height: 72px;
	font-size:20px;
}
.br_item1 .tip{
	color:#929292;
	font-size:14px;
	line-height: 20px;
	height: 40px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.br_item1:hover .name{
	color:#0c41bd;
}
.bd_head{
	text-align: center;
	border-bottom:1px solid #d2d2d2;
	padding-top:20px;
	margin:0 20px 20px 20px;
}
.bd_head .t1{
	font-size:32px;
	line-height: 40px;
}
.bd_head .t2{
	color:#767676;
	line-height: 74px;
}
.bd_article{
	line-height: 2;
	margin:0 20px 20px 20px;
}
.bd_ots{
	margin:0 20px;
	font-size:18px;
	border-top:1px solid #d2d2d2;
	padding-top:5px;
}
.bd_ots li{
	height: 44px;
	line-height: 44px;
	clear: both;
}
.bd_ots li span{
	float: left;
}
.bd_ots li a{
	float: left;
	display:inline-block;
	max-width:800px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.su_search{
	width: 100%;
	height: 50px;
	margin-bottom:10px;
	margin-top:30px;
	position: relative;
	background:#f3f3f3;
	overflow: hidden;
	border-radius:10px;
}
.su_search .text{
	width: 100%;
	height: 50px;
	border:0;
	background:none;
	padding:0 20px;
	box-sizing:border-box;
}
.su_search .sub{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 50px;
	height: 50px;
	background:#0c41bd url(../images/ba_search.png) no-repeat center center;
}
.su_item{
	margin:30px 0 0 0;
	border:1px solid #e8e8e8;
	border-radius:10px;
	padding:0 30px;
}
.su_item .handle{
	height: 56px;
	line-height: 56px;
	font-size:18px;
	position: relative;
}
.su_item .read, .su_item .download{
	position: absolute;
	right: 0;
	top: 0;
	color:#0c41bd;
	display: inline-block;
	padding-right:25px;
	background:url(../images/su_read.png) no-repeat right center;
}
.su_item.down .read{
	background-image:url(../images/su_readh.png);
}
.su_item .con{
	line-height: 2;
	padding-bottom:15px;
	display: none;
}
.su_item.down .con{
	display: block;
}
.pd_tps{
	padding:30px 30px 60px 30px;
}
.pd_tps .photo{
	float: left;
	width: 514px;
	height: 300px;
	border-radius:10px;
	overflow: hidden;
}
.pd_tps .photo img{
	width: 514px;
	height: 300px;
}
.pd_tps .intro{
	float: right;
	/* width: 750px; */
	width: 570px;
	position: relative;
}
.pd_tps .name{
	height: 50px;
	line-height: 30px;
	font-size:22px;
	position: relative;
}
.pd_tps .name i{
	display: block;
	width: 36px;
	border-bottom:1px solid #bfbfbf;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pd_tps .copy{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	color:#0c41bd;
	display: inline-block;
	padding-left:25px;
	background:url(../images/copy.png) no-repeat left center;
}
.pd_tps .ml{
	height: 60px;
	line-height: 50px;
	color:#0c41bd;
}
.pd_tps .ml strong{
	font-size:40px;
}
.pd_tps .tags{
	height: 30px;
	padding-bottom:20px;
}
.pd_tps .tag{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color:#0c41bd;
	border:1px solid #0c41bd;
	padding:0 20px;
	border-radius:5px;
	float: left;
	margin-right:20px;
}
.pd_tps .tag.hover{
	color:#fff;
	background:#0c41bd;
}
.pd_tps .in{
	line-height: 22px;
	font-size:14px;
}
.pd_tps .fl{
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	line-height: 26px;
	padding:0 25px;
	border-radius:13px;
	background:#f4f2ff;
	font-size:14px;
	color:#0c41bd;
}
.pd_navs{
	height: 50px;
	line-height: 50px;
	border-bottom:1px solid #ebebeb;
	padding:0 30px;
	clear: both;
}
.pd_navs .btn{
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding:0 25px;
	margin-right:30px;
	border-radius:10px 10px 0 0;
}
.pd_navs .hover{
	background:#f8f8f8;
	color:#0c41bd;
}
.pd_floor{
	margin:0 30px;
	border-bottom:1px solid #ebebeb;
	position: relative;
}
.pd_floor .pos{
	position: absolute;
	left: 0;
	top: 0;
}
.pd_floor .title{
	height: 60px;
	line-height: 60px;
	font-size:18px;
	color:#0c41bd;
	font-weight: bold;
}
.pd_floor .title2{
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left:14px;
	font-size:14px;
	font-weight: bold;
	color:#000;
}
.pd_floor .title2 i{
	display: block;
	width: 4px;
	height: 16px;
	border-radius:2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-8px;
	background:linear-gradient(to bottom, #1145bf, #75a3f9);
}
.pd_floor .tip1{
	padding:0 14px 30px 14px;
	line-height: 2;
	font-size:14px;
}
.wx_item{
	padding:9px 44px;
	background:#f9fcff;
	border-radius:22px;
	line-height: 1.6;
	color:#3f3f3f;
	font-size:14px;
	margin-bottom:15px;
}
.wx_inf{
	padding:10px 44px;
	font-size:14px;
	line-height: 1.6;
}
.line20{
	height: 20px;
	clear: both;
}
.pd_down{
	display: block;
	height: 40px;
	line-height: 40px;
	background:#f4f2ff;
	margin-bottom:15px;
	clear: both;
	padding:0 25px;
	font-size:14px;
}
.pd_down .name{
	float: left;
}
.pd_down .down{
	float: right;
	color:#0c41bd;
}
.pd_ask{
	margin-bottom:20px;
	background:#f9fcff;
	padding:0 15px 15px 15px;
	position: relative;
}
.pd_ask .w{
	margin-top:15px;
	padding-left:32px;
	line-height: 32px;
	background:url(../images/pd_w.png) no-repeat left 5px;
	color:#0c41bd;
	font-size:14px;
}
.pd_ask .d{
	margin-top:5px;
	padding-left:32px;
	line-height: 32px;
	background:url(../images/pd_d.png) no-repeat left 5px;
	color:#3f3f3f;
	font-size:14px;
}
.pd_ask .date{
	position: absolute;
	right: 30px;
	top: 0;
	line-height: 32px;
	font-size:14px;
	color:#3f3f3f;
}

.sd_xg li{
	width: 50%;
	float: left;
	height: 28px;
	line-height: 28px;
}

.ab_intro{
	padding-top:40px;
}
.ab_intro .photo{
	float: left;
	width: 720px;
	height: 460px;
	border-radius:10px;
	position: relative;
	overflow: hidden;
}
.ab_intro .photo img{
	display: block;
	width: 720px;
	height: 460px;
}
.ab_intro .intro{
	float: right;
	width: 700px;
}
.ab_intro .t1{
	font-size:38px;
	line-height: 86px;
}
.ab_intro .t2{
	font-size:20px;
	color:#0c41bd;
}
.ab_intro p{
	font-size:16px;
	line-height: 32px;
	padding-top:1.5em;
}
.ab_intro .photos{
	padding-top:50px;
	display:flex;
	justify-content: space-between;
}
.ab_intro .photos img{
	display: block;
	width: 340px;
	height: 260px;
	border-radius:10px;
}
.ab_head{
	text-align: center;
	padding:70px 0 40px 0;
}
.ab_head .t1{
	line-height: 80px;
	font-size:38px;	
}
.ab_head .t2{
	font-size:20px;
	color:#6f6f6f;
}
.abc_list{
	display:flex;
	justify-content: space-between;
}
.abc_list .item{
	width: 340px;
	height: 240px;
	padding-top:40px;
	border-radius:10px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	text-align: center;
}
.abc_list .item img{
	display: block;
	width: 86px;
	height: 86px;
	margin:0 auto;
}
.abc_list dt{
	height: 44px;
	line-height: 44px;
	/* padding-top:20px; */
	font-size:22px;
}
.abc_list dd{
	line-height: 30px;
}
.ho_slider{
	position: relative;
}
.ho_item{
	display: block;
	width: 250px;
	height: 350px;
	margin:0 auto;
	border:10px solid #f3f3f3;
	border-radius:10px;
}
.ho_item img{
	display: block;
	width: 250px;
	height: 350px;
}
.ho_slider .cbtn{
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	top: 50%;
	margin-top:-30px;
}
.ho_slider .prev{
	left: 0;
	background:url(../images/ho_pre.png) no-repeat center center;
}
.ho_slider .next{
	right: 0;
	background:url(../images/ho_next.png) no-repeat center center;
}
.ab_map{
	float: left;
	width: 700px;
	height: 560px;
	border-radius:10px;
	position: relative;
	overflow: hidden;
}
.ab_map .tmp{
	display: block;
	width: 700px;
	height: 560px;
}
.ab_ci{
	float: right;
	height: 550px;
	width: 700px;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	padding:10px 0 0 50px;
}
.ab_ci .item{
	margin-top:25px;
	position: relative;
	padding-left:90px;
	min-height: 60px;
}
.ab_ci .ico{
	position: absolute;
	left: 0;
	top: 0;
}
.ab_ci dt{
	line-height: 32px;
	font-size:18px;
}
.ab_ci dd{
	font-size:16px;
	line-height: 28px;
}
.ab_way{
	padding-bottom:50px;
}
.ab_way .text{
	height: 56px;
	border:2px solid #e9e9e9;
	border-radius:10px;
	width: 44%;
	padding:0 2%;
	margin-bottom:35px;
}
.ab_way .cnt{
	height: 56px;
	border:2px solid #e9e9e9;
	border-radius:10px;
	width: 100%;
	height: 116px;
	line-height: 30px;
	padding:15px 2%;
	resize:none;
	margin-bottom:35px;
	box-sizing:border-box;
}
.ab_way .sub{
	height: 56px;
	border:2px solid #e9e9e9;
	border-radius:10px;
	width: 44%;
	margin:0 auto;
	display: block;
	font-size:18px;
	color:#fff;
	background:#0c41bd;
}