body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

body {background: #f1f0f0;}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#0050a3;

}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: none;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
* {
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin:0; 
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
/*间隙层开始*/
.space_hx { /*横向间隙*/
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.space_zx { /*纵向间隙*/
	float: left;
	width: 10px;
	font-size: 1px;
	overflow: hidden;
}
/*间隙层结束*/
.p0{padding:0px;}
.m0{margin:0px;}
.bg-w{
	background: #fff;
}
.bg-w1{
	background: url(../images/part5_bg.jpg) no-repeat;
margin: 0px;
    background-size: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 72 - CUSTOM MARGINS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.marg-lg-b0 {
	height: 0px;
}
.marg-lg-b4 {
	height: 4px;
}
.marg-lg-b5 {
	height: 5px;
}
.marg-lg-b10 {
	height: 10px;
}
.marg-lg-b15 {
	height: 15px;
    width: 800px;
   
    padding-top: 50px;
}
.marg-lg-b20 {
	height: 20px;
}
.marg-lg-b25 {
	height: 25px;
}
.marg-lg-b30 {
	height: 30px;
}
.marg-lg-b35 {
	height: 35px;
    float: left;
    padding-top: 20px;
}
.marg-lg-b40 {
	}
.marg-lg-b45 {
	height: 45px;
}
.marg-lg-b50 {
	height: 50px;
}
.marg-lg-b55 {
	height: 55px;
}
.marg-lg-b60 {
	height: 60px;
}
.marg-lg-b65 {
	height: 65px;
}
.marg-lg-b70 {
	height: 70px;
}
.marg-lg-b75 {
	height: 75px;
}
.marg-lg-b80 {
	height: 80px;
}
.marg-lg-b85 {
	height: 85px;
}
.marg-lg-b90 {
	height: 90px;
}
.marg-lg-b95 {
	height: 95px;
}
.marg-lg-b100 {
	height: 100px;
}
.marg-lg-b105 {
	height: 105px;
}
.marg-lg-b110 {
	height: 110px;
}
.marg-lg-b115 {
	height: 115px;
}
.marg-lg-b120 {
	height: 120px;
}
.marg-lg-b125 {
	height: 125px;
}
.marg-lg-b130 {
	height: 130px;
}
.marg-lg-b135 {
	height: 135px;
}
.marg-lg-b140 {
	height: 140px;
}
.marg-lg-b145 {
	height: 145px;
}
.marg-lg-b150 {
	height: 150px;
}
.marg-lg-b155 {
	height: 155px;
}
.marg-lg-b160 {
	height: 160px;
}
.marg-lg-b165 {
	height: 165px;
}
.marg-lg-b170 {
	height: 170px;
}
.marg-lg-b175 {
	height: 175px;
}
.marg-lg-b180 {
	height: 180px;
}
.marg-lg-b185 {
	height: 185px;
}
.marg-lg-b190 {
	height: 190px;
}
.marg-lg-b195 {
	height: 195px;
}
.marg-lg-b200 {
	height: 200px;
}
.marg-lg-b205 {
	height: 205px;
}
.marg-lg-b210 {
	height: 210px;
}
@media (max-width:1199px) {
	.marg-md-b0 {
		height: 0px !important;
	}
	.marg-md-b5 {
		height: 5px !important;
	}
	.marg-md-b10 {
		height: 10px !important;
	}
	.marg-md-b15 {
		height: 15px !important;
	}
	.marg-md-b20 {
		height: 20px !important;
	}
	.marg-md-b25 {
		height: 25px !important;
	}
	.marg-md-b30 {
		height: 30px !important;
	}
	.marg-md-b35 {
		height: 35px !important;
	}
	.marg-md-b40 {
		height: 40px !important;
	}
	.marg-md-b45 {
		height: 45px !important;
	}
	.marg-md-b50 {
		height: 50px !important;
	}
	.marg-md-b55 {
		height: 55px !important;
	}
	.marg-md-b60 {
		height: 60px !important;
	}
	.marg-md-b65 {
		height: 65px !important;
	}
	.marg-md-b70 {
		height: 70px !important;
	}
	.marg-md-b75 {
		height: 75px !important;
	}
	.marg-md-b80 {
		height: 80px !important;
	}
	.marg-md-b85 {
		height: 85px !important;
	}
	.marg-md-b90 {
		height: 90px !important;
	}
	.marg-md-b95 {
		height: 95px !important;
	}
	.marg-md-b100 {
		height: 100px !important;
	}
	.marg-md-b105 {
		height: 105px !important;
	}
	.marg-md-b110 {
		height: 110px !important;
	}
	.marg-md-b115 {
		height: 115px !important;
	}
	.marg-md-b120 {
		height: 120px !important;
	}
	.marg-md-b125 {
		height: 125px !important;
	}
	.marg-md-b130 {
		height: 130px !important;
	}
	.marg-md-b135 {
		height: 135px !important;
	}
	.marg-md-b140 {
		height: 140px !important;
	}
	.marg-md-b145 {
		height: 145px !important;
	}
	.marg-md-b150 {
		height: 150px !important;
	}
	.marg-md-b155 {
		height: 155px !important;
	}
	.marg-md-b160 {
		height: 160px !important;
	}
	.marg-md-b165 {
		height: 165px !important;
	}
	.marg-md-b170 {
		height: 170px !important;
	}
	.marg-md-b175 {
		height: 175px !important;
	}
	.marg-md-b180 {
		height: 180px !important;
	}
	.marg-md-b185 {
		height: 185px !important;
	}
	.marg-md-b190 {
		height: 190px !important;
	}
	.marg-md-b195 {
		height: 195px !important;
	}
	.marg-md-b200 {
		height: 200px !important;
	}
	.marg-md-b205 {
		height: 205px !important;
	}
	.marg-md-b210 {
		height: 210px !important;
	}
}
@media (max-width:991px) {
	.marg-sm-b0 {
		height: 0px !important;
	}
	.marg-sm-b5 {
		height: 5px !important;
	}
	.marg-sm-b10 {
		height: 10px !important;
	}
	.marg-sm-b15 {
		height: 15px !important;
	}
	.marg-sm-b20 {
		height: 20px !important;
	}
	.marg-sm-b25 {
		height: 25px !important;
	}
	.marg-sm-b30 {
		height: 30px !important;
	}
	.marg-sm-b35 {
		height: 35px !important;
	}
	.marg-sm-b40 {
		height: 40px !important;
	}
	.marg-sm-b45 {
		height: 45px !important;
	}
	.marg-sm-b50 {
		height: 50px !important;
	}
	.marg-sm-b55 {
		height: 55px !important;
	}
	.marg-sm-b60 {
		height: 60px !important;
	}
	.marg-sm-b65 {
		height: 65px !important;
	}
	.marg-sm-b70 {
		height: 70px !important;
	}
	.marg-sm-b75 {
		height: 75px !important;
	}
	.marg-sm-b80 {
		height: 80px !important;
	}
	.marg-sm-b85 {
		height: 85px !important;
	}
	.marg-sm-b90 {
		height: 90px !important;
	}
	.marg-sm-b95 {
		height: 95px !important;
	}
	.marg-sm-b100 {
		height: 100px !important;
	}
	.marg-sm-b105 {
		height: 105px !important;
	}
	.marg-sm-b110 {
		height: 110px !important;
	}
	.marg-sm-b115 {
		height: 115px !important;
	}
	.marg-sm-b120 {
		height: 120px !important;
	}
	.marg-sm-b125 {
		height: 125px !important;
	}
	.marg-sm-b130 {
		height: 130px !important;
	}
	.marg-sm-b135 {
		height: 135px !important;
	}
	.marg-sm-b140 {
		height: 140px !important;
	}
	.marg-sm-b145 {
		height: 145px !important;
	}
	.marg-sm-b150 {
		height: 150px !important;
	}
	.marg-sm-b155 {
		height: 155px !important;
	}
	.marg-sm-b160 {
		height: 160px !important;
	}
	.marg-sm-b165 {
		height: 165px !important;
	}
	.marg-sm-b170 {
		height: 170px !important;
	}
	.marg-sm-b175 {
		height: 175px !important;
	}
	.marg-sm-b180 {
		height: 180px !important;
	}
	.marg-sm-b185 {
		height: 185px !important;
	}
	.marg-sm-b190 {
		height: 190px !important;
	}
	.marg-sm-b195 {
		height: 195px !important;
	}
	.marg-sm-b200 {
		height: 200px !important;
	}
	.marg-sm-b205 {
		height: 205px !important;
	}
	.marg-sm-b210 {
		height: 210px !important;
	}
}
@media (max-width:767px) {
	.marg-xs-b0 {
		height: 0px !important;
	}
	.marg-xs-b5 {
		height: 5px !important;
	}
	.marg-xs-b10 {
		height: 10px !important;
	}
	.marg-xs-b15 {
		height: 15px !important;
	}
	.marg-xs-b20 {
		height: 20px !important;
	}
	.marg-xs-b25 {
		height: 25px !important;
	}
	.marg-xs-b30 {
		height: 30px !important;
	}
	.marg-xs-b35 {
		height: 35px !important;
	}
	.marg-xs-b40 {
		height: 40px !important;
	}
	.marg-xs-b45 {
		height: 45px !important;
	}
	.marg-xs-b50 {
		height: 50px !important;
	}
	.marg-xs-b55 {
		height: 55px !important;
	}
	.marg-xs-b60 {
		height: 60px !important;
	}
	.marg-xs-b65 {
		height: 65px !important;
	}
	.marg-xs-b70 {
		height: 70px !important;
	}
	.marg-xs-b75 {
		height: 75px !important;
	}
	.marg-xs-b80 {
		height: 80px !important;
	}
	.marg-xs-b85 {
		height: 85px !important;
	}
	.marg-xs-b90 {
		height: 90px !important;
	}
	.marg-xs-b95 {
		height: 95px !important;
	}
	.marg-xs-b100 {
		height: 100px !important;
	}
	.marg-xs-b105 {
		height: 105px !important;
	}
	.marg-xs-b110 {
		height: 110px !important;
	}
	.marg-xs-b115 {
		height: 115px !important;
	}
	.marg-xs-b120 {
		height: 120px !important;
	}
	.marg-xs-b125 {
		height: 125px !important;
	}
	.marg-xs-b130 {
		height: 130px !important;
	}
	.marg-xs-b135 {
		height: 135px !important;
	}
	.marg-xs-b140 {
		height: 140px !important;
	}
	.marg-xs-b145 {
		height: 145px !important;
	}
	.marg-xs-b150 {
		height: 150px !important;
	}
	.marg-xs-b155 {
		height: 155px !important;
	}
	.marg-xs-b160 {
		height: 160px !important;
	}
	.marg-xs-b165 {
		height: 165px !important;
	}
	.marg-xs-b170 {
		height: 170px !important;
	}
	.marg-xs-b175 {
		height: 175px !important;
	}
	.marg-xs-b180 {
		height: 180px !important;
	}
	.marg-xs-b185 {
		height: 185px !important;
	}
	.marg-xs-b190 {
		height: 190px !important;
	}
	.marg-xs-b195 {
		height: 195px !important;
	}
	.marg-xs-b200 {
		height: 200px !important;
	}
	.marg-xs-b205 {
		height: 205px !important;
	}
	.marg-xs-b210 {
		height: 210px !important;
	}
}
