@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
}

.content ol li{
	list-style-type: decimal;
	margin-left: 3em;
}
i{
	font-style: normal;
}
.c-333{
	color: #333 !important;
}
.img img{
	display: block;
	max-width: 100% !important;
	
}
/*分页*/
.quotes {
		clear: both;
		margin: 3px;
		padding: 3px;
		text-align: center;
	}
	
	.quotes ul li {
		border: 1px solid #CCCCCC;
		color: #666666;
		display: inline;
		margin-right: 4px;
		padding: 4px 7px;
		text-decoration: none;
	}
	
	.quotes .thisclass {
		background: #e62129;
		color: white;
	}

.quotes .thisclass a{
	color: white;
}

body{
	font-family:"Microsoft YaHei";
	line-height: 1.6;
}
#head{
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
#main{
	padding: 60px 0;
	padding-bottom: 50px;
}
.fontbold{
 	font-weight: bold;
 }

/*头部*/

.top_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.content img{
	max-width: 100%!important;
	height: auto !important;
	display: block;
	margin: auto;
	
}
 
	.h_600{
	height: 300px;
}
.h_660{
	height: 360px;
}
	.yqb-ban{
	display: none;
}

.bx-wrapper .bx-prev{
	left: -20%;
}

.bx-wrapper .bx-next{
	right: -20%;
}


.body-nav{
	height: 100%;
	overflow: hidden;
}
.body-nav #main, .body-nav #foot {
    -webkit-transform: translate(-130px);
    transform: translate(-130px);
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
}
  
.page-navigation{
	display: block;
}
.head_m{
	display: block;
	height: 36px;
	position: relative;
	padding:12px 0;
	background:#fff;
	box-sizing: content-box;
}
.head_m .logo_m{
	display:block;
	float:left;
	position:absolute;
}
.head_m .logo_m img{
	display:block;
	height: 36px;
}
.head_m .i_h{
	 
	position: absolute;
	top: 10px;
	right: 0px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_m .i_h span{
  position: absolute;
top: 19px;
left: 8px;
width: 24px;
height: 2px;
background: #e62129;
-webkit-transition: all 300ms;
transition: all 300ms;
}




.head_m .i_h span:after, .head_m .i_h span:before {
    content: '\20';
    position: absolute;
    left: 0;
	width: 100%;
	height: 2px;
    background: #e62129;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.head_m .i_h span:before{
	top: -6px;
}
.head_m .i_h span:after{
	bottom: -6px;
}
.body-nav .head_m .i_h span {
    background: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.body-nav .head_m .i_h span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}
.body-nav .head_m .i_h span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}
#head .head_m .hide-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 130px;
    bottom: 0;
}
.body-nav #head .head_m .hide-nav{
	display: block;
}

.page-navigation{
	position:fixed;
	z-index:9999;
	width:100%;
	top:60px;
	overflow-y: auto;
	position: fixed;
	z-index: 999999;
	right: -130px;
	bottom: 0;
	width: 130px;
	-webkit-transition: right 650ms;
	transition: right 650ms;
	background:#e62129;
}
.body-nav .page-navigation{
	right: 0;
	-webkit-transition: right 350ms;
	transition: right 350ms;
}
.nav_pad{
	padding: 6px 0;	
}

.page-navigation .link{
	height:40px;
	line-height:40px;
	padding: 0 15px;
	font-size:14px;
	color:#c9cfcf;
	display: block;
}
.page-navigation a{
	color:#c9cfcf;
}
 


		/*left_nav*/
 
.accordion {
    width: 100%;
}

.accordion .link {
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fff;
}
 

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #e62129;
    font-size: 14px;
}

.submenu li{
  
}

.submenu a{
    display: block;
    text-decoration: none;
    padding: 8px;
    padding-left: 2em;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #004599;
    color: #fff;
}

/*banner*/
 
 



.block_home_slider {
	padding: 1px;
	position: relative;   
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #f0f1f2;
	overflow: hidden;
} 


.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url(bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	display: inline-block;
	text-align: center;
}
.block_home_slider .flex-control-paging li a {
	 display:block; background-repeat:no-repeat; background-image:url(sprite_nav_3.png); text-indent:-9000px; cursor:pointer;
	width:100%;
	height:6px;
	margin-right:15px; 
	width:12px;
	height:12px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	}
.block_home_slider .flex-control-paging li a.flex-active {
	background-color: #e62129;
	background-position:right top;}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

 
 


/*轮播*/
 
  

	
/*底部*/
#foot{


	padding: 5px 0 0px;
	background: #e62129;
	position: fixed;
	bottom: 0;
}
  
.footer{
	
}
.footer ul li{
	
}
.footer ul li{
	width: 32%;
	float: left; 
} 
.footer ul li a{
 	display: table;
 	width: 100%;
 	height: 100%;
 }
.footer ul li a .img{
  	display: table-row;
  	text-align: center;

  	
  }
.footer ul li a .img span{
  	display: inline-block;
  	width: 22px;
  	height: 22px;
  	background-size: cover;
  }
.footer ul li a p{
  	display: table-row;
  	text-align: center;
  	font-size: 12px;
	color: #fff;
  }

.footer ul li:nth-child(1) a .img span{
	background-image: url(../img/foot_01s.png);
}
.footer ul li:nth-child(1):hover a .img span{
	background-image: url(../img/foot_01.png);
}

.footer ul li:nth-child(2) a .img span{
	background-image: url(../img/foot_02s.png);
}
.footer ul li:nth-child(2):hover a .img span{
	background-image: url(../img/foot_02.png);
}
.footer ul li:nth-child(3) a .img span{
	background-image: url(../img/foot_03s.png);
}
.footer ul li:nth-child(3):hover a .img span{
	background-image: url(../img/foot_03.png);
}
.footer ul li:nth-child(4) a .img span{
	background-image: url(../img/foot_04s.png);
}
.footer ul li:nth-child(4):hover a .img span{
	background-image: url(../img/foot_04.png);
}





 
/*标题*/
.com_tit{
	text-align: center;
	background: #f0f1f2;
	padding: 45px 0 30px;

}
.com_tit h3{
	 display: inline-block;
	 position: relative;
	 padding: 1% 0;
} 

.com_tit h3 span{
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 30%;
	height: 4px;
	background: #7f1013;
}

.com_tit .gd{
	padding-top: 20px;
	margin-bottom: 10px;
}
.com_tit .gd a{
	border: 1px solid #bdbebe;
	display: block;
	width: 10%;
	min-width: 100px;
	margin: auto;
	background: url(../img/ind_gd_bg.png) no-repeat right center;
}
.com_tit .gd a:hover{
	background: url(../img/ind_gd_bg2.png) no-repeat right center;
	border-color:#7f1013 ;
	color: #fff;
	background-color: #7f1013;
}

.com_tit .gd a span{
	display: inline-block;
	vertical-align: middle;
}
  
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
#head,#main,#foot{
    width:100%;
-webkit-transition: -webkit-transform 500ms;
transition: transform 500ms;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}

  
/*公共*/
 
 .w_640{
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	max-width: 640px;
	margin: auto;
}   
  .w_100{
	width: 100%;
}
 
.com-tt{
	 padding: 25px 0 20px;
} 
.w-50{
	width: 50%;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.com-tt{
	text-align: center;
	padding: 60px 0;
	line-height: 1.6;
}
.com-tt p{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.com-tt span{
	display: inline-block;
	padding: 0 15px;
}
.max-img{
	max-width: 100%;
}

.banquan{
	padding: 10px;
	border-top: 1px solid #f2f2f2;
}
.banquan p{
	font-size: 12px;
	color: #999;
	line-height: 1.4;
	text-align: center;
}
