.clear::after {
    content: "";
    display: block;
    clear: both;
}

.bg2 {
    background: url(./bg2.png) no-repeat;
}

/* banner开始 */
.banner {
    width: 100%;
    height: 443px;
    background: url(./bg.png) center center no-repeat;
    background-size:100% 100%;
    position: relative;
}

.banTit {
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(31, 78, 136, 0.53);
    padding-top: 87px;
}

.search {
    margin-top: 30px;
}

.search .search-info {
    width: 611px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}

.search .search-info .input {
    width: 515px;
    height: 60px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search .search-info .input input {
    width: 100%;
    height: 100%;
    padding: 0 21px;
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
}

.search .search-info .btn {
    width: 96px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.search .search-info .btn input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 6px;
    background: #4393F5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.waiBth {
    width: 100%;
    text-align: center;
    padding-top: 33px;
}

.waiBth a {
    width: auto;
    padding: 14px 36px;
    border-radius: 25px;
    opacity: 1;
    background: rgba(0, 72, 160, 0.45);
    box-sizing: border-box;
    border: 0.6px solid rgba(255, 255, 255, 0.53);
    color: #ffffff;
}

.waiBth a:hover {
    color: #fff;
}

.waiBth a {
    margin-left: 20px;
}

.banList {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -550px;
}

.banList li {
    background-color: #ffffff;
    border-radius: 7.3px;
    transition: transform 0.5s;
}

.banList li:hover {
    transform: translateY(-10%);
}

.banList li:hover a {
    color: #4393F5;
}

.banList li a {
    display: block;
    width: 260px;
    height: 96px;
    border-radius: 7.3px;
    border: 0.91px solid #BCCEF1;
    line-height: 96px;
    padding-left: 92px;
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.banList li:first-child a {
    background: url(./szsbm.png) no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

.banList li:nth-child(2) a {
    background: url(./yhzskj.png) no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

.banList li:nth-child(3) a {
    background: url(./hcp.png) no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

.banList li:last-child a {
    background: url(./znkf.png) no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

/* banner结束 */
/* 特色专区开始 */
.tszq {
    width: 1100px;
    margin: 0 auto;
}

.tszqTitBar {
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
    margin-bottom: 36px;
}

.tszqTitBar p {
    font-size: 32px;
    color: #333;
    /* font-weight: 600; */
    float: left;
    cursor: pointer;
}

.tszqTitBar a {
     display: block;
    width: 90px;
    height: 45px;
    text-align: left;
    background: url(./more.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    color: #666666;
}

.tszqLisy {
    display: flex;
    justify-content: space-between;
}

.tszqLisy li {
    width: 261.25px;
    height: 171px;
    overflow: hidden;
    position: relative;
}

.tszqLisy li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./mb2.png);
    transition: all 0.5s;
}

.tszqLisy li div {
    width: 100%;
    /* margin-top: 54px; */
    transition: all 0.5s;
    height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.tszqLisy li a div p {
    width: 100%;
}

.tszqLisy li a div img {
    display: none;
    transition: all 0.5s;
}

.tszqLisy li a div p:first-child {
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.tszqLisy li a div p:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    /* margin-bottom: 30px; */
}

.tszqLisy li a:hover {
    background: url(./mb.png);
    transition: all 0.5s;
}

.tszqLisy li a:hover div {
    margin-top: -7px;
    transition: all 0.5s;
}

.tszqLisy li a:hover img {
    display: inline-block;
    transition: all 0.5s;
}

/* 
/* 特色专区结社 */
/* 政策解读办件区域开始 */
.f3 {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.left {
    height: 386px;
    width: 855px;
    padding-top: 30px;
    padding-left: 28px;
    padding-right: 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
}

.leftTitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 26px;
}

.left ul {
    margin-top: 26px;
}

.left ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}

.left ul li a:hover p:nth-child(1) {
    color: #4393F5;
}

.waiBth a:hover {
    background: rgb(49 125 214 / 45%);
}

.left ul li p:first-child {
    width: 85%;
    font-size: 18px;
    color: #000;
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
}

.left ul li p:last-child {
    font-size: 18px;
    color: #999;
}

.right {
    width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightTop {
    width: 100%;
    height: 160px;
}

.rightTop a {
    display: block;
    width: 210px;
    height: 100%;
    padding: 30px;
    background: url(./tybjcx.png) no-repeat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: transform 0.5s;
}

.rightTop a:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
    color: #4393F5;
}


.rightBottom {
    /* width: 100%; */
    height: 206px;
    display: flex;
    justify-content: end;
}

.rightBottom div {
    height: 100%;
    width: 210px;
}

.rightBottom div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: transform 0.5s;
}

.rightBottom div a:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
    color: #4393F5;
}

.rightBottom div:first-child a {
    background: url(./tybszx.png) no-repeat;
}

.rightBottom div:last-child a {
    background: url(./hdjl.png) right bottom no-repeat #eaf3ff;
}

/* 政策解读办件区域结束 */
/* 便民/利企/营商服务结束 */
.ym-fw1 {
    padding-top: 50px;
    width: 1100px;
    margin: 0 auto;
}

.ymFw1 .hd {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ymFw1 .hd ul li {
    font-size: 32px;
    margin-right: 30px;
    color: #999;
    font-weight: 600;
    float: left;
    cursor: pointer;
}

.ymFw1 .hd ul li a {
    display: none;
    width: 90px;
    height: 19px;
    text-align: left;
    background: url(./more.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
    position: absolute;
    top: 9px;
    right: 13px;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;

    color: #666666;
}

.ymFw1 .hd ul li.on {
    color: #333;
}

.ymFw1 .hd ul li.on a {
    display: block;
}

.ymFw1 .bd {
    margin-top: 37px;
}

.ymFw1 .bd dl {
    padding: 20px;
    margin: 0 20px 20px 0;
    float: left;
    width: 260px;
    height: 108px;
    background: #FFF;
    border-radius: 8px;
    transition: all 0.5s;
    box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
    display: flex;
}
    .ymFw1 .bd dl:hover {
    color: #4393F5;
    transform: translateY(-10%);
    transition: transform 0.5s;
    box-shadow: 0 0 10px 0 rgb(67 147 245 / 30%) !important;
}
     .ymFw1 .bd dl:hover a{
          color: #4393F5;
     }

.ymFw1 .bd dl:nth-child(4n) {
    margin-right: 0;

}

.ymFw1 .bd dl dt {
    float: left;
    margin-right: 15px;
}

.ymFw1 .bd dl dd {
    width: 190px;
    display: flex;
    align-items: center;
}

.ymFw1 .bd dl dd h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ymFw1 .bd dl dd p {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 便利/利企/营商  结束 */

/* 个人法人服务开始 */
.ym-fw {
    padding-top: 50px;
    width: 1100px;
    margin: 0 auto;
}

.ymFw .hd {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ymFw .hd ul li {
    font-size: 32px;
    margin-right: 30px;
    color: #999;
    font-weight: 600;
    float: left;
    cursor: pointer;
}

.ymFw .hd ul li a {
    display: none;
    width: 90px;
    height: 19px;
    text-align: left;
    background: url(./more.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
    position: absolute;
    top: 9px;
    right: 13px;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;

    color: #666666;
}

.ymFw .hd ul li.on {
    color: #333;
}

.ymFw .hd ul li.on a {
    display: block;
}

.ymFw .bd {
    margin-top: 37px;
}

.ymFw .bd dl {
    padding: 20px;
    margin: 0 20px 20px 0;
    float: left;
    width: 353px;
    height: 186px;
    background: #FFF;
    border-radius: 8px;
    transition: all 0.5s;
    box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
}

.ymFw .bd dl:nth-child(3n) {
    margin-right: 0;

}

.ymFw .bd dl:hover {
    background: #EAF3FF;
    transition: all 0.5s;
}

.ymFw .bd dl dt {
    float: left;
    margin-right: 15px;
}

.ymFw .bd dl dd {
    float: left;
    width: 190px;
}

.ymFw .bd dl dd h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
}

.ymFw .bd dl dd p {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ymFw .bd dl dd p a:hover {
    color: #4393F5;
}

/* 个人法人服务结束 */


.botImg {
    width: 1100px;
    height: 150px;
    overflow: hidden;
    margin: 22px auto 20px auto;
}

.botImg img {
    width: 100%;
}