@charset "utf-8";
/* CSS Document */
ul, ol, li {
	list-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
form, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.space10 {
	clear: both;
	height: 10px;
	width: 100%;
}
.space20 {
	clear: both;
	height: 20px;
	width: 100%;
}
.space30 {
	clear: both;
	height: 30px;
	width: 100%;
}
.space50 {
	clear: both;
	height: 50px;
	width: 100%;
}
.space60 {
	clear: both;
	height: 60px;
	width: 100%;
}
.space70 {
	clear: both;
	height: 70px;
	width: 100%;
}
.space80 {
	clear: both;
	height: 80px;
	width: 100%;
}
.space100 {
	clear: both;
	height: 100px;
	width: 100%;
}
/**25new**/
.fullscreen-img {
	width: 100vw;
}
.product-center {
	padding: 60px 0;
	text-align: center;
	background: #f6f6f6;
}
.product-center-tit h1 {
	color: #0075c1;
	font-size: 32px;
	text-align: center;
	margin: 0;
}
.product-word {
	display: block;
	margin-bottom: 30px;
	color: #999;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	font-size: 16px;
	text-align: center;
}
.product-line {
	width: 40px;
	height: 6px;
	display: block;
	margin: 0 auto;
	background-image: linear-gradient(to right, #abcf0d, #2ab183);
	border-radius: 50px;
}
.product-list-card {
	margin-bottom: 20px;
}
.product-list {
	height: 280px;
	background: #fff;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	padding-top: 40px;
}
.product-list span:hover {
	color: #0075c1;
}
.product-list span {
	line-height: 35px;
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
.choice-tit {
	text-align: center;
	margin-top: 80px;
}
.choice li {
}
.choice li b {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
	line-height: 76px;
	text-align: center;
	background: #1F1D1D;
	border-radius: 50%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	overflow: hidden;
	transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	-webkit-transform: rotate(0);
}
.choice li b:hover {
	background: #0075c1;
}
.choice li p {
	color: #999;
	font-size: 16px;
	display: block;
	margin-top: 8px;
}
.choice li b img {
	width: 40px;
	height: auto;
}
.web_more_new {
	width: 120px;
	height: 36px;
	display: block;
	margin: 0 auto;
	background-image: linear-gradient(to right, #abcf0d, #2ab183);
	border-radius: 50px;
	line-height: 36px;
}
.web_more_new a {
	text-align: center;
	color: #fff;
	padding-left: 30px;
}
.web_more_new:hover {
	background: #0075c1;
}
.advantage_new_tit {
	margin-top: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.advantage_new_tit img {
	float: left;
	margin-right: 20px;
}
.advantage_new_tit span {
	float: left;
	font-size: 21px;
	color: #0075c2;
	margin-top: 4px;
}
.advantage_new li {
	height: 380px;
}
.advantage_new_tit p {
	float: left;
	text-transform: uppercase;
	font-size: 12px !important;
	margin: 0 !important;
}
.advantage_new_con {
	margin-top: 20px;
}
.advantage_new_con li {
	font-size: 16px;
	background: url(../images/iconli.jpg) no-repeat left center;
	padding-left: 20px;
	line-height: 28px;
	margin-bottom: 16px;
	height: auto;
}
.advantage_new_img {
	overflow: hidden;
}
.about_new ul li {
	background: #f6f6f6;
}
.about_new_left {
	background: url(../images/about_left.jpg) no-repeat left center;
	height: 580px;
}
.about_new_rig {
	width: 90%;
	height: 580px;
	text-align: left;
	padding: 60px 0 0 60px;
}
.about_new_rig p {
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 40px 0;
}
.about_new_rig span {
	font-size: 32px;
	max-width: 200px;
	background: linear-gradient(to right, #009fe8, #0067b4);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
	line-height: 52px;
}
.about_new_rig_btn {
	margin-top: 30px;
}
.about_new_rig_btn ul li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #282828;
	margin: 0 10px;
}
.about_new_rig_btn li:first-child {
	margin-left: 0;
}
.about_new_rig_btn ul li a {
	color: #fff;
}
.innews {
	padding: 60px 0;
	background: #f6f6f6;
	margin-top: 80px;
}
.innews-list li img {
	display: block;
	width: 100%;
}
.innews-list li span {
	display: block;
	padding-top: 20px;
	overflow: hidden;
	max-width: 100%;
}
.innews-list li b {
	float: left;
	border-right: 1px solid #eee;
	height: 75px;
	padding-right: 15px;
	line-height: .5;
	color: #ccc;
	margin: 10px 15px 30px 0;
}
.innews-list li em {
	font-size: 19px;
	display: block;
	color: #5a5a5a;
	padding-bottom: 15px;
	font-style: normal;
}
.innews-list li strong {
	display: block;
	line-height: 2;
	font-size: 16px;
	color: #5a5a5a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}
.innews-list li strong:hover {
	font-weight: bold;
}
.innews-list li p {
	height: 55px;
	line-height: 2;
	margin: 5px 0;
	color: #b0b0b0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.choice-tit-img {
	widtj: 100%;
	height: 75px;
	background: url(../images/title-box-titbg2.jpg) no-repeat center center;
}
.nbanner 
{
	background: #1F1D1D;
}
.nbanner img{
	display:block;
	margin:0 auto;	

}
.ncontain {
	background: #f6f6f6;
	padding:50px 0;
	min-height: 600px;
}
/* 产品放大start */
  
.container-photo {
	display: flex;
	gap: 30px;
}
/* 左侧预览区样式 */
.preview-container {
	position: relative;
	width: 300px;
	height: 214px;
	padding: 2px;
	border: 1px solid #ccc;
}
.preview-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.selector {
	position: absolute;
	width: 150px;
	height: 150px;
	background-color: rgba(255, 215, 0, 0.3);
	border: 2px solid #ffd700;
	display: none;
	cursor: move;
}
/* 右侧内容区样式 */

.product-desc {
	line-height: 1.8;
	font-size: 16px;
	color: #333;
}
.zoom-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height:480px;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
	z-index: 10;
	background: #fff;
}
.zoom-img {
	position: absolute;
	width: 800px;
	height: 800px;
	object-fit: contain;
}
/* 缩略图区域样式 */
.thumbnail-container {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.arrow {
	width: 15px;
	height: 30px;
	float: left;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	margin-top: 12px;
}
.thumbnails {
	display: flex;
	float: left;
	gap: 10px;
	padding: 0 20px;
}
.thumbnail {
	width: 80px;
	height: 57px;
	border: 2px solid #ebebeb;
	cursor: pointer;
	margin: 0;
}
.thumbnail.active {
	border-color: #ff4500;
}
/* 产品放大end */	
.product-left {
	padding-right: 30px;
}
.product-lefttwo {
	background: #fff;
	padding: 30px 20px;
}
.product-left-tit {
	line-height: 40px;
	border-bottom: 1px solid #e4eaec;
	margin-bottom: 20px;
}

.product-left-list li:first-child {
	background: #0075c1;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
}
.product-left-list li:first-child a {
	color: #fff;
}
.product-left-list li:hover {
	background: #0075c1;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
}
.product-left-list li:hover a {
	color: #fff;
}
.product-left-list li a:hover {
	color: #fff;
}
.product-left-list li {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin:10px 0;
}
.product-left-tit {
	font-size: 18px;
}
.product-left-tuij {
	margin-top: 30px;
}
.product-left-tuij img {
	width: 100%;
}
.product-left-tuij li {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.product-rig {
	background: #fff;
	padding: 30px 20px;
}
.product-fig-tit {
	border-bottom: 1px solid #e4eaec;
	line-height: 40px;
}
.product-fig-tit-active {
	width: 75px;
	line-height: 40px;
	border-bottom: 2px solid #62a8ea;
	font-size: 18px;
}
.product-fig-tit-active a {
	color: #5a5a5a;
	line-height: 40px;
	font-size: 18px;
}
.content-container {
	flex: 1;
	position: relative;
	padding-top: 30px;
}
.content-container span {
	font-size: 16px;
	line-height: 40px;
}
.content-container p {
	font-size: 14px;
}
.thumbnail-container-tel {
	float: left;
}
.thumbnail-container-left {
	width: 330px;
	float: left;	

}
.thumbnail-container-tel img {
	float: left;
}
.thumbnail-container-btn {
	width: 120px;
	height: 36px;
	float: left;
	display: block;
	text-align: center;
	background-image: linear-gradient(to right, #abcf0d, #2ab183);
	border-radius: 50px;
	line-height: 36px;
	color: #fff;
	margin: 5px 0 0 20px;
}
.thumbnail-container-btn:hover
{
	color: #fff;
	font-weight:bold;
	
}
.product-rig-xqytit {
	width: 100%;
	font-size: 16px;
	background: #F2F2F2;
	padding: 10px 0 10px 15px;
	margin: 30px 0;
}
.product-rig-xqy img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.nfoot {
	background: #17171A;
	line-height: 2;
	color: #888;
	padding: 20px 0;
	text-align: center;
}
.nfoot p {
	margin: 0;
}
/*news*/
.newbtwz {
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 30px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.newkj {
	padding: 0 10px;
	padding-bottom: 40px;
}
.media-sj {
	width: 15%;
	float: left;
}
.media-list {
	border-bottom: 1px solid #E4E4E4;
	padding: 30px 0;
}
.newkj .year span {
	font-size: 14px;
	float: left;
	color: #a5adb8;
	font-weight: normal;
	margin-right: 20px;
	line-height: 20px;
}
.media-kj:hover {
}
.media-kj:hover >.media-sj {
	width: 17%;
	transition: all 0.3s ease-out 0s;
}
.media-kj:hover >.media-sj .year:after {
	width: 55px;
}
.media-kj:hover >.media-sj .media-jt {
	background: url(../img/newslst.jpg) no-repeat left center;
	color: #fff;
	transition: all 0.3s ease-out 0s;
}
.media-kj .media-body {
}
.media-sj .year:after {
	width: 35px;
	height: 1px;
	content: '';
	background: #BFBFBF;
	position: absolute;
	top: 12px;
	left: 84px;
	transition: all 0.3s ease-out 0s;
}
.media-jt {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 17px;
}
.media-img {
	width: 20%;
	float: left;
	padding: 0;
}
.media-kj .media-heading {
	font-size: 20px;
	color: #717171;
}
.media-kj p {
	font-size: 13px;
	color: #717171;
}
.media-img img {
	width: 100%;
}
/*pages*/
.paging {
    height: 32px;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
.qzPagination .prev {
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.qzPagination .next {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.page {
	margin: 30px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 13px;
}
.pagge {
	height: 32px;
}
.paging {
	height: 32px;
	width: auto;
	text-align: center;
	margin-bottom: 30px;
}
.qzPagination {
	display: inline-block;
	height: 32px;
	width:100%;
	
}
.qzPagination .total {
	padding-right: 8px;
}
.qzPagination span {
	display: block;
	float: left;
	width: 35px;
	height: 32px;
	margin-right: -1px;
	font-family: Arial;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	background: #f6f6f6;
}
.qzPagination a {
	display: block;
	float: left;
	/*width: 35px;*/
	height: 32px;
	margin-right: -1px;
	border: #dfdfdf 1px solid;
	color: #555;
	font-family: Arial;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	background: #f6f6f6;
}
.qzPagination a:hover {
	background: #eee;
}
.qzPagination span.current {
	position: relative;
	border: #474747 1px solid;
	color: White;
	font-family: Arial;
	background: #474747;
}
.qzPagination span.disabled {
	border: #dfdfdf 1px solid;
	color: #aaa;
	cursor: not-allowed;
}
.qzPagination .prev2 {
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.qzPagination .next2 {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.zzry_tit
{
	
}
.zzry_tit h3
{

	font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}
.zzry_tit p
{
	text-align: center;
}
.xj_about_sj ul
{
	padding:0 10%;
}
.xj_about_sj li {
    width: 33%;
    float: left;
    height: 60px;border-left: 1px solid #DBDBDB;padding:0 0 0 12%;
	
}
.xj_about_sj li:first-child
{
	border:none;
}
.xj_about_sj li h1 {
    font-size: 36px;
    float: left;
    font-weight: normal;
    text-align: center;
	margin:0;
	font-weight:bold;
}
.xj_about_sj li dl {
    font-size: 36px;
    float: left;
    font-weight: normal;
}
.xj_about_sj li dd {
	margin:0;
	line-height:24px;
}
.xj_about_sj li p {
    width: 100%;
    line-height:px;
    float: left;
}
.xj_about
{
	
}
.xj_about h3 {
    font-size: 32px;
    max-width: 280px;
    background: linear-gradient(to right, #009fe8, #0067b4);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin: 0 auto;
    line-height: 90px;
	text-align:center;
}
.xjgy_ry
{
	width:100%;
}
.xjgy_ry ul
{
	float:left;padding:0;margin:0;width:100%;
}
.xjgy_ry li:first-child
{
	margin-left:0;
}
.xjgy_ry li:nth-child(3)
{
	margin-right:0;
}
.xj_about_sj li
{
	margin-bottom:40px;	
}
.product-rig-list
{
	  
}
.product-rig-list li
{  
padding:0 10px;margin-bottom:30px;
	
}
.product-rig-list li a
{
	background:#fff;
	
}


.product-rig-list li img
{
	width:100%;
	
}
.product-rig-list li p
{
	margin:0;background:#fff;
}
.product-rig-list li a
{
	text-align:center;
	line-height:55px;
	font-size:16px;
}
.newny
{
	min-height:500px;
}
.newny h4
{
	text-align:center;margin:0;line-height:40px;
	
}
.newny .year
{
	text-align:center;
}
.newny p
{
	margin-top:20px;
	line-height:30px;
}
.xj_contact 
{
	clear: both;
    width: 100%;
    min-height: 250px;
    margin: 40px 0;
    border-top: 1px dotted rgb(211, 211, 211);
    border-bottom: 1px dotted rgb(211, 211, 211);
}
.xj_contact_left {

    float: left;
    padding-left: 12%;
    padding-top: 30px;
}
.xj_contact_rig {

    float: left;
    padding-top: 30px;
}
.map
{

}
@media only screen and (min-width: 769px) {
.mobile_show {
	display: none;
}
}

@media only screen and (max-width:768px) {
.pc_show {
	display: none;
}
}

@media only screen and (min-width:960px) {
.mobile_show2 {
	display: none;
}
}

@media only screen and (max-width:959px) {
.pc_show2 {
	display: none;
}
}

@media screen and (min-width:1200px) {
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
}

@media screen and (min-width: 769px) and (max-width: 959px) {
.product-rig-xqy img {
	width: 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.advantage_new li {
	margin: 20px 0;
}
.advantage_new_tit {
	margin-top: 0;
}
.about_new_left {
	display: none;
}
.about_new_rig_btn {
	display: none;
}
.mr_frUl ul li {
	margin: 0 20px !important;
}
.product-rig-xqy img {
	width: 100%;
}
#ab-pic li img {
	width: 180px;
	margin-top: 20px;
}
}

@media only screen and (max-width: 479px) {
.product-list {
	padding: 0 5px;
	padding-top: 40px;
}
.choice-tit img {
	width: 100%;
}
.choice-tit-img {
	widtj: 100%;
	height: 33px;
	background: url(../images/title-box-titbg2-yd.jpg) no-repeat center center;
}
.advantage_new_tit {
	margin-top: 0px;
}
.advantage_new_img img {
	width: 100%;
	margin: 10px 0;
}
.advantage_new li {
	height: auto;
}
.about_new_left {
	display: none;
}
.about_new_rig {
	width: 100%;
	height: 640px;
	padding: 50px 20px;
}
.nav.navbar.bootsnav .navbar-toggle {
	margin-top: 14px;
}
.nav.navbar .navbar-brand img.logo {
	width: 240px;
	margin-top: 10px;
}
.about_new_rig_btn {
	display: none;
}
.nbanner {
}
.product-left {
	padding: 0px;
}
.product-rig {
	margin-top: 20px;
}
.product-rig-xqy img {
	width: 100%;
}
.preview-container {
	width: 100%;
}
.content-container {
	display: none;
}
.thumbnail-container-left {
	width: 305px;
	display: flex;
	float: none;

	
}
.thumbnail-container-tel {
	width: 305px;
	;
	display: none;
}
.ncontain {
	padding:30px 0;
}
.nbanner 
{
	background: #1F1D1D;
}
.nbanner img{
	display:block;
	margin:0 auto;	
	height:100%;
	width:100%;


}

.product-rig-list
{
	padding:0;
	margin-top:30px;
}
.xj_about_sj h1
{
	font-size:26px !important;
}
.xj_about_sj li
{
	padding: 0 1%;
	
}
.xj_about_sj li dd {
	font-size:16px;
}
.xj_about_img img
{
	width:100%;
}
.xjgy_ry li
{
	margin-bottom:20px;
}
#ab-pic li img
{
	width:100% !important;
}
.zzry_tit h3
{

	font-size: 28px;
}

.crcm_list li img
{
	width:100%;
	margin-bottom:20px;
}
.row xjgy_ry li img
{
	width:100%;
	overflow:hidden;
}
.xj_contact_left
{
	padding-left: 10px;
}
.xj_contact
{
	    min-height: 500px;
}
.xj_contact_rig
{
	margin:0 auto;
	text-align:center;
	padding:10px;
}
}
