.head {
    position: relative;
}
.head .img {
    width: 100%;
}
.head .logo {
    position: absolute;
    top: 2%;
    left: 20%;
}
.con {
    position: relative;
    margin-top: -35%;
    padding-bottom: 20px;
}
/*.head .con {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
}*/
/*政策*/
.colum-til {
    position: relative;
    text-align: center;
    z-index: 22;
}
.colum-til img {
    margin-top: 40px;
}
.xyyd-con {
    width: 1200px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 35px;
    background-color: #fff;
}
.xyyd-top .left {
    float: left;
    width: 50%;
}
.xyyd-top .pic-loop {
    position: relative;
    width: 100%;
    height: 400px;
}
.pic-loop .swiper-container {
    width: 100%;
    height: 100%;
}
.pic-loop .swiper-container img {
    width: 100%;
    height: 100%;
}
.pic-loop .swiper-container .swiper-slide {
    position: relative;
}
.pic-loop .swiper-slide span{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    font-size:18px;
    background:#3365f8;
    height:45px;
    line-height:45px;
    text-align:center;
}
.pic-loop .swiper-slide span a {
    color: #fff;
}
.pic-loop .swiper-pagination {
    display: none;
}
.pic-loop .num1 i {
    display: block;
    position:absolute;
    left:60px;
    bottom:7px;
    color: #fff;
    font-size:20px;
    font-style:normal;
    font-family:"Georgia";
    z-index:99;
}
.pic-loop .num1 i em {
    margin-left: 2px;
    font-style: normal;
}
.pic-loop .num1 i em.thisp {
    margin-right:1px;
    margin-left:0;
    font-size:34px;
    color:#fff;
}
.pic-loop .prev,
.pic-loop .next {
    position:absolute;
    top: unset;
    bottom:12px;
    width:22px;
    height:22px;
    z-index:10;
    cursor:pointer;
}
.pic-loop .prev{
    background:url(../images/prev.png) no-repeat;
    left:20px;
}
.pic-loop .next{
    background:url(../images/next.png) no-repeat;
    right:20px;
}
.xyyd-top .right {
    float: right;
    width: 48.5%;
}
.right .txt {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.right .txt h3{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right .txt .memo {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.right .list li {
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right .list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #44b2e1;
    border-radius: 50%;
    margin-right: 10px;
}
/*趣玩龙江*/
.ydsd {
    /*margin-top: 70px;*/
}
.ydsd .box {
    float: left;
    width: 31.6%;
    height: 430px;
    margin-left: 30px;
}
.ydsd .box:first-child {
    margin-left: 0;
}
.ydsd .box:first-child img {
    width: 100%;
    height: 100%;
}
.ydsd .pic {
    position: relative;
    /*height: 265px;*/
}
.ydsd .pic img {
    width: 100%;
    height: 100%;
}
.ydsd .pic .pic-txt {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*padding-left: 35px;*/
    color: #fff;
    font-size: 16px;
    background: #0aa0ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.ydsd .pic-list {
    background-color: #fff;
    padding: 0 15px;
}
.ydsd .pic-list li {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ydsd .pic-list li:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    margin-right: 5px;
}
.ydsd .pic-list li:last-child {
    border-bottom: none;
}
/* 乐游 */
.rqbxj {
    background: url(../images/ly_bg.png) center no-repeat;
}
.item .img {
    position: relative;
    width: 66.68%;
}
.item .img img {
    width: 100%;
    height: 450px;
}
.item .img span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 45px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.item .lists {
    width: 33%;
    background: #4db6f7;
    padding: 26px 15px;
}
.item .lists li {
    margin-top: 15px;
    border-bottom: 1px solid #fff;
}
.item .lists li:first-child {
    margin-top: 0;
}
.item .lists li:last-child {
    border: none;
}
.item .lists li:last-child p {
    padding-bottom: 0;
}
.item .lists h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item .lists p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
}
.item:last-child .lists li{
    height: 123px;
}
/* 舌尖 */
.sj-con {
    position: relative;
    width: 100%;
}
.sj-con .swiper-slide {
    position: relative;
    width: 880px;
    height: 290px;
    background: #fff;
    border-radius: 10px;
}
.sj-con .item {
    padding: 25px 20px;
}
.sj-con .item img {
    height: 250px;
    margin-right: 50px;
}
.sj-con .item .des-txt {
    width: 44%;
}
.des-txt h3 {
    margin-top: 55px;
    font-size: 24px;
    margin-bottom: 15px;
}
.des-txt .memo {
    font-size: 16px;
    line-height: 25px;
}
.sj-con .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/left.png);
    background-size: unset;
}
.sj-con .swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/right.png);
    background-size: unset;
}
/* 监督护佑*/
.jdhy-list li {
    width: 100%;
    height: 275px;
    padding: 15px 20px; 
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #46b4f7;
}
.jdhy-list li img {
    height: 245px;
    margin-left: 55px;
}
.jdhy-list li:first-child img {
    margin-left: 0;
    margin-right: 55px;
}
.jdhy-list li a > div {
    width: 57%;
}
.jdhy-list li h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px;
}
.jdhy-list li .memo {
    line-height: 25px;
}
.jdhy .more {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #bde2ff;
}
/* 冰雪视界 */
.bxsj-swiper {
    position: relative;
    width: 100%;
    height: 640px;
}
.bxsj-swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.bxsj-swiper .swiper-container img {
    width: 100%;
    height: 100%;
}
.bxsj-swiper .swiper-container .swiper-slide {
    position: relative;
}
.bxsj-swiper .swiper-slide span{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    font-size:18px;
    background:rgba(0,0,0,.5);
    height:60px;
    line-height:60px;
    text-align:center;
}
.bxsj-swiper .swiper-slide span a {
    color: #fff;
}
.bxsj-swiper .prev {
    width: 45px;
    height: 80px;
    left: 0;
    background-image: url(../images/icon_prev.png);
    background-size: unset;
}
.bxsj-swiper .next {
    width: 45px;
    height: 80px;
    right: 0;
    background-image: url(../images/icon_next.png);
    background-size: unset;
}
/* 文旅指南 */
.zn-con {
    position: relative;
    height: 720px;
    background: url(../images/zn_bg.png) center no-repeat;
    background-size: 100% 100%;
}
.zn-con .phone {
    position: absolute;
    left: 23%;
    height: 660px;
}
.zn-con .line {
    position: absolute;
    left: 29%;
    top: 10%;
}
.nav-list {
    position: relative;
    z-index: 3;
}
.nav-list .items {
    position: absolute;
    left: 500px;
    top: 15px;
    width: 240px;
    height: 85px;
    line-height: 85px;
}
.nav-list .items:nth-child(2) {
    left: 58%;
    top: 90px;
}
.nav-list .items:nth-child(3) {
    left: 68%;
    top: 190px;
}
.nav-list .items:nth-child(4) {
    left: 72%;
    top: 330px;
}
.nav-list .items:nth-child(5) {
    left: 68%;
    top: 465px;
}
@media screen and (max-width: 1500px) {
    /*.ydsd {margin-top: 10%;}*/
    .sj-con .item .des-txt {width: 44%;}
    .nav-list .items:nth-child(3) {left: 70%;}
    .nav-list .items:nth-child(4) {left: 75%;}
    .nav-list .items:nth-child(5) {left: 72%;}
}
@media screen and (max-width: 991px) {
    .head .logo {width: 18%;left: 10%;}
    .head .con {position: unset;margin-left: 0;}
    .colum-til img {width: 100%;}
    .zj-djs-9 {top: -4px;}
    .colum-til img {margin-top: 20px;}
    .zj-djs-11,.djs-txt {color: #46b4f7;}
    .pic-loop .swiper-slide span {font-size: 14px;}
    .xyyd-top .pic-loop {height: auto;}
    .pic-loop .prev {left: 10px;}
    .pic-loop .next {right: 10px;}
    .ydsd .pic {height: auto;}
    .ydsd .pic .pic-txt {text-align: center;}
    .num1 {display: none;}
    .xyyd-con {width: 100%;margin-top: 10px;}
    .xyyd-b {height: auto;}
    .xyyd-top .left {float: none;width: 100%;}
    .xyyd-top .right {float: none;width: 100%;}
    .xyyd-bottom li {width: 100%;margin-left: 0;}
    .ydsd li {width: 100%;}
    .ydsd .box {float: none;width: 100%;height: auto;margin-left: 0;margin-bottom: 20px;}
    .ydsd .box img {width: 100%;}
    .rqbxj .item .img {width: 100%;}
    .rqbxj .item .img img {height: auto;}
    .rqbxj .item .lists {width: 100%;}
    .sj-con .swiper-slide {width: 100%;height: auto;}
    .sj-con .item .des-txt {width: 100%;}
    .sj-con .item img {width: 100%;height: auto;margin-right: 0;}
    .jdhy-list li {height: 100%;}
    .jdhy-list li img {float: none;width: 100%;height: auto;margin: 0;}
    .jdhy-list li a > div {float: none;width: 100%;}
    .jdhy-list li:nth-child(2) img {margin-top: 15px;}
    .bxsj-swiper {height: auto;}
    .bxsj-swiper .next,.bxsj-swiper .prev {width: 30px;height:50px;background-size: 100% 100%; opacity: .5;}
    .zn-con {height: auto;}
    .zn-con .phone,.zn-con .line {display: none;}
    .nav-list .items {float: left;position: unset;width: 32%;height: auto;line-height: unset;text-align: center;margin-bottom: 15px;}
    .nav-list:after {content: '';display: block;clear: both;}
    .ydsd {margin-top: 0;}
    .item:last-child .lists li {height: 145px;}
    .item .img span {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .nav-list .items img {width: 45px;height: 45px;}
    .nav-list .items span {display: block;}
    .nav-list .items:nth-child(4),.nav-list .items:nth-child(5) {width: 50%;}
    .bxsj-swiper .swiper-slide span a {display: inline-block;width: 90%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .m-hide{  display: none!important }
}

