html{font-size:625%;}
body,html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,form,object,iframe,blockquote,pre,a,abbr,address,code,img,fieldset,form,label,figure{margin:0;padding:0;}
body,html,input,button,textarea{font-family:"寰蒋闆呴粦";color:#333333;line-height:1.5;font-weight:500;}
body{background-color:#f7f8fa;font-size:16px;}
article,aside,figcaption,figure,footer,header,main,nav,section{display:block;}
h1{font-size:48px;line-height: 1.2;}
h2{font-size:40px;line-height: 1.2;}
h3{font-size:36px;line-height: 1.2;}
h4{font-size:24px;line-height: 1.2;}
h5{font-size:18px;line-height: 1.2;}
h6{font-size:14px;line-height: 1.2;}
img{border:none;vertical-align:middle;max-width:100%;}
li{list-style:none;}
i,em{font-style:normal;}
a{color:#333333;text-decoration:none;}
a:focus{outline:none;}
a:hover{color:#059D9E;text-decoration:none;}
input[type="text"]:focus{outline:none;}
input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;}
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
hr{height:1px;border:none;border-top:1px dashed #c1c1c1;margin:15px 0;}
a:active,select,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:0!important;}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;outline:0;}
*::selection{background-color:rgba(37,118,191,0.5);color: white;}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'';}
@media only screen and (max-width: 991px) {
	.container {
		width: 680px;
		margin: 0 auto;
	}
	body {
		font-size: 20px;
	}
	h2 {
		font-size: 48px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 340px;
	}
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 28px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 940px;
		margin: 0 auto;
	}
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1125px;
	}
	body {
		font-size: 16px;
	}
	h2 {
		font-size: 40px;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 1315px;
	}
}
@media only screen and (min-width: 1600px) {
	.container {
		width: 1500px;
	}
}
/*鍏叡澶撮儴鏍峰紡*/
.header-top {
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
.header-contact {
	float: left;
	font-size: 18px;
}
.header-contact a {
	margin-right: 15px;
}
.header-contact a i {
    width: 18px;
    height: 18px;
    opacity: 0.8;
    margin-right: 8px;
	display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
}
.header-contact a .head-mail {
	background-image: url(email-head.png);
}
.header-contact a .head-tel {
	background-image: url(tel-head.png);
}
.header-contact a span {
	vertical-align: middle;
}
.header-top .header-right {
	margin: 0; 
	float: right;
	display: block;
}
.header-top .header-right:before {
	width: 1px;
	background-color: #333333;
}
.header-top .header-right .right-edition {
	color: #666666;
	margin-left: 0px;
}
.header-top .header-right .right-search {
	margin-left: 20px;
	background-image: url(search-b.png);
}
header {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	padding: 16px 0;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    transition: all 0.3s ease;
	background-color: rgba(5,157,158,1);
}
header .logo {
	width: 293px;
	overflow: hidden;
}
header .logo img {
	width: 100%;
}
.header-right {
	float: right;
    position: relative;
	padding: 0 0 0 25px;
    margin: 19px 0 0 20px;
}
.header-right:before {
    top: 5%;
    left: 0;
    width: 2px;
    height: 90%;
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #ffffff;
}
.header-right .right-search {
    outline: 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
	display: inline-block;
    vertical-align: middle;
    background-image: url(search.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.header-right .right-edition {
	color: #ffffff;
    font-size: 14px;
    margin-left: 8px;
    text-align: left;
    position: relative;
	display: inline-block;
    vertical-align: middle;
}
.header-right .right-edition .edition-icon {
    left: 0;
    top: 50%;
    width: 22px;
    height: 16px;
    margin: -8px 3px 0;
    position: absolute;
    vertical-align: top;
    display: inline-block;
    background-image: url(all-m.gif);
    background-position: 0 -256px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.header-right .right-edition span {
    overflow: hidden;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 0 0 33px;
    display: inline-block;
}
.header-menu ul {
	width: 100%;
}
.header-menu ul li {
    position: relative;
	
}
.header-menu h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
}
.header-menu h4 a {
	color: #ffffff;
}
.header-menu h4 span {
	width: 12px;
	height: 12px;
	font-size: 12px;
	overflow: hidden;
	margin: 0 0 0 5px;
	display: inline-block;
}
.header-menu .header-two {
    top: 100%;
    z-index: 1;
    left: -10px;
	width: 150px;
    overflow: hidden;
    padding: 15px 20px;
    position: absolute;
}
.header-two p {
	width: 100%;
	padding: 8px 0;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.header-two p:after {
	left: 0px;
	width: 0px;
	content: '';
	height: 1px;
	bottom: 0px;
	display: block;
    overflow: hidden;
    position: absolute;
    transition: all 0.3s ease;
    background-color: rgba(255,255,255,0.7);
}
.header-two p a {
	color: rgba(255,255,255,0.7);
}
.header-two p:hover:after {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.header-top {
		display: none;
	}
	header {
		height: 88px;
		padding: 20px 0;
	}
	header .logo {
		float: left;
		display: block;
	}
	header .header-menu {
		left: 0px;
		top: 88px;
		opacity: 0;
		width: 100%;
		position: fixed;
		overflow-x: hidden;
		visibility: hidden;
		background-color: #FFFFFF;
    	transition: all 0.3s ease;
		height: calc(100% - 88px);
	    transform: translateX(100%);
	}
	header.header-click .header-menu {
		opacity: 1;
		visibility: visible;
	    transform: translateX(0);
	}
	.header-menu ul {
		width: 680px;
		margin: 50px auto;
	}
	.header-menu ul li {
		width: 100%;
	    padding: 20px 0;
		border-bottom: 2px solid #e2e2e2;
	}
	.header-menu ul li h4 {
		color: #000000;
	    font-size: 28px;
	    line-height: 50px;
	}
	.header-menu ul li h4 a {
		color: #000000;
	}
	.header-menu ul li h4 span {
		width: 24px;
		height: 24px;
		float: right;
		margin: 13px 0;
		font-size: 24px;
	}
	.header-menu ul li.menu-click h4 span {
		transform: rotate(180deg);
	}
	.header-menu ul li .header-two {
	    top: 100%;
	    left: 0px;
	    width: 100%;
	    display: none;
	    padding: 0 20px;
	    font-size: 24px;
	    position: relative;
	}
	.header-menu ul li .header-two p a {
		color: #333333;
	}
	.header-right {
		padding: 0 45px 0 0;
		margin: 10px 20px 0 0;
	}
	.header-right:before {
		left: auto;
		right: 0px;
	}
	header .menu-icon {
		width: 40px;
		height: 40px;
		float: right;
		margin: 4px 0;
		overflow: hidden;
		position: relative;
	}
	header .menu-icon li {
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		overflow: hidden;
		border-radius: 4px;
		position: absolute;
		margin: -2px 0 0 -20px;
		background-color: #FFFFFF;
	}
	header .menu-icon li:nth-of-type(1) {
		margin: -14px 0 0 -20px;
	}
	header .menu-icon li:nth-of-type(2) {
		margin: -2px 0 0 -20px;
	}
	header .menu-icon li:nth-of-type(3) {
		margin: 10px 0 0 -20px;
	}
	header .menu-icon.icon-click li:nth-of-type(1) {
		margin: -2px 0 0 -20px;
		transform: rotate(45deg);
	}
	header .menu-icon.icon-click li:nth-of-type(2) {
		opacity: 0;
	}
	header .menu-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -20px;
		transform: rotate(-45deg);
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 66px;
		padding: 12px 0;
	}
	header .logo {
		width: 155px;
		margin: 8px 0 8px -5px;
	}
	header .header-menu {
		top: 66px;
		height: -moz-calc(100% - 66px);
		height: -webkit-calc(100% - 66px);
		height: calc(100% - 66px);
	}
	.header-right {
		padding: 0 40px 0 0;
		margin: 10px 15px 0 0;
	}
	header .menu-icon {
		width: 30px;
		height: 30px;
		margin: 6px 0;
	}
	header .menu-icon li {
		width: 30px;
		height: 2px;
		border-radius: 2px;
		margin: -1px 0 0 -15px;
	}
	header .menu-icon li:nth-of-type(1) {
		margin: -10px 0 0 -15px;
	}
	header .menu-icon li:nth-of-type(2) {
		margin: -1px 0 0 -15px;
	}
	header .menu-icon li:nth-of-type(3) {
		margin: 8px 0 0 -15px;
	}
	header .menu-icon.icon-click li:nth-of-type(1),header .menu-icon.icon-click li:nth-of-type(3) {
		margin: -1px 0 0 -15px;
	}
	.header-menu ul {
		width: 340px;
		margin: 30px auto;
	}
	.header-menu ul li {
	    padding: 10px 0;
		border-bottom-width: 1px;
	}
	.header-menu ul li h4 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.header-menu ul li h4 span {
		width: 14px;
		height: 14px;
		margin: 8px 0;
		font-size: 14px;
	}
	.header-menu ul li .header-two {
	    font-size: 16px;
	    padding: 5px 10px 0;
	}
	.header-two p {
		padding: 0;
	}
}
@media only screen and (min-width: 992px) {
	.header-contact {
		font-size: 14px;
		line-height: 21px;
	}
	header {
		height: 66px;
		padding: 13px 0;
	}
	header.header-roll {
		background-color: rgba(5,157,158,0.95);
	}
	header .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	header .logo {
		width: 245px;
	}
	header .header-menu {
		width: 625px;
		text-align: center;
	}
	header .header-menu ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.header-menu ul li:first-of-type {
		display: none !important;
	}
	.header-menu h4 {
		font-size: 14px;
		line-height: 40px;
	}
	.header-menu h4 a {
		position: relative;
	}
	.header-menu h4 a:after {
	    top: 50%;
	    left: 50%;
		width: 0%;
		height: 2px;
		content: '';
		display: block;
	    margin-top: 15px;
		overflow: hidden;
		position: absolute;
		background-color: #ffffff;
	    transition: all 0.3s ease;
	}
	.header-menu ul li:hover h4 a:after,.header-menu ul li.active h4 a:after {
		left: 0;
		width: 100%;
	}
	.header-menu .header-two {
    	opacity: 0;
		visibility: hidden;
		pointer-events: none;
	    border-radius: 0 0 3px 3px;
		background-color: rgba(5,157,158,0.95);
	    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	    transform: translateY(20px);
	    transform-origin: center 0;
	    transition: all 0.4s ease;
	}
	.header-menu ul li:hover .header-two {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	    transform: translateY(0px);
	}
	.header-right,header .menu-icon {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 80px;
		padding: 16px 0;
	}
	header .logo {
		width: 293px;
	}
	header .header-menu {
		width: 70%;
	}
	.header-menu h4 {
		font-size: 16px;
		line-height: 48px;
	}
}
/*鍏叡搴曢儴鏍峰紡*/
footer {
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	padding: 100px 0 0;
	background-color: #333333;
}
footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-left {
	overflow: hidden;
}
.footer-left .logo {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 0 25px;
}
.footer-left p {
	color: #898989;
	margin: 0 0 30px;
}
.footer1,.footer2,.footer3,.footer4 {
	overflow: hidden;
}
.footer1 h4,.footer2 h4,.footer3 h4,.footer4 h4 {
	font-size: 20px;
	margin: 0 0 20px;
}
.footer1 p,.footer2 p,.footer3 p,.footer4 p {
	margin: 0 0 0.4em;
}
.footer1 p a,.footer2 p a,.footer3 p a,.footer4 p a {
	color: #898989;
    position: relative;
	display: inline-block;
    vertical-align: middle;
}
.footer1 p a:before,.footer2 p a:before,.footer3 p a:before {
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}
.footer1 p a:hover:before,.footer2 p a:hover:before,.footer3 p a:hover:before {
	width: 100%;
}
.footer-contact {
	width: 100%;
}
.footer-contact li {
	width: 100%;
	color: #898989;
	margin: 0 0 8px;
	position: relative;
	font-weight: lighter;
}
.footer-contact li a {
	color: #898989;
}
.footer-contact li a:hover,.footer-bottom p a:hover {
	text-decoration: underline !important;
}
.footer-bottom {
	width: 100%;
	font-size: 12px;
	margin: 60px 0 0;
	overflow: hidden;
	text-align: center;
	padding: 15px 0 25px;
	border-top: 1px solid #898989;
}
.footer-bottom p {
	color: #898989;
    text-transform: uppercase;
}
.footer-bottom p a {
	color: #898989;
}
@media only screen and (max-width: 991px) {
	footer {
		padding: 100px 0 0;
	}
	.footer-left {
		width: 100%;
		margin: 0 0 30px;
	}
	.footer-left .logo {
		width: 500px;
		margin: 0 0 40px;
	}
	.footer-left p {
		font-size: 28px;
	}
	.footer1,.footer2,.footer3,.footer4 {
		width: 50%;
		padding: 0 0 30px;
	}
	.footer1 h4,.footer2 h4,.footer3 h4,.footer4 h4 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 750px) {
	footer {
		padding: 50px 0 0;
	}
	.footer-left {
		margin: 0;
		width: 100%;
	}
	.footer-left .logo {
		width: 250px;
		margin: 0 0 15px;
	}
	.footer-left p {
		font-size: 14px;
	}
	.footer1,.footer2,.footer3 {
		width: auto;
		line-height: 1.3;
		padding: 0 0 25px;
	}
	.footer4 {
		width: 100%;
		line-height: 1.3;
	}
	.footer1 h4,.footer2 h4,.footer3 h4,.footer4 h4 {
		font-size: 18px;
	    margin: 0 0 10px;
	}
	.footer-contact li {
		margin: 0 0 5px;
	}
	.footer-bottom {
	    margin: 0;
	}
}
@media only screen and (min-width: 992px) {
	footer {
		padding: 60px 0 0;
	}
	.footer-left {
		width: 285px;
	}
	.footer1,.footer2,.footer3,.footer4 {
		margin: 0 0 0 47px;
	}
	.footer1 h4,.footer2 h4,.footer3 h4,.footer4 h4 {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.footer-bottom {
		margin: 40px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	footer {
		padding: 80px 0 0;
	}
	.footer-left {
		width: 330px;
	}
	.footer1,.footer2,.footer3,.footer4 {
		margin: 0 0 0 70px;
	}
	.footer1 h4,.footer2 h4,.footer3 h4,.footer4 h4 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.footer-bottom {
		margin: 60px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.footer1,.footer2,.footer3,.footer4 {
		margin: 0 0 0 145px;
	}
}
/*鎼滅储鐨勫脊鍑烘*/
.search-content {
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 1010;
	position: fixed;
	overflow: hidden;
    visibility: hidden;
	background-color: rgba(51,51,51,0.7);
}
.search-content .search-x {
	top: 30px;
	right: 30px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
    border-radius: 50%;
	background-color: #ffffff;
}
.search-x .x-icon {
	width: 30px;
	height: 30px;
	margin: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
}
.search-x .x-icon:before,.search-x .x-icon:after {
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	content: '';
	display: block;
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	margin: -2px 0 0 -15px;
	transform: rotate(45deg);
	background-color: #333333;
}
.search-x .x-icon:after {
	transform: rotate(-45deg);
}
.search-content .search-x:hover .x-icon {
	transform: rotate(180deg);
}
.search-content .search-box {
    top: 50%;
    left: 50%;
	width: 70%;
    max-width: 750px;
    position: relative;
    border: 12px solid rgba(255,255,255,0.2);
    transform: translate(-50%,-100%);
    transition: all 0.4s ease;
}
.search-box .search-form {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
.search-form .search-input {
	float: left;
	overflow: hidden;
	position: relative;
	width: calc(100% - 70px);
}
.search-input input {
	width: 100%;
	border: none;
	height: 70px;
	font-size: 20px;
	padding: 0 20px;
    letter-spacing: 1px;
}
.search-form button {
	width: 70px;
	height: 70px;
	padding: 0px;
	float: right;
	border: none;
	display: block;
	cursor: pointer;
	overflow: hidden;
	background: #059D9Eurl(../img/search-lg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
.search-form p {
	width: 75%;
	color: #333333;
	margin: 0 auto;
	font-size: 90%;
	overflow: hidden;
	text-align: right;
	position: relative;
	padding: 10px 0 2px;
}
.search-form p span {
	z-index: 1;
	position: relative;
}
.search-form .search-input:after,.search-form p:after {
	top: 0px;
	right: 0px;
	z-index: 10;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	background-color: #FFFFFF;
}
.search-form .search-input:after {
    transition: width 0s ease;
}
.search-form p:after {
    transition: width 0s ease;
}
.search-content.search-click {
	opacity: 1;
	visibility: visible;
}
.search-content.search-click .search-box {
    transform: translate(-50%,-50%);
}
.search-content.search-click .search-form .search-input:after {
	width: 0%;
    transition: width 1.2s ease;
}
.search-content.search-click .search-form p:after {
	width: 0%;
    transition: width 2s ease;
}
@media only screen and (max-width: 991px) {
	.search-content .search-box {
		width: 85%;
	}
}
@media only screen and (max-width: 750px) {
	.search-content .search-x {
		top: 15px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.search-x .x-icon {
		width: 20px;
		height: 20px;
		margin: 10px;
	}
	.search-x .x-icon:before,.search-x .x-icon:after {
		width: 20px;
		height: 2px;
		border-radius: 2px;
		margin: -1px 0 0 -10px;
	}
	.search-content .search-box {
		width: 90%;
		border-width: 5px;
	}
	.search-form p {
	    width: 90%;
	}
	.search-form .search-input {
		width: calc(100% - 40px);
	}
	.search-input input {
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
	    letter-spacing: 0.5px;
	}
	.search-form button {
		width: 40px;
		height: 40px;
	}
}
/*鍏叡椤堕儴鍥剧墖鏍峰紡*/
.banner-common {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-common .banner-img {
	width: 100%;
	overflow: hidden;
}
.banner-img img {
	width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
}
.banner-common h3 {
	top: 50%;
	left: 50%;
	width: 1440px;
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2;
	position: absolute;
	margin: -36px 0 0 -720px;
}
.banner-common .banner-title {
	width: 100%;
	font-size: 20px;
	overflow: hidden;
    padding: 15px 0 0;
}
@media only screen and (max-width: 991px) {
	.banner-img img:nth-of-type(1) {
		display: none;
	}
	.banner-common {
		margin: 88px 0 0;
	}
	.banner-common h3 {
		width: 680px;
		font-size: 42px;
		margin: -36px 0 0 -340px;
	}
	.banner-common .banner-title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 750px) {
	.banner-common {
		margin: 72px 0 0;
	}
	.banner-common h3 {
		width: 340px;
		font-size: 24px;
		margin: -36px 0 0 -170px;
	}
	.banner-common .banner-title {
		font-size: 14px;
		padding: 10px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.banner-img img:nth-of-type(2) {
		display: none;
	}
	.banner-common h3 {
		width: 940px;
		font-size: 36px;
		margin: -36px 0 0 -470px;
	}
	.banner-common .banner-title {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner-common h3 {
		width: 1140px;
		font-size: 42px;
		margin: -36px 0 0 -570px;
	}
	.banner-common .banner-title {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1500px) {
	.banner-common h3 {
		width: 1440px;
		font-size: 48px;
		margin: -36px 0 0 -720px;
	}
	.banner-common .banner-title {
		font-size: 18px;
	}
}
.order-common {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
    background-color: #059D9E;
}
.order-common .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    justify-content: space-between;
    flex-direction: row;
}
.order-common h3 {
	color: #ffffff;
    font-size: 30px;
	padding: 10px 0;
    padding-right: 5%;
    line-height: 1.3em;
}
.order-common button {
    color: #059D9E;
    line-height: 2;
	margin: 10px 0;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    user-select: none;
    text-align: center;
	position: relative;
    border-radius: 2em;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    border: 2px solid #059D9E;
    background-color: #ffffff;
    padding: 0.38em 1.5em 0.32em;
    transition: all 0.3s ease-in-out;
}
.order-common button:hover {
	color: #ffffff;
	border-color: #ffffff;
    background-color: #059D9E;
}
.order-masked {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1010;
	position: fixed;
	overflow: hidden;
	visibility: hidden;
	background: rgba(0,0,0,0.7);
}
.order-masked.masked-click {
	visibility: visible;
}
.masked-content {
    top: 50%;
    left: 50%;
    z-index: 1;
	width: 550px;
    height: 500px;
    padding: 22px;
    position: absolute;
    background: #FFFFFF;
    transform: translateX(-50%) translateY(-100%);
    transition: transform 0.4s ease;
}
.order-masked.masked-click .masked-content {
    transform: translateX(-50%) translateY(-55%);
}
.masked-x {
	top: -9px;
	right: -9px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	overflow: hidden;
    position: absolute;
	border-radius: 50%;
	background-color: #000000;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}
.masked-x:before,.masked-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 12px;
	height: 2px;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 4px;
	margin: -1px 0 0 -6px;
	transform: rotate(45deg);
	background-color: #FFFFFF;
}
.masked-x:after {
	transform: rotate(-45deg);
}
.order-masked h4 {
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px 20px;
	background: #059D9E;
}
.order-masked .masked-form {
	max-width: 600px;
	overflow: hidden;
    padding: 30px 20px;
}
.masked-form input {
	width: 100%;
	display: block;
    padding: 0.5em;
    margin: 0 0 20px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.masked-form textarea {
	width: 100%;
	height: 100px;
	display: block;
    padding: 0.5em;
	margin: 0 0 25px;
	border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.masked-form button {
	width: 100%;
	line-height: 2;
	color: #ffffff;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 4px;
	text-align: center;
	background: #059D9E;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	user-select: none;
}
@media only screen and (max-width: 991px) {
	.order-common h3 {
		font-size: 28px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 750px) {
	.order-common {
	    padding: 40px 0;
	}
	.order-common .container {
		display: block;
	}
	.order-common h3 {
		padding: 0;
		font-size: 20px;
		text-align: left;
	}
	.order-common button {
		float: right;
		display: block;
	    font-size: 16px;
		margin: 25px 0 0;
		line-height: 1.5;
	}
	.masked-content {
		width: 340px;
	    height: 420px;
	    padding: 22px 15px;
	}
	.order-masked .masked-form {
	    padding: 20px 0;
	}
	.masked-form input {
	    margin: 0 0 15px;
	}
	.masked-form textarea {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 992px) {
	.order-common {
		padding: 60px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.order-common {
		padding: 70px 0;
	}
}
@media only screen and (min-width: 1400px) {
	.order-common {
		padding: 80px 0;
	}
}
@media only screen and (min-width: 1600px) {
	.order-common {
		padding: 85px 0;
	}
}
.content-common {
	width: 100%;
	margin: 0 0 80px;
	position: relative;
}
.content-common .left-common {
	width: 320px;
}
.left-common aside {
    left: 0;
    top: 90px;
    z-index: 1;
	width: 100%;
    position: sticky;
	overflow: hidden;
}
.left-common aside h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
	position: relative;
    line-height: 1.3em;
    padding: 0.75em 8%;
    background: #059D9E;
}
.left-common aside ul {
	width: 100%;
    font-size: 18px;
	padding: 10px 8%;
	overflow: hidden;
	background-color: #FFFFFF;
    text-transform: capitalize;
}
.left-common aside ul li {
	font-size: 1em;
	padding: 0.8em 0;
    border-bottom: 1px solid #e5e5e5;
}
.left-common aside ul li:last-of-type {
	border-bottom: none;
}
.content-common .right-common {
	width: 990px;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.content-common .left-common {
		left: 0px;
		width: 100%;
		margin-left: 0;
		padding: 30px 0 0;
		position: relative;
	}
	.left-common aside {
	    top: 0px;
	    position: relative;
	}
	.left-common aside h3 {
	    padding: 15px 30px;
	}
	.left-common aside h3:after {
		top: 17px;
		right: 28px;
		content: '';
		width: 24px;
		height: 24px;
		display: block;
		overflow: hidden;
		position: absolute;
		transition: transform 0.3s ease;
		background-image: url(../img/down.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.left-common aside h3.left-click:after {
		transform: rotateX(-180deg);
	}
	.left-common aside ul {
	    display: none;
	    padding: 10px 30px;
	}
	.content-common .right-common {
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.content-common {
		margin: 0 0 50px;
	}
	.content-common .left-common {
		padding: 20px 0 0;
	}
	.left-common aside h3 {
		font-size: 18px;
	    padding: 10px 15px;
	}
	.left-common aside h3:after {
		top: 14px;
		right: 14px;
		width: 16px;
		height: 16px;
	}
	.left-common aside ul {
	    font-size: 14px;
	    padding: 5px 15px;
	}
	.left-common aside ul li {
		padding: 0.5em 0;
	}
}
@media only screen and (min-width: 992px) {
	.content-common {
		padding: 60px 0 0;
	}
	.content-common .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content-common .left-common {
		width: 280px;
	}
	.left-common aside {
	    top: 90px;
	}
	.left-common aside h3 {
	    font-size: 18px;
	}
	.left-common aside ul {
	    font-size: 14px;
		padding: 10px 20px;
	}
	.content-common .right-common {
		width: calc(100% - 320px);
	}
}
@media only screen and (min-width: 1200px) {
	.content-common {
		padding: 70px 0 0;
	}
	.content-common .left-common {
		width: 300px;
	}
	.left-common aside {
	    top: 100px;
	}
	.left-common aside h3 {
	    font-size: 22px;
	}
	.left-common aside ul {
	    font-size: 18px;
		padding: 10px 8%;
	}
	.content-common .right-common {
		width: calc(100% - 350px);
	}
}
@media only screen and (min-width: 1400px) {
	.content-common {
		padding:80px 0 0;
	}
	.content-common .left-common {
		width: 320px;
	}
	.content-common .right-common {
		width: calc(100% - 380px);
	}
}
@media only screen and (min-width: 1600px) {
	.content-common {
		padding: 90px 0 0;
	}
	
}
@font-face {
  	font-family: "HelveticaNeueLTStd-BlkCn";
  	src: url("../font/HelveticaNeueLTStd-BlkCn.eot");
    src: url('../font/HelveticaNeueLTStd-BlkCn?#iefix') format('embedded-opentype'),
        url('../font/HelveticaNeueLTStd-BlkCn.woff2') format('woff2'),
        url('../font/HelveticaNeueLTStd-BlkCn.woff') format('woff'),
        url('../font/HelveticaNeueLTStd-BlkCn.ttf') format('truetype'),
        url('../font/HelveticaNeueLTStd-BlkCn.svg#HelveticaNeueLTStd-BlkCn') format('svg');
  	font-weight: normal;
	font-style: normal;
}