@media screen and (min-width:1600px) {
    .wrap {
        width: 1500px;
    }
    .fanganItem p {   
        
        font-size: 28px;
       
    }
}

@media screen and (min-width: 1200px) and (max-width:1600px) {
    .wrap {
        width: 96%;
    }
    .logo a img:nth-child(2) {
        display: none;
    }
    .tel {
        width: 18%;
    }
    .menu {
        width: 66%;
    }

    .form ul li span{
        width: 23%;
    }
    .form ul li input{
        width: 75%;
    }
}


@media screen and (min-width: 1500px) and (max-width:1600px) {
    .fanganItem p {
     
        top: 45%;
        left: 13%;     
        line-height: 32px;
        font-size: 26px;
       
    }
  
}

@media screen and (min-width: 1400px) and (max-width:1500px) {
    .fanganItem p {
     
        top: 45%;
        left: 11%;     
        line-height: 32px;
        font-size: 24px;
       
    }
  
}

@media screen and (min-width: 1300px) and (max-width:1400px) {
    .fanganItem p {
     
        top: 45%;
        left: 9%;     
        line-height: 32px;
        font-size: 22px;
       
    }
  
}


@media screen and (min-width: 1200px) and (max-width:1300px) {
    .fanganItem p {
     
        top: 45%;
        left: 7%;     
        line-height: 32px;
        font-size: 20px;
       
    }
}

@media screen and (min-width:960px) and (max-width: 1200px) {
    .wrap {
        width: 96%;
    }
}

@media screen and (min-width:768px) and (max-width: 960px) {
    .wrap {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    .side{
        display: none;
    }
    .wrap {
        width: 96%;
    }
    .headerWrap {
        display: none;
    }
    .menuWrap {
        display: block;
    }
    .banner2 {
        padding-top: 16%;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .title h3 span {
        font-size: 24px;
    }
    .newsListNav ul {
        width: 100%;
    }
    .bannerWrap {
        margin-top: 0%;
    }
    .banner {
        padding-top: 20%;
    }
    .title p {
        font-size: 16px;
    }
    .newsListWrap {
        margin-top: 6%;
    }
    .banner .swiper-container .swiper-slide img {
        width: 100%;
        height: 150px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        top: 45%;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 1vh;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 45px;
        height: 45px;
    }
    /**footer:start**/
    .footerContWrap {
        flex-direction: column;
    }
    .footerLeft {
        width: 100%;
        order: 2;
    }
    .footerInfo p {
        line-height: 36px;
        color: #fff;
        font-size: 20px;
        position: relative;
    }
    .footerInfo p:nth-child(2):after {
        content: "";
        display: block;
        position: absolute;
        top: 66%;
        left: 0;
        width: 75%;
        height: 5px;
        z-index: 1;
        background-color: #31b2e7;
        opacity: .8;
    }
    .footerItem ul li:nth-child(2n+1) {
        border-right: unset;
    }
    .footerItem ul li {
        width: 50%;
        margin-bottom: 6%;
    }
    .footerRight {
        width: 100%;
        order: 1;
    }
    .form ul li span {
        font-size: 14px;
        line-height: 48px;
        color: #c1c1c1;
        display: block;
        margin-right: 2%;
        width: 32%;
    }
    .form ul li input {
        background: none;
        border: none;
        line-height: 38px;
        padding: 0% 2%;
        width: 75%;
        color: #fff;
    }
    .submit_btn {
        line-height: 50px;
        background: #21ade5;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .footerItem ul li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .footerItem ul li a img {
        width: 40px;
    }
    /**footer:end**/
    .casesListNav ul {
        width: 100%;
    }
    .casesListWrap {
        padding-top: 6%;
    }
    .casesDetails {
        flex-direction: column;
        margin-top: 4%;
    }
    .casesDetailsLeft {
        width: 100%;
    }
    .casesDetailsTitle h2 {
        line-height: 36px;
        font-size: 20px;
        font-weight: 600;
    }
    .casesDetailsTitle p span {
        margin-right: 0%;
        font-size: 12px;
    }
    .pageUpDown p {
        border: 1px solid #f2f2f2;
        line-height: 50px;
        font-size: 16px;
        padding: 0% 2%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 4%;
    }
    .casesDetailsRight h2 {
        line-height: 60px;
        font-size: 24px;
        border-bottom: 1px solid #ddd;
    }
    .casesDetailsRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        justify-items: center;
    }
    .casesDetailsRight ul li a .casesListTitle p {
        font-size: 16px;
    }
    .casesDetailsRight ul {
        display: flex;
        flex-direction: column;
        padding: 6% 0%;
    }
    .casesDetailsCont p {
        font-size: 14px;
    }
    .casesDetailsRight ul li a .casesListTitle {
        min-height: 80px;
    }
    .casesListCont ul li {
        width: 30%;
        width: 48%;
        margin-top: 5%;
        border: 1px solid #eee;
    }
    .casesListCont ul li a .casesListTitle {
        min-height: 80px;
    }
    .newsListCont {
        margin-top: 6%;
    }
    .newsListCont ul li a {
        display: flex;
        flex-direction: column;
    }
    .newsListImg {
        overflow: hidden;
        width: 100%;
    }
    .newsListCont ul li a .newsListTitle {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        background: #f6f6f6;
        width: 100%;
        padding: 2%;
        flex-direction: column;
    }
    .newsListCont ul li a h3 {
        font-size: 16px;
        color: #373838;
        text-align: left;
    }
    .newsListCont ul li a p {
        font-size: 12px;
        color: #999;
        text-align: left;
        line-height: 32px;
        background: unset;
        padding-top: 0%;
        margin: 2% auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .newsListDate span {
        color: #666;
        font-size: 14px;
    }
    .newsListCont ul li {
        margin-bottom: 4%;
    }
    .subnav ul li a {
        /* border: 1px solid #2bb0e6; */
        /* background: #2bb0e6; */
        color: #333;
        border-radius: 30px;
        line-height: 34px;
        font-size: 15px;
        text-align: center;
        display: block;
        padding: 0% 1%;
        width: 90%;
    }
    .newsWrap {
        padding-top: 6%;
    }
    .newsItemCenter {
        width: 100%;
        position: relative;
        background: #f8f8f8;
        margin: 10% auto;
    }
    .newsItem {
        background: #f8f8f8;
        width: 100%;
    }
    .newsCont {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 4%;
        padding-top: 3%;
    }
    .newsItem ul li a p {
        font-size: 18px;
        line-height: 30px;
        color: #666;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newsItemCenter a h2 {
        font-size: 18px;
        line-height: 30px;
        color: #666;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newsItemCenter a div {
        padding: 5%;
    }
    .newsDesc span {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        margin-right: 8%;
        padding-left: 8%;
    }
    .casesWrap {
        padding-top: 8%;
    }
    .aboutContWrap {
        padding-top: 8%;
    }
    .aboutWrap {}
    .aboutCont ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0px auto;
        flex-wrap: wrap;
        margin-top: 5%;
    }
    .aboutCont ul li {
        transition: all 0.5s;
        width: 24%;
        margin-bottom: 2%;
        margin-top: 0%;
    }
    .aboutCont ul li a {
        display: block;
        text-align: center;
    }
    .aboutCont ul li a img {
        width: 78%;
        height: auto;
    }
    .aboutCont ul li a p {
        text-align: center;
        font-size: 15px;
        line-height: 34px;
        margin: 4% auto;
        color: #fff;
    }
    /**shequ:start**/
    .shequWrap {
        width: 100%;
        margin: 8% auto;
    }
    .shequTitle {
        padding: 3%;
    }
    .shequ_btn {
        margin: 0% auto;
        width: 50%;
        line-height: 46px;
    }
    .shequItem {
        flex-direction: column;
        margin-bottom: 8%;
    }
    .shequItem ul li {
        width: 100%;
        margin: 4% 0%;
        margin-top: 4%;
    }
    .shequItem ul li div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .shequTitle span {
        font-size: 16px;
    }
    .shequItem ul li div span {
        font-size: 16px;
        width: 26%;
        text-align: right;
        margin-right: 4%;
    }
    .shequItem ul li div input {
        border: 2px solid #999;
        width: 70%;
        padding: 2%;
    }
    /**shequ:end**/
    /**pro:start**/
    .proShowRight {
        width: 100%;
        margin: 4% auto;
    }
    .proShowLeft {
        margin-top: 4%;
        width: 100%;
    }
    .proShowLeft h3 {
        line-height: 50px;
        height: auto;
    }
    .proShowLeft ul li a {
        font-size: 16px;
        line-height: 50px;
    }
    .proShowContWrap {
        flex-direction: column;
    }
    .proShowCont p {
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 1%;
    }
    /**pro:end**/
    #dituContent {
        height: 380px!important;
    }
    .pageContWrap p {
        font-size: 14px;
    }
    /**home:start**/
    .proImg img {
        width: 100%;
        height: auto;
    }
    .proContTop {
        flex-direction: column;
    }
    .proContTop a {
        position: relative;
        display: block;
        margin: 1% auto;
        width: 100%!important;
    }
    .proContTop a p {
        position: absolute;
        bottom: 5%;
        left: 4%;
        line-height: 32px;
        color: #fff;
        font-size: 18px;
    }
    .proContBottom {
        flex-direction: column;
    }
    .proContBottom a {
        position: relative;
        display: block;
        margin: 1% auto;
        width: 100%!important;
    }
    .proContBottom a p {
        position: absolute;
        bottom: 5%;
        left: 4%;
        line-height: 32px;
        color: #fff;
        font-size: 18px;
    }
    .aboutCont h3 {
        font-size: 24px;
        line-height: 46px;
        color: #fff;
    }
    .aboutCont {
        width: 100%;
        background: #2bb0e6;
        padding: 6%;
        padding-right: 0%;
        height: auto;
    }
    .aboutCont p {
        font-size: 14px;
        color: #fff;
        line-height: 32px;
    }
    .aboutContWrap {
        flex-direction: column;
    }
    .aboutImg {
        width: 100%;
    }
    .aboutImg img {
        width: 100%;
        height: auto;
    }
    .aboutCont a {
        display: block;
        width: 200px;
        height: auto;
        line-height: 50px;
        color: #333;
        background: #fff;
        margin-top: 6%;
        text-align: center;
        font-size: 16px;
        margin: 0px auto;
    }
    .proTitle h3 {
        text-align: center;
        line-height: 46px;
        font-size: 22px;
        margin: 3% auto;
    }
    .fanganItem p {
        position: absolute;
        top: 40%;
        left: 9%;
        color: #fff;
        line-height: 24px;
        font-size: 16px;
        font-weight: 600;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        width: 40px;
        height: 80px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 40px;
        height: 80px;
    }
    .pro2Title h3 {
        text-align: center;
        line-height: 32px;
        font-size: 22px;
        margin: 8% auto;
    }
    .pro2Img img {
        display: block;
        text-align: center;
        width: 60px;
    }
    .pro2Cont ul li a h3 {
        color: #333;
        font-size: 16px;
        text-align: center;
        line-height: 32px;
        margin: 0% auto;
        margin-top: 8%;
    }
    .pro2Cont ul li a p {
        font-size: 12px;
        line-height: 32px;
        text-align: center;
        color: #666;
    }
    .pro2Cont ul li {
        background: #f5f5f5;
        border-radius: 10px;
        width: 46%;
        height: auto;
        margin: 0% auto;
        margin-bottom: 3%;
    }
    .pro2Cont ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 6%;
        flex-wrap: wrap;
    }
    .newsTitle h3 {
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        margin: 0% auto;
    }
    .newsCont ul {
        flex-direction: column;
    }
    .newsCont ul li {
        width: 100%;
        border: 1px solid #e9e9e9;
        margin-bottom: 6%;
    }
    .hezuoContWrap h3 {
        font-size: 19px;
        text-align: center;
        line-height: 30px;
        color: #fff;
    }
    .hezuoContWrap a {
        width: 75%;
        margin-top: 3%;
}
    }
    .hezuoContWrap a span {
        color: #fff;
        font-size: 14px;
        line-height: 46px;
    }
    .hezuoWrap {
        height: 170px;
    }
    /**home:end**/
    /**proList2:start**/
    .proList2{
        margin-top:4%;
    }

    .proList2 li {
        width: 48%;
         
    }

    .proList2 li a p {
        text-align: center;
        background: #f6f6f6;
        line-height: 48px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0px 5px;
    }



    /**casesList2:start**/
    .casesList2 li{
        width: 48%;
    }
    .casesList2Title h3{
        font-size: 24px;
    }
    .casesList2Title{
        margin:6% auto;
    }

    .casesList2 li a p {
        text-align: center;
        background: #f6f6f6;
        line-height: 48px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0% 5px;
    }


    .downloadListCont ul{
        width: 100%;
    }

    .downloadListCont{
        padding: 0%;
    }

    .downloadListCont li a{
        font-size: 12px;
        padding: 3% 0%;
    }

    .downloadListCont li a img{
        width: 30px;
        height: auto;
    }

    .downloadTitle {      
        line-height: 28px;
    }
	
	.downloadListCont li a span:nth-child(1) {
		width: 70%;
		text-align: left;		
		padding-right: 3%;
		word-break: break-all;
		word-wrap: break-word; 
	}
	
	.downloadListCont li a span:nth-child(2) {
		display:none;
	}
	.downloadListCont li a span:nth-child(4) {
		display:none;
	}
	
	.downloadListCont li a span{
		width:15%;
	}
	
}

}