a {
    text-decoration: none;
}


/*文本修饰*/

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

table,
table td {
    border-collapse: collapse;
}


/* 限制行数 */

.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line_5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.div1200 {
    width: 1200px;
    margin: 0 auto;
}

.index_ldhc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.index_ldhc h3.ldhc_bor {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: solid 1px #01499d;
    border-radius: 50%;
    font-size: 20px;
    color: #01499d;
    margin: 0 4px;
}

.ldhc_ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ldhc_ul li {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.ldhc_ul li .ldhc_ul_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding-left: 22px;
    box-sizing: border-box;
}

.ldhc_ul li:hover .ldhc_make {
    top: 0;
}

.ldhc_make {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(29, 84, 149, 0.8);
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}


/* .ldhc_ul li:nth-child(even) .ldhc_make {
	position: absolute;
	bottom: 100%;
	top: auto;
	left: 0;
	background: rgba(29,84,149,0.8);
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.ldhc_ul li:nth-child(even):hover .ldhc_make {
	bottom: 0;
} */

.ldhc_make_con {
    width: 94%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: auto;
    margin-top: 3%;
}

.ldhc_make_con span {
    margin-top: 15px;
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.ldhc_make_con p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #ffffff;
    width: 93%;
    margin: 15px auto 0;
}

.ldhc_make_con img {
    margin-top: 20px;
}

.fix .li01 img,
.fix .li02 img,
.fix .li03 img {
    transition: all 0.4s;
}

.fix .li01 img:hover,
.fix .li02 img:hover,
.fix .li03 img:hover {
    transform: rotateY( 180deg);
}

.rolling .swiper-button-next {
    right: -50px;
}

.rolling .swiper-button-prev {
    left: -50px;
}

.newsc_item {
    position: relative;
}

.txt_box {
    background-color: #FFFFFF;
}

._txt_con {
    margin: 0 auto;
    position: relative;
    /* padding: 15px 30px 15px 27px; */
}

.btm_empty {
    height: 126px;
}

._txt_con ._tit {
    margin-bottom: 25px;
    height: 3.2em;
    overflow: hidden;
    font-size: 16px;
    color: #19191a;
}

._txt_con ._desc {
    display: block;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    transition: all 0.3s;
}

.li01 {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.newsc_item .txt_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}

.rect-66 ._full {
    transition: all 0.8s;
    overflow: hidden;
}

._txt_con ._date {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #909090;
}

.rolling_swiper .rolling_swi .swiper-slide:hover .txt_box ._txt_con ._date {
    color: #FFFFFF;
}

.rolling_swiper .rolling_swi .swiper-slide:hover .rect-66 ._full {
    transform: scale(1.3);
}

.rolling_swiper .rolling_swi .swiper-slide:hover .txt_box {
    background-color: #00934b;
}

.rolling_swiper .rolling_swi .swiper-slide:hover .txt_box ._txt_con ._tit {
    color: #FFFFFF;
}

.rolling_swiper .rolling_swi .swiper-slide:hover .txt_box ._txt_con ._desc {
    height: 3.2em;
    color: #FFFFFF;
}

.cases {
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.cases img {
    transition: all .8s;
}

.cases:hover img {
    transform: scale(1.3);
}

.cases_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #00934b;
    width: 1200px;
}

.cases_tit span {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.gupiao_tab ul {
    padding-left: 9%;
}

.gupiao_tab ul li {
    margin-top: 25px;
}

.gupiao_tab ul li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.gupiao_tab ul li:first-child {
    margin-top: 0;
}

.rczp {
    margin-top: 55px;
}

.rczp_ul1 li {
    border-bottom: 1px solid #e8e8e8;
}

.rczp_ul2 {
    display: flex;
}

.rczp_ul2>li {
    height: 55px;
    line-height: 55px;
}

.rczp_ul2>li {
    width: 20%;
    padding-left: 11px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.rczp_ul2>li>span {
    font-size: 15px;
    margin-right: 100px;
}

.rczp_ul2>li>p {
    font-size: 24px;
    display: block;
}

.rczp_ul2>li>h1 {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    cursor: default;
    display: none;
}

.rczp_ul2>li:last-child {
    display: flex;
    justify-content: center;
}

.join_ul2_con {
    margin-top: 33px;
    margin-left: 40px;
    padding-bottom: 40px;
    display: none;
}

.join_ul2_con_title {
    margin-top: 40px;
}

.join_ul2_con .join_ul2_con_title:first-child {
    margin-top: 0;
}

.join_ul2_con_title span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #231815;
    border-left: 4px solid #009944;
    padding-left: 15px;
}

.join_ul2_con_title p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}

.join_ul2_con_title p:nth-child(2) {
    margin-top: 18px;
}

.join_ul2_lxwm {
    margin-top: 40px;
}

.join_ul2_lxwm span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.join_ul2_ypzw {
    width: 132px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border: solid 1px #009944;
    text-align: center;
    margin-top: 30px;
}

.join_ul2_ypzw span a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #009944;
}

.rczp_ul1 li {
    text-align: left;
}

.info_footer {
	width: 70%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}