﻿@charset "utf-8";

/* :root{
	--main-yellow-color:var(--main-yellow-color);
	--main-blue-color:#3F8CC8;
	--main-link-color:#3F8CC8;
	--main-blue-bg-color:rgba(63,140,200,0.9);
	--main-link-hover-color:#004182;
	--main-max-width:1200px;
	--nav-height:70px;
	--main-white-color:#fff;
	--main-black-color:#000000;
	--main-hui-color:#efefef;
	--main-gray-color:#fafafa;
	--main-font-size-color:1rem;
	--light-blue-color:#3F8CC8;
	--light-blue-link-color:#3F8CC8;
	--light-green-color:#61acbc;
    --main-color-hover: #0d50a3;
    --main-color-bg: #adcaee;
    --a-color: #0048b9;
    --a-color-light: #3975c0;
    --a-color-hover: #ffab29;
    --btn-color: #2c8f73;
	--btn-hover-color: #ffffff;
	--green-color:#00b965;
	--yellow-color:#ffd857;
	--blue-color:#13303e;
	--white-color:#ffffff;
	--margin:30px;
} */

@font-face {
	font-family: 'SegoeWP-Light';
	src: url('fonts/SegoeWP-Light.eot?iefix') format('eot'), url('fonts/SegoeWP-Light.woff') format('woff'), url('fonts/SegoeWP-Light.ttf') format('truetype'), url('fonts/SegoeWP-Light.svg#webfontwxI6BmFw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirLTStd-Light';
	src: url('fonts/AvenirLTStd-Light.eot?iefix') format('eot'), url('fonts/AvenirLTStd-Light.woff') format('woff'), url('fonts/SAvenirLTStd-Light.ttf') format('truetype'), url('fonts/AvenirLTStd-Light.svg#webfontwxI6BmFw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "iconfont";
	src: url('fonts/iconfont.eot?t=1472701022');
	src: url('fonts/iconfont.eot?t=1472701022#iefix') format('embedded-opentype'), url('fonts/iconfont.woff?t=1472701022') format('woff'), url('fonts/iconfont.ttf?t=1472701022') format('truetype'), url('fonts/iconfont.svg?t=1472701022#iconfont') format('svg');
}

@font-face {
	font-family: "Seropro";
	src: url('fonts/seropro-thin-webfont.eot');
	src: url('fonts/seropro-thin-webfont.eot?#iefix') format("embedded-opentype"), url('fonts/seropro-thin-webfont.woff') format("woff"), url('fonts/seropro-thin-webfont.ttf') format("truetype"), url('fonts/seropro-thin-webfont.svg#Seropro') format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "AvenirNextLTProWebI";
	src: url('fonts/AvenirNextLTPro-Regular.eot');
	src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format("embedded-opentype"), url('fonts/AvenirNextLTPro-Regular.woff') format("woff"), url('fonts/AvenirNextLTPro-Regular.ttf') format("truetype"), url('fonts/AvenirNextLTPro-Regular.svg#Seropro') format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "AvenirLTStd-Light";
	src: url('fonts/AvenirLTStd-Light.eot');
	src: url('fonts/AvenirLTStd-Light.eot?#iefix') format("embedded-opentype"), url('fonts/AvenirLTStd-Light.woff') format("woff"), url('fonts/AvenirLTStd-Light.ttf') format("truetype"), url('fonts/AvenirLTStd-Light.svg#Seropro') format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "FrutigerCE";
	src: url('fonts/Frutiger CE 45 Light.eot');
	src: url('fonts/Frutiger CE 45 Light.eot?#iefix') format("embedded-opentype"), url('fonts/Frutiger CE 45 Light.woff') format("woff"), url('fonts/Frutiger CE 45 Light.ttf') format("truetype"), url('fonts/Frutiger CE 45 Light.svg#Seropro') format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "minionpro";
	src: url('fonts/minion_pro.eot');
	src: url('fonts/minion_pro.eot?#iefix') format("embedded-opentype"), url('fonts/minion_pro.woff') format("woff"), url('fonts/Frutiger minion_pro.ttf') format("truetype"), url('fonts/minion_pro.svg#Seropro') format("svg");
	font-weight: 400;
	font-style: normal
}
body,
html {
	padding: 0px;
	margin: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	    scroll-behavior:smooth;
}

ul,
li {
	padding: 0px;
	margin: 0px;
}

.body {
/*	overflow: hidden;*/
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.red {
	color: #ff0000;
}

.path,.breadcrumb  {
background-color: #f3fce8;
	font-size: 13px;
	padding: 0px;
}

.alignsite {
	text-align: center;
	margin-bottom:10px;
	margin-top:10px;
}

hr {
	border: 1px solid #aaaaaa;
}

.banner {
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}

.bannerUnit {
	z-index: 11;
	width: 100%;
	height: 900px;
	overflow: hidden;
}

.bannerUnit #parallelogram {
	position: absolute;
	top: 0;
	left: -17%;
	width: 72%;
	height: 900px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
	overflow: hidden;
}

.bannerUnit #parallelogramRIGHT {
	position: absolute;
	top: 0;
	width: 67%;
	right: -17%;
	height: 900px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
	overflow: hidden;
}
a{-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;transition: all .2s ease-out;}

#parallelogram .img,
#parallelogramRIGHT .img {
	display: block;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.bannerUnit>div div img {
    width: 100%;
    height: auto;
}
.bigbannerbg {
	position: relative;
	background-position: center center;
	min-height: 900px;
	background-position: center center;
	animation: Moveleftbannr 5s linear infinite alternate;
	-moz-animation: Moveleftbannr 5s linear infinite alternate;
	-webkit-animation: Moveleftbannr 5s linear infinite alternate;
	-o-animation: Moveleftbannr 5s linear infinite alternate;
	-ms-animation: Moveleftbannr 5s linear infinite alternate;
}

.bigbannertwo {
	position: relative;
	background-position: center center;
	min-height: 900px;
	background-position: center center;
	animation: bannraction 5s linear infinite alternate;
	-moz-animation: bannraction 5s linear infinite alternate;
	-webkit-animation: bannraction 5s linear infinite alternate;
	-o-animation: bannraction 5s linear infinite alternate;
	-ms-animation: bannraction 5s linear infinite alternate;
}

.bigbannerThreee {
	position: relative;
	background-position: center center;
	min-height: 900px;
	background-position: center center;
	animation: bannractionThreee 5s linear infinite alternate;
	-moz-animation: bannractionThreee 5s linear infinite alternate;
	-webkit-animation: bannractionThreee 5s linear infinite alternate;
	-o-animation: bannractionThreee 5s linear infinite alternate;
	-ms-animation: bannractionThreee 5s linear infinite alternate;
}

#parallelogram .img .leftbannerbg {
	width: 100%;
	position: relative;
	margin-left: 15%;
	margin-right: -10%;
	display: block;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	background-image: url(../images/banner-1-1.jpg);
	min-height: 900px;
	background-position: center center;
	background-size: 200% 200%;
	animation: Moveleftbannr 5s linear 1s infinite alternate;
	-moz-animation: Moveleftbannr 5s linear 1s infinite alternate;
	-webkit-animation: Moveleftbannr 5s linear 1s infinite alternate;
	-o-animation: Moveleftbannr 5s linear 1s infinite alternate;
	-ms-animation: Moveleftbannr 5s linear 1s infinite alternate;
}

#parallelogramRIGHT .img .rightbannerbg {
	position: relative;
	margin-left: -20%;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	background-image: url(../images/baner1.JPG);
	min-height: 900px;
	background-position: center center;
	background-size: 100% 100%;
	animation: Moverightbannr 6s linear 1s infinite alternate;
	-moz-animation: Moverightbannr 6s linear 1s infinite alternate;
	-webkit-animation: Moverightbannr 5s linear 1s infinite alternate;
	-o-animation: Moverightbannr 6s linear 1s infinite alternate;
	-ms-animation: Moverightbannr 6s linear 1s infinite alternate;
}

.pic img {
	display: block;
	width: 1920px;
	margin: auto;
}

.bannerfontDIV {
	position: absolute;
	z-index: 20;
	height: 900px;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0px;
	width: 100%;
	font-family: 'Seropro', sans-serif;
}

.logoandmenu {
	width: 100%;
	font-size: 20px;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.indextop a,
.indextop,
.indextop .menu span {
	color: #ffffff;
}

.secondhead a {
	color: #000000
}

.threehead .menu {
	color: #000000;
}

.threehead .logo a {
	color: #ffffff;
}

.logoandmenu a:hover {
	text-decoration: none;
}

.logoandmenu .logo {
	float: left;
	width: 30%;
	padding: 20px;
	font-weight: bold;
}

.logoandmenu .menu {
	float: right;
	width: 60%;
	padding: 20px 0px 0px 20px;
	text-align: right;
	cursor: pointer;
	list-style: none;
}

.logoandmenu .menu span {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.bannercontent {
	position: absolute;
	top: 21%;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	width: 100%;
}

.bannercontent img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.bannercontent .h1 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	display: block;
	font-weight: bold;
}

.bannercontent a {
	margin-top: 30px;
	color: #ffffff;
	font-weight: bold;
}

#showMenu {
	position: absolute;
	display: none;
	right: 0;
	z-index: 120;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 0px;
	padding: 1%;
	text-align: left;
	width: 100%;
	font-size: 14px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#showMenu li a {
	color: #000000;
}

#showMenu li:last-child {
	border: 0px;
}

#showMenu li h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#showMenu .closemenu {
	border: 1px solid #cccccc;
	position: absolute;
	top: 4%;
	right: 1%;
	display: inline-block;
	padding: 3px 10px 1px 10px;
	background-color: #efefef;
	cursor: pointer;
	color: #000000;
}

#showMenu .closemenu:hover {
	background-color: #F33;
	color: #ffffff;
	border: 1px solid #F33;
}

#showMenu li p {
	font-size: 15px;
}

#showMenu .columTit {
	font-size: 20px;
	height: 55px;
	display: block;
}

.spanmore {
	border: 1px solid #666666;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	font-size: 1em;
	display: inline-block;
	border-radius: 3px;
	font-weight: lighter;
	position: relative;
}

.spanmore a {
	color: #fff;
	z-index: 22;
}

.spanmore:hover {
	/*background-color: #aad3c5;
	border: 1px solid #aad3c5;*/
}

.spanmore:hover a {
	color: #000 !important;
}
.spanmore::after{
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.spanmore:hover::after{
	background: #aad3c5;
	width: 100%;
	opacity: 1;
}

#indexsearchcont {
	font-size: 14px;
    top: 12px;
    width: 640px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1e0e0;
    display: none;
    position: absolute;
}

#indexsearchcont input {
	    width: 100%;
    border: 0px;
    height: 45px;
    line-height: 45px;
    padding: 5px;
    font-weight: none;
    color: #000000;
    background-color: #e1e0e0;
    outline: none;
	font-family: Arial, Helvetica, sans-serif
}

#indexsearchcont .searchclose {
	color: #000;
}

#indexsearchcont .searchclose:hover {
	color: #ffffff;
}

.columimg img {
	margin: auto;
	max-width: 100%;
	box-shadow: 2px 2px 2px #cccccc;
	border: 2px solid #ffffff;
	margin: auto auto 15px auto;
}

.share1 img {
	-webkit-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-moz-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-o-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-ms-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.share2 img {
	-webkit-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-moz-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-o-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-ms-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius: 50% 70% 50% 60% / 60% 60% 40% 40%;
}

.share3 img {
	-webkit-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-moz-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-o-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-ms-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius: 50% 30% 50% 80% / 60% 60% 40% 40%;
}

.share4 img {
	-webkit-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-moz-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-o-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-ms-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius: 70% 50% 90% 50% / 60% 60% 40% 40%;
}

.share5 img {
	-webkit-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-moz-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-o-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-ms-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius: 80% 50% 40% 50% / 60% 60% 40% 40%;
}






.imgshow {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 240px;
	height: 240px;
	overflow: hidden;
	box-shadow: 35px -30px 0px rgba(0, 0, 0, 0.1);
	margin: auto;
	padding-bottom: 20px;
}

.imgshow img {
	position: relative;
	margin-bottom: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -45%;
	left: -25%;
}

.imgsiteRight {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin: auto;
	box-shadow: -35px 30px 0px rgba(0, 0, 0, 0.1);
}

.imgsiteRight img {
	position: relative;
	top: -45%;
	left: -25%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.indexcontentwhite {
	background-color: #FFF;
	padding-bottom: 150px;
	padding-top: 150px;
	width: 100%;
}


.inquiry_tit {
	margin-bottom: 20px;
	font-family:var(--font-bold);
	text-align: center;
	display: block;
	font-size:36px;
}
.Inquiry_container div[class*="col"]{
	margin-bottom:15px;
}
.Inquiry_container div[class*="col"] input,.Inquiry_container div[class*="col"] textarea{
	min-height:30px;
	margin-top:5px;
	font-weight:600;
	padding:8px !important;
	/* font-size: 1.3rem !important; */
	border-radius: 5px;
	border:1px solid #ccc;
	width:100%;
}
.Inquiry_container div[class*="col"] button{
	font-weight:600;
}



.icon_lists {
	margin-top: 10px;
}

.icon_lists li {
	float: left;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.icon_lists a{
	text-decoration: none;
}
.icon_lists i,.icon_lists span{
	font-size: 22px;
	margin: 10px 5px 10px 5px;
	color: #333;
	-webkit-transition: font-size 0.25s ease-out 0s;
	-moz-transition: font-size 0.25s ease-out 0s;
	-ms-transition: font-size 0.25s ease-out 0s;
	-o-transition: font-size 0.25s ease-out 0s;
	transition: font-size 0.25s ease-out 0s;
}

.icon_lists i:hover,.icon_lists span:hover {
	color: #ff6600;
	text-decoration: none;
}

.icon_lists a:hover,.icon_lists span {
	text-decoration: none;
}



.secondpagetit {
	position: relative;
	z-index: 60;
}

.secondpagetit h1 {
	margin: auto;
	margin-bottom: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'FrutigerCE', sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
}

.secondpagetit p {
	text-align: center;
}

.secondpagetit p a {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	font-weight: bold;
}

.secondpagetit p a:hover {
	color: #ffffff;
	text-decoration: none;
}

.secondpagetit .choosebgcss {
	color: #ffffff;
	background-color: #d9534f;
	padding: 7px 13px 7px 13px;
	border-radius: 5px;
}

.secondpage {
	position: relative;
	padding-top: 0px;
	padding-bottom: 120px;
	font-family: "Microsoft YaHei UI", sans-serif, serif, Arial;
}

.secondpage div[class*="col-md"] {
	margin-top: 40px;
	margin-bottom: 40px;
}

.secondpage .pageintroduce {
	font-size: 17px;
	text-align: justify;
}

.secondpage .pageintroduce .ullist {
	margin-bottom: 10px;
}

.secondpage .pageintroduce .ullist li {
	list-style: square;
	margin-left: 20px;
}

.secondpage .row {
	padding-top: 0px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.secondpage .row h1,.secondpage .row b {
	font-size: 50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


/* 
.serviceshowshape {
	position: relative;
	display: block;
	z-index: 50;
	width: 100%;
	padding-bottom: 0px;
	background-color: #add5c8;
}

.serviceshowshape .bgpic {
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(4deg);
	transform: rotate(-8deg);
	left: -20%;
	top: -5%;
}

.serviceshowshape .bgpic img {
	position: relative;
	box-shadow: 5px 8px 5px #aaaaaa;
	-webkit-box-shadow: 5px 8px 5px #aaaaaa;
	-moz-box-shadow: 5px 8px 5px #aaaaaa;
	-ms-box-shadow: 5px 8px 5px #aaaaaa;
	-o-box-shadow: 5px 8px 5px #aaaaaa;
	border: 4px solid #f2f2f2;
	left: -10%;
	max-width: 100%;
	display: block;
}

.serviceshowshape .servershowtit {
	padding-top: 28%;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 10%;
}

.serviceshowshape a {
	text-decoration: none;
}

.serviceshowshape .servershowtit h1 {
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 80%;
	font-family: 'Seropro', sans-serif;
}

.serviceshowshape .servershowtit p {
	font-size: 18px;
	width: 80%;
	font-family: 'Seropro', sans-serif;
}

.serviceshowshape .servershowtit p a {
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;
}

.serviceshowshape .servershowtit p a:hover {
	color: #ffffff;
	text-decoration: none;
} */




.serviceshowContent .inquiry-button{
    cursor: pointer;
}

.serviceshowContent ul li,.serviceshowContent ol li{padding-bottom:5px;}

.serviceshowshape .serviceshowSecondtype h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.serviceshowContent .paddingsite {
	padding-bottom: 30px;
}

.serviceshowContent .ollist {
	margin-left: 20px;
	padding-left: 0px;
}

.serviceshowContent .ollist li {
	list-style: decimal;
	margin-left: 0px;
	padding-left: 0px;
}


.serviceshowpic {
	text-align: center;
	color: #888888;
	font-size: 14px;
	line-height: 23px;
}

.serviceshowpic img {
	margin: auto auto 10px auto;
	max-width: 100%;
	display: block;
}

.ulist {
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.ulist li {
	color: #000000;
}

.OnlineInqiry strong {
	display: block;
    margin-top:5px;
    margin-bottom:5px;
}
.OnlineInqiry .col-md-6 img{
	margin-top:5px;
	margin-bottom:5px;
}

.Indexes {
	font-size: 1.6em;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Seropro', sans-serif;
}

.Reference {
	padding: 0px;
	font-size: 15px;
	margin: 0px;
	line-height: 22px;
	color: #555555;
}

.Reference strong {
/*	font-weight: normal;*/
    display: inline-block;
	margin: 15px 0px 10px 0px !important;
}

.RelatedSections {
	padding-top: 15px;
	margin-top: 35px;
	border-top: 1px solid #cccccc;
}

.RelatedSections a {
	color: var(--main-color);
    display: block;
    height:100%;
    border-bottom:1px solid #ddd;
    padding-top: 5px;
	padding-bottom: 5px;
}
.RelatedSections a:hover{
	color:var(--main-link-color);
}

.RelatedSections strong {
	font-family: var(--font-bold);
	font-size: 20px;
	padding-bottom: 5px;
	display: block;
}

.RelatedSections div[class*="col-md"] {
    text-align: left;
    font-size:14px;
}
@media only screen and (min-width:768px) {
  .RelatedSections .row{
    display: flex; 
    flex-wrap: wrap;
}  
}

.aboutuscontent {
	padding-bottom: 90px;
}

.aboutusimg img {
	margin: auto;
	max-width: 100%;
	display: block;
	height: 180px;
	background: #ffc000;
	display: block;
	-webkit-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-moz-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-o-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-ms-transform: 63px 63px 63px 63px / 108px 108px 72px 72px;
	-webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
	box-shadow: 5px 5px 8px #cccccc;
	border: 4px solid #ffffff;
}

.contactit {
	line-height: 30px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: var(--font-bold);
    font-size:20px;
}

.contact-cont b{
	font-family: var(--font-bold);
}

.navbar {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.navbar-collapse ul li .dropdown-menu {
	background-color: #000;
	border: 0px;
}

.navbar-collapse ul li .dropdown-menu li a {
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

.navbar-collapse ul li .dropdown-menu li a:hover {
	background-color: #444444;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

/*.search {
	top: 96px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    left: 0;
    background-color: #e1e0e0;
    border: 1px solid #c6c2c2;
}

.searchclose {
	position: absolute;
	z-index: 1001;
	color: #000000;
	TOP: 0px;
	RIGHT: -1px;
	width: 45px;
	height: 100%;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	background-color: #e1e0e0;
}

.searchclose:hover {
	background-color: #f76c33;
	/*border: 1px solid #f76c33;*/
/*	color: #ffffff;
}*/
/*
.search input {
	width: 100%;
	position: absolute;
	z-index: 1000;
	border: 0px;
	height: 100%;
	padding: 0px 5px 0px 5px;
	left: 0;
	font-weight: none;
	color: #000000;
	background-color: #e1e0e0;
	outline: none;
	border: none;
}

.searchbitton {
	position: absolute;
	z-index: 1001;
	color: #000000;
	TOP: 0px;
	RIGHT: 0;
	border: 1px solid #f76c33;
	width: 90px;
	height: 100%;
	line-height: 43px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	background-color: #f76c33;
	font-weight: bold;
	border: 1px solid #f76c33;
	    display: flex !important;
    align-items: center;
    justify-content: center;
}

.searchbitton:hover {
	background-color: #d9534f;
	border: 1px solid #d9534f;
}*/

#searchindexclick {
	right: 45px;
}

.columbg {
	width: 100%;
	background-color: rgba(34, 34, 34, 1);
}

.Drugindex {
	padding: 0px;
}

.Drugindex div[class*="col-md"] {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.Drugindex div[class*="col-md"] img {
	position: relative;
	z-index: 10;
}

.Drugindex div[class*="col-md"] .drugindexbg {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items:center;
}

.Drugindex div[class*="col-md"] a {
	color: #efefef;
}

.Drugindex div[class*="col-md"]:hover .drugindexbg {
	background: rgba(0, 0, 0, 0.5);
}

.Drugindex div[class*="col-md"] a:hover,
.Drugindex div[class*="col-md"]:hover .drugindexbg a {
	color: #ffffff;
	text-decoration: none;
}

.Drugindex div[class*="col-md"] .findmore {
	/*padding: 10px 30px 10px 30px;
	border: 2px solid #ffffff;*/
	border-radius: 30px;
	display: inline-block;
	line-height: 50px !important;
}
.Drugindex div[class*="col-md"] .middlecontent a.findmore:hover{
	/*background: #fff;*/
	color: #000 !important;
}

.Drugindex div[class*="col-md"] .middlecontent {
	text-align: center;
	display: block;
}

.Drugindex div[class*="col-md"] .middlecontent h1 {
	margin-bottom: 40px;
	margin-top: 0px;
}

.topindexlogo {
	position: absolute;
	z-index: 1000;
	top: 0;
	text-align: center;
	display: block;
}

.topindexlogo img {
	margin: auto;
}

.drugrightbg {
	background-image: url(../images/shutterstock_232913782.jpg);
	background-position: center center;
	background-size: cover;
}

.drugleftbg {
	background-image: url(../images/shutterstock_189666014.jpg);
	background-position: center center;
	background-size: cover;
}

.ServiceShowleftPic {
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #666666;
}

.ServiceShowrightPic {
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #666666;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5em;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
	display: block;
	max-width: 100%;
	height: auto;
}

.tableshowcontent {
	width: 100%;
}

.tableshowcontent td,
.tableshowcontent th {
	padding: 8px;
}
.tableborder {border-left:1px solid #000 ;border-top:1px solid #000;border-right:1px solid #000;}
.tableborder td{border-bottom:1px solid #000;border-right:1px solid #000;}
.tableborder tr td:last-child{border-right:0px;}
.gongshipic {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 15px;
	text-align: center;
}

.gongshipic img {
	margin: 10px auto 3px auto;
	display: block;
	max-width: 100%;
}

.ServicegongshiShowPic {
	color: #666666;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.searchUnitTit {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
	font-family: var(--font-bold);
}
.searchUnitTitContent{
	margin-bottom:15px;
}
.searchUnitTit a{
	color:var(--main-color);
}
.searchUnitTit a:hover{
color:var(--blue-color);
}


.hr2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ffffff;
}

.form-group {
	display: table;
	width: 100%;
	text-align: left;
}

.chooseradio {
	padding-bottom: 10px;
	display: none;
}

.chooseradio label {
	padding-left: 20px;
	position: relative;
	padding-right: 10px;
	font-size: 14px;
}

.chooseradio input[type="radio"] {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px;
}

.indexchooseradio {
	display: none;
	color: #000000;
}

.indexchooseradio label {
	padding-left: 20px;
	position: relative;
	padding-right: 10px;
	font-size: 14px;
}

.indexchooseradio input[type="radio"] {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px;
}

@media only screen and (min-width:1024px) {
	.chooseradio {
		position: absolute;
		z-index: 1000000;
		padding-left: 0px;
		top: 15px;
		left: 15px;
	}
	.indexchooseradio {
		position: absolute;
		z-index: 1000000;
		padding-left: 0px;
		top: 10px;
		left: 15px;
		padding-bottom: 10px;
	}
	.bannercontent .h1 {
		font-size: 80px;
	}
	.indexcontentshape h1,.indexcontentshape b {
		font-size: 50px;
	}
	.siteright {
		float: right;
	}

	.columbg,
	.columcontent {
		height: auto;
	}
	.columrightwidth {
		margin-top: 30px;
	}
	.navbar-brand img {
		width: 150px;
	}
	.secondpagetit h1 {
		font-size: 60px;
	}

	.Drugindex div[class*="col-md"] .middlecontent h1 {
		font-size: 60px;
	}
	#showMenu li {
		float: left;
		border-right: 1px solid #cccccc;
		padding: 8px;
		width: 14%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
	}
	.columimg {
		width: 100%;
		display: block;
	}
	.columimg img {
		max-width: 100%;
		display: block;
	}
	.siteright {
		float: right;
		margin-right: 100px;
	}
	.indexsearchbutton {
		position: absolute;
		right: 30px;
	}
	.topindexlogo {
		left: 35%;
		width: 30%;
	}

}

@media only screen and (max-width:1024px) {
	.chooseradio {
		position: relative;
		color: #ffffff;
		padding-left: 0px;
	}
	.indexchooseradio {
		z-index: 1000000;
		position: absolute;
		padding-left: 10px;
		width: 100%;
		left: 0;
		text-align: left;
		top: 0px;
		padding-bottom: 5px;
		background-color: #e1e0e0;
	}
	/*.search {
		display: block;
		position: relative;
		width: 100%;
		margin: auto auto 20px auto;
	}
	#indexsearchcont input[id="key"] {}
	.search input[id="key"] {}
	#Searchbutton,
	.searchclose {
		display: none;
	}
	.searchbitton {
		display: block;
	}*/
	.columrightwidth {}
	.navbar-brand img {
		width: 100px;
		margin-top: -10px;
	}
	#showMenu li {
		border-bottom: 1px solid #cccccc;
		padding: 8px;
		width: 100%;
	}
	.spanmore {
		display: none;
	}
	.columimg {
		display: inline-block;
		width: 70px;
		float: left;
	}
	.columimg img {
		text-align: left;
		height: 50px;
	}
	.indexaboutUS h1 {
		font-size: 62px;
	}
    .indexcontentshape h1,.indexcontentshape b {
		font-size: 36px;
	}
    .indexcontent .row:nth-child(2n+1) > div[class*="col"]:nth-child(1),
    .indexcontent .row:nth-child(2n) > div[class*="col"]:nth-child(2),
    .secondpage .row:nth-child(2n) > div[class*="col"]:nth-child(1),
    .secondpage .row:nth-child(2n+1) > div[class*="col"]:nth-child(2){
        display: none;
    }

}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.navbar-brand img {
		width: 170px;
	}
	.bannercontent .h1 {
		font-size: 60px;
	}
	.indexcontentshape h1 {
		font-size: 60px;
	}
	.indexcontentshape .indexcontent .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.secondpage .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.imgsiteRight {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1 {
		font-size: 50px;
	}
	.topindexlogo {
		left: 25%;
		width: 50%;
	}
	.secondpagetit h1 {
		font-size: 60px;
	}
	.ServiceShowleftPic,
	.ServiceShowrightPic {
		width: 100%;
		text-align: center;
	}
	.ServiceShowleftPic img,
	.ServiceShowrightPic img {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width:480px) and (max-width:768px) {
	.navbar-brand img {
		width: 100px;
	}
	.bannercontent .h1 {
		font-size: 40px;
	}
	.indexcontentshape h1 {
		font-size: 40px;
	}
	.indexcontentshape .indexcontent .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.secondpage .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.imgsiteRight {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1 {
		font-size: 50px;
	}
	.topindexlogo {
		left: 20%;
		width: 60%;
	}
	.ServiceShowleftPic,
	.ServiceShowrightPic {
		width: 100%;
		text-align: center;
	}
	.ServiceShowleftPic img,
	.ServiceShowrightPic img {
		margin-bottom: 15px;
	}
	.secondpagetit h1 {
		font-size: 55px;
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.navbar-brand img {
		width: 100px;
	}
	.bannercontent .h1 {
		font-size: 40px;
	}
	.indexcontentshape h1 {
		font-size: 40px;
	}
	.indexcontentshape .indexcontent .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.secondpage .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.imgsiteRight {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1 {
		font-size: 46px;
	}
	.topindexlogo {
		left: 5%;
		width: 90%;
	}
	.ServiceShowleftPic,
	.ServiceShowrightPic {
		width: 100%;
		text-align: center;
	}
	.ServiceShowleftPic img,
	.ServiceShowrightPic img {
		margin-bottom: 15px;
	}
	.secondpagetit h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width:320px) {
	.navbar-brand img {
		width: 100px;
	}
	.bannercontent .h1 {
		font-size: 40px;
	}
	.indexcontentshape h1 {
		font-size: 40px;
	}
	.indexcontentshape .indexcontent .col-md-5 {
		padding-top: 60px;
		padding-bottom: 60px;
		height: 350px;
	}
	.secondpage .col-md-5 {
		padding-top: 30px;
		padding-bottom: 30px;
		height: 300px;
	}
	.imgsiteRight {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1 {
		font-size: 46px;
	}
	.topindexlogo {
		width: 100%;
	}
	.ServiceShowleftPic,
	.ServiceShowrightPic {
		width: 100%;
		text-align: center;
	}
	.ServiceShowleftPic img,
	.ServiceShowrightPic img {
		margin-bottom: 15px;
	}
	.secondpagetit h1 {
		font-size: 40px;
	}
}

.successinfo {
	padding-left: 15px;
	line-height: 30px;
	line-height: 22px;
	color: #888888;
	padding-right: 20px;
	padding-bottom: 20px;
}

.successinfo .iconarea {}

.successinfo .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #090;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

.successinfo .tit {
	font-size: 20px;
	font-weight: bold;
	color: #009900;
	display: block;
}

.successinfo .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}

.jiegou{padding:30px 20px 30px 20px;color:#ffffff; text-align:left;margin:auto;}
.jiegou a{color:#ffffff;}
.jiegou .jiegouLEFT{position:relative;width:200px;}
.jiegou .jiegouLEFT .line{border-top:1px solid #51aec6; position: absolute;top:50%;left:0;width:100%; z-index:0;}
.jiegou .jiegouLEFT .bigtit{padding:20px;position: absolute;top:45%;left:0; background-color:#25829c;z-index:0; border-radius:5px;}
.jiegou .jiegouRIGHT{position:relative;}
.jiegou .jiegouRIGHT .leftline{BORDER-left:1px solid #51aec6; position:absolute;left:0;height:520px;top:25px;}
.jiegou .jiegouRIGHT .unit{position:relative;width:100%;margin-top:15px;margin-bottom:15px;height:50px;}
.jiegou .jiegouRIGHT .unit .line{border-top:1px solid #51aec6; position: absolute;top:50%;left:0;width:100%; z-index:0;}
.jiegou .jiegouRIGHT .unit .linkTit{border-top:1px solid #51aec6;background-color:#25829c;border-radius:5px; position: absolute;top:0;left:10%;width:100%; z-index:0;padding:10px;width:90%;}

.liuji_luoji_show{width:1100px;height:1000px;margin:auto; position: relative;}
.liuji_luoji_show .font_unit{ position: absolute;padding:10px;border:1px solid #009999; text-align:left; display: inline-block; text-align: center; background-color:#009999; z-index: 100;box-shadow: 2px 2px 1px #aaaaaa;}
.liuji_luoji_show .font_unit a{color:#ffffff;}
.liuji_luoji_show .font_unit:hover{ background-color:#d24a4a;border:1px solid #d24a4a; }
.liuji_luoji_show .site_01{left:29%;top:0;width:200px;}
.liuji_luoji_show .site_02{left:29%;top:15%;width:200px;}
.liuji_luoji_show .site_03{left:52%;top:15%;width:200px;}
.liuji_luoji_show .site_04{left:29%;top:35%;width:200px;}
.liuji_luoji_show .site_05{left:29%;top:55%;width:200px;}
.liuji_luoji_show .site_06{left:29%;top:78%;width:200px;}

.liuji_luoji_show .site_07{left:75%;top:3%;}
.liuji_luoji_show .site_08{left:75%;top:11%;}
.liuji_luoji_show .site_09{left:75%;top:19%;}
.liuji_luoji_show .site_10{left:75%;top:27%;}
.liuji_luoji_show .site_11{left:75%;top:35%;}

.liuji_luoji_show .site_12{right:75%;top:25%;}
.liuji_luoji_show .site_13{right:75%;top:32%;}
.liuji_luoji_show .site_14{right:75%;top:39%;}
.liuji_luoji_show .site_15{right:75%;top:46%;}

.liuji_luoji_show .site_16{left:2%;top:66%;}
.liuji_luoji_show .site_17{left:16%;top:66%;}
.liuji_luoji_show .site_18{left:35%;top:66%;}
.liuji_luoji_show .site_19{left:52%;top:66%;width:270px;}
.liuji_luoji_show .site_20{left:80%;top:66%;}

.liuji_luoji_show .site_21{left:2%;top:88%;}
.liuji_luoji_show .site_22{left:27%;top:88%;width:270px;}
.liuji_luoji_show .site_23{left:54%;top:88%;width:230px;}
.liuji_luoji_show .site_24{left:77%;top:88%;}

.liuji_luoji_show .luoji_line{border:1px solid #009999;z-index: 90;box-shadow: 2px 0px 1px #aaaaaa;}
.liuji_luoji_show .line_site_1{ position: absolute;top:1%;left:38%;height:620px;}
.liuji_luoji_show .line_site_2{ position: absolute;top:63%;left:8%;width:80%;}
.liuji_luoji_show .line_site_3{ position: absolute;top:85%;left:8%;width:80%;}
.liuji_luoji_show .line_site_4{ position: absolute;top:28%;left:27%;height:210px;}

.liuji_luoji_show .line_site_5{ position: absolute;top:28%;left:23%;width:46px;}
.liuji_luoji_show .line_site_6{ position: absolute;top:49%;left:23%;width:46px;}
.liuji_luoji_show .line_site_7{ position: absolute;top:37%;left:27%;width:30px;}

.liuji_luoji_show .line_site_8{ position: absolute;top:17%;left:47%;width:60px;}
.liuji_luoji_show .line_site_9{ position: absolute;top:17%;left:70%;width:24px;}
.liuji_luoji_show .line_site_10{ position: absolute;top:6%;left:72%;height:310px;}

.liuji_luoji_show .line_site_11{ position: absolute;top:6%;left:72%;width:40px;}
.liuji_luoji_show .line_site_12{ position: absolute;top:37%;left:72%;width:40px;}

.liuji_luoji_show .line_site_13{ position: absolute;top:63%;left:8%;height:40px;}
.liuji_luoji_show .line_site_14{ position: absolute;top:63%;left:24%;height:40px;}
.liuji_luoji_show .line_site_15{ position: absolute;top:63%;left:38%;height:40px;}
.liuji_luoji_show .line_site_16{ position: absolute;top:63%;left:64%;height:40px;}
.liuji_luoji_show .line_site_17{ position: absolute;top:63%;left:88%;height:40px;}

.liuji_luoji_show .line_site_18{ position: absolute;top:85%;left:8%;height:30px;}
.liuji_luoji_show .line_site_19{ position: absolute;top:85%;left:38%;height:30px;}
.liuji_luoji_show .line_site_20{ position: absolute;top:85%;left:64%;height:30px;}
.liuji_luoji_show .line_site_21{ position: absolute;top:85%;left:88%;height:30px;}

.liuji_luoji_show .line_site_22{ position: absolute;top:68%;left:38%;height:160px;}
.liuji_luoji_show .line_site_23{ position: absolute;top:82%;left:38%;height:30px;}



.structure{padding:30px 20px 30px 20px;color:#ffffff; text-align:left;margin:auto;}
.structure a{color:#ffffff;}
.structure .structureleft{position:relative;width:200px;}
.structure .structureleft .line{border-top:1px solid #51aec6; position: absolute;top:50%;left:0;width:100%; z-index:0;}
.structure .structureleft .bigtit{padding:20px;position: absolute;top:45%;left:0; background-color:#25829c;z-index:0; border-radius:5px;}
.structure .structureright{position:relative;}
.structure .structureright .leftline{BORDER-left:1px solid #51aec6; position:absolute;left:0;height:520px;top:25px;}
.structure .structureright .unit{position:relative;width:100%;margin-top:15px;margin-bottom:15px;height:50px;}
.structure .structureright .unit .line{border-top:1px solid #51aec6; position: absolute;top:50%;left:0;width:100%; z-index:0;}
.structure .structureright .unit .linkTit{border-top:1px solid #51aec6;background-color:#25829c;border-radius:5px; position: absolute;top:0;left:10%;width:100%; z-index:0;padding:10px;width:90%;}

.process_show{width:1100px;height:1000px;margin:auto; position: relative;}
.process_show .font_unit{ position: absolute;padding:10px;border:1px solid #009999; text-align:left; display: inline-block; text-align: center; background-color:#009999; z-index: 100;box-shadow: 2px 2px 1px #aaaaaa;}
.process_show .font_unit a{color:#ffffff;}
.process_show .font_unit:hover{ background-color:#d24a4a;border:1px solid #d24a4a; }
.process_show .site_01{left:29%;top:0;width:200px;}
.process_show .site_02{left:29%;top:15%;width:200px;}
.process_show .site_03{left:52%;top:15%;width:200px;}
.process_show .site_04{left:29%;top:35%;width:200px;}
.process_show .site_05{left:29%;top:55%;width:200px;}
.process_show .site_06{left:29%;top:78%;width:200px;}

.process_show .site_07{left:75%;top:3%;}
.process_show .site_08{left:75%;top:11%;}
.process_show .site_09{left:75%;top:19%;}
.process_show .site_10{left:75%;top:27%;}
.process_show .site_11{left:75%;top:35%;}

.process_show .site_12{right:75%;top:25%;}
.process_show .site_13{right:75%;top:32%;}
.process_show .site_14{right:75%;top:39%;}
.process_show .site_15{right:75%;top:46%;}

.process_show .site_16{left:2%;top:66%;}
.process_show .site_17{left:16%;top:66%;}
.process_show .site_18{left:35%;top:66%;}
.process_show .site_19{left:52%;top:66%;width:270px;}
.process_show .site_20{left:80%;top:66%;}

.process_show .site_21{left:2%;top:88%;}
.process_show .site_22{left:27%;top:88%;width:270px;}
.process_show .site_23{left:54%;top:88%;width:230px;}
.process_show .site_24{left:77%;top:88%;}

.process_show .process_line{border:1px solid #009999;z-index: 90;box-shadow: 2px 0px 1px #aaaaaa;}
.process_show .line_site_1{ position: absolute;top:1%;left:38%;height:620px;}
.process_show .line_site_2{ position: absolute;top:63%;left:8%;width:80%;}
.process_show .line_site_3{ position: absolute;top:85%;left:8%;width:80%;}
.process_show .line_site_4{ position: absolute;top:28%;left:27%;height:210px;}

.process_show .line_site_5{ position: absolute;top:28%;left:23%;width:46px;}
.process_show .line_site_6{ position: absolute;top:49%;left:23%;width:46px;}
.process_show .line_site_7{ position: absolute;top:37%;left:27%;width:30px;}

.process_show .line_site_8{ position: absolute;top:17%;left:47%;width:60px;}
.process_show .line_site_9{ position: absolute;top:17%;left:70%;width:24px;}
.process_show .line_site_10{ position: absolute;top:6%;left:72%;height:310px;}

.process_show .line_site_11{ position: absolute;top:6%;left:72%;width:40px;}
.process_show .line_site_12{ position: absolute;top:37%;left:72%;width:40px;}

.process_show .line_site_13{ position: absolute;top:63%;left:8%;height:40px;}
.process_show .line_site_14{ position: absolute;top:63%;left:24%;height:40px;}
.process_show .line_site_15{ position: absolute;top:63%;left:38%;height:40px;}
.process_show .line_site_16{ position: absolute;top:63%;left:64%;height:40px;}
.process_show .line_site_17{ position: absolute;top:63%;left:88%;height:40px;}

.process_show .line_site_18{ position: absolute;top:85%;left:8%;height:30px;}
.process_show .line_site_19{ position: absolute;top:85%;left:38%;height:30px;}
.process_show .line_site_20{ position: absolute;top:85%;left:64%;height:30px;}
.process_show .line_site_21{ position: absolute;top:85%;left:88%;height:30px;}

.process_show .line_site_22{ position: absolute;top:68%;left:38%;height:160px;}
.process_show .line_site_23{ position: absolute;top:82%;left:38%;height:30px;}


.showhiddencont {
	width: 100%;
	height: 300px;
	overflow-y: auto;
	padding-top: 40px;
}

.showhiddencont strong {
	background-color: #eef5e3;
	display: block;
	padding: 5px;
	margin-top: 10px;
}

.showhiddencont strong a {
	color: #000000;
}

.showhiddencontaoz {
	position: absolute;
	top: 0;
	left: 0;
	/*background-color:#a5ccbe; */
	display: block;
	width: 100%;
	z-index: 100;
	padding: 8px;
}

.showhiddencontaoz a {
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.showhiddencont .container-fluid {
	display: block;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.showhiddencont .container-fluid .col-md-6 {
	margin: 0px;
	padding: 0px;
}

.showhiddencontaoz .chooseshowbg {
	background-color: #3370ad;
	color: #ffffff;
	text-decoration: none;
}

.ServiceShowPic {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.7em !important;
	color: #666666;
}

.ServiceShowPic img {
	margin: auto;
}

.ServiceShowleftPic {
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #666666;
	display: inline-block;
}

.ServiceShowrightPic {
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #666666;
	display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.ullist {
	padding: 0px 0px 0px 19px;
	margin: 0px;
}

.ollist {
	padding: 0px 0px 0px 19px;
	margin: 0px;
}

.ullist li a,
.ollist li a {
	text-decoration: none;
}

.ullist li {
	list-style: disc
}

.ollist li {
	list-style-type: decimal
}

.ullist li>ul>li {
	list-style-type: circle
}

.ollist li>ul>li {
	list-style-type: lower-latin
}

ul li>ul,
ul li>ul li>ul {
	padding-bottom: 0!important
}

.fa-disc::before {
	content: "●";
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
}

.fa-triangle::before {
	content: "▶";
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	font-size: 30%;
}

.fa-star::before {
	content: "★";
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
}

.triangle li {
	list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==) !important;
}

.star li {
	list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==)!important;
}

.disc li {
	list-style: disc !important;
}

.roman li {
	list-style: lower-roman !important;
}

.hollow-disc li {
	list-style-type: circle !important;
}

.decimal li {
	list-style: decimal !important;
}

.greek li {
	list-style: lower-greek !important;
}

.latin li {
	list-style: lower-latin !important;
}

.upper-latin li {
	list-style: upper-latin !important;
}

.unitarea-up-down {
	/*margin-bottom:15px;*/
	/*border:1px solid #efefef;border-radius:5px;*/
}

.unitarea-up-down p:nth-child(1) {
	/*padding-top:10px;padding-bottom:10px;font-size:24px;line-height:33px;padding-left:15px;padding-right:15px;font-weight:bold;*/
	position: relative;
	/*border-radius:5px;*/
	cursor: pointer;
}

.unitarea-up-down p:nth-child(1) .buttondiv {
	display: block;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 13px;
	width: 40px;
	text-align: center;
	cursor: pointer;
}

.unitarea-up-down p:nth-child(1) .titshow {
	padding-right: 10px;
}

.unitarea-up-down p:nth-child(2) {
	/*padding:15px;*/
	display: none;
}

.indexcontainer-fluid {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
}

.container-fluid .col-md-6 {
	flex-grow: 1;
}


@media screen and (max-width:1500px){
	.Drugindex div[class*="col-md"] .middlecontent h1 a{
		font-size: 3.6rem;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1{
		margin-bottom: 20px;
		margin-top: 0px;
		font-size: small;
	}
	.topindexlogo img{
		height: 10rem;
		margin-top: 1.5rem;
	}
}
@media screen and (max-width:800px){
	.container-fluid{
		flex-direction: column;
	}
	.topindexlogo{
		left: 15px;
		top: 0px;
		width: auto;
	}
	.topindexlogo img{
		height: 8rem;
		margin-top: 1.5rem;
	}
	.Drugindex div[class*="col-md"] .findmore {
	    /*padding: 5px 10px;*/
	    /*border: 1px solid #ffffff;*/
	    font-size: 13px;
	    height: 38px !important;
	    line-height: 38px !important;
	    width: 140px !important;
	}
}
@media screen and (max-width:500px){
	.topindexlogo img{
		height: 6rem;
		margin-top: 1rem;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1 a{
		font-size: 2.8rem;
	}
	.Drugindex div[class*="col-md"] .middlecontent h1{
		margin-bottom: 20px;
	}
}



	

.form-horizontal .form-group{
	margin-right: 0px;
	margin-left: 0px;
}
.form-horizontal .form-group .col-sm-12{
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-nav>li{
	padding-right: 15px;
}
.navbar-nav>li>a{
	display: inline-block;
	padding: 10px 2px 10px 15px;
}
.navbar-nav>li>b{
	color: #9d9d9d;
}
.navbar-header a.navbar-brand{
	height: auto;
	line-height: auto;
}
.container-fluid .navbar-header .navbar-brand{
	margin-left: 0px;
}
.dropdown-menu>li>a{
	white-space: unset;
}
@media screen and (min-width:768px) {
.navbar-nav>li:hover{
	background: #000;
}
.siteright li:hover .dropdown-menu {
	display: block;
}
.siteright li:hover a {
	background-color: #000000;
	color: #ffffff;
}
.navbar-nav>li:hover>b{
		color: #fff;
	}
}
@media screen and (max-width:1700px) {
	.bannerUnit>div div img {
		width: auto;
		height: auto;
	}
	.bannercontent img {
		max-width: 50%;
	}
}
.secondpage .row h1,.secondpage .row b{
    font-weight:500;
    line-height:1.1;
    margin-bottom:20px;
    display: block;
}
.secondpage .row h1 i,.secondpage .row b i{
    font-size:24px;
}
@media screen and (max-width:1500px) {
	#showMenu li a{
		font-size: 16px;
	    line-height: 22px;
	    display: inline-block;
	}
	.secondpagetit h1{
		font-size: 35px;
	}
	.indexcontentshape h1{
		line-height: 40px;
	}
	.indexcontentshape h1 a{
		font-size: 35px;
	}
	.indexcontentshape:before{
		top: -2%;
	}
	.indexaboutUS h1 {
	    font-size: 50px;
	}
	
}
@media screen and (min-width:768px) and (max-width:1320px){
	.navbar .columrightwidth ul.nav{
		position: absolute;
	    top: 60px;
	    z-index: 99;
	    margin-right: 0px;
	    left: 0;
	    display: block;
	    width: 100%;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    background: #222;
	    padding-bottom: 10px;
	}
	.indexsearchbutton{
		top: 15px;
	}
	.navbar-brand img {
	    width: 90px;
	}
	.search {
		top: 112px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.navbar .columrightwidth ul.nav{
		background: #222;
	}
/*	.search{
		float: right;
		top: 10px;
		width: 70%;
	}*/
	.navbar-brand img {
	    width: 110px;
	}
}
@media screen and (min-width:768px) and (max-width:1060px){
	.navbar-nav>li:nth-last-child(2),.navbar-nav>li:nth-last-child(1){
		display: none;
	}
	.nav>li>a {
	    padding: 10px 3px;
	}
/*	.search{
		height: 40px;
		line-height: 40px;
	}
	.search .searchbitton img{
		width: 25px;
	}*/
}
@media screen and (max-width:1320px) {
    .serviceshowshape{display: block;}
	.secondpagetit h1 {
	    font-size: 28px;
	}
	.serviceshowshape .servershowtit h1{
		font-size: 35px;
	}
	.Indexes{
		font-size: 1.4em;
	}
}
@media screen and (max-width:1000px) {
	 .serviceshowshape{display: block;}
#indexsearchcont{
	left: 10px;
    transform: translateX(0%);
    width: 65%;
}
.bannercontent{
	top: 40%;
	transform: translateY(-50%);
}
#showMenu .columTit {
    display: flex;
    align-items: center;
}
.indexintroduce{
	padding-top: 0px;
	padding-bottom: 0px;
}
.alignsite{
	margin-top: 30px;
	line-height: 33px;
}
}
@media screen and (max-width:992px) {
     .serviceshowshape{display:none;}
.serviceshowshape .bgpic img {
     width: 60%; 
}
.serviceshowshape .servershowtit {
    padding-top: 12%;
}
.serviceshowshape .servershowtit h1{
	font-size: 30px;
}
.Indexes{
	font-size: 1.3em;
}
.serviceshowshape .servershowtit h1,.serviceshowshape .servershowtit p{
	width: 100%;
	padding-right: 15px;
}
.serviceshowshape{
	padding-bottom: 40px;
}
.aboutuscontent {
    padding-bottom: 40px;
}
}
@media screen and (max-width:768px) {
	
	.secondpage .row h1 a,.secondpage .row b a{
		font-size:36px;
        line-height:1.1;
    
	}
	.secondpage .row h1,.secondpage .row b{
		line-height: 25px;
		margin-bottom: 20px;
	}
	.secondpage .row p{
		font-size: 17px;
	}
	.secondpage .row{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.search{
		top: 0px;
	}
	.navbar-toggle{
		margin-top: 14px;
	}
	.navbar-nav>li>b {
	    float: right;
        margin-top: 18px;
        margin-right: 15px;
        border-top: 6px solid;
	    border-right: 6px solid transparent;
	    border-left: 6px solid transparent;
	}
	.navbar-collapse ul li .dropdown-menu{
		width: 100%;
		position: static;
		padding-bottom: 15px !important;
	}
	.navbar-nav>li{
		padding-right: 0px;
	}
	.navbar-nav>li.open{
		background: #080808;
	}
	.navbar-nav>li.open>b{
		color: #fff;
	}
	.serviceshowshape .servershowtit h1 {
    font-size: 25px;
}
.Indexes {
    font-size: 1.1em;
}
.icon_lists i{
	font-size: 20px;
}
.search{
	/*height: 38px;*/
	line-height: 38px;
}
.searchbitton{
	width: 60px;
}
.searchbitton img{
	width: 20px;
}
}
@media screen and (max-width:700px) {

.serviceshowshape .bgpic img{
	width: 75%;
}


.secondpagetit h1 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
}

.bannercontent img {
    max-width: 68%;
}
.bannercontent{
    font-size: 14px;
}
.indexintroduce .headtit{
	line-height: 35px;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: left;
}
.indexcontentshape:before{
	top: -1.5%;
}
.indexcontentshape{
	top: 0px;
}
.bannerUnit,.bannerfontDIV,.bannerUnit>div{
	height: 400px;
}
.bannerUnit>div div img {
    height: 400px;
}

.indexcontentshape h1 a {
    font-size: 28px;
    line-height: 32px;
    display: inherit;
}
.indexcontent div[class*="col-md"].col-md-7 {
    padding-top: 0px;
    margin-top: 0px;
}

}
@media screen and (max-width:500px) {
.logoandmenu .menu span#indexsearch{
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 20px;
}
.logoandmenu .menu span#indexsearch .glyphicon-search{
	padding-left: 0px;
	padding-right: 0px;
}
#indexsearchcont {
    left: 10px;
    transform: translateX(0%);
    width: calc(100% - 20px);
    top: 68px;
}
}
@media screen and (max-width:350px) {
/*	.showcontentshape:before {
		left: 0%;
		top: -20px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}*/
	.secondpagehape {
		padding-top:160px;
	    padding-bottom: 70px;
	}
}


.btn {
	background: var(--btn-color);
    color: #fff;
    display: inline-block;
    border: 0px solid transparent;
    border-radius: 10px;
    text-align: center;
	height: 50px;
	line-height: 46px;
    width: 160px;
    z-index: 0;
    overflow: hidden;
    position: relative;
	text-decoration: none;
	font-size: 16px;
	padding: 0px 0px;
	cursor: pointer;
}
.btn::after{
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 10px;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.btn:hover::after{
	background: var(--btn-hover-color);
	width: 100%;
	opacity: 1;
}
.btn:hover{
	color: #000;;
	border-color:  var(--green-color);
}
#formID .btn{
	background:var(--main-color);
}
#formID .btn:hover::after{
	background:var(--main-yellow-color);
}
#formID .btn:hover{
	color: #000;
}

#topcontrol{z-index: 999;}
.scrolltopcontrol{width:54px; height:54px;line-height: 54px;text-align: center; background-color: var(--main-yellow-color); border-radius:50%; -webkit-box-shadow: 0 0 8px 0 var(--main-yellow-color);	box-shadow: 0 0 8px 0 var(--main-yellow-color); transition: .5s all ease;}
.scrolltopcontrol:hover{ background-color: var(--main-color); border-radius:50%; -webkit-box-shadow: 0 0 8px 0 var(--main-color); box-shadow: 0 0 8px 0 var(--main-color);}
.scrolltopcontrol:before {
    content: "Top";
    font-family: 'FontAwesome'; 
    cursor: pointer;
    color: #fff; 
	display: block;
}
@media (max-width: 800px){
.scrolltopcontrol {
    width: 40px;
    height: 40px;
    line-height: 40px;
} 
}

.pronote{ background-color:#f5f5f5;font-size:0.9em;padding:10px !important; display:block;margin-bottom:20px;margin-top:20px;color:#666666;}
.pronote i{color:#ff0000;margin-right:5px;}


.Verification-code{ position:relative;}
.Verification-code .check-fa { position: absolute; top: 8px; right: 10px; font-size: 22px; color: #7b9d3b;}
.icon-bg-circle{ display:inline-block; width:33px; height:33px; line-height:33px; background-color:#1c447f; color:#fff; text-align:center; margin-right:10px;
 -webkit-border-radius:33px;
 -moz-border-radius:33px;
 -o-border-radius:33px;
 border-radius:33px;
 }
.icon-bg-circle .fa-envelope, .fa-fax{ font-size:18px;}

.job_list{border-bottom:1px solid #cccccc;padding-top:15px;padding-bottom:15px;}
.job_list {margin-top:0px;margin-bottom:15px;padding-top:0px; display:block; }
.job_list > a{margin-bottom:10px; font-family: var(--font-bold);}
.job_list span {color:#aaa;font-weight:lighter; display: inline-block;margin-top:8px;font-size:12px;}

.job_tab_list td{padding-top:3px;padding-bottom:3px;}
.job_tab_list tr:nth-child(2n+1) td{ background-color:#fafafa;}
.job_tab_list a{color:#2557a2; text-decoration: none;}

.job_search .job_search_unit .search-input{padding:12px 7px 7px 7px !important;width:100% !important;}
.job_search  select{width:100%;padding:7px;margin-top:7px;margin-bottom:7px;}
.job_search .search_btn i{font-size:20px !important;}

.job_show{}
.job_show h1{margin-left:15px;margin-right:15px;margin-bottom:20px;}
.job_show .row{border-bottom:1px solid #efefef;padding-top:10px;padding-bottom:10px;margin-left:15px;margin-right:15px; display: table;width: 100%;}
.job_show .row div[class*="col-md"]{padding:0px 8px 0px 8px !important;}
.job_show .row div[class*="col-md-3"]{font-weight:bold;font-family: var(--font-bold);}
.job_show .row:nth-child(2n+1){ background-color:#fafafa;}
.job_Application{border-top:1px solid #f2f2f2;padding-top:10px;margin-top:10px;}
.job_show h3,.job_Application h3{font-size:26px !important;}
.job_show .row div[class*="col-md"]{font-size:14px;}
.job_show .row div[class*="col-md"] p{margin:0px;padding:0px;}
.job_show .row ul{margin:0px !important;padding:0px !important;} 
.job_show .row ul li{ list-style: disc !important; margin-left:18px !important;} 

.search_job_area_fliter select{width:100%;padding:7px;margin-top:7px;margin-bottom:20px;}
.search_job_area .search-input{border-radius:2px;line-height:40px; padding-left:10px; width:100%; outline:none; height:40px;font-size:14px;border:0; background-color:#f4f4f4;color:#000000;}
.search_job_area .search_btn{ position:absolute;top:33px;right:0;height:40px;line-height:40px;display:inline-block;width:50px;color:#444444;border-bottom-right-radius:5px;border-top-right-radius:5px; text-align:center;font-size:20px; cursor:pointer;}
.search_job_area .search_btn:hover{color:#3399cc;}

.jobnote{color:#aaa !important;font-size:12px !important;line-height:20px !important;padding:20px 0px 0px 0px !important; font-style: italic;}
.jobnote strong{font-size:16px !important; display:block;}

#cssmenu{float:right; font-size:12px; margin-top: 0px;margin-right:20px;}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:10000;
}

#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu #menu-button{display:none;}
#cssmenu{width:auto;}
#menu-line{position:absolute;top:0;left:0;}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li:hover{ background-color: #000;}
#cssmenu.align-center > ul{font-size:0;}
#cssmenu.align-center > ul > li{display:inline-block;float:none;}
#cssmenu.align-center ul ul{text-align:left;}
#cssmenu.align-right > ul > li{float:right;}
#cssmenu.align-right ul ul{text-align:right;}

#cssmenu > ul > li > a {
  padding: 20px 6px 20px 6px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu > ul > li.active > a {
  color: #fff; 
}
#cssmenu > ul > li:hover > a{
  color:#fff;}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px; 
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #fff;
}
#cssmenu > ul > li.has-sub:hover > a::after{border-color:#fff;}
#cssmenu > ul > li.has-sub.active > a::after{border-color:#fff;}
#cssmenu ul ul{position:absolute;left:-9999px;}
#cssmenu li:hover > ul{left:auto;}
#cssmenu.align-right li:hover > ul{right:0;}
#cssmenu ul ul ul{margin-left:100%;top:0;}
#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%;}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height:auto;
  background:#f9f9f9;
}
#cssmenu ul ul li a {
  padding:10px;
  width:190px;
  line-height:22px;
  text-decoration: none;
  color: #444;
  font-size:14px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	/*box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2); */
}
.services_menu{overflow-y:auto; max-height:520px;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FFF;
  background: #000000;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #444;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
@media all and (max-width: 768px)/*, 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)*/ {
#cssmenu{width:100%;background:#444;margin:0px 0 0 0;}
#cssmenu ul{width:100%;display:none;}
#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;/*border-top:1px solid rgba(120,120,120,0.15);*/}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;color:#FFF;}
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
#cssmenu ul ul li a{padding:10px 20px 10px 30px;/*font-size:16px;*/color:#fff; background:#444;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; border:0;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul ul ul li a{padding-left:60px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after{display:none;}
#menu-line{display:none;}

#cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    /*text-transform: uppercase;*/
}
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
 }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 27px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index:20000;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 40px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block; 
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened::after { 
    display: none;
  }
}
 
/* .auto-header{width:100%; margin:0 auto;z-index: 9999;position:fixed;background-color:rgba(0,0,0,0.4);}
.nav{width:100%; position: absolute; z-index: 9999; background-color: #444444;}
.logo{width:180px; float:left; border:0px; margin: 5px 20px 0px 10px;}
.logo a{ display:inline-block;width:100%;} */

#goodcover{display:none;position:absolute;top:0%;left:0%;width:100%;height:5000px;background-color:black;z-index:1001;-moz-opacity:0.8;opacity:0.70;filter:alpha(opacity=80);margin-top:-45px;overflow:hidden;}
#code{width:1000px;height:auto;overflow:hidden;padding:10px;position:absolute;display:none;left:45%;z-index:1002;text-align:center;}
.close1{width:100%;height:60px;}
#closebt{float:right;}
.close1 a{text-decoration: none;}
#closebt:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    cursor: pointer;
    color: #fff; 
	display: block;
	text-align:center;
	font-size: 18px;
	border: 2px #fff solid;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 26px;
}
/*input*/
.searchtxt{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.search-input{border:0;outline:none;font-size:16px;height:46px;padding-left:20px; min-width: 50%;}
.searchtxt select{height:46px; border:0; font-size:16px; color:444; outline:none; padding:0 10px;}
.searchtxt .btnx{padding:15px 40px;clear:both;color:#fff;font-size:16px;text-decoration:none;background-color:var(--green-color);border:0px;outline:none; cursor: pointer;}
.searchtxt .btnx:hover {color:#FFF; transition: background-color .3s; background:#f84949;}
.submit_search{margin-right:20px;}
.submit_search a,#Searchbutton a{text-decoration:none; float:right; margin:10px 0 0 0;  position:relative; cursor:pointer; background:var(--green-color); border-radius: 100%; line-height: 38px; height: 38px; width: 38px; text-align: center; z-index: 999;}
.submit_search a:before{/*content:"\f002";font-family:"FontAwesome";*/font-size:18px;color:#fff; text-align:center; }
/*.submit_search a{font-size:18px;color:#fff; text-align:center; }*/
.submit_search a i{color:#fff; }
/*menu 1*/
.fixed > .auto-header > #cssmenu > ul > li > a {color:var(--blue-color);}
.fixed > .auto-header > #cssmenu > ul > li a::after {border-color:var(--blue-color);}
.fixed > .auto-header > #cssmenu > ul > li.has-sub:hover > a::after{border-color:var(--blue-color);}
 
/*menu 2*/
.fixed > .auto-header >.menu > ul > li a {text-decoration: none; padding: 1em 1em 1em 1em; color:var(--blue-color); display:inline-block;}
.fixed > .auto-header >.menu > ul >.menu-dropdown-icon a:before {
    content: "\f0dd";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 0 0 0 0.5em;
    color:var(--blue-color); 
	display: block;
	font-size:14px; 	
}
.fixed > .auto-header > .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0; font-weight:normal;
	color:#444;
}
.fixed > .auto-header > .menu > ul > li > ul.normal-sub > li a:before{content:""}
.fixed > .auto-header >.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
	display:inline-block;
}

.fixed > .auto-header >.menu > ul > li > ul > li a {
    padding: .4em 0 .4em 0;
    width: 95%;
    border-bottom: 1px solid #ccc; 
	color: #3b5998;
	font-size:16px; 
}
.fixed > .auto-header > .menu > ul > li > ul.navi-menu-2 > li a:before{content:""}
.fixed > .auto-header >.menu > ul > li > ul > li a span{float:right; text-align:right;}

.fixed > .auto-header >.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin:0;
    list-style: none;
    box-sizing: border-box; font-weight:normal;
	
}

.fixed > .auto-header >.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px; font-weight:normal;
}

.fixed > .auto-header >.menu > ul > li > ul > li > ul > li a {
    border: 0;
	color:#444;  width:auto;
}
.fixed > .auto-header >.menu > ul > li > ul > li > ul > li a:hover {
    border: 0;
	color:#195ea3;
}

@media (min-width: 1280px){
	#cssmenu > ul > li > a {
		padding: 20px 10px 20px 10px;
	}
	#cssmenu{font-size:14px;}
	#cssmenu{float:right;}
	.index_container{max-width:1200px; margin:0 auto 0 auto; height: auto; overflow: hidden;}
	.contact_container{max-width:1200px;margin:40px auto; padding:0; position:relative; height:auto; overflow:hidden;}
	.fixed{position: fixed; z-index: 999; display:inline-block;  width:100%; margin:0 auto; background-color:#fff;
		box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);}
	
	.on{display: block!important; border: 1px #d9d9d9 solid; position: absolute;  background: #fff; width: 100%!important; left: 98%; z-index: 99999; top: 0px;
box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2); 
}
}

@media (min-width: 1000px) and (max-width: 1280px){
	.index_container{max-width:90%; margin:0 auto 0 auto; height: auto; overflow: hidden;}

	.contact_container{max-width:90%;margin:40px auto; padding:0; position:relative; height:auto; overflow:hidden;}
	.fixed{position: fixed; z-index: 999; display:inline-block;  width:100%; margin:0 auto; background-color:#fff;}
	
	.on{display: block!important; border: 1px #d9d9d9 solid; position: absolute;  background: #fff; width: 100%!important; left: 98%; z-index: 99999; top: 0px;
box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2); 
}
	
}

@media (max-width: 1000px){
	.auto-header{max-width:100%; margin:0 auto;background-color:rgba(0,0,0,1);position: relative;}
	.index_container{max-width:95%; margin:0 auto 0 auto; height: auto; overflow: hidden;}
	.contact_container{max-width:90%;margin:40px auto; padding:0; position:relative; height:auto; overflow:hidden;}
	
	.on{display: block!important; border: 1px #d9d9d9 solid; position: absolute;  background: #fff; width: 100%!important; left: 0; z-index: 99999; top: 30px;
box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.2); 
}

	.fixed{position: relative; z-index: 999; display:inline-block;  width:100%; margin:0 auto; background-color:#fff;}
	.fixed > .auto-header > #cssmenu > ul > li > a {color:var(--white-color);}
	.fixed > .auto-header >.menu > ul > li a {text-decoration: none; padding: 1em 1em 1em 1em; color:var(--white-color); display:inline-block;}
	.fixed > .auto-header >.menu > ul >.menu-dropdown-icon a:before{content:""!important;}
	.fixed > .auto-header > .menu > ul > li > ul.navi-menu-2 > li a:before{content:""}

	#code{width:100%;height:auto;overflow:hidden;padding:10px;position:absolute;display:none;left:0;z-index:1002;text-align:center;}
	.search-input{border:0;outline:none;font-size:16px;height:46px; margin-bottom: 20px; min-width: 90%;}
	.searchtxt select{height:46px; border:0; font-size:16px; color:444; outline:none; padding:0 10px; width: 90%; margin-bottom: 20px;}
	.searchtxt .btnx{padding:15px 40px;clear:both;color:#fff;font-size:16px;text-decoration:none;background-color:var(--green-color);border:0px;outline:none; cursor: pointer; width: 90%;}
	.searchtxt .btnx:hover {color:#FFF; transition: background-color .3s; background:#f84949;}
	.sit_section{width: 90%; height: auto; overflow: hidden;  margin:-120px auto 0 auto; background: #fff; position: relative; 
	-webkit-transition: color .2s ease;
  	-moz-transition: color .2s ease;
  	-ms-transition: color .2s ease;
  	-o-transition: color .2s ease;
  	transition: color .2s ease;
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	}
	.sit_list{width: 100%; float: left; padding: 20px 0;}
	.sit_list_p{width: 100%; float: left; background:var(--green-color); padding:20px 0;}
	.row-4{ min-height:1px; width:100%;vertical-align:top;}
	.hvr-float{margin: 0 auto; text-align: center; display: block;}
	
	.auto-container{width:95%; margin:0 auto;}
	.inquiry_form li{position:relative; width:100%;display:inline-block;}
	
	
	.single-feature-item i:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 40%;
	width: 70px;
	height: 70px;
	background:var(--yellow-color);
	border-radius: 50%;
	z-index: -1;
	opacity: .9;
	transition: .3s;
  }
}

/*search css begin*/
.search-box{
	background-color:rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
	z-index: 100000;
}

.search-box .search {
	top: 96px;
/*	height: 45px;
	line-height: 45px;
	left: 0;*/
	position: absolute;
	text-align:left;
	background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
	box-shadow: 0 6px 6px 0px #444444;
	font-size:16px;
	
	text-align: center;
	
	
}
.search{
	padding:15px;
}

.searchsite{
	color:#fff !important;
	position: fixed;
}
.searchclose {
	position: absolute;
	z-index: 1001;
	color: #fff !important;
	
	width: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}

.searchclose:hover {
/*	background-color: #f76c33;*/
	color: #f76c33 !important;
}
.search .radio-inline{

	top:0px;
	padding-left:5px;
	padding-right:15px;
	display: block;
	

}
.search .radio-inline label{
	display: inline-block;
}
.search .radio-inline span{
	padding-left:0px;
	padding-right:0px;
	
}

.search input {
	width: 100%;
	border: 0px;
	/*height: 100%;*/
	/*padding: 0px 5px 0px 180px;*/
	font-weight: none;
	color: #000000;
	outline: none;
	border: 1px solid #cccccc;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
}

.searchbitton {
	color: #000;
	padding:10px 30px 10px 30px !important;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	background-color: var(--main-yellow-color);
	font-weight: bold;
	display: inline-block;
/*	display: flex !important;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	margin:auto;
	width:100%;
	border-radius: 5px;
}
.searchbitton img{
    filter: brightness(0%);
}
.searchbitton:hover {
	background-color: #1c3c6e;
}
.searchbitton:hover img{
    filter: none;
}



@media only screen and (min-width:1024px) {
	.search-box .search {
	width: 40%;
	left:25%;
	padding:20px;
	}
	.searchclose {
	RIGHT: -45px;
		top:-20px;
	}
	.searchsite{
	top:40px;
	right:40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.search-box .search {
	width: 70%;
	left:15%;
	padding:20px;
	}
		.searchclose {
	RIGHT: -45px;
		top:-20px;
	}
		.searchsite{
	top:25px;
	right:70px;
	}
}
@media only screen and (min-width:480px) and (max-width:768px) {
	.search-box .search {
	width: 90%;
	left:5%;
	padding:10px;
	
	}
	.searchclose {
	right: 0px;
	top:-45px;
	}
	.searchsite{
	top:25px;
	right:70px;
	}
}
@media only screen and (min-width:320px) and (max-width:480px) {
		.search-box .search {
	width: 90%;
	left:5%;
	padding:10px;
	
	}
	.searchclose {
	right: 0px;
	top:-45px;
	}
	.searchsite{
	top:25px;
	right:70px;
	}
}
@media only screen and (max-width:320px) {
		.search-box .search {
	width: 90%;
	left:5%;
	padding:10px;
	}
	.searchclose {
	right: 0px;
	top:-45px;
	}
	.searchsite{
	top:25px;
	right:70px;
	}
}

.a-radio {
    display: none;
}

.b-radio {
    display: inline-block;
    border: 1px solid #888;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
    position: relative;
}

    .b-radio:before {
        content: '';
        font-size: 0;
        width: 10px;
        height: 10px;
        background: rgb(140, 174, 162);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -5px;
        margin-top: -5px;
        border-radius: 50%;
        display: none;
    }

.a-radio:checked ~ .b-radio:before {
    display: block;
}



/**2021-09-05*/

.search-tab {
	padding-bottom: 120px;
}

.leftsearchclear {
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	background-color: #c00000;
    font-size:14px;
}

	.leftsearchclear a, .leftsearchclear:hover a {
		color: #ffffff;
	}

	.leftsearchclear:hover {
		background-color: #fc3632;
	}

.leftsearch {
	position: relative;
	width: 100%;
}

	.leftsearch input {
		border-bottom: 1px solid #ccc;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		padding: 10px;
		width: 100%;
		outline: none;
		position: relative;
		padding-right: 45px;
		background-color: #f2fce8;
	}

	.leftsearch .sbutton {
		position: absolute;
		width: 45px;
		height: 45px;
		line-height: 45px;
		color: #000000;
		z-index: 100;
		text-align: center;
		top: 3px;
		right: 0;
		cursor: pointer;
	}

		.leftsearch .sbutton:hover {
			color: #ff0000;
		}

.search-tab > li {
	width: 100%;
	/* text-align: right; */
	position: relative;
	padding: 10px;
	border: 1px solid #afd0c5;
	margin-right: 20px;
	margin-bottom: 10px;
/*	float: left;*/
	list-style: none;
	background-color: #c5e9dd;
}

	.search-tab > li select {
		position: absolute;
		left: 0;
		top: 0;
		color: #000;
		padding: 5px;
		height: 40px;
		border: 0;
		width: 50px;
		box-sizing: border-box;
	}

.search-tab input {
	outline: none;
	border: none;
	width: 100%;
}

select:focus {
	outline: none;
}

select option:hover {
	outline-color: rgba(0, 0, 0, 0) !important;
}

select:focus option:selected {
	background: #fff;
	color: #000;
	border: 0 !important;
	outline: none !important;
}

.search-tab {
	padding-bottom: 120px;
}


	.search-tab input {
		outline: none;
		border: none;
		width: 100%;
		background: #c5e9dd;
	}

	.search-tab li select option {
		/* background-color: #fff; */
	}


.select-item-box {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 500px;
	background-color: #c5e9dd;
	/*top: 40px;
	margin-top: 10px;*/
	border: 1px solid #afd0c5;
	overflow: auto;
	opacity: 0;
	z-index: -1;
	transition: all 0.2s linear 0s;
}

	.select-item-box li {
		padding: 10px;
		cursor: pointer;
		text-align: left !important;
	}

	.select-item-box .choose, .select-item:hover {
		background-color: #93b5a9;
		color: #fff !important;
	}


.select-item:first-child {
	display: block !important;
	/*color: #c00000;*/
}

.select-active .select-item-box {
	opacity: 1;
	z-index: 100;
}



/*produc*/

.proshow-list {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

	.proshow-list li {
		list-style: none;
	}

	.proshow-list > li {
		padding: 18px 0 25px;
		border-bottom: 1px solid #ddd;
	}

	.proshow-list h3 {
		font-size: 18px;
		font-weight: bold;
		padding-right: 80px;
		line-height: 24px;
	}

.list-button {
	position: absolute;
	display: block;
	font-size: 27px;
	text-align: right;
	right: 0px;
	top: 0px;
}

	.list-button .list-inquiry {
		display: inline-block;
	}

	.list-button i {
		padding-right: 10px;
	}

	.list-button .fa-file-pdf-o {
		font-size: 24px;
	}

@media (max-width: 768px) {
	.proshow-list h3 {
		padding-right: 0px;
	}

	.list-button {
		position: relative;
		padding-left: 0px;
		/*right: 20px;
        top: 5px;*/
	}
}

.cap-title {
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 26px;
	display:block; 
	font-weight:bold;
	margin-bottom:10px;
}

.specific-checkbox li {
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
}

.specific-radio {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

	.specific-radio input[type=radio] {
		margin: 10px 0;
	}

.a-radio {
	display: none;
}

.b-radio {
	display: inline-block;
	border: 1px solid #888;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
	position: relative;
}

	.b-radio:before {
		content: '';
		font-size: 0;
		width: 10px;
		height: 10px;
		background: rgb(140, 174, 162);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -5px;
		margin-top: -5px;
		border-radius: 50%;
		display: none;
	}

.a-radio:checked ~ .b-radio:before {
	display: block;
}

.specify {
	font-family: 'lato', Arial, sans-serif;
	display: inline-block;
	min-width: 320px;
	height: 34px;
	background: none;
	border: none;
	border-bottom: 1px solid #aeb3bc;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
}

.specific-btn {
	display: inline-block;
	text-align: center;
	padding: 0.7em 3em;
	border-radius: 3em;
	margin-bottom: 15px;
	clear: both;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: 1px #c00000 solid;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	background: #c00000;
}

	.specific-btn:hover {
		border: 1px #ff0000 solid;
		background: #ff0000;
	}

.table-prodetail {
	margin-bottom: 40px;
	width: 100%;
}

	.table-prodetail table {
		width: 100%;
	}

		.table-prodetail table,
		.table-prodetail table tr,
		.table-prodetail table td {
			border: none;
		}

			.table-prodetail table td {
				border-bottom: 1px solid #ddd;
				padding: 8px;
			}

				.table-prodetail table td strong,
				.table-prodetail table td b {
					font-size: 14px;
				}

.pdf-abox {
	display: inline-block;
	padding-right: 40px;
}

	.pdf-abox i {
		font-size: 20px;
		color: red;
		padding-right: 10px;
	}

.foldbox {
	margin-top: 40px;
	margin-bottom: 40px;
}

.related-protocols {
	background: var(--main-color);
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 1.1em;
	color: #fff;
	cursor: pointer;
}

	.related-protocols span {
		font-size: 20px;
	}

.nowopen {
	height: 40px;
	overflow: hidden;
}

.protocol-detail {
	border: 1px solid #ddd;
	padding: 20px;
}

.prodetail-rowbox .other-probox {
	text-align: right;
}

	.prodetail-rowbox .other-probox img {
		height: 164px;
	}

	.prodetail-rowbox .other-probox .other-pro-contbox {
		position: absolute;
		width: 90%;
		height: 80%;
		bottom: 10%;
		left: 5%;
		padding: 5px 20px;
		text-align: left;
		background-color: rgba(97, 124, 242, 0.85);
		color: #fff;
	}

.table-prodetail table th {
	padding: 0;
	background: none;
	border-bottom: 2px solid var(--main-color);
	border-top:0px;
}

	.table-prodetail table th span {
		display: inline-block;
		padding: 8px 12px;
		color: #ffffff;
		background: var(--main-color);
	}


.container-row-a li {
	margin-bottom: 10px;
	break-inside: avoid;
	padding: 8px;
	background: #c5e9dd;
	list-style: none;
}

	.container-row-a li:after {
		display: table;
		content: " ";
	}

	.container-row-a li:after {
		clear: both;
	}

	.container-row-a li span {
		display: inline-block;
		float: left;
		padding-left: 5px;
		line-height: 26px;
		padding-right: 15px;
	}

	.container-row-a li a {
		color: #353a3d;
		display: inline-block;
		float: left;
		max-width: 90%;
		line-height: 26px;
	}

	.container-row-a li:hover {
		background: var(--main-color);
		color: #fff;
	}

		.container-row-a li:hover a {
			color: #fff;
		}

@media (min-width: 1024px) {
	.container-row-a {
		column-count: 2;
		column-width: 50%;
		column-gap: 20px;
	}
}

@media (max-width: 1023px) {
	.container-row-a {
		column-count: 1;
		column-width: 100%;
		column-gap: 0;
	}
}



.tabs {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}

	.tabs .content {
		position: relative;
		z-index: 1;
	}

		.tabs .content li {
			list-style: none;
		}

		.tabs .content .content-current {
			display: block;
			padding: 20px;
			border: 1px solid #ccc;
		}

		.tabs .content section {
			display: none;
		}

		.tabs .content .inquiry_form textarea {
			width: 100%;
		}

	.tabs nav li {
		margin-right: 10px;
		cursor: pointer;
		border: none;
		background: #acd4c5;
		list-style: none;
	}

		.tabs nav li a {
			display: inline-block;
			width: 100%;
			height: 100%;
			font-family: 'lato', Arial, sans-serif;
			font-size: 1.1em;
			color: #fff;
			padding: 0 30px;
		}

		.tabs nav li:hover {
			background: #acd4c5;
		}

			.tabs nav li:hover a {
				color: #fff;
			}

	.tabs nav .tab-current {
		position: relative;
		z-index: 2;
		background: var(--main-color);
	}

		.tabs nav .tab-current a {
			color: #fff;
		}

	.tabs nav ul:after {
		display: table;
		content: " ";
	}

	.tabs nav ul:after {
		clear: both;
	}

@media (min-width: 768px) {
	.tabs nav ul {
		width: 100%;
		margin-top: 10px;
	}

	.tabs nav li {
		float: left;
		text-align: center;
		padding-left: 0px;
		height: 42px;
		line-height: 42px;
		margin-top: 0;
		background: #34373a;
	}
}

@media (max-width: 767px) {
	.tabs nav ul {
		width: 100%;
		margin-top: 10px;
	}

	.tabs nav li {
		float: left;
		text-align: center;
		height: 36px;
		line-height: 36px;
	}

		.tabs nav li a {
			font-size: 0.88em;
			padding: 0 15px;
		}
}



.pdf-datasheet{text-align: center;}
.pdf-datasheet .pdf-abox{color:#ff0000;}
.pdf-datasheet .pdf-abox:hover,.pdf-datasheet .pdf-abox:hover i{color:#ff6c00; text-decoration: none;}

.pdf-abox
 {
	display: inline-block;
	padding-right: 40px;
	margin-top:15px;
	
}

	.pdf-abox i {
		font-size: 20px;
		color: red;
		padding-right: 10px;
	}

/*menu 2 css*/
.menu-mobile {
	display: none; 
	padding: 5px 20px 25px 20px; 
	font-weight:bold;
	color:#FFF !important; 
	text-decoration:none !important; 
	text-align:left;
	position: absolute;
	right:60px;
	height:60px;
	
}
.navi-menu-4{display:none;}
.navi-menu-4 li{ list-style:circle;}
.menu{width: 100%; text-align:right;}
.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding:0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
	color:#FFF;
}

.menu-dropdown-icon:before {
    content: "\f0dd";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 14px 0px 0 0;
    color: #ffffff; 
	display: block;
	font-size:14px; 
	
}

.navi-submenu:before {
    content: "\f0dd";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    color: #444;
    display: block;
    padding: .5em 3em 0 0;
}


.menu > ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    

}
@media (min-width: 993px) {
.menu > ul {
    width:83%;
}
}

@media (max-width: 992px) {
	.menu > ul {
    width:100%;
}
}
.menu > ul > li:last-child{padding-right:10px;}
.menu > ul > li {
    padding: 0;
    margin: 0; display:inline-block; font-size:14px;text-align:left; margin-top:5px; 

}
.menu > ul > li:last-child{padding-right:10px;}
.menu > ul > li > a{color:#ffffff !important;}
	.menu > ul > li > a:hover{
		color:var(--main-yellow-color) !important;
	}
.menu > ul > li a {
    text-decoration: none;
    padding: 1em 0.8em 1em 0.8em;
    color:#000000;
	display:inline-block; position: relative;
}

/*.menu > ul > li:hover {
    background: #3b5998;
}*/
/*.menu > ul > li:hover > a {
    color: #3b5998;
}*/

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding:20px 30px;
    position: absolute;
    z-index: 9999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	-webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-o-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
  	-ms-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 0 0 5px 5px;
/*	height:auto; */
	max-height:550px;
	overflow-y: scroll;
	overflow:hidden;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 31%;
	display:inline-block;
	margin-right:1% !important;
	margin-left:1% !important;
	float:left;
            }

.menu > ul > li > ul > li a {
    
    padding: .4em 0 .4em 0;
    width: 95%;
    border-bottom: 1px solid #ccc; 
	color: #3b5998;
	font-size:14px;
}
.menu > ul > li > ul > li > a
{
	font-weight:bold;
}
.menu > ul > li > ul > li a span{float:right; text-align:right;}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin:0;
    list-style: none;
    box-sizing: border-box; font-weight:normal;
	
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px; font-weight:normal;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
	color:#444;  width:auto;
}
.menu > ul > li > ul > li > ul > li a:hover {
    border: 0;
	color:#195ea3;
}

.menu > ul > li > ul.normal-sub {
    width: 270px;
   left: auto;
   padding: 5px 0px 5px 20px; font-size:14px;
	
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0; font-weight:normal;
	color:#444;}
.menu > ul > li > ul.normal-sub > li a:hover{
	color:#3b5998;}

/* Mobile style's */

@media only screen and (max-width: 1024px) {
	.menu > ul > li:last-child{padding-right:0px;}
	.menu{width: 100%; text-align:left;  left: 0; position: absolute; /*top: 58px;*/ background: #444444;}
    .menu-container {
        width: 100%; 
    }
    .menu-mobile {
		display: block;}
	
    .menu-dropdown-icon:before {
        display: block;
		padding: 1em 1em;
		color:#ffffff;

    }

    .menu > ul {
        display: none; padding:0; background-color:#585858;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1em;
		color:#ffffff;
    }

    .menu > ul > li > ul {
			
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
			height:460px;
		overflow-y: auto;
    }
}

 .menu ul li > ul.navi-menu-2{
	max-height:550px;
	overflow-y: auto;
} 
/* @media only screen and (max-width: 768px) {
	
.menu ul li:nth-child(2) > ul.navi-menu-2{
     height:660px; 
	max-height:550px;
	overflow-y: auto;
	
}
} */
/*.menu ul li:nth-child(3) > ul.navi-menu-2{
    height:300px;
	overflow-y: auto;
}*/
.menu ul li > ul.navi-menu-2::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}
 
.menu ul li > ul.navi-menu-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
 
.menu ul li > ul.navi-menu-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #ccc;
}

.menu ul li ul.navi-menu-3{
    height:150px;
	overflow: hidden;
	overflow-y: auto;
	margin-bottom:15px;
}
/*
.menu ul li:nth-child(2) ul.navi-menu-3{
    height:130px;
	overflow: hidden;
	overflow-y: auto;
}
*/
.menu ul li > ul.navi-menu-3::-webkit-scrollbar,
.menu ul li ul.navi-menu-4::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #F5F5F5;
}
 
.menu ul li > ul.navi-menu-3::-webkit-scrollbar-track,
.menu ul li > ul.navi-menu-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}
 
.menu ul li > ul.navi-menu-3::-webkit-scrollbar-thumb,
.menu ul li > ul.navi-menu-4::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #ccc;
}
.menu ul li ul.navi-menu-4{
	display: block;
	/* max-height:60px;
	overflow: hidden;
	overflow-y: auto;
	margin-bottom:15px; */
}
.menu ul li ul.navi-menu-4 li{
	padding:0px 12px !important;
}
.menu ul li ul.navi-menu-4 li a{
	font-size:0.95em;
}

.contact_tit{
	display: block;
font-size:24px;margin-bottom:20px;
}
.filterby_tit{
	font-size:17px;
	display: block;
	margin-top:15px;
	margin-bottom:25px;
} 
.contact_page_tit{
	font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 80%;
    font-family: 'Seropro', sans-serif;
}
.jobtit{
	font-weight:bold;
	font-size:20px;
	display: block;
	margin-bottom:20px;
}
.case_study_page{
	border:1px solid #ccc;
	position: relative;

	margin-top:15px;
	margin-bottom:15px;

}
.case_study_page .case_study_page_tit{
	background-color: #f2f2f2;
	padding:10px;
	position: relative;
	margin-bottom:0px;
	margin-bottom:0px;
}
.case_study_page .case_study_page_tit i
{
	position: absolute;
	top:0;
	height:100%;
	width:50px;
	text-align: center;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	display: inline-block;
}

.case_study_page .case_study_page_cont{	
	padding:15px;
}
/*services */
table {
	border-collapse: collapse;
	margin: 1.25em 0 0;
	width: 100%;
	border-color: #eeeeee;
}

table tr,
table th,
table td {
	border-color: #eeeeee;
}

table th,
table td {
	padding: 8px 12px;
	text-align: left;
	line-height: 26px;
}

table th {
	background: var(--main-color);
	color: #fff;
	font-size: 1.1em;
}


table tr td a {
	color: var(--main-color);
	text-decoration: none;
}

table tr:nth-of-type(2n+2) td {
	background: #f4faf3;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	font-size: .875rem;
	padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
	padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	display: inline-block;
	padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
	padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
	padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
	display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	border: none;
	display: block;
	vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 30%;
	display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
	display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	vertical-align: top;
	width: 55%;
	display: inline-block;
	padding-top: 10px;
}


/*table fixed */

.table-fixed{border-collapse:collapse;border-top: none}
.table-fixed td{border-left: 1px solid #ddd;}
.table-fixed tbody {display: block;height: 300px;overflow-y: scroll;-webkit-overflow-scrolling: touch;}
.table-fixed thead, .table-fixed  tbody tr {display: table;width: 100%;table-layout: fixed;}
.table-fixed thead{background: #7bb2a0;color: #fff !important;}
.table-fixed thead td{border-left: none !important;}
.table-fixed tbody::-webkit-scrollbar {width: 5px;height: 5px;}
.table-fixed tbody::-webkit-scrollbar-thumb {border-radius: 6px;-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);}
.table-fixed tbody::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
.tablecontentshow{
	width:100%;
}
.table-prodetail {
	margin-bottom: 40px;
	width:100%;
}
.table-prodetail table{
	width:100%;
}

.table-prodetail table,
.table-prodetail table tr,
.table-prodetail table td {
	border: none;
}

.table-prodetail table td {
	border-bottom: 1px solid #ddd;
	padding:8px;
}

.table-prodetail table td strong,
.table-prodetail table td b {
	font-size: 14px;
}

.tab_ser_page
{
	position: relative;
}
.tab_ser_page span{
	display: inline-block;
	padding:5px 10px 5px 10px;
	background-color: #efefef;
	color:#000;
	cursor: pointer;
	margin-top:10px;
	margin-right:10px;
}
.tab_ser_page span:hover,span.tabchosse{
	background-color: #00b0f0;
	color:#fff;
}
.data_ser_page{
	display: none;
}

.data_ser_page table td,.data_ser_page table th{
	padding:8px !important;
}
.data_ser_page table td:first-child,.data_ser_page table th:first-child{
	width:30%;
}
.flter_note span{display:inline-block;border-radius:20px;background-color:#c00000;color:#fff;padding-left:10px;padding-right:10px;margin-left:5px;cursor:pointer}
.flter_note span:hover{background-color:#ff0000;}
.tab_turn{
	position: relative;
}
.tab_turn{
	border-bottom:5px solid var(--main-color);
}
.tab_turn span{
	font-size:16px;
	font-weight:bold;
	padding:10px 15px 10px 15px;
	cursor: pointer;
	display: inline-block;
}
.tab_turn span:hover,.tab_turn .tab_turn_choosebg{
	background-color: var(--main-color);
	color:#fff;
}
.tab_turn_cont{
	display: none;
}
.tab_turn_cont .li_tit_strong{
	display: block;
	position: relative;
	cursor: pointer;
}
.aptamer_adv{
	border:1px solid #ffd144;
	padding:10px;
	margin:10px 0px 10px 0px;
}
.page-box{
	position: relative;
	width:100%;
	margin-top:25px;
	margin-bottom:25px;
}
.page-box p{
	margin-top:15px;
}
.page-box2{
	border:1px solid #ccc;
	border-radius: 20px;
	padding:20px 20px 10px 20px;
	margin-top:-20px;
}
.page-box-tit{
	 text-align: center;
}
.page-box-tit span{
	border-radius: 50px;
	background-color: #3d99b3;
	color:#fff;
	display: inline-block;
	padding:10px 30px 10px 30px;
	margin:auto !important;
	line-height:24px;
}
.radius_line{
	border-radius: 10px;
	border:1px solid #3d99b3;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
}

/*mq*/
.show-center,.show-left,.show-right{color:#666;text-align:center;font-size:0.95em;line-height:1.7em !important}
.show-center img,.show-left img,.show-right img{display:block;margin-right:auto;margin-bottom:15px;margin-left:auto;height:auto;max-width:100%}
@media (min-width:992px){
    .show-left,.show-right{display:inline-block}
    .show-right{float:right;margin-left:15px}
    .show-left{float:left;margin-right:15px}
}
@media (max-width:992px){
    .show-right,.show-left{width:100%;margin:0}
}

.Reference,.reference{color:#666;font-size:0.95em}
.Reference p,.reference p{margin-bottom:10px}
.Reference ol,.reference ol{margin-bottom:15px;padding-left:15px}


/*table*/
table{margin-bottom:25px;width:100%;border:1px solid #ddd}
table p,table td ul,table td ol{margin-bottom:15px}
table td ul:last-child,table td ol:last-child,table td p:last-child,table td ul:last-child>li:last-child,table td ol:last-child>li:last-child{margin-bottom:0}
table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td,.table>thead>tr>th,table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:10px 8px;border-top:1px solid #ddd;vertical-align:middle;line-height:1.428571429}
.service-table tr:first-child,.service-tr,.service-table.table-striped tr:first-child td{background:#7bb2a0;color:#fff !important;}
.service-table tr:first-child a,.service-tr a{color:#fff}
.service-table tr:first-child td,.service-table tr:first-child th,.table-bordered .service-tr td,.service-tr td{border:none}
.service-table.table-striped>tbody>tr:nth-child(1)>td,.service-table.table-striped>tbody>tr:nth-child(1)>th{background-color:transparent}


/* special css */
ul.border-box>li{margin-bottom:0}
ul.border-box{padding:15px 15px 15px 30px}
.border-box{border:1px solid #1a5ca3;padding:15px;border-radius:5px}
.bg-box{background:#e9eff9;padding:10px 15px;border-radius:5px}
div.bg-box,div.border-box{margin-bottom: 25px}

@media (min-width:992px){
    .list-box,.flex-box{display:flex;flex-wrap:wrap}
    .list-box div[class*="col-md"]{display:flex}
}
.flex-box .border-box{margin-bottom: 0;height: 100%}
.list-box div[class*="col-md"],.flex-box div[class*="col-md"]{margin-bottom:20px}
.list-box a{display:flex;align-items:center;border:1px solid #ddd;width:100%;padding:10px;border-radius:5px;position:relative;transition:all ease .4s;text-align:left}
.list-box a:before{position:absolute;content:'';background:#2391cc;z-index:-1;top:0;right:auto;bottom:auto;left:0;width:0;height:100%;opacity:1;border:solid 2px #2391cc;transition:all ease .4s}
.list-box a:hover{color:#fff;border:1px solid transparent}
.list-box a:hover:before{right:0;width:100%;border-radius:5px}
.flex-box p{margin-bottom: 15px}
.flex-box p:last-child{margin-bottom: 10px}


@media(min-width: 992px) {
    .bg-box>.row{display: flex;flex-wrap: wrap;}
    .border-box ul:last-child,.border-box p:last-child,.bg-box div[class*="col-md"]>p:last-child,.bg-box div[class*="col-md"] img,.bg-box ul:last-child{margin-bottom: 0}
}
.bg-box>.row .ServiceShowPic, .bg-box>.row .show-center{height: 100%;width: 100%;position: relative;overflow: hidden;min-height: 140px;}
.bg-box>.row .ServiceShowPic img,.bg-box>.row .show-center img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);min-width: 100%;min-height: 100%;max-width: 120%;}


.next-box a{display: flex;align-items: center;height: 180px;position: relative;width: 100%;color: #fff;text-align: center;border-radius: 5px;transition: all ease .4s;margin-bottom: 30px;}
.next-box h2,.next-box h3{padding: 5px;background: rgba(0,0,0,.4);font-weight: normal;margin-bottom: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border-radius: 5px;font-size: 1.2em;}
.next-box a:hover{box-shadow: 0 0 10px #ccc;transform: scale(1.02);}
/*mq*/


/*2024-6-2 services page General css*/
.serviceshowContent .bg-grey{ background-color: #c6e9de;padding:20px;border-radius: 5px;}
.serviceshowContent h2{font-size:20px;font-weight:bold;}
.serviceshowContent h3{font-size:16px;font-weight:bold;}
.serviceshowContent strong,.serviceshowContent b{font-family: var(--font-bold);}

.h2_tit{
	display: block;
	border-left:5px solid #eadf00;
	padding-left:10px;
	background-color: #e8f4fa;
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:20px !important;
	margin-top:20px !important;
	font-size:20px;
	font-weight:bold;
}
.h3_tit{
	display:block;
	padding-bottom:12px;
	margin-bottom:10px !important;
	position: relative;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
}
.h3_tit:before{
	content:"";
	position: absolute;
	top:3px;
	left:0px;
	width:12px;
	height:12px;
	background-color:#000;
}
.h4_tit{
	display: inline-block;
	padding-top:10px;
	padding-bottom:8px;
	margin-bottom:8px !important;
	border-bottom:1px solid var(--main-color);
	font-size:16px;
	font-weight:bold;
}
.page-tab{
  position: sticky;
/*  top: 165px;*/
	background-color: #fff;
  padding: 15px 15px 5px 0px;
  border-bottom: 3px solid var(--main-color);
  margin-bottom: 20px;
  z-index: 200;

}

.page-tab span,.page-tab a{
  padding: 7px 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom:10px;
  background-color:var(--main-color);
  cursor: pointer;
  color:#fff;
}

.page-tab span:hover,.page-tab a:hover,.page-tab-choose{
  background-color: #eadf00 !important;
  color: #000 !important;
}

.disease-models{
position: relative;	
text-align: left;
	display: flex;
	flex-wrap: wrap;
}
.disease-models span{
	display: inline-block;
	padding:8px 10px 8px 10px;
	position: relative;
	
/*		 background-color: #add5c8;*/
	border-radius: 5px;
	 color:#000;
	margin-right:10px;
	margin-bottom:10px;
	cursor: pointer;
	font-size:14px;
	border:1px solid #add5c8;
}

.disease-models span:hover{
	  background-color: #eadf00 !important;
  color: #000 !important;
}
.disease-models span:hover .disease-models-content{
	display: block;
}
@media (min-width:1280px) {
	.disease-models span{
		width:32%;
	}
}
@media (min-width:993px) and (max-width:1279px) {
	.disease-models span{
		width:48%;
	}
}

@media (max-width:992px) {
	.disease-models span{
		width:100%;
	}
}

.disease-models-content{
	position: absolute;
	display: none;
	top:100%;
	left:0;
	width:350px;
	background-color: #fff;
	padding:15px;
	z-index:100;
}
.disease-models-content a{
	display: block;
}
.disease-models-content ul li{
	list-style: none;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	text-align: left;
}

/*  css  click begin*/
.toggle-checkbox {
	display: none;
}
.toggle-trigger {
	color: var(--main-color);
	cursor: pointer;
	padding: 2px 4px;
}
.toggle-trigger:active {
	color: var(--main-color);
}
.toggle-content {
	position: absolute; 
	left: 0; 
	right: 0; 
	 top: 100%;  
	z-index: 10; 
	max-height: 0;
	overflow-y:scroll;
	padding: 0 15px;
	margin: 5px 0 0; 
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
	min-width:300px;
	text-align: left;
	transition: max-height 0.3s ease, padding 0.3s ease;
}
.toggle-checkbox:checked + label .toggle-content {
	max-height: 300px; 
	padding: 15px; 
}

.toggle-text-expand { display: inline; }
.toggle-text-collapse { display: none; }
.toggle-checkbox:checked + label .toggle-text-expand { display: none; }
.toggle-checkbox:checked + label .toggle-text-collapse { display: inline; }
.toggle-cont{
	padding:20px;
	border-radius: 5px;
	border:1px solid var(--main-color);
	position: relative;
	margin:20px auto;
	text-align: left;
}
.toggle-cont-tit{
	position: relative;
}
.toggle-cont ul li{
	list-style: none;
	font-size:14px;
	padding:5px;
}
.toggle-cont ul li:nth-child(2n+1){
	background-color: #f2f2f2;
}
.toggle-cont label{
	width:100%;
	text-align: center;
	font-weight: normal;
}
/* css  click end*/

/*.Inquiry_container .row div[class*="col"]{margin-top:10px;margin-bottom:10px;}*/
/*-------------------2024-6-28 public css begin-----------------------------------*/
.box-radius{
	border-radius:5px;
	padding:10px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
.bluebg,.yellowbg,.light-bluebg{
	text-align: center;
	font-weight:bold;
}
.bluebg{
	background-color:#1a3a6f;
	color:#fff;
}
.yellowbg{
	background-color:var(--main-yellow-color);
	color:#000;
}
.light-bluebg{
	background-color:#c7daf1;
	color:#000;
}
.entrance-list div[class*="col"],.blue-entrance-list div[class*="col"],.light-blue-entrance-list div[class*="col"]{
	margin-bottom:15px;
}
.entrance-list,.blue-entrance-list,.light-blue-entrance-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px;
}

.entrance-list a,.blue-entrance-list a,.light-blue-entrance-list a{
	display: flex;
	border:1px solid #ccc;
	padding:10px;
	width:100%;
	align-items: center;
	justify-content:center;
	text-align: center;
	line-height:1.4em;
	border-radius: 5px;

}
.blue-entrance-list a{background-color:#1a3a6f;color:#fff;}
.light-blue-entrance-list a{background-color:#c7daf1;color:#000;}
.entrance-list a:hover,.blue-entrance-list a:hover,.light-blue-entrance-list a:hover {
	background-color:var(--main-yellow-color);
	color:#000;
}





.list_number div[class*="col-md"] span.bgcolor-green{background-color: #00b050;}
.list_number div[class*="col-md"] span.bgcolor-yellow{background-color: #eadf00;color:#000;}
.list_number{ text-align:left;}
.list_number div[class*="col-md"]{padding-left:55px;margin-top:10px;margin-bottom:10px; position: relative;}
.list_number div[class*="col-md"] span{background-color: #1c3c6e;color:#fff;width:30px;height:30px; text-align: center;line-height:30px; display: inline-block;top:5px;margin-right:10px; position: absolute;left:15px;}

.section_site {
	cursor: pointer;
	position: relative;
	font-size: 16px !important;
	background-color: #efefef;
	display: block;
	border-radius: 5px;
}

.faqnavsite {
	cursor: pointer;
	display: block;
	padding: 15px;
	position: relative;
}

.fontbacktop {
	display: inline-block;
	cursor: pointer;
	color: #0E62CC;
	margin-left: 10px;
	position: absolute;
	width: 60px;
	height: 50px;
	z-index: 100;
	line-height: 50px;
	top: 0;
	right: 0;
}

.faqnavsite::after {
	content: "›";
	display: inline-block;
	width: 40px;
	height: 50px;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 60px;
	text-align: center;
	font-size: 30px;
}

.faqlist {
     padding-left:5px;
	}
.faqlist li{
	margin-bottom:10px;
    list-style-type: none;
}
.faqlist .answercontent{
	padding-top:15px;
	display: none;
	}
	.faqlist .answercontent ul li{
		list-style:disc;
	}

.sFAQTit {
	display: block;
	position: relative;
	padding-right: 60px;
	font-weight: bold;
	cursor: pointer;
	background-color: #f2f2f2;
	padding:10px;
}
.sFAQTit i{margin-right:10px;}
.sFAQTit::after {
	content: "›";
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 5px;
	right: 0;
	right: 0;
	text-align: center;
	font-size: 26px;
}

.flow-chart{margin-bottom:15px;}
.flow-chart .fcunit span.bgcolor-green{background-color: #00b050;}
.flow-chart .fcunit span.bgcolor-yellow{background-color: #eadf00;color:#000;}
.flow-chart .fcunit span.bgcolor-yellow a{color:#000;}
.flow-chart div[class*="col"]{position: relative;}
.flow-chart .fcunit{display: block; position: relative;}
.flow-chart .fcunit span{background-color: #1c3c6e;color:#fff;padding:10px;border-radius: 5px;line-height:22px; display: flex; align-content: center; align-items: center; min-height:70px;}
.flow-chart .fcunit span a{color:#fff;display: inline-block;}
.flow-chart .fcunit p{padding:10px;margin-bottom:0;border:1px solid #ddd;border-radius: 5px;margin-top:15px;}
.flow-chart .fcunit ul{border:1px solid #ddd;border-radius: 8px;padding:10px;}
.flow-chart .fcunit ul li{margin-bottom:0px; margin-left:15px;}
.flow-chart div[class*="col"]:after{font-size:30px;height:50px; text-align: center;font-weight:bold;}
.flow-chart div[class*="col"]:last-child:after{content:"";}
@media (min-width: 993px){
.flow-chart .fcunit{width:88%;}
.flow-chart div[class*="col"]:after{content:"→"; position: absolute;top:100px;right:0;width:50px;}
}
@media (max-width: 992px){
.flow-chart .fcunit{width:100%;}
.flow-chart div[class*="col"]:after{content:"↓"; position: relative; display: block; text-align: center;width:100%;margin-top:10px;}
}

.box_r_con{border-radius:15px;padding:20px}
.table_td_padd td{padding:10px;margin:auto !important}

.reviewstar {color:var(--main-yellow-color);margin-left:20px; display: inline-block;}
/*.contheight{overflow: hidden; height: 400px;}*/
@media (min-width:993px){.contheight {height:100%;}.sym_more.ct_mobile{display:none;}
}@media (max-width:992px){.contheight {height:400px;overflow: hidden;}.sym_more.ct_mobile{display:block;}
}
.reviewsbox{
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:15px;
}
.r-item{
	display: flex;
	border-bottom:1px solid #efefef;
	padding-bottom:15px;
	margin-bottom:10px;
}
.r-item img{
	width:60px;
	height:60px;
	border:1px solid #ccc;
	border-radius: 60px;
}
.r-item .r-cont{
	padding:0px 15px 0px 15px;
	display: block;
	width:100%;
	position: relative;
}
.r-item .r-cont .r-links{
	width:90px;
	height:30px;
	position: absolute;
	top:0;
	right:0px;
	color:#ff0000;
}
.r-item .r-cont .r-start{
	font-size:14px;
	color:#666;
/*	display: inline-block;*/
}
.r-item .r-cont .r-start span{
	margin-right:5px;
	color:var(--main-yellow-color);
}
.r-item .r-cont .r-cont-box{
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
}
.r-item .r-cont .r-time{
	text-align: right;
	font-size:12px;
	color:#666;
	display: block;
	width:100%;
}
.dofor{
	display: flex;
	flex-wrap: wrap;
}
.dofor a{
	line-height:1.5em;
}

.dofor div[class*="col"]{
	margin-bottom:15px;
	font-size:14px;
	text-align: center;
}
.dofor a{
	display: block;
	color:var(--btn-color);
}
.dofor a:hover{
	background-color:var(--yellow-color);
	color:var(--blue-color);
}
.Immuno{display:block}
.Immuno_unit{padding-left:10px;margin-bottom:20px;margin-top:20px;display:block}
.Immuno_unit p{padding-bottom:0;margin-bottom:0}
.Immuno_unit strong{margin-bottom:15px}
.Immuno_unit:nth-child(1){border-left:5px solid #add5c8}
.Immuno_unit:nth-child(2){border-left:5px solid #a3cabe}
.Immuno_unit:nth-child(3){border-left:5px solid #9ac0b3}
.Immuno_unit:nth-child(4){border-left:5px solid #90b5a9}
.Immuno_unit:nth-child(5){border-left:5px solid #86ab9f}
.Immuno_unit:nth-child(6){border-left:5px solid #7ca095}
.Immuno_unit:nth-child(7){border-left:5px solid #73968a}
.Immuno_unit:nth-child(8){border-left:5px solid #698b80}

.text-box-style,.text-box-style-blue{
	border-radius:5px;
	padding:20px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	border:1px solid #ccc;
}
.text-box-style-blue{
	border:2px solid #1a3a6f;
}
.text-box-style p,.text-box-style-blue p{
	padding-bottom:8px;
}



.textboxstyle-area{
	display: flex;
	flex-wrap: wrap;
}
.textboxstyle-area .doarea_box{
	height:100%;
    padding-bottom:20px;
}
.textboxstyle-area .doarea_box .textbox-border{
	color:#000;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}
.textboxstyle-area .doarea_box .textbox-border span strong,
.textboxstyle-area .doarea_box .textbox-border span a{
    display: block;
    padding:10px;
}
.textboxstyle-area .doarea_box span,.textboxstyle-area .doarea_box .textbox-border span a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    text-align: center; 
	display: block;
    margin:auto !important;
}

.textboxstyle-area .box-radius_titarea{
	padding:15px 15px 10px 15px; 
    display: block;
    margin-bottom:10px; 
    position: relative;

	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	height:100%;
}
.textboxstyle-area .box-radius_titarea a{display: inline-block !important;}
.textboxstyle-area .box-radius_titarea span.inquiry-button{padding-top:20px;padding-bottom:20px;margin:auto;width:200px;height:40px; display: block;line-height:35px;}
.process-n .fcunit{padding-bottom:45px;}
/*---yellow begin---*/
.textboxstyle-area-yellow span{
	background-color: var(--main-yellow-color);
	color:#000;
	font-weight:bold;
}
.textboxstyle-area-yellow .box-radius_titarea{
    border:1px solid var(--main-yellow-color);
}
.textboxstyle-area-yellow .textbox-border > span a{
	display: block;
	color:#000;
}
.textboxstyle-area-yellow:hover .textbox-border > span a{
	background-color: #1d3c6f;
}
.textboxstyle-area-yellow:hover .textbox-border > span a{
   color:#fff; 
}
/*---yellow end---*/
/*---blue begin---*/
.textboxstyle-area-blue span{
	background-color: #1d3c6f;
	color:#fff;
	font-weight:bold;
}
.textboxstyle-area-blue .box-radius_titarea{
    border:1px solid #1d3c6f;
}
.textboxstyle-area-blue .textbox-border > span a{
	display: block;
	color:#fff;
}
.textboxstyle-area-blue:hover .textbox-border > span a{
	background-color: var(--main-yellow-color);
}
.textboxstyle-area-blue:hover .textbox-border > span a{
   color:#000; 
}

/*---blue end---*/

@media (min-width: 993px){
.textboxstyle-area .textbox-border span{
	width:70%;
	}
}
@media (max-width: 992px){
.textboxstyle-area .textbox-border span
{
	width:100%;
	}
}

p.doarea{
	text-align: center;
	
}
p.doarea span{
	display: inline-block !important;
	padding:3px 10px 3px 10px !important;
	margin:5px!important;
	background-color: #efefef;
	border-radius: 5px;
	color:#000;
	width:auto !important;
	font-weight:normal;
	text-align: center;
	
}


.process-area{
	display: flex;
	flex-wrap: wrap;
}

.process-area .doarea_box{
	height:100%;
    padding-bottom:20px;
    padding-left:20px;
}
.process-area .doarea_box .textbox-border{
	color:#000;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border:1px solid var(--main-yellow-color);
    border-radius: 8px;
    padding:20px 20px 20px 30px;
    position: relative;
}
.process-area .doarea_box .textbox-border .num{position: absolute;width:35px;height:35px;top:38%;left:-18px; background-color: var(--main-yellow-color);color:#000;border-radius: 5px;  display: flex; align-items: center;justify-content: center;font-weight: bold;}
.process-area .doarea_box .textbox-border p{padding:0px;margin:0px;}

.textboxstylecont.doarea_box p.doarea,
.flow-chart.doarea_box p.doarea{
	position: absolute;
	bottom:0px;
	width:100%;
	left:0px;
}
/*
.textboxstylecont.doarea_box .cont_area,
.flow-chart.doarea_box .fcunit
{padding-bottom:50px;}
*/



.textboxstyle3{
	margin-bottom:15px;
}
.textboxstyle3 .box_r_con{
	display: block;
	border-radius:5px; 
	padding:20px;
	height:100%;
}
.blue3 .box_r_con{
	background-color: #c7daf1;
}
.yellow3 .box_r_con{
	background-color: var(--main-yellow-color);
}

.textboxstyle-45{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px;
}
.textboxstyle-45 div[class*="col"]{
	margin-bottom:25px;
	padding-top:25px;
}

.textboxstyle-45 .textboxstylecont{
	display: block;
	border-radius:5px; 
	height:100%;
	position: relative;
	padding:10px 15px 10px 15px;
}
.textboxstyle-45 .textboxstylecont span{
	display: block;
	border-radius:5px; 
	padding:10px;
	text-align:center;
	font-weight:bold;
	width:80%;
	margin:-30px auto auto auto !important;
}
.textboxstyle-45 .textboxstylecont span a {color:#fff;}
.textboxstyle-45 .textboxstylecont span a:hover{color:var(--main-yellow-color);text-decoration: none;}
.textboxstyle-45 .textboxstylecont .inquiry-button{
	font-size:14px;
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.textboxstyle-45 .textboxstylecont div{
	padding-top:5px;
	margin:0px !important;
}
.textboxstyle-45 .textboxstylecont div p{
	margin:0px;
	padding:0px;
}
.doarea_box .cont_area{padding-bottom:45px;}
.blue45 span{
	border:1px solid #79a395;background-color:#79a395;color:#fff;
}
.blue45 .textboxstylecont{
	border:1px solid #79a395;
}
.yellow45 span{
	border:1px solid var(--main-yellow-color);background-color:var(--main-yellow-color);color:#000;
}
.yellow45 .textboxstylecont{
	border:1px solid var(--main-yellow-color);
}

.textboxstyle-7{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px;
}
.textboxstyle-7 .box_r_con{
	height:100%;
	border-radius: 5px;
}
.textboxstyle-7 .bluecolor{
	background-color: #c7daf1;
}
.textboxstyle-7 .light-yellowcolor{
	background-color: #ebf1de;
}

/*---------------------2024-6-28 public css end----------------------------------*/
.tooltip-box{position: relative;}
.tooltip-box .tooltip{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height:1.4em;
}
.tooltip-box .tooltip a{color:var(--main-yellow-color);}
.tooltip-box .tooltip a:hover{color:var(--main-yellow-color); text-decoration: underline;}
.tooltip-box:hover .tooltip {
    display: block;
    opacity: 1;
}
.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}
.inqunotice .google-policies{color:#000;}
.inqunotice .price-con,.inqunotice .price-con a,
.salearea .price-con,.salearea .price-con a{color:#000;}
.salearea{margin-bottom:20px; }

.typecont{display: flex;flex-wrap: wrap;}
.typeUnit{margin-bottom:15px;}
.typeUnit h2{font-size:16px !important;margin:0px;padding:10px 0px 0px 0px;min-height:55px;line-height:22px}
.typeUnit .imgarea,.typeUnit .imgsize_show_area{height:350px;border-radius: 10px;} 
.typeUnit table,.typeUnit table td{border:0px;}
.typeUnit-tit{padding-top:15px;padding-bottom:15px;}

.typeUnit a{display:block;margin:10px 0px; text-align: left;}
.typeUnit a .typeUnit-tit{display:block;padding:5px 10px 6px 10px; justify-content: center;align-items: center;}
.imgsize_show_area,.imgarea{
	height:280px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto !important;
    border:1px solid #eee;
}
.imgsize_show_area img,.imgarea img{
	width: 100%;
	height:100%;
	object-fit: contain;
}

.imgarea{
	height:280px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.imgarea img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.imgarea:hover img{
	transform: scale(1.1); 
}

.fd-style-1 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    padding: 1rem 1.5rem;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
    position: relative;
}

.fd-style-2 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
}

.fd-style-2 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
}

.fd-style-2 .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-2 .content {
    padding: 0rem 1.5rem 1rem;
}

.fd-style-3 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    position: relative;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.fd-style-3 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
    border-radius: 4px;
    width: auto;
    position: relative;
    top: -20px;
    margin: 0 15px;
}

.fd-style-3 .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-3 .content {
    padding: 0rem 1.5rem;
    transform: translateY(-1rem);
}

.fd-style-4 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--main-color);
    background: #fff;
    transition: all .3s ease;
}

.fd-style-4 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
}

.fd-style-4 .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-4 .content {
    padding: 0rem 1.5rem 1rem;
}

.fd-style-5 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;
    padding: 1rem 1.5rem;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
    position: relative;
}

.fd-style-5:hover:hover {
    background: linear-gradient(45deg, var(--a-color-light), var(--main-color))!important
}

.fd-style-5:hover:hover h3,
.fd-style-5:hover:hover h4,
.fd-style-5:hover:hover h5,
.fd-style-5:hover:hover p {
    color: #fff
}

.fd-style-5:hover:hover a {
    color: #62a9ff
}

.fd-style-5:hover:hover a:hover {
    color: var(--a-color-hover)
}
.fd-style-5:hover .sp-li-check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cpolyline points='9 11 12 14 16 10'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 25px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden
}

.question,
h3.question {
    color: #2c5282;
    margin: 0;
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    transition: background-color .3s ease
}

.question:hover {
    background: #edf2f7
}

.question::after {
    content: '+';
    font-size: 24px;
    font-weight: 400
}

.question.active::after {
    content: '-'
}

.answer {
    color: #4a5568;
    margin: 0;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff
}

.answer.active {
    padding: 24px;
    max-height: 1000px
}

.answer p {
    margin: 0 0 16px
}

.answer p:last-child {
    margin-bottom: 0
}

.fd-style-6 {
    border-radius: var(--bs-border-radius-lg);
    text-align: left;

    padding: 1rem 1.5rem;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
    position: relative;
    background: #f8fafc;
}

.fd-style-6 .title::before {
    content: "\1F449";
    display: inline-block;
    margin-right: 5px;
}

.fd-style-7 {
    border-radius: 0 8px 8px 8px;
    text-align: left;
    position: relative;
    /*height: 100%;*/
	 height: auto;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; */
	margin:20px auto;
}

.fd-style-7 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 1rem 1.5rem;
    height: auto;
    line-height: 1.3;
    border-radius: 4px 4px 0 0;
    width: auto;
    position: relative;
    top: -56px;
    width: 50%;
    min-width: 350px;
    padding-left: 95px;
    position: relative;
    margin-top: 30px;
}

.fd-style-7 .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-7 .content {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    transform: translateY(-66px);
    margin-bottom: -56px;
}

.fd-style-7 .title::before {
    display: inline-block;
    color: #aedffc;
    font-size: 60px;
    position: absolute;
    top: -50%;
    left: 15px;
}

.fd-style-7:nth-child(n) .title::before {
    content: attr(data-number);
}

.fd-style-8 {
    border-radius: 0 8px 8px 8px;
    text-align: left;
    position: relative;
    height: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background: #fff;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.fd-style-8 .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 1rem 1.5rem;
    height: auto;
    line-height: 1.3;
    border-radius: 4px 4px 0 0;
    width: auto;
    position: relative;
    top: -56px;
    width: 50%;
    min-width: 350px;
    position: relative;
    margin-top: 30px;
}

.fd-style-8 .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-8 .content {
    padding: 0rem 1.5rem;
    transform: translateY(-66px);
    margin-bottom: -56px;
}
.fd-style-9{
	margin:20px auto;
}

.fd-style-9>div.img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fd-style-9>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fd-style-9 .img img {
    width: 100%;
    height: auto;
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    .fd-style-9>div.img {
        display: none;
    }
    .fd-style-9 h3::before {
        content: "鈫�";
        margin-right: 5px;
    }
}

.fd-style-10 {
    display: flex;
    flex-wrap: nowrap;
    gap: 27px;
    align-items: center;
    justify-content: center;
}

.fd-style-10 .title {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    text-align: center;
    position: relative;
    width: 240px;
}

.fd-style-10 .content {
    width: 320px;
    padding: 15px;
    border: var(--main-color) 2px solid;
    border-radius: 8px;
}

.fd-style-10 .title:after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='0' y1='12' x2='15' y2='12' stroke='currentColor'/%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e");
    position: absolute;
    right: -25px;
    top: 50%;
    color: var(--main-color);
    font-size: 24px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .fd-style-10 {
        flex-wrap: wrap;
    }
    .fd-style-10 .title,
    .fd-style-10 .content {
        width: 100%
    }
    .fd-style-10 .title:after {
        position: absolute;
        right: unset;
        top: unset;
        bottom: -30px;
        left: 50%;
        color: var(--main-color);
        font-size: 24px;
        transform: translateX(-50%) rotate(90deg);
    }
}

.fd-style-11 {
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-left: 4px solid var(--a-color);
    transform: translateX(0);
}

.fd-style-11:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fd-style-11 .icon-container {
    width: 48px;
    height: 48px;
    background: #ebf8ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.fd-style-11 .icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--a-color);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fd-style-11 .card-title-container {
    flex-grow: 1;
}

.fd-style-11 .phase-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--a-color);
    margin-bottom: 4px;
}

.fd-style-11 .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
}

.fd-style-11 .card-content {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin-left: 64px;
}

.fd-style-11 .card-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cta-section {
    text-align: center;
    margin-top: 48px;
}

.cta-button {
    background-color: var(--a-color);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

.fd-style-12 .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.fd-style-12 .header-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 25px;
}

.fd-style-12 .line {
    width: 32px;
    height: 2px;
    background: #2563eb;
}

.fd-style-12 .subtitle {
    color: #4b5563;
    font-size: 1.125rem;
    padding: 0;
}

.fd-style-12 .cd-box {
    padding: 10px 10px 45px 10px;
    margin: -10px;
}


/* .fd-style-12 .services {
    display: flex;
    gap: 24px;
  
} */

.fd-style-12 .service-card {
    border: #eee solid 1px;
    background: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fd-style-12 .service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fd-style-12 .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.fd-style-12 .icon-container {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.fd-style-12 .icon {
    width: 24px;
    height: 24px;
    color: #2563eb;
}

.fd-style-12 .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.fd-style-12 .card-content {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.5;
}

.fd-style-12 .card-content p {
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.5;
}

.fd-style-12 .dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.fd-style-12 .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5e7eb;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fd-style-12 .dot.active {
    background: #2563eb;
}

.fd-table p,
.fd-table ul,
.fd-table ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.fd-style-3a {
    border-radius: 8px;
    text-align: left;
    position: relative;
    height: 100%;
    border: 1px solid #eee;
    background: #fff;
    transition: all .3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 30px 0;
}

.fd-style-3a .title {
    background-color: var(--main-color);
    color: #fff;
    padding: 0.3rem 1.5rem;
    height: auto;
    line-height: 1.3;
    border-radius: 4px;
    width: auto;
    position: relative;
    top: -20px;
    margin: 0 15px;
}

.fd-style-3a .title a {
    color: var(--main-color-bg);
    line-height: 1.3;
}

.fd-style-3a .content {
    padding: 0rem 1.5rem;
    transform: translateY(-1rem);
}

.fd-style-3a .content>*:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
}

.vertical-panel-r {
    position: relative;
    height: 100%
}

.ther-w-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: visible;
}
.ther-w-flow {
	display: flex;
	position: relative;
	justify-content: center;
	overflow: visible;
}

/* .ther-w-flow::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	height: 4px;
	background-color: #add5c8;
	z-index: 1;
} */

/* Step Styles */
.ther-w-step {
	flex: 1;
	position: relative; 
	z-index: 2;
	padding: 0 15px;
	min-width: 350px;
	margin-bottom:25px;
	/* height: 180px;  */
	cursor: pointer;
}
.ther-w-step:hover { z-index: 1000; }

.ther-w-step-content {
	background-color: white;
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	transition: box-shadow 0.3s, border-color 0.3s;
	height: 100%;
	text-align: left;
	box-sizing: border-box; 
}

.ther-w-step-content:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-color: #add5c8;
}

.ther-w-step-header {
	margin-bottom: 15px;
	text-align: center;
}

.ther-w-step-icon {
	font-size: 24px;
	color: #add5c8;
	margin-bottom: 10px;
}

.ther-w-step-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
	color: #add5c8;
	border: 3px solid #add5c8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto 15px auto;
}

.ther-w-step-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

.ther-w-step-details {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	display: none; 
	position: absolute;
	top: 100%; 
	left: 15px;
	right: 15px;
	background-color: white;
	border: 2px solid #add5c8;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	z-index: 999 !important; 
	margin-top: 10px; 
}

.ther-w-step:hover .ther-w-step-details {
	display: block; 
}

.ther-w-step-list {
	padding-left: 20px;
	margin: 0;
}

.ther-w-step-list li {
	margin-bottom: 8px;
}

@media (min-width: 1024px){
	.ther-w-flow {
		/* max-width: 1000px; */
		 display: flex;
		flex-wrap: wrap; 
	}
	
}

@media (max-width: 1023px) {
	.ther-w-flow {
		display: flex;
		flex-wrap: wrap; 
		gap: 10px; 
		padding-bottom: 80px;
	}
	
	.ther-w-flow::before{
		display: none;
	}

	.ther-w-flow > * {
		flex: 0 0 calc(49%);
		box-sizing: border-box; 
	}
	
	.ther-w-step {
		/* height: 160px; */
		position: relative;
	}
		 .ther-w-step-details {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	display: block; 
	position: relative;
	 top: 0; 
	/*left: 15px;
	right: 15px; */
	background-color: white;
	/* border: 2px solid #add5c8; */
	/* border-radius: 8px;
	padding: 15px; */
	  border: none;
		box-shadow: none;
	z-index: 999 !important; 
	margin-top: 10px; 
	width:100%;
}
}

@media (max-width: 767px) {
	.ther-w-flow {
		flex-direction: column;
		align-items: flex-start;
		min-width: auto;
		padding-bottom: 0;
	}
	
	.ther-w-flow::before {
		display: none;
	}
	
	.ther-w-step {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		height: auto;
		position: static; 
	}
	
	 .ther-w-step-details {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	display: block; 
	position: relative;
	/* top: 100%; 
	left: 15px;
	right: 15px; */
	background-color: white;
	/* border: 2px solid #add5c8; */
	/* border-radius: 8px;
	padding: 15px; */
	  border: none;
		box-shadow: none;
	z-index: 999 !important; 
	margin-top: 10px; 
	width:100%;
}
	
	.ther-w-step-number {
		margin: 0 0 15px 0;
	}
	
	.ther-w-step-header {
		text-align: left;
		display: flex;
		align-items: center;
		gap: 15px;
	}
	
	.ther-w-step-icon {
		margin-bottom: 0;
	}
	

	/* .ther-w-step-details {
		position: static;
		margin-top: 15px;
		border: none;
		box-shadow: none;
		padding: 0 0 0 35px;
	} */
}

.touchbtn{
text-align: center;
}
.touchbtn span{
color:#fff !important;
}
.touchbtn span:hover{
color:#000 !important;
}

.searchbg{
background: linear-gradient(to bottom,#f3fce8,#d9f3e9);
}


.flow-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-bottom:20px;
  }

  .flow-step {
	background-color: #9dbeb3;
	color: white;
	padding: 15px;
	border-radius: 5px;
	width: 100%;
	max-width: 350px;
	position: relative;
	height:auto;
	display: flex;
	flex-direction: column;
  }
  .flow-step h3{
	display: flex;
	min-height:40px;
	padding-right:20px;
	align-items: center;
	flex-shrink: 0;
  }
  .flow-step h3 .num{
	width:40px !important;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-yellow-color);
	color:#000;
	margin-right:15px;
	border-radius: 5px;
  }
  .flow-step::after{
	content:"→";
	position: absolute;
	top:10px;
	right:-24px;
	font-size:48px;
	color:#9dbeb3
  }
  .flow-step:last-child::after{
	content:"";
  }


  .flow-step-content {
	background-color: #f1f1f1;
	color: black;
	padding: 15px;
	margin-top: 10px;
	border-radius: 5px;
	height:auto;
	flex-grow: 1;
  }

  .flow-step-content ul {
	list-style-type: disc;
	padding-left: 20px;
  }

  .flow-arrow {
	display: none;
  }

  @media (min-width: 768px) {
	.flow-arrow {
	  display: flex;
	  align-items: center;
	  font-size: 24px;
	  color: #9dbeb3;
	  border:1px solid #ff0000;
	}
  }
  .con-h3-t h3{
	display: inline-block;
}
.touchlink{
	text-align: center;
}
.touchlink a,.touchlink span{
	background-color: var(--main-color);
	color:#fff;
	display: inline-block;
	margin:auto;
	border-radius: 5px;
	padding:5px 10px;
	cursor: pointer;
}
.touchlink a:hover .touchlink span:hover{
	background-color: var(--main-yellow-color);
	color:#000;
}