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: 26%;}
.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>.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;width: 100%;}
.neibu>li{margin-top: 1px;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.neibu>li>a{width: 100%;display: block;}
.sub-ul{display: none;}
.sub-ul{padding: 0px 20px;}
.sub-ul>li,.sub-ul>li>a,{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 100%;line-height: 24px;}
.sub-ul>li{width: 100%;overflow: hidden;}
.sub-ul>li>a{color: #666;width: 100%;display: block;font-size: 14px;line-height: 20px;overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap;}
.sub-ul>li>a:hover,.submenu>a:hover{color: #00B1E2;}
.submenu{display: flex;justify-content: space-between;width: 100%;padding: 8px 20px;background-color: #D7D7D7;}
.submenu>img{height: 16px;width: 16px;}
.submenu>a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 100%;display: block;}
.nav{border-bottom: 1px solid #ACACAC;margin-bottom: 10px;padding-bottom: 15px;}
.nav>a,.nav>span{font-size: 16px;}
.rt-box{width: 70%;}
.rt-box>h3{font-size: 20px;color: #84BA51;text-align: center;font-weight: bold;margin: 30px 0;}
.zhushi{width: 100%;margin-bottom: 40px;}
.cpxq{display: flex;justify-content: center;}
.cpxq>img{width: auto;}
.zhushi>p{width: 80%;margin-left: 10%;line-height: 30px;}
.h4{text-align: center;margin-top: 100px;}
.h4>a{font-size: 16px;}
.h4>a:hover{color: #009DDA;}
.cur{display: none;}
.cur3{display: block;}
.bj{background-color: #84BA51 !important;}











/*中型设备*/
@media only screen and (min-width:1025px ) and (max-width:1199px) {
	.con-c{width: 96%;margin: 0 2%;}
}
/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con-c{width: 96%;margin: 0 2%;}
}
/** 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: 96%;margin-left: 2%;}
	.h4{font-size: 1rem;}
	.nav>a{font-size: 1rem;}
	.rt-box>h3,.lf-box>h3{font-size: 1.4rem;}
	.zhushi>p{font-size: 1rem;}
}
