* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  box-sizing: -webkit-border-box;
  font-weight: normal;
}

body{
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
  color: #272727;
  font-size:16px;
}
a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
li {
  list-style: none;
}
body {
  background: #fff;
  font-size: 16px;
}
button, input {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
i, em {
  font-style: normal;
}
img {
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.mem_head .route_center {
  transform: translateY(-50%);
  top: 50%;
}
.dis_line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.web_alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1000;
}
.align_right {
  text-align: right;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: normal;
}
h5 {
  font-weight: normal;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

.z_indexhead{
    width: 100%;
}

.glyphicon-chevron-left:before{
    content: '';
}
.glyphicon-chevron-right:before{
    content: '';
}

.glyphicon-chevron-right{
    background-image: url(../images/next.png);
    background-size: 100%;
}

.glyphicon-chevron-right:hover{
    background-image: url(../images/next1.png);
    background-size: 100%;
}
.glyphicon-chevron-right:focus{
    background-image: url(../images/next1.png);
    background-size: 100%;
}

.glyphicon-chevron-left{
    background-image: url(../images/prev.png);
    background-size: 100%;
}

.glyphicon-chevron-left:hover{
    background-image: url(../images/prev1.png);
    background-size: 100%;
}
.glyphicon-chevron-left:focus{
    background-image: url(../images/prev1.png);
    background-size: 100%;
}

.carousel-control.right{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}

.carousel-control{
    opacity: 0.5;
}

.carousel-control:focus, .carousel-control:hover{
    opacity: 1;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 72px;
    height: 72px;
    margin-top: -10px;
    font-size: 30px;
}

.z_index_new{
    margin-top: 128px;    
}

.z_index_newshow_head>p{
    display: inline-block;
    margin: 0;
}

.z_index_newshow_head{
    position: relative;
}

.z_index_newshow_head>p:first-child{
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}

.z_index_newshow_head>p:nth-child(2){
    font-size: 20px;
    line-height: 40px;
    color: #EBEBEB;
    margin-left: 20px;
}

.z_index_newshow_head>img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.z_index_newshow_hr{
    border: 0;
    border-top: 1px solid #EBEBEB;
    margin-top: 22px;
    margin-bottom: 38px;
}

.z_index_newshow-p{
    margin-top: 22px;
    width: 100%;
}

.z_index_newshow-p1-p{
    float: right;
    width: 54%;
}

.z_index_newshow-p1-p>p:first-child{
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.z_index_newshow-p1>img{
    width: 41%;
}

.z_index_newshow-p1-p>p:nth-child(2){
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
}

.z_indexnew-pspan{
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 100px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
}

.z_indexnew-pspan>span:first-child{
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #F77A1E;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.z_indexnew-pspan>span:nth-child(3){
    position: absolute;
    right: 0px;
    left: auto;
}

.z_indexnew-pspan>a{
    font-size: 14px;
}

.z_index_new{
    margin-bottom: 150px;
}

.z_welfare>.container>.row>.col-md-3>img{
    width: 100%;
}

.z_welfare-p1{
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #000000;
    margin-bottom: 0;
}

.z_welfare-p2{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    margin-bottom: 0;
}

.z-welfare-show{
    margin-top: 66px;
}

.z_welfare{
    margin-top: 30px;
}

.paging{
    position: relative;
    display: inline-block;
    margin-top: 100px;
    left: 50%;
    transform: translate(-50%,0);
}

.paging ul{
    list-style: none;
    padding-left: 0;
    font-size: 0px;
}

.paging>ul>li {
    display: inline-block;
    font-size: 15px;
    color: #cccccc;
    text-align: center;
}

.paging>ul>li>a.active{
    border: 1px solid #F77A1E;
    background: #F77A1E;
    color: #ffffff;
}

.paging>ul>li:nth-child(n+2){
    margin-left: 20px;
}

.paging>ul>li>a{
    color: #cccccc;
    text-decoration: none;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 37px;
    width: 37px;
    height: 39px;
}

.paging>ul>li>a:hover{
    color: #cccccc;
    text-decoration: none;
}

.z_history{
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 68px;
    margin-bottom: 200px;
}

.z_history>img{
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.z-system>.container>p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 39px;
}



.z-system>.container>p>a:hover{
    text-decoration: none;
    color: #000000;
}

.z-margin130{
    margin-top: 130px;
}

.z-system-rongyu{
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.z-system-rongyu>.swiper-container{
    padding: 0 80px;
}

.z-system-rongyu>.swiper-container>.swiper-wrapper>.swiper-slide{
    width: auto;
}

.z-system-rongyu>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(n+2){
    margin-left: 72px;
}

.z-system-rongyu>.swiper-container>.swiper-wrapper>.swiper-slide>img{
    position: relative;
    display: block;
}

/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/next.png);
    background-size: 100%;
}

.swiper-button-next:hover{
    background-image: url(../images/next1.png);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/prev.png);
    background-size: 100%;
}

.swiper-button-prev:hover{
    background-image: url(../images/prev1.png);
} */

.swiper-button-next, .swiper-button-prev{
    width: 28px;
    height: 28px;
}

.z-system-rongyu{
    margin-top: 66px;
    margin-bottom: 150px;
}

/* .back-trans{
    background: transparent;
} */

.z-culture{
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    box-sizing: border-box;
    padding-top: 30px;
}

.z-culture-img{
    width: 100%;
}

.z-culture-p1{
    width: 100%;
    box-sizing: border-box;
    padding: 23px 35px;
    background: #F7F7F7;
    margin-top: 27px;
}

.bgf7{
    background: #F7F7F7;
}

.z-culture-p1>p:first-child{
    display: inline-block;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 0;
}

.z-culture-p1>p:nth-child(2){
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-left: 26px;
    margin-bottom: 0;
    
}

.z-culture-p2{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 35px;
}

.z-culture-p2 p{
    margin-bottom: 0px;
}

.z-culture-p2>p{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.z-culture-p2-show{
    float: left;
    margin-top: 29px;
}

.z-culture-p2>.z-culture-p2-show:nth-child(n-1){
    margin-right: 80px;
}

.z-culture-p3-show{
    margin-top: 15px;
}

.z-culture-p3-show>p{
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    word-wrap:break-word;
    margin-bottom: 0px;
}

.z-profile{
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 80px;
}

.z-profile-p1{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    text-align: center;
}

.z-profile-p2{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 112px;
}

.z-profile>img{
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.z-profile-contact{
    padding: 0 60px;
    box-sizing: border-box;
    width: 100%;
}

.z-profile-contact-show>p{
    display: inline-block;
    line-height: 23px;
    margin-bottom: 0px;
}

.z-profile-contact-show{
    position: relative;
    padding-left: 40px;
    float: left;
    margin-top: 63px;
    width: 100%;
    max-width: 400px;
}


.z-profile-contact-show>img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 23px;
    height: 23px;
}

.mar-tb{
    margin-top: 60px;
    margin-bottom: 60px;
}

.z-cooperation{
    max-width: 1200px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0 50px;
}

.z-cooperation-show1-head{
    line-height: 25px;
    font-size: 18px;
    color: #333333;
}

.z-cooperation-show1-head>span:first-child{
    display: inline-block;
    width: 3px;
    height: 17px;
    background: #F77A1E;
    position: relative;
    top: 2px;
    margin-right: 13px;
}

.z-cooperation-show1-head>span:nth-child(2){
    color: #F77A1E;
}

.z-cooperation-show1-cp{
    float: left;
    height: 80px;
    position: relative;
    margin-right: 50px;
    margin-top: 25px;
    min-width: 110px;
}

.z-cooperation-show1-show{
    box-sizing: border-box;
    padding-left: 10px;
}

.z-cooperation-show1-cp>img{
    position: relative;
    display: block;
    top: 50%;
    transform: translate(0,-50%);
    max-width: 100%;
}
.z-cp-hr{
    margin-top: 60px;
    margin-bottom: 60px;
}


.z-cp-show-ma{
    margin-top: 80px;
}

.z-new-lunbo{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.z-new-lunbo img{
    width: 100%;
}

.z-new-showp{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.z-new-showp-head{
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
}

.z-new-showp-head>p{
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    font-size: 22px;
    padding: 11px 19px;
    background: #F67927;
    margin-bottom: 0px;
}

.z-new-showp-p1{
    font-size: 18px;
    line-height: 50px;
    color: #2B2B2B;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.z-new-showp-p2{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.z-new-showp-p3{
    line-height: 20px;
    font-size: 14px;
    margin-top: 27px;
    margin-bottom: 0px;
    padding-right: 100px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    color:#2B2B2B;
}

.z-new-showp-p3>span:first-child{
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #F77A1E;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.z-new-showp-p3>span:nth-child(3){
    position: absolute;
    right: 0px;
    left: auto;
}

.z-new-showp-p3>a{
    font-size: 14px;
}


.z-new-lunbo .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 70px;
}

.swiper-pagination-bullet{
    opacity: 1;
    background: #ffffff;
}

.swiper-pagination-bullet-active{
    background: #FF5353;
}

.z-swiper-slide-p{
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 18px 20px;
}

.z-swiper-slide-p>p{
    line-height: 22px;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-right: 45px;
    position: relative;
    margin-bottom: 0px;
}

.z-swiper-slide-p>p>span{
    position: absolute;
    right: 0;
    top: 0;
}

.z-new-show2-head{
    overflow-y: hidden;
    height: 54px;
}

.z-new-show2-head-div{
    overflow-x: scroll;
}

.z-new-show2-head-ul{
    list-style: none;
    display: -webkit-box;
    overflow: hidden;
    width: 655px;
    overflow-y: hidden;
}

.z-new-show2-head-ul>li{
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    float:none;
}

.z-new-show2-head-ul>li>a{
    font-size: 18px;
    line-height: 25px;
}

.z-new-show2-head-ul>li>a:hover{
    text-decoration: none;
    color: #F77A1E;
}

.z-new-show2-head-ul>li>a:focus{
    text-decoration: none;
    color: #F77A1E;
}

.z-new-show2-head-ul>li>a.newsactive{
    color: #F77A1E;
}

.newsactive:after{
    content: "";
    width: 40px;
    height: 4px;
    background: #F77A1E;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 14px;
}

.z-bgfa{
   background: #fafafa; 
}

.z-newdiv1{
    padding: 30px;
    background: #ffffff;
}

.z-newdiv2{
    padding: 30px;
    margin-top: 34px;
    background: #ffffff;
}

.z-new-show2-head{
    border-bottom: 1px solid #E6E6E6;
}

.z-newsshow-p1{
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.z-newsshow-row{
    margin-top: 55px;
    margin-bottom: 80px;
}

.z-newsshow-p2{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.z-newdiv2 .z-newsshow-row:last-child{
    margin-bottom: 0px;
}







@media (min-width: 1200px){
    .z_index_new .container{
        width: 1230px;
    }
    .z_index_newshow-p1{
        padding-bottom: 17px;
    }
    .z_welfare .container{
        width: 1240px;
    }
    .z-system .container{
        width: 1230px;
    }
    .z-culture{
        padding-bottom: 50px;
    }
    .z-cooperation{
        padding: 0 180px;
    }
    .z-newdiv1{
        width: 1200px;
    }
    .z-newsshow-p1{
        margin-bottom: 22px;
    }
    .z-newdiv2{
        width: 1200px;
    }
}

@media (min-width: 992px){
    .z_index_new .container .row .col-md-6:first-child{
        padding-right: 60px;
    }
    .z_index_new .container .row .col-md-6:nth-child(2){
        padding-left: 60px;
    }
}

@media (max-width: 992px){
    .mar-top3{
        margin-top: 64px;
    }
    .z-cooperation-show1-cp{
        min-width: 50px;
        width: 80px;
        height: 60px;
    }
    .z-new-showp{
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px){
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .z_index_new {
        margin-top: 32px;
        margin-bottom: 38px;
    }
    .z_index_newshow_hr{
        margin-top: 11px;
        margin-bottom: 19px;
    }
    .z_index_newshow_head>p:first-child{
        font-size: 22px;
    }
    .z_index_newshow-p1-p>p:nth-child(2){
        font-size: 12px;
        line-height: 18px;
    }
    .z_index_newshow-p1-p>p:first-child{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .z_indexnew-pspan{
        margin-top: 14px;
    }
    .mar-top3{
        margin-top: 32px;
    }
    .z-welfare-show{
        margin-top: 33px;
    }
    .z_welfare{
        margin-top: 15px;
    }
    .paging>ul>li>a{
        line-height: 22px;
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .paging>ul>li:nth-child(n+2){
        margin-left: 10px;
    }
    .paging{
        margin-top: 40px;
    }
    .y_foot{
        margin-top: 50px;
    }
    .z_history{
        margin-top: 34px;
        margin-bottom: 100px;
    }
    .z-system>.container>p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin-top: 19px;
    }
    .z-system>.container>p>a{
        font-size: 14px;
    }
    .z-margin130{
        margin-top: 65px;
    }
    .z-system-rongyu{
        margin-top: 33px;
        margin-bottom: 75px;
    }
    .z-system-rongyu{
        padding: 0 15px;
    }
    .z-culture-p2-show{
        margin-top: 15px;
    }
    .z-culture-p1{
        padding: 12px 18px;
    }
    .z-culture-p2{
        padding: 20px 18px;
    }
    .z-culture-p3-show{
        margin-top: 10px;
    }
    .mar-tb{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .z-profile-p2{
        margin-top: 28px;
        margin-bottom: 56px;
    }
    .z-profile-contact{
        padding: 0 30px;
    }
    .z-cooperation{
        padding: 0 15px;
    }
    .z-cooperation-show1-cp{
        min-width: 50px;
        width: 60px;
        height: 40px;
    }
    .z-swiper-slide-p{
        height: 42px;
        padding: 10px 11px;
    }
    .z-swiper-slide-p>p{
        font-size: 14px;
    }
    .z-new-lunbo .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 45px;
        right: 10px;
    }
    .z-new-showp-head>p {
        line-height: 26px;
        font-size: 18px;
        padding: 5px 12px;
    }
    .z-new-showp-p1 {
        font-size: 16px;
        line-height: 40px;
        margin-top: 15px;
    }
    .z-new-showp-p3{
        margin-top: 15px;
    }
    .z-newdiv1{
        padding: 15px;
        background: #ffffff;
    }
    .z-newsshow-row{
        margin-top: 27px;
        margin-bottom: 40px;
    }
    .z-newsshow-row .col-sm-3 img{
        width: 100%;
    }
    .z-newsshow-p1{
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 28px;
    }
    .z-newsshow-p2 {
        font-size: 12px;
        line-height: 20px
    }
    .z-new-show2-head-ul>li{
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 50px;
        height: 50px;
        margin-top: -10px;
        font-size: 30px;
    }
    .z_index_new {
        margin-top: 64px;
        margin-bottom: 75px;
    }
    .z-system-rongyu{
        padding: 0 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .z-newsshow-p1 {
        font-size: 20px;
        line-height: 26px;
    }
    .z-newsshow-p2 {
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .z_index_newshow-p1-p>p:nth-child(2){
        line-height: 21px;
    }
    .z_indexnew-pspan{
        margin-top: 15px;
    }
    .z-new-showp-p3{
        margin-top: 15px;
    }
    .z-new-showp-p1{
        line-height: 35px;
        margin-top: 20px;
    }
    .z-newsshow-p2{
        line-height: 25px;
    }
}