﻿
.Box1
{  
}
.Box1 .title
{  
   height:40px;
   line-height:40px;
   vertical-align:bottom;
   border-bottom:1px solid #cccccc;
}

.Box1 .title .text
{
    width:140px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    background-color:#666666;  
    text-align:center;
    /* Gecko browsers */
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
/* Webkit browsers */
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
/* W3C syntax */
border-top-left-radius:5px;
border-top-right-radius:5px;

}
.Box1 .title .text a
{
    font-size:20px;
    color:#ffffff;
    font-family:微软雅黑;
}
.Box1 .Content
{
    clear:both;
    padding:10px;
    height:auto;
    width:auto;
}

.Box2
{
  
}
.Box2 .title
{  
   height:40px;
   line-height:40px;
   vertical-align:bottom;
   border-bottom:1px solid #cccccc;
 
}

.Box2 .title .text
{
    padding-left:30px;
    width:auto;
    height:40px;
    line-height:40px;
    vertical-align:middle;  
    text-align:center; 
    background-image:url(images/yewu-ico.png);
    background-repeat:no-repeat;
    background-position:left center;

}
.Box2 .title .text a
{
    font-size:20px;
    color:#000000;
    font-family:微软雅黑;
}
.Box2 .Content
{
    clear:both;
    padding:10px;
    height:auto;
    width:auto;
}
.Box2 .Content .title
{
    margin-top:15px;
    text-align:center;
    border-width:0px;
   
}
.Box2 .Content .title
{
    font-family:微软雅黑;
    font-size: 24px; 
    color: #6274b7;
}
.Box2 .Content .ico
{
    text-align:center;
    border-width:0px;
}
.Box2 .Content ul
{
    text-align:left;
}
.Box2 .Content ul li
{
    color:#999999;
    margin-top:3px;
}

.YeWuItem
{
    width: 230px; 
    height: 350px; 
    border: 1px solid #cccccc; 
    background: #ffffff;
    display:inline-block;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
}
.YeWuItem
{
   *display: inline;
}
.YeWuItem ul
{
    text-align:left;
}
.YeWuItem li
{
    font-size:14px;
    padding-right:15px;
    color: #999999;
    margin-top: 3px;
}
.YeWuItem .title a
{
    font-family:微软雅黑;
    font-size: 24px; 
    color: #6274b7;
}
.MvcPager
{
    text-align:center;
}
.pagination {
display: inline-block;
padding:0px auto;
margin:0px auto;
border-radius: 4px;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.pagination>li {
display: inline;
line-height: 24px;
box-sizing: border-box;
text-align: -webkit-match-parent;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell;
}
.input-group-btn>.btn {
position: relative;
}


.IndexLeftBox
{
    width:598px;  
}
.IndexRightBox
{
  width:390px;    
}
.IndexFullBox
{
    clear:both;
    width:100%;
    margin-top:15px;
}

.ChannelListDiv
{
    width: 210px; text-align: center; padding-bottom: 30px;
    height:auto;
}
.ChannelListDiv .ContenDiv
{
    width: 205px; border: 1px solid #e2e1e1;
        height:auto;
}
.ChannelListDiv .ContenDiv .Title
{
    width: 100%; border-bottom: 1px solid #e2e1e1; background-color: #f1f1f1;
    height: 50px; line-height: 50px; vertical-align: middle; font-size: 24px;
    text-align:left;    
}
.ChannelListDiv .ContenDiv .Title .Text
{
    padding-left:15px;
}
.ChannelListDiv .ContenDiv .Title .Text a
{
    font-size:24px;
    color:#8b8b8b;
}

.ChannelListDiv .ContenDiv .Content,.ChannelListDiv .ContenDiv .Content ul
{
   width: 100%; 
   height:auto;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

.ChannelListDiv .ContenDiv .Content li
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align:left;
  list-style-image:url(images/channellistico.png);
  list-style-position:inside;
  background-color:#efefef; 
  padding-left:15px;
  height:35px;
  line-height:35px;
  
}
.ChannelListDiv .ContenDiv .Content li:hover,.ChannelListDiv .ContenDiv .Content .fouce
{
      list-style-image:url(images/channellistfouceico.png);
  list-style-position:inside;
    background-color:#dcdcdc;
}
.ChannelListDiv .ContenDiv .Content .fouce a
{
   color:#dc0010;
}
.ChannelListDiv .ContenDiv .Content li a
{
   color:#555555;
   font-size:14px;
} 
.BoxDetails
{
  
}
.BoxDetails .title
{  
   height:40px;
   line-height:40px;
   vertical-align:bottom;
   border-bottom:1px solid #cccccc;
}
.BoxDetails .title .text
{ 
    padding-left:30px;
    width:auto;
    height:40px;
    line-height:40px;
    vertical-align:middle;  
    text-align:center; 
    background-image:url(images/yewu-ico.png);
    background-repeat:no-repeat;
    background-position:left center;

}
.BoxDetails .title  .text  a
{
    font-size:20px;
    color:#000000;
    font-family:微软雅黑;
}
.BoxDetails .title .pagenav  a
{
    font-size:12px;
    color:#000000;
    font-family:微软雅黑;
}
.BoxDetails .Content
{
    clear:both;
    padding:10px;
    height:auto;
    width:auto;
}
.BoxDetails .Content .title
{
    margin-top:15px;
    text-align:center;
    border-width:0px;
   
}
.BoxDetails .Content .title
{
    font-family:微软雅黑;
    font-size: 24px; 
    color: #6274b7;
}
.BoxDetails .Content .ico
{
    text-align:center;
    border-width:0px;
}
.BoxDetails .Content img
{
    max-width:760px;
}
.BoxDetails .Content .List
{
    text-align:left;
    list-style:none;
    list-style-image:none;
    list-style-type:none;
     padding:0px 0px 0px 0px ;
    margin:0px 0px 0px 0px ;
}
.BoxDetails .Content .List .NewsItem
{
    padding-top:5px;
    padding-bottom:4px;
    border-bottom:1px dotted #cccccc;
    width:auto;
    background-image:url(images/newsitemico.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:12px;
    height:25px;
    line-height:25px;
    overflow:hidden;
    clear:both;
}
.NewsItem
{
    padding-top:5px;
    padding-bottom:4px;
    border-bottom:1px dotted #cccccc;
    width:auto;
    background-image:url(images/newsitemico.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:12px;
    height:25px;
    line-height:25px;
    overflow:hidden;
    clear:both;
}
.BoxDetails .Content .List .NewsItem .Title
{
    float:left;
    width:850px;
}
.BoxDetails .Content .List .NewsItem .DateTime
{
    float:right;
    font-size:12px;
}
.BoxDetails .Content .List .NewsItem a
{
    text-decoration:none;
    color:#000000;    
}



.PageFooterLinksDiv
{
    text-align: left; vertical-align: top; border-bottom: 1px dashed #ffffff;
    padding-top: 20px; padding-bottom: 20px;
    margin-bottom:15px;
}
.PageFooterLinksDiv .Items
{
    text-align: left; width: auto; display: inline-block; vertical-align: top;margin-right:40px;
}
.PageFooterLinksDiv .Items a
{ 
    font-size:18px;
}
.PageFooterLinksDiv .Items .ChildItem
{
    padding-top: 15px;
}
.PageFooterLinksDiv .Items .ChildItem a
{
    font-size:14px;
}
.ProductTypeList1
{
     list-style:none;        
     padding:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;   
     height:auto;
  
}
.ProductTypeList1li
{ 
    vertical-align:middle;
    width:auto;
    text-align:left;
    height:32px;
    line-height:32px;
    border-bottom:1px solid #cccccc;
    padding-left:22px;  
    background-image:url(images/ProductTypeTitleIco.jpg); 
    background-position:left center;
    background-repeat:no-repeat;
}
.ProductTypeList1 li a
{
    text-decoration:none;
    color:#333333;
    font-size:14px;
    font-weight:900;
}

.ProductTypeList2
{
     list-style:none;        
     padding:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;   
     height:auto;
   
  
}
.ProductTypeList2 li
{ 
    vertical-align:middle;
    width:auto;
    text-align:left;
    min-height:32px;
    height:auto;
    line-height:32px;
    border-bottom:1px solid #cccccc;
    padding-left:30px; 
   
}
.ProductTypeList2 li a
{
    text-decoration:none;
    color:#333333;
    font-size:12px;
    font-weight:900;
}


.Contact
{
    padding:20px 20px 20px 20px;
    font-size:14px;
    margin-bottom:20px;
}
.Contact .Item
{
    height:25px;
    line-height:25px;
}


.RightBox1 .Content
{   
    width:auto;
    height:auto;  
    font-size:18px;
}
.IndexCompanyImg
{
    float:left;
    height: 110px;
    margin: 10px 10px 10px 10px;
}
.IndexCompanyText
{
    text-indent:36px;
}
.more
{    
    /*background-image:url(images/moreico.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:15px;*/
}
.more a
{
    font-size:12px;
    color:#666666;
    font-weight:bolder;
}
.pagenav
{    
    background-image:url(images/pagenavico.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:15px;
}
.pagenav a
{
    font-size:12px;
    color:#000000;
    font-weight:normal;  
}
.pagenav span
{
    font-size:12px;
    color:#000000;
    font-weight:normal;  
    padding-left:2px;
    padding-right:2px;
}
.ProductRow
{
    text-align:left;
    width:auto;
    height:auto;
    margin-top:3px;
}
.ProductItem
{
  width:160px;
  height:200px;
  background-color:#f6f6f6;
  display:inline-block;  
  text-align:center; 
  margin-left:10px;
  margin-right:10px;
}
.ProductItem
{
   *display: inline;
}
.ProductItem .Img
{
    width:auto;
    height:auto;  
    text-align:center;
    vertical-align:middle;
     margin-top:30px;
}

.ProductItem .Img img
{ 
    margin:0px auto;
    padding:0px auto;
    width:110px;
    height:110px;
    border-width:0px;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ProductItem .Title
{
    text-align:center;  
    margin:0px auto;
    padding:0px auto;
    overflow:hidden;
    margin-top:20px;
    height:28px;
    
}
.ProductItem .Title a
{
      font-size:18px;
}

.ProductTypeRow
{
    text-align:center;
    width:auto;
    height:auto;
    margin-top:3px;
}

.ProductTypeItem
{
  width:210px;
  height:210px;
  display:inline-block;  
  text-align:center; 
  margin-left:10px;
  margin-right:10px;
}
.ProductTypeItem
{
   *display: inline;
}
.ProductTypeItem .Img
{
    width:auto;
    height:auto;  
    text-align:center;
    vertical-align:middle;
     margin-top:30px;
}

.ProductTypeItem .Img img
{ 
    margin:0px auto;
    padding:0px auto;
    width:110px;
    height:110px;
    border-width:0px;
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ProductTypeItem .Title
{
    text-align:center;  
    margin:0px auto;
    padding:0px auto;
    overflow:hidden;
    margin-top:20px; 
    
}
.ProductTypeItem .Title a
{
      font-size:18px;
}
.ProductTypeItem .Title a:hover
{
      color:#21c2f8;
}



.RightBox2
{   
    width:48%;
    height:auto;
}
.RightBox2 .Content
{
    width:auto;
    height:auto;
}

.FloatLeft
{
    float:left;
}
.FloatRight
{
    float:right;
}


.PageTitle
{
    font-size:16px;
    font-weight:900;
    padding-top:5px;
    padding-bottom:3px;
    width:100%;
 
}
.PageContentBox
{       
    width:100%;  
    border:1px solid #b5c8eb;
    background:#dce9f2;
}
.PageContent
{
    padding:25px;  
}


.ArticleContent .Title
{
    text-align:center;
    font-size:25px;
  
}
.ArticleContent .TitleBottom
{
    text-align:center;
     font-size:12px;
     margin-top:5px;
 
     padding-bottom:3px;
       border-bottom:1px solid #cccccc;
}
.ArticleContent .TitleBottom a
{
    font-size:12px;
}

.ArticleContent .Image
{
    margin-top:5px;
    text-align:center;
}
.ArticleContent .bottomnav
{
  font-size:12px;
  list-style:none;
  list-style-image:none;
  list-style-type:none;
  
}
.ArticleContent .bottomnav a
{
      font-size:12px;
}
.ArticleContent .bottomnav li
{
      list-style:none;
  list-style-image:none;
  list-style-type:none;
}
.FriendLinkDiv
{
    text-align:left;
    clear:both;
}
.FriendLinkDiv dt,.FriendLinkDiv dd
{
    display:inline-block;
    padding:0px 0px 0px 0px;
    margin:0px 3px 0px 3px;
}
.FriendLinkDiv dt,.FriendLinkDiv dd
{
 *display: inline;
}