/* CSS */
*{margin:0; padding:0;-webkit-tap-highlight-color: rgba(255, 0, 0, 0);}
body{ background:#ffffff; overflow-x:hidden; min-width:100%; font:16px/1.5 "Microsoft",sans-serif; position:relative; min-width: 1200px; }
img{ border:none;}
a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{ text-decoration:none;}
div{ font-size:16px;}
p{ font-size:16px;}
li{ list-style:none; font-size:16px;}

/* 解决高度塌陷 */
.clearfix:before,
.clearfix:after{
	content:'';
	display: table;
	clear:both;
}

/*首页视频尺寸*/
.home_video{width:1200px;height:675px; display:block; overflow:hidden; background:#f3f3f3;}
.home_video1{width:1200px; height:675px; object-fit: fill;}

/* TOP通用 */
.header{
	width:100%;
	max-width: 1920px;
	margin:0 auto;
	height: 108px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	position: fixed;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}
.header .logo{
	width: auto;
	float: left;
}
.hader .logo a{
	display: block;
}
.header .logo img{
	max-width: 108px;
	max-height: 100%;
	display: block;
	padding-left: 20px;
}
.header .vertical{
	float: left;
	width: 1px;
	height: 100%;
	display:flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	margin: 0px 20px;
}
.header .vertical .line{
	width: 1px;
	height: 56px;
	overflow: hidden;
	vertical-align: middle;
	background-color: #ccc;

}
.header .name{
	float: left;
	display: flex;
	width: 310px;
	height: 100%;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-flow:row wrap;
	align-content: center;
	margin-left: 10px;
	overflow:hidden;
}
.header .name h1{
	font-size: 26px;
	flex-basis: 100%;
	line-height: 40px;
}
.header .name h2{
	font-size: 20px;
	font-weight: 400;
	color: #595959;
	flex-basis: 100%;
	line-height: 30px;
}

#nav{
	width:auto;
	float: left;
	height: 108px;
	max-width: max-content;
}
#nav .nav_content{
	width: auto;
	height: 100%;
}
#nav .nav_content .navList{
	float: left;
	line-height: 108px;
	position: relative;
}
#nav .nav_content .navList .navListOne{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
}
#nav .nav_content .navList::after{
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: -50px;
	right: 0px;
	margin: auto;
	background-color: #e70101;
	width: 0%;
	height: 3px;
	transition: all 0.3s; 
} 
#nav .nav_content .navList:hover .navListOne{
	color: #e70101;
}

#nav .nav_content .navList:hover::after,#nav .nav_content .no::after{
	width: 50px;
}

#nav .nav_content .no .navListOne{
	color:#e70101 ;
}
/* PC下拉菜单 */

.nav_two_wrap{
	position: absolute;
	display: block;
	width:280px;
	overflow: hidden;
	background: #fff;
	z-index: 50;
	top: 108px;
	left: 0;
	right: 0px;
	margin: auto;
	border-top:1px solid #f3f3f3;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	border-bottom: 3px solid #e70101;
	display:none;
}
.nav_two_wrap .nav_two_content{
	width:100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	
}
.nav_two_wrap .nav_two_content .navList_two{
	line-height: 30px;
	font-size: 0px;
	overflow: hidden;
	
}
.nav_two_wrap .nav_two_content .navList_two .navList_two_link{
	line-height: 25px;
	width: auto;
	display:block;
	font-size: 15px;
	background-size: 5px;
	padding: 10px 20px;
	margin-left: 20px;
	position: relative;
	transition: all 0.3s;

}
.nav_two_wrap .nav_two_content .navList_two .navList_two_link::after{
	width: 5px;
	height: 5px;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-radius: 50%;
	background-color: #ccc;
	transition: all 0.3s;
}
.nav_two_wrap .nav_two_content .navList_two .navList_two_link:hover{
	color: #e70101;
}
.nav_two_wrap .nav_two_content .navList_two .navList_two_link:hover::after{
	background-color: #e70101;
}
/* 移动端language */
#nav .mobile_language{
	display: none;
}
/* 电话 */
.header .tel{
	width: auto;
	float: right;
	height: 108px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-flow:row wrap;
	align-content: center;
	padding-right: 50px;
}
.header .tel h2{
	font-size: 26px;
	font-weight: 400;
	line-height: 108px;
	transition:  all 0.3s; 
}
.header .tel h2 a{
	color: #7f7f7f;
	display: block;
	transition:  all 0.3s; 
}
.header .tel h2 span{
	font-size: 25px;
	float: left;
	color: #7f7f7f;
	padding-right: 10px;
	transition:  all 0.3s; 
}
/* 语言选择 */
.header .language{
	width: auto;
	float: right;
	height: 108px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	flex-flow:row wrap;
	align-content: center;
	margin-right: 50px;
	position: relative;
	z-index: 2;
}
.header .language .title{
	font-size: 16px;
	font-weight: 400;
	line-height: 108px;
}
.header .language .title a{
	color: #7f7f7f;
	display: block;
	transition:  all 0.3s; 
}
.header .language .title span{
	font-size: 25px;
	float: left;
	color: #7f7f7f;
	padding-right: 10px;
	transition:  all 0.3s; 
}
.header .language .title strong{
	font-weight: 400;
	}
.header .language_two{
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #fff;
	top: 108px;
	left: -10px;
	right: 0px;
	margin: auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding: 10px 20px;
	display: none;
}
.header .language_two li{
	line-height: auto;
	font-size: 14px;
	transition:  all 0.3s; 
}
.header .language_two li:hover{
	transform: translateX(5px);
}
.header .language_two li:hover a{
	color: #e70101;
}
.header .language_two li a{
	display: block;
	padding: 10px 0px;
}
.header .search{
	float: right;
	width: auto;
	height: 108px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-flow:row wrap;
	align-content: center;
	margin-right: 20px;
	
}
.header .search .search_icon{
	line-height: 108px;
	font-size: 30px;
	padding: 0px 40px;
	display: inline-block;
	width: auto;
	cursor:pointer
}
.header .search .search_icon span{
	font-size: 30px;
	color: #e70101;
	font-weight: 800;
	user-select: none;
	 
}

/* 搜索隐藏层 */

.search-bar{
	width: 100%;
	background-color: #636363;
	position: absolute;
	height: 100%;
	z-index: -1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	transition: all 0.5s;
	visibility: hidden;
	transform: translateY(-200px);
}
.search-bar .search_logo{
	width: auto;
	display:flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.search-bar .search_logo img{
	max-width: 108px;
	max-height: 100%;
	display: block;
	padding-left: 20px;
}
.search-bar .search_logo h2{
	color: #fff;
}
/* 搜索框 */
.search-bar .search_content{
	width: auto;
	display:flex;
	height:100%; 
	margin-left:50px;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
}

.search_form{ overflow: hidden;}
.search_form .keyword		{-webkit-box-flex: 1; width:500px; height:40px; text-align:left; line-height:40px; overflow:hidden; font-size:15px; border:none; background:#ffffff; float:left; margin-left:0%; text-indent:6px;  color:#000;  text-indent:8px;  outline: none; border:1px solid #e5e5e5; box-sizing:border-box;}
.search_form .search-btn	{ width:90px; height:40px;background:#e70101; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none; font-size: 16px;}
.search_form .search-btn:hover{
	background-color: #ca0606;
}
.search-bar .search_quit{
	width: auto;
	display: inline-block;
	padding: 0px 50px;
	cursor: pointer;
}
.search-bar .search_quit span{
	font-size: 40px;
	color: #fff;
	user-select: none;
	transition: 0.3s;
	border-radius: 50%;
}
.search-bar .search_quit:hover span{
	border-radius: 50%;
	background-color:#e70101;
	color: #fff;
}

.search_show {
	display: flex;
	z-index: 100 ;
	transform: translateY(0px) ;
	visibility: visible ;
}
/* 搜索隐藏层end */
.header .tel:hover a,.header .language:hover .title a{
	color: #e70101;
	text-decoration: none;
}
.header .tel:hover span,.header .language:hover span{
	color: #e70101;
}

#menuBtn{
	display: none;
}



/*Bnnaer*/
.banner{ width:100%; height:468px; overflow:hidden; margin-top: 108px;}
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px; }
.banner .swiper-pagination-bullet{ background:rgba(0,0,0,0.5); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:90px; height:5px; border-radius:0px;}
.banner .swiper-pagination-bullet-active{background:rgba(231,1,1,0.8);}
.banner .swiper-button-next{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; right:40px; }

.banner .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.banner .swiper-button-prev{ filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; left:40px; }

.banner .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-wrapper{ width: auto;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px;}
/* 图片缓慢放大动画 */
.banner .swiper-slide img {
            animation: gogogo 15s infinite linear;

        }
 



/* 通用内容框 */
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* 首页产品中心 */
.home_title{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.home_title .title{
	color: #030303;
	font-size: 30px;
	font-family: "黑体";
	float: left;
}
.home_title .title::after{
	width: 4px;
	height: 50px;
	content: ' ';
	display: block;
	background-color: #e70101;
	float: left;
	margin-right: 20px;
}
.home_title .more{
	float: right;
	line-height: 50px;
	font-size: 20px;
	color: #7b7b7b;
	display: block;
	padding: 0px 10px;
	transition: 0.5s;
}
.home_title .more:hover{
	color: #e70101;
	transform: translateX(10px);
}
.home_product_title{
	padding-top: 70px ;
	padding-bottom: 20px;
}

.home_product_content{ width:1300px; height:890px; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0p; padding-bottom:10px;}

.home_product_content .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.home_product_content .swiper-wrapper{width:100%; margin:0 auto; transition-timing-function: linear; margin-top:25px; }

.home_product_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;  overflow:hidden; }

.home_product_content .swiper-slide ul{width:327px; height:397px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center;   background:#f3f3f3; position:relative;  border:1px solid #eeeeee;    box-sizing:border-box; float: left; margin-left: 50px; margin-bottom: 50px;}
.home_product_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_product_content .swiper-slide ul dd{width:327px; height:257px; overflow:hidden; margin:0 auto; box-sizing:border-box; overflow:hidden; border-bottom: 1px solid #EEEEEE;}
.home_product_content .swiper-slide ul dd img{  width:100%;height:auto; transition:0.5s linear 0.1s;}

.home_product_content .swiper-slide ul h2{ font-size:16px; width:75%; margin:0 auto; text-align:center; font-weight:300; line-height:45px; height:50px; overflow:hidden; font-size:15px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;cursor:hand; color:#333; transition:all 0.5s; position: relative; z-index: 2; text-align: left; float: left; margin-left: 5%;}
.home_product_content .swiper-slide ul li{ width:15%;float:right; height: 50px; line-height: 45px; font-size: 35px; margin-right: 5%;position: relative; z-index: 2;overflow: hidden;}
.home_product_content .swiper-slide ul li span{ float: right; font-size: 30px; color: #e70101; transition: all 0.8s; }
.home_product_content .swiper-slide ul:hover h2 { color:#666;}
.home_product_content .swiper-slide ul:hover a{ text-decoration:none;}
.home_product_content .swiper-slide ul:hover li span{ color: #666;}
.home_product_content .swiper-slide ul:hover dd img{  transform:scale(1.1); }
.home_product_content .swiper-slide ul:nth-child(1),.home_product_content .swiper-slide ul:nth-child(4){
	margin-left: 109.5px;
}

.home_product_content .swiper-pagination-bullet-active{ background:#e70101; bottom:0px; }

.home_product_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}

.home_product_content .swiper-button-next{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; right:0px;background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNlNzAxMDEnLz48L3N2Zz4=");}
.home_product_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_product_content .swiper-button-prev{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; left:0px; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZTcwMTAxJy8+PC9zdmc+");}
.home_product_content .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.home_product_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:13px; height:13px; margin-left:10px; margin-right:10px;display: none;}

.home_product_content .swiper-slide ul .h3{ color:#333; width:100%; height:50px;font-weight:normal;padding:0px 0;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;text-align:center; transition:all .3s; position:absolute; bottom:96px; left:0px; z-index: 1;}
/*.home_product_content .swiper-slide ul .h3:after{content:"";position:absolute;left:0;bottom:0px;width:0;height:50px;background:#e70101;transition:all .5s;z-index:1;}*/

.home_product_content .swiper-slide ul a:hover .h3:after{width:100%;}
/* 首页横幅 */
.home_hengfu_all{
	width: 100%;
	height: 177px;
	background: url(../image/home_hengfu.jpg) top center no-repeat;
	margin-top: 50px;
	overflow: hidden;
}
.home_hengfu_all .home_hengfu_content{
	height: 100%;
	position: relative;
	text-align: center;
	color: #fff;
}
.home_hengfu_all .home_hengfu_content h2{
	font-size: 30px;
	line-height: 46px;
	padding-top: 30px;
}
.home_hengfu_all .home_hengfu_content p{
	font-size: 20px;
	line-height: 40px;
	padding-top: 10px;
}
.home_hengfu_all .home_hengfu_content .triangle{
	    position: absolute;
	    bottom:-1px;
	    left: 0;
		right: 0;
	    width: 0;
	    height: 0;
	    margin: auto;
	    border: 20px solid #f3f3f3;
	    border-style: solid;
	    border-color: transparent transparent #f3f3f3 transparent;
}


/* 首页关于我们 */
.home_about_all{
	width: 100%;
	background-color: #f3f3f3;
	overflow: hidden;
}

.home_about_wrap{
	width: 1200px;
	overflow: hidden;
}

.home_about_wrap .home_about_title{
	padding-top: 40px;
	padding-bottom: 40px;
}
.home_about_wrap .home_about_title .logo{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 30px;
}

.home_about_content{
	overflow: hidden;
	height: 466px;
}
.home_about_content .video{
	width: 560px;
	height: 445px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
}
.home_about_content .video img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.home_about_content .video p{
	width: 66px;
	height: 66px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	border-radius: 50%;
	text-align: center;
	line-height: 66px;
	color: #fff;
	transition: all 0.3s;
	
}
.home_about_content .video p span{
	font-size: 55px;
}
.home_about_content .video:hover p{
	background-color: #e70101;
}
.home_about_content .video:hover img{
	transform: scale(1.1);
}

.home_about_content .text{
	width: 600px;
	height: 100%;
	float: right;
	overflow: hidden;
}
.home_about_content .text .title{
	line-height: 30px;
	font-size: 24px;
	margin-top: 5px;
}
.home_about_content .text .title span{
	color: #e70101;
}
.home_about_content .text .txt{
	height: 380px;
	overflow: auto;
	padding: 10px 10px 10px 0px;
	margin-top: 5px;
	
}
.home_about_content .text .txt p{
	font-size: 15px;
	line-height: 25px;
	text-indent: 1em;
	color: #787878;
	margin-top: 5px;
	text-align:justify; 
	text-justify:inter-ideograph;

}
.home_about_content .text_nav{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
}
.home_about_content .text_nav li{
	display: inline-block;
	width: 165px;
	border:1px solid #dcdcdc;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	margin: 15px 15px;
	transition: all 0.3s;
}
.home_about_content .text_nav li span{
	font-size: 28px;
	float: left;
	color: #e70101;
	padding: 0px 15px;
}
.home_about_content .text_nav li a{
	display: block;
	color: #333;
	transition: all 0.3s;
	font-size: 15px;
}
.home_about_content .text_nav li:hover{
	border:1px solid #e70101;
	color: #e70101;
}
.home_about_content .text_nav li:hover a{
	color: #e70101;
}



/* 首页公司环境 */
.home_environment{
	overflow: hidden;
	margin-top: 40px;
}
.home_environment .list{
	width: 265px;
	height: 265px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 45px;

}
.home_environment .list:nth-child(1){
	margin-left: 0px;
}
.home_environment .list .img{
	width: 100%;
	height: 100%;
}
.home_environment .list .title{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #403d3a;
	background: rgba(46,44,41,0.8);
	height: 37px;
	transition: all 0.5s;
	transform: translateY(100%);
}
.home_environment .list .title h2{
	width: 90%;
	margin: 0 auto;
	color: #fff;
	line-height: 37px;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}
.home_environment .list .home_environment_show{
	transform: translateY(0%);
}

/* 首页优势 */
.home_youshi{
	margin-top: 40px;
	margin-bottom: 65px;
}
.home_youshi .title{
	overflow: hidden;
	text-align: center;
}
.home_youshi .title .logo{
	width: 108px;
	height: 108px;
}
.home_youshi .title h2{
	font-size: 24px;
}

.home_youshi .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.home_youshi .text .list{
	width: 240px;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	padding-bottom: 35px;
	background-color: #F8F8F8;
	z-index: 60;
	left: -1px;
}

.home_youshi .text .list::before{
	content: '1';
	width:1px;
	height: 80%;
	position:absolute;
	background: #dcdcdc;
	top:0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
}
.home_youshi .text .list:last-child::before{
	display: none;
}

.home_youshi .text .img{
	width: 200px;
	height: 156px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 20px;
}
.home_youshi .text .img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.home_youshi .text h2{
	width: 90%;
	height: auto;
	line-height: 28px;
	margin: 0 auto;
	font-size: 16px;
	overflow: hidden;
	color: #333;
	padding: 15px 0px;
}

.home_youshi .text p{
	width: 90%;
	height: auto;
	line-height: 25px;
	margin: 0 auto;
	font-size: 14px;
	color: #858585;
}
.home_youshi .text .list:hover{
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	z-index: 60;
	margin-top: -3px;
}


/* 首页新闻中心 */
.home_new_title{
	padding-top: 40px;
	padding-bottom: 40px;
}


/*新闻中心*/
.home_new_all{width:100%; height:auto;  overflow:hidden; padding-bottom:20px;}
.home_new_nav{width:1200px; height:auto; overflow:hidden; margin:0 auto; text-align:center;}
.home_new_nav li{ display:inline-block; padding:10px 35px; background:#f3f3f3; margin-left:20px; margin-right:20px;  cursor:pointer;}
.home_new_nav li a{ color:#333; pointer-events: none; }
.home_new_nav .current{ background:#e70101; color:#fff;}
.home_new_nav .current a{ color:#fff;}

.home_new_content{width:1200px; height:388px; margin:0 auto; margin-top:45px;}

.home_new_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:680px;}

.home_new_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_new_content .swiper-slide ul li{
        padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d2d2d2;
}

.home_new_content .swiper-slide ul li .times {
         text-align: center;
    width: 85px;
    height: 101px;
    background-color: #e70101;
}

.home_new_content .swiper-slide ul li .times span{
             display: block;
    font: 400 48px/48px "Arial";
    color: #fff;
    margin-top: 13px;
}

.home_new_content .swiper-slide ul li .times p{
    font: 400 16px/16px "Arial";
    color: #fff;
    margin-top: 8px;
}


.home_new_content .swiper-slide ul li .n_list {
    width: 417px;
    margin-left: 38px;
}

.home_new_content .swiper-slide ul li .n_list h3{
      margin-top: 10px;
    margin-bottom: 10px;
    font-size:12px;
    font-weight: bold;
}

.home_new_content .swiper-slide ul li .n_list h3 a{
         font: bold 16px/16px "Microsoft Yahei";
    color: #666;
}


.home_new_content .swiper-slide ul li .n_list span{
          font: 400 14px/24px "Microsoft Yahei";
    color: #666666;
    height: 47px;
    overflow: hidden;
    display: block;
}
.fl{float:left}

.home_new_content .swiper-slide ul li .n_list span a{
          font: 400 14px/24px "Microsoft Yahei";
    color: #666666;
    height: 47px;
    overflow: hidden;
    display: block;
}

.home_new_content .swiper-slide .home_new_list{width:48%; margin-right:2%; height:auto; background:#fff; float:left; overflow:hidden; text-align:left;  box-sizing:border-box; margin-bottom: 27px;}
.home_new_content .swiper-slide .home_new_list:nth-child(3),.home_new_content .swiper-slide .home_new_list:nth-child(4){
	border: none;
}
.home_new_list dd{width:100%; height:200px; overflow:hidden; border-bottom:1px solid #f3f3f3; position:relative;box-sizing:border-box;  clear:both; background:#f8f8f8;}
.home_new_list dd img{ width:100%; height:auto;transition: all 0.3s;}

.home_new_list .text{ width:100%; float: left; overflow: hidden; margin-left:0; }
.home_new_list .text h2{ width:100%; height:auto; margin:0 auto; text-align:left; font-size:16px; line-height:40px; padding-top:2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition:all 0.5s;}
.home_new_list .text li{ width:100%; height:auto; margin:0 auto; font-size:14px; line-height:35px; color: #909090;}
.home_new_list .text li i{ float: left; font-size: 35px; color: #e70101; margin-right: 10px;}
.home_new_list .text p{ width:100%; height:50px; margin:0 auto; margin-bottom: 20px; font-size:14px; color:#a5a5a5; padding-top:5px; line-height:25px; color:#a5a5a5;text-align:justify; text-justify:inter-ideograph; overflow:hidden;}

.home_new_list a{ display:block; width:100%; height:100%;}
.home_new_list a:hover{ text-decoration:none;}

.home_new_list:hover .text h2{ color:#e70101;}

.home_new_list:hover dd img{ transform:scale(1.1); }


/* 首页客户见证 */
.home_hezuo_title{
	padding-top: 30px;
	padding-bottom: 40px;
}
.home_hezuo_title p{
	font-size: 18px;
	color: #7c7c7c;
	margin-left: 30px;
	float: left;
}

.home_hezuo_content{ width:1200px; height:260px; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:30px; padding-bottom:30px; }

.home_hezuo_content .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.home_hezuo_content .swiper-wrapper{width:100%; margin:0 auto;  margin-top:25px; }

.home_hezuo_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;  overflow:hidden; }

.home_hezuo_content .swiper-slide ul{width:100%; height:186px; display: flex;  overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; position:relative;      box-sizing:border-box; float: left;  margin-bottom: 50px; margin: 0 auto;}
.home_hezuo_content .swiper-slide ul a{ display:block; width:100%; height:100%;}
.home_hezuo_content .swiper-slide ul dd{width:200px; text-align:center; height:120px; justify-content: center;
align-items: center; text-align:center; display:flex; align-items: center; margin:0 auto; box-sizing:border-box; overflow:hidden; border: 1px solid #EEEEEE;}
.home_hezuo_content .swiper-slide ul dd img{max-width:100%;height:auto; text-align:center;  display:block;   align-items: center; vertical-align: middle;  transition:0.5s linear 0.1s;}

.home_hezuo_content .swiper-slide ul h2{ font-size:16px; width:100%; margin:0 auto; text-align:center; font-weight:300; line-height:45px; height:50px; overflow:hidden; font-size:15px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;cursor:hand; color:#333; transition:all 0.5s; position: relative; z-index: 2; text-align: center; float: left; }

.home_hezuo_content .swiper-slide ul:hover h2 { color:#e70101;}
.home_hezuo_content .swiper-slide ul:hover a{ text-decoration:none;}
.home_hezuo_content .swiper-slide ul:hover dd img{  transform:scale(1.1); }

.home_hezuo_content .swiper-slide ul:nth-child(1){
	margin-left: 0px;
}

.home_hezuo_content .swiper-pagination-bullet-active{ background:#e70101; bottom:0px; }

.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:0px;}

.home_hezuo_content .swiper-button-next{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; top:220px; right:45%;background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNlNzAxMDEnLz48L3N2Zz4=");}
.home_hezuo_content .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.home_hezuo_content .swiper-button-prev{  filter:alpha(opacity=100); -moz-opacity:1; opacity:1; top:220px; left:45%; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZTcwMTAxJy8+PC9zdmc+");}
.home_hezuo_content .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:13px; height:13px; margin-left:10px; margin-right:10px;display: none;}


/*底部通用*/
.footer_all{ width:100%; min-height:100px; height:auto; overflow:hidden; background:#f2f2f2; border-top:5px solid #e70101;}
.footer_all a:hover{
	color: #e70101;
}
.footer_top{ width:1200px; height:74px; border-bottom:1px solid #e2e2e2; margin:0 auto; overflow:hidden;}
.footer_top .location{ width:500px; height:100%; float:left;}
.footer_top .location h2{ font-size:16px; line-height:74px; font-weight:400; color:#525252;}
.footer_top .location h2 a{ color:#525252;}
.footer_top .location h2 a:hover{
	color: #e70101;
}
.footer_top .footer_search{ width:700px; float:right; height:100%; position:relative; }
.footer_search .footer_search_icon{ float:right; width:50px; height:100%; text-align:center; line-height:74px; user-select:none; cursor:pointer ;}
.footer_search .footer_search_icon i{ font-size:26px; color:#8e8e8e;  cursor:pointer; font-weight: 800; }

.footer_search_content{ width:auto; height:74px; float:right; margin-left:0px; overflow:hidden; display:none; position:absolute; right:0px; top:0px;}
.footer_search_content  form	{ margin-top:17px; float:left; overflow:hidden; height:40px;}
.footer_search_content .keyword		{-webkit-box-flex: 1; width:284px; height:40px; text-align:left; line-height:40px; overflow:hidden; font-size:16px; border:none; background:#ffffff; float:left; margin-left:0%; text-indent:6px;  color:#000;  text-indent:8px;  outline: none; border:1px solid #e5e5e5; box-sizing:border-box;}
.footer_search_content .search-btn	{ width:64px; height:40px;background:#e70101; float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none;}

.footer_search_content_icon{ float:left; width:60px; height:74px; text-align:center; line-height:74px; user-select:none; cursor:pointer ;}
.footer_search_content_icon i{ font-size:26px; color:#8e8e8e; font-weight: 800;}


.footer_content{width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:40px; border-bottom:1px solid #e2e2e2;}
.footer_content .f_logo{ width:175px; height:186px; float:left; overflow:hidden; margin-left:50px; margin-top:10px;}
.footer_content .f_logo img{ width:100%; height:100%;}
.footer_content .footer_nav{ width:auto; min-height:10px; height:auto; float:left; overflow:hidden; }

.footer_content .footer_nav .footer_nav_list{ float:left; width:auto; margin-right:22px; padding-right:80px;}
.footer_nav_list h2{ font-size:16px; line-height:40px; padding-bottom:5px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.footer_nav_list li{ font-size:14px; line-height:25px; height:25px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap}
.footer_nav_list li a{color:#7d7d7d;}

.footer_content .footer_nav .wechat{
	float: right;
	padding-right: 30px;
	text-align: center;
}
.footer_content .footer_nav .wechat img{
	width: 100px;
	height: 100px;
	padding-top: 10px;
}
.footer_content .footer_nav .wechat p{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 30px;
}
.links{ width:1200px; height:auto; margin:0 auto; overflow:hidden; line-height:30px; padding-top:15px; padding-bottom:15px;}
.links h2{ float:left; overflow:hidden; font-size:15px; font-weight:400; color:#7d7d7d;}
.links a{ display:inline-block; font-size:15px; padding-left:10px; padding-right:10px; color:#7d7d7d;}

.footer_bottom{width:100%; height:auto; background:#353535; overflow:hidden; padding-top:10px; padding-bottom:10px;}
.footer_bottom ul{width:1200px; height:auto; margin:0 auto; overflow:hidden; text-align:center; line-height:30px; color:#ffffff; font-size:14px;}
.footer_bottom ul a{color:#ffffff; padding-left:20px; padding-right:20px;}

/*侧边栏main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:100px;z-index:9999;}

.izl-rmenu a{transition:all 1.0s;}
.izl-rmenu .btn{width:50px;height:50px; cursor:pointer;position:relative; border-top:3px solid #fff; text-align:center;}

.izl-rmenu .btn a{ color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn a:hover{ text-decoration:none;}

.izl-rmenu .btn-qq{background:url(../image/r_qq.png) 0px 0px no-repeat;background-color:#f3f3f3; color:#fff; line-height:115px; font-size:14px; transition:all 1.0s; border-top:none;}
.izl-rmenu .btn-qq:hover{background-color:#0089e1;}

.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../image/r_qq.png) 0px 0px no-repeat;background-color:#d85861;text-decoration:none;display:block;}

.izl-rmenu .btn-wx{background:url(../image/r_wx.png) 0px 0px no-repeat;background-color:#d85861; transition:all 1.0s;}
.izl-rmenu .btn-wx:hover{background-color:#0089e1;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-144px;top:0px;display:none;width:143px;height:143px;}

.izl-rmenu .btn-phone{background:url(../image/r_phone.png) 0px 0px no-repeat;background-color:#d85861;transition:all 1.0s; }

.izl-rmenu .btn-phone:hover{background-color:#0089e1;}
.izl-rmenu .btn-phone .phone{background-color:#6fbdec;position:absolute;width:200px;left:-200px;top:0px;line-height:50px;color:#FFF;font-size:16px;text-align:center;display:none; font-size:20px;}
.izl-rmenu .btn-top{background:url(../image/r_top.png) 0px 0px no-repeat;background-color:#e70101;display:block; }
.izl-rmenu .btn-top:hover{background-color:#dd0505; }

.mobile_footer{ display:none;}

/* 屏幕1800px适配 */
@media screen and (max-width:1800px) {
	.header {
		width: 100%;
	}
	#nav .nav_content .navList .navListOne{
		padding:0px 35px;
	}
}

/* 屏幕1400px - 1600px  */
@media screen and (min-width:1400px) and (max-width:1600px) {
	.header {
		width: 100%;
	}
	#nav .nav_content .navList .navListOne{
		padding:0px 10px;
	}
	.header .language,.header .tel{
		padding-right: 20px;
		margin-right: 10px;
	}
	.header .search .search_icon{
		padding: 0px 20px;
	}
	.search_form .keyword{
		width: 400px;
	}
	
	.container{
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}
	
	
	/* 首页产品展示 */
	.home_product_content{ width:1200px ; height:820px; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0p; padding-bottom:10px;}
	.home_product_content .swiper-slide ul{width:327px; height:377px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center;   background:#f3f3f3; position:relative;  border:1px solid #eeeeee;    box-sizing:border-box; float: left; margin-left:30px; margin-bottom:30px;}
	.home_product_content .swiper-slide ul:nth-child(1),.home_product_content .swiper-slide ul:nth-child(4){
		margin-left: 79.5px;
	}
	/* 公司简介 */
	.home_about_content .text {
	    width: 500px;
	    height: 100%;
	    float: right;
	    overflow: hidden;
	}
	.home_about_content .text .title{
		font-size: 19px;
	}
	.home_about_content .text_nav {
	    width: 100%;
	    overflow: hidden;
	    text-align: center;
	    font-size: 0px;
		margin-top: 20px;
	}
	.home_about_content .text_nav li {
	    display: inline-block;
	    width: 143px;
	    border: 1px solid #dcdcdc;
	    font-size: 16px;
	    line-height: 40px;
	    height: 40px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    text-align: left;
	    margin: 10px 10px;
	    transition: all 0.3s;
	}
	.home_about_content .text_nav li span {
	    font-size: 24px;
	    float: left;
	    color: #e70101;
	    padding: 0px 8px;
	}
	.home_about_content .text_nav li a{
		font-size: 14px;
	}
	
	.home_environment .list {
	    width: 241px;
	    height: 241px;
	    overflow: hidden;
	    position: relative;
	    float: left;
	    margin-left: 45px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	/* 优势 */
	.home_youshi .text .list {
	    width: 220px;
	    height: 100%;
	    float: left;
	    text-align: center;
	    position: relative;
	    transition: all 0.3s;
	    padding-bottom: 35px;
	    background-color: #F8F8F8;
		margin-bottom: 60px;
	}
	.home_youshi .text .img {
	    width: 180px;
	    height: 140px;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 20px;
	    border-radius: 20px;
	}
	/* 首页新闻 */
	.home_new_content .swiper-slide .home_new_list{
		width: 550px;
	}
	.home_new_list .text{
		width: 335px;
	}
	/* 合作 */
	.home_hezuo_content{
		height: 320px;
	}
	.home_hezuo_content .swiper-button-next {
	    opacity: 1;
	    top: 280px;
	}
	.home_hezuo_content .swiper-button-prev {
	    opacity: 1;
	    top: 280px;
	}
	.home_hezuo_content .swiper-slide ul dd{
		width: 180px;
		height: 180px;
	}
}

/* 屏幕 1399 以下*/
@media screen and (max-width:1399px) {
	body{
		min-width: 1000px;
	}
	.header {
		width: 100%;
	}
	.header .name{
		width: 304px;
	}
	#nav .nav_content .navList .navListOne{
		padding:0px 8px;
	}
	.header .language,.header .tel{
		padding-right: 5px;
		margin-right: 5px;
	}
	.header .search .search_icon{
		padding: 0px 5px;
	}
	.search_form .keyword{
		width: 300px;
	}
	.nav_two_wrap{
		width: 200px;
	}
	.nav_two_wrap .nav_two_content .navList_two .navList_two_link{
		font-size: 14px;
	}
	.container{
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	/* 首页产品展示 */
	.home_product_content{ width:1000px ; height:690px; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0p; padding-bottom:10px;}
	.home_product_content .swiper-slide ul{width:270px; height:320px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center;   background:#f3f3f3; position:relative;  border:1px solid #eeeeee;    box-sizing:border-box; float: left; margin-left:20px; margin-bottom:20px;}
	.home_product_content .swiper-slide ul dd{width: 270px; height: 270px;}
	.home_product_content .swiper-slide ul:nth-child(1),.home_product_content .swiper-slide ul:nth-child(4){
		margin-left: 75px;
	}
	
	/* 公司简介 */
	.home_about_content .text {
	    width: 410px;
	    height: 100%;
	    float: right;
	    overflow: hidden;
	}
	.home_about_content .text .title{
		font-size: 16px;
	}
	.home_about_content .text_nav {
	    width: 100%;
	    overflow: hidden;
	    text-align: center;
	    font-size: 0px;
		margin-top: 20px;
	}
	.home_about_content .text_nav li {
	    display: inline-block;
	    width: 123px;
	    border: 1px solid #dcdcdc;
	    font-size: 16px;
	    line-height: 40px;
	    height: 40px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    text-align: left;
	    margin: 10px 5px;
	    transition: all 0.3s;
	}
	.home_about_content .text_nav li span {
	    font-size: 24px;
	    float: left;
	    color: #e70101;
	    padding: 0px 5px;
	}
	.home_about_content .text_nav li a{
		font-size: 12px;
	}
	
	.home_environment .list {
	    width: 230px;
	    height: 230px;
	    overflow: hidden;
	    position: relative;
	    float: left;
	    margin-left: 26px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	/* 优势 */
	.home_youshi .text .list {
	    width: 200px;
	    height: 100%;
	    float: left;
	    text-align: center;
	    position: relative;
	    transition: all 0.3s;
	    padding-bottom: 35px;
	    background-color: #F8F8F8;
		margin-bottom: 60px;
	}
	.home_youshi .text .img {
	    width: 180px;
	    height: 140px;
	    overflow: hidden;
	    margin: 0 auto;
	    margin-top: 10px;
	    border-radius: 20px;
	}
	.home_youshi .text .list p{
		font-size: 12px;
		line-height:20px;
	}
	/* 首页新闻 */
	.home_new_content .swiper-slide .home_new_list{
		width: 500px;
	}
	.home_new_list .text{
		width: 300px;
	}
	
	/* 合作 */
	.home_hezuo_content{
		height: 320px;
	}
	.home_hezuo_content .swiper-button-next {
	    opacity: 1;
	    top: 280px;
	}
	.home_hezuo_content .swiper-button-prev {
	    opacity: 1;
	    top: 280px;
	}
	.home_hezuo_content .swiper-slide ul dd{
		width: 170px;
		height: 170px;
	}
}
/* 屏幕宽度1200以下 */
@media screen and (max-width:1200px) {
	body{min-width:1100px;}
	
	.header .tel,.header .language{
		display: none;
	}

	.header .vertical{
		margin: 0px 5px;
	}
	.search_form .keyword{
		width: 200px;
	}
	
	#nav .nav_content .navList {
	    float: left;
	    line-height: 108px;
	    position: relative;
		font-size: 12px;
	}
	#nav .nav_content .navList .navListOne{
		padding: 0px 5px;
		font-size: 14px;
	}
	.header .name {
	    width: 110px;
		font-size: 14px;
	}
	.header .name h1,.header .name h2 {
	    font-size: 16px;
	}
	.header .search{
		margin: 0px;
	}
}

/*关于我们页面*/
.banner_min{ width:100%; height:auto; overflow:hidden; position:relative; margin-top: 108px;}
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.banner_min img{ width:100%; max-width:1920px; height:auto; display:block; margin:0 auto;cursor:pointer;}
/* 图片缓慢放大动画 */
.banner_min img {
            animation: gogogo 20s infinite linear;

        }
 
        @keyframes gogogo {
            0% {
                transform: scale(1)
            }
 
            50% {
                transform: scale(1.1)
            }
 
            100% {
                transform: scale(1)
            }
        }

/* -----------------------------------PC-CSS-----------------------end */

/*当前位置*/
.location_all{width:100%; height:55px; height:auto; overflow:hidden; background:#fafafb;}
.location_content{width:1180px; height:55px; height:auto; overflow:hidden; margin:0 auto;}
.location_left{ width:800px; height:55px; float:right; overflow:hidden; line-height:48px; font-size:14px; color:#666; text-align:right;}
.location_left strong{ font-size:14px; color:#474747;}
.location_left a{ font-size:14px; color:#666;}
.location_left a:hover{ color:#e70101;}
.location_left i{ font-size:25px;   margin-right:10px; color:#e70101; position:relative; top:3px;}

.location_right{ width:300px; min-height:55px; height:auto; overflow:hidden; text-align:left; float:left;}
.location_right h2{ display:inline-block; line-height:55px; font-size:20px; font-weight:400; color:#333;}
.location_right h2 i{ font-size:25px; color:#e70101; float:left; margin-left:15px; margin-right:10px;}
/*内容导航*/
.content_nav{width:100%; height:auto; margin:0 auto; overflow:hidden; text-align:center; background:#fff; border-bottom:1px solid #f3f3f3; box-sizing:border-box}
.content_nav ul{ width:1180px; height:auto; margin:0 auto;}
.content_nav a{ line-height:55px; height:55px; display:block; float:left; padding: 0px 22px; font-size:15px; color:#333; transition:all 1.0s; position:relative; overflow: hidden; z-index:2;}
.content_nav a::before
{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 8px solid #f3f3f3;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	transform: translateY(100%);
	transition: all 0.3s;
}


.content_nav a:hover{ background:#000; color:#fff; text-decoration:none; }
.content_nav a:hover::before{
	transform: translateY(0%);
}
.content_nav .no{ background:#e70101; color:#fff; color:#fff; background:#e70101; }
.content_nav .no a{ color: #fff;}
.content_nav .no:hover{ background:#cd0303;}
.content_nav .no:before{ transform: translateY(0%);}
/* 产品导航 */
.product_one_nav{width:100%; min-height:55px; margin:0 auto; overflow:hidden; text-align:center; background:#fff; margin-top: 1rem;}
.product_one_nav ul{ width:1180px; height:auto; margin:0 auto;}
.product_one_nav a{ line-height:55px; height:55px; display:block; float:left; padding: 0px 22px; font-size:16px; color:#333; transition:all 1.0s; position:relative; overflow: hidden; font-weight: 800;}
.product_one_nav a::before
{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 8px solid #e70101;
	border-style: solid;
	border-color: transparent transparent #e70101 transparent;
	transform: translateY(100%);
	transition: all 0.3s;
}
.product_one_nav a::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 50%;
	left: 0px;
	top: 25%;
	background-color: #ccc;
}
.product_one_nav a:nth-child(1)::after{
	display: none;
}
.product_one_nav .no::after{ display: none;}

.product_one_nav a:hover{ background:#fff; color:#e70101; text-decoration:none; }
.product_one_nav a:hover::before{
	transform: translateY(0%);
}
.product_one_nav .no{ background:#e70101; color:#fff;   }
.product_one_nav .no a{ color: #fff;}
.product_one_nav .no:hover{ background:#d20202; color: #fff;}
.product_one_nav .no:before{ transform: translateY(0%);}
/* 三级栏目 */
.product_two_nav{width:100%; height: auto; margin:0 auto; overflow:hidden; text-align:center; background:#fff; margin-top:15px; border-top:2px solid #F3F3F3;}
.product_two_nav ul{ width:1180px; height:auto; margin:0 auto; padding-top:5px;}
.product_two_nav a{ line-height:45px; height:45px; display:block; float:left; padding: 0px 15px; font-size:14px; color:#333; transition:all 1.0s; position:relative; overflow: hidden;}
.product_two_nav a::before
{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 8px solid #e70101;
	border-style: solid;
	border-color: transparent transparent #e70101 transparent;
	transform: translateY(100%);
	transition: all 0.3s;
}
.product_two_nav a::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 40%;
	left: 0px;
	top: 30%;
	background-color: #ccc;
}

.product_two_nav a:hover{ color:#e70101; text-decoration:none; }
.product_two_nav a:hover::before{
	transform: translateY(0%);
}
.product_two_nav .no{ background:#FFF; color:#fff; color:#e70101; background:#FFF; }
.product_two_nav .no a{ color: #e70101;}
.product_two_nav .no:hover{ background:#fff;}
.product_two_nav .no:before{ transform: translateY(0%);}
.product_two_nav a:nth-child(1)::after{
	display: none;
}
.product_two_nav .no::after{ display: none;}

/* 关于我们标题 */
.about_title{ width:1200px; height:auto; text-align:center; margin:0 auto; padding-top:20px; padding-bottom:20px; margin-top:30px;}
.about_title h2{ font-size:30px; color:#333; line-height:80px;}
.about_title p{ width:100%; text-align:center;}
.about_title p img{ width:700px; height:7px;}

.about_content{ width:1180px; height:auto; margin:0 auto; min-height:220px; padding-top:30px; padding-bottom:40px; overflow: hidden;}
.about_content img{ width:auto; max-width:100%;height:auto; }
.about_content p{ line-height:28px; }


/*新闻中心*/

.new_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; }
.new_list ul{ width:330px; height:360px; float:left; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin-left:51px; margin-top:51px;}
.new_list ul a{ display:block; width:100%; height:100%; transition:all 1.0s;}

.new_list ul dd{ width:330px; height:179px; overflow:hidden; background:#fff url(../image/logo.png) center center no-repeat;transition:all 1.0s; display: table-cell;vertical-align: middle; text-align:center; background-size:108px; border-bottom:1px solid #f3f3f3; transition:all 0.6s;}

.new_list ul img{ max-width:330px; width:auto; max-height:179px; height:auto; transition:0.5s linear 0.1s; }  

.new_list ul h2{ width:290px; margin:0 auto; height:50px; line-height:50px; font-size:16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 0.6s;}
.new_list ul p{ font-size:14px; width:290px; height:72px; margin:0 auto; overflow:hidden; line-height:25px; color:#949494; text-justify:inter-ideograph;}
.new_list ul li{ width:290px; margin:0 auto; line-height:40px; color:#bababa; font-size:14px; padding-top:5px;}
.new_list ul li i{ float:left; padding-right:10px; font-size:18px;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1);  }
.new_list ul:hover h2{ color:#e70101;}
.new_list ul:hover{ border:1px solid #e70101; }


/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;padding-top:40px;padding-bottom:40px;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #e70101;color: #fff;}
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius:10px;display: inline-block;text-align: center;}

.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 10px 15px;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; margin-left:10px; margin-right:10px;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#e70101; color:#fff;}

body .fanye_product{ margin-top:30px !important;}
/* 荣誉资质 */
.honor_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; }

.honor_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; font-size: 0px; }
.honor_list ul .pImg{display:block;width:230px;height:310px; border:1px solid #e3e3e3;background:#fff;display: table-cell; vertical-align: middle;  margin-top:25px;border-radius: 10px; overflow: hidden;}
.honor_list ul img{width:230px; height:auto; max-height:310px; vertical-align: middle;}

.honor_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.honor_list ul:hover:before{width:100%;background:#e70101;transition:all 1s;}

.honor_list ul p{ width:90%; margin:0 auto;height:45px;line-height:45px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size: 15px;}

.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#e70101;}

/*设备展示*/
.hezuo_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}

.hezuo_list ul {width:210px;float:left; height:auto; margin-left:25px;margin-top:25px;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; padding-bottom:15px; font-size: 0px;}
.hezuo_list ul .pImg{display:block;width:180px;height:180px; overflow:hidden; border:1px solid #e3e3e3;background:#fff;display: table-cell;vertical-align: middle; margin-top:15px;}
.hezuo_list ul img{width:180px; height:auto; max-height:180px; overflow:hidden; vertical-align: middle;}

.hezuo_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.hezuo_list ul:hover:before{width:100%;background:#e70101;transition:all 1s;}

.hezuo_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:left; font-size:15px; padding-top:5px; border-bottom:1px solid #ccc; margin-bottom:8px;font-weight: 400;}
.hezuo_list ul p{ width:85%; margin:0 auto;height:28px;line-height:28px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s;text-align:left; font-size:14px; color:#7f7f7f;}

.hezuo_list ul:hover a{ text-decoration:none;}
.hezuo_list ul:hover p{ color:#e70101;}
.hezuo_list ul:hover h2{color:#e70101;}

/*成功案例*/
.case_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; }

.case_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; font-size: 0px;}
.case_list ul .pImg{display:block;width:230px;height:230px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list ul img{width:230px; height:auto; max-height:230px; vertical-align: middle;}

.case_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list ul:hover:before{width:100%;background:#e70101;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:40px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:14px;  font-weight:400;}


.case_list ul:hover a{ text-decoration:none;}
.case_list ul:hover p{ color:#e70101;}
.case_list ul:hover h2{color:#e70101;}

/*联系我们*/
.contact_content{width:1200px; height:auto; margin:0 auto; padding-top:30px; padding-bottom:50px; overflow:hidden; display: flex; justify-content:center; align-items: flex-start; align-content: center; flex-wrap: wrap;}

.contact_content .left{ width:auto; float:left; height:auto; overflow:hidden; border-right: 1px solid #f3f3f3; padding-right:30px; width:660px; flex-wrap: wrap;}

.contact_content .left .contact_ul{ width:95%; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.contact_content .left .contact_ul h2{ font-size:26px; line-height:50px; padding-bottom:10px;}
.contact_content .left .contact_ul li{ width: 100%; font-size:16px; line-height:28px; margin-bottom:20px; margin-top:20px; text-justify:inter-ideograph; color:#333; display:block; overflow: hidden;}
.contact_content .left .contact_ul li strong{ color:#e70101; padding-right:10px; float:left; display: block;}

.contact_content .left .contact_ul li p{ float:left; width:70%;  height:auto;display:inline-block;}


.contact_content .left .contact_ul li a{ color:#333;}
.contact_content .left .contact_ul li i{ float:left; line-height:28px; font-size:24px; padding-right:10px; color:#e70101; display: block;}
.contact_content .left .contact_ul li dd { float:left; display:block;}
.contact_content .left .contact_ul li dd img{ display:block; float:left; width:140px; height:140px;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:20px; margin-right:15px;}
.contact_content .left .face h2{font-size:20px; line-height:50px; padding-bottom:20px;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:30px; margin-right:30px;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}

.contact_right_txt{
	width: auto;
	
	
}
.contact_right_txt h2{
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	color: #e70101;
}
.contact_right_txt p{
	line-height: 30px;
	font-size: 15px;
}

.contact_content .right{ width:auto;  float:right; background:#fff; overflow:auto; padding-left: 60px; max-width: 400px;}

.contact_content .right .content{ width:88%; min-width:88%; max-width:88%; display:none;}


/**/
.map{ width:1200px; height:500px; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:15px; margin-top:0px; margin-bottom:40px;}
.map #map{ width:100%; height:100%;}
.more_map{ width:1200px; height:auto; text-align:center; margin:0 auto; overflow:hidden; margin-bottom: 40px;}
.more_map a{ width:165px; height:40px; line-height:40px; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:15px;}
.more_map a:hover{ background:#e70101;}

/*在线留言专用*/
.liuyan_content{ width:1000px; height:auto; margin:0 auto; min-height:50px; padding-top:50px; padding-bottom:50px;}
.liuyan_content .iframe{ height: max-content;}
.liuyan_content .mobile_liuyan{ display:none;}


/*内页*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:30px; margin-top:50px;}
.tu_lei_main_l				{ width:300px; height:auto; float:left; overflow:hidden;} 

.tu_lei_main_l_t1			{ width:296px; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:0px; border:2px solid #f3f3f3; margin-top:0px; margin-bottom:30px; }

.tu_lei_main_l_t1_title		{ width:100%; height:50px; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px; background:#fff; font-size: 0px;}
.tu_lei_main_l_t1_title i{float:left; line-height:50px;color:#e70101; font-size:30px; margin-right:15px;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:auto; height:50px; float:left; font-size:18px; color:#e70101; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t1 .ce .no{ background:#e70101; color:#fff;}
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none; border-top:1px solid #f3f3f3; font-size: 0px;}
.ce li i{ font-size:20px; float:left;line-height:25px; margin-right:5px; display: block;}
.ce li a{padding: 10px 10px 10px 20px;color:white;display:block;cursor:pointer; text-decoration:none; color:#3f3f3f; font-size:16px; transition:all 1.0s;}

.ce li a:hover{ background:#2c2c2c; color:#fff;}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#e70101;}
.ce li .xuanze{ background:#e70101; color:#fff;}

.er{ margin-bottom:0px; overflow:hidden; padding-bottom:10px; padding-top:5px;}
.er li{ float:left;  padding:0px; border:none; width:100%; overflow: hidden;}
.er li i{ font-size:12px; line-height: 20px; }
.er li a{display:block; font-size:14px; padding:5px;}
.er .e_li a{ color:#949494; padding-left:8%;}
.er li a:hover{ background-color: #fff; color: #e70101; text-decoration: underline;}

.er .e_li .xuanle{ color:#e70101;}
.er .e_li .xuanle:hover{ color: #d90101;}

.thr{background:#e70101; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#e70101;}
.er .e_li .thr li a:hover{ color: #e70101;}
.er .e_li .thr li .xuan{ background:#e70101;}


.thr{background:#e70101; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:#e70101;}
.er .e_li .thr li a:hover{background:#e70101;}
.er .e_li .thr li .xuan{ background:#e70101 ;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px;}
.tu_lei_main_l_t2_title		{ width:260px; height:50px; margin:0 10px; padding:0 10px; border-bottom:2px solid #e70101;}
.tu_lei_main_l_t2_title i{float:left; line-height:40px;color:#3f3f3f; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:150px; height:50px; float:left; font-size:18px; color:#3f3f3f; line-height:40px;}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}


.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:20px; overflow:hidden;}


.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:10px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; height:auto; height:auto; font-size:26px; color:#3f3f3f; line-height:38px;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:15px; padding-bottom:5px;}
.neirong_title h1{ font-size:26px;}
.neirong_time{font-size:14px; color:#999; line-height:50px; word-spacing:8px; letter-spacing:1px; width:100%; height:auto; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:5px; margin-bottom:15px;}

.neirong_con{color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:300px; padding-bottom:15px; padding-top:20px; font-size:16px;}
.neirong_con img{max-width:100%; width:auto; height:auto;}
.neirong_con p{ line-height:30px;}
/*产品中心*/
.product_list{
	 width:1250px; height:auto; margin:0 auto; overflow:hidden; 
	 padding-top: 50px;
}

.images_list{width:380px; height:500px; float:left; background:#fff; margin-top:30px; margin-left:30px; border:1px dashed #CCC; transition:all .5s; overflow: hidden; font-size: 0px; box-sizing:border-box; }
.images_list a{display: block;width: 100%; height: 100%;}
.images_list .img{width:360px; height:260px; overflow:hidden;  margin: 0 auto;  display: flex; justify-content: center; align-items: center; align-content: center; background-color: #fff; float:left;  margin-top:10px; box-sizing:border-box}
.images_list .img img{ width: auto; max-width:100%; height:auto; transition:all 1s}

.images_list:hover .img img { transform:scale(1); }
.images_list .text{width:330px; margin:0 auto; height:auto; line-height:50px; font-size:15px; font-weight:400; text-align:left; overflow:hidden; margin-top:25px; font-size: 0px; border-top:1px solid #F3F3F3; }

.images_list .text .title{ height: 50px; line-height: 50px; font-size:18px; color: #333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.5s; text-align:center;}
.images_list .text .description{ height:80px; line-height:30px; font-size:18px; overflow: hidden; vertical-align:middle; margin-top:5px; padding-bottom:10px; box-sizing:border-box; margin-bottom:30px;}
.images_list .text .description p{
	color: #8c8c8c !important;
	font-size: 14px !important;
	line-height: 25px !important;
	transition: all 0.5s;
}
.images_list .text .description h2{ display: none;}
.images_list .text .description img{ display: none !important;}

.images_list .more{width:200px; height:40px; line-height:40px; border:1px solid #ccc; text-align:center; margin-top:25px; margin-bottom:25px; color:#8c8c8c;transition: all 0.5s;}
.images_list .more:hover{ background:#e70101; color:#e70101; color:#fff}

.images_list a{ color:#333; text-decoration:none;}
.images_list:hover{ border:1px dashed #e70101; transform: translateY(-10px);box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.images_list:hover .text .title{
	color: #e70101;
}
.images_list:hover .text .description p{
	color: #7c7c7c !important;
}
.images_list:nth-child(1),.images_list:nth-child(2),.images_list:nth-child(3){
	margin-top:0px;
}
/*产品内容*/

.product-top{width:870px; margin:0 auto; height:auto; overflow:hidden; padding-bottom:30px; position:relative;}

#preview{ float:none; text-align:center; width:375px; float:left; margin-left:0px; margin-top:0px; position:relative;}

.jqzoom{ width:375px; height:375px; position:relative; border:1px solid #eeeeee; top:0px;}
.jqzoom img{width:100%; height:100%;}
.jqimg{ display:none;}

.zoomdiv{  height:800px; width:800px;}


#spec-n5{width:375px; height:70px;overflow:hidden; margin-top:20px;}
#spec-list{ width:100%; float:left; overflow:hidden;  display:inline-block; text-align:center;}
#spec-list ul{ width:100%;}
#spec-list ul li{  display:inline-block; width:60px; margin-left:10px; margin-right:10px;}
#spec-list ul li img{ padding:2px; border:1px solid #f3f3f3; width:60px; height:60px; }

/*jqzoom*/
.jqzoom{position:relative; padding:0; background:#fff; z-index:100; overflow:hidden}

.zoomdiv{z-index:100;position:absolute; top:0px !important; left:390px !important;width:600px;height:600px;
background:#fff no-repeat center center;border:1px solid #e4e4e4;display:none;
text-align:center;overflow: hidden; background:#fff; }

.bigimg{width:800px;height:800px; display:block; z-index:12313; background:#fff; }

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;
background:#e70101 50% top no-repeat;opacity:0.3;-moz-opacity:0.3;-khtml-opacity:0.3;filter:alpha(Opacity=30);cursor:move; }

/**/

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}
#spec-list .lish_on img{ border:2px solid #e70101 !important;padding:1px !important; }


.product-top-right{ width:460px; height:auto; float:right; overflow:hidden; }
.product-top-right h2{ font-size:16px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:50px; padding-left:30px; color:#e70101; font-family:"xihei";}
.product-top-right h2 a{ color:#999;}
.product-top-right h2 a:hover{ color:#e70101;}
.product-top-right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:30px; padding-top:15px; padding-bottom:15px; font-weight:800;}
.product-top-right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:25px; height:80px; overflow:hidden;}
.product-top-right h4 a{ width:150px; height:35px; display:block; background:#e70101; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product-top-right h4 a i{ padding-left:10px;}
.product-top-right h4 a:hover{
	background-color: #ce0404;
}

.product-top-right .lx{ width:460px; font-size:14px; font-weight:300;  line-height:30px;  height:210px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; margin-top:30px; }
.product-top-right .lx .tedian{ padding-top:0px; padding-bottom:30px; padding-left:30px; padding-right: 30px;}
.product-top-right .lx p{ font-size:16px;  color:#575757 !important; line-height: 30px !important;}
.product-top-right .lx p span{ color:#e70101;}

/*放大镜结束*/

.product_content_top{width:1200px; height:auto; margin:0 auto; overflow:hidden;  display:none;} 
.product_content_top .left{ width:600px; height:500px; float:left; overflow:hidden; }

.product_content_list{width:600px; height:auto; margin:0 auto; overflow:hidden; }

.product_content_list .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.product_content_list .swiper-wrapper{width:100%; margin:0 auto; }
.product_content_list .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.product_content_list .swiper-slide ul{width:500px; height:375px; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left; overflow:hidden; margin-left:50px; margin-top:60px;}

.product_content_list .swiper-slide ul img{  width:100%;height:100%;}
.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:20px;}
.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product_content_list .swiper-pagination-bullet-active{ background:#3f3f73;}
.product_content_list .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:0px; }
.product_content_list .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.product_content_list .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:0px;}
.product_content_list .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.product_content_top .right{ width:500px; height:500px; float:right; overflow:hidden; }
.product_content_top .right h2{ font-size:25px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px; color:#e70101}
.product_content_top .right h2 a{ color:#333;}
.product_content_top .right h2 a:hover{ color:#e70101;}
.product_content_top .right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px;}
.product_content_top .right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:25px; height:80px; overflow:hidden;}
.product_content_top .right h4 a{ width:150px; height:35px; display:block; background:#e70101; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:470px; font-size:14px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:30px; padding-left:30px; height:240px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; }
.product_content_top .right .lx p{ font-size:14px; padding-top:30px; color:#575757; padding-bottom:30px;}
.product_content_top .right .lx p span{ color:#e70101;}

.play_qr{ width:200px; height:auto; background:#fff; text-align:center; padding-top:20px; padding-bottom:15px;}
.play_qr img{ width:160px; height:160px;}
.play_qr h2{ line-height:40px; font-size:16px; font-family:"xihei"; text-align:left;}
.play_qr h2 i{  font-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}


.product_content_content{width:100%; min-height:100px; height:auto; overflow:hidden; margin:0 auto; margin-top:10px; font-size: 0px;}
.product_content_content h2{width:auto; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:400; color:#333; overflow:hidden; border-bottom:1px solid #eaeaea;  background:#f3f3f3; }
.product_content_content h2 strong{font-family:"黑体"; font-family:800; float: left;}
.product_content_content h2 i{color:#e70101; padding-right:15px; font-family:300;font-size: 30px; float: left; padding-left: 20px;}

.chanpin_content{ width:100%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:10px; min-height:200px;}
.chanpin_content p{ line-height:30px;}
.chanpin_content img{ max-width:100%; height:auto;vertical-align: top;}

.product_bottom{ width:100%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:10px; min-height:200px;}
.product_bottom p{ line-height:30px;}
.product_bottom img{ max-width:100%; height:auto; display: block; margin: 0 auto;}

.xiayiye{width:100%; height:auto; line-height:35px; overflow:hidden; margin-top:15px; border-top:1px solid #dadada; margin-bottom:0px; padding-top:15px; overflow:hidden;}
.xiayiye p{width:100%; height:35px; line-height:35px; font-size:16px; color:#333; padding-left:20px; margin-top:5px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#e70101;}



/*新闻内容*/
.new_content_all{ padding-bottom:10px;}
.new_content_title{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:40px; padding-top:50px;}
.new_content_title h2{ font-size:30px; color: #e70101;}
.new_content_time{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:30px;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:1rem; border-left:1px solid #ccc ; margin-left: 1rem;}


.shebeizhanshi_xinxi{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:10px; border-bottom:2px solid #f3f3f3; padding-bottom:10px; border-top:2px solid #f3f3f3; margin-top:30px;}
.shebeizhanshi_xinxi p{ font-size:16px; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:18px;}

.new_content { width: 1150px; margin:0 auto; min-height:200px;background:none; overflow:hidden; padding-top:30px; padding-bottom:30px; font-size:15px; line-height:30px; color:#333;  text-justify:inter-ideograph;}
.new_content p{ line-height:30px; color:#333; font-size:15px;}
.new_content img{ max-width:100%; width:auto; height:auto;}


.neirong_next1					{font-size:16px; color:#3f3f3f; line-height:30px; width:1200px; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:20px; margin-top:30px; margin-bottom:10px;}
.neirong_next1 p				{ width:50%; float:left; overflow:hidden; line-height:30px;}
.neirong_next1 p i{ font-size:20px; float:left; padding-right:10px;}
.neirong_next1 p.np1			{ text-align:right; }
.neirong_next1 p.np1 i{ float:right;padding-left:10px;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:14px;color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#e70101; text-decoration:underline;}


/*搜索结果*/
/*搜索*/
.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px;}
.ss_no strong{ color:#e70101;}

.suo_text{ width:1200px; margin:0 auto; text-align:center; overflow:hidden; padding-top:30px; padding-bottom:10px; border-bottom:1px solid #f3f3f3;}
.suo_text h2{ line-height:50px; font-size:24px; font-weight:400;}
.suo_text h2 span{ color:#e70101; padding-left:0px; padding-right:0px; font-size:36px;}
.suo_text h2 strong{ color:#e70101; padding-left:15px; padding-right:15px; font-size:38px;font-weight:400;}

/* 内页横幅 */
.neiye_hengfu_all{
	width: 100%;
	height: 177px;
	background: url(../image/home_hengfu.jpg) top center no-repeat;
	margin-top: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
.neiye_hengfu_all .triangle{
	border-color: transparent transparent #fff transparent !important;
}
.neiye_youshi{
	margin-top: 5px;
	margin-bottom: 45px;
}


/*在线留言专用*/
.row_1{ margin:0 -5px;}
.ul_3{ width:100%; float:left;}
.ul_3 li{ width:100%; float:left; margin-top:18px; padding:0 5px;}
.ul_3 li .zbox{ width:100%; float:left; border:solid 1px #d2d2d2; padding-left:86px; position:relative;}
.ul_3 li .zbox .name{ width:100px; text-align:center; font-size:16px; color:#323232; line-height:48px; background:url(../images/lxwm5.jpg) no-repeat right center; position:absolute; left:0; top:0;}
.ul_3 li .zbox .name .ico{ display:inline-block; vertical-align:middle; width:22px; height:22px; background:#f39700; margin:-3px 7px 0 0; line-height:0;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_3 li .zbox .name .ico img{ width:100%; float:left;}
.ul_3 li .zbox input{ display:block; width:100%; float:left; padding-left:15px; font-size:16px; color:#323232; line-height:48px; background:none; height:48px;}
.ul_3 li .zbox textarea{ display:block; width:100%; height:270px; float:left; padding:10px 15px; font-size:16px; color:#323232; line-height:28px; background:none;}
.ul_3 li.l1{ width:50%;}
.ul_3 li.l2{ text-align:center; margin-top:37px;margin-bottom:37px;}
.ul_3 li.l2 input{ display:inline-block; width:206px; height:50px; line-height:50px; color:white; background:#f39700; font-size:18px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}

.ul_3 li.l2 input:hover{ background:#d90005;}

.ul_3 li .zbox .tips{ clear:both; position:absolute; z-index:99; top:15px; right:20px;}
@media  screen and (max-width:991px){
.c_1530_8{ padding:41px 20px 40px 20px;}
.ul_3 li{ margin-top:15px;}
.ul_3 li .zbox{ padding-left:76px;}
.ul_3 li .zbox .name{ width:76px; font-size:14px; line-height:42px;}
.ul_3 li .zbox .name .ico{ width:18px; height:18px; margin:-3px 4px 0 0;}
.ul_3 li .zbox input{ padding-left:10px; font-size:14px; line-height:42px; height:42px;}
.ul_3 li .zbox textarea{ height:200px; padding:10px 10px; font-size:14px; line-height:20px;}
.ul_3 li.l2{ margin-top:17px;}
.ul_3 li.l2 input{ width:166px; height:40px; line-height:40px; font-size:16px;}
}
@media  screen and (max-width:767px){
.c_1530_8{ padding:21px 10px 20px 10px;}
.ul_3 li{ margin-top:10px;}
.ul_3 li.l1{ width:100%;}
}
textarea,input {
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
}

@media  screen and (max-width:767px){
.ul_2{ margin-top:0px;}
.ul_2 li{ margin-top:10px;}
.ul_2 li .page{ height:auto; width:100%;}
.ul_2 li .page img{ width:100%; height:auto; position:relative; left:auto; top:auto; margin:0; float:left;}
.ul_2 li .text{  height:auto; width:100%; float:left; padding:21px 20px 15px 20px;}
.ul_2 li .text .title{ padding-bottom:6px;}
.ul_2 li .text .title a{ font-size:16px; line-height:28px;}
.ul_2 li .text .p{ margin-top:6px; font-size:12px; line-height:24px; height:auto;}
.ul_2 li .text .detail{ margin-top:10px;}
.ul_2 li .text .detail a{ width:85px; height:30px; line-height:30px;}
.ul_2 li .text .detail a img{ margin-top:12px; width:16px;}
.ul_2 li:hover .text .detail a{ padding:0 15px;}
}

.c_1530_8{ width:100%; float:left; padding:81px 0 80px 0; }
.c_1220{ width:1220px; margin:auto; max-width:100%;}
.row_1{ margin:0 -5px;}
.ul_3{ width:100%; float:left;}
.ul_3 li{ width:100%; float:left; margin-top:18px; padding:0 5px;}
.ul_3 li .zbox{ width:100%; float:left; border:solid 1px #d2d2d2; padding-left:86px; position:relative;}
.ul_3 li .zbox .name{ width:100px; text-align:center; font-size:16px; color:#323232; line-height:48px; background:url(../images/lxwm5.jpg) no-repeat right center; position:absolute; left:0; top:0;}
.ul_3 li .zbox .name .ico{ display:inline-block; vertical-align:middle; width:22px; height:22px; background:#f39700; margin:-3px 7px 0 0; line-height:0;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_3 li .zbox .name .ico img{ width:100%; float:left;}
.ul_3 li .zbox input{ display:block; width:72%; float:left; padding-left:15px; font-size:16px; color:#323232; line-height:48px; background:none; height:48px;}
.ul_3 li .zbox textarea{ display:block; width:100%; height:270px; float:left; padding:10px 15px; font-size:16px; color:#323232; line-height:28px; background:none;}
.ul_3 li.l1{ width:50%;}
.ul_3 li.l2{ text-align:center; margin-top:37px;}
.ul_3 li.l2 input{ display:inline-block; width:206px; height:50px; line-height:50px; color:white; background:#f39700; font-size:18px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}

.ul_3 li.l2 input:hover{ background:#d90005;}

.ul_3 li .zbox .tips{ clear:both; position:absolute; z-index:99; top:15px; right:20px;}
@media  screen and (max-width:991px){
.c_1530_8{ padding:41px 20px 40px 20px;}
.ul_3 li{ margin-top:15px;}
.ul_3 li .zbox{ padding-left:76px;}
.ul_3 li .zbox .name{ width:76px; font-size:14px; line-height:42px;}
.ul_3 li .zbox .name .ico{ width:18px; height:18px; margin:-3px 4px 0 0;}
.ul_3 li .zbox input{ padding-left:10px; font-size:14px; line-height:42px; height:42px;}
.ul_3 li .zbox textarea{ height:200px; padding:10px 10px; font-size:14px; line-height:20px;}
.ul_3 li.l2{ margin-top:17px;}
.ul_3 li.l2 input{ width:166px; height:40px; line-height:40px; font-size:16px;}
}
@media  screen and (max-width:767px){
.c_1530_8{ padding:21px 10px 20px 10px;}
.ul_3 li{ margin-top:10px;}
.ul_3 li.l1{ width:100%;}
}
