/* 内页banner */

.infoBanner {
    height: 400px;
    background-attachment: fixed !important;
}

.infoBanner .wz {
    height: 100%;
}

.infoBanner .wz .container {
    height: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.infoBanner .wz h1 {
    font-size: 50px;
    line-height: 60px;
}

.infoBanner .wz p {
    font-size: 18px;
    margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
    .infoBanner .wz h1 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .infoBanner {
        background-size: cover !important;
        background-position: center !important;
        background-attachment: local !important;
        height: 280px;
    }
    .infoBanner .wz h1 {
        font-size: 22px;
        line-height: 30px;
    }
}


/* 内页关于我们 */

.infoAbout .imgBox {
    height: auto;
}

.infoAbout .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoAbout .wz p.con {
    display: block;
}


/* 荣誉资质 */

.rongyu {
    position: relative;
}

.rongyu main {
    margin-top: 40px;
    padding-bottom: 100px;
}

.rongyu .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.rongyu .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.rongyu .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-image: none !important;
    border: solid 1px #023895;
    color: #023895;
    line-height: 60px;
    text-align: center;
    border-radius: 50% !important;
    transition: all 0.5s;
}

.rongyu .swiper-button-prev {
    left: 8% !important;
}

.rongyu .swiper-button-next {
    right: 8% !important;
}

@media only screen and (max-width: 575px) {
    .rongyu main {
        margin-top: 0;
        padding-bottom: 40px;
    }
    .rongyu .swiper-button-next,
    .rongyu .swiper-button-prev {
        display: none;
    }
}


/* 人才招聘/社会责任 */

.about_center04 {
    background-color: #f8f8f8;
}

.about_center04 .item {
    width: 32%;
    float: left;
    margin-left: 2%;
    border-radius: 10px;
    overflow: hidden;
}

.about_center04 .item:first-child {
    margin-left: 0px;
}

.about_center04 .item .rect-5518 {
    height: 300px;
}

.about_center04 .item .rect-5518 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_center04 .item .intro {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
}

.about_center04 .item .intro .box {
    padding: 30px;
}

.about_center04 .item .intro .box .tit {
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 13px;
}

.about_center04 .item .intro .box .con {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: lighter;
    height: 50px;
    overflow: hidden;
    margin-bottom: 45px;
}

.about_center04 .item .intro .box .more {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #333e46;
    font-size: 14px;
    color: #333f47;
    font-weight: bold;
    position: relative;
}

.about_center04 .item .intro .box .more span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}

.about_center04 .item .intro .box .more span.icon {
    width: 8px;
    height: 16px;
    background: url(../images/about_center_jt.png) no-repeat;
    margin-left: 33px;
}

.about_center04 .item .intro .box .more:after {
    content: "";
    width: 0;
    height: 100%;
    background: #fcb026;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.about_center04 .item .intro .box .more:hover {
    border-color: #fcb026;
}

.about_center04 .item .intro .box .more:hover:after {
    width: 100%;
}

@media only screen and (max-width: 1599px) {
    .about_center04 .item .intro .box .tit {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1023px) {
    .about_center04 .item .rect-5518 {
        height: 160px;
    }
    .about_center04 .item .intro .box {
        padding: 15px 15px 20px 15px;
    }
    .about_center04 .item .intro .box .con {
        margin-bottom: 0;
    }
    .about_center04 .item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}


/* 产品二级 */

.TwoStageProfile .left,
.TwoStageProfile .right {
    width: 50%;
}

.TwoStageProfile .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
}

.TwoStageProfile .left p {
    margin-top: 60px;
}

.TwoStageProfile .right {
    padding: 0 100px;
}

.TwoStageProfile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.IncludeProducts {
    background-color: #f8f8f8;
    padding-bottom: 60px;
}

.IncludeProducts a {
    position: relative;
    margin-right: 3%;
    padding: 30px;
    box-shadow: -2px 0px 8px 1px #e3e3e3;
    border-radius: 10px;
    margin-bottom: 60px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.IncludeProducts a:last-child {
    margin-right: 0;
}

.IncludeProducts a:hover {
    box-shadow: -2px 0px 10px 1px #ccc;
}

.IncludeProducts .txtBox {
    width: 100%;
}

.IncludeProducts .txtBox p.nr {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 30px;
}

.IncludeProducts .imgBox {
    width: 100%;
    height: 340px;
    padding: 40px;
}

.IncludeProducts .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

@media only screen and (max-width: 1023px) {
    .TwoStageProfile .left {
        width: calc(100% - 240px);
        padding-right: 0px;
    }
    .TwoStageProfile .right {
        padding: 0;
    }
    .TwoStageProfile .right {
        width: 200px;
        margin-left: 40px;
    }
    .IncludeProducts a {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        padding: 15px;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .IncludeProducts a:nth-child(2n) {
        margin-right: 0;
    }
    .IncludeProducts .imgBox {
        padding: 20px;
        height: 288px;
    }
    .infoProductTwoStage h1 {
        font-size: 34px;
    }
    .TwoStageProfile .left p {
        margin-top: 30px;
    }
    .IncludeProducts .txtBox .bt {
        font-size: 14px;
    }
    .IncludeProducts .txtBox p.nr {
        font-size: 16px;
    }
    .IncludeProducts .txtBox li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .IncludeProducts .imgBox {
        height: 180px;
    }
}

@media only screen and (max-width: 575px) {
    .infoProductTwoStage h1 {
        font-size: 22px;
    }
    .TwoStageProfile .left p {
        font-size: 15px;
    }
    .TwoStageProfile .left {
        width: 100%;
        padding: 0;
    }
    .TwoStageProfile .right {
        margin: 0 auto;
    }
    .IncludeProducts a {
        width: 100%;
    }
    .IncludeProducts .imgBox {
        padding: 0 60px;
    }
    .IncludeProducts {
        padding-bottom: 30px;
    }
}


/* 产品详情 */

.productDetails {
    background-color: #292929;
}

.productDetails .left,
.productDetails .right {
    width: 50%;
    color: #fff;
}

.productDetails .left {
    padding: 100px 100px 100px 0;
}

.productDetails .left img {
    display: block;
    width: 100%;
}

.productDetails .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.productDetails .right h1 {
    margin-bottom: 40px;
}

.productDetails a {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 140px;
    border-bottom: solid 2px #fff;
}


/* 产品特点 */

.ProductFeatures .txtBox {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.ProductFeatures .txtBox .nr {
    margin: 40px 0;
}

.ProductFeatures .imgBox {
    margin-left: 10%;
    width: 40%;
    padding: 100px 0 100px 100px;
}

.ProductFeatures .imgBox img {
    display: block;
    width: 100%;
}

.ProductFeatures ul i {
    margin-right: 10px;
    color: #023895;
}

.ProductFeatures ul li {
    margin-top: 15px;
}

.infoProductTwoStage .Download .bg {
    background-color: #292929;
    color: #fff;
    padding: 60px 40% 60px 60px;
}

.infoProductTwoStage .Download .bg a {
    display: block;
    width: 180px;
    line-height: 48px;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 30px;
    font-weight: bold;
}

.infoProductTwoStage .Download .bg a:hover {
    background-color: #fff;
    color: #292929;
}

.infoProductXq4 .infoTitle p {
    margin-top: 30px;
}

.infoProductXq4 h3 {
    margin-top: 40px;
}

.infoProductXq4 ul li {
    width: 48%;
    padding-left: 60px;
    background: url(../images/icon1.png) no-repeat;
    background-position: left top;
    background-size: 34px 34px;
}

.infoProductXq4 ul li:nth-child(2) {
    margin-left: 4%;
    background: url(../images/icon2.png) no-repeat;
    background-position: left top;
    background-size: 34px 34px;
}

.infoProductXq4 ul li strong {
    font-size: 20px;
}

.infoProductXq4 ul li p {
    margin-top: 10px;
}


/* 视频播放 */

.videoBox {
    position: relative;
}

.videoBox img {
    display: block;
    width: 100%;
}

.videoBox .yuan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/24gf-playCircle.png) no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.6;
}

.videoBox .yuan:hover {
    opacity: 1;
}

.tanchu {
    width: 100%;
    height: 100vh;
    background: url(../images/hb.png) repeat;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.tanchu .gb {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 110px;
    right: 20px;
    cursor: pointer;
}

.tanchu video {
    display: block;
    width: 60%;
    height: auto;
    margin: 120px auto 0;
}

@media only screen and (max-width: 1279px) {
    .ProductFeatures {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .productDetails {
        padding: 60px 0;
    }
    .productDetails .left {
        width: 200px;
        margin-right: 40px;
        padding: 0;
    }
    .productDetails .right {
        width: calc(100% - 240px);
    }
    .productDetails .right h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ProductFeatures .imgBox {
        width: 200px;
        padding: 0;
        margin-left: 40px;
    }
    .ProductFeatures .txtBox {
        width: calc(100% - 240px);
    }
    .ProductFeatures .txtBox h2 {
        font-size: 22px;
    }
    .ProductFeatures .txtBox .nr {
        margin: 20px 0;
    }
    .infoProductTwoStage .Download .bg {
        padding: 40px 20px;
    }
    .infoProductXq4 h2 {
        font-size: 34px;
    }
    .infoProductXq4 ul li {
        width: 100%;
    }
    .infoProductXq4 ul li:nth-child(2) {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .productDetails .left,
    .ProductFeatures .imgBox {
        margin: 0 auto;
    }
    .productDetails .right,
    .ProductFeatures .txtBox {
        width: 100%;
    }
    .infoProductTwoStage h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .infoProductTwoStage .Download .bg a {
        font-size: 15px;
        width: 140px;
        line-height: 36px;
    }
    .infoProductXq4 h2 {
        font-size: 22px;
    }
    .infoProductXq4 h3 {
        font-size: 20px;
    }
    .videoBox .yuan {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }
}


/* 下载页 */

.infoDownload {
    padding-bottom: 60px;
}

.infoDownload .card {
    width: 49%;
    margin-right: 2%;
    flex-direction: row;
    margin-bottom: 40px;
}

.infoDownload .card:nth-child(2n) {
    margin-right: 0;
}

.infoDownload .imgBox {
    width: 120px;
    height: 120px;
    padding: 20px;
}

.infoDownload .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.infoDownload .txtBox {
    position: relative;
    padding: 20px 120px 20px 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoDownload .txtBox .bt {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.infoDownload .txtBox a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-left: solid 1px #eee;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.infoDownload .txtBox a img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
    .infoDownload .card {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {
    .infoDownload {
        padding-bottom: 30px;
    }
    .infoDownload .card {
        padding: 10px;
        margin-bottom: 20px;
    }
    .infoDownload .imgBox {
        padding: 0;
        width: 80px;
        height: 80px;
    }
    .infoDownload .txtBox {
        padding: 0px 30px 0px 20px;
    }
    .infoDownload .txtBox .bt {
        margin: 10px 0;
    }
    .infoDownload .txtBox a {
        width: 30px;
        height: 100%;
        border-left: none;
        background-color: #f8f8f8;
    }
    .infoDownload .txtBox a p {
        display: none;
    }
    .infoDownload .txtBox a img {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width:575px) {
    .infoDownload .txtBox .bt {
        font-size: 16px;
    }
    .infoDownload .txtBox .sm {
        font-size: 14px;
    }
}


/* 新闻列表 */

.infoNewsbox {
    background-color: #f4f4f4;
}

.infoNewsbox .newslist {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px 80px 40px 100px;
}

.infoNewsbox .box {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.infoNewsbox .newslist .img {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.infoNewsbox .newslist .img img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.infoNewsbox .newslist .textbox {
    width: 40%;
    padding-top: 30px;
}

.infoNewsbox .newslist .textbox .date {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    font-family: din;
}

.infoNewsbox .newslist .textbox .title {
    color: #000;
    font-size: 24px;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.infoNewsbox .newslist .textbox .text {
    color: #666;
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.714;
    height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

.infoNewsbox .newslist .textbox .btn {
    width: 140px;
    height: 46px;
    margin-top: 106px;
    border: 2px solid #023895;
    display: block;
    color: #023895;
    font-size: 14px;
    border-radius: 46px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.infoNewsbox .newslist:hover {
    box-shadow: 27px 27px 47px rgba(0, 0, 0, 0.03);
}

.infoNewsbox .newslist:hover .btn {
    background-color: #023895;
    border: 2px solid #023895;
    color: #fff;
}

.infoNewsbox .newslist:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media only screen and (max-width: 1023px) {
    .infoNewsbox .newslist {
        padding: 30px;
    }
    .infoNewsbox .newslist .textbox {
        width: 46%;
        padding-top: 0;
    }
    .infoNewsbox .newslist .textbox .title {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        padding: 0;
    }
    .infoNewsbox .newslist .textbox .text {
        margin-top: 20px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .infoNewsbox .newslist .textbox .btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .infoNewsbox .newslist {
        padding: 10px;
    }
    .infoNewsbox .newslist .textbox {
        width: 56%;
    }
    .infoNewsbox .newslist .img {
        width: 40%;
        height: 100%;
    }
    .infoNewsbox .newslist .textbox .date {
        font-size: 12px;
    }
    .infoNewsbox .newslist .textbox .title {
        font-size: 16px;
    }
    .infoNewsbox .newslist .textbox .text {
        display: none;
    }
    .infoNewsbox .newslist .textbox .btn {
        width: 100px;
        padding: 0;
        margin-top: 6px;
        height: 28px;
        line-height: 24px;
    }
}


/* 新闻详情 */

.newsTitle {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    padding: 40px 0;
    border-bottom: solid 1px #eee;
}

.newsTitle p,
.newsTitle span {
    color: #888;
    font-weight: bold;
}

.newsTitle h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 50px;
}

.fenxiang {
    margin-top: 30px;
}

.fenxiang span {
    margin-right: 15px;
}

.fenxiang a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.fenxiang a img {
    display: block;
    width: 100%;
    opacity: 0.7;
}

.fenxiang a:hover img {
    opacity: 1;
}

.newsWz p {
    display: block;
    width: 80%;
    margin: 20px auto;
    text-align: justify;
    color: #666;
}

.newsWz img {
    display: block;
    margin: 40px auto;
    width: 80%;
}

.next {
    width: 80%;
    margin: 60px auto;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

.next a {
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.next a:hover {
    color: #023895;
}

.next a i {
    font-size: 18px;
    line-height: 30px;
}

.next a:nth-child(1) {
    border-bottom: solid 1px #eee;
}

.next a:nth-child(2) {
    border-top: solid 1px #fff;
}

.hotNews {
    border-top: solid 1px #eee;
    width: 80%;
    margin: 40px auto;
    padding: 40px 0;
}

.hotNews h5 {
    font-weight: bold;
    margin-bottom: 30px;
}

.hotNews a {
    border-bottom: solid 1px #eee;
    padding: 30px 0;
}

.hotNews a:nth-last-child(1) {
    border: none;
}

.hotNews a .imgBox {
    width: 200px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
}

.hotNews a .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

.hotNews a:hover .imgBox img {
    opacity: 0.8;
    transform: scale(1.05);
    transition: all 0.5s;
}

.hotNews a .txtBox {
    margin-left: 30px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hotNews a .txtBox span {
    font-size: 14px;
    font-weight: 100;
}

.hotNews a .txtBox .bt {
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 15px;
}

.hotNews a .txtBox .time {
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

@media only screen and (max-width: 1023px) {
    .newsTitle h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .newsTitle,
    .newsWz p,
    .newsWz img,
    .next,
    .hotNews {
        width: 100%;
    }
    .hotNews a .imgBox {
        width: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .next {
        margin: 40px 0;
        padding: 15px;
    }
    .next a {
        font-size: 15px;
        line-height: 24px;
    }
    .hotNews {
        margin-top: 0;
        padding-bottom: 0;
    }
    .hotNews a {
        padding: 15px 0;
    }
    .hotNews a .imgBox {
        width: 90px;
        height: 90px;
        border-radius: 5px;
    }
    .hotNews a .txtBox {
        margin-left: 15px;
    }
    .hotNews a .txtBox .bt {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        margin: 4px 0;
    }
    .hotNews a .txtBox .time {
        font-size: 12px;
    }
    .hotNews a .txtBox span {
        font-size: 12px;
    }
}


/* 联系我们 */

.contact_us {
    background-color: #f8f8f8;
}

.contact_us p {
    color: #999;
    font-size: 18px;
    margin: 10px 0 30px;
}

.contact_us01 {
    overflow: hidden;
    padding: 120px 15px;
}

.contact_us01 .left {
    width: 48%;
    float: left;
}

.contact_us01 .left .txt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    color: #ccc;
    font-size: 16px;
}

.contact_us01 .left .ll {
    width: 48%;
    margin-bottom: 20px;
}

.contact_us01 .left .rt {
    margin-left: 4%;
}

.contact_us01 .left .text {
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background-color: #dcb465;
    border-color: #dcb465;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

.contact_us01 .left .txtt {
    width: 100%;
    height: 120px;
    line-height: 45px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    color: #ccc;
    font-size: 16px;
    border: none;
    outline: none;
}

.contact_us01 .right {
    float: right;
    width: 46%;
}

.map {
    height: 440px;
    overflow: hidden;
}

.map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-lsit {
    background-color: #f5f5f5;
    padding-bottom: 100px;
}

.contact-lsit .wz {
    padding: 60px 0;
    color: #fff;
}

.contact-lsit .wz h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact-lsit .wz p {
    font-size: 20px;
}

.contact-lsit ul {
    margin-top: -60px;
}

.contact-lsit li {
    transition: all 1s;
    background-color: #fff;
    float: left;
    margin-bottom: 2%;
    border: solid 1px #e5e5e5;
    padding: 80px 40px;
    width: 48.5%;
    height: auto;
    line-height: 30px;
    transform: translateX(0px) translateY(0px);
    transition: all 0.5s;
}

.contact-lsit li:hover {
    transform: translateX(-10px) translateY(-10px);
    transition: all 0.5s;
}

.contact-lsit li span {
    display: block;
}

.contact-lsit li i {
    margin-right: 5px;
}

.contact-lsit li:nth-child(2n) {
    margin-left: 3%;
}

.contact-lsit li .top a {
    font-size: 28px;
}

.contact-lsit li .top {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #d6af71;
}

.contact-lsit li .bot {
    font-size: 14px;
    color: #333333;
    padding-top: 25px;
}

.contact-lsit li .ewm {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.contact-lsit li .ewm img {
    width: 120px;
    height: 120px;
}

.contact-lsit li .ewm p {
    color: #999;
}

@media only screen and (max-width: 1439px) {
    .contact_us01 .left ul li.li100 {
        width: 95%;
    }
}

@media only screen and (max-width: 1023px) {
    .contact_us01 h1 {
        font-size: 34px;
    }
    .contact-lsit .wz {
        padding: 100px 0;
        background-size: cover !important;
        background-position: top center !important;
    }
    .contact-lsit .wz h1 {
        font-size: 34px;
    }
    .contact-lsit .wz p {
        font-size: 14px;
    }
    .contact-lsit li {
        padding: 30px;
    }
    .contact-lsit li .top a {
        font-size: 20px;
    }
    .contact-lsit li .top {
        padding: 0 0 10px 0;
    }
    .contact-lsit li .ewm img {
        width: 100px;
        height: 100px;
    }
    .contact-lsit li .ewm p {
        font-size: 15px;
        margin: 0;
    }
    .contact_us01 .left {
        float: none;
        width: 100%;
    }
    .contact_us01 .right {
        margin-top: 30px;
        width: 100%;
        float: none;
    }
    .contact_us03 ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .contact_us03 ul li.li_img .img_box {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-lsit {
        padding-bottom: 40px;
    }
    .contact_us01 {
        padding: 40px 15px;
    }
    .contact-lsit .wz {
        padding: 40px 0;
    }
    .contact-lsit ul {
        margin-top: -40px;
    }
    .contact_us02 .content .tit {
        font-size: 22px;
    }
    .contact_us02 .content .con {
        font-size: 13px;
        line-height: 22px;
    }
    .contact_us02 .content {
        padding: 30px 0;
    }
    .contact-lsit li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contact-lsit li:nth-child(2n) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .contact_us01 h1 {
        font-size: 24px;
    }
    .contact_us02 .content .tit {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .contact-lsit li {
        padding: 20px;
    }
    .contact-lsit li .top {
        padding: 0 0 10px 0;
    }
    .contact-lsit li .bot {
        padding-top: 15px;
    }
}