.xq_box{
    display: flex;flex-direction: column;
    margin: 0 auto;
    width: 1170px;
    box-sizing: border-box;
    padding: 15px 0;
}
.xq_box .xq_box_title{
    display: flex;align-items: center;justify-content: space-between;
}

.xq_box .xq_box_title .titletxt{
    color: #fb790b;
    border-left: 3px solid #fb790b;
    padding-left: 10px;
    font-size: 20px;line-height: 20px;
}
.xq_box .xq_box_title .xiaoquList{
    display: flex;gap: 12px;align-items: center;justify-content: flex-end;
    width: 1045px;
}
.xq_box .xq_box_title .xiaoquList .xqItem{
    color: #717b88;font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.xq_box .xq_box_title .xiaoquList .xqItemactive{
    color: #fb790b;font-size: 14px;font-weight: bold;
    border-bottom: 2px solid #fb790b;
}



.subject_B_box{
    margin-top: 15px;
}
.subject_B_box .xq_content{
    width: 100%;
    display:none;flex-direction: column;align-items: flex-start;
}
.subject_B_box .showxq{
    display: flex;
}
.xq_content .xq_content_top{
    display: flex;gap: 15px;
    width: 100%;
    height: 342px;
}
.xq_content .xq_content_top .xq_top_left {
	width: 582px;
	height: 342px;
	overflow: hidden;
	position: relative;
}
.xq_content .xq_content_top .xq_top_left img {
	width: 100%;
	height: 342px;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.xq_content .xq_content_top .xq_top_left:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.xq_content .xq_content_top .xq_top_right {
	width: 573px;
    display: flex;flex-wrap: wrap;justify-content: space-between;gap: 12px 0;
}
.xq_content .xq_content_top .xq_top_right .xq_right_list {
	width: 275px;
	height: 165px;
	overflow: hidden;
}
.xq_content .xq_content_top .xq_top_right .xq_right_list img {
	width: 275px;
	height: 165px;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.xq_content .xq_content_top .xq_top_right .xq_right_list:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.xq_content .xq_content_bottom {
    width: 100%;
	height: 325px;
	margin-top: 20px;
    display: flex;align-items: center;justify-content: space-between;
}
.xq_content .xq_content_bottom .xq_bottom_left {
	width: 584px;
	height: 325px;
}
.xq_content .xq_content_bottom .xq_bottom_left img {
	width: 100%;height: 100%;display: block;
}
.xq_content .xq_content_bottom .xq_bottom_right {
	width: 577px;
	height: 325px;
	padding: 25px 20px;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.xq_content .xq_content_bottom .xq_bottom_right h4 {
	font-size: 18px;
	padding-left: 10px;
	line-height: 16px;
	color: #555;
	border-left: 3px solid #fb790b;
}
.xq_content .xq_content_bottom .xq_bottom_right p {
	font-size: 16px;
	color: #555;
	line-height: 14px;
	padding-left: 14px;
	margin: 12px 0;
	padding-bottom: 6px;
}
.xq_content .xq_content_bottom .xq_bottom_right .item {
	height: 38px;
	margin-top: 10px;
}
.xq_content .xq_content_bottom .xq_bottom_right .item span {
	font-size: 14px;
	color: #555;
	line-height: 36px;
}
.xq_content .xq_content_bottom .xq_bottom_right .item span em {
	color: transparent;
}
.xq_content .xq_content_bottom .xq_bottom_right .item input {
	width: 297px;
	height: 35px;
	padding-left: 9px;
	border: 1px solid #dedfeb;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.xq_content .xq_content_bottom .xq_bottom_right .submit {
	width: 297px;
	height: 35px;
	display: block;
	cursor: pointer;
	margin: 15px 0 15px 72px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	background-color: #fb790b;
}


