@charset 'utf-8';

a{
    color: #333333;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
/*header*/
.cyzq_header{
    width: 100%;
    height: 110px;
    padding-top: 4px;
    box-sizing: border-box;
}
.cyzq_header .cyzq_banner{
    width: 1230px;
    margin: 0 auto;
}
.cyzq_header .cyzq_banner a{
    display: inline-block;
}
.cyzq_header .cyzq_banner a:nth-child(1) img{
    width: 440px;
}
.cyzq_header .cyzq_banner iframe{
    float: right;
}


/*当前位置*/
.dw{
    line-height: 40px;
    font-size: 13px;
    background: #f7f7f7;
}
.dw .w1200{
    background: url(currentPosition.png) no-repeat left 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.dw .w1200 a:hover {
    color: #006eab;
}


/*中间部分*/
.cent{
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 30px
}
.cent .cLeft{
    float: left;
    width: 300px;
    min-height: 588px;
    background-color: #f7f7f7;
}
.cent .cRight{
    float: right;
    width: calc(100% - 300px - 30px);
    min-height: 588px;
    background-color: #f7f7f7;
    padding-bottom: 22px
}
.cent .list h2{
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    background-color: #4994da;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #4994da
}
.cent .list .list_inf{
    height: 0;
    overflow: hidden;
    transition: height .2s ease-in-out
}
.cent .list ul{
    padding: 25px;
    box-sizing: border-box;
}
.cent .list ul li a{
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #e3e3e3;
    background: url(col.png) no-repeat left 18px;
    padding-left: 20px;
    color: #333333;
}
.list ul li.active a{
    background: url(colActive.png) no-repeat left 18px;
    color: #4994da;
}


.cent .hd{
    background: #cccccc;
    font-size: 0;
    font-weight: bold;
    padding: 0 22px;
}
.cent .hd a{
    display: inline-block;
    color: #333333;
    font-size: 17px;
    line-height: 48px;
    padding: 0 25px;
}
.cent .hd a.active{
    background: #ffffff;
    border-top: 2px solid #4994da;
}
.cent .inf{
    padding: 0 22px;
    box-sizing: border-box;
    height: calc(100% - 50px)
}
.cent .inf a{
    display: block;
    width: 183px;
    height: 52px;
    line-height: 52px;
    margin: 22px 30px 0 0px;
    display: block;
    font-size: 16px;
    background-color: #ffffff;
    color: #2B2F32;
    -webkit-box-shadow: 0 0 12px 0 rgb(68 138 240 / 10%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
    float: left;
    text-align: center;
}
.cent .inf a:nth-child(4n){
    margin-right: 0;
}
.cent .inf a:hover{
    background: #448AF0;
    color: #ffffff;
}



















