body {
	font-size: 1.6rem;
}
a {
  color: #333;
}
a:hover,
a:focus {
  color: #D00000;
}
.am-container, .am-g-fixed {
	max-width: 1200px;
}
/*
 * pc css
 * 
 * header
 */
.yw-logo{
	margin:30px 0;
}
.yw-headtel{
	margin-top:40px;
	float: right;
	width: 270px;
}
.yw-headtel img{
	float: left;
	margin-right: 10px;
}
.yw-headtel b{
	color: #D00000;
	display: block;
}
/*nav*/
.am-topbar .am-text-ir {
  display: block;
  margin-right: 10px;
  height: 50px;
  width: 170px;
  background: url(../i/logos.png) no-repeat left center;
  -webkit-background-size: 170px 40px;
  background-size: 170px 40px;
}
.yw-nav{
	width: 100%;
	height:50px;
	background-color:#073E77;
}
.am-nav{
	line-height: 50px;
}
.am-nav > li > a {
  display: block;
  padding: 0;
  border-radius: 0;
  font-weight:normal;
  color: #fff;
}
.am-nav > li > a:hover,
.am-nav > li > a:focus {
  text-decoration: none;
  background: none;
}
.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
  color: #fff;
  background: #D00000;
  cursor: default;
}
.yw-nav-sub{display:none;position:absolute; left:0;  top:70px;  background: rgba(255, 255, 255, 0.9);  z-index:999999; padding:0; margin:0; width:100%  }
.yw-nav-sub li{ list-style:none;}
.yw-nav-sub li a{ height:30px; line-height:30px;  display:block; color:#333 !important;text-align:center; font-size:14px;  }
.yw-nav-sub li a:hover{  color:#fff !important; background: #FF6F0F;  }
.am-topbar-inverse {
  background-color: #073E77;
  border-bottom: 0;
  color: #eeeeee;
}

/*banner*/
.am-slider-default {
  margin: 0 0 0px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  /* Direction Nav */
  /* Pause/Play */
  /* Control Nav */
}
#yw-slider{
	margin-top: 1px;
}
/*index*/
.yw-index-tit small, .yw-index-tit i{
	display: block;
}
.yw-index-tit small{
	color: #999;
}
.yw-index-tit i{
	height: 5px;
	background: #D00000;
	width: 40px;
	margin: 5px auto 0;
}
.yw-cp-tit{
	text-align: center;
}
.yw-cp-tit a:hover, .am-thumbnail:hover{
	background: #eee;
}
.yw-pic-minh img{min-height:300px !important;}
.yw-index-us{
	background: url(../i/vs_bg.jpg) repeat-x center;
	min-height: 518px;
}
.yw-index-us > .yw-index-tit{
	padding-top: 80px;
}
.yw-thumbnailminh{min-height:250px !important;}
.yw-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
/*category*/

/*list*/

/*show*/
.am-article-bd img {
  display: inline;
  max-width: 100%;
}
/*Single page*/
.yw-page-tit{
	color: #D00000;
	border-bottom: 2px solid #333;
	display: inline-block;
}
.yw-page-tit-g{
	border-bottom: 1px solid #ddd;
}
/*footer*/
.yw-footer{
	width: 100%;
	background:#262729;
}
.yw-footer-con, .yw-footer-con a{
	color: #999;
}
.yw-footer-nav-line{
	border-bottom:1px solid #444;
}
.yw-footer-nav a:hover{
	color: #eee;
}
#yw-conac img{
	width:60px; 
	height:60px;
}
.yw-powered{
	display: none;
}
/*float-ads*/
.yw-fixad{
	 width:110px;  position: fixed; top:230px; _position:absolute ;z-index:1000;
}
.yw-fixad img{
	width:110px;
	height:auto;
}
.wx1000r{background:#fff;border:1px solid #eee;  height:140px;  right:0; text-align:center; line-height:20px;}
.wx1000r img,.wx1000r span{display:block;}
/*pages*/
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #D00000;
  border-color: #D00000;
  cursor: default;
}
/* mob css */
@media only screen and (max-width:640px) {
	#yw-slider{
	margin-top: 0;
}
}