/* message */

.error {
    color: red;
}

.com-form {
    margin: 50px 0 80px;
}

.form-ul {
    margin: 0 -13px;
    display: flow-root;
}

    .form-ul li {
        float: left;
        padding: 0 13px;
        width: 25%;
        margin-bottom: 20px;
    }

.info-form .row input,
.com-form .row input,
.form-ul-item {
    background-color: #fff;
    padding-left: 10px;
    border: 1px solid #e9e9e9;
    height: 44px;
}

select,
.info-form .row input,
.info-form .row a,
.com-form .row a,
.com-form .row input {
    color: #666666;
    display: inline-block;
    font-size: 16px;
}

.form-ul input {
    width: 90%;
    color: #666;
    font-size: 16px;
    line-height: 42px;
}

.com-form textarea {
    background-color: #fff;
    resize: none;
    line-height: 26px;
    padding-left: 10px;
    border: 1px solid #e9e9e9;
    padding-top: 8px;
    height: 200px;
    display: block;
    width: 100%;
    color: #adadad;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.form-ul .red {
    color: #ff0000;
    font-size: 16px;
    /* width: 24%; */
}

.info-form .row input,
.com-form .row input {
    width: 32.2%;
    margin-right: 21px;
    line-height: 42px;
}

#random {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    vertical-align: bottom;
    width: 10.7%;
    padding-left: 0;
    margin-right: 7px;
}

.form-btn {
    text-align: center;
    margin-top: 51px;
}

    .form-btn input {
        font-size: 16px;
        color: #0264ab;
        border: 1px solid #0264ab;
        margin: 0 5px;
        padding: 13px 63px 14px;
        position: relative;
        transition: all 0.5s;
        cursor: pointer;
    }

        .form-btn input:hover {
            color: #fff;
            border: 1px solid #0264ab;
            background-color: #0264ab;
        }

.info-form .people-num input {
    line-height: 30px;
    width: 80px;
    margin-right: 40px;
    margin-left: -5px;
}


/* contact */
.cont-one {
    padding: 43px 0 76px;
	
}

.cont-header {
    text-align: center;
    padding-top: 74px;
}
.ssline {
    position: relative;
    display: inline-block;
}

    .ssline::after {
        transition: all 0.5s;
        content: "";
        display: block;
        margin: auto;
        vertical-align: middle;
        margin-top: 26px;
        width: 60px;
        height: 3px;
        background-color: #0264ab;
    }

    .ssline:hover::after {
        width: 80%;
    }
.ny-tit {
    font-size: 48px;
    color: #333;
    text-align: center;
}
    .form-ul li {
        width: 100%;
    }

    .com-form .row input {
        width: 46%
    }
.cont-one .note {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
    .form-btn input {
        padding: 8px 40px;
    }
.cont-one .com-icon li:first-child {
    width: 20%;
}
    .cont-header {
        padding-top: 45px;
    }
	    .com-form {
        margin: 30px 0 45px;
    }

.cont-one .com-icon li:last-child {
    width: 30%;
}

    .cont-one .com-icon li:last-child h4 {
        font-size: 16px;
        margin-top: 30px;
    }

.cont-one .com-icon {
    margin-top: 43px;
}

    .cont-one .com-icon li {
        float: left;
        width: 25%;
    }

.cont-one .icon-item {
    text-align: center;
}

    .cont-one .icon-item p {
        color: #666;
        font-size: 16px;
    }

    .cont-one .icon-item h4 {
        color: #333;
        font-size: 20px;
        font-family: Arial;
        margin: 26px 0 5px;
    }

.cont-one .icon-img {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    position: relative;
}

.coon-imgs {
    width: 106px;
    height: 106px;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.coon-img {
    width: 106px;
    height: 106px;
    position: absolute;
    transition: all 0.5s;
}

.coon-front {
    background-color: #f3f3f3;
    transform: rotateY(0deg) translateZ(0);
}

    .coon-front::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #dedede;
    }

.coon-black {
    background-color: #0264ab;
    transform: translateZ(0) rotateY(180deg);
    border: 1px solid transparent;
    border-radius: 50%;
}

.cont-one .icon-imgs:hover {
    transform: rotateY(180deg);
}

.cont-one .icon-img:hover .coon-imgs {
    transform: rotateY(180deg);
}

.cont-two img {
    width: 100%;
}
@media (max-width:767px) {
    .cont-one {
        padding: 30px 0 15px;
    }

        .cont-one .com-icon li:first-child,
        .cont-one .com-icon li:last-child,
        .cont-one .com-icon li {
            width: 50%;
            margin-bottom: 22px;
        }

        .cont-one .icon-img:hover .coon-imgs {
            transform: none
        }
		    .cont-one .icon-img,
    .coon-imgs,
    .coon-img,
    .coon-img img {
        width: 70px;
        height: 70px;
    }
	    .ny-tit {
        font-size: 22px;
    }
	    .form-ul {
        margin: 0 -10px;
    }
        .cont-one .icon-item h4 {
            font-size: 16px;
            margin: 16px 0 5px;
        }
        .form-ul li {
            padding: 0 10px;
        }

}