.fright {
    float: right;
}

.fleft {
    float: left;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.centerwidth {
    width: 1080px;
    margin: 0 auto;
    float: none;
    padding: 0;
}

.header {
   height: 120px;
   width: 89%;
   margin: 0 auto;
}

.header img.logo {
    margin-top: 20px;
}

.product-panel {
   margin-top: 30px;
    
}

.productbox{
	text-align: center;
	
}

.blandinfo {
   color: #015591;
   text-align: center;
 
}

 

.blandinfo h3{
  font-size: 1em;
  font-weight:bold;
}

.blandinfo p{
  font-size: 1em;

}

.navbar a {
    color: black;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
    color: #E46E2E;
    -webkit-transition: .2s;
}
.navbar-nav > li > .navbar-active {
    color: #E46E2E;
}
.navbar-custom {
    background-color:#229922;
    color:#ffffff;
    border-radius:0;
}

.navbar-toggle > .white-icon-bar {
    background-color: black;
}

.content-area{
	width: 980px;
    min-height: 500px;
	margin: 0px auto;
	box-shadow: 0px 0px 8px #000;
	border-radius: 5px;
	background: #fff;
    padding-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
}

.entries {
	margin-top: 40px;
	padding-left:10px;
}

.entries li{
  font-size: 16px;

}

.search-area{
   /*background-color: #BCE8F1;*/
   text-align: center;
   /* min-height: 500px; */
   height: 400px;
     
}

.search-box{
   background-color: #015591;
   text-align: center;
   height: 300px;
   width: 580px;
   margin: 0 auto;
   margin-top:60px;
   padding-top: 70px;
   margin-bottom: 80px;
   color: white;
   border-radius: 15px;

}

.searchresult{
	font-size: 18px;
	 
}

.searchresult .restitle {
	margin-top: 30px;
	height: 50px;
	border-bottom:solid 1px #9D9D9D;
	width: 700px;
}

.tracsubitem {
	line-height: 30px;
	height: 30px;
}

.searchresult{
    font-family:"微软雅黑";
}

.searchresult h3{
	font-size: 20px;
	line-height: 50px;
}

.trackitem{
  margin-bottom: 30px;	
  width: 600px;
}

.trackitem .newmark{
	width: 50px;
	float: left;
	 
}

.trackitem .newmark img{
 
}

.trackitem .itemcontent{
    margin-left: 50px; 
	 
}

.tracklist{
	margin-top: 30px;
	
}

.tracklist ul{
	list-style: none;
	
}
 
.trackitem {
   line-height: 70px;	
   border-left: dotted;
   border-left-color:#C9E2B3;
   margin-bottom: 20px;
} 

.bottom {
    height: 200px;
       
}

.footer_box {
    height: 200px;
	width: 100%;
	background: #015591; /* url("../images/ew.png") repeat-x left top; */
	padding-top: 20px;
    padding-left: 30px;
	clear: both;
	position: relative;
    margin-top: 30px;
}

.footer_dt {
	padding-top: 7px;
	overflow: hidden;
}


.footer_dt_box h4{
  font-family: "微软雅黑";
  font-size: 20px;
  color: white;
}

.split-line{
	margin-top: 30px;
    text-align: center;
}


.footer_contact{
  overflow: hidden;
  font-size: 14px;
  list-style-type: None;
  font-family: "微软雅黑";
  font-size: 15px;
  color: white;
  line-height: 25px;

}
.footer_contact p.phone {
    margin-top: 10px;
    font-size: 2em;
}

.copyright{
	height: 60px;
	background-color: #5E5E5E;
	text-align: center; 
	clear: both;
	color: white;
	
}

.copyright p{
	line-height: 30px;
}

.newslist ul{
   list-style: none;	

}

.newslist ul li {
   border-bottom: 1px;
   border-style: dashed;

}


.container img {

}

.article{
    line-height:1.5;
    width: 600px;
    margin: 0 auto;
    padding-top: 30px;
}

.article .title {
  text-align: center;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 40px;
}

.article-content {
   font-size: 20px;
   line-height: 1.5;

}

.article-content ul {
    list-style: none;
}

ul.trademark-list {
     list-style: none;
     padding-top: 40px;

}

.trademark-list li {
    width: 80px;
    display: inline;
    margin-right: 10px;
}

.trademark-list .trademark img{
    /* width: 80px; */
    height: 30px;
}

