/*头部公用样式*/

.fl{
	float: left;
}
.fr{
	float: right;
}
.top-head{
	height: 39px;
	border-bottom: 1px solid #d2d2d2;
}

.wel{
	font: normal 14px/39px "Microsoft YaHei";
	color: rgba(1, 1, 1, 0.8);
}
.wel p{
	margin: 0;
}
.k1{
	font: normal 14px/39px "Microsoft YaHei";
	color: rgba(1, 1, 1, 0.8);
}
.k1 a{
	color: rgba(1, 1, 1, 0.8);
}

.w1430{
	max-width: 1430px;
	margin: 0 auto;
	padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.xy-head {


}
.xymob-search .xymob-search-box #formsearch{
    width: 100%;
}
.xymob-search .xymob-search-box #s_btn{
        height: 39px;
}

.xy-head-left .logo {
	display: block;
	-webkit-transition: all .7s;
	transition: all .7s;
	padding-right: 20%;
	line-height: 120px;
}

.xy-head-left .logo h1 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.xy-head-left .logo img {
	max-width: 100%;
}

.xy-head-right .xy-head-links {
	margin: 20px 0;
	color: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	overflow: hidden;
	height: 20px;
	opacity: 1;
}

.xy-head-right .xy-head-links a {
	color: #fff;
	padding: 0 10px;
}

.xy-head-navbar {
	position: relative;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.xy-head-navbar .xy-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.1);
}

.xy-head-navbar .xy-search #keyword {
	float: left;
	width: 80%;
	height: 28px;
	background: none;
	border: none;
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
}

.xy-head-navbar .xy-search #s_btn {
	float: right;
	width: 20%;
	height: 28px;
	background: none;
	font-size: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
}

/*.xy-head.scroll {*/
/*	position: fixed;*/
/*	background: rgba(0, 0, 0, 0.5);*/
/*	-webkit-transition: all .7s ease;*/
/*	transition: all .7s ease;*/
/*}*/

/*.xy-head.scroll .xy-head-left .logo {*/
/*	padding-top: 10px;*/
/*}*/

/*.xy-head.scroll .xy-head-right .xy-head-links {*/
/*	height: 0;*/
/*	margin: 0;*/
/*	opacity: 0;*/
/*}*/

/*.xy-head.scroll .xy-head-right .xy-head-navbar {*/
/*	margin-top: 18px;*/
/*}*/

@media (max-width: 768px) {
	.xy-head {
		display: none;
	}
}


/* 导航样式 */


.xy-menu > li {
	float: left;
	width: 13.666666%;
	position: relative;
}



.xy-menu > li > a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 120px;
}

.xy-menu > li:hover > a{
	background: url("../images/line01.png") no-repeat center 80px;
}



.xy-menu .xy-sub-menu {
	display: none;
	position: absolute;
	width: 160%;
	border-top: 2px solid #009F3B;
	left: 0;
	top: 120px;
	-webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	        box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	background: #fff;
	padding-bottom: 4px;
	z-index: 9999;
}

.xy-menu .xy-sub-menu > li {
	border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu > li > a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #989898;
	position: relative;
	padding-left: 10%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-right: 15%;
}

.xy-menu .xy-sub-menu > li > a:after {
	position: absolute;
	right: 12%;
	top: calc(50% - 3.5px);
	content: '';
	width: 5px;
	height: 7px;
	background: url("../images/xy-sub-nav-jt.png") 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu > li > a:hover {
	background: #ececec;
	color: #4a4a4a;
	padding-left: 15%;
}

.xy-menu .xy-sub-menu > li > a:hover:after {
	background-position: 0 0;
}

@media (max-width: 1200px) {
	.xy-menu > li > a {
		font-size: 14px;
	}

	.xy-menu .xy-sub-menu > li > a {
		line-height: 35px;
		font-size: 12px;
	}
}


.x-banner{
    position: relative;
}

.x-banner .ss{
	padding: 12px 0;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}

#formsearch{
	width: 45%;
}

#formsearch input{
	height:38px;
	background:rgba(255, 255, 255, 0.14);
	border:none;
	line-height:38px;
}
#formsearch input#keyword{
	height:38px;
	line-height:38px;
	padding-left:10px;
	color:rgba(255, 255, 255, 0.9);
	width: 80%;
}
.hahh::-webkit-input-placeholder{
	color:rgba(255, 255, 255, 0.7);
}
#formsearch input#s_btn{
	width:15%;
	height:38px;
	line-height:38px;
	text-align:center;
	background:url("../images/ss.png") no-repeat center rgba(255, 255, 255, 0.14);
	border:none;
	cursor:pointer;
}
.hotSearch{
	font: 200 13px/38px "Microsoft YaHei";
	color: rgba(255, 255, 255, 0.9);
}
.hotSearch a{
	/*margin-right:6px;*/
	color: rgba(255, 255, 255, 0.9);
}
.hotSearch a:after{
	content: "|";
	color: rgba(255, 255, 255, 0.9);
	margin: 0 5px;
}
.hotSearch a:last-child:after{
	display: none;
}
.ss .w1430 {
	padding: 0 5% 0 10%;
}
@media (max-width: 768px){
  .x-banner .ss{
		display: none;
	}
}


.formsearch2{
    width: 100%!important;
}

.formsearch2 input#keyword{
    background: none!important;
}

.formsearch2 input#s_btn{
    background: none!important;
}


.owl-carousel .owl-dots{
    display: none;
}


/*首页产品中心部分*/

.index-c1{
   padding-top: 60px;
}

.tlt{
	border-bottom: 1px solid #009F3B;
	color: #000;
	margin-bottom: 40px;
	font: 30px/50px "Microsoft YaHei";
}
.tlt span{
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	padding-left: 10px;
}
.tlt a{
	float: right;
	font-size: 16px;
	font-weight: 100;
	color: #000;
}

.pro-sort ul li{
	width: 100%;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
.pro-sort ul li a{
	display: block;
	font: normal 16px/48px "Microsoft YaHei";
	color: #000;
	text-align: center;
}
.pro-sort ul li:hover{
	background: #009F3B;
	border-color: #009F3B;
}

.pro-sort ul li:hover a{
	color: #fff;
}

.pro-list ul li a{
	display: block;
	position: relative;
}

.pro-list ul li a img{
	width: 100%;
	height: auto;
}

.pro-list ul li .marks{
	width: 60%;
	height: 60%;
	background: url("../images/marks.png") no-repeat center;
	background-size:cover;
	position: absolute;
	top: 20%;
	left: 20%;
	right: 20%;
	display: none;
}
.pro-list ul li:hover .marks{
	display: block;
}

@media (max-width: 768px){
	.pro-list ul li{

		margin-bottom: 20px;
	}
}

.pro-list h3 {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

/*首页我们的优势部分*/

.index-c2{
	padding-top: 60px;
}
.c2-con ul li{
	width: 32.63%;
	padding: 2%;
	border: 1px solid #e5e5e5;
	float: left;
	margin-right: 1%;
	position: relative;
	margin-bottom: 15px;
}
.c2-con ul li:nth-child(3n){
	margin-right: 0;
}
.c2-con ul li h3{
	font: normal 24px/40px "Microsoft YaHei";
	color: #000;
	background: url("../images/line01.png") no-repeat left bottom;
	padding-bottom: 5px;
}
.c2-con ul li .info{
	font: 100 16px/24px "Microsoft YaHei";
	color: #000;
	height: 92px;
	overflow: hidden; 
	padding-top: 20px;
}
.c2-con ul li .num{
	width: 42px;
	height: 56px;
	background: url("../images/c21.png") no-repeat center;
	font: 100 22px/56px "Microsoft YaHei";
	color: #fff;
	position: absolute;
	top: 0;
	right: 5%; 
	text-align: center;
}

.c2-con ul li:hover{
	background: url("../images/c23.png") no-repeat center;
	background-size:cover; 
}
.c2-con ul li:hover h3{
	color: #fff;
	background: url("../images/line02.png") no-repeat left bottom;
}
.c2-con ul li:hover .info{
	color: #fff;
}

.c2-con ul li:hover .num{
	background: url("../images/c22.png") no-repeat center;
	color: #009F3B;
}


@media (max-width: 768px){
	.c2-con ul li{
		width: 98%;
		margin: 1%!important;
	}
	.c2-con ul li h3{ font-size:18px;}
	.c2-con ul li .info{ font-size:14px;}
	.index-heng .wz h3{white-space: inherit;text-overflow: initial;margin-top: 20px;font-size:24px;}
	.index-heng .wz h4{ display:none}
}


/*首页横图部分*/
.index-heng{
	margin-top: 60px;
	position: relative;
}

.index-heng > img{
	width: 100%;
	height: auto;
}

.index-heng .wz{
	position: absolute;
	top: 15%;
	text-align: center;
	width: 100%;
}

.index-heng .wz h3{
	font: normal 24px/50px "Microsoft YaHei";
	color: #fff;
}
.index-heng .wz h4{
	font: 100 14px/30px "Microsoft YaHei";
	color: rgba(255, 255, 255, 0.7);
}
.index-heng .wz .htel{
	font: bold 26px/50px "Microsoft YaHei";
	color: #009F3B;
}

@media (max-width: 1440px){
	.index-heng .wz{
		top: 5%;
	}
}
@media (max-width: 768px){
	.index-heng .wz h3{
		font: normal 18px/32px "Microsoft YaHei";
		white-space: nowrap; 
   text-overflow:ellipsis; 
   overflow:hidden; 
	}
	.index-heng .wz h4{
		font: 100 12px/19px "Microsoft YaHei";
	}
	.index-heng .wz .htel{
		font: bold 20px/32px "Microsoft YaHei";
	}
}



/*首页企业简介部分*/

.index-c3{
	padding-top: 60px;
}

.c3-con{
	max-width: 1200px;
	margin: 0 auto;
}
.c3-con .c3-left{
	text-align: center;
}
.c3-con .c3-left img{
	max-width: 100%;
	height: auto;
}
.c3-con .c3-right h3{
	font: normal  24px/60px "Microsoft YaHei";
	color: #000;
}
.c3-con .c3-right .jj{
	font: 100 14px/24px "Microsoft YaHei";
	color: #000;
	padding-bottom: 5%;
}
.c3-con .c3-right ul li{
	width: 23%;
	margin: 0 1%;
	float: left;
}
.c3-con .c3-right ul li a{
	display: block;
	background: #707070;
	font: normal 14px/36px "Microsoft YaHei";
	color: #fff;
	text-align: center;
}

.c3-con .c3-right ul li:hover a{
	background: #009F3B;
}



.index-c4{
	 margin-top: 60px;
	 padding: 2% 3%;
	 border: 1px solid #e5e5e5;
	 max-width: 1400px;
}
.index-c4 .tabli ul{
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}
.index-c4 .tabli ul li{
	display: inline-block;
	font: normal 16px/32px "Microsoft YaHei";
	color: #363636;
	padding: 0 30px;
	position: relative;
}
.index-c4 .tabli ul li::after{
	content: "";
	width: 1px;
	height: 12px;
	background: #000;
	position: absolute;
	right: 0;
	top: 10px;
}
.index-c4 .tabli ul li:last-child::after{
	display: none;
}
.index-c4 .tabli ul li.cur{
	color: #009F3B;
}
.index-c4 .xyin-slick{
	padding: 0 60px;
	position: relative;
}
.index-c4 .xyin-slick .slick-con a{
	display: block;
	padding: 0 10px;
}
.index-c4 .xyin-slick .slick-con img{
	width: 100%;
 height:380px;
}
.index-c4 .xyin-slick .slick-arrow{
	width: 36px;
	height: 36px;
	border: none;
	outline: none;
	text-indent: 100px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.index-c4 .xyin-slick .slick-prev{
	background: url("../images/left01.png") no-repeat center; font-size:0;
	left: 0;
}
.index-c4 .xyin-slick .slick-next{
	background: url("../images/right01.png") no-repeat center;font-size:0;
	right: 0;
}
.index-c4 .tab{
	
	overflow: hidden;
}
.index-c4 .tab.aa{
	height: auto!important;
}

script{ display:none!important}

/*首页新闻中心部分*/
.index-c5{
	margin-top: 60px;
	padding-bottom: 50px;
}
.index-c5 .tabli2 ul{
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}
.index-c5 .tabli2 ul li{
	display: inline-block;
	font: normal 16px/32px "Microsoft YaHei";
	color: #363636;
	padding: 0 30px;
	position: relative;
}
.index-c5 .tabli2 ul li::after{
	content: "";
	width: 1px;
	height: 12px;
	background: #000;
	position: absolute;
	right: 0;
	top: 10px;
}
.index-c5 .tabli2 ul li:last-child::after{
	display: none;
}
.index-c5 .tabli2 ul li.cur2{
	color: #009F3B;
}
.index-c5 .tab2 ul li{
	width: 32.33%;
	float: left;
	padding: 3%;
	border: 1px solid #fff;
	margin-right: 1.5%;
}
.index-c5 .tab2 ul li:nth-child(3n){
	margin-right: 0;
}
.index-c5 .tab2 ul li .sj{
	font: normal 32px/60px "Microsoft YaHei";
	color: rgba(0, 0, 0, 0.5);
	background: url("../images/line03.png") no-repeat center bottom;
	text-align: center;
}
.index-c5 .tab2 ul li h3{
	padding: 20px 0;
}
.index-c5 .tab2 ul li h3 a{
	display: block;
	font: normal 18px/30px "Microsoft YaHei";
	color: #009F3B;
	text-align: center;
}
.index-c5 .tab2 ul li .info{
	font: 100 14px/24px "Microsoft YaHei";
	color: #000; 
}

.index-c5 .tab2 ul li a.img{
	display: block;
	margin-top: 10%;
}
.index-c5 .tab2 ul li a.img img{
	width: 100%;
	height:250px;
}
.index-c5 .tab2 ul li:hover{
	border-color: #009F3B;
}
.index-c5 .tab2 ul li:hover .sj{
	background: url("../images/line01.png") no-repeat center bottom;
	color: #000;
}


@media (max-width: 768px){
	.index-c5 .tab2 ul li{
		width: 96%;
		margin: 2%!important;
	}
}


/*通栏*/
.xy-tonglan {
	background: #009E3D;
}
.foot1{
	padding: 60px 0;
	border-bottom: 1px solid #29ad5c;
}

.xy-tonglan .xy-tl-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 100;
}


.xy-tl-nav dl {
	width: 25%;
	float: left;
}


.xy-tl-nav dd a {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.xy-tl-nav dd a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.xy-tonglan .xy-tl-box {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 25px;
}

.xy-tonglan .xy-tl-box img {
	display: inline-block;
	margin-right: 15px;
}

.xy-tonglan .xy-tl-ewm {

	font-size: 16px;
	color: #ffffff;
	padding-top: 30px;
	text-align: right;
}

.xy-tonglan .xy-tl-ewm img {
	max-width: 100%;
}
.imgList li img, a.imgLink img{margin: 5px;}
#dlNews td{ font-size:16px;}
@media (max-width: 768px) {

	.xy-tonglan .xy-tl-ewm{
		text-align: center;
	}
	#dlNews td{ width:95%;}
	.imgList li img, a.imgLink img{ width:100%; height:auto;}
	.pro-sort{ display:none}
}


/*xyin-links*/
.xyin-links {

	text-align: center;
	font: normal 14px/24px "Microsoft YaHei";
	color: rgba(255, 255, 255, 0.3);
}

.xyin-links span {
	color: rgba(255, 255, 255, 0.3);
}

.xyin-links a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.3);
	padding-right: 10px;
}


/*页脚*/
.xy-footer {
	padding: 30px 0;
	background: #009E3D;
	position: relative;
}

.xy-footer .copyright {
	text-align: center;
	font: normal 14px/24px "Microsoft YaHei";
	color: #fff;
}
.xy-footer .copyright a{
	color: rgba(255, 255, 255, 0.3);
}
.xy-footer .zyqy {
	text-align: center;
	font: normal 14px/24px "Microsoft YaHei";
	color: rgba(255, 255, 255, 0.3);
}
.xy-footer .zyqy a{
	color: rgba(255, 255, 255, 0.3);
}
.xy-footer p{
	padding: 0;
	margin: 0;
}


@media (max-width: 768px) {
	.xy-footer {
		padding: 10px 0;
	}

}











