﻿a{
text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.logo{
    position: absolute;
}
.logo img {
    height: 60px;
    margin: 55px 0 0 120px;
}
.title{
    width: 1200px;
    margin: 0 auto;
    height: 94px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
}
.top{
    height: 398px;
    background: url(../images/gknew-bg.jpg) center no-repeat;
}
.part-wrap{
    width: 1200px;
    margin: 0 auto;
}
.zdyj{
    text-align: center;
    box-shadow: 0 0 1.5rem rgba(9,41,77,.12);
    transition: all .3s ease;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.zdyj h1 {
    font-size: 33px;
    font-weight: 500;
    line-height: 60px;
    padding-top: 10px;
}
.zdyj p a {
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    font-size: 28px;
}
.zdyj span {
    display: block;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
}

.part{
    overflow: hidden;
    margin-bottom:20px;
}   
.part-tit{
    text-align: center;   
    position: relative;
}
.part-tit img{
    margin-top: 35px;
    margin-bottom: 20px;
    user-select: none;
    width: 100%;
}

.part-Notice{
    margin-top: 20px;
    padding: 0 20px;    
}

.part-Notice li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #ccc;
    font-size: 17px;
    background: url(../images/dot.png) no-repeat 0 center;
    padding-left: 10px;
}
.part-Notice li a{
    color: #333;
}
.part-Notice li a:hover{
    color:#af1111 ;
}




.part-tit div{
    position: absolute;
    width: 200px;
    line-height: 40px;
    font-size: 24px;
    color: #af1111;
    top: 15px;
    left: 501.5px;
}

.part-cont{
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
}

.part-cont li{
    width: 24.2%;
    height: 78px;
    text-align: center;
    line-height: 78px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px #e6e6e6 solid;
    box-sizing: border-box;
    /* background-color: #f6fcff; */
    transition: all 1s;
    border-radius: 5px;

}
.part-cont li:nth-child(4n+0){
    margin-right: 0;
}   
.part-cont li a{
    display: block;
    font-size: 17px;
    color: #333;
    width: 100%;
    transition: all 1s;
}
.part-cont li:hover{
    border: 1px #cc6666 solid;
}
.part-cont li a:hover{
    color: #cc3333;
}


/* 底部 footer */
.footer{
    width: 100%;
    margin-top: 3px;
    border-top: 3px solid #CB1610;
}
.footer-head{
    height: 130px;
    margin: 0 auto;
    background: #FFFFFF;
}
.footer-foot{
    width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
}
.footer-foot1,
.footer-foot2,
.footer-foot3{
    float: left;
    margin-top: 20px;
}
.footer-foot2 p img{
    width: 15px;
    height: 15px;
}
.footer-foot1 img{
    width: 90px;
    height: 95px;
}
.footer-foot2 p{
    margin-top: 6px;
    font-size: 14px;
    margin-left: 15px;
}
.footer-foot3{
    margin-left: 30px;
    margin-top: 35px;
    width: 110px;
    border: 1px solid red;
    border-radius: 5px;
}
/* 底部 */
.mfooter{ display:none;}
.mfooter{
    width: 100%;
    background-color: #eae9e9;
    padding: 0.2rem 0.05rem 0.1rem 0.05rem;
    box-sizing: border-box;
    height: 1.2rem;
}
.mfooter p{
    font-size: 0.22rem;
    /* line-height: 0.28rem; */
    margin-bottom: 0.05rem;
}
.mfooter p a{
    font-size: 0.22rem;
}