﻿.abAbout {
    margin-top: 20px;
    position: relative;
}

.abAbout_bg {
    display: block;
    position: absolute;
    width: 56vw;
    height: 114%;
    background-color: #fafafa;
    top: 10%;
    left: 8%;
    z-index: -1;
}

.abAbout_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abAbout_div {
    width: 100%;
    display: none;
}

.abAbout .innerWrap {
    text-align: right;
}

.abAbout_txt {
    padding: 4% 0 10%;
    display: inline-block;
    width: 46%;
    text-align: left;
}

.abAbout_txt h3 {
    font-size: 24px;
    display: block;
    font-weight: 600;
    color: #98b91a;
    letter-spacing: 1px;
}

.abAbout_p {
    position: relative;
}

.abAbout_p p {
    line-height: 26px;
    font-size: 15px;
    color: #666;
    margin: 20px 0;
    text-align: justify;
}

  .abCul {
    position: relative;
    overflow: hidden;
}

.abCul_img {
    float: right;
    display: inline-block;
    width: 45%;
}

.abCul_img div {
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abCul_img_img {
    display: none;
    width: 100%;
}
/* .abCul .innerWrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.abCul_info {
    display: inline-block;
    text-align: left;
    width: 53%;
    padding-left: 3%;
}

.abCul_p {
    margin-top: 48px;
}

.abCul_p h3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #99ba1b;
    margin-top: 20px;
}

.abCul_p div {
    margin-top: 14px;
}

.abCul_p p {
    display: inline-block;
    width: calc(100% - 42px);
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.abCul_p p span {
    display: block;
    font-size: 17px;
    line-height: 1.4;
    color: #99ba1b;
}

.abCul_p img {
    width: 26px;
    margin-right: 8px;
    vertical-align: top;
}

.abDeve {
    position: relative;
    padding-top: 108px;
}

.abDeve_box {
    position: relative;
}

.abDeve_line {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 124px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
}

.deveItem {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0 14px;
}

.deveTime {
    font-family: 'PROXIMANOVA-LIGHT';
    font-size: 24px;
    line-height: 45px;
    color: #666;
    height: 96px;
    padding-top: 30px;
    line-height: 66px;
    transition-duration: .3s;
}

.deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 40px;
    background: #fff;
    margin: -5px auto;
}

.deveDian::before,
.deveDian::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.deveDian::before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: #bfbfbf;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
}

.deveDian::after {
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #eee;
}

.deveTime span {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.deveTxt {
    padding: 18px 20px;
}

.deveTxt p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    transition-duration: .3s;
}

@media(min-width:1025px) {
.deveItem:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.deveItem:hover .deveTime {
padding-top: 15px;
}
.deveItem:hover .deveDian::before {
background: #fff;
border-color: #98b91a;
}
}

.deveDemo {
    padding: 0 48px;
}

.deveDemo .slick-arrow {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    background-color: #dcdcdc;
    top: 140px;
}

.deveDemo .slick-arrow i {
    background: url('../image/btn_3a.png') no-repeat scroll center center;
    background-size: 38px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.deveDemo .slick-prev {
    left: 0;
}

.deveDemo .slick-next {
    right: 0;
}

.deveDemo .slick-prev i {
    background-image: url('../image/btn_3a.png');
}

.deveDemo .slick-next i {
    background-image: url('../image/btn_4a.png');
}

.deveDemo .slick-arrow:hover {
    background-color: #000;
}

.deveDemo .slick-prev:hover i {
    background-position: 30% center;
}

.deveDemo .slick-next:hover i {
    background-position: 70% center;
}

.deveDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.deveDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 28px 0;
}

.deveDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.deveDemo .slick-prev,
.deveDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.deveDemo .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.deveDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.deveDemo .slick-dots li.slick-active {
    background: #e60012;
}	

.about {
   padding-top: 20px;
}	

@media(max-width:1200px) {
    .abAbout {
margin-bottom: 68px;
    }
    .abAbout_img {
height: 100%;
    }
    .abAbout_txt {
padding: 0 0 24px;
    }
    .abAbout_txt h3 {
font-size: 21px;
    }
    .abAbout_p p {
font-size: 14px;
line-height: 1.8;
margin: 14px 0;
    }
}

@media(max-width:1024px) {
    .abAbout {
margin-top: 48px;
    }
    .abAbout_img {
display: none;
    }
    .abAbout_div {
display: block;
    }
    .abAbout_txt {
width: 100%;
    }
    .abAbout_bg {
display: none;
    }
    .abCul_info {
width: 100%;
    }
    .abCul_img {
display: none;
width: 100%;
    }
    .abCul_img_img {
display: block;
margin-top: 28px;
    }
    /* .abCul_p div:not(:first-of-type) {
display: inline-block;
width: 48%;
margin-top: 24px;
    } */
}

@media(max-width:786px) {
.about {
padding-top: 38px;
}
.abAbout {
margin-top: 34px;
}
.abCul_img div {
display: none;
}
.abCul_img img {
display: block;
}
.abDeve_line {
top: 68px;
}
.abAbout {
margin-bottom: 38px;
}
.abAbout_txt {
padding: 0;
}
    .abAbout_txt h3 {
font-size: 18px;
    }
    .abAbout_p {
margin-bottom: 28px;
height: 40vh;
overflow-y: auto;
padding-right: 18px;
    }
    .abAbout_p::-webkit-scrollbar {
width: 3px;
height: 100%;
    }
    .abAbout_p::-webkit-scrollbar-track {
/* 3、外层轨道 */
    }
    .abAbout_p::-webkit-scrollbar-thumb {
background: #98b91a;
    }
    .abAbout_p {
margin-top: 18px;
    }
    .abAbout_p p {
margin: 0 0 10px !important;
font-size: 14px !important;
    }
    .abAbout_p p br {
display: none;
    }
    .abCul_p {
margin-top: 28px;
    }
    .abCul_p h3 {
font-size: 17px;
    }
    .abCul_img_img {
margin-top: 10px;
    }
    .deveDemo .slick-list {
padding: 0;
    }
    .deveDemo .slick-arrow {
width: 38px;
height: 38px;
top: 0;
margin-top: 49px;
    }
    .deveTime {
padding-top: 0;
height: 68px;
font-size: 21px;
    }
.deveDemo {
padding: 0 38px;
}
.deveTxt {
padding: 0;
}
.deveTxt p {
line-height: 1.6
}
}

.pagination{
    padding:10px 12px; margin-top:50px; clear:both; text-align:center; vertical-align:top;
}
.pagination a{
    display:inline-block; padding:10px 15px; margin-right:3px; font-family: Tahoma, Geneva, sans-serif; border:1px solid #0360b4; overflow:hidden; color: #0A5810; vertical-align:top; font-size:14px;
}
.pagination .page-num-current{
    background:#0360b4; color:#FFF; text-decoration:none;
}
.pagination a:hover{
    background:#0360b4; border:1px solid #0360b4; color:#FFF; text-decoration:none;
}


.proBox {
    margin-top: 32px;
}

.proItem {
    width: 31%;
    float: left;
					margin-bottom:24px;
    margin-right: 2.33%;
    display: block;
    border: 1px solid #eee;
    padding: 8px;
}

.proItem:nth-child(3n) {
    margin-right: 0;
}

.proImg {
    width: 417px;
	height:268px;
    overflow: hidden;
}

.proImg div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.proImg img {
    width: 417px;
	height:268px;
	cursor: pointer; 
	transition:all 0.6s;
}
.proImg:hover img{transform: scale(1.1);}


.proInfo h4 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
	text-align:center;
    overflow: hidden;
}

@media(max-width:1366px) {
    .proItem {
width: 48%;
margin: 1% !important;
    }
}

@media(max-width:1024px) {
    .proItem {
padding: 18px 18px 28px
    }
}

@media(max-width:786px) {

    .proItem {
float: none;
width: 100%;
margin: 0 0 24px !important;
padding: 10px 10px 28px;
    }

    .proImg {
height: auto;
    }

    .proImg div {
display: none;
    }

    .proImg img {
display: block;
    }

}

.honorBox {
    margin-top: 32px;
}

.honorItem {
    width: 23%;
    float: left;
	margin-bottom:24px;
    margin-right: 2.33%;
    display: block;
    border: 1px solid #eee;
    padding: 8px;
}

.honorItem:nth-child(4n) {
    margin-right: 0;
}

.honorImg {
    height: 348px;
    overflow: hidden;
}

.honorImg div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.honorImg img {
    display: none;
    width: 100%;
}


.honorInfo h4 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
					text-align:center;
    overflow: hidden;
}

@media(max-width:1366px) {
.honorItem {
width: 31.33%;
margin: 1% !important;
    }
}

@media(max-width:1024px) {
.honorItem {
padding: 18px 18px 28px
    }
}

@media(max-width:786px) {
.honorItem {
float: left;
width: 48%;
margin: 1% !important;
padding: 10px;
    }
.honorImg {
height: 180px;
    }
.honorImg div {
display: none;
    }
.honorImg img {
display: block;
    }

}

.caseDet_list_det {
    text-align: center;
}

.caseDet_list_det .indMore {
    margin-top: 68px;
    margin-right: 14px;

}

.caseDet_list_det_box {
    padding: 60px;
}

.caseDet_list_det_box .blog-block__btn {
    margin-top: 66px;
}

.caseDet_list_det_box .but-box {
    text-align: right;
    margin: 50px 2%;
}

.caseDet_list_det_box .but-box button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #e60012;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}

.caseDet_list_det_box .caseDet_list_det_div {
    position: relative;
    margin-top: 28px;
}

.caseDet_list_det_ul {
    text-align: center;
}

.caseDet_list_det_ul li {
    height: 90px;
    text-align: center;
    display: inline-block;
    width: 90px;
    padding: 6px;
    border: 2px solid #f8f8f8;
    margin-left: 12px;
}

.caseDet_list_det_ul li:first-child {
    margin: 0;
}

.caseDet_list_det_ul li img {
    max-width: 100%;
    height: 100%;
}

.caseDet_list_det_ul li.on {
    border: 2px solid #98b91a;
}

.caseDet_list_det_img {
    float: left;
    text-align: center;
    width: 45%;
    margin: 0 auto;
    box-shadow: 0 0 10px 1px #eee;
}

.caseDet_list_det_img img {
    width: 100%;
}

.caseDet_list_det_txt {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 3%;
}

.caseDet_list_det_txt h4 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 500;
    color: #555;
	margin-bottom:30px;
}

.caseDet_list_det_txt p {
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

.caseDet_list_det_txt li {
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.5px;
    text-align: left;
    color: #666666;
    margin-top: 10px;
}

.caseDet_list_det_txt li img {
    width: 10px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}
@media(max-width:1460px) {
    .caseDet_list_det_box {
padding: 48px 32px;
    }

    .caseDet_list_det_txt {
padding-left: 0;
    }
}

@media(max-width:1024px) {
    .caseDet_list_det_box .caseDet_list_det_div>div {
float: none;
width: 100%;
    }

    .caseDet_list_det_img {
margin-top: 28px;
    }

    .caseDet_list_det_txt h4 {
font-size: 28px;
    }

    .caseDet_list_det_txt p {
font-size: 17px;
margin-bottom: 24px;
    }


    .caseDet_list_det .indMore {
margin-top: 28px;
    }

    .caseDet_list_det_box .caseDet_list_det_div {
margin-top: 0;
    }

    .caseDet_list_det {
padding-bottom: 68px;
    }
}

@media(max-width:786px) {
    .caseDet_list_det_box {
padding: 0
    }

    .caseDet_list_det_txt h4 {
font-size: 21px;
    }

    .caseDet_list_det_txt p {
font-size: 15px;
    }

    .caseDet_list_det_txt li {
font-size: 14px;
margin-top: 6px;
line-height: 1.8;
    }

    .caseDet_list_det_txt li img {
width: 8px;
    }

    .caseDet_list_det .indMore {
min-width: 108px;
font-size: 13px;
height: 38px;
line-height: 38px;
    }

    .caseDet_list_det {
padding-bottom: 48px;
    }
}
.newsBox {
    margin-top: 32px;
}

.newsItem {
    margin-bottom: 48px;
    width: 31%;
    float: left;
    margin-right: 2.33%;
    display: block;
    border: 1px solid #eee;
    padding: 28px 28px 32px;
}

.newsItem:nth-child(3n) {
    margin-right: 0;
}

.newsImg {
    height: 238px;
    overflow: hidden;
}

.newsImg div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsImg img {
    display: none;
    width: 100%;
}

.newsInfo span {
    background: url(https://www.jszeyu.cn/template/default/static/image/time.png) center left no-repeat;
    height: 46px;
    line-height: 46px;
    padding-left: 27px;
    color: #999;
}

.newsInfo h4 {
    color: #333333;
    border-left: 4px solid #99ba1b;
    font-size: 16px;
    line-height: 18px;
    padding-left: 10px;
    height: 18px;
    overflow: hidden;
}

.newsInfo p {
    padding-top: 18px;
    margin-top: 20px;
    color: #999;
    line-height: 24px;
	height:66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.25px;
    font-size: 13px;
}
    </style>

    <style>
@media(max-width:1366px) {
    .newsItem {
width: 48%;
margin: 1% !important;
    }
}

@media(max-width:1024px) {
    .newsItem {
padding: 18px 18px 28px
    }
}

@media(max-width:786px) {

    .newsItem {
float: none;
width: 100%;
margin: 0 0 24px !important;
padding: 10px 10px 28px;
    }

    .newsImg {
height: auto;
    }

    .newsImg div {
display: none;
    }

    .newsImg img {
display: block;
    }

    .newsInfo span {
font-size: 12px;
padding-left: 22px;
    }

    .newsInfo p {
margin-top: 12px;
padding-top: 14px;
    }
}

/* inline */
.inline {
    padding: 4% 0;
    text-align: center;
    margin: 0;
    background: #f8f8f8;
}

.inline form {
    width: 1000px;
    margin: 48px auto 0;
}

.inline_box form {
    overflow: hidden;
}

.inline_box div {
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 24px;
}

.inline_box div:nth-child(2n) {
    margin-right: 0;
}

.inline_box .inline_box_wid {
    width: 100%;
}

.inline_box .inline_box_wid:last-child {
    text-align: center;
}

.inline_box div label {
    color: #666;
    margin-left: 5px;
    margin-bottom: 10px;
    display: block;
}

.inline_box input {
    width: 100%;
    line-height: 46px;
    height: 46px;
    background: #fff;
    border: 0;
    padding-left: 12px;
    color: #999;
}

.inline_box input::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

.inline_box .inline_box_wid input {
    width: 168px;
    color: #666;
    margin: 0 6px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
}

.inline_box .inline_box_wid:last-child input:last-child {
    background: linear-gradient(45deg, #98b91a 0%, #00653b 100%);
    color: #fff;
}

.inline_box textarea {
    width: 100%;
    height: 168px;
    border: 0;
    padding: 12px;
    color: #999;
    font-size: 13px;
    font-family: "Microsoft Yahei", sans-serif;
}

.inline_box textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}


.conMap {
    text-align: center;
    padding: 68px 0;
    background: #fff;
}

.conMap a {
    display: inline-block;
}

.conMap .indTit {
    /* text-align: left; */
    display: inline-block;
}

.conMap img {
    vertical-align: middle;
    margin-top: -32px;
    margin-left: 24px;
    transform-origin: 0 50%;
    transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
}

.conMap a:hover img {
    transform: scaleX(1.1) translateZ(0);
}
.contact {
    padding-bottom: 0;
    position: relative;
}

.conMess {
    padding-top: 68px;
    position: relative;
    padding-bottom: 168px;
    background: url('../image/mainCon3_bg1.png') no-repeat 100% 100%;
}

.conBg {
    position: absolute;
    bottom: 14%;
    left: 0;
    height: 28%;
    width: 36%;
    background: #0f3a3c;
}

.contact .innerWrap {
    position: relative;
    text-align: right;
}

.conImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.conImg_img {
    display: none;
    width: 100%;
}

.conTxt {
    text-align: left;
    width: 42%;
    display: inline-block;
    padding: 60px 0;
}

.conTxt h3 {
    color: #98b91a;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
}

.conTxt p {
    line-height: 2;
    margin-top: 14px;
}

.conTxt img {
    width: 25px;
    display: inline-block;
    margin-right: 6px;
}

.conTxt a {
    display: inline-block;
    color: #666;
}
@media(max-width:1280px) {
.inline form {
    width: 90%;
}
}

@media(max-width:1024px) {
.conBg {
    display: none;
}

.conMess {
    padding-top: 38px;
    padding-bottom: 48px;
}


.conImg {
    display: none;
}

.conImg_img {
    display: block;
}

.conTxt {
    width: 100%;
    overflow: hidden;
    padding: 42px 24px;
}

.conTxt h3 {
    margin-bottom: 14px;
}

.conTxt p {
    float: left;
    width: 50%;
}

.conTxt p:first-of-type {
    width: 100%;
    clear: both;
    margin-top: 20px;
}

.conMap .indTit h1 {
    font-size: 40px;
}

.conMap {
    padding: 54px 0;
}

.conMap img {
    margin-top: -18px;
}
}

@media(max-width:786px) {
.conMess {
    padding-top: 28px;
    padding-bottom: 24px;
    margin-top: 28px;
}

.conTxt {
    margin-bottom: 14px;
    padding: 28px 0 0;
}

.conTxt h3 {
    font-size: 19px;
}

.conTxt p {
    float: none;
    width: 100%;
    margin-top: 8px;
}

.inline {
    padding: 38px 0 48px;
}

.inline form {
    margin-top: 28px;
    width: 100%;
}

.inline_box div {
    width: 100%;
    margin-bottom: 18px;
}

.inline_box div label {
    font-size: 13px;
    margin-bottom: 6px;
}

.inline_box input {
    line-height: 42px;
    height: 42px;
    padding-left: 6px;
}

.inline_box textarea {
    height: 128px;
}

.inline_box .inline_box_wid input {
    width: 108px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.conMap {
    padding: 28px 0;
}

.conMap .indTit {
    margin: 0;
}

.conMap .indTit h1 {
    font-size: 28px;
}

.conMap img {
    transform: scale(0.62);
    margin-left: 10px;
    margin-top: -8px;
}
}
 .newsDet {
            text-align: center;
        }

        .newsDet .innerWrap {
            max-width: 1280px;
            margin: 0px auto 38px;
            padding: 20px 60px;
            background: #fff;
        }

        .newsDet a.btn {
            border-color: #dddddd;
            color: #222222;
            letter-spacing: 0.25px;
        }




        .newsDet_tit {
            border-bottom: 1px solid #eeeeee;
            padding: 15px 25px;
            margin-bottom: 26px;
        }

        .newsDet_tit h1 {
            font-size: 24px;
            letter-spacing: 0.5px;
            line-height: 34px;
            margin-bottom: 28px;
        }

        .newsDet_tit span {
            color: #666;
            font-size: 13px;
            vertical-align: middle;
            display: inline-block;
            margin: 0 10px;
        }

        .newsDet_tit img {
            margin-right: 8px;
            vertical-align: middle;
            position: relative;
            top: -2px;
        }

        .newsDet_con,.newsDet_con1 {
            border-bottom: 1px solid #eeeeee;
            padding: 10px 10px 28px;
        }

        .newsDet_con h6,.newsDet_con1 h6 {
            text-align: left;
            font-size: 18px;
            line-height: 2;
            margin: 20px auto 10px;
        }

        .newsDet_con p,.newsDet_con1 p {
            text-align: left;
            font-size: 15px;
            color: #666;
            letter-spacing: 0.5px;
            line-height: 36px;
            margin-top: 10px;

        }
		
        .newsDet_con img {
            max-width: 100%;
            margin: 0 auto;
        }


        .newsDet_con1 img {
            width: 1000px;
            margin: 0 auto;
        }

        .newsDet_con div p,.newsDet_con1 div p {
            line-height: 23px;
            color: #333;
            letter-spacing: 0.4px;
            text-align: center;
        }

        .newsDet_back {
            text-align: center;
            margin-top: 5%;
        }

        @media (max-width:1280px) {
            .newsDet .innerWrap {
                padding: 40px 50px;
            }

            .newsDet_tit {
                margin-bottom: 18px;
            }
        }

        @media (max-width:1024px) {
            .newsDet {
                padding: 48px 0;
            }

            .newsDet .innerWrap {
                margin: 40px auto 0;
                padding: 30px;
            }

            .newsDet_tit {
                padding-bottom: 10px;
            }

            .newsDet_tit h1 {
                margin-bottom: 18px;
                font-size: 20px;
            }

            .newsDet_con>p,.newsDet_con1>p{
                font-size: 14px;
            }
			.newsDet_con img,.newsDet_con1 img {
            width: 100%;
        }
        }

        @media (max-width:768px) {
            .newsDet {
                padding: 32px 0;
            }

            .newsDet .innerWrap {
                width: 96%;
                padding: 25px;
            }

            .newsDet_tit {
                margin-bottom: 18px;
            }

            .newsDet_tit h1 {
                font-size: 19px;
            }

            .newsDet_con>p,.newsDet_con1>p {
                line-height: 32px;
                letter-spacing: 0.5px;
            }

        }

        @media (max-width:480px) {

            .newsDet .innerWrap {
                margin-top: 28px;
                padding: 10px 14px 28px;
            }

            .newsDet_tit {
                margin-bottom: 0;
            }

            .newsDet_tit h1 {
                font-size: 17px;
                line-height: 28px;
                letter-spacing: 1px;
            }

            .newsDet_tit span {
                font-size: 12px;
                margin: 0 8px;
            }

            .newsDet_con>p,.newsDet_con1>p {
                line-height: 30px;
            }