/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}


body {
	font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}
.headdvright div a{
	margin-left: 30px;
	font-size: 16px;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border:1px solid #88bee3;
	border-radius: 50%;
}
.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.headtop {
	width: 100%;
}

.headdv {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.htmleaf-container{
	display: none;
}
.headdvright {
	display: flex;
	height: 109px;
	align-items: center;
}

.headdvright ul {
	display: flex;
	justify-content: center;
	margin-right: 70px;
}

.headdvright ul li a {
	color: #333333;
	display: block;
	font-family: "AvantGarde Bk BT";
	font-size: 16px;
	padding: 0px 25px;
}

.headdvright section {
	width: 243px;
	border-image: linear-gradient(to left top, #85cd2d, #4197d5);
	border-image: -webkit-linear-gradient(#85cd2d, #4197d5) 30 30;
	border-image: -moz-linear-gradient(#85cd2d, #4197d5) 30 30;
	height: 45px;
	border: 1px solid #88bee3;
	border-radius: 50px;
	height: 45px;
	overflow: hidden;
}

.headdvright section form input:first-child {
	outline: none;
	color: #79cb15;
	font-size: 14px;
	line-height: 45px;
	border: none;
	text-indent: 1em;
	width: 190px;
}
.swiper-slide img{
	width: 100%;
	display: block;
}
.headdvright section form input:nth-child(2) {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border: none;
	outline: none;
	background: none;
	background-image: url(../images/ss.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}

.banner img {
	display: block;
	width: 100%;
}

.index_pro {
	margin: 65px auto;
}

.index_pro h1 {
	font-family: "AvantGarde Bk BT";
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.index_pro {
	width: 1300px;
	
}

.tabBox .hd {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	position: relative;
	margin-bottom: 25px;
}

.tabBox .hd ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	text-align: center;
}

.tabBox .hd ul li {
	color: #666;
	border: 1px solid #e5e5e5;
	margin: 0px 5px;
	border-radius: 50px;    padding: 0 20px;
}

.tabBox .hd ul .on {
	border: 1px solid #79cb15;
	background-color: #79cb15;
	color: #fff;
}

.tabBox .hd ul .on a {
	display: block;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
	color: #fff;
}

.tabBox .bd ul {}

.dbul {
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}

.dbul li {
	width: 400px;
	margin: 15px;
}

.dbul li div {
	width: 398px;
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

.dbul li div img {
	transition: all .5s;
}

.dbul li p {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #333333;
	font-size: 20px;
}

.dbul li:hover p {
	background-color: #79cb15;
	color: #fff;
}

.dbul li:hover div span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(223, 223, 222, 0.8);
}

.dbul li:hover div img {
	transform: scale(1.1);
}

.index_spec {
	width: 100%;
	padding: 60px 0px;
	background: url(../img/images/saww_02.jpg) center bottom no-repeat;
	background-color: #eff4f0;
}

.index_specdv {
	width: 1300px;
	margin: 0 auto;
}

.index_specdv h1 {
	color: #333333;
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
}

.index_specdv p {
	text-align: center;
	color: #333333;
	font-size: 20px;
	margin-bottom: 40px;
}

.index_about {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	background-color: #ffffff;
}

.index_aboutright {
	padding-left: 50px;
	max-width: 600px;
}

.index_aboutleft img {
	display: block;
}

.index_aboutright {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.index_aboutright h1 {
	color: #79cb15;
	font-size: 48px;
	margin-bottom: 30px;
}

.index_aboutright p {
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	min-height: 35px;
}

.index_aboutright a {
	display: block;
	width: 185px;
	text-align: center;
	color: #fff;
	height: 50px;
	font-size: 16px;
	background-color: #79cb15;
	line-height: 50px;
	margin-top: 6%;
}

.index_choose {
	margin: 0 auto;
	margin-top: 80px;
	width: 1300px;
}

.index_choosetop h1 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 20px;
}

.index_choosetop p {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #fff;
}

.index_choose ul {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.index_choose ul li {
	display: flex;
	justify-content: flex-start;
	width: 50%;
	margin-top: 60px;
}

.index_choose ul li i {
	width: 70px;
	height: 70px;
	display: block;
	background-color: #fff;
	border-radius: 70px;
	margin-right: 20px;
	text-align: center;
	font-size: 32px;
	color: #79cb15;
	line-height: 70px;
}

.index_choose ul li div {
	width: 530px;
}

.index_choose ul li div h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.index_choose ul li div p {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}

.index_case {
	width: 1300px;
	margin: 70px auto;
	margin-bottom: 100px;
}

.index_case h1 {
	text-align: center;
	margin-bottom: 40px;
	color: #333333;
	font-size: 48px;
}

.index_case ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index_case ul li {
	width: 400px;
}

.index_case ul li a div {
	width: 100%;
	overflow: hidden;
}

.index_case ul li a div img {
	width: 100%;
	display: block;
	transition: all .5s;
}

.index_case ul li a p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
	height: 70px;
	background-color: #ecedea;
	color: #333333;
	font-size: 18px;
}

.index_case ul li a p i {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #dddddd;
	text-align: center;
	line-height: 30px;
}

.index_case ul li:hover div img {
	transform: scale(1.1);
}

.index_case ul li:hover p {
	background-color: #78b828;
	color: #fff;
}

.index_case ul li:hover p i {
	background-color: #ffffff;
	color: #78b828;
}

.index_New {
	width: 1300px;
	margin: 90px auto;
}

.index_New h1 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 40px;
}

.index_newsdv {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.index_newdvleft {
	width: 630px;
	background-color: #f7f6f6;
}

.index_newdvleft div {
	width: 100%;
	overflow: hidden;
}

.index_newdvleft div img {
	width: 100%;
	display: block;
	transition: all .5s;
}

.index_newdvleft:hover div img {
	transform: scale(1.1);
}

.index_newdvleft section {
	padding: 30px;
	background-color: #f7f6f6;
}

.index_newdvleft section h2 {
	font-size: 28px;
	line-height: 50px;
	color: #333333;
}

.index_newdvleft section p {
	font-size: 16px;
	color: #606060;
	line-height: 35px;
	margin-bottom: 25px;
}

.index_newdvleft section i {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 20px;
	text-align: right;
	color: #c7c7c7;
}

.index_newdvright ul {
	width: 630px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

.index_newdvright ul li {
	padding: 35px;
	padding-bottom: 20px;
	background-color: #f7f6f6;
}

.index_newdvright ul li h2 {
	font-size: 28px;
	color: #333333;
}

.index_newdvright ul li span {
	display: block;
	line-height: 35px;
	color: #9f9e9e;
	font-size: 16px;
}

.index_newdvright ul li p {
	font-size: 16px;
	color: #606060;
}

.index_newdvright ul li i {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 20px;
	text-align: right;
	color: #c7c7c7;
	margin-top: 10px;
}

.index_newdvright ul li:hover {
	background-color: #79cb15;
}

.index_newdvright ul li:hover h2 {
	color: #fff;
}

.index_newdvright ul li:hover p {
	color: #ecffd5;
}

.index_newdvright ul li:hover i {
	color: #fff;
}

.index_newdvright ul li:hover span {
	color: #c9fe89;
}

.foot {
	width: 100%;
	background: url(../img/images/foot_02.jpg) center no-repeat;
	padding: 80px 0px;
}

.footdv {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footdv dl {
	border-left: 1px solid #74a837;
	padding-left: 30px;
}

.footdv dl dt a {
	color: #fff;
	font-size: 16px;
	line-height: ;
}

.footdv dl dt {
	margin-bottom: 10px;
}

.footdv dl dd a {
	font-size: 14px;
	color: #dcfdb6;
	line-height: 35px;
}

.footdv dl dd a:hover {
	color: #FFFFFF;
}

.footdv dl:nth-child(2) {
	width: 330px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.footdv dl:nth-child(2) dt {
	width: 100%;
}

.footdv dl:nth-child(2) dd {
	width: 50%;
}

.footdv dl:last-child {
	width: 30%;
}

.footdv dl section {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.footdv dl section a {
	height: 45px;
	width: 45px;
	display: block;
	background-color: #dcfdb6;
	border-radius: 50px;
	margin-right: 10px;
	line-height: 45px;
	text-align: center;
}
.footdv dl section a i{
	font-size: 24px;
	color: #8dda2e;
}
.wdl {
	width: 100%;
	background-color: #4c820c;
	height: 90px;
}

.wdldv {
	width: 1300px;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.wdldv p {
	color: #dcfdb6;
	font-size: 14px;
}

.wdldv p a {
	color: #dcfdb6;
}

.prodv {
	width: 1300px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

.prodvleft {
	width: 320px;
}
.prodvleft dl{
	margin-bottom: 35px;
}
.prodvleft dl dt a {
	display: block;
	font-family: "Oswald (OT1)";
	width: 100%;
	height: 95px;
	background: url(../img/images/lleft_03.jpg) center no-repeat;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 95px;
	text-indent: 1em;
	text-transform: uppercase;
}
.prodvleft dl dd a{
	border: 1px solid #eeeeee;
	border-top: none;
	display: block;
	line-height: 70px;
	padding: 0px 20px;
	display: flex;
	font-size: 16px;justify-content: space-between;
	color: #666666;
}
.prodvleft dl dd a span{
	display: initial;
	color: #fff;
	font-size: 35px;
}
.prodvleft dl dd a:hover{
	color: #fff;
	background-color: #79cb15;
	border-color:#79cb15 ;
}
.prodvleft dl:last-child dt a{
	background: url(../img/images/lleft_06.jpg) center no-repeat;
}
.prodvleft dl div{
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 25px 20px;
}
.prodvleft dl div h2{
	font-size: 16px;
	color: #79cb15;line-height: 35px;
}
.prodvleft dl div p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.prodvright{
	width: 935px;
	margin: 0 auto;
}
.prodvrighttop{
	display: flex;
	justify-content: space-between;
	height: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.prodvrighttop h1{
	color: #333333;
	font-size: 36px;
}
.prodvrighttop p{
	color: #838282;
	font-size: 14px;
	margin-top: 40px;
}
.prodvrighttop p a{
	color: #838282;
}
.prodvrighttop p a:last-child{
	color: #79cb15;
}

.prolist .dbul li{
	width: 31%;
	margin: 1%;
}
 .prolist .dbul li div{
 	width: 100%;
 }
 .prolist .dbul li div img{
 	width: 100%;
 }
.showpro1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.showproleft{
	width: 500px;
	border: 1px solid #e5e5e5;
}
.showproleft img{
	display: block;
	width: 100%;
}
.showproright{
	width: 390px;
}
.showproright h1{
	font-size: 36px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 20px;
}
.showproright p{
	color: #767676;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 10px;
}
.showproright section{
	display: flex;
	justify-content: flex-start;
}
.showproright section a{
	display: block;
	width: 140px;
	height: 45px;
	background-color: #79cb15;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
.showproright section a:last-child{
	background-color: #156bcb;
}
.showproright ul li{
	font-size: 16px;
	color: #767676;
	line-height: 40px;
}
.showPro2{
	margin: 40px auto;
}
.showpro2dv{
	width: 100%;
	background-color: #eeeeee;
}
.showpro2dv h1{
	width: 225px;
	height: 50px;
	line-height: 50px;
	background-color: #79cb15;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}
.showPro2text{
	width: 100%;
}
.showPro2text img{
	max-width: 100%;
}

.shownav{
	border-bottom: 1px solid #e5e5e5;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li a{
	padding: 0px 25px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.shownav ul li a:hover{
	background-color: #79cb15;
	color: #fff;
	font-weight: bold;
}
.newslist{
	width: 1300px;
	margin: 40px auto;
}
.newslisttj a{
	display: flex;
	justify-content: space-between;
}
.newslisttj a:hover img{
	transform: scale(1.1);
}
.newstjleft{
	width: 295px;
	overflow: hidden;
}
.newstjleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newstjright{
	width: 970px;
} 
.newstjright h1{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 00px;
	margin-bottom: 10px;
}
.newstjright span{
	color: #7d7d7d;
	font-size: 14px;
	line-height: 25px;
}
.newstjright p{
	color: #7d7d7d;
	font-size: 14px;
	line-height: 30px;
}
.newstjright i{
	width: 160px;
	height: 50px;
	display: block;
	background-color: #79cb15;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
}
.newlists{
	margin: 30px auto;
}
.newlists ul li{
	padding: 25px 30px;
	background-color: #f6f5f5;
	margin-bottom: 20px;
}
.newlists ul li h1{
	color: #333333;
	font-size: 16px;
}
.newlists ul li span{
	font-size: 14px;
	color: #a9a8a8;
	line-height: 30px;
}
.newlists ul li p{
	line-height: 40px;
	font-size: 14px;
	color: #7d7d7d;
}
.newlists ul li:hover{
	background-color: #79cb15;
}
.newlists ul li:hover h1{
	color: #fff;
}
.newlists ul li:hover p{
	color: #e5fcca;
}
.newlists ul li:hover span{
	color: #e5fcca;
}
.shownews{
	width: 1300px;
	margin: 50px auto;
}
.shownewtop h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 15px;
}
.shownewtop p{
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	color: #9b9b9b;
	font-size: 14px;
}
.shownewstext{
	width: 100%;
	margin: 30px auto;
}
.shownewstext img{
	max-width: 100%;
	
}
.fy{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.fy p{
	border-radius: 50px;
	overflow: hidden;
	width: 48%;
	border: 1px solid #e5e5e5;
	line-height: 40px;
}
.fy p a{
	display: block;
	color: #333333;
	font-size: 16px;
	text-indent: 20px;
}
.fy p a:hover{
	background-color: #79cb15;
	color: #fff;
}
.fy p:hover{
	border-color: #79cb15;
	color: #fff;
}
.lxwmdv{
	width: 1300px;
	margin: 50px auto;
}
.lxwmdv ul{
	display: flex;justify-content: space-between;
}
.lxwmdv ul li{
	width: 415px;
	background-color: #f6f6f6;
	padding: 50px 0px;
}
.lxwmdv ul li i{
	width: 75px;
	height: 75px;
	display: block;
	background-color: #ffffff;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 75px;
	text-align: center;
	line-height: 75px;
	color: #79cb15;
	font-size: 30px;
}
.lxwmdv ul li p{
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	width: 90%;
	margin: 0 auto;
}
.ly{
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.ly h1{
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
}
.ly form div{
	display: flex;
	justify-content: space-between;
}
.ly form div input{
	width: 32%;
	height: 55px;
	line-height: 55px;
	border: none;border: 1px solid #e5e5e5;
	text-indent: 1em;
	outline: none;
}
.ly form input{
	height: 55px;
	line-height: 55px;
	border: none;border: 1px solid #e5e5e5;
	text-indent: 1em;
	outline: none;
	width: 100%;
	margin-top: 20px;
}
.ly form textarea{
	line-height: 35px;
	border: none;border: 1px solid #e5e5e5;
	text-indent: 1em;
	outline: none;
	width: 100%;
	margin-top: 20px;
	font-family: "微软雅黑";
	height: 105px;
}
.ly form .submin{
	width: 185px;
	background-color: #79cb15;
	color: #fff;
}
.abouttop{
	width: 1300px;
	margin: 50px auto;
}
.abouttop h1{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.abouttop p{
	font-family: "Myriad Pro";
	font-size: 48px;
	color: #333;
	font-style: italic;
}
.about_dv{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.about_dvleft{
	width: 833px;
}
.about_dvleft img{
	width: 100%;
	display: block;
}
.about_dvright{
	width: 385px;
}
.about_dvright ul li{
	display: flex;
	justify-content: space-between;
}
.about_dvright ul li i{
	display: block;
	width: 70px;
	height: 70px;
	margin-top: 20px;
	text-align: center;
	line-height: 70px;
	font-size: 40px;
	
}
.about_dvright ul li div{
	width: 295px;
}
.about_dvright ul li div h1{
	color: #333333;
	font-size: 48px;
	font-family: "Impact";
}
.about_dvright ul li p{
	color: #616161;
	font-size: 14px;
	line-height: 30px;
}
.about_dvright ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	flex-direction: column;
	height: 100%;
}
.about_text{
	margin: 50px auto;
	width: 1300px;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
}
.about_ry{
	border-top: 5px solid #f1f1f1;
	display: none;
}
.about_rydv{
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
}
.about_rydv ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.about_rydv ul li{
	width: 306px;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
	overflow: hidden;
}
.about_rydv ul li img{
	width: 100%;display: block;
	transition: all .5s;
}
.about_rydv ul li:hover img{
	transform: scale(1.1);
}

.index_Application{
	width: 100%;position: relative;
	background-color: #f7f7f7;
}
.index_Applicationdv{
	margin: 0 auto;
	background-color: #f7f7f7;
}
.index_Applicationdv h1{
	text-align: center;
	font-size: 48px;
	color: #333333;
	margin-bottom: 10px;
}
.index_Applicationdv p{
	color: #666666;
	width: 60%;
	margin: 0 auto;
	line-height: 35px;
	margin-bottom: 40px;
}
.bot-1{
	position: absolute;
	top: 38.5%;
	left: 27%;
	/*margin-left: 27%;*/
	/*margin-top: 21.5%;*/
	/*float: left;*/
}
.bot h3{
	margin: 0;
	font-family: Book;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
.bot span{
	font-family: source;
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.bot p{
	margin: 0;
	font-family: source-light;
	font-size: 20px;
	line-height: 26px;
}
.bot-2{
	position: absolute;
	top: 53.5%;
	left: 52%;

}
.bot-3{
	position: absolute;
	top: 8.5%;
	right: 7%;
}
.bot-4{
	position: absolute;
	right: 13%;
	bottom: 18%;
}
.bot-click{
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 11.5%;
}
.click-1{
	margin-left: 15%;
	margin-top: 12%;
	float: left;
	display: none;
}
.click-2{
	float: left;
	margin-top: 20%;
	margin-left: 41%;
	display: none;
}
.click-3{
	float: right;
	margin-top: -4%;
	margin-right: 15%;
	display: none;
}
.click-4{
	margin-right: 15%;
	float: right;
	margin-top: 26%;
	display: none;
}
.click-block{
	display: block !important;
}
.bot-me{
	display: none !important;
}
.bot-title{
	z-index: 99;
}
.click-none{
	z-index: 80;
}
.click-none img{
	width: 100%;
}
.dbul li div img{
	width: 100%;
	display: block;
}
.prodv1{
	display: none;
}
a:hover, a:focus {
   	color: #2a6496; 
    text-decoration: none;
}
.pronav{
		display: none;
	}
	.equinav .navbar-collapse {
		padding: 0 !important;
	}
	
	.equinav-collapse .navbar-header {
		float: none;
	}
	.equinav-collapse .navbar-brand,
	.equinav-collapse .navbar-toggle {
		display: block !important;
	}
	.equina-collapse .navbar-collapse {
		border-top: 1px solid #e7e7e7 !important;
	}
	.equinav-collapse .navbar-collapse.collapse {
		display: none !important;
	}
	.equinav-collapse .navbar-nav {
		float: none !important;
		margin: 0 !important;
	}
	.equinav-collapse .navbar-nav > li {
		width: auto !important;
		float: none !important;
	}
	.equinav-collapse .navbar-nav > li > a {
		text-align: left !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.equinav-collapse .navbar-collapse,
	.equinav-collapse .navbar-collapse.collapse.in {
		border-top: 1px solid #e7e7e7 !important;
		display: block !important;
	}
	.equinav-collapse .collapsing {
		overflow: hidden !important;
	}
	.equinav-collapse .dropdown-toggle {
		background-color: #e7e7e7 !important;
	}
	.equinav-collapse .dropdown-toggle > .caret {
		display: inline-block !important;
	}
	.equinav-collapse .dropdown-menu {
		background: none !important;
		float: none !important;
		border: 0 !important;
		box-shadow: none !important;
		position: relative !important;
	}
	.equinav-collapse .navbar-nav .open .dropdown-menu {
		display: block !important;
	}
	.equinav-collapse .navbar-nav .open .dropdown-menu > li > a,
	.equinav-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #777 !important;
		padding: 5px 15px 5px 25px !important;
	}
	.pronav .navbar{
		border: none;
		margin-top: 25px;
	}
	.pronav{
		display: none;
	}
	.focusBox { position: relative; width:100%; height:800px; overflow: hidden; }
	.focusBox .pic{ position:relative; z-index:0; }
	.focusBox .pic li{height: 800px;}
	.focusBox .pic img { width:100%;  display: block; }
	.focusBox .hd { width:100%; height: 800px; position: absolute; bottom: 0px; text-align: center; font-size:0; z-index:1;background: url(../img/images/line.png) center no-repeat;background-size: 100% 100%; }
	.focusBox .hd li{
		width: 175px;
		height: 80px;
		position: absolute;
		text-align: left;
	}
	.focusBox .hd li:first-child{
		left: 27%;
		top: 34%;
	}
	.focusBox .hd li:nth-child(2){
		left: 52%;
    	top: 54%;
	}
	.focusBox .hd li:nth-child(3){
		left: 77%;
    	top: 17%;
	}
	.focusBox .hd li:last-child{
		left: 77%;
    	top: 75%;
	}
	.focusBox .hd li h1{
		font-size: 24px;color: #fff;
	}
	.focusBox .hd li p{
		font-size: 16px;
		color: #fff;
		margin-top: 15px;
	}
	.focusBox .hd li.on section{
		width: 220px;
		height: 220px;
		background-color: #fff;
		border-radius:220px ;
	}
	
	.focusBox .hd li.on{ 
		
		border: 1px solid #fff;
		border-radius: 50%;
		left: 18%;
		width: 300px;
    	height: 300px;
		text-align: center;
		display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.focusBox .hd li.on section{
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		flex-direction: column;
	}
	.focusBox .hd li.on section h1{
		color: #333;
	}
	.focusBox .hd li.on section p{
		color: #333;
	}
	.focusBox .hd li:first-child.on{
		left: 17%;
		top: 20%;
	}
	.focusBox .hd li:nth-child(2).on{
		left: 42%;
    	top: 38%;
	}
	.focusBox .hd li:nth-child(3).on{
		left: 67%;
    	top: 0%;
	}
	.focusBox .hd li:last-child.on{
		left: 67%;
    	top: 58%;
	}
.index_Application{
	padding-top: 60px;
	background-color: #f7f7f7;
	padding-bottom: 40px;
}	
.index_Applicationdv h1{
	text-align: center;
	color: #333333;
	font-size: 48px;
}
.index_Applicationdv p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	width: 970px;
	margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px){
	.headdv,.index_pro,.index_specdv,.index_choose,.index_choose ul,.index_case,.index_New,.footdv,.wdldv,.lxwmdv,.ly,.newslist,.shownews,.prodv{
		width: 95%;
	}
	.headdvright section{
		display: none;
	}
	.headdvright ul{
		margin-right: 0px;
	}
	.index_Applicationdv p{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.tabBox .hd ul li {
	    color: #666;
	    width: 138px;
	    border: 1px solid #e5e5e5;
	    margin: 0px 5px;
	    border-radius: 50px;
	    height: 45px;
	    overflow: hidden;
	}
	.dbul li {
	    width: 31%;
	    margin: 1%;
	}
	.dbul li div{
		width: 100%;
	}
	.dbul li div img{
		width: 100%;
	}
	.index_aboutleft{
		width: 55%;
		overflow: hidden;
	}
	.index_aboutright{
		width: 45%;
	}
	.index_aboutleft img{
		width: auto;
		height: 100%;
		display: block;
	}
	.index_choose ul li div{
		width: 78%;
	}
	.index_case ul li{
		width: 31%;
		margin: 1%;
	}
	.index_newdvleft{
		width: 54%;
	}
	.index_newdvright{
		width: 45%;
	}
	.index_newdvright ul{
		width: 100%;
	}
	.index_newdvleft section h2{
		height: 50px;
   		overflow: hidden;
	}
	.index_newdvright ul li h2{
		height: 32px;
		overflow: hidden;
	}
	.index_newdvright ul li {
		    padding: 4%;
	}
	.footdv dl{
		padding-left: 3%;
	}
	.foot{
		background-size: cover;
	}
	.lxwmdv ul li{
		width:31%;
		margin: 1%;
	}
	.newstjright{
		width: 69%;
	}
	.newstjleft{
		width: 29%;
	}
	.newstjright h1{
		margin-top: 10px;
	}
	.newstjright p{
		height: 60px;
		overflow: hidden;
	}
	.prodvleft{
		width: 30%;
	}
	.prodvright{
		width: 68%;
	}
	.showproleft{
		width: 48%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.showproright{
		width: 50%;
	}
	.focusBox .hd li:first-child.on{
		left: 14%;
		top: 20%;
	}
	.focusBox .hd li:nth-child(2).on{
		left: 38%;
    	top: 38%;
	}
	.focusBox .hd li:nth-child(3).on{
		left: 63%;
    	top: 0%;
	}
	.focusBox .hd li:last-child.on{
		left: 63%;
    	top: 55%;
	}
}
@media screen and (max-width: 768px){
	.banner img {
	    display: block;
	    width: 150%;
	}
	.newstjright h1{
		margin-top: 15px;
	}
}
@media screen and (max-width: 999px){
	.headtop{
		display: none;
	}
	.htmleaf-container{
		display: block;
	}
	.index_pro,.index_choose ul{
		width: 100%;
	}
	.index_specdv,.index_choose,.index_case,.index_New,.lxwmdv,.ly,.newslist,.shownews,.prodv{
		width:95%;
	}
	.index_pro h1,.index_case h1,.index_New h1{
		font-size: 28px;
	}
	.tabBox .hd ul{
		flex-flow: wrap;
	}
	.tabBox .hd{
		height: auto;
	}
	.tabBox .hd ul li{
		margin-bottom: 15px;
	}
	.dbul li{
		width: 48%;
		margin: 1%;
	}	
	.dbul li div{
		width: 100%;
	}
	.dbul li p{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.index_specdv h1,.index_aboutright h1,.index_choosetop h1{
		font-size: 28px;
	}
	.index_specdv p{
		font-size: 14px;
		line-height: 25px;
	}
	.index_about{
		flex-flow: wrap;
	}
	.index_aboutleft,.index_aboutleft img{
		width: 100%;
	}
	.index_aboutright{
		padding-left: 0px;
		padding: 20px;
	}
	.index_choose{
		margin-top: 50px;
	}
	.index_choose ul li{
		width: 100%;
		margin-top: 25px;
	}
	.index_choose ul li div{
		width: 70%;
	}
	.index_spec{
		background-size:cover ;
	}
	.index_specdv h1,.index_specdv p{
		color: #fff;
	}
	.index_case ul li:last-child{
		display: none;
	}
	.index_case ul li{
		width: 48%;
		margin: 1%;
	}
	.index_case h1{
		margin-bottom: 15px;
	}
	.index_case{
		margin: 35px auto; 
	}
	.index_New{
		margin: 30px auto;
		margin-top: 0px;
	}
	.index_newsdv{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.index_newdvleft,.index_newdvright ul{
		width: 100%;
	}
	.index_newdvleft section{
		padding: 3%;
	}
	.index_newdvleft section h2{
		font-size: 22px;
		height: 45px;
		line-height: 45px;
		overflow: hidden;
	}
	.index_newdvright ul li{
		margin-top: 20px;
		padding: 3%;
	}
	.index_newdvright ul li h2{
		font-size: 24px;
		line-height: 35px;
		height: 35px;
		overflow: hidden;
	}
	.index_newdvright ul li p{
		line-height: 30px;
		font-size: 14px;
	}
	.foot,.wdl{
		display: none;
	}
	.lxwmdv ul{
		flex-flow: wrap;
	}
	.lxwmdv ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.ly h1{
		line-height: 30px;
	}
	.shownav ul{
		flex-flow: wrap;
	}
	.newslisttj a{
		flex-flow: wrap;
	}
	.newstjleft,.newstjleft img{
		width: 100%;
		display: block;
	}
	.newlists ul li h1{
		font-size: 20px;
	}
	.newlists ul li p{
		line-height: 35px;
		height: 105px;
		overflow: hidden;
	}
	.index_Application{
		display: none;
	}
	.prodvleft{
		display: none;
	}
	.prodvright{
		width: 100%;
	}
	.prodvrighttop h1{
		font-size: 24px;
		margin: 0 ;
	}
	.prodv{
		margin: 35px auto;
	}
	.prolist .dbul li{
		width: 48%;
	}
	.prodvrighttop p{
		display: none;
	}
	.prodvrighttop{
		margin-bottom: 15px;
		display: none;
	}
	.showpro1{
		flex-flow: wrap;
	}
	.showproleft{
		width: 100%;
	}
	.showproright h1{
		font-size: 24px;
	}	
	.prolist .dbul li:last-child{
		display: none;
	}
	.pronav{
		display: block;
	}
	.prodv{
		margin-top: 0px;
	}
	.navbar-collapse.in{
		overflow: hidden;
	}
	.navbar-nav{
		width: 100%;
		margin: 0 auto;
	}
	.navbar-nav>li>a{
		line-height: 25px;
	}
	.index_newdvright{
		width: 100%;
	}
	.shownav ul li{
		width: 50%;
	}
	.shownav ul li a{
		font-size: 16px;
	}
	.index_newdvright ul li p{
		overflow: hidden;
	}
	.abouttop,.about_dv,.about_text,.about_rydv{
		width: 95%;
	}
	.abouttop p{
		font-size: 24px;
	}
	.about_dv{
		display: block;
	}
	.about_dvleft,.about_dvright{
		width: 100%;
	}
	.about_rydv ul li{
		width: 47%;
		margin: 1%;
	}
	.index_pro {
    margin: 35px auto;
 }
.tabBox .hd ul li {
    width: 105px;
 }
.tabBox .hd {
    font-size: 12px;

 }
 .about_dvright ul li div h1 {
    color: #333333;
    font-size: 32px;
    font-family: "Impact";
}
.index_choose ul li div p {
    font-size: 12px;
}
.index_choosetop p {

    font-size: 16px;

}
.showpro2dv h1 {
    width: 176px;
    height: 45px;
    line-height: 45px;
    background-color: #79cb15;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}
}
@media (min-width: 768px) and (max-width: 1000px){
	.index_newdvright{
		width: 100%;
	}
	.htmleaf-container{
		display: block;
	}
	.index_newdvright ul li{
		width: 94%;
	}
	.newslisttj a{
		flex-flow: wrap;
	}
	.newstjleft{
		width: 30%;
	}
	.newstjright{
		width: 68%;
	}
	.newstjright p{
		height: 60px;
		overflow:hidden ;
	}
	.newstjright i{
		display: none;
	}
	.container{
		width: 100%;
	}
	
}
.my-4,.text-secondary{
	margin: 40px auto;
	text-align: center;
}
.my-4 div{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.page-num, .page-link{
	color: #79cb15;
}
.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #79cb15;
    border-color: #79cb15;
}
.shownav ul li.hover a{
	    background-color: #79cb15;
    color: #fff;
    font-weight: bold;
}
.prodvleft dl dd a.hover{
	    color: #fff;
    background-color: #79cb15;
    border-color: #79cb15;
}
.pronav .container{
	padding: 0;

}
.pronav .navbar-nav{
	    margin: 0 auto;
	    width:95%;
}
.navbar-default .navbar-nav>li>a{
	line-height: 35px;
}