.e_SideMajorStyleBox-001 {
	height: auto;
	height-and-height-uint: auto;
	width: 100%;
	width-and-width-uint: 100%;
width-uint:%;
	background-color: rgba(255, 255, 255, 1);
}
.e_SideMajorStyleBox-001 .stylebox_top {
	height: 40px;
	height-and-height-uint: 40px;
	width: auto;
	width-and-width-uint: auto;
	background-color: rgba(151, 127, 101, 1);
}
.e_SideMajorStyleBox-001 .title_icon {
	vertical-align: middle;
	margin-right: 10px;
	line-height: 40px;
	color: rgba(255,255,255,1);
	font-size: medium;
	display: inline-block;
}
.e_SideMajorStyleBox-001 .title_icon::before {
	content: "";
}
.e_SideMajorStyleBox-001 .title_main {
	vertical-align: middle;
	line-height: 40px;
	max-width: 600px;
	color: rgba(255,255,255,1);
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
}
.e_SideMajorStyleBox-001 .title_sub {
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255,255,255,1);
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	font-weight: normal;
}
.e_SideMajorStyleBox-001 .stylebox_title {
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 15px;
	height: inherit;
	height-and-height-uint: inherit;
	font-size: 0px;
	width: auto;
	width-and-width-uint: auto;
	white-space: nowrap;
	background-color: rgba(151, 127, 101, 1);
	display: inline-block;
}
.e_SideMajorStyleBox-001 .stylebox_link {
	vertical-align: middle;
	margin-right: 15px;
	height: inherit;
	color: #666666;
	font-size: 14px;
	display: table;
	border-width: 0px;
	float: right;
}
.e_SideMajorStyleBox-001 .stylebox_link a {
	vertical-align: middle;
	color: inherit;
	display: table-cell;
}
.e_SideMajorStyleBox-001 .link_icon {
	margin-left: 5px;
	display: inline-block;
}
.e_SideMajorStyleBox-001 .link_icon::before {
	content: '\e6af';
}
.e_SideMajorStyleBox-001 .stylebox_top_line {
	width-and-height: custom;
	background-color: rgba(240,240,240,1);
}
.e_SideMajorStyleBox-001 .stylebox_content {
	height: calc(100% - 48px);
	height-and-height-uint: calc(100% - 48px);
	width-and-width-uint: 100px;
	width: 100%;
	border-style: solid;
	border-color: #f0f0f0;
	border-width: 0px;
width-uint:%;
}
.e_SideMajorStyleBox-001 .stylebox_bottom_line {
	width-and-height: custom;
	background-color: rgba(240,240,240,1);
}
.header-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 1000;
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
}
.mini-header .header-bg {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.trans {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.mini-header .bocweb-logo {
	top: 10px;
}
.mini-header .bocweb-header-m .bocweb-menu .line {
	background: #0385d7;
}
.footer {
	padding: 90px 0 30px;
	position: relative;
	overflow: hidden;
}
.footer .f-foot {
	width: 95%;
	margin: 0 auto;
}
.footer .to-top {
	position: absolute;
	top: 0;
	right: 2.5%;
	z-index: 3;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 12px;
	line-height: 15px;
	background: #00af56;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer .to-top span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}
.footer .to-top span:after {
	display: block;
	margin: 7px auto 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	width: 12px;
	content: '';
	-webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-top {
from {
opacity: 0;
}
33% {
opacity: 1;
}
to {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	opacity: 0;
}
}
@-webkit-keyframes mouse-top {
from {
opacity: 0;
}
33% {
opacity: 1;
}
to {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	opacity: 0;
}
}
.footer .f-contact {
	color: #fff;
}
.footer .f-contact dl {
	float: left;
	margin-right: 50px;
}
.footer .f-contact dt {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.footer .f-contact dd {
	font-size: 14px;
	line-height: 25px;
}
.footer .f-contact dd a {
	color: #fff;
	font-size: 14px;
}
.footer .to-top:hover {
	background: #008843;
}
.footer .f-contact dl:last-child {
	margin: 0;
}
.footer .f-wer {
	text-align: center;
	color: #fff;
}
.footer .f-wer p {
	line-height: 2;
}
.footer .f-copyright {
	color: #fff;
}
.footer .f-copyright a {
	color: #fff;
}
.pbanner {
	position: relative;
	overflow: hidden;
}
.pbanner .pic {
}
.pbanner .pic img {
	width: 100%;
	display: block;
}
.pbanner .pic:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.banner-title {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	height: 100%;
	width: 100%;
	z-index: 5;
	visibility: visible;
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: fadeInRightBig 1.2s 1;
	animation: fadeInRightBig 1.2s 1;
}
.banner-title .ch {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
}
.banner-title .en {
	font-size: 22px; /* line-height: 15px; */
	text-transform: uppercase;
}
.banner-title .cy-small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1;
	opacity: .4;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(300px);
transform:translateX(300px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(300px);
transform:translateX(300px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.pbanner .pic {
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@-webkit-keyframes scaleUpDown {
from {
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@keyframes scaleUpDown {
from {
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
.cta-list li {
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	transition: all .3s;
	overflow: hidden;
}
.cta-list .ico {
	width: 58px;
	height: 58px;
	background-size: 58px;
	margin-right: 10px;
	float: left;
	display: inline-block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	background-position: center top;
}
.cta-list .catco {
	transition: all .3s;
}
.cta-list .ti {
	font-weight: 700;
	margin-top: 7px;
	color: #333;
	font-size: 16px;
}
.cta-list .txx {
	margin-top: 5px;
	font-size: 14px;
}
.cta-list a {
	color: #666;
}
.cta-list .c2 a {
	margin-right: 20px;
}
.cta-list .c1 .ico {
	background-image: url(../images/rbqbg1zgbywej8k9aaaaafdkjf8191.png);
}
.cta-list .c2 .ico {
	background-image: url(../images/rbqbhvzgbxiemxfzaaaaamndssm633.png)
}
.cta-list .c3 .ico {
	background-image: url(../images/rbqbhvzgbycepcllaaaaacz7q00423.png)
}
.cta-list li:hover .ico {
	border-color: #0385d7;
	background-color: #0385d7;
	background-position: center bottom;
}
.contact {
	position: relative;
	overflow: hidden;
}
.contact .cta {
	width: 80%;
	margin: 0 auto;
}
.contact .cta h3 {
	margin-bottom: 30px;
	color: #333;
	font-weight: 600;
}
.contact-c {
	width: 40%;
}
.map {
	width: 60%;
	float: right;
}
.contact .contact-c {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
#allmap {
	height: 500px;
	overflow: hidden;
}
#allmap .BMapLib_nav_tab_content td {
	display: inline-block;
	width: auto !important;
}
#allmap .BMap_stdMpCtrl {
	display: none !important;
}
.BMap_Marker div >img {
	animation-delay: 0ms;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-name: scales;
	animation-play-state: running;
	animation-timing-function: linear;
}
@keyframes scales {
0% {
opacity: 0.2;
transform: scale(0.6);
}
33% {
opacity: 0.5;
transform:scale(0.8);
}
66% {
opacity: 1;
transform:scale(1);
}
100% {
opacity: 0.6;
transform:scale(0.6);
}
}
@media only screen and (max-width: 1180px) {
.map {
	width: 100%;
	float: none;
}
.contact .contact-c {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	margin: 20px 0;
}
.contact .cta {
	width: 90%;
	margin: 0 auto;
}
.contact .cta h3 {
	margin: 20px 0;
	font-size: 18px;
}
.cta-list .ti {
	margin-top: 0;
}
}
@media only screen and (max-width: 768px) {
.c_portalResPublic_codeContainer-01001 {
	min-height: 500px;
	width: 100%;
}
#allmap {
	height: 300px;
}
.header-bg {
	height: 60px;
}
.footer {
	padding: 0 0 30px;
}
.footer .to-top {
	position: static;
	top: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: auto;
}
.footer .to-top span {
	margin: 20px 0;
}
.footer .f-foot {
	width: 90%;
	margin: 50px auto 0;
}
.f-sec, .f-wer {
	float: none;
}
.footer .f-contact {
	margin-bottom: 30px;
}
.footer .f-contact dl {
	float: none;
	margin: 0 0 20px 0;
}
.footer .f-contact dt {
	margin-bottom: 5px;
	font-size: 16px;
}
.footer .f-wer {
	text-align: left;
	margin-bottom: 20px;
}
.footer .f-contact dd a {;
	font-size: 12px;
}
.footer .f-contact dd {
	font-size: 12px;
	line-height: 20px;
}
.pbanner .pic img {
	height: 225px !important;
	width: auto !important;
	position: relative;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
}
.banner-title .ch {
	font-size: 18px;
	margin-bottom: 5px;
}
.banner-title .en {
	font-size: 14px;
}
.banner-title .cy-small {
	margin-top: 5px;
}
.banner-title { /* bottom: 20px; */ /* left:5%; */
}
}
@media only screen and (min-width: 769px) {
.c_portalResPublic_codeContainer-01001 {
	min-height: 500px;
	width: 100%;
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
.banner-title .ch {
	font-size: 24px;
	margin-bottom: 5px;
}
.banner-title .en {
	font-size: 16px;
}
.banner-title .cy-small {
	margin-top: 5px;
}
.banner-title { /* bottom: 20px; */ /* left:5%; */
}
}
.bocweb-header-m .bocweb-nav li:after {
	content: "";
	width: 0;
	height: 100%;
	background: #0385d7;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	transition: 0.28s;
}
.bocweb-header-m .bocweb-nav li:hover:after {
	width: 100%;
}
.bocweb-header-m .bocweb-nav li:hover a {
	color: #fff;
}
.bocweb-header-m .stock {
	color: #fff;
	position: absolute;
	top: 26px;
	right: 100px;
	z-index: 501;
	transition: all 0.6s;
}
.bocweb-header-m.ishow .stock {
	color: #0385d7;
}
.mini-header .stock {
	color: #0385d7;
}
@media only screen and (min-width: 769px) {
.c_portalResnav_main-01001001 {
	width: auto;
	height: auto;
	overflow: hidden;
}
}
.bocweb-header-m .bocweb-nav li {
	position: relative;
	height: 100%;
	float: left;
}
.bocweb-header-m {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 80px; /* background-color: #fff; */ /* box-shadow: 0px 0px 6px rgba(0,0,0,0.2); */
	transition: all 0.8s;
}
.bocweb-header-m .bocweb-logo {
	left: 30px;
	top: 20px;
	position: absolute;
	display: block;
	transition: all 0.8s;
}
.bocweb-header-m .bocweb-logo img {
	display: block;
	max-width: 100%;
	height: 60px;
}
.bocweb-header-m .bocweb-nav li .link {
	position: relative;
	padding: 0 20px;
	color: #222;
	display: block;
	font-size: 16px;
	line-height: 80px;
	transition: all 0.6s;
}
.bocweb-header-m .bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	visibility: hidden;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.bocweb-header-m .menu-box {
	position: absolute;
	top: 26px;
	right: 30px;
	z-index: 500;
	transition: all 0.6s;
	display: none;
}
.bocweb-header-m .bocweb-menu {
	width: 35px;
	margin: 0 auto;
	cursor: pointer
}
.bocweb-header-m .bocweb-menu .line {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease, opacity 0.3s, background 0.3s;
	transform-origin: center center;
	background: #fff;
}
.bocweb-header-m.ishow .bocweb-menu .line {
	background: #0385d7;
}
.bocweb-header-m .bocweb-menu .line:nth-child(2) {
	margin: 8px 0;
}
.bocweb-header-m.ishow .bocweb-nav li .link { /* transform: translateX(50px); */
	opacity: 1;
}
.bocweb-header-m.ishow .menu-box { /* right: 0; */ /* width: 19.45%; */
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
	top: 12px;
	transform: rotate(45deg);
	opacity: 0.8;
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(2) {
	opacity: 0;
	width: 0;
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
	top: -12px;
	transform: rotate(-45deg);
	opacity: 0.8;
}
.bocweb-header-m .menu-box {
	display: block;
}
.bocweb-header-m {
}
.bocweb-header-m .bocweb-nav {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 120px;
	padding-bottom: 120px;
	width: 30%;
	height: 100vh;
	background: #fff;
	pointer-events: auto;/* overflow-y: auto; *//* overflow-x: hidden; */
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	-o-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
}
.bocweb-header-m.ishow .bocweb-nav {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.bocweb-header-m .bocweb-nav li { /* padding: 0 8.27%; */
	border-top: 1px solid #ebebeb;
	font-size: 18px;
	height: auto;
	float: none;
}
.bocweb-header-m .bocweb-nav li .link {
	position: relative;
	display: block;
	padding: 4% 4% 4% 50px;
	color: #222;
	line-height: normal;
	transition: all 0.6s; /* transform: translateX(100px); */
	opacity: 0;
}
.bocweb-header-m .menu-box { /*top: 30px;*/
}
.bocweb-header-m .bocweb-menu {
	width: 26px;
}
.bocweb-header-m .bocweb-menu .line {
	height: 2px
}
.bocweb-header-m .bocweb-menu .line:nth-child(2) {
	margin: 6px 0
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
	top: 8px
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
	top: -8px
}
.bocweb-header-m.ishow { /* transform: translateX(-30%); */
}
.bocweb-header-m.ishow .bg {
	background: rgba(0,0,0,.3);
	visibility: visible;
}
@media only screen and (max-width: 1024px) {
.bocweb-header-m .bocweb-nav {
	width: 40%;
	padding: 100px 0;
}
}
@media only screen and (max-width: 768px) {
.bocweb-header-m .stock {
	top: 19px;
}
.bocweb-header-m .bocweb-menu {
	width: 20px;
}
.bocweb-header-m { /* height: 60px; */
}
.bocweb-header-m .bocweb-nav {
	width: 100%;
}
.bocweb-header-m .bocweb-logo {
	top: 11px; /* left: 30px; */
	z-index: 9;
}
.bocweb-header-m .bocweb-logo img {
	height: 38px;
}
.bocweb-header-m .bocweb-nav li {
	font-size: 16px
}
.bocweb-header-m .bocweb-nav li .link {
	font-size: 14px;
	transform: translateX(0px);
}
.bocweb-header-m .menu-box {
	top: 19px;
}
}
.c_portalResnav_main-01001001 .p_MatteIcon .iconfont:before {
	content: '\e602';
}
.c_portalResnav_main-01001001 >div {
	animation-fill-mode: both;
}
.w_grid-000 {
	margin-left: auto;
	margin-right: auto;
	min-height: 12rem;
	width: 100%;
}
.w_grid-000 > .w_grid {
	width: 100%;
	position: relative;
}
.w_grid-000 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static;
}
.w_grid-000 > div > div > .p_gridCell {
	float: left;
	position: static;
}
.w_grid-000 > div > div > .p_gridCell:not(:empty):before {
	content: '';
	height: 0.1px;
	display: block;
}
.w_grid-000 > .w_grid.signal {
	min-height: inherit;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
	min-height: inherit;
}
.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
	min-height: inherit;
}
.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
	margin-left: 0;
	clear: left;
}
#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
	margin-left: 0;
	clear: left;
}
@media only screen and (max-width: 768px) {
.w_grid-000 > div > .p_gridbox > .p_gridCell {
	width: 100%;
	margin-left: 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
}
}
@media only screen and (min-width: 769px) {
.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
	width: 100%;
	margin-left: 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@CHARSET "UTF-8";
* {
	padding: 0;
	margin: 0;
}
.pagebox {
	width: 100%;
	margin: 0px auto;
}/*page property_start*/
.pagebox, #-remove--flag {
}/*page property_end*//*page property_start*/
body, #-remove--flag {
}/*page property_end*/
#c_portalResnav_main-15563454425407675 {
	width: 1910px;
	max-width: none;
	min-width: 0px;
	height: 0px;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#c_portalResPublic_codeContainer-15563456022987257 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#w_grid-1556345518983 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
	margin-left: 0;
	clear: left;
} /*w_grid-1556345518983*/ /*w_grid-1556345518983*/ /*w_grid-1556345518983*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1556345545458 > div > .p_gridbox {
	background-color: rgba(3, 133, 215, 1);
}
#w_grid-1556345545458 .p_MatteIcon .iconfont:before {
	content: '\e602';
}
#w_grid-1556345545458 >div {
	animation-fill-mode: both;
}
#w_grid-1556345545458 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
	margin-left: 0px;
	clear: left;
} /*w_grid-1556345545458*/
@media only screen and (max-width: 768px) {
} /*w_grid-1556345545458*/
@media only screen and (min-width: 769px) {
#w_grid-1556345545458> div > .p_gridbox > .p_gridCell {
	margin-bottom: 0rem;
	margin-top: 0rem;
	margin-left: 0;
}
#w_grid-1556345545458> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}
#w_grid-1556345545458> div > .p_gridbox > .p_gridCell:nth-child(1n) {
	margin-right: 0;
}
} /*w_grid-1556345545458*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1556345518983 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#w_grid-1556345545458 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 192px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
