﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}

/* 头部 */

.headerShowBox {
    position: absolute;
    width: 100%;
    height: 629px;
    overflow: hidden;
}

.headerBg {
    width: 100%;
    height: 480px;
    transition: margin-left 1.5s;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#headerBg1 {
    margin-left: 0;
    background-image: url("../images/banner1.jpg");
}

#headerBg2 {
    margin-left: 100%;
    background-image: url("../images/banner2.jpg");
}

#headerBg3 {
    margin-left: -200%;
    background-image: url("../images/banner3.jpg");
}

/*#headerBg4 {*/
    /*margin-left: -100%;*/
    /*background-image: url("../images/banner04.png");*/
/*} */

.header {
    width: 100%;
    height: 480px;
    text-align: center;
    position: relative;
    z-index: 11000;
    /* background: url("../images/headerBg.jpg") no-repeat 100% 100%; */
    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: #C81313;
    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;
    height: 75px;
    width: 331px;
    margin: 0 auto 50px;
    background: url("../images/titleLine.png") no-repeat 0 70px;
}
.contentTitle span{
    color: #C81313;
}

/*热门服务*/
.rmfwUl {
    display: flex;
    justify-content: space-between;
}

.rmfwUl li {
    display: inline-block;
}
.rmfwUl li a{
    width:162px;
    height: 136px;
    display: block;
    border-radius: 5px;
}
.rmfwUl li a img {
    width: 100%;
    height: 100%;
}
.rmfwUl a:hover{
    box-shadow: 0 0 10px 0 #848484;
}

/* 走进新龙*/

.content .zjxl {
    width: 100%;
    background-color: #F2F2F2;
}

.content .zjxlBox {
    width: 1200px;
    margin: 0 auto;
    background: url("../images/xljj.png") no-repeat;
    background-position: left 55px;
}
.zjxlContent{
    padding: 0 100px;
}
.zjxlText{
    font-size: 18px;
    color: #676565;
    line-height: 40px;
    text-indent: 2em;
}

.zjxlText a{
    color: #C81313;
    float: right;
}

.zjxlUl{
    margin-top: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* 资讯政策 */

.zxzcContent {
    display: flex;
    justify-content: space-between;
}

.zxzcLeft {
    width: 608px;
    height: 460px;
    position: absolute;
    overflow: hidden;
}

.zxzcLeftBox, .zxzcLeft img {
    width: 100%;
    height: 100%;
}
.zxzcLeftBox{
    position: absolute;
    transition: margin-left 0.5s;
}
#zxzcLeftBox1{
    margin-left: 0;
}
#zxzcLeftBox2{
    margin-left: 100%;
}
#zxzcLeftBox3{
    margin-left: 200%;
}
#zxzcLeftBox4{
    margin-left: -100%;
}

.zxzcRight {
    width: 570px;
    margin-left: 630px;
}

.zxzcRightBox {
    width: 100%;
    height: 100px;
    background-color: #F4F4F4;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}

.zxzcRight li:last-child a{
    margin-bottom: 0;
}
.zxzcRightTitle{
    color: #2f2f2f;
}
.zxzcRightTime {
    width: 100px;
    height: 100px;
    float: left;
}

.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;
}

.zxzcRight .zxzcRightBox:hover {
    background-color: #C81313;
    color: white;
}

.zxzcRightBox:hover .month, .zxzcRightBox:hover .year , .zxzcRightBox:hover .zxzcRightTitle{
    color: white;
}

.zxzcRightTitle {
    padding: 15px 20px 8px 0;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zxzcRightDetail {
    padding-right: 20px;
    color: #aba8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 主题服务 */

.content .ztfw{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.ztfwUl{
    display: flex;
    justify-content: space-between;
}
.ztfwUl li a{
    display: block;
    width: 280px;
    height: 268px;
    box-shadow: 0 0 10px 0 #bbb;
    border-radius: 10px;
}
.ztfwImg{
    width: 100%;
    height: 162px;
}
.ztfwImg img{
    width: 100%;
    height: 100%;
}
.ztfwText{
    width: 100%;
    height: 106px;
    line-height: 106px;
    text-align: center;
    color: black;
    font-size: 22px;
}