﻿/* 公用样式开始 */

* {
    text-decoration: none;
}

a {
    outline: none;
    color: #333;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    outline: none;
}

/* 清除浮动 */

.clearfix {
    zoom: 1
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: '';
}

input {
    background: none;
    border: none;
    font-family: none;
}

ul li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

body {
    font-family: 微软雅黑;
    background: #fff;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

/*将斜体扶正*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* 宽1200px */

/* 公用样式结束 */

.ingdedingbu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: #fff;
}

.toplogo {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.logol {
    display: block;
    float: left;
    width: 151px;
    height: 46px;
    margin: 21px 0 16px;
}

.logol:hover {
    opacity: 0.8;
}

.logor {
    float: right;
}

.logor a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    position: relative;
    padding: 0 10px;
    line-height: 83px;
}

.logor .sjb {
    background: url(../img/sjb.png) no-repeat left center;
    padding-left: 15px;
    margin: 0 3px;
    z-index: 99;
}

.logor .gzh {
    background: url(../img/gzh.png) no-repeat left center;
    padding-left: 20px;
    margin: 0 3px;
    z-index: 99;
}

.logor .sjb:hover {
    background: url(../img/sjbh.png) no-repeat left center;
}

.logor .gzh:hover {
    background: url(../img/gzhh.png) no-repeat left center;
}

.logor a:hover {
    color: #ec1f27;
}

.logor a i {
    display: block;
    width: 1px;
    height: 8px;
    background-color: #d9d5d3;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

.logor a:hover img {
    display: block;
}

.logor a img {
    position: absolute;
    left: -12px;
    top: 60px;
    display: none;
}

.logor>em {
    display: inline-block;
    vertical-align: middle;
    height: 83px;
    background: url(../img/ss.png) no-repeat center;
    padding: 0 8px;
    width: 20px;
    cursor: pointer;
}

.logor>em:hover {
    background: url(../img/ssh.png) no-repeat center;
}

.logor>span {
    display: inline-block;
    vertical-align: middle;
    height: 83px;
    background: url(../img/lx.png) no-repeat center;
    padding: 0 8px;
    width: 20px;
    cursor: pointer;
}

.logor>span:hover {
    background: url(../img/lxh.png) no-repeat center;
}

/* 搜索 */

.sousuo {
    width: 100%;
    overflow: hidden;
    height: 83px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 11000;
    display: none;
}

.sousuo>#submit {
    float: left;
    display: block;
    width: 40px;
    height: 83px;
    margin-left: 40px;
    background: url(../img/sousuo.png) no-repeat center center;
}

.sousuo>div {
    overflow: hidden;
    margin: 11px auto;
    float: left;
    width: 90%;
    margin-left: 10px;
}

.sousuo input {
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #333;
    font-size: 14px;
}

.search-close {
    width: 40px;
    height: 83px;
    background: url(../img/gb.jpg) no-repeat center;
    float: right;
    margin-right: 40px;
}

.search-close:hover {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear;
    -moz-animation: rotation 3s linear;
    -webkit-animation: rotation 3s linear;
    -o-animation: rotation 3s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

/* 下拉菜单 */

.under {
    width: 100%;
    margin: 0 auto;
    background-color: #faf9f7;
    border-top: 1px solid #dfdfdf;
    position: relative;
}

.underul {
    font-size: 0;
    text-align: right;
}

.underul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
}

.underul>li>a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 72px;
    width: 68px;
    text-align: center;
    background-color: #faf9f7;
    position: relative;
    z-index: 1;
}

.underul>li>a i {
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.underul>li:hover>a i {
    background-color: #ec1f27;
    transition: all ease-out .5s;
    height: 73px;
}

.underul>.on>a i {
    height: 90px;
    background-color: #ec1f27;
}

.underul>.on>a {
    color: #fff;
}

.underul>li:hover>a {
    color: #fff;
}

.underul>li:hover .underbottom {
    display: block;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.underbottom {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #faf9f7;
    padding: 18px 0;
    width: 100%;
    z-index: 99;
    display: none;
    border-bottom: 3px solid #ec1f27;
}

.underbottom ul {
    float: right;
    text-align: left;
    width: 76%;
}

.underbottom ul li {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    margin: 0 8px;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}

.underbottom ul li a {
    display: block;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 40px;
}

.underbottom ul li:hover {
    border-bottom: 1px solid #ec1f27;
}

.underbottom ul li:hover a {
    color: #ec1f27;
}

.underbottom ul .on {
    border-bottom: 1px solid #ec1f27;
}

.underbottom ul .on a {
    color: #ec1f27;
}

.underbottom .indeximg {
    width: 223px;
    float: left;
}

.underbottom .indeximg img {
    display: block;
    width: 223px;
    height: 122px;
}

#banner {
    width: 100%;
    height: 590px;
    text-align: center;
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    left: 0;
    top: 156px;
    z-index: 99;
}

#banner .swiper-slide {
    height: 590px;
}

#banner .swiper-slide img {
    display: none;
}

#banner .swiper-button-prev {
    outline: none;
    background: url(../img/jz.png) no-repeat center;
    width: 41px;
    height: 68px;
    left: 80px;
    margin-top: -34px;
}

#banner .swiper-button-prev:hover {
    background: url(../img/jzb.png) no-repeat center;
}

#banner .swiper-button-next {
    outline: none;
    background: url(../img/jy.png) no-repeat center;
    width: 41px;
    height: 68px;
    right: 80px;
    margin-top: -34px;
}

#banner .swiper-button-next:hover {
    background: url(../img/jyb.png) no-repeat center;
}

/* 框架1 */

.indexcontent {
    width: 100%;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.content1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 105px;
    padding-top: 30px;
    background: url(../img/bjt.png) no-repeat bottom center;
}

.Contact {
    width: 0px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}

.Contact.selected {
    transition: all ease-out .5s;
    display: block;
    width: 360px;
}

.hbj {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 998;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.hbj.selected {
    transition: all ease-out .5s;
    display: block;
}

.Contactss {
    padding: 40px 32px;
}

.Contactss>a {
    display: block;
    cursor: pointer;
    float: right;
}

.Contactss>a:hover {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear;
    -moz-animation: rotation 3s linear;
    -webkit-animation: rotation 3s linear;
    -o-animation: rotation 3s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.Contact_s {
    width: 100%;
    margin-top: 40px;
}

.Contact_s h3 {
    font-size: 30px;
    color: #ec1f27;
    font-weight: normal;
}

.Contact_s span {
    display: block;
    font-size: 24px;
    color: #1f1f1f;
}

.Contact_z {
    width: 100%;
    margin-top: 50px;
}

.Contact_z>img {
    display: block;
    margin-bottom: 15px;
}

.Contact_z span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.Contact_z ul {
    font-size: 0;
    margin-top: 30px;
}

.Contact_z ul li {
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    height: 135px;
    background-color: #fdf0f0;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
}

.Contact_z ul li img {
    width: 110px;
    height: 110px;
    margin: 12px auto;
    display: block;
}

.Contact_z div {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    line-height: 2;
    margin-top: 20px;
}

.Contact_z div a {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    line-height: 2;
    display: block;
}

.Contact_z div a:hover {
    color: #ec1f27;
}

/* 公司动态  */

.top1Newtop h2 a {
    font-size: 0;
    font-weight: normal;
}

.top1Newtop {
    background: url(../img/xtjt.png) no-repeat left center;
    position: relative;
    margin-bottom: 30px;
}

.top1Newtop h2 {
    margin-left: 28px;
    float: left;
    border-bottom: 2px solid #ec1f27;
    font-weight: normal;
    padding-left: 8px;
}

.top1Newtop h2 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
}

.top1Newtop h2:hover a {
    color: #ec1f27;
}

.top1Newtop h2:hover span {
    color: #ec1f27;
}

.top1Newtop i {
    display: block;
    width: 98%;
    height: 2px;
    background-color: #efefef;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.top1Newtop h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
}

.top1Newtop>a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    float: right;
    background: url(../img/jt.png) no-repeat right center;
    line-height: 34px;
    padding-right: 16px;
}

.top1Newtop>a:hover {
    color: #ec1f27;
    background: url(../img/jth.png) no-repeat right center;
}

.top1Newc {
    width: 523px;
    height: 317px;
    overflow: hidden;
    float: left;
    position: relative;
}

.top1Newc .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top1Newc .swiper-slide a img {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.top1Newc .swiper-slide a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.top1Newc .swiper-pagination {
    position: absolute;
    text-align: right;
    bottom: 20px !important;
    width: 98% !important;
    z-index: 99;
}

.top1Newc .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
    margin: 0 7px !important;
    cursor: pointer;
    opacity: 1;
}

.top1Newc .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #ec1f27;
}

.top1Newcy {
    float: right;
    width: 54%;
}

.top1Newcy ul li {
    border-bottom: 1px dashed #c9c9c9;
    margin: 10px 0 14px;
}

.top1Newcy ul li:last-child {
    border-bottom: none;
}

.top1Newcy ul li h3 a {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top1Newcy ul li:hover h3 a {
    color: #ec1f27;
}

.top1Newcy ul li span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.top1Newcy ul li em {
    display: block;
    font-size: 16px;
    color: #999999;
    background: url(../img/sj.jpg) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 15px;
}

/* 公司动态 */

/* 行业动态 */

.top2News {
    width: 100%;
    overflow: hidden;
    margin: 35px auto 0;
}

.Newshydt {
    width: 430px;
    border: 1px solid #e0e0e0;
    height: 358px;
    overflow: hidden;
    float: left;
}

.Newshydt_top {
    border-bottom: 1px solid #e0e0e0;
}

.Newshydt_top h2 {
    float: left;
    font-weight: normal;
}

.Newshydt_top h2 a {
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 49px;
    background: url(../img/l.png) no-repeat left center;
    padding-left: 26px;
    margin-left: 20px;
}

.Newshydt_top>a {
    float: right;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    background: url(../img/jt.png) no-repeat right center;
    line-height: 49px;
    padding-right: 16px;
    margin-right: 10px;
}

.Newshydt_top>a:hover {
    color: #ec1f27;
    background: url(../img/jth.png) no-repeat right center;
}

.Newshydt_c {
    padding: 24px 16px 20px;
}

.Newshydt_c .Newshydt_jj {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 32px;
    width: 100%;
}

.Newshydt_c>a {
    display: block;
    width: 178px;
    height: 107px;
    overflow: hidden;
    float: left;
}

.Newshydt_c>a img {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.Newshydt_c:hover>a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.Newshydt_c div {
    width: 50%;
    float: right;
}

.Newshydt_c div h3 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 44px;
}

.Newshydt_c:hover div h3 a {
    color: #ec1f27;
}

.Newshydt_c div span {
    display: block;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.Newshydt_b {
    padding: 0 16px;
}

.Newshydt_b li {
    line-height: 35px;
}

.Newshydt_b li h3 {
    float: left;
    background: url(../img/lingx.png) no-repeat left center;
    padding-left: 16px;
    width: 70%;
}

.Newshydt_b li:hover h3 {
    padding-left: 0px;
    background: none;
    transition: all ease-out .5s;
}

.Newshydt_b li h3 a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Newshydt_b li:hover h3 a {
    color: #ec1f27;
}

.Newshydt_b li span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    float: right;
    line-height: 35px;
}

.Newshydt_b li:hover span {
    color: #ec1f27;
}

.Newsxtj {
    width: 430px;
    border: 1px solid #e0e0e0;
    height: 358px;
    overflow: hidden;
    float: left;
    margin-left: 24px;
}

.Newsxtj_top {
    border-bottom: 1px solid #e0e0e0;
}

.Newsxtj_top h2 {
    float: left;
    font-weight: normal;
}

.Newsxtj_top h2 a {
    display: block;
    font-size: 20px;
    color: #000000;
    line-height: 49px;
    background: url(../img/l.png) no-repeat left center;
    padding-left: 26px;
    margin-left: 20px;
}

.Newsxtj_top>a {
    float: right;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    background: url(../img/jt.png) no-repeat right center;
    line-height: 49px;
    padding-right: 16px;
    margin-right: 10px;
}

.Newsxtj_top ul {
    float: left;
    font-size: 0;
    margin-left: 10px;
}

.Newsxtj .zj {
    text-align: center;
    padding: 20px 0;
}

.Newsxtj_top ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    margin: 0 8px;
}

.Newsxtj_top ul .on a {
    color: #dd0600;
    border-bottom: 2px solid #dd0600;
}

.Newsxtj_top ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    border-bottom: 2px solid transparent;
}

.Newssp {
    width: 290px;
    float: right;
}

.Newssp_top {
    background: url(../img/img4.jpg) no-repeat center;
    width: 290px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.Newssp_top span {
    background: url(../img/bf.png) no-repeat center;
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    z-index: 12;
    margin-left: -23px;
    margin-top: -23px;
}

.Newssp_top span:hover {
    background: url(../img/bfb.png) no-repeat center;
}

/* 视频弹出 */

.show-videopop .video--pop {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.video--pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    margin-top: -100px;
    opacity: 0;
    max-width: 1400px;
    visibility: hidden;
}

.video--pop .video--pop_content {
    position: relative;
    z-index: 10;
    padding: 0 220px;
}

.video--pop .video--pop_content>div {
    padding: 15px;
    background: #fff;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.video--pop .video--pop_content .video {
    position: relative;
    background: #000;
}

.video--pop .video--pop_content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
}

.video--pop .video--pop_content .video img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.video--pop_mask>a:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.show-videopop .video--pop_mask {
    opacity: 1;
    visibility: visible;
}

.video--pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 34, 34, 0.95);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.video--pop_mask>a {
    position: absolute;
    top: 156px;
    right: 0;
    z-index: 10;
    padding: 15px;
    background: #7c7c7c;
}

.video--pop_mask>a img {
    display: block;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.Newssp_bottom {
    width: 290px;
    height: 160px;
    background: url(../img/img6.jpg) no-repeat center;
    margin-top: 10px;
    overflow: hidden;
}

.Newssp_bottom a {
    display: block;
}

.Newssp_bottom a span {
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #e2d4b1;
    margin: 55px 0 0 45px;
}

.Newssp_bottom a:hover span {
    margin: 55px 0 0 30px;
    transition: all ease-out .5s;
}

.Newssp_bottom a em {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #e2d4b1;
    text-transform: uppercase;
    margin-left: 45px;
}

.Newssp_bottom a:hover em {
    margin-left: 30px;
    transition: all ease-out .5s;
}

.content2 {
    width: 100%;
    background: url(../img/bjt1.jpg) no-repeat top center;
    overflow: hidden;
    margin: 0 auto 50px;
}

.content2 .w1200 {
    position: relative;
}

.content2lm {
    background: url(../img/k.png) no-repeat center;
    width: 66px;
    height: 240px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 30px;
    top: -160px;
}

.content2lm:hover {
    background: url(../img/kh.png) no-repeat center;
}

.contentlb {
    margin-top: 200px;
    margin-left: 172px;
    width: 1053px;
}

.contentlb .swiper-slide {
    width: 324px;
    float: left;
}

.contentlb .swiper-slide>a {
    display: block;
    width: 314px;
    height: 183px;
    border: 5px solid #fff;
    overflow: hidden;
}

.contentlb .swiper-slide>a img {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.contentlb .swiper-slide:hover>a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.contentlb h3 a {
    display: block;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

.contentlb .swiper-slide:hover h3 a {
    color: #dd0600;
}

.contentlb .swiper-button-prev {
    outline: none;
    width: 104px;
    height: 30px;
    background-color: #d9d9d9;
    background-image: url(../img/jtz.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 16px !important;
    left: 50px;
    top: 160px;
    margin-top: 0;
}

.contentlb .swiper-button-prev:hover {
    background-color: #dd0600;
}

.contentlb .swiper-button-next {
    outline: none;
    width: 104px;
    height: 30px;
    background-color: #d9d9d9;
    background-image: url(../img/jty.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    left: 50px;
    top: 140px;
    background-size: 30px 16px !important;
}

.contentlb .swiper-button-next:hover {
    background-color: #dd0600;
}

/* 框架2 */

/* 框架3 */

.content3 {
    width: 100%;
    overflow: hidden;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/img8.jpg);
}

.content3y {
    width: 59%;
    float: right;
}

.content3z {
    width: 430px;
    height: 361px;
    float: left;
    background: url(../img/dt.png) no-repeat center;
    margin: 40px auto 80px;
    position: relative;
}

.qq {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    left: 26%;
    top: 110px;
}

.qq1 {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    left: 36%;
    top: 210px;
    opacity: 0.5;
}

.qq2 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    right: 4%;
    top: 40px;
    opacity: 0.6;
}

.qq3 {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    right: 14%;
    top: 70px;
    opacity: 0.3;
}

.qq4 {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    right: 20%;
    top: 120px;
    opacity: 0.9;
}

.qq5 {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    right: 7%;
    top: 176px;
    opacity: 0.4;
}

.qq6 {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    right: 23%;
    top: 200px;
    opacity: 0.8;
}

.qq7 {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 1px solid #dc403c;
    position: absolute;
    right: 23%;
    bottom: 0px;
    opacity: 0.8;
}

.dot {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -4px;
}

.dot:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #dc403c;
}

.dot:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: #dc403c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 1.2s ease infinite normal;
    -moz-animation: ripple 1.2s ease infinite normal;
    -ms-animation: ripple 1.2s ease infinite normal;
    -o-animation: ripple 1.2s ease infinite normal;
    animation: ripple 1.2s ease infinite normal;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
}

.qq2 .dot:after {
    -webkit-animation: ripples 1.2s ease infinite normal;
    -moz-animation: ripples 1.2s ease infinite normal;
    -ms-animation: ripples 1.2s ease infinite normal;
    -o-animation: ripples 1.2s ease infinite normal;
    animation: ripples 1.2s ease infinite normal;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
}

.qq3 .dot:after {
    -webkit-animation: ripples 1.2s ease infinite normal;
    -moz-animation: ripples 1.2s ease infinite normal;
    -ms-animation: ripples 1.2s ease infinite normal;
    -o-animation: ripples 1.2s ease infinite normal;
    animation: ripples 1.2s ease infinite normal;
    -webkit-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
}

@-webkit-keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -30px;
        top: -30px;
        opacity: 0;
        width: 70px;
        height: 70px
    }
}

@-moz-keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -30px;
        top: -30px;
        opacity: 0;
        width: 70px;
        height: 70px
    }
}

@-o-keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -30px;
        top: -30px;
        opacity: 0;
        width: 70px;
        height: 70px
    }
}

@keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -30px;
        top: -30px;
        opacity: 0;
        width: 70px;
        height: 70px
    }
}

/* //// */

@-webkit-keyframes ripples {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -15px;
        top: -15px;
        opacity: 0;
        width: 40px;
        height: 40px
    }
}

@-moz-keyframes ripples {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -15px;
        top: -15px;
        opacity: 0;
        width: 40px;
        height: 40px
    }
}

@-o-keyframes ripples {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -15px;
        top: -15px;
        opacity: 0;
        width: 40px;
        height: 40px
    }
}

@keyframes ripples {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0
    }
    100% {
        left: -15px;
        top: -15px;
        opacity: 0;
        width: 40px;
        height: 40px
    }
}

.content3y div {
    float: right;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin: 120px 55px 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content3ul li {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    position: relative;
}

.content3ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #dd0600;
    text-align: center;
    line-height: 40px;
}

.content3ul li a span {
    display: block;
    width: 100%;
    height: 52px;
}

.content3ul li:hover a span {
    height: 0;
    transition: all ease-out .5s;
    opacity: 0;
}

.content3ul li a i {
    display: block;
    width: 2px;
    height: 58px;
    background-color: #cecfcf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -29px;
}

.content3ul .li1 a span {
    background: url(../img/icon.png) no-repeat center;
}

.content3ul .li2 a span {
    background: url(../img/icon1.png) no-repeat center;
}

.content3ul .li3 a span {
    background: url(../img/icon2.png) no-repeat center;
}

.content3ul .li4 a span {
    background: url(../img/icon3.png) no-repeat center;
}

.content3ul .li5 a span {
    background: url(../img/icon4.png) no-repeat center;
}

/* 底部 */

.bottom {
    width: 100%;
    background-color: #4d4d4d;
}

.bottom .w1200 {
    padding: 60px 30px 40px 0;
}

.bottomz {
    float: left;
    width: 460px;
}

.bottomzs>ul {
    width: 170px;
    float: left;
    margin-right: 14px;
    background-color: #fff;
}

.bottomzs>ul>li {
    font-size: 14px;
    line-height: 40px;
    background: url(../img/enter.png) no-repeat right center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.bottomzs>ul>li>ul {
    width: 170px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: -17px;
    top: 40px;
    text-align: center;
    display: none;
}

.bottomzs>ul>li:hover>ul {
    display: block;
    max-height: 120px;
    overflow-y: auto;
}

.bottomzs>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomzs>ul>li>ul>li:hover>a {
    color: #dd0600;
}

.fotter2z {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    line-height: 2;
}

.fotter2z a {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
}

.fotter2z img {
    margin-left: 5px;
}

.fotter2z a:hover {
    color: #fff;
}

.fotter2z .hb_gaba {
    padding-right: 25px;
    min-height: 30px !important;
    background: url(../img/gaba.png) no-repeat right center;
    margin-right: 8px;
}

.bottomzj {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 2;
    margin: 20px 0 15px;
}

.bottomy {
    float: right;
    width: 370px;
}

.bottomy ul {
    font-size: 0;
    text-align: right;
    margin-bottom: 25px;
}

.bottomy ul li {
    width: 95px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.bottomy ul li span {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: block;
}

.bottomyx a {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    line-height: 2;
}

.bottomyx a:hover {
    color: #fff;
}

.bottomyx .hb_gaba {
    padding-right: 25px;
    min-height: 30px !important;
    background: url(../img/gaba.png) no-repeat right center;
    margin-right: 8px;
}

.fotter {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    padding: 11px 0;
    line-height: 2;
}

.henter {
    background: url(../img/img9.png) no-repeat center;
    width: 45px;
    height: 45px;
    display: block;
    margin: 20px auto 0;
}

.henter:hover {
    background: url(../img/img9h.png) no-repeat center;
}

.fhtop {
    width: 70px;
    height: 70px;
    background-color: #dd0600;
    background-image: url(../img/img10.png);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    bottom: 345px;
    z-index: 990;
    cursor: pointer;
    display: none;
}

.fhtop:hover {
    border-radius: 50%;
    transition: all ease-out .5s;
}

/* 子页banner */

.index {
    position: relative;
}

.zybanner {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    margin-top: 156px;
}

.zy_nav {
    width: 100%;
    background-color: #f0efed;
    border-bottom: 1px solid #e7e4de;
}

.nav_ej {
    float: left;
    width: 75%;
}

.nqg {
    float: left;
    width: 12%;
    height: 50px;
}

.nqg .nav_ej {
    float: none;
    width: 14%;
    position: absolute;
    background-color: #f0efed;
    display: none;
    z-index: 99;
}

.nqg:hover .nav_ej {
    display: block;
}

.nqg .nav_ej li {
    display: block;
}

.nav_ej li {
    display: inline-block;
    vertical-align: middle;
}

.nav_ej li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    border-bottom: 2px solid transparent;
    line-height: 48px;
    padding: 0 10px;
    margin: 0 10px;
}

.nav_ej li:hover a {
    border-bottom: 2px solid #ec1f27;
    color: #ec1f27;
}

.nav_ej .on a {
    border-bottom: 2px solid #ec1f27;
    color: #ec1f27;
}

.nav_ej_right {
    font-size: 0;
    text-align: right;
    float: right;
}

.nav_ej_right a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #858585;
    line-height: 51px;
}

.nav_ej_right a:hover {
    color: #ec1f27;
}

.nav_ej_right .index {
    background: url(../img/fz.png) no-repeat left center;
    padding-left: 20px;
}

.nav_ej_right em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #858585;
    margin: 0 5px;
    line-height: 51px;
}

.zypublic {
    width: 100%;
    overflow: hidden;
    margin: 70px auto;
    min-height: 600px;
}

/* 简介 */

.tranone {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.tranone .tranonez {
    width: 334px;
    float: left;
}

.tranone .tranoney {
    width: 62%;
    float: right;
}

.trancontent {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.trantwo {
    width: 100%;
    background-color: #f7f7f7;
    background-image: url(../img/z.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 70px auto;
}

.trantwoz {
    float: left;
    width: 50%;
}

.trantwoz img {
    float: left;
    margin: 15px 25px 15px 55px;
}

.trantwoz div {
    float: left;
    margin-top: 130px;
}

.trantwoy {
    margin-top: 130px;
    width: 50%;
    float: left;
}

.tranthree {
    width: 100%;
    margin: 80px auto 0;
    overflow: hidden;
    max-width: 1200px;
}

.tranthreez {
    float: left;
    width: 50%;
}

.tranthreey {
    width: 504px;
    float: right;
}

.zyzzjg img {
    display: block;
    margin: 0 auto;
}

.ldzczyz {
    width: 53%;
    float: left;
}

.ldzczyy {
    width: 476px;
    float: right;
}

.ldzczyy img {
    margin-top: 150px;
}

.Culture {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/xfz.png) no-repeat bottom center;
    padding-bottom: 100px;
}

.Culturez {
    width: 50%;
    float: left;
    background: url(../img/bjbj.png) no-repeat 60px center;
}

.Culturez span {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ec2028;
    margin-top: 60px;
    display: block;
}

.Culturez h3 {
    font-size: 30px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 80px;
}

.Culturey {
    width: 50%;
    float: left;
}

.Culturey div {
    margin-bottom: 30px;
}

.Culturey div img {
    display: block;
    float: left;
    margin-right: 20px;
}

.Culturey div span {
    font-size: 18px;
    font-weight: normal;
    color: #ec1f27;
}

.Culturey div p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.Culturetwo {
    width: 100%;
    height: 370px;
    background: url(../img/img18.jpg) no-repeat center;
    overflow: hidden;
}

.Culturetwo .w1200 span {
    text-align: right;
    margin: 80px 140px 10px 0;
}

.Culturetwo .w1200 h3 {
    text-align: right;
    margin-right: 140px;
}

.zypublicrnter {
    width: 100%;
    overflow: hidden;
    margin: 70px auto 0;
    min-height: 300px;
}

/* 网站地图 */

.zymap>ul>li {
    float: left;
    width: 12%;
    text-align: left;
}

.zymap>ul>li>a {
    font-size: 15px;
    color: #000000;
    line-height: 60px;
    border-bottom: 1px solid #ec1f27;
    display: block;
    position: relative;
    text-align: center;
}

.zymap>ul>li:hover>a {
    color: #ec1f27;
}

.zymap>ul>li i {
    width: 10px;
    height: 10px;
    background-color: #ec1f27;
    border-radius: 30px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    display: none;
}

.zymap>ul>li:hover i {
    display: block;
}

.zymap>ul>li ul {
    margin-top: 20px;
}

.zymap>ul>li ul li a {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: block;
    text-align: center;
}

.zymap>ul>li ul li:hover a {
    color: #ec1f27;
}

.nqgz {
    width: 176px;
    height: 50px;
    line-height: 50px;
    text-indent: 35px;
    background: url(../img/img201.jpg) no-repeat 85% center;
}

/* 精品工程 */

.jpgc {
    width: 100%;
    overflow: hidden;
    min-height: 500px;
    margin: 0 auto 35px;
}

.jpgc ul {
    margin-right: -30px
}

.jpgc ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 45px;
    position: relative;
}

.jpgc ul li>a {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.jpgc ul li div {
    width: 100%;
    height: 94px;
    overflow: hidden;
    background-color: #f5f4f0;
    text-align: center;
}

.jpgc ul li:hover {
    padding-bottom: 94px;
}

.jpgc ul li:hover div {
    height: 132px;
    background-color: #ec1f27;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-out .5s;
}

.jpgc ul li div h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 3;
    padding: 0 20px;
}

.jpgc ul li:hover div h3 a {
    color: #fff;
    transition: all ease-out .5s;
}

.jpgc ul li div span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    line-height: 1.2;
    padding: 0 20px;
}

.jpgc ul li:hover div span {
    color: #fff;
    transition: all ease-out .5s;
}

.jpgc ul li div>a {
    display: none;
    background: url(../img/bjr.png) no-repeat center;
    width: 100%;
    height: 26px;
    margin-top: 15px;
}

.jpgc ul li:hover div>a {
    display: block;
    transition: all ease-out .5s;
}

.fenye {
    font-size: 0;
    text-align: center;
}

.fenye span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px;
    line-height: 30px;
    border: 1px solid #da251c;
    background-color: #da251c;
    color: #fff;
    padding: 0 7px;
    min-width: 16px;
    max-width: 32px;
}

.fenye a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    margin: 0 5px;
    border: 1px solid #c9c9c9;
    line-height: 30px;
    padding: 0 7px;
    min-width: 16px;
    max-width: 32px;
    cursor: pointer;
}

.fenye i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    margin: 0 5px;
    border: 1px solid #c9c9c9;
    line-height: 30px;
    padding: 0 7px;
    width: 62px;
    max-width: 62px;
}

.fenye div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.fenye a[href]:hover {
    border: 1px solid #da251c;
    background-color: #da251c;
    color: #fff;
}

.fenye .ys {
    width: 62px;
    max-width: 62px;
}

.fenye em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 62px;
    max-width: 62px;
    height: 30px;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}

.fenye em input {
    width: 80%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}

/* 工程详细页 */

.gcxx {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}

.gcxx h3 {
    font-size: 20px;
    color: #333333;
}

.gcxxb {
    margin: 10px 0 0;
    border-bottom: 2px dashed #e6e6e6;
    padding-bottom: 15px;
}

.gcxxbz {
    font-size: 0px;
    float: left;
}

.gcxxbz span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #da251c;
    line-height: 45px;
}

.gcxxbz em {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    background: url(../img/yj.png) no-repeat left center;
    padding-left: 30px;
    min-width: 22px;
    line-height: 45px;
    margin-left: 20px;
}

.gcxxbz a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    min-width: 22px;
    height: 25px;
    margin-left: 20px;
}

.gcxxbz .gcxxb2 {
    background: url(../img/jia.png) no-repeat center;
}

.gcxxbz .gcxxb2:hover {
    background: url(../img/jiah.png) no-repeat center;
}

.gcxxbz .gcxxb3 {
    background: url(../img/jian.png) no-repeat center;
}

.gcxxbz .gcxxb3:hover {
    background: url(../img/jianh.png) no-repeat center;
}

.gcxxbz .gcxxb4 {
    background: url(../img/guanbi.png) no-repeat center;
}

.gcxxbz .gcxxb4:hover {
    background: url(../img/guanbih.png) no-repeat center;
}

.gcxxby {
    font-size: 0;
    float: right;
    text-align: right;
}

.gcxxby a {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 45px;
    margin: 0 7px;
}

.gcxxby .gcxxby1 {
    background: url(../img/sxy.png) no-repeat left center;
}

.gcxxby .gcxxby1:hover {
    background: url(../img/jlth.png) no-repeat left center;
}

.gcxxby .gcxxby2 {
    background: url(../img/sxy.png) no-repeat center;
}

.gcxxby .gcxxby2:hover {
    background: url(../img/jlth.png) no-repeat center;
}

.gcxxby .gcxxby3 {
    background: url(../img/sxy.png) no-repeat right center;
}

.gcxxby .gcxxby3:hover {
    background: url(../img/jlth.png) no-repeat right center;
}

.gcxx_ul {
    font-size: 0;
    margin: 30px auto;
}

.gcxx_ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-right: 45px;
    background: url(../img/icon5.png) no-repeat left center;
    padding-left: 30px;
    line-height: 2;
}

.gcxx_ul .gcxx_ul2 {
    background: url(../img/icon6.png) no-repeat left center;
}

.gcxx_ul li a {
    color: #ff0000;
}

.gcxx_swiper {
    width: 100%;
    height: 442px;
    overflow: hidden;
    margin: 0 auto 60px;
}

.gcxx_swiper #bannergcxx .swiper-slide {
    width: 63.33333333333% !important;
    position: relative;
}

.gcxx_swiper #bannergcxx .swiper-slide .bjs {
    width: 100%;
    height: 100%;
    background: url(../img/h.png) center;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.gcxx_swiper #bannergcxx .swiper-slide-active .bjs {
    display: none;
}

.gcxx_swiper #bannergcxx:nth-child(2n) .swiper-slide {
    width: 63.33333333333% !important;
}

.gcxx_swiper #bannergcxx:nth-child(3n) .swiper-slide {
    width: 63.33333333333% !important;
}

.gcxx_footer h3 {
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 30px;
}

.gcxx_footer {
    padding-bottom: 60px;
    border-bottom: 5px solid #f5f0ed;
}

.gcxx_swiper .swiper-button-next {
    outline: none;
    width: 68px;
    height: 68px;
    background: url(../img/next.png) no-repeat center !important;
    right: 180px;
    top: 50%;
    margin-top: -34px;
}

.gcxx_swiper .swiper-button-next:hover {
    background: url(../img/nextb.png) no-repeat center !important;
}

.honer {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    min-height: 500px;
}

.honer ul {
    font-size: 0;
}

.honer ul li {
    width: 322px;
    display: inline-block;
    vertical-align: middle;
    height: 241px;
    background: url(../img/bjk.png) no-repeat center;
    margin: 0 55px 50px 23px;
    overflow: hidden;
    text-align: center;
}

.honer ul li .honerli {
    width: 207px;
    height: 143px;
    margin: 43px auto;
    position: relative;
}

.honer ul li .honerli img {
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.honer ul li .honerli>a {
    display: block;
}

.honer ul li .honerli div {
    position: absolute;
    top: -100%;
    left: 0;
    background-color: #da251c;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.honer ul li:hover .honerli div {
    height: 100%;
    top: 0;
    transition: all ease-out .5s;
}

.honer ul li .honerli div h3 a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding-top: 25px;
}

.honer ul li .honerli div span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    padding-bottom: 10px;
    min-height: 28px;
}

.honer ul li .honerli div>a {
    display: block;
}

.gcxx_content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 400px;
}

.ryxxy {
    width: 614px;
    height: 447px;
    background: url(../img/dbjk.png) no-repeat center;
    overflow: hidden;
    margin: 60px auto 40px;
}

.zypublic .w1200 {
    position: relative;
}

.ryxxy img {
    display: block;
    width: 489px;
    height: 339px;
    margin: 46px auto;
}

.news_xwxx_center_left {
    width: 33px;
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: -70px;
}

#fenxing a {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    color: #999;
    height: 33px;
    margin-bottom: 10px;
}

#fenxing .bds_weixin {
    background: url(../img/jlt1.jpg) no-repeat top center;
}

#fenxing .bds_tsina {
    background: url(../img/jlt1.jpg) no-repeat center -40px;
}

#fenxing .bds_qzone {
    background: url(../img/jlt1.jpg) no-repeat center -80px;
}

#fenxing .bds_sqq {
    background: url(../img/jlt1.jpg) no-repeat center -120px;
}

#fenxing .bds_tqq {
    background: url(../img/jlt1.jpg) no-repeat bottom center;
    display: none;
}

/* 发展历程 */

.fzlc {
    width: 100%;
    position: relative;
}

.fzlcnr {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fzlc #zyfzlc .swiper-slide {
    width: 25% !important;
}

.fzlc #zyfzlc .fzslide h3 {
    font-size: 30px;
    font-weight: normal;
    color: #ec1f27;
    margin-top: 50px;
    padding-left: 93px;
    padding-bottom: 10px;
}

.fzlc #zyfzlc .fzslide div {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 34px;
    padding-left: 93px;
}

.fzlc #zyfzlc .fzslide img {
    display: block;
    padding-left: 93px;
}

.xt {
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    position: absolute;
    left: 0;
    top: 60px;
}

.fzlcnr .swiper-button-prev {
    outline: none;
    width: 52px;
    height: 52px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-radius: 50%;
    top: 55px;
    left: 18%;
    background-image: url(../img/jzjz.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 26px !important;
}

.fzlcnr .swiper-button-prev:hover {
    border: 1px solid #ec1f27;
    transition: all ease-out .5s;
}

.fzlcnr .swiper-button-next {
    outline: none;
    width: 52px;
    height: 52px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-radius: 50%;
    top: 55px;
    right: 18%;
    background-image: url(../img/jyjy.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 26px !important;
}

.fzlcnr .swiper-button-next:hover {
    border: 1px solid #ec1f27;
    transition: all ease-out .5s;
}

.fzlcbjt {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 0;
}

/* 新闻 */

.zy_newstop {
    font-size: 0;
    text-align: right;
}

.zy_newstop div {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 52px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    margin-left: 18px;
}

.zy_newstop div span {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 52px;
    background: url(../img/time.jpg) no-repeat center;
    float: left;
}

.zy_newstop div select {
    float: left;
    line-height: 50px;
    height: 52px;
    border: none;
    width: 77%;
    outline: none;
    font-size: 14px;
    background: url(../img/xiala.png) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.zy_newstop div a {
    display: block;
    width: 70px;
    height: 50px;
    float: right;
    background: url(../img/ss.jpg) no-repeat center;
    cursor: pointer;
}

.zy_newstop div a:hover {
    background: url(../img/ddh.jpg) no-repeat center;
}

.zy_newstop div input {
    float: left;
    padding: 0 20px;
    line-height: 50px;
    height: 52px;
    width: 55%;
    font-size: 14px;
}

.news_content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 70px;
    min-height: 500px;
}

.newsone {
    width: 100%;
    height: 205px;
    margin: 32px auto 25px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.newsoneleft {
    width: 338px;
    height: 205px;
    display: block;
    overflow: hidden;
    float: left;
}

.newsone .newsoneleft img {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.newsone:hover .newsoneleft img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.newsoneright {
    width: 66%;
    float: left;
    margin-left: 25px;
}

.newsoneright span {
    display: block;
    font-size: 30px;
    color: #ec1f27;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 30px;
}

.newsoneright h3 a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    padding: 15px 0;
}

.newsone:hover .newsoneright {
    width: 60%;
    transition: all ease-out .5s;
}

.newsone:hover .newsoneright h3 a {
    color: #ec1f27;
}

.newsoneright em {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsoneyc {
    display: block;
    width: 0px;
    height: 205px;
    overflow: hidden;
    background-color: #ec1f27;
    float: right;
    background-image: url(../img/xwy.png);
    background-position: center;
    background-repeat: no-repeat;
}

.newsone:hover .newsoneyc {
    width: 68px;
    transition: all ease-out .5s;
}

.newsul li {
    padding: 30px 0;
    border-bottom: 2px solid #f0efed;
}

.newsul li span {
    font-size: 30px;
    font-weight: bold;
    color: #ec1f27;
    display: block;
    float: left;
}

.newsul li div {
    float: left;
    padding: 0 46px;
    width: 62%;
    border-right: 2px solid #f0efed;
}

.newsul li div h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #333333;
    font-size: 18px;
    line-height: 2;
    padding-bottom: 14px;
}

.newsul li:hover div h3 a {
    color: #ec1f27;
}

.newsul li div em {
    display: block;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsul li>a {
    display: block;
    width: 170px;
    float: right;
}

.newsul li>a i {
    display: block;
    font-size: 14px;
    color: #999;
    padding: 20px 0 10px;
    text-align: center;
}

.newsul li:hover>a i {
    color: #ec1f27;
}

.newsul li>a em {
    display: block;
    width: 100%;
    height: 20px;
    background: url(../img/jyy.png) no-repeat center;
}

.newsul li:hover>a em {
    background: url(../img/jyyh.png) no-repeat center;
}

/* 新闻详细页 */

.xwxx_content {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0;
    min-height: 400px;
}

.xwxxleft {
    width: 70%;
    float: left;
    padding-right: 50px;
    border-right: 1px solid #f2f2f2;
}

.xwxxright {
    width: 270px;
    float: right;
}

.xwxxright h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    padding-top: 25px;
}

.xwxxright ul li span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #ec1f27;
}

.xwxxright ul li h3 a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 1.2;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwxxright ul {
    margin-top: 10px;
}

.xwxxright ul li {
    margin-bottom: 15px;
}

.xwxxright ul li h3 a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 1.2;
    padding: 10px 0 12px 0;
}

.xwxxright ul li:hover h3 a {
    color: #ec1f27;
}

.xwxxright ul li em {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 1.2;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #f2f2f2;
}

.phone_cdh {
    display: none;
}

/* 平板下拉 */

#sidebar {
    width: 70%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    display: none;
    box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.1);
}

#sidebar .pbcontent>ul>li {
    text-align: left;
    border-top: 1px solid #F5F5F5;
    line-height: 50px;
}

#sidebar .pbcontent>ul>li.active {
    background-color: #f4f4f4;
}

#sidebar .pbcontent>ul>li ul {
    display: none;
}

#sidebar .pbcontent>ul>li ul.xo li {
    background-color: #f4f4f4;
}

#sidebar .pbcontent>ul>li ul li {
    text-align: left;
    line-height: 50px;
}

#sidebar .pbcontent>ul>li ul li a i {
    margin-right: 20px;
    background: url(../img/jjj.png) no-repeat left center;
    width: 5px;
    height: 9px;
    display: inline-block;
    margin-left: 25px;
}

#sidebar .pbcontent>ul>li a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

#sidebar .pbcontent>ul>li.active>a {
    color: #333;
}

#sidebar .pbcontent ul li a span {
    margin-right: 15px;
    border: #D8D8D8 1px solid;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 25px;
}

#sidebar .pbcontent ul li.active a span {
    border: #666 1px solid;
}

#sidebar .pbcontent>ul>li a em {
    display: inline-block;
    width: 12px;
    height: 50px;
    float: right;
    background: url(../img/j.png) no-repeat right center;
    margin-right: 25px;
}

#sidebar .pbcontent>ul>li.active a em {
    background: url(../img/j-.png) no-repeat right center;
}

#headSHBtn {
    display: block;
    width: 92%;
    height: 68px;
    background: url(../img/gb1.png) no-repeat right center;
}

.Leadership {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    min-height: 500px;
}

.Leadership ul {
    font-size: 0;
    max-width: 1152px;
    margin: 0 auto;
}

.Leadership ul li {
    width: 198px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 45px 50px;
}

.Leadership ul li>a {
    display: block;
    border: 1px solid #f0efed;
    width: 196px;
    height: 278px;
    overflow: hidden;
}

.Leadership ul li>a img {
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.Leadership ul li:hover>a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.Leadership ul li h3 a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 36px;
    border-bottom: 1px solid #f1f0ee;
    margin-top: 5px;
}

.Leadership ul li:hover h3 a {
    color: #ec1f27;
    border-bottom: 1px solid #ec1f27;
}

.Leaderxx {
    width: 315px;
    height: 447px;
    border: 1px solid #f1f0ee;
    float: left;
    margin: 0 35px;
}

.Leaderxxy {
    width: 67%;
    float: left;
}

.Leadertop {
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto 50px;
    background: url(../img/xttt.png) no-repeat bottom center;
}

.Leadez {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 0;
}

.Leadez h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-weight: normal;
    color: #333333;
    line-height: 50px; 
    margin-left: 20px;
}

.Leadez span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 50px;
    margin-left: 20px;
}



.Leadercenter h3 {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    padding: 0 0 20px;
}

.Leaderz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 500px;
}

/* 平板下拉 */

@media screen and (max-width: 1700px) {
    .sousuo>div {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .ingdedingbu {
        position: static;
    }
    .toplogo {
        width: 96%;
        margin: 0 auto;
        max-width: 96%;
    }
    .zybanner {
        margin-top: 0;
        background-position-x: -440px !important;
    }
    #banner {
        width: 100%;
        height: 360px;
        position: static;
    }
    #banner .swiper-slide {
        height: 360px;
        background-size: cover !important;
    }
    .content1 {
        width: 100%;
        padding-bottom: 80px;
    }
    .content1 .w1200 {
        width: 96%;
    }
    .under {
        display: none;
    }
    .w1200 {
        width: 100%;
    }
    .top1Newcy {
        width: 52%;
    }
    .Newshydt {
        width: 36%;
    }
    .Newsxtj {
        width: 36%;
        margin-left: 14px;
    }
    .contentlb {
        width: 84%;
    }
    .contentlb .swiper-slide {
        width: 31%;
    }
    .bottom .w1200 {
        width: 96%;
        padding: 60px 0px 40px 0;
    }
    .fotter {
        width: 96%;
    }
    .logor {
        display: none;
    }
    .phone_cdh {
        display: block;
        float: right;
        padding: 26px 0;
    }
    .contentlb .swiper-slide>a {
        width: 97%;
        height: auto;
    }
    .tranone {
        width: 96%;
    }
    .trantwo {
        margin: 50px auto;
    }
    .tranthree {
        margin: 50px auto 0;
        overflow: hidden;
        max-width: 96%;
        width: 96%;
    }
    .zypublic .w1200 {
        width: 96%;
    }
    .nav_ej_right {
        display: none;
    }
    .nav_ej {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .fzlcnr .swiper-button-prev {
        left: 2%;
    }
    .fzlcnr .swiper-button-next {
        right: 2%;
    }
    .fzlcnr {
        width: 96%;
        max-width: 96%;
    }
    .honer ul li {
        margin: 0 43px 50px 14px;
    }
    .honer ul li {
        width: 28%;
    }
    .jpgc ul li {
        width: 31%;
        margin-right: 27px;
    }
    .jpgc ul li>a img {
        width: 100%;
        height: 100%;
    }
    .Culture {
        width: 96%;
    }
    .xwxxright {
        width: 22.5%;
    }
    .newsone:hover .newsoneyc {
        display: none
    }
    .news_xwxx_center_left {
        display: none;
    }
    .gcxx_swiper .swiper-button-next {
        right: 10%;
    }
    .gcxx_swiper {
        margin: 0 auto 30px;
    }
    #banner .swiper-button-prev, #banner .swiper-button-next {
        top: 33%;
    }
    .bottomzs {
        display: none;
    }
    .video--pop_mask>a {
        top: 0;
    }
    .nqgz {
        display: none;
    }
    .nqg {
        width: 75%;
        height: auto;
    }
    .nqg .nav_ej {
        display: block;
        width: 100%;
    }
    .nqg .nav_ej li {
        display: inline-block;
    }
    .Leadership ul {
        max-width: 100%;
    }
    .Leadership ul li {
        width: 17%;
        margin: 0 4% 50px;
    }
    .Leadership ul li>a {
        width: 100%;
        height: auto;
    }
    .Leaderxx {
        margin: 0;
    }
    .Leaderxxy {
        width: 66%;
        float: right;
    }
    .Leadez {
        background: none;
        margin-top: 0;
    }
    .Leadez h3 {
        padding-top: 0;
    }
    .Leadez span {
        padding-bottom: 0;
    }
    .Leadertop .gcxxby {
        margin-top: 0;
    }
    .Leadertop {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1180px) {
    .top1Newc {
        width: 45%;
        height: auto;
    }
    .Newshydt {
        width: 49%;
    }
    .Newsxtj {
        width: 49%;
        float: right;
        margin-left: 0;
    }
    .Newshydt_c div {
        width: 62%;
    }
    .Newssp {
        width: 100%;
        float: left;
        margin-top: 30px;
        overflow: hidden;
    }
    .Newssp_top {
        float: none;
        width: 100%;
        height: 200px;
        background: url(../img/sjbj.jpg) no-repeat center;
        background-size: cover;
    }
    .top2News {
        margin: 30px auto 0;
    }
    .Newssp_bottom {
        display: none;
    }
    .Newshydt_c>a {
        width: 34%;
        float: left;
    }
    .honer ul li {
        margin: 0px 40px 50px 15px;
    }
    .jpgc ul li {
        width: 30%;
    }
    .newsoneright {
        width: 64%;
    }
    .newsul li div {
        width: 60%;
    }
}

@media screen and (max-width: 1140px) {
    .top1Newcy ul li {
        margin: 0;
    }
    .tranthreey {
        width: 46%;
        float: right;
    }
    .ldzczyz {
        width: 55%;
        float: right;
    }
    .ldzczyy {
        width: 40%;
        float: left;
    }
    .newsul li div {
        width: 60%;
    }
}

@media screen and (max-width: 1120px) {
    .newsul li div {
        width: 59%;
    }
}

@media screen and (max-width: 1080px) {
    .newsoneright {
        width: 60%;
    }
    .newsul li div {
        width: 57%;
    }
}

@media screen and (max-width: 1024px) {
    .top1Newcy ul li {
        margin-bottom: 4px;
    }
    .top1Newcy ul li h3 a {
        line-height: 1.5;
    }
    .Newshydt_c {
        padding: 20px 16px;
    }
    .Newshydt_c>a {
        height: auto;
    }
    .Newshydt_c div h3 a {
        line-height: 2;
    }
    .Newshydt {
        height: 345px;
    }
    .Newsxtj {
        height: 345px;
    }
    .content1 {
        padding-bottom: 50px;
    }
    .content2lm {
        display: none;
    }
    .contentlb {
        width: 96%;
        margin: 30px auto 0;
    }
    .content2 {
        background-size: 100% auto;
    }
    .contentlb .swiper-button-prev {
        display: none;
    }
    .contentlb .swiper-button-next {
        display: none;
    }
    .content3y {
        width: 58%;
    }
    .trantwoz img {
        float: left;
        margin: 15px 25px 15px 50px;
    }
    .honer ul li {
        width: 33%;
    }
    .honer ul li {
        margin: 0px 0px 30px 0px;
    }
    .jpgc ul li>a {
        height: auto;
    }
    .newsul li div {
        width: 56%;
    }
    .gcxx_swiper {
        width: 100%;
        height: auto;
    }
    #banner .swiper-button-prev, #banner .swiper-button-next {
        top: 20%;
    }
    .video--pop {
        top: 36%;
    }
    .Leaderxxy {
        width: 64%;
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .top1Newcy ul li span {
        white-space: nowrap;
        min-height: 28px;
        display: block;
        text-overflow: ellipsis;
    }
    .bottomy {
        width: 32%;
    }
    .contentlb .swiper-slide {
        width: 47.4%;
    }
    .contentlb .swiper-slide>a {
        width: 100%;
        height: 200px;
    }
    .contentlb .swiper-slide>a img {
        width: 100%;
        height: 100%;
    }
    #banner {
        width: 100%;
        height: 300px;
    }
    #banner .swiper-slide {
        height: 300px;
    }
    .Newshydt {
        width: 99%;
        height: 358px;
        float: none;
        margin-bottom: 30px;
    }
    .Newsxtj {
        width: 99%;
        height: 358px;
        float: none;
    }
    .Newshydt_c>a {
        width: 178px;
        height: 107px;
    }
    .Newshydt_c div {
        width: 70%;
    }
    .content3z {
        display: none;
    }
    .content3y {
        width: 100%;
    }
    .content3y div {
        margin: 30px;
    }
    .henter {
        margin: 20px auto 30px;
    }
    .tranone .tranonez {
        width: 30%;
        margin: 0 20px 10px 0;
    }
    .tranone .tranoney {
        width: 100%;
        float: none;
    }
    .trantwoz img {
        margin: 15px;
        max-width: 20%;
    }
    .trantwoz div {
        float: left;
        width: 70%;
        margin-top: 50px;
    }
    .trantwoy {
        margin: 25px 0;
    }
    .tranthreez {
        width: 100%;
    }
    .tranthree {
        margin: 30px auto 0;
    }
    .tranthreey {
        width: 100%;
        margin-top: 30px;
    }
    .tranthreey img {
        display: block;
        margin: 0 auto;
    }
    .trantwo {
        margin: 30px auto;
    }
    .fzlc #zyfzlc .swiper-slide {
        width: 50% !important;
    }
    .honer ul li {
        width: 44%;
    }
    .honer ul li {
        margin: 0px 40px 30px 0px;
    }
    .fenye i {
        display: none;
    }
    .ldzczyy {
        float: none;
        width: 100%;
    }
    .ldzczyz {
        width: 100%;
        float: none;
    }
    .jpgc ul li {
        width: 29.5%;
    }
    .jpgc ul li div {
        height: 68px;
    }
    .jpgc ul li div h3 a {
        line-height: 2;
    }
    .zypublic {
        margin: 50px auto;
    }
    .jpgc ul li:hover div {
        height: 106px;
    }
    .jpgc ul li:hover {
        padding-bottom: 67px;
    }
    .newsul li div {
        padding: 0 20px;
        width: 48%;
    }
    .newsoneleft {
        width: 43%;
    }
    .newsoneright {
        width: 48%;
    }
    .xwxxleft {
        width: 100%;
        padding-right: 0;
        float: none;
        border: none;
    }
    .xwxxright {
        width: 100%;
    }
    .xwxxright ul li {
        margin-bottom: 0px;
        width: 31%;
        display: inline-block;
    }
    .gcxx_swiper .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 50px 50px !important;
    }
    #banner .swiper-button-prev, #banner .swiper-button-next {
        top: 24%;
    }
    .video--pop {
        top: 45%;
    }
    .zybanner {
        background-position-x: -580px !important;
    }
    .video--pop {
        width: 132%;
    }
    .ldzczyy img {
        margin-top: 40px;
    }
    .Leaderxx {
        float: none;
        margin: 0 auto 30px;
    }
    .Leaderxxy {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    #banner .swiper-button-prev {
        display: none;
    }
    #banner .swiper-button-next {
        display: none;
    }
    #banner {
        height: 200px;
    }
    #banner .swiper-slide {
        height: 200px;
        background: none !important;
    }
    #banner .swiper-slide img {
        display: block;
        height: 100%;
        width: 100%;
    }
    .top1Newc {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 30px;
    }
    .top1Newcy {
        width: 100%;
        float: none;
    }
    .top1Newcy ul li:last-child {
        border-bottom: 1px dashed #c9c9c9;
    }
    .top1Newcy ul li span {
        margin-bottom: 5px;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        display: block;
    }
    .content3ul {
        text-align: center;
    }
    .content3ul li {
        width: 18%;
    }
    .content3ul li a i {
        display: none;
    }
    .contentlb .swiper-slide {
        width: 97%;
    }
    .contentlb .swiper-slide>a {
        height: 170px;
    }
    .content2 {
        background: none;
        margin: 0 auto 30px;
    }
    .Newshydt {
        height: auto;
    }
    .Newshydt_c>a {
        width: 34%;
        height: auto;
    }
    .Newshydt_c div {
        width: 61%;
    }
    .Newshydt_c div span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .Newshydt_b li h3 {
        width: 66%;
    }
    .Newshydt_c {
        padding: 20px 16px 10px;
    }
    .Newshydt_b {
        padding: 0 16px 16px;
    }
    .fotter {
        display: none;
    }
    .bottomzs {
        display: none;
    }
    .bottomy ul {
        display: none;
    }
    .bottomz {
        float: none;
        width: 100%;
    }
    .bottomy {
        float: none;
        width: 100%;
    }
    .top1Newcy ul li h3 a {
        font-size: 18px;
    }
    .top1Newcy ul li {
        margin-bottom: 15px;
    }
    .Newsxtj {
        height: auto;
    }
    .Newsxtj_top ul {
        display: none;
    }
    .bottomzj {
        display: none;
    }
    .bottom .w1200 {
        padding: 30px 0;
    }
    .fotter2z {
        text-align: center;
    }
    .fotter2z a {
        display: none;
    }
    .fotter2z {
        font-size: 0;
    }
    .fotter2z i {
        font-size: 14px;
        vertical-align: middle;
    }
    .fhtop {
        width: 40px;
        height: 40px;
        right: 10px;
        background-size: 25px 25px;
    }
    .content1 {
        padding-top: 30px;
    }
    .zypublic {
        margin: 50px auto;
    }
    .trancontent {
        margin-top: 30px;
    }
    .trantwoz {
        float: none;
        width: 100%;
    }
    .trantwoy {
        width: 100%;
        margin: 10px 0 25px;
    }
    .fzlc #zyfzlc .swiper-slide {
        width: 100% !important;
    }
    .honer ul li {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .fenye em {
        display: none;
    }
    .fenye a {
        display: none;
    }
    .fenye .ys {
        display: inline-block;
        width: 42%;
        max-width: 42%;
    }
    .fenye span {
        display: none;
    }
    .jpgc ul li {
        width: 45%;
        margin-right: 10px;
    }
    .jpgc ul li:hover {
        display: none;
    }
    .Culturez {
        width: 100%;
    }
    .Culturey {
        width: 100%;
    }
    .Culturez h3 {
        margin-bottom: 50px;
    }
    .Culturez span {
        margin-top: 50px;
    }
    .Culturetwo .w1200 span {
        margin: 80px 0 10px;
        text-align: center;
    }
    .Culturetwo .w1200 h3 {
        margin-right: 0;
        text-align: center;
    }
    .newsoneleft {
        width: 100%;
        height: auto;
    }
    .newsone {
        height: auto;
        background: none;
    }
    .newsone .newsoneleft img {
        width: 100%;
        height: 100%;
    }
    .newsoneright {
        width: 100%;
        margin-left: 0;
    }
    .newsone:hover .newsoneyc {
        display: none;
    }
    .newsone:hover .newsoneright {
        width: 100%;
    }
    .newsul li span {
        display: none;
    }
    .newsul li div {
        padding: 0;
        width: 100%;
    }
    .newsul li>a {
        display: none;
    }
    .newsul li {
        padding: 25px 0;
    }
    .newsone {
        margin: 20px auto 0;
    }
    .newsoneyc {
        display: none;
    }
    .zy_newstop div {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .xwxxright ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .gcxxbz a {
        display: none;
    }
    .zymap>ul>li {
        width: 100%;
    }
    .zymap>ul>li ul {
        margin-top: 10px;
    }
    .gcxx_ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .gcxx_swiper .swiper-button-next {
        display: none;
    }
    .video--pop {
        width: 210%;
    }
    .video--pop_mask>a {
        padding: 10px;
    }
    .video--pop_mask>a img {
        max-width: 50%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .video--pop_mask>a {
        padding: 10px 2px;
    }
    .logol {
        width: 30%;
        height: auto;
        margin: 18px 0 12px;
    }
    .phone_cdh {
        padding: 16px 0;
    }
    .top1Newc .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px !important;
    }
    .fenye div {
        width: 100%;
    }
    .fhtop {
        bottom: 20%;
    }
    .ryxxy {
        background: none;
        width: 100%;
        height: auto;
    }
    .ryxxy img {
        width: 100%;
        height: auto;
        margin: 0px auto;
    }
    .zybanner {
        background-position-x: 0 !important;
    }
    .fzlc #zyfzlc .fzslide img {
        padding-left: 70px;
    }
    .fzlc #zyfzlc .fzslide h3 {
        padding-left: 70px;
    }
    .fzlc #zyfzlc .fzslide div {
        padding-left: 70px;
    }
    .Leadership ul li {
        width: 42%;
        margin: 0 4% 30px;
    }
    .Leadez {
        width: 50%;
    }
    .Leadez h3 {
        line-height: 2;
        text-align: left;
    }
    .Leadez span {
        text-align: left;
    }
    .Leadertop .gcxxby {
        width: 50%;
        margin-top: 10px;
    }
    .zybanner {
        height: 100px;
        background-position-x: -294px !important;
    }
}

@media screen and (max-width: 360px) {
    .bottomyx a:last-child {
        display: block;
        text-align: center;
    }
    .bottomyx .hb_gaba {
        display: inline-block;
        vertical-align: middle;
    }
    .bottomyx {
        text-align: center;
    }
}

/* 新加的样式表 */

.tabs5 {
    width: 25%;
    float: left;
    overflow: hidden;
}

.swld_pic {
    width: 20%;
    float: left;
}

.swld_jianj {
    max-height: 666px;
}

.swld_fggz {
    font-size: 18px;
    color: #da251c;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.swld_fggz_zw {
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.swld_wdll {
    font-size: 18px;
    color: #da251c;
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.swld_wdll_zw {
    font-size: 16px;
    color: #333;
    margin-top: 30px;
    text-indent: 2em;
    line-height: 32px;
}

.tabs5 a.active {
    color: #da251c;
    box-sizing: border-box;
    border: 1px solid #da251c;
}

.swiper-container5 {
    width: 70%;
    height: 100%;
    float: right;
    overflow: hidden;
    max-height: 1000px;
}

.bmfw_box {
    max-width: 1200px;
    width: 97%;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    margin: 70px auto;
}

.swld_box {
    width: 100%;
    margin-bottom: 70px;
}

.swld_top {
    width: 100%;
    height: 46px;
    overflow: hidden;
}

.swld_top li {
    width: 25%;
    float: left;
    background: #e6e6e6;
    line-height: 46px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.swld_top li a {
    display: block;
    text-align: center;
    font-size: 18px;
}

.swld_top .swld_last {
    background: #da251c;
}

.swld_top .swld_last a {
    color: #fff;
}

.swld_bottom {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.swld_job {
    font-size: 14px;
}

.tabs5 a {
    display: block;
    color: #333;
    height: 70px;
    font-size: 16px;
    box-sizing: border-box;
    width: 92%;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 15px;
    float: left;
    margin-left: 7%;
}

.swiper-slide5 {
    width: 100%;
    height: 100%;
    color: #000;
    overflow: hidden;
}

.swld_pic img {
    width: 100%;
}

.swld_jianj {
    width: 78%;
    float: right;
    overflow-y: scroll;
    max-height: 700px;
    padding-right: 10px;
    margin-right: -20px;
    box-sizing: border-box;
}

.swld_fggz {
    font-size: 18px;
    color: #da251c;
}

.swld_fggz_zw {
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.swld_wdll {
    font-size: 18px;
    color: #da251c;
    margin-top: 30px;
}

@media (max-width:767px) {
    .tabs5 {
        float: none;
        width: 100%;
    }
    .swld_bottom {
        margin-top: 10px;
    }
    .swld_bottom .swiper-container5 {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .swld_pic {
        width: 100%;
        float: none;
        text-align: center;
    }
    .swld_pic img {
        display: inline-block;
        width: 50%;
    }
    .swld_jianj {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .swld_fggz_zw {
        margin-top: 10px;
    }
    .swld_wdll {
        margin-top: 10px;
    }
    .swld_wdll_zw {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .tabs5 a {
        width: 48%;
        float: left;
        margin: 0 1%;
        margin-bottom: 5px;
    }
    .swld_top li a {
        font-size: 16px;
    }
    .swiper-container5 {
        max-height: 1220px
    }
}