
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like*/
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	transition-property:transform, opacity;
}
/*-------------------------------------------------*/
	/* = 网站头部
/*-------------------------------------------------*/
	.navbar {
	margin-bottom: 0;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none !important;
	border-radius: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	box-shadow: 0px 0px 5px #888;
	background-image: linear-gradient(to bottom, #FFF 0%, #eeeeee 100%);
}
header.active .navbar {
	background: rgba(255,255,255,0.9);
}
.top-line {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
header.active .top-line {
	height: 0;
	padding: 0;
}
.top-line p {
	float: left;
	margin: 0;
}
.top-line p span {
	display: inline-block;
	color: #666;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	border-left: 0px solid #dddddd;
	line-height: 16px;
	margin-right: 13px;
}
.top-line p span i {
	color: #183787;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	padding: 0 10px;
}
ul.social-icons {
	float: right;
}
ul.social-icons li {
	display: inline-block;
	margin-left: 10px;
}
ul.social-icons li a {
	display: inline-block;
	margin-bottom: -2px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.social-icons li a i {
	font-size: 16px;
	color: #183787;
}
ul.social-icons li a:hover {
	transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
}
.navbar-brand {
	padding: 25px 15px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
header.active .navbar-brand {
	padding: 10px 15px 10px;
}
.navbar-default .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li {
	margin-left: 34px;
}
.navbar-default .navbar-nav > li.drop {
	position: relative;
	margin-right: -16px;
}
.navbar-default .navbar-nav > li.drop:after {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	color: #cecece;
	font-size: 14px;
	right: 0px;
	top: 50%;
	margin-top: -7px;
}
.navbar-default .navbar-nav > li:first-child {
	margin-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	position: relative;
	color: #7d7d7d;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	padding: 44px 0;
	text-transform: uppercase;
	border-top: 0px solid transparent;
	z-index: 2;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.navbar-default .navbar-nav > li.drop > a {
	padding-right: 16px;
}
.navbar-default .navbar-nav > li > a.active {
	color: #183787;
	border-top: 0px solid #183787;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #183787;
}
header.active .navbar-nav > li > a {
	padding: 24px 0 26px;
}
ul.drop-down {
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	visibility: hidden\0/;
	opacity: 0;
	z-index: 3;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	position: absolute;
	z-index: 99999;
	background: #F6F3F3 none repeat scroll 0% 0%;
}
.navbar-default .navbar-nav > li:hover > ul.drop-down {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-mos-transition: -mos-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
ul.drop-down li a {
	padding: 14px 16px 14px 12px;
	width: 180px;
	height: auto;
	display: block;
	float: none;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #DBE8ED #E3E3E3;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	color:#666;
}
ul.drop-down li a:hover {
	color:#183787;
	background:#fff;
}
ul.drop-down li {
	position: relative;
}
ul.drop-down.level3 {
	top: 0;
	left: 100%;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
ul.drop-down li:hover ul.drop-down.level3 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-mos-transition: -mos-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
ul.drop-down li:first-child a {
	border-top: none;
}
ul.drop-down li a:hover {
	opacity: 0.7;
}
/*-------------------------------------------------*/
	/* = General code
/*-------------------------------------------------*/
	ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
h1 {
	color: #000000;
	font-size: 38px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
}
h2 {
	color: #464646;
	font-size: 24px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 600;
	margin: 0;
	margin-bottom: 10px;
}
h3 {
	color: #000000;
	font-size: 22px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
	margin-bottom: 22px;
}
h4 {
	color: #000000;
	font-size: 18px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
}
h5 {
	color: #000000;
	font-size: 15px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
}
p {
	color: #9a9a9a;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
	line-height: 18px;
}
a.main-button {
	color: #fff;
	font-size: 15px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	padding: 12px 35px;
	background: #7ea4f5;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
a.main-button:hover {
	opacity: 0.8;
}
button {
	outline: none !important;
}
#container {
	padding-top: 140px;
	background: #fff;
}
#container.boxed {
	max-width: 1220px;
	margin: 0 auto;
	box-shadow: 0 0 35px #aeaeae;
	-webkit-box-shadow: 0 0 35px #aeaeae;
	-moz-box-shadow: 0 0 35px #aeaeae;
	-o-box-shadow: 0 0 35px #aeaeae;
	position: relative;
	overflow: hidden;
	padding-top: 0;
}
body {
	background:url(../images/base/background.png) repeat scroll 0% 0%;
	width:100%;
	overflow-x:hidden;
}
.large_text span {
	font-weight: bold;
}
.welcome-box {
	padding: 45px 0 45px;
	text-align: center;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F0F0F0) );
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F0F0F0 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
	background:url(../images/base/text_bar.png) repeat;
}
.welcome-box h1 span {
	font-weight: 600;
	color: #183787;
}
.welcome-box p {
	color: #868686;
	font-size: 19px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
}
.services-box {
	position: relative;
	padding: 40px 0 10px;
	border-bottom: 1px solid #d3d3d3;
}
.shadow-image {
	position: absolute;
	left: 50%;
	margin-left: -544px;
	top: 0px;
}
.services-post {
	padding: 10px 0;
	margin-bottom: 30px;
}
.services-post > a:hover {
	transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.services-post > a i {
	font-size: 26px;
	color: #fff;
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 66px;
}
.services-icon1 {
	position: relative;
	display: inline-block;
	float: left;
	width: 66px;
	height: 66px;
	background: #EA5432;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.services-icon1:after {
	position: absolute;
	content: '';
	width: 66px;
	height: 66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #EA5432;
	left: 0px;
	top: 0px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-icon1:hover:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid #EA5432;
	left: -7px;
	top: -7px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-icon2 {
	position: relative;
	display: inline-block;
	float: left;
	width: 66px;
	height: 66px;
	background: #183787;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.services-icon2:after {
	position: absolute;
	content: '';
	width: 66px;
	height: 66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #183787;
	left: 0px;
	top: 0px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-icon2:hover:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid #183787;
	left: -7px;
	top: -7px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-icon3 {
	position: relative;
	display: inline-block;
	float: left;
	width: 66px;
	height: 66px;
	background: #6DBA44;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.services-icon3:after {
	position: absolute;
	content: '';
	width: 66px;
	height: 66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #6DBA44;
	left: 0px;
	top: 0px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-icon3:hover:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid #6DBA44;
	left: -7px;
	top: -7px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.services-post-content {
	margin-left: 86px;
	padding-top: 10px;
}
.services-post-content h4 {
	margin-bottom: 3px;
}
.recent-works {
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #EAF4F8), color-stop(1, #B7C1C5) );
	background-image: -o-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
	background-image: -moz-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
	background-image: -webkit-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
	background-image: -ms-linear-gradient(bottom, #EAF4F8 0%, #B7C1C5 100%);
	background-image: linear-gradient(to bottom, #EAF4F8 0%, #B7C1C5 100%);
}
.carousel-control .glyphicon {
	display: none;
}
.carousel-control {
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	background: none;
	top: -40px;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-o-text-shadow: none;
	opacity: 0.5;
	opacity: 1;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.carousel-control.left {
	right: 28px;
	left: auto;
	background: rgba(0,118,249,0.3);
}
.carousel-control.left:before {
	font-family: 'FontAwesome';
	content: "\f104";
	position: absolute;
	font-size: 19px;
	color: #fff;
	top: -1px;
	left: 8px;
}
.carousel-control.right {
	right: 0;
	background: rgba(0,118,249,0.3);
}
.carousel-control.right:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 19px;
	color: #fff;
	top: -1px;
	left: 10px;
}
.carousel-control.left:hover {
	background: rgb(0,118,249);
	opacity: 1;
}
.carousel-control.right:hover {
	background: rgb(0,118,249);
	opacity: 1;
}
.work-post {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	margin-bottom: 30px;
}
.work-post-gal {
	position: relative;
}
.work-post-gal img {
	width: 90%;
	-webkit-backface-visibility: hidden;
	height:80%;
	margin:0 auto;
	margin-left:5%;
	margin-top:10px;
	border:1px solid #e1e1e1;
}
.partner img {
	width: 90%;
	height:100px;
	margin-bottom:10px
}
.work-post-content {
	background: #fff;
	padding: 20px;
}
.work-post-content span {
	display: inline-block;
	color: #4984aa;
	font-style: italic;
	font-family: 'microsoft yahei', microsoft yahei;
	font-size: 12px;
}
.hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,118,249,0.8);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}
.hover-box a {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	-webkit-backface-visibility: hidden;
}
.work-post:hover .hover-box {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-backface-visibility: hidden;
}
.work-post:hover .hover-box a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-backface-visibility: hidden;
}
.hover-box a:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background: url('../images/base/zoom-after.png') center center no-repeat;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.hover-box a:hover:after {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0;
}
.hover-box a.zoom {
	right: 50%;
	margin-right: 5px;
	background: url('../images/base/zoom.png') center center no-repeat;
}
.hover-box a.page {
	left: 50%;
	margin-left: 5px;
	background: url('../images/base/page.png') center center no-repeat;
}
.partners {
	padding: 50px;
	padding-top:20px;
	background:url(../images/base/social_shadow.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#136CC0;
	overflow: hidden;
	margin-top:20px;
	border-bottom: 1px solid #FFF;
	background-color:#183787;
}
.partners::before {
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url("../images/base/social_shadow.png") no-repeat scroll center top;
}
.partners h3 {
	color: #fff;
}
.partners .carousel-control {
	border: 1px solid #fff;
	background: transparent;
}
.partners .carousel-control.left:hover {
	background: rgba(255,255,255,0.3);
}
.partners .carousel-control.right:hover {
	background: rgba(255,255,255,0.3);
}
.partners .carousel-control.left:before {
	top: -2px;
	left: 8px;
}
.partners .carousel-control.right:before {
	top: -2px;
	left: 9px;
}
.partner-list {
	overflow: hidden;
	padding-top: 10px;
	height:70px;
}
.partner-list li {
	float: left;
	width: 16.8%;
	min-width:170px;
	margin-left: 4%;
	height:60px;
}
.partner-list li img {
	width:100%;
	height:60px;
	border:3px solid #ddd
}
.partner-list li:first-child {
	margin-left: 0;
}
.partner-list li img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.title-section {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 36px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	background: transparent url("../images/base/text_bar.png") repeat scroll 0% 0%;
	position:relative;
}
.title-section p {
	color: #868686;
	font-size: 19px;
	line-height: 25px;
}
.owl-pagination {
	display: none;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	position: relative;
	zoom: 1;
	margin: 5px;
	font-size: 32px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #fff;
	border: 1px solid #dbdbdb;
	opacity: 1;
	padding: 0;
	width: 64px;
	height: 37px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.owl-theme .owl-controls {
	margin-bottom: 25px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	border: 1px solid #183787;
	background: #183787;
}
.owl-theme .owl-controls .owl-buttons div:before {
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 32px;
	color: #183787;
	width: 100%;
	left: 0;
	text-align: center;
	line-height: 37px;
}
.owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}
.owl-buttons {
	margin-top: -45px;
}
.news-item {
	margin: 15px;
	margin-bottom: 40px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: linear-gradient(to bottom, #fefefe 0%, #f2f2f2 100%);
	background:none;
	padding:20px;
	border:1px solid #e1e1e1;
}
.news-item p {
	word-break:break-all
}
.news-item .inner-item {
	position: relative;
	overflow: hidden;
	height:180px;
	overflow:hidden;
	background:url(../images/base/model.png) center top no-repeat;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:10px;
	border-bottom:5px solid #e1e1e1;
}
.news-item .inner-item a {
	display:block;
	border:1px solid #e1e1e1;
}
.news-item .inner-item img {
	margin-top:16px;
	display:block;
	width: 100%;
	border:1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.news-item:hover .inner-item img {
	}
.latest-post {
	border-bottom: 1px solid #dedede;
}
.news-item h5 {
	margin-bottom: 5px;
	line-height: 22px;
}
.news-item h5 a {
	color:#000;
}
.news-item p {
	line-height: 22px;
	margin-bottom: 10px;
}
a.read-more {
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #183787;
	color: #183787;
	padding: 5px 8px;
	background: #fff;
	font-size: 12px;
	font-family: 'microsoft yahei', microsoft yahei;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	text-transform: lowercase;
	text-decoration: none;
	margin-left:10px;
}
a.read-more i {
	color: #183787;
	font-size: 12px;
	margin-left: 7px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.hover-item {
	position: absolute;
	top: 50%;
	margin-top: -56px;
	left: 0;
}
.hover-item ul li {
	margin-bottom: 5px;
}
.hover-item ul li a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-family: 'microsoft yahei', microsoft yahei;
	padding: 10px;
	margin-left: -100%;
	text-decoration: none;
	background: #117bf1
}
.hover-item ul li a i {
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}
.hover-item ul li a.autor {
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.hover-item ul li a.date {
	transition: all 0.29s ease-in-out;
	-moz-transition: all 0.29s ease-in-out;
	-webkit-transition: all 0.29s ease-in-out;
	-o-transition: all 0.29s ease-in-out;
}
.hover-item ul li a.comment-numb {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.item:hover .hover-item ul li a {
	margin-left: 0;
}
.why-convertible-box {
	padding-top: 60px;
	position:relative;
}
.why-convertible-box h1 {
	margin-bottom: 10px;
}
.why-convertible-box h1 span {
	font-weight: 600;
}
.why-convertible-box h1 i {
	color: #183787;
	margin-left: 10px;
}
.why-convertible-box p {
	margin-bottom: 15px;
}
.why-convertible-box p a {
	color: #183787;
	font-weight: 700;
}
.tag-list li {
	display: inline-block;
	margin-right: 11px;
	margin-bottom: 15px;
}
.tag-list li a {
	display: inline-block;
	color: #183787;
	font-size: 12px;
	font-family: 'microsoft yahei', microsoft yahei;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	border: 1px solid #183787;
	padding: 5px 10px;
	background: #fff;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.tag-list li a i {
	color: #183787;
	font-size: 17px;
	margin-right: 4px;
	vertical-align: middle;
}
.tag-list li a:hover {
	opacity: 0.7;
}
.upper-box {
	padding-bottom: 30px;
	margin-bottom: 45px;
	position: relative;
}
.upper-box:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: url('../images/base/border-bottom.png') center center no-repeat;
}
ul.device-list {
	overflow: hidden;
	margin-bottom: 45px;
}
ul.device-list li {
	float: left;
	margin-left: 53px;
	position: relative;
}
ul.device-list li img {
	max-width: 100%;
}
ul.device-list li:after {
	font-family: 'FontAwesome';
	position: absolute;
	content: '\f064';
	top: 134px;
	left: -38px;
	color: #183787;
	font-size: 18px;
}
ul.device-list li:first-child {
	margin-left: 0px;
}
ul.device-list li.device2 {
	padding-top: 28px;
}
ul.device-list li.device3 {
	padding-top: 32px;
}
ul.device-list li.device4 {
	padding-top: 77px;
}
.testimonials-box {
	padding: 50px 0;
	background: url('../upload/banner2.jpg');
}
.testimonials-box h3 {
	color: #fff;
	margin-bottom: 70px;
}
.bxslider li {
	overflow: hidden;
}
.bxslider li img {
	float: left;
	max-width: 156px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 12px;
}
.message-content {
	margin-left: 226px;
	margin-top: 22px;
}
.message-content p {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	margin-bottom: 18px;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 24px 40px;
	line-height: 30px;
}
.message-content p:after {
	position: absolute;
	content: '';
	width: 21px;
	height: 40px;
	left: -21px;
	top: 35px;
	background: url('../images/base/arrow.png') center center no-repeat;
}
.message-content h6 {
	color: #fff;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
	margin-left: 40px;
}
.message-content h6 span {
	font-weight: 700;
}
.staff-box {
	padding: 50px 0;
	border-bottom: 1px solid #dedede;
}
.staff-post {
	margin-bottom: 30px;
	height: 180px;
}
.staff-post-content {
	background: #183787;
	padding: 20px 23px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
}
.staff-post-content h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.staff-post-content span {
	color: #fff;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
}
.staff-post-gal {
	border: 1px solid #dbdbdb;
	position: relative;
	overflow: hidden;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.staff-post:hover .staff-post-gal {
	padding-top: 52px;
}
.staff-post-gal img {
	padding: 12px;
	width: 100%;
}
.staf-social {
	text-align: center;
	padding: 10px 10px 7px;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	top: -100%;
	width: 100%;
	left: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.staff-post:hover .staf-social {
	top: 0;
}
.staf-social li {
	display: inline-block;
	margin-left: 3px;
}
.staf-social li:first-child {
	margin-left: 0px;
}
.staf-social li a {
	display: inline-block;
	width: 29px;
	height: 29px;
	border: 1px solid #183787;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.staf-social li a i {
	font-size: 13px;
	text-align: center;
	color: #183787;
	line-height: 29px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.staf-social li a:hover i {
	color: #ffffff;
}
.staf-social li a:hover {
	background: #183787;
}
.infographic-box {
	padding: 50px 0 30px;
	border-bottom: 1px solid #dedede;
}
.skills-bar {
	text-align: center;
}
.skills-bar p {
	color: #cccccc;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.gender-list {
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.gender-list li,
.stars-list li {
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 19px;
}
.stars-list li {
	margin-left: 28px;
}
.gender-list li a {
	display: inline-block;
}
.gender-list li a i {
	font-size: 80px;
}
.gender-list li a i.fa-male {
	color: #183787;
}
.gender-list li a i.fa-female {
	color: #e2e2e2;
}
.gender-list li:first-child,
.stars-list li:first-child {
	margin-left: 0px;
}
.stars-list {
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.stars-list li a i {
	font-size: 50px;
	color: #183787;
}
.stars-list li:nth-child(n+11) a i {
	color: #e2e2e2;
}
.product-box {
	padding: 50px 0 30px;
}
.product-post {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
.product-post:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
.product-post img {
	width: 100%;
}
.product-post-gal {
	position: relative;
}
.product-post-gal span.price {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	color: #fff;
	padding: 11px 14px;
	background: #183787;
	font-size: 15px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	opacity: 0.5;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.product-post:hover span {
	opacity: 1;
}
.product-post-content {
	text-align: center;
	padding: 14px 20px;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-bottom-left-radius: 5px;
	-webkit-bottom-left-border-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-bottom-right-border-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
}
ul.product-list {
	margin-top: 16px;
}
ul.product-list li {
	display: inline-block;
	margin-left: 6px;
}
ul.product-list li:first-child {
	margin-left: 0px;
}
ul.product-list li a {
	display: inline-block;
	width: 66px;
	height: 38px;
	border: 1px solid #dbdbdb;
	background: #fff;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.product-list li a:hover {
	background: #183787;
}
ul.product-list li a i {
	font-size: 15px;
	color: #555555;
	text-align: center;
	line-height: 38px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.product-list li a:hover i {
	color: #fff;
}
.convertible-banner {
	padding: 28px 0;
	background: url('../upload/banner3.jpg');
}
.convertible-banner p {
	padding-left: 60px;
	margin-right: 160px;
	color: #fff;
	font-size: 20px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	line-height: 54px;
	background: url('../images/base/con-icon.png') left center no-repeat;
}
.convertible-banner p span {
	font-weight: 400;
}
.convertible-banner a {
	display: inline-block;
	float: right;
	text-align: center;
	width: 141px;
	color: #fff;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border: solid 1px rgba(255,255,255,.5);
	background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: -moz-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: -o-linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
	background-image: linear-gradient(45deg, rgba(0,0,0,.03), rgba(255,255,255,.03), rgba(0,0,0,.03) 50%, rgba(255,255,255,.03) 50%, rgba(0,0,0,.03), rgba(255,255,255,.03));
	width: 145px;
	height: 54px;
	line-height: 54px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.convertible-banner a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.accord-tab-box {
	padding-top: 40px;
	padding-bottom: 20px;
}
.accordion-box {
	margin-bottom: 20px;
}
.accord-elem {
	margin-bottom: 20px;
}
.accord-title {
	padding: 16px 14px;
	border: 1px solid #dbdbdb;
	position: relative;
}
.accord-title h5 {
	padding-right: 48px;
}
.accord-title h5 i {
	color: #183787;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 12px;
}
a.accord-link {
	display: inline-block;
	position: absolute;
	width: 46px;
	height: 100%;
	top: 0;
	right: 0;
	border-left: 1px solid #dbdbdb;
	background: url('../images/base/plus.png') center center no-repeat;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.accord-elem.active a.accord-link {
	background: url('../images/base/minus.png') center center no-repeat;
}
a.accord-link.opened {
	background: url('../images/base/minus.png') center center no-repeat;
}
.accord-content {
	display: none;
	padding: 22px;
	border: 1px solid #dbdbdb;
	border-top: none;
	overflow: hidden;
}
.accord-content span.image-content {
	display: inline-block;
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 22px;
	background: #183787;
}
.accord-content span.image-content i {
	color: #fff;
	font-size: 30px;
	text-align: center;
	width: 100%;
	line-height: 68px;
	vertical-align: middle;
}
.accord-elem.active .accord-content {
	display: block;
}
.tab-content-box {
	text-align: center;
	padding: 60px;
	border: 1px solid #dbdbdb;
}
.tab-box {
	text-align: center;
	padding: 65px 0 83px;
	border: 1px solid #dbdbdb;
	min-height: 365px;
}
.tab-content {
	display: none;
}
.tab-content:first-child {
	display: block;
}
ul.tab-links {
	border: 1px solid #dbdbdb;
	border-top: none;
	overflow: hidden;
	margin-bottom: 40px;
}
ul.tab-links li {
	float: left;
	width: 33.33%;
	text-align: center;
	border-left: 1px solid #dbdbdb;
}
ul.tab-links li:first-child {
	border-left: none;
}
ul.tab-links li a {
	display: inline-block;
	width: 100%;
	padding: 12px;
	color: #000;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	text-decoration: none;
	background: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.tab-links li a i {
	font-size: 30px;
	color: #183787;
	display: block;
	text-align: center;
	margin-bottom: 6px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.tab-links li a:hover {
	color: #fff;
	background: #183787;
}
ul.tab-links li a:hover i {
	color: #fff;
}
#container.boxed .bx-wrapper .bx-controls-direction a {
	border: none;
	width: 52px;
}
/*-------------------------------------------------*/
	/* = Portfolio pages
/*-------------------------------------------------*/
	.home-portfolio {
	margin-top: 30px;
}
.page-banner {
	padding-top: 22px;
	padding-bottom:12px;
	background: #183787 url("../images/base/text_bar2.png") repeat scroll 0% 0%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top:10px;
}
.page-banner h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 32px;
	float: left;
	margin-bottom: 0;
}
ul.page-tree {
	float: right;
	border: 1px solid #fff;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
ul.page-tree li {
	position: relative;
	display: inline-block;
	margin-left: 40px;
}
ul.page-tree li:before {
	font-family: 'FontAwesome';
	content: '\f0a9';
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: -26px;
}
ul.page-tree li:first-child {
	margin-left: 0px;
}
ul.page-tree li:first-child:before {
	content: '';
}
ul.page-tree li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.filter {
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
}
ul.filter li {
	float: left;
	border-right: 1px solid #dbdbdb;
}
ul.filter li a {
	position: relative;
	display: inline-block;
	color: #7e7e7e;
	font-size: 15px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	padding: 12px 17px;
	background: #fff;
}
ul.filter li a.active,
ul.filter li a:hover {
	color: #fff;
	background: #183787;
}
ul.filter li a.active:after,
ul.filter li a:hover:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	border: 1px solid #183787;
	z-index: 2;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.filter li a i {
	color: #7e7e7e;
	font-size: 17px;
	margin-right: 10px;
	vertical-align: middle;
}
ul.filter li a.active i,
ul.filter li a:hover i {
	color: #fff;
}
.portfolio-container {
	max-width: 1170px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
}
.portfolio-container .work-post {
	margin: 15px;
}
.portfolio-container .work-post .work-post-content,
.latest-projects .work-post .work-post-content {
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: linear-gradient(to top, rgba(0,0,0,.08), rgba(255,255,255,.08));
}
.with-4-col .portfolio-container .work-post {
	width: 262px;
}
.with-3-col .portfolio-container .work-post {
	width: 360px;
}
.with-2-col .portfolio-container .work-post {
	width: 555px;
}
ul.pagination-list {
	margin-bottom: 38px;
}
ul.pagination-list li {
	display: inline-block;
	margin:0 5px;
}
ul.pagination-list li a {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f3f3f3;
	padding: 5px 10px;
	text-decoration: none;
	font-family: 'microsoft yahei', microsoft yahei;
	font-size: 13px;
	color: #000;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.pagination-list li a.active,
ul.pagination-list li a:hover {
	background: #183787;
	color: #fff;
}
/*-------------------------------------------------*/
	/* = Blog pages
/*-------------------------------------------------*/
	.home-blog {
	margin-top: 30px;
}
.blog-box .news-item {
	margin: 0px;
	margin-bottom: 40px;
}
.search-widget {
	margin-bottom: 15px;
}
.search-widget input[type="search"] {
	color: #716565;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	padding: 15px 20px;
	border: 1px solid #dcdcdc;
	width: 100%;
	outline: none;
}
.search-widget input[type="search"]:focus {
	border: 1px solid #183787;
}
.search-widget button {
	background: #fff;
	border: none;
	float: right;
	margin-top: -35px;
	margin-right: 15px;
	position: relative;
	z-index: 2;
}
.search-widget button i {
	color: #183787;
	font-size: 18px;
}
.sidebar-widgets .widget > h5 {
	margin-bottom: 20px;
}
.sidebar-widgets h4 {
	font-size:16px;
	text-align:left;
	line-height:40px;
	background:#183787;
	color:#fff;
	text-indent:5px;
}
.sidebar-widgets h4 i {
	padding-right:10px;
}
.tabs-widget ul.tab-links {
	border-bottom: none;
	border-top: 1px solid #dbdbdb;
	margin-bottom: 0;
}
.tabs-widget ul.tab-links li a {
	font-size: 13px;
}
.tabs-widget ul.tab-links li a:hover {
	background: #fff;
	color: #183787;
}
.tabs-widget {
	margin-bottom: 30px;
}
.tabs-widget .tab-box {
	padding: 0;
	text-align: left;
	min-height: 20px;
}
.tabs-widget .tab-box .tab-content {
	padding: 20px;
}
.tabs-widget .tab-content ul li {
	overflow: hidden;
	margin-bottom: 16px;
	width: 100%;
}
.tabs-widget .tab-content ul li img {
	float: left;
	width: 45px;
}
.tabs-widget .tab-content ul li h6 {
	line-height: 17px;
	color: #aeaeae;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	margin: 0;
	margin-left: 55px;
}
.tabs-widget .tab-content ul li h6 a {
	color: #aeaeae;
	text-decoration: none;
	display: inline-block;
}
.tabs-widget .tab-content ul li h6 a:hover {
	color: #183787;
}
.accordion-widget {
	margin-bottom: 10px;
}
.accordion-widget .accord-content {
	padding: 18px;
}
.sidebar .tags-widget {
	margin-bottom: 20px;
}
.sidebar .text-widget {
	margin-bottom: 20px;
}
.blog-box.with-one-col .news-item {
	overflow: hidden;
}
.blog-box.with-one-col .inner-item {
	max-width: 250px;
	float: left;
	margin-right: 30px;
}
.home-style {
	padding: 40px 0;
}
/*-------------------------------------------------*/
	/* = Contact page
/*-------------------------------------------------*/
	.map {
	height: 470px;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 50px;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	text-align: center;
}
.contact-information {
	margin-bottom: 35px;
}
.contact-information p {
	margin-bottom: 20px;
}
ul.contact-information-list li {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e2e2e2;
}
ul.contact-information-list li span {
	display: inline-block;
	color: #9a9a9a;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
}
ul.contact-information-list li a {
	display: inline-block;
	color: #9a9a9a;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
}
ul.contact-information-list li i {
	margin-right: 10px;
	color: #a8a8a8;
	font-size: 17px;
}
#contact-form {
	overflow: hidden;
	margin-bottom: 35px;
}
#contact-form i {
	color: #a8a8a8;
	font-size: 15px;
}
.text-input {
	overflow: hidden;
}
.float-input,
.float-input2 {
	width: 50%;
	float: left;
	padding-right: 7px;
	position: relative;
}
.textarea-input {
	position: relative;
}
.float-input span,
.float-input2 span,
.textarea-input span {
	position: absolute;
	top: 13px;
	left: 14px;
	z-index: 2;
}
.float-input2 span {
	left: 18px;
}
.float-input2 {
	padding-right: 0px;
	padding-left: 7px;
}
#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
	color: #737373;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	outline: none;
	width: 100%;
	padding: 12px 32px;
	display: block;
	margin-bottom: 10px;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
	border: 1px solid #183787;
}
#contact-form textarea {
	height: 110px;
	padding-left: 36px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
	float: right;
	margin-top: 8px;
	color: #fdfdfd;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	padding: 13px 20px;
	background: #183787;
	text-transform: uppercase;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
	opacity: 0.8;
}
.msg,
.msg2 {
	height:30px;
	font-size:13px;
	font-family: 'microsoft yahei', microsoft yahei;
}
.msg.error,
.msg2.error {
	color:#eb2c06;
}
.msg.success,
.msg2.success {
	color:#008000;
}
/*-------------------------------------------------*/
	/* = Single post
/*-------------------------------------------------*/
	.single-post-content {
	margin-bottom: 20px;
	overflow: hidden;
}
.single-post-content img {
	width: 100%;
	margin-bottom: 30px;
}
.single-post-content h2 {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 28px;
}
.single-post-content p {
	line-height: 22px;
	margin-bottom: 20px;
}
.comment-section {
	margin-bottom: 10px;
}
.comment-box {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}
.comment-box img {
	float: left;
	padding: 8px;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	max-width: 78px;
}
.comment-content {
	margin-left: 98px;
	padding-top: 8px;
}
.comment-content h6 {
	margin: 0;
	color: #3c3c3c;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	line-height: 22px;
}
.comment-content h6 span {
	display: inline-block;
	margin-left: 6px;
	color: #b8b8b8;
	font-size: 11px;
}
.comment-content p {
	color: #868686;
	font-weight: 400;
}
.comment-content a.reply-comment {
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-family: 'microsoft yahei', microsoft yahei;
	background: #183787;
	text-decoration: none;
	padding: 3px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 3px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.comment-content a.reply-comment:hover {
	opacity: 0.8;
}
ul.depth {
	margin-left: 98px;
}
.comment-form input[type="text"],
.comment-form textarea {
	border: 1px solid #183787;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 17px 21px;
	font-size: 12px;
}
.comment-form textarea {
	height: 179px;
}
.comment-form input[type="submit"] {
	margin-top: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.leave-comment {
	margin-bottom: 40px;
}
/*-------------------------------------------------*/
	/* = About page
/*-------------------------------------------------*/
	.about-us-text img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.about-us-text p span,
.company-mission p span {
	font-weight: 700;
	color: #183787;
}
.skills-progress p {
	font-weight: 300;
	clear: both;
	margin-bottom: 6px;
}
.skills-progress p span {
	display: inline-block;
	color: #183787;
	float: right;
	font-weight: 400;
}
.meter {
	height: 20px;
	/* Can be anything*/
	position: relative;
	background: #fff;
	border: 1px solid #dbdbdb;
	margin-bottom: 8px;
}
.meter > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #183787;
}
.company-mission > span.icon {
	display: block;
	width: 62px;
	height: 62px;
	border: 1px solid #183787;
	background: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
}
.company-mission > span.icon:after {
	position: absolute;
	content: 'O';
	color: #183787;
	font-size: 43px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 600;
	left: 13px;
	line-height: 60px;
}
.staff-box.vers2 .staff-post-gal {
	border: 1px solid #183787;
}
.pricing-box {
	padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 50px;
}
ul.pricing-table {
	width: 100%;
	margin-bottom: 15px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.pricing-table:hover {
	box-shadow: 0 0 20px #c6c6c6;
}
ul.pricing-table li {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #dbdbdb;
	border-top: none;
	background: #fff;
}
ul.pricing-table li:first-child {
	padding: 35px 0;
	border: none;
	background: #183787;
}
ul.pricing-table li p {
	color: #555555;
	font-size: 15px;
	font-family: 'microsoft yahei', microsoft yahei;
}
ul.pricing-table li:first-child p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
ul.pricing-table li:first-child span {
	color: #fff;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 300;
	line-height: 20px;
}
ul.pricing-table li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	padding: 12px 20px;
	background: #183787;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.pricing-table li a:hover {
	opacity: 0.8;
}
.pricing-table.standard li {
	border: none;
	border-bottom: 1px solid #005ec7;
	background: #183787;
}
.pricing-table.standard li:first-child {
	background: #ffffff;
	border: 1px solid #dbdbdb;
}
.pricing-table.standard li:last-child {
	border-bottom: none;
}
.pricing-table.standard li p {
	color: #fff;
}
.pricing-table.standard li:first-child p,
.pricing-table.standard li:first-child span {
	color: #183787;
}
.pricing-table.standard li a {
	background: #ffffff;
	color: #183787;
}
.clients-section {
	padding-bottom: 50px;
}
.clients-section .partner-list li {
	width: auto;
	margin: 0;
	text-align: center;
	margin-left: 38px;
	margin-bottom: 20px;
}
.clients-section .partner-list li:first-child {
	margin-left: 0px;
}
.clients-section .partner-list img {
	width: 100%;
}
/*-------------------------------------------------*/
	/* = Shop page
/*-------------------------------------------------*/
	.shop-home {
	margin-top: 30px;
}
.shop-page .product-post {
	margin-bottom: 30px;
}
.top-bar {
	padding: 9px;
	border: 1px solid #dbdbdb;
	height: 50px;
	margin-bottom: 30px;
}
.top-bar .left-block {
	float: left;
}
.top-bar .right-block {
	float: right;
}
.select-filter label {
	display: inline-block;
	margin: 0 9px 0 6px;
	color: #535353;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 400;
}
.select-filter .select-box {
	display: inline-block;
	margin-right: 10px;
}
.select-filter select {
	height: 30px;
	width: 100px;
	border: 1px solid #dbdbdb;
	outline: none;
	font-size: 12px;
	font-family: 'microsoft yahei', microsoft yahei;
}
.top-bar .right-block span {
	color: #535353;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	margin-right: 9px;
}
.top-bar .right-block a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #183787;
}
.top-bar .right-block i {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.top-bar .right-block a:hover i {
	opacity: 0.7;
}
.shop-widget {
	margin-bottom: 20px;
	border: 1px solid #dedede;
}
.shop-widget h4 {
	color: #fff;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 14px;
	background: #183787;
}
.category-shop-list {
	border: 1px solid #dedede;
}
.category-shop-list > li {
	border-top: 1px solid #dedede;
	line-height:35px;
	text-indent:5px;
	font-size:14px;
}
.category-shop-list li i {
	color: #999;
	padding-right:10px;
}
.category-shop-list > li:first-child {
	border-top: 1px solid #dedede;
}
.category-shop-list li a.accordion-link {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 6px 8px;
	position: relative;
	text-decoration: none;
}
.category-shop-list li a.active {
	color:#fff;
	background:#183787;
}
.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active {
	color: #fff;
	background: #183787;
	opacity: 0.6;
}
/*
.category-shop-list li a.accordion-link:after {
	position: absolute;
	content: '+';
	color: #7b7b7b;
	font-size: 16px;
	font-family: mircosoft yahei;
	font-weight: 700;
	right: 9px;
	top: 5px;
}*/
	.category-shop-list li a.accordion-link:hover:after,
.category-shop-list li a.accordion-link.active:after {
	color: #fff;
}
.category-shop-list li a.accordion-link.active:after {
	content: '';
	right: 13px;
}
.accordion-list-content {
	border-top: 2px solid #dedede;
	display: none;
}
.accordion-list-content li {
	margin: 5px 0;
	padding-left: 17px;
	position: relative;
}
.accordion-list-content li:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	background: #767676;
	top: 50%;
	left: 8px;
}
.accordion-list-content li a {
	display: inline-block;
	color: #767676;
	font-size: 16px;
	font-family: 'microsoft yahei', microsoft yahei;
}
ul.popular-product {
	padding: 0 10px;
}
ul.popular-product li {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dedede;
	overflow: hidden;
}
ul.popular-product li:first-child {
	border-top: none;
}
ul.popular-product li img {
	float: left;
	width: 50px;
}
ul.popular-product li div {
	margin-left: 60px;
}
ul.popular-product li h6 {
	color: #000;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
	margin: 0;
	margin-top: 6px;
}
ul.popular-product li h6 a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.popular-product li h6 a:hover {
	color: #183787;
}
ul.popular-product li span {
	color: #183787;
	font-size: 15px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
}
.price-range {
	padding: 18px 12px 12px;
	overflow: hidden;
}
#start-val,
#end-val {
	display: inline-block;
	border: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	max-width: 50px;
}
#end-val {
	float: right;
	text-align: right;
}
/*-------------------------------------------------*/
	/* = Single project page
/*-------------------------------------------------*/
	.single-project-content {
	margin-bottom: 40px;
}
.single-project-content img {
	margin-bottom: 30px;
}
.single-project-content h2 {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 28px;
}
.single-project-content p {
	line-height: 22px;
	margin-bottom: 20px;
}
.latest-projects {
	margin-bottom: 40px;
}
/*-------------------------------------------------*/
	/* = Footer
/*-------------------------------------------------*/
	footer {
	padding-top: 40px;
	border-top: 1px solid #dbdbdb;
	background: transparent url("../images/base/text_bar.png") repeat scroll 0% 0%;
}
.footer-widgets {
	margin-bottom: 10px;
	position:relative;
}
.loader {
	position:absolute;
	z-index:9;
	top:0;
	left:0;
	text-align:center;
}
.footer-widgets:first-child {
	padding-bottom: 14px;
	border-bottom: 0px solid #dbdbdb;
}
.footer-widgets h4 {
	color: #183787;
	margin-bottom: 16px;
}
.footer-widgets p {
	line-height: 22px;
	margin-bottom: 10px;
}
.footer-widgets.text-widget img {
	margin-bottom: 10px;
	max-width:100%;
	height:60px;
}
ul.tweets li {
	margin-bottom: 20px;
}
ul.tweets li p {
	margin-bottom: 0px;
	color: #797979;
}
ul.tweets li p a {
	color: #797979;
	text-decoration: underline;
}
ul.tweets li p a.tweet-acc {
	color: #183787;
	text-decoration: none;
}
ul.tweets li span {
	color: #797979;
	font-size: 14px;
	font-family: 'microsoft yahei', microsoft yahei;
}
ul.flickr-list {
	overflow: hidden;
}
ul.flickr-list li {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
ul.flickr-list li:nth-child(3n) {
	margin-right: 0px;
}
ul.flickr-list li a {
	display: inline-block;
	padding: 8px;
	border: 1px solid #dbdbdb;
	max-width: 78px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.flickr-list li a img {
	width: 100%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
ul.flickr-list li a:hover {
	border: none;
}
ul.flickr-list li a:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
}
ul.pop-post li a {
	display: inline-block;
	color: #797979;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	line-height: 22px;
	font-weight: 300;
}
ul.pop-post li a i {
	color: #183787;
	font-size: 13px;
	margin-right: 8px;
}
ul.tag-widget-list li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
}
ul.tag-widget-list li a {
	display: inline-block;
	color: #797979;
	font-size: 12px;
	font-family: 'microsoft yahei', microsoft yahei;
	padding: 5px 8px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.tag-widget-list li a:hover {
	color: #183787;
	border: 1px solid #183787;
}
form#footer-contact input[type="text"] {
	width: 50%;
	float: left;
	border: 1px solid #dbdbdb;
	color: #797979;
	font-size: 11px;
	font-family: 'microsoft yahei', microsoft yahei;
	padding: 10px;
	outline: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
form#footer-contact input[type="text"]:focus,
form#footer-contact textarea:focus {
	border: 1px solid #183787;
}
form#footer-contact input[name="name"] {
	border-right-color: transparent;
}
form#footer-contact textarea {
	width: 100%;
	border: 1px solid #dbdbdb;
	color: #797979;
	font-size: 11px;
	font-family: 'microsoft yahei', microsoft yahei;
	padding: 10px;
	height: 160px;
	border-top-color: transparent;
	margin: 0;
	outline: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
form#footer-contact button[type="submit"] {
	position: relative;
	float: right;
	color: #183787;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	text-transform: uppercase;
	padding: 12px;
	border: 1px solid #dbdbdb;
	border-right-color: transparent;
	border-bottom-color: transparent;
	background: #fff;
	margin-top: -46px;
	margin-right: 1px;
	z-index: 2;
	position: relative;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
form#footer-contact button i {
	font-size: 18px;
	color: #183787;
	margin-right: 10px;
}
form#footer-contact button[type="submit"]:hover {
	opacity: 0.7;
}
ul.contact-list li {
	margin-bottom: 15px;
}
ul.contact-list li a {
	position: relative;
	display: inline-block;
	color: #797979;
	font-size: 12px;
	font-family: 'microsoft yahei', microsoft yahei;
	padding: 6px 9px 6px 6px;
	text-decoration: none;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.contact-list li a i {
	display: inline-block;
	width: 15px;
	font-size: 16px;
	color: #a8a8a8;
	margin-right: 16px;
	vertical-align: middle;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.contact-list li a:hover {
	border: 1px solid #183787;
}
ul.contact-list li a:hover i {
	color: #183787;
}
ul.contact-list li a:after {
	position: absolute;
	content: '';
	width: 28px;
	height: 100%;
	border-right: 1px solid #dbdbdb;
	top: 0;
	left: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
ul.contact-list li a:hover:after {
	border-right: 1px solid #183787;
}
.work-widget p {
	margin-bottom: 10px;
}
p.work-time {
	color: #444444;
	font-size: 13px;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 20px;
}
p.work-time span {
	font-weight: 400;
	font-style: italic;
}
.footer-line {
	padding: 10px;
	background: #183787;
	overflow: hidden;
}
.footer-line p a {
	color:#fff;
}
.footer-line p {
	float: left;
	padding: 12px 0;
	color: #fff;
	font-weight: 400;
}
.footer-line a.go-top {
	display: inline-block;
	position: fixed;
	right:0;
	bottom:0;
	width: 42px;
	height: 42px;
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	border:1px solid #183787;
	z-index:999;
}
.footer-line a.go-top:hover {
	opacity: 0.7;
}
.footer-line a.go-top:before {
	font-family: 'FontAwesome';
	content: "\f106";
	position: absolute;
	font-size: 28px;
	width: 100%;
	color: #183787;
	vertical-align: middle;
	text-align: center;
}
/*-------------------------------------------------*/
	/* = nouislider style (used in priccing range)
/*-------------------------------------------------*/
	.noUi-target * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
}
.noUi-base {
	width: 100%;
	height: 6px;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
	border: 1px solid #dbdbdb;
	margin-bottom: 15px;
}
.noUi-handle {
	background: #EEE;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: -6px 0 0 -6px;
	border: 1px solid #bdbdbd;
	background: #ebebeb url('../images/base/price-range.png') center center no-repeat;
}
.noUi-connect {
	background: Teal;
	background: #394f61 url('../images/base/price-range.png') center center no-repeat;
}
.noUi-background {
	background: #f5f5f5;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	border-radius: inherit;
	background: #183787;
}
.noUi-origin-upper {
	background: inherit !important;
}
.noUi-z-index {
	z-index: 10;
}
.noUi-vertical {
	width: 40px;
	height: 100%;
}
.noUi-vertical .noUi-origin {
	bottom: 0;
	left: 0;
}
.noUi-vertical .noUi-handle {
	margin: -23px 0 0 -3px;
}
.noUi-target[disabled] .noUi-base {
	background: #999;
}
.noUi-target[disabled] .noUi-connect {
	background: #BBB;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
/*-------------------------------------------------*/
	/* = Single page
/*-------------------------------------------------*/
	#container.single-page {
	padding-top: 0;
}
.single-page .section {
	margin-bottom: 60px;
}
.single-page #home-section,
.single-page #team-section {
	margin-bottom: -60px;
}
.single-page #team-section .staff-box {
	border-bottom: none;
}
.single-page .welcome-box {
	margin-bottom: 40px;
	border-top: 1px solid #EBEBEB;
	padding: 31px 0 40px;
}
.single-page .welcome-box {
	margin-bottom: 40px;
}
.single-page .welcome-box h1 {
	margin-bottom: 5px;
}
.single-page #about-section .welcome-box {
	margin-bottom: 0px;
}
.single-page #about-section .services-box {
	margin-bottom: 50px;
}
.single-page #contact-section .welcome-box {
	margin-bottom: 30px;
}
.single-page footer {
	padding: 0;
}
.home-box {
	position: relative;
	overflow: hidden;
}
.home-box .background-view {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -1000px;
	overflow: hidden;
}
.slider-caption {
	position: absolute;
	height: 300px;
	top: 50%;
	margin-top: -100px;
	width: 100%;
	left: 0;
}
.slider-caption .flexslider {
	height: 85px;
	background: none;
	margin: 120px 0;
	background: rgba(0,0,0,0.3);
}
.slider-caption .flex-direction-nav {
	display: none;
}
.slider-caption p.flex-caption {
	text-align: center;
	color: #fff;
	font-family: 'microsoft yahei', microsoft yahei;
	font-weight: 700;
	font-size: 50px;
	line-height: 80px;
}
.slider-caption p.flex-caption span {
	font-weight: 300;
}
.slider-caption .flex-control-nav {
	bottom: -80px;
}
.navbar-fixed-top .top-line .social-icons .bshare-custom a {
	background:none !important;
	color:#183787 !important;
	font-size:16px !important;
	padding-left:0 !important;
	margin:0 !important;
}
.navbar-fixed-top .top-line .social-icons .bshare-custom a:hover {
	text-decoration:none !important;
}
.single-project-page .single-project-content .bshare-custom {
	text-align:right;
}
#bsBox .bsTop {
	width:537px !important;
}
#bsBox #bsMorePanel {
	width:537px !important;
	height:348px !important;
}
#bsBox #bsMorePanel .bFind-wrapper-top {
	height:25px !important;
}
.two_code img {
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.box {
	width:31%;
}
.page_list img {
	height:auto;
}
.floatright img {
	width:auto;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
}
.news_text, .news_text_pic {
	padding: 10px 0px;
	background: transparent url("../images/base/line-2.gif") repeat-x scroll left bottom;
}
.news_text {
	margin-bottom:10px;
}
.page_list {
	padding-top:10px;
	padding-bottom:10px;
	width:100%
}
.news_text h5, .news_text_pic h5 {
	margin: 0px 20px;
	font-weight: bold;
	color: #333;
	font-size:14px;
	line-height:30px;
}
.news_text h5 a, .news_text_pic h5 a {
	color: #333;
	font-size:14px;
}
.news_text .date, .date {
	display: block;
	float: right;
	height: 26px;
	line-height: 26px;
	width: 80px;
	color: #4A4A4A;
	font-size: 10px;
	text-align: center;
	background:#f8f8f8;
	font-weight:normal;
	border-radius:20px;
	border:1px solid #ccc;
}
.news_text p {
	font-size: 12px;
}
.news_text p, .news_text_pic p {
	text-align: left;
	color: #4A4A4A;
	padding: 5px 20px 0px;
}
.pages {
	clear: both;
	margin: 0px 10px;
}
.pages span {
	float: right;
}
.pages strong {
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
	float: left;
	padding: 0px 8px;
	background:#183787 none repeat scroll 0% 0%;
	border: 1px solid #eee;
	margin: 0px 3px 0px 0px;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
}
.col-md-9 {
	border:1px solid #ddd
}
.workItem {
	text-align: center;
	color: #FFF;
}
.col-md-3 {
	background: transparent url("../images/base/pro_pic4.jpg") no-repeat scroll 0px 0px;
	font-size: 11px;
	color: #595959;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
	float: left;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
figure {
	position: relative;
}
figure {
	margin: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
*, *::before, *::after {
	}
.workItem img {
	display: block;
	border: 1px solid #EAEAEA;
	width: 176px;
	height: 166px;
	vertical-align: middle;
	text-align: center;
}
figcaption:hover {
	opacity: 1;
	transition: opacity 0.3s ease 0s;
}
figcaption {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border: 3px solid #0099FF;
    height: 96%;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    width: 96%;
    margin-left: 2%;
    margin-top: 2%;
}
.fancybox {
	font-size:40px;
	; position: absolute;
	top:30%;
	left:40%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
*, *::before, *::after {
	}
.workItem {
	text-align: center;
	color: #FFF;
}
.col-md-3 {
	font-size: 11px;
	color: #595959;
}
.workItem a {
	text-decoration: none;
	font-size: 22px;
}
a {
	outline: 0px none !important;
}
ul.top_list {
	margin-bottom: 30px;
	overflow: hidden;
	border: 0px solid #DBDBDB;
}
ul.top_list li {
	float: left;
	border: 1px solid rgb(219, 219, 219);
	border-left: none;
	border-bottom: none;
}
ul.top_list li a {
	position: relative;
	display: inline-block;
	color: #7E7E7E;
	font-size: 15px;
	font-family: "microsoft yahei",microsoft yahei;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.17s ease-in-out 0s;
	padding: 12px 17px;
	background: #FFF none repeat scroll 0% 0%;
	border-bottom:1px solid #e1e1e1;
}
ul.top_list li a i {
	color: #fff;
	font-size: 17px;
	margin-right: 10px;
	vertical-align: middle;
}
ul.top_list li a.active, ul.top_list li a:hover {
	color: #FFF;
	background: #183787 none repeat scroll 0% 0%;
}
.top_list .on {
	color: #FFF;
	background: #183787 none repeat scroll 0% 0%;
}
.list_pic {
	width: 262px;
	height:180px;
	margin: 15px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(0px, 0px);
}
.work-post {
	position:relative;
	height:auto;
	float:left
}
.work-post-gal {
	border:1px solid #ddd;
}
.work-post-content h5 {
	text-align:center
}
.work-post-content a{ color:#333}
.work-post-content h5 a:link {
	text-decoration:none
}
.list_page_content img {
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto
}
.contentinfo {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.article_title {
	text-align:center;
	line-height:40px;
	margin-top:10px;
	margin-bottom:10px;
}
#content {
	padding-top:0px;
	width:100%
}
#slider {
	padding-top:0px;
}
/* scrollpic*/
	.scrollpic {
	max-width:1048px;
	min-height:220px;
	margin:20px auto;
}
#myscroll {
	display:block;
	width:100%;
	position:relative;
	height:220px;
	overflow:hidden;
}
#myscroll #myscrollbox {
	display:block;
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:1000000px;
}
#myscroll ul {
	display:block;
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
}
#myscroll ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
}
#myscroll ul li a {
	display:block;
	float:left;
	width:260px;
	padding:10px 10px;
	position:relative;
	height:220px;
	color:#333;
	margin-right:45px;
	background:#fff;
}
#myscroll a .intro {
	position:absolute;
	left:0;
	z-index:10;
	background-color:rgba(255,255,255,.80);
	padding:0 10px;
}
#myscroll a .intro h5 {
	padding:0;
	margin:0;
	font-size:14px;
	padding:0 15px 0 15px;
	background:url(../images/base/go.png) right no-repeat;
	height:40px;
	width:230px;
	line-height:40px;
	border-bottom:1px solid rgba(0, 118, 249, 0.3) ;
}
#myscroll a .intro p {
	font-size:13px;
	line-height:20px;

	margin:10px 15px;
	height:70px;
	overflow:hidden;
}
#myscroll a .intro {
	bottom:-91px;
}
#myscroll a:hover .intro {
	bottom:0px;
}
#mybtns {
	margin:15px;
	width:100%;
	display:block;
	height:42px;
}
#mybtns .title {
	font-size:22px;
	color:#000;
}
#mybtns a {
	width:25px;
	height:25px;
	display:block;
	float:left;
	margin-right:1px;
	background-color: #c1c1c1;
}
#mybtns a:hover {
	background-color: #d7000f;
}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, transparent 100%);
	background-repeat: repeat-x;
	right: 28px;
	top: 0px;
	background: rgba(0, 118, 249, 0.3) none repeat scroll 0% 0%;
	position: absolute;
}
#mybtns #right {
	right: 0px;
	top:0px;
	background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	background: rgba(0, 118, 249, 0.3) none repeat scroll 0% 0%;
	position: absolute;
}
#mybtns #left:hover {
	background: #0076F9 none repeat scroll 0% 0%;
	opacity: 1;
	text-decoration:none;
}
#mybtns #right:hover {
	text-decoration:none;
	background: #0076F9 none repeat scroll 0% 0%;
	opacity: 1;
}
#mybtns #left::before {
	font-family: "FontAwesome";
	content: "";
	position:relative;
	font-size: 19px;
	color: #FFF;
	top: -1px;
	left: 8px;
}
#mybtns #right::before {
	font-family: "FontAwesome";
	content: "";
	position:relative;
	font-size: 19px;
	color: #FFF;
	top: -1px;
	left: 10px;
}
a:hover, a:link, a:visited, a:active {
	text-decoration:none
}
.scrollpic {
	position:relative
}
#myscroll ul li img {
	width:100%;
	height:201px;
}
.product {
	width:100%;
	padding-top: 50px;
	padding-bottom:80px;
	background-image: linear-gradient(to bottom, #EAF4F8 0%, #B7C1C5 100%);
}
.text_bar_shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	background: transparent url("../images/base/text_bar_shadow2.png") no-repeat scroll center top;
}
#obo_slider {
	max-width:1200px;
	width:100%
}
#obo_slider .oneByOne_item img {
	width:1005
}
.slide1_bot img.wp1_3 {
	max-width:50%
}
.reason img {
	max-width:400px;
	margin:0 auto;
	width:100%
}
.reason {
	text-align:center;
	width:80%;
}
.text1 {
	max-width:50%;
	float:left
}
.text1_pic {
	width:50%;
	float:right;
	max-width:614px
}
.text2 {
	max-width:50%;
	float:right
}
.text2_pic {
	width:50%;
	float:left;
	max-width:520px
}
.text3 {
	max-width:50%;
	float:left
}
.text3_pic {
	width:50%;
	float:right;
	max-width:510px
}
.text4 {
	max-width:50%;
	float:left
}
.text4_pic {
	width:50%;
	float:right;
	max-width:585px
}
.weixin img {
	width:120px;
	height:120px;
	float:left
}
.weixin p {
	text-align:left
}
.weixin {
	width:100%;
	float:left;
	text-align:center
}
.links {
	width:100%;
	color:#fff;
}
.links a {
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	font-size:13px
}
.links a:hover {color: #0FC;}
.bottom_m {
	width:100%;
}
.horkeys {
	color:#fff;
}
.horkeys a {
	color:#fff;
	font-size:13px
}
#webchat {
	right: 0;
	top: 0;
	position: fixed;
	z-index:999998;
	overflow:visible;
}
#webchat a {
	background: url(../images/base/webchat-panel-png24.png) no-repeat 0 0;
	_background: url(../images/base/webchat-panel.png) no-repeat 0 0;
	display:block;
	cursor:pointer;
	width: 70px;
	height: 70px;
	position:relative;
}
#webchat a:hover {
	background-position:right 0;
}
#webchat a span {
	display:none;
}
#webchat .himwebchat {
	width:310px;
	background:#fff;
	padding:20px;
	color:#000;
	position:absolute;
	left:-310px;
	top:-100%;
	z-index:11;
	overflow: visible;
	-moz-transition: all 0.2s ease-in;

	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
}
#webchat a:hover .himwebchat {
	top:0;
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible;
}
#webchat .himwebchat .hd {
	font-size:14px;
	margin-bottom:10px;
}
#webchat .himwebchat strong {
	color:#dc0000;
	font-weight:normal;
}
#webchat .himwebchat .img {
	background:url(../images/base/him-webchat.png) no-repeat 0 0;
	width:280px;
	height:280px;
	margin:0 auto 10px;
}
#webchat .himwebchat .bd em {
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	line-height:16px;
	text-align:center;
	color:#fff;
	background: url(../images/base/himwebchat-dot.png) no-repeat 0 0;
}
#webchat .himwebchat .bd .ml {
	margin-left:5px;
}
.partners .more {
	float:right;
	color:#fff;
	font-size:16px;
	line-height:25px
}
.header {
	height:auto
}
.message_title {
	padding: 22px 0px;
	background: #183787 url("../images/base/text_bar2.png") repeat scroll 0% 0%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.message_title h2 {
	color: #FFF;
	font-size: 26px;
	font-weight: 300;
	line-height: 42px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
}
.message_title a {
	color:#fff;
}
.row {
	margin-bottom:15px
}
.cleft_b {
	z-index:1050;
}
.title21 {
	font-size:20px;
	line-height:40px
}
.news_list {
	margin-top:20px;
	margin-bottom:20px;
}
.news_list li {
	line-height:35px;
	border-bottom:1px dashed #ddd;
}
.pages span {
	background:none
}
.blank30 {
	height:20px;
}
/**/
	/*产品详细页 -产品展示*/
	/**/
	.product_img {
	width:50%;
	background:#FFF; margin:0 auto;
	padding-top:25px;
	overflow:hidden
}
.product_img .bd {
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:5px;
	text-align:center;
	min-height:200px;
}
.product_img .showDiv {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.product_img .hd ul li {
	float:left;
	margin:0 0 10px 1px;
	_margin:0 0 10px 0px;
	display:inline;
	position:relative;
}
.product_img .hd ul a {
	display:block;
}
.product_img .hd ul img {
	width:85px;
	height:85px;
	border:3px solid #FFF;
}
.product_img .hd ul .mask {
	display:none;
}
.product_img .hd ul a:hover .mask, .product_img .hd ul .on .mask {
	display:none;
	position:relative;
}
.product_img .hd ul a:hover img, .product_img .hd ul .on img {
	border-color:#E93B09;
}
.product_img .hd ul a:hover {
	color:#fff;
}
.product_img .hd ul a:hover .txt_bg {
	background:#70a20f;
}
/*定义标题*/
	.t_1 {
	height:120px;
	background: url(../images/base/t_1.png) repeat-x top center;
	color:#000;
	margin-top:15px;
	clear:both;
}
.t_1 div {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.t_1 h1,.t_1 h3 {
	font-size:1.4em;
	border-bottom:1px solid #666;
	height:41px;
	line-height:30px;
	float:left;
	font-weight:normal;
}
.t_1 p {
	font-size:1.6em;
	height:30px;
	line-height:30px;
	clear:both;
	text-transform:capitalize;
}
.t_1 a {
	color:#000;
}
.t_info {
	font-size:1.0em;
}
.t_2 {
	height:120px;
	background: url(../images/base/t_2.gif) repeat-x top center;
	color:#FFF;
	margin-top:15px;
	clear:both;
}
.t_2 div {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.t_2 h3 {
	font-size:1.4em;
	border-bottom:1px solid #FFF;
	height:60px;
	line-height:60px;
	float:left;
	font-weight:normal;
}
.t_2 p {
	font-size:1.6em;
	height:50px;
	line-height:50px;
	clear:both;
	text-transform:capitalize;
}
.t_2 a {
	color:white;
}
.vote .t_3 a {
	padding:5px 15px;
	border:1px dotted #ccc;
	background:#F5F5F5;
	color:#1F1F1F;
	font-size:1.2em;
	font-weight:normal;
}
/*/
	定义标题*/
	/**/
	/*产品详细页 -规格介绍*/
	/**/
	.product_h1 {
	color: #183787;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #ccc;
	line-height:180%;
	font-weight:normal;
	font-size:18px;
	font-weight:bold;
	width:100%
}
.product_info {
	width:45%;
	float:left;
	margin-right:10px;
	padding-top:20px;
	overflow:hidden
}
.product_info h1 {
	}
.product_info table {
	color:#535353;
	width:100%;
	padding:10px 0;
	margin:10px 0;
}
.product_info table th {
	text-align:right;
	padding:7px 5px;
	width:80px;
	font-weight:normal;
	color:#888;
	font-size:0.95em;
}
.product_info table td {
	padding:5px;
	color:#535353;
	font-size:0.9em;
}
.product_info table tr {
	}
.product_info strong {
	color:#E53F40;
	font-size:30px;
}
#dialog_link,.product_info .goshop {
	float:left;
	background-color: #F06309;
	color: #FFF;
	font-size: 1.0em;
	padding: 13px 15px;
	margin: 10px 10px 10px 85px;
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 3px 3px 4px #DFDFDF;
	-webkit-box-shadow: 3px 3px 4px #DFDFDF;
	box-shadow: 3px 3px 4px #DFDFDF;
}
.product_info .goshop:hover {
	background-color:#FF4A00;
}
#dialog_link {
	margin-left:20px;
	background:#236298;
}
#dialog_link:hover {
	background:#5797D0;
}
.product_info div {
	border-bottom:1px solid #DDDDDD;
}
.page_list h1 {
	font-size:20px;
	font-weight:bold;
	font-family: "Helvetica Neue", microsoft yahei, Helvetica, Arial, sans-serif;
	color:#333;
	text-align:left;
}
.page_list p {
	text-align:left
}
/*搜索框*/
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; z-index: 100; display: none; top: 0; left: 0; background:rgba(00, 00, 00, 0.8) ;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
}		
.reveal-modal {top: 30%; left: 50%; margin-left: -300px; width: 520px; 
position: fixed; z-index:99999; padding: 30px 40px 34px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4); 
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); 
-box-shadow: 0 0 10px rgba(0,0,0,.4); 
background-color: rgba(66,139,202,1); 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5214083,endColorstr=#e5214083);    /*IE8支持*/
border-radius:5px;

}			

.reveal-modal.small 		
{ width: 200px; margin-left: -140px;}	
.reveal-modal.medium 		
{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		
{ width: 600px; margin-left: -340px;}	
.reveal-modal.xlarge 		
{ width: 800px; margin-left: -440px;}		


.top_text {width:56%;height:26px; line-height:26px;margin:0px; padding:0px 15px; border:1px solid #A5C7FE; color:#888;  background:#F5F5F5; border-radius:3px;}
.top_btn {height:28px; line-height:28px; margin:0px;  padding:0px 25px; font-weight:bold; background:#2D699F; border:none; color:white; text-align:center; border-radius:3px;}
.top_btn:hover {background:#5797D0;}
.reveal-modal a.close-reveal-modal,#mylang a.close-reveal-modal { width:30px; font-size: 22px; line-height: 0.5; position: absolute; top: 8px; right: 11px; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer; background:white; color:#183787;height:28px; line-height:28px; padding:0px;
border-radius: 3px 3px 3px 3px;text-align:center;

} 
.partner_pic img{ width:250px; height:50px; border:1px solid #ddd;}
.comm p{ width:100%; height:40px;margin: 0 0 0px; padding-top:5px; text-align:left}
.comm .textarea{ height:auto}
#verifycode_embed{ padding-top:0px; padding-bottom:10px;}
#comment input{border:1px solid #ddd;}
#comment #textarea{border:1px solid #ddd;}
.form_message input{border:1px solid #ddd; width:200px;}
.form_message .textarea{border:1px solid #ddd; }
.fa-cogs{background: url(../images/base/icon1.png) center center no-repeat;}
.fa-cogs::before{content: "";}
.fa-desktop{background: url(../images/base/icon2.png) center center no-repeat;}
.fa-desktop::before{content: "";}
.fa-book{background: url(../images/base/icon3.png) center center no-repeat;}
.fa-book::before{content: "";}
