@charset "utf-8";

/* 内页产品列表 */

.nycqlbl {
    padding: 80px 0 200px 0;
    background-color: #f0f3f7;
    position: relative;
}

.nycqlbldw {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f0f3f7;
    z-index: -1;
}

.nycqlblbox {
    width: 100%;
}

.nycqlblbox_item {
    border-bottom: 1px solid #d9d9d9;
}

.nycqlblbox_itemtitle {
    display: flex;
    height: 76px;
}

.nycqlblbox_itemtitlel {
    flex: 1;
    display: flex;
    align-items: center;
}

.nycqlblbox_itemtitlel i {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 20px;
}

.nycqlblbox_itemtitlel span {
    flex: 1;
    font-family: 'ProximaNova-Semibold';
    font-size: 24px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel:hover i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    color: #e12644;
}

.nycqlblbox_itemtitlel span {
    flex: 1;
    font-family: 'ProximaNova-Semibold';
    font-size: 24px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel:hover span {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel.on i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    color: #e12644;
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel.on span {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.nycqlblbox_itemtitlelr {
    display: flex;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;
}

.nycqlblbox_itemtitlelr span {
    width: 26px;
    height: 26px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nycqlblbox_itemtitlelr.on1 span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.nycqlblbox_itemtitlelr.on span {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.nycqlblbox_itemct {
    width: 100%;
    padding-bottom: 80px;
    display: none;
}

.nycqlblbox_itemct .nycqlblbox_itemcta {
    display: block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nycqlblbox_itemct .nycqlblbox_itemcta:hover {
    background-color: #fff;
    color: #df002c;
}

.nycqlblbox_itemct .nycqlblbox_itemcta.on {
    background-color: #fff;
    color: #df002c;
}

.nycqlbrbox {
    padding: 80px 0 30px 90px;
}

.nycqlbrbox_titlet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nycqlbrbox_titleth {
    font-family: 'ProximaNova-Semibold';
    font-size: 42px;
    font-weight: 700;
    color: #333;
}

.nycqlbrbox_titletssbox {
    display: flex;
    border: 2px solid #234488;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.nycqlbrbox_titletssbox_sr {
    height: 38px;
    line-height: 38px;
    width: 230px;
    border: 0;
    padding-left: 15px;
}

.nycqlbrbox_titletssbox_tj {
    height: 38px;
    line-height: 38px;
    width: 50px;
/*    border: 0;*/
    background-color: #234488;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #234488;
}

.nycqlbrbox_titletssbox_sr::-webkit-input-placeholder {
    font-size: 16px;
    color: #999;
}

.nycqlbrbox_titletssbox_sr::-moz-placeholder {
    font-size: 16px;
    color: #999;
}

.nycqlbrbox_titletssbox_sr:-moz-placeholder {
    font-size: 16px;
    color: #999;
}

.nycqlbrbox_titletssbox_sr:-ms-input-placeholder {
    font-size: 16px;
    color: #999;
}

.nycqlbrbox_titleb {
    padding: 15px 0 25px;
    line-height: 24px;
    color: #666;
    word-break: break-all;
/*    border-bottom: 1px solid #d9d9d9;*/
}
.pinpai{
	padding-bottom: 35px;
/*	 border-bottom: 1px solid #d9d9d9;*/
}
.nycqlbrbox_title{
	    border-bottom: 1px solid #d9d9d9;
}
.pinpai img{
	width: 11%;
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	overflow: hidden;
	margin: 5px 8px 5px 0;
}
.nycqlbrbox_ct {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
/*	min-height: 700px;*/
}

.nycqlbrbox_ct .nycqlbrbox_cta {
    display: flex;
    align-items: stretch;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    border: 1px solid #dfe6ef;
    border-radius: 14px;
    overflow: hidden;
    background-color: #fff;
    transition: transform .35s, box-shadow .35s, border-color .35s;
}

.nycqlbrbox_ctaimg {
    flex: 0 0 42%;
    max-width: 260px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-right: 1px solid #edf1f6;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4fb 100%); */
    overflow: hidden;
}

.nycqlbrbox_ctaimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
    transition: transform .45s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nycqlbrbox_ctatxt {
    height: auto;
    flex: 1;
    min-width: 0;
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nycqlbrbox_ctatxtct {
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-family: 'ProximaNova-Semibold';
    color: #1f2a3d;
    font-size: 24px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .35s;
}

.nycqlbrbox_neirong {
    margin-top: 12px;
    color: #667185;
    font-size: 15px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.nycqlbrbox_ct .nycqlbrbox_cta:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.nycqlbrbox_ct .nycqlbrbox_cta:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(35, 68, 136, .12);
    border-color: #c8d8ef;
}

.nycqlbrbox_ct .nycqlbrbox_cta:hover .nycqlbrbox_ctatxtct {
    color: #234488;
}



.foot {
    margin-top: 0;
}
.xzcp_item{
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    padding: 0;
    width: 32%;
    margin-right: 2%;
    transition: all .4s; 
    overflow: hidden;
}
.xzcp_item:nth-child(-n +3){
    margin-top: 0;
}
.xzcp_item:nth-child(3n){
    margin-right: 0;
}
.xzcp_img{
    overflow: hidden;
}
.xzcp_img img{
    width: 100%;
    transition: all .4s;
}
.xzcp_item:hover img{
    transform: scale(1.1);

}
.xzcp_txtbox{
    margin-top: 40px;
    text-align: center;
    padding: 0 20px;
}
.xzcp_txt{
    font-size: 24px;
    color: #333;
    transition: all .4s;
    text-align: left;
    
}
.xzcp_p{
margin: 15px auto 35px;
    font-size: 14px;
    text-align: left;
    color: #888;
}

.xzcp_a{
    width: 125px;
    /* height: 30px; */
    border-radius: 4px;
    /* background-color: #f5f5f5; */
    display: inline-block;
    font-size: 14px;
    margin:0 0 20px 0;
    transition: all .4s;
    text-align: left;
        float: left;
}
.xzcp_a i{
font-size: 16px;
margin-left: 8px;
transition: all .4s;
}
.xzcp_a:hover i{
    transform: translateX(5px);

}
.xzcp_item:hover{
    border-color: #df002c;
}
.xzcp_item:hover .xzcp_txt{
    color: #df002c;
}
.xzcp_item:hover .xzcp_a{
    /* background-color: #df002c;
    color: #fff; */
}
@media screen and (max-width:1700px) {
    .nycqlbrbox {
        padding-left: 50px;
    }
    .nycqlbrbox_titleth {
        font-size: 30px;
    }
    .nycqlbrbox_ctatxtct {
        font-size: 20px;
    }
    .nycqlbrbox_neirong {
        font-size: 14px;
    }
    .xzcp_txt{
        font-size: 22px;
    }
    .xzcp_p{
        font-size: 14px;
    }
    .xzcp_p{
        margin: 15px auto 20px;
    }
    .xzcp_item{
        /* padding-bottom: 30px; */
    }
}
@media screen and (max-width:1460px) {
    .pinpai img {
    width: 15%;
}
	.nycqlbrbox_titleb {
    padding: 15px 0 15px;
}
	.pinpai {
    padding-bottom: 25px;
}
.xzcp_txt{
    font-size: 20px;
}
}

@media screen and (max-width:1200px) {
    .nycqlbrbox_titleth {
        font-size: 26px;
    }
    .nycqlbrbox_titletssbox_sr {
        width: 180px;
    }
    .nycqlbrbox_ct {
        margin-left: -7px;
        margin-right: -7px;
    }
    .nycqlbrbox_ct .nycqlbrbox_cta {
        width: calc(50% - 14px);
        margin: 0 7px 16px;
    }
    .nycqlbrbox_ctaimg {
        flex-basis: 40%;
        min-height: 170px;
    }
    .nycqlbrbox_ctatxt {
        padding: 16px;
    }
    .nycqlbrbox_ctatxtct {
        font-size: 18px;
    }
    .nycqlbrbox_neirong {
        margin-top: 8px;
        font-size: 13px;
    }
    .xzcp_txt{
        font-size: 18px;
    }
    .xzcp_p{
        font-size: 12px;
        margin: 15px auto;
    }
     .xzcp_a{
        height: 40px;
        font-size: 12px;
     }
     .xzcp_txtbox{
        margin-top: 25px;
     }
}

@media screen and (max-width:992px) {
	
    .nycqlbl {
        padding: 20px 30px 30px 30px;
        margin-top: 60px;
		margin-bottom: 120px;
    }
    .nycqlblbox_itemtitlel i {
        display: none;
    }
    .nycqlblbox_itemtitle>a {
        padding: 0 10px 0 30px;
    }
	.nycqlblbox_itemtitlel span { font-size: 18px}
	.nycqlblbox_itemct .nycqlblbox_itemcta { padding: 0 40px; font-size: 14px; height: 30px; line-height: 30px;}
	.nycqlblbox_itemtitlelr { padding: 20px;}
	
    .nycqlblbox_itemtitle {
        height: 50px;
    }
    .nycqlbrbox {
        padding-left: 0;
        padding-top: 40px;
    }
    .nycqlbrbox_titleb {
        padding: 20px 0;
    }
    
}

@media screen and (max-width:768px) {
	.pinpai img {
    width: 23%;
		    margin: 3px 2px 3px 0;
}
	.nycqlbrbox {
/*    padding-left: 0;*/
    padding-top: 30px;
}
    .nycqlblbox_itemtitlel span {
        font-size: 16px;
    }
    .nycqlblbox_itemct .nycqlblbox_itemcta {
        font-size: 14px;
    }
    .nycqlbrbox_titletss {
        display: none;
    }
    .nycqlbrbox_titleth {
        text-align: center;
    }
    .nycqlbrbox_titleb {
        padding: 10px 0 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .nycqlbrbox_ct {
        margin-left: 0;
        margin-right: 0;
    }
    .nycqlbrbox_ct .nycqlbrbox_cta {
        width: 100%;
        margin: 0 0 14px;
    }
    .nycqlbrbox_ctaimg {
        flex-basis: 38%;
        min-height: 140px;
    }
    .nycqlbrbox_ctatxt {
        padding: 14px;
    }
    .nycqlbrbox_ctatxtct {
        font-size: 16px;
        line-height: 1.3;
    }
    .nycqlbrbox_neirong {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.6;
        -webkit-line-clamp: 2;
    }
    .xzcp_item{
        margin-top: 15px;
        width: 49%;
    }
    .xzcp_item:nth-child(3n){
        margin-right: 2%;
    }
       .xzcp_item:nth-child(2n){
        margin-right: 0;
    }
       .xzcp_item:nth-child(-n +3){
    margin-top: 15px;
}
   .xzcp_item:nth-child(-n +2){
    margin-top: 0;
}
.xzcp_txt{
    font-size: 16px;
}
}
