@charset "utf-8";
/* 内页banner */
.page_banner {
	width: 100%;
	padding-top: 124px;
	position: relative;
}

.page_banner .page_banner_bg {
	width: 100%;
	height: auto;
}

.page_banner .page_banner_bg_m {
	display: none;
	width: 100%;
	height: auto;
}

.page_banner .page_banner_w {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: auto;
	transform: translate(-50%, -50%);
	margin-top: 62px;
	z-index: 2;
}

/* 内页内容 */
.page_main {
	width: 100%;
	padding: 48px 0;
}

.page_width {
	width: 1200px;
	margin: 0 auto;
}

/* 产品详情 */
.page_xq_main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 56px;
}

.page_xq_main>li {
	float: left;
	width: 600px;
	height: 375px;
}

.cp_img_bg {
	width: 100%;
	height: 100%;
	
}
.cp_list_btn{
	width: 156px;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: rgba(0, 0, 0, .4);
	border: 1px solid rgba(0, 0, 0, .2);
	margin-top: 16px;
	transition: all .3s;
}

.cp_list_btn_previous{
	float: left;
}

.cp_list_btn_next{
	float: right;
}

.cp_list_btn:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #426a9e;
}
.cp_img_bg table{
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.cp_img_box {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.page_xq_right{
	padding-left: 36px;
	/* overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin; */
}
.page_xq_right .cp_xq_btn{
	width: 100%;
	padding-top: 16px;
	border-top: 1px solid #e5e5e5;
	margin-left: 0;
	margin-top: 20px;
}
.page_xq_right .cp_xq_btn li.left{
	font-size: 16px;
	line-height: 40px;
	color: #333333;
}
.page_xq_right .cp_xq_btn li.left img{
	height: 20px;
	width: auto;
	margin-right: 8px;
	vertical-align: middle;
}
.page_xq_right .cp_xq_btn li.right{
	margin-left: 8px;
}
.page_xq_right .cp_xq_btn li.right a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 36px;
	color: #ffffff;
	background-color: #426a9e;
	text-decoration: none;
	transition: all 0.3s;
}
.page_xq_right .cp_xq_btn li.right a:hover{
	background-color: #aad353;
}
.page_xq_right>h1{
	font-family: 'SyhtSB';
	font-size: 36px;
	font-weight: 700;
	color: #426a9e;
	line-height: 48px;
	margin: 0;
	padding-bottom:30px ;
}
.page_xq_right>p{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #3c3c3c;
	text-align: justify;
	padding-bottom: 14px;
}

.hong{
	display: inline-block;
	color: #aad353;
	text-indent: 0;
	font-style: normal;
}

.lvse{
	display: inline-block;
	color: #426a9e;
	text-indent: 0;
	font-style: normal;
}

.page_xq_right>p img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.page_xq_right .p_tit{
	font-size: 18px;
	line-height: 48px;
	background-image: linear-gradient(to right bottom, #426a9e 0, #426a9e 100%);
	color: #ffffff;
	padding: 0 16px;
	margin-top: 36px;
	margin-bottom: 24px;
}
.page_xq_right .p_tit .p_tit_en{
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	text-transform:capitalize;
	opacity: .8;
}
.page_xq_right .p_tit_line{
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	/* background-image: linear-gradient(to right, #008cd7 0, #d4d81f 100%); */
	margin-bottom: 20px;
}
.page_xq_right table{
	width: 100%;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 14px;
}
.page_xq_right table td{
	font-size: 14px;
	line-height: 40px;
	color: #3c3c3c;
	padding-left: 16px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	transition: all .3s; 
}
.page_xq_right table tr:hover{
	background-color: #cccccc;
	transition: all .3s; 
}
.page_xq_right table tr:hover td{
	color: #ffffff;
	transition: all .3s; 
}
.page_xq_right .go_back{
	position: fixed;
	right: 0;
	bottom: 48px;
	display: block;
	width: 96px;
	height:48px;
	font-size: 16px;
	line-height:48px;
	text-align: center;
	color: #ffffff;
	border-radius: 26px 0 0 26px;
	background-color:#999999;
	border: 1px solid #999999;
	border-right-width:0 ;
	transition: all .3s; 
}
.page_xq_right .go_back:hover{
	color: #ffffff;
	border: 1px solid #008cd7;
	background-color:#008cd7;
	border-right-width:0 ;
	transition: all .3s; 
}

/*滚动条样式*/
.scroll {
	scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
	width: 0;
}

.page_xq_right::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	height: 3px;
}

.page_xq_right::-webkit-scrollbar-thumb {
	/*滚动条里面小方块样式*/
	border-radius: 100px;
	-webkit-box-shadow: inset 0 0 5px rgba(151, 151, 151, 0.2);
	background: rgba(0, 0, 0, 0.1);
	;
}

.page_xq_right::-webkit-scrollbar-track {
	/*滚动条里面轨道样式*/
	-webkit-box-shadow: inset 0 0 5px rgba(223, 223, 223, 0.2);
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.1);
}

.page_xq_right::-webkit-scrollbar-thumb:hover {
	background: #008cd7;
}

.page_xq_right::-webkit-scrollbar-thumb:active {
	background: #008cd7;
}



@media (max-width:1200px) {

	/* 内页banner */
	.page_banner {
		padding-top: 0;
	}
	
	.page_banner .page_banner_bg {
		display: none;
	}
	
	.page_banner .page_banner_bg_m {
		display: block;
	}
	
	
	.page_banner .page_banner_w {
		width: 30.72rem;
		margin-top: 0;
	}
	
	/* 内页内容 */
	.page_main {
		padding: 2.304rem 0;
	}
	
	.page_width {
		width: 96%;
		margin: 0 auto;
	}
	
	/* 产品详情 */
	.page_xq_main {
		width: 100%;
	}
	
	.page_xq_main>li {
		width:100%;
		height: auto;
	}
	.page_xq_main .page_xq_left{
		width: 34.56rem;
		height: 21.6rem;
		margin-bottom: 7rem;
	}
	.cp_list_btn{
		bottom: -4.224rem;
		width: 10.368rem;
		height: 3.456rem;
		font-size: 1.536rem;
		line-height: 3.168rem;
		border: 0.144rem solid rgba(0, 0, 0, .2);
	}
	
	.page_xq_right{
		padding-left: 0;
	}
	.page_xq_right .cp_xq_btn{
		padding-top: 1.152rem;
		margin-top: 0;
	}
	.page_xq_right .cp_xq_btn li.left{
		font-size: 1.152rem;
		line-height: 3.072rem;
	}
	.page_xq_right .cp_xq_btn li.left img{
		height:1.152rem;
		margin-right:0.192rem;
	}
	.page_xq_right .cp_xq_btn li.right{
		margin-left: 0.288rem;
	}
	.page_xq_right .cp_xq_btn li.right a{
		font-size: 1.152rem;
		line-height: 3.072rem;
		padding: 0 1.92rem;
	}
	.page_xq_right>h1{
		font-size: 1.92rem;
		line-height: 1.2;
		padding-bottom:1.152rem;
	}
	.page_xq_right>p{
		font-size: 1.152rem;
		line-height: 1.6;
		padding-bottom: 0.96rem;
	}
	
	.page_xq_right table td{
		font-size: 0.96rem;
		line-height: 1.2;
		padding: 1.152rem 0.576rem;
	}
	
	.page_xq_right .p_tit{
		font-size: 1.536rem;
		line-height: 2.4;
		padding: 0 1.536rem;
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
	.page_xq_right .p_tit .p_tit_en{
		font-size: 1.248rem;
	}

}



