body {
    width: 100%;
}
body {
    margin:0px auto;
    padding:0px;
    font-size:14px;
    color:#333;
    font-family:"微软雅黑", Verdana, Arial, sans-serif;
}
form, p, h1, h2, h3, h4, h5, h6 {
    margin:0px;
    padding:0px;
    font-weight:normal;
}
img {
    margin:0px;
    padding:0px;
    border:0px;
}
ul, li {
    margin:0px;
    padding:0px;
    list-style-type:none;
}
/*table{border-collapse:collapse;}*/
input, select {
    margin:0px;
    padding:0px;
    vertical-align:absmiddle;
    outline:none;
}
a {
    text-decoration:none;
    color:#333;
    outline: none;
}
a:hover {  text-decoration:none; }
.clear {
    float:none;
    clear:both;
    height:0px;
    line-height:0px;
}
.w1200 {
    width: 1200px;
    margin:0px auto;
}
.header{
    background:url("../images/pageheadbg.jpg") repeat-x;
    height: 150px;
}
.header .headerContent{
     width: 1200px;
    height: 100px;
    margin: 0px auto;
}
.header .logo{
    width: 360px;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.header .logo img{
    width: 350px;
}
.header .nav{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    background-color: rgba(108,16,8,0.8);
    /*background-color: #6c1008; */
}
.header .nav a{ color: white; display: block}
.header .nav ul{
    width: 80%;
    min-width: 1200px;
    margin: 0px auto;
}
.header .nav ul li{
    display: block;
    width: 9%;
    text-align: center;
    float: left;
    transition: 0.2s;
    position: relative;
}
.header .nav ul li:hover{
   font-size: 17px;
    background-color: #590c05;
}
.header .nav ul li:hover a{
    color: white;
}

.header .nav ul li ol{
    display: none;
    z-index: 9999;
    width: 150px;
    background-color: #590c05;
}
.header .nav ul li ol li{
    display: block;
    width: 100%;
    background-color: #590c05;
    text-align: left;
    font-size: 15px;
}
.pageImages{
    width: 100%;
    height: 300px;
    background: url("../images/ppt111.jpg") center bottom no-repeat;
    z-index: 1;
}
.pageImages .tips{
    display: none;
    width: 80%;
    min-width: 1200px;
    margin: 0px auto;
    padding-top: 200px;
}

.pageImages .tips h1{
    font-weight: bold;
    width: 268px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius:   50px  ;
    letter-spacing: 4px;
    background: rgba(2,153,63,0.9);
}
.pageImages .tips span{
    display: none;
    width: 80%;
    min-width: 1200px;
    margin: 0px auto;
    color: #5b0101;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px;
    background: rgba(255,255,255,0.9);
}

.pageContent{
    width: 80%;
    min-width: 1200px;
    min-height: 1000px;
    margin: 10px auto;
}
.pageContent .pageleft{
    width: 22%;
    min-height: 500px;
    float: left;
    border-right: 5px solid #6c1008;
}
.pageContent .pageleft h1{
    width: 100%;
    height: 88px;
    line-height: 88px;
    color: white;
    background-color: #6c1008;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.pageContent .pageleft ul{
    display: block;
    width: 90%;
    margin: 10px auto;
}
.pageContent .pageleft ul li{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #ccc;
    text-indent: 1em;
    font-size: 16px;
    transition: 0.2s;
}

.pageContent .pageleft ul li a{
    display: block;
}
.pageContent .pageleft ul .active{
    border-bottom: 1px solid #5b0101;
    font-size: 18px;
    font-weight: bold;
}
.pageContent .pageleft ul .active a{
    color: #5b0101;
    font-weight: bold;
}
.pageContent .pageleft ul li:hover{
    font-size: 18px;
    border-bottom: 1px dotted #5b0101;
}
.pageContent .pageleft ul li:hover a{
    color: #5b0101;
}

.pageContent .pageRight{
    width: 76%;
    min-height: 500px;
    float: right;
}
.pageContent .pageRight .pageTips{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #5b0101;
    overflow: hidden;
}
.pageContent .pageRight .pageTips h1{
    display: block;
    width: 40%;
    float: left;
    text-indent: 1.5em;
    color:  #5b0101;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.pageContent .pageRight .pageTips span{
    display: block;
    float: right;
    width: 40%;
    line-height: 70px;
    text-align: right;
    padding-right: 20px;
    font-size:15px;
}
.pageContent .pageRight .infoList{
    width: 99%;
    margin: 10px auto;
}
.pageContent .pageRight .infoList ul{
    display: block;
    width: 99%;
    margin: 10px auto;
}
.pageContent .pageRight .infoList ul li{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size:15px;
    border-bottom: 1px dotted #ccc;
}
.pageContent .pageRight .infoList ul li span{
    display: block;
    width: 85%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
}
.pageContent .pageRight .infoList ul li i{
    display: block;
    width: 13%;
    float: right;
    text-align: center;
    font-style: normal;
    color: #666666;
}
.pageContent .pageRight .infoList ul li:last-child{
    border: 0px;
}
.pageContent .pageRight .byyxList{
    width: 99%;
    margin: 10px auto;
}
.pageContent .pageRight .byyxList ul{
    display: block;
    width: 100%;
}
.pageContent .pageRight .byyxList ul li{
    display: block;
    width: 100%;
}

.pageContent .pageRight .byyxList ul li div{
    display: block;
    width: 265px;
    height: 205px;
    border: 1px solid #ccc;
    float: left;
    margin:10px;
    border-radius: 5px;
}
.pageContent .pageRight .byyxList ul li div img{
    display: block;
    width: 245px;
    height: 160px;
    margin: 10px auto;
}
.pageContent .pageRight .byyxList ul li div span{
    width: 245px;
    display: block;
    margin: 5px auto;
    line-height: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    color: #666;
}
.pageContent .pageRight .byyxList ul li div{}


.page{
    width:95%;
    margin:0px auto;
    height:65px;
    line-height:65px;
    text-align:right;
}
.page i{
    font-style:normal;
    padding:0px 4px;
}
.page span{
    padding:0px 15px;
    font-weight:bold;
}
.page a{
    padding:6px 20px;
    background-color:#6c1008;
    margin-right:10px;
    border-radius:2px;
    color:#FFF;
    font-size:12px;
    text-decoration:none;
}
.page a:hover{ background-color:#5b0101;}

.pageContent .pageRight .infoList ul a:hover{
    color: #5b0101;
}
.pageContent .pageRight .articleContent{
    width: 98%;
    margin: 10px auto;
}
.pageContent .pageRight .articleContent .articleHead{
    width: 98%;
    margin: 20px auto;
    text-align: center;
}
.pageContent .pageRight .articleContent .articleHead h1{
    padding: 15px 0px;
    font-size:28px;
    margin-top: 15px;
}
.pageContent .pageRight .articleContent .articleHead h5{
    font-size: 15px;
    text-align: right;
    color: #999;
    margin-top: 20px;
    padding-right: 50px;
}
.pageContent .pageRight .articleContent .articleCon{
    width: 98%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
}
.pageContent .pageRight .articleContent .articleCon p{
    margin-top: 15px;
}
.pageContent .pageRight .articleContent .articleCon img{
    max-width: 90%;
}
.footer{
    background:url("../images/footerbg.jpg");
    height: 400px;
}
.footer .footerContent{
    max-width: 80%;
    min-width: 1200px;
    height: 400px;
    margin: 0px auto 0px auto;
    padding-top: 88px;
}
.footer .footerContent .left{
    width: 60%;
    float: left;
}
.footer .footerContent .left .title{
    border-bottom: 1px solid #fff;
    height: 55px;
    overflow: hidden;
}
.footer .footerContent .left .title h1{
    font-size:22px;
    color: white;
    background:none;
    line-height: 68px;
}


.footer .footerContent a{color: white}
.footer .footerContent ul{
    display: block;
    width: 49%;
    margin: 10px auto;
    float: left;
}
.footer .footerContent .left ul li{
    display: block;
    line-height: 30px;
    width: 50%;
    float: left;
}
.footer .footerContent ul{}
.footer .footerContent ul{}
.footer .footerContent .right{
    width: 39%;
    float: right;
    padding-top: 50px;
}
.footer .footerContent .right ul{
    display: block;
    width: 100%;
}
.footer .footerContent .right ul li{
    width: 30%;
    margin: 1%;
    float: left;
}
.footer .footerContent .right ul li img{
    width: 90%;
    border-bottom: 1px dotted #e7e6e6;
}
.footer .footerContent .right ul li div{
    width: 90%;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: -5px;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.bottom{
    background-color: #5b0101;
    height: 55px;
    color: white;
    text-align: center;
    line-height: 55px;
}
.bottom a{
    color: white;
}
