﻿@charset "utf-8";
/* CSS Document */
body {
	height: 100%;
	font-family: "arial";
	font-size: 12px;
	background: #f4f4f4;
	line-height: 20px;
	color: #555;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
	vertical-align: baseline;
	background: 0 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	margin: 0;
	padding: 0;
	background: 0 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #666;
}
div {
	display: block;
}
.in {
	display: table-cell;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clbo {
	clear: both;
}
.dt {
	text-transform: uppercase;
	text-align: center;
	border-radius: 2px;
	padding: 0 50px;
	color: #ccc;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	font-family: Open Sans, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
/*  nav */
nav {
	width: 100%;
	background: hsla(0, 0%, 0%, 0);
	height: 64px;
	transition: all .3s ease;
	position: absolute;
	z-index: 99;
}
nav:hover {
	background: hsl(0, 0%, 100%);
	color: #000;
}
nav a {
	transition: all .3s ease;
	color: #fff;
}
nav:hover a {
	color: #000;
}
.nav_li {
	width: 1200px;
	margin: 0 auto;
}
.nav_li .logo {
	margin-right: 60px;
	width: 123px;
	float: left;
}
.nav_li .logo img {
	width: 100%;
}
nav:hover .hei {
	display: block;
}
nav:hover .bai {
	display: none;
}
.hei {
	display: none;
}
.bai {
	display: block;
}
.nav_li li {
	float: left;
	font-size: 14px;
	line-height: 14px;
}
.nav_li li a {
	padding: 25px 28px 23px 28px;
	display: inline-block;
	transition: all .3s;
	vertical-align: middle;
	line-height: 14px;
	font-weight: 600;
	cursor: pointer;
}
.nav_li:hover li>a {
	color: #919699;
}
.nav_li:hover li:hover>a {
	color: #000;
	border-bottom: 2px solid #bdd853;
}
.nav_drop {
	display: none;
	transition: all .3s;
	max-height: 500px;
	border: none;
	position: absolute;
	background: #ebeff2;
	z-index: 1;
	color: #303233;
	height: auto;
	overflow: hidden;
	transition: max-height .7s;
}
.nav_drop li {
	display: block;
	width: 100%;
	font-size: 12px;
	transition: all .3s;
}
.nav_drop li a {
	padding: 16px 16px;
	white-space: nowrap;
	display: inline-block;
	color: #303233;
	line-height: 1;
	height: auto;
	background: 0 0;
	text-align: center;
}
.nav_drop li:hover {
	background: #bdd853;
}
.nav_li li:hover .nav_drop {
	display: block;
	width: 150px;
        text-align: center;
}
.nav_li:hover li:hover > .nav_drop li a:hover{
        color:#fff;
}
.nav_inpro {
	width: 100%;
	background: #ebeff2;
	display: none;
	border: none;
	color: #303233;
	height: auto;
	position: absolute;
	top: 64px;
	left: 0;
	padding: 0 0 30px 0;
	z-index: 1;
}
.nav_inpro:hover li:hover>a {
	border: none;
}
.nav_li li:hover .nav_inpro {
	display: block;
}
.nav_inpro .inpro_drop {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
}
.nav_inpro .inpro_drop li {
	padding-left: 0;
	padding-right: 20px;
	padding-bottom: 16px;
	flex-basis: 14%;
	max-width: 14%;
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0 10px;
}
.nav_inpro .inpro_drop li:hover{
    background: #bdd853;
    height:278px;
}
.nav_inpro .inpro_drop li:hover p{
	color: #fff;
}
.nav_inpro .inpro_drop li p {
	color: #303233;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 8px;
}
.nav_inpro .inpro_drop li .title {
	color: #303233;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
}

.nav_inpro .inpro_drop li .content {
         width: 150px;
	color: rgba(48, 50, 51, 0.52);
	font-size: 12px;
	line-height: 14px;
	min-height: 28px;
	margin-bottom: 0px;
	padding-right: 16px;
    text-align: center;
}
.nav_inpro .inpro_drop .inpro_drop_img {
	width: 150px;
 //height: 120px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 16px;
}
.nav_inpro .inpro_drop .inpro_drop_img img {
	width: 100%;
	height: auto;
}
.nav_inpro .inpro_drop ul {
	width: 100%;
}
.nav_inpro .inpro_drop ul li {
	width: 100%;
	max-width: 100%;
}
.nav_inpro .inpro_drop a {
	color: #303233;
	line-height: 14px;
	margin-bottom: 0px;
	display: inline-block;
	word-break: break-word;
	padding: 10px 0px 10px 0px;
        text-align: center;
}
.nav_inpro .inpro_drop:hover li>a {
	transition: all .3s;
	color: #919699;
}
.nav_inpro .inpro_drop li:hover>a {
	transition: all .3s;
	color: #303233;
}
.nav_inpro .inpro_drop ul li a {
	width: 100%;
	padding: 0px;
}
/*  搜索  —— 语言   suo */
.sousuo {
	width: 100%;
	height: 100%;
	border: none;
	background: 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.nav_riggn .sou1 {
	display: block;
}
.nav_riggn .sou2 {
	display: none;
}
nav:hover .sou1 {
	display: none;
}
nav:hover .sou2 {
	display: block;
}
.nav_riggn {
	float: right;
	height: 64px;
}
.nav_li .nav_riggn a {
	padding: 0;
	cursor: pointer;
}
.nav_li:hover .nav_riggn li:hover>a {
	border: none;
}
.nav_riggn li.suo {
	margin: 22px 0 24px 24px;
	font-size: 14px;
	font-weight: 600;
	width: 24px;
}
.nav_riggn li.suo img {
	width: 24px;
}
.nav_riggn li {
	margin: 24px 0 24px 24px;
	font-size: 14px;
	font-weight: 600;
}
.nav_riggn li span {
	margin: 0 10px;
}
.nav_riggn li img {
	width: 29px;
	display: inline-block;
	transition: all .3s;
	vertical-align: middle;
}
#sbox {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
#sbox form {
	width: 500px;
	margin: 15% auto;
	padding: 20px;
}
#sbox form #keywords {
	text-indent: 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 20px;
}
#sbox form li {
	cursor: pointer;
	width: 120px;
	height: 40px;
	list-style-type: none;
	line-height: 40px;
	color: #fff;
	background: #33373a;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto;
	transition: all 0.3s;
}
#sbox form li:hover {
	background: #336cab;
}
#sbox form #gb {
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: right;
	background: #33373a;
	margin-bottom: 10px;
	transition: all 0.3s;
}
#sbox form #gb:hover {
	background: #336cab;
}
/* 大图 */
.banner_de img {
	width: 100%
}
/* fullSlide */
.fullSlide {
	width: 100%;
	position: relative;
 //height: 750px;
	background: -webkit-linear-gradient(top, #22282d, #636a70);
	overflow: hidden;
}
.fullSlide .bd1 {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd1 .bd_txt {
	position: absolute;
	top: 15%;
	/* left: 50%; */
    /* right: 50%; */
	width: 100%;
	color: #fff;
}
.fullSlide .bd1 .bd_txt .p1 {
	font-size: 42px;
	line-height: 0px;
	font-weight: 300;
}
.fullSlide .bd1 .bd_txt .p2 {
	margin-top: 8px;
	font-size: 24px;
	font-weight: 300;
}
.fullSlide .bd1 ul {
	width: 100% !important;
}
.fullSlide .bd1 li {
	position: relative;
	width: 100% !important;
 //height: 750px;
	overflow: hidden;
	text-align: center;
//margin-top: 70px;
}
.fullSlide .bd1 li {
	display: none;
}
.fullSlide .bd1 li:nth-child(1) {
	display: list-item;
}
.fullSlide .bd1 li a {
	display: block;
	height: 980px;
	display: table-cell;
	vertical-align: bottom;
}
.fullSlide .bd1 li img {
	width: 60%;
	position: absolute;
	bottom: 9%;
	left: 20%;
	right: 50%;
}

@media screen and (max-width:1420px) {
.fullSlide .bd1 li a {
	height: 650px;
}
.fullSlide .bd1 li img {
	width: 60%;
	bottom: 5%;
	left: 20%;
}
}
.fullSlide #next:hover, .fullSlide #prev:hover {
	opacity: 1;
}
.fullSlide #next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0%;
	/* margin-top: -30px; */
	right: 0%;
	z-index: 1;
	width: 290px;
	height: 100%;
	background: url(../img/zuo.png) center center rgba(85, 85, 85, 0) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0;
}
.fullSlide #prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0%;
	/* margin-top: -30px; */
	left: 0%;
	z-index: 1;
	width: 290px;
	height: 100%;
	background: url(../img/you.png) center center rgba(85, 85, 85, 0) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0;
}
.fullSlide .swiper-scroller {
	position: absolute;
	bottom: 18%;
	left: 50%;
	margin-left: -600px;
	z-index: 850
}
.fullSlide .swiper-scroller ul {
	position: relative;
	height: 200px
}
.fullSlide .swiper-scroller ul:before {
	content: '';
	display: block;
	left: 0;
	top: 97px;
      /*background-color: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;*/
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin: 40px auto;
    position: relative;
}
.fullSlide .swiper-scroller ul li {
	position: absolute;
	transition: all .4s;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}
.fullSlide .swiper-scroller ul li a {
	padding: 6px 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	cursor: default;
	font-weight: 300
}
.fullSlide .swiper-scroller ul .on6, .fullSlide .swiper-scroller ul .on3 {
	opacity: .2;
	visibility: visible;
	cursor: pointer
}
.fullSlide .swiper-scroller ul .on6 a, .fullSlide .swiper-scroller ul .on7 a, .fullSlide .swiper-scroller ul .on2 a, .fullSlide .swiper-scroller ul .on3 a {
	cursor: pointer
}
.fullSlide .swiper-scroller ul .on7, .fullSlide .swiper-scroller ul .on2 {
	opacity: .7;
	visibility: visible;
	cursor: pointer
}
.fullSlide .swiper-scroller ul .on1 {
	opacity: 1;
	visibility: visible
}
.fullSlide .swiper-scroller ul .on1 a {
	font-weight: 600
}
.fullSlide .swiper-scroller ul .on6 {
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}
.fullSlide .swiper-scroller ul .on7 {
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}
.fullSlide .swiper-scroller ul .on1 {
	-webkit-transform: translateY(90px);
	transform: translateY(90px)
}
.fullSlide .swiper-scroller ul .on2 {
	-webkit-transform: translateY(120px);
	transform: translateY(120px)
}
.fullSlide .swiper-scroller ul .on3 {
	-webkit-transform: translateY(150px);
	transform: translateY(150px)
}
.fullSlide .swiper-scroller ul .on4 {
	-webkit-transform: translateY(180px);
	transform: translateY(180px)
}
/*bottom*/

.sdw {
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
}
.bottom-copy {
	background-color: #333;
}
.bottom-copy .w1000 {
	height: 40px;
	padding: 5px 0;
	color: #adadad;
}
.bottom-copy a:link, .bottom-copy a:visited {
	color: #adadad
}
.bottom-copy a:hover {
	color: #fff;
}
.bottom {
	background-color: #6F6F6F;
	margin-top: 24px;
	color: #F5F4F4;
	clear: both;
}
.bottom .w1000 {
	padding: 25px 0;
}
.bottom a:link, .bottom a:visited {
	color: #f5f4f4;
}
.bottom a:hover {
	color: #68b92c;
	text-decoration: underline;
}
.bottom h1 {
	display: block;
	line-height: 30px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #68b92c;
	margin-bottom: 5px;
}
.bottom .pc {
	width: 630px;
	overflow: hidden;
}
.bottom .pc li {
	/*float: left;*/
	width: 315px;
	/*height: 24px;*/
	line-height: 24px;
	overflow: hidden;
}
.bottom .pc li a {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/p4h.gif) 5px center no-repeat;
	font-size: 15px;
	line-height: 35px;
}
.bottom .ct {
	width: 320px;
	overflow: hidden;
}
.bottom .ct ul {
	width: 320px;
	display: block;
	overflow: hidden;
	line-height: 20px;
}
.bottom .ct ul li {
	float: left;
	width: 292px;
	padding: 5px 10px 5px 18px;
	background: url(../img/p4h.gif) 5px 12px no-repeat;
}
.bottom .wx {
	width: 120px;
	overflow: hidden;
	line-height: 20px;
        text-align: center;
}
.bottom .wx h1 {
	padding-left: 0;
	margin-bottom: 10px;
}
.bottom .links {
	width: 540px;
	margin-top: -70px;
	overflow: hidden;
}
.bottom .links ul {
	display: block;
	width: 540px;
	overflow: hidden;
	margin-top: 10px;
}
.bottom .links ul li {
	float: left;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	margin-right: 20px;
}
.bottom .links ul li a {
	display: block;
	overflow: hidden;
}
.bottom .links ul li em {
	float: left;
	margin-right: 8px;
	width: 28px;
	height: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bottom .links ul li span {
	float: left;
	cursor: pointer;
}
.bottom .links ul .i1 a em {
	background-image: url(../img/bot-icon1.gif);
}
.bottom .links ul .i2 a em {
	background-image: url(../img/bot-icon2.gif);
}
.bottom .links ul .i3 a em {
	background-image: url(../img/bot-icon3.gif);
}
.bottom .links ul .i4 a em {
	background-image: url(../img/bot-icon4.gif);
}
.bottom .links ul li a:hover em {
	background-position: 0 -28px
}
.bottom .links ul li a em, .bottom .links ul li a span {
	transition: all ease-out .2s 0s;
	-webkit-transition: all ease-out .2s 0s;
	-moz-transition: all ease-out .2s 0s;
	-o-transition: all ease-out .2s 0s;
}
.w1000 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.top-lan {
	overflow: hidden;
	background-color: #333;
}
.top-lan .w1000 {
	height: 40px;
	color: #fff;
	line-height: 40px
}
.top-lan .tel {
	padding-left: 25px;
	margin-right: 12px;
	background: url(../img/top-tel.gif) 10px center no-repeat;
}
.top-lan .link {
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	margin: 11px 12px 11px 0;
	color: #fff;
	border-left: 1px solid #484848;
	overflow: hidden;
}
.top-lan .link:link, .top-lan .link:visited {
	color: #fff;
}
.top-lan .link:hover {
	color: #68b92c;
}
/* index content*/
.in_con {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.in_img {
	display: block;
        cursor: pointer;
	background: #c4ea29;
	height: 345px;
	width: 42%;
	float: left;
	margin: 2%;
	position: relative;
}
.in_img img {
	position: absolute;
	top: -17px;
	left: -28px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.in_img img:hover {
	top: 0px;
	left: 0px;
}
.more_ab a {
	background: #b1b1b1;
	color: #fff;
	width: auto;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-right: 15px;
    padding: 5px;
}
.more_ab a:hover {
	background: #add98c;
}
/* index content  end*/
/* index video */

.in_con {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.in_divo .close1 {
	display: block;
	background: rgba(78, 78, 78, 0.54);
	/* width: 42%; */
	float: left;
	/* margin: 2%; */
    /* height: 208px; */
	position: absolute;
	top: 0;
	padding: 0 5px;
	line-height: 34px;
	color: rgba(255, 255, 255, 0.54);
	font-size: 36px;
	z-index: 9999;
	right: 0;
}
.in_divo {
	/* text-align: center; */
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	display: none;
	position: fixed;
	left: 0;
	width: 1000px;
	right: 0;
	top: 0;
	z-index: 9999;
	margin: 0 auto;
}
video {
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
}
#video {
	height: 600px;
}

@media (max-width:1199px) {
#video {
	height: 500px
}
}

@media (max-width:991px) {
#video {
	height: 400px
}
}

@media (max-width:767px) {
#video {
	height: 300px
}
}
@media (min-width:1400px) {
.in_divo {
	    top: 20%;
}
}
/*上下篇  detail*/
.sx {
	width: 1200px;
	margin: 0 auto;
	height: 20px;
}
.s {
	float: left;
	padding: 0 0 0 20px;
}
.x {
	float: right;
	padding: 0 20px 0 0;
}
/* contact map  */

.contact_map_bac {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: none
}
.contact_map {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 660px;
	height: 360px;
	margin: -180px 0 0 -330px;
	border-radius: 5px;
	border: solid 2px #666;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666;
}
.close {
	position: absolute;
	top: 1px;
	right: 0px;
	background: #68b92c;
	z-index: 99;
	color: #fff;
	/* padding: 5px; */
    /* margin: -2px -5px -5px; */
	font: bold 30px/30px simsun;
	text-shadow: 0 1px 0 #ddd;
}
/* 合作伙伴 */
.Box {
	width: 100%;
}
.Box .content {
	width: 1200px;
	margin: 0 auto;
}
.Box h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 10px;
	font-size: 32px;
}
.Box .Box_con {
	width: 100%;
	position: relative;
}
.Box .Box_con .btnl {
	background: url(../img/jtl02.png) no-repeat center;
	left: -72px;
}
.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 20px;
	cursor: pointer;
}
.Box .Box_con .btnr {
	background: url(../img/jtr02.png) no-repeat center;
	right: -72px;
}
.Box .Box_con .btnl:hover {
	background: url(../img/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(../img/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	width: 100%;
	overflow: hidden;
	height: 80px;
}
.Box .Box_con .conbox ul {
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 262px;
	overflow: hidden;
	margin-left: 30px;
}
 //.Box .Box_con .conbox ul li:first-child img {
margin-left: 0;
}
.Box .Box_con .conbox ul li img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}
/*网站首页 */
.in_product {
	width: 1200px;
	margin: 0 auto;
	padding: 10px;
}
.in_product ul {
}
.in_product ul li {
	clear: both;
	margin: 20px 0;
	/*background: #c4ea299c;*/
    overflow: hidden;
}
.in_product ul li img {
	float: left;
	width: 50%;
}
.in_product ul li p {
}
.in_product ul li .in_protxt {
	height: 100%;
	display: inline-table;
	width: 50%;
	width: 42%;
	padding: 4%;
	float: left;    
        opacity: 0.7;
        background: #c4ea29;
        height: 264px;
}
.in_product ul li:nth-child(2n) img {
	float: right;
}
.bottom a {
	color: #F5F4F4;
}
/*网站首页 */
.int_product {
	width: 1200px;
	margin: 0 auto;
	padding: 10px;
}
.int_product ul {
}
.int_product ul li {
	clear: both;
	margin: 20px 0;
	background: #fff;
}
.int_product ul li img {
	float: left;
	width: 50%;
        padding: 12px;
}
.int_product ul li p {
    line-height: 15px;
}
.int_product ul li .in_protxt {
    height: 100%;
    display: inline-table;
    width: 44%;
    padding: 14px 2px 0 38px;
    float: left;
}
/* 分页 */
.pagination {
	text-align: center;
}
.page {
	padding: 30px 0;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	clear: both;
}
.page a {
	text-decoration: none;
	color: #999;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px 6px;
	padding-bottom: 2px;
	margin-right: 3px
}
.page a.active {
	background: #8EC862;
	border: 1px solid #8EC862;
	color: #fff
}
.page a:hover {
	text-decoration: none;
	color: #fff;
    background: #8ec862;
    border: 1px solid #47a501;
}
/* 产品首页侧导航 */
.ce_nav {
	width: 200px;
	position: fixed;
	top: 50%;
	left: -200px;
	background: #fff;
	transition: all .5s ease;
    opacity: 0.8;
}
.ce_nav h3 {
    position: absolute;
    right: -45px;
    top: -14px;
    width: 15px;
    background: rgba(104, 185, 44, 0.72);
    text-align: center;
    border-radius: 0 10px 10px 0;
    padding: 10px;
    color: #fff;
    padding: 15px;
}
.ce_nav > .one_ul > li > a {
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
	background: #8EC862;
	color: #Fff;
	line-height: 43px;
        border-bottom: 1px solid #ddd;
}
.ce_nav .one_ul li .tow_ul li a {
	width: 99%;
	text-align: center;
	display: block;
	line-height: 35px;
	border: 1px #8EC862 solid;
}
.ce_nav:hover {
	left: 0px;
}
/*首页简介标题*/
.about_title {
	text-align: center;
}
.about_title p {
	font-size: 30px !important;
	text-transform: capitalize;
	color: #5c5d5c;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 45px;
}
.about_title p:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 40px;
	height: 3px;
	background: #449e00;
	content: "";
	margin-left: -20px;
}
.ibg {
	background: url(../img/ibg.jpg) no-repeat scroll center bottom;
	width: 100%;
	height: 950px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-size: contain;
	z-index: -1;
}
.pbj{
    background: url(../img/productbj.jpg) no-repeat scroll center top;
    width: 100%;
    height: 940px;
    position: fixed;
    left: 0px;
    top: 0px;
    background-size: contain;
    z-index: -1;
}

.fk{
    width: 65px;
    height: 3px;
    background: #449e00;
}



.in_con .dianji img {
    transform: scale(1);
    transition: all .3s;
}

.in_con .dianji:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.dianji img {
    animation: myfirst 2s infinite;
    display: inline-block;
    position: absolute;
    width: inherit!important;
}

.product_back{
     width: 20%;
     float:  right; 
     background:  #bdd853;
     border-radius: 40px;
     margin: 20px;
}
.product_back p{
    color: #fff;
    text-align: center;
}

.product_back:hover{
    border: 1px solid #bdd853;
    background: #fff;
}

.product_back:hover p{
    color:#000;
}





















































































