/* 在线字体图标库 */
@font-face {
  font-family: 'iconfont';  /* project id 1357158 */
  src: url('//at.alicdn.com/t/font_1357158_9pjvd2fap9l.eot');
  src: url('//at.alicdn.com/t/font_1357158_9pjvd2fap9l.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1357158_9pjvd2fap9l.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1357158_9pjvd2fap9l.woff') format('woff'),
  url('//at.alicdn.com/t/font_1357158_9pjvd2fap9l.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1357158_9pjvd2fap9l.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;}
/*css reset 初始化*/
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  /*所有的元素采用内减模式*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 13px; max-width:1920px;
  color: #333;
  font-family: 'Arial', 'SimHei', 'Microsoft Yahei', 'Times New Roman', Times, serif;
  /*后面都是备胎*/
}
ul,
ol {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  color: #333;
}
input {
  border: none;
  /*去除边框*/
  outline: none;
  /*去除轮廓线*/
  -webkit-appearance: none;
  /*去除 表单在移动端 阴影 立体 效果 */
}
/*css common 公共样式*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.active{
  background: #c60000;
}
.container{
  width: 1100px;
  margin: 0 auto;
}
    /*.container img { max-width:100%;
    }*/
#header .header_wrapper{
  position:absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  top: 0;
  left: 0; 
  z-index: 999;
}
#header #logo{
  background: url('/skin/index/logo2.png'); background-size:cover;
  width: 196px;
  height: 35px;
  margin-top: 30px;
}
#header #nav {
  width: 692px;
}

#header #nav li{
  float: left;
  height: 92px;
  width: 110px;
  line-height: 92px;
  text-align: center;
}
#header #nav li:hover{
  float: left;
  background-color: #c60000;
  height: 92px;
  width: 110px;
  line-height: 92px;
  text-align: center;
}
#header #nav li:hover .about_category{
 display: block;
}
#header #nav li a{
  display: inline-block;
  width: 100%;
  height: 100%;
 font-size: 18px;
 color:#fff;
}
    #header #nav li:hover a { color:#fff;
    }

#header #nav .about_category{  background: #d03d45;
  display: none; margin-top:-2px;
  padding:0px 0px 8px 0px; 
  width: 110px;
}
#header #nav .about_category li{
 background: #d03d45;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  color: #fff;
}

    #header #nav .about_category li a { font-size:16px; 
    }

#header #nav .about_category li:hover {
  width: 100%;
  cursor: pointer;

}
#header #nav .about_category li:hover a{
  width: 100%;
  color: #000!important; color:#fff;

}






#NcBanner {  width:100%;   height:600px; position:relative;  margin:0px auto;
        }

        #Bannerchange { width:100%;  height:600px; 
        }
            #Bannerchange div { display:none; padding:0px; margin:0px; width:100%; height:600px;  position:absolute;
                                 background-repeat:no-repeat; background-size:cover; background-position:center center;

            }


#bannerbiao { position:absolute;  top:575px; z-index:999;  width:100%; background-color:#333; opacity:0.8;  display:block; text-align:center;
}
    #bannerbiao table {   padding:0px;  border-collapse:collapse;  text-align:center;   margin:auto;
                       
    }
    #bannerbiao table tr {  margin:0px; padding:0px;
    }
        #bannerbiao table tr td { width:25px; height:25px;  padding:5px;   cursor:pointer; background-image:url(/skin/dotx.png); background-repeat:no-repeat;
        }
