/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0px;
}

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%;
}

.pc-header {
	width: 100%;
	padding-top: 5px;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.pc-ej-header{
	z-index: 999;
	position: absolute;
}

.header-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.ej-header-center{
	height: 82px;
}
.pc-logo {
	width: 362px;
	flex-shrink: 0;
	margin-right: 15px;
}

.fwrx {
	font-size: 28px;
	color: #fff;
	font-family: "楷体";
	font-weight: bolder;
	margin-right: 64px;
}

.nav {
	width: 100%;
	height: 45px;
	padding-top: 5px;
}


.home-nav-list>ul {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
}
.home-nav-list2>ul{
	padding-top: 18px;
}
.home-nav-list>ul>li {
	flex: 1;
	text-align: center;
	position: relative;
	height: 100%;
}

.home-nav-list>ul>li.cur a {
	color: #fff;
	font-weight: bolder;
}

.home-nav-list>ul>li a {
	height: 100%;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: normal;
}

.home-nav-list>ul>li a:hover {
	color: #1dbb81;
}



.home-nav-list>ul>li ul.nav-drop-down,
.home-nav-list>ul>li.cur ul.nav-drop-down {
	position: absolute;
	top:40px;
	width: 100%;
	z-index: 99;
	background: rgba(29, 187, 129, 0.8);
	display:none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.home-nav-list2>ul>li ul.nav-drop-down{
	top:40px;
	position: absolute;
	width: 100%;
	z-index: 99;
	background: rgba(29, 187, 129, 0.8);
	display:none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.home-nav-list>ul>li ul.nav-drop-down li {
	width: 100%;
}
.home-nav-list>ul>li ul.nav-drop-down li a {
	color: #fff;
	border: none;
	height: 46px;
	line-height: 46px;
}


.home-nav-list>ul>li ul.nav-drop-down li a:hover {
	font-weight: normal;
	color: #fff;
	background: rgba(29, 187, 129, 0.6);
}



.banner .swiper-slide {
	height: 560px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	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: #1DBB81;
}

#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;
}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/

.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: 242px;
	margin-left: 15px;
	margin-top: 8px;
}

.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-t {
	margin-top: 42px;
}

.margin-b {
	margin-bottom: 42px;
}

.padding-t {
	padding-top: 42px;
}

.padding-b {
	padding-bottom: 42px;
}

.about-box {
	overflow: hidden;
}

.about-pic {
	width: 546px;
	margin-right: 30px;
}

.about-pic i.imgbox_a {
	padding-bottom: 72.29%;
}

.about-txt {
	overflow: hidden;
}

.about-txt h1 {
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}

.about-txt-scroll {
	height: 270px;
	overflow: hidden;
}

.about-txt h2 p *{
	font-size: 16px;
	color: #888;
	line-height: 1.7;
	font-family: "微软雅黑" !important;
}

.more-fr {
	display: flex;
	justify-content: flex-end;
}

.more {
	margin-top: 15px;
}

.more a {
	width: 128px;
	height: 48px;
	background: #1DBB81;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more a:hover {
	background: #0D9A66;

}

.home-tit {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 42px;
}

.home-tit.tit-color-w {
	color: #fff;
}

.box2 {
	background: #1DBB81;
}

.cpzs-list.cur {
	display: block;
	overflow: hidden;
	height: 385px;
}

.cpzs-list {
	display: none;

}

.cpzs-list .owl-item {
	width: 448px;
	overflow: hidden;
	margin-right: 28px;
}

.cpzs-item i.imgbox_a {
	padding-bottom: 67.53%;
}

.cpzs-item span {
	text-align: center;
	height: 72px;
	line-height: 52px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cpzs-item a:hover span {
	color: #4064e7;
}

.home-contact {
	display: flex;
	height: 405px;
}

.home-contact-map {
	width: 546px;
	flex-shrink: 0;
}

.home-contact-inf {
	flex-grow: 1;
	background: #1DBB81;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	overflow: hidden;
}

.home-contact-inf form .input-txt {
	width: 100%;
	height: 42px;
	border: none;
	margin-bottom: 12px;
	padding: 0 10px;
}

.home-contact-inf form .input-textarea {
	width: 100%;
	height: 102px;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
}

.yzm {
	display: flex;
}

.input-yzm {
	flex-grow: 1;
	height: 42px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
}

.yzm-img {
	width: 104px;
	height: 42px;
	flex-shrink: 0;
}

.input-button {
	width: 104px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: #fff;
	background: #0D9A66;
	margin-top: 20px;
	float: right;
}

.input-button:hover {
	background: #fff;
	color: #0D9A66;
}

#footer {
	background: #212D2D;
}

.footer-contact {
	background: #1DBB81;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-contact .container {
	display: flex;
	align-items: center;
}

.footer-contact-list {
	flex-grow: 1;
}

.footer-contact-list ul {
	display: flex;
	justify-content: space-between;
}

.footer-ewm {
	width: 112px;
	flex-shrink: 0;
	margin-left: 40px;
}

.footer-inf {
	overflow: hidden;
	color: #bbbbbb;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.7;
}

/********[产品中心]**********/

.ej-banner {
	height: 446px;
}

.ej-box {
	padding-top: 42px;
	min-height: 500px;
}

.ej-box-tit {
	font-size: 24px;
	font-weight: bolder;
	color: #000;
}

.ej-box-tit::after {
	content: "";
	width: 50px;
	height: 3px;
	background: #666666;
	display: block;
	margin-top: 5px;
}

.ej-box-inf {
	color: #888;
	line-height: 1.7;
	margin-top: 20px;
}

.ej-product-box {
	background: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

.ej-product-box ul li {
	width: 50%;
	padding-right: 30px;
	float: left;
}

.ej-product-box2 ul li {
	width: 25%;
	padding-right: 20px;
	text-align: center;
	float: left;
}
.ej-product-box2 ul{
	margin-right: -20px;
}
.ej-product-box ul{
	margin-right: -30px;
}
.ej-product-box ul li a {
	background: #fff;
	padding: 15px;
	display: block;
}
.ej-product-box ul li span{
	padding-top: 12px;
	height: 30px;
	display: block;
    text-align: left;
}
.ej-product-box ul li span h1{
	font-size: 16px;
	color: #000;
}
.ej-product-box ul li span h2{
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}
.ej-product-box2 ul li span{
	height: 60px;
}
.ej-product-box ul li i.imgbox_a {
	padding-bottom: 68.26%;
}



/*************[新闻]**************/


.news-tit{
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
.news-tit span{
	display: block;
	margin: 0px 30px;
}
.news-tit span a{
	color:#000
}
.news-tit span a:hover{
	color: #0D9A66;
}
.case-box {
	overflow: hidden;
}

.case-box ul li {
	margin-top: 34px;
}

.case-box ul li a {
	background: #fff;
	display: block;
	position: relative;
}

.case-box ul li a i span {
	position: absolute;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	width: 46px;
	height: 46px;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
	color: #fff;
}

.case-box ul li a i::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../images/play.png) no-repeat center rgba(0, 0, 0, 0.5);
}

.pic-box ul li a i::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: none;
}
.case-box ul li a:hover{
	color: #0D9A66;
}
.case-box ul li .imgbox_a {
	padding-bottom: 73.11%;
	position: relative;
}


.pro-case ul li .imgbox_a {
	padding-bottom: 120.32% !important;
	position: relative;
}

.case-box ul li a .case-text {
	padding-left: 10px;
	padding-right: 10px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.case-box ul li a:hover i span {
	display: none;
}

.case-box ul li a:hover i::before {
	opacity: 0;
}

.page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page ul {
	display: table;
	margin: 0px auto;
}

.page ul li {
	display: table-cell;
}
.page ul li.cur{
	display: block;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	background: #EEEEEE;
}
.page ul li a {
	display: block;
	padding: 2px 8px;
	margin: 0px 3px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
}

.page ul li a:hover {
	background: #EEEEEE;
	color: #000;
}



/*************[关于我们]**************/

.ej-tit{
	text-align: center;
	color: #000;
	margin-bottom: 24px;
}
.ej-tit span{
	font-size: 24px;
}
.ej-tit span:last-child{
	color: #bbbbbb;
}
.ej-tit i{
	font-style: normal;
	font-size: 24px;
	color:#33cc99;
	margin: 0 5px;
}
.ej-about-box{
	padding-bottom: 24px;
}
.about-txt-scroll.about-txt-main {
	height: auto;
	overflow: hidden;
}
.ej-about-box .about-pic {
	width: 465px;
	margin-right: 30px;
}
.ej-about-box .about-pic i{
	margin-bottom: 12px;
}
.ej-about-box .about-pic i:last-child{
	margin-bottom: 0px;
}

/*************[联系我们]**************/

.ej-contact{
	padding-top: 52px;
	padding-bottom: 94px;
}

/*************[新闻详情]**************/

.ej-news-tit{
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.ej-news-tit h1{
	font-size: 16px;
}
.ej-news-tit h2{
	font-size: 14px;
	margin-top: 15px;
}
.ej-news-detail{
	padding-top: 20px;
	padding-bottom: 40px;
}
.ej-news-detail p{
	display: block;
	line-height: 1.7;
	color: #666;
}



/*************[新增]**************/

.swiper-slide .container{
	margin: 0px auto;
	position: relative;
	height: inherit;
}
.slide-txt{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -250px;
	width: 500px;
	height: 160px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.7;
}
.slide-txt span{
    font-family: "楷体";
    font-size: 20px;
}
