/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0px;
}

i {
	font-style: normal;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@font-face {
	font-family: 'dinpro';
	src: url(../font/DINPRO.OTF);
}

@font-face {
	font-family: 'bebas';
	src: url(../font/bebas.TTF);
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/




#header {
	width: 100%;
	background: #fff;
}

.header-center {
	display: flex;
	align-items: center;
	height: 120px;
	padding-left: 100px;
	padding-right: 100px;
}

.pc-logo {
	width: 132px;
	flex-shrink: 0;
	margin-right: 180px;
}

.pc-logo a {
	width: 100%;
	display: inline-block;
}


.home-nav-box {
	flex-grow: 1;
	display: flex;
	height: 100%;
}

.home-nav-list {
	flex-grow: 1;
	height: 100%;
}

.home-nav-list>ul {
	display: flex;
	height: 100%;
}

.home-nav-list>ul>li {
	flex: 1;
	text-align: center;
	position: relative;
	height: 100%;
}

.home-nav-list>ul>li.cur a {
	color: #e60012;
}

.home-nav-list>ul>li a {
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 18px;
	color: #484446;
	padding-bottom: 20px;
}

/* 
.home-nav-list>ul>li a span{
	margin-right: 8px;
}
.home-nav-list>ul>li a i{
	width: 14px;
	height: 16px;
	display: inline-block;
}
.home-nav-list>ul>li a i img{
	display: block;
}
.home-nav-list>ul>li a i img+img{
	display: none;
} */

.home-nav-list>ul>li.cur a:hover,
.home-nav-list>ul>li:hover {
	color: #e60012;
}

.home-nav-list>ul>li.cur a i img {
	display: none;
}

.home-nav-list>ul>li.cur a i img+img {
	display: block;
}

.home-nav-list>ul>li:hover a {
	color: #e60012;
}

.home-nav-list>ul>li:hover a i img {
	display: none;
}

.home-nav-list>ul>li:hover a i img+img {
	display: block;
}



.home-nav-list>ul>li ul.nav-drop-down,
.pc-nav ul li.cur ul.nav-drop-down {
	position: absolute;
	top: 116px;
	width: 100%;
	z-index: 99;
	background: #fff;
	display: none;
}

.home-nav-list>ul>li ul.nav-drop-down li {
	width: 100%;
}

.home-nav-list>ul>li ul.nav-drop-down li a {
	color: #000;
	border: none;
	border-bottom: 1px solid #ececec;
	height: 50px;
	line-height: 50px;
}

.home-nav-list>ul>li ul.nav-drop-down li:last-child a {
	border-bottom: none;
}

.home-nav-list>ul>li ul.nav-drop-down li a:hover {
	font-weight: normal;
	color: #fff;
	background: #e60012;
}

.home-nav-list>ul>li:hover .nav-drop-down {
	display: block;
}


.home-nav-list>ul>li ul.list-unstyled {
	width: 100%;
	position: absolute;
	top: 120px;
	background: #fff;
	display: none;
	z-index: 999;
	padding-bottom: 12px;
}

.home-nav-list>ul>li ul.list-unstyled li a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}

.home-nav-list>ul>li ul.list-unstyled li a:hover {
	font-weight: normal;
	background: #e60012;
	color: #fff;
}

.home-nav-list>ul>li:hover .list-unstyled {
	display: block;
}


.home-header-right {
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 20px;
}

.home-header-tel {
	display: flex;
	align-items: flex-end;
	margin-right: 24px;
	margin-left: 50px;
}

.home-header-tel i {
	margin-bottom: -5px;
	margin-right: 10px;
}

.home-header-tel span {
	font-size: 22px;
	color: #e60012;
	margin-bottom: -3px;
}




.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.ph-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.banner .swiper-pagination-bullet-active,
.ph-banner .swiper-pagination-bullet-active {
	background-color: #018a46;
}

#header_sj {
	display: none;
}

.banner {
	text-align: center;
	display: block;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
}

.banner .swiper-button-prev {
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtl.png);
	margin-left: 50px;
}

.banner .swiper-button-next {
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtr.png);
	margin-right: 50px;
}

.ph-banner {
	display: none;
}


/********[手机导航开始]**********/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 76px;
	margin-left: 15px;
	margin-top: 2px;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/********[手机导航结束]**********/


#main {
	background: #fff;
}

.margin-t60 {
	margin-top: 60px;
}

.margin-b60 {
	margin-bottom: 60px;
}

.margin-t40 {
	margin-top: 40px;
}

.margin-b40 {
	margin-bottom: 40px;
}

.margin-b30 {
	margin-bottom: 30px;
}

.padding-t {
	padding-top: 50px;
}

.padding-t30 {
	padding-top: 30px;
}

.padding-b {
	padding-bottom: 50px;
}



.pingtai .owl-item.active:hover {
	border-radius: 5px;
	background: url(../images/box-navbj.jpg) no-repeat;
	background-size: cover;
}

.pingtai .owl-item.active:hover .pingtai-inf h1,
.pingtai .owl-item.active:hover .pingtai-inf h2 {
	color: #fff;
}



.title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.title h1 {
	font-size: 28px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bolder;
}

.title h2 {
	font-size: 16px;
	color: #666666;
}

.box1-1 {
	text-align: right;
}

.box1-1 h1 {
	margin-top: 20px;
	font-size: 24px;

}



.zlgh-box3-main {
	margin-top: 50px;
	margin-bottom: -34px;
}

.zlgh-box3-main .owl-dots{
	display: flex;
	justify-content: center;
	align-items: center;
}

.zlgh-box3-main .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background: #ababab;
	border-radius: 10px;
	margin: 0px 5px;
}
.zlgh-box3-main .owl-dots .owl-dot.active{
	background: #e60012;
}



.about-box3-main .owl-dots,
.ntjj-box3-pic .owl-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.about-box3-main .owl-dots .owl-dot,
.ntjj-box3-pic .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background: #ababab;
	border-radius: 10px;
	margin: 0px 5px;
}
.about-box3-main .owl-dots .owl-dot.active,
.ntjj-box3-pic .owl-dots .owl-dot.active{
	background: #e60012;
}







.zlgh-box3-main2 {
	margin-top: 50px;
	margin-bottom: -34px;
}

.zlgh-box3-list {
	margin-bottom: 24px;
}

.zlgh-box3-list i.imgbox_a {
	padding-bottom: 149.21%;
}

.pro-list-item {
	border: 1px solid #ebebeb;
	padding: 12px;
}

.pro-list-item i.imgbox_a {
	padding-bottom: 68.89%;
}



.zlgh-box3-list i {
	position: relative;
	font-style: normal;
}


.zlgh-zz-bj {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.zlgh-box3-bj {
	width: 100%;
	height: 124px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	color: #fff;
	z-index: 22;
}

.zlgh-box3-bj span {
	display: block;
	width: 64px;
	margin: 0px auto 30px;
}

.zlgh-box3-title {
	height: 38px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
}

.zlgh-box3-list:hover .zlgh-box3-bj {
	height: 240px;
	transition: height 1s;
}

.zlgh-box3-list:hover .zlgh-zz-bj {
	background: rgba(0, 0, 0, 0);
	transition: all;
	1s
}

.zlgh-box3-list:hover .zlgh-box3-inf {
	color: #fff;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
}






/********[首页产品中心开始]**********/

.box2 {
	background: #f9f9f9;
}

.home-product-box {
	overflow: hidden;
}

.home-product-tit {
	overflow: hidden;
	background: url(../images/home-product-bj.png) repeat-x 0px 69px;
}

.home-product-tit ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-product-tit ul li.cur a i::after {
	background: #E60012;

}

.home-product-tit ul li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-left: 30px;
	margin-right: 30px;
}


.home-product-tit ul li a i::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 30px;
	display: block;
	margin: 0px auto;
	margin-top: 10px;
}

.home-product-tit ul li a:hover i::after {
	background: #E60012;

}

.home-product-tit ul li a span {
	margin-top: 10px;
}

.home-product-mainbox {
	position: relative;
	height: 380px;
}

.home-product-listbox {
	width: 100%;
	position: absolute;
	left: -5000px;
	top: 0px;
}

.home-product-listbox.cur {
	position: absolute;
	top: 0px;
	left: 0px;
}

.home-product-list i.imgbox_a {
	padding-bottom: 63.76%;
}


.home-product {
	display: flex;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.home-more a {
	width: 142px;
	height: 42px;
	border: 1px solid #E60012;
	background: #E60012;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}

.home-more a:hover {
	background: #b70a18;
	border: 1px solid #b70a18;
	color: #fff;
}


/********[首页产品中心结束]**********/


.box2-1-1 ul {
	margin-right: -20px;
}

.box2-1-1 ul li {
	width: 33.3333%;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.box2-1-1 ul li.home-tj-66 {
	width: 66.666%;
}

.box2-1-1 ul li.home-tj-66 a {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.box2-1-1 ul li a {
	width: 100%;
	height: 280px;
	background: #f5f7f9;
	padding: 20px 50px;
	display: flex;
	flex-direction: column;
}

.box2-1-1 ul li.home-tj-66 a .box2-1-11 {
	flex-grow: 1;
	overflow: hidden;
}

.box2-1-1 ul li a .box2-1-11 h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.box2-1-1 ul li.home-tj-66 a .box2-1-11 {
	text-align: left;
}

.box2-1-1 ul li.home-tj-66 a .box2-1-11 h2 {
	font-size: 14px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;

}

.box2-1-1 ul li.home-tj-66 a .box2-1-12 {
	width: 350px;
	flex-shrink: 0;
}

.box2-1-1 ul li a .box2-1-13 i.imgbox_a {
	padding-bottom: 51.46%;
}

.box2-1-1 ul li a .box2-1-11 {
	text-align: center;
}

.box2-1-1 ul li a .box2-1-11 h2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}



.banner .swiper-pagination-bullet-active,
.ph-banner .swiper-pagination-bullet-active {
	background-color: #E60012;
}




.box3 {
	background: #f9f9f9;
}

.home-about-tit {
	font-size: 34px;
	font-weight: bolder;
	color: #555;
	margin-bottom: 12px;
}





.ntjj-box1 {
	display: flex;
}


.ntjj-box1-list1 {
	order: 2;
	width: 474px;
	flex-shrink: 0;
	margin-left: 82px;
}


.ntjj-box1-list1 i {

	position: relative;

}


.ntjj-box1-list1 i.imgbox_a {

	padding-bottom: 112.31%;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}




.ntjj-box1-list2 {
	order: 1;
	flex-grow: 1;
}



.ntjj-box1-list2 h1 {
	font-size: 30px;
}



.ntjj-box1-list2 h2 {
	font-size: 16px;
	margin-top: 28px;
	line-height: 1.75;
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 7;*/
	/*-webkit-box-orient: vertical;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
}



.ntjj-box1-list2 h3 {
	font-size: 58px;
	margin-top: 56px;
	margin-bottom: 56px;
	text-transform: uppercase;
	padding-left: 40px;
	color: #333;
}



.ntjj-box1-list2 h3 span {
	font-weight: bolder;
	color: #c41c0b;
}



.ntjj-box1-list2 h3::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #e5e5e5;
	display: block;
	position: absolute;
	margin-top: 35px;
	margin-left: 340px;
}



.ntjj-box1-list2 h4 {
	font-size: 16px;
	line-height: 2;
	overflow: auto;
}



.ntjj-box1-list2 h4 span {
	font-weight: bolder;
}

.more-list3 {
	margin-top: 50px;
}


.title2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box6-main {
	display: flex;
}

.box6-1 {
	width: 788px;
	flex-shrink: 0;
	margin-right: 38px;
}

.home-xwzx {
	width: 100%;
	overflow: hidden;
}

.home-xwzx ul {
	margin-right: -34px;
}

.home-xwzx ul li {
	width: 50%;
	padding-right: 34px;
	float: left;
}

.home-xwzx ul li a {
	background: #f5f7f9;
	padding: 20px;
	display: block;
	height: 460px;
}

.home-xwzx ul li i.imgbox_a {
	padding-bottom: 58.86%;
}

.home-xwzx ul li h3 {
	font-size: 14px;
	margin-top: 22px;
}

.home-xwzx ul li h1 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 24px;
	font-weight: bolder;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-xwzx ul li h2 {
	font-size: 14px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-xwzx ul li .more {
	font-size: 14px;
	margin-top: 20px;
}

.box6-2 {
	flex-grow: 1;
	overflow: hidden;
}

.box6-2 ul li {
	padding: 20px;
	background: #f5f7f9;
	height: 140px;
	margin-bottom: 20px;
}

.box6-2 ul li:last-child {
	margin-bottom: 0px;
}

.box6-2 ul li a {
	display: flex;
	align-items: center;
}

.box6-2 ul li a .box6-2-pic {
	width: 152px;
	flex-shrink: 0;
}


.box6-2 ul li a .box6-2-pic i.imgbox_a {
	padding-bottom: 64.68%;
}


.box6-2 ul li a .box6-2-inf {
	flex-grow: 1;
	margin-left: 20px;
	overflow: hidden;
}

.box6-2 ul li a .box6-2-inf h1 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.box6-2 ul li a .box6-2-inf h2 {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box6-2 ul li a .box6-2-inf h3 {
	font-size: 14px;
}




.box7 {
	background: url(../images/box7-bj.jpg) no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}



.home-hzkh {
	margin-top: 40px;
}

.home-hzkh-list dl dd {
	margin-bottom: 15px;
}

.home-hzkh-list dl dd+dd {
	margin-bottom: 0px;
}

.home-hzkh-list dl dd i.imgbox_a {
	padding-bottom: 37.74%;
}

.home-hzkh .owl-nav {
	position: absolute;
	width: 100%;
	height: 43px;
	top: 50%;
	margin-top: -21px;
	display: flex;
	justify-content: space-between
}

.home-hzkh .owl-nav .owl-prev {
	width: 25px;
	margin-left: -50px;
	background: url(../images/jt-l.png) no-repeat;
	opacity: 0.6;
	text-indent: -999999px;
}

.home-hzkh .owl-nav .owl-prev:hover {
	background: url(../images/jt-lh.png) no-repeat;
	opacity: 1;
}

.home-hzkh .owl-nav .owl-next {
	width: 25px;
	margin-right: -50px;
	opacity: 0.6;
	background: url(../images/jt-r.png) no-repeat;
	text-indent: -999999px;
}

.home-hzkh .owl-nav .owl-next:hover {
	background: url(../images/jt-rh.png) no-repeat;
	opacity: 1;
}

.home-hzkh .owl-dots{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 30px;
    margin-top: 15px;
}

.home-hzkh .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #ccc;
    display: block;
    margin: 0px 5px;
}

.home-hzkh .owl-dots .owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #e60012;
    display: block;
}



#footer {
	background: #2b2b2b;
	background-size: cover;
}

.home-footer-top {
	display: flex;
	padding-top: 50px;
	padding-bottom: 30px;
}

.home-footer-contact ul li {
	line-height: 1.75;
}

.home-footer-contact ul li span {
	color: #888888;
}

.home-footer-menu {
	display: flex;
	flex-grow: 1;
	overflow: hidden;
	justify-content: space-between;
}

.home-footer-zx dl dt,
.home-footer-menu dl dt {
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
	margin-bottom: 22px;
}

.home-footer-menu dl dd {
	color: #aeaeae;
	font-size: 14px;
	line-height: 2;
}


.home-footer-menu dl dd a {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.home-footer-menu dl dd a i {
	margin-right: 8px;
}

.home-footer-left {
	width: 320px;
	flex-shrink: 0;
	margin-right: 92px;
	display: flex;
	flex-direction: column;
}

.home-footer-logo {
	width: 220px;
	margin-bottom: 10px;
}

.home-footer-ewm {
	width: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-top: 20px;
}

.home-footer-ewm dl {
	text-align: center;
	margin-right: 15px;
}

.home-footer-ewm dl:last-child {
	margin-right: 0px;
}

.home-footer-ewm dd {
	color: #aeaeae;
	font-size: 14px;
	margin-top: 8px;
}

.home-footer {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	color: #888888;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}



/* 新闻列表 */



.ej-mbx {
	border-bottom: 1px solid #ececec;
	height: 68px;
}



.ej-mbx-l ul li {
	float: left;
	height: 68px;
	line-height: 68px;
	margin-right: 32px;
}



.ej-mbx-l ul li a {
	height: 68px;
	line-height: 68px;
	display: block;
	font-size: 16px;
	color: #2c2c2c;
	position: relative;
}


.ej-mbx-l ul li.cur a {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}

.ej-mbx-l ul li a:hover {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}



.ej-mbx-l ul li a:hover::before {
	content: "";
	width: 15px;
	height: 7px;
	position: absolute;
	bottom: -1px;
	z-index: 99;
	left: 50%;
	margin-left: -7px;
	background: url(../images/nav-jt.png) no-repeat;
}



.ej-mbx-l ul li a.cur {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}



.ej-mbx-l ul li a.cur::before {
	content: "";
	width: 15px;
	height: 7px;
	position: absolute;
	bottom: -1px;
	z-index: 99;
	left: 50%;
	margin-left: -7px;
	background: url(../images/nav-jt.png) no-repeat;
}



.ej-mbx-r {
	height: 68px;
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
}

.ej-mbx-r a {
	padding: 0 5px;
}


.ej-mbx-r a:hover {
	color: #e60012;
}


.ej-mbx-r i {
	display: flex;
	align-items: center;
}


.ej-box {
	padding-bottom: 20px;
}

.ej-news {
	overflow: hidden;
}


.ej-news-list ul li {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 34px;
	padding-top: 34px;
}

.ej-news-list ul li a {
	display: flex;
	overflow: hidden;
	align-items: center;
}


.ej-news-date {
	width: 154px;
	flex-shrink: 0;
	text-align: center;
}

.ej-news-date h1 {
	font-size: 42px;
	font-weight: bolder;
}

.ej-news-date h2 {
	font-size: 14px;
	margin-top: 8px;
}

.ej-news-img {
	width: 210px;
	flex-shrink: 0;
	margin-right: 42px;
}

.ej-news-img i.imgbox_a {
	padding-bottom: 62%;
}

.ej-news-txt {
	flex-grow: 1;
	overflow: hidden;
}

.ej-news-txt a:hover h1 {
	color: #085BA6;
}

.ej-news-txt h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ej-news-txt span {
	display: block;
	font-size: 14px;
	margin-top: 8px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ej-news-txt h2 {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	height: 3.4em;
	overflow: hidden;
	margin-top: 5px;
	color: #999;
}

.ej-news-txt h3 {
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}

.ej-news-list ul li a:hover .ej-news-txt h1,
.ej-news-list ul li a:hover .ej-news-date h1,
.ej-news-list ul li a:hover .ej-news-date h2 {
	color: #e60012;
}

.page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page ul {
	display: table;
	margin: 0px auto;
}

.page ul li {
	display: table-cell;
}

.page ul li a {
	display: block;
	padding: 5px 14px;
	border: 1px solid #dee4e9;
	margin: 0px 5px;
	text-align: center;
	border-radius: 2px;
}

.page ul li a:hover {
	background: #e60012;
	color: #fff;
	border: 1px solid #e60012;
}




/* 联系我们 */

.ej-banner {
	background: url(../images/ej-banner.jpg) no-repeat;
	background-size: cover;
}

.ej-banner .container {
	height: 360px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.ej-banner h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bolder;
}

.ej-banner h2 {
	font-size: 20px;
	margin-top: 8px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}

.ej-banner h2::after {
	content: "";
	width: 65px;
	height: 3px;
	background: #e60012;
	margin-top: 20px;
	display: block;
}

.ej-banner span {
	font-size: 28px;
}

.ej-main {
	overflow: hidden;
}

.contact-map {
	height: 372px;
	background: url(../images/contact-map.jpg) no-repeat center;
}

.contact-inf {
	display: flex;
	background: url(../images/contact-bj.jpg) no-repeat center;
	padding-top: 88px;
	padding-bottom: 88px;
	align-items: center;
}

.contact-pic {
	flex-shrink: 0;
	width: 668px;
	margin-left: 150px;
}

.contact-text {
	flex-grow: 1;
	overflow: hidden;
}

.contact-text h1 {
	font-size: 20px;
}

.contact-address {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.contact-address h1 {
	font-size: 16px;
	color: #666666;
}

.contact-address h1 span {
	color: #555555;
	font-weight: bolder;
	margin-right: 6px;
}

.contact-address i {
	margin-right: 10px;
}

.contact-list {
	width: 100%;
	display: flex;
	float: left;
	margin-top: 22px;
}







/************[简介]****************/



.ntjj {}




.n_shuzi {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.n_shuzi li {
	display: flex;
	grid-template-columns: 30px 1fr;
	align-items: center;
}

.n_shuzi li .ico {
	width: 40px;
	margin-right: 10px;
}

.n_shuzi li .ico img {
	width: 40px;
	max-width: 100%;
}

.n_shuzi li .shuzi {
	color: #e60012;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.n_shuzi li .shuzi span {
	font-size: 14px;
}

.n_shuzi li .shuzi i {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	margin-right: 5px;
}

.n_shuzi li p {
	margin: 0px;
	color: #333;
}

.n_line {
	display: block;
	width: 100%;
	height: 1px;
	background: #ebebeb;
}



.ntjj-box3 {

	padding-bottom: 62px;

}



.ntjj-inf-list3 span {

	width: 80px;

	height: 80px;

	background: #a59e5e;

	border-radius: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

}


.ntjj-inf-list3 span img {

	width: 54px !important;
	height: 54px !important;

}



.ntjj-box3-inf {
	margin-top: 30px;
	text-align: center;
	line-height: 2;
	color: #555555;
}


.ntjj-box3-pic {
	padding-top: 20px;
}


.ntjj-box3-piclist i.imgbox_a {
	padding-bottom: 68.55%;
}

.border-t {
	border-top: 1px solid #f5f5f5;
}

.border-b {
	border-bottom: 1px solid #f5f5f5;
}


.about-box3-main {
	margin-top: 20px;
}

.about-box3-list i.imgbox_a {
	padding-bottom: 68.55%;
}

.about-box3-list i {
	position: relative;
	font-style: normal;
}

.about-box3-bj {
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(1, 11, 38, .5);
	position: absolute;
	bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.about-box3-title {
	height: 52px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}

.about-box3-list:hover .about-box3-bj {
	height: 100%;
	transition: height .8s;
	display: flex;
	justify-content: center;
	align-items: center;
}



/************[产品]****************/


.product-tit {
	overflow: hidden;
}

.product-tit ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-tit ul li.cur a i::after {
	background: #1363c6;

}

.product-tit ul li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-left: 30px;
	margin-right: 30px;
}


.product-tit ul li a span {
	margin-top: 10px;
}

.product-tit ul li a:hover span {
	color: #1068ca;
}

.product-mainbox {
	margin-top: 34px;
}

.product-mainbox ul li {
	margin-bottom: 34px;
}

.product-mainbox ul li .home-product-list {
	border: 1px solid #E5E5E5;
}


.home-product-list i {
	font-style: inherit;
}

.pro-zz-bj {
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(144, 154, 158, .8);
	position: absolute;
	bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.pro-zz-title {
	height: 52px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}

.product-mainbox .home-product-list:hover .pro-zz-bj,
.home-product-list:hover .pro-zz-bj {
	height: 100%;
	padding-top: 50px;
	transition: height 1s;
}

.product-mainbox .home-product-list:hover .pro-zz-inf,
.home-product-list:hover .pro-zz-inf {
	color: #fff;
	line-height: 2;
}



/************[技术咨询]****************/

.hz-yx-table {
	box-sizing: border-box;
	margin-right: -30px;
}

.hz-yx-input {
	width: 50%;
	float: left;
	padding-right: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.hz-yx-input input {
	flex-grow: 1;
	height: 44px;
	border: 1px solid #ccc;
	padding-left: 24px;
}

.hz-yx-input span,
.hz-yx-textarea span {
	width: 96px;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: bolder;
	text-align: right;
	padding-right: 10px;
}

.hz-yx-input span i {
	color: #E60012;
	margin-right: 5px;
}

.hz-yx-input textarea[name="comments"] {
	width: 100%;
	height: 124px;
	padding-top: 9px;
	border: 1px solid #ccc;
	padding-left: 24px;
	line-height: 24px;
}

.hz-yx-textarea {
	width: 100%;
	padding-right: 30px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}

.hz-yx-textarea textarea {
	flex-grow: 1;
	border: 1px solid #ccc;
	padding: 10px;
}

.zx-button {
	width: 128px;
	height: 46px;
	background: #E60012;
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: #fff;
	margin-left: 96px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.zx-title {
	font-size: 18px;
	font-weight: bolder;
	padding-left: 15px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.zx-title::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #E60012;
}

.zx-box2 {
	padding-bottom: 20px;
}

.zx-box2-txt {
	font-size: 16px;
	line-height: 1.7;
}


/************[文字新闻]****************/

.ej-noticenews-list ul li {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 30px;
	padding-top: 30px;

}

.ej-noticenews-list ul li a:hover h1 {
	color: #004ec4;
}

.notice-newstxt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.notice-newstxt h1 {
	position: relative;
	flex-grow: 1;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 15px;
}

.notice-newstxt h1::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #666;
	position: absolute;
	left: 0px;
	margin-top: -3px;
	top: 50%;
	border-radius: 20px;
}

.notice-newstxt span {
	width: 200px;
	flex-shrink: 0;
	margin-left: 20px;
}

/************[悬窗]****************/



.online_q {
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(30px);
	position: fixed;
	right: 0px;
	bottom: 10%;
	z-index: 999;
	transition: .5s;
	-webkit-transition: .5s;
	border-radius: 0px;
	mix-blend-mode: revert;
	background: #E60012;
}

.online_q.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.online_q .close {
	position: absolute;
	right: -16px;
	font-size: 16px;
	color: #969797;
	opacity: 1;
	font-weight: normal;
	cursor: pointer;
}

.online_q .btn2 {
	width: 60px;
	height: 80px;
	cursor: pointer;
	position: relative;
}

.online_q .btn2+.btn2:before {
	content: "";
	display: block;
	width: 70%;
	left: 15%;
	position: absolute;
	top: 0;
	height: 1px;
	background: #ebecee;
	transition: .3s;
}

.online_q .btn-top {
	padding: 0;
	transition: .5s;
	overflow: hidden;
}


.online_q .btn2 span {
	display: flex;
	float: left;
	color: #fff;
	flex-direction: column;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 80px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	overflow: hidden;
	flex-shrink: 0;
}

.online_q .btn2 span svg {
	width: 22.5px;
	height: 22.5px;
}

.online_q .btn2 span img {
	width: 28.125px;
}

.online_q .btn2 span svg path {
	fill: #fff;
}

.online_q .btn2:hover span svg path {
	fill: #fff;
}

.online_q .btn2:nth-child(1) span {
	border-radius: 37.5px 37.5px 0 0;
}

.online_q .btn2:last-child span {
	border-radius: 0 0 37.5px 37.5px;
}

.online_q .open.pic {
	position: absolute;
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 150px;
	min-height: 160px;
	right: 60px;
	top: 0;
	padding: 10px;
	text-align: right;
	opacity: 0;
	transition: .6s;
	-webkit-transition: .6s;
	visibility: hidden;
}

.online_q .open.pic p {
	font-size: .9rem;
	color: #4c4c4c;
	text-align: center;
	margin-top: .7rem;
}

.online_q .open.pic img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 4px auto 0;
}

.online_q .btn2:hover .open.pic {
	opacity: 1;
	right: 60px;
	visibility: visible;
}

.online_q .open.phone {
	position: absolute;
	background: #fff;
	font-family: DINPRO-REGULAR;
	border: 1px solid #e5e5e5;
	right: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #529de1;
	top: 0;
	transition: .6s;
	-webkit-transition: .6s;
	opacity: 0;
	visibility: hidden;
	display: flex;
	background: #fff url(../images/piaofu_tel_bg.jpg) right center no-repeat;
}

.online_q .btn-qq .open.phone {
	background: #fff url(../images/piaofu_qq_bg.jpg) right center no-repeat;
}

.online_q .open.phone dl {
	height: 160px;
	width: 263px;
	padding: 16.5px 30px 18.75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.online_q .open.phone dl:nth-child(2) {
	width: 302px;
	border-left: 1px solid #e5e5e5;
}

.online_q .open.phone dt {
	font-size: 18.75px;
	color: #4c4c4c;
	display: flex;
	align-items: center;
	margin: bottom 11.25px;
}

.online_q .open.phone dt svg {
	width: 24px;
	margin-right: 7.5px;
}

.online_q .open.phone dd {
	font-size: 13px;
	color: #808080;
}

.online_q .open.phone dd h6 {
	font-size: 24px;
	color: #e60012;
	margin-bottom: 16px;
	font-style: italic;
}


.online_q .btn2:hover .open.phone {
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 1;
	visibility: visible;
	right: 60px;
}


/************[案例详情]****************/



.case_xq {}

.case_xq .box01 .item {
	display: flex;
	padding: 40px 0;
}

.case_xq .box01 .item:nth-child(2) {
	direction: rtl;
}

.case_xq .box01 .item img {
	margin-right: 40px;
	width: 460px;
	flex-shrink: 0;
}

.case_xq .box01 .item:nth-child(2) img {
	margin-right: 0px;
	margin-left: 30px;
	width: 460px;
	flex-shrink: 0;
}

.case_xq .box01 .item+.item {
	border-top: 1px solid #e5e5e5;
}

.case_xq .box01 .txt {
	display: grid;
	direction: ltr;
	flex-grow: 1;
	overflow: hidden;
}

.case_xq .box01 .txt h4 {
	font-size: 20px;
	color: #4c4c4c;
	margin-bottom: 10px;
}

.case_xq .box01 .txt .con {
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	color: #737373;
}

.case_xq .box01 .txt .con li {
	list-style: disc;
}

.case_xq .box01 .tip {
	align-self: flex-end;
	font-size: 15px;
	line-height: 1.7;
	color: #e60012;
}

.case-box3-title {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.case-box3-inf {
	height: 42px;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case-more {
	width: 94px;
	height: 34px;
	background: #e60012;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	font-size: 12px;
}





/************[单篇]****************/

.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}



.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}



.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}



.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0px 0px;
	min-height: 600px;
}



.danpian-con * {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 1.7 !important;
	font-family: "微软亚黑" !important;
}



.danpian-con img {
	margin: 15px auto !important;
	display: flex;
}



.danpian-con p {
	font-size: 16px;
	text-indent: 2em;
	font-family: "微软亚黑";
}



.dan-page {
	padding-top: 10px;
	border-top: 1px solid #eee;
}



.dan-a {
	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.dan-a a {
	font-size: 16px;
	color: #666;
}


.dan-a a:hover {
	color: #e60012;
}



.case-prolist {
	width: 100%;
}


/********[产品列表]**********/

.product-box {
	overflow: hidden;
}

.ej-pro-main {
	padding-top: 32px;
}

.ej-pro-menubox {
	margin-right: 40px;
	width: 300px;
}

.ej-pro-tit {
	height: 54px;
	background: #e60012;
	color: #fff;
	font-weight: bolder;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.ej-pro-menu {
	width: 100%;
	display: block;
}

.ej-pro-menu>ul>li {
	margin-bottom: 10px;
}

.ej-pro-menu>ul>li span {
	display: block;
	line-height: 54px;
	color: #000;
	padding-left: 20px;
	cursor: pointer;
	background: url(../images/jt-b-down.png) no-repeat 270px center #f7f7f7;
}

.ej-pro-menu>ul>li span:hover {
	background: #003dcf;
	color: #fff;
	background: url(../images/jt-w-down.png) no-repeat 270px center #003dcf;
}

.ej-pro-menu>ul>li span.active {
	color: #fff;
	background: url(../images/jt-w-up.png) no-repeat 270px center #003dcf;
}

.ej-pro-menu>ul>li .cur {
	display: block;
}

.ej-pro-menu>ul>li ul {
	color: #000000;
	background: #fff;
	display: none;
}

.ej-pro-menu>ul>li>ul {
	padding-top: 5px;
	padding-left: 30px;
}

.ej-pro-menu>ul>li>ul>li {
	line-height: 35px;
}

.ej-pro-menu>ul>li>ul>li a {
	color: #666;
	font-weight: 100;
}

.ej-pro-menu>ul>li>ul>li a.active {
	color: #003dcf;
	font-weight: 200;
}

.ej-pro-menu>ul>li>ul>li a:hover {
	color: #003dcf;
	font-weight: 200;
}

.product-list-main {
	overflow: hidden;
}

.product-list {
	margin-right: -32px;
	/*overflow: hidden;*/
	margin-bottom: -30px;
}

.product-list ul li {
	width: 33.333%;
	padding-right: 32px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.product-list ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
	border: 1px solid #dde3e8;
	padding: 15px 15px 25px 15px;
}

.product-list ul li a .imgbox_a {
	padding-bottom: 72.99%;
}

.product-list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list ul li a h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
}

.product-list ul li a:hover h1 {
	color: #e60012;
}

.pro-more {
	width: 100px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	color: #666;
}

.product-list ul li a:hover .pro-more {
	background: #e60012;
	border: 1px solid #e60012;
	color: #fff;
}



/********[下拉菜单]**********/


/*第一层*/
.menu li.level1>a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left: 24px;
	font-size: 16px;
	position: relative;
	background: #f7f7f7;
	color: #333;
	margin-bottom: 10px;
}

.menu li.level1:first-child ul {
	display: block;
}

.menu li.level1 a:hover {
	text-decoration: none;
	border-left: 3px solid #e60012;
	color: #333;
}

.menu li.level1 a.current {
	margin-bottom: 0px;
	border-left: 3px solid #e60012;
	color: #333;
	font-weight: bolder;
	color: #e60012;
}

/*============修饰图标*/
/* .ico {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	background-repeat: no-repeat;
	background-image: url(images/ico1.png);
} */

/*============小箭头*/

.level1 i {
	width: 16px;
	height: 9px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
}

.level1 i.down {
	background-position: -16px 0px;
}



/*第二层*/
.menu li ul {
	overflow: hidden;
}

.menu li ul.level2 {
	display: none;
	background: #f7f7f7;
	margin-bottom: 10px;

}

.menu li ul.level2 li a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #333;
	text-indent: 60px;
	/*border-bottom: 1px solid #ddd; */
	font-size: 14px;
}

.menu li ul.level2 li a:hover {
	border-left: none;
	color: #e60012;
}


/* 产品详情 */

.procon-box1 {
	display: flex;
	border-bottom: 1px solid #ececec;
	padding-bottom: 30px;
}

.procon-box1-1 {
	width: 460px;
	flex-shrink: 0;
	margin-right: 40px;
}

.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tb-pic a img {
	vertical-align: middle;
}

.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}

.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
}

.tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	height: 82px;
	margin: 0 4px 0 4px;
	overflow: hidden;
	border: 1px solid #CDCDCD;
	overflow: hidden;
}

.tb-s310,
.tb-s310 a {
	height: 460px;
	width: 460px;
}

.tb-s310,
.tb-s310 img {
	max-height: 460px;
	max-width: 460px;
}

.tb-s310 a {
	*font-size: 271px;
}

.tb-s40 a {
	*font-size: 35px;
}

.tb-s40,
.tb-s40 a {
	height: 82px;
	width: 82px;
}

.tb-booth {
	border: 1px solid #CDCDCD;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.tb-thumb .tb-selected {
	height: 82px;
	border: 1px solid #C30008;
}

.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.procon-box1-2 {
	flex-grow: 1;
}

.procon-box1-tit {
	font-size: 24px;
	font-weight: bolder;
	color: #333;
	line-height: 1.7;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}

.procon-box1-con {
	padding-top: 20px;
}

.procon-box1-con h1 {
	font-size: 14px;
	color: #888;
}

.procon-box1-botton {
	display: flex;
	padding-top: 30px;
}

.procon-box1-botton a {
	width: 152px;
	height: 46px;
	border-radius: 5px;
	background: #EE2E24;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 12px;
}

.procon-box1-botton a+a {
	background: #006699;
}

.procon-box1-sx {
	padding-top: 30px;
}

.procon-box1-sx h2 {
	font-size: 14px;
	display: flex;
	margin-bottom: 15px;
}

.procon-box1-sx h2 span:first-child {
	width: 84px;
	display: inline-block;
}

.procon-box2-1 {
	height: 46px;
	line-height: 46px;
	background: #F7F7F7;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.procon-box2-1::before {
	content: "";
	width: 4px;
	height: 20px;
	background: #EE2E24;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
}

.procon-box2-2 {
	padding-top: 20px;
}

.procon-box2-2 p {
	font-size: 16px;
	line-height: 1.7;
}

.procon-box3 {
	padding-bottom: 50px;
}

.procon-box3-2 {
	padding-top: 30px;
}



/* 资质荣誉 */


.zzry-list-item a i.imgbox_a {
	padding-bottom: 139.02%;
}

.zzry-text {
	height: 52px;
	background: #f5f5f5;
	text-align: center;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px;
}



/* 合作伙伴 */

.hzkh-box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.hzkh-box .row {
	margin-bottom: -30px;
}

.hzkh-list {
	border: 1px solid #ececec;
	margin-bottom: 30px;
}

.hzkh-list a i.imgbox_a {
	padding-bottom: 37.74%;
}



/************[首页弹出视频]****************/

.pop-box {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

.pop-main {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pop {
	width: 600px;
	height: 500px;
	position: relative;
	background: #e60012;
	padding: 20px;
}

.pop-item {
	width: 560px;
	height: 396px;
	padding: 20px;
	background: #fff;
}

.pop-close {
	padding: 12px;
	width: 44px;
	height: 44px;
	background: #fff;
	position: absolute;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -12px;
	top: -12px;
	z-index: 9999;
	font-size: 20px;
}

.pop-close:hover img {
	cursor: pointer;
	animation: rotate .4s linear;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(180deg);
	}
}



.pop-title {
	background: #e60012;
	color: #fff;
	font-size: 28px;
	font-weight: bolder;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.hy-list {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.hy-list span {
	width: 56px;
	line-height: 46px;
	font-size: 16px;
	display: block;
	float: left;
}

.hy-list input.hy-text {
	width: 100%;
	height: 46px;
	padding-left: 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: left;
}

.hy-list textarea.hy-textcon {
	width: 100%;
	height: 92px;
	line-height: 22px;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding-top: 8px;
}

.hy-button {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

button.hy-zc {
	width: 136px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e60012;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 0px 20px;
}


.title2 h2{
	font-size: 16px;
	display: flex;
}
.title2 h2 span{
	margin-right: 10px;
}
.title2 h2 span.cur{
	color: #E60012;
}
.box6-list {
	display: none;
}
.box6-list.cur{
	display: flex;
}
.box6-more a{
	display: none;
}
.box6-more a.cur{
	display: inline-block;
}



/* 新增 */

.ph-ej-lm{
	display: none;
}
.ph-ej-lm ul {
	margin-right: -12px;
}
.ph-ej-lm ul li{
	padding-right: 12px;
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.ph-ej-lm ul li a{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	float: left;
	border: 1px solid #ccc;
	padding-left: 8px;
	padding-right: 8px;
}

.ph-ej-lm ul li.cur a{
	border: none;
	background: #e60012;
	color: #fff;
}


