/*通用类*/
*{
	margin:0;
	padding:0;		
}
body{		
	margin:0 auto;
	font-size:16px;	
	font-family:'Microsoft YaHei';
	text-align:justify;	
	color:#1f1f1f;
	overflow-x:hidden;
	position:relative;	
	background:#fdf8f9;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#1f1f1f;
	text-decoration:none !important;	
	outline:none !important;
}
a:hover{
	color:#ca0125;	
}
ul{
	list-style-type:none;	
	margin:0;
}
dl{
	margin:0;
	padding:0;	
}
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;	
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
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;	
}
.ck_device{
	position:absolute;
	top:-300px;
}

/*所有设备公用 CSS*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;	
}

/*total*/



.header-mb{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header-mb .logo{
	float:left;
	margin-left:3%;
}
.header-mb .logo img{
	display:block;
	height:50px;
	width:auto;
}
.header-mb-zw{
	height:51px;
	clear:both;
}
.nav-mb{
	position:fixed;
	right:0;
	top:0;
	z-index:100;	
	width:100%;
	height:100%;	
	padding-top:50px;
	display:none;
}
.nav-mbshow{
	display:block;
	background:url("../images/bg_22.png");	
}
.menu-btn{
	width:40px;
	height:30px;
	border:1px solid #ddd;
	border-radius:5px;	
	position:fixed;
	right:3%;
	top:10px;
	background:#fff url("../images/menu.png") no-repeat center center;
	z-index:110;
}
.menu-btnshow{
	background-image:url("../images/menu_close.png");	
}
.nav-mb dl{
	width:90%;
	margin:0 auto;	
	font-size:14px;
}
.nav-mb a{
	display:block;	
}
.nav-mb dt{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;	
	
}
.nav-mb .par2{
	background:url("../images/add_btn.png") no-repeat right center;
}
.nav-mb .down dt{
	
}
.nav-mb .down .par2{
	background-image:url('../images/close_btn.png');
}
.nav-mb dd{
	line-height:30px;	
	display:none;
}
.nav-mb .down dd{
	display:block;	
}
.nav-mb dd a{
	color:#666;	
	padding:0 15px;
}



/*total*/

/*hm首页*/

.header{
	height: 220px;
	background:url("../images/headerbg.jpg") no-repeat top center;
}
.header .logo{
	float: left;
	display: block;
	height: 150px;
	margin-top:35px;
}
.header .logo img{
	display: block;
	height: 150px;
}
.head_search{
	float: right;
	width: 376px;
	height: 36px;
	border:1px solid #ca0125;
	border-radius:18px;
	overflow: hidden;
	margin-top:140px;
	background:#fff;
}
.head_search .text{
	float: left;
	width: 270px;
	padding-left:20px;
	height: 36px;
	border:0;
	font-size:14px;
}
.head_search .sub{
	float: right;
	width: 85px;
	height: 36px;
	text-indent:20px;
	background:#ca0125 url("../images/head_sub.png") no-repeat 8px center;
	color:#fff;
}

.nav{
	height: 45px;
	line-height: 45px;
	text-align: center;
	background:#ffdfe4;
}
.nav_down{
	width: 1200px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 45px;
	background:#ca0125;
	z-index: 100;
	box-sizing:border-box;
	display: none;
}
.nav_in:hover .nav_down{
	display: block;
}
.nav_down a{
	color:#fff;
	display: inline-block;
	height: 45px;
	padding:0 15px;
	float: left;
}
.nav .wrapin{
	height: 45px;
	position: relative;
	z-index: 100;
}
.nav_in{
	float: left;
}
.nav .par{
	display: block;
	width: 120px;
	float: left;
	text-align: center;
	font-size:16px;
	color:#ca0125;
}
.nav_in:hover .par,.nav a.hover{
	color:#fff;
	background:#ca0125;
}

.banner{
	width:1200px;
	margin:30px auto;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
	height: 107px;
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
	height:107px;
}
.banner .swiper-slide a{
	display:block;
	width:100%;	
}
.banner .swiper-pagination {
  position: absolute; 
  left:0;
  text-align: center;
  width: 100%;  
  height: 10px;
  bottom:10px;  
  top:auto;
}
.banner .swiper-pagination-bullet {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 5px !important;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}

/*hm 首页*/

/*所有设备公用 CSS*/

/* PC大屏幕 big star*/
@media screen and (min-width: 768px) {

.visible-lg {display: block !important;}
.visible-lg-block {display: block !important;}
.visible-lg-inline {display: inline !important;}
.visible-lg-inline-block {display: inline-block !important;}
.hidden-lg{display:none !important;}

.wrapin{
	width:1200px;	
}


.hbanner1{
	float: left;
	position: relative;
	overflow: hidden;
	width: 712px;
	height: 388px;
}
.hbanner1 .link{
	display: block;
	width: 712px;
	height: 388px;
	position: relative;
	overflow: hidden;
}
.hbanner1 .link img{
	display: block;
	width: 712px;
	height: 388px;
}
.hbanner1 .name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 58px;
	line-height: 58px;
	color:#fff;
	width: 100%;
	background:rgba(0,0,0,0.3);
}
.hbanner1 .nm{
	display: inline-block;
	padding-left:20px;
	display:inline-block;
	max-width:470px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hbanner1 .swiper-pagination{
	right: 0;
	bottom: 20px;
	left:auto;
	width: 150px;
	text-align: center;	
}
.hbanner1 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.hbanner1 .swiper-pagination-bullet-active {
  background: #ca0125;
}

.hb_tabs{
	width: 450px;
	float: right;
}
.hb_tabs .handle{
	height: 36px;
	line-height: 36px;
	border-bottom:1px solid #e5e5e5;
}
.hb_tabs .btn{
	display: block;
	width: 25%;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	font-size:18px;
	border-radius:5px;
}
.hb_tabs .hover{
	background:#ca0125;
	color:#fff;
	font-weight: bold;
}
.hb_tabs .con{
	display: none;
	padding-top:10px;
}
.hb_tabs .show{
	display: block;
}
.hb_tabs li{
	height: 48px;
	line-height: 48px;
	clear: both;
	border-bottom:1px dashed #e5e5e5;
	padding-right:107px;
	position: relative;
}
.hb_tabs li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.hb_tabs li a{
	display: inline-block;
	padding-left:30px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;
}
.hb_tabs li a:hover{
	background-image:url("../images/li1h.png");
}

.gl_outer{
	width: 1200px;
	height: 98px;
	position: relative;
	overflow: hidden;
	margin:30px 0;
}
.h_gl{
	width: 1230px;	
	position: relative;
	left: -12px;
	height: 98px;
	overflow: hidden;		
}
.h_gl .link{
	display: block;
	width: 284px;
	height: 98px;
	margin:0 auto;
}
.h_gl .link img{
	display: block;
	width: 284px;
	height: 98px;
}
.h_gl .cbtn{
	width: 20px;
	height: 98px;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	top: 0;
}
.h_gl .my-prev{
	left: 12px;
	background:url("../images/gl_pre.png") no-repeat center center;
}
.h_gl .my-next{
	right: 14px;
	background:url("../images/gl_next.png") no-repeat center center;
}

.h_news{
	width: 580px;
}
.h_news .handle{
	height: 40px;
	line-height: 40px;
	clear: both;
	border-bottom:1px solid #dfdfdf;
}
.h_news .btn{
	float: left;
	margin-left:20px;
	padding:0 15px;
}
.h_news .hover{
	color:#ca0125;
	font-weight: bold;
	border-bottom:1px solid #ca0125;
}
.h_news .more{
	float: right;
	color:#999;
}
.h_news .more:hover{
	color:#ca0125;
}
.h_news .con{
	display: none;
	padding-top:10px;
}
.h_news .show{
	display: block;
}
.h_news li{
	height: 46px;
	line-height: 46px;
	clear: both;
	border-bottom:1px dashed #e5e5e5;
	padding-right:107px;
	position: relative;
}
.h_news li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
}
.h_news li a{
	display: inline-block;
	padding-left:30px;	
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;
}
.h_news li a:hover{
	background-image:url("../images/li1h.png");
}

.h_head{
	height: 90px;
	line-height: 90px;
	text-align: center;
	background:url("../images/h_tu.png") no-repeat center center;
	font-size:24px;
	font-weight: bold;
	color:#333;
	letter-spacing:2px;
}
.htu_slider{
	height: 220px;
	overflow: hidden;
}
.htu_slider .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.htu_item{
	margin:0 auto;
	width: 230px;	
	text-align: center;
}
.htu_item .photo{
	display: block;
	width: 230px;
	height: 174px;
}
.htu_item .photo img{
	display: block;
	width: 230px;
	height: 174px;
}
.htu_item .name{
	height: 46px;
	line-height: 46px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.htu_itemend{
	margin-right:0;
}

.hfn_links .item{
	width: 105px;
	display: block;
	float: left;
	height: 120px;
	padding-top:24px;
	border:1px solid #ca0125;
	margin-right:26px;
	text-align: center;
	line-height: 50px;
}
.hfn_links .item:hover{
	background:#ca0125;
	color:#fff;
}
.hfn_links .ico{
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin:0 auto;
}
.hfn_links .ico img{
	display: block;
	width: 60px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}
.hfn_links .item:hover .ico img{
	top: -60px;
}
.hfn_links .itemend{
	margin-right:0;
}

.h_rx{
	padding:30px 0;
}
.h_rx a{
	display: block;
	width: 380px;
	float: left;
	margin-right:30px;
}
.h_rx img{
	display: block;
	width: 100%;
	height:auto;
}
.h_rx .end{
	margin-right:0;
}

.banner2{
	width:1200px;
	margin:30px auto;	
	position:relative;
	overflow:hidden;	
	cursor:pointer;		
}
.banner2 .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
}
.banner2 .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.banner2 .swiper-slide a{
	display:block;
	width:100%;	
}
.banner2 .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:10px;
  width: 100%;
}
.banner2 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;  
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
.banner2 .swiper-pagination-bullet-active {
  background: #d81f39;
}

.hn_left{
	width: 770px;
	float: left;
}
.hn_item{
	display: block;
	height: 127px;
	margin-bottom:30px;
	background:#f7f7f7;
}
.hn_item .photo{
	display: block;
	width: 244px;
	height: 127px;
	float: left;
}
.hn_item .intro{
	width: 490px;
	float: right;
	padding-top:18px;
}
.hn_item .intro dt{
	height: 25px;
	line-height: 25px;
	font-size:18px;
	font-weight: bold;
}
.hn_item .intro dd{
	line-height: 25px;
}
.hn_item .tip{
	line-height: 50px;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hn_right{
	float: right;
	width: 400px;
	position: relative;
	top: -10px;
}
.hn_right .handle{
	height: 40px;
	line-height: 40px;
	margin-bottom:16px;
	border-bottom:1px solid #e5e5e5;
	clear: both;
}
.hn_right .btn{
	float: left;
	margin-left:20px;
	display: inline-block;
	padding:0 15px;
	font-size:18px;
}
.hn_right .hover{
	color:#ca0125;
	border-bottom:2px solid #ca0125;
}
.hn_right .con{
	display: none;
}
.hn_right .show{
	display: block;
}
.hr_slider{
	width: 100%;
}
.hr_slider a{
	display: block;
	position: relative;
	overflow: hidden;
}
.hr_slider img{
	display: block;
	width: 100%;
	height:auto;
}
.hr_slider .name{
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	line-height: 50px;
	text-align: center;
	background:rgba(0,0,0,0.5);
	text-align: center;
	font-size:20px;
	color:#fff;
}
.hr_slider .cbtn{
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 20;
}
.hr_slider .my-prev{
	left: 0;
	background:url("../images/bm_pre.png") no-repeat center center;
}
.hr_slider .my-next{
	right: 0;
	background:url("../images/bm_next.png") no-repeat center center;
}

.h_fri{
	padding-bottom:20px;
}
.h_fri .title{
	padding:10px 0 0 0;
	height: 46px;
	line-height: 46px;
	border-bottom:1px solid #f5d1d8;
	font-size:22px;
	font-weight: bold;
	margin-bottom:20px;
}
.h_fri .tit{
	float: left;
	padding:0 18px;
	margin-right:20px;
	height: 42px;
	line-height: 42px;
	background:url("../images/hfri.png") no-repeat right center;
}
.h_fri select{
	float: left;
	height: 40px;
	border:1px solid #ccc;
	width: 200px;
	font-size:16px;
	margin-right:15px;
}

.footer{	
	background:url("../images/footer.jpg") center center;
	text-align: center;
	font-size:16px;
	line-height: 36px;
	padding:30px 0;
}
.footer .ga{
	display: inline-block;
	padding-left:25px;
	background:url("../images/ga.png") no-repeat left center;
}
.fd{
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.fd img{
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.fd:hover img{
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	transform: scale(1.1); //放大 倍数随意
}

.fz_wp{
	width: 1160px;
	margin:0 auto;
}
.now_pos{
	height: 60px;
	line-height: 60px;
	font-size:14px;
	color:#666;
}
.fz_banner img{
	display: block;
	width: 100%;
	height:auto;
}
.fz_tabs{
	padding:0px 0 30px 0;
	/* padding:20px 0 30px 0; */
}
.fz_tabs .handle{
	height: 50px;
	line-height: 50px;
	clear: both;
	text-align: center;
	font-size:20px;
}
.fz_tabs .handle .btn{
	float: left;
	width: 33.3333%;
	height: 50px;
	border-bottom:1px solid #e8e9ee;
}
.fz_tabs .handle .hover{
	font-weight: bold;
	color:#ca0125;
	border-bottom:1px solid #ca0125;
}
.fz_tabs .con{
	display: none;
}
.fz_tabs .show{
	display: block;
}
.fz_tabs ul{
	padding:18px 0;
	border-bottom:1px dashed #ddd;
}
.fz_tabs ul:first-child{
	padding-top: 0;
}
.fz_tabs ul:last-child{
	border:0;
}
.fz_tabs li{
	height: 40px;
	line-height: 40px;
	clear: both;
	position: relative;
	padding-right:80px;
}
.fz_tabs li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#999;
}
.fz_tabs li a{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.page{
	text-align: center;
	padding-top:30px;
}
.page a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding:0 12px;
	border:1px solid #b2b2b2;
	margin:0 2px;
}
.page a:hover,.page a.hover{
	color:#fff;
	border-color:#cb0019;
	background:#cb0019;
}
.page em{
	display: inline-block;
	padding:0 5px;
}
.page .text{
	height: 30px;
	width: 50px;
	text-align: center;
	border:1px solid #b2b2b2;
}

.art_main{
	background:#fff;
	padding:50px;
	margin-bottom:20px;
}
.art_title{
	text-align: center;
	font-size:30px;
	line-height: 44px;
	padding:20px;
}
.art_tags{
	padding-bottom:5px;
	height: 46px;
	line-height: 46px;
	clear: both;
	background:url("../images/art_tag.png") repeat-x left bottom;
	font-size:14px;
	color:#666;
}
.art_tags .cleft{
	float: left;
}
.art_tags .cleft span{
	float: left;
	margin-right:2em;
}
.art_tags .bdsharebuttonbox{
	margin:5px 0 0 0;
}
.art_tags .print{
	display: inline-block;
	padding-left:27px;
	margin:0 24px;
	background:url("../images/print.png") no-repeat left center;
}
.art_cnt{
	padding:15px 0 0 0;
	font-size:16px;
	color:#666;
	line-height: 30px;
}
.art_cnt img{
	display: block;
	max-width:100%;
	margin:30px auto;
}
.art_cnt p{
	text-indent:2em;
	padding:5px 0;
}

/* PC大屏幕 big end*/
}



/* 1-25-建设中 */
.jianshe_box{display: block;max-width: 100%;
	position: relative;
	margin: 0px 0px 30px;
}
.jianshe_box a{display: block;max-width: 100%;}
.jianshe_box a img{
	display: block;max-width: 100%;	
}

/* 弹窗 */
.layer_gg{cursor: pointer;display:none;}
.layer_gg img{display: block;max-width: 100%;}


@media (max-width: 991px) {
  .jianshe_box a img{
  	display: block;max-width: 100%;	
  }
}



/* 2-22新增 */
.el_wp{padding: 0px 10px;}
.el_logo{height: 100px!important;margin-top:64px!important;}
.el_logo img{max-height: 100px;}

.el_right_imgs{float: right;margin-top:32px;}
.el_right_imgs img{max-height:152px;display: block;}
.el_header{
	height: 220px;
	background: url(../images/new/bg.jpg) no-repeat top center;
  background-size: cover;
}
.el_header{}

.search_in{padding-top: 6px;}
.search_in .head_search{margin-top:4px;}
.search_in .head_search .text{}
.search_in .head_search .sub{}

.el_nav{
	height: 60px;
	line-height: 50px;
}
.el_nav .wrapin{height:50px;}
.el_nav .nav_in.on{background: #ffffff;}
.el_nav .nav_in.on a{color:#ca0125;}
.el_nav .nav_in a{font-size: 18px;}
.el_nav .nav_in:hover .par{background: #ffffff;color:#ca0125;}


.clearfix { *zoom: 1;clear: both; } 
.clearfix:before, .clearfix:after {  display: table; line-height: 0; content: ""; } 
.clearfix:after { clear: both; } 
.el_row{width: 100%;position: relative;}
.fl{float: left;}
.fr{float: right;}
.mt30{margin-top:30px;}
.mt25{margin-top:25px;}
.mb30{margin-bottom:30px;}
.mb20{margin-bottom:20px;}



.el_banner{
	position: relative;
	overflow: hidden;
	width: 620px;
	height: 340px;
}
.el_banner .swiper-pagination{
	right: 0;
	bottom: 20px;
	left:auto;
	width: 150px;
	text-align: center;	

}
.el_banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.el_banner .swiper-pagination-bullet-active {
  background: #ca0125;
}


.el_banner .link{
	display: block;
	position: relative;
	overflow: hidden;
}
.el_banner .link img{
	display: block;
	max-width: 100%;
     width: 620px;
    height: 340px;
}
.el_banner .link .name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 58px;
	line-height: 58px;
	color:#fff;
	width: 100%;
	background:rgba(0,0,0,0.3);
}
.el_banner .link .name .nm{
	display: inline-block;
	padding-left:20px;
	display:inline-block;
	width:70%;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.el_listBox{width:520px;}
.el_560{width: 560px;}
.box_title{height: 40px;background:#fee6ea;padding: 0px 15px;line-height: 40px;border-bottom: 1px solid #dfd8d9;}
.box_title span{
	font-size: 18px;font-weight: bold;margin-left: 20px;height: 38px;line-height: 38px;
	border-bottom: 2px solid #ca0125;display: inline-block;color:#ca0125;
}
.box_title a{font-size: 16px;color: #888888;float: right;}
.box_title a:hover{text-decoration: underline;}
.el_listBox .list li{
	height: 48px;
	line-height: 48px;
	clear: both;
	border-bottom:1px dashed #e5e5e5;
	padding-right:107px;
	position: relative;}
.el_listBox .list li a{
	display: inline-block;
	padding-left:30px;	
	max-width:85%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;}
.el_listBox .list li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
	font-size: 15px;
	}
.el_listBox .list li a:hover{
	background-image:url("../images/li1h.png");
}

.el_tab_box{width: 100%;}
.el_tab_box .el_tab_item{float: left;max-width:376px;cursor: pointer;}
.el_tab_box .el_tab_item:nth-child(2){margin: 0px 15px;}
.el_tab_box .el_tab_item .el_tab_img{width: 376px;height: 296px;
  overflow: hidden;
  position:relative;
  
}

.el_tab_box .el_tab_item .el_tab_img .el_in_txt{position:absolute;left:0;top:0;
 	width:100%;height:100%;
}
.el_tab_box .el_tab_item .el_tab_img .el_in_txt span{
    font-size:32px;font-weight:bold;
    color: #fffffe;-webkit-text-stroke:1px #ca0125;
    letter-spacing:4px;
}


.el_tab_box .el_tab_item .el_tab_img img{display: block;
 width:100%;height:100%;
}
.el_tab_box .el_tab_item .el_tab_txt{
	background: #ffffff;float:left;display:none;
	width:0;padding:0px;height: 150px;
	transition: all 0.4s ease-in-out;overflow: hidden;opacity: 0;
	transform: translateX(20px);
}
.el_tab_box .el_tab_item .el_tab_txt h1{
	font-size: 18px;color: #333333;
	line-height: 28px;margin-bottom: 15px;	
}
.el_tab_box .el_tab_item .el_tab_txt p{
	font-size: 14px;color: #333333;
	line-height:26px;text-indent: 10px;color: #666666;
}
.el_tab_box .el_tab_item.on{}
.el_tab_box .el_tab_item.on .el_tab_img{}
.el_tab_box .el_tab_item.on .el_tab_img .el_in_txt span{
   font-weight:normal;color:#ca0125;
}


.el_tab_box .el_tab_item.on .el_tab_txt{width:376px;padding: 20px;opacity:1;transform: translateX(0px);}
.el_tab_box .el_tab_item.on .el_tab_txt h1{}
.el_tab_box .el_tab_item.on .el_tab_txt p{}

.flex-middle{
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;
	-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;
	-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;
	-ms-flex-align: center;align-items: center;
}

.el_fuild_list{}
.el_fuild_list ul{display: none;}
.el_fuild_list ul.on{display: block;}
.el_fuild_list ul li{
	height: 48px;
	line-height: 48px;
	clear: both;
	border-bottom:1px dashed #e5e5e5;
	padding-right:107px;
	position: relative;
}
.el_fuild_list ul li:last-child{border: none;}
.el_fuild_list ul li a{
	display: inline-block;
	padding-left:30px;	
	max-width:85%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("../images/li1.png") no-repeat left center;
}
.el_fuild_list ul li span.date{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
	font-size: 15px;
}
.el_fuild_list ul li span{
	position: absolute;
	right: 0;
	top: 0;
	color:#7b7b7b;
	font-size: 15px;
}
.el_fuild_list ul li a:hover{
	background-image:url("../images/li1h.png");
}


.t-form{margin-top: 12px;}
.t-form .form-item{margin-bottom: 12px;}
.t-form .item{min-height: 42px;line-height: 42px;}
.t-form .item .label{
	text-align: left;min-width: 88px;display: inline-block;
	font-size: 16px;color: #333333;float: left;
}
.t-form .item .input{width: 75%;display: inline-block;outline: none;
	height: 40px;line-height: 40px;
}
.t-form .item .input.textarea{
	border: none;
  min-height:185px;
}
.t-form .item .selectIpt{
	border: 1px solid #cccccc;
	position: relative;height: 40px;
}
.t-form .item .input input{text-indent: 15px;width: 100%;height: 100%;border: 1px solid #cccccc;}
.t-form .item .input textarea{
	display: block;max-width: 100%;
	width: 100%;
	text-indent: 15px;
	min-height: 150px;
	border: 1px solid #cccccc;
	padding: 15px 0px;
}
.t-form .item .input select{
	display: block;width: 100%;height: 38px;
	padding: 0px 15px;border-color: #dcdcdc;
	font-size: 15px;
}
.t-form .item span.red{color: red;}
.selectIpt select{
	border: none;
	outline: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*隐藏select的下拉图标*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*通过padding-left的值让文字居中*/
	padding-left: 20px;
}
select::-ms-expand { display: none; }
.selectIpt select .option{
	display: block;
	height: 40px;
	line-height: 40px;
}
.selectIpt:after{
	content: "";
	width: 21px;
	height: 12px;
	background: url(../images/new/down.png) no-repeat center;
	/*通过定位将图标放在合适的位置*/
	position: absolute;
	right: 20px;
	top: 41%;
	/*给自定义的图标实现点击下来功能*/
	pointer-events: none;
}

 @media (max-width: 991px) {}

.t-form .itme-50{width: 48.5%;}
.t-form .itme-100{width: 100%;}
.t-form .itme-100 .input{width:88%;}
.btn-box{width: 100%;text-align: center;margin-top: 16px;}
.btn-box .btns{width: 110px;height: 36px;display: inline-block;
	background: url(../images/new/btn_bg.jpg) no-repeat left center;
	background-size:100% 100%;font-size: 14px;color: #333333;
	margin: 0px 20px;cursor: pointer;text-align: center;line-height: 36px;
	border: none!important;outline: none!important;
}

@media (max-width: 991px) {
	.t-form .itme-50{width: 100%;margin-bottom:6px;}
	.t-form .item .input{width: 65%;}
}

.el_wq_box{padding: 15px 15px 20px;background:#ffffff;margin-bottom: 15px;}
.el_wq_adv{height: 210px;overflow: hidden;}
.el_wq_adv a img{display: block;max-width: 100%;}
.el_wq_title{margin: 15px 0px;}
.el_wq_title span{display:inline-block;padding: 0px 120px;height: 52px;line-height: 52px;
	text-align: center;font-size: 20px;color: #ca0125;
	border-bottom: 2px solid #f3c7cf;
	background: #fdf8f9;position: relative;
}
.el_wq_title span::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #d4324f;
}

.el_tips{background: #fdf8f9;padding: 0px 40px;font-size: 16px;color: #333333;line-height: 60px;}

.t-form{padding: 0px 40px;}




/* //搜索 */
.el_search_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e8e9ee;
	margin-bottom: 14px;
}
.el_search_title span{
	display: inline-block;
	font-size: 15px;
	color: #ca0125;
	padding: 0px 10px;
	border-bottom: 1px solid #ca0125;
}
.result_list{}
.result_list li{margin-bottom:4px;line-height:26px;position: relative;;}
.result_list li:nth-child(6n){border-bottom: 1px dashed #dddddd;}
.result_list li:last-child{border: none;}
.result_list li a{
	display: inline-block;
	max-width:85%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #333333;
}
.result_list li span{
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.9;
	color:#999999;
	font-size: 15px;
}
.result_list li:hover a{
	color: #cb0019;
	text-decoration: underline!important;
}


@media (max-width: 767px){
.mt30{margin-top:15px;}
.mt25{margin-top:15px;}
.mb30{margin-bottom:15px;}
.mb20{margin-bottom:10px;}	
.fl,.fr{float: none;}
	
	.el_banner{width: 100%;height:210px;margin-bottom: 15px;}
	.el_listBox{width: 100%;}
	.el_tab_box .el_tab_item{width: 100%;float: none;padding:10px 0px!important;border-bottom: 1px dashed #cccccc;}
	.el_tab_box .el_tab_item .el_tab_txt{display: block;opacity: 1;width: 100%!important;height: auto;
		transform: none!important;padding: 0!important;float: none;
	}
	.el_tab_box .el_tab_item .el_tab_img{width: 100%;margin-bottom: 15px;float: none;}
	.el_tab_box .el_tab_item .el_tab_img img{display: block;max-width: 100%;margin: 0 auto;}
	.el_tab_box .el_tab_item:nth-child(2) {
	    margin: 0px;
	}
	.el_tab_box .el_tab_item .el_tab_txt h1{font-size: 15px;margin-bottom: 10px;max-width: 100%;}
	.el_tab_box .el_tab_item .el_tab_txt p{font-size: 14px;margin-bottom: 10px;max-width: 100%;}
	
	
	.el_wq_adv{height: auto;}
	.el_wq_title span{width: 100%;padding: 0;}
	
	.t-form{padding: 0;}
	.t-form .form-item{margin-bottom: 12px;}
	.t-form .itme-50{margin-bottom: 12px;}
	
	.result_list li a{
		max-width:60%;
		font-size: 14px;
	}
}


