@charset "utf-8";
/* CSS Document @woniu*/
*, ::after, ::before {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.pl02 {
padding-left: .2rem;
}
.pall02 {
padding: .2rem;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-container {
	width: 94%;
	max-width: 1700px;
}
/*****头部样式****/
.header {
	height: 100px;
	position: fixed;
	width: 100%;
	float: left;
	z-index: 1000;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.logo {
	float: left;
}
.logo img {
	float: left;
	margin-top: 10px;
}
.search {
	float: right;
	width: 80px;
	height: 100px;
	line-height: 100px;
	text-align: right;
}
.nav {
	float: right;
}
.nav ul {
	width: 100%;
	margin: auto;
}
.nav ul li {
	display: inline-block;
	position: relative;
	height: 100px;
	display: inline-block;
}
.nav ul li a {
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	float: left;
	padding: 0 35px;
	text-align: center;
	text-transform: uppercase;
}
.nav ul li::after {
	content: "";
	width: 0px;
	height: 2px;
	background: #b81c29;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.5s ease 0s;
}
.nav ul li:hover::after {
	width: 100%;
}
.nav ul li:hover a {
	color: #b81c29;
}
.nav .submenu {
	width: 100%;
	position: absolute;
	top: 100px;
	display: none;
	z-index: 999;
	background: rgb(255, 255, 255, 1);
	box-shadow: 0px 0 15px 0 rgba(37, 37, 37, 0.1);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff, endColorstr=#C8ffffff);
}
.nav .submenu dl dt a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 44px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 14px;
	font-weight: normal;
	height: 44px;
	padding: 0;
	color: #333 !important;
	background: none !important;
	margin: 0;
	overflow:hidden;
}
.nav .submenu dl dt a:hover {
	background: #b81c29 !important;
	color: #fff !important;
}
/*****flash***/
#c_portalResEbizads_banner-15732678294249897 .f-center {
	text-align: center;
	height: 100vh;
	max-height: 1080px;
}
#c_portalResEbizads_banner-15732678294249897 .f-14 {
	font-size: 14px;
}
#c_portalResEbizads_banner-15732678294249897 .pcimg {
	width: 100%;
	height: auto;
}
#c_portalResEbizads_banner-15732678294249897 .moimg {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .b_video {
	height: 100%;
	position: relative;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .b_video .b_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .b_video .b_video_con {
	position: absolute;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .b_video .b_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide img {
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	height: 100vh;
	object-fit: cover;
}
#c_portalResEbizads_banner-15732678294249897 .bannerPic {
	position: relative;
	width: 100%;
	height: auto;
	transition: all 1s ease 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}
#c_portalResEbizads_banner-15732678294249897 .swiper-slide.active .bannerPic {
	transition: all 5s ease 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex {
	position: absolute;
	text-align: left;
	width: 80%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ffffff;
	max-width: 90%;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateY(80px);
	opacity: 0;
	margin-bottom: 10px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .b_line {
	width: 70%;
	margin: 20px 0px 20px;
	height: 1px;
	background: #fff;
	transform: translateY(80px);
	opacity: 0;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_con {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	flex-basis: 75%;
	max-width: 55%;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
	color: #ffffff;
	font-size: 3.2vw;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 10px;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateY(80px);
	opacity: 0;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	flex-basis: 25%;
	margin-bottom: 20px;
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	color: #ffffff;
	line-height: 1.5;
	font-size: 20px;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateY(80px);
	opacity: 0;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide.active .ind_ban_tex_title_en {
	transition: all 2s ease .5s;
	transform: translateY(0);
	opacity: 1;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide.active .ind_ban_tex_title .t_big {
	transition: all 2s ease .7s;
	transform: translateY(0);
	opacity: 1;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide.active .b_line {
	transition: all 2s ease .8s;
	transform: translateY(0);
	opacity: 1;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide.active .ind_ban_tex_info .t_small {
	transition: all 2s ease 1s;
	transform: translateY(0);
	opacity: 1;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-prev {
	background-image: none;
	left: calc(8.335% - 32px);
	top: calc(50% - 32px);
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	background-color: rgba(202, 202, 202, 0.3);
	transition: all .3s ease;
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-next {
	background-image: none;
	right: calc(8.335% - 32px);
	top: calc(50% - 32px);
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	background-color: rgba(202, 202, 202, 0.3);
	transition: all .3s ease;
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-next.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-prev.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	margin: 0 14px;
	opacity: 0.5;
	color: transparent;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
	color: #ffffff;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet-active .rightcircle {
	-webkit-animation: circleProgressLoad_right 6.5s linear infinite;
	animation: circleProgressLoad_right 6.5s linear infinite;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet-active .leftcircle {
	-webkit-animation: circleProgressLoad_left 6.5s linear infinite;
	animation: circleProgressLoad_left 6.5s linear infinite;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet-active .wrapper_con {
	display: block;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination {
	font-size: 0;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-container-rtl .swiper-button-next {
	left: calc(8.335% - 32px);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-container-rtl .swiper-button-prev {
	right: calc(8.335% - 32px);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 20%;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-custom {
	bottom: 5%;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-fraction {
	bottom: 5%;
}
#c_portalResEbizads_banner-15732678294249897 .right {
	right: -2px;
}
#c_portalResEbizads_banner-15732678294249897 .left {
	left: -2px;
}
#c_portalResEbizads_banner-15732678294249897 .circleProgress {
	width: 42px;
	height: 42px;
	border: 2px solid transparent;
	border-radius: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-135deg);
}
#c_portalResEbizads_banner-15732678294249897 .rightcircle {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	right: 0;
}
#c_portalResEbizads_banner-15732678294249897 .leftcircle {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	left: 0;
}
#c_portalResEbizads_banner-15732678294249897 .wrapper_con {
	width: 21px;
	height: 42px;
	position: absolute;
	top: -2px;
	overflow: hidden;
	display: none;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 14px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	font-size: 15px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: calc(50% - 20px);
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: calc(50% - 20px);
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
#c_portalResEbizads_banner-15732678294249897 .f-center {
	padding-top: 70px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 14px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	font-size: 15px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}
@media only screen and (max-width: 768px) {
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10%;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex {
	text-align: left;
}
#c_portalResEbizads_banner-15732678294249897 .f-center {
	padding-top: 70px;
	height: 33vh;
}
#c_portalResEbizads_banner-15732678294249897 .moimg {
	display: block;
	height: 100%;
}
#c_portalResEbizads_banner-15732678294249897 .pcimg {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px;
}
#c_portalResEbizads_banner-15732678294249897 .rightcircle {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-pagination-bullet-active .wrapper_con {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .f-14 {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .f-center {
	padding-top: 70px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .b_video .b_video_con {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	flex-basis: 100%;
	max-width: 100%;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 14px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .b_line {
	margin: 15px 0px 30px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
	font-size: 24px;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-prev {
	display: none;
}
#c_portalResEbizads_banner-15732678294249897 .banner .swiper-button-next {
	display: none;
}
}
#c_portalResEbizads_banner-15732678294249897 {
	width: 100%;
	overflow: hidden;
}
 @keyframes circleProgressLoad_right {
 0% {
 transform: rotate(45deg);
}
 50%, 100% {
 transform: rotate(225deg);
}
}
 @keyframes circleProgressLoad_left {
 0%, 50% {
 transform: rotate(45deg);
}
 100% {
 transform: rotate(225deg);
}
}
/****首页关于我们***/
.index-about {
	padding: 80px 0;
	overflow: hidden;
}
.index-about-fl {
	width: 50%;
	float: left;
	overflow: hidden;
}
.T-title {
	width: 100%;
	overflow: hidden;
}
.T-title h2 {
	font-size: 36px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}
.T-title h4 {
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
.about-col {
	width: 90%;
	float: left;
	overflow: hidden;
}
.about-col h2 {
	font-size: 30px;
	font-weight: 400;
	color: #b81c29;
	line-height: 1.5;
	margin: 10px 0;
}
.about-col p {
	font-size: 15px;
	color: #808080;
	line-height: 32px;
	text-align: justify;
	width: 100%;
	margin-bottom: 50px;
}
.about-col ul li {
	width: 120px;
	height: 120px;
	background: #eef2f6;
	text-align: center;
	float: left;
	margin-right: 20px;
	border-radius: 4px;
	transition: all 0.3s;
}
.about-col ul li:last-child {
	margin-right: 0;
}
.about-col ul li:hover {
	background: #b81c29;
}
.about-col ul li em, .about-col ul li span {
	display: block;
}
.about-col ul li span {
	font-size: 14px;
	color: #b81c29;
	line-height: 14px;
}
.about-col ul li:hover span {
	color: #fff;
}
.about-col ul li em {
	height: 30px;
	margin: 30px auto 16px;
	transition: all 0.3s;
}
.about-col ul li .about-icon1 {
	width: 28px;
	background: url(../images/about_icon1.png) no-repeat center bottom;
}
.about-col ul li .about-icon2 {
	width: 32px;
	background: url(../images/about_icon2.png) no-repeat center bottom;
}
.about-col ul li .about-icon3 {
	width: 30px;
	background: url(../images/about_icon3.png) no-repeat center bottom;
}
.about-col ul li .about-icon4 {
	width: 34px;
	background: url(../images/about_icon4.png) no-repeat center bottom;
}
.about-col ul li .about-icon5 {
	width: 32px;
	background: url(../images/about_icon5.png) no-repeat center bottom;
}
.about-col ul li:hover .about-icon1 {
	background: url(../images/about_icon1.png) no-repeat center top;
}
.about-col ul li:hover .about-icon2 {
	background: url(../images/about_icon2.png) no-repeat center top;
}
.about-col ul li:hover .about-icon3 {
	background: url(../images/about_icon3.png) no-repeat center top;
}
.about-col ul li:hover .about-icon4 {
	background: url(../images/about_icon4.png) no-repeat center top;
}
.about-col ul li:hover .about-icon5 {
	background: url(../images/about_icon5.png) no-repeat center top;
}
.index-about-fr {
	width: 50%;
	float: right;
	overflow: hidden;
}
/****首页产品列表****/
.index-prdlist {
	padding: 50px 0;
	overflow: hidden;
	background: url(../images/prdlistbg.jpg) center no-repeat;
	background-size: cover;
}
.prd-title {
	width: 100%;
	overflow: hidden;
}
.prdlist-fl {
	float: left;
}
.prdlist-fl h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
}
.prdlist-fl h2 span {
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
}
.prdlist-fr {
	float: right;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.prdlist-fr a {
	font-size: 17px;
	color: #fff;
	line-height: 2;
	padding: 0 10px;
}
.prdlist-cc {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.prdlist-ul {
	width: 25%;
	padding: 0 15px;
	overflow: hidden;
	float: left;
}
.prdlist-img {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.prdlist-img img {
	width: 100%;
	transition: 1s;
}
.prdlist-img:hover img {
	transform: scale(1.1, 1.1);
}
.prdlist-wz {
	width: 100%;
	border: 1px solid rgb(255, 255, 255, 0.6);
	padding: 15px;
	margin-top: 20px;
	position: relative;
}
.prdlist-wz::before {
	content: '';
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	/* 三角画法：透明三边，底边白色 */
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid rgb(255, 255, 255, 0.6);
}
.prdlist-name {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 15px 0;
}
.prdlist-name a {
	font-size: 24px;
	color: #fff;
}
.prdlist-des {
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	max-height: 75px;
	min-height: 50px;
}
.prdlist-more {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.prdlist-more a {
	width: 80%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}
.prdlist-more a:hover {
	background: #b81c29;
	border: 1px solid #b81c29;
}
/***产品展示*****/
.index-prdshow {
	padding: 60px 0;
	overflow: hidden;
	background: #eef2f6;
}
.prdshow-c {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.prdshow-c .proLi {
	position: relative;
	overflow: hidden;
}
.prdshow-c .porTbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 75%;
}
.prdshow-c .proImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}
.prdshow-c .porBbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 20px 20px 10px;
	background: #fff;
}
.prdshow-c .proTitle {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.prdshow-c .proSummry {
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
	text-overflow: ellipsis;
}
.prdshow-c .lookDetail {
	position: relative;
	display: block;
	color: #808080;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #e5e5e5;
}
.prdshow-c .proLi:hover .details {
	color: #b81c29;
}
.prdshow-c .arrowsR {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
	width: 30px;
}
.prdshow-c .arrowsR img {
	position: absolute;
	transition: all .5s ease;
}
.prdshow-c .harr {
	opacity: 0;
}
.prdshow-c .showBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.6);
	transition: all 0.5s ease;
}
.prdshow-c .showBoxLink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 0.5rem 0;
}
.prdshow-c .showBoxLink::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.prdshow-c .showBoxLink::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s ease;
}
.prdshow-c .lookDetail:hover .barr {
	opacity: 0;
}
.prdshow-c .lookDetail:hover .harr {
	opacity: 1;
}
.prdshow-c .proLi:hover .showBox {
	opacity: 1;
}
.prdshow-c .proLi:hover .proImg {
	transform: translate( -50%, -50%) scale(1.1);
}
.prdshow-c .proLi:hover .showBoxLink::before {
	width: 1rem;
}
.prdshow-c .proLi:hover .showBoxLink::after {
	width: 1rem;
}
@media only screen and (min-width: 769px) {
.prdshow-c .proContainer {
	max-width: 100%;
}
}
/****首页应用领域****/
.index-yyly {
	padding: 60px 0;
	overflow: hidden;
}
.yyly-c {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.yyly-xh {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.yyly-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.yyly-img img {
	width: 100%;
	transition: 1s;
}
.yyly-img:hover img {
	transform: scale(1.1, 1.1);
}
.yyly-txt {
	width: 80%;
	position: absolute;
	left: 5%;
	bottom: 5%;
}
.yyly-txt h2 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
}
.yyly-txt h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}
.yyly-txt p a {
	color: rgb(255, 255, 255, .6);
	font-size: 14px;
}
/*****首页新闻资讯***/
.index-news {
	padding: 60px 0;
	overflow: hidden;
}
.index-news-c {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.newLi {
	background: #fff;
	transition: all 0.5s;
	width: calc(25% - 30px);
	border: 1px solid #dbdbdb;
	margin: 0 15px 15px;
	padding-bottom: 10px;
	float: left;
}
.newLi .porTbox {
	width: 100%;
	overflow: hidden;
	height: auto;
}
.newLi .newImg {
	width: 100%;
	transition: all 1.5s;
}
.newLi:hover .newImg {
	transform: scale(1.1, 1.1);
}
.newLi .porBbox {
	padding: 20px 20px 0;
}
.newLi .newTitle {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.newLi .newDate {
	color: #4c4c4c;
	margin: 10px 0 15px;
	font-size: 13px;
}
.newLi .newSummry {
	color: #808080;
	overflow: hidden;
	margin: 10px 0;
	text-overflow: ellipsis;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.newLi .lookDetail {
	position: relative;
	height: 54px;
	line-height: 54px;
	border-top: 1px solid #e5e5e5;
	padding: 0 10px;
}
.newLi .lookDetail .details {
	color: #4c4c4c;
	float: left;
}
.newLi .lookDetail i {
	float: right;
	display: block;
	width: 28px;
	height: 7px;
	background: url(../images/news_more.png) no-repeat center right;
	transition: all 0.3s;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: tranlateY(-50%);
}
.newLi:hover .lookDetail i {
	background: url(../images/news_more.png) no-repeat center left;
}
.newLi:hover {
	border-color: #fff;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
.newLi:hover .newTitle {
	color: #b81c29;
}
.newLi:hover .showBoxLink::after {
	width: 1rem;
}
.newLi:hover .details {
	color: #b81c29;
}
/***首页合作伙伴****/
.index-hzhb {
	overflow: hidden;
	background: url(../images/qba1g.jpg) bottom center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 6% 0;
}
.hzhb-c {
	overflow: hidden;
}
.hzhb-fl {
	width: 65%;
	overflow: hidden;
}
.hzhb-fl li {
	width: 16.6666%;
	float: left;
	margin-bottom: 20px;
}
.hzhb-fr h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
}
.hzhb-fr p {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	margin: 20px 0;
}
.hzhb-fr a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #b81c29;
	border-radius: 3px;
	transition: all .5s ease;
}
/*****footer***/
footer {
	background: #222222;
	padding: 60px 0 0 0;
	overflow: hidden;
}
.layout_nav {
	width: 60%;
}
.flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.layout_nav .ft_nav {
	justify-content: space-between;
}
.layout_nav .ft_nav>li {
	flex: 1;
	padding-right: 4%;
	overflow: hidden;
}
.layout_nav .ft_nav>li>a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0px;
	color: rgba(255, 255, 255,1);
}
.layout_nav .ft_nav>li>a:hover {
	color: #ffffff;
}
.layout_nav .x-nav-menu {
	margin-top: 8%;
}
.layout_nav .x-nav-menu dd {
	font-size: 0;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.layout_nav .x-nav-menu dd a {
	display: block;
	max-width: 100%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.4);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.layout_nav .x-nav-menu dd a:hover {
	color: #ffffff;
}
.foott_rltel_t i {
	font-size: 18px;
	font-weight: 700;
	color: #999999;
}
.foott_rltel_t span {
	font-size: 14px;
	font-weight: 700;
	color: #999999;
}
.foott_rltel_b {
	font-size: 22px;
	font-weight: 700;
	color: #d60505;
}
.foott_rldz {
	margin-top: 10px;
}
.foott_rldz_b {
	font-size: 14px;
	color: #fff;
}
.foott_rlqt {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #484848;
}
.foott_rlqt a {
	padding: 0 10px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.foott_rlqt a:hover {
	color: #b81c29;
}
.foott_rlqt a:first-child {
	border-right: 1px solid #484848;
}
.foott_rr {
	margin-left: 30px;
}
.foott_rrp {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foot-lx {
	width:40%;
	float: right;
}
.footb {
	padding: 30px 0;
	justify-content: space-between !important;
	width: 100%;
}
.footbbq, .footblx, .footblx a, .footbbq a {
	font-size: 13px;
	color: #999;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 60%;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	background: url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	display: block;
	margin: 0 auto;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_QQ a:hover {
	color: #fff;
}
.yb_bar .yb_top {
	background-color: #b81c29;
}
.yb_bar .yb_phone {
	background-color: #b81c29;
}
.yb_bar .yb_QQ {
	background-color: #b81c29;
}
.yb_bar .yb_ercode {
	background-color: #b81c29;
}
/****关于我们单页****/
.ny-banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 100px;
}
.ny-banner img {
	width: 100%;
	min-height: 150px;
	object-fit: cover;
	max-height: 27VW;
	filter: brightness(0.7);
}
.p_info {
	width: 50%;
	position: absolute;
	right: 50%;
	top: 55%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(-50%);
	align-items: center;
	text-align: center;
}
.p_info div {
	width: 100%;
}
.p_btitle {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-family: "苹方 粗体";
	margin: 0px;
	line-height: 2;
}
.p_line {
	height: 2px;
	width: 3%;
	background: #fff;
	margin: 0.8% auto;
}
.p_info span {
	opacity: 0;
	display: inline-block;
	min-width: 0.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.p_info span {
	animation: fadeInDown 1.5s 0.3s both;
}
.p_subtitle {
	line-height: 2;
	padding: 0;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-family: "pingfang medium";
}
.pg-weizhi {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background: rgb(245, 245, 245, 1);
}
.pgabout-fr {
	font-size: 14px;
	color: #666;
}
.pgabout-fr em {
	color: #b81c29;
	padding-left: 24px;
	background: url(../images/home.png) no-repeat center left;
	display: inline-block;
	font-style: normal;
}
.pgabout-fr a {
	color: #666;
}
.pgabout-fr a:hover {
	color: #b81c29;
}
.pgabou-fl a {
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #707070;
	display: inline-block;
}
.pgabou-fl a.cur, .pgabou-fl a:hover {
	background: #b81c29;
	color: #fff;
}
.pg-about-c {
	padding: 60px 0;
	overflow: hidden;
}
.pg-about-catname {
	margin: 20px 0;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	color: #262626;
	font-size: 36px;
	line-height: 1;
}
.pg-about-nr {
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
}
.pg-about-nr p {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
	text-indent: 32px;
	color: #333;
	margin-bottom: 10px;
}
.pg-about-nr img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.about-cj {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.about-cj li {
	width: 33.3333%;
	padding: 0 25px;
	overflow: hidden;
	float: left;
}
.about-cj li img {
	width: 100%;
}
/*****车间，资质***/
.ywjs-tu {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.ywjs-tu li {
	width: 31.333%;
	float: left;
	margin: 10px 1%;
	overflow: hidden;
}
.ywjs-tu li img {
	width: 100%;
}
.ywjs-tu li span {
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	background: #f4f4f4;
}
.ywjs-tu1 {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.ywjs-tu1 li {
	width: 23%;
	float: left;
	margin: 10px 1%;
	overflow: hidden;
}
.ywjs-tu1 li img {
	width: 100%;
}
.ywjs-tu1 li span {
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	background: #f4f4f4;
}

/******生产工艺*******/
.pg-about-gy{ padding:60px 0; overflow:hidden;}
.scgy{ width:100%; overflow:hidden;}
.scgy-fl{ width:60%; float:left;}
.scgy-fl h2{ font-size:40px; line-height:1.2; margin-bottom:20px;}
.scgy-fl h3{ font-size:24px; line-height:1.2;}
.scgy-fl ul{ margin-top:20px; overflow:hidden; list-style: disc outside none; padding-left:20px;}
.scgy-fl li{list-style-type: inherit; display: list-item; font-size:16px; color:#666; line-height:2;}
.scgy-fr{ width:37%; float:right;}

.scgy-127{ width:100%; overflow:hidden; margin-top:40px;}
.scgy-tjcx{ width:100%; overflow:hidden;}
.scgy-img {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
	-webkit-transition: 600ms;
}
.scgy-img img {
    width: 100%;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}
.scgy-c1,.scgy-c{ width:100%; overflow:hidden; position:relative;}
.scgy-127 .con {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.scgy-127 .black-30 {
    width: 100%;
    height: 100%;
    background: rgba(55, 60, 55, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 600ms;
    transition: 600ms;
    position: absolute;
    left: 0px;
    top: 0px;
}
.scgy-127 .con .tit {
    position: absolute;
    z-index: 39;
    top: 45%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.scgy-127 .con .icon {
    background: url(../images/jia.png) no-repeat scroll center center;
    background-size: cover;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0px auto 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.scgy-127 .con .tit p {
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scgy-127 .swiper-slide:hover .black-30 {
    opacity: 0.8;
    visibility: visible;
}
.scgy-127 .swiper-slide:hover .scgy-img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}
.scgy-127 .swiper-slide:hover .tit {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
.scgy-127 .swiper-container-android .swiper-slide, .swiper-wrapper{ transform: translate3d(0, 0, 0);}

/***联系我们***/
.pg-aboutc {
	padding: 50px 0;
	overflow: hidden;
}
.pg-aboutc h1 {
	font-size: 36px;
	color: #131313;
	line-height: 1.5;
}
.pg-aboutc h2 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	line-height: 2;
}
.pg-lxwm {
	padding: 5% 0;
	overflow: hidden;
	background: url(../images/lxwmbg.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.lxwm-fled {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	background-color: rgba(255, 255, 255, 1);
	padding-top: 3%;
	padding-bottom: 2%;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
.lxwm-left {
	padding-right: 5%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	flex: 1;
}
.lxwm-fs {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-bottom: 0px;
	margin-bottom: 3%;
}
.lxwm-fs h2 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(40, 52, 68, 1);
	line-height: 1.3;
	font-family: "GILROY-BOLD-4";
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.lxwm-p {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(51, 63, 71, 0.1);
	border-top: 0px solid rgba(51, 63, 71, 0.1);
	margin-bottom: 0px;
}
.lxwm-p p {
	font-size: 16px;
}
.lxwm-p i {
	font-size: 30px;
	color: #5c656c;
	width: 60px;
	text-align: center;
}
.lxwm-p p strong {
	color: #d13c47;
	font-size: 20px;
}
.lxwm-wx {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 400px;
	margin-left: 0px;
	margin-right: auto;
	background_radio: 1;
}
.wx {
	flex: 0 0 auto;
	padding-right: 20px;
}
.wx_img {
	overflow: hidden;
	display-radio: 1;
	max-width: 150px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.wx_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wx p {
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	max-width: 150px;
	font-family: "PoppinsB" !important;
}
.lxwm-right {
	padding-right: 0px;
	padding-left: 5%;
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
.lxwm-right h2 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(40, 52, 68, 1);
	line-height: 1.3;
	font-family: "GILROY-BOLD-4";
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.lxwm-right h3 {
	font-size: 14px;
	color: #888;
	font-weight: 400;
}
.lxwm-right input {
	width: 100%;
	height: 56px;
	float: left;
	margin-top: 20px;
	padding: 0 20px;
	background: #ffffff;
	border: 2px solid #e7e7e7;
	box-sizing: border-box;
	transition: .5s;
	font-size:15px;
}
.lxwm-right textarea {
	width: 100%;
	float: left;
	line-height: 30px;
	height: 120px;
	margin-top: 20px;
	padding: 20PX 20px;
	background: #ffffff;
	border: 2px solid #e7e7e7;
	box-sizing: border-box;
	transition: .5s;
	margin-bottom: 13px;
}
.lxwm-right button {
	width: 100%;
	height: 51px;
	line-height: 51px;
	float: left;
	background: #d13c47;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 0;
}
/*****分页***/
.fenye {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.fenye a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.fenye span {
	color: #fff;
	padding: 0 15px;
	margin: 0 3px;
	background: #d13c47;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.fenye * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.fenye a:hover, .fenye .hover {
	display: inline-block;
	color: #fff;
	background: #d13c47;
	border-color: #d13c47;
}
/*****新闻中心***/
.pg-news {
	padding: 60px 0;
	overflow: hidden;
}
.page-news-auto {
	overflow: hidden;
}
.pg-news-xh {
	width: 31.33333%;
	margin-right: 2%;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #f4f4f4;
	float: left;
	padding: 30px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.pg-news-data {
	font-size: 14px;
	width: 100%;
	overflow: hidden;
}
.pg-news-txt {
	width: 100%;
	overflow: hidden;
	height: 50px;
	line-height: 25px;
}
.pg-news-txt a {
	font-size: 20px;
}
.pg-news-img {
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
	height: 0;
	position: relative;
	padding-bottom: 50%;
}
.pg-news-img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	height: auto;
	transition: all .5s ease;
}
.pg-news-xh:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.pg-news-des {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	text-indent: 2em;
}
.pg-news-more {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
}
.pg-news-more a {
	font-size: 14px;
}
.pg-news-xh:hover {
	background: #b81c29;
	color: #fff;
}
.pg-news-xh:hover a {
	color: #fff;
}
/*****新闻内容****/
.news-nr-fl {
	width: 72%;
	float: left;
	overflow: hidden;
}
.news-nr-tit {
	font-size: 27px;
	text-align: center;
	color: #333;
	line-height: 1.5;
}
.news-nr-tit h1 {
	font-size: 27px;
}
.news-nr-data {
	border-top: 1px solid #ddd;
	margin: 20px 0;
	padding-top: 20px;
	font-size: 14px;
	color: #595959;
}
.news-nr-fy {
	margin-top: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.news-nr-fy span {
	width: 50%;
	float: left;
	overflow: hidden;
}
.news-nr-fy span a {
	font-size: 14px;
	color: #333;
}
.news-nr-fy span a:hover {
	font-size: 14px;
	color: #d13c47;
}
.news-nr-fr {
	width: 24%;
	float: right;
	overflow: hidden;
}
.pg-nr-rm {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	background: #f4f4f4;
}
.pg-nr-rm h2 {
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.pg-nr-rm h3 {
	width: 53px;
	height: 2px;
	background: rgba(87, 87, 87, 1);
	float: left;
	overflow: hidden;
	margin: 15px 0;
}
.news-top {
	width: 100%;
	overflow: hidden;
}
.news-top li {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news-top li img {
	width: 100%;
}
.news-top li span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, .5);
	font-size: 14px;
	color: #fff;
	text-indent: 2em;
}
.news-pg-xh {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.news-pg-xh li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
	background: url(../images/dian.jpg) left center no-repeat;
	text-indent: 20px;
}
.news-pg-xh li a {
	font-size: 14px;
}
.news-pg-xh li a:hover {
	color: #d13c47;
}
.nr-news-ry {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.nr-news-ry img {
	width: 100%;
	transition: all .5s ease;
}
.ry-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.ry-nr {
	padding: 0 30px;
	overflow: hidden;
}
.ry-nr h2 {
	font-size: 32px;
	color: #fff;
	line-height: 1.5;
	margin: 20px 0;
}
.ry-nr p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.ry-nr a {
	width: 35%;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #b81c29;
}
.nr-news-ry:hover img {
	transform: scale(1.1);
}
.ry-img:hover {
	background-color: rgba(0, 0, 0, 0.57);
	transform: scale(0.9);
}
/****产品中心***/
.pg-product {
	padding: 60px 0;
	overflow: hidden;
}
.listName {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.listName a {
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 2px #c14000;
}

.listName a:hover {
    color: #c30d23 !important;
}
@media only screen and (min-width: 769px) {
.proDoct {
	padding: 1rem;
	background: #f5f5f5;
}
.xNewList {
	position: relative;
	border-bottom: 20px solid #f5f5f5;
	background: #fff;
	width: 100%;
	height: 0px;
	padding-bottom: 28%;
	transition: all 600ms ease;
}
.listContents {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.newPic {
	width: 40%;
	overflow: hidden;
}
.newPic .pic {
    width: 100%;
    height: 100%;
    transition: all 600ms ease;
}
.listContent {
	position: relative;
	width: 60%;
	padding: 5%;
	overflow: hidden;
}
.lineRed {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 5px;
	background: #c7000a;
	transition: all 600ms ease;
}
.listSumray {
	line-height: 28px;
	font-size: 16px;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.xNewList:nth-child(2n) .listContents {
	flex-direction: row-reverse;
}
.xNewList:hover {
	box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.3);
}
.xNewList:hover .lineRed {
	width: 100%;
}
.xNewList:hover .pic {
	transform: scale(1.1);
}
}
 @media only screen and (max-width: 768px) {
.proDoct {
	padding: 35px 5% 45px 5%;
	background: #f5f5f5;
}
.xNewList {
	margin-bottom: 20px;
	background: #fff;
}
.newPic {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
}
.newPic .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.listContent {
	padding: 40px 5% 40px 5%;
}
.jingShen {
	display: none;
}
.Englist {
	display: none;
}
}
.p_page .pre .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}
.p_page .next .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}
.p_more .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}
.p_loading .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}
{
 max-height: none;
 padding-top: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 min-height: 0px;
 margin-right: 0px;
 margin-left: 0px;
 max-width: none;
 width: 100%;
 margin-top: 0px;
 margin-bottom: 0px;
 min-width: 0px;
 height: auto;
 padding-right: 0px;
}
/****产品内页***/
.pg-prds {
	padding: 60px 0;
	overflow: hidden;
	background:#f2f2f2;
}

.pg-pr-img {
	padding: 20px;
	overflow: hidden;
	background: #fff;
	border:1px solid #ddd;
	border-radius:10px;
	width: 35%;
	float: left;
}
.prd-img {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}
.prd-img img {
	height: 500px;
}
.prd-cpms {
	padding: 30px 20px;
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	width:100%;
}
.prd-cpms h2 {
	font-size: 38px;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	color: #444;
	font-weight: bold;
	margin-bottom: 30px;
}
.prd-ms {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.prd-ms img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.prd-ms table {
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #333333;
	width: 100% !important;
	word-wrap: break-word; word-break: break-all;
}
.prd-ms tr, .prd-ms td {
	border: 1px solid #d2d2d2;
	line-height: 3.5em;
	border-collapse: collapse;
	text-align: center;
}
.prd-cpfy {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.prd-cpfy span {
	width: 50%;
	line-height: 40px;
}
.prd-cpfy span a {
	font-size: 14px;
	color: #666;
}
.prd-tlcx {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.prd-tlcx h2{
	font-size: 38px;
    line-height: 2;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-weight: bold;
    margin-bottom: 30px;
}
.xgcp{ width:100%; position:relative; overflow:hidden;}
.prd-tjcx {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}
.tl-img {
	width: 100%;
	overflow: hidden;
}
.tl-img img {
	width: 100%;
}
.tl-txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.tl-txt a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.tl-des {
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.injjfa-button-next {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3) !important;
	border-radius: 50px;
}
.injjfa-button-next span {
	color: #fff;
	font-size: 20px;
}
.injjfa-button-prev {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3) !important;
	border-radius: 50px;
}
.injjfa-button-prev span {
	color: #fff;
	font-size: 20px;
}
.injjfa-button-next:hover span.iconfont, .injjfa-button-prev:hover span.iconfont {
	color: #e60012;
}
.prd-lm {
	width: 100%;
	overflow: hidden;
}
.prd-lm p {
	font-size: 15px;
	line-height: 30px;
}
.pg-prds .top {
    display: flex;
    position: relative;
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
}
.pg-pr-right{ width:65%; float:right; display: flex; align-items: center; padding-left:5%;}
.pg-bt{ width:100%; overflow:hidden;}
.pg-bt h1{ font-size:30px; color:#2b2b2b; margin-bottom:25px; line-height:1.3;}
.pg-bt h2{ font-size: 16px; line-height: 1.8; color: #666; min-height:110px; margin: 20px 0px; font-weight:400;}
.pg-bt p{ font-size:14px; color:#595959;}
.btn_red{
	background: #c30d23;
    padding: 0.3vw 2vw;
    font-size: 16px;
    transition: all .36s ease;
    background-color: rgba(0, 0, 0, 0);
    border: solid 2px #c10003;
    border-radius: 30px;
    color: #c10003;
	margin: 30px 0px;
	float:left;
}
.btn_red:hover{ background:#c10003;}

.industry_list {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
	width:100%;
	overflow:hidden;
}
.industry_list .tit {
    font-size: 16px;
    line-height: 28px;
    color: #333f47;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
.industry_list li {
    display: inline-block;
    background: #fff;
    margin-right: 2.5%;
    margin-bottom: 5px;
}
.industry_list li a {
    display: block;
}
.industry_list li .li_box {
    padding: 10px 12px;
}
.industry_list li .li_box .img_ {
    float: left;
    width: 20px;
    height: auto;
    font-size: 0;
    transition: all 0.5s ease;
}
.industry_list li .li_box .img_ img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}
.industry_list li .li_box .txt {
    float: right;
    font-size: 14px;
    margin-left: 15px;
    line-height: 16px;
    color: #333f47;
    font-weight: lighter;
}
.industry_list li:hover .li_box .img_ {
    transform: rotateY(180deg);
}


/* 大图区域 */
.view {
	width:100%;
	overflow:hidden;
	position: relative;
	margin-bottom: 10px;
}
.view .swiper-container {
	width: 100%;
}
.view .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 左右箭头 */
.arrow-left, .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 50px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	z-index: 99;
}
.arrow-left {
	left: 10px;
}
.arrow-right {
	right: 10px;
}
/* 缩略图区域 */
.preview {
	width: 100%;
	position: relative;
}
.preview .swiper-container {
	overflow: hidden;
	margin: 0 50px;
}
.preview .swiper-slide img {
	width: 100%;
	cursor: pointer;
}
.preview .active-nav {
	border: 2px solid #ff6600;
}
/****搜索***/
.prd-sousuo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.input_text {
	width: 90%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #fff;
	border: 0;
	text-indent: 10px;
}
.input_btn {
	width: 10%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	background: #d13c47;
	font-size: 16px;
	color: #fff;
	border: 0;
}
/*移动端导航*/
.icon-nav-btn {
	float: right;
	margin-top: 12px;
	width: 36px;
	display: none;
	cursor: pointer;
}
.icon-nav-btn img {
	width: 100%;
}
/* 主导航 */
.header-nav {
	float: left;
	margin-left: 6%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	display: none;
}
.header-nav ul {
	width: 100%;
	overflow: hidden;
}
.header-nav li {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: relative;
}
.header-nav li h3 {
	float: left;
}
.header-nav li h3 a {
	float: left;
	font-size: 16px;
	color: #333;
	padding-top: 4px;
	line-height: 72px;
	font-family: "微软雅黑";
	border-bottom: transparent solid 4px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.header-nav li.cur h3 a {
	color: #d13c47;
	border-bottom: #d13c47 solid 4px;
}
.header-nav li:hover h3 a {
	color: #d13c47;
}
.header-nav li h3 .icon-more {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: url(../images/icon-next04.png) no-repeat 96% center;
	background-size: 12px;
	display: none;
}
.header-nav .nav-close {
	width: 100%;
	height: 50px;
	border-bottom: #eee solid 1px;
	padding: 0 4%;
}
.header-nav .nav-close h6 {
	float: left;
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 48px;
	font-weight: 400;
}
.header-nav .nav-close span {
	float: right;
	width: 28px;
	height: 48px;
	background: url(../images/icon-nav-close.png) no-repeat center;
	background-size: 24px;
}
.header-nav .nav-close {
	display: none;
}
.header-nav .languages {
	display: none;
}
.sec-nav {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	display: none;
	z-index: 9;
}
.sec-nav dl {
	width: 100%;
}
.sec-nav dl dd {
	width: 100%;
	border-bottom: #ddd solid 1px;
}
.sec-nav dl dd:last-child {
	border-bottom: none;
}
.sec-nav dl dd a {
	display: block;
	width: 100%;
}
.sec-nav dl dd a h5 {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.sec-nav dl dd a:hover h5 {
	color: #0762cb;
}
@media (max-width: 1880px) {
.header-right {
	width: 340px;
}
.search-icon {
	margin-right: 8%;
}
.header-nav li {
	margin-left: 32px;
	margin-right: 32px;
}
}
 @media (max-width: 1690px) {
.headerMenu {
	padding: 0 20px;
}
.header-nav li {
	margin-left: 32px;
	margin-right: 32px;
}
}
 @media (max-width: 1540px) {
.header_logo {
	height: 55%;
	margin-top: 18px;
}
.header-nav li {
	margin-left: 24px;
	margin-right: 24px;
}
}
 @media (max-width: 1420px) {
.header-right {
	width: 286px;
}
.header-tel a i.icon {
	margin-right: 6px;
}
.header-tel a h6 {
	font-size: 16px;
}
}
 @media (max-width: 1340px) {
.header-nav {
	margin-left: 3%;
}
.header-nav li {
	margin-left: 20px;
	margin-right: 20px;
}
}
 @media (max-width: 1280px) {
.header-right {
	width: 272px;
}
.search-icon {
	margin-right: 6%;
}
.header-nav {
	margin-left: 2%;
}
.header-nav li {
	margin-left: 16px;
	margin-right: 16px;
}
}
/*导航背景*/
.trans-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
*zoom:1;
	z-index: 1000;
	display: none;
}
.clearfix {
	clear: both;
}
/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
 ..hide-xs {
 display: block;
}
.show-xs {
	display: none;
}
/****手机站内页列表****/
.pro-sort {
	width: 100%;
	overflow: hidden;
}
.pro-sort .sort-title {
	width: 100%;
	border: #e5e5e5 solid 1px;
	background: #f2f2f2;
	padding: 0 32px;
	overflow: hidden;
}
.pro-sort .sort-title h3 {
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 58px;
	padding-left: 42px;
	font-family: "微软雅黑";
	background: url(../images/icon-sort.png) no-repeat left center;
	background-size: 24px;
}
.pro-sort .sort-title .sort-btn {
	float: right;
	font-size: 16px;
	color: #333;
	line-height: 58px;
	padding-right: 24px;
	font-family: "微软雅黑";
	background: url(../images/icon-down.png) no-repeat right center;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.pro-sort .sort-title .sort-btn:hover {
	color: #b81c29;
	background: url(../images/icon-down-1.png) no-repeat right center;
}
.pro-sort-cont {
	width: 100%;
}
.sort-list {
	float: left;
	width: 100%;
	border: #e5e5e5 solid 1px;
	border-top: none;
	padding: 0 32px;
}
.sort-list ul {
	float: right;
	width: calc(100%);
}
.sort-list ul li {
	float: left;
	margin-right: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.sort-list ul li a {
	float: left;
	padding: 0 16px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	font-family: "微软雅黑";
	border-radius: 4px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.sort-list ul li.cur a {
	background: #b81c29;
	color: #fff;
}
.sort-list ul li:hover a {
	background: #b81c29;
	color: #fff;
}
@media(max-width:769px) {
.pro-sort-cont {
	display: none;
}
.pro-sort {
	margin-bottom: 40px;
}
.pro-sort .sort-title {
	padding: 0 20px;
}
.pro-sort .sort-title h3 {
	font-size: 16px;
	line-height: 40px;
	padding-left: 32px;
	background: url(../images/icon-sort.png) no-repeat left center;
	background-size: 20px;
}
.pro-sort .sort-title .sort-btn {
	font-size: 14px;
	line-height: 40px;
	padding-right: 20px;
}
.sort-list {
	padding: 0 20px;
}
.sort-list h5 {
	font-size: 14px;
	line-height: 40px;
}
.sort-list ul li {
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.sort-list ul li a {
	padding: 0 8px;
	font-size: 14px;
	line-height: 28px;
}
}
@media(max-width:480px) {
.pro-sort-cont {
	display: none;
}
.pro-sort .sort-title {
	padding: 0 16px;
}
.sort-list {
	padding: 0 16px;
}
.sort-list ul li {
	margin-right: 6px;
}
}
@media(max-width:340px) {
.pro-sort-cont {
	display: none;
}
.pro-sort .sort-title {
	padding: 0 12px;
}
.sort-list {
	padding: 0 12px;
}
.sort-list h5 {
	width: 40px;
}
.sort-list ul {
	width: calc(100% - 40px);
}
.sort-list ul li {
	margin-right: 0;
}
}
 @media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}
.show-xs {
	display: block;
}
.icon-nav-btn {
	display: block;
}
.header-nav {
	display: block;
}
.header-nav .nav-close {
	display: block;
}
.nav {
	display: none;
}
.header {
	height: 70px;
}
.logo img {
	margin-top: 10px;
	height: 50px;
	width: auto;
}
.header-nav {
	width: 72%;
	padding: 0;
	height: 100%;
	background: #fff;
	position: fixed;
	left: -72%;
	top: 0;
	z-index: 1002;
	margin: 0;
}
.header-nav ul {
	width: 100%;
}
.header-nav li {
	width: 100%;
	margin: 0;
	padding: 0 4%;
}
.header-nav li h3 {
	position: relative;
	width: 100%;
	position: relative;
}
.header-nav li h3 a {
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 48px;
	text-align: left;
	font-family: "微软雅黑";
	border-bottom: #eee solid 1px;
}
.header-nav li.cur h3 a {
	border-bottom: #2a518b solid 1px;
}
.header-nav li h3 .icon-more {
	display: block;
}
.header-nav .languages {
	display: block;
	float: none;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.header-nav .languages a {
	display: inline-block;
	float: none;
	font-size: 15px;
}
.header-nav .languages span {
	display: inline-block;
	float: none;
}
.sec-nav {
	position: relative;
	top: 0px;
	left: 0;
	margin-left: 0;
	background: none;
	box-shadow: none;
	float: left;
	width: 100%;
}
.sec-nav dl {
	width: 100%;
	text-align: left;
	padding-top: 0;
	padding: 0 3%;
}
.sec-nav dl dd {
	border: none;
}
.sec-nav dl dd a h5 {
	position: relative;
	width: 100%;
	background: none;
	font-size: 12px;
	color: #666;
	line-height: 40px;
	height: 40px;
	text-align: left;
}
.index-about, .index-prdlist, .index-prdshow, .index-yyly, .pg-about-c, .pg-news, .pg-product {
	padding: 30px 0;
}
.index-about-fr {
	width: 100%;
	margin-bottom: 20px;
}
.index-about-fl, .about-col {
	width: 100%;
}
.T-title h2, .prdlist-fl h2 {
	font-size: 26px;
}
.about-col h2 {
	font-size: 22px;
}
.about-col ul li {
	width: 20%;
	background: none;
	margin: 0;
	height: auto;
}
.about-col p {
	margin-bottom: 10px;
}
.about-col ul li em {
	margin: 10px auto 16px;
}
.prdlist-ul {
	width: 50%;
}
.prdlist-fr, .pgabou-fl {
	display: none;
}
.prdshow-c, .about-cj, .ywjs-tu {
	margin-top: 20px;
}
.index-news {
	padding: 0 0 30px 0;
}
.newLi {
	width: calc(100% - 30px);
}
.hzhb-fl {
	width: 100%;
}
.layout_nav {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.ny-banner {
	margin-top: 70px;
}
.pgabout-fr {
	float: left;
}
.pg-about-catname {
	font-size: 26px;
}
.about-cj li {
	padding: 0 5px;
}
.ywjs-tu li {
	width: 48%;
}
.pg-weizhi {
	height: 60px;
	line-height: 60px;
}
.lxwm-fled {
	display: block;
}
.lxwm-left, .lxwm-right {
	width: 100%;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}
.pg-news-xh {
	width: 100%;
	margin: 0 0 20px 0;
}
.news-nr-fl, .news-nr-fr {
	width: 100%;
}
.news-nr-fy span {
	width: 100%;
	text-align: left !important;
}
.pg-prd-c ul {
	width: 100%;
	margin: 0 0 20px 0;
}
.p_btitle {
	font-size: 24px;
}
.pg-aboutc, .pg-gcsb {
	padding: 30px 0;
}
.pg-aboutc h1, .pg-gcsb h1 {
	font-size: 26px;
	margin: 10px 0;
}
.pg-aboutc h2, .pg-gcsb h2 {
	font-size: 13px;
}
.pagelist {
	padding: 10px 0;
}
.gun1 {
	display: block;
	padding-top: 30px;
}
.gun1 li {
	width: 33.333%;
	float: left;
	height: 130px;
}
.gun1 li strong {
	font-size: 32px;
}
.pagegg {
	padding: 20px 0;
}
.pg-gcsb .swiper-wrapper {
	left: 0;
}
.cjxhsb .swiper-button-prev, .cjxhsb .swiper-button-next {
	display: none;
}
.pagelist a {
	width: 48%;
	height: 34px;
	line-height: 34px;
	margin: 1%;
}
.pg-n-img {
	width: auto;
	padding: 15px;
}
.pg-n-img img {
	width: 100%;
	height: auto;
}
.pg-n-nr {
	padding: 10px;
	width: auto;
}
.pg-n-tit {
	width: 80%;
	font-size: 16px;
}
.pg-n-des {
	width: 80%;
	height: 50px;
	overflow: hidden;
}
.pg-n-data p {
	font-size: 40px;
	line-height: 40px;
}
.pg-n-nrs h1 {
	font-size: 20px;
	line-height: 1.5;
}
.pg-n-sxfy span {
	width: 100%;
	float: left;
	text-align: left;
}
.p-prd-right {
	width: 100%;
}
.p-prd-right li {
	width: 100%;
}
.cplm {
	display: none;
}
.pg-prds {
	padding: 30px 0;
}
.pg-pr-fl, .pg-pr-fr {
	width: 100%;
}
.pg-prds h1 {
	font-size: 26px;
}
.pg-pr-an a {
	width: 110px;
	height: 40px;
	line-height: 40px;
}
.pg-pr-an {
	margin: 10px 0;
}
.pg-pr-img {
	margin-top: 30px;
	padding: 15px;
}
.prd-img img {
	height: auto;
}
.prd-cpms h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.prd-cpfy span {
	width: 100%;
}
.p-prd-right li:hover .cpbm {
	opacity: 1;
	transform: perspective(900px) rotate3d(0, 0, 0, 180deg);
	z-index: 2;
}
.p-prd-left {
	position: fixed;
	width: 72%;
	height: 100%;
	top: 0;
	right: -80%;
	z-index: 1003;
}
.view .swiper-container {
	width: 100%;
	height: auto;
}
.p-sb-right li {
	width: 100%;
	margin: 0;
}
.foot-lx{ width:auto;}
.yb_conct{ display:none;}
.listSumray{ font-size:14px;}
.pg-prds .top{ display:block;}
.pg-pr-img,.pg-pr-right{ width:100%;}
.pg-bt h1{ margin-top:20px;}
.prd-tlcx h2{ font-size:20px;} 
.scgy-fl,.scgy-fr{ width:100%;}
}
