@charset 'utf-8';
body {width: 100%;height: 100%;background: url("../images/zjcy/bg.png") no-repeat top center;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:///F:/test/images/flashbg.jpg',sizingMethod='scale'); overflow-x: hidden;}
#header {
    width: 1200px;
    height: 760px;
    margin: 0 auto;
    background: none;
}
#header .go a {
    color: #ffffff;
    line-height: 36px;
    font-size: 18px;
}
#header .logo {
    margin-top: 106px;
}
.container {
    background: transparent;
}
.notice{ width:100%;position: relative;}
.notice .tab-hd .tab-nav {
    display: block;
}
.notice .tab-pal .more {
    position: absolute;
    right: 0;
    top: 2px;
    color: #a1a1a1;
    font-size: 16px;
}
.cy_list {
    margin-bottom: 50px;
}
.cy_list .tab-nav {
    height: 70px;
    padding-bottom: 33px;
    margin-bottom: 15px;
    position: absolute;
    z-index: 10;
    background: url("../images/zjcy/li-bg.png") top center;
}
.cy_list .tab-hd {
    height: 42px;
}
.cy_list .tab-nav li {
    width: 166px;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    position: relative;
    padding-left: 0;
    width: 165px;
    height: 70px;
    float: left;
    border-right: 2px solid #ffffff;
    cursor: pointer;
}
.cy_list .tab-nav li:last-child {
    border-right: none;
}
.cy_list .tab-nav li.on {
    color:#ffffff;
    border-right: none;
}
.cy_list .tab-nav li.on span {
    display: inline-block;
    width: 186px;
    height: 70px;
    background: url("../images/zjcy/on-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.cy_list .tab-bd {
    margin-top: 60px;
}
.cy_list .jj_con .fl {
    width: 745px;
}
.cy_list .jj_con .fl h3 {
    text-align: center;
    font-size: 22px;
	line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.cy_list .fl h3 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid#d2d2d2;
}
.cy_list .jj_con .fr {
	width: 375px;
	height: 210px;
}
.cy_list .jj_con p {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
}
.cy_list .jj_con p:last-child{
    margin-top: 16px;
}
.line {
    position: absolute;
    left: 0;
}
.point {
    width: 1155px;
    height: 515px;
    margin: 110px 0 60px;
    padding: 90px 50px 35px 35px;
    background: url("../images/zjcy/point-bg.png") center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.point li {
    float: left;
    width: 226px;
    margin-right: 25px;
}
.point li:last-child {
    margin-right: 0;
}
.point li img {
    width: 226px;
	height: 186px;
}
.point li h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 9px 0 29px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.point li p {
    font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.aid {
    width: 1155px;
    height: 350px;;
    padding: 97px 26px 46px 96px;
    background: url("../images/zjcy/aid-bg.png") center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 130px;
}
.aid .tab-nav {
    z-index: 5;
    height: 26px;
    padding-bottom: 42px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(169, 169, 169);
}
.aid .tab-hd {
    height: 42px;
    margin-bottom: 24px;
}
.aid .tab-nav li {
    display: inline-block;
    font-size: 22px;
	font-weight: bold;
    cursor: pointer;
    padding: 0 113px;
    height: 30px;
}
.aid .tab-nav li {
    padding-left: 0;
}
.aid .tab-nav li:last-child {
    padding-right: 0;
}
.aid .tab-nav li.on {
    font-weight: bold;
    position: relative;
    color:#0871c3;
}
.aid .tab-hd .tab-nav {
    display: block;
}
.aid .tab-bd .yz_list li {
    float: left;
    margin-right: 13px;
}
.aid .tab-bd .yz_list li:last-child {
    margin-right: none;
}
.aid .yz_list li img {
    width: 193px;
    height: 134px;
    border-radius: 4px;
}
@media (max-width: 768px) {
    body {
        background-size: contain; 
    }
    #header {
        width: 100%;
        height: auto;
    }
    #header .go {
        margin: 5px 12px;
    }
    #header .logo {
        width: 42%;
        margin-top: 90px;
    }
    .cy_list {
        margin-bottom: 20px;
    }
    .cy_list .tab-nav {
        height: auto;
        background: none;
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .cy_list .tab-nav::before {
        content: none !important;
    }
    .cy_list .tab-nav li {
        height: 55px;
        width: 49%;
        line-height: 55px;
        font-size: 18px;
        color: #ffffff;
        background: #4977bb;
        border-right: none;
    }
    .cy_list .tab-nav li.on {
        background: #bdc9e3;
    }
    .cy_list .tab-nav li.on span {
        display: none;
    }
    .cy_list .tab-hd {
        height: auto;
        margin-top: 25px;
    }
    .cy_list .tab-bd , .cy_list .tab-bd .fr {
        margin-top: 20px;
    }
    .cy_list .jj_con .fl {
        width: 100%;
    }
    .cy_list .tab-bd .fl , .cy_list .tab-bd .fr {
        float: none;
    }
    .point {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 30px 0 0;
        background: none;
    }
    .point li {
        width: 100%;
        float: none;
        margin: 25px 0;
        text-align: center;
    }
    .point li h3 {
        margin: 12px 0;
    }
    .point li p {
        text-align: left;
        text-indent: 2em;
    }
    .aid {
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
        margin: 35px 0 0;
    }
    .aid .tab-nav {
        border: none;
    }
    .aid .tab-nav li {
        font-size: 18px;
        padding: 0 15px;
    }
    .aid .tab-hd {
        height: auto;
    }
    .aid .tab-bd .yz_list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .aid .tab-bd .yz_list ul::before {
        content: none;
    }
    .aid .tab-bd .yz_list li {
        width: 48%;
        margin: 10px 0;
    }
    .aid .yz_list li img {
        width: 100%;
    }
    
}