*{
    margin: 0;
    padding: 0;
    outline:none;
    border: 0;
    font-family:sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*:focus {
    outline:none;
}
a {
    text-decoration: none;
    color:#3e3e3e
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    pointer-events: none;
}
img[src=""],img:not([src]){
    opacity:0;
}
button,input,optgroup,select,textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
}

body{
   background:  url(banner.png) top center no-repeat;
   background-color: #f5f5f5;
}


.all{
    width: 100%;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}

main.all{
    margin-top: 488px;
}





/*主体部分*/

.p28{
    padding:28px;
}
.ztjs{
    width: 1200px;
    background: #fff;
    border-radius: 8px;
    border:1px solid #FFD743;
    position: relative;
}
.ztjs-box .ztjsx{
     background: url(ztjsx.png) top 30px center no-repeat;
     text-align: center;
     line-height: 60px;
}

.ztjs-box span{
    font-size: 24px;
    color: #E49A12;
    font-weight: bold;
    font-family: MicrosoftYaHei;
}

.ztjs-text p{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 2em;
}

/*视频标题*/
.sptop{ background-color:#fff; margin-top:40px;}
.sptop ul{ padding:30px 0 18px 30px;}
.sptop ul li { float:left; width:220px; margin-right:12px; margin-bottom:12px;}
.spwz{ color:#333333; font-size:16px; line-height:32px; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; text-align:center;}


/*新闻*/

.wh{
    width: 380px;
    /*height: 290px;*/
    background: #fff;
    border:1px solid #f3f3f3;
    border-radius: 8px;
    margin:30px 0;
}
.p26{
    padding:26px;
}
.news{
    display: flex;
    justify-content: space-between;
}

.wjtz-box .title{
    background: url(wjtz.png) left 5px no-repeat;
    border-bottom: 2px solid #f4f4f4;
}
.mtjj-box .title{
    background: url(mtjj.png) left 5px no-repeat;
    border-bottom: 2px solid #f4f4f4;
}
.wjtz-box .title span,.mtjj-box .title span{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-left: 40px;
    display: block;
    padding-bottom: 15px;
}
.box-list{
    margin-top: 10px;
}
.box-list li{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-list li a{
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.box-list li a:hover{
    color: #E49A12;
}
.box-list li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #333;
}
.ewm-box{
    width: 300px;
    margin-left: 40px;
    margin-top: 80px;
   
}
.ewm-box img{
    width: 130px;
    float: left;
}
.ewm-list{
    display: flex;
    justify-content: space-around;
}















/*end 主体部分*/






/*底部*/

footer{
    width: 100%;
    overflow: hidden;
    background: #d62931;
    color: #fff;
}
.footer-text{
    width: 583px;
    padding:58px 0;
    margin:auto;
    text-align: center;
}
.footer-text span{
    font-size: 16px;
    line-height: 32px;
    color: #fff;

}


/*end 底部*/




