* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    -webkit-transition-duration: 0.4s;
    opacity: 1;
}

/* 头部 */

.headerShowBox {
    position: absolute;
    width: 100%;
    height: 629px;
    overflow: hidden;
}

.headerBg {
    width: 100%;
    height: 629px;
    transition: margin-left 2s;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#headerBg1 {
    margin-left: 0;
    background-image: url("../images/headerBg1.jpg");
}

#headerBg2 {
    margin-left: 100%;
    background-image: url("../images/headerBg2.jpg");
}

#headerBg3 {
    margin-left: -100%;
    background-image: url("../images/headerBg3.jpg");
}

#headerBg4 {
    margin-left: -100%;
    background-image: url("../images/headerBg4.jpg");
}

.header {
    width: 100%;
    height: 629px;
    text-align: center;
    position: relative;
    z-index: 11000;
}

.title {
    width: 100%;
    padding-top: 160px;
}

.title img {
    width: 662px;
}

.title2 {
    margin: 20px 0;
}

.title2 img {
    width: 371px;
    height: 52px;
}

.inputBox {
    padding-top: 13px;
}

.inputBox input {
    width: 695px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 18px;
    vertical-align: top;
}

#sousuo {
    width: 73px;
    height: 68px;
    background-color: rgb(227, 77, 77);
    border: 0;
    background-image: url("../images/shousuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: -5px;
}

.content {
    padding-top: 51px;
    width: 100%;
}

.contentTitle {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

.contentTitle02 {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

/* 导航 */

.menu {
    width: 1200px;
    margin: 0 auto;
}

.menuUl {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.menuUl a {
    display: block;
    padding: 20px;
    border-radius: 5px
}

.menuUl a:hover {
    box-shadow: 3px 3px 10px 0 #ccc;
}

/* 热门服务 */

.rmfw,
.tsfw {
    background-color: #F5F5F5;
    padding: 50px 0;
}

.rmfwContent,
.tsfwContent {
    width: 1200px;
    margin: 0 auto;
}

.iconUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.iconUl li {
    display: inline-block;
    margin-top: 40px;
}

.iconUl a {
    display: table-cell;
    background-color: white;
    width: 270px;
    height: 80px;
    text-align: center;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
    color: #656565;
    font-size: 22px;
    vertical-align: middle;
    box-sizing: border-box;

}

.iconUl a img {
    vertical-align: middle;
    margin-right: 5px;
}

.iconUl a .font-yc {
    letter-spacing: -4px;
}

.iconUl a:hover {
    box-shadow: 0 0 10px 0 #ccc;
}

/* 本地服务 */

.bdfw {
    background-color: rgb(245, 245, 245);
    padding-top: 60px;
}

.bdfwContent {
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 90px;
}

/* 资讯政策 */
.zxzc {
    width: 1200px;
    margin: 60px auto 20px;
}

.zxzcUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxzcUl li {
    display: inline-block;
}

.zxzcUl a {
    display: block;
    width: 550px;
    height: 160px;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 40px;

    display: flex;
}

.zxzcUl a>div {
    display: inline-block;
}

.zxzcUl .imgBox {
    width: 140px;
    height: 160px;
    float: left;
}

.zxzcUl .imgBox img {
    width: 100%;
    height: 100%;
}

.zxzcUl .NewsBox {
    width: 390px;
    flex: 1;
    padding-left: 20px;
}

.newsTitle {
    color: black;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.newsContent {
    margin: 22px 0;
    line-height: 28px;
    color: #888;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsInfo {
    color: #555;
}

.newsInfo>div {
    display: inline-block;
}

.newsLink {
    float: right;
}

.zxzcUl a:hover {
    background-color: #C04625;
}

.zxzcUl a:hover .newsTitle,
.zxzcUl a:hover .newsInfo,
.zxzcUl a:hover .newsContent {
    color: white;
}


/* 走进旺苍 */
.zjld {
    background-color: white;
}

.zjld .zjldBox {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.zjldContent>div {
    display: inline-block;
}

.zjldLeft {
    width: 505px;
    height: 494px;
    float: left;
    background: url("../images/img_yxwc01.png") no-repeat;
    background-size: 100% 100%;
}

.zjldUl {
    float: right;
    width: 210px;
    background-color: rgba(192, 70, 37, 0.89);
}

.zjldUl li a {
    display: block;
    height: 98px;
    line-height: 98px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
    border-bottom: solid 1px white;
}

.zjldUl li a:hover {
    color: yellow;
}

.zjldUl li .yellow {
    color: yellow
}

.zjldUl li:last-child a {
    border-bottom: none;
}

.zjldRight {
    width: 695px;
    height: 454px;
    background-color: #fff;
    position: relative;
    padding-top: 40px;
}

.zjldRightTitle {
    margin-left: 50px;
}

.zjldRightContent {
    padding: 0 50px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.zjldRightBtn {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.zjldRightBtn>a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #cc260b;
    display: block;
    border-radius: 25px;
    text-align: center;
    color: white;
    font-size: 18px;
    margin: 0 auto;
}

.zjldRightBtn>a:hover {
    background-color: #C04625;
}

/* 云端炉霍 */
.ydlh {
    margin: 60px auto;
    width: 1200px;
}

.ydlhUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ydlhUl li {
    border-radius: 10px;
    cursor: pointer;
}

.ydlhImg {
    width: 257px;
    height: 160px;
    padding: 10px 10px 0;
}

.ydlhImg img {
    width: 100%;
    height: 100%;
}

.ydlhText {
    width: 277px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
}


.modalBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    display: none;
    z-index: 12000;
}

.modalBox {
    width: 1100px;
    height: 800px;
    background-color: white;
    position: absolute;
    margin: 2200px auto 0;
}

.showTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #ccc;
    font-size: 30px;
    text-align: center;
    position: relative;
}

#showBtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: none;
    background-color: white;
    font-size: 20px;
    color: #C04625;
}

.showBox {
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.credit {
    display: block;
    width: 1200px;
    margin: 50px auto 0 auto;
}