/* 超小屏幕 */
@media screen and (max-width:1199px) {
    .header {
        width: 100%;
        position: relative;
    }
    .header-top {
        display: none;
    }
    .w {
        width: 90%;
        margin:auto;
        padding:0 5%;
    }
    .header-middle {
        display:none;
    }
    .dropdown-btn {
        position: relative;
        display: block;
        padding: 10px;
        background: #fff;
    }
    .dropdown-btn img {
        width: 240px;
        height: 60px;
    }
    .dropdown-btn span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10%;
        top: 25%;
        background: url("../images/navstartbtn.png") no-repeat center center;
        background-size: 100%;
        transform:rotate(0deg);
        -ms-transform:rotate(0deg);     /* IE 9 */
        -moz-transform:rotate(0deg);    /* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg);
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .dropdown-btn span.right.on {
        background: url("../images/navstopbtn.png") no-repeat center center;
        background-size: 100%;
        transform:rotate(135deg);
        -ms-transform:rotate(135deg);     /* IE 9 */
        -moz-transform:rotate(135deg);    /* Firefox */
        -webkit-transform:rotate(135deg); /* Safari 和 Chrome */
        -o-transform:rotate(135deg);
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .menu {
        display: none;
        overflow: hidden;
        background-color: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        top: 85px;
        right: 0;
        z-index: 9999;
        height: 0;
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .nav {
        height: auto;
    }
    .nav ul{
        width:100%;
        padding:0;
    }
    .nav ul li:nth-child(even) {
        display: none;
    }
    .nav ul li {
        float: none;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    
    .nav ul li a {
        font-size: 18px;
        color:#000;
    }
    .search{
        display:none;
    }

    .banner {

        height: 200px;
        overflow:hidden;
    }

    .banner img{
        height:200px;
    }


    .banner-application {
        height: 300px;
    }
    .banner .swiper-slide {
        height: 400px;
        padding-left: 10px;
    }
    .banner-application .swiper-slide {
        height: 300px;
    }
    .banner .main-slider-content-wrapper {
        padding-top: 40px;
    }
    .banner h2 {
        font-size: 40px;
        line-height: 45px;
        font-size: 25px;
    }

    .banner p {
        font-size:28px;
        margin-top: 20px;
        font-size: 16px;
    }

    .thm-btn {
        font-size: 16px;
        padding: 15px 8px;
        border-radius: 6px;
        margin-top: 40px;
    }
    #main-slider-pagination {
        margin-left: 10px;
    }

    .title-box {
        margin:0 auto;
        text-align:center;
    }
    .title-box h1 {
        font-family: 'hiragino_sans_gbw6';
        color: #036eb8;
        font-size: 18px;
        font-weight: 550;
        float:none;
        margin-top:30px;
    }
    .title-box span {
        display:none;
    }
    .title-box .space-line1 {
        border:none;
    }
    .title-box .space-line2 {
        width:150px;
        border-bottom: 1px solid #6c9ccc;
        margin:0 auto;
        margin-top: 10px;
    }

    .company-content span:nth-child(1) {
        font-size: 18px;
    }
    .company-content span:nth-child(2) {
        font-size:14px;
    }
    .company-content p {
        font-size:14px;
    }

    .company-pic{
        width:100%;
        text-align:center;
    }
    .company-pic img{
        width:50%;
    }
    .company-content{
        width:100%;
    }
    .company-content span{
        text-align:center;
    }
    /*.company-content a{
        display:none;
    }*/

    .news-content p {
        width:100%;
    }

    .news-content img{
        width:100% !important;
    }

    .title-box h2 {
        font-family: 'hiragino_sans_gbw6';
        color: #036eb8;
        font-size: 18px;
        font-weight: 550;
        float:none;
        margin-top:30px;
    }

    .proslist {
        width: 90%;
    }

    .swiper1, .swiper3 {
        width: 100%;
    }

    .proslist .swiper-slide {
        
        width: 100%;
        
    }

    .proslist .swiper-slide a {
        
        width: 100%;
        text-align:center;
    }

    .proslist .swiper-slide a span {
        display:none;
    }

    .brandslist {
        
        width: 90%;
    }
    .swiper2 {
        width: 100%;
    }
    .brandslist .swiper-slide {
        width: 100%;
    }

    .flink,.flink-list{
        display:none;
    }
    .news-list ul li{
        width:100%;
        height:90px;
    }
    .news-left,.news-middle{
        display:none;
    }
    .news-right{
        width:100%;
        height:90px;
        padding:0;
    }
    .news-right a {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        color: #333;
    }
    .news-right p {
        color: #999;
        margin-left: 10px;
        margin-top: 10px;
    }
    .sepra2,.qrcode {
        display:none;
    }

    .applications-box{
        display:none;
    }

    .contact-style {
        width:100%;
        float:none;
    }
    .contact-style-left {
        width: 74%;
    }
    .contact-style-right {
        width: 24%;
    }
    .information-left,.information-right{
        float:none;
        width: 100%;
    }
    .information-left input:nth-child(1){
        width:90%;
        padding-left: 10%;
    }
    .information-left input:nth-child(2){
        width:90%;
        padding-left: 10%;
    }
    .information-right textarea {
        width: 100%;
        float:none;
        padding:0;
    }

    .test2item a:nth-child(2){
        font-size:12px !important;
        line-height: 30px !important;
    }
    .news ul li{
        margin-top: 15px;
        height:120px;
    }
    .news-list-left {
        width: 14%;
        height: 120px;
        padding-right: 1%;
        background: #036eb8;
    }
    .news-list-left span {
        color: #fff;
        display: block;
        text-align: right;
        width: 100%;
    }
    .news-list-left span:nth-child(1) {
        font-size: 16px;
        margin-top: 5px;
    }
    .news-list-left span:nth-child(2) {
        font-size: 14px;
        margin-top: 5px;
    }
    .news-list-left span:nth-child(3) {
        border-bottom: 2px solid #fff;
        /*width: 35px;*/
        float: right;
        margin: 6px 0px;
    }
    .news-list-right {
        width: 85%;
        height: 120px;
        background:#f6f5f5;
    }
    .news-list-right a {
        width: 90%;
        height: 120px;
        display: block;
    }
    .news-list-right a {
        padding: 20px 0px 0px 10px;
    }
    .news-list-right a span:nth-child(1) {
        color: #2e2e2e;
        font-size: 18px;
        display: block;
    }
    .news-list-right a p {
        display:none;
    }
    .news-list-right a span:nth-child(3) {
        color: #9f9d9d;
        display: block;
        margin-top: 5px;
        font-size:14px;
    }
    .paging ul li {
        margin-top:10px;
    }
    .brand-info {
        width: 90%;
        background: #65c0ff;
        /*height: 240px;*/
        padding: 5%;
     }
    .brand-left {
        float:none;
        width: 100%;
        margin-top: 40px;
        text-align:center;
    }
    .brand-left img {
        width: 60%;
     }
     .brand-left a {
        display: block;
        text-align: center;
        color: #fff;
        margin-top: 15px;
     }
     .brand-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        color: #fff;
        height:auto;
        overflow:hidden;
     }
      .brand-right p {
        font-size: 12px;
        line-height: 20px;
    }

    .app-info {
        width: 90%;
        background: #65c0ff;
        min-height: 330px;
        padding: 5%;
     }
    .app-left {
        width: 100%;
        margin-top: 25px;
        border: 2px solid #fff;
        text-align:center;
        float:none;
    }
    .app-left img {
        width: 60%;
        vertical-align: top;
     }
     .app-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        color: #fff;
     }
    .app-right p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 20px;
    }
    .app-right h1 {
        font-size: 18px;
    }
    .type-list ul{
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
    }
    .type-list ul li {
        width: 23%;
        float: none;
        background: #f0f0f0;
        margin:auto;
        margin-top: 40px;
        margin-left: 0px;
    }
    .type-list ul li:first-of-type {
        margin-left: 0px;
    }
    .type-list ul li a {
        width: 100%;
        display: block;
        padding: 15px 0px;
        text-align:center;
    }
    .type-list ul li a img {
        float: none;
        width: 30%;
        margin-left: 0px;
    }
    .type-list ul li a span {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0px;
        color: #666;
        text-align:center;
    }
    .type-list ul li a span:nth-child(2) {
        margin-top: 10px;
        font-size: 14px;
    }
    .type-list ul li a span:nth-child(3) {
        display:none;
    }

    .app-list ul{
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;

    }
    .app-list ul li {
        width: 100%;
        /*height: 320px;*/
        float: none;
        margin-top: 20px;
        margin-left: 0px;
        position: relative;
    }
    .app-list ul li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .app-list ul li a {
        display: block;
    }
    .app-list ul li a:nth-child(1) img {
        width: 100%;
        height: 100%;
        vertical-align:top;
    }
    .app-list ul li a:nth-child(2) {
        width: 100%;
        text-align: center;
        color: #666;
        margin-top: 20px;
     }
    .app-list ul li a:nth-child(2):hover {
        color: #036eb8;
     }
     .app-list ul li p {
        display: none;
        position: absolute;
        top: 0px;
        left:0;
        z-index: -999;
        width: 0px;
        height: 0px;
        /*background: #12486c;*/
        background-color:rgba(18,72,108,0.5);
        /*opacity: 0.5;*/
        color: #fff;
        padding: 30px 24px 0px 24px;
        line-height: 35px;
     }
     .app-list ul li p span {
        opacity: 1;
     }

     .brand-list ul{
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
        justify-content:space-between;
     }
     .brand-list ul li {
        width: 48%;
        float: none;
        margin-top: 20px;
        margin-left: 0px;
        text-align:center;
    }
    .brand-list ul li:nth-child(4n+1) {
        margin-left: 0px;
        clear: left;
    }
    .brand-list ul li a {
        width: 100%;
        display: block;
    }
    .brand-list ul li a img {
        width: 100%;
    }
      .brand-list ul li a:nth-child(1) {
        display: in-line;
        text-align: center;
        vertical-align:middle;
        width: 100%;
        height:80px;
        border: 1px solid #c7c7c7;
     }
    .brand-list ul li a:nth-child(2) {
        display: block;
        width: 100%;
        text-align: center;
        color: #666;
        margin-top: 20px;
     }

     .left-menu {
        width: 100%;
        margin-top: 40px;
    }
    .left-menu-header {
        height: 75px;
        background: #036eb8;
    }
    .left-menu-header span {
        display: block;
        color: #fff;
        text-align: center;
    }
    .left-menu-header span:nth-child(1) {
        font-size: 18px;
        padding-top: 5px;
    }
    .left-menu-header span:nth-child(2) {
        padding-top: 5px;
    }
    .left-menu-middle{
        width: 96%;
        border-left: 1px solid #036eb8;
        border-right: 1px solid #036eb8;
        padding: 20px 2%;
    }
    .left-menu-middle > ul > li {
        margin-bottom: 10px;
    }
    .left-menu-middle > ul > li > a{
        padding-left: 18px;
        color: #666; 
        font-size:18px; 
        display: block; 
        font-weight:bold; 
        height:36px;
        line-height: 36px;
        position: relative;
        background:url(../images/add.jpg) no-repeat 98% center;
        background-color: #f0f0f0;
    }
     .left-menu-middle > ul > li > a.active{
        padding-left: 18px;
        color: #fff; 
        font-size:18px; 
        display: block; 
        font-weight:bold; 
        height:36px;
        line-height: 36px;
        position: relative;
        background:url(../images/plus.jpg) no-repeat 98% center;
        background-color: #036eb8;
    }
    /*.left-menu-middle > ul > li > a.inactive{ 
        background:url(../images/add.jpg) no-repeat 220px center;
    }
    .left-menu-middle > ul > li > a.inactives{
        background:url(../images/plus.jpg) no-repeat 220px center;
    } */
     .left-menu-middle > ul > li > ul{
        display: none;
     }
     .left-menu-middle > ul > li > ul > li {

     }
     .left-menu-middle > ul > li > ul > li > a{ 
        padding-left:25px;
        color: #999;
        line-height: 30px;
     }
     .left-menu-middle > ul > li > ul > li > a:hover{ 
        padding-left:25px;
        color: #036eb8;
        line-height: 30px;
     }
     .left-menu-footer {
        height: 102px;
        width: 100%;
        background: #036eb8;
        text-align: center;
        padding-top: 13px;
     }
     .left-menu-footer span {
        display: block;
        color: #fff;
     }
     .left-menu-footer span:nth-child(3) {
        font-size: 22px;
     }

     .product-info h1 {
        color: #036eb8;
        font-size: 20px;
        font-weight: 600;
    }
    .product-image {
        margin-top: 27px;
        width: 100%
        
    }
    .product-image img {
        width: 100%;
    }
    .product-image .swiper3 {
        width: 100%;
        border: 1px solid #d9d9d9;
    }
    .product-image .swiper-pagination {
        position: absolute;
        width: 90%;
        text-align: center;
        transition: .3s opacity;
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transform: translate3d(0,0,0);
        z-index: 10;
    }
    .product-image .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0px;
    }

    .product-para {
        width: 100%;
        margin-top: 30px;
    }
    .para-list ul li {
        min-height:50px;
        line-height:50px;
        width: 100%;
        border-bottom:1px dashed #bbb;
    }
    .para-list ul li span,.para-list ul li a {
        font-size: 20px;
    }
    .para-list ul li a {
        color: #333;
    }
    .para-list ul li span {
        color: #999;
    }
    .para-standard {
        width: 100%;
        height: 135px;
        background: #eaeaea;
        color: #fc3102;
        margin-top: 25px;
        padding: 15px 0px 0px 15px;
        line-height: 23px;
    }
    .para-download ul li {
        width: 100%;
        height: 27px;
        padding: 4px 0px;
        border: 1px solid #3eb0ff;
        margin-top: 40px;
    }
    .para-download ul li:nth-child(2n-1) {
        float: left;
    }
    .para-download ul li:nth-child(2n) {
        float: right;
    }
    .para-download ul li img,.para-download ul li a {
        vertical-align: middle;
    }
    .para-download ul li img {
        width:32px;
        height: 27px;
        border-right: 1px dashed #3eb0ff;
    }
    .para-download ul li a {
        color: #010101;
    }
    .telphone {
        display:none;
    }
    .telphone-fixed {
        width:100%;
        display:flex;
        flex-direction:row;
        position:fixed;
        left:0;
        bottom:0;
        z-index:999999;
    }
    .telphone-fixed a{
        display:block;
        width:50%;
        height:50px;
        background-color:#fb5f0a;
        text-align:center;
        line-height:50px;
        color:#fff;
        border:1px solid #fff;
        font-weight:bold;
    }
    .link-btn {
        display: block;
        float: right;
        margin-top: 35px;
        color: #fff;
        background: #fb5f0a;
        font-size: 20px;
        text-align: center;
        width: 120px;
        height: 25px;
        padding: 10px 0px;
    }

    .product-detail {
        margin-top: 50px;
    }
    #pro-detail-main{}
    .pro-detail-menu{
        display:block;
        height:55px; 
        border-bottom:1px solid #036eb8;
    }
    .pro-detail-menu li{  
        display:block;  
        float:left;  
        width:20%;
        height:55px;
        line-height:55px;
        font-size:16px;
        text-align: center;  
        cursor:pointer;  
        color: #666;
    }  
    .pro-detail-menu li.hover{  
        color:#fff;
        background:#65c0ff; 
    }  
    #tab1,#tab2,#tab3,#tab4{
        padding-top: 37px;
        font-size: 16px;
    }
    #tab1 img,#tab2 img {
        width: 100%;
    }
    .tab{  
         display:none;  
    }  
    .block{
         display:block;  
    }

    .h2-wrapper h2 {
        font-size: 20px;
    }
    .h2-wrapper h2:after {
        top:30px;
        left:0;
        right:0;
        bottom:0;
        margin: auto;
    }
    .application-box {
        justify-content: center;
    }
    .application-box > div {
        padding:0px 5%;
    }
    .application-box > div > a:nth-child(2) {
        font-size: 16px;
    }
    .brand-box-flex-wrapper {
        justify-content: center;
    }
    .footer {
        height: auto;
    }
    .footer p.company-name {
        font-size: 18px;
    }
    .footer p.slogan {
        font-size: 16px;
    }
    .contact {
        /*display: none;*/
        float: none;
        margin: 48px auto 0px auto;
        font-size: 12px;
        width: 100%;
    }
    .contact-item-1,.contact-item-2,.contact-item-3 {
        display: none;
    }
    .nav-quicklink, .nav-applications, .nav-products, .copyright {
        display: none;
    }
    .footer-links {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    .footer-links a {
        margin: 0px 10px;
    }
    /*.product-list {
        justify-content: center;
    }
    .product-list .product-item {
        margin-left: 0px;
    }
    .breadcrumb a {
        margin-left: 10px;
    }
    .breadcrumb span {
        font-size: 16px;
    }*/
    .title-left {
        width: 100%;
    }
    .title-left h1 {
        float: none;
        margin-left: 10px;
        font-size: 18px;
    }
    .img-right {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .img-right img {
        width: 90%;
    }
    .backgroud-line {
        height: 15px;
    }
    .introduction {
        margin-top: 150px;
    }
    .introduction span {
        padding: 0px 10px;
        font-size: 18px;
    }
    .introduction p {
        padding: 0px 10px;
        font-size: 16px;
    }
    /*.product-detail ul li {
        width: 15%;
        
    }
    
    .product-detail ul li img {
        width: 25px;
        height: 25px;
    }
    .product-detail ul li span {
        font-size: 12px;
        display: none;
    }
    .product-detail-swiper {
        font-size: 16px;
    }
    .product-detail-swiper .swiper-wrapper {
        padding: 0px 1%;
    }
    .product-detail-swiper .swiper-slide img {
        width: 100%;
    }
    .product-detail-swiper .swiper-slide:nth-child(4) img {
        width: 40px;
    }*/
    .recom-title2 {
        margin-top: 50px;
    }
    .recom-title2 span {
        margin-left: 1%;
        font-size: 18px;
    }

    .product-list2 ul{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
    }
    .product-list2 ul li {
        width:48%;
        float:none;
        margin:auto;
        margin-left:0px;
        margin-top:30px;
    }
     
     .product-list2 ul li a {
        display: block;
        width: 100%;
     }
      .product-list2 ul li a:nth-child(1) {
        display: block;
        width: 100%;
        border: 1px solid #c7c7c7;
     }
      .product-list2 ul li a:nth-child(1):hover {
        border: 1px solid #036eb8;
      }
     .product-list2 ul li a:nth-child(1) img {
        width: 100%;
        vertical-align:top;
     }
      .product-list2 ul li a:nth-child(2) {
        display: block;
        width: 100%;
        height: 21px;
        text-align: center;
        color: #666;
        margin-top: 20px;
     }
     .product-list2 ul li a:nth-child(2):hover {
        color: #036eb8;
     }

    .right-list {
        margin-left: 0px;
     }
     .product-list {
        width: 100%;
      }
      .product-list ul{
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
        justify-content:space-between;
      }
     .product-list ul li {
        float: none;
        width:48%;
        height: auto;
        margin-left: 0px;
        margin-top: 30px;
     }
     .product-list ul li:nth-child(3n+1) {
        margin-left: 0px;
     }
     .product-list ul li a {
        display: block;
        width: 100%;
     }
      .product-list ul li a:nth-child(1) {
        display: block;
        width: 100%;
        border: 1px solid #c7c7c7;
     }
      .product-list ul li a:nth-child(1):hover {
        border: 1px solid #036eb8;
      }
     .product-list ul li a:nth-child(1) img {
        width: 100%;
        vertical-align:top;
     }
      .product-list ul li a:nth-child(2) {
        display: block;
        width: 100%;
        height: 21px;
        text-align: center;
        color: #666;
        margin-top: 20px;
     }
     .product-list ul li a:nth-child(2):hover {
        color: #036eb8;
     }

    .ralated-box {}
    .ralated-box ul li {
        margin-bottom: 30px;
        height: 180px;
    }
    .ralated-box ul li:hover {
        background: #f4f4f4;
    }
    .ralated-left {
        width: 35%;
    }
    .ralated-left img {
        width: 100%;
        border: 1px solid #d9d9d9;
    }
    .ralated-right {
        width: 60%;
        padding: 0px 0px 0px 0px;
    }
    .ralated-right span {
        color: #036eb8;
        font-size: 18px;
    }
    .ralated-right p {
        color: #666;
        font-size: 16px;
        margin-top: 15px;
        line-height: 35px;
    }
    .ralated-right a {
        float: right;
        color: #fff;
        background: #65c0ff;
        padding: 10px 30px;
        font-size:16px;
    }


    .application-index-item-left, .application-index-item-right {
        float: none;
        margin: 0 auto;
        width: 80%;
        height: auto;
    }
    .application-index-item-left a {
        width: 100%;
        height: auto;
    }
    .application-index-item-right a{
        font-size: 18px;
    }
    .application-index-item-right p{
        font-size: 16px;
    }
    .product-banner h1 {
        margin-left: 10px;
        font-size: 25px;
    }
    .product-banner span {
        margin-left: 10px;
        font-size: 25px;
    }
    .application-introduce {
        width: 98%;
        padding: 0 1%;
        font-size: 16px;
    }
    .application-introduce h1{
        font-size: 18px;
    }
    .application-introduce img {
        width: 100%;
    }
    .recom-title span {
        margin-left: 10px;
        font-size: 18px;
    }
    .third-applications ul li {
        width: 90%;
    }
    .third-applications ul li a {
        font-size: 18px;
    }
    .third-applications ul li:nth-child(2n-1),.third-applications ul li:nth-child(2n) {
        float: none;
        margin: 0px auto 20px auto;
    }
    /*.product-list .product-item a:nth-child(2) {
        font-size: 16px;
    }*/
    .summary {
        width: 90%;
    }
    .summary p {
        font-size: 18px;
    }
    .services-item-left, .services-item-right {
        float: none;
        margin: 0 auto;
        width: 90%;
        height: auto;
    }
    .services-item-left a {
        width: 100%;
        height: auto;
    }
    .services-item-right a {
        font-size: 18px;
    }
    .services-item-right p {
        font-size: 16px;
    }
    .about-summary {
        padding: 0px 10px;
    }
    .about-summary p {
        font-size: 16px;
        text-align: left;
    }
    .honors-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .honors {
        position: relative;
        float: none;
        
    }
    .honor1, .honor2, .honor3, .honor4, .honor5 {
        width: 400px;
        height: 300px;
    }
    
    
    .honor1 div.honors-dropdown, .honor2 div.honors-dropdown {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #000;
        opacity: 0.5;
        width: 400px;
        height: 300px;
        padding: 0;
    }
    .honor1 div.honors-dropdown p, .honor2 div.honors-dropdown p {
        position:absolute;
        color: #fff;
        text-align: left;
        line-height: 30px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .honor3 div.honors-dropdown, .honor4 div.honors-dropdown, .honor5 div.honors-dropdown {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #000;
        opacity: 0.5;
        width: 400px;
        height: 300px;
        padding:0;
    }
    .honor3 div.honors-dropdown p, .honor4 div.honors-dropdown p, .honor5 div.honors-dropdown p {
         position:absolute;
        color: #fff;
        text-align: left;
        line-height: 30px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .map-box {
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    .contact-detail-box {
        float: none;
        width: 80%;
    }
    .contact-form {
        width: 100%;
    }
    .form-input {
        width: 80%;
        height: 40px;
        margin: 0 auto 40px auto;
    }
    .form-input input {
        width: 100%;
    }
    .form-input:nth-child(odd) {
        float: none;
    }
    .form-input:nth-child(even) {
        float: none;
    }
    .form-textarea {
        width: 80%;
        height: 100px;
        margin: 0 auto;
    }
    .form-textarea textarea {
        padding: 10px 0px 10px 20px;
        width: 100%;
        height: 80px;
    }
    .form-btn {
        width: 80%;
        margin: 40px auto 0px auto;
        text-align: center;
    }
    .sticky-small {
        display: flex;
        position:fixed;
        right:10px;
        top:40%;
        z-index:99999;
        flex-direction: column;
        width: 30px;
    }
    .sticky-small a {
        width: 100%;
        margin-bottom: 20px;
    }
    .sticky-small a img {
        width: 100%;
    }
}
/* 中等屏幕 */
@media screen and (min-width:768px) and (max-width:991px) {
    
}
/* 大屏幕 */
@media screen and (min-width:992px) and (max-width:1199px) {
    
}