/*

* name: ui.css

* version: v1.1.12

* update: ?????‰??‰é’?box-shadow

* date: 2016-04-25

*/



/* reset */


article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
	display: block;
}
input, select, textarea {
	outline: 0;
	font-family: inherit;
	font-size: 100%;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
 input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}
 input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type='file'] {
	display: block;
}
input[type='range'] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	font-size: 1.3em;
	line-height: 2.5;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

/*?·￥?…·*/

.fix {
*zoom: 1;
*clear: both;
}
.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}
.oh {
	overflow: hidden;
*zoom: 1;
}
.l {
	float: left;
}
.r {
	float: right;
}


.rotation {
	-webkit-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
}
 @-webkit-keyframes rotation {
0% {
-webkit-transform: rotateZ(0deg);
}
 100% {
-webkit-transform: rotateZ(360deg);
}
}
 @keyframes rotation {
0% {
transform: rotateZ(0deg);
}
 100% {
transform: rotateZ(360deg);
}
}
.heartbeat {
	-webkit-animation: heartbeat 1.2s infinite ease-in;
	animation: heartbeat 1.2s infinite ease-in;
}
 @-webkit-keyframes heartbeat {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
 15% {
-webkit-transform: scale(1.3);
opacity: 0.5;
}
 30% {
-webkit-transform: scale(1);
opacity: 1;
}
}
 @keyframes heartbeat {
0% {
transform: scale(1);
opacity: 1;
}
 15% {
transform: scale(1.3);
opacity: 0.5;
}
 30% {
transform: scale(1);
opacity: 1;
}
}
.trigger:hover {
	-webkit-animation: trigger 0.2s ease;
	animation: trigger 0.2s ease;
}
 @-webkit-keyframes trigger {
0% {
-webkit-transform: rotateZ(0deg);
}
 100% {
-webkit-transform: rotateZ(180deg);
}
}
 @keyframes trigger {
0% {
transform: rotateZ(0deg);
}
 100% {
transform: rotateZ(180deg);
}
}
/* ?-‰?ˉ”????…… */

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
 *height: auto;
}
.rect-50 {
	padding-bottom: 50%;
}
.rect-5625 {
	padding-bottom: 56.25%;
}
.rect-60 {
	padding-bottom: 60%;
}
.rect-618 {
	padding-bottom: 61.8%;
}
.rect-70 {
	padding-bottom: 70%;
}
.rect-75 {
	padding-bottom: 75%;
}
.rect-80 {
	padding-bottom: 80%;
}
.rect-90 {
	padding-bottom: 90%;
}
.rect-100 {
	padding-bottom: 100%;
}
/* table */



/* btn */

.btn {
	font-size: inherit;
	font-weight: normal;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
	color: #333;
}
.btn:active, .btn.active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=65);
}
.btn-default {
	color: #333;
	border-color: #ccc;
	background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open >.dropdown-toggle.btn-default {
	color: #333;
	border-color: #adadad;
	background-color: #e6e6e6;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	border-color: #ccc;
	background-color: #fff;
}
.btn-primary {
	color: #fff;
	border-color: #2e6da4;
	background-color: #337ab7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open >.dropdown-toggle.btn-primary {
	color: #fff;
	border-color: #204d74;
	background-color: #286090;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #2e6da4;
	background-color: #337ab7;
}
.btn-success {
	color: #fff;
	border-color: #4cae4c;
	background-color: #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open >.dropdown-toggle.btn-success {
	color: #fff;
	border-color: #398439;
	background-color: #449d44;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	border-color: #4cae4c;
	background-color: #5cb85c;
}
.btn-info {
	color: #fff;
	border-color: #46b8da;
	background-color: #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open >.dropdown-toggle.btn-info {
	color: #fff;
	border-color: #269abc;
	background-color: #31b0d5;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	border-color: #46b8da;
	background-color: #5bc0de;
}
.btn-warning {
	color: #fff;
	border-color: #eea236;
	background-color: #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open >.dropdown-toggle.btn-warning {
	color: #fff;
	border-color: #d58512;
	background-color: #ec971f;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	border-color: #eea236;
	background-color: #f0ad4e;
}
.btn-danger {
	color: #fff;
	border-color: #d43f3a;
	background-color: #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open >.dropdown-toggle.btn-danger {
	color: #fff;
	border-color: #ac2925;
	background-color: #c9302c;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	border-color: #d43f3a;
	background-color: #d9534f;
}
.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
	color: #23527c;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	text-decoration: none;
	color: #777;
}
.btn-lg {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	padding: 0 16px;
*height: 48px;
}
.btn-sm {
	font-size: 12px;
	height: 28px;
	line-height: 24px;
	padding: 0 10px;
}
.btn-xs {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-block +.btn-block {
	margin-top: 5px;
}
.btn .jon, .form-mark .jon {
	line-height: 1.2;
	margin: 0;
	vertical-align: baseline;
}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
	width: 100%;
}
/* form */

.form-control {
	line-height: 34px;
	height: 34px;
	padding: 0 10px;
	display: block;
	width: 100%;
	-webkit-transition: border-color ease-in-out 0.1s;
	box-sizing: border-box;
	vertical-align: middle;
	transition: border-color ease-in-out 0.1s;
	color: #555;
	border: 1px solid #ccc;
	background: #fff;
*padding: 0;
}
 .form-control::-moz-placeholder {
opacity: 1;
color: #999;
}
 .form-control:-ms-input-placeholder {
color: #999;
}
 .form-control::-webkit-input-placeholder {
color: #999;
}
.form-control.blank {
	border-width: 0 0 1px 0;
	background: none;
}
.form-control.blank:focus {
	box-shadow: none;
	border-radius: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	opacity: 1;
	background-color: #eee;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
select.form-control {
	padding: 0 8px;
}
input[type='search'] {
	-webkit-appearance: none;
}
.form-group {
	margin-bottom: 14px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	font-weight: normal;
	min-height: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
}
.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
	float: left;
	margin-left: -20px;
	margin-top: 5px;
*margin-top: -2px;
}
.radio +.radio, .checkbox +.checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	font-weight: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
	vertical-align: middle;
}
.radio-inline +.radio-inline, .checkbox-inline +.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type='radio'][disabled], input[type='checkbox'][disabled], input[type='radio'].disabled, input[type='checkbox'].disabled, fieldset[disabled] input[type='radio'], fieldset[disabled] input[type='checkbox'] {
	cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	height: 34px;
	line-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}
select.input-sm {
	padding: 0 .5em;
}
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
	padding: 5px 10px;
}
select.form-group-sm .form-control {
	line-height: 30px;
	height: 30px;
}
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
	min-height: 32px;
	padding: 5px 10px;
}
.input-lg {
	font-size: 18px;
	line-height: 46px;
	height: 46px;
}
select.input-lg {
	line-height: 46px;
	height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	padding: 10px 16px;
}
select.form-group-lg .form-control {
	line-height: 46px;
	height: 46px;
}
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	min-height: 38px;
	padding: 10px 16px;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
*padding-right: 0;
}
.control-label {
	font-weight: bold;
}
.form-control-feedback {
	line-height: 34px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg +.form-control-feedback {
	line-height: 46px;
	width: 46px;
	height: 46px;
}
.input-sm +.form-control-feedback {
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #d33835;
}
.has-error .form-control {
	border-color: #d33835;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #d33835;
	border-color: #d33835;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #d33835;
}
.has-feedback label ~.form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~.form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group >.form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.4em;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: right;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.333333px;
}
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
}
.form-mark {
	display: inline-block;
	margin: 0 0.3em;
}
big.form-mark {
	font-size: 1.5em;
}
.input-group {
	position: relative;
	overflow: hidden;
	border-collapse: separate;
*zoom:1;
}
.input-group[class*='col-'] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	width: auto;
}
.input-group-lg >.form-control, .input-group-lg >.input-group-addon, .input-group-lg >.input-group-btn >.btn {
	font-size: 18px;
	line-height: 1.3333333;
	height: 46px;
	padding: 10px 16px;
}
select.input-group-lg >.form-control, select.input-group-lg >.input-group-addon, select.input-group-lg >.input-group-btn >.btn {
	line-height: 46px;
	height: 46px;
}
textarea.input-group-lg >.form-control, textarea.input-group-lg >.input-group-addon, textarea.input-group-lg >.input-group-btn >.btn, select[multiple].input-group-lg >.form-control, select[multiple].input-group-lg >.input-group-addon, select[multiple].input-group-lg >.input-group-btn >.btn {
	height: auto;
}
.input-group-sm >.form-control, .input-group-sm >.input-group-addon, .input-group-sm >.input-group-btn >.btn {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
	padding: 5px 10px;
}
select.input-group-sm >.form-control, select.input-group-sm >.input-group-addon, select.input-group-sm >.input-group-btn >.btn {
	line-height: 30px;
	height: 30px;
}
textarea.input-group-sm >.form-control, textarea.input-group-sm >.input-group-addon, textarea.input-group-sm >.input-group-btn >.btn, select[multiple].input-group-sm >.form-control, select[multiple].input-group-sm >.input-group-addon, select[multiple].input-group-sm >.input-group-btn >.btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	float: left;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
}
.input-group-addon {
	font-size: 14px;
	font-weight: normal;
	padding: 0 1em;
	text-align: center;
	color: #555;
	border: 1px solid #ccc;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #eee;
	height: 32px;
	line-height: 32px;
	border-right-width: 1px\9;
}
.input-group-addon.input-sm {
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg {
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group >.btn, .input-group-btn:first-child >.dropdown-toggle, .input-group-btn:last-child >.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child >.btn-group:not(:last-child) >.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-left-width: 1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child >.btn, .input-group-btn:last-child >.btn-group >.btn, .input-group-btn:last-child >.dropdown-toggle, .input-group-btn:first-child >.btn:not(:first-child), .input-group-btn:first-child >.btn-group:not(:first-child) >.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-right-width: 1px;
}
.input-group-btn {
	font-size: 14px;
	position: relative;
	white-space: nowrap;
}
.input-group-btn >.btn {
	position: relative;
}
.input-group-btn >.btn +.btn {
	margin-left: -1px;
}
.input-group-btn >.btn:hover, .input-group-btn >.btn:focus, .input-group-btn >.btn:active {
	z-index: 2;
}
.input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child >.btn, .input-group-btn:last-child >.btn-group {
	margin-left: -1px;
}
/* color */

.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #f08400;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #d33835;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
/*???? ??-—??“*/

@font-face {
	font-family: "jrico";
	src: url('https://www.loge3388.com/tpl/web/other/iconfont.eot'); /* IE9*/
	src: url('../other/https://www.loge3388.com/tpl/web/other/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('https://www.loge3388.com/tpl/web/other/iconfont.woff') format('woff'), /* chrome?€?firefox */  url('https://www.loge3388.com/tpl/web/other/iconfont.ttf') format('truetype'), /* chrome?€?firefox?€?opera?€?Safari, Android, iOS 4.2+*/  url('https://www.loge3388.com/tpl/web/other/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.ion {
	font-family: "jrico" !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .3em;
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


.neiye_main {
	overflow: hidden;
	padding: 0px 0 20px 0;
}
/*内页搜索及站点导航*/
.mub02address {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}
.mub02address .homePage {
	display: block;
	width: 35px;
	height: 55px;
	background:url(mub02address_homePage.png) no-repeat center;
	float: left;
/*	border-left: 1px solid #e4e4e4;*/
}
.mub02address .zhandian {
	height: 55px;
	width: 550px;
	line-height: 55px;
	font-size: 13px;
	color: #999999;
	float: left;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mub02address .zhandian a {
	padding: 0 3px;
}
.sskuang02 {
	border: 1px solid #eee;
	border-radius: 50px;
	height: 33px;
	line-height: 33px;
	width: 320px;
	margin-top: 10px;
}
.sskuang02 .input {
	width: 230px;
	line-height: 33px;
	float: left;
	border: none;	height: 33px;
	line-height: 33px;
	padding-left: 15px;
	background: none;
}
.sskuang02 .btn {
	width: 44px;
	height: 33px;
	background: url(fdj.png) no-repeat 0 2px;
	float: right;
}


/*内页左侧菜单*/
.sidebar {
	width: 250px;
	float: left;margin-top:30px;
}
.sidebar .top {
	width: 250px;
	height: 70px;
	background: url(proListClassify_icon01.png) no-repeat 205px center #017c2c;
}
.sidebar h3 {
	display: block;
	color: #fff;
	font-weight: normal;
	padding-left: 22px;
	line-height: 70px;
	font-size: 22px;
}
.sidebar .box1 {
	padding: 15px;
	background: #fff;
}

.sidebar .box1 dd a {
	display: block;
	font-size: 15px;
	color: #666666;
	height: 50px;
	line-height: 50px;
	background: url(proListClassify_icon02.png) no-repeat 195px center;
	text-indent: 20px;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.sidebar .box1 dd:first-child {
	
}
.sidebar .box1 dd a:hover, .sidebar .box1 dd a.cur {
	color: #050e2a;
	background: url(proListClassify_icon03.png) no-repeat 195px center;
	font-weight: bold;
}
.sidebar .box2 {
	margin-top: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.sidebar .box2 .phone {
	background: url(proListClassify_phone.png) no-repeat 12px 30px;
	padding-left: 65px;
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .box2 .intro{
	padding: 15px;
}
.sidebar .box2 .intro p{
	line-height: 24px;
	padding: 5px 0;
	color: #777;
}
.sidebar .box2 .intro p.t2 span{
	display: block;
	width: 210px;
	background: #f5f5f5;
	line-height: 35px;
	padding-left: 10px;
	color: #666;
	font-weight: 700;
	margin: 10px 0;
}
.sidebar .box2 .phone span {
	display: block;
	font-size: 14px;
	color: #777;
}
.sidebar .box2 .phone p {
	font-size: 24px;
	color: #017c2c;
	line-height: 23px;
	font-family: arial;
}
.artlist {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.artlist a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #777;
    padding-left: 30px;
	background: url(fenleili.png) no-repeat 18px 16px;
}
.artlist a.cur{
	font-weight: 700;
	color: #017c2c;
}

/*内页右侧内容*/
.neiye_main .view{
	overflow: hidden;
	float: right;
	width:100%;
}
.neiye_main .view p{
	font-size: 14px;
	line-height: 26px;
	color: #333;
}
.neiye_main .view .ny_ab iframe{
	width: 630px;
	height: 400px;
	display: block;
	margin: 0 auto;
}
.neiye_main .view h6{
	font-size: 16px;
	color: #017c2c;
	margin: 0;
}
.neiye_main .view h6{
	font-size: 16px;
	color: #017c2c;
	margin: 0;
}
.mub02Title {
    width: 920px;
    text-align: center;
    margin: 0 auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.mub02Title h2 {
    font-size: 25px;  line-height: 34px;
    color: #017c2c;
    text-transform: uppercase;
	
}
.mub02Title img {
    display: block;
    width: 920px;
    height: 3px;
    margin-top: 10px;
}

/*联系我们*/
.neiye_lx{
	background: #f5f5f5;
	padding-top: 50px;
	margin-bottom: 70px;
}
.lx_fangshi{
	padding: 50px 0 50px 75px;
	overflow: hidden;
	clear: both;
}
.mainCon {
    width: 100%;
}
.mainCon .conL {
    width: 455px;
    height: 484px;
    float: left;
    background: #fff;
    padding: 54px 70px 0 75px;
}
.mainCon .conL h3 {
    font-size: 24px;
    color: #050e2a;
    margin-bottom: 28px;
}
.mainCon .conL h3 span{
	font-weight: normal!important;
	font-size: 16px;
	color: #999;
}
.mainCon .conL .dg_lianxi li:first-child {
    border-top: 1px solid #eeeeee;
}
.mainCon .conL .dg_lianxi li {
    height: 71px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.mainCon .conL .dg_lianxi li img {
    display: block;
    margin-top: 18px;
    float: left;
	padding-right: 8px;
}
.mainCon .conL .dg_lianxi li p {
    float: left;
    margin-top: 26px;
    width: 402px;
    padding-top: 0;
    line-height: 20px;
	font-size: 14px;
}
.mainCon .conR{
	width: 587px;
	float: left;
	height: 538px;
	background: #000;
}
.lxmap iframe{
    padding: 2px;
    border: 1px solid #ddd;
	margin-top: 20px;
}
.InpageTitle p {
	text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #dbdbdb;
    font-weight: 100;
}
.InpageTitle h2 {
	text-align: center;
    font-size: 30px;
    color: #dd0000;
    font-weight: normal;
    margin-top: -5px;
}

.fengongsi{
	width: 442px;
	float: left;
	background: url(linkUsPic03.png) no-repeat;
	padding-left: 120px;
	margin: 20px 0;
}
.fengongsi strong{
	font-size: 16px;
	color: #017c2c;
	
}
/*在线留言*/
.neiye_ly{
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0 0;
	padding-bottom: 100px;
	background: #f5f5f5;
	padding-top: 50px;
}
.lylist {
	width: 720px;
	margin: 30px auto 0 auto;
}
.lylist input, .lylist textarea, .lylist button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.lylist .lytitle {
	width: 95%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
}
.lylist .inp_name {
	width: 315px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
}
.lylist .inp_tel {
	width: 315px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 8px 0 0;
}
.lylist .inp_neirong {
	width: 95%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
}
.lylist .vcode {
	width: 100px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
}
.lylist .submit {
	width: 99%;
	text-align: center;
	background: #017c2c;
	height: 52px;
	line-height: 52px;
	color: #fff;
	margin: 20px 0px 0 0;
	font-size: 16px;
}
.lylist .submit:hover {
	cursor: pointer;
}

/*内页新闻列表*/
.p15-infolist-1-t1 {
    padding: 35px 49px 0px 21px;
    background: #fff;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 20px;
    height: 164px;
}
.p15-infolist-1-t1 dt {
    position: relative;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 68px;
}
.p15-infolist-1-t1 dt a {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p15-infolist-1-t1 dt span {
    display: block;
    width: 60px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: -0px;
    background: #dd0000;
}
.p15-infolist-1-t1-desc {
    height: 72px;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-left: 68px;
}
.p15-infolist-1-t1-deta {
    width: 60px;
    float: right;
    padding-left: 20px;
    background: url(p14-icon21.png) no-repeat left center;
}

.p14-infolist-1-list dl {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}
.p14-infolist-1-list dt {
    width: 250px;
    float: left;
    margin-right: 30px;
	height: 153px;
	overflow: hidden;
	
}
.p14-infolist-1-list dt img {
    width: 100%;
	height: 100%;
    display: block;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.p14-infolist-1-list dl:hover dt img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.p14-infolist-1-list dd{
	display: block;
	float: left;
	width: 526px;
}
.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
}
.p14-infolist-1-list h4 a {
    display: block;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta{
	background: #017c2c;
	color: #fff;
	border: 1px solid #017c2c;
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a{
	color: #fff;
}
.p14-infolist-1-list-deta {
    float: right;
    width: 130px;
    height: 35px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
	color: #999;
}

/*内页新闻详细*/
.xinw_view{
	background: #fff;
    overflow: hidden;
    float: right;
    padding: 30px 25px;
    width: 880px;
}
.henduo {
    font-size: 14px;
    color: #999;
    line-height: 55px;
    width: 100%;
    text-align: center;
}
.xinw_xx{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.xinw_xx img{
	display: block!important;
	max-width: 750px;
	margin:  0 auto!important;
}

.RandomNews {
    margin-top: 25px;
	padding: 20px 25px;
    width: 880px;
	background: #fff;
	overflow: hidden;
}
.diysr {
    height: 40px;
    line-height: 40px;
    color: #999;
    color: #3c3c3c;
    font-family: "Microsoft YaHei","微软雅黑";
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
}
.diysr i {
    font-size: 10px;
    font-family: arial;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 5px;
    color: #999;
}
.diysr .line {
    border-top: 1px solid #ececec;
    font-size: 0;
    height: 0;
    margin-right: 10px;
    overflow: hidden;
}
.new-s dl {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    overflow: hidden;
}
.new-s dl dt {
    height: 142px;
    width: 232px;
    float: left;
    position: relative;
    border-bottom: 0 solid #e2e2e2;
	overflow: hidden;
}
.new-s dl dt img {
    width: 232px;
    height: 142px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.new-s dl:hover dt img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.new-s dl:hover a.hahah{
	color: #017c2c;
}
.new-s dl dt p {
    width: 232px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    position: absolute;
    top: 95px;
    left: 0px;
    font: 14px 'Microsoft YaHei';
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.new-s dl dd {
    width: 625px;
    float: right;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.new-s dl dd a.hahah {
    color: #353e47;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
	line-height: 40px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	display: block;
	width: 590px;
}
.new-s dl dd span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 625px;
    line-height: 28px;
    height: 85px;
    overflow: hidden;
}
.new-s dl dd a.more {
    display: inline-block;
    font: 12px 'Microsoft YaHei','微软雅黑';
    color: #dd0000;
    float: right;
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.news_random ul{
	overflow: hidden;
	padding: 20px 0;
}
.news_random ul li {
    width: 420px;
    padding: 0;
    font-size: 13px;
	    height: 30px;
    line-height: 30px;
	float: left;
	padding-right: 20px;
}
.news_random ul li span {
    font-size: 12px;
	color: #999;
	display: block;
}
.news_random ul li a {
    color: #353e47;
	display: block;
	float: left;
	width: 320px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	    background: url(ico55.gif) no-repeat left center;
    padding-left: 12px;
}
.news_random ul li a:hover{
	color: #017c2c
}
.pre{
	height: 65px;
	line-height: 65px;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 930px;
	float: right;
}
.pre .lf{
	width: 49%;
	float: left;
	border-right:1px solid #eee;
}
.pre .lf p{
	display: block;
	width: 75px;
	text-align: center;
	float: left;
	border-right:1px solid #eee;
}
.pre .lf a,.pre .fr a{
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 300px;
	float: left;
	padding-left: 15px;
}
.pre .fr{
	width: 50%;
	float: right;
}
.pre .fr p{
	display: block;
	width: 75px;
	text-align: center;
	float: left;
	border-right:1px solid #eee;
}

/*推荐产品*/
.be-pro{
	margin-top: 25px;
    padding: 20px 25px;
    width: 880px;
    background: #fff;
    overflow: hidden;
	position: relative;
}
.be-pro .hd{
	width: 92px;
	position: absolute;
	right: 24px;
    top: 32px;
	height: 30px;
}
.be-pro .hd a{
	display: block;
	width: 40px;
	height: 30px;
	background: #eee;
	color: #000;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 1px;
	font-stretch:extra-condensed;
}
.be-pro .hd a:hover{
	cursor: pointer;
}
.be-pro .bd{
	margin-top: 25px;
}
.be-pro .bd .picList li{
	display: block;
	width: 275px;
	float: left;
	margin-right: 20px;
}
.be-pro .bd .picList li:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.be-pro .bd .picList .pic{
	overflow: hidden;
	width: 275px;
	height: 275px;
}
.be-pro .bd .picList .pic img{
	width: 275px;
	height: 275px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.be-pro .bd .picList li span{
	display: block;
	text-align: center;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}

/*内页荣誉证书企业相册*/
.xiangguan{
	overflow: hidden;
}
.xiangguan li {
	width: 273px;
	display: block;
	float: left;
	margin: 0 10px 10px 10px;
}
.xiangguan li img {
	width: 265px;
	height: 179px;
	padding: 3px;
	border: 1px solid #eee;
	display: block;
}
.xiangguan .fc_wen {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}

/*内页合作客户榜单*/
.hezuo_list{
	overflow: hidden;
}
.hezuo_list li{
	display: block;
	float: left;
	margin: 15px;
}
.hezuo_list li img {
    width: 181px;
    height: 87px;
    display: block;
    padding: 2px;
    border: 1px solid #eeeeee;
    background: #fff;
}

/*客户见证列表页*/
.p14-infolist-1-list dt.khjzpic {
    width: 180px!important;
    float: left;
    margin-right: 30px;
    height: 180px!important;
    overflow: hidden;
}
.p14-infolist-1-list dt.khjzpic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.p14-infolist-1-list dd.khjzwen {
    display: block;
    float: left;
    width: 592px!important;
}
/*内页产品列表*/
.products_list{
	overflow: hidden;
}
.products_list ul li{
	display: block;
	float: left;
	width: 270px;
	margin: 11px;
}
.products_list ul li .pic{
	width: 250px;
	height: 250px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.products_list ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
	    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.products_list ul li:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.products_list ul li .wen{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
}

/*产品详细页面*/
.con {
	width: 100%;
	display: table
}
.text-box {
    width: 410px;
    height: 365px;
}
.text-box h1 {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px #bbbbbb dotted;
}
.text-box .text {
    font-size: 14px;
    line-height: 37px;
    padding:0px 0;
	min-height: 146px;
}
.text-box .text p {
    line-height: 28px;
    font-size: 14px;
}
.text-box .tel-box {
    background-color: #f5f5f5;
    padding: 30px 0;
    margin-top: 20px;
	overflow: hidden;
}
.text-box .tel-box .tel {
    background: url(icon28.png) no-repeat left center;
    display: table;
    padding-left: 77px;
    margin: 0 15px 0 25px;
	float: left; font-size: 16px;
}

.text-box .tel-box .tel p{

	float: left; font-size: 17px;
}
.text-box .tel-box .tel .t1 {
    font-size: 26px;
}
.text-box .tel-box a {
    display: block;
    background: #017c2c url(icon29.png) no-repeat 25px center;
    height: 45px;
    width: 137px;
    border-radius: 5px;
    line-height: 45px;
    color: #FFF;
    text-indent: 26px;
	font-size: 14px;
    margin: 0 5px;
	float: left;
}

.view .title {
	width: 100%;
	height: 45px;
	background-color: #f5f5f5;
}
.view .title span {
	width: 120px;
	height: 45px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 45px;
	background-color: #017c2c;
	text-align: center;
}
.view .info {
	width: 100%;
	display: table;
	
	color: #666;
	line-height: 28px;
}
.view .info p {
}
.view .info p img {
	max-width: 100%;
	margin-left: -10px;
}
.view .v-case {
	width: 100%;
	display: table;
	margin: 40px 0
}
.view .v-case dl {
	width: 100%;
	display: table;
}
.view .v-case dt img, .view .v-case dd img, .view .v-case .pic1 img {
	width: 100%
}
.view .v-case dd, .view .v-case dt, .view .v-case .pic, .view .v-case .pic1 {
	position: relative;
}
.view .v-case .pic {
	margin-bottom: 12px;
}
.view .v-case dd {
	width: 367px;
	height: 393px;
	overflow: hidden;
}
.view .v-case dt {
	width: 495px;
}
.view .v-case .pic1 {
	width: 240px;
	height: 190px
}
.view .liucheng {
	width: 852px;
	display: table;
	margin: 30px auto
}
.view .liucheng span {
	width: 118px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}
.view .shuoming {
	margin-left: -15px;
	display: table;
	margin-bottom: 50px;
}
.view .shuoming .text {
	width: 387px;
	height: 111px;
	background-color: #f5f5f5;
	padding: 20px;
	margin-left: 15px;
	margin-top: 20px;
}
.view .shuoming .text img {
	float: left;
	margin-right: 15px
}
.view .shuoming .text p {
	font-size: 12px;
	line-height: 22px;
	color: #666;
	word-break: break-all
}
.view .youshi {
	width: 100%;
	display: table;
	margin: 30px 0 0px 0
}
.view .youshi .txt {
	font-size: 17px;
	color: #666;
	line-height: 40px;
}
.txtCtr {
    text-align: center;
}
.view .youshi .txt span {
	color: #017c2c;
	font-size: 23px;
}
.view .youshi .en {
	font-family: Aparajita;
	color: #d3d3d3
}
.view .youshi .step {
	margin: 20px auto 0 auto;
	display: table
}
.view .youshi .step span {
	display: block;
	width: 150px;
	float: left;
}
.view .youshi .step em {
	display: block;
	float: left;
	width: 48px;
	height: 68px;
	background: url(icon30.png) no-repeat center center;
}
.view .youshi .step1 {
	background: #f5f5f5;
	position: relative;
	border-radius: 20px;
	width: 98%;
	height: 270px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.view .youshi .step1 span {
	display: inline-block;
	width: 133px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	background-color: #acacac;
	border-radius: 20px
}
.view .youshi .step1 .t1 {
	left: 102px;
	top: 170px
}
.view .youshi .step1 .t2 {
	left: 160px;
	top: 97px
}
.view .youshi .step1 .t3 {
	left: 290px;
	top: 35px
}
.view .youshi .step1 .t4 {
	right: 290px;
	top: 35px
}
.view .youshi .step1 .t5 {
	right: 160px;
	top: 97px
}
.view .youshi .step1 .t6 {
	right: 102px;
	top: 170px
}
.view .youshi .step1 .bc {
	background-color: #017c2c
}
.view .youshi .step1 em {
	display: inline-block;
	width: 20px;
	height: 13px;
	position: absolute;
	background: url(icon31.png) no-repeat center center;
}
.view .youshi .step1 .icon1 {
	left: 190px;
	top: 145px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.view .youshi .step1 .icon2 {
	left: 256px;
	top: 73px;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.view .youshi .step1 .icon3 {
	left: 430px;
	top: 50px
}
.view .youshi .step1 .icon4 {
	right: 256px;
	top: 73px;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.view .youshi .step1 .icon5 {
	right: 190px;
	top: 145px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.view .youshi .step1 .sheng {
	width: 360px;
	height: 95px;
	line-height: 70px;
	position: absolute;
	left: 260px;
	color: #e3011b;
	font-size: 50px;
	bottom: 60px;
	background: url(icon32.png) no-repeat center bottom;
}
.view .youshi .txt1 {
	font-size: 22px;
}
.view .youshi .txt2 {
	color: #017c2c;
	font-size: 32px;
}
.view .youshi .txt-box {
	width: 100%;
	height: 470px;
	background: url(icon33.png) no-repeat 500px 10px;
	color: #FFF
}
.view .youshi .txt-box h3 {
	font-size: 22px;
	line-height: 50px;
}
.view .youshi .txt-box p {
	line-height: 25px;
}
.view .youshi .txt-box .box {
	width: 457px;
	height: 215px
}
.view .youshi .txt-box .bc1 {
	background-color: #017c2c;
	padding: 30px;
	margin-top: 95px;
}
.view .youshi .txt-box .bc2 {
	background-color: #ffa200;
	padding: 30px
}
.view .youshi .txt-box .bc3 {
	background-color: #6ca701;
	padding: 30px 0 30px 23px;
	width: 445px;
	margin-top: 280px;
}


.widget-prodetail-2 ._detail {
    float: right;
    width: 48%;
}
.widget-prodetail-2 ._title {
    color: #6e6e6e;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
}
.widget-prodetail-2-top ._tools {
    margin: 35px 0;
}
.oh {
    overflow: hidden;
    *zoom: 1;
}
.widget-prodetail-2-top ._tools li {
    float: left;
    width: 33%;
    border-left: 1px #ececec solid;
    margin-left: -1px;
    text-align: center;
}
.widget-prodetail-2-top ._tools li .t {
    font-size: 12px;
    margin-top: 10px;
	color: #333;
}
.widget-prodetail-2-top ._order {
    display: block;
    background-color: #0088de;
    color: #fff;
    text-align: center;
    height: 40px;
	line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}
.widget-prodetail-2-tab {
    background: #ffffff;
    margin-top: 40px;
	clear: both;
}
.widget-prodetail-2-tab .tab_header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    line-height: 55px;
    padding-left: 18px;
}
.widget-prodetail-2-tab .tab_c {
    padding: 20px 1.5%;
}

.p_btn {
    display: inline-block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(http://www.loge3388.com/tpl/web/images/p_btn.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.p_btn_3 {
    background-position: -64px 0;
}

.widget-prodetail-2-top ._tools li:hover .p_btn_3 {
    background-position: -64px -32px!important;
}
.widget-prodetail-2-top{
	overflow: hidden;
	margin-bottom: 30px;
}

#preview {
	float: none;
	text-align: center;
	width: 400px;
}
.jqzoom {
	width: 293px;
height: 293px;
position: relative;
	
}
.jqzoom img{
	width: 388px;
	padding: 5px;
	border: 1px solid #eee;
	height: 273px;
}
.zoomdiv {
	left: 859px;
	height: 335px;
	width: 500px;
}
.zoomdiv img{
	height: 428px !important;
	width: 700px;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 400px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
	margin-left: 5px;
}
#spec-left {
	background: url(left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}
#spec-right {
	background: url(right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}
#spec-list {
	width: 277px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}
#spec-list ul li {
	float: left;
	margin: 0;
	display: inline;
	width: 62px;
}
#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}
#n {
	margin: 10px auto;
	width: 920px;
	border: 1px solid #CCC;
	font-size: 12px;
	line-height: 30px;
}
#n a {
	padding: 0 4px;
	color: #333
}
/*jqzoom www.divcss5.com */
.jqzoom {
	position: relative;
	padding: 0;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	background: url(loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 700px !important;
	height: 428px !important;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list div {
	margin-top: 0;

}
._pic{
	float: left;

}
._detail{
	width: 459px;
	float: left;
}
._detail ._title{
	font-size: 25px;
	color:#333;
	margin-top: 20px;
	line-height: 32px;
}
._tools2 {
    margin: 15px 0;
    min-height: 163px;
	padding: 15px;
	line-height: 25px;
    color: #666;
}
._tools2 span {
    font-size: 16px;
    color: #666;
}

.pnei_xx{
	    border: 1px solid #ddd;
	margin: 20px 0;
}
.px_tit{
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	background: #f5f5f5;
	font-size: 16px;
	color: #333;
}
.px_wen{
	padding: 20px;
}