/*
Theme Name: 企业主题v003
Author: easywolf
Description: 易主题模板
Version:1.0
*/
ul,p{   
    padding: 0;
    margin: 0;
}
li{
    list-style:none;
    
}
a{
    text-decoration: none;
    outline: none;
}
em{
    font-style: normal;
}
i{
    font-family: "iconfont" !important;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.main-container{
    width: 70%;
    min-width: 1280px;
    margin: 0 auto;
}
.head-box{
    width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    min-width: 1280px;
}
.top-row{
    width: 100%;
    min-width: 1280px;
    height: 34px;
    line-height: 34px;
    background: #333570;
}
.top-row .top-left{
    float: left;
}
.top-row .top-left p{
    font-size: 12px;
    color: #aaacda;
}
.top-row .top-right{
    float: right;
}
.top-row .top-right a{
    display: block;
    float: left;
    padding: 0 15px;
    background: #525595;
    color: #aaacda;
    margin-left: 1px;
    height: 34px;
    line-height: 20px;
}
.top-row .top-right a i{
    font-size: 14px;
    margin-left: 3px;
    line-height: 34px;
}
.logo-row{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
}
.logo-row .logo-wrap{
    float: left;
}
.logo-row .slogan-wrap{
    float: left;
    padding-left: 20px;
    border-left: 1px solid #3abbd0;
    margin-left: 20px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo-row .search-wrap{
    float: left;
    width: 380px;
    height: 44px;
    margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: none;
    margin-left: 150px;
}
.logo-row .search-wrap .input{
    height: 44px;
    border: none;
    outline: none;
    padding-left: 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 2px solid #333570;
    border-radius: 22px;
    color: #999999;
}
.logo-row .search-wrap  .button{
    height: 44px;
    background: #333570;
    border: none;
    width: 20%;
    display: block;
    color: #ffffff;
    outline: none;
    border-radius: 22px;
    position: absolute;
    right: 0;
    top: 0;
}
.logo-row .phone-wrap{
    float: right;
    padding-left: 50px;
    position: relative;
    margin-top: 20px;
}
.logo-row .phone-wrap:before{
    font-family: "iconfont" !important;
    content: "\e648";
    font-size: 40px !important;
    color: #3abbd0;
    position: absolute;
    left: 0;
    top: 0;
}
.logo-row .phone-wrap span{
    font-size: 14px;
    color: #020202;
    line-height: 1;
}
.logo-row .phone-wrap p{
    font-size: 30px;
    color: #020202;
    line-height: 1;
    font-family: 'DIN' !important;
    letter-spacing: -2px;
    font-weight: 500;
}
.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}
.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}
.nav-row{
    border-top: 1px solid #ddd;  
    height: 44px;
}
.nav-row ul > li{
    float: left;
    position: relative;
}
.nav-row ul > li > a{
    font-size: 15px;
    line-height: 44px;
    padding:0 30px;
    display: block;  
}
.nav-row ul > li:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #333570;
    display: block;
    position: absolute;
    bottom: 0;
    display: none;
}
.nav-row ul > li[class*="current"]:after{
    display: block;
}
.nav-row ul > li:hover:after{
   display: block;
}
.nav-row ul > li .sub-menu{
    position: absolute;
    display: none;
    top: 44px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-row ul > li ul li a{
    line-height: 40px;
    color: #666666;
    font-size: 12px;
}
.nav-row ul > li:hover .sub-menu{
    display: block;
}
.banner-box{
    width: 100%;
    min-width: 1280px;
    height: 700px;
}
.banner-box .swiper-container {
    width: 100%;
    height: 700px;
}
.banner-box .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-box{
    width: 100%;
    min-width: 1280px;
    height: 300px;    
    background: #333570;
    overflow: visible;
}
.service-box ul li{
    width: 25%;
    float: left;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.service-box ul li a{
    height: 240px;
    display: block;
    position: relative;
}
.service-box .bg{
    width: 100%;
    height: 240px;
    background: #696bb6;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all .5s;
    top: -40px;
    background-size: 100%;
}
.service-box .text{
    position: relative;
    z-index: 10;
    padding-top: 30px;
    transition: all .3s;
}
.service-box .text i{
    width: 100px;
    height: 100px;
    display: inline-block;
}
.service-box .text i img{
    width: 100%;
    height: 100%;
    display: block;
}
.service-box .text p{
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}
.service-box .text span{
    font-size: 14px;
    color: #fff;
}
.service-box a:hover .text{
   padding-top: 70px;
}
.service-box a:hover .bg{
    opacity: 1;
    top: 40px;
}


.about-box{
    width: 100%;
    min-width: 1280px;
    background: #f7f7f7;
    margin.history-box-top: 80px;
    overflow: hidden;
}
.title-positon{
    position: absolute;
    left: 0;
    top: 0;
}
.pt40{
    padding-top: 40px;
}
.main-title h2{
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
.main-title span{
    font-size: 24px;
    color: #e1cbb0;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
}
.main-title p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 30px;
    width: 550px;
}
.position-box{
    position: relative;
    overflow: visible;
}
.about-wrap .about-item{
    width: 50%;
    float: left;
}
.about-wrap .about-item.left-item{
    padding-top: 240px;
}
.about-wrap .about-item.left-item .item-img{
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.about-wrap .item-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.36s ease;
}
.about-wrap .about-item.left-item .item-text{
    width: 50%;
    height: 240px;
    background: #525595;
    box-sizing: border-box;
    padding: 50px;
    position: absolute;
    left: 0;
    bottom:0;
}
.about-wrap .about-item.left-item .item-text p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.about-wrap .about-item.left-item .item-text a{
    font-size: 14px;
    font-weight: bold;
    color: #e1cbb0;
    border-bottom: 2px solid #e1cbb0;
    position: absolute;
    bottom: 25px;
}
.about-wrap .about-item.right-item .item-img{
    width: 50%;
    height: 240px;
    float: left;
    overflow: hidden;
}
.about-wrap .about-item.right-item ul li:nth-child(2n+2) .item-img{
    float: right;
}
.about-wrap .about-item.right-item .item-text{
    width: 50%;
    height: 240px;
    background: #ffffff;
    float: right;
    box-sizing: border-box;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.about-wrap .about-item.right-item .item-text:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    
    bottom: 0;
    background: #525595;
    z-index: 10;
    transition: all .3s;
}
.about-wrap .about-item.right-item ul li:hover .item-text:after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.about-wrap .about-item.right-item ul li:hover .item-img img{
    transform: scale(1.08);
}
.about-wrap .about-item.right-item .item-text .bold-name{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.about-wrap .about-item.right-item ul li:hover .bold-name{
    color: #ffffff;
}
.about-wrap .about-item.right-item .item-text p{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    position: relative;
    z-index: 99;
}
.about-wrap .about-item.right-item ul li:hover  .item-text p{
    color: #ffffff;
}
.history-box{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}
.history-box .swiper-slide{
    width: 25%;
    text-align: center;
}
.history-box .swiper-slide p{
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    font-family: 'Futura Hv BT';
    line-height: 1;
    margin-bottom: 15px;
}
.history-box .swiper-slide p em{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
.history-box .swiper-slide span{
    font-size: 14px;
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.history-box .swiper-button-next::after,.history-box .swiper-button-prev::after{
    font-size: 15px !important;
}
.history-box .swiper-button-next,.history-box .swiper-button-prev{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.group-box{
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    min-width: 1280px;
}
.group-box .right-bg{
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: url(img/group-bg.jpg) center center no-repeat;
}
.group-box .group-wrap{
    overflow: hidden;
}
.group-box .group-wrap .gallery-top{
    width: 30%;
    
    position: absolute;
    top: 0;
    right:275px ;
    z-index: 999;
    overflow: visible;
}
.group-box .group-wrap .gallery-thumbs{
    padding-top: 22.5%;
    width: 114%;
}
.group-box .group-wrap .swiper-slide img{
    width: 100%;
    display: block;
}
.group-box .group-wrap .gallery-thumbs .swiper-button-prev{
    top: 220px;
    left: 0;
    margin-left: -5px;
}
.gallery-thumbs .swiper-button-prev::after{
    font-family: 'iconfont' !important;
    content: '\e66e';
    font-size: 18px;
}
.group-box .group-wrap .gallery-thumbs .swiper-button-next{
    top: 220px;
    left: 100px;
}
.group-box .group-wrap .gallery-thumbs .swiper-button-next::after{
    font-family: 'iconfont' !important;
    content: '\e66c';
    font-size: 18px;
}
.group-box .group-wrap .gallery-thumbs .swiper-pagination{
    width: 125px;
    top: 200px;
    font-size: 18px;
    line-height: 40px;
    color: #c0c0c0;
}
.group-box .group-wrap .gallery-thumbs .swiper-pagination-fraction{
    bottom: auto;
}
.group-box .group-wrap .gallery-thumbs .swiper-pagination .swiper-pagination-current{
    color: #525595;
}
.group-box .group-wrap .gallery-top .swiper-slide .text{
    position: absolute;
    top: 0;
    right: -250px;
    width: 200px;
    opacity: 0;
}
.group-box .group-wrap .gallery-top .swiper-slide.swiper-slide-active .text{
    opacity: 1;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .rank{
    font-size: 30px;
    color: #333333;
    margin-top: 60px;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .name{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    position: relative;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .name:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #e1cbb0;
    position: absolute;
    top: 50%;
    left: -70px;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .post-title{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns{
    margin-top: 100px;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns a{
    display: block;
    float: left;
    width: 88px;
    height: 88px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns a span{
    font-size: 14px;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-1{
    background: #333570;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-1 i{
    font-size: 24px;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 8px;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-2{
    background: #e1cbb0;
    margin-left: 20px;
}
.group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-2 i{
    font-size: 30px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
}
.case-box .case-bg{
    width: 100%;
    min-width: 1280px;
    height: 300px;
    background: #333570;
}
.case-box .main-title h2{
    color: #ffffff;
}
.title-left{
    float: left;
}
.title-right{
    float: right;
    margin-top: 20px;
}
.title-right ul li{
    float: left;
}
.case-box .title-right a{
    font-size: 16px;
    color: #ffffff;
    margin-left: 30px;
}
.case-box .main-container{
    margin-top: -200px;
}
.case-box .case-list{
    margin-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.case-box .case-list ul{
    margin-left: -15px;
    margin-right: -15px;
}
.case-box .case-list ul li{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.case-box .case-list .list-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.case-box .case-list .list-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.36s ease;
}
.case-box .case-list .list-text{
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
}
.case-box .case-list li:hover .list-img img{
    transform:scale(1.08) ;
}
.news-box{
    margin-top: 80px;
    margin-bottom: 80px;
}
.news-box .title-right a{
    font-size: 14px;
    color: #666; 
    line-height: 30px;   
}
.news-box .title-right ul{
    float: left;
    margin-right: 15px;
}
.news-box .title-right ul li{
    font-size: 14px;
    color: #666; 
    line-height: 30px;   
    padding: 0 15px;
    display: block;
    float: left;
    cursor: pointer;
}
.news-box .title-right ul li.active{
    background: #333570;
    color: #ffffff;
}
.news-box .main-wrap{
    margin-top: 30px;
    overflow: hidden;
}
.news-box .main-left{
    width: calc(50% - 60px);
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    float: left;
}
.news-box .main-right{
    width: calc(50% - 60px);
    box-sizing: border-box;
    float: right;
}
.news-box .main-left .wrap-title{
    font-size: 24px;
    color: #333333;
    line-height: 50px;
    position: relative;
}
.news-box .main-left .wrap-title:after{
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    right: 33px;
    background: #dddddd;
    top: 10px;
}
.news-box .main-left .swiper-img{
    width: 100%;
    height: 300px;
}
.news-box .main-left .swiper-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.news-box .main-left .swiper-text p{
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    float: left;
}
.news-box .main-left .swiper-text span{
    font-size: 14px;
    color: #666666;
    float: right;
    line-height: 40px;
}
#swiper3{
    padding-top: 40px;
    margin-top: -40px;
}
#swiper3 .swiper-button-next{
    top: 10px;
    right: 0;
}
#swiper3 .swiper-button-prev{
    top: 10px;
    right: 40px;
    left: auto;
}
#swiper3 .swiper-button-next:after{
    font-size: 16px;
}
#swiper3 .swiper-button-prev:after{
    font-size: 16px;
}
.tab-content-list ul li{
    height: 140px;
    box-sizing: border-box;
    padding-top: 60px;
    border-bottom: 1px solid #eee;
    transition: all .3s ease;
}
.tab-content-list ul li:last-child{
    border: none;
}
.tab-content-list ul li a{
    display: block;
}
.tab-content-list .title-row{
    margin-bottom: 15px;
}
.tab-content-list .title-row p{
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}
.tab-content-list .title-row span{
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    float: right;
    line-height: 1.5;
}
.tab-content-list .text-row{
    /*opacity: 0;*/
    overflow: hidden;
    transition: all .3s ease;
}
.tab-content-list .text-row p{
    font-size: 12px;
    line-height: 24px;
}
.tab-content-list ul li:hover{
    padding-top: 30px;
}
.tab-content-list ul li:hover .title-row p{
    color: #333570;
}
.tab-content-list ul li:hover .text-row{
    opacity: 1;
}
.ad-box{
    margin-bottom: 80px;
}
.ad-box a{
    width: 100%;
    height: 200px;
    display: block;
}
.ad-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bottom-box{
    width: 100%;
    min-width: 1280px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.bottom-box ul li{
    width: 20%;
    float: left;
}
.bottom-box i{
    width: 82px;
    height: 82px;
    display: block;
    float: left;
    background: url(img/icon-bg.png);
    background-size: 100%;
    position: relative;
    margin-right: 15px;
}
.bottom-box i:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #e1cbb0;
}
.bottom-box .text{
    padding-top: 10px;
}
.bottom-box .text p{
    font-size: 24px;
    font-weight: bold;
    color: #525595;
}
.bottom-box .text p em{
    color: #e1cbb0;
}
.bottom-box .text span{
    font-size: 16px;
    color: #e1cbb0;
}
.footer-box{
    background: #333570;
    overflow: hidden;
    padding-top: 80px;
    border-top: 3px solid #e1cbb0;
    width: 100%;
    min-width: 1280px;
}
.footer-box .footer-left{
    float: left;
    width: 280px;
}
.footer-box .footer-mid{
    float: left;
    width: calc(100% - 480px);
}
.footer-box .footer-right{
    float: right;
}
.footer-box .footer-left .footer-contact span{
    font-size: 12px;
    color: #fff;
}
.footer-box .footer-left .footer-logo{
    width: 219px;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-box .footer-left .footer-logo img{
    display: block;
}
.footer-box .footer-left .footer-contact p{
    font-size: 24px;
    color: #e1cbb0;
    font-family: 'DIN';
    margin-bottom: 10px;
}
.footer-box .footer-left .footer-contact a{
    font-size: 12px;
    line-height: 30px;
    display: block;
    width: 100px;
    text-align: center;
    background: #e1cbb0;
    color: #333570;
}
.footer-box .footer-mid ul.menu{
    padding: 0 60px;
    overflow: hidden;
    border-left: 1px solid #e1cbb0;
    border-right: 1px solid #e1cbb0;
}
.footer-box .footer-mid ul.menu > li{
    float: left;
    width: 16.66%;
    margin-left: 20px;
}
.footer-box .footer-mid ul.menu > li > a{
    line-height: 1;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
}

.footer-box .footer-mid ul.menu ul.sub-menu li{
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
.footer-box .footer-mid ul.menu ul.sub-menu li a{
    font-size: 14px;
    color: #71729b;
}
.footer-box .footer-right{
    text-align: center;
}
.footer-box .footer-right img{
    width: 100px;
    height: 100px;
    display: block;
}
.footer-box .footer-right p{
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}
.footer-box .footer-right span{
    font-size: 12px;
    color: #71729b;
}
.footer-box .copyright-wrap{
    border-top: 1px solid #e1cbb0;
    margin-top: 80px;
    overflow: hidden;
}
.footer-box .copyright-wrap .wrap-left{
    /*float: left;*/
    font-size: 12px;
    line-height: 110px;
    color: #ffffff;
    text-align: center;
}
.footer-box .copyright-wrap .wrap-right{
    float: right;
    font-size: 12px;
    line-height: 110px;
    color: #ffffff;
}
.footer-box .copyright-wrap .wrap-right a{
    color: #ffffff;
    margin: 0 10px;
}
.footer-box .copyright-wrap .wrap-right a:last-child{
    margin-right: 0;
}


/*right-bar*/
.right-bar{
	position: fixed;
	top: 50%;
	right: 0;
	width: 76px;
	height: 203px;
    z-index: 9999;
    margin-top: 100px;
}
.right-bar ul li{
	width: 76px;
	height: 76px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	cursor: pointer;
	position: absolute;
}
.right-bar ul li a{
	width: 76px;
	height: 76px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}
.rtbar-li2{
	top: 78px;
}
.right-bar ul li.rtbar-li3{
	top: 156px;
	width:240px;
}
.rtbar-li4{
	top: 234px;
}
.right-bar ul li em{
	width: 30px;
	height: 30px;
	display: block;
	margin: 12px auto 5px;
}
.right-bar ul li a span{
	font-size: 14px;
	color: #666;
	line-height: 1.1;
}
.right-bar ul li:hover{
	background: #696bb6;
	box-shadow: 0 2px 21px rgba(90, 123, 172, 0.45);
}
.right-bar ul li:hover span{
	color: #fff;
}
.right-bar ul li em i{
    font-size: 24px;
}
.right-bar ul li:hover i{
    color: #ffffff;
}

.rtbar-li3 strong{
	font-size: 20px;
	line-height: 76px;
	color: #fff;
	font-weight: 500;
}
.rtbar-li4 em{
    transform: rotate(90deg);
}
.rtbar-li4 i{
    color: #ffffff;
}
.right-bar ul li.rtbar-li4 a span{
    color: #ffffff;
}
.rtbar_shwx{
	position: absolute;
	right: 78px;
	top:0px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	display: none;
	z-index: 20;
}
.rtbar_shwx img{
	padding: 5px;
	max-width: 140px;
}
.right-bar ul li.gotop{
	display: none;
	background: #696bb6;
}

@media only screen and (max-width: 760px){
    .head-box {
        min-width: 100%;
    }
    .top-row {
       display: none;
    }
    .main-container {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .top-row .top-right {
       display: none;
    }
    .wap-menu {
        display: block;
    }
    .logo-row{
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    .logo-row .logo-wrap {
        height: 50px;
        width: 136px;
        overflow: hidden;
        float: none;
    }
    .logo-row .logo-wrap img{
        height: 100%;
        display: block;
    }
    .logo-row .slogan-wrap{
        display: none;
    }
    .logo-row .search-wrap{
        float: none;
        width: 100%;
        height: 34px;
        margin-top:20px ;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        background: none;
        margin-left: 0;
    }
    .logo-row .search-wrap .input {
        height: 34px;
        padding-left: 10px;
    }
    .logo-row .search-wrap .button {
        height: 34px;
    }
    .logo-row .phone-wrap{
        display: none;
    }
    .nav-row {
        border-top: 1px solid #ddd;
        height: auto;
        position: absolute;
        z-index: 99;
        background: #ffffff;
        height: 1px;
        overflow: hidden;
    }
    .nav-row.wap-home{
        height: auto;
    }
    .nav-row ul > li {
        float: none;
        position: relative;
        text-align: center;
    }
    .nav-row ul > li ul{
        position: static;

    }
    .banner-box {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
    .banner-box .swiper-container {
        width: 100%;
        height: 100%;
    }
    .service-box {
        width: 100%;
        min-width: 100%;
        height: 120px;
        background: #333570;
        overflow: hidden;
    }
    .service-box ul li {
        margin-top: 20px;
        padding: 0;
    }
    .service-box .text {
        padding-top: 0;
    }
    .service-box .text i{
        width: 48px;
        height: 48px;
    }
    .service-box .text p {
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
    }
    .service-box .text span {
        display: none;
    }
    .service-box .number {
        display: none;
    }
    .service-box .bg {
        display: none;
    }
    .service-box a:hover .text {
        padding-top: 0;
    }
    .about-box {
        width: 100%;
        min-width: 100%;
        background: #f7f7f7;
        padding-top: 0;
        overflow: hidden;
        padding-bottom: 15px;
    }
    .about-wrap .about-item {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .title-positon {
        position: static;
    }
    .about-wrap .about-item.left-item {
        padding-top: 20px;
    }
    .main-title p {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        margin-top: 20px;
        width: 100%;
    }
    .about-wrap .about-item.left-item .item-text {
        width: 100%;
        height: auto;
        background: #525595;
        box-sizing: border-box;
        padding: 20px;
        position: static;
    }
    .about-wrap .about-item.left-item .item-text p{
        margin-bottom: 20px;
    }
    .about-wrap .about-item.left-item .item-text a {
        font-size: 14px;
        font-weight: bold;
        color: #e1cbb0;
        border-bottom: 2px solid #e1cbb0;
        position: static;
    }
    .about-wrap .about-item.left-item .item-img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .about-wrap .about-item.right-item ul li{
        width: 33.33%;
        float: left;
    }
    .about-wrap .about-item.right-item .item-img {
        width: 100%;
        height: auto;
        float: none;
        overflow: hidden;
    }
    .about-wrap .about-item.right-item .item-text p {
        display: none;
    }
    .about-wrap .about-item.right-item .item-text {
        width: 100%;
        height: auto;
        padding: 10px;
        float: none;
    }
    .about-wrap .about-item.right-item .item-text .bold-name {
        font-size: 12px;
        margin: 0;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .about-wrap .about-item.right-item ul li:nth-child(2n+2) .item-img {
        float: none;
    }
    .history-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .history-box .swiper-slide {
        width: 50%;
        text-align: center;
    }
    .history-box .swiper-slide p {
        font-size: 30px;
    }
    .main-title h2 {
        font-size: 40px;
    }
    .position-box {
        position: static;
    }
    .group-box .group-wrap {
        position: relative;
    }
    .group-box {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        min-width: 100%;
    }
    .group-box .right-bg {
        display: none;
    }
    .group-box .group-wrap .gallery-top {
        width: 50%;
        position: absolute;
        top: 20px;
        left: 0;
        right: auto;
        z-index: 999;
        overflow: visible;
    }
    .group-box .group-wrap .gallery-thumbs {
        padding-top: 90%;
        width: 100%;
    }
    .group-box .group-wrap .gallery-thumbs .swiper-slide {
        opacity: .5;
    }
    .group-box .group-wrap .gallery-thumbs .swiper-slide.swiper-slide-active{
        opacity: 1;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        opacity: 0;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .rank {
        font-size: 20px;
        color: #333333;
        margin-top: 15px;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .name {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-top: 20px;
        position: relative;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .btns {
        margin-top: 40px;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .btns a {
        display: block;
        float: left;
        width: 58px;
        height: 58px;
        text-align: center;
        border-radius: 0;
        color: #ffffff;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-1 i {
        font-size: 18px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 3px;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-2{
        margin-left: 0;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .btns a.btn-2 i {
        font-size: 20px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 2px;
    }
    .group-box .group-wrap .gallery-top .swiper-slide .text .btns a span {
        font-size: 12px;
    }
    .group-box .group-wrap .gallery-thumbs .swiper-button-next {
        display: none;
    }
    .group-box .group-wrap .gallery-thumbs .swiper-button-prev {
        display: none;
    }
    .group-box .group-wrap .gallery-thumbs .swiper-pagination {
        display: none;
    }
    .title-left {
        float: none;
    }
    .title-right {
        float: none;
        margin-top: 20px;
    }
    .case-box .main-container {
        margin-top: -240px;
    }
    .case-box .case-list {
        margin-top: 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }
    .case-box .title-right a {
        font-size: 14px;
        color: #ffffff;
        margin-left: 0;
        margin-right: 20px;
    }
    .case-box .case-list ul{
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .case-box .case-list ul li {
        width: 80%;
        float: none;
        display: inline-block;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .case-box .case-list .list-img{
        height: auto;
    }
    .case-box .case-bg {
        width: 100%;
        min-width: 100%;
        height: 300px;
        background: #333570;
    }
    .news-box .main-left {
        width: 100%;
        background: #f7f7f7;
        box-sizing: border-box;
        padding: 20px 20px 10px;
        float: none;
    }
    .news-box .main-right {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin-bottom: 20px;
    }
    .news-box .title-right a {
        float: right;
    }
    .news-box .main-wrap {
        margin-top: 0;
        overflow: hidden;
    }
    .tab-content-list ul li {
        height: 60px;
        padding-top: 18px;
    }
    .tab-content-list .text-row {
        display: none;
    }
    .news-box .main-left .swiper-img {
        width: 100%;
        height: auto;
    }
    .news-box .main-left .swiper-text p {
        width: 100%;
        float: none;
        line-height: 1;
        margin-top: 20px;
    }
    .news-box .main-left .swiper-text span{
        float: none;
    }
    .news-box {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .ad-box {
        margin-bottom: 40px;
    }
    .ad-box a {
        width: 100%;
        height: auto;
        display: block;
    }
    .bottom-box {
        width: 100%;
        min-width: 100%;
        padding: 20px 0;
        border-top: 1px solid #eee;
    }
    .bottom-box i {
        width: 48px;
        height: 48px;
        display: block;
        float: none;
        background: url(img/icon-bg.png);
            background-size: auto;
        background-size: 100%;
        position: relative;
        margin-right: auto;
        margin-left: auto;
    }
    .bottom-box i:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
        color: #e1cbb0;
    }
    .bottom-box .text {
        text-align: center;
        padding-top: 0;
    }
    .bottom-box .text p {
        font-size: 12px;
    }
    .bottom-box .text span {
        font-size: 14px;
    }
    .footer-box {
        background: #333570;
        overflow: hidden;
        padding-top: 40px;
        border-top: 3px solid #e1cbb0;
        width: 100%;
        min-width: 100%;
    }
    .footer-box .footer-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-box .footer-mid{
        display: none;
    }
    .footer-box .footer-left .footer-logo {
        margin-right: auto;
        margin-left: auto;
    }
    .footer-box .footer-left .footer-contact p {
        font-size: 40px;
        color: #e1cbb0;
        font-family: 'DIN';
        margin-bottom: 30px;
    }
    .footer-box .footer-left .footer-contact a {
        font-size: 16px;
        line-height: 48px;
        display: block;
        width: 200px;
        text-align: center;
        background: #e1cbb0;
        color: #333570;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-box .footer-right {
        float: none;
    }
    .footer-box .footer-right img {
        margin: 40px auto 0;
    }
    .footer-box .copyright-wrap {
        border-top: 1px solid #e1cbb0;
        margin-top: 40px;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-box .copyright-wrap .wrap-left {
        float: none;
        font-size: 12px;
        line-height: 1.5;
        color: #ffffff;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-box .copyright-wrap .wrap-right {
        float: none;
        font-size: 12px;
        line-height: 1.5;
        color: #ffffff;
        text-align: center;
    }
    .right-bar {
       margin-top: 0;
       display: none;
    }
}

/* page */
.full-main{
    width: 100%;
    min-width: 1280px;
}
.page-banner{
    height: 300px;
    overflow: hidden;
}
.servic-banner{
    background: url(img/page-banner1.jpg) center center ;
    background-size: auto 100%;
}
.team-banner{
    background: url(img/page-banner2.jpg) center center ;
    background-size: auto 100%;
}
.news-banner{
    background: url(img/page-banner3.jpg) center center ;
    background-size: auto 100%;
}
.page-banner .page-category{
    font-size: 48px;
    color: #333333;
    margin-top: 100px;
    margin-bottom: 10px;
}
.page-banner .breadcrumb a{
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
}
.page-banner .breadcrumb a:after{
    content: '/';
    margin-left: 8px;
}
.page-banner .breadcrumb span{
    font-size: 14px;
    color: #999;
}
.page-service-list {
    margin-top: 40px;
}
.page-service-list ul{
    margin-left: -15px;
    margin-right: -15px;
}
.page-service-list ul li{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.page-service-list ul li a{
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    transition: all .3s ease;
}
.page-service-list ul li a:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.page-service-list .list-img{
    width: 100%;
    height: 180px;
    background: #e1cbb0;
    text-align: center;
    color: #ffffff;
}
.page-service-list ul li:nth-child(2n+1) .list-img{
    background: #333570;
}
.page-service-list ul li:nth-child(1) .list-img i:before{
    content: "\e623";
}
.page-service-list ul li:nth-child(2) .list-img i:before{
    content: "\e624";
}
.page-service-list ul li:nth-child(3) .list-img i:before{
    content: "\e626";
}
.page-service-list ul li:nth-child(4) .list-img i:before{
    content: "\e627";
}
.page-service-list .list-img i{
    font-size: 120px;
    line-height: 180px;
}
.page-service-list .list-text{
    text-align: center;
    padding: 30px;
    height: 160px;
    position: relative;
}
.page-service-list .list-text .text-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.page-service-list .list-text .text-info{
    font-size: 14px;
    margin-bottom: 20px;
}
.page-service-list .list-text span{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.page-tab-list{
    margin-top: 40px;
    overflow: hidden;
}
.page-tab-list ul{
    white-space: nowrap;
    overflow-x: auto;
}
.page-tab-list ul li{
    display: inline-block;
    margin-right: 10px;
}
.page-tab-list ul li a{
    display: block;
    line-height: 40px;
    color: #999999;
    background: #f7f7f7;
    font-size: 16px;
    padding: 0 20px;
}
.page-tab-list ul li.active a{
    color: #ffffff;
    background: #333570;
}
.page-team-list ul{
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 30px;
}
.page-team-list ul li{
    width: 25%;
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.page-team-list ul li a{
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
}
.page-team-list .list-img{
    width: 100%;
}
.page-team-list .list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.page-team-list ul li a:hover{
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.page-team-list ul li a:hover .list-img img{
    transform: scale(1.05);
}
.page-team-list .list-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    background: #ffffff;
    box-sizing: border-box;
}
.page-team-list .list-text .name{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}
.page-team-list .list-text .post{
    font-size: 14px;
    color: #666666;
    line-height: 1;
    margin-bottom: 20px;
}
.page-team-list .list-text .info{
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    opacity: 0;
}
.page-team-list ul li a:hover .list-text .info{
    opacity: 1;
    height: 36px;
}
.pagenation{
    margin-bottom: 40px;
    text-align: center;
}
.pagenation a {
    line-height: 40px;
    background: #f7f7f7;
    padding: 0 15px;
    display: inline-block;
    margin: 0 2px;
    color: #666666;
    font-size: 14px;
}
.pagenation a.active{
    background: #333570;
    color: #ffffff;
}
.page-news-list{
    margin-top: 30px;
}
.page-news-list ul{
    margin-right: -15px;
    margin-left: -15px;
}
.page-news-list ul li{
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.page-news-list ul li a{
    display: block;
    overflow: visible;
    padding-bottom: 100px;
    position: relative;
}
.page-news-list .list-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.page-news-list .list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.page-news-list ul li:hover .list-img img{
    transform: scale(1.05);
}
.page-news-list .list-text{
    width: 90%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 5%;
    background: #ffffff;
    transition: all .3s ease;
}
.page-news-list .list-text .title{
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.page-news-list .list-text .info{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #999;
    max-height: 42px;
    overflow: hidden;
}
.page-news-list .list-text .time{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.page-news-list ul li:hover .list-text .time{
    height: auto;
    opacity: 1;
}
.page-news-list ul li:hover .list-text{
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
    transform: translatey(-20px);
}
.page-case-list{
    margin-top: 30px;
}
.page-case-list ul{
    margin-right: -15px;
    margin-left: -15px;
}
.page-case-list ul li{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}
.page-case-list .list-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.page-case-list .list-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.page-case-list .list-text .text-title{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #333333;
}
.page-case-list .list-text .text-info{
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}
.bread-banner{
    background: #f7f7f7;
    height: 100px;
    line-height: 100px;
    margin-bottom: 40px;
}
.bread-banner-white{
    background: #ffffff;
    height: 100px;
    line-height: 100px;
}
.page-main .details-wrap{
    width: 70%;
    float: left;
    overflow: hidden;
    margin-bottom: 50px;
}
.page-main .details-wrap .details-content .details-title h4{
    font-size: 30px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page-main .details-wrap .details-content .details-title p{
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.page-main .details-wrap .details-content .details-text{
    padding-top: 30px;
}
.page-main .details-wrap .details-content .details-text img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    object-fit: contain;
}
.page-main .details-wrap .details-content .details-text{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 30px;
}
.page-main .details-wrap .details-page{
    font-size: 14px;
}
.page-main .details-wrap .details-page a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 30px;
}
.page-main .details-wrap .details-page span{
    display: inline-block;
    line-height: 30px;
}
.page-main .details-wrap .details-page {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 30px;
}
.page-main .details-wrap .details-page .pre{
    width: 50%;
    float: left;
}
.page-main .details-wrap .details-page .pre span{
    float: left;
}
.page-main .details-wrap .details-page .pr a{
    float: left;
}
.page-main .details-wrap .details-page .next{
    width: 50%;
    float: right;
    text-align: right;
}
.page-main .details-wrap .details-page .next span{
    float: right;
}
.page-main .details-wrap .details-page .next a{
    float: right;
}
.page-main .page-right{
    width:calc(30% - 60px) ;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
}
.page-main .page-right ul li{
    margin-bottom: 30px;
}
.page-main .page-right ul li .text p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 10px;
}
.page-main .page-right ul li .text span{
    font-size: 12px;
    color: #999999;
}
.page-main .page-right .right-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page-main .page-right .right-list .img img{
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}
.about-bg{
    background: url(img/about-banner.jpg) no-repeat ;
    background-size: 100%;
    height: 600px;
}
.page-about-wrap{
    width: 70%;
    float: right;
    background: rgba(255, 255, 255, .8);
    padding: 50px 60px;
    box-sizing: border-box;
    height: 420px;
    margin-top: 100px;
}
.page-about-wrap .img{
    position: absolute;
    width: 400px;
    left: 0;
    transform: translateY(-100px);
}
.page-about-wrap .img img{
    width: 100%;
    display: block;
}
.page-about-wrap .title{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}
.page-about-wrap .title:after{
    content: '';
    width: 100px;
    height: 2px;
    background: #e9dac7;
    position: absolute;
    left: -120px;
    top: 50%;
}
.page-about-wrap .text{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.page-title{
    text-align: center;
    margin-bottom: 60px;
}
.page-title span{
    font-size: 24px;
    color: #e1cbb0;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
}
.honor-bg{
    background: #f7f7f7;
    padding: 60px 0;
    overflow: hidden;
}
.honor-wrap ul{
    margin-left: -15px;
    margin-right: -15px;
}
.honor-wrap ul li{
    width: 33.33%;
    padding: 0 15px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.honor-wrap ul li img{
    width: auto;
    height: 260px;
    display: block;
    margin: 0 auto;
}
.honor-wrap ul li p{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}
.evn-wrap{
    padding: 60px 0;
    overflow: hidden;
}
.evn-list ul li{
    width: 25%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.evn-list ul li:first-child{
    width: 50%;
}
.evn-list ul li img{
    width: 100%;
    display: block;
    transition: all .3s ease;
}
.evn-list ul li:hover img{
    transform: scale(1.08);
}
.contact-banner{
    height: 400px;
    background: url(img/page-map.jpg);
    background-size: cover;
}
.contact-info-wrap{
    overflow: hidden;
    padding: 60px 0;
}
.contact-item-wrap{
    width: 50%;
    float: left;
}
.contact-item-wrap strong{
    display: block;
    font-size: 20px ;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
.contact-item-wrap p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.contact-item-wrap.follow{
    text-align: center;
    position: relative;
}
.contact-item-wrap a{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 60px 20px;
}
.contact-item-wrap i{
    font-size: 30px;
    line-height: 60px;
    color: #ccc;
}
.contact-item-wrap i.icon-qq{
    line-height: 50px;
}
.page-main .navigation{
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}
.page-main .navigation h2{
    display: none;
}
.page-main .navigation span{
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #333570;
    color: #ffffff;
    margin-right: 5px;
}
.page-main .navigation a{
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    margin-right: 5px;
}
.page-main .navigation a.next{
    width: 70px;
}
.page-main .navigation a.prev{
    width: 70px;
}
.page-main .search-list-item{
    line-height: 60px;
    border-bottom: 1px dashed #eee;
}
.page-main .search-list-item:last-child{
    border: none;
}
.page-main .search-list-item span{
    float: right;
}
.page-main .search-list-item:after{
    content: '';
    clear: both;
    display: block;
}
.qr-wrap{
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05) ;
}
.qr-wrap img{
    width: 100%;
    height: 100%;
    display: block;
}
.qr-wrap.show{
    display: block !important;
}
.page-default-content{
    width: 100%;
}
.page-default-content .title{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 30px;
}
.page-default-content .text{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
@media only screen and (max-width: 760px){
    .full-main{
        width: 100%;
        min-width: 100%;
    }
    .page-banner{
        height: 120px;
    }
    .page-banner .page-category {
        font-size: 36px;
        margin-top: 24px;
        margin-bottom: 0;
    }
    .page-service-list .list-img i{
        font-size: 68px;
        line-height: 100px;
    }
    .page-service-list .list-img {
        height: 100px;
    }
    .page-service-list ul{
        margin-right: -5px;
        margin-left: -5px;
    }
    .page-service-list ul li{
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 0 15px;
        margin-bottom: 30px;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .page-service-list .list-text{
        height: auto;
        padding: 10px;
    }
    .page-service-list .list-text .text-title{
        margin: 0;
        font-size: 18px;
    }
    .page-service-list .list-text .text-info{
        display: none;
    }
    .page-service-list .list-text span{
        display: none;
    }
    .page-team-list ul{
        margin-right: -5px;
        margin-left: -5px;
    }
    .page-team-list ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .page-team-list .list-text .post{
        margin-bottom: 0;
    }
    .page-team-list  .list-text .info{
       display: none;
    }
    .page-team-list .list-text span{
        display: none;
    }
    .page-news-list ul li{
        width: 100%;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .page-news-list .list-img{
        height: 200px;
        display: none;
    }
    .page-news-list ul li:first-child .list-img{
        display: block;
    }
    .page-news-list .list-text{
        width: 100%;
        padding:  10px 0;
        position: static;
    }
    .page-news-list ul li a {
        padding-bottom: 0;
        border-bottom: 1px solid #ddd;
    }
    .page-news-list .list-text .time{
        height: auto;
        opacity: 1;
        padding-top: 0;
        border: none;
        padding-bottom: 20px;
    }
    .page-news-list ul li:hover .list-text{
        box-shadow: none;
        transform:none;
    }
    .page-case-list ul {
        margin-right: -5px;
        margin-left: -5px;
    }
    .page-case-list ul li{
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 0 15px;
        margin-bottom: 30px;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .page-case-list .list-img {
        width: 100%;
        height: 140px;
        overflow: hidden;
    }
    .page-case-list .list-text .text-info {
       display: none;
    }
    .page-banner.bread-banner-white{
        height: auto;
    }
    .about-bg {
        background: url(img/about-banner.jpg) no-repeat;
        background-size:auto 60%;
        height: auto;
    }
    .about-bg .main-container{
        overflow: hidden;
        padding-bottom: 40px;
    }
    .page-about-wrap{
        width: 100%;
        height: auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1) ;
        padding: 40px 50px 60px;
    }
    .honor-wrap ul{
        margin-right: -5px;
        margin-left: -5px;
    }
    .honor-wrap ul li {
        width: 50%;
        padding: 0 5px;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    .honor-wrap ul li img {
        width: auto;
        height: 120px;
        display: block;
        margin: 0 auto;
    }
    .honor-wrap ul li p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .evn-list ul li{
        width: 50%;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
    }
    .contact-item-wrap{
       width: 100%;
       float: none;
    }
    .page-main .details-wrap{
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .page-main .page-right{
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .page-main .details-wrap .details-page .pre {
        width: 100%;
        float: none;
    }
    .page-main .details-wrap .details-page .next {
        width: 100%;
        float: none;
        text-align: left;
    }
    .page-main .details-wrap .details-page .next span {
        float: none;
    }
}

@media only screen and (max-width: 760px){
.sub-menu{display:none !important}
}




/*友情链接样式*/
#footer{
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
	overflow:hidden;
}
#footer_info{
	margin:2 auto;
	margin-bottom:5px;
	overflow:auto;
}
#footer_info ul{
	float:left;
	margin:2px; 
}
#footer_info li{
	list-style:none;
	float:left; 
	width:auto; 
	margin:0 5px;
} 

