@charset "utf-8";
/* CSS Document */
.tab_nr{
    background-color: #e5e5e5;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tab_bq{
    text-align: center;
    background-color: #e5e5e5;
}
.tab_bq ul{
    height: 50px;
    line-height: 50px;
}
.tab_bq ul li{
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
}
.tab_bq ul li.cur{
    background: #d78e33 url(/static/images/tab_icon.png) no-repeat center bottom;
    color: #fcfcfc;
}
.tab_bq ul li:active{
    background: #055398 url(/static/images/tab_icon.png) no-repeat center bottom;
    color: #fcfcfc;
}
.xxk_details .main_ms{
    padding: 30px 0;
}
.xxk_details .main_ms h2{
    font-size: 30px;
    margin-bottom: 20px;
    color: #333;
}
.xxk_details .main_ms p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
    text-align: justify;
}
.xxk_details .main_ms .cs_part{
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 0 50px;
}

.xxk_details .main_ms .cs_part span,
.xxk_details .main_ms .cs_part i{
    height: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.xxk_details .main_ms .cs_part span{
    width: 40%;
    background-color: #055398;
    color: #fcfcfc;
    border-radius: 5px 0 0 5px;
}
.xxk_details .main_ms .cs_part i,
.fb .main_ms .cs_part > div{
    width: 60%;
    background-color: #d9d9d9;
    color: #333;
    border-radius: 0 5px 5px 0;
}
.xxk_details .main_ms .other_cs{
    padding-left: 80px;
}
.az .main_ms .cs_part{
    height: 80px;
    line-height: 80px;
}

.azx .main_ms .cs_part{
    height: 120px;
    line-height: 120px;
    margin-top: 30px;
}


.fb .main_ms .cs_part > div{
    height: 90px;
    float: left;
    padding: 0 20px;
    text-align: center;
}
.fb .main_ms .cs_part{
    height: 90px;
}
.fb .main_ms .cs_part span{
    line-height: 90px;
}

.fb .main_ms .cs_part > div > p{
    line-height: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #888;
    color: #333;
    font-weight: 600;
}
.fb .main_ms .cs_part > div > p:last-child{
    border-bottom: none;
}
.fb .main_ms .row > div:first-child > div:nth-of-type(1) > div > p{
    line-height: 45px;
}
.fb .main_ms .row > div:first-child > div:nth-of-type(2) > div > p{
    line-height: 30px;
}
.fb .main_ms .row > div:first-child > div:nth-of-type(3) > div > p{
    line-height: 90px;
    font-size: 18px;
}

.fb .main_ms .row > div:last-child .other_cs{
    padding-left: 50px;
}
.other_cs li{
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
}
.other_cs li:before{
    content: " ";   
    display: inline-block;   
    width: 10px;   
    height: 10px;
    background-color: #055398;
    margin-right: 10px;
}
.other_cs li:nth-of-type(5):before{
    display: none;
}
.fb .main_ms .row > div:last-child .other_cs li{
    margin-bottom: 20px;
}
.fb .main_ms .row > div:last-child .other_cs li:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
.fb .main_ms .row > div:last-child .other_cs li:first-child:before{
    display: none;
}
.fb .other_cs li:nth-of-type(5):before{
    display: block;
    display: inline-block; 
}
.xxk_details .list_part .fmms{
    padding: 50px 0;
}
.xxk_details .list_part .fmms > h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.xxk_details .list_part .fmms > h5{
    font-size: 16px;
    color: #db5a05;
    margin-bottom: 20px;
}
.xxk_details .list_part .fmms > p{
    line-height: 30px;
    font-size: 16px;
    color: #555;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}
/* .xxk_details .list_part .fmms .btn_box{
    width: 100%;
	height: 46px;
	border: 1px solid #db5a05;
	margin-top: 30px;
}
.xxk_details .list_part .fmms .btn_box button{
	width: 50%;
	float: left;
	line-height: 44px;
	color: #db5a05;
	border: none;
	outline: none;
}

.fmms .btn_box .xq button{
	background: url(../images/ckxq02.png) no-repeat 23% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.fmms .btn_box .xq button:hover{
	background: #db5a05 url(../images/ckxq.png) no-repeat 23% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	color: #f2f2f2;
}
.fmms .btn_box .gt button{
	background: url(../images/ljgt02.png) no-repeat 23% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.fmms .btn_box .gt button:hover{
	background:#db5a05 url(../images/ljgt.png) no-repeat 23% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	color: #f2f2f2;
}
.fmms .btn_box .tel button{
	background: url(../images/dhzx02.png) no-repeat 15% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.fmms .btn_box .tel button:hover{
	background:#db5a05 url(../images/dhzx.png) no-repeat 15% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	color: #f2f2f2;
}
.fmms .btn_box button.active{
	color: #f2f2f2;
}
.fmms .btn_box .xq button.active{
	background: #db5a05 url(../images/ckxq.png) no-repeat 23% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
    color: #fcfcfc;
}
.fmms .btn_box .gt button.active{
	background:#db5a05 url(../images/ljgt.png) no-repeat 23% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
    color: #fcfcfc;
}

.fmms .btn_box .tel button.active{
	background:#db5a05 url(../images/dhzx.png) no-repeat 15% center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
    color: #fcfcfc;
} */
.xxk_details .list_part{
    background: url(/static/images/fw_list_bg.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.xxk_details .list_part.l1{
    background: url(/static/images/fw_list_bg.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.xxk_details .list_part.l2{
    background: url(/static/images/fw_list_bg.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.xxk_details .list_part .fm_img{
    padding: 30px;
}
.xxk_details .list_part .fm_img > img{
    width: 100%;
}
.khal{
    margin: 50px 0;
}
.title_region{
    margin-bottom: 30px;
}
.title_region > h2{
    color: #333;
    font-size: 30px;
    margin-bottom: 6px;
}
.title_region > h5{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.title_region > p{
    font-size: 16px;
    color: #444;
}
.fmal_box .caseImg > img{
    width: 100%;
}
.fmal_box .albox p{
    background-color: #ccc;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
}
@media screen and (max-width: 1125px){
    
    .tab_bq{
        padding: 0 20px;
    }
    .tab_bq ul{
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .tab_bq ul::-webkit-scrollbar {
        display: none;
    }
    .tab_bq ul li{
        padding: 0 20px;
        font-size: 14px;
    }
    .xxk_details .main_ms h2{
        font-size: 22px;
        text-align: center;
    }
    .xxk_details .main_ms .cs_part{
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .xxk_details .main_ms .cs_part span,
    .xxk_details .main_ms .cs_part i{
        font-size: 16px;
    }
    .xxk_details .main_ms .other_cs {
        padding-left: 0;
    }
    .xxk_details .list_part {
        background: url(/static/images/fw_list_bg.jpg) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        box-shadow: 0 1px 3px rgba(0,0,0,.3);
        margin-bottom: 10px;
    }
    .xxk_details ul > li:last-child{
        margin-bottom: 0;
    }
    
    .fb .main_ms .cs_part{
        height: 90px;
    }
    
    .fb .main_ms .cs_part > div{
        height: 90px;
        padding: 0 10px;
        width: 62%;
    }
    
    .fb .main_ms .cs_part span{
        line-height: 90px;
        width: 32%;
    }
    .fb .main_ms .row > div:first-child > div:nth-of-type(1) > div > p{
        height: 45px;
        vertical-align: middle;
    }
    .fb .main_ms .row > div:first-child > div:nth-of-type(2) > div > p{
        line-height: 30px;
        vertical-align: middle;
    }
    .fb .main_ms .row > div:first-child > div:nth-of-type(3) > div > p{
        line-height: 90px;
        font-size: 18px;
    }

    .fb .main_ms .row > div:last-child .other_cs{
        padding-left: 0;
    }
    
    .fb .main_ms .row > div:last-child .other_cs li:first-child{
        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
    }

    .fmms .btn_box {
        display: block;
    }
    .xxk_details .list_part .fmms > h3{
        font-size: 20px;
    }
    .fmms .btn_box .xq button{
		background: url(../images/ckxq02.png) no-repeat 16% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.fmms .btn_box .xq button:hover{
		background: #db5a05 url(../images/ckxq.png) no-repeat 16% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		color: #f2f2f2;
	}
	.fmms .btn_box .gt button{
		background: url(../images/ljgt02.png) no-repeat 16% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.fmms .btn_box .gt button:hover{
		background:#db5a05 url(../images/ljgt.png) no-repeat 16% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		color: #f2f2f2;
	}
	.fmms .btn_box .tel button{
		background: url(../images/dhzx02.png) no-repeat 4% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.fmms .btn_box .tel button:hover{
		background:#db5a05 url(../images/dhzx.png) no-repeat 4% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		color: #f2f2f2;
	}
	.fmms .btn_box .xq button.active{
		background: #db5a05 url(../images/ckxq.png) no-repeat 16% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.fmms .btn_box .gt button.active{
		background:#db5a05 url(../images/ljgt.png) no-repeat 16% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.fmms .btn_box .tel button.active{
		background:#db5a05 url(../images/dhzx.png) no-repeat 4% center;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
    .khal{
        margin: 30px 0 50px;
    }
    .title_region{
        margin-bottom: 20px;
    }
    .title_region > h2{
        font-size: 24px;
    }
    .title_region > h5{
        font-size: 12px;
    }
    .fmal_box .albox p{
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    .fmal_box .row > div:nth-of-type(1),
    .fmal_box .row > div:nth-of-type(2){
        margin-bottom: 20px;
    }
}