/*栏目标题*/
.title {
    height: 115px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
}

.title h3 {
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.title .en {
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    padding: 30px 0 1px 0;
}


.about {
    padding: 30px 0 0 0;
}

.about-box {
    padding: 50px 0 0 0;
    overflow: hidden;
}

.about-box li {
    float: left;
    width: 275px;
    padding-left: 50px;
    box-sizing: border-box;
}

.about-box li:nth-of-type(3n) {
    padding-left: 90px;
}

.about-box li span {
    display: block;
    font-size: 25px;
    color: #252525;
}

.about-box li b {
    display: inline-block;
    font-size: 80px;
    color: #094;
    padding: 60px 0 0 0;
    font-family: Family, Tahoma, Geneva, sans-serif;
    font-weight: 700;
}

.about-box li em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #094;
}

.about-txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    padding-top: 50px;
}

.about-btn ul {
    text-align: center;
    margin: 50px 0 100px;
}

.about-btn ul li {
    display: inline-block;
    margin: 0 10px;
    width: 120px;
    font-size: 0;
    height: 40px;
}

.about-btn ul li a {
    display: block;
    border: 1px solid #999;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #666;
}

#pic_list_1 {
    position: relative;
}

.fashion {
    background: url(../images/fashionBg.jpg) no-repeat scroll center top;
    width: 100%;
    height: 860px;
}

.fashion-inner .title {
    margin: 70px 0 50px;
}

.fashion-inner .title h3 {
    color: #fff;
}

.fashion-list {
    width: 100%;
    height: 540px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.fashion-list .list {
    overflow: hidden;
    width: 9999px;
}

.fashion-list li {
    position: relative;
    float: left;
    width: 380px;
    overflow: hidden;
    padding: 15px 10px;
    -webkit-filter: grayscale(0.4);
    filter: gray;
    transition: all 1s;
}

.fashion-list li:hover {
    -webkit-filter: grayscale(0);
}

.fashion-list li .txt {
    position: absolute;
    width: 380px;
    top: 200px;
    left: 10px;
    transition: all 0.5s;
}

.fashion-list li .txt .cn {
    font-size: 26px;
    color: #fff;
}

.fashion-list li .txt .en {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.fashion-list li .txt {
    height: 90px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 10px;
    top: 400px;
    padding: 20px 0;
    box-sizing: border-box;
}

.tab {
    position: absolute;
    top: 200px;
    width: 100%;
    padding-top: 20px;
}

.tab span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.tab span:hover {
    cursor: pointer;
}

.tab .plus {
    left: 0;
    background: rgba(0, 0, 0, 0.5) url(../images/pro-left.png) no-repeat scroll center center;
}

.tab .minus {
    right: 0;
    background: rgba(0, 0, 0, 0.5) url(../images/pro-right.png) no-repeat scroll center center;
}


/*应用空间*/
.zoom {
    padding: 0 0 50px 0;
    overflow: hidden;
}

.zoom li {
    position: relative;
    float: left;
    width: 359px;
    height: 240px;
    margin: 0 0 9px 9px;
    cursor: pointer;
}

.zoom li.space-tit {
    width: 464px;
    height: 240px;
}

.zoom li.space-tit .space-txt {}

.zoom li.space-tit .space-txt .cn {
    color: #000;
    font-size: 48px;
    height: 42px;
    margin: 43px 0 19px 0;
}

.zoom li.space-tit .space-txt .en {
    font-size: 42px;
    font-family: Arial;
}

.zoom li:nth-of-type(1),
.zoom li:nth-of-type(4) {
    margin-left: 0px;
}

.zoom li:nth-of-type(7) {
    margin-left: 200px;
}

.zoom li:nth-of-type(8) {
    width: 630px;
}

.zoom li:nth-of-type(8) {
    width: 594px;
    background: #094;
    padding: 20px;
    box-sizing: border-box;
}

.zoom li:nth-of-type(8) strong {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 200px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #c9d8d0;
}

.zoom li .effect {
    width: 100%;
    height: 240px;
    overflow: hidden;

}

.zoom li .effect img {
    width: 100%;
    transition: all 1.5s;
}

.zoom li:hover .effect img {
    transform: scale(1.58);
}

.zoom li .space {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
    padding: 20px;
    padding-top: 120px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    transition: all 1.5s;
}

.zoom li:hover .space {
    background: rgba(0, 0, 0, 0.7);
}

.zoom li .space p:nth-of-type(1) {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
}

.zoom li .space p:nth-of-type(2) {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 9px 0;
}

.zoom li .space p:nth-of-type(3) {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
}

/*一起驰聘千亿市场*/
.business {
    height: 820px;
    background: url(../images/businessBg.jpg) no-repeat scroll center center;
    width: 100%;
    overflow: hidden;
}

.business-inner {
    width: 1200px;
    margin: 0 auto;
}

.business-title {
    text-align: center;
    padding-top: 100px;
}

.business-title h3 {
    font-size: 68px;
    color: #d5a76b;
    font-weight: 800;
    height: 91px;
}

.business-title h4 {
    font-size: 50px;
    color: #adadad;
    font-weight: 800;
    height: 66px;
}

.business-title .p1 {
    font-size: 28px;
    color: #adadad;
    height: 36px;
}

.business-title .p2 {
    font-size: 14px;
    color: #adadad;
    line-height: 25px;
    margin-top: 30px;
    height: 20px;
}

.business-menu {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
    background: rgba(25, 25, 25, 0.9);
    padding: 80px 0;
    overflow: hidden;
}

.business-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.business-list .pic {
    margin: 40px auto 20px;
    width: 90px;
    font-size: 34px;
    color: #d5a76b;
    font-weight: bold;
}

.business-list .pic img {
    display: block;
    margin: 0 auto;
    width: 69px;
}

.business-list .txt {
    font-size: 18px;
    color: #454545;
    color: #d5a76b;
}

.business-list .box {
    font-size: 14px;
    color: #8c8a8a;
}

.business-list span {
    display: block;
    width: 20%;
    height: 1px;
    margin: 10px auto;
    background: #8c8a8a;
}

.business-menu ul li a {
    display: block;
    width: 220px;
    height: 210px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    overflow: hidden;
}

.business-menu ul li a:hover {
    background: rgba(223, 167, 92, 0.2);
    color: #fff;
}

.business-menu ul li a:hover .txt {
    color: #d5a76b;
}


/*宣传视频*/
.video {
    padding: 130px 0;
    background: url(../images/videoBg.jpg) no-repeat top center;
}

.video-txt {
    float: left;
    width: 450px;
    padding-top: 110px;
}

.video-title {}

.video-title h3 {
    font-size: 28px;
    color: #fff;
}

.video-title .en {
    font-size: 14px;
    color: #dad8d8;
    padding: 50px 0 0 0;
    text-indent: 2em;
}

.video-play {
    float: right;
    width: 700px;
    height: 480px;
}

.video-play video {
    width: 700px;
    height: 480px;
}


/*新闻资讯*/
.news {
    padding: 80px 0;
}

.news-box {
    padding: 60px 0 0 0;
}

.news ul {}

.news ul li {
    float: left;
    width: 580px;
    margin: 0 18px 18px 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f1eded;
}

.news ul li:nth-of-type(2n) {
    margin-right: 0;
}


.news ul li .txt {
    width: 300px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}

.news ul li .txt h2 {
    height: 38px;
    font-size: 16px;
    color: #000;
    padding: 20px 0 10px 0;
    transition: all 1s;
}

.news ul li:hover h2 {
    transform: translate(5px, 0px);
    -webkit-transform: translate(5px, 0px);
    -moz-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    -o-transform: translate(5px, 0px);
}

.news ul li .txt p {
    color: #737373;
    height: 50px;
}

.news ul li .pic {
    width: 250px;
    height: 164px;
    overflow: hidden;
}

.news ul li .pic img {
    width: 100%;
    height: 164px;
    transition: all 1s;
}

.news ul li:hover .pic img {
    transform: scale(1.02);
}

.news .more {
    padding: 20px 0 0 0;
}

.news .more a {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #3a3a3a;
}


/*工程案例*/
.case {
    padding: 50px 0;
}

.case .left {
    float: left;
    width: 500px;
    height: 700px;
    padding: 30px;
    box-sizing: border-box;
    background: url(../images/case-Bg.jpg) no-repeat top center;
}

.case .left .top {}

.case .left .top p {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 20px;
}

.case .left .bottom {
    padding-top: 270px;
}

.case .left .bottom .p1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.case .left .bottom .p2 {
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
}

.case .left .bottom .p3 {
    color: #fff;
    font-size: 16px;
}

.case .right {
    float: right;
    width: 650px;
}

.case .right .top {
    height: 400px;
    padding: 50px;
    box-sizing: border-box;

}

.case .right .top .p1 {
    font-size: 25px;
}

.case .right .top .p2 {
    color: #3a3a3a;
    font-size: 30px;
    margin-top: 10%;
}

.case .right .top .p3 {
    font-size: 14px;
    color: #797979;
    max-width: 440px;
    margin: 10px 0 10% 0;
}

.case .right .top .p4 {
    font-size: 18px;
    border: solid 2px #dcdcdc;
    text-align: center;
    width: 174px;
    line-height: 47px;
    border-radius: 25px;
}

.case .right .bottom {
    height: 300px;
    padding: 80px 50px 50px 50px;
    box-sizing: border-box;
    background: url(../images/case-bottom.jpg) no-repeat top center;
}

.case .right .bottom .p1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.case .right .bottom .p2 {
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
}

.case .right .bottom .p3 {
    color: #fff;
    font-size: 16px;
}


.character {
    padding: 50px 0 90px;
    background: #f6f6f6;
}

.character-list {
    margin: 50px auto 0;
    overflow: hidden;
}

.character-list .list {
    overflow: hidden;
    width: 9999px;
}

.character-list li {
    float: left;
    width: 389px;
    padding: 0 8px;
}

.character-list li:nth-of-type(3n) {
    margin-right: 0;
}

.character-list .character-pic,
.character-pic img {
    width: 389px;
    height: 259px;
    overflow: hidden;
}

.character-list .character-txt {
    background: #fff;
    overflow: hidden;
}

.character-list .character-txt h3 {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #000;
    padding: 20px 10px;
}

.character-list .character-txt span {
    display: block;
    float: right;
    width: 40%;
    padding: 20px 0;
}