.s_button1:before {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%)
}
.s_button1:hover:before {
	animation: style1 .75s;
	z-index: 1;
}
@keyframes style1 {
    0% {
	background: rgba(0, 0, 0, .25);
	transform: translateX(-50%) translateY(-50%) scale(0)
}
to {
	background: transparent;
	transform: translateX(-50%) translateY(-50%) scale(1)
}
}
.s_button4::after {
	opacity: 1;
	width: 0
}
.s_button4:hover::after {
	width: 100%;
	background-color: rgba(64, 158, 244, 1);
}
.s_title {
	font-size: 16px;
	line-height: 1;
}
.s_button1:hover {
	background-color: rgba(64, 158, 255, 1);
	color: rgba(255, 255, 255, 1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-style: solid;
	border-color: rgba(64, 158, 255, 1);
	font-size: 14px;
}
.s_summary {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}
.s_button1 {
	background-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(64, 158, 255, 1);
	font-size: 14px;
	border-width: 1px;
	position: relative;
	overflow: hidden;
}
.s_button5 {
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	color: rgba(64, 158, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all .3s;
}
.s_subtitle {
	color: #222222;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.s_templatetitle {
	font-size: 16px;
	color: #333333;
}
.s_templatesum {
	font-size: 14px;
	color: #666666;
}
.s_body {
	font-size: 12px;
	color: #F56C6C;
	line-height: 1.5;
}
.s_link {
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.s_list {
	background-color: rgba(255, 255, 255, 0);
}
.s_item {
	background-color: rgba(0, 0, 0, 1);
}
.s_comp {
	background-color: rgba(255, 254, 248, 1);
}
.s_tmpl {
	background-color: rgba(239, 239, 239, 1);
}
.s_tmpl_footer {
	background-color: rgba(239, 239, 239, 1);
}
body {
	background-color: rgba(255, 255, 255, 0);
}
.s_button2 {
	background-color: rgba(64, 158, 255, 1);
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .3s;
}
.s_button2:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(64, 158, 255, 1);
	border-style: solid;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.s_button3 {
	background-color: rgba(64, 158, 255, 1);
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.s_button3:hover {
	background-color: rgba(51, 143, 238, 1);
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(51, 143, 238, 1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.s_button4 {
	background-color: rgba(255, 255, 255, 1);
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(204, 204, 204, 1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}
.s_button4:hover {
	background-color: rgba(255, 255, 255, 1);
	font-size: 14px;
	color: rgba(64, 158, 255, 1);
	border-style: solid;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.s_button5:hover {
	background-color: rgba(64, 158, 255, 1);
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.s_button6 {
	font-size: 14px;
	color: rgba(64, 158, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all .3s;
}
.s_button6:hover {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page_a {
	font-size: 14px;
	color: rgba(138, 138, 138, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(235, 235, 235, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: Arial;
	background-color: rgba(255, 255, 255, 0);
}
.page_a:hover {
	color: rgba(165,198,68,1);
	border-color: rgba(165,198,68,1);
	background-color: rgba(255, 255, 255, 0);
}
.page_a.current {
	background-color: rgba(34, 42, 53, 1);
	font-size: 14px;
	font-family: Arial;
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 0;
	border-color: rgba(34, 42, 53, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.page_a.current:hover {
	background-color: rgba(71, 75, 82, 1);
	color: rgba(255, 255, 255, 1);
	border-color: rgba(165,198,68,1);
}
.page_jump {
	font-size: 14px;
	color: rgba(116, 116, 116, 1);
}
.page_jump:hover {
	color: rgba(116, 116, 116, 1);
}
.page_a.disabled {
	background-color: rgba(244, 244, 245, 1);
	font-size: 14px;
	color: rgba(192, 196, 204, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(244, 244, 245, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.page_a.disabled:hover {
	background-color: rgba(244, 244, 245, 1);
	color: rgba(192, 196, 204, 1);
	border-color: rgba(244, 244, 245, 1);
}
.page_input {
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	color: rgba(96, 98, 102, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(235, 235, 235, 1);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.page_input:hover {
	background-color: rgba(255, 255, 255, 0);
	color: rgba(96, 98, 102, 1);
	border-color: rgba(0,0,0,0);
}
























































































































@font-face {
	font-family: "a3d65174-c529-4a88-a197-b8fbee011ee3";
	src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2022112320073425935/cms/file/a3d65174-c529-4a88-a197-b8fbee011ee3.otf") format("opentype");
	font-alias: Montserrat-Regular;
}
@font-face {
	font-family: "e2754e0b-415a-4774-bcdd-38d333e18418";
	src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2022112320073425935/cms/file/e2754e0b-415a-4774-bcdd-38d333e18418.otf") format("opentype");
	font-alias: Montserrat-Medium;
}
@font-face {
	font-family: "5e358368-ae17-451e-99ca-375dc2dc4c9d";
	src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2022112320073425935/cms/file/5e358368-ae17-451e-99ca-375dc2dc4c9d.otf") format("opentype");
	font-alias: Montserrat-Bold;
}
@font-face {
	font-family: "e9081ac0-ec31-4271-a3c5-c6ddab3f3e69";
	src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2022112320073425935/cms/file/e9081ac0-ec31-4271-a3c5-c6ddab3f3e69.otf") format("opentype");
	font-alias: Montserrat-Black;
}
@font-face {
	font-family: "ff49f63f-b768-43c1-8260-262f780ab68b";
	src: url("https://omo-oss-file1.thefastfile.com/portal-saas/new2022112320073425935/cms/file/ff49f63f-b768-43c1-8260-262f780ab68b.otf") format("opentype");
	font-alias: gilroy-bold-4;
}
@font-face {
	font-family: "00d7ae26-b0eb-40bc-b3bf-be34e47d3c7c";
	src: url("https://omo-oss-file1.thefastfile.com/portal-saas/new2022112320073425935/cms/file/00d7ae26-b0eb-40bc-b3bf-be34e47d3c7c.otf") format("opentype"), url("https://omo-oss-file1.thefastfile.com/portal-saas/new2022112111472395998/cms/file/4a4479ba-544a-404b-aa19-6cd03b962224.otf") format("opentype");
	font-alias: gilroy-regular-3;
}
@font-face {
	font-family: "5e8967fe-b556-495b-a8e0-83cfdb9f204a";
	src: url("https://omo-oss-file1.thefastfile.com/portal-saas/new2022112320073425935/cms/file/5e8967fe-b556-495b-a8e0-83cfdb9f204a.otf") format("opentype");
	font-alias: gilroy-black-6;
}
@font-face {
	font-family: "005d230d-09ed-4c6f-ab01-f968f9f739ca";
	src: url("https://omo-oss-file1.thefastfile.com/portal-saas/new2022112111472395998/cms/file/005d230d-09ed-4c6f-ab01-f968f9f739ca.otf") format("opentype");
	font-alias: Gilroy-Light-11;
}/*-* CUSTOM_STYLESHEET_BEGIN_TAG *-*/.s_tmpl_footer {
    background-color: #fff;
}
*{
word-break:normal; 
}

:root {
  --border: #eee solid 1px;
  --main-color: #ec9607;
  --main2-color: #3e3e3e;
  --main3-color:#539643;
  --linearX: linear-gradient(#06479b, #0599c8);
  --linearY: linear-gradient(90deg, #245442, #009944);
  --listbg: #f5f5f5;
  --tit-color: #333;
  --sum-color: #7d7772;
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
}

.page_a.current {
	background: var(--main-color);
	color: #fff;
}
.page_a:hover {
	text-decoration: none;
	background: var(--main-color);
	color: #ffffff;
}

.p_nodata {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022032111385691213/cms/image/7dcc5f6c-e499-45de-9d0a-1a0f19ab5760.png) no-repeat 50% 50px;
    min-height: 300px;
    background-size: 64px auto;
}




/*header*/
#c_grid-116273709439191 {
    transition: transform .5s ease-in-out, padding .5s ease-in-out;
}
#c_grid-116273709439191.fa_Headeron {
    /*transform: translateY(-100%);*/
}
#c_grid-116273709439191.shen {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    padding-bottom: 0px;
}

/*header*/





@media only screen and (min-width: 768px) {

  /*产品分类*/
  #c_grid-16525095065610 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
    position: sticky;
    top: 20px;
}
  /*产品分类*/
  
}


/*map*/
#mapContainer {
    width: 100%;
    height: 480px;
    z-index: 0
}

@media only screen and (max-width: 768px) {
    #mapContainer {
        height:250px!important
    }
}

#mapContainer .amap-logo {
    display: none!important
}

#mapContainer .amap-copyright {
    left: 0
}

#tip {
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0
}

div.info-top div {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    padding: 0 10px;
    text-align: left
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: .25s
}

div.info-top img:hover {
    box-shadow: 0 0 5px #000
}

div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
    text-align: left
}

div.info-bottom {
    height: 0;
    width: 100%;
    clear: both;
    text-align: center
}

div.info-bottom img {
    position: relative;
    z-index: 104
}
/*map*//*-* CUSTOM_STYLESHEET_END_TAG *-*/