* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}

/* 头部 */

.headerShowBox {
    position: absolute;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.headerBg {
    width: 100%;
    height: 580px;
    transition: margin-left 1.5s;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#headerBg1 {
    margin-left: 0;
    background-image: url("../images/banner01.jpg");
}

#headerBg2 {
    margin-left: 100%;
    background-image: url("../images/banner02.jpg");
}

#headerBg3 {
    margin-left: 200%;
    background-image: url("../images/banner03.jpg");
}

#headerBg4 {
    margin-left: -100%;
    background-image: url("../images/banner04.jpg");
}

.header {
    width: 100%;
    height: 580px;
    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: #365DF0;
    border: 0;
    background-image: url("../images/shousuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: -5px;
}

.content>div {
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;
}

.contentTitle {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #365DF0;
    height: 75px;
    width: 331px;
    margin: 0 auto 50px;
    background: url("../images/titleLine.png") no-repeat 0 70px;
}

.rdfwUl {
    position: relative;
    width: 1300px;
    margin-left: -50px;
    /* display: flex;
    justify-content: space-between; */
}

.rdfwUl li {
    display: inline-block;
    width: 214px;
    height: 405px;
    box-shadow: 0 0 10px 0 #c5c5c5;
    position: relative;
}
.swiperUl{
    display: flex;
    justify-content: space-around;
    padding: 0 50px 20px;
}
.rdfwUl li img {
    width: 100%;
    height: 120px;
}

.rdfwUl .rdfwTitle {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px 25px;
}

.rdfwUl .rdfwContent {
    padding: 0 20px;
    color: #959596
}

.rdfwUl .rdfwBtn {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.rdfwUl .rdfwBtn a {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: white;
    color: black;
    border-radius: 23px;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #e2e2e2
}

.rdfwUl .rdfwBtn a:hover {
    background-color: #3E5CCF;
    color: white;
}

.swiperBtn{
    position: absolute;
    top: 170px;
    z-index: 999;
    cursor: pointer;
}
.swiperRight{
    right: 0;
}

/* 走进得荣 */

.content .zjdr {
    width: 100%;
    background-color: #FAFAFA;
}

.content .zjdrBox {
    width: 1200px;
    margin: 0 auto;
}

.zjdrContent {
    display: flex;
    justify-content: space-between;
}

.zjdrLeft {
    width: 600px;
}

.zjdrLeftTitle {
    padding-bottom: 5px;
    width: 150px;
    font-size: 50px;
    border-bottom: solid 7px #4C73E0;
}

.zjdrLeftContent {
    margin-top: 45px;
    color: #909090;
    line-height: 34px;
	text-indent: 2em;
/*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;*/
}

.zjdrLeftBtn {
    margin-top: 60px;
}

.zjdrRight {
    width: 523px;
}

.zjdrRightImgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zjdrRightImgBox li {
    display: inline-block;
    margin-bottom: 45px;
}

.zjdrRightImgBox li a {
    display: block;
    width: 237px;
    height: 202px;
}

/* 资讯政策 */

.zxzcContent {
    display: flex;
    justify-content: space-between;
}

.zxzcLeft {
    width: 608px;
    height: 460px;
}

.zxzcLeftBox, .zxzcLeft img {
    width: 100%;
    height: 100%;
}

.zxzcLeft .zxzcLeftBox {
    display: none;
}

.zxzcLeft .zxzcLeftBox:first-child {
    display: block;
}

.zxzcRight {
    width: 570px;
}

.zxzcRightBox {
    width: 100%;
    height: 100px;
    background-color: #F4F4F4;
    margin-bottom: 20px;
    display: inline-block;
    /* cursor: pointer; */
}

.zxzcRight .zxzcRightBox:last-child {
    margin-bottom: 0;
}

.zxzcRightTime {
    width: 100px;
    height: 100px;
    float: left;
    /* text-align: center */
}

.year {
    font-size: 24px;
    color: #525252;
    border-bottom: solid 1px #e2e2e2;
    margin: 20px auto 6px;
    width: 56px;
    padding-bottom: 3px;
}

.month {
    color: #525252;
    text-align: center;
}

.zxzcRightTitle {
    padding: 15px 20px 8px 0;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333
}

.zxzcRightDetail {
    padding-right: 20px;
    color: #aba8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zxzcRight .zxzcRightBox.thisDiv {
    background-color: #3E5CCF;
    color: white;
}

.zxzcRightBox.thisDiv .month, .zxzcRightBox.thisDiv .year, .zxzcRightBox.thisDiv .zxzcRightTitle, .zxzcRightBox.thisDiv .zxzcRightDetail {
    color: white;
}

/* 主题服务 */

.content .ztfw {
    width: 100%;
    background-color: #FAFAFA;
}

.content .ztfwBox {
    width: 1200px;
    margin: 0 auto;
}

.ztfwUl {
    display: flex;
    justify-content: space-between;
}