
    .tit {
        margin: 50px 0;
        text-align: center;
        clear: both;
    }
    
    .tit h2 {
        display: block;
        font-size: 36px;
        color: #333333;
        font-weight: bold;
        line-height: 45px;
    }
    
    .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;
    }
    
    .desc {
        width: 100%;
        height: 460px;
        padding: 50px;
        background:url(/skin/images/63dd0da00be547c7abd61f44568653e1_90.jpg) no-repeat center top;
        box-sizing: border-box;
    }
    
    .cps {
        padding: 30px;      
        background: #fff;
		font-weight: bold;
    }
    
    .cps h5 {
        color: #333;
        font-size: 22px;
        line-height: 45px;
    }
    
    .cps p {
        margin: 0 auto;
        font-size: 16px;
        line-height: 30px;
    }
    
    .cps ul {
        margin-top: 20px;
    }
    
    .cps li {
        float: left;
        width: 190px;
        position: relative;
    }
    
    .cps li span {
        display: block;
        height: 50px;
        font-size: 18px;
    }
    
    .cps li span i {
        top: -3px;
        position: relative;
        font-style: normal;
    }
    
    .cps li b {
        font-family: Arial, Times New Roman;
        line-height: 50px;
        font-size: 50px;
        color: #0876E7;
    }
    
    .cps li p {
        margin: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .form tr {
        border: 1px solid #ebebeb;
    }
    
    .form tr td {
        border: 1px solid #ebebeb;
        padding: 15px 50px;
        text-align: left;
    }
    
    .form tr td h3 {
        color: #323232;
        font-size: 20px;
        line-height: 30px;
    }
    
    .form tr td p {
        color: #7b7b7b;
        margin: 0;
        font-size: 16px;
    }
    
    .form tr:nth-child(1) {
        background: #f0f0f0;
    }

    .cpyd ul li {
        float: left;
        width: 215px;
        height: 300px;
        margin-right: 20px;
        margin-bottom: 25px;
        text-align: center;
        border: 1px solid #f3f4f6;
        box-shadow: -1px -2px 20px 4px #eee;
    }
    
    .cpyd ul li:nth-child(4n) {
        margin-right: 0px;
    }
    
    .cpyd ul li:nth-child(4) {}
    
    .cpyd ul li img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .cpyd ul li h5 {
        color: #333;
        font-size: 22px;
        margin: 15px 0;
        position: relative;
    }
    
    .cpyd ul li h5:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background: #0876E7;
        left: 45%;
        bottom: -8px;
    }
    
    .cpyd ul li p {
        width: 90%;
        font-size: 16px;
        line-height: 26px;
        margin: 0 auto;
    }

    .ran li {
        float: left;
        width: 445px;
        height: 230px;
        padding: 50px 25px 20px;
        margin-right: 35px;
        margin-top: 85px;
        text-align: center;
        border: 2px solid #51565c;
        box-sizing: border-box;
        position: relative;
    }
    
    .ran li:nth-child(2n) {
        margin-right: 0;
    }
    
    .ran li:nth-child(1),
    .ran li:nth-child(2) {
        margin-top: 40px;
    }
    
    .ran li em {
        display: block;
        width: 125px;
        height: 80px;
        padding: 0 25px;
        background: #fff;
        box-sizing: border-box;
        position: absolute;
        left: 35%;
        top: -40px;
    }
    
    .ran li h5 {
        color: #0876E7;
        font-size: 22px;
        line-height: 30px;
    }
    
    .ran li h5 span {
        display: block;
        font-size: 15px;
        font-weight: 100;
        text-transform: uppercase;
    }
    
    .ran li p {
        margin: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .cpys dl {
        height: 305px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .cpys dl dt {
        float: left;
        width: 456px;
        overflow: hidden;
    }
    
    .cpys dt img {
        transition: all 0.5s;
    }
    
    .cpys dt:hover img {
        transform: scale(1.05);
    }
    
    .cpys dl dd {
        float: right;
        width: 474px;
        height: 305px;
        padding: 35px 23px 23px;
        background: #f7f7f7;
        box-sizing: border-box;
        position: relative;
    }
    
    .cpys dl dd em {
        display: block;
        font-style: normal;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        background: #0876E7;
        position: absolute;
        right: 40px;
        top: 0;
    }
    
    .cpys dl dd h3 {
        font-size: 28px;
        color: #242424;
        font-weight: bold;
        line-height: 40px;
        height: 70px;
        margin: 15px 0;
    }
    
    .cpys dl dd h3 i {
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        display: block;
        line-height: 30px;
        font-weight: normal;
        font-style: normal;
    }
    
    .cpys dl dd p {
        font-size: 16px;
        padding-left: 15px;
        position: relative;
    }
    
    .cpys dl dd p:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #0876E7;
        position: absolute;
        left: 0;
        top: 10px;
    }
    
    .cpys dl:nth-child(2n) dt {
        float: right;
    }
    
    .cpys dl:nth-child(2n) dd {
        float: left;
    }
