<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




@media print {
	.hidden-print {
	display:none!important
}
}.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger {
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active {
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn:active,.btn.active {
	background-image:none
}
.btn-default {
	text-shadow:0 1px 0 #fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#dbdbdb;
	border-color:#ccc
}
.btn-default:hover,.btn-default:focus {
	background-color:#e0e0e0;
	background-position:0 -15px
}
.btn-default:active,.btn-default.active {
	background-color:#e0e0e0;
	border-color:#dbdbdb
}
.btn-default:disabled,.btn-default[disabled] {
	background-color:#e0e0e0;
	background-image:none
}
.btn-primary {
	background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
	background-image:-o-linear-gradient(top,#428bca 0,#2d6ca2 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#2d6ca2));
	background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#2b669a
}
.btn-primary:hover,.btn-primary:focus {
	background-color:#2d6ca2;
	background-position:0 -15px
}
.btn-primary:active,.btn-primary.active {
	background-color:#2d6ca2;
	border-color:#2b669a
}
.btn-primary:disabled,.btn-primary[disabled] {
	background-color:#2d6ca2;
	background-image:none
}
.btn-success {
	background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
	background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#3e8f3e
}
.btn-success:hover,.btn-success:focus {
	background-color:#419641;
	background-position:0 -15px
}
.btn-success:active,.btn-success.active {
	background-color:#419641;
	border-color:#3e8f3e
}
.btn-success:disabled,.btn-success[disabled] {
	background-color:#419641;
	background-image:none
}
.btn-info {
	background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
	background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#28a4c9
}
.btn-info:hover,.btn-info:focus {
	background-color:#2aabd2;
	background-position:0 -15px
}
.btn-info:active,.btn-info.active {
	background-color:#2aabd2;
	border-color:#28a4c9
}
.btn-info:disabled,.btn-info[disabled] {
	background-color:#2aabd2;
	background-image:none
}
.btn-warning {
	background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
	background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#e38d13
}
.btn-warning:hover,.btn-warning:focus {
	background-color:#eb9316;
	background-position:0 -15px
}
.btn-warning:active,.btn-warning.active {
	background-color:#eb9316;
	border-color:#e38d13
}
.btn-warning:disabled,.btn-warning[disabled] {
	background-color:#eb9316;
	background-image:none
}
.btn-danger {
	background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
	background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#b92c28
}
.btn-danger:hover,.btn-danger:focus {
	background-color:#c12e2a;
	background-position:0 -15px
}
.btn-danger:active,.btn-danger.active {
	background-color:#c12e2a;
	border-color:#b92c28
}
.btn-danger:disabled,.btn-danger[disabled] {
	background-color:#c12e2a;
	background-image:none
}
.thumbnail,.img-thumbnail {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);
	box-shadow:0 1px 2px rgba(0,0,0,.075)
}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus {
	background-color:#e8e8e8;
	background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
	background-repeat:repeat-x
}
.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus {
	background-color:#357ebd;
	background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image:-o-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));
	background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
	background-repeat:repeat-x
}
.navbar-default {
	background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
	background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
	background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)
}
.navbar-default .navbar-nav&gt;.active&gt;a {
	background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
	background-image:-o-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f3f3f3));
	background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);
	background-repeat:repeat-x;
	-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	box-shadow:inset 0 3px 9px rgba(0,0,0,.075)
}
.navbar-brand,.navbar-nav&gt;li&gt;a {
	text-shadow:0 1px 0 rgba(255,255,255,.25)
}
.navbar-inverse {
	background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
	background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
	background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x
}
.navbar-inverse .navbar-nav&gt;.active&gt;a {
	background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);
	background-image:-o-linear-gradient(top,#222 0,#282828 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#222),to(#282828));
	background-image:linear-gradient(to bottom,#222 0,#282828 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);
	background-repeat:repeat-x;
	-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);
	box-shadow:inset 0 3px 9px rgba(0,0,0,.25)
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav&gt;li&gt;a {
	text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom {
	border-radius:0
}
.alert {
	text-shadow:0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)
}
.alert-success {
	background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
	background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
	background-repeat:repeat-x;
	border-color:#b2dba1
}
.alert-info {
	background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
	background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
	background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);
	background-repeat:repeat-x;
	border-color:#9acfea
}
.alert-warning {
	background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
	background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
	background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0);
	background-repeat:repeat-x;
	border-color:#f5e79e
}
.alert-danger {
	background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
	background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0);
	background-repeat:repeat-x;
	border-color:#dca7a7
}
.progress {
	background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
	background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
	background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
	background-repeat:repeat-x
}
.progress-bar {
	background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
	background-image:-o-linear-gradient(top,#428bca 0,#3071a9 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3071a9));
	background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
	background-repeat:repeat-x
}
.progress-bar-success {
	background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
	background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
	background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
	background-repeat:repeat-x
}
.progress-bar-info {
	background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
	background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
	background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
	background-repeat:repeat-x
}
.progress-bar-warning {
	background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
	background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
	background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
	background-repeat:repeat-x
}
.progress-bar-danger {
	background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
	background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
	background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
	background-repeat:repeat-x
}
.progress-bar-striped {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.list-group {
	border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);
	box-shadow:0 1px 2px rgba(0,0,0,.075)
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	text-shadow:0 -1px 0 #3071a9;
	background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
	background-image:-o-linear-gradient(top,#428bca 0,#3278b3 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3278b3));
	background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0);
	background-repeat:repeat-x;
	border-color:#3278b3
}
.panel {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
	box-shadow:0 1px 2px rgba(0,0,0,.05)
}
.panel-default&gt;.panel-heading {
	background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
	background-repeat:repeat-x
}
.panel-primary&gt;.panel-heading {
	background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image:-o-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));
	background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
	background-repeat:repeat-x
}
.panel-success&gt;.panel-heading {
	background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
	background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
	background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0);
	background-repeat:repeat-x
}
.panel-info&gt;.panel-heading {
	background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
	background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0);
	background-repeat:repeat-x
}
.panel-warning&gt;.panel-heading {
	background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
	background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
	background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
	background-repeat:repeat-x
}
.panel-danger&gt;.panel-heading {
	background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
	background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
	background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);
	background-repeat:repeat-x
}
.well {
	background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
	background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
	background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
	background-repeat:repeat-x;
	border-color:#dcdcdc;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)
}
@charset "utf-8";
	body {
	font:normal 9pt/20px "寰蒋闆呴粦","瀹嬩綋";
	background:#f9f9f7
}
a {
	color:#333
}
a:hover {
	text-decoration:none;
	color:#b90f10!important
}
.jingsh_red {
	color:#b90f10
}
.header {
	padding-bottom:20px;
	padding-bottom:0
}
.header1 {
	background:url(../images/banner_office.jpg) top center no-repeat
}
.header2 {
	background:url(../images/banner_about.jpg) top center no-repeat
}
.header3 {
	background:url(../images/banner_team.jpg) top center no-repeat
}
.header4 {
	background:url(../images/banner_zyly.jpg) top center no-repeat
}
.header5 {
	background:url(../images/banner_news.jpg) top center no-repeat
}
.header6 {
	background:url(../images/banner_pub.jpg) top center no-repeat
}
.header7 {
	background:url(../images/banner_films.jpg) top center no-repeat
}
.header8 {
	background:url(../images/banner_zxns.jpg) top center no-repeat
}
.header9 {
	background:url(../images/banner_jsgy.jpg) top center no-repeat
}
.header10 {
	background:url(../images/banner_jsxy.jpg) top center no-repeat
}
.banner {
	height:300px
}
.top_bg {
	position:absolute;
	width:100%
}
.top {
	padding-top:10px;
	padding-bottom:20px;
	background:#f6f6f6;
	opacity:.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75)
}
.logo_tip {
	background:url(../images/logo_bg.png) 275px 15px no-repeat
}
.logo img {
	}.lang {
	float:left;
	font-size:9pt
}
.lang&gt;a {
	padding-right:40px!important
}
.lang a {
	padding:0 1px;
	color:#666
}
.lang a:hover {
	color:#b90f10
}
.weibo {
	height:26px;
	margin-left:3px;
	display:inline-block;
	padding-right:40px
}
.weibo a {
	background-image:url(../images/weibo.png);
	background-repeat:no-repeat;
	width:24px;
	height:20px;
	display:inline-block
}
.weibo .qq {
	background-position:-3px -102px
}
.weibo .qq:hover {
	background-position:-27px -102px
}
.weibo .sina {
	background-position:-3px -130px
}
.weibo .sina:hover {
	background-position:-27px -130px
}
.tel {
	color:#999;
	font-size:.9em
}
.tel strong {
	font-size:1.24em;
	font-weight:bold;
	letter-spacing:2px
}

.slider {
	bottom:0
}
.slider .item {
	text-align:center!important;
	z-index:-1
}
.slider .carousel-control {
	background:none!important
}
.box_index {
	background:#f9f9f8;
	padding-bottom:10px
}
.about_index {
	padding-top:10px
}
.about_index_img {
	border-radius:5px;
	margin:auto
}
.about_index p {
	text-indent:24px;
	line-height:24px;
	font-size:1.2em;
	text-align:justify;
	padding:15px 10px
}
.news_index {
	padding-top:5px
}
.news_index_date {
	border-right:#666 solid 1px;
	padding:10px 15px;
	color:#333;
	font-size:1.3em;
	line-height:20px;
	letter-spacing:2px
}
.news_index_date strong {
	font-size:1.3em;
	font-weight:bolder;
	color:#999
}
.news_index_list a {
	color:#535353;
	font-size:1.4em;
	font-weight:bolder;
	transition:all 300ms
}
.news_index_list span {
	line-height:15px;
	color:#666
}
.news_index_list .row {
	margin-right:10px;
	margin-bottom:30px;
	border-bottom:#dbcccc dotted 1px;
	padding-bottom:10px
}
.news_index_last {
	border-bottom:0!important;
	margin-bottom:0!important;
	padding-bottom:0!important
}
.spe_index {
	padding-bottom:50px
}
.spe_index hr {
	width:50%;
	height:1px
}
.spe_index h2,.spe_index h3 {
	font-size:1.6em;
	font-family:"寰蒋闆呴粦";
	padding:0;
	margin:0;
	padding:5px 0;
	color:#afafaf
}
.spe_index img {
	margin:30px auto
}
.spe_index .col-lg-3 {
	padding:30px 15px 75px
}
.spe_1 {
	background:#fff;
	text-align:center;
	outline:#f9f9f8 solid 1px
}
.spe_1 h2 {
	color:#72d4ed
}
.spe_1 hr {
	background-color:#72d4ed
}
.spe_color_7 {
	color:#5fabe9
}
hr.spe_color_7 {
	height:1px;
	background-color:#5fabe9
}
.spe_color_8 {
	color:#f59831
}
hr.spe_color_8 {
	height:1px;
	background-color:#f59831
}
.spe_intro {
	color:#868686
}
.index_bottom {
	background:#252525;
	padding-bottom:40px
}
.index_join_box {
	background:#eb000f;
	height:450px
}
.index_bottom_join {
	background:#eb000f;
	position:absolute;
	top:-30px;
	left:0;
	height:450px;
	width:100%;
	color:#fff;
	padding-top:60px
}
.index_bottom_join img {
	margin:20px auto;
	border-radius:5px;
	max-width:349px
}
.index_bottom_join p {
	text-indent:24px;
	padding:5px 15px
}
.index_bottom_join p a {
	color:#fff
}
.index_bottom_join p a:hover {
	color:#fff!important;
	text-decoration:underline
}
.index_bottom_join ul {
	display:block;
	margin:20px auto;
	line-height:32px;
	width:260px
}
.index_bottom_join button {
	margin:30px auto;
	display:block;
	padding-left:50px;
	padding-right:50px;
	word-spacing:3px
}
@media only screen and (min-width:1200px) {
	.index_bottom_join ul {
	width:300px;
	display:block;
	margin:20px auto
}
}.news_list {
	padding-top:30px;
	color:#868686;
	padding-left:30px
}
.news_list_date {
	border-right:#ccc solid 1px;
	padding:0 20px;
	color:#868686;
	font-size:1.2em;
	line-height:24px;
	letter-spacing:2px;
	text-align:right
}
.news_list_date strong {
	font-size:1.3em;
	font-weight:bolder;
	color:#e1e1e1
}
.news_list_img {
	border-right:#ccc solid 1px;
	padding:0 20px;
	color:#868686;
	font-size:1.3em;
	line-height:40px;
	letter-spacing:2px;
	text-align:right
}
.news_list_img strong {
	font-size:1.5em;
	font-weight:bolder;
	color:#e1e1e1
}
.news_list a {
	color:#535353;
	font-size:1.2em;
	font-weight:bolder;
	transition:all 300ms
}
.news_list span {
	line-height:24px
}
.news_list .row {
	margin-right:10px;
	margin-bottom:20px;
	border-bottom:#dbcccc dotted 1px;
	padding-bottom:40px
}
.news_list_last {
	border-bottom:0!important
}
.news_content h1 {
	text-align:center;
	margin-bottom:0!important
}
.news_content_date {
	text-align:right;
	padding-right:20px;
	font-size:.6em;
	color:#ccc;
	margin-bottom:50px
}
.news_content img {
	max-width:100%;
	height:auto!important
}
.about_content,.spe_content,.news_content,.office_content,.lawyer_content {
	background:#fff;
	margin-bottom:30px;
	padding-bottom:30px;
	line-height:28px;
	font-size:1.3em;
	border-radius:5px
}
.about_content img {
	margin:20px auto
}
.about_content p {
	margin-top:15px;
	text-indent:2em
}
h1.title {
	background:url(../images/title_line.png) left bottom no-repeat;
	padding:20px 0;
	font-size:1.8em;
	padding-left:10px;
	margin:0
}
.m-retrieval {
	width:244px;
	overflow:hidden;
	border:1px solid #e7e7e7;
	background:#fff;
	margin:10px auto
}
.m-retrieval ul {
	list-style:none;
	margin:0;
	padding:0
}
.m-retrieval li {
	float:left
}
.m-retrieval li a {
	display:block;
	width:39px;
	height:39px;
	line-height:37px;
	border:1px dotted #e7e7e7;
	border-top:none;
	border-left:none;
	text-align:center;
	color:#666
}
.m-retrieval li a:hover,.m-retrieval li.active a {
	color:#012a68;
	background:#e7e7e7
}
.search {
	margin-top:50px;
	padding:0 10px;
	color:#333;
	line-height:36px;
	padding-bottom:60px
}
.searchbox_btn {
	margin-top:30px
}
.lawyer_content p {
	margin-top:15px
}
.team_head {
	background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%)
}
.practice_top {
	margin-top:-30px;
	background:#fff;
	border-radius:5px
}
.spe_list {
	word-break:break-all;
	-ms-word-wrap:break-word;
	word-wrap:break-word
}
.spe_list .btn {
	margin-bottom:10px
}
.spe_list .row {
	margin:1px
}
.spe_list h2 {
	font-size:1.2em
}
.spe_list .col-lg-3 {
	padding:10px
}
.spe_list a:hover {
	color:#fff!important
}
.spe_box {
	margin:50px 10px 0
}
.spe_li {
	width:20%!important
}
.spe_tabs {
	background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
	background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
	background-repeat:repeat-x;
	margin-top:100px
}
.alli {
	border:0;
	margin-bottom:50px;
	display:inline-block;
	text-align:center
}
.alli&gt;li&gt;a {
	font-size:18px;
	margin-left:20px;
	border-bottom:2px solid #fff!important;
	display:block;
	line-height:37px
}
.alli&gt;li&gt;a:hover {
	background-color:#fff!important;
	margin-right:2px;
	border:1px solid transparent;
	border-radius:4px 4px 0 0
}
.alli&gt;li.active a {
	font-size:26px;
	border:0!important;
	padding-bottom:15px!important;
	border-bottom:2px solid #333!important;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.alli_content {
	margin-left:20px
}
.alli_card hr {
	border:1px solid #ccc
}
.alli_card&gt;img {
	max-width:100%;
	padding:0 20px
}
.alli_card&gt;div&gt;img {
	text-align:center;
	display:block;
	border:1px solid #ccc;
	max-width:100%
}
.office_list {
	}.office_list ul {
	margin:20px
}
.office_list ul li {
	float:left;
	padding:0;
	width:12.5%
}
.office_content {
	}.office_content img {
	max-width:100%!important;
	height:auto!important
}
.office_contact {
	margin-top:50px;
	text-align:center
}
.office_content table {
	width:60%;
	margin:0 auto
}
.office_content table td:first-child {
	width:140px;
	text-align:right
}
.cp_list {
	margin:50px 0
}
.cp_list .panel-heading {
	padding-top:5px;
	padding-bottom:5px
}

.triangle-right {
	width:0;
	height:0;
	border-top:4px solid transparent;
	border-left:4px solid red;
	border-bottom:4px solid transparent;
	font-size:0
}
.nav_service {
	padding:30px 0
}
.breadcrumb {
	background:#fff url(../images/icon_home.png) 0 12px no-repeat;
	padding-left:30px;
	position:relative;
	top:18px;
	color:#999
}
.breadcrumb a {
	color:#999
}
@media(max-width:768px) {
	.breadcrumb {
	float:none!important
}
}.navbox {
	background:#fff;
	border-radius:5px
}
.navbox_title span {
	color:#e1e1e1;
	font-size:.4em;
	padding-left:5px;
	padding-right:20px
}
.navbox_title span a {
	color:#fff;
	font-size:.6em
}
.navbox_title span a:hover {
	color:#fff!important;
	text-decoration:underline
}
.navbox_title {
	color:#fff;
	background:#e70012;
	padding:25px 0;
	text-align:center;
	font-size:1.4em;
	border-radius:5px 5px 0 0
}
.subnav {
	text-indent:20px;
	font-size:1.6em;
	color:#fff
}
.subnav a {
	color:#fff;
	font-size:.6em
}
.subnav a:hover {
	color:#fff!important;
	text-decoration:underline
}
.subnav .pull-right {
	margin-right:20px
}
.subnav1 {
	padding:10px 15px 20px
}
.subnav1 li {
	list-style:none;
	margin-bottom:10px;
	font-family:"瀹嬩綋";
	text-indent:10px;
	width:33%;
	float:left
}
.subnav2 {
	padding:10px 15px 20px
}
.subnav2 .pull-right {
	margin-right:15px
}
.subnav2&gt;li&gt;ul&gt;li&gt;a&gt;span {
	float:left;
	margin-top:6px
}
.subnav2 li {
	list-style:none;
	border-bottom:#f5f3f3 solid 1px;
	margin-bottom:5px;
	font-family:"瀹嬩綋";
	text-indent:10px
}
.subnav2 li .popover {
	max-width:400px
}
.subnav2 li:last-child {
	border-bottom:0
}
.subnav2 li&gt;a {
	display:block;
	border-radius:5px;
	padding:15px 0 10px
}
.subnav2 li&gt;a:hover,.subnav2 li&gt;a.active {
	background:#7c7c7c;
	color:#fff!important
}
@media(max-width:1200px) {
	.news_list_date {
	border-right:none
}
#Subscribers {
	display:none
}
}.Recruit_list a span {
	color:#868686;
	font-size:15.6px;
	font-weight:400
}

@media(max-width:1200px) {
	.footer .col-lg-3 {
	text-align:center
}
.footer img {
	width:inherit;
	max-width:100%
}
}.bottom {
	background:#2a2b2f;
	padding:15px 0;
	color:#cccdd1
}
.bottom a {
	color:#cccdd1
}
.bottom span {
	color:#fff;
	padding:0 5px;
	letter-spacing:1px
}
.res .nav-tabs&gt;li {
	width:33.33%
}
.t_team {
	background:#fff;
	border-radius:5px
}
.t_team_head {
	background-image:-webkit-linear-gradient(top,#888 0%,#777 100%);
	background-image:-o-linear-gradient(top,#888 0%,#777 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#888),to(#777));
	background-image:linear-gradient(to bottom,#888 0%,#777 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888',endColorstr='#777',GradientType=0);
	background-repeat:repeat-x
}
.team_box_title {
	font-weight:bold;
	line-height:32px;
	border-bottom:dotted solid 1px;
	margin-bottom:10px
}
.prac_list .label {
	width:100%;
	display:block;
	line-height:35px;
	border-radius:21px;
	font-size:14px;
	margin-top:10px;
	background-color:#bbb;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-webkit-transition:all 500ms;
	transition:all 500ms;
	font-family:"Microsoft YaHei",Arial;
	font-weight:normal;
	text-shadow:0 0 1px #ccc
}
.prac_list .label:hover {
	background-color:#e01;
	color:#fff!important
}
.test {
	box-shadow:0 1px 10px #ccc;
	padding:5px 10px;
	margin-top:-20px
}
.friendly {
	}.friendly a {
	text-align:center;
	float:left;
	padding-right:5px;
	text-decoration:none
}
.friendly a img {
	width:100%;
	height:100%;
	margin-bottom:0
}
.friendly a span {
	line-height:18px;
	font-size:14px;
	text-align:center
}
.pager {
	margin:20px 0;
	text-align:center;
	list-style:none;
	*zoom:1
}
.pager:before,.pager:after {
	display:table;
	line-height:0;
	content:""
}
.pager:after {
	clear:both
}
.pager a {
	display:inline
}
.pager a,.pager span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px
}
.pager a:hover {
	text-decoration:none;
	background-color:#f5f5f5
}
.pager .next&gt;a,.pager .next&gt;span {
	float:right
}
.pager .previous&gt;a,.pager .previous&gt;span {
	float:left
}
.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;span {
	color:#999;
	cursor:default;
	background-color:#fff
}
.divcss5_list_title {
	background:#eee;
	border:1px solid #ccc;
	padding:1em
}
.divcss5_list_content {
	padding:1em
}
#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	background:#fff url(../images/preload.gif) no-repeat 50% 50%;
	border:10px solid #e3e3e3;
	z-index:2000
}
#tinymask {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:1500
}
#tinycontent {
	background:#fff;
	font-size:1.1em
}
#n {
	margin:10px auto;
	width:920px;
	border:1px solid #ccc;
	line-height:30px
}
#n a {
	padding:0 4px;
	color:#333
}
.spe_index .col-lg-3,.spe_list .col-lg-3 {
	background:#fff;
	text-align:center;
	outline:#f9f9f8 solid 1px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-webkit-transition:all 500ms;
	transition:all 500ms
}
.spe_index .col-lg-3 div,.spe_list .col-lg-3 div {
	font-size:14px
}
.spe_index .col-lg-3 *,.spe_list .col-lg-3 * {
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-webkit-transition:all 500ms;
	transition:all 500ms
}
.spe_index .col-lg-3 h3,.spe_list .col-lg-3 h3 {
	font-size:1.4em
}
.spe_index .col-lg-3 img.black,.spe_list .col-lg-3 img.black {
	display:block
}
.spe_index .col-lg-3 img.white,.spe_list .col-lg-3 img.white {
	display:none
}
.spe_index .col-lg-3:hover,.spe_list .col-lg-3:hover {
	background-color:#323B44;
	box-shadow:0 4px 23px 5px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.15);
	z-index:2
}
.spe_index .col-lg-3:hover *,.spe_list .col-lg-3:hover * {
	color:#fff
}
.spe_index .col-lg-3:hover img.black,.spe_list .col-lg-3:hover img.black {
	display:none
}
.spe_index .col-lg-3:hover img.white,.spe_list .col-lg-3:hover img.white {
	display:block
}
.spe_index .spe_1 h2,.spe_list .spe_1 h2 {
	color:#72d4ed
}
.spe_index .spe_1 hr,.spe_list .spe_1 hr {
	background-color:#72d4ed
}
.spe_index .spe_2 h2,.spe_list .spe_2 h2 {
	color:#00c0fe
}
.spe_index .spe_2 hr,.spe_list .spe_2 hr {
	background-color:#00c0fe
}
.spe_index .spe_3 h2,.spe_list .spe_3 h2 {
	color:#8493ca
}
.spe_index .spe_3 hr,.spe_list .spe_3 hr {
	background-color:#8493ca
}
.spe_index .spe_4 h2,.spe_list .spe_4 h2 {
	color:#39c1ba
}
.spe_index .spe_4 hr,.spe_list .spe_4 hr {
	background-color:#39c1ba
}
.spe_index .spe_5 h2,.spe_list .spe_5 h2 {
	color:#98a4d2
}
.spe_index .spe_5 hr,.spe_list .spe_5 hr {
	background-color:#98a4d2
}
.spe_index .spe_6 h2,.spe_list .spe_6 h2 {
	color:#1cbcb4
}
.spe_index .spe_6 hr,.spe_list .spe_6 hr {
	background-color:#1cbcb4
}
.spe_index .spe_7 h2,.spe_list .spe_7 h2 {
	color:#8cb8ee
}
.spe_index .spe_7 hr,.spe_list .spe_7 hr {
	background-color:#8cb8ee
}
.spe_index .spe_8 h2,.spe_list .spe_8 h2 {
	color:#f6cea6
}
.spe_index .spe_8 hr,.spe_list .spe_8 hr {
	background-color:#f6cea6
}
@-webkit-keyframes glowing {
	from {
	-webkit-box-shadow:0 0 0 rgba(44,154,219,.3),0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 0 rgba(44,154,219,.3),0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 0 0 rgba(44,154,219,.3),0 1px 2px rgba(0,0,0,.2)
}
</pre></body></html>