* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}

/* 头部 */

.header {
    width: 100%;
    height: 640px;
    text-align: center;
    position: relative;
    z-index: 11000;
    background: url("../images/headerBg.png") no-repeat;
    background-size: 100% 100%;
}

.title {
    width: 100%;
    padding-top: 170px;
}

.title img {
    width: 600px;
    height: 77px;
}

.inputBox {
    padding-top: 30px;
}

.inputBox input {
    width: 695px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 18px;
    vertical-align: top;
}

#sousuo {
    width: 73px;
    height: 68px;
    background-color: #C04625;
    border: 0;
    background-image: url("../images/shousuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: -5px;
}

.contentTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

/* 热门服务 */

.rmfw {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.rmfwUl {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.rmfwUl li a {
    display: flex;
    width: 185px;
    height: 193px;
    justify-content: center;
    align-items: center;
    border: solid 1px #ddd;
    border-radius: 3px;
}

.rmfwUl li a:hover {
    box-shadow: 0 0 10px 0 #ccc;
}



/* 走进道孚 */

.zjdf {
    padding-top: 80px;
    width: 100%;
    background: url("../images/zjdf2.png");
    padding-bottom: 62px;
}

.zjdfBox {
    background-color: #ffffff;
    margin: 60px auto 0;
    width: 1200px;
    height: 285px;
}

.zjdfBox>div {
    display: inline-block;
}

.zjdfLeft {
    width: 524px;
    height: 285px;
    float: left;
}

.zjdfLeft img {
    width: 100%;
    height: 100%;
}

.zjdfRight {
    width: 616px;
    font-size: 16px;
    color: #7d7d7d;
    line-height: 26px;
    padding: 30px 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.zjdfPic {
    padding: 40px 30px 50px;
    width: 1140px;
    height: 263px;
    margin: 0 auto;
    background-color: white;
}

.zjdfPic img {
    width: 100%;
    height: 100%;
}

/* 资讯政策 */

.zxzc {
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 80px;
}

.zxzcContent {
    width: 1200px;
    margin: 0 auto;
}

.zxzcUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin-top: 40px;
}

.zxzcUl a {
    display: block;
    width: 551px;
    height: 156px;
    background-color: white;
    padding : 0 20px;
    margin-bottom: 20px;
}

.zxzcLinkTitle {
    font-size: 18px;
    color: black;
    padding-top: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zxzcLinkTime {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 5px;
}

.zxzcLinkLine {
    border-top: solid 1px #ccc;
    width: 20px;
    height: 1px;
    margin: 7px 0;
}

.zxzcLinkNews {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zxzcUl a:hover {
    background-color: #F79634;
}

.zxzcUl a:hover .zxzcLinkTitle, .zxzcUl a:hover .zxzcLinkTime, .zxzcUl a:hover .zxzcLinkNews {
    color: white;
}

.zxzcUl a:hover .zxzcLinkLine {
    border-top: solid 1px white;
}

/* 主题服务 */

.ztfw {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.ztfwUl {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 50px;
}

.ztfw a {
    display: block;
    width: 277px;
    height: 160px;
}