/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: #EDEDED;
    min-width: 1280px;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #b00000;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
/*通用样式*/

.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}
/*slide*/
.slider{
    width: 100%;
    min-width: 1200px;
    margin:0 auto;
}
.slideBox{
    width:100%;
    height: 243px;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100px;
    bottom:10px;
    left:46%;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
	float:left;
	display: block;
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd{
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.slideBox .bd li{
    min-width: 1200px;
    zoom:1;
    vertical-align:middle;
}
/*.slideBox .bd li a{*/
    /*display: block;*/
    /*width: 100%;min-width: 1200px;*/
    /*height: 243px;*/
/*}*/
.slideBox .bd img{
    display:inline-block;
    width: 100%;
    height: 243px;
}

.main{
    margin: 30px;
}
/*左侧导航*/
.aside{
    width: 262px;
    background: #F5F5F5;
    position: relative;
    min-height: 700px;
}
.aside p{
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: #b00000;
    font-size: 18px;
    border-top: 10px solid #b00000;
    background: #E2E2E2;
    margin-top: -10px;
}
.aside ul{padding-bottom: 280px;}
.aside ul li{
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #C0C0C0;
}
.aside ul li a{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    /*border-bottom: 1px solid #fff;*/
    box-sizing: border-box;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    color: #b00000;
}
.aside ul li img{
    visibility: hidden;
    position: absolute;
    top: 22px;
    right: 40px;
}
.aside ul li.on img{
    visibility: visible;
}
.aside .img{
    position: absolute;
    bottom: 0;
}

.detail{
    width: 938px;
    min-height: 700px;
    box-sizing: border-box;
    background: #fff;
}
.detail .position{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CFCFCF;
	 margin:0 30px;
}
.detail .position h3 span{
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #b00000;
}
.detail .position p{
    color:#666;
}
.detail .position a{
    color:#666;
}
.detail .position a:hover{
    color:#b00000;
}
.detail>ul{
    margin: 15px 30px;
}
.detail>ul>li{
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px dotted #999;
}
.detail>ul>li i{
    position: absolute;
    width: 14px;
    height: 8px;
    top:16px;
    left: 0;
    background: url("../images/arrow.png") no-repeat center;
}
.detail>ul>li a{
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail>ul>li span{
    color: #666;
	 position:absolute;
	 right:3px;
}

.detail .content{
    padding: 20px 30px;
    text-indent: 2em;
}
.detail.wd{
    width: 100%;
    border-top: 5px solid #b00000;
}

.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.caption div span{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}
.content p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    margin: 15px 0;
}
.content p.img{
    text-align: center;
}

.imgList{
    margin: 15px 30px;
}
.imgList ul li{
    float: left;
    width: 33%;
    text-align: center;
    margin: 20px 0;
}
.imgList ul li .img{
    height: 200px;
}
.imgList ul li .img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #E3E3E3;
    transition: all .3s;
}
.imgList ul li .img:hover img{
    border: 5px solid #b00000;
    transform: scale(1.1);
}
.imgList ul li>a{
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0;
    padding: 5px 0;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
}
.imgList ul li>a:hover{
    color: #b00000;
}
.content p{text-indent:0;text-align:justify}
.detail .content{text-indent:0;text-align:justify}


