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;}
.cur{display: none;}
.rt-box{width: 75%;background-color: #F7F7F7;}
.rt-ul{padding: 30px 0;}
.menu-ul{display: flex;width: 100%;border-bottom: 1px dashed #7C7C7F;padding-bottom: 10px;margin-top: 20px;flex-wrap: wrap;}
.menu-ul>li>a{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.menu-ul>li>a>img{width: 90%;}
.menu-ul>li>a>p{text-align: center;margin-top: 10px;}
.menu-ul>li{cursor:pointer;width: 10%;margin-left:2%;padding: 5px 0;}
.menu-ul>li>a:hover{color: #3C84F1;}
.bj{background-color: #84BA51 !important;}




/*中型设备*/
@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;}
	.lf-box{width: 96%;margin-left: 2%;}
	.rt-box{width: 100%;}
	.menu-ul{width: 96%;flex-wrap: wrap;margin-left: 2%;}
	.menu-ul>li{width: 23%;margin:0 1%;}
}
