/**/

.gray {
    background: #f5f5f5;
}


.p100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.h3_title {
	color: #444;
	line-height: 1.2;
	font-size: 35px;
	font-weight: normal;
}

.h3_title span {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #777777;
}

/***/


.info_desc {
	display: block;
	line-height: 1.6;
	margin-top: 60px;
	color: #777777;
}


/***/


@keyframes history-content {

	0%,
	25%,
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes history-content {

	0%,
	25%,
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



.position {
	position: relative;
	color: #0d325a;
	padding-left: 50px;
	font-size: 24px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.position:before {
	width: 20px;
	height: 4px;
	background: #9b9b9b;
	position: absolute;
	left: 0;
	top: 13px;
	content: "";
	display: block
}

.position a {
	color: #0d325a;
}

.position em {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0 5px;
}




/***/
.position_news {
	color: #575757;
	font-size: 14px;
	padding: 35px 0
}

.position_news a {
	font-size: 14px;
	color: #575757;
}

.position_news em {
	margin: 0 10px;
}



/***/

.online {
	position: absolute;
	right: 0;
	top: 0
}

.online a {
	background: #707070;
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 54px;
	padding: 0 35px;
	float: left;
	transition: all 1s;
}

.online a:hover {
	background: #0d325a;
}

.pro_cat {
	background: #222324;
}

.pro_1 {
	max-width: 1536px;
	padding:0 20px;
	position: relative;
	margin: 0 auto;
}

.pro_1 li {
	float: left;
	color: #fff;
	margin-right: 10px;
}

.pro_1 li ul {
	position: absolute;
	left: 0;
	top: 54px;
	max-width: 1536px;
	padding: 0 20px;
	display: none;
}

.pro_1 li a {
	color: #fff;
	display: block;
	padding: 15px 25px;
	line-height: 34px;
	font-size: 14px;
	position: relative
}

.pro_1 li a.active, .pro_1 li a:hover {
    background-color: #0d325a;
}

.pro_1 li a:hover:after,
.pro_1 li a.active:after,
.pro_1 li a.on:after {
	background: url(../images/rjt.png) no-repeat center center;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	content: "";
	display: block;
	z-index: 900
}

.pro_2 {
	background: #afb0b2;
	min-height: 54px;
	padding: 10px 0;
	position: relative;
	float: left;
	width: 100%
}

.pro_2 li {
	float: left;
	margin-right: 30px
}

.pro_2 .w1496 {
	position: relative
}

.pro_2 ul {
	display: none
}

.pro_2 li a {
	padding: 10px 0;
	line-height: 34px;
	color: #222
}

.pro_2 li a.active,
.pro_2 li a:hover {
	color: #0d325a
}

.displaynone {
	position: absolute;
	right: 0;
	top: -3px;
	height: 40px;
}

.displaynone label {
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
}

.displaynone span {
	display: block;
	float: left;
	width: 40px;
	position: relative;
	height: 40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #dadee2;
}

.displaynone span:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #f5f5f5 url(../images/iconsl.png) no-repeat center center;
	filter: alpha(opacity=30);
	-webkit-opacity: .3;
	-moz-opacity: .3;
	-khtml-opacity: .3;
	-ms-opacity: .3;
	-o-opacity: .3;
	opacity: .3
}

.displaynone span.list:before {
	background-image: url(../images/iconslz.png)
}

.displaynone span.list {
	border-left: 0;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
}

.displaynone span.box {
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

.displaynone span.on {
	background-color: #fff
}

.displaynone span.on:before {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

#pro_list * {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#pro_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 80px 0;
}

#pro_list .thumb {
    padding: 40px 0;
}

#pro_list li {
	background: #fff;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	/* padding: 35px; */
	/* padding-bottom: 60px; */
	text-align: center;
	overflow: hidden;
}

#pro_list li:hover {
	-moz-box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.1);
}

#pro_list li .img{
	height: 258px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#pro_list li img {
	display: block;
	max-height: 95%;
	max-width: 85%;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding:0 10%;
}

#pro_list li:nth-child(3n) {
	margin-right: 0
}

#pro_list li .title a {

	font-size: 24px;
	font-weight: bold;
	display: block;
	line-height: 1.5;
	text-align: center
}

#pro_list li .desc {
	font-size: 14px;
	line-height: 1.6;
	display: block;
	margin: 0 auto;
	width: 80%;
	text-align: left;
	padding: 25px 0;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* #pro_list li .title a:hover {
	color: #0d325a
} */

#pro_list li p.pmore a {
	border: 1px solid #000;
	color: #222;
	display: inline-block;
	padding: 15px 45px;
}

#body_product #banner_about:before {
	display: none
}

@media(min-width:1001px) {
	#pro_list.Listitem li {
		width: 100%;
		margin-right: 0;
		padding-left: 375px;
		position: relative;
		padding-bottom: 75px;
	}

	#pro_list.Listitem li .thumb {
		position: absolute;
		left: 35px;
		top: 35px;
		width: 300px;
		height: auto;
		background: #f5f5f5
	}

	#pro_list.Listitem li .thumb img {
		    display: block;
		    width: 100%;
		    height: auto;
		    max-height: 100%;
		    width: auto;
	}

	#pro_list.Listitem li .title a {
		text-align: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block
	}

	#pro_list.Listitem li .desc {
		width: 95%;
		margin: 0;
		padding-top: 15px;
		padding-bottom: 20px;
		/*height: 140px;*/
	}

	#pro_list.Listitem li p.pmore {
		display: block;
		text-align: left
	}

	#pro_list.Listitem li .title a {
		font-size: 28px;
	}
}

#pro_list li p.pmore a:hover {
	border-color: #0d325a;
	background: #0d325a;
	color: #fff
}

#pro_list li {
	position: relative;
}

#pro_list li .desc{
	display: none !important;
}

#pro_list.Listitem li .desc,
#pro_list.Listitem li .pmore {
	display: block !important;
}



#pro_list li .title {
    width: 100%;
    bottom: 0;
    padding: 2.7% 0;
    height: 190px;
    padding-top: 30px;
}

#pro_list.kuaibox li .pmore{
	position: absolute;
	bottom:40px;
	margin: 0 auto;
	left: 0;
	right: 0;
} 


#pro_list li .title a {
	color: #000;
}

#pro_list.Listitem li {}

#pro_list.Listitem li .title {
	position: unset;
	color: black;
	background-color: white;
}

#pro_list.Listitem li .title a {
	color: black
}

.list-show .rp-tit {
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(13,50,90, 0.9);
	padding: 4% 0;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.list-hide {
	display: none;
}



.list-hide.active {
	height: 100%;
	background: rgba(13,50,90, 0.9);
	top: 0;
	width: 100%;
	position: absolute;
	top: 0;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.list-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.list-center .rp-tit {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5%;
	padding: 2.5% 0;
}

.list-center p {
    padding: 0 15%;
    font-size: 22px;
    line-height: 1.6rem;
    margin-bottom: 5%;
    text-align: left;
}


#pro_list .list-center p {
	font-size: 14px;
}

.list-center .rp-url {
    position: absolute;
    border: 1px solid #fff;
    padding: 15px 35px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    max-width: 167px;
}




/* .list-hide {
	display: none;
} */

/* #pro_list .list-hide.active {
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	width: 100%;
	position: absolute;
	top: 0;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
} */


/*****/
#pro_slick .w1496 {
	max-width: 1536px;
	padding: 0 20px;
}

#pro_slick {
	background: #f5f5f7;
	padding: 90px 0;
	float: left;
	width: 100%;
}

.pro_pics {
	float: left;
	width: 70%;
}

.thumb_slick {
    float: left;
    width: 11%;
    position: relative;
    margin-right: 8%;
}


.thumb_slick #dobule-slick {
	height: 310px;
}

.thumb_slick .swiper-slide {
	width: 100%;
	/* padding: 5px 0; */
	/* margin-bottom: 25%; */
}

.thumb_slick .swiper-slide span {
	background: #d1d1d1;
	display: block
}

.thumb_slick img {
	width: 100%;
	/* height: 54px; */
	display: block
}

.big_slick {
    float: left;
    width: 75%;
}


.big_slick img {
	/* max-width: 100%; */
	width: 100%;
	height: auto;
}

.swipers-button-next {
	background: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	z-index: 900;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.swipers-button-next i {
	font-size: 20px;
	color: #bfbfbf;
}

.swipers-button-prev {
	background: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -30px;
	z-index: 900;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.swipers-button-prev i {
	font-size: 20px;
	color: #bfbfbf;
}

.swiper-button-disabled {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.pro_desc {
    float: right;
    width:30%;
    min-height: 150px;
    line-height: 1.6;
    margin-top: 0px;
}

.pro_desc b {
	font-size: 14px;
	line-height: 1.2;
}

.pro_desc h1,
.pro_desc .no {
	font-size: 19.64px;
	line-height: 1.2;
	color: #0d325a;
}

.pro_desc .s-no{
	font-size: 46px;
	font-weight: bold;
	color: #0d325a;
}


.descinpfo {
	display: block;
	padding: 35px 0;
	line-height: 1.8rem;
}

.contact_btn {
    background: #0d325a;
    display: block;
    width: 120px;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    margin-top: 25px;
}

/***/
#body_probody {
	background: #f7f7f7
}

#body_probody .position_news {
	margin-bottom: 30px;
}

.position_fixed {
	background: #222324;
	/* height: 50px; */
}

.position_fixed a {
	float: right;
	width: 150px;
	color: #fff;
	line-height: 50px;
	display: block;
	font-size: 14px;
	background: #707070;
	text-align: center;
	transition: all 1s;
}

.position_fixed a:hover {
	background-color: #0d325a;
}



.position_fixed .name {
	color: #fff;
	display: block;
	float: left;
	line-height: 50px;
	font-size: 18px;
}

.h5_title {
	font-size: 37px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 30px;
	color: #3f3f3f;
}

.pro_sinfo {
    line-height: 1.8;
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 80px;
}

.pro_sinfo img{
 max-width:100%;
}

.sinfo-1,
.sinfo-2 {
	float: left;
	width: 100%;
	margin-right: 3%;
	min-height: 2px;
}

.sinfo_gg {
	float: left;

}

.sinfo_gg img {
	display: block;
	width: 100%;
	height: auto
}

.snfo_title {
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
}

#tableli {}

#tableli li {
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf
}

#tableli li .item {
	float: left;
	width: 20%;
	line-height: 1.5;
	font-size: 14px;
	padding: 0px 10px;
	text-align: center
}

#tableli li.th {
	background: #dfdfdf
}

.sinfo_table {
	overflow: auto;
	line-height: 1.3
}

.sinfo_table table {
	border: 0;
	width: 100%
}

.sinfo_table td {
	padding: 15px;
	border: 0;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	background: #f7f7f7;
	min-width: 100px;
}

.sinfo_table tr:first-child td {
	background: #dfdfdf;
	text-align: center
}

#tab_area {
	padding-top: 80px;
}

.tabon {
	border-bottom: 1px solid#0d325a;
	float: left;
	width: 100%;
	position: relative;
	z-index: 255
}

.tabon span {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #c6c7c7;
	border-bottom: 0;
	width: 170px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	background: #e9e9ea;
	text-align: center;
	margin-right: 6px;
}

.tabon span.on {
	background: #fff;
	border-color: #0d325a
}

.tabon span.on:before {
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #0d325a;
	display: block
}

.tabon span.on:after {
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 900;
	content: "";
	display: block
}

.tablist {
	background: #fff;
	padding: 60px 0;
}

.tablist .w1496 {
	display: none
}

.tablist li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #bdbdbd;
	position: relative;
	padding-right: 360px;
}

.tablist li span {
	display: block;
	float: left;
	color: #474749;
	padding: 20px 20px
}

.tablist li .name {
	width: 100%;
}

.tablist li .ps {
	width: 360px;
	position: absolute;
	right: 0;
	top: 0;
}

.tablist li .dw {
	width: 50%;
	text-align: center
}

.tablist li .time {
	width: 50%;
	text-align: center
}

.tablist li .size {
	width: 10%;
	text-align: center
}

.tablist li .dw a {
	color: #0d325a;
	font-weight: bold;
	display: inline-block;
	background: url(../images/icon_dw.jpg) no-repeat right center;
	padding-right: 25px;
}

.tablist li.th {
	border-top: 2px solid #474749;
	border-bottom: 2px solid #474749;
	font-weight: bold
}

#case_hots {
	padding: 30px 0
}

.case_hots_ul {
	margin-top: 20px
}

.case_hots_ul li {
	float: left;
	width: 24%;
	margin-right: 1.3333333%;
	margin-top: 1.33333%
}

.case_hots_ul li:nth-child(4n) {
	margin-right: 0
}

.case_hots_ul li img {
	display: block;
	width: 100%;
	height: auto
}

.case_hots_ul li .desc {
	padding: 20px 0;
	text-align: center
}

.case_hots_ul li .desc a {}

/****/
.Validform_checktip {
	margin-left: 0;
	padding: 0px 6px;
	font-size: 12px;
	color: #F00
}

.info {
	border: 1px solid #F00;
	padding: 2px 20px 2px 5px;
	border-radius: 2px;
	color: #F00;
	position: absolute;
	display: none;
	line-height: 20px;
	background-color: #fff;
	margin-top: 10px;
}

.dec {
	bottom: -8px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	width: 17px;
}

.dec s {
	font-family: simsun;
	font-size: 16px;
	height: 19px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-decoration: none;
	top: -9px;
	width: 17px;
}

.dec .dec1 {
	color: #F00;
}

.dec .dec2 {
	color: #fff;
	top: -10px;
}

.Validform_right {
	display: none
}

/***/
#body_search .news_center {
	margin-top: 60px
}


				.prodes {
					margin-top: 5rem;
				}

				.prodes table {
					width: 100% !important;
					border: none !important;
				}

				.prodes table tr:first-child td {
					background: #bbb !important;
					color: #444;
					padding: 1% 0;
					box-sizing: border-box;
				}

				.prodes table tr td {
					padding: 1% 0;
					box-sizing: border-box;
					text-align: left;
					border-top: 0 !important;
					border-bottom: 1px solid #ddd !important;
					border-right: 0 !important;
					border-left: 0 !important;
				}
				
				.relatetitle {
					font-size: 25px;
					font-weight: bold;
					margin-bottom: 30px;
				}
				
				
				.r-p-list {
					display: block;
					position: relative;
					float: left;
					width: 31%;
					margin-left: 2.5%;
					margin-top: 1%;
					margin-bottom: 1%;
					overflow: hidden;
				}
				
				.r-p-list:nth-child(1) {
					margin-left: 1%;
				}
				
				.r-p-list:nth-child(3) {
					margin-right: 1%;
				}
				
				.r-p-list img {
					width: 100%;
				}
				
				.r-p-list.active {
					box-shadow: 0 0 7px 3px #aaa;
				}
				
				
				
				.slick-dots {
					display: none;
					bottom: -20px;
				}
				
				.slick-dots li {
					margin: 0 0px;
				}
				
				
					#pro-down {
						margin-bottom: 140px;
					}
				
					#pro-down .down-box a {
						display: block;
						width: 100%;
						padding: 15px 0;
						position: relative;
						font-size: 18px;
						line-height: 30px;
					}
				
				@media screen and (max-width:700px) {
					
					.r-p-list {
					    width: 100%;
					    margin-left: 0 !important;
					}
				}

/**/
@media(max-width:1587px) {

	/**/
	.solutions_ulcat li .desc {
		padding: 50px;
	}

	.solutions_ulcat li p {
		max-height: 117px;
		height: auto;
		overflow: hidden
	}

	/***/
	.news_hottop li .thumb {
		/* height: 19.96221662468514vw; */
		background: #f5f5f5
	}

	.news_hottop li .thumb img {
		/* height: 19.96221662468514vw; */
		/* width: auto; */
		margin: 0 auto
	}

	/***/
	.pro_1 {
		max-width: 90%
	}
}


@media(max-width:1520px) {
	#pro_slick .w1496 {
		max-width: 90%
	}

	.pro_pics {
		width: 70%
	}

	.big_slick {
		width: 80%
	}

	.pro_desc {
		width: 30%
	}
}


.mobile_cat {
	display: none
}


@media screen and (max-width:1440px) {
	
}


@media screen and (max-width:1280px) {
	
	
}



@media screen and (max-width:1000px) {

	.list-hide{
		display: none !important;
	}
	
	#pro_list li .img {
	    height: 158px;
	}
	
	
	#pro_list li img {
	    display: block;
	    max-height: 90%;
	    max-width: 91%;
	}
	
	
	#pro_list.kuaibox li .pmore {
	    position:unset;
	    margin: 0 auto;
	    margin-bottom: 15px;
	}

	/***/
	
	.pro_cat {
		display: none
	}

	.mobile_cat {
		display: block;
		padding: 0px 0;
		background: #fff;
		float: left;
		width: 100%
	}

	.mobile_cat li {
		line-height: 1.8;
		position: relative;
		float: left;
		width: 100%;
	}

	.mobile_cat li label {
		display: block;
		border-top: 1px solid #d0d0d0;
		position: relative
	}

	.mobile_cat li label a {
		padding: 10px 35px;
		font-size: 16px;
		width: 100%;
	}

	.mobile_cat li label i {
		background: url(../images/ico-footer-toggle-m.png) no-repeat center center;
		width: 20px;
		height: 20px;
		background-size: auto 15px;
		display: block;
		position: absolute;
		right: 25px;
		top: 15px;
		cursor: pointer
	}

	.mobile_cat li.on i {
		background-image: url(../images/ico-footer-toggle-off-m.png);
	}

	.mobile_cat li p {
		display: none;
		padding: 8px 0;
		border-top: 1px solid #d0d0d0;
	}

	.mobile_cat li a {
		display: block;
		padding: 5px 35px;
		font-size: 14px;
		width: 100%;
		color: #333
	}

	.mobile_cat li label a.cur,
	.mobile_cat li label a:hover {
		color: #0d325a
	}

	.mobile_cat li a.cur {
		color: #0d325a;
		font-weight: bold
	}

	.mobile_cat li a:hover {
		color: #0d325a;
	}

	#body_product .position_news {
		padding-bottom: 35px;
	}

	/* #pro_list {
		padding-left: 35px;
		padding-right: 35px;
	} */

	#pro_list li p.pmore a {
		padding: 8px 25px;
		font-size: 12px;
	}

	#pro_list li .desc {
		padding: 15px 0;
		width: 90%
	}

	/* #pro_list li {
		padding: 35px 15px
	} */

	#pro_list li .title a {
		font-size: 16px;
	}

	/**/
	.big_slick {
		float: right;
		width: 100%
	}

	.pro_pics {
		width: 100%
	}

	.pro_desc {
		width: 100%;
		margin-top: 20px
	}

	.contact_btn {
		width: 100%
	}

	#pro_slick .w1496 {
		max-width: 100%;
		/* padding-left: 35px;
		padding-right: 35px; */
	}

	/* .position_fixed {
		padding-left: 35px;
		padding-right: 35px;
	} */


	/* .prodes {
		padding-left: 35px;
		padding-right: 35px;
	} */

	.sinfo-1,
	.sinfo-2 {
		width: 100%;
		margin-right: 0
	}

	.pro_sinfo {}

	.sinfo_gg {
		width: 60%;
		margin-top: 35px;
	}

	.pro_sinfo {
		padding: 40px 0
	}

	.h5_title {
		font-size: 25px;
		padding-bottom: 10px;
	}

	#tab_area {
		padding-top: 60px;
	}

	/* .tabon {
		padding-left: 35px;
		padding-right: 35px;
	} */

	.tablist {
		padding: 40px 0;
	}

	.tabon span {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.tablist li .ps {
		width: 240px;
	}

	.tablist li {
		padding-right: 240px;
	}

	/* #case_hots {
		padding: 40px 35px;
	} */
	
	
	
	#pro_list {
	    padding: 25px 0;
	}
	
	
	
	#pro_list .thumb {
	    padding: 10px 0;
	}
	
	#pro_list li .title {
	    width: 100%;
	    bottom: 0;
		padding-top: unset;
	    padding: 20px 0;
	    height: auto;
	}
	
	
	
	#pro_slick {
	    padding: 20px 0;
	}
	
	.thumb_slick {
	    display: none;
	    float: left;
	    width: 11%;
	    position: relative;
	    margin-right: 8%;
	}
	
	.pro_desc h1, .pro_desc .no {
	    font-size: 15.64px;
	}
	
	.pro_desc .s-no {
	    font-size: 36px;
	}
	
	.prodes {
	    margin-top: 2rem;
	}
	
	.pro_sinfo {
	    padding: 20px 0;
	    margin-bottom: 0;
	}
	
	#pro-down .down-box a {
	    padding: 5px 0;
	    font-size: 14px;
	    line-height: 25px;
	}
	
	#pro-down {
	    margin-bottom: 30px;
	}
	
}

@media(max-width:800px) {




	.slick-dots {
		display: block
	}

	.mobile_cat li {}

	.mobile_cat li a {}

	.p100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}



	#pages {
		margin-bottom: 0px;
		padding: 30px 0
	}





	#pro_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%
	}

	#pro_list li:nth-child(3n) {
		margin-right: 4%
	}

	#pro_list li:nth-child(2n) {
		margin-right: 0
	}

	/***/

	.big_slick {
		width: 100%
	}

	.descinpfo {
		padding-bottom: 0
	}

	.contact_btn {
		font-size: 14px;
		padding: 8px 0
	}

	/* .position_fixed {
		padding-left: 25px;
		padding-right: 25px;
	} */

	#pro_slick .w1496 {
		max-width: 100%;
		/* padding-left: 25px;
		padding-right: 25px; */
	}

	/* .prodes {
		padding-left: 25px;
		padding-right: 25px;
	} */

	.h5_title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.snfo_title {
		font-size: 20px;
		margin-bottom: 25px;
	}

	/* #case_hots {
		padding: 35px 25px;
	} */

	.case_hots_ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 2%
	}

	.case_hots_ul li:nth-child(4n) {
		margin-right: 4%
	}

	.case_hots_ul li:nth-child(2n) {
		margin-right: 0
	}

	.case_hots_ul li .desc {
		padding: 15px;
		line-height: 1.5
	}

	/* .tabon {
		padding-left: 25px;
		padding-right: 25px;
	} */
}

#body_news #banner_about .w1496.newslight:after {
	float: left;
}

.mobilecat {
	display: none
}

@media(max-width:600px) {


	/* #pro_list,
	.prodes {
		margin-top: 35px;
	}
 */
	/**/

	.mobilecat {
		display: block
	}


	.mobilecat a {
		display: block;
		background: #fff;
		font-size: 20px;
		border-top: 1px solid #ddd;
		padding: 20px 25px
	}

	.mobilecat a.active {
		color: #0d325a;
		font-weight: bold
	}

	.mobilecat a:hover {
		color: #0d325a;
	}

	/***/
	.mobile_cat li label a {
		padding: 10px 25px;
	}

	.mobile_cat li a {
		padding: 5px 25px;
	}
	
	.pro_desc h1, .pro_desc .no {
	    font-size: 13.64px;
	}
	
	.pro_desc .s-no {
	    font-size: 24px;
	}
	
	.h5_title {
	    font-size: 15px;
	    font-weight: bold;
	}
}

@media screen and (max-width: 500px) {

	#pro_list li .title a {
		font-size: 14px;
	}

	#pro_list.Listitem li .desc {
		display: none !important;
	}

}


@media(max-width:400px) {

	/**/
	#pro_list li .desc {
		display: none
	}

	#pro_list li p.pmore {
		display: none
	}

	/* #pro_list li {
		padding: 15px
	} */

	#pro_list li .title a {
		font-size: 16px;
	}

}
