blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {margin: 0;padding: 0}
a,a:hover{text-decoration: none;color: #000;}
ol,ul{list-style: none}
.banner{width: 100%;}
.banner img{width: 100%;}
.content{width: 100%;margin-top: 40px;}
.con-c{width: 1200px;margin: 30px auto;display: flex;justify-content: space-between;}
.lf-box{width: 22%;}
.lf-box>h3{font-size: 20px;font-weight: bold;padding-bottom: 20px;border-bottom: 2px solid #ACACAC;}
.lf-ul{margin-top: 30px;}
.lf-ul>li{cursor:pointer;margin-bottom: 10px;}
.lf-ul>li>.neibu>li:hover{background-color: #84BA51;}
.hover1{color: #fff !important;}
.lf-ul>li>.menu{display: flex;justify-content: space-between;background-color: #F2F2F2;padding:10px 10px;}
.lf-ul>li>.menu>img{height: 20px;width: 20px;}
.neibu{display: none;}
.neibu>li{cursor:pointer;padding: 8px 20px;margin-top: 1px;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.bj{background-color: #84BA51 !important;}
.rt-box{width: 75%;}
.rt-box>h3{font-size: 20px;border-bottom: 1px solid #666;padding-bottom: 10px;margin-top: 10px;}
.covet{width: 70%;margin: 0 auto;}
.covet>img{margin: 30px 0;}
/*选项卡*/
.tab{display: flex;}
.tab .tab-1{background-color: #D7D7D7;margin-right: 1%;width: 20%;padding: 10px 0;text-align: center;}
.active{background-color: #68B535 !important;color: #fff !important;}
.con-1{display: none;width: 100%;margin-top: 30px;overflow: hidden;}
.con-1>h4{font-size: 16px;margin: 30px 0 10px;}
.con-1>p{line-height: 28px;text-indent: 2em;}
.cur,.cur2{display: block;}
.con-1>img{width: auto;margin-left: 10%;}
.yd{width: 400px;height:400px;border: 1px solid #999;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.yd>img{max-width: 100%;max-height: 100%;object-fit: cover;}
.covet2{display: flex;justify-content: space-between;margin: 30px 20%;width:60%;height: auto;}
.box1{width: 120px;height: 120px;border: 1px solid #999;}
.box1>img{height: 100%;width: 100%;}
.youb{height:400px;display: flex;align-items: center;justify-content: space-between;flex-direction: column;}





/*中型设备*/
@media only screen and (min-width:1025px ) and (max-width:1199px) {
	.con-c{width: 100%;}
}
/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con-c{width: 100%;}
}
/** iPhone **/
@media only screen and (min-width: 300px) and (max-width: 767px) {
	.con-c{width: 100%;display: flex;flex-direction: column-reverse;}
	.lf-box{width: 96%;margin-left: 2%;}
	.rt-box{width: 96%;margin-left: 2%;}
	.tab{display: flex;justify-content: space-between;}
	.tab .tab-1{width: 24%;margin-right: 0;font-size: 1rem}
	.lf-box>h3,.rt-box>h3{font-size: 1.4rem}
	.menu>p{font-size: 1rem}
	.con-1>h4{font-size: 1.2rem}
	.con-1>p{font-size: 1rem}
	.lf-ul>li>.menu>img{height: 16px;width: 16px;}
	.covet2{width: 100%;margin: 15px 0;}
	.yd{width: 265px;height: 265px;}
	.youb{height: 265px;}
	.box1{height: 75px;width: 75px;}
	.con-1 table,.con-1 table tbody{display: block;width: 100%;}
	.con-1 table tr td p{margin: 0 !important;font-size: 12px;}
	.con-1 img{max-width: 100% !important;display: block;}
}