/* 头部样式 
.head {
    width: 100%;
    height: 360px;
}
/*头部轮播图*/

/* #bgimg {
    position: absolute;
    z-index: -9999;
    width: 100%;
    height: 360px;
} */
/*轮播图结束*/
/*头部轮播图结束*/
/* .headbox {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.head_tp {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}


.head_tpl a {
    color: #010101;
    font-size: 14px;
    line-height: 40px;
    margin-right: 12px;
}


.head_tpr a {
    color: #010101;
    font-size: 14px;
    line-height: 40px;
}

.head_tprlist {
    display: flex;
}

    .head_tprlist span {
        float: left;
        width: 1px;
        height: 15px;
        background: #000;
        margin: 13px 10px 10px 10px;
    }

.head_cont {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.head_contarea {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.head_text {
    display: inline-block;
    margin-left: -220px;
}

    .head_text p {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
    }

    .head_text span {
        font-size: 22px;
        line-height: 58px;
        letter-spacing: 6px;
    }

.head_search form {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.head_search input {
    width: 465px;
    height: 55px;
    border: none;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 16px;
    outline: none;
}


.head_search button {
    width: 75px;
    height: 55px;
    background-color: #ff5c21;
    border-radius: 5px;
    margin-left: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

    .head_search button img {
        width: 20px;
        height: 20px;
    }

    .head_search button p {
        font-size: 16px;
        margin-left: 10px;
        color: #fff;
    }

.head_ft {
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.4);
    float: left;
}

.nav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

    .nav ul {
        width: 1200px;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .nav ul li:first-child {
            margin-left: 40px;
        }

        .nav ul li:last-child {
            margin-right: 40px;
        }

        .nav ul li {
            float: left;
        }

            .nav ul li a {
                color: #fff;
                font-size: 22px;
                transition: all 0.5s;
            }

                .nav ul li a:hover {
                    font-weight: bold;
                    border-bottom: 2px solid #ff5c21;
                }  */

             

 /*头部样式结束 */

 *{
    outline: none !important;
    font-family: "微软雅黑";

}
/*内容*/
.content {
    width: 100%;
    height: 2342px;
    position: relative;
}

.content_backg {
    position: absolute;
    z-index: -9999;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 450px;
    top:0;
    left: 0;
}
/*余姚概况*/
.content_yygk {
    width: 1200px;
    margin: 0 auto;
    height: 530px;
    position: relative;
}

.yygk_title {
    width: 1200px;
    height: 65px;
    color: #dd271e;
    font-size: 22px;
    font-weight: bold;
    padding-top: 40px;
}

.yygk_tab {
    width: 1200px;
    height: 68px;
    margin: 0 auto;
}

    .yygk_tab ul {
        width: 1200px;
        height: 68px;
        line-height: 68px;
        display: flex;
        justify-content: space-between;
    }

        .yygk_tab ul li {
            float: left;
            font-size: 20px;
            color: #333333;
            text-align: center;
            padding-left: 15px;
            cursor: default;
        }

            .yygk_tab ul li.cur,
            .yygk_tab ul li:hover {
                color: #ff5c21;
                background: url("/cms_files/jcms1/web3600/site/picture/1576/2111081540140898566.png?0.0017482148688705568")left no-repeat;
            }


.banner {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.photo_bt {
    position: absolute;
    right: 0;
    margin-top: 20px;
    color: #ffffff;
    z-index: 3;
    width: 670px;
    height: 360px;
    line-height: 50px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.2);
}


.yy {
    width: 670px;
    height: 360px;
    position: relative;
}

    .yy p {
        color: #000;
        font-size: 16px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        text-indent: 2em;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .yy a {
        display: block;
        color: #fff;
        font-size: 16px;
        width: 130px;
        height: 40px;
        border-radius: 20px;
        background-color: rgb(255, 92, 33);
        line-height: 40px;
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 50px;
    }

    .yy a:hover{
        color:#fff !important;
    }


/*轮播图*/

#focus {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

    #focus ul {
        height: 400px;
        position: absolute;
        margin: 0;
        padding: 0;
    }

        #focus ul li {
            float: left;
            width: 1200px;
            height: 400px;
            overflow: hidden;
            position: relative;
        }

            #focus ul li span {
                width: 120px;
                height: 40px;
                position: absolute;
                border-radius: 20px;
                color: #000;
                background-color: #fff;
                text-align: center;
                line-height: 40px;
                margin-top: 30px;
                margin-left: 30px;
                font-size: 16px;
            }

            #focus ul li img {
                width: 100%;
                height: 100%;
            }


    #focus .btn {
        position: absolute;
        line-height: 50px;
        padding-right: 10px;
        bottom: 0px;
        left: 0;
        text-align: right;
        z-index: 5;
        margin-left: 20px;
    }

        #focus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 15px;
            height: 15px;
            _font-size: 0;
            margin-left: 3px;
            cursor: pointer;
            background: url("/cms_files/jcms1/web3600/site/picture/1576/2111081540141412774.png?0.8569388109522642") no-repeat left center;
            color: #000;
            text-align: center;
        }

            #focus .btn span a {
                font-size: 15px;
            }

            #focus .btn span.on {
                background: url("/cms_files/jcms1/web3600/site/picture/1576/2111081540142638775.png?0.803876430613881") no-repeat left center;
            }

/*选项卡轮播图结束*/


.on {
    display: block;
}


/*实力余姚 特色余姚*/

.content_slts {
    width: 1200px;
    margin: 0 auto;
    height: 395px;
}


/*实力余姚*/
.cont_slyy {
    width: 600px;
    height: 395px;
    float: left;
}

 .slyy_title{
    width: 600px;
    height: 88px;
    display: flex;
    justify-content: space-between;
    line-height: 105px;
}

    .slyy_title p {
        color: #dd271e;
        font-size: 22px;
        font-weight: bold;
        float: left;
    }

    .slyy_title a {
        color: #333;
        font-size: 20px;
        padding-right: 15px;
    }

.slyy_cont {
    width: 600px;
    height: 265px;
    float: left;
}

.slyy_contl {
    width: 160px;
    height: 265px;
    float: left;
}

    .slyy_contl ul li {
        font-size: 16px;
        line-height: 30px;
        padding-left: 15px;
        cursor: pointer;
    }


        .slyy_contl ul li.qu,
        .slyy_contl ul li:hover {
            color: #ff5c21;
            background: url("/cms_files/jcms1/web3600/site/picture/1576/2111081540140898566.png?0.0017482148688705568")left no-repeat;
        }

.slyy_contr {
    width: 426px;
    height: 265px;
    float: left;
}


.sl {
    display: none;
    font-size: 20px;
}

.now {
    display: block;
}
/*特色余姚*/
.cont_tsyy {
    width: 600px;
    height: 395px;
    float: left;
}

.tsyy_title {
    width: 600px;
    height: 88px;
    line-height: 105px;
    padding-left: 15px;
}

    .tsyy_title p {
        color: #dd271e;
        font-size: 22px;
        font-weight: bold;
    }

.tsyy_cont {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
}

.tsyy_contbox {
    width: 177px;
    height: 267px;
    background-color: #f1f1f1;
    padding-left: 20px;
}

    .tsyy_contbox span {
        font-size: 18px;
        font-weight: bolder;
        color: #000;
        height: 60px;
        line-height: 60px;
    }

    .tsyy_contbox img {
        width: 135px;
        height: 75px;
    }

    .tsyy_contbox ul {
        margin-top: 15px;
    }

        .tsyy_contbox ul li {
            width: 130px;
            list-style: disc;
            list-style-type: square;
            content: ".";
            color: #ba2a28;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            list-style-position: inside;
        }

            .tsyy_contbox ul li a {
                color: #000;
                line-height: 36px;
                
            }

                .tsyy_contbox ul li a:hover {
                    color: #d71d21;
                }

/*文化余姚*/
.content_whyy {
    width: 1200px;
    margin: 0 auto;
    height: 445px;
}

.whyy_title {
    width: 1200px;
    height: 85px;
    color: #dd271e;
    font-size: 22px;
    font-weight: bold;
    line-height: 85px;
}

.whyy_cont {
    width: 1200px;
    height: 360px;
}

    .whyy_cont ul {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }

        .whyy_cont ul li {
            float: left;
            margin-bottom: 40px;
        }

.whyy_box {
    width: 370px;
    height: 140px;
    overflow: hidden;
    position: relative;
}


.whyy_bg {
    position: absolute;
    z-index: -100;
    overflow: hidden;
    top: -60px;
}

.wrap_left_top, .wrap_right_top, .wrap_left_bottom, .wrap_right_bottom {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    z-index: -100;
    background-color: #f9f9f9;
    opacity: 1;
}

.wrap_left_top {
    top: -1px;
    left: -1px;
    border-radius: 0 0 15px 0;
    border-bottom: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
}

.wrap_right_top {
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 15px;
    border-bottom: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

.wrap_left_bottom {
    left: -1px;
    bottom: -1px;
    border-radius: 0 15px 0 0;
    border-top: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
}

.wrap_right_bottom {
    right: -1px;
    bottom: -1px;
    border-radius: 15px 0 0 0;
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

.whyy_box1 {
    width: 360px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #fff;
    margin-top: 5px;
}

.wrap_left_top1, .wrap_right_top1, .wrap_left_bottom1, .wrap_right_bottom1 {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    z-index: -100;
}

.wrap_left_top1 {
    top: -1px;
    left: -1px;
    border-radius: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.wrap_right_top1 {
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 15px;
    border-bottom: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

.wrap_left_bottom1 {
    left: -1px;
    bottom: -1px;
    border-radius: 0 15px 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.wrap_right_bottom1 {
    right: -1px;
    bottom: -1px;
    border-radius: 15px 0 0 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.wyyy_border {
    position: absolute;
    top: 5px;
    left: 5px;
}

.whyy_red {
    position: absolute;
    top: 10px;
    right: 40px;
}

.whyy_box p {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    top: 20px;
    right: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

/*宜居余姚*/
.content_yjyy {
    width: 1200px;
    margin: 0 auto;
    height: 445px;
}

.yjyy_title {
    width: 1200px;
    height: 82px;
    color: #dd271e;
    font-size: 22px;
    font-weight: bold;
    line-height: 85px;
}

.yjyy_cont {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
}

.yjyy_contbox {
   width: 400px ;
   height: 360px;
   position: relative;
   float: left;
}

.yjyy_tt{
    width: 400px;
    height: 230px;
    background-color: #b2b2b2;
    margin-top: 130px;
    float: left;
    display: block;
    /* visibility: visible; */
}


.contbox_tt {
    width: 400px;
    margin: 60px auto 0 auto;
    float: left;
    height: 60px;
}
    .contbox_tt img{
        float: left;
        margin-left: 80px;
    }
    .contbox_tt p {
        font-size: 28px;
        color: #fff;
        line-height: 60px;
        margin-left: 20px;
        float: left;
    }

.contbox_cont {
    width: 400px;
    text-align: center;
    margin: 40px auto 0px auto;
    float: left;
}

    .contbox_cont a {
        color: #fff;
        font-size: 16px;
    }

.yjyy_newcontbox {
    width: 400px;
    height: 360px;
    background-color: #ff5c21;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    /* visibility: hidden; */
}

.newhover .yjyy_newcontbox{
    display: block;
    /* visibility: visible; */
}

.showhover{
    display: none;
}



.yjyy_newcontt {
    width: 400px;
    text-align: center;
}

    .yjyy_newcontt span {
        width: 86px;
        height: 86px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: block;
        margin-left: 155px;
        margin-top: 28px;
    }

    .yjyy_newcontt img {
        margin-top: 10px;
    }

    .yjyy_newcontt p {
        font-size: 28px;
        color: #fff;
        line-height: 61px;
    }

.yjyy_newcontmain {
    width: 400px;
    height: 160px;
    margin-top: 20px;
}

.yjyy_tab, .yjyy_tab3, .yjyy_tab2{
    width: 400px;
    height: 30px;
    margin: 0 auto;
}

    .yjyy_tab ul, .yjyy_tab2 ul, .yjyy_tab3 ul {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

        .yjyy_tab ul li, .yjyy_tab2 ul li, .yjyy_tab3 ul li {
            float: left;
            background-color: #ff8d64;
            line-height: 30px;
            height: 30px;
            border-radius: 4px;
            color: #fff;
            text-align: center;
            margin: 0 15px 0 15px;
        }

            .yjyy_tab ul li a, .yjyy_tab2 ul li a, .yjyy_tab3 ul li a{
                font-size: 18px;
                color: #fff;
                padding: 0 6px;
                height: 30px;
                line-height: 30px;
                display: block;
                border-radius: 4px;
            }
            
            .yjyy_tab ul li a.new,
            .yjyy_tab ul li a:hover, .yjyy_tab2 ul li a.new,
            .yjyy_tab2 ul li a:hover, .yjyy_tab3 ul li a.new,
            .yjyy_tab3 ul li a:hover {
                color: #ff5c21;
                font-weight: bold;
                background-color: #fff;
                height: 30px;
                line-height: 30px;
            }


.yjyy_text {
    width: 400px;
    height: 120px;
    overflow: hidden;
}

.ts {
    display: none;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    text-indent: 2em;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ys {
    display: none;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    text-indent: 2em;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ds {
    display: none;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    text-indent: 2em;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*综合资讯*/
.infbox {
    width: 1200px;
    margin: 0 auto;
    height: 535px;
}

.infbox_tab {
    width: 1200px;
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #b2b2b2;
}

.infbox_banner {
    height: 280px;
    width: 1200px;
    margin: 0 auto;
}

.mr_frbox {
    height: 280px;
    position: relative;
    width: 1200px;
    margin: 30px auto 0px auto;
}

.mr_frBtnR {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 108px;
    z-index: 999;
    background: url("/cms_files/jcms1/web3600/site/picture/1576/2111081540148766730.png?0.9156334791729621") center no-repeat;
}

    .mr_frBtnR:hover {
        background: url("/cms_files/jcms1/web3600/site/picture/1576/2111092042387909895.png?0.1616708989194986")center no-repeat;
        transition: all 1s;
    }



.mr_frUl {
    float: left;
    height: 280px;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.mr_frBtnL {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 108px;
    z-index: 999;
    background: url("/cms_files/jcms1/web3600/site/picture/1576/2111081540151516398.png?0.5427943503603205")center no-repeat;
}

    .mr_frBtnL:hover {
        background: url("/cms_files/jcms1/web3600/site/picture/1576/2111092042388265221.png?0.1566460698787573") center no-repeat;
        transition: all 1s;
    }


.mr_frUl ul li {
    float: left;
    width: 380px;
    height: 280px;
    position: relative;
    margin-right: 30px;
}


    .mr_frUl ul li a img {
        width: 380px;
        height: 260px;
    }

    .mr_frUl ul li a p {
        color: #fff;
        position: absolute;
        bottom: 45px;
        left: 20px;
        z-index: 9999;
        font-size: 16px;
    }

.mr_frbox .mr_txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    /*根据txt-bg改高度*/
    height: 130px;
    width: 1200px;
    overflow: hidden;
    text-align: center;
    position: relative;
}



.infbox_tab ul li {
    float: left;
    font-size: 22px;
    margin-right: 35px;
    cursor: pointer;
}

    .infbox_tab ul li.show,
    .infbox_tab ul li:hover {
        color: #dd271e;
        font-weight: bold;
    }

.inforbox_cont {
    width: 1200px;
    height: 125px;
    margin: 0 auto;
}

.inf {
    width: 1200px;
    height: 125px;
    display: none;
}



    .inf_content ul {
        width: 1200px;
        height: 110px;
    }

        /*.inf_content ul li {
    width:580px;
    list-style: disc;
    height: 40px;
    float:left;
    line-height: 40px;
    margin-left: 20px;
    list-style-type: square;
    content: ".";
    color: #ff5c21;
}*/

        .inf_content ul li:nth-child(even) {
            width: 575px;
            list-style: disc;
            height: 40px;
            float: left;
            line-height: 40px;
            list-style-type: square;
            content: ".";
            color: #ff5c21;
        }


        .inf_content ul li:nth-child(odd) {
            width: 570px;
            list-style: disc;
            height: 40px;
            float: left;
            line-height: 40px;
            margin-right: 45px;
            list-style-type: square;
            content: ".";
            color: #ff5c21;
            margin-left: 10px;
        }



        .inf_content ul li a{
            font-size: 16px;
            color: #000;
        }
        .inf_content ul li p{
            float: left;
            font-size: 16px;
        }

        .inf_content ul li span {
           float: right;
        }

        .inf_content ul li a:hover p{
            color: #d71d21;
        }


.inf_main {
    width: 600px;
    height: 125px;
}

.dis {
    display: block;
}
/*综合资讯结束*/
/*内容结束*/
/*底部*/
/* .footer {
    width: 100%;
    height: 140px;
    background-color: #848484;
}

.ftbox {
    width: 1200px;
    height: 140px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}



.ftbox_ctop {
    height: 30px;
    line-height: 30px;
}

    .ftbox_ctop ul li {
        float: left;
        margin-left: 20px;
    }

        .ftbox_ctop ul li a {
            font-size: 14px;
            color: #fff;
        }

.ftbox_cbd {
    color: #fff;
    margin-top: 15px;
    display: flex;
    flex-flow: wrap;
    max-width: 560px;
    justify-content: center;
}

    .ftbox_cbd p {
        line-height: 25px;
        font-size: 14px;
    }


    .ftbox_cbd a {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        margin-left:5px;
    }
    .ftbox_cbd img {
        width: 18px;
        height: 20px;
        margin-right: 5px;
    } */