@charset "utf-8";
.ny-banner{
    padding-top: 80px;
    height: 350px;
}
.ny-banner .am-container{
    position:relative;
}
.ny-banner img{
    width: 100%;
}
.ny-banner dl{
    position: absolute;
    color: #fff;
    top: 100px;
    left: 30px;
}
.ny-banner dl dt{
    font-size: 38px;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 0.2);
    text-transform: uppercase;
}
.ny-banner dl dd{
    margin: 0;
    font-size: 18px;
    color: #e6e6e6;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 0.2);
}
.ny-banner dl.wz2 dt,.ny-banner dl.wz2 dd{
    color: #2a79bf;
}
.lx-banner{
    background: url(../images/lx-banner.jpg) center no-repeat;
    background-size: cover;
}
.zp-banner{
    background: url(../images/zp-banner.jpg) center no-repeat;
    background-size: cover;
}
.gy-banner{
    background: url(../images/gy-banner.jpg) center no-repeat;
    background-size: cover;
}
.fa-banner{
    background: url(../images/fa-banner.jpg) center no-repeat;
    background-size: cover;
}
.cp-banner{
    background: url(../images/cp-banner.jpg) center no-repeat;
    background-size: cover;
}
.js-banner{
    background: url(../images/js-banner.jpg) center no-repeat;
    background-size: cover;
}
.xq-banner{
    background: url(../images/xq-banner.jpg) center no-repeat;
    background-size: cover;
}
.xw-banner{
    background: url(../images/xw-banner.jpg) center no-repeat;
    background-size: cover;
}


.nybj{
    background: #f5f5f5;
    padding: 3rem 0;
}
.ny-fff{
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 0.1);
}


/*内页标题*/
.nytiti{
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.nytiti-tit{
    font-size: 2.5rem;
    line-height: 4rem;
    height: 4rem;
    color: #006cc8;
    font-weight: bold;
}
.nytiti-a{
    line-height: 4rem;
    height: 4rem;
    color: #666;
}
.nytiti-a i{
    font-size: 1.6rem;
    color: #006cc8;
}
.nytiti-a a{
    margin: 0 5px;
    color: #666;
}



/*左栏目*/
.nynav{
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 0.1);
}
.nynav ul li{
    line-height: 5rem;
    border-top: 1px solid #eee;
}
.nynav ul li:first-child{
    border-top: 0;
}
.nynav ul li a{
    font-size: 1.5rem;
    display: block;
    padding-left: 2rem;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
.nynav ul li a:hover{
    padding-left:3rem;
}
.nynav ul li a i{
    margin-right: 1rem;
}
.left-dz{
    margin-top:2rem;
}

.leftsearch{
    margin-top: 2rem;
    height: 35px;
}
.leftsearch input{
    border: 0;
    line-height: 35px;
    height: 35px;
    padding: 5px;
    float: left;
    width: 85%;
    outline: 0;
    border: 2px solid #006cc8;
    border-radius: 5px 0 0 5px;
}
.leftsearch i{
    float: left;
    width: 15%;
    text-align: center;
    line-height: 33px;
    background: #006cc8;
    color: #fff;
    cursor: pointer;
    border: 1px solid #006cc8;
    border-radius: 0 5px 5px 0;
}

/*关于我们*/
.nyabout{
    line-height: 2.8rem;
}
.nyabout p{
    line-height: 2.8rem;
}



/*新闻资讯*/
.nynews-list{
    width:100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 2.5rem 0;
}
.nynews-list a{
    display: table;
    width: 100%;
}
.nynews-list:hover .nynews-con .nynews-title{
    color: #006cc8;
}
.nynews-list:first-child{
    padding-top: 0;
}
.nynews-img{
    float: left;
    width: 30%;
    border: 1px solid #eee;
}
.nynews-img img{
    width: 100%;
}
.nynews-con{
    float: left;
    width: 67%;
    padding-left: 3%;
}
.nynews-con .nynews-title{
    color: #333;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-size: 1.7rem;
}
.nynews-i{
    color: #999;
    margin: 1rem 0;
    line-height: 2rem;
}
.nynews-i i{
    margin-right: 5px;
    color: #666;
    font-size: 1.6rem;
}
.nynews-brief{
    color: #999999;
}
.newsdetail-tit{
    background: #fafafa;
    text-align: center;
    padding: 1rem;
    font-size: 1.8rem;
}
.newsdetail-i{
    text-align: center;
    color: #666;
    font-size: 1.4rem;
    margin-top: 1rem;
}
.newsdetail-i i{
    margin-right: 10px;
}
.newsdetail-con{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0;
    margin-top: 1rem;
    line-height: 2.8rem;
}
.newsdetail-con table{
    width:100%;
}

.nytechnology .nynews-con{
    float: left;
    width: 100%;
    padding: 0;
}

.articles{
    margin-top: 1rem;
}
.articles ul li{
    line-height: 3rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.articles ul li a{
    color: #666;
}
.articles ul li a:hover{
    color:#0072c0;
}
.articles ul li span{
    color: #333;
}



/*产品中心*/
.nypro ul li{
    padding:1rem;
}
.nypro ul li img{
    width: 100%;
}
.nypro ul li p{
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.prodetail-img img{
    width: 100%;
    display: block;
}
.prodetail-brief dl{
    margin-bottom: 2rem;
}
.prodetail-brief dl dt{
    color: #006cc8;
    font-size: 2.4rem;
}
.prodetail-brief dl dd{
    line-height: 2.8rem;
}
.prodetail-brief a{
    display: block;
    background: #006cc8;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    border-radius: 30px;
    width: 13rem;
}
.prodetail-con{
    margin-top: 2rem;
}
.prodetail-con-tit{
    font-size: 2rem;
    text-transform: uppercase;
    color: #006cc8;
    border-bottom: 1px solid #006cc8;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.prodetail-con-brief{
    line-height: 2.8rem;
}
.prodetail-con-brief table{
    width: 100%!important;
    border: 1px solid #999!important;
    border-collapse: collapse;
}
.prodetail-con-brief table td{
    border: 1px solid #999!important;
    padding: 5px!important;
    text-align: center;
}
.prodetail-img .swiper-slide {
  background-size: cover;
  background-position: center;
}
.prodetail-img .gallery-top {
  height: 80%;
  width: 100%;
}
.prodetail-img .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding-top: 10px;
  margin:0 20px;
}
.prodetail-img .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.prodetail-img .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.prodetail-img .swiper-button-next:after,.prodetail-img .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
}
.prodetail-img .swiper-button-next,.prodetail-img .swiper-button-prev{
    bottom: 2.5rem;
    top: auto;
    background: #006cc8;
    outline: 0;
    width: 2rem;
}
.prodetail-img .swiper-button-next{
    right: 0rem;
}
.prodetail-img .swiper-button-prev{
    left: 0rem;
}


.prodetail-con .am-tabs{}
.prodetail-con .am-tabs ul{
    border: 0;
    border-top: 2px solid #006cc8;
    background: #006cc8;
}
.prodetail-con .am-tabs ul li{
    width: 33.3%;
    margin: auto;
}
.prodetail-con .am-tabs ul li a{
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    height: 50px;
    font-size: 17px;
    background: #006cc8;
}
.prodetail-con .am-tabs ul li.am-active a{
    background: #fff;
    color: #006cc8;
    border: 0;
}
.prodetail-con .am-tabs-bd{
    border: 0;
    margin-top: 10px;
}
.prodetail-con .am-tabs-bd .am-tab-panel{
    border: 0;
    padding: 0;
    line-height: 28px;
}


/*联系我们*/
.nycontact table{
    border-top:1px solid #006cc8;
}
.nycontact table tr td{
    font-size: 1.8rem;
    padding: 1rem;
}
.nycontact table tr td.am-text-center{
    background-color: #f5f5f5;
}
.my-map { margin: 0 auto; width:100%; height: 400px; }
.my-map .icon { background: url(../images/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.my-map .mapContainer{width: 100%;height: 400px;}



.nymessage legend{
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #666;
}
.nymessage legend span{
    color: #f00;
    margin: 0 5px;
}
.inpa label{
    float: left;
    width: 8%;
    font-weight: 100;
    font-size: 1.4rem;
}
.inpa label span{
    color:#f00;
    margin-right:1px;
}
.inpa .input{
    float: right;
    width: 90%;
}
.inpa .input input{
    background:#f5f5f5;
    border-radius:5px;
}
.inpb label{
    font-weight: 100;
    font-size: 1.4rem;
}
.inpb textarea{
    background:#f5f5f5;
    border-radius:5px;
}
.nymessage .tijiao{
    background: #006cc8;
    color: #fff;
    border-radius: 5px;
    width: 15rem;
}



/*下载中心*/
.nydownload ul li{
    height: 4rem;
    line-height: 3rem;
    border-bottom: 1px dashed hsl(0deg 0% 85%);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.nydownload ul li span{
    float: left;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width: 90%;
}
.nydownload ul li span i{
    margin-right: 5px;
}
.nydownload ul li a{
    float: right;
    color: #fa1a1a;
}






/*发展历程*/
.nycourse{
    margin-top: 20px; 
}
.nycourse-tit{
    background:url(../images/qylc-xbj.jpg) center no-repeat;
    height: 559px;
    padding-top: 52px;
    color: #fff;
}
.nycourse-t1{
    font-size: 25px;
    text-align:center;
    font-weight: bold;
    margin-bottom: 15px;
}
.nycourse-t2{
    text-align:center;
    letter-spacing: 2px;
}
.nycourse-img{
    margin-top: 15px;
}
.nycourse-img img{
    display: block;
}
.nycourse-bj{
    background:#efefef;
    padding: 20px;
}
.nycourse-fff{
    background:#fff;
    padding: 30px 0;
}
.nycourse-list{
    background: url(../images/falc-xian.png) top no-repeat;
    padding: 30px 30px 0;
    position:relative;
}
.nycourse-list:before{
    content:"";
    position:absolute;
    background:#dcdddd;
    width:1px;
    height:100%;
    top: 0;
    left: 50%;
}
.course-left{
    width: 292px;
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.course-left .course-tit{
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    margin-bottom: 10px;
}
.course-left .course-brief{
    text-align:justify;
}
.course-left .course-tit:before{
    content: "";
    background: url(../images/lc-lyuan.png) center no-repeat;
    width: 67px;
    height: 28px;
    position: absolute;
    right: -88px;
    z-index: 999;
}
.course-right .course-tit:before{
    content: "";
    background: url(../images/lc-ryuan.png) center no-repeat;
    width: 49px;
    height: 25px;
    position: absolute;
    left: -82px;
    z-index: 999;
}
.course-right{
    float: right;
}
.course-right .course-tit{
    text-align: left;
}
.nycourse-img img{
    width: 100%;
}

.nycourse-con{
    margin-top: 20px;
    position: relative;
    background: url(../images/falc-xian.png) 73px 0px no-repeat;
    padding: 30px 0;
}
.nycourse-con:before{
    content:"";
    position:absolute;
    background:#dcdddd;
    width:1px;
    height:100%;
    top: 0;
    left: 81px;
}
.nycourse-listb{
    margin-top: 50px;
}
.nycourse-listb:first-child{
    margin-top:0;
}
.nycourse-listb-fl{
    font-size: 20px;
    font-weight: bold;
    margin-right: 25px;
    width: 70px;
}
.nycourse-listb-zj{
    color: #000;
    width: 340px;
}
.nycourse-listb-zj p{
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
}
.nycourse-listb-zj p:first-child{
    margin-top: 0;
}
.nycourse-listb-fr{
    max-width: 453px;
    margin-left: 20px;
    margin-top: 6px;
}
.nycourse-listb-fr p{
    background: #008cd6;
    color: #fff;
    padding: 3px 5px;
    margin-top: 10px;
    position: relative;
    display: table;
}
.nycourse-listb-fr p:before{
    content:"";
    background: url(../images/lc-jt.png) left no-repeat;
    position: absolute;
    width: 7px;
    height: 10px;
    left: -10px;
    top: 9px;
}
.nycourse-listb-fr p:first-child{
    margin-top: 0;
}




/*产品展示分类*/
.nyproa ul li .proali{
    background: #fcfcfc;
    display: table;
    padding: 2rem 5%;
    border-top: 2px solid #006cc8;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 100%;
}
.nyproa ul li img{
    float: left;
    width: 40%;
}
.nyproa ul li p{
    float: left;
    margin-left: 10%;
    width: 50%;
    margin-top: 2.5rem;
    font-size: 1.5rem;
}
.nyproa ul li .proali:hover{
    background:rgb(14 114 202 / .1);
}



/*招聘*/
.job-tit{
    background: #006cc8;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}
.job-list{
    text-align: center;
    border-bottom: 1px dashed #ccc;
    line-height: 4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
.job-list a{
    display: block;
    background: #dedede;
    width: 80px;
    color: #666;
    margin: 0 auto;
    border-radius: 10px;
}
.job-list a:hover{
    background:#006cc8;
    color:#fff;
}




.culture {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 2rem 5rem;
}

.culture span.cl_title {
    display: block;
    font-size: 1.7rem;
    color: #505050;
    margin-bottom: 3.5rem;
    font-weight: bold;
}

.culture .ctop img {
    display: inline-block;
    width: 26%;
    max-width: 349px;
    width: 349px\9;
    position: relative;
    top: -2rem;
    height: auto;
    left: 10rem;
}

.culture .ctop .cl_left ul {
    display: block;
    width: 100%;
    text-align: left;
}

.culture .ctop .cl_left ul p{
    font-size:15px;
}

.culture .ctop .cl_left ul li {
    display: inline-block;
    width: 100%;
    height: 2rem;
    vertical-align: top;
    margin-bottom: 2rem;
    color: #666666;
    font-size: 1.8rem;
}

.culture .cother ul li p {
    display: inline-block;
    width: 95%;
    line-height: 2rem;
    color: #666666;
    float: left;
    white-space: normal;
    font-size: 15px;
}

.culture .ctop .cl_left {
    display: inline-block;
    width: 50%;
    white-space: normal;
    vertical-align: top;
}

.culture .dot {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background-color: #9d9d9d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-right: 1rem;
    margin-top: 1rem;
    float: left;
}
.culture .cother .dot{
    margin-top: 1rem;
}
.culture .cother {
    width: 100%;
}

.culture .cother ul {
    width: 100%;
    white-space: normal;
}

.culture .cother ul li {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 3.5rem;
}

.culture .cother ul li .ot_title {
    display: inline-block;
    padding: .8rem 2.5rem;
    background-color: #006cc8;
    color: #ffffff;
    border-radius: 25px;
    margin-bottom: 1rem;
    font-size: 17px;
}

/* 文化   end*/




/*定制需求*/
.custom-tit{
    margin-bottom: 3rem;
}
.custom-tit .custom-t1{
    text-align: center;
    font-size: 3.8rem;
    color: #006cc8;
}
.custom-tit .custom-t2{
    text-align: center;
    color: #666;
}
.power-fl{
    background: #90c42f;
    padding-right: 0;
    height: 489px;
    padding-top: 40px;
    padding-left: 30px;
}
.powerfl-t1{
    color: #fff;
    font-size: 3.2rem;
    line-height: 5rem;
    text-transform: uppercase;
}
.powerfl-t2{
    font-size: 4.2rem;
    color: #fff;
    text-transform: uppercase;
}
.powerfl-t3{
    font-size: 3rem;
    margin-top: 20px;
}
.powerfl-p p{
    font-size: 1.4rem;
    line-height: 34px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.power-fr{
    padding-left:0
}
.powerpro-tit{
    font-size: 2rem;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #006cc8;
}
.powerpro-tit span{
    font-size:1.4rem;
    color:#666;
    margin-left:1rem;
    font-weight:100;
}
.powerpro{
    margin-top: 2rem;
}
.powerpro ul li img{
    border:1px solid #d2d2d2;
    padding:3px;
}
.laser-fl{
    padding-right: 0;
}
.laser-fr{
    background: #008fd7;
    padding: 4rem;
    height: 281px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 4rem;
}

.laser,.cycle,.strength{
    margin-top:2rem;
}

.strength-brief{
    font-size: 1.7rem;
    line-height: 3.4rem;
    text-indent: 2em;
}
.strength-list dl{
    margin-top: 2rem;
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}
.strength-list dl dt{
    font-size: 1.7rem;
    color: #006cc8;
    margin-bottom: 1rem;
}
.strength-list dl dd{
    font-size: 1.5rem;
    margin: 0;
    width: 20%;
    float: left;
    line-height: 4rem;
}


/* 合作伙伴 */
.nypartner{}
.nypartner ul li .pra{
    position: relative;
}
.nypartner ul li .pra .bigimg{
    border:0;
}
.nypartner ul li img{
    width:100%;
}
.nypartner ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nypartner ul li p{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    align-items: center;
    display: flex;
    text-align: center;
    background: rgb(0 0 0 / .5);
}
.nypartner ul li .display{
    display:none;
}
.nypartner ul li p span{
    width:100%;
    font-size: 2rem;
    color: #fff;
}
.nypartner ul li:hover .display{
    display:block;
}

@media screen and (max-width: 1200px) {
    .left-dz{
        display:none;
    }
    .nynav{
        margin-bottom:2rem;
    }
    .prodetail-img .swiper-button-next,.prodetail-img .swiper-button-prev{
        bottom: 1rem;
    }
    .prodetail-brief dl{
        margin: 2rem 0;
    }
    .prodetail-con .am-tabs ul li a{
        line-height: 4rem;
        height: 4rem;
        font-size: 1.6rem;
    }
    .nynews-list{
        padding: 2rem 0;
    }
    .nynews-list a{
        display: table;
        width: 100%;
    }
    .nynews-list:hover .nynews-con .nynews-title{
        color: #006cc8;
    }
    .nynews-list:first-child{
        padding-top: 0;
    }
    .nynews-img{
        float: left;
        width: 100%;
        border: 1px solid #eee;
    }
    .nynews-con{
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }
    .nynews-con .nynews-title{
        font-size: 1.6rem;
    }
    .nynews-i i{
        margin-right: 5px;
        color: #666;
        font-size: 1.6rem;
    }
    .nynews-brief{
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    .newsdetail-tit{
        background: #fafafa;
        text-align: center;
        padding: 1rem;
        font-size: 1.8rem;
    }
    .newsdetail-i{
        text-align: center;
        color: #666;
        font-size: 1.4rem;
        margin-top: 1rem;
    }
    .newsdetail-i i{
        margin-right: 10px;
    }
    .newsdetail-con{
        padding: 2rem 0;
        margin-top: 1rem;
        line-height: 2.8rem;
    }
    .nytechnology .nynews-con{
        float: left;
        width: 100%;
        padding: 0;
    }
    /*下载中心*/
    .nydownload ul li{
        height: auto;
        line-height: 3rem;
    }
    .nydownload ul li span{
        float: initial;
        width: 100%;
        display: block;
    }
    .nydownload ul li span i{
        margin-right: 5px;
    }
    .nydownload ul li a{
        float: initial;
    }

    /* 留言 */
    .nymessage legend{
        font-size: 1.6rem;
        line-height: 2.8rem;
        color: #666;
    }
    .nymessage legend span{
        color: #f00;
        margin: 0 5px;
    }
    .inpa label{
        float: left;
        width: 100%;
    }
    .inpa label span{
        color:#f00;
        margin-right:1px;
    }
    .inpa .input{
        width: 100%;
        margin-top: 1rem;
    }
    .inpa .input input{
        background:#f5f5f5;
        border-radius:5px;
    }
    .inpb label{
        font-weight: 100;
        font-size: 1.4rem;
    }
    .inpb textarea{
        background:#f5f5f5;
        border-radius:5px;
    }
    .nymessage .tijiao{
        background: #006cc8;
        color: #fff;
        border-radius: 5px;
        width: 15rem;
    }


    /*定制需求*/
    .custom-tit{
        margin-bottom: 2rem;
    }
    .custom-tit .custom-t1{
        text-align: center;
        font-size: 3.8rem;
        color: #006cc8;
    }
    .custom-tit .custom-t2{
        text-align: center;
        color: #666;
    }
    .power .am-padding-right-0{
        padding-right: 1rem!important;
    }
    .laser .am-padding-left-0{
        padding-left: 1rem!important;
    }
    .power-fl{
        background: #90c42f;
        padding-right: 0;
        height: 100%;
        padding: 2rem;
    }
    .powerfl-t1{
        font-size: 5.2rem;
        line-height: 6rem;
    }
    .powerfl-t3{
        margin-top: 2rem;
    }
    .powerfl-p p{
        font-size: 1.7rem;
        line-height: 3.5rem;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .power-fr{
        padding-left: 1rem;
    }
    .powerpro-tit{
        font-size: 2rem;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        font-weight: bold;
        color: #006cc8;
    }
    .powerpro-tit span{
        font-size:1.4rem;
        color:#666;
        margin-left:1rem;
        font-weight:100;
    }
    .powerpro{
        margin-top: 2rem;
    }
    .powerpro ul li img{
        border:1px solid #d2d2d2;
        padding:3px;
    }
    .laser-fl{
        padding-right: 1rem;
    }
    .laser-fr{
        padding: 2rem;
        height: auto;
    }
    .laser,.cycle,.strength{
        margin-top:2rem;
    }
    .strength-list dl dd{
        width: 50%;
    }

    /*招聘*/
    .job-tit{
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .job-list{
        text-align: center;
        border-bottom: 1px dashed #ccc;
        line-height: 4rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .job-list a{
        display: block;
        background: #dedede;
        width: 80px;
        color: #666;
        margin: 0 auto;
        border-radius: 10px;
    }
    .job-list a:hover{
        background:#006cc8;
        color:#fff;
    }



    /*发展历程*/
    .nycourse{
        margin-top: 0;
    }
    .nycourse-tit{
        background:url(../images/qylc-xbj.jpg) center no-repeat;
        height: 559px;
        padding-top: 52px;
        color: #fff;
    }
    .nycourse-t1{
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }
    .nycourse-t2{
        letter-spacing: .5rem;
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    .nycourse-img{
        display: none;
    }
    .nycourse-img img{
        display: block;
    }
    .nycourse-bj{
        padding: .5rem;
    }
    .nycourse-fff{
        padding: 2rem 0;
    }
    .nycourse-list{
        padding: 1rem;
        position:relative;
    }
    .nycourse-list:before{
        display:none;
    }
    .course-left{
        width: 100%;
        margin-bottom: 1.5rem;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 1.5rem;
    }
    .course-left .course-tit{
        font-size: 2rem;
        text-align: right;
        margin-bottom: 1rem;
    }
    .course-left .course-brief{
        text-align:justify;
    }
    .course-left .course-tit:before{
        display:none;
    }
    .course-right .course-tit:before{
        display:none;
    }
    .course-right{
        float: right;
    }
    .course-right .course-tit{
        text-align: left;
    }


}