* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Helvetica Neue;
	word-break: break-word;
}

a {
	text-decoration: none;
	color: #FD4930;
}

a:hover {
	text-decoration: underline;
}

img, input {
	border: 0px;
}

ul li {
	list-style: none;
}

em, i {
	font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

input::-webkit-input-placeholder {
	/*WebKit browsers*/
	font-size: 14px;
	color: #89898e;
}

.search-input:focus, .search-input2:focus {
	outline: 0;
}

input::-moz-input-placeholder {
	/*Mozilla Firefox*/
	font-size: 14px;
	color: #89898e;
}

input::-ms-input-placeholder {
	/*Internet Explorer*/
	font-size: 14px;
	color: #89898e;
}

/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.main-image-box {
	width: 1170px;
	height: 355px;
	padding: 0;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.topbrands {
	background: url("../topbrands/badge-bg.png") no-repeat top center #fe4127;
	background-size: 100%;
}

.membership {
	background-color: #fe4127;
}

.main-text-box {
	width: 1170px;
	padding: 60px;
}

.form-box {
	background-color: #f1f1f1;
}

.service-box {
	background-color: #072945;
	width: 1170px;
}

.title-b {
	color: #fff;
	font-size: 40px;
	font-weigth: 800;
	padding: 80px 20px 20px 100px;
}

.title-b2 {
	color: #fff;
	font-size: 30px;
	font-weigth: 800;
	padding: 80px 20px 20px 100px;
}

.title-s {
	color: #fff;
	font-size: 20px;
	padding-left: 100px;
}

.title-s2 {
	color: #fff;
	font-size: 12px;
	padding-left: 100px;
}

.title-g {
	width: 300px;
	padding: 20px;
}

.title-m {
	width: 500px;
}

.title-d {
	color: #000;
	font-size: 40px;
	font-weight: 700;
}

.title-t {
	work-break: word-wrap;
}

.badge-img {
	width: 100%;
	padding: 20px;
}

.title-box {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background-color: #FD4930;
	color: #fff;
	font-weight: bold;
	padding: 2px 3px;
	cursor: pointer;
}

.title-content {
	font-size: 20px;
	padding: 20px 50px;
	line-height: 45px;
}

.content-box {
	padding: 10px 50px;
}

.title-sign {
	display: block;
	width: 46px;
	height: 46px;
	float: right;
}

.title-sign-1 {
	background: url("../topbrands/icon1.png1") no-repeat top center;
	background-size: 100%;
}

.title-sign-2 {
	background: url("../topbrands/icon2.png1") no-repeat top center;
	background-size: 100%;
}

.datable {
	border: 3px solid #072945;
	text-align: center;
}

.datable th {
	min-width: 150px;
	min-height: 100px;
	color: #fff;
	padding: 15px;
	background-color: #FD4930;
}

.datable td {
	font-weight: bold;
	font-size: 12px;
	padding: 15px;
	background-color: #fff;
}

.btn-large {
	margin: 30px;
	height: 50px !important;
	font-size: 16px;
	width: 80%;
}

.mh500 {
	min-height: 500px;
}

.dropdown-toggle {
	padding-left: 20px;
	padding-right: 20px;
	height: 40px !important;
	font-size: 16px;
	color: #fe492c;
	background: #fff;
	margin-left: 10px;
	border: 2px solid #fe492c;
}

.survey-form {
	border: 1px solid #fe492c;
	background-color: #fe492c;
	border-radius: 20px;
	color: #fff;
	padding: 5px;
	margin-top: 30px;
}

.survey-form a {
	text-decoration: normal;
}

.survey-form:hover {
	color: #fe492c;
	border: 1px solid #fe492c;
	background-color: #fff;
	text-decoration: none;
}

.handpoint {
	position: relative;
	display: inline-block;
	left: -10px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url("../topbrands/handpoint.png") no-repeat top center;
	background-size: 100%;
}

.tablewidth {
	width: 100px;
}

@media ( max-width : 768px) {
	.datable {
		width: 90%;
	}
	.tablewidth {
		width: 30px;
	}
	.datable th {
		min-width: 90px;
	}
	.main-image-box {
		width: 100%;
		height: 155px;
		padding: 0;
		box-sizing: border-box;
		padding: 0 20px;
		overflow: hidden;
	}
	.main-text-box {
		width: 100%;
		padding: 20px;
	}
	.service-box {
		width: 100%;
	}
	.title-b {
		color: #fff;
		font-size: 20px;
		font-weigth: 800;
		padding: 20px 20px 20px 20px;
	}
	.title-b2, .title-s2 {
		padding: 20px 20px 20px 20px;
	}
	.title-s {
		color: #fff;
		font-size: 14px;
		padding-left: 20px;
		padding-top: 10px !important;
	}
	.title-i, .service-img {
		display: none;
	}
	.title-content {
		font-size: 16px;
		padding: 20px 20px;
		line-height: 40px;
	}
	.title-d {
		padding: 0 !important;
	}
}