/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5A5A5A;
}

a {
    text-decoration: none;
    color: #000000;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/*LayOut*/
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-size:18px;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-bottom-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 20; 
}
.navbar-brand{
	padding:0px;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-bottom-wrapper> .container {
  padding-right: 0;
  padding-left: 0;
  
  height:33px;
  
}
.navbar-commonlink li{
	float:left;
	list-style:none;
}
.navbar-commonlink a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}
.navbar-commonlink a:hover{
	color:#FFF;
}
.navbar-commonlink{
	margin-top:5px;
	margin-right:30px;
}
.navbar-commonlink i{
	color:#fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.thumbnail {
    margin-bottom: 0px;
}
/* Carousel base class */
	.carousel {
	  height: auto;
	  
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
		margin-top:50px;
		width:100%;
		background-color: #777;
	}
	.carousel-inner{
		border-bottom:3px solid #016db5;
	}
	.carousel-inner > .item > img {
	  min-width: 100%;
	  height:auto;

	}
	.carousel-control {
		top: 50px;
	}
	.carousel-caption h1{
		font-size:20px;
	}
@media (min-width: 768px) {
	.navbar-wrapper {
		position:static;
	}
	.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a {
		color:#016db5;
		border-bottom:3px solid #016db5;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#016db5;
		border-bottom:3px solid #016db5;
		background-color: transparent;
	}
	.navbar-nav > li > a {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
		margin-top:0px;
		width:100%;
		background-color: #777;
	}
	.carousel-inner{
		border-bottom:3px solid #016db5;
	}
	.carousel-inner > .item > img {
	  min-width: 100%;
	}
	.carousel-control {
		top: 0px;
	}
	.carousel-caption h1{
		font-size:36px;
	}
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
		
	}
@media (max-width:768){
	.wmf_rongyu li{
		display:block;
		text-align:center;
		width:100%;
		float:left;
		padding:10px;
	}
}
@media (min-width: 768px) and  (max-width: 992px){
	.navbar-bottom-wrapper> .container {
	  border-top:3px solid #016db5;
	  border-left:3px solid #016db5;
	  border-right:3px solid #016db5;
	  background-color:#fff;
	  
	}
	.navbar {
		border: 0px;
	}
	.navbar-header{
		width:125px;
	}
	.navbar-nav > li > a {
		padding:10px 5px;
	}
  /* Navbar positioning foo */
	.carousel-indicators {
		bottom: 40px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		bottom:30%;
	}
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .navbar-brand {
	  padding:0px;
	  vertical-align:middle;

  }
  .listimg .thumbnail{
	  width:100%;
	  max-height:95px;
  }
	

.foot .container{
	padding:30px 0px;
}
	

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
	.wmf_rongyu li{
		display:block;
		text-align:center;
		width:100%;
		float:left;
		padding:10px;
	}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .navbar-nav > li > a {
		padding:30px 5px;
	}
  .navbar-header{
		width:160px;
		height:90px;
		line-height:90px;
	}
	
	.listimg .thumbnail{
	  width:100%;
	  max-height:130px;
  }
	  .wmf_rongyu li{
		display:block;
		text-align:center;
		width:30%;
		float:left;
		padding:10px;
	}
}
@media (min-width: 1199px) and (max-width:1280px)
{
	.navbar-header{
		width:160px;
	}
	.navbar-nav > li {
		float: left;
		margin: 0px 10px;                                                                         
	}
	.navbar-nav > li > a {
		padding:35px 10px;
	}
		.wmf_rongyu li{
		display:block;
		text-align:center;
		width:30%;
		float:left;
		padding:10px;
	}
}
@media (min-width: 1280px)
{
	.navbar-header{
		width:25%;
	}
	.navbar-nav > li {
		float: left;
		margin: 0px 10px;
	}
	.navbar-nav > li > a {
		padding:35px 10px;
	}
	.wmf_rongyu li{
		display:block;
		text-align:center;
		width:30%;
		float:left;
		padding:10px;
	}
}

/*WMF CSS*/
.wmf_content{
	background-color:#fff;
	padding:0px 30px 30px 30px;	
}
.wmf_content .ilant{
	font-weight:bold;
	font-size:18px;
}
.ilant .more {
    display: block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e9e9e9;
    color: #a2a2a2;
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
	text-decoration:none;
}

.news_list li {
	list-style:none;
    height: 250px;
    margin-top:30px;
    position: relative;
    overflow: hidden;
	box-shadow: rgb(255, 255, 255) 0px 0px 25px;
}
.news_list li img {
    width: 100%;
	height:250px;
}
.news_list li .gro-text {
    width: 100%;
    height: 70px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px 22px 0 22px;
    box-sizing: border-box;
    opacity: 0.8;
}
.img-tit{font-size:16px; color:#1ea3d8; text-align: left;height:18px;overflow:hidden}
.time{font-size:14px; color:#999;text-align: left;}


.inews_list2 ul{
	-webkit-padding-start: 0px;
	list-style:none;
	
}
.inews_list2 li{ 
	border-bottom:1px solid #ddd;
	padding-bottom:10px; 
	margin-bottom:10px;
	
 }
.inews_list2 li .title{ 
	font-size:16px; 
	font-weight:normal;
	margin-bottom:5px; 
	line-height:28px; 
	height:28px; 
	word-break:break-all; 
	overflow:hidden;
}
.inews_list2 li .title a{ 
	color:#016db5;
}
.inews_list2 li .title a:hover{ 
	text-decoration:underline; 
}
.inews_list2 li .title span{ 
	font-size:12px; 
	padding-left:20px;
}
.inews_list2 li .sum{ 
	width:100%; 
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.ianli_list{ background:url(images/anli_xian.gif) repeat-x bottom;  margin-bottom:20px;}
.ianli_list ul{
	-webkit-padding-start: 0px;	
	list-style:none;
}

.ianli_list li a.img { display: block; height: 0; overflow: hidden; padding-bottom: 54%; position: relative; border:1px solid #ddd; }
.ianli_list li a.img img { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.ianli_list li .sum{ line-height:22px; height:44px; overflow:hidden; margin:10px 0 4px;}
.ianli_list li .title{ font-size:14px; color:#ffffff; font-weight:bolder; white-space:nowrap;padding:0px 10px;text-shadow:0px 0px 20px #000;text-overflow:ellipsis;overflow:hidden;position: absolute; bottom:0px;right:5px; }
.ianli_list li .title a{ 
	color:#016db5;
}
.ianli_list li .title a:hover{ 
	text-decoration:underline; 
}
.ianli_list .arrs {width:14px; height:14px; background-image:url(images/ipro_btn.png); background-repeat:no-repeat; position:absolute; bottom:0px; left:50%;}
.ianli_list .arr_prev{background-position:left top; margin-left:-10px;}
.ianli_list .arr_next{background-position:right top; margin-left:10px;}
.ianli_list .arr_prev:hover{ background-position:left bottom; }
.ianli_list .arr_next:hover{ background-position:right bottom; }
.ianli_list .scroll_nav{ display:none; }
.ianli_list .arrs {width:14px; height:14px; background-image:url(images/ipro_btn.png); background-repeat:no-repeat; position:absolute; bottom:0px; left:50%;}
.ianli_list .arr_prev{background-position:left top; margin-left:-10px;}
.ianli_list .arr_next{background-position:right top; margin-left:10px;}
.ianli_list .arr_prev:hover{ background-position:left bottom; }
.ianli_list .arr_next:hover{ background-position:right bottom; }
.ianli_list .scroll_nav{ display:none; }
.imghover img {-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.imghover:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
/*foot*/
.foot:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../images/multicolor_bar.jpg);
    background-repeat: repeat-y;
    background-position: center;
	
}
.foot{ padding:0px 0px; background:#fff; color:#333; margin-left:0px;margin-right:0px;}

.foot_left{ width:64%; float:left;}
.foot_right{ width:30%; float:right; }
.foot_lant{ border-bottom:1px dotted #afafaf; padding-bottom:10px; font-size:24px; margin-bottom:15px;}
.foot_lant span{ display:block; float:left; }
.foot_lant .ft1{ height:28px; margin-right:15px;}
.foot_lant .ft2{ line-height:28px; margin-right:15px; }
.foot_lant .ft3{ font-size:14px; font-weight:bold; line-height:22px; margin-top:5px;}
.foot_about{line-height:2;}
.foot .row{
	line-height:35px;
}
.foot a{color:#333}
.fr_top{ position:relative; margin-bottom:10px;}
.fr_top img{ float:left; margin-right:15px;}
.fr_top .fr_ewmnr{ font-size:14px; line-height:20px; /*margin-top:15px; */}
.fr_top .bdsharebuttonbox{ width:195px;  position:absolute; overflow:hidden; bottom:0px; left:100px;}
.fr_top .bdsharebuttonbox a{ width:26px; height:26px; padding:0; margin:0; margin-right:13px; background-image:url(../images/share_ico.png); background-repeat:no-repeat;}
.fr_top .bdsharebuttonbox a:hover{opacity: .5; filter: alpha(opacity=50);}
.fr_top .bdsharebuttonbox .bds_weixin{ background-position:0px 0px; }
.fr_top .bdsharebuttonbox .bds_tsina{ background-position:-38px 0px; }
.fr_top .bdsharebuttonbox .bds_sqq{ background-position:-77px 0px; }
.fr_top .bdsharebuttonbox .bds_qzone{ background-position:-115px 0px; }
.fr_top .bdsharebuttonbox .bds_douban{ background-position:-154px 0px; }
.foot_contact{ margin-top:20px;}
.foot_contact dl{ float:left; width:48%; margin-right:2%; font-size:14px; margin-bottom:5px; line-height:32px;}
.foot_contact dt{ float:left;}
.foot_contact dt i{ font-size:18px;}
.foot_contact dd{ float:left;}

.foot_bottom{ background:#fff; padding:10px 0;}
.foot_bottom a:hover{ text-decoration:underline;}
.foot_bottom .fbt1{ margin-right:10px;}

.wmf_section{
	border-bottom:1px dashed rgb(222,222,222);
	padding-bottom:30px;
	margin-bottom:30px;
	clear:both;
}
.navbar-rongxi .navbar-toggle {
    border-color: #CF0200;
}
.navbar-rongxi .navbar-toggle .icon-bar {
    background-color: #CF0200;
}
.navbar-rongxi .navbar-toggle:hover, .navbar-rongxi .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-rongxi .navbar-nav > .active > a, .navbar-rongxi .navbar-nav > .active > a:hover, .navbar-rongxi .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fff;
}

.navbar-rongxi .navbar-collapse, .navbar-rongxi .navbar-form {
    border-color: #fff;
}
.wmf-navbottom{
	border-top:1px solid #080808;
	padding:10px 0px 25px 0px;
}
a:hover, a:focus {
    color: #CF0200;
    text-decoration: none;
}
.pagination > li > a, 
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #CF0200;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #CF0200;
    background-color: #eee;
    border-color: #ddd;
}
.listimg{
	list-style:none;
	padding-left:0px;
	display:block;
	position:relative;
	text-align:center;
}
.listimg .thumbnail{
	width:100%;
}
.listimg .desc
{
	position:absolute;
	right:5px;
	bottom:5px;
}
.panel-body p{
	text-indent:2em;
}
.wmfTopNav{
	
}
.wmfTopNav ul{
	list-style:none;
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px dashed rgb(222,222,222);
}
.wmfTopNav ul li{
	text-align:center;
}
.wmfTopNav ul li .icon{
	font-size:92px;
	color:#016db5;
}
.wmfTopNav ul li h2{
	margin-top:0px;
	color:#000;
	font-size:18px;
}
.wmfTopNav ul li p{
	font-size:14px;
	color:#666;
}
.wmf_content .row{
	margin-top:20px;
	margin-bottom:20px;
}
.wmf_content .typetitle{
	text-align:center;
	
}
.wmf_content .typetitle:hover,.wmf_content .typetitle:visited{
	color:#000;
}
.wmf_content .typetitle h3{
	font-weight:bolder;
	margin-top:10px;
	margin-bottom:40px;
	
	
}
.wmf_content .typetitle h3 span{
	padding-bottom:15px;
	border-bottom:3px solid #076ce0;
}
.wmf_rongyu{
	list-style:none;
}

.wmf_rongyu_x3{
	list-style:none;
	display:block;
	float:left;
	width:100%;
	padding-left:0px;
}
.wmf_rongyu_x2{
	list-style:none;
	display:block;
	float:left;
	width:100%;
	padding-left:0px;
}
.wmf_rongyu_x3 .pad{
	width:5%;
}
.wmf_rongyu_x2 .pad{
	width:20%;
	
}