p {
    margin: 0;
}
.banner-box {
    height: 528px;
}
.banner {
    margin-right: 572px;
    height: 100%;
}
.banner .banner-item {
    width: 100%;
    height: 100%;
}
.home-component  .category {
    position: absolute;
    top: 0;
    right: 0;
    width: 572px;
    bottom: 0;
    background-color: #68B861;
    padding-left: 47px;
}
.home-component  .category-title {
    margin-top: 60px;
    font-size:24px;
    font-weight:400;
    height: 34px;
    width: 323px;
    border-bottom: 10px solid #52a24b;
    color:#fff;
    cursor: pointer;
    letter-spacing:2px;
    position: relative;
}
.category-title img{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: -30px;
}
.category-title:hover{
    text-shadow: 2px 2px 5px #007000
}
.category-items {
    margin-top: 23px;
    font-size: 0;
}
.category-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 25px;
    width: 184px;
    cursor: pointer;
}
.category-item:nth-child(2n-1) {
    margin-left: 0;
}
.category-item img {
    display: inline-block;
    vertical-align:top;
    width: 56px;
    height: 56px;
}
.category-item p {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-bottom: 0;
    width: 122px;
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}
.category-item p.row-text {
    line-height: 56px;
}
.category-item p.t-row-text {
    padding-top: 9px;
    line-height: 19px;
}
.category-item:hover p {
    font-weight: bold;
    text-decoration: underline;
}
.count-wrap {
    padding: 19px 0;
    height: 104px;
    background-color: #F6971F;
}
.count-list {
    width: 1200px;
    margin:  0 auto;
}
.count-item {
    position: relative;
    float: left;
    width: 33.33%;
    height: 100%;
    color: #fff;
}
.count-item:after {
    position: absolute;
    right: 0;
    top: 31px;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.count-item:last-child:after {
    width: 0;
}
.count {
    font-size: 0;
}
.count >P {
    display: inline-block;
    vertical-align: top;
}
.total-number {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
.unit {
    margin-left: 5px;
    height: 40px;
    line-height: 55px;
    font-size: 14px;
}
.count-title {
    margin-top: 9px;
    font-size: 14px;
}
.text-left .count-title {
    padding-left: 18px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.count-item.text-right .count {
    padding-right: 22px;
}
.advantage-content {
    margin-top: 98px;
}
.advantage-box {
    width: 1200px;
    margin: 0 auto;
}
.box-title {
    font-size: 0;
}
.box-title > p{
    vertical-align: top;
    display: inline-block;
    height: 46px;
}
.box-title > p:first-child {
    font-weight: bold;
    font-size: 46px;
    line-height: 46px;
    color: #222222;
    letter-spacing: 3px;
}
.box-title > p:last-child {
    margin-left: 6px;
    font-weight: bold;
    font-size: 46px;
    line-height: 46px;
    color: #EAF1FF;
    letter-spacing: 2px;
}
.advantage-box  .item {
    margin-top: 40px;
    display: flex;
    height: 280px;
    cursor: pointer;
}
.advantage-box  .item:hover .advantage-info {
    background-color: #E5E5E5;
}
.advantage-box  .img-box {
    flex: 0 0 auto;
    width: 400px;
    height: 280px;
}
.advantage-box  .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}
.advantage-text {
    flex: 1;
}
.advantage-title {
    padding-left: 50px;
    height: 60px;
    line-height: 60px;
}
.advantage-title p {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.advantage-title p:first-child {
    font-size: 30px;
    font-weight: bold;
}
.advantage-title p:last-child {
    margin-left: 12px;
    font-size: 20px;
    height: 60px;
    line-height: 72px;
}
.advantage-info {
    padding: 30px 63px 0 50px;
    line-height: 32px;
    color: #222222;
    font-size: 16px;
    letter-spacing: 1px;
    height: 220px;
}
.new-content {
    padding-top: 95px;
    margin-top: 95px;
    height: 779px;
    background: url(../images/home/background.png)  center;
}
.news {
    width: 1200px;
    margin: 0 auto;
}
.list-box {
    margin-top: 38px;
}
.tab-nav {
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius:10px 10px 0px 0px;
    cursor: pointer;
    margin-bottom: 1px;
}
.tab-nav:first-child {
    margin-left: 0;
}
.tab-nav.active {
    position: relative;
    bottom: -1px;
}
.tab-page-top{
    height: 12px;
    border-radius:0px 10px 0px 0px;
}
.tab-page-content {
    background-color: #E5E5E5;
}
.news-list {
    height: 393px;
}
.new-cell {
    position: relative;
    float: left;
    width: 33.33%;
    height: 100%;
    padding: 0 25px 0 34px;
}
.new-text-two{
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-cell:after {
    position: absolute;
    right: 0;
    top: 18px;
    content: '';
    display: block;
    width: 1px;
    height: 364px;
    background-color: #ccc;
}
.new-cell:last-child:after {
    width: 0;
}
.picture-box {
    margin: 23px auto auto auto;
    height: 225px;
    width: 300px;
    border-radius:0px 10px 10px 10px;
}
.picture-box img {
    display: block;
    width: 100%;
    height: 100%;
}
.new-time {
    font-size: 13px;
}
.y-picture-time {
    margin-top: 20px;
}
.new-title {
    margin-top: 13px;
    color: #222222;
    font-size: 20px;
    cursor: pointer;
}
.new-title:hover {
    text-decoration: underline;
}
.row-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.row-2 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.new-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 24px;
}
.n-picture-time {
    margin-top: 36px;
}
.new-more-btn {
    margin: 25px 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
}
.spread-content {
    margin-top: 99px;
}
.spread-box {
    width: 1200px;
    margin: 0 auto;
}
.spread-tip {
    margin-top: 10px;
    font-size: 0;
    color: #147DCE;
}
.spread-tip p {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px;
}
.spread-tip p.city {
    font-size: 20px;
    margin: 0 5px;
    position: relative;
    top: -3px;
}
.spread-list {
    margin-top: 40px;
    font-size: 0;
}
.spread-item {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 60px;
    cursor: pointer;
}
.spread-item.opacity-80 .spread-top{
    opacity:.2;
}
.spread-item:nth-child(3n) {
    margin-right: 0;
}
.spread-top {
    height:58px;
    /* line-height: 58px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius:8px 8px 0px 0px;
}

.spread-top b{
    font-size: 14px;
}
.spread-city {
    position: relative;
    margin-top: 10px;
    width: 100%;
    /*height: 188px;*/
}
.spread-city > img {
    display: block;
    width: 100%;
    height: 258px;
}
.plan-content {
    margin-top: 56px;
    height: 520px;
    overflow: hidden;
    background: url(../images/home/start-bg_2.jpg?v=1) no-repeat center center;
}
.plan-box {
    margin: 328px auto 0 auto;
    width: 1200px;
    position: relative;
}
.plan-title {
    color: #0B55A9;
    font-size: 44px;
    font-weight: bold;
    font-family: 'MicrosoftYaHeiUI';
    text-shadow: 6px 2px 6px #fff;
}
.plan-small-title {
    margin-top: 25px;
    font-size: 18px;
    color: #0B55A9;
    font-family:Microsoft YaHei UI;
    text-shadow: 0px 3px 6px #fff;
}
.btn-plan {
    position: absolute;
    bottom: -8px;
    right: 183px;
    display: block;
    margin: 41px auto 0 auto;
    width:188px;
    height:44px;
    line-height: 44px;
    text-align: center;
    background: #F6971F;
    border-radius:8px;
    color: #fff;
    font-size: 16px;
}
.btn-plan:hover{
    color: #fff;
    background-color: #ffab40;
}

.home-new-active-0 .spread-top{
    background-color: #147DCE;
}
.home-new-active-3 .spread-top{
    background-color: #68B861;
}
.home-new-active-3 .spread-top.opacity-80{
    background-color: rgba(104,184,97,.4);
}
.home-new-active-2 .spread-top{
    background-color: #F6971F;
}
.home-new-active-1 .spread-top{
    background-color: #E9008D;
}
.spread-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.spread-mask .mask-bottom{
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    transform: translate3d(0,100%,0);
}
.spread-city:hover .mask-bottom {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: all .5s;
}
 .home-new-active-0 .mask-bottom{
    background-color: rgba(20,125,206,.6);
}
.home-new-active-3 .mask-bottom{
    background-color: rgba(104,184,97,.6);
}
.home-new-active-2 .mask-bottom{
    background-color: rgba(246,151,31,.6);
}
.home-new-active-1 .mask-bottom{
    background-color: rgba(233,0,141,.6);
}

.spread-mask > span {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transform: translate3d(0,20px,0);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.spread-city:hover .spread-mask > span {
    transform: translate3d(0,0,0);
    visibility: visible;
    opacity: 1;
    transition: all .5s ease .3s;
}
.advantage-type-0 {
    background-color:#147DCE;
}
.advantage-type-1 {
    background-color:#E9008D;
}
.advantage-type-2 {
    background-color:#68B861;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .home-component .category {
        width: 418px;
        padding-left: 17px;
    }
    .banner {
        margin-right: 418px;
    }
}
.banner-tip{
    position: absolute;
    right: 0;
    padding: 40px 60px;
    background: rgba(104,183,97,0.7);;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing:6px;
    border-radius: 2px;
}
.banner-tip span{
    font-size: 30px;
    font-weight: 400;
}
.position-tip-1{
    font-size: 44px;
    padding: 35px 60px;
    top: 180px;
}
.position-tip-2{
    top: 406px;
}
.position-tip-3{
    top: 55px;
}
.position-tip-4{
    top: 390px;
}
.position-tip-5{
    top: 278px;
}
.position-tip-6{
    top: 347px;
}
