@charset "utf-8";
/* CSS Document */
img{
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;
}
body{
	font-family:"Microsoft YaHei";
	line-height: 1.6;
	width: 100%;
	max-width: 640px;
	margin: auto; 
}

*{
	box-sizing:border-box;
}
i{
	font-style: normal;
}
*{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a, img {  
    -webkit-touch-callout: none !important; /* 禁止长按链接与图片弹出菜单 */  
	-webkit-user-select: none  !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
} 
.cp_list li .li_cp .img:after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	z-index:99;
}
.m_thumb_img ul li a{
	position: relative;
}
.m_thumb_img ul li a:after{
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.m_image:after{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	left:0;
	top:0;
	z-index:99;
}
/*头部*/
#head{  
	height: auto;
	width: 100%;
	border-top: 3px solid #ce3630;
}
.head_top{
	width: 100%;
	padding:12px 10px;
	height: auto;
	display: flex;
}
.head_top .logo{
	padding-right: 10px;
}
.head_top .logo a img{
	display: block;
	height: 40px;
	max-width: 100%;
}
.head_top .comp_name{
	border-left: 1px solid #ececec;
	padding-left: 5px;
}
.head_top .comp_name .tit{
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	font-weight: 200;
}
.head_top .comp_name .top_phone{
	font-size: 12px;
	color: #999;
}
.head_top .comp_name .top_phone span{
	font-size: 14px;
	color: #ce3630;
}
.head_top .text{
	vertical-align: middle;
	padding-left:10px;
	line-height: 1.4;
}
.head_top .text span{
	display: block;
}
.head_top .text .span_01{
	font-size: 14px;
}
.head_top .text .span_02{
	font-size: 12px;
}

/*导航*/
.head_nav{
	width: 100%;
}
.head_nav .nav{
	
}
.head_nav .nav li{
	width: 25%;
	height: 40px;
	float: left;
	background: #293990;
	border-right:1px solid #5461a6;
}
.head_nav .nav li:nth-child(n+1){
	border-bottom:1px solid #5461a6;
}
.head_nav .nav li a{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height:38px;
	font-size: 14px;
	color: #fff;
}

.head_nav .nav li a:hover,.head_nav .nav li a.a_hv{
	background: #ce3630;
}


/*轮播*/
 




.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: 0px;
	width: 100%;
	display: table;
	background: rgba(0,0,0,0.5);
	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;
	display: table-cell;
}
.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;  

	}
.block_home_slider .flex-control-paging li a.flex-active {
	background: rgba(206,54,48,0.5);
	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;}





#main{ 
	width: 100%; 
	padding-bottom: 50px;
}


/*底部*/
#foot{
	padding: 5px 10px 0;
	background: #293990;
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	margin: auto;
	overflow: hidden;
}
#foot .foot_nav{
	width: 100%;
}
#foot .foot_nav li{
	width: 33.33333333%;
	text-align: center;
	padding: 0 20px;
	float: left;
}
#foot .foot_nav li a{
	width: 100%;
	width: 50px;
	display: block;
	margin: auto;
	
}

#foot .foot_nav li a .img{
	overflow: hidden;
display: block;
height: 20px;
width: 20px;
margin: auto;	
}
#foot .foot_nav li a .img img{
	display: block;
	width: 100%;
	height: 100%;
}
#foot .foot_nav li a span{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}


/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 0px auto; 
    text-align: center;
    height: 40px;
}
.quotes ul{
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    font-size: 12px;
    margin-right: 4px;
    padding: 5px 8px;
    text-decoration: none;
	line-height:26px;
}
.quotes ul li:hover,.quotes .thisclass {
    background: #ce3630;
    color: #fff;
}
.quotes .thisclass  a{
 color: #fff;
}
.quotes ul li:hover a{
    color: #fff;
}
/*-------分页样式-------*/