blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei","微软雅黑";
    
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
em {
	font-style: normal;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333333;
}

.clear{
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.content {
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

pre {
	text-align: left;
	background-color: #f8f8ff;
	padding: 10px;
	border: 1px solid #dddddd;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
	max-width: none;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	/*a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}*/
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}

[class*="span"] {
	/*float: left;*/
	float: right;
	min-height: 1px;
	/*margin-left: 20px;*/
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}

.span12 {
	width: 940px;
}

.span11 {
	width: 860px;
}

.span10 {
	width: 780px;
}

.span9 {
	width: 700px;
}

.span8 {
	width: 620px;
}

.span7 {
	width: 540px;
}

.span6 {
	width: 460px;
}

.span5 {
	width: 380px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 220px;
}

.span2 {
	width: 140px;
}

.span1 {
	width: 60px;
}

.offset12 {
	margin-left: 980px;
}

.offset11 {
	margin-left: 900px;
}

.offset10 {
	margin-left: 820px;
}

.offset9 {
	margin-left: 740px;
}

.offset8 {
	margin-left: 660px;
}

.offset7 {
	margin-left: 580px;
}

.offset6 {
	margin-left: 500px;
}

.offset5 {
	margin-left: 420px;
}

.offset4 {
	margin-left: 340px;
}

.offset3 {
	margin-left: 260px;
}

.offset2 {
	margin-left: 180px;
}

.offset1 {
	margin-left: 100px;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	max-width: none;
}

a:hover {
	color: #0099cc;
}

.underline {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid $pink;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	list-style-position: inside;
	line-height: 1em;
}

/*p {
	margin: 12px 0;
}*/

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.small {
	font-size: 14px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.medium {
	font-size: 21px;
}

.big {
	font-size: 24px;
	line-height: 32px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	position: relative;
	padding: 48px 0;
	overflow: visible;
}

.container-white {
	background: #fff;
}

.container-gray .container {
	padding: 24px 0 0 0;
}

.container-gray .container a {
	color: #7a7a7a;
	text-transform: uppercase;
	font-size: 12px;
}

.container-gray .container a:hover {
	color: #5bd5a0;
}

.circles {
	padding: 0;
}

.circles .row {
	padding-left: 140px;
}

.circles img {
	margin-top: 25px;
}

.circle {
	margin: 25px 10px;
	width: 200px;
	color: #fff;
	font-size: 32px;
	line-height: 200px;
	text-align: center;
	height: 200px;
	border-radius: 100px;
}

.bg-green {
	background: #5bd5a0;
}

.bg-blue {
	background: #1daee9;
}

.bg-purple {
	background: #c843a5;
}

.bg-red {
	background: #eb3980;
}

.bg-yellow {
	background: #ffcc35;
}

.button {
	display: inline-block;
	clear: both;
	padding: 36px 36px 24px 36px;
	background: #1daee9;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 28px;
	margin: 36px 0;
	border-radius: 5px;
	color: $white;
	border: 2px solid $pink;
}

.button:hover {
	background: #fff;
	color: $pink;
	border: 2px solid $pink;
}

.pill {
	color: #fff;
	padding: 8px;
	background: #1daee9;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 15px;
	line-height: 14px;
	display: inline-block;
	margin-right: 12px;
}

.top__element {
	visibility: hidden;
}


/**/



/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white url(ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block !important;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Icons */

@font-face {
	font-family: "microsoft yahei","微软雅黑";
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 70px;
	width: 70px;
	background: transparent;
	border: 0;
	line-height: 0;
	color: transparent;
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

/*.slick-prev:before {
	content: "\2190";
}*/

.slick-prev {
	background: url(pre.png) no-repeat;
	/*left: -6%;*/
	left: 1%;
	top: 50%;
	width: 30px;
	height: 29px;
}

/*.slick-next:before {
	content: "\2192";
}*/

.slick-next {
	background: url(next.png) no-repeat;
	/*right: -6%;*/
	right: 1%;
	top: 50%;
	width: 30px;
	height: 29px;
}

/* Dots */

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	list-style: none;
	/*text-align: center;*/
	padding: 0px;
	width: 100%;
	margin-top: -172px;
	margin-left: 105px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	position: absolute;
	top: 93px;
	left: 216px;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "microsoft yahei","微软雅黑";
	font-size: 3rem;
	line-height: 20px;
	text-align: center;
	color: white;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.95;
}

.single-item3 .slick-dots {
	bottom: 8px;
}
.combo-input {
	font-size: 14px;
}

.sicontent p {
    font-size: 18px;
    /* text-indent: 2em; */
    line-height: 30px !important;
    margin-top: 16px;
    text-align: justify;}

.sicontent span{
    line-height: 30px !important;
}


