﻿.pb6 {
    padding-bottom: 60px;
}
.pt10 {
    padding-top: 100px;
}
.pt05 {
    padding-top: 50px;
}
.ix-ai-head {
    text-align: center;
    margin-bottom: 40px;
}
    .ix-ai-head p {
        font-size: 16px;
        color: #666;
    }

    .ix-ai-head.zbs h1 {
        color: #fff;
    }

    .ix-ai-head.zbs p {
        color: rgba(255, 255, 255, 0.6);
    }
    .ix-ai-head h1 {
        position: relative;
        display: inline-block;
        margin: 0 auto 20px;
        line-height: 30px;
        padding: 0 30px;
        font-weight: 400;
        font-size: 28px;
        color: #0d1759;
        text-align: center;
    }
.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.ix-ai-head h1:before {
    content: "";
    width: 66px;
    height: 13px;
    background: url(../images/r.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 100%;
}
.ix-ai-head h1:after {
    content: "";
    width: 66px;
    height: 13px;
    background: url(../images/l.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 100%;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
}
/*模块2 */
.ia2-list {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

    .ia2-list .il-img img {
        max-width: 100%;
        border-radius: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .ia2-list .il-tit {
        height: 50px;
        position: absolute;
        top: calc(100% - 46px);
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        transition: all 0.36s ease;
        border-radius: 4px;
    }
.il-img {
    padding-top: 200%;
    position: relative;
    overflow: hidden;
}

        .ia2-list .il-tit h1 {
            height: 50px;
            line-height: 30px;
            color: #fff;
            font-weight: normal;
            font-size: 16px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .ia2-list .il-tit p {
            color: #fff;
            padding: 0px 20px;
            padding-bottom: 20px;
            font-size: 14px;
            line-height: 160%;
        }

    .ia2-list:hover .il-tit {
        transition: all 0.36s ease;
        top: 0;
        padding-top: 40px;
        height: calc(100% - 0px);
    }
.ix-box a.i_more {
    color: #ffffff;
    margin-bottom: 0%;
}

/*联系我们*/
.pg-con-head h1 {
    font-size: 24px;
    color: #333;
    padding-bottom: 25px;
    line-height: 150%;
}

.pg-con-head p {
    font-size: 16px;
    color: #666;
}

.icx-list {
    padding-bottom: 25px;
    position: relative;
    padding-left: 80px;
}

.icx-list-img, .icx-list-img img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
}

.icx-list-tit {
    font-size: 16px;
    color: #666;
    padding-right: 20px;
}

    .icx-list-tit h1 {
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 5px;
        font-size:16px;
    }

    .icx-list-tit p {
        color: #333;
    }

.ix-con-xx {
    width: 50%;
    float: left;
}

.ix-con-mess {
    width: 50%;
    float: left;
}

.pcx-input input {
    height: 50px;
    border: none;
    line-height: 50px;
    width: 100%;
    padding: 0px 10px;
    outline: none;
    font-size: 16px;
    border: solid 1px #cccccc;
    color: #999;
}

.pcx-input {
    padding-bottom: 20px;
}

.pcx-textarea {
    padding-bottom: 40px;
    font-size: 16px;
}

    .pcx-textarea textarea {
        height: 100px;
        border: none;
        line-height: 40px;
        color: #999;
        width: 100%;
        padding: 0px 10px;
        outline: none;
        font-size: 14px;
        border: solid 1px #cccccc;
    }

.pcx-input input.input-an {
    color: #fff;
    outline: none;
    background: #0046aa;
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.input-an:hover {
    background: #333;
    color: #fff;
}

.pcx-input:last-child {
    padding-bottom: 0px;
}

.pg-contact-map h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;

}

.pcx-input input.input-an:hover {
    background: #003d91;
}