*{
    margin: 0;padding: 0;list-style: none;
}
img {
    border: none;  
}
a{
    color: #333333;
    text-decoration: none;
}
.box{
    width: 100%;
    overflow: hidden;
}
.top{
    width: 100%;
    height: 32px;
    background-color: #e9e8e8;
}
.top-mid{
    width: 1200px;
    height: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.top-date{
    float: left;
}
.top-r{
    float: right;
}
.banner{ 
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
    display: block;
}
.head{
    width: 100%;
	height: 50px;
	background-color: #036deb;
}
.head ul{
    width: 1200px;
    margin: auto;
    height: 30px;
    padding-top: 10px;
}
.head ul li{
    float: left;
    width: 100px;
    height: 30px;
    padding: 0 35px;
    text-align: center;
    border-right: 1px solid #0355a5;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ffffff;
}
.head ul li a{
    color: #fff;
}
.head ul li:hover{
    background-color: #ffb51d;
    margin: 0 35px;
    padding: 0;
}
.main{
    width: 1200px;
    margin: 40px auto 55px;
    overflow: hidden;
}
/* banner */
.indexbanner {
    width: 560px;
    height: 425px;
    overflow: hidden;
    position: relative;
}
.titleImg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
}
.titleImg a{
    width: 70%;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banPic li,
.banPic {
    width: 560px;
    height: 425px;
}

.prevBtn,
.nextBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    z-index: 20;
}
.leftBtn,.rightBtn{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    z-index: 20;
}
.leftBtn{
    background: url(../images/icon_left.png) no-repeat;
    left: 5px;
}
.rightBtn {
    background: url(../images/icon_right.png) no-repeat;
    right: 5px;
}
.prevBtn {
    background: url(../images/icon_03.png) no-repeat;
    left: -30px;
}

.nextBtn {
    background: url(../images/icon_05.png) no-repeat;
    right: -30px;
}

.indexbanner:hover .prevBtn {
    left: 10px;
}

.indexbanner:hover .nextBtn {
    right: 10px;
}

.banPic ul {
    width: 100%;
}

.picNum {
    position: absolute;
    width: 15%;
    right: 0;
    bottom: 15px;
    text-align: center;
    z-index: 111;
}

.picNum li {
    float: left;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #d9d9d9;
}

.picNum li.on {
    background-color: #cc0000;
}

.indexbanner li a img {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
}
.main-r{
    height: 425px;
    width: 620px;
    float: right;
}
.r-top{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #b7b7b7;
    color: #036dea;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
}
.r-top p{
    background: url(../images/line_03.png) no-repeat;
    width: 108px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.r-mid{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #b7b7b7;
}
.r-title{
    text-align: center;
    color: #ff1313;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
}
.r-detail{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
}
.r-detail a{
    color: #cc0000;
}
.r-list{
    width: 100%;
}
.r-list li{
    border-bottom: 1px dashed #999899;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    background: url(../images/dot_03.png) no-repeat left;
    padding-left: 12px;
}
.r-list li:hover{
    color: #036eed;
}
.r-list li span{
    float: right;
    color: #666666;
}
.news{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.news-part{
    width: 300px;
    height: 362px;
    float: left;
    margin-right: 25px;
}
.n-top{
    width: 300px;
    height: 45px;
    border-bottom: 1px solid #b7b7b7;
    color: #036dea;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
}
.n-top p{
    background: url(../images/line_03.png) no-repeat;
    width: 108px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.n-top a{
    color: #333333;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 46px;
}
.n-list{
    width: 100%;
}
.n-list li{
    border-bottom: 1px dashed #999899;
    line-height: 44px;
    font-size: 14px;
    letter-spacing: 2px;
    background: url(../images/dot_03.png) no-repeat left;
    padding-left: 12px;
}
.n-list li:hover{
    color: #036eed;
}
.n-list li span{
    float: right;
    color: #666666;
}
.news-lm{
    width: 234px;
    height: 361px;
    float: left;
    background-color: #f8f8f8;
}
.news-lm i{
    width: 6px;
    height: 20px;
    background-color: #186ec1;
    display: block;
    float: left;
    margin: 15px 10px 10px;
}
.news-lm p{
    font-size: 24px;
    letter-spacing: 2px;
    color: #036dea;
    padding-left: 25px;
    line-height: 40px;
    padding-top: 5px;
}
.news-imgbox{
    width: 214px;
    height: 285px;
    margin: 20px auto;
}
.news-imgbox img{
    margin-bottom: 20px;
}

.lj{
    width: 1200px;
    height: 57px;
    border-top: 1px solid #0062d5;
    border-bottom: 1px solid #0062d5;
    margin:0 auto 80px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 57px;
}
.lj a{
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
}

.bottom{
    width: 100%;
    height: 102px;
    background-color: #0062d5;
    text-align: center;
    color: #fff;
}
.bottom span{
    float: left;
    line-height: 102px;
    padding-left: 8px;
}

#box1 img{ margin: auto;
    display: block;
    width: 214px;
    height: 82px;}
    #box2 img{ margin: auto;
    display: block;
    width: 214px;
    height: 82px;}
    .box3{
      width: 214px;
      height: 82px;
      text-align: center;
      color: #333333;
      margin-bottom: 20px;
    }



    .news-sk{
        height: 255px;
        width: 200px;
        margin: 30px auto;
        position: relative;
    }
    .news-sk span{
        color: #036dea;
        font-size: 18px;
        line-height: 30px;
    }
  
    .title1{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
    }
    .title1 a{
        color:#036dea;
        display: block;
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }
    .banPic1 li,
    .banPic1 {
        width: 100%;
        height: 255px;
        margin: auto;
    }
    .banPic1 li a{
        display: flex;
        justify-content: center;
    }
    .prevBtn,
    .nextBtn {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 46%;
        z-index: 20;
    }
    
    .prevBtn {
        background: url(../images/icon_03.png) no-repeat;
        left: -2px;
    }
    
    .nextBtn {
        background: url(../images/icon_05.png) no-repeat;
        right: -15px;
    }
    
    .indexbanner:hover .prevBtn {
        left: 10px;
    }
    
    .indexbanner:hover .nextBtn {
        right: 10px;
    }
    
    .banPic1 ul {
        width: 100%;
    }
    
    .picNum {
        position: absolute;
        width: 15%;
        right: 0;
        bottom: 15px;
        text-align: center;
        z-index: 111;
    }
    
    .banPic1 ul li a img {
        display: block;
        width: 75%;
        height: 210px;
        position: relative;
    }
    .wookTop{
        float: left;
        font-size: 16px;
    }


    .fixediv {
        position: fixed;
        top: 100px;
        z-index: 100;
        right: 10px;
        width: 100px;
        height: auto;
    }
    .fixediv a.close {
        width: 41px;
        height: 14px;
        float: right;
        margin-bottom: 5px;
    }
    .fixediv img {
        float: left;
    }
    .fixediv .app2 img {
        width: 102px;
        height: auto;
        margin-bottom: 6px;
    }