/*
* ==========================================================================
* Global
* ==========================================================================
*/
.btn-primary {
	margin-left: 20px;
}

.blog-title {
	color: #385A30;
	font-family: "Lato";
	font-variant: small-caps;
}

button {
	background: none;
	outline: none;
	border: none;
}

.main-content {
	margin-top: 20px;
	padding-bottom: 50px;
	text-align: left;
}

.section-global-wrapper {
	position: relative;
}

.section-global-wrapper:before, .section-global-wrapper:after {
	content: " ";
	display: table;
}

.section-global-wrapper:after {
	clear: both;
}

.container-fluid-kamn {
	margin-right: auto;
	margin-left: auto;
}

.container-kamn {
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width : 1068px) and (max-width: 1400px) {
	.post-sidebar {
		margin-top: 15px;
		border: 1px solid #DDD;
		padding: 5px;
	}
}

@media ( min-width : 750px) and (max-width: 1060px) {
	.post-sidebar {
		width: 204px;
		margin-top: 15px;
		border: 1px solid #DDD;
		padding: 5px;
		float: right;
	}
}

.tales {
	width: 100%;
}

.blog-post {
	margin-bottom: 30px;
}

.blog-image {
	margin-bottom: 20px;
}

.carousel-inner {
	width: 100%;
	max-height: 600px !important;
}

.post-sidebar {
	margin-top: 15px;
	border: 1px solid #DDD;
	padding: 5px;
}

.form-group {
	padding: 20px;
}

ul li {
	list-style: none;
}

h3.col-xs-12 {
	margin-top: -20px;
}

.content-space {
	margin-top: 40px;
}

.center {
	text-align: center;
}

.block-author {
	color: #D7002E;
}

.btn-info {
	float: right;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.icon-space {
	display: inline-block;
	padding: 10px;
}

.current span {
	/*color:#55CBD2;*/
	
}

.title-text {
	font-family: 'Raleway', sans-serif;
	letter-spacing: .2px;
	font-size: 40px;
}

.img-pad {
	padding-right: 23px;
}

.main-content {
	margin-top: 80px;
}

.white-text {
	font-style: italic;
	color: white;
}

body {
	font-family: 微软雅黑;
	line-height: 24px;
	background: #F8FAFF;
}

a {
	/*color: #55CBD2;*/
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

a:hover {
	color: #888;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

address {
	margin-top: 28px;
}

@media ( min-width : 50px) and (max-width: 988px) {
	address {
		margin-top: 28px;
		margin-left: 21px;
	}
}

@media ( min-width : 988px) and (max-width: 1200px) {
	address {
		margin-top: 28px;
		margin-left: -58px;
	}
}
/*
* ==========================================================================
* Nav Pills
* ==========================================================================
*/
.nav-pills>li.selected>a, .nav-pills>li.selected>a:hover, .nav-pills>li.selected>a:focus
	{
	color: #ffffff;
	/*background-color: #1bbd9b;*/
}
/*
* ==========================================================================
* Pills Centered
* ==========================================================================
*/
.nav-pills-centered>.nav-pills {
	text-align: center;
}

.nav-pills-centered>.nav-pills>li {
	float: none;
	display: inline;
}

.nav-pills-centered>.nav-pills>li>a, .nav-pills-centered>.nav-pills>li>span
	{
	display: inline-block;
	padding: 5px 14px;
}

.nav-pills-centered>.nav-pills>li>a.tab-content, .nav-pills-centered>.nav-pills>li>span.tab-content,
	.nav-pills-centered>.nav-pills>li>a.selected, .nav-pills-centered>.nav-pills>li>span.selected
	{
	color: #ffffff;
	/*background-color: #1bbd9b;*/
}
/*
* ==========================================================================
* Navbar
* ==========================================================================
*/
.tab-content {
	/*background:#74B9B9 !important;*/
	color: white;
}

.navbar {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
/*
* ==========================================================================
* Navbar Nav Links
* ==========================================================================
*/
.navbar-nav>li>a {
	padding: 10px 15px;
	margin: 5px 5px;
	border-radius: 4px;
}
/*
* ==========================================================================
* Brand / Project Name
* ==========================================================================
*/
.navbar-brand {
	z-index: 9999px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-top: 0px;
}

.side-left {
	background: #528C7C;
	box-shadow: 3px grey;
	color: white;
	padding: 30px;
	letter-spacing: .9px;
}

@media ( min-width : 800px) {
	.side-left {
		height: 1248px;
	}
}

.banner-text {
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 50px;
}

#banners {
	margin-top: 30px;
	margin-bottom: 10px;
}

#banner-home {
	background-image: url('../img/slider/1.jpg');
	height: 350px;
	margin-bottom: 30px;
	padding-top: 120px;
}

@media ( min-width : 100px) and (max-width: 800px) {
	#banner-home {
		background-image: url('../img/slider/1.jpg');
		height: 450px;
		margin-bottom: 30px;
	}
}

#banner {
	margin-top: 0px;
}

.header h1 {
	float: left;
	margin: 0;
	text-align: left;
}

.header a.brand {
	font-family: 'PT Sans', sans-serif;
	font-size: 40px;
	margin-top: 5px;
	display: inline-block;
	width: 270px;
	height: 96px;
	padding: 30px 10px;
	/*background: url(../img/logo.png) 20px center no-repeat; */
}

@media ( min-width : 50px) and (max-width: 768px) {
	.header a.brand {
		width: 170px;
		margin-top: -41px;
		margin-top: -41px;
		position: absolute;
		font-size: 37px;
	}
}

.paragraph-text {
	text-align: justify;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	line-height: 24px;
}

.left2 {
	text-align: left;
	letter-spacing: .7px;
	font-size: 13px;
	/*color: #71d7c2;*/
}

.spacing {
	margin-bottom: 80px;
}

.sidebar-right {
	font-size: 13px;
	font-weight: bold;
	/*color:#84d7bd;*/
}

.featured-img {
	padding: 0px 15px 15px 0;
}

p.blog-text {
	font-size: 16px;
	letter-spacing: .1px;
	font-family: 'Arial';
	text-align: justify;
	text-justify: inter-word;
}

.btn-sm {
	margin-left: 21px;
}

.office-logo {
	width: 100px;
}

@media ( max-width : 768px) {
	.office-logo {
		height: 100px;
		width: 60px;
	}
}

/*
* ==========================================================================
* Feedback Section
* ==========================================================================
*/
.feedback-section {
	padding-bottom: 50px;
}

@media ( max-width : 767px) {
	.feedback-section {
		padding-bottom: 40px;
	}
}

.feedback-section .feedback-form .btn-captcha-refresh {
	margin: 0 0 0 25px;
}

.feedback-section .address-section {
	text-align: center;
	padding-top: 50px;
}

@media ( max-width : 767px) {
	.feedback-section .address-section {
		padding-top: 40px;
	}
}

.feedback-section .address-section .address-icon {
	/*color: #1bbd9b;*/
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 30px;
}

.feedback-section .address-section .address-title {
	margin-bottom: 15px;
}

.feedback-section .address-section .address-desc {
	margin-bottom: 30px;
}

/*
* ==========================================================================
* Services Section
* ==========================================================================
*/
.services-section {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services-section .services-header {
	margin-bottom: 50px;
	font-size: 25px;
}

.services-section .services-header .services-header-title {
	margin-bottom: 15px;
}

.services-section .services-row-tail {
	margin-top: 50px;
}

.services-section .services-icon {
	/*color: #1bbd9b;*/
	margin-bottom: 30px;
}

.services-section .services-title {
	margin-bottom: 15px;
}

.services-section .services-desc {
	margin-bottom: 30px;
}

@media ( max-width : 767px) {
	.services-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.services-section .services-group {
		margin-bottom: 50px;
	}
	.services-section .services-row-tail {
		margin-top: 0;
	}
}

.services-icon .fa:hover {
	padding: 0 10px 0 10px;
	color: white;
	background: #1BBD9B;
	border-radius: 3px;
	transition: .4s;
}
/*.services-group{*/
/*/!*padding: 10px;*!/*/
/*color: white;*/
/*/!*border: solid red 1px;*!/*/

/*}*/
.services-group a img {
	width: 80%;
	height: 80%;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}

.services-group a img:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.service-icon {
	color: white;
}

/* ----- Footer ----- */
.footer-widget {
	color: white;
	margin-top: 55px;
}

footer .widget h4 {
	margin-top: 20px;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

footer .widget p {
	line-height: 24px;
}

footer .widget i {
	padding-right: 7px;
}

footer {
	/*margin-top:20px;*/
	padding: 30px 20px;
	background: #FFFFFF;
}

footer h3 {
	color: #dadada;
	margin-bottom: 20px;
}

.footer-contact {
	color: white;
}

/*Social Buttons */
#social-icons {
	font-size: 22px;
}

#social-icons .btn-group {
	/*color: #55CBD2;*/
	margin-right: 15px;
}

#social-icons .btn-group:hover {
	color: #ffffff;
}

.cop {
	color: #fff;
	padding: 20px 0px 10px 0px;
	background-color: rgb(23, 23, 23);
}

/*
* ==========================================================================
* Custom Sidebar Widgets
* ==========================================================================
*/
#custom-search-input {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #D9230F;
}

.search-query:focus+button {
	z-index: 3;
}

/*
* ==========================================================================
* Image Card
* ==========================================================================
*/
.panel {
	margin-top: 30px;
}

.lib-panel img {
	width: 100%;
	background-color: transparent;
}

.lib-panel .row, .lib-panel .col-md-6 {
	padding: 0;
	background-color: #FFFFFF;
}

.lib-panel .lib-row {
	padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
	background-color: #FCFFCF;
	font-size: 25px;
	padding: 15px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
	height: 2px;
	width: 26px;
	background-color: #d9d9d9;
	margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
	position: relative;
	height: 100%;
	display: block;
	font-size: 13px;
}

.lib-panel .lib-row.lib-desc a {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 20px;
}

.row-margin-bottom {
	margin-bottom: 20px;
}

.box-shadow {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

.no-padding {
	padding: 0;
}

.lib-header {
	font-family: 'lato';
	font-style: normal;
}

/*
* ==========================================================================
* Blockquote
* ==========================================================================
*/
.glyphicon-lg {
	font-size: 3em
}

.blockquote-box {
	border-right: 5px solid #E6E6E6;
	margin-bottom: 25px
}

.blockquote-box .square {
	width: 100px;
	min-height: 50px;
	margin-right: 22px;
	text-align: center !important;
	background-color: #E6E6E6;
	padding: 20px 0
}

.blockquote-box.blockquote-primary {
	border-color: #357EBD
}

.blockquote-box.blockquote-primary .square {
	background-color: #428BCA;
	color: #FFF
}

.blockquote-box.blockquote-success {
	border-color: #4CAE4C
}

.blockquote-box.blockquote-success .square {
	background-color: #5CB85C;
	color: #FFF
}

.blockquote-box.blockquote-info {
	border-color: #46B8DA
}

.blockquote-box.blockquote-info .square {
	background-color: #5BC0DE;
	color: #FFF
}

.blockquote-box.blockquote-warning {
	border-color: #EEA236
}

.blockquote-box.blockquote-warning .square {
	background-color: #F0AD4E;
	color: #FFF
}

.blockquote-box.blockquote-danger {
	border-color: #D43F3A
}

.blockquote-box.blockquote-danger .square {
	background-color: #D9534F;
	color: #FFF
}

/*
* ==========================================================================
* Portfolio
* ==========================================================================
*/
.panel-image {
	position: relative;
}

.panel-image img.panel-image-preview {
	width: 100%;
	border-radius: 4px 4px 0px 0px;
}

.panel-image label {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.panel-heading ~ .panel-image img.panel-image-preview {
	border-radius: 0px;
}

.panel-body {
	overflow: hidden;
}

.panel-image ~ input[type=checkbox] {
	position: absolute;
	top: - 30px;
	z-index: -1;
}

.panel-image ~ input[type=checkbox] ~ .panel-body {
	height: 0px;
	padding: 0px;
}

.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
	height: auto;
	padding: 15px;
}

.panel-image ~ .panel-footer a {
	padding: 0px 10px;
	font-size: 1.3em;
	color: rgb(100, 100, 100);
}
/*
* ==========================================================================
* Optional Carousel
* ==========================================================================
*/
.carousel-caption .carousel-title {
	color: #ffffff;
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.carousel-caption {
		font-size: 12px;
		padding-bottom: 0px;
		bottom: 2px;
	}
	.carousel-caption .carousel-title {
		font-size: 18px;
	}
}

@media ( max-width : 767px) {
	.carousel-caption {
		font-size: 11px;
		padding-bottom: 0;
		bottom: 0;
	}
	.carousel-caption .carousel-title {
		font-size: 14px;
	}
}
/********modal框***********/
.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom
	{
	margin-right: 0;
}

.modal {
	padding: 0;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	/*overflow-y: auto;*/
}

.modal.container {
	max-width: none;
}
/****选择框********/
.chk_1, .chk_2, .chk_3, .chk_4 {
	display: none;
}

/*******STYLE 1*******/
.chk_1+label {
	background-color: #FFF;
	border: 1px solid #C1CACA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px
		rgba(0, 0, 0, 0.05);
	padding: 7px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}

.chk_1+label.tab-content {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px
		rgba(0, 0, 0, 0.1);
}

.chk_1:checked+label {
	background-color: #ECF2F7;
	border: 1px solid #92A1AC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px
		rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
}

.chk_1:checked+label:after {
	content: '\2714';
	position: absolute;
	top: -5px;
	left: 0px;
	color: #ff7272;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	padding: 1px 0 0 0;
	vertical-align: text-top;
}
/******login****/
#modal-container-64449 .modal-dialog .modal-content {
	background-image: url("../../resources/companyImages/two/form-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 30%;
}

#modal-container-64449 .modal-dialog .modal-content .modal-header .close
	{
	margin-right: 3%;
	outline: none;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body {
	width: 640px;
	overflow: hidden;
	margin-bottom: 30px;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body #bannerImg
	{
	margin-left: 3%;
	margin-bottom: 20px;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body #login_form
	{
	margin-left: 17%;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body #login_form #msg
	{
	margin-left: 17%;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body .row .col-sm-12
	{
	width: 75%;
	height: 50px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body .input-group>input
	{
	width: 90%;
	background-color: #f5f5f5;
	font-family: "微软雅黑";
	border-top: none;
	border-right: none;
	border-bottom: none;
	font-size: 0.875em;
	color: #333;
	margin-top: 3%;
	box-shadow: none;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body .input-group>.input-group-addon
	{
	background: none;
	border: none;
	outline: none;
	padding-top: 15px;
	font-family: 微软雅黑;
	font-size: 0.875em;
	color: #646464;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body #reset {
	margin-left: 45%;
	text-decoration: none;
	text-decoration: none;
	font-size: 0.875em;
	font-family: 微软雅黑;
	color: #337bf4;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body #pwSet {
	font-size: 0.875em;
	font-family: 微软雅黑;
	color: #999999;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body .isRead
	{
	padding-left: 10%;
	padding-top: 5px;
	font-size: 0.750em;
	font-family: 微软雅黑;
	color: #747474;
	text-decoration: none;
}

#modal-container-64449 .modal-dialog .modal-content .modal-body .isRead a
	{
	font-size: 0.750em;
	font-family: 微软雅黑;
	color: #337bf4;
	text-decoration: none;
}
/******orglogin****/
#orglogin .modal-dialog .modal-content {
	background-image: url("../../resources/companyImages/two/form-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 30%;
}

#orglogin .modal-dialog .modal-content .modal-header .close {
	margin-right: 3%;
	outline: none;
}

#orglogin .modal-dialog .modal-content .modal-body {
	width: 640px;
	overflow: hidden;
	margin-bottom: 30px;
}

#orglogin .modal-dialog .modal-content .modal-body #bannerImg {
	margin-left: 3%;
	margin-bottom: 20px;
}

#orglogin .modal-dialog .modal-content .modal-body #login_form {
	margin-left: 17%;
}

#orglogin .modal-dialog .modal-content .modal-body #login_form #msg {
	margin-left: 17%;
}

#orglogin .modal-dialog .modal-content .modal-body .row .col-sm-12 {
	width: 75%;
	height: 50px;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

#orglogin .modal-dialog .modal-content .modal-body .input-group>input {
	width: 90%;
	background-color: #f5f5f5;
	font-family: "微软雅黑";
	border-top: none;
	border-right: none;
	border-bottom: none;
	font-size: 0.875em;
	color: #333;
	margin-top: 3%;
	box-shadow: none;
}

i, cite, em, var, address, dfn {
	font-style: normal;
}

#orglogin .modal-dialog .modal-content .modal-body .input-group>.input-group-addon
	{
	background: none;
	border: none;
	outline: none;
	padding-top: 15px;
	font-family: 微软雅黑;
	font-size: 0.875em;
	color: #646464;
}

#orglogin .modal-dialog .modal-content .modal-body #reset {
	margin-left: 45%;
	text-decoration: none;
	text-decoration: none;
	font-size: 0.875em;
	font-family: 微软雅黑;
	color: #337bf4;
}

#orglogin .modal-dialog .modal-content .modal-body #pwSet {
	font-size: 0.875em;
	font-family: 微软雅黑;
	color: #999999;
}

#orglogin .modal-dialog .modal-content .modal-body .isRead {
	padding-left: 10%;
	padding-top: 5px;
	font-size: 0.750em;
	font-family: 微软雅黑;
	color: #747474;
	text-decoration: none;
}

#orglogin .modal-dialog .modal-content .modal-body .isRead a {
	font-size: 0.750em;
	font-family: 微软雅黑;
	color: #337bf4;
	text-decoration: none;
}

/******serviceOrprivacy*******/
#serviceOrprivacy>.modal-dialog {
	width: 80%;
}

#serviceOrprivacy>.modal-dialog>.modal-content {
	background-image:
		url("../../resources/companyImages/eight/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#serviceOrprivacy .modal-dialog>.modal-content>.modal-header>.modal-title
	{
	margin: 0 3% 0 4%;
	font-weight: bold;
	font-size: 18px;
	font-family: 微软雅黑;
	color: #000000;
}

#serviceOrprivacy>.modal-dialog>.modal-content>.modal-body>.rightImg {
	/*position: relative;*/
	/*left: 65%;*/
	/*top: -20%;*/
	margin: -10% 0 0 70%;
}

#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content {
	margin-left: 1%;
	height: 650px;
	overflow-y: scroll;
}
/* 设置滚动条的样式 */
#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content::-webkit-scrollbar
	{
	width: 20px;
}
/* 滚动槽 */
#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content::-webkit-scrollbar-track
	{
	-webkit-box-shadow: inset 0 0 6px rgba(70, 116, 156, 0.3);
	border-radius: 10px;
}
/* 滚动条滑块 */
#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content::-webkit-scrollbar-thumb
	{
	background: url("../../resources/companyImages/eight/下拉-2.png")
		no-repeat;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content::-webkit-scrollbar-thumb:window-i.tab-content
	{
	background: rgba(255, 0, 0, 0.4);
}

/* 设置滚动条的样式 */
#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content::-webkit-scrollbar
	{
	width: 12px;
}
/* 滚动槽 */
#right2 #right2Img #lawBook::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
/* 滚动条滑块 */
#right2 #right2Img #lawBook::-webkit-scrollbar-thumb {
	background: url("../../companyImages/eighteen/pull-down-2.png")
		no-repeat;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#right2 #right2Img #lawBook::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content p {
	font-size: 12px;
	font-family: 微软雅黑;
	color: #000000;
}

#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content>.px16
	{
	font-size: 16px;
	font-family: 微软雅黑;
	color: #e44b4b;
}

#serviceOrprivacy .modal-dialog>.modal-content>.modal-body>.content>.px14
	{
	font-size: 14px;
	font-family: 微软雅黑;
	color: #e44b4b;
}

/**********aboutUs**********/
#aboutUs>.modal-dialog {
	width: 80%;
}

#aboutUs>.modal-dialog>.modal-content {
	background-image:
		url("../../resources/companyImages/eight/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#aboutUs .modal-dialog>.modal-content>.modal-header>.modal-title {
	margin: 0 3% 0 4%;
	font-weight: bold;
	font-size: 18px;
	font-family: 微软雅黑;
	color: #000000;
}

#aboutUs>.modal-dialog>.modal-content>.modal-body>.rightImg {
	margin: -10% 0 0 70%;
}

#aboutUs .modal-dialog>.modal-content>.modal-body>.content {
	height: 500px;
	text-align: left;
	/*overflow-y: scroll;*/
}
/*/!* 设置滚动条的样式 *!/*/
/*#aboutUs .modal-dialog > .modal-content > .modal-body > .content::-webkit-scrollbar {*/
/*width: 20px;*/
/*}*/
/*/!* 滚动槽 *!/*/
/*#aboutUs .modal-dialog > .modal-content > .modal-body > .content::-webkit-scrollbar-track {   -webkit-box-shadow: inset 0 0 6px rgba(70, 116, 156, 0.3);    border-radius: 10px;}*/
/*/!* 滚动条滑块 *!/*/
/*#aboutUs .modal-dialog > .modal-content > .modal-body > .content::-webkit-scrollbar-thumb { background: url("../../resources/companyImages/eight/下拉-2.png") no-repeat ;border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}*/
/*#aboutUs .modal-dialog > .modal-content > .modal-body > .content::-webkit-scrollbar-thumb:window-i.tab-content {    background: rgba(255,0,0,0.4);}*/
#aboutUs .modal-dialog>.modal-content>.modal-body>.content p {
	width: 70%;
	margin: 5% 0 0 15%;
	text-indent: 2em;
	font-size: 12px;
	font-family: 微软雅黑;
	color: #000000;
}

/**********forgetPwd**********/
#forgetPwd>.modal-dialog {
	width: 100%;
	height: 95%;
	background-image: url("../../resources/companyImages/nine/banner.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#forgetPwd>.modal-dialog>.modal-content {
	width: 800px;
	text-align: center;
	background-image: url("../../resources/companyImages/nine/form-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 auto;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-header {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	border-bottom: none;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-header>.close {
	margin-top: 20px;
	margin-right: 8px;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-header>.modal-title {
	margin: 3% 3% 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: 微软雅黑;
	color: #e44b4b;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-body {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-body>#saveEmail_form>p {
	text-align: center;
	margin-top: 3%;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-body>#upImg_form>p {
	text-align: center;
	margin-top: 3%;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-body>#upImg_form>#appealSubmit>button
	{
	margin-right: 5%;
}

#forgetPwd>.modal-dialog>.modal-content>.modal-body>#yingYeZhiZhao {
	width: 20%;
	position: absolute;
	top: -250px;
	left: 70%;
}

/*/!********* error*******************!/*/
#error>.modal-dialog>.modal-content {
	width: 100%;
	/*height: 294px;*/
	background-image:
		url("../../resources/companyImages/seven/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	outline: none;
	padding-bottom: 55px;
}

#error>.modal-dialog>.modal-content>.modal-header {
	border: none;
}

#error>.modal-dialog>.modal-content>.modal-header>img {
	margin-top: -5%;
}

#error>.modal-dialog>.modal-content>.modal-body {
	/*width: 100%;*/
	background-image: url("../../resources/companyImages/seven/line.png");
	background-repeat: no-repeat;
	background-size: 80% 80%;
	background-position: center;
	/*border: solid red 10px;*/
	/*padding: 2% 0;*/
}

#error .modal-body p {
	font-size: 1em;
	font-family: 微软雅黑;
	color: #040404;
	text-align: center;
	margin: 5% 0;
}
/*/!********* register*******************!/*/
#register>.modal-dialog>.modal-content {
	width: 100%;
	/*height: 294px;*/
	background-image:
		url("../../resources/companyImages/seven/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	outline: none;
	padding-bottom: 55px;
}

#register>.modal-dialog>.modal-content>.modal-header {
	border: none;
}

#register>.modal-dialog>.modal-content>.modal-header>img {
	margin-top: -5%;
}

#register>.modal-dialog>.modal-content>.modal-body {
	/*width: 100%;*/
	background-image: url("../../resources/companyImages/seven/line.png");
	background-repeat: no-repeat;
	background-size: 80% 80%;
	background-position: center;
	/*border: solid red 10px;*/
	/*padding: 2% 0;*/
}

#register .modal-body p {
	width: 80%;
	font-size: 1em;
	font-family: 微软雅黑;
	color: #040404;
	text-align: left;
	margin: 5% 0 5% 10%;
}
/********* upload*******************/
#upload>.modal-dialog>.modal-content {
	width: 100%;
	/*height: 294px;*/
	background-image:
		url("../../resources/companyImages/seven/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	outline: none;
	padding-bottom: 55px;
}

#upload>.modal-dialog>.modal-content>.modal-header {
	border: none;
}

#upload>.modal-dialog>.modal-content>.modal-header>img {
	margin-top: -5%;
}

#upload>.modal-dialog>.modal-content>.modal-body {
	/*width: 100%;*/
	background-image: url("../../resources/companyImages/seven/line.png");
	background-repeat: no-repeat;
	background-size: 80% 80%;
	background-position: center;
	/*border: solid red 10px;*/
	/*padding: 2% 0;*/
}

#upload .modal-body p {
	width: 80%;
	font-size: 1em;
	font-family: 微软雅黑;
	color: #040404;
	text-align: left;
	margin: 5% 0 5% 10%;
}
/********yesPwd******************/
#yesPwd>.modal-dialog>.modal-content {
	width: 100%;
	/*height: 294px;*/
	background-image:
		url("../../resources/companyImages/seven/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	outline: none;
	padding-bottom: 55px;
}

#yesPwd>.modal-dialog>.modal-content>.modal-header {
	border: none;
}

#yesPwd>.modal-dialog>.modal-content>.modal-header>img {
	margin-top: -5%;
}

#yesPwd>.modal-dialog>.modal-content>.modal-body {
	/*width: 100%;*/
	background-image: url("../../resources/companyImages/seven/line.png");
	background-repeat: no-repeat;
	background-size: 80% 80%;
	background-position: center;
	/*border: solid red 10px;*/
	/*padding: 2% 0;*/
}

#yesPwd .modal-body p {
	width: 80%;
	font-size: 1em;
	font-family: 微软雅黑;
	color: #040404;
	text-align: left;
	margin: 5% 0 5% 10%;
}

/*/!**********feedback***************!/*/
/*#feedback > .modal-dialog> .modal-content{*/
/*width: 100%;*/
/*/!*height: 294px;*!/*/
/*background-image: url("../../resources/companyImages/seven/backgroundImg.png");*/
/*background-repeat: no-repeat;*/
/*background-size: 100% 100%;*/
/*outline: none;*/
/*padding-bottom: 55px;*/
/*}*/
/*#feedback > .modal-dialog> .modal-content >.modal-header{*/
/*border: none;*/
/*}*/
/*#feedback > .modal-dialog> .modal-content >.modal-header > img{*/
/*margin-top: -5%;*/
/*}*/
/*#feedback >.modal-dialog> .modal-content> .modal-body{*/
/*/!*width: 100%;*!/*/
/*background-image: url("../../resources/companyImages/seven/line.png");*/
/*background-repeat: no-repeat;*/
/*background-size: 80% 80%;*/
/*background-position:center;*/
/*/!*border: solid red 10px;*!/*/
/*/!*padding: 2% 0;*!/*/

/*}*/
/*#feedback .modal-body p{*/
/*width: 80%;*/
/*font-size: 1em;*/
/*font-family: 微软雅黑;*/
/*color: #040404;*/
/*text-align: left;*/
/*margin: 5% 0 5% 10%;*/
/*}*/

/********register***********/
p {
	font-size: 1.250em;
}

@media ( max-width : 1920px) {
	p,li,span,label {
		font-size: 1em;
	}
}

@media ( max-width : 1200px) {
	p,li,span,label {
		font-size: 0.7em;
	}
}

@media ( max-width : 800px) {
	p,li,span,label {
		font-size: 0.5em;
	}
}
.rightContent {
	width: 100%;
	background-image: url("../../resources/companyImages/six/backgroundImg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#right2Img {
	width: 40%;
	margin-top: 10%;
	float: left;
}

#right2Img img {
	width: 100%;
	height: auto;
}

#panel-827729 {
	float: right;
	width: 35%;
	background-image: url("../../resources/companyImages/six/formbg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 5%;
    margin-right: 7%;
    padding-bottom: 4%;
}
#tabs-912624 .tab-content p{
	width:85%;
	height: 75px;
	line-height: 75px;
	text-align: left;
	margin-left:8%;
	padding-top: 2%;
}
#tabs-912624 .tab-content p span{
	font-family: 微软雅黑;
	color: #000000;
	font-size: 1.250em;	

}
#tabs-912624 .tab-content p a{
	font-family: 微软雅黑;
	color: #cc4948;
	font-size: 0.875em;
}
#tabs-912624 .tab-content ul {
	width: 75%;
	margin-left: 5%;
	position: relative;
	top: -25px;
}

#tabs-912624 ul li label {
	width: 30%;
}

#tabs-912624 ul li {
	text-align: right;
	margin-top: 2%;
}

@media ( max-width : 1200px) {
	p {
		font-size: 1em;
	}
	.fontSet {
		font-size: 0.575em;
		font-family: 微软雅黑;
		color: #747474;
	}
	.fenzhi {
		font-size: 0.475em;
		font-family: 微软雅黑;
		color: #747474;
	}
}

#tabs-912624 ul li .fontSet {
	font-size: 0.875em;
	font-family: 微软雅黑;
	color: #747474;
}

#tabs-912624 ul li .fenzhi {
	font-size: 0.875em;
	font-family: 微软雅黑;
	color: #747474;
	width:30%;
}

#tabs-912624 ul li input {
	width: 60%;
	height: 28px;
	line-height: 28px;
	margin-top: 3px;
	margin-left: 3%;
}

#tabs-912624 .tab-content ul li select {
	width: 28%;
	height: 28px;
	line-height: 28px;
	margin-top: -5px;
	margin-left: 3%;
}

#tabs-912624 .tab-content ul #industry select {
	width: 24%;
	height: 28px;
	line-height: 28px;
	margin-left: 3%;
}

#tabs-912624 .tab-content ul #xingMing input {
	width: 25%;
	height: 28px;
	line-height: 28px;
}

#tabs-912624 ul li .fontSet img {
	padding-left: 1%;
	padding-right: 2%;
	/* margin: 0 auto;*/
	/* width: 100%;
            height: auto;*/
}
input::-webkit-input-placeholder {
	font-size: 0.313em;
	font-family: 微软雅黑;
}

#tabs-912624 ul #isRead {
	text-align: center;
}

#tabs-912624 ul #isRead a {
	font-size: 0.750em;
	font-family: 微软雅黑;
	color: #337bf4;
	text-decoration: none;
}
#registerImg button{
	width:80%;
}
#registerImg button img{
	width:100%;
}
#tabs-912624 ul #isRead #yesRead {
	font-size: 0.750em;
	font-family: 微软雅黑;
	color: #747474;
}
#sendMessage{
	width:23%;
	height: auto;
	position: relative;
	left: 3%; 
	display: inline;
}
#sendMessage img{
	width:100%;
}
#beijing {
	margin-left: 59.5%;
	width: 32%;
	position: relative;
	top: -50px;
	clear: both;
}

#beijing img {
	width: 100%;
}

#footer {
	text-align: center;
	font-family: 微软雅黑;
	font-size: 1em;
	color: #FFFFFF;
	/*padding: 20px 0;*/
}

#footer a {
	color: #FFFFFF;
}