* {
    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/headerBg.jpg");
}

#headerBg2 {
    margin-left: 100%;
    background-image: url("../images/headerBg2.jpg");
}

#headerBg3 {
    margin-left: -200%;
    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: 576px;
    height: 62px;
}

.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;
}

/* 导航 */

.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;
    width: 1100px;
    padding-left: 50px;
}

.iconUl li {
    display: inline-block;
}

.iconUl a {
    display: block;
    background-color: white;
    width: 250px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 30px;
    border: solid 1px #ccc;
    border-radius: 10px;
    color: #656565;
    font-size: 20px;
    padding: 0 10px;
	box-sizing: border-box;
}
.iconUl a.twoLines{
    line-height: 40px;
}



.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 20px 0;
    margin-bottom: 40px;
    /* padding-top: 20px;
    padding-right: 15px; */
}

.zxzcUl .imgBox {
    width: 140px;
    height: 160px;
    float: left;
    padding-left: 20px;
}

.zxzcUl .imgBox img {
    width: 100%;
    height: 100%;
}

.NewsBox .newsTitle,.NewsBox .newsContent,.NewsBox .newsTime{
    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: 30px;
    color: #888;
    overflow: hidden; 
    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;
}



/* 主题服务 */
.tsfwUl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tsfwUl a{
    display: block;
    width: 280px;
    height: 80px;
    line-height: 80px;
    background-color: white;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}
.tsfwUl a:hover{
    background-color: #C04625;
    color: white;
}
.tsfwUl a.placeholderA{
    opacity: 0;
}

/* 云端炉霍 */
.ydlh{
    margin: 60px auto;
    width: 1200px;
}
.ydlhUl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ydlhUl li{
    border: solid 1px #ccc;
    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;
    color: #555;
}


.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;
}