/* c_category_box */

.title_h1 {
	display: none;
}

.proStyle_top {
	clear: both;
}

.left_info {
	width: 100%;
}

.right_info {
	width: 36%;
	margin: 0 0 20px 3%;
	float: right;
	/*  float: none; width: 100%; margin: 0 auto 20px; */
}

.tab_con {
	display: none;
	margin-bottom: 30px;
}

.info_item {
	margin-bottom: 30px;
	line-height: 28px;
	clear: both;
}

.c_category_right>.info_item:last-child {
	margin-bottom: 0;
}

.info_item .title {
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.info_item .title_border {
	position: relative;
	padding-bottom: 10px;
}

.info_item .title_border::before {
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 4px;
	content: '';
	background: #3965DA;
}

.info_item .brief {
	color: #666;
}

.info_item_mobile {
	display: none;
}

.right_info .right_info_inner {
	background: #F6F9FF;
	padding: 0.2rem 0.2rem 40px;
	position: relative;
	border-radius: 12px;
	max-width: 450px;
	margin: 0 auto;
}

.pro_item .pro_pic {
	padding-bottom: 95.5%;
	overflow: hidden;
	border-radius: 6px;
}

.pro-prev,
.pro-next {
	background-image: none;
	background: #D9D9D9;
}

.pro-next {
	right: -10px;
}

.pro-prev {
	left: -10px;
}

.pro-next.swiper-button-disabled,
.pro-prev.swiper-button-disabled {
	opacity: 0.5;
}

.right_info_btn {
	margin-top: 15px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.right_info_btn .more_bg {
	margin-bottom: 15px;
}

.more_bg {
	background: #F55523;
	color: #fff;
	display: inline-block;
	min-width: 180px;
	padding: 10px 15px;
	text-align: center;
	border-radius: 5px;
}

.bg_black {
	background: #040E27;
}

.bg_org {
	background: #040E27;
}

.info_item .title .color_txt {
	margin-right: 12px;
}
.info_item .title .more_bg {
	padding: 12px 30px;
	border-radius: 10px;
}

.more_bg:hover {
	background: #3964DA;
	color: #fff;
}

.right_info_btn .more_bg:first-child {
	margin-right: 15px;
}

/* table */
.table_wrap {
	width: 100%;
	overflow-x: auto;
}

.table_wrap table{
	width: 100% !important;
}

.table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.table tr th,
.table tr td {
	border: 1px solid #666;
	line-height: 26px;
	padding: 10px 0.3rem;
	color: #666;
}

.table tr th,
.table tr .th {
	background: #D9D9D9;
}

.table_center th,
.table_center td {
	text-align: center;
}

/* sel_item */
.sel_item .sel {
	height: 46px;
	width: 24%;
	padding-left: 15px;
	font-size: 16px;
	/* appearance:none; -moz-appearance:none; -webkit-appearance:none; */
	position: relative;
}
.sel_item .sel:nth-child(n+2) {
	margin-left: 20px;
}

/* pro_list */
.pro_list {
	flex-wrap: wrap;
	margin-top: 0.48rem;
	width: calc(100% + 40px);
}

.pro_list li {
	width: calc((100% - 40px * 5)/5);
	margin-bottom: 0.36rem;
	display: none;
	margin-right: 40px;
}

/* .pro_list li:nth-child(5n){margin-right: 0;} */
.pro_list li .pro_pic {
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.pro_list li .pro_pic img {
	transition: all 0.3s ease;
}

.pro_list .pro_th,
.pro_list .pro_sub_th {
	line-height: 32px;
	text-align: center;
}

.pro_list .pro_th,
.pro_list .pro_th a {
	font-size: max(18px, 0.24rem);
	color: #666;
}

.pro_list .pro_sub_th {
	height: 28px;
}

.pro_list .pro_sub_th,
.pro_list .pro_sub_th a {
	font-size: max(16px, 0.18rem);
	color: #666;
	line-height: 28px;
}

.pro_list .pro_th {
	word-wrap: break-word;
	margin: 12px 0 6px;
	line-height: 26px;
	height: 54px;
	overflow: hidden;
}

.pro_list .more {
	border: 1px solid #333;
	line-height: 24px;
	display: block;
	padding: 5px 0;
	text-align: center;
	margin-top: 8px;
}

.pro_list li:hover .pro_pic img {
	transform: scale(1.08);
}

.pro_list li:hover .more {
	color: #fff;
	background: #3965DA;
	border-color: #3965DA;
}

.pro_list li:hover .pro_th a,
.pro_list li:hover .pro_sub_th a {
	color: #3965DA;
}

.noresult {
	font-size: 20px;
	text-align: center;
	color: #3965DA;
	margin: 30px 0;
	display: none;
}

.pro_list li.current {
	display: block;
}


@media only screen and (max-width: 1360px) {
	.pro_list {
		width: calc(100% + 35px);
	}

	.pro_list li {
		width: calc((100% - 35px * 4)/4);
		margin-bottom: 0.3rem;
		margin-right: 35px;
	}

	/* .pro_list li:nth-child(5n){margin-right: 35px;} */
	/* .pro_list li:nth-child(4n){margin-right: 0;} */
}

@media only screen and (max-width: 1200px) {
	.pro_list {
		width: calc(100% + 30px);
	}

	.pro_list li {
		width: calc((100% - 30px * 3)/3);
		margin-bottom: 0.3rem;
		margin-right: 30px;
	}

	/* .pro_list li:nth-child(5n){margin-right: 35px;}
	.pro_list li:nth-child(4n){margin-right: 35px;}
	.pro_list li:nth-child(3n){margin-right: 0;} */
}

/* @media only screen and (max-width: 1180px) {
	.pro_list li{width: calc((100% - 0.32rem * 4)/4); margin-right: 0.32rem; margin-bottom: 0.3rem;}
	.pro_list li:nth-child(5n){margin-right: 0.32rem;}
	.pro_list li:nth-child(4n){margin-right: 0;}
} */
@media only screen and (max-width: 1024px) {
	.info_item_mobile {
		display: block;
	}

	.proStyle_top .left_info .info_item:first-child {
		display: none;
	}

	.sub_main_pad {
		padding-top: 10px;
	}

	.c_category_box {
		padding: 20px 0 20px;
	}

	.proStyle_top {
		flex-direction: column;
	}

	.left_info {
		order: 2;
		width: 100%;
	}

	.right_info {
		order: 1;
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.info_item {
		margin-bottom: 20px;
	}

	.info_item .title {
		margin-bottom: 8px;
	}

	.info_item .title .color_txt {
		margin-right: 8px;
	}
	.info_item .title .more_bg {
		padding: 8px 15px;
	}

	.sel_item {
		flex-wrap: wrap;
		margin-top: 15px;
	}

	.sel_item .sel {
		width: 48%;
	}
	
	.sel_item .sel:nth-child(n+2) {
		margin-left: 0;
	}
	.sel_item .sel:nth-child(2n) {
		margin-left: 4%;
	}

	.sel_item .sel:nth-child(n+3) {
		margin-top: 20px;
	}

	.pro_list {
		width: calc(100% + 15px);
	}

	.pro_list li {
		width: calc(50% - 15px);
		margin-right: 15px;
		margin-bottom: 20px;
	}

	/* .pro_list li:nth-child(5n){margin-right: 0;}
	.pro_list li:nth-child(4n){margin-right: 0;} */
	/* .pro_list li:nth-child(2n + 1){margin-right: 15px;} */
	.right_info_btn {
		flex-direction: column;
	}
}

/* proStyle_bootm */
.proStyle_bootm {
	padding: 0.3rem 0 1.1rem;
}

.bottom_info_left {
	width: 25.8%;
}

.bottom_info_left .title {
	text-transform: capitalize;
	font-size: max(20px, 0.32rem);
	line-height: 0.56rem;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'OPENSANS-BOLD';
}

.bottom_info_left>div:last-child {
	margin-top: 1.5rem;
}

.bottom_right_info {
	width: 70%;
}

.bottom_right_info .pro_pic {
	padding-bottom: 42.3%;
	overflow: hidden;
}

.bottom_right_info .pro_pic img {
	transition: all 0.3s ease;
}

.bottom_right_info .pro_pic:hover img {
	transform: scale(1.02);
}

@media only screen and (max-width: 950px) {
	.proStyle_bootm {
		padding: 0 0 30px;
	}

	.proStyle_bottom_inner {
		flex-direction: column;
	}

	.bottom_info_left {
		order: 2;
		width: 100%;
		margin: 20px 0 0;
	}

	.bottom_right_info {
		order: 1;
		width: 100%;
	}

	.bottom_info_left .title {
		margin-bottom: 10px;
	}

	.bottom_info_left>div:last-child {
		margin-top: 25px;
	}
}