﻿@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
a{color: #333;}
*:focus{outline:none;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.bx-1200{
    width: 1200px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 33px;
    background: url(/picture/0/2007171153121418195.jpg) no-repeat center center #e3e3e3;
}
.banner{
    width: 100%;
    height: 398px;
    background: url(/picture/0/2007171153121861393.jpg) no-repeat center center;
    margin-bottom: 30px;
}

.section1{
    margin-bottom: 30px;
}
/* 轮播图开始 */
.section1-lbt{
    width: 585px;
    height: 329px;
    float: left;
    background-color: #000;
}
.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}
/* 图片设置 */
.focusBox .pic img {
    width: 100%;
    display: block;
}
/* 文字提示设置 */
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.focusBox .txt li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
}

.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 24px;
  font-size: 15px;
  font-weight:400;
  text-decoration: none;
}
/* 圆点设置 */
.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 0px;
  height: 10px;
}

.focusBox .num li {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: #fff;
  margin-right: 10px;
}

.focusBox .num li a,
.focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

.focusBox .num li{
  z-index: 1;
  color: #fff;
}

.focusBox .num ul {
  width: 100%;
  height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
  background-color: #da3823;
}  
.focusBox .pic {
  position: relative;
}
/* 轮播图结束 */
.section1-nr{
    width: 585px;
    height: 329px;
}
.ty-bt{
    height: 40px;
    border-bottom: 1px solid #e00000;
    font-size: 20px;
    color: #ED0000;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 34px;
    line-height: 40px;
    background: url(/picture/0/2007171153120949012.jpg) no-repeat 5px center;
}
.ty-bt a{
    font-size: 18px;
    color: inherit;
}
.ty-nr{
    padding-top: 8px;
}
.ty-nr li{
    line-height: 35px;
    font-size: 15px;
    padding-left: 20px;
    background: url(/picture/0/1910241151112363533.png) no-repeat 5px center;
    padding-right: 20px;
}
.ty-nr li span{
    color: #999;
}

.section2{
    display: block;
    margin-bottom: 30px;
}
.section3-nr{
    width: 585px;
    height: 329px;
}
.section3-ts li{
    padding-right: 50px;
}

.footer{
    width: 100%;
    height: 92px;
    background-color: #d8ccc7;
    color: #fff;
    text-align: center;
    line-height: 92px;
    font-size: 18px;
    margin-top: 30px;
}