
    .tit {
        margin: 50px 0;
        text-align: center;
        clear: both;
    }
    
    .tit h2 {
        display: block;
        font-size: 45px;
        color: #333333;
        font-weight: bold;
        line-height: 60px;
    }
    
    .tit h2 i {
        display: block;
        font-style: normal;
        font-size: 20px;
        color: #666666;
        line-height: 30px;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    .tit h2 b {
        font-weight: normal;
        color: #43b83b;
    }
    
    .cpy {
        height: 600px;
        margin-bottom: 100px;
        background:url(/skin/images/b7df754f9cc64b8181c4dc238463e100_2.jpg) no-repeat top center;
    }
    
    .cpy .ctt {
        position: relative;
        padding-top: 60px;
    }
    
    .cpy dd {
        width: 980px;
        height: 600px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        margin-left: -360px;
        padding: 70px 0 0 360px;
        box-sizing: border-box;
        background: #FFF;
        position: relative;
        z-index: 2;
    }
    
    .cpy dd h2 {
        display: block;
        height: 110px;
        line-height: 66px;
        font-size: 48px;
        color: #212121;
        font-weight: normal;
        margin-bottom: 30px;
    }
    
    .cpy dd h2 span {
        display: block;
        width: 300px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        margin-top: 10px;
        color: #fff;
        font-weight: normal;
        position: relative;
        text-align: center;
    }
    
    .cpy dd h2 span:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #0876E7;
        position: absolute;
        top: 0;
        left: 0;
        transform: skewX(-15deg);
        z-index: -2;
    }
    
    .cpy dd p {
        width: 560px;
        line-height: 30px;
        font-size: 16px;
        color: #4D4D4D;
    }
    
    .cpy dd em {
        display: block;
        width: 180px;
        height: 50px;
        line-height: 50px;
        margin-top: 30px;
        font-size: 18px;
        text-align: center;
        font-style: normal;
        color: #fff;
        background: #51565c;
        box-sizing: border-box;
    }
    
    .cpy dt {
        width: 1018px;
        height: 600px;
        position: absolute;
        right: -360px;
        top: 0;
    }
    
    .cpy dt img {
        width: 963px;
		height: 600px;
    }

    .str dl {
        width: 100%;
        height: 365px;
        padding: 50px;
        margin: 120px auto;
        box-sizing: border-box;
        border: 3px solid #0876E7;
        position: relative;
    }
    
    .str dl dt {
        float: right;
        width: 475px;
        height: 300px;
        margin-top: -115px;
    }
    
    .str dl dd {
        float: left;
        width: 560px;
    }
    
    .str dl dd h5 {
        color: #0876E7;
        font-size: 28px;
        line-height: 40px;
    }
    
    .str dl dd h5 span {
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
    }
    
    .str dl dd p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .str dl dd em {
        display: block;
        font-style: normal;
        width: 60px;
        height: 60px;
        line-height: 50px;
        font-size: 55px;
        text-align: center;
        color: #fff;
        background: #0876E7;
        position: absolute;
        left: 8%;
        bottom: -30px;
    }

    .phi {
        height: auto;
        padding: 5px 0 80px;
        background: #efefef;
    }
    
    .phi dl dt {
        float: left;
        width: 600px;
    }
    
    .phi dl dd {
        float: right;
        width: 560px;
        padding-top: 30px;
    }
    
    .phi dl dd h5 {
        color: #333;
        font-size: 24px;
        line-height: 35px;
    }
    
    .phi dl dd p {
        font-size: 16px;
        line-height: 30px;
    }
