﻿@charset "utf-8";
/* CSS Document */
/*联英创业平台 品牌理念*/
.InfoLL-tit{ clear:both;margin-top:30px;font-size: 36px;
    color: #3c3c3c;
    text-align: center;
    padding: 20px auto;height:80px;}
.InfoLL {height: 400px; position: relative; margin-top: 150px;}
.InfoLL .wid { width: 50%; height: 100%; position: absolute;top: 0; z-index: 1}
.InfoLL .widl {left: 0; background-color: #fe762c;}
.InfoLL .widr {right: 0; height: 368px; top: 16px; background:rgba(57, 59, 69 , 1);}
.InfoLL .InfoLLBg {margin-top:-147px;height: 500px;position: relative; z-index: 10; background: url("../images/1.jpg") no-repeat center top;}
.InfoLL .left {width: 300px; color: #fff;  font-size: 22px; font-weight: 200; }
.InfoLL .right {padding-left: 500px; padding-top: 17px; position: relative;}
.InfoLL .right p {color: #fff; text-align: left;font-size:16px;width:560px;margin-top:6px;}

/*标题*/
.comTitle {text-align: center; color: #333; padding-top: 70px;}
.comBigTitle {font-size: 36px; padding-bottom:10px; font-weight: 600;}
.comSmallLetter{font-size: 18px;text-transform:uppercase; font-weight: 600;}

.comImg {margin: 0px auto;display: block}

/**当前用工模式面对的问题**/
.problem {position: relative; margin-bottom: 40px;}
.problemList {width: 1100px; height: 508px; margin:0px auto; background: url("../images/problemListBg.png") no-repeat left center; position: relative}
.problemList .list {background-color: #fff; font-size: 22px; line-height: 36px; position: absolute; text-align: left; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 20px; padding: 0px 20px; border-radius: 4px;}
.problemList .one {left: 579px; top: 50px;}
.problemList .two {left: 579px; top: 185px;}
.problemList .three {left: 579px; top: 286px;}
.problemList .four {left: 579px; top: 378px;}

/**联英灵工服务解决方案**/
.solution {width: 100%; height: 680px; position:relative; background: url('../images/solutionBg.png') no-repeat; background-size: cover}
.solution .comTitle {color: #ffffff; padding-top: 50px;}
.solution p.txt{font-size:18px;margin-top:25px;color:#a0a0a0;}
.solution .more {width:134px; height: 42px; border:1px solid #ffffff; display: block; margin:56px auto 0px; line-height: 42px; text-align: center; color: #fff; cursor: pointer}
/*联英创客平台优势*/
.advantages-section .advantages-item{width:1100px;margin:0 auto 35px}.advantages-section .advantages-item ul{margin-top:35px;}.advantages-section .advantages-item ul li{width:366px;height:310px;float:left;text-align:center;margin-bottom:20px}.advantages-section .advantages-item ul li .item-img{display:block;width:200px;height:172px;margin:0 auto}.advantages-section .advantages-item ul li h5{font-size:24px;color:#333}.advantages-section .advantages-item ul li .item-content{width:366;font-size:14px;line-height:30px;margin-top:28px;color:#999}
/*服务宗旨*/
.model-section{height:500px;background-color:#f7f7f7}.model-section .model-tree{width:1200px;margin:0 auto;padding:100px 0 154px}.model-section .model-tree .model-item{display:inline-block;width:124px;height:124px;float:left;position:relative;margin-right:91px;background:url("../images/model-bg.png") center top no-repeat;}.model-section .model-tree .model-item:after{content:"";width:91px;border:2px dashed #f60;position:absolute;top:50%;margin-top:-1px;right:-91px}.model-section .model-tree .model-item:last-child{margin-right:0}.model-section .model-tree .model-item:last-child:after{visibility:hidden}.model-section .model-tree .model-item .model-num{width:22px;height:22px;line-height:22px;margin:32px auto 0;border-radius:100%;background-color:#fff;text-align:center;font-size:15px;color:#f60;font-weight:900;font-family:Swiss721BT-BlackCondensed}.model-section .model-tree .model-item .model-title{width:58px;margin:3px auto 0;text-align:left;line-height:19px;font-size:14px;color:#fff;font-weight:400}
/*服务流程*/
.process {width:1100px;margin:0 auto;}
.process .stage {
    margin:35px auto;
	width: 186px;
    height: 254px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 25px 1px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 1px 25px 1px rgba(204, 204, 204, 0.3);
    border-radius: 8px;
    float: left;
    padding: 35px 18px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    position: relative;
}
.process .stage:last-child,
.demo:last-child {
    margin: 0;
}

.stage .icon {
    font-size: 56px;
    color: #f63;
}

.stage p {
    padding: 0 0 10px;
    font-size: 16px;
    color: #333;
}

.stage div {
    color: #666;
    line-height: 28px;
    font-size: 14px;
}

.stage span {
    display: block;
    width: 46px;
    height: 2px;
    background: #e5e5e5;
    margin: 24px auto 48px;
}

.stage:after {
    display: block;
    content: url(../images/scroll.gif);
    width: 78px;
    height: 30px;
    position: absolute;
    right: -40px;
    top: 111px;
    z-index: -1;
}
.stage:last-child{margin-top:35px;}
.stage:last-child:after {
    content: '';
}
.specialMargin {
    margin-right: 0 !important;
}

.specialMargin:after {
    content: '' !important;
}
.process div.tel{ clear:both; display:block;text-align:center;font-size:21px;color:#ff6633;padding:10px 30px;background: #fff;
    -webkit-box-shadow: 0px 1px 25px 1px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 1px 25px 1px rgba(204, 204, 204, 0.3);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
/*匠心积累*/
.jl-section{ clear:both;background-color:#f7f7f7}
div.hexagon {
                float:left;position: relative;
                width: 75px/*100px/*50px*/;
                height: 129.9px/*173.2px/*86.6px*/;
                margin: 50px/*100px/*50px*/ 72px/*30px*/;
                background-color: #ff9c00;
            }
            div.hexagon:before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                right:75px/*100px/*50px*/;
                border-width: 64.9px/*86.6px/*43.3px*/ 37.5px/*50px/*25px*/;
                border-style: solid;
                border-color: transparent #ff9c00 transparent transparent;
            }
            div.hexagon:after {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                left:75px/*100px/*50px*/;
                border-width: 64.9px/*86.6px/*43.3px*/ 37.5px/*50px/*25px*/;
                border-style: solid;
                border-color: transparent transparent transparent #ff9c00;
                top:0;
            }
div.hexagon p{font-size:35px;line-height:120px;color:#fff;text-align:center;}