.head {
    background: url("../images/bg_home.png") center center no-repeat;
    background-size: cover;
}

.head-title {
    margin-top: 260px;
}

.wrap {
    width: 100%;
}

.content-1-box {
    width: 100%;
    background: #F5F7FA;
    border-top: 1px solid #F5F7FA;
}

.content-1 {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.cont-title-box {
    text-align: center;
}

.cont-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 3;
    text-align: center;
    color: #303133;
}

.cont-title-line {
    width: 30px;
    height: 4px;
    background: #090A77;
    margin: auto;
}

.cont-title-t {
    font-size: 20px;
    color: #BFC2CC;
    margin-top: 20px;
}

.cont-list {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.cont-list .img-box {
    width: 294px;
    height: 204px;
    float: left;
    padding: 10px;
}

.cont-list .text-box {
    width: 294px;
    height: 204px;
    float: left;
    padding: 20px;
    text-align: center;
}

.text-name {
    color: #303133;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.text-cot {
    color: #303133;
    font-size: 16px;
    margin-top: 10px;
}

.content-2-box {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.content-2 {
    width: 1200px;
    margin: auto;
}

.liyou-box {
    width: 400px;
    height: 450px;
    border: 1px solid #eee;
    float: left;
    padding: 25px;
    text-align: center;
}

.liyou-name {
    font-size: 30px;
    counter-reset: #303133;
    font-weight: 500;
    margin-top: 40px;
}

.liyou-line {
    width: 70px;
    height: 3px;
    background: #EDEFF0;
    margin: auto;
    margin-top: 30px;
}

.liyou-text {
    color: #606266;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.content-3-box {
    width: 100%;
    height: 968px;
    background: url('../images/bg_home2.png') no-repeat;
    padding: 30px 0;
}

.content-3 {
    width: 1200px;
    margin: auto;
}

.title-2 .cont-title {
    color: #fff;
}

.title-2 .cont-title-line {
    background: #fff;
}

.title-2 .cont-title-t {
    color: rgba(255, 255, 255, 0.65);
}

.fangan-box1 {
    width: 600px;
    height: 340px;
    float: left;
    padding: 25px;
    text-align: center;
}

.fangan-box2 {
    width: 400px;
    height: 340px;
    float: left;
    padding: 25px;
    text-align: center;
}

.fangan-name {
    font-size: 30px;
    counter-reset: #303133;
    font-weight: 500;
    margin-top: 40px;
}

.fangan-text {
    color: #606266;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.fangan-bac1 {
    background: rgba(255, 255, 255, 0.85);
}

.fangan-bac2 {
    background: rgba(255, 255, 255, 0.75);
}

.fangan-bac3 {
    background: rgba(255, 255, 255, 0.75);
}

.fangan-bac4 {
    background: rgba(255, 255, 255, 0.6);
}

.fangan-bac5 {
    background: rgba(255, 255, 255, 0.5);
}

.content-4-box {
    width: 100%;
    background-color: #F5F7FA;
}

.content-4 {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.anli-box1 {
    width: 400px;
    float: left;
    padding: 0 10px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.anli-img {
    width: 100%;
    height: 256px;
}



.content-5-box {
    width: 100%;
    height: 665px;
    background: url('../images/bg_home-1.png') no-repeat;
}

.content-5 {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.content-5 input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}

.content-5 textarea {
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}

.lianxi-box1 {
    width: 550px;
    height: 52px;
    border: 1px solid #EDEFF2;
    margin: 20px;
    float: left;
}

.lianxi-box2 {
    width: 1140px;
    height: 150px;
    border: 1px solid #EDEFF2;
    margin: 20px;
    float: left;
}

.query {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #3BC391;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 0.6;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 0.6;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 0.6;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.6;
}

textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 0.6;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 0.6;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 0.6;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.6;
}



/* 案例 */
.title-1 {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    border: 1px solid #E5E5E5;
    color: #303133;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.remould-btm {
    position: relative;
}

/* 轮播图 */

.anli-name {
    font-size: 30px;
    /* counter-reset: #303133; */
    font-weight: 500;
    padding-top: 20px;
    color: #303133;
    text-align: left;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding-left: 12px;
}

.anli-text {
    color: #606266;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 12px;

}

.zhanwei {
    width: 100%;
    height: 256px;
}

.anli-more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    position: absolute;
    right: 60px;
    bottom: 18px;
    cursor: pointer;
    color: #303133;
}

.kong {
    margin-top: 30px;
    height: 70px;
    border-top: 1px solid #EDEFF2;
}

.zuo {
    position: absolute;
    left: 20px;
    top: 200px;
    width: 78px;
    height: 78px;
    z-index: 88888;
}

.you {
    position: absolute;
    top: 200px;
    right: 20px;
    width: 78px;
    height: 78px;
    z-index: 88888;
}

.zuo .zuo-img {
    width: 78px;
    height: 78px;
}

.you .you-img {
    width: 78px;
    height: 78px;

}

.swiper-slide {
    position: relative;
}

.title img {
    height: 256px !important;
}

.swiper-container {
    width: 1200px;
    height: 512px;
    color: #fff;
    text-align: center;
}

.title {
    background-color: #fff;
    margin-right: 24px;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}