






.dv1 {
    width:100%;
    height: 22px;
    position: relative;
    margin:80px auto;
    color:#333333;
    font-size: 24px;
}
.liner {
    width:100%;
    height:1px;
    background-color: #999999;
    position: relative;
    top:50%;
}
.dv2 {
    text-align:center;
    width:120px;
    height:22px;
    line-height: 22px;
    margin:0 auto;
    background-color: #fff;
    position: relative;
    z-index:3;
}
.icon-star {
    font-size:22px;
    color:red;
    margin-right:10px;
}



#page {
    position: relative;
    z-index: 5;
    min-width: 960px;
    width: 100% !important;
}
#page img{
    max-width: 100%;
}

.home-slideshow {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 440px;
    height: 300px;

    margin-left: -135px;
    z-index: 11;
    /* opacity: 0; */
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
     background: #F2F3F3;
    margin-bottom: 2px;
    cursor: pointer;
    background:rgba(242,243,243,.74);


}
.apply-top{
    color:#333333;
    font-size:22px;
    /*background:rgba(250,250,250,.69);*/
    height:58px;
    line-height: 58px;
}
.home-slideshow input{
    width:300px;
    margin-top:24px;
    border:none;
    padding-left:10px;
    background-color: #fff;
}
.home-slideshow .sub{
    background: #5D7082;
    color:#fff;
}
.home-slideshow .apply-content{
    background:rgba(242,243,243,.74);
    height:242px;
}
h1, .h1, h2, .h2, h3, .h3 {
     margin:0;
}
.projects-search {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    border-bottom: 0px solid #ddd;
}
.projects-search .select-box {
    height: 30px;
    /* padding: 20px 0 17px; */
    position: relative;
    z-index: 10;
}
.projects-search .w950 {
    width: 950px;
    margin: 0 auto;
}
.projects-search .select-box h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.projects-search .select-boxins {
    position: relative;
    float: left;
    width: 109px;
    height: 28px;
    padding: 0 15px;
    margin-right: 12px;
    border: 1px solid #e8e9eb;
    line-height: 28px;
    color: #666;
    background: url(/assets/img/bg_sign06.jpg) no-repeat 90px center;
    cursor: pointer;
}
.projects-search .select-boxins .list {
    position: absolute;
    left: -1px;
    top: 29px;
    width: 115px;
    padding: 2px 12px;
    border: 1px solid #e8e9eb;
    border-top: none;
    background: #fff;
    display: none;
}
.projects-search input {
    width: 150px;
    height: 28px;
    padding: 0 15px;
    border: 1px solid #e8e9eb;
    float: left;
    line-height: 38px;
    color: #aeaeae;
}
.projects-search input.submit {
    width: 40px;
    height: 30px;
    padding: 0;
    border: none;
    background: url(/assets/img/bg_btn03.jpg) no-repeat 0 -5px;
    margin-left: 5px;
    display: inline;
}
.projects-search .select-boxins a {
    display: inline-block;
    width: 100%;
    color: #666;
}
.projects-search .select-boxins .list {
    position: absolute;
    left: -1px;
    top: 29px;
    width: 115px;
    padding: 2px 12px;
    border: 1px solid #e8e9eb;
    border-top: none;
    background: #fff;
    display: none;
}

.work-item{
    width: 380px;
    height: 290px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 40px;
}
.work-item:nth-child(3){
    margin-right:0;
}
.work-item img{
    width:380px;
    height:228px;
    margin-bottom:16px;
}
.work-item h3{
    height:22px;
    line-height:22px;
    font-weight:bold;
    font-size:15px;
    color:#FFFFFF;
    text-align: left;
}
.work-item .desc {
    position: absolute;
    width: 380px;
    height: 228px;
    padding: 29px 35px;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    transform: scale(0);
    -webkit-transform: scale(0);
    color: #fff;
}
.work-item .item {
    height: 100%;
    background-color: rgba(117, 138, 153, 0.8);
    padding: 40px 20px;
    color:#fff;
}
.work-item:hover .desc {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.work-item .line {
    height: 1px;
    background-color: #e1e1e1;
    margin: 10px 0 10px;
}

/*详情*/
.prodetail .active{
    color:#0083FF;
}
.detail-content{
    margin-top:60px;
}

.swiper-container, .swiper-container .swiper-wrapper {
    width: 100%;
    /*height: 580px;*/
    height:480px;
}
.swiper-slide {
    width: 100%;
    height:480px;
}
.swiper-slide img {
    width: 100%;
    height:480px;
}
.supplier-title{
    color: #333333 !important;
    text-align: center !important;
    font-size:18px !important;
    font-weight: bold !important;
}