.inner{
    position: relative;
}
@media (min-width:768px){
    body{
        min-width: 1000px;
    }
    .inner{
        width: 1000px;
        margin:0 auto;
    }
    .header-fixed{
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;

    }

    /*头部*/
    .header .logo{
        height: auto;
        padding: 0;
        transition: all 0.6s;
    }
    .header .logo img{
        display: block;
        height: 100%;
        background-color: #ffffff;
        padding: 5px 10px;
    }
    .header .haed-nav{
        padding-left:5%;
        width: 800px;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all 0.6s;
    }
    .header form{
        margin-top: 18px;
    }
    .header .phone{
        color: #0496EE;
        line-height: 36px;
        font-size: 12px;
        position: relative;
        padding-left: 35px;
        margin-top: 7px;
        float: right;
    }

    .header .phone i{
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url("../images/phone.png") no-repeat center bottom;
        background-size: cover;
        margin-top: 5px;
        position: absolute;
        left: 0;
        top:0;
    }
    .header{
        background-color: rgba(0, 0, 0, 0.76);
    }

    .header .nav,
    .header .navbar-form,
    .header .open .dropdown-menu{
        background-color: transparent;
    }
    .header .nav li{
        border-bottom:none;
    }
    .header .nav li a{
        color: #ffffff;
        font-size: 14px;
        line-height: 36px;
        padding: 6px 10px;
    }

    .header .navbar-form{
        margin-top:7px;
        margin-right: 10px;
        border-right: 1px solid #ffffff;
        display: none;
    }

    .header .nav a:hover,
    .header .nav .open a,
    .header .nav a:focus,
    .header .nav a:hover{
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.75);
    }
    .header .dropdown-menu{
        padding-top: 1px;
     }
    .header .open .dropdown-menu li{
        margin-bottom: 1px;
    }

    .header .navbar-form input{
        border: none;
        background-color: transparent;
        width: 100px;
    }
    .header .navbar-form button{
        border: none;
        background-color: transparent;
        color: #ffffff;
    }

    .header.active .logo{
        height: 60px;
    }
    .header.active .haed-nav{
        padding-top: 24px;
    }

    /*底部*/
    .footer{
        padding-top: 76px;
        background-color: #333333;
        margin-bottom: 0;
    }
    .footer .inner{
        padding-bottom: 40px;
    }
    .footer  .foot-code{
        float: right;
        width: 200px;
    }
    .footer  .foot-code img{
        display: block;
        width: 100%;
    }
    .footer  .foot-code p{
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        line-height: 36px;

    }
    .footer .panel {
            float: left;
            width: 25%;
        }
    .footer .panel,
    .footer .panel .panel-heading,
    .footer .panel .panel-body{
        background: transparent;
        border: none;
    }
    .footer .panel dt{
        border-bottom: 2px solid #676767 !important;
    }
    .footer .panel  a{
        display: block;
        font-size: 16px;
        text-align: center;
    }
    .footer .panel .panel-body p {
        border-bottom: none;
    }
    .footer .panel .collapse{
            display: block;
        }

    .footer .copyright{
        padding: 40px;
        text-align: center;
    }
    .footer .copyright p,
    .footer .copyright a{
        display: inline-block;
        font-size:16px;
    }
    .footer .copyright p.menu{

        margin-left: 20px;
    }
    /*公共*/

    .tab-page{
        display: block;
        position: relative;
        border-bottom: 1px solid #E0E0E0;
        margin: 0 auto;

    }
    .tab-page .tab-page-list{
        position: static;
        background: transparent;
        display: block;
        border: none;
        float: none;
    }
    .tab-page .tab-page-list li{
        float: left;
        position: relative;
        padding: 0;
    }
    .tab-page .tab-page-list li .tou{
        position: absolute;
        display: none;
        left: 50%;
        margin-left: -10px;
        bottom: -10px;
        width:0;
        height:0;
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-top:10px solid #0098f1;


    }
    .tab-page .tab-page-list li a{
        display: block;
        line-height: 76px;
        height: 76px;
        font-size:20px;
        padding: 0 20px;
        box-sizing:border-box;
        margin: 0 auto;
        text-align: center;
    }
    .tab-page .tab-page-list li.active{
        color: #0098f1;
        border-bottom: 2px solid #0098f1;

    }
    .tab-page .tab-page-list li.active .tou{
        display: block;
    }

    .top-roll{
        display: none!important;
    }
    /*面包屑*/
    .crumbs{
        height: 74px;
        border-bottom: 1px solid #E0E0E0
    }
    .crumbs p{
        line-height: 74px;
        font-size: 16px;
    }

    .page-banner{
        /*padding: 266px 0;*/
    }

        /*首页*/
    #home .banner .swiper-container{
    }
    #home  .swiper-pagination-bullets{
        bottom: 30px;
    }
    #home  .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }
    #home .banner .banner-button-next,
    #home .banner .banner-button-prev{
        width: 60px;
        height: 117px;
    }
    #home .banner .banner-button-next{
        background-image: url(../images/b2.png);
        background-size: cover;
    }
    #home .banner .banner-button-prev{
        background-image: url(../images/b1.png);
        background-size: cover;
    }

    #home .floor-01 .hd h2,
    #home .floor-02 .hd h2,
    #home .floor-03 .hd h2,
    #home .floor-04 .hd h2,
    #home .floor-05 .hd h2,
    #home .floor-06 .hd h2
    {
        color: #0098f1;
        text-align: center;
        display: block;
        font-size: 48px;
        line-height: 48px;
        padding: 59px 0;
    }
    #home .floor-03 .hd h2 .xian,
    #home .floor-04 .hd h2 .xian,
    #home .floor-05 .hd h2 .xian,
    #home .floor-06 .hd h2 .xian{
        display: none;
    }

    #home .floor-01 .bd  {
    }
    #home .floor-01 .bd .bk_01 {
        height: 290px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #home .floor-01 .bd .bk_01 strong{
        font-size: 24px;
        line-height: 36px;
    }
    #home .floor-01 .bd .bk_01 p{
        font-size: 16px;
        line-height: 36px;
    }


    #home .floor-02{
        background: #ffffff url("../images/bg.jpg");
    }
    #home .floor-02 .hd h2{
      float: none;
    }
    #home .floor-02 .hd a{
        color: #8ed5ff;
        display: block;
        line-height: 36px;
        padding-top: 48px;
        font-size: 36px;
        top: 24px;;
    }
    #home .floor-02 .bd{
        padding-bottom:98px ;
    }
    #home .floor-02 .bd a .play{
        margin-left: -34px;
        margin-top: -34px;
        width: 68px;
        height: 68px;

    }
    #home .floor-02 .bd a span{
        top:50%;
        margin-top: 80px;
        display:block;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }
    #home .floor-02 .bd a img{
        width: 100%;
        display: block;
    }

    #home .floor-02  .videoPlay{

    }
    #home .floor-02 .video{
        top: 0;
        width: 64%;
        height: 100%;
        position: absolute;
        left: 50%;
        margin-left: -32%;
        background-color: #ffffff;


    }
    #home .floor-02 .close{
        display: block;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: 34%;
        background: url(../images/ico_131.jpg) no-repeat left center;
        width: 46px;
        height: 46px;
    }
    #home .floor-02 .close:hover{
        background: url(../images/ico_131.jpg) no-repeat right center;
    }


    #home .floor-03 .bd{
        padding-top: 60px;
        padding-bottom:200px;
    }

    #home .floor-03 .bd  .business_list{
        display: block;
        width: 200px;
        height: 300px;
        /*margin: 0 8px;*/
        padding: 30px 20px;
        background: url(../images/bg_green.png) no-repeat 0px 400px;
        overflow: hidden;
        float: left;
        margin: 0 65px;
    }
    #home .floor-03 .bd  .business_list i {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 50px;
        height: 69px;
    }
    #home .floor-03 .bd  .business_list.business_01 i {
        width: 69px;
        background: url(../images/pc_ywfw_01.png) no-repeat -77px 0;
    }


    #home .floor-03 .bd  .business_list u {
        display: block;
        position: absolute;
        width: 156px;
        height: 156px;
        background: url(../images/words.png) no-repeat 0px -363px;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }


    #home .floor-03 .bd  .business_list u.cl {
        clip: rect(0px,156px,156px,78px);
    }
    #home .floor-03 .bd  .business_list:hover u.cl {
        clip: rect(0px,156px,-10px,78px);
    }


    #home .floor-03 .bd  .business_list u.cr {
        clip: rect(0px,78px,156px,0px);
    }
    #home .floor-03 .bd  .business_list:hover u.cr {
        clip: rect(156px,78px,156px,0px);
    }

    #home .floor-03 .bd  .business_list strong {
        display: block;
        margin-top: 70px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }
    #home .floor-03 .bd  .business_list p {
        position: relative;
        top: 200px;
        color: White;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }


    #home .floor-03 .bd  .business_list:hover {
        background-position: 0px 0px;
        -webkit-transition: all .5s ease-in-out .3s;
        -moz-transition: all .5s ease-in-out .3s;
        -ms-transition: all .5s ease-in-out .3s;
        -o-transition: all .5s ease-in-out .3s;
        transition: all .5s ease-in-out .3s;
    }

    #home .floor-03 .bd  .business_list:hover i {
        -webkit-transition: all .5s ease-in-out .4s;
        -moz-transition: all .5s ease-in-out .4s;
        -ms-transition: all .5s ease-in-out .4s;
        -o-transition: all .5s ease-in-out .4s;
        transition: all .5s ease-in-out .4s;
    }
    #home .floor-03 .bd  .business_01:hover i {
        background: url(../images/pc_ywfw_01.png) no-repeat 0 0;
    }


    #home .floor-03 .bd  .business_list:hover strong {
        color: White;
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -ms-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    #home .floor-03 .bd  .business_list:hover p {
        top: 20px;
        -webkit-transition: all .3s ease-in-out .5s;
        -moz-transition: all .3s ease-in-out .5s;
        -ms-transition: all .3s ease-in-out .5s;
        -o-transition: all .3s ease-in-out .5s;
        transition: all .3s ease-in-out .5s;
    }
    /*#home .floor-03 .bd  .business_list span{
        display: block;
        width: 155px;
        height: 155px;
        margin: 0 auto;
        border-radius: 50%;
        border: 2px solid #0098f1;
    }*/



    #home .floor-03 .bd  .business_01 span{ background: url("../images/icon_01.png") no-repeat center}
    #home .floor-03 .bd  .business_02 span{ background: url("../images/icon_02.png") no-repeat center}
    #home .floor-03 .bd  .business_03 span{ background: url("../images/icon_03.png") no-repeat center}
    #home .floor-03 .bd  .business_04 span{ background: url("../images/icon_04.png") no-repeat center}
    #home .floor-03 .bd  .business_05 span{ background: url("../images/icon_05.png") no-repeat center}
    #home .floor-03 .bd  .business_06 span{ background: url("../images/icon_06.png") no-repeat center}

  /*  #home .floor-03 .bd .business_list p{
        margin-top: 40px;
        line-height: 36px;
        height: 36px;
        text-align: center;
        font-size: 20px;
        overflow: hidden;
        width: 100%;
        display: block;

    }*/

    #home .floor-03 .bd  .business_list:hover a{
        background-color: #0098f1;
    }
    #home .floor-03 .bd  .business_list:hover span{
        background-color: #0098f1;
        border: 2px solid #ffffff;
    }
    #home .floor-03 .bd  .business_list:hover p{
        color: #ffffff;
    }
    #home .floor-03 .bd  .business_01:hover span{ background: url("../images/icon_01_h.png") no-repeat center}
    #home .floor-03 .bd  .business_02:hover span{ background: url("../images/icon_02_h.png") no-repeat center}
    #home .floor-03 .bd  .business_03:hover span{ background: url("../images/icon_03_h.png") no-repeat center}
    #home .floor-03 .bd  .business_04:hover span{ background: url("../images/icon_04_h.png") no-repeat center}
    #home .floor-03 .bd  .business_05:hover span{ background: url("../images/icon_05_h.png") no-repeat center}
    #home .floor-03 .bd  .business_06:hover span{ background: url("../images/icon_06_h.png") no-repeat center}



    #home .floor-04 .hd h2{
        background: transparent;
        background-size: 5%;
    }
    #home .floor-04 .hd h2:after{
        content: " ";
        display: none;
    }
    #home .floor-04 .bd h4{
        color: #ffffff;
        font-size: 87px;
        line-height: 87px;
        margin: 50px;
        text-align: center;
        font-weight: 100;
    }
    #home .floor-04 .bd{
        padding: 30px 0;
    }
    #home .floor-04 .bd .case-block{
        position: relative;
        padding: 20px 70px;
    }
    #home .floor-04 .bd .swiper-case {
    }

    #home .floor-04 .bd .case-button-next,
    #home .floor-04 .bd .case-button-prev{
        position: absolute;
        top:50%;
        margin-top: -45px;
        width: 52px;
        height: 90px;
        background-image: url("../images/jian_01.png");
        background-repeat: no-repeat;
        background-position: 0 0;

    }
    #home .floor-04 .bd .case-button-next{
        left: 0;
        background-position: 0 -90px;
    }
    #home .floor-04 .bd .case-button-prev{
        right: 0;

    }

    #home .floor-05 .bd .bd_bt{
        width: 348px;
        margin: 0 auto 60px;
    }
    #home .floor-05 .swiper-idea-pc .swiper-slide  a{
        margin: 0 auto;
    }
    #home .floor-05 .swiper-idea-pc .swiper-slide  img{
        width: 100%;
    }

    #home .floor-06 .hd{
        position: relative;
    }
    #home .floor-06 .hd h2{
        background: transparent;
        background-size: 5%;
    }
    #home .floor-06 .hd h2:after{
        content: " ";
        display: none;
    }
    #home .floor-06 .hd a.more{
        position: absolute;
        display: block;
        line-height: 36px;
        padding-top: 48px;
        font-size: 28px;
        top: 24px;
        right: 15px;
        color: #8ed5ff;
    }
    #home .floor-06 .bd{
        padding: 0;
        background-color: #ffffff;
    }
    #home .floor-06 .bd{
        padding-bottom: 60px;
        bottom: 20px;
    }
    #home .floor-06 .bd .swiper-pagination-bullet{
        background-color: #079BF1;
    }


    /*---关于我们---*/
    #about-us .tab-content .about_01 .m_01,
    #about-us .tab-content .about_01 .m_02{
        padding: 60px 0 ;
    }
    #about-us .tab-content .about_01 .m_01 .zk-logo img{
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    #about-us .tab-content .about_01 .m_01 .content h4,
    #about-us .tab-content .about_01 .m_02 .content h4{
        font-size: 24px;
        margin-bottom: 25px;
    }
    #about-us .tab-content .about_01 .m_01 .content p,
    #about-us .tab-content .about_01 .m_02 .content p{
        font-size: 16px;
        line-height: 28px;
    }


    #about-us .tab-content .about_01 .m_01 .content h4{
        color: #079BF1;
    }
    #about-us .tab-content .about_01 .m_01 .zk-logo{
       float: right;
    }
    #about-us .tab-content .about_01 .m_02 img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #about-us .tab-content .about_01 .m_02{
        background-color: #079BF1;
    }
    #about-us .tab-content .about_03 {
        background:url(../images/lishi.jpg) no-repeat center;
        padding: 85px 0;
    }
    #about-us .tab-content  .swiper-course{
        height: 400px;
    }
    #about-us .tab-content   .swiper-slide {
        height: 400px;

    }
    #about-us .tab-content   .swiper-slide .course-box{
        height: 200px;

    }

    #about-us .tab-content  .swiper-slide:nth-child(odd) .course-box{
        top:200px;
    }

    /*---精品项目---*/

    #exquisite-item .tab-page .tab-page-list{
        width: 100%;
    }

    #exquisite-item .tab-page .tab-page-list li{
        width: 16.66%;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border:none;
        border-right:1px solid #ffffff;

    }
    #exquisite-item .tab-page .tab-page-list li:last-child{
        border:none;
    }

    #exquisite-item .tab-page .tab-page-list li a{
        background-color: #0198F1;
        color: #ffffff;
        text-align: center;
    }
    #exquisite-item .product-item .caption{
        background-color: #ffffff;
        color: #333333;
    }
    #exquisite-item .tab-page .tab-page-list li.active a{
        border-bottom: 2px solid #1d78f1;
        background-color: #1780f1;
    }
    /*---项目详情---*/
    #detail .detail-header{
        background-color: #0098f1;
    }
    #detail .detail-header .phone{
        color: #ffffff;
    }
    #detail .brief,
    #detail .pro-show-wrap{
        margin-top: 40px;
    }
    #detail .brief{
        float: right;
        width: 50%;
        margin-bottom: 60px;
    }
    #detail .brief div{
        margin-bottom: 5px;
        border-bottom: none;
    }

    #detail .brief div span,
    #detail .brief div p{
        font-size: 16px;
        color: #333;
    }
    #detail .brief div span{
        width: 15%;
    }

    #detail .brief div p{
        width: 85%;
    }
    #detail .pro-show-wrap{
        float: left;
        width: 48%;
    }

    #detail .pro-show-wrap  .pro-show {
        margin-bottom: 10px;

    }

    #detail .pro-show-wrap  .pro-show-jingdu{
        position: relative;
    }
    #detail .pro-show-wrap  .pro-show .swiper-wrapper{
        /*height: 320px;*/
    }

    #detail .pro-show-wrap  .pro-show-pagination{
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
    }
    #detail .pro-show-wrap  .pro-show-pagination .swiper-slide{
        padding: 10px;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        /*height: 80px;*/
    }
    #detail .description{
        clear: both;

    }
    #detail .description .hd .btn_sq{
        width: 180px;
        height: 36px;
        line-height: 36px;
        margin-top: 20px;
        margin-right: 100px;
        font-size: 16px;

    }
    #detail .description p{
        font-size: 16px;
        line-height: 38px;
    }


    /*---荣誉资质---*/
    #honor .honor-year h3{
        background-color: #DBDBDB;
        color: #333333;
        line-height: 36px;
        font-size: 24px;
        padding-left: 10px;
    }
    #honor .honor-year .honor-year-list .swiper-slide p{
        text-align: center;
    }

    /*---新闻资讯---*/
    #news .tab-block{
        padding: 50px 0;
    }
    #news .news-show{
        padding: 0;
        margin-bottom: 30px;
    }

    #news .news-list{
        padding-left:50px;

    }
    #news .news-list .news-list-item h4 {
        font-size: 16px;
    }
    #news .news-list .news-list-item p {
        margin: 6px 0 0 0;
    }
    #news .news-box-list {
        margin-right: -35px;
        margin-left: -35px;
    }
    #news .news-box-list-item .cot{
        margin: 0 20px;
        background-color: transparent;
        padding: 20px;
    }
    #news .news-box-list-item:hover .cot{
        background-color: #0198F1;
        color: #ffffff;

    }
    #news .news-box-list-item b{
        padding:3px ;
        width: 60%
    }
    #news .news-box-list-item:hover .cot span,
    #news .news-box-list-item:hover .cot b{
        color: #ffffff;
        border-color: #ffffff;
    }


    /*研究中心*/
    #study{
        background-color: #F1F1F1;
    }
    #study .tab-page .tab-page-list li{
        width: 25%;
    }
    #study .study-item{
        background-color: #ffffff;
        padding: 15px;
        margin-bottom: 15px;
    }
    #study .study-item img{
    }
    #study .study-item h4{
        line-height: 36px;
        font-size:30px;
        margin-bottom: 20px;
    }

    #study .study-item p{
        font-size: 18px;
        line-height: 30px;
    }
    /*招聘信息*/
    #job .title{
        padding: 20px 0;
    }
    #job .select-group {
        width: 900px;
        margin: 0 auto;
    }
    #job .form-control {
        float: left!important;
        margin-right: 20px;
    }
    #job .select-group select{
        margin-top: 0;
    }
    #job .select-group .form-control{
        width: 20%;
    }
    #job .select-group  .btn-search{
        float: left;
        width: 20%;
        margin: 0;
    }
    #job .select-group  .btn-search{
        float: left;
        line-height: 36px;
        width: 20%;
        height: 36px;
        text-align: center;
        color: #ffffff;
        background-color: #0098f1;
    }
    #job .main-container .table{
        min-width: 768px;
    }
    #job .main-container .table th,
    #job .main-container .table td{
        font-size: 20px;
        line-height: 38px;
        text-align: center;
    }

    /*业务范围*/
    #service .main-container .title h2{
        line-height: 72px;
        font-size:40px;
    }
    #service .main-container .title p{
        line-height: 26px;
        font-size: 20px;
        margin-bottom: 60px;
    }
    #service .main-container .bd li .cot{
        position: relative;
        height: auto;
    }
    #service .main-container .bd li .shade .icon{
        top:40px;

    }
    #service .main-container .bd li .shade p{
        margin:100px auto 0;
        top:0;
    }

    /*招聘*/
    #recruit .main-container .inner{
        padding-bottom: 30px;
    }
    #recruit .main-container .title h2{
        line-height: 72px;
        font-size:36px;
    }
    #recruit .main-container .title p{
        line-height: 28px;
        font-size: 16px;
        width: 70%;
        text-align: left;
        font-weight: 100;
        margin: 0 auto 60px;
    }
    #recruit .main-container .bd li .cot{
        position: relative;
        height: auto;
    }
    #recruit .main-container .bd li .shade .icon{
        top:40px;
        width:100px;
        height:100px;
        left:50%;
        margin-left: -50px;
        display: none;
    }
    #recruit .main-container .bd li .shade p{
        margin:100px auto 0;
    }

    /*联系我们*/
   #contactus  .main-container .inner{
       padding: 100px 0;
   }
    #contactus .contactus-msg ul b,
    #contactus .contactus-msg ul span{
        font-size: 20px;
        line-height: 30px;
    }
    #contactus .contactus-msg ul strong{
        margin-right: 20px;
    }

    /*理念*/
    #ideas  .titbox {
        background: url(../images/line_01.png) no-repeat center;
    }
    #ideas .list-scroll{
        margin-top: 106px;
        padding-bottom: 60px;
        width: 100%;
    }
    /*人才发展*/
    #staff  .word {
        width: 56%;
        font-size: 16px;
    }
    #staff .list-scroll{
        margin-top: 106px;
        padding-bottom: 60px;
        width: 100%;
    }

    /*staffRecord*/
    #staffRecord  .staffRecord_01{
        margin: 0 auto;
        display: block;
        width: 1000px;
    }

    #staffRecord .record_pc{
        border: 2px solid #0098f1;
        width: 900px;
        height: 233px;
        display: block;
        margin: 90px auto 50px;
        position: relative;
    }
    #staffRecord .record_pc .picture{
        position: absolute;
        width: 205px;
        height: 272px;
        border: 2px solid #ccd9eb;
        box-shadow: -10px 10px 0 #ccd9eb;
        left: -100px;
        top:-67px;
    }
    #staffRecord .record_pc .picture img{
        width: 100%;
    }
    #staffRecord .record_pc ul{
        margin-top: 65px;
        width: 600px;
        position: absolute;
        left: 50%;
        margin-left: -300px;
        padding-left: 0;
    }
    #staffRecord .record_pc li{
        font-size: 24px;
        float: left;
        width: 300px;
        line-height: 46px;
        height: 46px;
    }

    #staffRecord .record_pc .tit{
        background: url("../images/staffRecord_02.jpg") no-repeat center;
        width: 500px;
        height: 124px;
        position: absolute;
        left: 50%;
        margin-left: -250px;
        top:-70px;
        font-size: 56px;
        line-height: 124px;
        padding-left: 50px;
    }
   /* #staffRecord .record li:nth-child(even){
        margin-left: 100px;
    }*/
    #jobSubmit .jobSubmitBox{
        max-width: 980px;
        margin: 0 auto;
    }

    /*videoDetail*/
    #videoDetail .tab-content .videoBox{
        width: 80%;
        height: 100%;
        margin: 30px auto 30px;
    }
}

@media (min-width:1200px){
    body{
        min-width: 1200px;
    }
    .inner{
        width: 1200px;
        margin:0 auto;
    }
    /*头部*/

    .header .haed-nav{
        width: 1000px;
    }

    .header .navbar-form{
        display: block;
    }

    .footer .panel{
        margin-right: 30px;
        width: auto;
    }
    .footer  .foot-code{
        margin-left: 30px;
        float: left;
    }
    #news .news-box-list-item b{
        padding:3px ;
        width: 35%
    }
    #staffRecord  .staffRecord_01{

        width: 1200px;
    }
    #home .floor-03 .bd  .business_list{
        margin: 0 100px;
    }
}
@media (min-width:1600px){
    body{
        min-width: 1600px;
    }

    .inner{
        width: 1600px;
        margin:0 auto;
    }
    .header .phone{

        font-size: 16px;

    }
    .header .navbar-form input{
        border: none;
        background-color: transparent;
        width: auto;
    }
    .header .haed-nav{
        width: 1400px;
    }
    .header .nav li a{
        padding: 10px 10px;
        font-size: 16px;
    }
    .header .navbar-form{
        display: block;
    }
    #home .floor-03 .bd  .business_list{
        margin: 0 166px;
    }


    #about-us .tab-content  .swiper-course{
        height: 600px;
    }
    #about-us .tab-content   .swiper-slide {
        height: 600px;

    }
    #about-us .tab-content   .swiper-slide .course-box{
        height: 300px;

    }

    #about-us .tab-content  .swiper-slide:nth-child(odd) .course-box{
        top:300px;
    }
}