body{
    background: #EBEBEB;
}

.yxls-wrap{
    position: relative;
    width: 100%;
    height: 1375px;
}
.yxls-wrap .imgchange{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.yxls-wrap .imgchange img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}
.yxls-wrap .imgchange img.active{
    opacity: 1;
    transition: all 0.5s;
}
.yxls-wrap .dsj-wrap{
    position: absolute;
    width: 100%;
    height: 1003px;
    bottom: 0;
    background: url(../images/dsjbg.png) no-repeat;
}
.dsj-wrap .container{
    position: relative;
    height: 100%;
}
.dsj-wrap .container .title{
    position: absolute;
    right: 50px;
    top: 45%;
    margin-top: -83px;
    width: 166px;
    height: 166px;
}
.dsj-wrap .container .title img{
    width: 100%;
    height: 100%;
}
.dsj-wrap .container .content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.dsj-wrap .container .content .btn{
    position: absolute;
    top: 24%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.dsj-wrap .container .content .btn.prev{
    left: 0;
}
.dsj-wrap .container .content .btn.next{
    right: 0;
}
.dsj-wrap .container .content .dsjlist{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 83%;
    height: 410px;
}
.dsj-wrap .container .content .dsjlist ul{
    position: absolute;
    width: 1000%;
    height: 100%;
    
}
.dsj-wrap .container .dsjlist ul li{
    float: left;
    padding: 0 30px;
    width: 248px;
    height: 100%;
    background: url(../images/ml_bg.png) no-repeat 0 68px;
    background-size:100% auto;
}
.dsj-wrap .container .dsjlist ul li:hover img{
    transform: scale(1.05);
}
/* .dsj-wrap .container .dsjlist ul li + li{
    margin-left: 197px;
} */
.dsj-wrap .container .dsjlist ul li .time{
    text-align: center;
    color: #2A3C54;
}
.dsj-wrap .container .dsjlist ul li .time .year{
    width: 100%;
    font-size: 30px;
}
.dsj-wrap .container .dsjlist ul li .time .yr{
    width: 100%;
    font-size: 20px;
}
.dsj-wrap .container .dsjlist ul li .dot{
    margin: 15px auto;
    width: 22px;
    height: 22px;
    background: url(../images/dot1.png) no-repeat;
}
.dsj-wrap .container .dsjlist ul li:hover .dot{
    background-image: url(../images/dot2.png);
}
.dsj-wrap .container .dsjlist ul li .imgbox{
    margin: 15px auto;
    width: 100%;
    height: 118px;
}
.dsj-wrap .container .dsjlist ul li .imgbox img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.dsj-wrap .container .dsjlist ul li .contitle{
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dsj-wrap .container .dsjlist ul li .coninfo{
    width: 100%;
    height: 80px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.yxls-wrap .jdbox{
    position: absolute;
    left: 0px;
}
.yxls-wrap .jdbox > div{
    float: left;
    width: 218px;
}
.yxls-wrap .jdbox > div + div{
    margin-left: 10px;
}
.yxls-wrap .jdbox > div .info{
    padding: 0 22px;
    width: 100%;
    height: 200px;
}
.yxls-wrap .jdbox > div .imgbox{
    width: 100%;
    height: 150px;
}
.yxls-wrap .jdbox > div .imgbox img{
    width: 100%;
    height: 100%;
}
.yxls-wrap .jdbox > div .imgbox img + img{
    display: none;
}
.yxls-wrap .jdbox > div.active .imgbox img{
    display: none;
}
.yxls-wrap .jdbox > div.active .imgbox img + img{
    display: block;
}
.yxls-wrap .jdbox > div.active .info{
    height: 388px;
}
.yxls-wrap .jdbox > div.active .imgbox{
    height: 250px;
}
.yxls-wrap .jdbox > div .info .contitle{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.yxls-wrap .jdbox > div .info .contitle + p{
    line-height: 24px;
}
.yxls-wrap .jdbox .bdlg .info{
    background: url(../images/bdlg1.png) no-repeat;
    background-position: bottom;
}
.yxls-wrap .jdbox .bdlg.active .info{
    background: url(../images/bdlg2.png) no-repeat top center;
}
.yxls-wrap .jdbox .bdlg .info .contitle a{
    color: #D39437;
}
.yxls-wrap .jdbox .nmc .info{
    background: url(../images/nmc1.png) no-repeat;
}
.yxls-wrap .jdbox .nmc .info .contitle a{
    color: #27A5C1;
}
.yxls-wrap .jdbox .nmc.active .info{
    background: url(../images/nmc2.png) no-repeat top center;
}
.yxls-wrap .jdbox .dzs .info{
    background: url(../images/dzs1.png) no-repeat;
}
.yxls-wrap .jdbox .dzs.active .info{
    background: url(../images/dzs2.png) no-repeat top center;
}
.yxls-wrap .jdbox .dzs .info .contitle a{
    color: #D13434;
}

.lsgk-wrap{
    width: 100%;
    height: 1610px;
    background: url(../images/lsgk.png) no-repeat center;
}
.lsgk-wrap .lsgk{
    position: relative;
    z-index: 2;
    margin: 30px auto;
    width: 1572px;
    height: 490px;
    background: url(../images/gkbg.png) no-repeat center;
}
.lsgk-wrap .lsgk .img{
    position: absolute;
}
.lsgk-wrap .lsgk .img1{
    top: -200px;
    left: 200px;
}
.lsgk-wrap .lsgk .img2{
    bottom: -20px;
    left: -50px;
    z-index: -1;
}
.lsgk-wrap .lsgk .img3{
    right: 10px;
    bottom: -50px;
}
.lsgk-wrap .lsgk .gk{
    left: 80px;
    top: 50px;
}
.lsgk-wrap .lsgk .content{
    padding: 50px 130px 0 665px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 2px;
    background: url(../imageslsbg.png) no-repeat 155px 65px;
}
.lsgk-wrap .lsgk .content p{
    text-indent: 2em;
}

.lsyg-wrap{
    position: relative;
    margin: 0 auto;
    padding: 30px;
    width: 1572px;
    height: 500px;
}
.lsyg-wrap > div{
    position: absolute;
    padding: 35px 30px;
    width: 266px;
    height: 477px;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.lsyg-wrap > div:hover{
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
}
.lsyg-wrap > div .title{
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 24px;
    
}
.lsyg-wrap > div .content{
    margin-top: 80px;
    width: 100%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
}
.lsyg-wrap .lsyg{
    background: url(../images/lsygbg.png) no-repeat center/cover;
}

.lsyg-wrap .zrdl{
    top: 250px;
    left: 326px;
    background: url(../images/zrdlbg.png) no-repeat center/cover;
}
.lsyg-wrap .lsrk{
    top: 0;
    left: 650px;
    background: url(../images/lsrkbg.png) no-repeat center/cover;
}
.lsyg-wrap .xzqh{
    top: 250px;
    right: 326px;
    background: url(../images/xzqhbg.png) no-repeat center/cover;
}
.lsyg-wrap .czjr{
    right: 0;
    background: url(../images/czjrbg.png) no-repeat center/cover;
}
.lsyg-wrap .lsyg .title{
    color: #7C6219;
}
.lsyg-wrap .zrdl .title{
    color: #4A753C;
}
.lsyg-wrap .lsrk .title{
    color: #854925;
}
.lsyg-wrap .xzqh .title{
    color: #890F1D;
}
.lsyg-wrap .czjr .title{
    color: #33527A;
}
.lsly-wrap{
    margin: 30px auto;
    padding: 30px;
    width: 1500px;
    height: 500px;
    background-color: #fff;
}
.lsly-wrap > div{
    float: left;
    position: relative;
}
.lsly-wrap .lylogo{
    position: relative;
    left: -50px;
    width: 310px;
    height: 478px;
    opacity: 0;
}
.lsly-wrap .lswh{
    margin-top: 20px;
    padding: 30px 20px;
    width: 100%;
}
.lsly-wrap .lswh .contitle{
    font-size: 16px;
    font-weight: bold;
}
.lsly-wrap .lswh .coninfo{
    margin-top: 20px;
    line-height: 28px;
}
.lsly-wrap .lswh .coninfo a{
    color:red;
}
.lsly-wrap .lsly{
    margin-left: 30px;
    left: 50px;
    width: 1100px;
    opacity: 0;
}
.lsly-wrap .lsly .more{
    position: absolute;
    top: 10px;
    right: 0;
}
.lsly-wrap .lsly .content{
    margin-top: 30px;
}
.lsly-wrap .lsly .content > *{
    float: left;
}
.lsly-wrap .lsly .content > div{
    position: relative;
    width: 622px;
    height: 373px;
}
.lsly-wrap .lsly .content .mainpic{
    overflow: hidden;
}
.lsly-wrap .lsly .content > div img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.lsly-wrap .lsly .content > div img:hover{
    transform: scale(1.05);
}
.lsly-wrap .lsly .content > div p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    background: rgba(0,0,0,.7);
}
.lsly-wrap .lsly .content > div p a{
    overflow: hidden;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lsly-wrap .lsly .content > ul{
    margin-left: 24px;
    width: 454px;
    height: 373px;
}
.lsly-wrap .lsly .content > ul li{
    overflow: hidden;
    position: relative;
    float: left;
    width: 221px;
    height: 133px;
}
.lsly-wrap .lsly .content > ul li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    background: rgba(0,0,0,.7);
}
.lsly-wrap .lsly .content > ul li p a{
    overflow: hidden;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lsly-wrap .lsly .content > ul li:first-child + li{
    margin-left: 12px;
}
.lsly-wrap .lsly .content > ul li:first-child + li + li{
    margin-top: 12px;
    width: 100%;
    height: 228px;
}
.lsly-wrap .lsly .content > ul li img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
}
.lsly-wrap .lsly .content > ul li img:hover{
    transform: scale(1.05);
}
.csjs-wrap{
    position: relative;
    margin: 30px auto;
    width: 1500px;
    height: 450px;
}
.csjs-wrap > *{
    float: left;
    position: relative;
    opacity: 0;
}
.csjs-wrap .csjslogo{
    width: 300px;
    height: 100%;
    top: -50px;
}
.csjs-wrap .listbox{
    left: -50px;
    padding: 30px 0;
    width: 1200px;
    height: 100%;
}
.csjs-wrap .listbox > div{
    position: relative;
    float: left;
    width: 480px;
    height: 210px;
}
.csjs-wrap .listbox > div + div{
    margin-left: 150px;
}
.csjs-wrap .listbox > div .title{
    width: 100%;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
}
.csjs-wrap .listbox > div .more{
    position: absolute;
    right: 0;
    top: 5px;
}
.csjs-wrap .listbox > div .content{
    width: 100%;
    margin-top: 35px;
}
.csjs-wrap .listbox > div .content li{
    overflow: hidden;
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-indent: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/icon/icon2.jpg) no-repeat 5px 17px;
}
.csjs-wrap .listbox .shsy{
    margin-left: 0;
}
.jzcs-wrap{
    margin: 30px auto;
    width: 1500px;
    height: 505px;
    transform: translate3d(0,0,0);
}
.jzcs-wrap .jzcs{
    float: left;
    width: 965px;
    height: 100%;
}
.jzcs-wrap .jzcs ul{
    height: 100%;
}
.jzcs-wrap .jzcs li{
    position: relative;
    top: 0px;
    overflow: hidden;
    float: left;
    width: 192px;
    height: 100%;
    /* opacity: 0; */
}
.jzcs-wrap .jzcs li + li{
    border-left: 1px solid #fff;
}
.jzcs-wrap .jzcs li:hover a{
    color: #fff;
}
.jzcs-wrap .jzcs li .title{
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 70px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    transition: all 0.5s;
}
.jzcs-wrap .jzcs li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	transition:all .5s ease-in-out;
	transform-style:preserve-3d;
	backface-visibility:hidden;
}
.jzcs-wrap .jzcs li img.front{
    transform:rotateY(0deg);
	z-index:2;
}
.jzcs-wrap .jzcs li img.back{
    transform:rotateY(180deg);
	z-index:1;
}
.jzcs-wrap .jzcs li:hover img.front{
    z-index:1;
	transform:rotateY(180deg);
}
.jzcs-wrap .jzcs li:hover img.back{
    z-index:2;
	transform:rotateY(0deg);
}
.jzcs-wrap .csimg{
    position: relative;
    left: 0px;
    float: left;
    width: 535px;
    height: 100%;
    /* opacity:0; */
}

/* mask */
.mask_item{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
}
/* .mask_item{
    display: none;
} */
.mask_item .mask{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -405px;
    margin-top: -295px;
    width: 810px;
    height: 610px;
    /* padding: 20px; */
    border-radius: 10px;
    background: url("../images_icon04.png") no-repeat;
    background-size: 100% 100%;
}
.mask .mask_cont{
    width: 100%;
    height: 570px;
    /* padding-top: 10px;
    padding-bottom: 20px; */
    background: #fff;
    border: solid 1px #e7d7c2;
    position: relative;
}
.mask_cont::before{
    content: "";
    display: block;
    width: 50px;
	height: 46px;
    background: url("../images_icon02.png") no-repeat;
    position: absolute;
    top: 7px;
    left: 10px;
}
.mask_cont::after{
    content: "";
    display: block;
    width: 50px;
	height: 46px;
    background: url("../images_icon03.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 7px;
}
.mask_title{
    width: 85%;
    height: 59px;
    font-size: 22px;
    line-height: 48px;
    padding-top: 10px;
    color: #876d41;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #e7d7c2;
}
.mask_info{
    width: 100%;
    height: 490px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #876d41;
    overflow: hidden;
    position: relative;
}
.mask_info a,
.mask_info span{
    color: #876d41!important;
}
.mask_info .info_detail{
    width: 700px;
    /* height: auto; */
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 7.5%;
    padding-right: 7.5%;
    position: absolute;
    text-align: left;
}
.scroll-bar{
    width: 8px;
    height: 80%;
    /* margin-top: 10%; */
    background: #f6f2eb;
	border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 0;
}
.scroll-bar .scroll-btn{
    width: 8px;
    height: 48px !important;
    background: #e7d7c2;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.mask_close{
    width: auto;
    position: absolute;
    top: -23px;
    right: -23px;
    cursor: pointer;
}

@keyframes rotate {
	0% {
	transform-origin:center;
	transform:rotate3d(0,0,1,0deg);
}
100% {
	transform-origin:center;
	transform:rotate3d(0,0,1,360deg);
}
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

@media (max-width: 1520px){
    .container{
        padding: 20px;
    }
    .yxls-wrap{
        height: 1250px;
    }
    .yxls-wrap .jdbox > div{
        width: 190px;
    }
    .dsj-wrap .container .content .dsjlist{
        padding: 0;
    }
    .yxls-wrap .jdbox > div .info .contitle{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .dsj-wrap .container .dsjlist ul li{
        padding: 0 20px;
        width: 250px;
    }
    /* .dsj-wrap .container .dsjlist ul li + li{
        margin-left: 192px;
    } */
    .dsj-wrap .container .title{
        width: 126px;
        height: 126px;
    }
    .lsgk-wrap{
        height: 1310px;
        background-size: cover;
    }
    .lsgk-wrap .lsgk{
        width: 1200px;
        height: 440px;
        background-size: 1200px 440px;
    }
    .lsgk-wrap .lsgk .gk{
        width: 60px;
        height: 190px;
    }
    .lsgk-wrap .lsgk .img img{
        width: 100%;
        height: 100%;
    }
    .lsgk-wrap .lsgk .content{
        padding: 40px 75px 0 680px;
        font-size: 16px;
        line-height: 30px;
        background-size: 520px 300px;
    }
    .lsgk-wrap .lsgk .img1{
        width: 150px;
        height: 190px;
        top: -160px;
        left: 180px;
    }
    .lsgk-wrap .lsgk .img2{
        width: 110px;
        height: 105px;
        bottom: -25px;
        left: -38px;
    }
    .lsgk-wrap .lsgk .img3{
        width: 340px;
        height: 150px;
        right: 30px;
        bottom: -37px;
    }

    .lsyg-wrap{
        width: 1200px;
    }
    .lsyg-wrap > div{
        padding: 30px 20px;
        width: 200px;
        height: 380px;
        background-size: 200px 380px;
    }
    .lsyg-wrap > div .content{
        margin-top: 30px;
        line-height: 23px;
    }
    .lsyg-wrap > div .title{
        font-size: 22px;
    }
    .lsyg-wrap .zrdl{
        left: 265px;
        top: 220px;
    }
    .lsyg-wrap .lsrk{
        left: 505px;
    }
    .lsyg-wrap .xzqh{
        top: 220px;
        right: 260px;
    }
    .lsyg-wrap .czjr{
        right: 25px;
    }
    .lsly-wrap{
        padding: 20px;
        width: 1200px;
        height: 382px;
    }
    .lsly-wrap .lylogo{
        width: 250px;
        height: 425px;
    }
    .lsly-wrap .lsly{
        width: 880px;
    }
    .lsly-wrap .lsly .content > div{
        width: 452px;
        height: 283px;
    }
    .lsly-wrap .lsly .content > ul{
        margin-left: 15px;
        width: 404px;
    }
    .lsly-wrap .lsly .content > div p{
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .lsly-wrap .lsly .content > ul li{
        width: 196px;
        height: 116px;
    }
    .lsly-wrap .lsly .content > ul li:first-child + li + li{
        height: 155px;
    }
    .csjs-wrap{
        width: 1200px;
        height: 360px;
    }
    .csjs-wrap .csjslogo{
        width: 180px;
    }
    .csjs-wrap .listbox{
        padding: 20px 0;
        width: 1020px;
    }
    .csjs-wrap > *{
        margin-top: -50px;
    }
    .csjs-wrap .listbox > div{
        width: 440px;
        height: 180px;
    }
    .csjs-wrap .listbox > div + div{
        margin-left: 140px;
    }
    .csjs-wrap .listbox > div .title{
        font-size: 24px;
    }
    .csjs-wrap .listbox > div .content li{
        font-size: 15px;
    }
    .csjs-wrap .listbox > div .content{
        margin-top: 20px;
    }
    .jzcs-wrap{
        width: 1200px;
        height: 374px;
    }
    .jzcs-wrap .jzcs{
        width: 800px;
    }
    .jzcs-wrap .csimg{
        width: 400px;
    }
    .jzcs-wrap .jzcs li{
        width: 160px;
    }
    .jzcs-wrap .jzcs li .title{
        top: 40px;
        left: 58px;
        font-size: 22px;
    }
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ */

@media (max-width: 1220px){
    .dsj-wrap .container{
        padding: 10px;
        width: 100%;
    }
    .yxls-wrap .dsj-wrap{
        background-size: cover;
    }
    .yxls-wrap .dsj-wrap{
        height: 803px;
    }
    .yxls-wrap{
        height: 1050px;
    }
    .yxls-wrap .jdbox > div .imgbox{
        height: 110px;
    }
    .yxls-wrap .jdbox > div .info{
        padding: 0 15px;
        height: 160px;
    }
    .yxls-wrap .jdbox .nmc .info{
        background-size: 190px 160px;
    }
    .yxls-wrap .jdbox .dzs .info{
        background-size: 190px 160px;
    }
    .yxls-wrap .jdbox .bdlg .info{
        background-size: 190px 160px;
    }
    .yxls-wrap .jdbox > div .info .contitle + p{
        line-height: 22px;
    }
    .yxls-wrap .jdbox > div.active .imgbox{
        height: 150px;
    }
  
    .dsj-wrap .container .title{
        right: 30px;
        top: 40%;
    }
    .dsj-wrap .container .content .dsjlist{
        width: 72%;
    }
    .yxls-wrap .jdbox > div.active .info{
        height: 240px;
    }
    .dsj-wrap .container .content .btn.prev{
        left: 10px;
    }
    .dsj-wrap .container .content .btn.next{
        right: 10px;
    }
    .lsgk-wrap .lsgk{
        width: 100%;
    }
    .lsgk-wrap .lsgk .content{
        padding: 40px 0 0 400px;
        background-position: 47px 65px;
    }
    .lsyg-wrap{
        padding: 10px;
        width: 100%;
    }
    .lsyg-wrap .xzqh{
        left: 10px;
        top: 420px;
    }
    .lsyg-wrap .czjr{
        left: auto;
        right: 10px;
        top: 420px;
    }
    .lsyg-wrap .zrdl{
        left: 50%;
        margin-left: -100px;
    }
    .lsyg-wrap .lsrk{
        left: auto;
        right: 10px;
    }
    .lsly-wrap{
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .lsly-wrap .lylogo{
        width: 100%;
        text-align: center;
        height: auto;
    }
    .lsly-wrap .lswh{
        margin-top: 0;
    }
    .lsly-wrap .lsly{
        margin-left: 0;
        width: 100%;
        left: auto;
    }
    .lsly-wrap .lsly .content > div{
        width: 45%;
        height: 240px;
    }
    .lsly-wrap .lsly .content > ul{
        width: 52%;
        height: auto;
    }
    .lsly-wrap .lsly .content > ul li{
        width: 47%;
    }
    .lsly-wrap .lsly .content > ul li:first-child + li + li{
        width: 97%;
        height: 112px;
    }
    .csjs-wrap{
        width: 100%;
        height: auto;
    }
    .csjs-wrap .csjslogo{
        position: absolute;
    }
    .csjs-wrap .listbox{
        position: static;
        padding: 150px 10px 0;
        width: 100%;
    }
    .csjs-wrap > *{
        margin-top: 0;
    }
    .csjs-wrap .listbox > div{
        width: 46%;
    }
    .csjs-wrap .listbox > div + div{
        margin-left: 8%;
    }
    .jzcs-wrap{
        width: 100%;
    }
    .jzcs-wrap .jzcs{
        width: 100%;
    }
    .jzcs-wrap .jzcs li{
        width: 19.8%;
    }
    .jzcs-wrap .csimg{
        display: none;
    }
    .jzcs-wrap .jzcs li .title{
        left: 50%;
        margin-left: -30px;
        text-align: center;
    }
}
@media (max-width: 767px){
    .mask_item .mask{
        top: 10%;
        left: 0;
        margin-left: 5%;
        margin-top: 0;
        width: 90%;
        height: 400px;
        padding: 10px;
    }
    .mask .mask_cont{
        height: 380px;
    }
    .mask_title{
        font-size: 18px;
    }
    .mask_close{
        width: 20px;
        top: -16px;
        right: -16px;
    }
    .scroll-bar{
        display: none;
    }
    .mask_info{
        overflow: auto;
    }
}
@media (max-width: 414px){
    .yxls-wrap{
        height: 700px;
    }
    .yxls-wrap .dsj-wrap{
        top:0;
    }
    .yxls-wrap .jdbox{
        /* display: none; */
    }
    .yxls-wrap .jdbox > div .info{
        height:40px;
    }
    .yxls-wrap .jdbox > div .info .contitle + p{
        display:none;
    }
    .yxls-wrap .jdbox > div .imgbox{
        height:100px;
    }
    .yxls-wrap .jdbox > div.active .imgbox{
        height:120px;
    }
    .yxls-wrap .jdbox >div.active .info{
        padding: 0;
        height:60px;
        background-size: 145% 100px !important;
        background-position: -28px -25px !important;
    }
    .yxls-wrap .jdbox >div .info{
        text-align:center;
        background-position:bottom !important;
    }
    .yxls-wrap .jdbox > div.active .info .contitle{
        line-height:60px;
    }
    .yxls-wrap .jdbox > div{
        width:32%;
    }
    .yxls-wrap .jdbox > div + div{
        margin-left:2%;
    }
    .yxls-wrap .imgchange img{
        height: 400px;
    }
    .yxls-wrap .jdbox > div .info .contitle{
        font-size:14px;
    }
    .dsj-wrap .container .dsjlist ul li{
        width: 292px;
        background-position: 1px 64px;
    }
    .lsgk-wrap .lsgk .content{
        padding: 0;
        padding: 300px 25px 0;
        background-size: 340px 210px;
    }
    .lsgk-wrap .lsgk{
        height: 750px;
        background-size: 414px 720px;
    }
    .lsgk-wrap .lsgk .gk{
        left: 30px;
    }
    .lsyg-wrap > div{
        padding: 20px 15px 0;
        width: 45%;
        height: 320px;
    }
    .lsyg-wrap > div .content{
        margin-top: 25px;
        height: 231px;
        overflow: hidden;
    }
    .lsgk-wrap{
        height: 1815px;
    }
    .lsyg-wrap .lsrk{
        top: 155px;
    }
    .lsyg-wrap .zrdl{
        left: 10px;
        top: 355px;
        margin-left: 0;
    }
    .lsyg-wrap .xzqh{
        top: 693px;
    }
    .lsyg-wrap .czjr{
        top: 520px;
    }
    .lsly-wrap .lsly .content > div{
        width: 100%;
    }
    .lsly-wrap .lsly .content > ul{
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .lsly-wrap .lsly .content > ul li{
        width: 48%;
    }
    .lsly-wrap .lsly .content > ul li:first-child + li + li{
        width: 100%;
    }
    .lsly-wrap .lsly .content > ul li:first-child + li{
        margin-left: 4%;
    }
    .csjs-wrap .listbox > div{
        width: 100%;
    }
    .csjs-wrap .listbox > div + div{
        margin-left: 0;
    }
    .jzcs-wrap{
        height: auto;
    }
    .jzcs-wrap .jzcs{
        height:290px;
    }
    .jzcs-wrap .jzcs{
        float:unset;
    }
    .jzcs-wrap .csimg{
        display:
        block;
        width: 100%;
        left: auto;
    }
}
@media (max-width: 375px){
    .yxls-wrap .dsj-wrap{
        height: 730px;
    }
    .jzcs-wrap .jzcs li .title{
        margin-left: -25px;
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .lsgk-wrap{
        height: 1835px;
    }
    .dsj-wrap .container .dsjlist ul li{
        width: 259px;
    }
    .lsgk-wrap .lsgk{
        height: 780px;
        background-size: 414px 780px;
    }
    .lsgk-wrap .lsgk .content{
        background-size: 310px 210px;
    }
}
@media (max-width: 320px){
    .yxls-wrap .jdbox{
        display: none;
    }
    .lsgk-wrap .lsgk .content{
        line-height:26px;
    }
    .lsgk-wrap .lsgk .content{
        background-size: 270px 210px;
    }
}