@charset "utf-8";

.head-page .contact_item>a span {
    color: #2E69AE;
}
/* 收集问卷 */
.feedback .lists{
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.06);
    padding: 45px 56px 50px;
    box-sizing: border-box;
}
.feedback .lists .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.feedback .lists .title span{
    color: #2E6FB4;
}
.feedback .lists .item .tit{
    margin-bottom: 12px;
    display: flex;
}
.feedback .lists .item .tit::before{
    content: "*";
    display: none;
    color: #E93424;
    margin-right: 3px;
}
.feedback .lists .item {
    width: 47%;
    margin-bottom: 35px;
    margin-right: 6%;
    position: relative;
}
.feedback .lists .item:nth-child(2n) {
    margin-right: 0;
}
.feedback .lists .item:last-child{
    width: 100%;
    margin-right: 0;
}
.feedback .lists .item.active .tit::before{
    display: block;
}
.feedback .lists .item input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
}
.feedback .lists .item textarea {
    width: 100%;
    height: 168px;
    padding: 22px 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #EEEEEE;
    color: #333;
    border: 1px solid #EEEEEE;
}
.feedback .lists .item .yzm{
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.feedback .sub-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 12px auto 0;
    background: #004EA2;
    width: 220px;
    height: 65px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #004EA2;
    font-size: 16px !important;
}
.feedback .sub-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #004EA2;
    transition: all .4s;
    z-index: -1;
}
.layui-form-danger+.layui-form-selected .layui-input, .layui-form-danger:focus{
    border-color: #004EA2;
    box-shadow: none!important;
}
.feedback .sub-btn:hover {
    color: #FFFFFF;
}
.feedback .sub-btn:hover::after {
    width: 100%;
}
.x-radio{
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: rgba(0,0,0,.85);
}
.x-radio:last-child{
    margin-right: 0;
}
.x-radio span {
    margin-left: 5px
}
.x-radio i:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    position: relative;
    background: #fff;
    -webkit-transition: all 218ms ease-in-out;
    -moz-transition: all 218ms ease-in-out;
    -o-transition: all 218ms ease-in-out;
    transition: all 218ms ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.x-radio i:first-child:before {
    content: '';
    display: block;
    opacity: 0;
    -webkit-transition: opacity 218ms ease-in-out;
    -moz-transition: opacity 218ms ease-in-out;
    -o-transition: opacity 218ms ease-in-out;
    transition: opacity 218ms ease-in-out;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    -moz-transform: translate(-50%, -50%);
}
.x-radio:hover i:first-child {
    border-color: #5E6D82
}
.x-radio.selected i:first-child {
    border-color: #2E69AE;
    background: #2E69AE
}
.x-radio.selected i:first-child:before {
    opacity: 1
}

/* 联系方式 */
.contact .lists .item{
    margin-bottom: 25px;
    cursor: pointer;
}
.contact .lists .item:last-child{
    margin-bottom: 0;
}
.contact .lists .item_icon{
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.contact .lists .item_text {
    padding-left: 45px;
    box-sizing: border-box;
    width: calc(100% - 45px);
}
.contact .lists .item_text p:first-child{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}
.contact .lists .texts{
    width: 44%;
    margin-left: 2.8%;
}
.contact .lists .imgs{
    width: 51.5%;
}
.contact .lists .img{
    display: none;
    align-items: center;
    justify-content: center;
}
.contact .lists .img.active{
    display: flex;
}
.contact .lists .item.active .item_text p:first-child{
    color: #2E69AE;
}
@media only screen and (max-width: 1366px) {
    .contact .lists .item {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .feedback .sub-btn{
        height: 60px;
        width: 195px;
    }
    .feedback .sub-btn{
        font-size: 15px!important;
    }
    .contact .lists .item_text {
        padding-left: 30px;
    }
    .contact .lists .item_icon{
        margin-top: 6px;
    }
    .contact .lists .item_text {
        padding-left: 20px;
    }
    .contact .lists .item_text p:first-child{
        font-size: 17px;
    }
}
@media only screen and (max-width: 1043px) {
    .contact .lists .texts{
        margin-left: 0;
    }
    .contact .lists .item_text {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 960px) {
    .contact .lists .item_text p:first-child{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .feedback .lists {
        padding: 25px 20px 30px;
    }
    .feedback .sub-btn {
        height: 42px;
        width: auto;
        padding: 0 25px;
    }
    .feedback .lists .item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .feedback .lists .item input {
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
    }
    .feedback .lists .item textarea {
        padding: 15px 15px;
    }
    .feedback .sub-btn{
        font-size: 14px!important;
    }
    .feedback .lists .title {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .contact .lists .texts {
        width: 100%;
    }
    .contact .lists .imgs {
        width: 100%;
        margin-top: 25px;
    }
    .contact .lists .item_text p:first-child{
        font-size: 15px;
    }
    .contact .lists .item_text {
        width: calc(100% - 35px);
    }
    .contact .lists .item_icon {
        margin-top: 5px;
        width: 35px;
        height: 35px;
    }
    .contact .lists .item_icon img{
        max-width: 15px;
    }
    .contact .lists .item {
        margin-bottom: 15px;
    }
}