/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1400px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
}
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance:textfield; /* Firefox */
}

h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	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;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
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;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1400px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
	height: 60px;
	background:rgba(0,0,0,0.45);
}
.header_after{
	background:rgba(0,0,0,0.6);
}
.header .logo{
	float: left;
	display: block;
}
.header .logo img{
	display: block;
	height: 60px;
}
.navs{
	float: right;
}
.navs .par{
	float: left;
	position: relative;
	margin-left:70px;
	line-height: 60px;
	font-size:18px;
	color:#fff;
}
.navs .par.hover i{
	display: block;
	width: 30px;
	height: 3px;
	background:#fff;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left:-15px;
}
.navs .down{
	float: left;
	position: relative;
	z-index: 100;	
}
.navs .al{
	float: left;
	position: relative;
	z-index: 100;
	transition: all 0.2s ;
	cursor: pointer;
}
.navs .dw{
	position: absolute;
	right: 0;
	top: 60px;
	padding-top:20px;
	width: 120px;
	overflow: hidden;
	z-index: 100;	
	display: none;	
}
.navs ul{
	background:rgba(0,0,0,0.3);
	padding:0 20px;
	border-radius:6px;
	text-align: center;
}
.navs li{
	font-size:16px;
	height: 47px;
	line-height: 47px;
	border-bottom:1px solid #e6e6e6;
}
.navs li a{
	color:#fff;
}
.navs li a:hover{
	color:#fff;
}
.navs li:last-child{
	border:0;
}
.navs .par2{
	padding-right:20px;
	background:url(../images/al.png) no-repeat right center;
}
.navs .app{
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 100;
	width: 320px;
	padding-top:16px;
	display: none;
}
.navs .down:hover .app{
	display: block;
}
.navs .ct{
	background:rgba(255,255,255,0.23);
	border-radius:5px;
	padding:20px 0 15px 0;
	text-align: center;
}
.header_after .navs .ct{
	background:rgba(0,0,0,0.23);
}
.navs dl{
	float: left;
	width: 50%;
	color:#fff;
}
.navs dt img{
	display: block;
	width: 120px;
	height: 120px;
	border:1px solid #e6e6e6;
	margin:0 auto 10px auto;
	border-radius:5px;
}
.navs dd{
	line-height: 1.7;
}
.navs .sj{
	background:url(../images/sj.png) no-repeat top center;
	width: 16px;
	height: 10px;	
	position: absolute;
	right: 20px;
	top: 6px;
}
.header_after .navs .sj{
	background-image:url(../images/sj2.png);
}

.banner{
	height: 100vh;
	position: relative;
	background:url(../images/banner.jpg) no-repeat center center;
	background-size:cover;
}
.banner .wp{
	width: 1360px;	
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: row;
}
/* 手机边框遮罩框 — 完全参照 jiedantong.cn：4px黑边框+40px圆角+flex布局 */
.banner .vdo-box{
	padding:4px 4px;
	background:rgba(6,11,37,1);
	border-radius:40px;
	overflow:hidden;
	width:240px;
	height:560px;
}
.banner .vdo-box1{
	margin-left:80px;
}
.banner .vdo-box .vdo{
	flex:1;
	border-radius:40px;
	overflow:hidden;
	width:100%;
	height:100%;
}
.banner .vdo-box .vdo1,
.banner .vdo-box .vdo2{
	margin-left:0;
}
.banner .info{	
	color:#fff;
	width: 280px;
	float: left;
	padding-top:200px;
}
.banner .info1{
	float: left;
	margin-left:30px;
	margin-right:100px;
}
.banner .info2{
	float: left;
	margin-left:30px;
}

.banner ul{
	width: 130px;
	text-align: center;
}
.banner .code{
	display: block;
	width: 130px;
	height: 130px;
	border-radius:5px;
	margin:30px 0 20px 0;
}

@-webkit-keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 6px);
   	 -webkit-transform: translate(0, 6px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

@keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 6px);
   	 -webkit-transform: translate(0, 6px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}
.banner .jt{
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	animation-timing-function:linear;
	-webkit-animation-timing-function:linear; /*循环播放*/
	-webkit-animation-name: mouseAni;
  	animation-name: mouseAni;
}
.banner .jt1{
	margin-left:-515px;
}
.banner .jt2{
	margin-left:190px;
}
.ba_item{
	height: 80px;
	padding:10px;
	background:#212020;
	border-radius:5px;
}
.ba_item .code2{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border-radius:5px;
}
.ba_item dl{
	float: right;
	width: 172px;
	margin-left:8px;
	padding-top:7px;
}
.ba_item dt{
	height: 38px;
	margin-bottom:5px;
}
.ba_item dd{
	line-height: 42px;
	font-size:14px;
}
.banner .bt{
	padding-top:80px;
}
.banner .bt dd{
	font-size:18px;
	line-height: 2;
}
.h_tags{
	height: 120px;
	background:rgba(0,0,0,0.25);	
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.h_tags .wrapin{
	height: 120px;
	width: 1300px;
	position: relative;
}
.h_tags .item{
	width: 46%;	
	height: 120px;
	position: relative;
}
.h_tags .ico{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 25px;
}
.h_tags dl{
	position: absolute;
	left: 90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h_tags dt{
	font-size:24px;
	font-weight: bold;
	line-height: 1.6;
	color:#fff;
}
.h_tags dd{
	font-size:16px;
	color:#fff;
	line-height: 2;
}
.h_tags .fg{
	position: absolute;
	height: 60px;
	width: 0;
	border-left:1px solid #fff;
	left: 50%;
	top: 50%;
	margin-top:-30px;
}
.ba_slider{
	height: 900px;
}
.ba_slider .swiper-pagination{
	bottom: 30px !important;

}
.ba_slider .swiper-pagination-bullet{
	width: 46px;
	height: 4px;
	background:#949494;
	border-radius:0;
	opacity: 0.5;
	margin:0 5px;
}
.ba_slider .swiper-pagination-bullet-active{
	opacity: 1;
	background:#ffab48;
}
.ba_slider .wp{
	width: 1360px;
	margin:0 auto;	
	height: 900px;
	position: relative;
}
.ba_slider dl{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ba_slider dt{
	font-size:46px;
	font-weight: bold;
	line-height: 90px;
	color:#1f2126;
}
.ba_slider dd{
	font-size:24px;
	line-height: 34px;
	color:#6e737e;
}
.ba_slider .photo{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.htab_outer.after{
	background:#eee;
}
.h_tabs{
	width: 1360px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	padding:80px 0 50px 0;
}
.h_tabs2{
	background:#f3f3f3;
}
.h_tabs .handle{
	text-align: center;
	padding-bottom:40px;
}
.h_tabs .btn{
	display: inline-block;
	width: 220px;
	height: 80px;
	line-height: 80px;
	border-radius:40px;
	margin:0 20px;
	font-size:36px;
	font-weight: bold;
	cursor: pointer;
}
.h_tabs .hover{
	color:#ffab48;
	background:#2e2e30;
}
.ht_con{
	width: 1400px;
	display: none;
}
.show{
	display: block;
}
.ht_item{
	float: left;
	display: block;
	width: 426px;
	margin:0 40px 0 0;
}
.ht_item .photo{
	display: block;
	width: 100%;
	height:330px;
	position: relative;
	overflow: hidden;
	border-radius:50px 10px 50px 10px;
	transition: all 0.3s;
	background:#f3f3f3;
}
.ht_item .photo .co{
	width: 120px;
	height: 120px;
	border-radius:10px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top:-60px;
}
.ht_item .intro{
	position: absolute;
	right: 0;
	width: 260px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ht_item .t1{
	font-size:22px;
	font-weight: bold;
	line-height: 2.2;
}
.ht_item .w{
	padding-left:35px;
	background:url(../images/wx2.png) no-repeat left center;
	background-size:auto 30px;
}
.ht_item .s1{
	font-size:12px;
	line-height: 1.6;
}
.ht_item .s2{
	font-size:12px;
	line-height: 1.6;
	color:#1a6cec;
}
.ht_item .flg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background:rgba(0,0,0,0.8);
	opacity: 0;
	transition: all 0.3s;
}
.ht_item .photo:hover .flg{
	opacity: 1;
	transition: all 0.3s;
}
.ht_item .photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.ht_item .photo:hover dl{
	top: 36px;
	transition: all 0.3s;
}
.ht_item dl{
	width: 160px;
	position: absolute;
	top: -236px;
	left: 50%;
	margin-left:-80px;
	z-index: 20;
	transition: all 0.3s;
}
.ht_item dt img{
	display: block;
	width: 160px;
	height: 160px;
	border-radius:8px;
}
.ht_item dd{
	line-height: 3;
	text-align: center;
	color:#fff;
}
.ht_item .bt{
	width: 380px;
	height: 60px;
	line-height: 60px;
	border-top:1px dashed #5d5d5d;
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left:-190px;
	text-align: center;
	font-size:16px;
	color:#fff;
	transition: all 0.3s;
	z-index: 20;
}
.ht_item:hover .bt{
	bottom: 0;
}
.ht_item .sin{
	display: inline-block;
	padding-left:40px;
	background:url(../images/wx2.png) no-repeat left center;
}
.ht_item .name{	
	font-size:18px;
	line-height: 80px;
	height: 80px;
	text-align: center;
}
.ht_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


.footer{
	background:#2e2e30;
	color:#c1c1c1;
}
.ft_left{
	width: 540px;
	float: left;
}
.ft_title{
	height: 44px;
	line-height: 44px;
	font-size:18px;
	font-weight: bold;
	color:#fff;
}
.ft_left .tel{
	height: 80px;
	margin-top:56px;
	padding-left:75px;
	background:url(../images/ft_tel.png) no-repeat left center;
}
.ft_left .tel dt{
	font-size:34px;
	color:#fff;
	font-weight: bold;
	line-height: 50px;
}
.ft_left .tel dd{
	color:#c1c1c1;
	line-height: 16px;
}
.ft_ct{
	width: 580px;
	float: left;
}
.ft_ct li{
	height: 30px;
	line-height: 30px;
	margin-bottom:30px;
	padding-left:30px;	
}
.ft_ct .l1{
	background:url(../images/fc_l1.png) no-repeat left center;
}
.ft_ct .l2{
	background:url(../images/fc_l2.png) no-repeat left center;
}
.ft_ct .l3{
	background:url(../images/fc_l3.png) no-repeat left center;
}
.ft_right{
	float: right;
	width: 280px;
}
.ft_right dl{
	width: 140px;
	text-align: center;	
}
.ft_right img{
	display: block;
	width: 120px;
	height: 120px;	
	margin:0 auto 10px auto;
}
.ft_right dd{
	line-height: 24px;
}
.fri_links{
	padding:50px 0 30px 0;
	line-height: 25px;
	color:#c1c1c1;
}
.fri_links span{
	float: left;
}
.fri_links a{
	float: left;
	margin-left:15px;
	color:#c1c1c1;
}
.fri_links a:hover{
	color:#fff;
	text-decoration: underline;
}
.ft_copy{
	text-align: center;
	border-top:1px solid #3c3c44;
	padding:40px 0;
}
.ft_copy a{
	color:#c1c1c1;
}
.ft_copy a:hover{
	color:#fff;
}
.ft_dhs{
	text-align: center;
	height: 54px;
	line-height: 54px;
	border-bottom:1px solid #3c3c44;
}
.ft_dhs a{
	font-size:14px;
	margin:0 100px;
	color:#c1c1c1;
}
.ft_dhs a:hover{
	color:#fff;
}

.det_left{
	float: left;
	width: 930px;
	padding-bottom:50px;
}
.now_pos{
	height: 65px;
	line-height: 65px;
	color:#999;
}
.now_pos a{
	color:#999;
}
.det_left .title{
	font-size:30px;
	font-weight: bold;
}
.det_left .tags{
	height: 60px;
	line-height: 60px;
	border-bottom:1px solid #efefef;
	clear: both;
	font-size:16px;
}
.det_left .tags span{
	float: left;
	margin-right:50px;
}
.det_article{
	padding:20px 0 0 0;
	font-size:18px;
}
.det_article p{
	line-height: 1.6;
	padding:13px 0;
}
.det_article img{
	display: block;
	margin:20px auto;
	max-width:100%;
}
.det_right{
	float: right;
	width: 312px;
}
.dr_head{
	height: 86px;
	line-height: 86px;
	position: relative;
}
.dr_head .change{
	position: absolute;
	right: 0;
	top: 0;
	color:#8f8f8f;
	display: inline-block;
	padding-left:30px;
	background:url(../images/dr_change.png) no-repeat left center;
}
.dr_head .tit{
	font-size:20px;
	font-weight: bold;
}
.dr_item{
	display: block;
	height: 110px;
}
.dr_item .photo{
	float: left;
	display: block;
	width: 120px;
	height: 80px;
}
.dr_item dl{
	float: right;
	width: 183px;
	position: relative;
	top: -5px;
}
.dr_item dt{
	font-size:18px;
	line-height: 30px;
	height: 60px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	color:#333;
}
.dr_item dd{
	color:#999;
	line-height: 1.8;
}
.dr_list li{
	height: 58px;
	line-height: 58px;
	clear: both;
	font-size:18px;
}
.dr_list li span{
	display:inline-block;
	max-width:85%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
.dr_list em{
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin:19px 0 0 5px;
	border-radius:3px;
	color:#fff;
	line-height: 20px;
	text-align: center;
	font-size:14px;
}
.dr_list .hot{
	background:#ff5a00;
}
.dr_list .new{
	background:#f23f54;
}
.alert_flog{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.8);
	display: none;
}
.rz_win{
	position: fixed;
	z-index: 220;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	border-radius:10px;
	display: none;
}
.rz_fm{
	width: 400px;
	padding:50px 50px 60px 50px;
}
.rz_fm .title{
	height: 74px;
	line-height: 50px;
	font-size:30px;
	font-weight: bold;
	color:#333;
}
.rz_fm .title2{
	text-align: center;
}
.rz_fm .top_close{
	width: 85px;
	height: 85px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:url(../images/close.png) no-repeat center center;
	cursor: pointer;
}
.rz_fm .in{
	position: relative;
	background:#f7f7f7;
	height: 46px;
	margin-bottom:18px;
	position: relative;
	border-radius:6px;
	font-size:16px;
	color:#22223c;
	overflow: hidden;
}
.rz_fm select{
	border:1px solid #ccc;
	width:80px;
	height:32px;
	margin:8px 12px 0 0;
	float: left;
	outline:none;
	font-size:16px;
}
.rz_fm .tit{
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 46px;		
}
.rz_fm .sels{
	float: right;
	line-height: 46px;
}
.rz_fm .sel{
	float: left;
	padding:0 20px;
	margin-left:20px;
	background:url(../images/sel.png) no-repeat left center;
	cursor: pointer;
}
.rz_fm .sel.hover{
	background-image:url(../images/selh.png);
}
.rz_fm .text{
	width: 100%;
	box-sizing:border-box;
	padding:0 20px;
	height: 46px;
	border:0;
	line-height: 46px;
	text-align:right;
	color:#222;
	font-size:16px;
	background:none;
}
.rz_fm .tel{
	padding-right:5px;
}
.rz_fm .xy{
	height: 50px;
	line-height: 50px;
	padding-left:20px;
	color:#a5a5b5;
	background:url(../images/sel.png) no-repeat left center;
	cursor: pointer;
}
.rz_fm .xy.hover{
	background-image:url(../images/selh.png);
}
.rz_fm .xy a{
	color:#4246d1;
}
.rz_fm .send{
	display: block;
	width: 100%;
	text-align: center;
	height: 46px;
	line-height: 46px;
	color:#fff;
	font-size:16px;
	border-radius:8px;
	background:#4246d1;
}
.rz_fm .city{
	padding-right:40px;
	background:url(../images/sel2.png) no-repeat right center;
	cursor: pointer;
}
.rz_fm .cds{
	background:#3b9bfe;
	padding:10px;
	border-radius:10px;
	width: 150px;
	color:#fff;
	text-align: center;
}
.rz_fm .cds img{
	display: block;
	width: 150px;
	height: 150px;
}
.rz_fm .cds dt{
	font-size:18px;
	line-height: 2;
}
.rz_tel{
	clear: both;
	height: 70px;
	line-height: 70px;
	border:2px solid #93c8fe;
	border-radius:10px;
	margin-top:30px;
	font-size:18px;
	padding-left:100px;
	background:#f9faff url(../images/rz_tel.png) no-repeat 68px center;
}
.rz_tel strong{
	padding-left:10px;
}

.jm_win{
	position: fixed;
	z-index: 220;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	border-radius:10px;
	display: none;
	width: 800px;
	overflow: hidden;
}
.mui-poppicker{
		width: 750px;
		left: 50%;
		margin-left:-375px;
	}
.jm_left{	
	width: 300px;
	height: 480px;
	background:url(../images/jm_left.jpg) no-repeat left center;
	box-sizing:border-box;
	padding:45px 0 0 50px;
}
.jm_left .tel{
	height: 60px;
	line-height: 60px;
	padding-left:40px;
	font-size:18px;
	background:url(../images/jm_tel.png) no-repeat left center;
	color:#fff;
}
.jm_left .rx{
	height: 60px;
	line-height: 60px;
	padding-left:40px;
	font-size:18px;
	background:url(../images/jm_rx.png) no-repeat left center;
	color:#fff;
}
.jm_left .code{
	display: block;
	width: 150px;
	height: 150px;
	border-radius:10px;
	margin:0 auto 50px auto;
}
.jm_left .num{
	padding-left:40px;
	height: 46px;
	border-radius:10px;	
	line-height: 46px;
	color:#fff;
	font-size:24px;
	font-weight: bold;
}

.ab_banner{
	height: 540px;
	background:url(../images/ab_banner.jpg) no-repeat top center;
}
.ab_banner .tit{
	width: 1360px;
	margin:0 auto;
	padding-top:60px;
	line-height: 480px;
	font-size:46px;
	font-weight: bold;
	color:#fff;
}

.ab_map{
	height: 395px;
	background:url(../images/ab_map.jpg) no-repeat top center;
}
.ab_intro{
		width: 1360px;
		margin:60px auto 80px auto;
		text-align: left;
	}
.ab_intro .title{
	font-size:46px;
	font-weight: bold;
	line-height: 104px;
}
.ab_intro p{
	font-size:16px;
	line-height: 32px;
}
.ab_tags{
		padding-top:60px;
		display:flex;
		justify-content: center;
		gap: 80px;
	}
	.ab_tags .item{
		width: 320px;
		text-align: center;
	}
.ab_tags .line{
	height: 160px;
	border-left:1px solid #ececec;
}
.ab_tags .ico{
	display: block;
	width: 68px;
	height: 68px;
	margin:0 auto;
}
.ab_tags dt{
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	padding-top:15px;
	font-size:20px;
}
.ab_tags dd{
	color:#666;
}
.ab_his{
		background:#f7f7f7;
	}
	.ab_his .year_summary{
		font-size: 18px !important;
		color: #1677ff !important;
	}
	.ab_his .year_summary i{
		background: #1677ff !important;
	}
.ab_his .title{
	line-height: 185px;
	text-align: center;
	font-size:46px;
	font-weight: bold;
}
.ab_his .wp{
	padding:0 0 50px 0;
	position: relative;
	width: 1360px;
	margin:0 auto;
}
.ab_his .line{
	height: 100%;
	position: absolute;
	left: 275px;
	top: 0;
	border-left:1px solid #c9ccd8;
}
.his_item{
	position: relative;
	padding-top:15px;
}
.his_item .date1{
	line-height: 70px;
	text-align:right;
	width: 230px;
	float: left;
	font-size:18px;
}
.his_item .date2{
	line-height: 70px;	
	width: 230px;
	float: right;
	width: 1020px;
	font-size:24px;
	font-weight: bold;
}
.his_item .yuan{
	width: 12px;
	height: 12px;
	background:#4d4f5b;
	border-radius:100%;
	font-size:1px;
	border:6px solid #bdbec2;
	position: absolute;
	left: 264px;
	top: 40px;
	z-index: 10;
}
.his_item .yuan:hover{
	background:#445cc6;
	border:6px solid #bac2e6;
}
.his_item ul{
	float: right;
	width: 1020px;
	line-height: 46px;
	font-size:18px;
}
.his_item li{
	position: relative;
}
.his_item i{
	width: 12px;
	height: 12px;
	background:#4d4f5b;
	border-radius:100%;
	font-size:1px;	
	position: absolute;
	left: -71px;
	top: 15px;
	z-index: 10;
}
.his_item i:hover{
	background:#445cc6;
}
.er_win{
	position: fixed;
	z-index: 500;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color:#fff;
	padding:10px 15px;
	border-radius:5px;
	background:rgba(0,0,0,0.5);
}