a:hover {
	text-decoration: none;
}
body{
	min-width: 1200px;
}
a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

.container {
	width: 1200px;
	margin: 0 auto;
}


/*头部样式*/

#header {
	background: #000000;
}

#header .logo {
	width: 160px;
	margin-top: 22.5px;
	margin-bottom: 22.5px;
}
#header .logo.animated{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}

/*导航样式*/
.pc_menu {
	margin-top: 22.5px;
	margin-left: 20px;
}
.pc_menu .menu .nLi {
	float: left;
	position: relative;
}

.pc_menu .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 75px;
	padding: 0 38px;
	position: relative;
}
.pc_menu .menu .nLi h3 a:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 6px;
	background: url(../images/arrow-icon.png) no-repeat center center;
	top: 32px;
	right: 22px;
}
.pc_menu .menu .nLi h3 a:after{
	content: "";
	position: absolute;
	width: 2px;
	height: 22px;
	background: #fff;
	transform: rotate(15deg);
	right: 0;
	top: 28px;
}
.pc_menu .menu .nLi:hover h3 a:before{
	transform: rotate(180deg);
}
.pc_menu .menu .nLi:last-of-type h3 a:after{
	display: none;
}
.pc_menu .menu .nLi:first-of-type h3 a:before{
	display: none;
}
.pc_menu .menu .nLi .menu_2 {
	display: none;
	position: absolute;
	top: 75px;
	width: 100%;
	z-index: 10;
	padding: 22.5px 0 0;
}
.pc_menu .menu .nLi .menu_2 li{
	margin-bottom: 4px;
}
.pc_menu .menu .nLi .menu_2 li a {
	display: block;
	color: #fff;
	line-height: 24px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
	position: relative;
	line-height: 54px;
	background: #000;
}
.pc_menu .menu .nLi .menu_2 li a:hover{
	background: #e8e8d3;
	color: #000000;
}
.tel-phone{
	padding-left: 36px;
	background: url(../images/tel-icon.png) no-repeat left center;
	height: 42px;
	margin-top: 39px;
}
.tel-phone p{
	float: left;
}
.tel-phone p span{
	display: block;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}
.tel-phone p img{
	display: block;
}
.tel-phone ul{
	float: left;
	margin-left: 28px;
	margin-top: 9px;
	margin-right: 14px;
	padding-right: 15px;
}
.tel-phone ul li a{
	display: block;
	position: relative;
}
.tel-phone ul li+li{
	display: none;
}
.tel-phone ul li:first-of-type{
	margin-bottom: 5px;
}
.tel-phone ul li:first-of-type a:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 6px;
	background: url(../images/arrow-icon.png) no-repeat center center;
	right: -13px;
	top: 10px;
}
.tel-phone ul:hover li:first-of-type a:before{
	transform: rotate(180deg);
}
/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 134px;
	width: 100%;
	margin-left: -170px;
}
#banner .owl-carousel{
	z-index: auto;
}
#banner .owl-carousel .owl-stage-outer{
	position: static;
}
#banner .owl-theme .owl-controls{
	position: relative;
	z-index: 12;
}
#banner .owl-theme .owl-dots .owl-dot span{
	background: #fff;
}

#banner .owl-theme .owl-dots .owl-dot.active span,#banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #49a62a;
}
.banner a{
	display: block;
	height: 562px;
	background-position: center center;
	background-repeat: no-repeat; 
}


/*大图下方点点的位置*/




#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner {
	height: 562px;
}


/*大图记得修改高度*/

/*首页内容区样式*/
.content{
	position: relative;
	background: url(../images/content-bg.jpg) repeat;
}
.bg{
	background: url(../images/content-bg2.PNG) left bottom no-repeat;
	background-size: contain;
}
.index-item1{
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 210px;
	top: -147px;
	z-index: 10;
}
.index-item1 .item1-con{
	width: 430px;
	height: 210px;
}
.index-item1:before{
	content: "";
	position: absolute;
	width: 987px;
	height: 100%;
	border-top: 210px solid rgba(0,0,0,0.7);
	border-right: 85px solid transparent;
	right: 48.4375%;
}
.index-item1 .container{
	position: relative;
}
.index-item1 .item1-con h2{
	line-height: 83px;
	border-bottom: 5px solid #49a62a;
}
.index-item1 .item1-con span{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-top: 16px;
}
.index-item1 .item1-con p{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-top: 12px;
}
.index-item1 .item1-pic{
	position: absolute;
	left: 694px;
	top: 65px;
}

.nothing{
	height: 60px;
}

/*公共标题*/
.index-title h3{
	color: #060000;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 3px;
}
.index-title h3 i{
	color: #3aaa35;
	font-style: normal;
}
.index-title span{
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #3aaa35;
	
}
.index-title.animated{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}

.index-item2{
	margin-top: 144px;
}
.index-item2 .index-title h3{
	letter-spacing: 20px;
}
.index-item2 .index-title span{
	letter-spacing: 12px;
}
.index-item2 .picture{
	margin-top: 134px;
}

.index-item3{
	margin-top: 90px;
}

.index-item3 .owl-carousel{
	position: relative;
	margin-top: 80px;
}
.index-item3 .owl-carousel .owl-controls .owl-nav .owl-prev{
	position: absolute;
	background: url(../images/prev-l.png) no-repeat center center;
	font-size: 0;
	width: 35px;
	height: 28px;
	left: -65px;
	top: 32%;
}
.index-item3 .owl-carousel .owl-controls .owl-nav .owl-next{
	position: absolute;
	font-size: 0;
	width: 35px;
	height: 28px;
	right: -65px;
	top: 32%;
	background: url(../images/next-l.png) no-repeat center center;
}

.index-item3 ul li a{
	display: block;
	width: 290px;
	height: 290px;
	border: 1px solid #c7c7c7;
	margin: 0 auto;
	box-shadow: 0 8px 10px -2px #ccd3d7;
}
.index-item3 ul li a img{
	width: 288px;
	height: 288px;
	object-fit: contain;
}
.index-item3 ul li h5{
	font-size: 20px;
	line-height: 1;
	color: #000000;
	margin-top: 30px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-item3 ul li span{
	display: block;
	color: #6c6b6b;
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-item3 ul li:hover h5{
	color: #3aaa35;
}
.index-item3 .owl-theme .owl-dots .owl-dot span{
	width: 110px;
	height: 8px;
	transform: skew(-15deg);
	border-radius: 0;
	background: #eeedee;
}
.index-item3 .owl-theme .owl-dots .owl-dot.active span,.index-item3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #3aaa35;
}
.index-item3 .owl-carousel .owl-controls .owl-nav .owl-prev.current{
	background: url(../images/prev-b.png) no-repeat center center;
}
.index-item3 .owl-carousel .owl-controls .owl-nav .owl-next.current{
	background: url(../images/next-b.png) no-repeat center center;
}

.index-item3 .owl-theme .owl-controls{
	margin-top: 60px;
}

@media  (max-width:1200px ) {
	.index-item3 .owl-carousel .owl-controls .owl-nav .owl-next{
		right: 15px;
	}
	.index-item3 .owl-carousel .owl-controls .owl-nav .owl-prev{
		left: 15px;
	}
}

.index-item4{
	margin-top: 133px;
}
.index-item4 ul{
	margin-top: 55px;
}
.index-item4 ul li{
	float: left;
	position: relative;
	padding-bottom: 90px;
}
.index-item4 ul li+li{
	margin-left: 13px;
}
.index-item4 ul li>a{
	display: block;
	width: 290px;
	height: 210px;
	border: 1px solid #c7c7c7;
	box-shadow: 0 8px 10px -2px #ccd3d7;
}
.index-item4 ul li>a img{
	height: 208px;
	object-fit: cover;
}
.index-item4 ul li .text{
	position: absolute;
	bottom: 0;
	transition: all 1s; 
	width: 100%;
}
.index-item4 ul li:hover .text{
	bottom: 90px;
	background: rgba(255,255,255,0.6);
	padding-left: 20px;
	padding-bottom: 20px;
}
.index-item4 ul li .text h5 a{
	display: block;
	line-height: 1;
	font-size: 16px;
	color: #010101;
	margin-top: 25px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-item4 ul li .text  i{
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #6c6b6b;
	margin-top: 13px;
	line-height: 1;
}
.index-item4 ul li .text  span{
	display: block;
	color: #6c6b6b;
	line-height: 1;
	margin-top: 10px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-item4 ul li:hover .text h5 a{
	color: #3aaa35;
}

.index-item5{
	background: url(../images/item5-pic1.jpg) no-repeat center center;
	height: 629px;
	margin-top: 170px;
	overflow: hidden;
	position: relative;
}
.index-item5.animated{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}
.index-item5:before{
	content: "";
	position: absolute;
	width: 1162px;
	height: 0;
	bottom: 50px;
	border-top: 195px solid rgba(0,0,0,0.38);
	border-right: 78px solid transparent;
	right: 39.43%;
}
.index-item5 .container{
	position: relative;
	height: 100%;
}
.index-about-title{
	height: 195px;
	padding-top: 60px;
	padding-left: 76px;
	position: absolute;
	bottom: 50px;
	background: url(../images/item5-pic2.png) no-repeat -20px 60px;
}

.index-about-title h3{
	font-size: 60px;
	color: #fff;
	line-height: 1;
}
.index-about-title span{
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin-top: 18px;
}
.index-item6{
	margin-top: 33px;
}
.index-item6 .index-about{
	width: 615px;
}
.index-item6  h3{
	font-size: 28px;
	color: #3aaa35;
	line-height: 1;
}
.index-item6 .index-about .text{
	line-height: 30px;
	color: #060000;
	height: 270px;
	overflow: hidden;
	margin-top: 30px;
}
.index-item6 .contact-information{
	width: 422px;
	margin-bottom: 50px;
}
.index-item6 .contact-information p{
	line-height: 27px;
	color: #060000;
	font-weight: bold;
	margin-top: 32px;
}
.index-item6 .contact-information span{
	line-height: 27px;
	color: #060000;
}
.index-item6 .contact-information img{
	margin-top: 94px;
}
.item6-foot{
	clear: both;
	background: url(../images/item6-bg.png) no-repeat -15px center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 15px;
	margin-top: 10px;
}
.index-item7{
	padding-top: 120px;
}
.index-item7 .index-partner{
	margin-top: 90px;
	padding-bottom: 147px;
	height: 730px;
}
.index-item7 .index-partner .partner-map{
	width: 680px;
	position: relative;
}
.index-item7 .index-partner .partner-map img{
	position: absolute;
	left: -46px;
}
.partner-address{
	margin-top: 40px;
}
.partner-address ul li{
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e2e6;
	width: 474px;
}
.partner-address ul li:last-of-type{
	border-bottom: none;
}
.partner-address ul li h5{
	line-height: 42px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.partner-address ul li p{
	line-height: 42px;
	color: #000000;
}
.partner-address>a{
	display: block;
	position: relative;
	width: 170px;
	height: 34px;
	margin-top: 26px;
}
.partner-address>a:hover span{
	text-decoration: underline;
}
.partner-address>a:before{
	content: "";
	position: absolute;
	width: 170px;
	height: 0;
	border-top: 34px solid #3aaa35;
	border-right: 15px solid transparent;
	left: 0;
	top: 0;
}
.partner-address>a span{
	position: absolute;
	line-height: 34px;
	color: #fff;
	left: 0;
	top: 0;
	width: 170px;
	text-align: center;
	font-size: 16px;
}
.partner-address>a.animated{
	-webkit-animation-duration: 3s; 
    animation-duration: 3s; 
}


/*底部样式*/
#footer{
	background: #000000;
	padding-top: 72px;
	padding-bottom: 60px;
}
#footer .friendship ul li{
	float: left;
	margin-right: 20px;
}
#footer .friendship ul li a{
	display: block;
}
#footer .friendship p{
	line-height: 32px;
	color: #a3a3a3;
	margin-top: 50px;
}
#footer .friendship p>a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.erweima{
	display: table;
}
.erweima .picture,.erweima .text{
	display: table-cell;
}
.erweima .picture{
	width: 140px;
}
.erweima .text{
	vertical-align: top;
	width: 240px;
	padding-left: 15px;
}
.erweima .text h6{
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
}
.erweima .text p{
	color: #4f4f4f;
	font-size: 16px;
	line-height: 20px;
	margin-top: 46px;
}





/*内页样式*/

.main {
	width: 74.166666667%;
	float: right;
}


.crumb{
	height: 53px;
	border-bottom: 1px solid #e7e8ea;
}
.crumb span{
	line-height: 53px;
	color: #000000;
	padding-left: 16px;
	background: url(../images/location.png) no-repeat left center;
}
.crumb span a:hover{
	text-decoration: underline;
}
/*pc侧边栏分类样式*/

._aside {
	padding-right: 0;
	width: 23.3333333%;
	float: left;
	position: relative;
}
/*._aside i{
	position: absolute;
	min-width: 710px;
}*/
._aside h2:before{
	content: "";
	position: absolute;
	width: 810px;
	height: 0;
	border-top: 147px solid rgba(0,0,0,0.7);
	border-right: 69px solid transparent;
	right: -68px;
	top: 0;
}
._aside>h2 {
	position: absolute;
	height: 147px;
	color: #fff;
	font-size: 40px;
	width: 390px;
	top: -147px;
	z-index: 11;
}
._aside h2 strong{
	line-height: 147px;
	color: #fff;
	font-size: 40px;
	position: absolute;
	display: table;
}

._aside>h2 span{
	display: block;
	color: #3aaa35;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	bottom: 28px;
}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: none;
}
._aside ul.sidemenu>li.sub1{
	margin-bottom: 5px;
}
._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	background:#d4d8db;
	color: #000000;
	padding-left: 30px;
	position: relative;
}
._aside ul.sidemenu>li.sub1:hover>a.sub1_a:before,
._aside ul.sidemenu>li.current>a.sub1_a:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 21px;
	background: url(../images/water.png) no-repeat center center;
	right: 14px;
	top: 21px;
}
._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	transform: scaleX(1.05);
	background:  #3e3e3c;
	color: #fff;
}


/*内页内容区样式*/
/*公共标题*/
.inside-title{
	margin-top: 50px;
	margin-bottom: 55px;
}
.inside-title h2{
	font-size: 44px;
	color: #000000;
	line-height: 1;
	text-align: center;
}
.inside-title span{
	display: block;
	font-size: 12px;
	color: #3aaa35;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.product-page ul li{
	float: left;
	width: 50%;
	display: table;
	padding-right: 15px;
	margin-bottom: 70px;
}
.product-page ul li .product-pic{
	display: table-cell;
}
.product-page ul li .product-pic a{
	display: block;
	width: 210px;
	height: 210px;
	border: 1px solid #c7c7c7;
	background: #fff;
	text-align: center;
	position: relative;
	box-shadow: 0 5px 5px -2px #cecece;
}
.product-page ul li:hover .product-pic a:before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/magnifier.png) no-repeat center center rgba(0,0,0,0.45);
}

.product-page ul li .product-pic a img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.product-page ul li .product-information{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.product-page ul li .product-information h4 a{
	font-size: 18px;
	color: #3aaa35;
	line-height: 34px;
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.product-page ul li:hover .product-information h4 a{
	background:url(../images/product-bg.png) right center no-repeat;
	color: #fff;
	padding-left: 10px;
}
.product-page ul li .product-information span{
	line-height: 34px;
	color: #45433f;
	display: block;
}


/*新闻样式*/
.news-page ul li{
	display: table;
	margin-bottom: 70px;
}

.news-page ul li .picture{
	display: table-cell;
}
.news-page ul li:hover .picture{
	box-shadow: 0 3px 5px #999;
}
.news-page ul li .picture a{
	display: block;
	width: 468px;
	height: 100%;
}
.news-page ul li .picture a img{
	width: 468px;
	max-height: 100%;
	object-fit: cover;
}
.news-page ul li .news-information{
	display: table-cell;
	vertical-align: middle;
	width: 9999px;
	padding-left: 40px;
	position: relative;
}


.news-page ul li .news-information h4 a{
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-page ul li .news-information p{
	color: #767272;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 60px;
	position: relative;
}

.news-page ul li .news-information span{
	color: #000000;
	display: block;
	line-height: 1;
	position: relative;
}
.news-page ul li .news-information span:after{
	content: "";
	position: absolute;
	width: 45px;
	height: 1px;
	background: #000000;
	top: -40px;
	left: 0;
	transition: width 2s; 
}
.news-page ul li:hover .news-information span:after{
	width: 100%;
}
.partner-page{
	padding-bottom: 138px;
}





/*新闻详情页样式，若不需要请删除*/


 .title .box {
	display: inline-block;
	text-align: center;
}

 .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

 .title .box div {
	margin-right: 72px;
}

 .title .box .time {
	float: left;
	text-align: center;
}

.title .box .eye {
	float: left;
	text-align: center;
}

 .title .box .back {
	float: left;
}

.news_detail .news_detail_content {
	margin-top: 15px;
}

.news_detail .pageTurning {
	margin-top: 68px;
	margin-bottom: 125px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 5px;
}


/*产品详情页样式，若不需要请删除*/

 .title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

 .title h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

 .title .box {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}



.product_detail .product_detail_images {
	margin-top: 60px;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a,
.product_detail .product_detail_images .product_detail_btn2 a {
	display: block;
	width: 35px;
	height: 28px;
}
.product_detail .product_detail_images .product_detail_btn1 a{
	background: url(../images/prev-b.png) no-repeat center center;
}
.product_detail .product_detail_images .product_detail_btn2 a{
	background: url(../images/next-b.png) no-repeat center center
}
.product_detail .product_detail_images .product_detail_btn1 a:hover{
	background: url(../images/prev-l.png) no-repeat center center;
}
.product_detail .product_detail_images .product_detail_btn2 a:hover{
	background: url(../images/next-l.png) no-repeat center center
}
.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: -8%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}
.product_detail .product_detail_images .product_detail_img .product_detail_pic img{
	border: 1px solid #c7c7c7
} 
.product_detail .product_detail_content {
	margin-top: 80px;
	margin-bottom: 150px;
}

.product_detail .pageTurning {
	margin-top: 15px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	background: url(../images/button-bg.png) no-repeat left center;
	line-height: 250%;
	padding: 0 10px;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 5px;
}

.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}


/*分页样式开始*/

.page_box {
	text-align: center;
	display: block;
	margin-top: 6px;
	margin-bottom: 160px;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #aaa;
	border-color: #aaa
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
	color: #666;
	font-size: 14px;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #666
}


/*分页样式结束*/