* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
  
}

fieldset, img {
    border: 0;
}

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

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #d11c11;
}

body {
    background-color: #f6f6f6;
}

li {
    list-style: none
}

.clearfix {
    /* è§¦å‘ hasLayout */
    zoom: 1;
}

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

.left {
    float: left;
}

.right {
    float: right;
}
	

.introduction p {
    text-indent: 2rem;
    font-size: 18px;
    line-height: 34px;
}

.main {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    background: #f6f6f6;
    padding-bottom: 30px;
}

.main .contents {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.stbd h3 img{
    display: block;
    margin: 20px auto 30px;
}

.stbd .stbdSection {
    max-width:1200px;
    background: #ffffff;
    padding: 10px 0 20px;
    margin: 30px auto;
    overflow: hidden;
}

.stbd .stbdSection h4{
    margin: 20px 0;
}

.stbd .stbdSection .icon{
    display: inline-block;
    float: left;
    width: 21%;
    height: 134px;
    background: #FFF6F5;
    border-radius: 10px;
    text-align: center;
	margin: 1% 2%;
}

.stbd .stbdSection.bdSection .icon{
    background: #FFFAF5;
}

.stbd .stbdSection .icon img{
    margin: 30px auto 20px;
    display: block;
}

.stbd .stbdSection .icon p{
    font-size: 18px;
    color: #f24831;
}

.stbdSection h4 img{width: 100%;}
.bzml {
    max-width: 1200px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 30px;
    margin:30px auto ;
}

.title_bzml {
    margin: 0 auto 30px;
}

.title_bzml img{
    display: block;
    margin: 0 auto;
/*	width: 100%; */
}

.main ul.list li {
    float: left;
    width: 25%;
    height: 60px;
	line-height: 60px;

}
.main ul.list li a{
	display: block;max-width: 95%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; float: left;
	background: url(../images/list.png) no-repeat left center;padding-left: 10px;
}

.main ul.list li img {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

.main ul.list li span{
   
    font-size: 16px;
}

.main .jd ul.list li{
    width: 16.66%;
}


.banner1 {
    /* background: url(../images/banner_20180528.jpg) center top repeat; */
    width:100%;text-align: center;position: relative;
  }
  /*.banner1 img{width: 100%;} */
  .textbox{width: 100%; position: absolute; top: 92%;z-index: 100;}
  .introduction {
	    background: #ffffff;
	    max-width: 1210px;
	    overflow: hidden;
	    box-shadow: 0 0 16px 0 rgba(185, 18, 18, 0.18);
	    box-sizing: border-box;
	    padding: 20px 30px 10px 30px;
	    text-align: justify;
	    margin: -20px auto 20px;
	    border-radius: 8px;
	
	}
	
	
	
	
	
	
	
	
		
	@media only screen and (max-width:768px){
	 .textbox{top: 73px;}	
	}
	
	@media only screen and (max-width:550px){
		.textbox{top: 53px;}
		.main ul.list li{width:33.33%;}
		.main .jd ul.list li{width: 25%;}
	}