/*@media screen and (min-width: 1500px) {
	.container {
		width: 1400px;
	}
}

@media screen and (min-width: 1700px) {
	.container{
		width: 1600px;
	}
}*/


.zblxfs {
    margin-top: 80px;
    margin-bottom: 70px;
}

.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: 36px;
    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: 22px;
    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: #e12644;
}

.zblxfs_ctitemtxt {
    flex: 1;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
}

.zblxfs_ctitemtxt a {
    font-size: 16px;
    color: #616161;
}

.zblxfs_ctitemtxt a:hover {
    color: #df002c;
}

.zblxfs_ctitemtxt>div a {
    font-size: 16px;
    color: #616161;
}

.zblxfs_ctitemtxt>div a:hover {
    color: #df002c;
}



/* 留言表单 */

.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;
}

@media screen and (max-width:1700px) {
    .zblxfs_ctitemtxt {
        padding: 0 5px;
    }
    .zblxfs_ctitemtxt a {
        font-size: 16px;
    }
    .zblxfs_ctitemimg img {
        width: 100px;
    }
    .qtlxfsr {
        padding: 15px 50px;
    }
}
