﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
  padding: 0;
  margin: 0;
  }
body{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img {
  display: block; }

input, textarea {
  outline: none; }

i, strong, em {
  font-style: normal; }
  
a {
  text-decoration: none;
  color: #000; }

a:hover {
  color: #976f87 !important; }


.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.wrap {
  width: 100%;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  
 .hidden
 {
     display: none;
 }

.floatL{
  float: left;
}
.floatR{
  float: right;
}
.overflowH
{
    overflow: hidden;
    }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */ }
.font-ellipsis
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_placeholder {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle; }

.vertical-box:before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle; }
.vertical-middle
{
    display: inline-block;
    vertical-align: middle;  
}

/*图片展示效果*/
/*.imageList li:hover img {
  box-shadow: 2px 2px 10px #888888; }


/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox
{
    position: relative;    
}
.imgBox img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* 标题样式 */
    /** title1 **/
    .title1
    {
        position: relative;
        text-align: center;
        margin-bottom: 36px;
        margin-top: 40px;
        z-index: 1;
    }
    .title1 .title-name
    {
        display: inline-block; 
        padding: 0 50px;
        position: relative;
        background: #fff;
    }
    .title1 .title-name:before,.title1 .title-name:after
    {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #000; 
        top: 50%;
        margin-top: -15px;
        color: red;
        -moz-transform:    rotate(-45deg);
         -o-transform:      rotate(-45deg);
         -webkit-transform: rotate(-45deg);
         transform:         rotate(-45deg);
    }
    .title1 .title-name:before
    {
        left: 0;  
    }
    .title1 .title-name:after
    {
        right: 0;  
    }
    .title1 .title-name span
    {
        font-size: 24px; 
        font-weight: bold;
        display: block;
    }
    .title1 .title-name span i
    {
        color: #976f87;
    }
    .title1 .title-name .more
    {
        font-size: 12px; 
    }
    .title1 .title-line
    {
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        background-color: #000;
        z-index: -1;
    }
    /** title1 end **/
    
    /** title2 **/
    .title2
    {
        border-bottom: #a6a6a6 dashed 1px;
        line-height: 35px;
        height: 35px;
        position: relative;
        z-index: 0;
    }
    .title2 .title-name
    {
        font-size: 18px;
        color: #976f87;
        height: 34px;
        border-bottom: #976f87 solid 3px;
        float: left;
        margin-bottom: -1px;
    }
    .title2 .title-name2
    {
        font-size: 18px;
        color: #976f87;
        height: 34px;
        float: left;
    }
    .title2 .more
    {
        font-size: 14px;
        color: #888888;
        font-weight: bold;
        float: right;
    }
    .title2 .more a
    {
        color: #888888;   
    }
    /** title2 end **/
    
    /** title3 **/
    .title3{
        border-bottom: 2px solid #976f87;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        margin-bottom: 14px;
    }
    .title3 .subType
    {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .title3 span{
        display: inline-block;
        width: 50px;
        height: 100%;
        background: #976f87 url("../Images/product-list-num.png") no-repeat center bottom;
        color: #fff;
        font-size: 20px;
        text-indent: 3px;
        margin-right: 10px;
    }
    /** title3 end **/
    
    /** title4 **/
    .title4
    {
        border-top: 2px solid #976f87;
        padding: 0 1rem;
        height: 40px;
        line-height: 40px;
        color: #976f87;
    }
    .title4 .title-name
    {
        font-size: 18px;
        float: left;
    }
    .title4 .more
    {
        font-size: 14px;
        float: right;
        color: #888;
    }      
    /** title4 end **/
    
    /** title5 **/
    .title5
    {
        background-color: #976f87;
        color: #fff;
        font-size: 24px;
        text-indent: 15px;
        height: 40px;
        line-height: 40px;
    }
    /** title5 end **/
/* 首页标题 end */





/* header_line */
.header_top_content {
  height: 30px;
  line-height: 30px;
  overflow: hidden; 
  border-bottom: 1px solid #dcdcdc;
  font-size: 12px;
  color: #424242;
}
.header_top_content a{
  color: #424242;
}
.header_top p, .header_top a, .header_top span
{
    display: inline-block; 
    vertical-align: middle;
    font-size: 12px !important;
}
.header_top_r a{
  line-height: 1;
  margin: 0 5px;
}
/* header_line end */


/* header_logo */
.header_logo_content
{
    height: 95px;   
}
.header_logo
{
    height: 100%;
}
.header_logo .logo
{
    max-height: 80%;
}
.header_logo .logotext{
    color: #38292e;
    text-align: center;
    margin-left: 6px;
}
.header_logo .logotext .url{
    font-size: 17px;
}
.header_logo .logotext .webName{
    font-size: 32px;
    font-weight: bold;
}
/* header_logo end */

/* header_search */
.header_search{
  height: 100%;
}
.header_search .SearchCtrl_btn{
  position: relative;
  height: 32px;
  line-height: 30px;
}
.header_search .SearchCtrl_btn .searchType
{
    height: 100%;
    padding: 0 3px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.header_search .SearchCtrl_btn input[type = text]{
  box-sizing: border-box;
  width: 326px;
  height: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-indent: 1em;
}
.header_search .SearchCtrl_btn input[type = button]{
  width: 45px;
  height: 100%;
  color: #fff;
  border: 0;
  background: #4c4c4c url("../Images/search-img.jpg") no-repeat center center;
}
.header_search .SearchCtrl_btn .keyword{
  position: absolute;
  top: 38px;
  left: 61px;
}
.header_search .SearchCtrl_btn .keyword li
{
    float: left;
    font-size: 12px;
    color: #221815;
    margin-right: 10px;
    line-height: 1.5;
}
/* header_search end */


/* nav2 */
.nav2
{
    height: 47px;
    line-height: 47px;
    background: #976f87;
    overflow: hidden;
}
.nav2 li
{
    float: left;
    font-size: 19px;
    border-left: 1px solid #fff;
}
.nav2 li:first-child
{
    border: none;
    }
.nav2 a
{
    display: block;
    padding: 0px 35px;
    color: #fff;
}
.nav2 .on a, .nav2 li:hover a
{
    color: #520d37 !important;
}
/* nav2 end */

/* footer */
.footer
{
    background-color: #564064;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    color: #d0d0d4;
    text-align: center;
}
.footer a
{
    color: #d0d0d4;
}
.footer_logo 
{
    color: #fff;
    margin-right: 30px;
    padding-top: 0;
}
.footer_logo .logo{
    width: 155px;
    height: 84px;
}
.footer_logo .logotext{
    height: 84px;
    overflow: hidden;
    color: #d0d0d4;
}
.footer_logo .logotext .url
{
    font-size: 20px;
    padding-top: 16px;
}
.footer_logo .logotext .webName
{
    font-size: 28px;
    font-weight: bold;
}

.footer_list li{
  
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  border-left: 1px solid #fff;
  margin-left: 15px;
  padding-left: 23px;
}
.footer_list li:first-child{
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.f-line p
{
    margin-top: 10px;
    line-height: 1;
}
/* footer end */