@charset "utf-8";

/* 总部联系方式 */

.zblxfs {
    margin-top: 80px;
}

.zblxfs_title {
    width: 100%;
}

.zblxfs_titlet {
    display: flex;
    align-items: center;
}

.zblxfs_titlet span {
    width: 21px;
    height: 3px;
    background-color: #df002c;
}

.zblxfs_titlet p {
    margin-left: 15px;
    font-family: 'ProximaNova-Semibold';
    /*    text-transform: capitalize;*/
    font-size: 30px;
    color: #333;
}

.zblxfs_titleb {
    margin-top: 15px;
    padding-left: 36px;
    color: #666;
}

.zblxfs_ct {
    width: 100%;
    margin-top: 40px;
    display: flex;
}

.zblxfs_ctitem {
    width: 23.5%;
    margin-right: 2%;
    height: 310px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dddddd;
}

.zblxfs_ctitem:nth-child(4n) {
    margin-right: 0;
}

.zblxfs_ctitemimg {
    margin: 0 auto;
    margin-top: 50px;
}

.zblxfs_ctitemimg img {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zblxfs_ctitem:hover .zblxfs_ctitemimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zblxfs_ctitemh {
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zblxfs_ctitem:hover .zblxfs_ctitemh {
    margin-top: 15px;
    color: #1d2b63;
}

.zblxfs_ctitemtxt {
    flex: 1;
    padding: 0 30px;
    text-align: center;
}

.zblxfs_ctitemtxt a {
    font-size: 14px;
    color: #616161;
}

.zblxfs_ctitemtxt a:hover {
    color: #1d2b63;
}

.zblxfs_ctitemtxt>div a {
    font-size: 14px;
    color: #616161;
}

.zblxfs_ctitemtxt>div a:hover {
    color: #1d2b63;
}


/*其他联系方式  */

.qtlxfs {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #eee;
}

.qtlxfsl {
    overflow: hidden;
}

.qtlxfslimg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.qtlxfsl:hover .qtlxfslimg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.qtlxfsr {
    padding: 15px 80px;
}

.qtlxfsr .qtlxfsr_item {
    padding-bottom: 65px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
}

.qtlxfsr .qtlxfsr_item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.qtlxfsr_item_title {
    font-family: 'ProximaNova-Semibold';
    text-transform: capitalize;
    font-size: 30px;
    color: #333;
}

.qtlxfsr_item_title02 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    margin-top: 10px;
}

.qtlxfsr_item_ct {
    margin-top: 10px;
}

.qtlxfsr_item_ct>div {
    display: flex;
    padding: 5px 0;
}

.qtlxfsr_item_ct i {
    font-size: 18px;
    color: #1d2b63;
    margin-right: 8px;
}

.qtlxfsr_item_ct a {
    flex: 1;
    color: #333;
}

.qtlxfsr_item_ct a:hover {
    color: #1d2b63;
}


/* 留言表单 */

.lybd {
    margin-top: 90px;
}

.lybd_title {
    width: 100%;
    text-align: center;
    font-family: 'ProximaNova-Semibold';
    font-size: 36px;
    color: #333;
}

.lybd_ct {
    width: 100%;
    margin-top: 40px;
}

.lybd_ctbdt {
    display: flex;
    justify-content: space-between;
}

.lybd_ctbdt>div {
    width: 49%;
}

.lybd_ctbdl_item {
    display: flex;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 25px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.lybd_ctbdl_item:last-child {
    margin-bottom: 0;
}

.lybd_ctbdl_iteml span {
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
}

.lybd_ctbdl_iteml b {
    color: #df002c;
    font-size: 18px;
}

.lybd_ctbdl_itemr {
    flex: 1;
}

.lybd_ctbdl_itemr input {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #f5f5f5;
    padding-left: 10px;
}

.lybd_ctbdl_itemr input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.lybd_ctbdl_itemr input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdl_itemr input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdl_itemr input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdr {
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lybd_ctbdrt {
    margin-top: 20px;
    padding-left: 20px;
}

.lybd_ctbdrt span {
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
}

.lybd_ctbdrt b {
    color: #df002c;
    font-size: 18px;
}

.lybd_ctbdrb {
    flex: 1;
}

.lybd_ctbdrb_tep {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    background-color: #f5f5f5;
    outline: none;
    resize: none;
}

.lybd_ctbdrb textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdrb textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdrb textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdb {
    margin-top: 50px;
}

.lybd_ctbdb {
    display: flex;
    justify-content: center;
}

.lybd_ctbdb>input {
    width: 205px;
    height: 65px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    border: 0;
    background-color: #df002c;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lybd_ctbdb>input:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.lybd_ctbdb>.lybd_ctbdbcz {
    background-color: #aeaeae;
}


/* 新增联系方式 */

.xzlxfs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}

.xzlxfs_item {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #dddddd;
    padding: 50px 30px;
    margin-bottom: 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xzlxfs_item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.xzlxfs_item:nth-child(2n) {
    margin-right: 0;
}

.xzlxfs_tle {
    font-size: 22px;
    font-weight: 700;
}

.xzlxfs_items {
    margin-top: 15px;
}

.xzlxfs_itemsh i {
    color: #1d2b63;
}

.xzlxfs_itemsh {
    display: flex;
    align-items: center;
    font-size: 18px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-weight: 700;
}

.xzlxfs_itemsh span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #1d2b63;
    margin-right: 8px;
}

.xzlxfs_items:hover .xzlxfs_itemsh {
    color: #1d2b63;
}

.xzlxfs_itemsp {
    margin-top: 5px;
    color: #777;
}

.lybd {
    position: relative;
}

#liuyan {
    position: absolute;
    top: -100px;
    left: 0;
}


/* 联系方式新增 */

.zblxfs_title {

}

.xzlxbox {
    width: 520px;
    height: 54px;
    display: flex;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    border: 1px solid #1a3d76;
}

.xzlxbox>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xzlxboxl {
    width: 35%;
    background-color: #1a3d76;
    color: #fff;
    font-size: 18px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}

.xzlxboxr {
    width: 65%;
}

.xzlxboxl i {
    font-size: 24px;
    margin-left: 6px;
}

.xzlxboxr a {
    margin: 0 6px;
    position: relative;
}

.xzlxboxr a>img {
    width: 30px
}

.xzlxboxrwd {
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100px;
    padding: 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.foot_crsbrdw img {
    width: 100%;
}

.xzlxboxrwdz {
    font-size: 12px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #666;
}

@media screen and (max-width:1700px) {
    .xzlxfs_item {
        padding: 40px 20px;
    }
    .xzlxfs_tle {
        font-size: 20px;
    }
    .zblxfs_ctitemtxt {
        padding: 0 5px;
    }
    .zblxfs_ctitemtxt a {
        font-size: 14px;
    }
    .zblxfs_ctitemimg img {
        width: 100px;
    }
    .qtlxfsr {
        padding: 15px 50px;
    }
}

@media screen and (max-width:1500px) {
    .xzlxfs_tle {
        font-size: 16px;
    }
    .xzlxfs_itemsh {
        font-size: 14px;
    }
    .xzlxfs_itemsp {
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {
    .qtlxfsr {
        padding: 10px 30px;
    }
    .qtlxfsr .qtlxfsr_item {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .xzlxfs_item {
        padding: 30px 20px;
    }
    .xzlxfs_items {
        margin-top: 10px;
    }
    .xzlxbox {
        margin-left: 30px;
    }
}

@media screen and (max-width:992px) {
    .zblxfs {
        margin-top: 60px;
    }
    .zblxfs_titlet p,
    .lybd_title {
        font-size: 28px;
    }
    .zblxfs_titleb {
        margin-top: 10px;
    }
    .zblxfs_ct {
        flex-wrap: wrap;
    }
    .zblxfs_ctitem {
        width: 49%;
        margin-bottom: 10px;
        height: 280px;
    }
    .zblxfs_ct {
        margin-top: 20px;
    }
    .zblxfs_ctitem:nth-child(2n) {
        margin-right: 0;
    }
    .zblxfs_ctitemimg {
        margin-top: 20px;
    }
    .qtlxfs {
        margin-top: 50px;
    }
    .qtlxfsl {
        height: 400px;
    }
    .qtlxfsr {
        padding: 10px 0;
    }
    .qtlxfsr_item_title {
        font-size: 24px;
    }
    .lybd {
        margin-top: 40px;
    }
    .lybd_ct {
        margin-top: 20px;
    }
    .lybd_ctbdl_item {
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
    }
    .lybd_ctbdb {
        margin-top: 20px;
    }
    .lybd_ctbdb>input {
        height: 46px;
        line-height: 46px;
    }
    .lybd_ctbdrt {
        margin-top: 10px;
        padding-left: 10px;
    }
    .lybd_ctbdrb_tep {
        padding: 0 10px;
    }
    .xzlxfs_item {
        width: 49%;
        margin-right: 2%;
    }
    .xzlxfs_item:nth-child(3n) {
        margin-right: 2%;
    }
    .xzlxfs_item:nth-child(2n) {
        margin-right: 0;
    }
    .foot_clby {
        display: none;
    }
    .xzlxbox {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .zblxfs_ctitem {
        width: 100%;
        margin-right: 0;
    }
    .zblxfs_titlet p,
    .lybd_title {
        font-size: 24px;
    }
    .zblxfs_titlet p {
        margin-left: 0;
    }
    .zblxfs_titlet span {
        display: none;
    }
    .zblxfs_titleb {
        padding-left: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .zblxfs_ctitemimg img {
        width: 80px;
    }
    .zblxfs_ctitemimg {
        margin-top: 15px;
    }
    .zblxfs_ctitemh {
        font-size: 22px;
        margin: 5px 0;
    }
    .zblxfs_ctitem {
        padding: 10px 0 20px;
        height: auto;
    }
    .zblxfs_ctitemtxt>div a {
        font-size: 14px;
        line-height: 18px;
    }
    .zblxfs_ctitemtxt a {
        font-size: 14px;
        line-height: 18px;
    }
    .qtlxfsl {
        height: 280px;
    }
    .qtlxfsr_item_title {
        margin-top: 20px;
        font-size: 20px;
    }
    .qtlxfsr_item_ct {
        margin-top: 5px;
    }
    .qtlxfsr_item_ct i {
        font-size: 16px;
    }
    .qtlxfsr_item_ct a {
        font-size: 14px;
        line-height: 20px;
    }
    .zblxfs_ctitemtxt {
        font-size: 14px;
    }
    .qtlxfsr_item_ct>div {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .qtlxfsr_item_title02 {
        margin-top: 12px;
    }
    .lybd {
        margin-top: 25px;
    }
    .lybd_ctbdl_item {
        margin-bottom: 10px;
    }
    .lybd_ctbdb>input {
        font-size: 18px;
    }
    .qtlxfsr {
        padding: 0;
    }
    .lybd_ctbdt {
        flex-wrap: wrap;
    }
    .lybd_ctbdt>div {
        width: 100%;
    }
    .lybd_ctbdr {
        margin-top: 10px;
        height: 200px;
    }
    .xzlxfs_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .xzlxfs_item:nth-child(3n) {
        margin-right: 0;
    }
    .xzlxfs_item:nth-child(2n) {
        margin-right: 0;
    }
}