﻿@charset "UTF-8";
/* html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} */
/****轮播开始****/
.index-banner {
    overflow: hidden;
    position: relative;
    min-height: 80vh;
    /*分页器*/
}
.dark-banner{
     min-height: 80vh;
}
.lazy-load-box{
     min-height: 80vh;
}
.dark-banner .swiper-container{
     min-height: 80vh;
}


.index-banner .animated{
	animation-duration: 1s;
}
.index-banner .dark-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index-banner .dark-banner .swiper-slide {
    width: 100vw;
}
.index-banner .dark-banner .swiper-container {
    width: 100%;
    height: auto;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}
.index-banner .swiper-button-prev {
    left: 0;
    display: none;
}
.index-banner .swiper-button-next {
    right: 0;
    display: none;
}
.index-banner .swiper-button-prev span,
.index-banner .swiper-button-next span {
    display: block;
    width: 22px;
    height: 70px;
    position: absolute;
    left: 38px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: url(../../Img/images/banner-left.png) no-repeat center center;
}
.index-banner .swiper-button-prev span:hover,
.index-banner .swiper-button-next span:hover {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}
.index-banner .swiper-button-next span {
   background: url(../../Img/images/banner-right.png) no-repeat center center;
    left: auto;
    right: 38px;
}
.index-banner .swiper-button-next span:hover {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}
.index-banner .dark-banner .swiper-pagination {
    top: auto;
    bottom: 12px;
    background: none;
}
.index-banner .dark-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}
.index-banner .dark-banner .swiper-pagination-bullet span {
    width: 30px;
    height: 6px;
    display: block;
    background:#fff;
}
.index-banner .dark-banner .swiper-pagination-bullet-active span {
    background: #5dba74;
}
.index-banner .dark-banner .autoplay .swiper-pagination-bullet-active span {
    background: #5dba74;
}
.index-banner .apple-banner .swiper-pagination-bullet i {
    background: gray;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}
.index-banner .dark-banner .autoplay .swiper-pagination-bullet-active span {
    background: #5dba74;
}
.index-banner .dark-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
}
.index-banner .dark-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}
.index-banner .dark-banner .autoplay .replace span {
    /*background: gray;*/
}
@media screen and (max-width: 991px) {
    .index-banner .swiper-button-prev span {
        width: 0.688em;
        height: 2.188em;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        left: 30%;
        top: 60%;
    }
    .index-banner .swiper-button-next span {
        width: 0.688em;
        height: 2.188em;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        right: 30%;
        top: 60%;
    }
    .index-banner .dark-banner .swiper-pagination {
        bottom: 0%;
    }
    .index-banner .dark-banner .swiper-pagination-bullet {
        width: 50px;
        height: 30px;
    }
}
.index-ban-doc {
    opacity: 0;
    top: 40%;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    transform: translateY(40%);
    color: #fff;
}
.index-ban-doc .big-tit1 {
    font-size: 2em;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    font-weight: bold;
}
.index-ban-doc .big-tit {
    font-size: 3em;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 5px;
}
.index-ban-doc .line {
    height: 3px;
    width: 82px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 36px;
}
.index-ban-doc .ban-edit {
    font-size: 1em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: 1em;
    font-family: "arial"
}
@media screen and (max-width: 1400px) {
    .index-ban-doc .big-tit1 {
        font-size: 1.5em;
    }
    .index-ban-doc .big-tit {
        font-size: 2.2em;
        font-weight: bold;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }
    .index-ban-doc .line {
        height: 3px;
        width: 70px;
        background-color: #fff;
        margin-top: 20px;
        margin-bottom: 36px;
    }
    .index-ban-doc .ban-edit {
        font-size: 1.4em;
        text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    }
}
@media screen and (max-width: 991px) {
    .index-ban-doc {
        opacity: 0;
        top: 40%;
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        transform: translateY(40%);
        color: #fff;
    }
    .index-ban-doc .big-tit1 {
        font-size: 1.3em;
    }
    .index-ban-doc .big-tit {
        font-size: 2em;
        font-weight: bold;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }
    .index-ban-doc .line {
        height: 2px;
        width: 3.125em;
        background-color: #fff;
        margin-top: 1.125em;
        margin-bottom: 1.875em;
    }
    .index-ban-doc .ban-edit {
        font-size: 1.2em;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    }
}
.just-srcoll-wrap .home_banner_btn {
    border-top: 1px solid #dcdcdc;
    -webkit-transform: rotate(-90deg) translate3d(-100%, 0, 0);
    -moz-transform: rotate(-90deg) translate3d(-100%, 0, 0);
    -ms-transform: rotate(-90deg) translate3d(-100%, 0, 0);
    -o-transform: rotate(-90deg) translate3d(-100%, 0, 0);
    transform: rotate(-90deg) translate3d(-100%, 0, 0);
    width: 224px;
    color: #ffffff;
    position: absolute;
    top: 74%;
    text-align: right;
    z-index: 60;
}
.just-srcoll-wrap .home_banner_btn i {
    padding-right: 90px;
    line-height: 30px;
}
.just-srcoll-wrap .home_banner_btn>.txt {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    line-height: 30px;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.just-srcoll-wrap .index_sec1_img1,
.just-srcoll-wrap .index_ser img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
@media screen and (max-width: 1400px) {
    .just-srcoll-wrap .home_banner_btn {
        top: 60%;
    }
}
@media screen and (max-width: 1366px) {
    .just-srcoll-wrap .home_banner_btn {
        top: 62%;
    }
}
@media screen and (max-width: 1280px) {
    .just-srcoll-wrap .home_banner_btn {
        top: 66%;
    }
}
@media screen and (max-width: 991px) {
    .just-srcoll-wrap .home_banner_btn {
        border-top: 1px solid #dcdcdc;
        cursor: pointer;
        -webkit-transform: rotate(-90deg) translate3d(-100%, 0, 0);
        -moz-transform: rotate(-90deg) translate3d(-100%, 0, 0);
        -ms-transform: rotate(-90deg) translate3d(-100%, 0, 0);
        -o-transform: rotate(-90deg) translate3d(-100%, 0, 0);
        transform: rotate(-90deg) translate3d(-100%, 0, 0);
        width: 224px;
        color: #ffffff;
        position: absolute;
        left: -90px;
        top: 65%;
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .index-banner .swiper-button-prev{
        display: none;
    }
    .index-banner .swiper-button-next{
        display: none;
    }
}
.lazy-load-box {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #eaeaea;
  position: absolute;
  z-index: 8;
}
.lazy-load-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -128px;
  margin-left: -128px;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  transform: scale(0.25);
  z-index: 8;
}
.ie9 .lazy-load-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width:50px;
  height:50px;
  z-index: 8;
}


.w1300 {
    width: 88%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    text-align: center;
}
.dark-banner .w1300{
    position: absolute;
}
.newsimgwrap{
    width:1285px;
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.newsimgwrap img{
    width: 100%;
    max-width: 1270px;
    display: block;
    margin:0 auto;
}
@media screen and (max-width:992px){
    .newsimgwrap{
        width: 100%;
    }
}


@media screen and (max-width:1400px){
.w1300 {
    width: 86%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}
}

.ph-index-banner {
    height: 100vh;
}
.ph-index-banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.dark-banner-ph .swiper-container {
   height: 100vh;
}
.dark-banner-ph .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.dark-banner-ph .swiper-pagination-bullet {
    width: 50px;
    height: 30px;
}
.dark-banner-ph .swiper-pagination-bullet {
    display: inline-block;
    width:0.34rem;
    height: 0.3rem;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
    
}
.dark-banner-ph .swiper-pagination-bullet span {
    width: 0.34rem;
    height: 7px;
    display: block;
    background: #fff;
}
.dark-banner-ph .swiper-pagination-bullet-active span {
    background: #5dba74;
}

/* 公司新闻开始 */
.news-box{
	padding-top: 3.15em;
	position: relative;
    z-index: 5;
}
.news-box .num-box{
    position: absolute;
    right: 6px;
    top: 2.1em;
    width: 100%;
    text-align: right;
}
.news-box .num-box img{
    float: right;
    margin-left: 5px;
}

.name-top{
	position: relative;
}
.name-top:after {
  content: '';
  display: table;
  clear: both;
}

.name-top .left{
	float: left;
	font-size: 1.8em;
	line-height: 1.861em;
}
.name-top .left a{
	font-weight: bold;
	color: #333;
}
.name-top .left a:hover{
	color: #00a2a2;
}

.name-top .more{
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.news-box .name-top .more{
	bottom: 3px;
}
.name-top .more:hover{
	color: #00a2a2;
}
.news-main{
	margin-top: 12px;
	position: relative;
}
.news-main:after {
  content: '';
  display: table;
  clear: both;
}
.news-main .left{
	position: absolute;
	width: 56.46%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:10;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.news-main .left .swiper-container{
	width: 100%;
	height: 100%;
}
.news-main .left .swiper-container .swiper-slide{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.news-main .left .swiper-container .swiper-slide a{
	display: block;
	height: 100%;
}
.news-main .left .name{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1em;
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 0 1.5em;
	line-height: 3em;
	padding-right: 20%;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.news-main .swiper-pagination{
	z-index: 1000;
	width: 30%;
	text-align: right;
	left: inherit;
	right: 27px;
	bottom:0.8em;
}
.news-main .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 4px !important;
	background: #adafae;
}
.news-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #5dba74;
}

.news-main .left .news-prev{
    width: 19px;
    height: 35px;
    background: url(../../Img/images/index-news-leftbg.png) no-repeat center center;
    position: absolute;
    left: 1.5em;
    top: 50%;
    margin-top: -17.5px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: none;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
}
.news-main .left .news-prev:hover{
    opacity: 1;
}
.news-main .left .news-next{
    width: 19px;
    height: 35px;
    background: url(../../Img/images/index-news-rightbg.png) no-repeat center center;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -17.5px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
     display: none;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
}
.news-main .left .news-next:hover{
    opacity: 1;
}
.news-main .left:hover .news-prev{
    display: block;
}
.news-main .left:hover .news-next{
   display: block;
}

.news-main .right{
	float: right;
	width: 40.34%;
	min-height: 200px;
	background: #fff;
	padding: 2em 1.5em;
	box-shadow: 0 -8px 40px rgba(0,0,0,0.07);
    min-height: 22.6em;
}
.news-main .right .list li{
	position: relative;
	padding-left: 90px;
	padding-right: 1.6em;
	margin-bottom: 1.2em;
}
.news-main .right .list li:last-child{
	margin-bottom: 0;
}
.news-main .right .list .cont .name{
	font-size: 20px;
	line-height: 24px;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #000;
}
.news-main .right .list .cont .doc{
	line-height: 22px;
	height: 44px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  margin-top: 7px;
  color: #666666;
  font-size: 14px;
}
.news-main .right .list .time{
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	background: url(../../Img/images/index-news-timebg1.png) no-repeat center center;
	color: #fff;
	font-family: "arial";
	padding-top: 9px;
	text-align: center;
}
.news-main .right .list .time span{
	font-size: 40px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 3px;
	display: inline-block;
	margin-left: -2px;
}
.news-main .right .list .time{
	font-size: 12px;
	line-height: 16px;
}
.news-main .right .more{
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 21px;
	margin-top: -10.5px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-main .right .list li:hover .more{
	right: -5px;
}
.news-main .right .list li:hover .cont .name{
	color: #00a2a2;
}

@media screen and (max-width: 767px) {
    .news-box .num-box{
        display: none;
    }
    .news-main .left{
    	position: relative;
    	width: 100%;
    	height: 2.32rem;
    	left: inherit;
    	top: inherit;
    }
    .news-main .right{
    	float: none;
    	width: 100%;
    	margin-top: 0.3rem;
    	padding: 0.19rem 0.1rem 0.32rem 0.1rem;
        min-height: auto;
    }
    .news-main .right .list .cont .name{
    	font-size: 0.16rem;
    	line-height: 0.24rem;
    }
    .news-main .right .list .cont .doc{
    	font-size: 0.12rem;
    	line-height: 0.2rem;
        height: 0.4rem;
    	margin-top: 5px;
    }
    .news-main .left .name{
    	padding-right: 30%;
    }
    .news-box{
    	padding-top: 0.3rem;
    }
    .name-top .left{
    	font-size: 0.25rem;
    }
    .news-main{
    	margin-top: 0.2rem;
    }
    .news-main .right .list li{
    	padding-left: 0.69rem;
    	padding-right: 0.3rem;
    }
    .news-main .right .list .time{
    	width: 0.6rem;
    	height: 0.6rem;
    	font-size: 12px;
    	background-size: 100%;
    	line-height: 0.12rem;
    	padding-top: 0.03rem;
    	top: 0.05rem;
    }
    .news-main .right .list .time span{
    	font-size: 0.23rem;
    	margin-bottom: -5px;
    }
    .news-main .right .more{
    	width: 8px;
    	height: 12px;
    	margin-top: -6px;
    	right: 5px;
    }
}

/* 基层动态 */
.media-box{
/*     padding-top: 6em; */
    background: url(../../Img/images/index-second-bg.jpg) no-repeat center center;
    background-size: cover;
/*     margin-top: -3em; */
    padding-bottom: 3.7em;
    position: relative;
    z-index: 2;
}
.media-main .left {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.media-main .right {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.media-main .right.notice {
    margin-right: 0;
}
.media-main .left .left,
.media-main .right .left {
    width: 100%;
    margin-right: 0;
}

.media-main .list {
}
.media-main .list li{
    overflow: hidden;
    font-size: 20px;
    line-height: 44px;
}
.media-main .list .name{
    float: left;
    width: 85%;
    padding-left: 21px;
    position: relative;
    overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.media-main .list .name::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: -3px;
    left:0;
    width:6px;
    height:6px;
    background:#31ba53;
}
.media-main .list .name a{
    color: #333;
}
.media-main .list .name a:hover{
    color: #00a2a2;
}
.media-main .list .time{
    float: right;
    width: 15%;
    text-align: right;
    font-size: 12px;
}
.media-main .name-top .more{
    color: #00a2a2;
}
.media-main .name-top .more:hover{
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .media-main .left {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .media-main .right{
        width: 100%;
        float: none;
        margin-top: 0.2rem;
        margin-right: 0;
    }
    .media-main .list li{
        font-size: 0.16rem;
        line-height: 0.4rem;
    }
    .media-main .list .name::after{
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }
    .media-main .list .name{
        padding-left: 12px;
    }
    .media-box{
        padding-top: 0.8rem;
        margin-top: -0.4rem;
        background: none;
        padding-bottom: 0.35rem;
    }
}

/* 投资者关系 */
.tou-box{
    padding-top: 2em;
    padding-bottom: 4.25em;
    background: url(../../Img/images/index-tou-boxbg.jpg) no-repeat center center;
    background-size: cover;
}
.tou-box .top-name{
    font-size: 1.8em;
    line-height: 3.444em;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.tou-box .list{
    overflow: hidden;
}
.tou-box .list li{
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 4.5em;
    padding-bottom: 3em;
}
.tou-box .list .imgs span{
    position: relative;
    display: inline-block;
}
.tou-box .list .imgs img{
    display: inline-block;
    height: 66px;
}
.tou-box .list .imgs object{
    height: 66px;
}
.tou-box .list .imgs  em{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: -2em;
    top: -0.5em;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    background: #fc7681;
}

.tou-box .list .li1{
    background: rgba(0,91,172,.8);
}
.tou-box .list .li2{
    background: rgba(0,146,195,.8);
}
.tou-box .list .li3{
    background: rgba(0,192,192,.8);
}
.tou-box .list .li4{
    background: rgba(0,179,149,.8);
}
.tou-box .list .name{
    font-size: 1em;
    line-height: 3em;
    color: #fff;
}
.tou-box .list .more{
    margin-top: 1.6em;
    line-height: 10px;
}
.tou-box .list .more img{
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tou-box .list li:hover .more img{
    display: inline-block;
    margin-right: -20px;
}

@media screen and (max-width: 767px){
    .tou-box{
        padding: 0.2rem 0.23rem;
        padding-bottom: 0.34rem;
        background: url(../../Img/images/index-tou-boxbg1.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .tou-box .top-name{
        font-size: 0.25rem;
        line-height: 0.7rem;
    }
    .tou-box .list li{
        width: 50%;
    }
    .tou-box .sm-global-inner{
        padding: 0;
    }
    .tou-box .list .imgs img{
        height: 0.5rem;
    }
    .tou-box .list .imgs object{
       height: 0.5rem;
    }
    .tou-box .list .imgs  em{
        width: 0.23rem;
        height: 0.23rem;
        line-height: 0.23rem;
        font-size: 0.13rem;
    }
    .tou-box .list .more img{
        width: 0.27rem;
    }
    .tou-box .list li{
        padding-top: 0.4rem;
        padding-bottom: 0.22rem;
    }
}

/* 出行服务 */
.sevice-box{
    margin-top: 3em;
}
.sevice-box .sevice-main{
    margin-top: 14px;
}
.sevice-box .sevice-main:after {
  content: '';
  display: table;
  clear: both;
}
.sevice-box .sevice-main .left{
    float: left;
    width: 23.75%;
}
.sevice-box .sevice-main .left .name{
    font-size: 24px;
    font-weight: bold;
}
.sevice-box .sevice-main .left .name .mores{
    float: right;
    width: 0.2rem;
}
.sevice-box .sevice-main .left .list{
    margin-top: 22px;
    min-height: 15em;
}
.sevice-box .sevice-main .left .list li{
    margin-bottom: 7px;
}
.sevice-box .sevice-main .left .list .names{
    color: #333;
    line-height: 24px;
  font-size: 18px;
   display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
} 
.sevice-box .sevice-main .left .list .names a{
    color: #333;
}
.sevice-box .sevice-main .left .list li.on .names a{
    padding-left: 24px;
    background: url(../../Img/images/index-sevice-leftlibg.png) no-repeat left center;
    background-size: 15px;
}
.sevice-box .sevice-main .left .list .names:hover{
    color: #00a2a2;
}
.sevice-box .sevice-main .left .list .time{
    line-height: 27px;
    color: #999999;
    font-size: 14px;
}
.sevice-box .name-top .left a{
    color: #000;
}
.sevice-box .name-top .left a:hover{
    color: #00a2a2;
}
.sevice-box .sevice-main .left .more{
    text-align: right;
    line-height: 1;
    margin-top: -10px;
}
.sevice-box .sevice-main .left .more img{
    width: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sevice-box .sevice-main .left .more img:hover{
    margin-right: -10px;
}

.sevice-box .sevice-main .right{
    float: right;
    width: 73.36%;
    min-height: 100px;
}
.sevice-box .sevice-main .right .left-item{
    width: 31.85%;
    height: 100%;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
     box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.sevice-box .sevice-main .right .right-item{
    position: relative;
    width: 66.35%;
    height: 100%;
    float: right;
}
.sevice-box .sevice-main .right .right-item:after{
    content: '';
  display: table;
  clear: both;
}
.sevice-box .sevice-main .right .right-item .item{
    width: 48.64%;
    height: 47.8%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
     box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.sevice-box .sevice-main .right .right-item .item2{
    left: inherit;
    right: 0;
}
.sevice-box .sevice-main .right .right-item .item3{
    top: inherit;
    bottom: 0;
}
.sevice-box .sevice-main .right .right-item .item4{
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 0;
}
.sevice-box .sevice-main .right .item-main{
    position: relative;
    width: 100%;
    height: 100%;
}
.sevice-box .sevice-main .right .doc-box{
    position: absolute;
    width: 100%;
    top: 30%;
    padding-left: 1.9em;
}
.sevice-box .sevice-main .right .doc-box.doc1{
    top: 14%;
}
.sevice-box .sevice-main .right .doc-box.doc2{
    top: inherit;
    bottom: 15%;
}
.sevice-box .sevice-main .right .doc-box .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.sevice-box .sevice-main .right .doc-box .title1{
    font-size: 30px;
    font-weight: bold;
    font-family: "arial";
    color: #008f8f;
}
.sevice-box .sevice-main .right .doc-box .more{
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
}
.sevice-box .sevice-main .right .doc-box .more1{
    margin-top: 5px;
}
.sevice-box .sevice-main .right .doc-box .more2{
    margin-top: 40px;
}
.sevice-box .sevice-main .right .item3 .doc-box .more{
    margin-top: 5px;
}
.sevice-box .sevice-main .right .item4 .doc-box .more{
    margin-top: 40px;
}
.sevice-box .sevice-main .right .doc-box .more a{
    color: #31ba53;
}
.sevice-box .sevice-main .right .doc-box .more a img{
    margin-left: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sevice-box .sevice-main .right .item.item3 .doc-box{
    top: 20%;
}
.sevice-box .sevice-main .right .item.item4 .doc-box{
    top: 20%;
}
.sevice-box .sevice-main .right .doc-box .more a:hover img{
    margin-left: 10px;
}

@media screen and (max-width: 767px){
    .sevice-box{
        margin-top: 0.3rem;
    }
    .sevice-box .sevice-main .left{
        width: 100%;
        float: none;
    }
    .sevice-box .sevice-main .right{
        float: none;
        width: 100%;
        margin-top: 0.2rem;
    }
    .sevice-box .sevice-main .right .left-item{
        width: 100%;
        float: none;
        height: 1.5rem;
    }
    .sevice-box .sevice-main .right .right-item{
        width: 100%;
        float: none;
    }
    .sevice-box .sevice-main .right .right-item .item{
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        float: left;
        margin-top: 0.12rem;
        height: 1.17rem;
    }
    .sevice-box .sevice-main .right .right-item .item:nth-child(2n){
        float: right;
    }
    .sevice-box .sevice-main .right .doc-box.doc1{
        width: 50%;
        top: 20%;
    }
    .sevice-box .sevice-main .right .doc-box.doc2{
        bottom: inherit;
        top: 20%;
        right: 0;
        width: 48%;
        padding-left: 0;
    }
    .sevice-box .sevice-main .right .doc-box .title{
        font-size: 0.17rem;
    }
    .sevice-box .sevice-main .right .doc-box .more{
        font-size: 0.12rem;
        margin-top: 0.05rem;
    }
    .sevice-box .sevice-main .right .doc-box .more img{
        margin-left: 0.12rem;
    }
    .sevice-box .sevice-main .right .doc-box .title1{
        font-size: 0.22rem;
    }
    .sevice-box .sevice-main .right .doc-box{
        padding-left: 0.22rem;
    }
    .sevice-box .sevice-main .right .doc-box{
        top: 20%;
    }
    .sevice-box .sevice-main .right .doc-box .more1{
        margin-top: 0;
    }
    .sevice-box .sevice-main .right .item.item3 .doc-box{
        top: 18%;
    }
    .sevice-box .sevice-main .right .item.item4 .doc-box{
        top: 18%;
    }
    .sevice-box .sevice-main .right .doc-box .more2{
        margin-top: 0.15rem;
    }
    .sevice-box .sevice-main .left .name{
        font-size: 0.19rem;
    }
    .sevice-box .sevice-main .left .list{
        margin-top: 0.1rem;
        min-height: auto;
    }
    .sevice-box .sevice-main .left .list .names{
        font-size: 0.15rem;
        line-height: 0.24rem;
    }
    .sevice-box .sevice-main .left .list li{
        margin-bottom: 0.05rem;
    }
    .sevice-box .sevice-main .left .list li.on .names a{
        padding-left: 0.2rem;
        background-size: 12px;
    }
    .sevice-box .sevice-main .right .item3 .doc-box .more{
        margin-top: 0;
    }
    .sevice-box .sevice-main .right .item4 .doc-box .more{
        margin-top: 0.15rem;
    }
}

/* 党群之窗 */
.dang-box{
    padding-top: 1.8em;
    padding-bottom: 2.5em;
    background: url(../../Img/images/dang-boxbg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 4.2em;
}
.dang-box .list{
    margin-top: 15px;
}
.dang-box .list:after {
  content: '';
  display: table;
  clear: both;
}
.dang-box .list li{
    float: left;
    width: 49%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.dang-box .list li:hover{
   transform: translateY(-5px);
}
.dang-box .list li.on{
    float: right;
}
.dang-box .list li .bg{
    width: 100%;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
.dang-box .list li .pops{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    text-align: center;
}
.dang-box .list li .pops .txt{
    max-width: 100%;
}

.dang-box .list1{
    overflow: hidden;
    margin-top: 2.25em;
}
.dang-box .list1 li{
    width: 33.333%;
    float: left;
    text-align: center;
    position: relative;
}
.dang-box .list1 .imgs object{
    height: 50px;
}
.dang-box .list1 .imgs img{
    display: inline-block;
    max-width: 100%;
    height: 50px;
}
.dang-box .list1 .name{
    font-size: 24px;
    line-height: 33px;
    color: #333;
    margin-top: 5px;
}
.dang-box .list1 li:hover .name{
     color: #00a2a2;
}
.dang-box .list1 li::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: -39px;
    right:0;
    width:1px;
    height:78px;
    background:#999999;
}
.dang-box .list1 li:last-child::after{
    background: none;
}
@media screen and (max-width: 991px){
    .dang-box .list1 .imgs img{
        height: 0.4rem;
    }
    .dang-box .list1 .imgs object{
        height: 0.4rem;
    }
    .dang-box .list1 .name{
        font-size: 0.16rem;
        line-height: 0.24rem;
    }
    .dang-box .list li .pops .txt{
        max-width: 70%;
    }
}
@media screen and (max-width: 767px){
    /* .dang-box .list li{
        width: 100%;
        float: none;
        margin-bottom: 0.16rem;
    } */
    /* .dang-box .list{
        margin-top: 0.1rem;
        padding: 0 0.12rem;
    } */
    .dang-box{
        padding-top: 0.15rem;
        padding-bottom: 0.4rem;
        margin-top: 0.25rem;
    }
    .dang-box .list1{
        margin-top: 0.2rem;
    }
    .dang-box .list1 li::after{
        height: 0.6rem;
        margin-top: -0.3rem;
    }
    .dang-box .list li .pops .txt{
        max-width: 80%;
    }
}

/* 友情链接 */
.link-box{
    padding-top: 1.6em;
    padding-bottom: 1.3em;
    position: relative;
    padding-left: 6.85em;
    line-height: 28px;
}
.link-box .name{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    font-weight: bold;
    font-size: 1em;
}
.link-box .list{
    /*overflow: hidden;*/
    position: relative;
}
.main-box{
    z-index: 10;
}
.link-box .list .clear{
    clear: both;
}
.link-box .list::after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:1px;
    height:18px;
    margin-top: -7px;
    background:#cccccc;
}
.link-box .list li{
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.link-box .list li select, .link-box .list li .frd-item{
    display: inline-block;
    cursor:pointer;
    font-size: 1em;
    appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
    color: #666;
    max-width: 80%;
}
@media screen and (max-width: 1139px){
    .link-box .list li select, .link-box .list li .frd-item{
        max-width: 92%;
    }
}
.link-box .list li .frd-item .item-tit{
    padding-right: 19px;
    background: url(../../Img/images/index-link-selectbg.png) no-repeat right center;
    background-size: 8px;
    color: #666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    -webkit-line-clamp:1;
}
.link-box .list li .frd-pop{
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    display: none;
    z-index: 20;
    padding: 13px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    overflow-x: hidden;
    max-height: 11em;
}
.link-box .list li .frd-pop .frd-column{
    font-size: 0.8em;
    line-height: 1.375;
    padding: 5px 0;
}
.link-box .list li .frd-pop .frd-column a{
    padding: 0 0.8em;
    color: #666;
    text-align: left;
    display: block;
}
.link-box .list li .frd-pop .frd-column a:hover{
    color: #007272;
}



.link-box .list li select option{
    font-size: 0.8em;
    cursor: pointer;
}
@media screen and (max-width:991px){
    .link-box{
        padding: 0.2rem 0.23rem 0.4rem 0.23rem;
    }
    .link-box .name{
        position: relative;
        left: inherit;
        top: inherit;
        margin-top: 0;
        font-size: 0.17rem;
        line-height: 0.3rem;
    }
    .link-box .list{
        margin-top: 0.1rem;
    }
    .link-box .list li{
        width: 100%;
        float: none;
        text-align: left;
        line-height: 0.3rem;
    }
    .link-box .list li select, .link-box .list li .frd-item{
        display: block;
        width: 100%;
        font-size: 0.15rem;
        max-width: 100%;
    }
    .link-box .list li .frd-pop{
        width: 100%;
    }
    .link-box .list li .frd-item .item-tit{
        display: block;
    }
    .link-box .list li .frd-item .frd-pop a{
        font-size: 0.13rem;
    }
    .link-box .list::after{
        background:none;
    }
}

/* 新增横幅 */
.notice-box{
    display: none;
}
.notice-box .bg{
    width: 100%;
}

.notice-box .doc{
    font-family: "arial";
    font-size: 1.5em;
    line-height: 1.267em;
    display: table;
    height: 100%;
    color: #9b532f;
    width: 80%;
    max-width: 1540px;
    margin: auto;
}
.notice-box .doc span{
    display: table-cell;
    vertical-align:middle;
}
@media screen and (max-width:767px){
    .notice-box .doc{
        width: 100%;
        padding: 0.2rem 5%;
        font-size: 0.18rem;
        line-height: 0.24rem;
    }
}

/***** 2019.01.18 ****/
.dang-box{
    padding-top: 2.3em;
    margin-top: 0;
    background: url('/Img/images/index_03.jpg') no-repeat center bottom;
    background-size: 100% auto;
}
.dangqun-row{
    overflow: hidden;
    margin: 0 -12px;
    padding: 15px 0 2.8em;
}
.dangqun-video, .dangqun-imgs{
    padding: 0 12px;
}
.dangqun-video a{
    width: 100%;
    display: block;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}
.dangqun-video img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.dangqun-video .icon-play{
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    
}
.dangqun-video .icon-play:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background: url('/Img/images/video_play.png') no-repeat center center;
    background-size: contain;
}
@media screen and (min-width: 992px){
    .btn-open-video:hover:after{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: #fff;
        opacity: 0.05;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
    }
    .btn-open-video:hover .icon-play:after{
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}

.dang-box .list {
    margin-top: 0;
}
.dang-box .list li{
    float: none;
    width: 100%;
    margin-top: 1.25em;
}
.dang-box .list li:first-child{
    margin-top: 0;
}
.dang-box .list li .bg{
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}
.dang-box .list1{
    margin-top: 0;
}
@media screen and (max-width: 767px){
    .dang-box .list li:first-child{
        margin-top: 1.25em;   
    }
    .dangqun-video .icon-play{
        width: 0.7rem;
        height: 0.7rem;
    }
}

/**** video-box ****/
.pop-video-box .popover-inner{
    height: 100%;
}
.pop-video-box .lg-inner{
    height: 100%;
    z-index: 1031;
}
.pop-video-box .popover-close {
    right: 3em;
    top: 2.9em;
}
.pop-video-box .popover-bd {
    width: 80%;
    max-width: 700px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1039;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pop-video-box .tit {
    font-size: 1.2em;
    line-height: 1.25em;
    color: #fff;
    margin: 1.3em 0 1.875em;
}


.index-banner .swiper-slide .imgwrap{
    position: relative;
    width: 100vw;
    height: 100%;
}
.index-banner .swiper-slide .imgwrap img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 991px) {
    .pop-video-box .popover-close {
        right: 0.2rem;
        top: 0.2rem;
    }

    .pop-video-box .popover-bd {
        width: 100%;
    }
}

/* 日期修改  2024/10/08*/
.add_number{
    font-size: 36px;
    font-weight: bold;
}
.news-main .right .list .time{
    padding-top: 0;
    line-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.year_mouth{
    margin-top: 0px;
}

@media screen and (max-width: 991px) {
    .add_number{
        font-size:0.26rem;
    }
    .year_mouth{
        margin-top:0.02rem;
    }
}