﻿@media screen and (max-width:1770px) {
  .logo img{
    width: 100px;
  }
  .supernav>li>a {
    padding: 15px 15px;
    font-size: 16px;
  }
  .tel {
    font-size: 18px;
    padding: 5px 10px;
  
  }
}
@media screen and (max-width:1600px) {



}
@media screen and (max-width:1410px) {
  .logo a span{
    height: 30px;
  }
  .supernav>li .title a {
    padding: 15px 10px;
    font-size: 14px;
  }
  .tel {
    font-size: 14px;
    padding: 5px 10px;
  
  }
  .protitle h1 {
    font-size: 38px;
  }
  .protitle .tab .col {
    font-size: 18px;
    padding: 10px 20px;

  }
  .newsbox .list li a {
    font-size: 16px;
  }

  .newsbox .list li {
   
    margin-top: 10px;

  }
  .foot_r .menu a {
    font-size: 16px;
  }

}
@media screen and (max-width:1380px) {
  .protitle {
    margin-top: 150px;
  }
  .con2c {
    margin-top: 30px;
  }
  .con2c .swiper-slide .box {
    height: 400px;
  }
  .titmax {
    font-size: 20px;
  }
  .home-apply-ri .list {
    margin-top: 10px;
  }
}

@media screen and (max-width:1200px) {
  .pc{
    display: none!important;
  }
  .wrap{
    display: block!important;
  }
  .head {
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
  }
  .container {
    width: 92%;
  }
  .logo a:nth-child(2) {
    display: none;
  }
  .logo {
    width: 150px;
  }
  .logo img {
    width: 100%;
  }
  .tel {
    background: #1864da;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    border-radius: 100px;
    padding: 3px 5px;
    font-weight: 600;
    margin-right: 50px;
  }
  .tel img {
    width: 15px;
  }
  .nav-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all .9s;
    transition: all .9s
  }
  .nav-wrapper .supernav {
    background: #000000;
    width: 60%;
    height: 100%;
  }
  .nav-wrapper.on {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .supernav>li .title a {
    color: #ffffff;display: flex;
    justify-content: space-between;align-items: center;
  }
  .supernav>li> .title {
    padding-right: 20px;
  }
  .supernav>li> .title  i{
    display: inline-block;width: 11px;height: 7px;
    background-image: url(../images/icox.png);
  }
  .dropdown li a {
    color: #ffffff;
  }
  .supernav {
    flex-direction: column;
    display: block;
  }
  .supernav>li>a {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .supernav>li> .title i.on{
	  transform:rotate(180deg); -ms-transform:rotate(180deg);
  }
  .dropdown {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: none;
    background: #34495e;
  }
  .supernav>li>.dropdown.on {
    max-height: 300px;
  }
  .dropdown-level2 {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: none;
    background: #5d7a9b;
  }
  .dropdown li>.dropdown-level2.on {
    max-height: 300px;
  }
  .dropdown>li> .title2 i.on{
	  transform:rotate(180deg); -ms-transform:rotate(180deg);
  }
  .dropdown> li> .title2 i{
    display: inline-block;width: 11px;height: 7px;
    background-image: url(../images/icox.png);
  }
  
  .supernav>li>a .title2 i{
    display: inline-block;width: 11px;height: 7px;
    background-image: url(../images/icox.png);
  }
  
  .dropdown li a {
    color: #ecf0f1;
    padding-left: 40px;
  }
  .dropdown-level2 li a {
    padding-left: 60px;
  }
  .sanh {
    display: block;
  }
}
@media screen and (max-width:1024px) {
  .logo a span{
    display: none;
  }
  .myhome {
    height: auto;
  }
  .myhome>.swiper-wrapper {
    display: block;
  }
  .banner .container {
    height: auto;
    overflow-y: auto;
    display: block;
    padding: 50px 0;
  }
  .banner .swiper-slide .w {
    margin-top: 50px;
  }
  .banner .swiper-slide .w .con {
    display: block;
  }
  .banner .swiper-slide .w .box {
    width: 100%;
  }
  .banner .swiper-slide .w .pic {
    width: 100%;
    padding: 0 20%;
    margin-top: 30px;
  }
  .banner .swiper-slide .w .tit {
    font-size: 21px;
  }
  .banner .swiper-slide .w .tit2 {
    font-size: 31px;
  }
  .banner .swiper-slide .w .btn {
    justify-content: center;
    margin-top: 50px;
  }
  .banner .swiper-slide .w .btn a {
    font-size: 14px !important;
    padding: 5px 20px !important;
  }
  .banner .swiper-slide .w .btn a img {
    width: 10px;
    margin-left: 10px;
  }
  .con2c {
    margin-top: 50px;
  }
  .con2c .swiper-slide .box {
    background: #ffffff;
    border-radius: 10px;
    height: auto;
    display: block;
    padding: 20px 20px;
  }
  .con2c .swiper-slide .box .desc {
    width: 100%;
  }
  .con2c .swiper-slide .box .imgs {
    width: 100%;
    padding-right: 0px;
  }
  .con2c .swiper-pagination-progressbar {
    width: calc(100% - 75px) !important;
  }
  .con2c .swiper-button-prev,
  .con2c .swiper-button-next {
    border: 1px solid #1c2b44;
    width: 30px;
    height: 30px
  }
  .con2c .swiper-button-next {
    margin-left: 10px;
  }
  .con2c .swiper-button-prev img,
  .con2c .swiper-button-next img {
    width: 50%;
  }
  .con2c .swiper-slide .box .desc .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .con2c .swiper-slide .box .content {
    font-size: 14px;
    margin-top: 10px;
  }
  .con2c .swiper-slide .box .more {
    margin-top: 30px;
    font-size: 16px;
  }
  .banner2 {
    position: relative;
    padding-bottom: 50px;
  }
  .banner2 .swiper-pagination {
    display: block;
    width: auto;
    position: static;
    margin-top: 30px;
  }
  .yingyong {
    display: block;
  }
  .home-apply-le-ul {
    display: none;
  }
  .home-apply-ri {
    width: calc(100%);
  }
  .home-apply-ri .list .col .box {
    padding: 10px;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .home-apply-ri .list .col .box .title {
    font-size: 18px;
  }
  .home-apply-ri .list .col .box .desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .home-apply-ri .list .title a {
    width: 25px;
    height: 25px;
  }
  .protitle {
    display: block;
    margin-top: 30px;
  }
  .protitle h1 {
    font-size: 28px;
    font-weight: bold;
  }
  .protitle .tab {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .protitle .tab .col {
    font-size: 14px;
    padding: 5px 10px;
  }
  .titmax {
    font-size: 28px;
    margin-top: 50px;
  }
  .titdesc {
    font-size: 14px;
  }
  .myhome .swiper-slide.home_c.abg {
    background-image: none;
  }
  .ctitle h3 {
    font-size: 28px;
    margin-top: 50px;
  }
  .abl .aw {
    color: #3b3b3b;
    margin-top: 20px;
  }
  .abl .aw p {
    font-size: 14px;
    line-height: 1.8;
  }
  .gssl {
    padding-top: 30px;
    height: 500px;
  }
  .gsslnr .gssllf {
    width: 100%;
  }
  .gssl .tit {
    margin-top: 0px;
    font-size: 20px;
  }
  .gsslnr .gssllf ul li {
    margin-top: 10px;
    width: 33%;
  }
  .gsslnr .gssllf ul li a {
    font-size: 25px;
  }
  .gsslnr .gsslrt {
    width: 100%;
    margin-top: 50px;
  }
  .flexed {
    display: block;
  }
  .abl {
    width: 100%;
  }
  .abr {
    width: 100%;
    margin-right: 0px;
    padding-top: 30px;
  }
  .newsbox .box {
    margin-top: 20px;
  }
  .newsbox .box.on {
    display: block;
  }
  .newsbox .img {
    width: 100%;
    float: left;
  }
  .newsbox .list {
    width: 100%;
    float: left;
  }
  .newsbox .list li a {
    font-size: 16px;
    width: calc(100% - 70px);
  }
  .newsbox .list li span{
    width: 80px;
}
  .help {
    padding: 0 0px;
  }
  .help .col .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .help .col .more {
    font-size: 14px;
  }
  .footer .container.top {
    display: block;
  }
  .footer .foot_le {
    width: 100%;
    border-right: 0px solid #3d3d3d;
    padding: 0;
    padding-top: 20px;
  }
  .foot_r {
    width: 100%;
    border-top: 1px solid #3d3d3d;
    margin-top: 30px;
  }
  .foot_r .menu {
    display: none;
  }
  .footer .fwrx {
    margin-top: 10px;
    padding-left: 0px;
  }
  .footer .fwrx h1 {
    font-size: 16px;
  }
  .footer .fwrx .tele {
    font-size: 43px;
  }
  .footer .address {
    padding-left: 0px;
  }
  .footer .bottom {
    margin-top: 30px;
  }
  .footer .bottom .container {
    display: block;
  }
  .footer .bottom .copyright {
    width: 100%;
    padding: 20px;
    border-right: 0px solid #3d3d3d;
  }
  .link {
    display: none;
  }
  .fadeinRightPc {
    transform: translateX(0px);
    opacity: 1;
    transition: all .5s;
  }
  .fadeinLeftPc {
    transform: translateX(0px);
    opacity: 1;
    transition: all .5s;
  }
  .fadeinUpPc {
    transform: translateY(0px);
    opacity: 1;
    transition: all .5s;
  }
  .footer .logo2 img{
      width: 40%;
  }
}
@media screen and (max-width:900px) {
  .picnews{
    width: 100%;padding: 3px;
  }
  .picnews .col{
    float: left;
    width:calc((100% - 15px)/2) !important;
    margin-right: 15px;
  }
  .picnews .col:nth-child(2n){
    margin-right: 0;
  }
  .picnews .col .img{
    height: 150px;float: none;width: 100% !important;
  }
  .home-apply-ri .list .col .box .desc{display:none}
  .titdesc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
}
