ul, li, img, span, p, font, strong, em, ol, h1, h2, h3, h4, h5, h6, dl, dt, dd, input, tboby, form, button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

img {
    vertical-align: middle;
}

body{
	padding: 0;
	font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑";
}

.clearFloat000:after{
	content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.roshiFL{
	float: left;
}

.container {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


.mainBody {
    position: relative;
    width: 100%;
    min-height: 359px;
    border-top: 2px solid #eeeeee;
}

.tab-content {
	overflow: initial;
}

.subPageWrapper {
	width: 100%;
	height: auto;
	background: url(../image/content_bg.jpg) no-repeat top center;
	background-color: #FFFFFF;
	padding-bottom: 95px;
	overflow: hidden;
}

.subPageNav {
	width: 100%;
	height: 70px;
	/*margin-top: 20px;*/
}

.subPageNav ul li {
	height: 70px;
	line-height: 70px;
	float: left;
	margin-right: 35px;
	font-size: 16px;
}

.subPageNav ul li.active a {
	color: #bd3032;
	font-weight: 600;
}

.subPageNav ul li a:hover{
	color: #bd3032;
}

.subPageTitle {
    width: 100%;
    text-align: center;
}

.subPageTitle h2 {
    position: relative;
    display: inline-block;
    color: #545454;
    line-height: 30px;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
}

.subPageTitle h2:before, .subPageTitle h2:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -60px;
    width: 48px;
    height: 11px;
    background-color: #b2b2b2;
    background: url(../image/subPage_line.png) no-repeat 0 0;
    transition: all .5s .5s ease-in-out;
    -webkit-transition: all .5s .5s ease-in-out;
    -moz-transition: all .5s .5s ease-in-out;
    -ms-transition: all .5s .5s ease-in-out;
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
}

.subPageTitle h2.fadeInUp:before, .subPageTitle h2.fadeInUp:after {
    transform: translate(0);
    -webkit-transform: translate(0);
}

.subPageTitle h2:after {
    left: auto;
    right: -60px;
    background-position: -48px 0;
    transform: translate(100%);
    -webkit-transform: translate(100%);
}

.subPageTitle h2 span {
    display: block;
    color: #888888;
    font-size: 16px;
    letter-spacing: normal;
}

.subPageTitleL h2:before {
	left: -60px;
}

.subPageTitleL h2:after {
	left: auto;
    right: -60px;
}

.BMap_Marker div {
	width: 40px!important;
}

@media screen and (min-width:1100px) {
	.inner {
		width: 1200px;
	}
}


@media (min-width: 960px) and (max-width: 1099px) {
	.inner {
		width: 90%;
	}
	
	.subPageNav ul li {
        margin-right: 17px;
    	font-size: 13px;
	}
}

@media (min-width: 767px) and (max-width: 959px) {
	.inner {
		width: 90%;
	}
	
	.subPageNav ul li {
	    margin-right: 17px;
    	font-size: 13px;
	}
}

@media screen and (min-width:450px)and (max-width:766px) {
	.inner {
		width: 90%;
	}
	
	.subPageNav ul li {
	    margin-right: 17px;
    	font-size: 13px;
	}
}

@media screen and (min-width:220px)and (max-width:449px) {
	.inner {
		width: 90%;
	}
	
	.subPageNav ul li {
	    margin-right: 17px;
    	font-size: 13px;
	}
}