@media screen and (max-width: 1600px) {
  .gbook.w80 {
    width: 95%;
    -o-background-size: 35% auto;
    background-size: 35% auto;
  }
}
@media screen and (max-width: 1400px) {
  .about_main1 .text h3,
  .about_main2 .about_tl h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  /*.flexslider .slides li img{
			display: block;
			width: 100%;
			height: 120%;
			object-fit: cover;
	}*/
  

  .w80 {
    width: 95%;
  }

  .floot_left {
    bottom: 20%;
  }

  .about_main1 .text {
    width: 46%;
  }
}

@media screen and (max-width: 1000px) {
  .dw {
    top: -80px;
  }
  .page_ban {
    height: 380px;
  }
  .page_nav{
    margin-bottom: .5rem;
  }

  .about {
    margin-bottom: 60px;
  }

  .about_main1 {
    padding: 0.5rem 0 1rem;
  }
  .about_main1 .img {
    width: 100%;
  }
  .about_main1 .text {
    width: 100%;
    padding: 30px 0 0;
  }
  .about_main2 .content li .text h3 {
    font-size: 20px;
  }
  .about_main2 .content li .text p {
    font-size: 14px;
  }

  .proli .proli_con,.procon .procon_con {
    width: calc(100% - 300px);
  }
  .pro_left {
    width: 280px;
  }

  .proli .proli_con li {
    width: 48%;
    margin-right: 4%;
  }
  .proli .proli_con li:nth-child(3n) {
    margin-right: 4%;
  }
  .proli .proli_con li:nth-child(2n) {
    margin-right: 0px;
  }

  .pro_main1{
    height: auto;
  }
  .pro_main1 .w80{
    padding: 2rem 0 0.5rem;
  }
  .pro_main1 h3{
    margin-bottom: 0.5rem;
  }
  .pro_main1 span,.pro_main1 h5, .pro_main1 .ico{
    display: none;
  }
  .pro_main1 .img{
    position: relative;
    max-width: 640px;
    width: auto;
    margin: 0.8rem auto 0.5rem;
  }
  .pro_main2 .content{
    width: 100%;
    padding: 0.5rem 0;
  }
  .pro_main3 .content{
    padding: 0 0.5rem;
  }
  .pro_main3 .content .img{
    width: 100%;
  }
  .pro_main3 .content .text{
    width: 100%;
    padding: 0;
  }
  .pro_main3 .content .text li{
    width: 100%;
    padding: 0.1rem 0 0.2rem;
  }
  .pro_main3 .content .text li:nth-child(2n+1){
    padding: 0.05rem 0;
    border-bottom: 0px;
  }
  .pro_main3 .content .text li:nth-child(2n){
    width: 100%;
  }
  .pro_main3 .content .text a{
    width: 50%;
    min-width: 180px;
  }

  .newsli {
    margin-bottom: 60px;
  }
  .newsli li a {
    padding: 1%;
  }
  .newsli li .img {
    width: 35%;
    height: auto;
  }
  .newsli li .img img {
    height: 150px;
  }
  .newsli li .text {
    width: 60%;
  }
  .newsli li .text h3 {
    font-size: 16px;
    margin: 0px;
  }
  .newsli li .text p {
    font-size: 14px;
    line-height: 25px;
  }
  .newsli li .date {
    width: 15%;
    margin-top: 15px;
  }
  .newsli li .date .sj p {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .newsli li .date .sj span {
    font-size: 14px;
    line-height: 19px;
  }
  .newsli li .date .more {
    font-size: 28px;
  }

  .gbook .text h5 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .gbook .text h5 i {
    font-size: 30px;
    margin-right: 10px;
  }

  .caseli li .img {
    height: 200px;
  }
  .caseli li .text p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .contact .text{
    width: 50%;
  }
  .contact .map{
    width: 50%;
  }
}

@media screen and (max-width: 880px) {
  

  .gbook .con li img {
    right: 5px;
    top: 10px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page_ban{
    height: 380px;
  }
  .page_ban .text h3{
    font-size: 28px;
  }
  .page_ban .text h4{
    font-size: 16px;
  }

  .pro_left{
    display: none;
  }
  .proli .proli_con,.procon .procon_con{
    width: 100%;
  }

  .mob_page_nav {
    position: relative;
    display: block;
    width: 100%;
    /* margin-bottom: 20px; */
  }
  
  .mob_page_nav h3 {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-color: var(--main-color);
    text-align: center;
    vertical-align: top;
  }
  .mob_page_nav h3 span {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    /*line-height: 50px;*/
  }
  .mob_page_nav h3 span:after,
  .mob_page_nav h3 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #fff;
    -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;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mob_page_nav h3 span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .mob_page_nav.on h3 span:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .mob_page_nav.on h3 span:before {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
  .mob_page_nav .box {
    /* display: none; */
    position: absolute;
    z-index: 7;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow-y: auto; 
    background-color: #fafafa;
    transition: all .3s;
  }
  .mob_page_nav .box>ul{
    padding: 10px 0;
  }
  .mob_page_nav .box ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    transition: all 0.3s;
  }
  .mob_page_nav .box ul li a:hover {
    color: var(--main-color) !important;
  }
  .mob_page_nav .box ul li.pl1 {
    position: relative;
    margin-bottom: 0.2rem;
  }
  .mob_page_nav .box ul li.pl1 > a {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    padding-left: 7px;
    border-left: 3px solid var(--main-color);
    margin-bottom: 0.1rem;
  }
  .mob_page_nav .box ul li.pl1 ul {
    padding: 0 0.2rem;
  }
  .mob_page_nav .box .pl2 {
    position: relative;
  }
  .mob_page_nav .box .pl2 ul {
    display: none;
  }
  .mob_page_nav .box .pl2 .pl_btn {
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: #eee; */
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  .mob_page_nav .box .pl2 .pl_btn::after,
  .mob_page_nav .box .pl2 .pl_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background-color: #ccc;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .mob_page_nav .box .pl2 .pl_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .mob_page_nav .box .pl2.on .pl_btn::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .mob_page_nav .box .pl2.on .pl_btn::before {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  
  .mob_page_nav .box ul li.pl3 > a {
    color: #888;
  }
  .mob_page_nav .box ul li.pl3 > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.2rem;
    width: 0.15rem;
    height: 1px;
    background-color: var(--main-color);
    background-color: #ddd;
    margin-top: -1px;
    pointer-events: none;
  }
  .mob_page_nav .box ul li.pl3 > a::before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--main-color);
    background-color: #ddd;
    pointer-events: none;
  }
  .mob_page_nav .box ul li.pl3:last-child > a::before {
    height: 50%;
  }


  .dw {
    top: -60px;
  }
  .floot_right {
    display: none;
  }
  .about_main2 .content ul {
    padding: 0 5%;
  }
  .about_main2 .content li {
    width: 100%;
  }
  .about_main2 .content li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_main2 .content li .img {
    padding-bottom: 30%;
    min-height: 120px;
  }
  .about_main2 .content li .text {
    padding-bottom: 0px;
  }
  .about_main2 .content li .text .box {
    position: relative;
    padding: 0.6rem 0.4rem;
  }

  .contact .text{
    width: 100%;
  }
  .contact .map{
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .location{
    padding: 10px 0;
  }
  .location i{
    font-size: 16px;
  }
  .location a {
    font-size: 14px;
  }
  .location span{
    margin: 0 5px;
  }

  .floot_left {
    display: none;
  }

  .page_nav li a{
    font-size: 15px;
  }

  .about_main1 .text h3,
  .about_main2 .about_tl h3 {
    font-size: 28px;
  }


  .newsli {
    margin-bottom: 40px;
  }
  .news .news_con p {
    font-size: 14px;
    line-height: 24px;
  }

  .procon .procon_con .box .text h3 {
    font-size: 18px;
  }
  .procon .procon_con .box .text span {
    width: 30px;
    margin: 20px 0 20px;
  }
  .procon .procon_con .box .text h5{
    font-size: 16px;
  }

  .caseli li .img {
    height: 160px;
    width: 40%;
  }
  .caseli li .text {
    width: 60%;
    padding: 20px 5%;
  }
  .caseli li .text p {
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .contact {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .page_ban{
    height: 300px;
  }

  .newsli li .img {
    float: none;
    width: 100%;
  }
  .newsli li .img img {
    height: auto;
  }
  .newsli li .text {
    float: none;
    width: 100%;
    padding: 0.2rem 0;
  }
  .newsli li .text span.sj2 {
    display: block;
    color: #044098;
  }
  .newsli li .date {
    display: none;
  }

  .procon .procon_con .box .img{
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 20px;
  }
  .procon .procon_con .box .text{
    width: 100%;
  }

  .caseli li .img {
    width: 100%;
    height: 28 0px;
  }
  .caseli li .text {
    width: 100%;
  }
}
