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}
.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{cursor:pointer;padding: 8px 20px;margin-top: 1px;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.neibu>li>a{width: 100%;display: block;}
.cur{display: none;}
.rt-box{width: 65%;}
.rt-ul{padding: 30px 0;display: flex;flex-wrap: wrap;}
.rt-ul>li{width: 23%;margin: 20px 1%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.rt-ul>li>a{text-align: center;display: block;}
.rt-ul>li>a>p{margin-top: 10px;}
.rt-ul>li>a>img{width: 90%;}
.bj{background-color: #84BA51 !important;}
.bj>a{color: #fff;}
.nav{border-bottom: 1px solid #ACACAC;margin-bottom: 10px;padding-bottom: 15px;}
.nav>a,.nav>span{font-size: 16px;}
/*下载中心*/
.box-ul{}
.box-ul>li{background: url(../img/ico_1.jpg) no-repeat left center;display: flex;justify-content: space-between;align-items: center;height: 75px;border-bottom: 1px dashed #999999;}
.box-ul>li:first-child{margin:0px 0;border-bottom: none;}
.box-ul>li>p:first-child{width: 57%;text-align: left !important;margin-left: 3%;}
.box-ul>li>p{width: 13%;text-align: center;}
.box-ul>li>p>a>img{width: 77px;height: 31px;}



/*中型设备*/
@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%;}
	.box-ul>li>p>a>img{width: 50px;height: auto;}
	.nav>a,.nav>span{font-size: 1.2rem;}
	.box-ul>li>p{font-size: 1rem;}
	.lf-box>h3{font-size: 1.8rem;}
	.rt-ul>li>a>p{height: 40px;}
}
