﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,blockquote {
	quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

body {
	font-size: 13px;
	font-family: "Source Sans Pro","Helvetica Neue",helvetica,arial,sans-serif;
	color: #333
}

.page {
	background-color: #e6e6e6
}

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

a:hover {
	color: #03a9f4
}

a,i,span {
	line-height: 1.5em
}

p,div {
	line-height: 1.5em
}

li {
	line-height: 2em
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: "San Francisco",roboto,helvetica,arial,sans-serif
}

h1 {
	color: #0286c2;
	font-size: 2em;
	line-height: 2em
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em
}

h4,h5,h6 {
	font-size: 1em;
	line-height: 1em
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

.vertical-wrapper {
	display: table
}

.vertical-wrapper .vertical-item {
	display: table-cell;
	vertical-align: middle
}

.button-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer
}

.bottom .wrapper{
	padding-top: 20px;
	text-align: center;
}
.button {
	cursor: pointer;
	padding: 6px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	background-color: #03a9f4;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(51,51,51,0.14),0 3px 1px -2px rgba(51,51,51,0.2),0 1px 5px 0 rgba(51,51,51,0.12)
}

.button.cta-button:hover {
	color: #fff;
	background-color: #f44336;
	box-shadow: 0 14px 26px -12px rgba(51,51,51,0.42),0 4px 23px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(51,51,51,0.2)
}

table {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc
}

table thead,table tbody,table tr,table th,table td {
	box-sizing: border-box
}

table thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit
}

table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	font-size: 1em
}

table tbody tr:last-child {
	border-bottom: none
}

table tr {
	border-bottom: 1px solid #ccc
}

table tr:nth-child(even) {
	background-color: #e6e6e6
}

table tr:hover {
	background-color: #03a9f4
}

table th {
	font-weight: bold
}

table td {
	font-size: 13px
}

.form-wra form {
	margin: 25px 15px 25px 25px;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #ccc;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)
}

.form-wra form .form-item {
	margin-bottom: 10px
}

.form-wra form label {
	display: block
}

.form-wra form .form-item-rqd label:after {
	content: "*";
	display: inline-block;
	padding-left: 10px;
	color: #f44336
}

.form-wra form input[type="text"] {
	padding: 4px;
	border-radius: 2px;
	-webkit-appearance: none;
	border: 1px solid #ccc
}

.form-wra form input[type="button"] {
	text-transform: uppercase;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 4px 20px;
	background-color: #e6e6e6;
	color: #666;
	cursor: pointer
}

.form-wra form input[type="submit"] {
	text-transform: uppercase;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 4px 20px;
	background-color: #e6e6e6;
	color: #666;
	cursor: pointer
}

.form-wra form textarea {
	width: 80%;
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #ccc
}

.form-wra form textarea::placeholder {
	font-size: 12px
}

.form-wra form input[type="text"] {
	width: 80%
}

.form-wra form .form-action-submit input[type="submit"] {
	border-radius: 4px;
	font-size: 1.2em;
	background-color: #f44336;
	border-color: #f44336;
	color: #fff;
	padding: 6px 20px;
	box-shadow: 1px 2px 2px 1px #333
}

.form-wra form .form-action-submit input[type="submit"]:hover {
	background-color: #ea1c0d
}

.header ul,.header ol,.grid-container ul,.grid-container ol,.grid-item ul,.grid-item ol {
	list-style: none;
	margin: 0;
	padding: 0
}

.wrapper {
	padding-top: 40px;
	padding-bottom: 20px;
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	*zoom: 1
}

.wrapper:after {
	content: "";
	display: table;
	clear: both
}

.logo img {
	width: 140px;
	margin: 15px 0 0 0
}

.sidebar-left h2 {
	padding: 10px;
	padding-left: 20px;
	color: #000;
	cursor: pointer;
	border-bottom: 1px solid #ccc
}

.sidebar-left h2 i {
	display: inline;
	margin-right: 10px
}

.sidebar-left h2 a {
	display: inline;
	margin: 0;
	padding: 0;
	color: #000
}

.left-nav-block {
	*zoom: 1;
	padding-bottom: 20px;
	background-color: #fff
}

.left-nav-block:after {
	content: "";
	display: table;
	clear: both
}

.left-nav-block .menu-item a {
	padding-left: 20px
}

.left-nav-block .parents-item .class-title {
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
	color: #0286c2
}

.left-nav-block .class-sub-items a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.contact-block {
	padding-bottom: 40px;
	margin-top: 20px;
	background-color: #fff
}

.contact-block ul {
	padding-top: 20px
}

.contact-block li {
	padding-left: 20px
}

.contact-block li i {
	margin-right: 10px
}

.news-nav-block {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #fff
}

.news-nav-block ul {
	padding-top: 10px
}

.news-nav-block li {
	padding-left: 20px
}

.node-content-body {
	font-size: 1.2em;
	color: #333
}

.node-content-body a {
	color: #0286c2
}

.node-content-body a:hover {
	color: #f44336
}

.nav-in-page h4 {
	font-size: 1.1em;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #0286c2
}

.nav-in-page a {
	color: #0286c2
}

.nav-in-page a:hover {
	color: #f44336
}

.nav-in-page .page-pre span,.nav-in-page .page-next span {
	margin-right: 10px
}

.page-content-desc {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-style: italic;
	background-color: #e6e6e6;
	color: #f44336;
	border-radius: 4px
}

.page-content-desc ul {
	list-style: circle;
	list-style-position: outside;
	padding-left: 20px
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';src:url("../fonts/fontawesome-webfont.eot?v=4.7.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,.fa-users:before {
	content: ""
}

.fa-chain:before,.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,.fa-scissors:before {
	content: ""
}

.fa-copy:before,.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,.fa-sort:before {
	content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,.fa-undo:before {
	content: ""
}

.fa-legal:before,.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,.fa-usd:before {
	content: ""
}

.fa-rupee:before,.fa-inr:before {
	content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: ""
}

.fa-won:before,.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,.fa-car:before {
	content: ""
}

.fa-cab:before,.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: ""
}

.fa-ge:before,.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,.fa-weixin:before {
	content: ""
}

.fa-send:before,.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.radius,.sub-nav dd a:before {
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px
}

.radius5 {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.one-font {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.bfc {
	overflow: hidden;
	*display: inline;
	*zoom: 1
}

.header {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	background-color: #fff;
	box-shadow: 0 10px 20px -12px rgba(0,0,0,0.42),0 3px 20px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2)
}

.header .wrapper {
	padding-top: 0;
	padding-bottom: 0
}

.header-top {
	background: #333
}

.header-bottom .wrapper {
	position: relative;
	background: #fff;
	height: 75px
}

.header-top {
	*zoom: 1
}

.header-top:after {
	content: "";
	display: table;
	clear: both
}

.header-top .header-top-item {
	display: inline;
	font-size: 0.9em;
	line-height: 32px;
	color: #e6e6e6
}

.header-top .header-top-item i {
	margin-right: 10px
}

.header-top .header-top-item a {
	color: #e6e6e6
}

.header-top .contact-list {
	float: left;
	margin-right: 40px
}

.header-top .contact-list:last-child {
	margin-right: 0
}

.header-top .contact-list li {
	margin-right: 20px;
	display: inline
}

.header-top .fast-quote {
	float: left;
	display: table-cell;
	vertical-align: middle
}

.header-top .fast-quote .button {
	text-transform: uppercase;
	display: inline;
	border-radius: 2px;
	padding: 4px 9px;
	background-color: #f44336;
	cursor: pointer
}

.header-top .fast-quote .button:hover {
	background-color: #ea1c0d
}

.header-top .i18n {
	float: right
}

.header-top .languages-list {
	display: inline-block
}

.header-top .languages-list li {
	display: none
}

.header-top .languages-list li:first-child {
	display: inline
}

.header-top .languages-list li span:after {
	content: "\-";
	padding-left: 5px;
	padding-right: 5px
}

.header-top .languages-list+.fa-angle-down {
	margin-left: 10px;
	margin-right: 0
}

.header-bottom .head-nav-item {
	height: 75px;
	display: inline-block;
	float: left
}

.header-bottom .head-nav-item.last {
	display: none;
	float: right;
	width: 230px;
	position: relative;
}

/*.header-bottom .head-nav-item.last:hover {
	background-color: #f44336;
	color: #fff
}*/

.header-bottom .head-nav-item.last i {
	float: left;
	cursor: pointer;
	font-size: 15px;
	width: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	line-height: 73px
}

.header-bottom .head-nav-item.last .products-search-form {
	display: block;
}
.header-bottom .head-nav-item.last{
	
}

.header-bottom .nav {
	height: 75px
}

.header-bottom .nav>li {
	float: left;
	text-align: center;
	display: inline-block
}

.header-bottom .nav>li>a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	height: 75px;
	line-height: 75px;
	padding: 0 20px;
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.header-bottom .nav>li>a:hover {
	background: #f44336;
	color: #fff
}

.header-bottom .nav li.menu-item-expanded i {
	float: right;
	line-height: 75px;
	margin-left: 10px
}

.header-bottom .nav li a {
	position: relative
}

.header-bottom .sub-nav {
	border-top: 3px solid #f44336;
	position: absolute;
	top: 75px;
	display: none;
	padding-bottom: 20px;
	box-sizing: border-box
}

.header-bottom .sub-nav dl {
	width: 270px;
	background: #fff
}

.header-bottom .sub-nav dd {
	padding: 0 20px;
	text-align: left
}

.header-bottom .sub-nav dd a {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 15px 0 15px 25px;
	border-bottom: 1px dashed #ddd
}

.header-bottom .sub-nav dd a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icons.png) no-repeat -25px -11px;
	background-color: #cfcfcf;
	vertical-align: middle;
	margin: 0 7px 0 -25px
}

.header-bottom .sub-nav dl dl {
	position: absolute;
	left: 270px;
	top: 0;
	display: none
}

.header-bottom .sub-nav dl dl dd {
	position: relative
}

.header-bottom .sub-nav dl dl dd a {
	padding: 13px 0 13px 0;
	color: #333
}

.header-bottom .sub-nav dl dl dd a:before {
	display: none
}

.header-bottom .sub-nav dl dd:hover>dl {
	display: block
}

.header-bottom .sub-nav dd:hover>a {
	color: #f44336
}

.header-bottom .sub-nav dd a:hover:before {
	background-color: #f44336
}

.header-bottom .sub-nav dl dl dl {
	display: none
}

.header-bottom .sub-nav dl dl dd:hover dl {
	display: block
}

.header-bottom .form-sear {
	background: #e8e8e8
}




.header-bottom .form-sear .search {
	width: 120px;
	height: 73px;
	line-height: 73px;
	border: none;
	outline: none;
	background: #e6e6e6;
	text-indent: 5px;
	font-size: 14px;
	color: #333;
	padding-right: 3px
}

.header-bottom .form-sear .submit {
	float: right;
	width: 60px;
	height: 73px;
	border: none;
	outline: none;
	cursor: pointer;
	vertical-align: top;
}

.banner {
	*zoom: 1;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #f1f1f1;
	margin-top: 111px;
	height: auto;
	z-index: 5
}

.banner:after {
	content: "";
	display: table;
	clear: both
}

.banner .bd li a>img {
	display: block;
	width: 100%;
	height: auto;
	left: 50%;
	overflow: hidden
}

.banner .hd {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%
}

.banner .hd li {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #0286c2;
	width: 30px;
	height: 6px;
	margin: 0 6px
}

.banner .hd li.on {
	background: #f44336
}

.banner .prev,.banner .next {
	display: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	font-size: 50px;
	color: #0f91df;
	position: absolute;
	top: 42%;
	font-family: "宋体";
	cursor: pointer;
	font-weight: 100;
	opacity: .3;
	filter: alpha(Opacity=30)
}

.banner .prev {
	left: 80px
}

.banner .next {
	right: 80px
}

.banner .content img {
	position: absolute;
	top: 160px;
	margin-left: 225px
}

.banner .content img {
	display: block;
	animation-name: dl;
	-webkit-animation: dl .7s linear 0s normal none;
	-moz-animation: dl .7s linear 0s normal none;
	animation: dl .7s linear 0s normal none
}

@-webkit-keyframes dl {
	from {
		opacity: 1;
		-webkit-transform: translateY(-70px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes dl {
	from {
		opacity: 1;
		-moz-transform: translateY(-70px)
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

@keyframes dl {
	from {
		opacity: 1;
		transform: translateY(-70px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.box-title {
	text-align: center;
	padding-bottom: 40px;
	font-size: 2em
}

.box-title p a {
	display: inline-block;
	font-size: 36px;
	color: #444;
	line-height: 1;
	background: #fff;
	padding: 0 30px
}

.box-title1 p {
	margin-bottom: 3px
}

.box-title1 p a:before,.box-title1 p a:after {
	vertical-align: middle;
	content: "";
	width: 370px;
	height: 1px;
	display: inline-block;
	background: #1d1d1d
}

.front .box-title {
	text-transform: uppercase
}

.box1 {
	padding-top: 40px
}

.box1 .grid-container .grids5 {
	overflow: hidden;
	*zoom: 1
}

.box1 .grid-container .grids5 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.box1 .grid-container .grids5 .grid-item:first-child {
	margin-left: 0
}

.box1 .grid-container .grids5 .grid-item:last-child {
	margin-right: 0
}

.box1 .grid-container .grids5 .grid-item.col-span-12 {
	width: 200px
}

.box1 .grid-container .grids5 .grid-item.col-span-24 {
	width: 400px
}

.box1 .grid-container .grids5 .grid-item.col-span-36 {
	width: 600px
}

.box1 .grid-container .grids5 .grid-item.col-span-48 {
	width: 800px
}

.box1 .grid-container .grids5 .grid-item.col-span-15 {
	width: 250px
}

.box1 .grid-container .grids5 .grid-item.col-span-30 {
	width: 500px
}

.box1 .grid-container .grids5 .grid-item.col-span-45 {
	width: 750px
}

.box1 .grid-container .grids5 .grid-item.col-span-20 {
	width: 333.33333px
}

.box1 .grid-container .grids5 .grid-item.col-span-40 {
	width: 333.33333px
}

.box1 .grid-container .grids5 .grid-item.col-span-60 {
	width: 1000px
}

.box1 .class-image a {
	display: block;
	border: 5px solid #03a9f4;
	border-radius: 200px;
	margin: 10px;
	overflow: hidden
}

.box1 .class-image a img {
	max-width: 100%;
	height: auto
}

.box1 .class-item .class-title {
	font-size: 1.3em;
	text-align: center;
	color: #f44336;
	height: 63px;
	display: block;
	padding-bottom: 20px
}

.box1 .class-item .class-sub-items {
	text-align: center
}

.box1-1 {
	background-color: #60ccfd;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}

.box1-1 .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.box1-1 .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.box1-1 .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.box1-1 .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.box1-1 .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.box1-1 .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.box1-1 .button-wrap {
	padding-top: 40px;
	padding-bottom: 20px
}

.box1-1 .button-wrap .button {
	font-size: 1.3em;
	padding: 10px 20px;
	color: #fff;
	background-color: #0286c2
}

.box1-1 .button-wrap .button:hover {
	color: #fff;
	background-color: #03a9f4
}

.box1-1 .grid-item {
	*zoom: 1
}

.box1-1 .grid-item:after {
	content: "";
	display: table;
	clear: both
}

.box1-1 .grid-item:nth-child(1) .form-wrapper {
	padding-top: 40px;
	padding-bottom: 20px
}

.box1-1 .grid-item:nth-child(1) .button-wrap {
	width: 40%;
	float: left
}

.box1-1 .grid-item:nth-child(1) .form-wrapper {
	padding-top: 31px;
	width: 60%;
	float: left
}

.box1-1 .grid-item:nth-child(1) .form-wrapper input {
	padding: 2px 4px;
	height: 36px;
	font-size: 1.23em;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(51,51,51,0.14),0 3px 1px -2px rgba(51,51,51,0.2),0 1px 5px 0 rgba(51,51,51,0.12)
}

.box1-1 .grid-item:nth-child(1) .form-wrapper input[type="text"] {
	border: 1px solid #fff;
	width: 50%
}

.box1-1 .grid-item:nth-child(1) .form-wrapper input[type="submit"] {
	padding-left: 15px;
	padding-right: 15px;
	height: 41px;
	border: 1px solid #0286c2;
	background-color: #0286c2;
	color: #fff;
	margin-left: 5px;
	cursor: pointer
}

.box1-1 .grid-item:nth-child(1) .form-wrapper input[type="submit"]:hover {
	background-color: #03a9f4;
	border-color: #03a9f4
}

.box1-1 .grid-item:nth-child(1) .para-wrapper {
	clear: left
}

.box1-1 .grid-item:nth-child(2) .cta-zone {
	width: 50%;
	float: left
}

.box1-1 .grid-item:nth-child(2) .cta-zone:first-child .button {
	background-color: #f77066
}

.box1-1 .grid-item:nth-child(2) .cta-zone:first-child .button:hover {
	background-color: #f44336;
	color: #fff
}

.box2 {
	padding: 40px 0;
	background-color: #e6e6e6;
	*zoom: 1
}

.box2:after {
	content: "";
	display: table;
	clear: both
}

.box2 .box-title {
	clear: both
}

.box2 .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.box2 .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 20px
}

.box2 .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.box2 .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.box2 .grid-container .grids2 .grid-item.col-span-12 {
	width: 208px
}

.box2 .grid-container .grids2 .grid-item.col-span-24 {
	width: 416px
}

.box2 .grid-container .grids2 .grid-item.col-span-36 {
	width: 624px
}

.box2 .grid-container .grids2 .grid-item.col-span-48 {
	width: 832px
}

.box2 .grid-container .grids2 .grid-item.col-span-15 {
	width: 260px
}

.box2 .grid-container .grids2 .grid-item.col-span-30 {
	width: 520px
}

.box2 .grid-container .grids2 .grid-item.col-span-45 {
	width: 780px
}

.box2 .grid-container .grids2 .grid-item.col-span-20 {
	width: 346.66667px
}

.box2 .grid-container .grids2 .grid-item.col-span-40 {
	width: 346.66667px
}

.box2 .grid-container .grids2 .grid-item.col-span-60 {
	width: 1040px
}

.box2 .grid-container .grid-item {
	*zoom: 1
}

.box2 .grid-container .grid-item:after {
	content: "";
	display: table;
	clear: both
}

.box2 .image-wrapper {
	width: 95%;
	height: 340px;
	border-radius: 6px;
	overflow: hidden;
	border: 4px solid #e6e6e6
}

.box2 .image-wrapper .image-wrapper-2th {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/box2_01.jpg);
	background-repeat: no-repeat;
	box-shadow: inset 0px 0px 7px 0px #000000
}

.box2 .image-wrapper .image-wrapper-2th img {
	max-width: 100%
}

.box2 .content-wrapper {
	height: 340px;
	display: table
}

.box2 .content-wrapper div {
	display: table-cell;
	vertical-align: middle
}

.box2 .content-wrapper .more-font:after {
	content: "..."
}

.box2 .content-wrapper .button-wrapper {
	margin-top: 40px
}

.box2 .content-wrapper .button {
	font-size: 1.5em;
	padding: 10px 20px
}

.box3 .rmjtadvs .grid-container .grids4 {
	overflow: hidden;
	*zoom: 1
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item:first-child {
	margin-left: 0
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item:last-child {
	margin-right: 0
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-12 {
	width: 204px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-24 {
	width: 408px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-36 {
	width: 612px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-48 {
	width: 816px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-15 {
	width: 255px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-30 {
	width: 510px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-45 {
	width: 765px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-20 {
	width: 340px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-40 {
	width: 340px
}

.box3 .rmjtadvs .grid-container .grids4 .grid-item.col-span-60 {
	width: 1020px
}

.box3 .advs-ico {
	text-align: center;
	font-size: 64px;
	color: #0286c2
}

.box3 .advs-title {
	text-align: center;
	color: #f44336
}

.box3 .advs-desc {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px
}

.box3 .advs-desc ul li {
	width: 100%;
	text-align: center;
	line-height: 1em;
	padding: 5px 0
}

.box4 {
	background-color: #60ccfd
}

.box4 h2 a {
	color: #000
}

.box4 .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.box4 .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.box4 .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.box4 .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.box4 .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.box4 .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.box4 .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.box4 .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.box4 .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.box4 .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.box4 .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.box4 .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.box4 .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.box4 .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.box4 .grid-item h3 {
	text-align: center;
	font-size: 36px;
	color: #f44336
}

.box4 .grid-item .tender-list {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px
}

.box4 .grid-item .tender-list li {
	color: #333
}

.box4 .grid-item .case-list {
	*zoom: 1
}

.box4 .grid-item .case-list:after {
	content: "";
	display: table;
	clear: both
}

.box4 .grid-item .case-list li {
	width: 168px;
	height: 115px;
	float: left;
	border: 1px solid #fff;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 10px
}

.box4 .grid-item .case-list li:nth-child(3n+2) {
	margin-left: 10px;
	margin-right: 10px
}

.box4 .grid-item .case-list li:hover .overlay {
	height: 100%
}

.box4 .grid-item .case-list li a {
	display: block;
	position: relative
}

.box4 .grid-item .case-list li img {
	max-width: 100%
}

.box4 .grid-item .case-list .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #1d1d1d;
	background: rgba(29,29,29,0.9);
	overflow: hidden;
	text-align: center
}

.box4 .grid-item .case-list .overlay .vertical-wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff
}

.box4 .grid-item .case-list .overlay .vertical-wrapper .vertical-item {
	width: 100%
}

.box4 .button-wrapper .cta-button {
	display: inline-block;
	width: 260px;
	padding: 10px 20px;
	font-size: 1.5em;
	background-color: #666
}

.box4 .button-wrapper .cta-button:hover {
	background-color: #333
}

.box4 .button-wrapper:nth-child(2) {
	padding-top: 30px
}

.box4 .button-wrapper:nth-child(3) {
	padding-top: 20px
}

.box4 .button-wrapper:nth-child(3) .cta-button {
	background-color: #f55a4e
}

.box5 .wrapper {
	padding-bottom: 0
}

.box5 .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.box5 .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.box5 .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.box5 .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.box5 .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.box5 .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.box5 .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.box5 .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.box5 .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.box5 .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.box5 .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.box5 .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.box5 .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.box5 .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.box5 .cover-wrapper {
	width: 100%;
	min-height: 340px;
	background-image: url("../images/rmjt-youtube-cover.png");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: 40% 0
}

.box5 h3 {
	color: #333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px
}

.box5 .slideTxtBox .tab-list {
	*zoom: 1
}

.box5 .slideTxtBox .tab-list:after {
	content: "";
	display: table;
	clear: both
}

.box5 .slideTxtBox h3 {
	display: inline-block;
	float: left
}

.box5 .slideTxtBox li:nth-child(2) h3 {
	padding-left: 20px;
	padding-right: 20px
}

.box5 .slideTxtBox li.on .button {
	background-color: #03a9f4;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(51,51,51,0.14),0 3px 1px -2px rgba(51,51,51,0.2),0 1px 5px 0 rgba(51,51,51,0.12)
}

.box5 .slideTxtBox li.on .button:hover {
	background-color: #f44336
}

.box5 .slideTxtBox .button {
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e6e6e6;
	color: #333;
	border: none;
	box-shadow: none;
	cursor: pointer
}

.box5 .slideTxtBox .button:hover {
	background-color: #03a9f4
}

.box5 .tab-content-list {
	margin-top: 10px
}

.box5 .tab-content-item li {
	line-height: 2.2em;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.box5 .tab-content-item li i {
	margin-left: 2px;
	margin-right: 20px
}

.box5 .tab-content-item li span {
	margin-right: 20px
}

.footer {
	background-color: #666
}

.footer .grid-container .grids3 {
	overflow: hidden;
	*zoom: 1
}

.footer .grid-container .grids3 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.footer .grid-container .grids3 .grid-item:first-child {
	margin-left: 0
}

.footer .grid-container .grids3 .grid-item:last-child {
	margin-right: 0
}

.footer .grid-container .grids3 .grid-item.col-span-12 {
	width: 208px
}

.footer .grid-container .grids3 .grid-item.col-span-24 {
	width: 416px
}

.footer .grid-container .grids3 .grid-item.col-span-36 {
	width: 624px
}

.footer .grid-container .grids3 .grid-item.col-span-48 {
	width: 832px
}

.footer .grid-container .grids3 .grid-item.col-span-15 {
	width: 260px
}

.footer .grid-container .grids3 .grid-item.col-span-30 {
	width: 520px
}

.footer .grid-container .grids3 .grid-item.col-span-45 {
	width: 780px
}

.footer .grid-container .grids3 .grid-item.col-span-20 {
	width: 346.66667px
}

.footer .grid-container .grids3 .grid-item.col-span-40 {
	width: 346.66667px
}

.footer .grid-container .grids3 .grid-item.col-span-60 {
	width: 1040px
}

.footer .grid-item {
	color: #e6e6e6
}

.footer .grid-item a {
	line-height: normal;
	color: #e6e6e6
}

.footer h3 {
	font-size: 1.5em;
	text-transform: uppercase
}

.footer li {
	font-size: 1.2em
}

.footer i {
	display: inline-block;
	margin-right: 20px
}

.footer .contact-block {
	margin-top: 0;
	padding-bottom: 20px;
	background: none
}

.footer .contact-block ul {
	padding-top: 0
}

.footer .contact-block li {
	padding-left: 0
}

.footer .social-block h3 {
	padding-bottom: 10px
}

.footer .social-block li {
	display: inline-block
}

.footer .social-block i {
	display: inline-block;
	font-size: 1.5em
}

.footer a:hover {
	color: #03a9f4
}

.footer .newsle-form {
	font-size: 1.2em
}

.footer .newsle-form p {
	line-height: 2em
}

.footer .newsle-form form#news-subsc {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	border: none;
	box-shadow: none
}

.footer .newsle-form form#news-subsc input[type="text"] {
	float: left;
	width: 50%;
	overflow: hidden;
	padding: 4px;
	border-radius: 4px;
	height: 16px;
	-webkit-appearance: none;
	border: 1px solid #666;
	margin-right: 10px
}

.footer .newsle-form form#news-subsc input[type="submit"] {
	text-transform: uppercase;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #666;
	padding: 4px 20px;
	height: 16px;
	line-height: 16px;
	box-sizing: content-box;
	background-color: #e6e6e6;
	color: #333
}

.bottom {
	background-color: #333
}

.bottom .bottom-item {
	color: #666
}

.bottom .bottom-item ul {
	display: inline
}

.bottom .bottom-item li {
	display: inline
}

.bottom .bottom-item a {
	color: #666
}

.bottom .bottom-item a:hover {
	color: #03a9f4
}

.bottom .legal,.bottom .partner {
	text-transform: uppercase
}

.bottom .legal li,.bottom .partner li {
	padding-right: 40px
}

.sub-banner {
	min-width: 1000px;
	width: 100%;
	margin-top: 110px;
	position: relative;
	overflow: hidden;
	text-align: center
}

.sub-banner .wrapper {
	height: 1px;
	position: relative;
	margin-top: -2px;
	padding-top: 0;
	padding-bottom: 0
}

.breadcrumbs {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc
}

.breadcrumbs .wrapper {
	padding-top: 0;
	padding-bottom: 0
}

.breadcrumbs i {
	margin-right: 10px
}

.breadcrumbs p {
	display: inline-block
}

.breadcrumbs p,.breadcrumbs a {
	color: #222;
	text-transform: capitalize
}

.breadcrumbs a {
	padding: 0 5px
}

.breadcrumbs a.curr,.breadcrumbs a:hover {
	color: #f44336
}

.about-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.about-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.about-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.about-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.about-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.about-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.about-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.about-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.about-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.about-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.about-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.about-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.about-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.about-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.about-page .left-nav-block h2 {
	padding: 10px;
	padding-left: 20px;
	color: #000;
	box-sizing: border-box;
	letter-spacing: -1px
}

.about-page .left-nav-block h2 i {
	margin-right: 10px
}

.about-page .left-nav-block ul {
	padding-left: 20px;
	padding-top: 20px
}

.about-page .content-body {
	*zoom: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #fff
}

.about-page .content-body:after {
	content: "";
	display: table;
	clear: both
}

.about-page .content-body h2 {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: -20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.about-page .content-body .page-content-detail {
	margin-top: 20px;
	margin-bottom: 20px
}

.about-page .content-body .page-content-detail p {
	margin-top: 10px;
	margin-bottom: 10px
}

.about-page .content-body .page-content-detail ul {
	margin-top: 20px
}

.about-page .content-body .page-content-detail li {
	width: 30%;
	margin-right: 30px;
	display: inline-block;
	float: left
}

.about-page .content-body .page-content-detail li:nth-child(3n+1) {
	clear: left
}

.about-page .content-body .page-content-detail li:nth-child(3n+3) {
	margin-right: 0
}

.about-page .content-body .page-content-detail li a {
	display: inline-block
}

.about-page .content-body .page-content-detail li a img {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	overflow: hidden
}

.about-page .content-body .page-content-detail li a p {
	height: 50px
}

.class9 .content-body .page-content-detail img,.node3 .content-body .page-content-detail img {
	border-radius: 4px;
	overflow: hidden
}

.class9 .content-body .page-content-detail h4,.node3 .content-body .page-content-detail h4 {
	font-size: 1.1em;
	color: #0286c2;
	padding-top: 20px
}

.class9 .content-body .page-content-detail ul,.node3 .content-body .page-content-detail ul {
	*zoom: 1;
	padding-left: 20px;
	margin-bottom: 20px;
	list-style: circle
}

.class9 .content-body .page-content-detail ul:after,.node3 .content-body .page-content-detail ul:after {
	content: "";
	display: table;
	clear: both
}

.class9 .content-body .page-content-detail ul li,.node3 .content-body .page-content-detail ul li {
	display: list-item;
	width: 100%
}

.class9 .content-body .page-content-detail ul li ul,.node3 .content-body .page-content-detail ul li ul {
	list-style: square
}

.search-page .search-list-page h2 {
	padding: 10px;
	background-color: #0286c2
}

.search-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.search-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.search-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.search-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.search-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.search-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.search-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.search-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.search-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.search-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.search-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.search-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.search-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.search-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.search-page .main .class-title h2 {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-left: 20px
}

.search-page .main .class-title a {
	color: #fff
}

.search-page .main .class-block {
	margin-bottom: 40px;
	background-color: #fff
}

.search-page .main .rm-products-item .card-wrap {
	*zoom: 1;
	padding-top: 10px;
	border-bottom: 1px solid #ccc
}

.search-page .main .rm-products-item .card-wrap:after {
	content: "";
	display: table;
	clear: both
}

.search-page .main .rm-products-item .img-wrap {
	margin: 40px 40px 40px 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 20%;
	display: block;
	float: left
}

.search-page .main .rm-products-item .img-wrap img {
	width: 100%;
	height: auto;
	max-width: 100%
}

.search-page .main .rm-products-item .rm-pname {
	width: 66.9%;
	float: left;
	margin-bottom: 10px
}

.search-page .main .rm-products-item .rm-pname a {
	color: #f44336;
	font-weight: bold
}

.search-page .main .rm-products-item .rm-fast-details {
	width: 50%;
	float: left
}

.search-page .main .rm-products-item .rm-more {
	width: 17%;
	float: left
}

.search-page .main .rm-products-item .rm-more .cta-button {
	background-color: #f44336;
	padding: 6px 20px
}

.search-page .main .rm-products-item .rm-more .cta-button:hover {
	background-color: #ea1c0d
}

.search-page .main .rm-products-item .rm-li-chi {
	*zoom: 1
}

.search-page .main .rm-products-item .rm-li-chi:after {
	content: "";
	display: table;
	clear: both
}

.search-page .main .rm-products-item .rm-li-chi span,.search-page .main .rm-products-item .rm-li-chi ul,.search-page .main .rm-products-item .rm-li-chi li {
	line-height: 2em;
	display: inline;
	float: left
}

.search-page .main .rm-products-item .rm-li-chi i {
	margin-right: 4px
}

.search-page .main .rm-products-item .rm-li-chi li {
	margin-right: 12px
}

.search-page .main .rm-products-item .rm-label {
	padding-right: 20px;
	width: 90px
}

.product-index-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.product-index-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.product-index-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.product-index-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.product-index-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.product-index-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.product-index-page .main .class-title h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.product-index-page .main .class-block {
	padding-bottom: 40px;
	background-color: #fff
}

.product-index-page .main .products-index-list {
	list-style: circle;
	list-style-position: inside;
	margin-left: 20px;
	margin-top: 10px
}

.case-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.case-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.case-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.case-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.case-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.case-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.case-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.case-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.case-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.case-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.case-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.case-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.case-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.case-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.case-page .left-nav-block ul {
	padding-top: 20px
}

.case-page .content-body {
	*zoom: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #fff
}

.case-page .content-body:after {
	content: "";
	display: table;
	clear: both
}

.case-page .content-body h2 {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: -20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.case-page .content-body .page-content-detail {
	margin-top: 20px;
	margin-bottom: 20px
}

.case-page .content-body .page-content-detail p {
	margin-top: 10px;
	margin-bottom: 10px
}

.case-page .content-body .page-content-detail ul {
	margin-top: 20px
}

.case-page .content-body .page-content-detail li {
	width: 30%;
	margin-right: 30px;
	margin-bottom: 20px;
	display: inline-block;
	float: left
}

.case-page .content-body .page-content-detail li:nth-child(3n+1) {
	clear: left
}

.case-page .content-body .page-content-detail li:nth-child(3n+3) {
	margin-right: 0
}

.case-page .content-body .page-content-detail li a {
	display: inline-block
}

.case-page .content-body .page-content-detail li a img {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	overflow: hidden
}

.case-page .content-body .page-content-detail li a p {
	height: 30px
}

.case-page .content-body .page-content-detail li a h4 {
	padding-top: 10px;
	padding-bottom: 5px
}

.case-page .content-body .page-content-detail li a .cta-button {
	border-radius: 2px;
	padding: 4px 20px;
	text-transform: uppercase
}

.news-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.news-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.news-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.news-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.news-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.news-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.news-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.news-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.news-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.news-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.news-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.news-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.news-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.news-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.news-page .content-body {
	*zoom: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #fff
}

.news-page .content-body:after {
	content: "";
	display: table;
	clear: both
}

.news-page .content-body h2 {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: -20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.news-page .content-body .content-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 10px;
	font-style: italic;
	background-color: #e6e6e6;
	color: #f44336;
	border-radius: 4px
}

.news-page .content-body .content-wrapper ul {
	list-style: circle;
	list-style-position: outside;
	padding-left: 20px
}

.news-page .content-body .cta-area {
	margin-top: 40px;
	text-align: center
}

.news-page .content-body .cta-area .form-wra {
	width: 80%;
	display: inline-block
}

.news-page .content-body .cta-area .form-wra form input[type="text"] {
	width: 60%
}

.news-page .content-body .page-content-desc {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0
}

.news-page .content-body .page-content-detail {
	margin-top: 40px;
	margin-bottom: 20px
}

.news-page .content-body .page-content-detail p {
	margin-top: 10px;
	margin-bottom: 10px
}

.news-page .content-body .page-content-detail .block-content-head {
	*zoom: 1;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #e6e6e6
}

.news-page .content-body .page-content-detail .block-content-head:after {
	content: "";
	display: table;
	clear: both
}

.news-page .content-body .page-content-detail .block-content-head h3 {
	padding-bottom: 20px
}

.news-page .content-body .page-content-detail .block-content-head .block-content-desc {
	width: 60%;
	float: left
}

.news-page .content-body .page-content-detail .block-content-head .block-content-desc ul {
	padding-left: 20px;
	list-style: circle
}

.news-page .content-body .page-content-detail .block-content-head .cta-button {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #666
}

.news-page .content-body .page-content-detail .block-content-body ul li {
	*zoom: 1;
	margin-bottom: 20px;
	overflow: hidden
}

.news-page .content-body .page-content-detail .block-content-body ul li:after {
	content: "";
	display: table;
	clear: both
}

.news-page .content-body .page-content-detail .block-content-body .news-img {
	width: 40%;
	float: left
}

.news-page .content-body .page-content-detail .block-content-body .news-img img {
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden
}

.news-page .content-body .page-content-detail .block-content-body .news-content {
	width: 60%;
	float: left
}

.news-page .content-body .page-content-detail .block-content-body .news-title {
	font-size: 0.9em;
	padding-left: 20px;
	padding-bottom: 10px
}

.news-page .content-body .page-content-detail .block-content-body .news-title a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #0286c2;
	font-weight: bold
}

.news-page .content-body .page-content-detail .block-content-body .news-title a:hover {
	color: #f44336
}

.news-page .content-body .page-content-detail .block-content-body .news-date {
	font-style: italic;
	padding-left: 20px
}

.news-page .content-body .page-content-detail .block-content-body .news-date i {
	margin-right: 10px
}

.news-page .content-body .page-content-detail .block-content-body .news-brief {
	padding-left: 20px
}

.news-page .content-body .page-content-detail .block-content-body .news-brief p {
	height: 57px;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-page .content-body .page-content-detail .block-content-desc {
	*zoom: 1
}

.news-page .content-body .page-content-detail .block-content-desc:after {
	content: "";
	display: table;
	clear: both
}

.news-page .content-body .page-content-detail .hidden-block {
	display: none
}

.news-page .content-body .control-nav {
	width: 100%;
	*zoom: 1
}

.news-page .content-body .control-nav:after {
	content: "";
	display: table;
	clear: both
}

.news-page .content-body .control-nav ul {
	float: left;
	width: 50%;
	display: inline-block
}

.news-page .content-body .control-nav .tab-label {
	text-align: left
}

.news-page .content-body .control-nav .tab-label .tab-label-item {
	float: left;
	display: inline-block;
	margin-right: 20px
}

.news-page .content-body .control-nav .tab-label .tab-label-item.actived .cta-button {
	background-color: #f44336
}

.news-page .content-body .control-nav .tab-label .button-wrapper {
	padding-top: 0
}

.news-page .content-body .control-nav .tab-label .cta-button {
	padding-left: 10px;
	padding-right: 10px
}

.news-page .content-body .control-nav .control-items {
	text-align: right
}

.news-page .content-body .control-nav .control-items .control-item {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #0286c2
}

.news-page .content-body .control-nav .control-items .control-item i {
	font-size: 30px
}

.news-page .industry-news-block .button-wrapper,.news-page .youtube-block .button-wrapper {
	margin-top: 3em
}

.company-news-page .page-content-detail ul li,.industry-news-page .page-content-detail ul li {
	*zoom: 1;
	margin-bottom: 20px;
	overflow: hidden
}

.company-news-page .page-content-detail ul li:after,.industry-news-page .page-content-detail ul li:after {
	content: "";
	display: table;
	clear: both
}

.company-news-page .page-content-detail .news-img,.industry-news-page .page-content-detail .news-img {
	width: 40%;
	float: left
}

.company-news-page .page-content-detail .news-img img,.industry-news-page .page-content-detail .news-img img {
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden
}

.company-news-page .page-content-detail .news-content,.industry-news-page .page-content-detail .news-content {
	width: 60%;
	float: left
}

.company-news-page .page-content-detail .news-title,.industry-news-page .page-content-detail .news-title {
	font-size: 0.9em;
	padding-left: 20px;
	padding-bottom: 10px
}

.company-news-page .page-content-detail .news-title a,.industry-news-page .page-content-detail .news-title a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #0286c2;
	font-weight: bold
}

.company-news-page .page-content-detail .news-title a:hover,.industry-news-page .page-content-detail .news-title a:hover {
	color: #f44336
}

.company-news-page .page-content-detail .news-date,.industry-news-page .page-content-detail .news-date {
	font-style: italic;
	padding-left: 20px
}

.company-news-page .page-content-detail .news-date i,.industry-news-page .page-content-detail .news-date i {
	margin-right: 10px
}

.company-news-page .page-content-detail .news-brief,.industry-news-page .page-content-detail .news-brief {
	padding-left: 20px
}

.company-news-page .page-content-detail .news-brief p,.industry-news-page .page-content-detail .news-brief p {
	height: 57px;
	text-overflow: ellipsis;
	overflow: hidden
}

.sub-service .wrapper {
	padding: 40px 25px 50px;
	background: #f9f9f9
}

.sub-service .content {
	width: 520px;
	line-height: 25px;
	color: #221815
}

.sub-service .even img {
	float: left
}

.sub-service .even .content {
	float: right
}

.sub-service .odd img {
	float: right
}

.sub-service .odd .content {
	float: left
}

.sub-service .content p {
	position: relative;
	float: left;
	margin-right: 35px
}

.sub-service .content span {
	position: absolute;
	top: 30px;
	font-size: 16px;
	color: #221815;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	display: block;
	width: 100%
}

.faqs-page .grids2 {
	overflow: hidden;
	*zoom: 1
}

.faqs-page .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.faqs-page .grids2 .grid-item:first-child {
	margin-left: 0
}

.faqs-page .grids2 .grid-item:last-child {
	margin-right: 0
}

.faqs-page .grids2 .grid-item.col-span-12 {
	width: 212px
}

.faqs-page .grids2 .grid-item.col-span-24 {
	width: 424px
}

.faqs-page .grids2 .grid-item.col-span-36 {
	width: 636px
}

.faqs-page .grids2 .grid-item.col-span-48 {
	width: 848px
}

.faqs-page .grids2 .grid-item.col-span-15 {
	width: 265px
}

.faqs-page .grids2 .grid-item.col-span-30 {
	width: 530px
}

.faqs-page .grids2 .grid-item.col-span-45 {
	width: 795px
}

.faqs-page .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.faqs-page .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.faqs-page .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.faqs-page .content-body {
	*zoom: 1;
	background-color: #fff
}

.faqs-page .content-body:after {
	content: "";
	display: table;
	clear: both
}

.faqs-page .content-body .page-content-title {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.faqs-page .page-content-detail {
	padding: 20px
}

.faqs-page .page-content-detail i {
	margin-right: 10px
}

.faqs-page .content-wrapper {
	margin-bottom: 40px
}

.faqs-page .faq-tit {
	font-size: 1.2em;
	color: #0286c2
}

.faqs-page .faq-ans {
	margin-top: 10px
}

.service-page .grids2 {
	overflow: hidden;
	*zoom: 1
}

.service-page .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.service-page .grids2 .grid-item:first-child {
	margin-left: 0
}

.service-page .grids2 .grid-item:last-child {
	margin-right: 0
}

.service-page .grids2 .grid-item.col-span-12 {
	width: 212px
}

.service-page .grids2 .grid-item.col-span-24 {
	width: 424px
}

.service-page .grids2 .grid-item.col-span-36 {
	width: 636px
}

.service-page .grids2 .grid-item.col-span-48 {
	width: 848px
}

.service-page .grids2 .grid-item.col-span-15 {
	width: 265px
}

.service-page .grids2 .grid-item.col-span-30 {
	width: 530px
}

.service-page .grids2 .grid-item.col-span-45 {
	width: 795px
}

.service-page .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.service-page .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.service-page .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.service-page .content-body {
	*zoom: 1;
	background-color: #fff
}

.service-page .content-body:after {
	content: "";
	display: table;
	clear: both
}

.service-page .content-body .page-content-title {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.service-page .page-content-detail {
	padding: 20px
}

.service-page .page-content-detail i {
	margin-right: 10px
}

.service-page .content-wrapper {
	margin-bottom: 40px
}

.service-page .content-wrapper h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #0286c2
}

.service-page .content-wrapper ul {
	list-style: circle;
	padding-left: 20px
}

.service-page .content-wrapper img {
	border-radius: 4px;
	overflow: hidden
}

.resource-page .grids2 {
	overflow: hidden;
	*zoom: 1
}

.resource-page .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.resource-page .grids2 .grid-item:first-child {
	margin-left: 0
}

.resource-page .grids2 .grid-item:last-child {
	margin-right: 0
}

.resource-page .grids2 .grid-item.col-span-12 {
	width: 212px
}

.resource-page .grids2 .grid-item.col-span-24 {
	width: 424px
}

.resource-page .grids2 .grid-item.col-span-36 {
	width: 636px
}

.resource-page .grids2 .grid-item.col-span-48 {
	width: 848px
}

.resource-page .grids2 .grid-item.col-span-15 {
	width: 265px
}

.resource-page .grids2 .grid-item.col-span-30 {
	width: 530px
}

.resource-page .grids2 .grid-item.col-span-45 {
	width: 795px
}

.resource-page .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.resource-page .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.resource-page .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.resource-page .content-body {
	*zoom: 1;
	background-color: #fff
}

.resource-page .content-body:after {
	content: "";
	display: table;
	clear: both
}

.resource-page .content-body .page-content-title {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.resource-page .page-content-detail {
	*zoom: 1;
	padding: 20px
}

.resource-page .page-content-detail:after {
	content: "";
	display: table;
	clear: both
}

.resource-page .page-content-detail i {
	margin-right: 10px
}

.resource-page .rmp-re li {
	margin-bottom: 40px
}

.resource-page .rmp-re .res-title {
	font-size: 1.2em;
	color: #0286c2
}

.resource-page .rmp-re .res-title a {
	color: #0286c2
}

.resource-page .rmp-re .res-title a:hover {
	color: #f44336
}

.resource-page .rmp-re .res-tags {
	margin-bottom: 10px;
	color: #03a9f4
}

.resource-page .rmp-re .res-tags a {
	color: #03a9f4
}

.contact-page .page {
	background-color: #e6e6e6
}

.contact-page .page .contact-page-block:nth-child(odd) {
	background-color: #fff
}

.contact-page .page .contact-page-block .grid-container {
	margin-bottom: 40px
}

.contact-page .page .contact-page-block .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.contact-page .page .contact-page-block .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.contact-page .page .contact-page-block .grid-container .grids3 {
	overflow: hidden;
	*zoom: 1
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item:first-child {
	margin-left: 0
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item:last-child {
	margin-right: 0
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-12 {
	width: 208px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-24 {
	width: 416px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-36 {
	width: 624px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-48 {
	width: 832px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-15 {
	width: 260px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-30 {
	width: 520px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-45 {
	width: 780px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-20 {
	width: 346.66667px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-40 {
	width: 346.66667px
}

.contact-page .page .contact-page-block .grid-container .grids3 .grid-item.col-span-60 {
	width: 1040px
}

.contact-page .page .contact-page-block .grid-container .grids4 {
	overflow: hidden;
	*zoom: 1
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item:first-child {
	margin-left: 0
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item:last-child {
	margin-right: 0
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-12 {
	width: 204px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-24 {
	width: 408px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-36 {
	width: 612px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-48 {
	width: 816px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-15 {
	width: 255px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-30 {
	width: 510px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-45 {
	width: 765px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-20 {
	width: 340px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-40 {
	width: 340px
}

.contact-page .page .contact-page-block .grid-container .grids4 .grid-item.col-span-60 {
	width: 1020px
}

.contact-page .page .contact-details-block h2 {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 0
}

.contact-page .page .contact-advs-block {
	text-align: center
}

.contact-page .page .contact-advs-block h4 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px
}

.contact-page .page .contact-advs-block i {
	font-size: 4em;
	color: #0286c2
}

.contact-page .page .contact-map-block #map-container-1,.contact-page .page .contact-map-block #map-container-2,.contact-page .page .contact-map-block #map-container-3 {
	height: 200px
}

.contact-page .page .contact-map-block .gm-style-mtc {
	display: none
}

.contact-page .page .contact-map-block .map_marker {
	color: #0286c2;
	font-weight: bold
}

.contact-page .page h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-transform: capitalize
}

.contact-page .page h3 {
	margin-left: 20px;
	margin-bottom: 20px;
	font-style: italic;
	color: #666;
	font-size: 1em
}

.contact-page .page .contact-list,.contact-page .page .contact-list-extra {
	margin-left: 20px;
	font-size: 1.2em
}

.contact-page .page .contact-list i,.contact-page .page .contact-list-extra i {
	padding-right: 10px;
	text-align: center
}

.contact-page .page .contact-list div,.contact-page .page .contact-list-extra div {
	margin-left: 2em;
	font-size: 0.95em;
	color: #666
}

.product-list-page {
	background-color: #e6e6e6
}

.product-list-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.product-list-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.product-list-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.product-list-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.product-list-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.product-list-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.product-list-page h2 {
	padding: 10px;
	padding-left: 20px;
	color: #000
}

.product-list-page h2 i {
	padding-right: 10px
}

.product-list-page .main .class-title h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	padding-left: 20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.product-list-page .main .class-title a {
	color: #000
}

.product-list-page .main .class-block {
	margin-bottom: 40px;
	background-color: #fff
}

.product-list-page .main .rm-products-item .card-wrap {
	*zoom: 1;
	padding-top: 10px;
	border-bottom: 1px solid #ccc
}

.product-list-page .main .rm-products-item .card-wrap:after {
	content: "";
	display: table;
	clear: both
}

.product-list-page .main .rm-products-item .img-wrap {
	margin: 40px 40px 40px 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 20%;
	display: block;
	float: left
}

.product-list-page .main .rm-products-item .img-wrap img {
	width: 100%;
	height: auto;
	max-width: 100%
}

.product-list-page .main .rm-products-item .rm-pname {
	width: 66.9%;
	float: left;
	margin-bottom: 10px
}

.product-list-page .main .rm-products-item .rm-pname a {
	color: #f44336;
	font-weight: bold
}

.product-list-page .main .rm-products-item .rm-fast-details {
	width: 50%;
	float: left
}

.product-list-page .main .rm-products-item .rm-more {
	width: 17%;
	float: left
}

.product-list-page .main .rm-products-item .rm-more .cta-button {
	background-color: #f44336;
	padding: 6px 20px
}

.product-list-page .main .rm-products-item .rm-more .cta-button:hover {
	background-color: #ea1c0d
}

.product-list-page .main .rm-products-item .rm-li-chi {
	*zoom: 1
}

.product-list-page .main .rm-products-item .rm-li-chi:after {
	content: "";
	display: table;
	clear: both
}

.product-list-page .main .rm-products-item .rm-li-chi span,.product-list-page .main .rm-products-item .rm-li-chi ul,.product-list-page .main .rm-products-item .rm-li-chi li {
	line-height: 2em;
	display: inline;
	float: left
}

.product-list-page .main .rm-products-item .rm-li-chi i {
	margin-right: 4px
}

.product-list-page .main .rm-products-item .rm-li-chi li {
	margin-right: 12px
}

.product-list-page .main .rm-products-item .rm-label {
	padding-right: 20px;
	width: 90px
}

.product-node-detail-page {
	background-color: #e6e6e6
}

.product-node-detail-page .content-top {
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)
}

.product-node-detail-page .content-top .grids2 {
	overflow: hidden;
	*zoom: 1
}

.product-node-detail-page .content-top .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.product-node-detail-page .content-top .grids2 .grid-item:first-child {
	margin-left: 0
}

.product-node-detail-page .content-top .grids2 .grid-item:last-child {
	margin-right: 0
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-12 {
	width: 212px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-24 {
	width: 424px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-36 {
	width: 636px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-48 {
	width: 848px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-15 {
	width: 265px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-30 {
	width: 530px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-45 {
	width: 795px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.product-node-detail-page .content-top .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.product-node-detail-page .content-body {
	margin-top: 40px;
	margin-bottom: 40px
}

.product-node-detail-page .content-body .grids2 {
	overflow: hidden;
	*zoom: 1
}

.product-node-detail-page .content-body .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.product-node-detail-page .content-body .grids2 .grid-item:first-child {
	margin-left: 0
}

.product-node-detail-page .content-body .grids2 .grid-item:last-child {
	margin-right: 0
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-12 {
	width: 212px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-24 {
	width: 424px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-36 {
	width: 636px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-48 {
	width: 848px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-15 {
	width: 265px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-30 {
	width: 530px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-45 {
	width: 795px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.product-node-detail-page .content-body .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.product-node-detail-page .content-body .tab .hd {
	*zoom: 1;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	margin-bottom: 20px;
	display: table;
	width: 796px;
	cursor: pointer
}

.product-node-detail-page .content-body .tab .hd:after {
	content: "";
	display: table;
	clear: both
}

.product-node-detail-page .content-body .tab .hd ul {
	display: table-row;
	background-color: #eeeeee;
	color: #0286c2
}

.product-node-detail-page .content-body .tab .hd ul li {
	display: table-cell;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 25%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box
}

.product-node-detail-page .content-body .tab .hd ul li.on {
	border-bottom: 2px solid #f44336;
	color: #f44336;
	font-weight: bold
}

.product-node-detail-page .content-body .tab .bd {
	*zoom: 1;
	padding-top: 20px;
	color: #4d4d4d
}

.product-node-detail-page .content-body .tab .bd:after {
	content: "";
	display: table;
	clear: both
}

.product-node-detail-page .content-body .tab .bd h3 {
	color: #333
}

.product-node-detail-page .content-body .pro-form {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc
}

.product-node-detail-page .content-body .pro-form h3 {
	color: #333;
	text-transform: capitalize;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
	border-left: 2px solid #e82f2f
}

.product-node-detail-page .content-body .pro-form .form-wra {
	width: 600px
}

.product-node-detail-page .left-nav-block h2,.product-node-detail-page .contact-block h2 {
	padding: 10px;
	padding-left: 20px;
	color: #000
}

.product-node-detail-page .left-nav-block h2 i,.product-node-detail-page .contact-block h2 i {
	padding-right: 10px
}

.product-node-detail-page .sidebar-left .contact-block {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 40px
}

.product-node-detail-page .sidebar-left .contact-block .contact-list {
	padding-top: 20px;
	font-size: 1.1em
}

.product-node-detail-page .sidebar-left .contact-block li {
	padding-left: 20px
}

.product-node-detail-page .sidebar-left .contact-block li i {
	padding-right: 10px
}

.product-node-detail-page .product-gallery {
	padding: 10px
}

.product-node-detail-page .preview {
	position: relative;
	width: 496px;
	margin-right: 40px
}

.product-node-detail-page .jqzoom {
	margin-bottom: 20px
}

.product-node-detail-page .jqzoom img {
	width: 490px;
	height: 325px;
	border: 4px solid #0286c2;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 10px 20px -12px rgba(0,0,0,0.42),0 3px 20px 0px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2)
}

.product-node-detail-page .gallery-thumb-wrapper {
	display: table-row;
	*zoom: 1
}

.product-node-detail-page .gallery-thumb-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.product-node-detail-page .gallery-thumb-wrapper .control,.product-node-detail-page .gallery-thumb-wrapper gallery-thumbs {
	display: table-cell;
	vertical-align: middle
}

.product-node-detail-page .gallery-thumb-wrapper .control {
	cursor: pointer;
	color: #0286c2
}

.product-node-detail-page .gallery-thumb-wrapper .control i {
	width: 20px;
	height: 20px;
	padding-left: 10px;
	display: block;
	font-size: 2em
}

.product-node-detail-page .gallery-thumb-wrapper .gallery-thumbs li {
	float: left;
	width: 109px
}

.product-node-detail-page .gallery-thumb-wrapper .gallery-thumbs img {
	cursor: pointer;
	width: 97px;
	height: 64px;
	border: 2px solid #03a9f4;
	margin-right: 10px
}

.product-node-detail-page .product-brief-desc {
	padding: 10px
}

.product-node-detail-page .product-brief-desc h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.6em;
	color: #f44336
}

.product-node-detail-page .product-brief-desc ul span {
	margin-right: 10px
}

.product-node-detail-page .product-brief-desc ul .bf-desc-label {
	display: inline-block;
	width: 122px;
	margin-right: 10px
}

.product-node-detail-page .product-brief-desc ul .bf-desc-label i {
	margin-right: 20px
}

.product-node-detail-page .product-brief-desc .button-wrapper {
	padding-top: 40px;
	display: block;
	*zoom: 1
}

.product-node-detail-page .product-brief-desc .button-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.product-node-detail-page .product-brief-desc .button-wrapper .cta-button {
	float: left;
	font-size: 1em;
	padding: 6px 15px;
	display: inline-block;
	background-color: #0286c2
}

.product-node-detail-page .product-brief-desc .button-wrapper .cta-button:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px
}

.product-node-detail-page .product-brief-desc .button-wrapper .cta-button i {
	padding-right: 10px
}

.product-node-detail-page .zoomdiv {
	z-index: 100;
	position: absolute;
	left: 490px !important;
	top: 0px !important;
	display: none;
	text-align: center;
	overflow: hidden;
	z-index: 10
}

.product-node-detail-page .bigimg {
	width: 900px
}

.product-node-detail-page .jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #fede4f 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move
}

.product-node-detail-page .content-wrapper {
	background-color: #fff;
	padding: 20px;
	padding-top: 21px;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
	*zoom: 1
}

.product-node-detail-page .content-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.product-node-detail-page .related-products-block {
	margin-top: 40px
}

.product-node-detail-page .related-products-block h2 {
	padding-bottom: 20px
}

.product-node-detail-page .related-products-block .grid-container .grids4 {
	overflow: hidden;
	*zoom: 1
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item:first-child {
	margin-left: 0
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item:last-child {
	margin-right: 0
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-12 {
	width: 139px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-24 {
	width: 278px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-36 {
	width: 417px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-48 {
	width: 556px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-15 {
	width: 173.75px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-30 {
	width: 347.5px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-45 {
	width: 521.25px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-20 {
	width: 231.66667px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-40 {
	width: 231.66667px
}

.product-node-detail-page .related-products-block .grid-container .grids4 .grid-item.col-span-60 {
	width: 695px
}

.product-node-detail-page .related-products-block .grid-container a {
	display: block;
	padding: 4px;
	text-align: center
}

.product-node-detail-page .related-products-block .grid-container img {
	border: 1px solid #ccc;
	border-radius: 4px
}

.product-node-detail-page .related-products-block .grid-container h5 {
	padding-top: 20px
}

p.page {
	text-align: center
}

p.page a {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	margin: 20px 6px 0;
	background: #efefef;
	font-size: 14px;
	color: #676767;
	text-transform: uppercase
}

p.page a.curr,p.page a:hover {
	background: #f44336;
	color: #fff
}

.siteindex {
	font-size: 12px;
	color: #000;
	overflow: hidden;
	zoom: 1
}

.siteindex a {
	color: #000
}

.siteindex h2 a {
	font-size: 16px;
	font-weight: bold
}

.siteindex p {
	line-height: 24px
}

.siteindex .siteabout {
	line-height: 20px
}

.siteindex ul {
	border: none;
	margin: 0;
	padding: 0
}

.siteindex ul li {
	border: none;
	margin: 0;
	line-height: 24px;
	padding: 0
}

.siteindex .sitelist {
	float: left;
	margin-right: 10px
}

.title_box .detail_title {
	color: #000;
	font-size: 18px;
	padding: 0 0 15px;
	text-align: center
}

.title_box .date {
	color: #000;
	padding: 0px 0 15px;
	text-align: center;
	border-bottom: 1px dashed #9E9E9E
}

.infor_box .detail_infor {
	line-height: 28px;
	color: #000;
	margin-bottom: 25px;
	margin-top: 20px
}

.normal-page .sidebar-left .related-products-list {
	*zoom: 1
}

.normal-page .sidebar-left .related-products-list:after {
	content: "";
	display: table;
	clear: both
}

.normal-page .sidebar-left .related-products-list li {
	display: inline-block;
	padding: 10px 20px
}

.normal-page .sidebar-left .related-products-list li img {
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden
}

.normal-page .sidebar-left .related-products-list li h5 {
	padding-top: 10px;
	padding-bottom: 10px
}

.normal-page .page-content-detail h3 {
	padding-bottom: 10px
}

.normal-page .page-content-detail .release-date {
	margin-bottom: 20px
}

.video-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.video-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.video-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.video-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.video-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.video-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.video-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.video-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.video-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.video-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.video-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.video-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.video-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.video-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.video-page .grid-container .left-nav-block h2 {
	letter-spacing: -1px
}

.video-page .grid-container .left-nav-block ul {
	padding-left: 20px;
	padding-top: 20px
}

.video-page .grid-container .content-body {
	*zoom: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #fff
}

.video-page .grid-container .content-body:after {
	content: "";
	display: table;
	clear: both
}

.video-page .grid-container .content-body .page-content-title {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: -20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.video-page .grid-container .content-body .page-content-desc {
	margin-bottom: 20px
}

.video-page .grid-container .content-body .page-content-detail .video-list-item {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 30px;
	text-align: center
}

.video-page .grid-container .content-body .page-content-detail .video-list-item:nth-child(2n+1) {
	clear: left
}

.video-page .grid-container .content-body .page-content-detail .video-list-item:nth-child(2n+2) {
	clear: right
}

.video-page .grid-container .content-body .page-content-detail .video-list-item h3 {
	font-size: 1em;
	display: inline-block
}

.video-page .grid-container .content-body .page-content-detail .rmjt-yt-videos {
	width: 365px;
	height: 200px;
	border-radius: 4px;
	overflow: hidden
}

.lt-products-page {
	font-size: 13px
}

.lt-products-page .grid-container .grids2 {
	overflow: hidden;
	*zoom: 1
}

.lt-products-page .grid-container .grids2 .grid-item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.lt-products-page .grid-container .grids2 .grid-item:first-child {
	margin-left: 0
}

.lt-products-page .grid-container .grids2 .grid-item:last-child {
	margin-right: 0
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-12 {
	width: 212px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-24 {
	width: 424px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-36 {
	width: 636px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-48 {
	width: 848px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-15 {
	width: 265px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-30 {
	width: 530px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-45 {
	width: 795px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-20 {
	width: 353.33333px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-40 {
	width: 353.33333px
}

.lt-products-page .grid-container .grids2 .grid-item.col-span-60 {
	width: 1060px
}

.lt-products-page .grid-container .content-body {
	*zoom: 1;
	background-color: #fff
}

.lt-products-page .grid-container .content-body:after {
	content: "";
	display: table;
	clear: both
}

.lt-products-page .grid-container .content-body .page-content-title {
	width: 795px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	background-color: #eee;
	box-sizing: border-box;
	border-top: 1px solid #fff
}

.lt-products-page .grid-container .content-body .node-content-body {
	font-size: 13px;
	padding: 20px
}

.lt-products-page .grid-container .content-body .node-content-body table {
	margin-top: 10px;
	border-radius: 2px
}

.lt-products-page .grid-container .content-body .node-content-body table thead th {
	padding: 10px 20px
}

.lt-products-page .grid-container .content-body .node-content-body table tbody td {
	padding: 4px 20px
}

.lt-products-page .grid-container .content-body .node-content-body h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 10px;
	border-left: 2px solid #f44336;
	font-size: 1.3em
}

.lt-products-page.lt-products-class-page .product-nodes-list {
	list-style: circle;
	padding: 20px 20px 20px 40px
}
