@charset "utf-8";
/* CSS Document */

body, html {
	font-weight: 400;
	font-family:  Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none
}
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
p, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mt-20 {
	margin-top: 20px;
}
.bg-grey {
	background-color: #eee;
}
.header {
	display: flex;
	flex-wrap: nowrap;
}
.logo {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 100%;
	padding: 0;
}
.logo img {
	max-width: 90%;
}
.pc-top {
	padding: 10px 0;
}
.pc-top h2 {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	margin: 0;
}
.pc-top p {
	line-height: 1.6em;
	color: inherit;
	font-size: 14px;
	margin: 0;
}
.lang-dropdown {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	min-width: 160px;
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.lang-dropdown .lang-selected {
	border: 1px solid #ccc;
	padding: 4px 23px 4px 10px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lang-dropdown .lang-icon {
	vertical-align: middle;
	margin-right: 4px;
}
.lang-dropdown .lang-arrow {
	position: absolute;
	top: 0;
	right: 1px;
	width: 21px;
	height: 100%;
	cursor: pointer;
	transition: all .5s ease;
	line-height: 34px;
	color: #999;
	font-size: 10px;
	text-align: center;
}
.lang-dropdown .lang-menu {
	z-index: 100;
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 100%;
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	text-align: left;
	box-sizing: border-box;
}
.lang-dropdown .lang-item {
	padding: 4px 11px 6px 11px;
	cursor: pointer;
	white-space: nowrap;
}
.lang-dropdown .lang-item a {
	font-family: Raleway;
	font-size: 14px;
	color: #545454;
	letter-spacing: 0;
	line-height: 1.7em;
	text-align: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pc-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
#carouselExampleRide {
	margin-top: 72px;
}
.pc-nav {
	background-color: #fff;
	height: 72px;
}
.pc-nav .nav-list a.nav-link {
	line-height: 72px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
	white-space: nowrap;
	position: relative;
	padding: 0 12px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.pc-nav .nav-list li a.nav-link:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	width: 0;
	border-bottom: #014099 solid 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav .nav-list a.has-submenu i.bi {
	width: 10px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-left: 5px;
	display: inline-block;
}
.pc-nav .nav-list a.has-submenu i.bi:before {
	content: "\f282";
}
.pc-nav .nav-list li:hover a.nav-link, .pc-nav .nav-list .sub-list a:hover, .pc-nav .nav-list li.active a.nav-link {
	color: #014099;
}
.pc-nav .nav-list li:hover a.nav-link:after, .pc-nav .nav-list li.active a.nav-link:after {
	width: calc(100% - 24px);
	left: 12px;
}
.pc-nav .nav-list .sub-list a:hover {
	font-weight: bold;
}
.pc-nav .nav-list li:hover a.has-submenu i.bi:before {
	content: "\f286";
}
.pc-nav .nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.pc-nav .nav-list .sub-list {
	position: absolute;
	z-index: 10;
	transition: transform ease-out .2s;
	-webkit-transition: -webkit-transform ease-out .2s;
	-moz-transition: -moz-transform ease-out .2s;
	border-top: 2px solid #014099;
	padding: 10px;
	background-color: #fff;
	display: none;
}
.pc-nav .nav-list .sub-list a {
	font-size: 17px;
	color: #000;
	font-weight: 500;
	line-height: 28px;
	white-space: nowrap;
	padding: 0 5px;
}
#carouselExampleRide .carousel-indicators button {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	border: #000 3px solid;
	opacity: 1;
	margin: 0 5px;
}
#carouselExampleRide .carousel-indicators button.active {
	background-color: #fff;
}
.home-pro {
	padding: 80px 0;
}
.home-pro-top {
	color: #000;
	text-align: center;
}
.home-pro-top h2 {
	font-size: 32px;
	font-family: "Raleway";
	font-weight: bold;
}
.home-pro-top p {
	font-size: 20px;
	line-height: 1.8em;
	font-family: "Raleway";
	margin: 15px 0 30px;
}
.home-pro-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-pro-nav .home-pro-box {
	width: 31.5%;
	box-shadow: 0 0 10px -6px #173c8f;
	padding:0 0 10px 0;
	text-align: center;
	margin-bottom: 40px;
}
.home-pro-nav .home-pro-box a {
	display: inline-block;
}
.home-pro-nav .home-pro-box a img{
	width:100%;
}
.home-pro-nav .home-pro-box a p {
	font-family: raleway;
	font-size: 16px;
	color: #999;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7em;
	margin: 24px 0 0;
}
.home-pro-nav .home-pro-box a:hover p {
	color: #014099;
}
.home-detail {
	padding: 80px 0 50px;
}
.home-about {
	background-color: #eee;
	padding: 50px 0;
}
.home-about .home-about-tit {
	margin-top: 30px;
	font-family: Raleway;
	font-size: 32px;
	color: #014099;
	font-weight: 600;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 25px;
}
.home-about .home-about-tit:after {
	content: "";
	left: 12px;
	bottom: -10px;
	position: absolute;
	width: 50%;
	border-top: #febf66 3px dotted;
	display: inline-block;
}
.home-about .home-about-detail {
	margin: 10px 0;
}
.home-about .home-about-detail p {
	line-height: 2.1em;
	font-family: raleway;
	font-size: 16px;
	color: #000000;
}
.home-video-box video {
	box-shadow: 0 0 6px 0;
}
.home-contact {
	margin-top: 50px;
	text-align: center;
}
.home-contact a {
	background-color: #014099;
	color: #fff;
	font-family: Raleway;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	box-shadow: 0 0 3px 0;
	padding: 0 40px;
	height: 50px;
	border-radius: 6px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.home-contact a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #ccc;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.home-contact a:hover {
	box-shadow: 0 0 3px 0;
	color: #000;
}
.home-contact a:hover:before {
	width: 100%;
}
.home-project {
	padding: 90px 9%;
}
.home-project-box {
	padding: 0 60px;
}
.home-project-box .swiper-button-next::after, .home-project-box .swiper-button-prev::after {
	display: none;
}
.home-project-box .bi {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: #000 solid 1px;
	color: #000;
	transition: .3s;
	display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top:-21px;
  z-index: 10;
  cursor: pointer;
}
.home-project-box .bi:hover {
	background-color: #014099;
	color: #fff;
}
.bi-arrow-right{
  right: 10px;
  left: auto;
}
.bi-arrow-left {
  left: 10px;
  right: auto;
}
.home-project .home-project-box .swiper-slide .imgBox {
	position: relative;
	border: #ddd solid 1px;
	padding-top: 25px;
}
.home-project .home-project-box .swiper-slide .imgBox:before {
	content: "...";
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 30px;
	line-height: 0.3;
	letter-spacing: 2px;
	color: #ccc;
}
.home-project-box .swiper-slide img {
	width: 100%;
}
.home-project .home-project-top {
	margin-bottom: 70px;
}
.home-project .home-project-top .home-project-tit {
	font-size: 32px;
	color: #000;
	font-family: raleway;
	line-height: 2em;
	position: relative;
}
.home-project .home-project-top .home-project-tit:after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: -15px;
	width: 16px;
	height: 2px;
	background: #febf66;
}
.home-project .home-project-top .home-project-nav {
	text-align: center;
}
.home-project .home-project-top .home-project-nav span {
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 64px;
	padding: 0 10px;
	cursor: pointer;
}
#domestic {
	display: none;
}
.home-project-box .swiper-slide p {
	margin: 25px 0 0;
	font-size: 16px;
	text-align: center;
	color: #333333;
	font-family: raleway;
}
.home-news {
	padding: 90px 0;
	background-color: #eee;
}
.home-news .home-news-tit {
	font-size: 32px;
	color: #000;
	line-height: 2em;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.home-news .home-news-box {
	padding: 0 50px;
	margin-bottom: 25px;
	position: relative;
}
.home-news .home-news-box h4, .home-news .home-news-box h4 a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.home-news .home-news-box h4:hover, .home-news .home-news-box h4 a:hover {
	color: #014099;
}
.home-news .home-news-box p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.home-news .home-news-box a.home-news-more {
	position: absolute;
	right: 25px;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #ccc;
	text-align: center;
}
.home-news .home-news-box:hover a.home-news-more {
	color: #fff;
	background-color: #014099;
}
footer {
	background-color: #23282c;
	padding-top: 55px;
}
footer .foot-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
footer .foot-top .foot-nav h4 {
	font-family: Raleway;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 2em;
	margin: 0;
}
footer .foot-top .foot-nav p {
	margin: 0;
}
footer .foot-top .foot-nav p a {
	font-family: Raleway;
	font-size: 14px;
	color: #ccc;
	line-height: 1.7em;
}
footer .foot-top .foot-nav p a:hover, footer .foot-top .foot-nav p a.active {
	color: #fff;
}
footer .foot-top .foot-detail h3 {
	font-family: Raleway;
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	line-height: 2em;
	margin: 0;
}
footer .foot-top .foot-detail p {
	font-family: Raleway;
	font-size: 14px;
	color: #a9a9a9;
	line-height: 1.8em;
}
footer .foot-top .foot-detail a {
	font-family: Raleway;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 2em;
}
footer .foot-top .foot-contact p, footer .foot-top .foot-contact p a {
	font-size: 14px;
	font-family: Raleway;
	color: #a9a9a9;
	line-height: 2.2em;
	margin: 0;
}
footer .foot-top .foot-contact p a.email {
	padding-left: 42px
}
footer .foot-top .foot-contact p a:hover {
	font-weight: 700;
}
footer .foot-copyright {
	height: 68px;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #999;
	line-height: 3.4em;
	text-align: center;
}
footer .foot-copyright span {
	margin: 0 5px;
}
footer .foot-copyright a {
	color: #999;
}
.form-us {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}
.form-us.flex {
	display: flex;
}
.form-us .form-box {
	background-color: #fff;
	max-width: 600px;
	border-radius: 4px;
	box-shadow: 0 0 5px #ccc;
	z-index: 1000;
	height: auto;
	width: 90%;
	position: relative;
}
.form-us .form-box .form-top {
	border-bottom: 1px solid #ddd;
}
.form-us .form-box .form-top .form-tit {
	color: #444;
	font-size: 16px;
	padding: 0 50px 0 20px;
	line-height: 50px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inherit;
	margin: 0;
	font-family: "Raleway";
}
.form-us .form-box .form-top .form-close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	background-color: #000;
	border-radius: 50%;
}
.form-us .form-box .form-main {
	padding: 20px 20px 30px 20px;
	min-height: 200px;
	overflow: auto;
	border-bottom: 1px solid #d9d9d9;
}
.form-us .form-box .form-main form {
	font-family: Raleway;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}
.form-us .form-box .form-main form .control-group {
	border: none;
	padding: 2px 0;
	margin-bottom: 0;
}
.form-us .form-box .form-main form input, .form-us .form-box .form-main form textarea {
	border: 1px solid #ccc;
	line-height: 30px;
	border-radius: 3px;
	text-indent: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.form-us .form-box .form-main form #formsubmit {
	float: right;
	line-height: 30px;
	border-radius: 4px;
	color: #fff;
	height: 30px;
	padding: 0 20px;
	cursor: pointer;
	margin: 10px 0;
	font-size: 14px;
	background: #014099;
}
.more-project {
	text-align: center;
	margin-top: 30px;
}
.more-project a {
	font-family: Raleway;
	font-size: 14px;
	background-color: #fff;
	color: #014099;
	border-radius: 16px;
	border: #014099 solid 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.more-project a:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	background-color: transparent;
	border-color: #014099 transparent transparent transparent;
}
.more-project a:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	background-color: transparent;
	border-color: transparent transparent #014099 transparent;
}
.more-project a:hover:before {
	border-width: 800px 800px 0 0
}
.more-project a:hover:after {
	border-width: 0 0 800px 800px
}
.more-project a:hover {
	color: #fff;
	background-color: transparent
}
.banner {
	position: relative;
	margin-top: 72px;
}
.banner img {
	width: 100%;
}
.banner .banner-txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-family: Raleway;
}
.banner .banner-txt p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}
.banner .banner-txt p a {
	color: #fff;
	font-weight: 700;
}
.banner .banner-txt h1 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10%;
}
.sub-nav {
	padding: 90px 0;
}
.sub-nav .sub-nav-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sub-nav .sub-nav-list li {
	margin-right: 20px;
	display: inline-block;
	width: 25%;
}
.sub-nav .sub-nav-list li:last-child {
	margin-right: 0;
}
.sub-nav .sub-nav-list li a {
	font-family: Raleway;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	border-radius: 8px;
	color: #fff;
	background-color: #014099;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.sub-nav .sub-nav-list li a:hover, .sub-nav .sub-nav-list li a.active {
	background-color: #fff;
	color: #014099;
	box-shadow: 0 2px 5px rgba(0,0,0,0.75);
}
.about-company {
	font-family: Raleway;
	padding-bottom: 80px;
}
.about-company .about-company-tit {
	line-height: 1.4em;
	font-weight: 700;
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.about-company .about-company-detail {
	display: flex;
	flex-wrap: wrap;
	background-color: #eee;
	padding: 20px;
}
.about-company .about-company-detail .about-company-txt p {
	line-height: 1.6em;
	font-size: 17px;
	color: #000;
}
.about-company .about-company-detail .about-company-txt a {
	box-shadow: 0 0 6px 0 #999;
	display: inline-block;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	border-radius: 6px;
	border: #ccc solid 1px;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.about-company .about-company-detail .about-company-txt a:hover {
	background-color: #014099;
}
.about-company-product {
	position: relative;
	margin-top: 35px;
	padding: 0 20px;
}
.about-company .swiper-slide .imgBox img {
	width: 100%;
}
.about-company .about-company-product .swiper-button-next, .about-company-product .swiper-button-prev {
	color: #fff;
	width: 40px;
	height: 74px;
	background: rgba(0,0,0,0.25);
	margin-top: -45px;
}
.about-company-product .swiper-button-next:hover, .about-company-product .swiper-button-prev:hover {
	background: rgba(0,0,0,0.45);
}
.about-company .about-company-product .swiper-slide p {
	font-size: 18px;
	color: #222;
	margin-top: 5px;
	line-height: 2em;
	text-align: center;
}
.about-middle {
	background-color: #eee;
	padding: 40px;
	font-family: Raleway;
}
.about-middle .about-middle-tit {
	font-size: 30px;
	color: #333;
	line-height: 1.8em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
.about-middle .about-middle-txt {
	font-size: 18px;
	color: #000;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 20px;
}
.about-middle .about-middle-num {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 10px 0;
}
.about-middle .about-middle-num li {
	width: 25%;
	margin-right: 20px;
	background-color: #014099;
	padding: 5px 0 20px;
	color: #fff;
	text-align: center;
}
.about-middle .about-middle-num li:last-child {
	margin-right: 0;
}
.about-middle .about-middle-num li p.num {
	font-size: 56px;
	line-height: 1.5em;
	margin: 0;
}
.about-middle .about-middle-num li span {
	font-size: 18px;
	line-height: 1.2em;
}
.about-middle .about-middle-detail {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
	text-align: center;
}
.about-message {
	padding: 80px 0;
	font-family: Raleway;
}
.about-message .about-message-tit {
	font-size: 30px;
	color: #333;
	line-height: 1.8em;
	margin-bottom: 20px;
	text-align: center;
}
.about-message .about-message-box {
	display: flex;
	flex-wrap: wrap;
}
.about-message .about-message-box li {
	padding: 0 10px;
}
.about-message .about-message-box li img {
	width: 100%;
}
.about-message .about-message-box li p {
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
	margin: 0;
}
.about-message .about-message-box .about-message-form .control-group {
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 7px 12px 12px 4px;
	line-height: 1.3em;
}
.about-message .about-message-box .about-message-form .control-label {
	padding: 5px 10px;
	overflow: hidden;
	line-height: 1.3em;
	font-size: 16px;
	color: #000;
}
.about-message .about-message-box .about-message-form input, .about-message .about-message-box .about-message-form textarea {
	width: 100%;
	padding: 4px 0;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	resize: vertical;
	color: #000;
	border: 0;
	box-shadow: none;
	outline: 0;
}
.about-message .about-message-box .about-message-form .errormessage {
	color: red;
	clear: both;
	padding-left: 6px;
	line-height: 1.3em;
	font-size: 16px;
	display: none;
}
.about-message .about-message-box .about-message-form i.required {
	color: red;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1.3em;
	float: right;
}
.about-message .about-message-box .about-message-form .submitGroup {
	border: 0;
	padding: 0;
}
.about-message .about-message-box .about-message-form .submitGroup #formsubmit {
	border: 0 solid #2e6da4;
	border-radius: 4px;
	background: #000;
	color: #fff;
	font-size: 17px;
	width: 182px;
	height: 40px;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.about-message .about-message-box .about-message-form .submitGroup #formsubmit:hover {
	background: #014099;
}
.about-inquiry {
	padding: 0 7%;
	position: relative;
	color: #fff;
}
.about-inquiry .about-inquiry-box {
	background: #014099;
	text-align: center;
	padding: 90px 0 65px;
	font-family: Raleway;
}
.about-inquiry:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #23282c;
	z-index: -1;
}
.about-inquiry .about-inquiry-box h4 {
	font-size: 26px;
	line-height: 1.8em;
	margin-bottom: 35px;
	font-weight: 700;
}
.about-inquiry .about-inquiry-box .about-inquiry-form a {
	background-color: #fff;
	border-radius: 6px;
	display: inline-block;
	border: #ccc solid 1px;
	box-shadow: 0 0 6px 0 #999;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	color: #014099;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.about-inquiry .about-inquiry-box .about-inquiry-form a:hover {
	background-color: #23282c;
	color: #fff;
}
.history-box {
	padding-bottom: 130px;
	font-family: Raleway;
}
.history-box .history-tit, .network-box .network-tit {
	font-size: 24px;
	color: #333;
	line-height: 1.4em;
	margin-bottom: 80px;
	text-align: center;
}
.starlink-box {
}
.starlink-box .starlink-tit {
	color: #333;
	font-size: 30px;
	line-height: 1.8em;
	font-weight: bold;
}
.starlink-box .starlink-main, .starlink-middle {
	display: flex;
	flex-wrap: wrap;
}
.starlink-box .starlink-main .starlink-detail {
}
.starlink-box .starlink-main .starlink-detail:nth-child(3n) {
	margin-right: 0;
}
.starlink-box .starlink-main .starlink-detail .starlink-img img {
	width: 100%;
}
.starlink-box .starlink-main .starlink-detail .starlink-txt {
	font-size: 16px;
	color: #222;
	line-height: 1.8em;
}
.starlink-middle {
	background-color: #f0f0f0;
	margin: 80px 0;
}
.starlink-middle .starlink-main {
	padding: 60px;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
}
.starlink-img img {
	width: 100%;
}
.starlink-txt .starlink-all {
	padding-bottom: 15px;
	padding-left: 100px;
	position: relative;
	background-image:url(../images/starlink-btn02.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
.starlink-txt .starlink-all:first-child {
	background-image:url(../images/starlink-btn01.png);
}
.starlink-txt .starlink-all:before{
	content:"";
	position:absolute;
	left:38px;
	top:80px;
	height:100%;
	border-left:#333 dotted 1px;
}
.starlink-txt .starlink-all h4 {
	font-weight: bold;
}
.starlink-bottom {
	margin-top: 80px;
	width: 100%;
	min-height: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image: url(../images/starlink-img04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.starlink-bottom .starlink-bottom-txt {
	max-width: 800px;
	width: 90%;
	padding: 40px 100px;
	background-color: rgba(255,255,255,0.65);
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.network-box {
	padding-bottom: 100px;
	font-family: Raleway;
	text-align: center
}
.network-box .network-main p {
	font-size: 20px;
	color: #222;
	line-height: 1.8em;
}
.factory-box {
	padding: 0 0 120px;
	font-family: Raleway;
}
.factory-box .factory-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.factory-box .factory-top img {
	width: 100%;
	transition: all .3s ease;
}
.factory-box .factory-top div {
	overflow: hidden;
}
.factory-box .factory-top img:hover {
	transform: scale(1.12)
}
.factory-box .factory-top h1 {
	color: #014099;
	line-height: 1.8em;
	font-size: 40px;
	font-weight: bold;
}
.factory-box .factory-top p {
	font-size: 16px;
	color: #222;
	line-height: 1.8em;
	margin: 0;
}
.factory-box h2 {
	color: #014099;
	line-height: 1.8em;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.factory-box h5 {
	color: #000;
	line-height: 1.8em;
	font-size: 18px;
	text-align: center;
	margin: 20px 0;
}
.factory-box .factory-main {
	display: flex;
	flex-wrap: wrap;
}
.factory-box .factory-main .factory-detail {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.3333% - 13.3333px)
}
.factory-box .factory-main .factory-detail:nth-child(3n) {
	margin-right: 0;
}
.factory-box .factory-main .factory-detail .factory-img {
	overflow: hidden;
}
.factory-box .factory-main .factory-detail .factory-img img {
	width: 100%;
	transition: all .3s ease;
}
.factory-box .factory-main .factory-detail .factory-img:hover img {
	transform: scale(1.12)
}
.technology-box {
	padding-bottom: 40px;
}
.technology-box h2 {
	font-size: 32px;
	color: #014099;
	font-weight: 700;
	line-height: 2em;
	text-align: center;
}
.technology-box h5 {
	font-size: 18px;
	color: #000;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 20px;
}
.technology-box .factory-detail {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.technology-box .factory-detail .factory-img {
	padding: 10px;
	background-color: #ddd;
}
.technology-box .factory-detail .factory-img img {
	width: 100%;
}
.technology-box .factory-detail .factory-txt {
	padding: 10px;
	background-color: #eee;
}
.technology-box .factory-detail .factory-txt h4 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	line-height: 2em;
	margin: 0;
}
.technology-box .factory-detail .factory-txt p {
	font-size: 16px;
	color: #222;
	line-height: 1.8em;
	margin: 0;
}
.quality-box {
	padding-bottom: 80px;
	margin-top: 80px;
}
.quality-box h2 {
	font-size: 32px;
	color: #014099;
	font-weight: 700;
	line-height: 2em;
	text-align: center;
}
.quality-box p {
	margin-bottom: 30px;
}
.quality-box h5 {
	font-size: 18px;
  color: #000;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
.quality-box .quality-detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
.quality-box .quality-detail:nth-child(2n) {
	flex-direction: row;
}
.quality-box .quality-detail .quality-txt {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0 10px 0 0;
}
.quality-box .quality-detail .quality-txt h4 {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	line-height: 2em;
}
.quality-box .quality-detail .quality-txt .title {
	font-size: 28px;
	color:#014099;
	font-weight: 800;
	line-height: 2em;
}
.quality-box .quality-detail .quality-txt p {
	font-size: 18px;
	color: #666;
	line-height: 1.8em;
}
.quality-box .quality-detail .quality-txt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 10px);
	border-top: 2px dashed #014099;
}
.quality-box .quality-detail .quality-img {
	padding: 0 0 0 10px;
}
.quality-box .quality-detail .quality-img img {
	width: 100%;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
.quality-box .quality-detail:nth-child(2n) .quality-txt {
	padding: 0 0 0 10px;
}
.quality-box .quality-detail:nth-child(2n) .quality-img {
	padding: 0 10px 0 0;
}
.quality-box .quality-detail:nth-child(2n) .quality-txt:before {
	left: 10px;
}
.certificate-box {
	padding-bottom: 80px;
}
.certificate-box h2 {
	font-size: 32px;
	color: #014099;
	font-weight: 700;
	line-height: 2em;
	text-align: center;
}
.certificate-box h5 {
	font-size: 18px;
	color: #000;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 30px;
}
.certificate-box .certificate-main, .news-box .news-main, .news-box .news-main .news-list .news-detail, .show-box .show-main, .contact-box .contact-main, .product-box .product-top, .products-box .products-main, .products-list .products-list-car, .timeline-content .s-content, .products-box .products-detail, .products-box .products-home .products-home_box, .products-box .products-home .products-home_detail, .products-box .products-panoramic .panoramic_box, .products-box .dumbwaiter .dumbwaiter-box, .elevator-box .elevator-list, .cabin {
	display: flex;
	flex-wrap: wrap;
}
.certificate-box .certificate-main .certificate-detail {
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.certificate-box .certificate-main .certificate-detail:nth-child(4n) {
	margin-right: 0;
}
.certificate-box .certificate-main .certificate-detail .certificate-img {
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}
.certificate-box .certificate-main .certificate-detail .certificate-img img {
	width: 100%;
}
.news-box {
	padding: 140px 0 270px;
}
.news-box .news-main .news-left {
	padding-right: 10px;
}
.news-box .news-main .news-left .news-nav h3 {
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	background-color: #333;
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}
.news-box .news-main .news-left .news-nav {
	border: 1px solid #d6d6d6;
	margin-bottom: 150px;
}
.news-box .news-main .news-left .news-nav p {
	border-bottom: 1px solid #d6d6d6;
	margin: 0;
}
.news-box .news-main .news-left .news-nav p a {
	font-size: 16px;
	color: #545454;
	line-height: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 20px;
}
.news-box .news-main .news-left .news-nav p a.active {
	color: #014099;
	font-weight: bold;
}
.news-box .news-main .news-left .news-nav p:hover {
	background-color: #f0f0f0;
}
.news-box .news-main .news-contact .news-contact-img {
	width: 100%;
	height: 180px;
	background-image: url(../images/news-info.png);
	background-position: center;
	background-size: cover;
	position: relative;
}
.news-box .news-main .news-contact .news-contact-img a {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	line-height: 180px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}
.news-box .news-main .news-contact .news-contact-info {
	border: 1px solid #d6d6d6;
	padding: 13px 13px 17px 13px;
}
.news-box .news-main .news-contact .news-contact-info p {
	font-size: 14px;
	color: #828282;
	line-height: 2.2em;
	margin: 0;
}
.news-box .news-main .news-contact .news-contact-info p b {
	color: #000;
}
.news-box .news-main .news-contact .news-contact-info p a {
	color: #828282;
}
.news-box .news-main .news-contact .news-contact-info p a.email {
	padding-left: 45px;
}
.news-box .news-main .news-list .news-detail {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.news-box .news-main .news-list {
	padding-left: 10px;
}
.news-box .news-main .news-list .news-img {
	width: 160px;
	overflow: hidden;
	margin-right: 20px;
}
.news-box .news-main .news-list .news-img img {
	width: 100%;
}
.news-box .news-main .news-list .news-txt {
	width: calc(100% - 180px);
}
.news-box .news-main .news-list .news-txt h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-box .news-main .news-list .news-txt h4 a {
	font-size: 20px;
	color: #014099;
	line-height: 2em;
}
.news-box .news-main .news-list .news-txt h4 a:hover {
	font-weight: bold;
}
.news-box .news-main .news-list .news-txt p, .news-box .news-main .news-list .news-txt h4 {
	margin: 0;
}
.news-box .news-main .news-list .news-txt p {
	border-top: 1px dotted #000;
	padding-top: 5px;
}
.news-box .news-main .news-list .news-txt p a {
	font-size: 14px;
	color: #828282;
	line-height: 1.8em;
}
.news-pagesize .pagination {
	display: flex;
	justify-content: center;
}
.news-pagesize .pagination li {
	margin-left: 5px;
}
.news-pagesize .pagination li a {
	display: inline-block;
	text-align: center;
	line-height: 28px;
	min-width: 28px;
	font-size: 14px;
	color: #898989;
	font-weight: 500;
	border: 1px solid #c9caca;
}
.news-pagesize {
	padding-top: 40px;
	width: 100%;
}
.news-pagesize .pagination li.active a, .news-pagesize .pagination li.active a:hover {
	background-color: #014099;
	border: 1px solid #014099;
	color: #fff;
}
.news-pagesize .pagination li a:hover {
	border: 1px solid #014099;
	color: #014099;
}
.location {
	margin-top: 72px;
}
.location-show {
	background-color: #f0f0f0;
}
.location p {
	line-height: 54px;
	font-size: 18px;
	color: #000;
}
.location p a {
	color: #014099;
}
.show-box .show-main {
	margin-top: 40px;
}
.show-box .show-main .show-left {
	padding-right: 10px;
}
.show-box .show-main .show-left .show-tit {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 30px;
}
.show-box .show-main .show-left .show-txt{
	margin-bottom:50px;
}
.show-box .show-main .show-left .show-txt video{
    max-width: 100%;
}
.show-box .show-main .show-left .show-txt p {
	margin: 0 !important;
}
.show-box .show-main .show-right {
	padding-left: 10px;
	padding-top: 30px;
}
.show-box .show-main .show-right h3 {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
}
.show-box .show-main .show-right h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 27%;
	border-bottom: #014099 dotted 3px;
}
.show-box .show-main .show-right .show-blog-list p {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.show-box .show-main .show-right .show-blog-list {
	margin-bottom: 60px;
	display: inline-block;
	width: 100%;
}
.show-box .show-main .show-right .show-blog-list p a {
	font-size: 16px;
	color: #545454;
	line-height: 2.5em;
}
.show-box .show-main .show-right .show-blog-list p a:hover, .show-box .show-main .show-right .show-blog-list p:hover i {
	color: #014099;
}
.show-box .show-main .show-right .show-form-tit {
	font-size: 20px;
	color: #014099;
	font-weight: 700;
	line-height: 2.5em;
	margin-bottom: 10px;
}
.show-box .show-main .show-right label {
	display: block;
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.8em;
}
.show-box .show-main .show-right input, .show-box .show-main .show-right textarea {
	width: 100%;
	padding: 4px 0;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
 color:#000 border: 1px solid #ccc;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	background-color: inherit;
}
.show-box .show-main .show-right textarea {
	height: 80px;
}
.show-box .show-main .show-right .submitGroup {
	margin-top: 20px;
}
.show-box .show-main .show-right .submitGroup .controls {
	text-align: center;
}
.show-box .show-main .show-right #formsubmit {
	border: 1px solid #014099;
	border-radius: 4px;
	background: #014099;
	color: #fff;
	font-size: 16px;
	width: 115px;
	height: 30px;
	padding: 0 30px;
	line-height: 20px;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.show-box .show-main .show-right #formsubmit:hover {
	background: #fff;
	color: #014099;
}
.contact-box {
	padding: 100px 0 270px;
}
.contact-box .contact-info {
	padding: 13px 13px 17px 13px;
	border: #ddd solid 1px;
	margin-bottom: 10px;
}
.contact-box .contact-info h3 {
	line-height: 2.2em;
	font-size: 26px;
	color: #014099;
	font-weight: bold;
	margin-bottom: o;
}
.contact-box .contact-info h5 {
	line-height: 2.2em;
	font-size: 18px;
	color: #000;
	margin-bottom: 40px;
}
.contact-box .contact-info p, .contact-box .contact-info p a {
	font-size: 14px;
	color: #828282;
	line-height: 2em;
	margin: 0;
}
.contact-box .contact-info p b {
	color: #000;
}
/*.contact-box .contact-info p a.email {
	padding-left: 45px;
}*/
.contact-box .contact-main {
	padding: 0;
}
.contact-box .contact-main .contact-form h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.8em;
}
.contact-box .contact-main .contact-form .control-group {
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 7px 12px 12px 4px;
}
.contact-box .contact-main .contact-form .control-label {
	padding: 5px 10px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 14px;
	color: #828282;
	line-height: 1.8em;
}
.contact-box .contact-main .contact-form .control-group .controls input, .contact-box .contact-main .contact-form .controls textarea {
	line-height: 20px;
	border-radius: 4px;
	width: 100%;
	padding: 4px 0;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	color: #000;
	border: 0;
	box-shadow: none;
	outline: 0;
}
.contact-box .contact-main .contact-form .controls textarea {
	height: 80px;
}
.contact-box .contact-main .contact-form .submitGroup {
	border: 0;
	padding: 0;
}
.contact-box .contact-main .contact-form .submitGroup #formsubmit {
	border: 1px solid #014099;
	border-radius: 0;
	background: #014099;
	color: #fff;
	font-size: 14px;
	width: 50%;
	height: 40px;
	padding: 0 30px;
	line-height: 20px;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.contact-box .contact-main .contact-form .submitGroup #formsubmit:hover {
	background: #fff;
	color: #014099;
}
.contact-box .contact-main .contact-map {
	padding-top: 70px;
}
.sub-nav .sub-nav-list.product-nav {
	display: flex;
	flex-wrap: wrap;
}
.sub-nav .sub-nav-list.product-nav li {
	width: calc(25% - 15px);
	margin-bottom: 20px;
	border-radius: 77px;
	overflow: hidden;
}
.sub-nav .sub-nav-list.product-nav li:nth-child(4n) {
	margin-right: 0;
}
.product-box {
	background-color: #eee;
	margin-bottom: 60px;
}
.product-box .product-top {
	padding: 10px 0;
	margin-bottom: 10px;
}
.product-box img {
	width: 100%;
}
.product-box .product-top .product-img {
	padding-right: 10px;
}
.product-box .product-top .product-txt {
	padding-left: 10px;
	display: flex;
	align-items: center;
}
.product-box .product-top .product-txt .product-main {
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
.product-box .product-top .product-txt .product-main h4 {
	line-height: 1.8em;
	font-size: 20px;
	color: #828282;
	margin-bottom: 16px;
	font-weight: bold;
}
.product-box .product-top .product-txt .product-main p {
	font-size: 14px;
	color: #828282;
	line-height: 1.8em;
}
.product-box .product-top .product-txt .product-main a {
	font-size: 14px;
	background-color: #fff;
	color: #014099;
	border-radius: 33px;
	border-color: #014099;
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;
}
.product-box .product-top .product-txt .product-main a:hover {
	background-color: #014099;
	color: #fff;
}
.product-box .product-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0;
}
.product-box .product-list .product-car {
	padding: 4px;
	border: 1px solid #dcdcdc;
	margin-right: 20px;
}
.product-box .product-list .product-car:last-child {
	margin-right: 0;
}
.product-box .product-list .product-car h4 {
	font-size: 14px;
	color: #222;
	margin: 10px 0;
}
.product-box .product-list .product-car:hover {
	box-shadow: 0 0 5px #ccc
}
.product-message {
	margin-bottom: 80px;
}
.product-message .product-message-top {
	background-color: #f2f3f4;
	padding: 30px 20px 10px 20px;
	margin-bottom: 10px;
	text-align: center;
}
.product-message .product-message-top h4 {
	font-size: 24px;
	line-height: 1.5em;
	color: #014099;
	margin-bottom: 36px;
}
.product-message .product-message-top p {
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	margin-bottom: 0
}
.product-message .product-message-top h2 {
	font-size: 24px;
	line-height: 1.5em;
	color: #014099;
	font-weight: bold;
}
.product-message .product-message-form {
	background-color: #f2f3f4;
	padding: 10px;
}
.product-message .product-message-form .control-group {
	margin-bottom: 16px;
	width: 50%;
	float: left;
}
.product-message .product-message-form .control-group label {
	display: block;
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 14px;
	color: #828282;
	line-height: 1.8em;
}
.product-message .product-message-form .control-group .controls {
	padding: 0 10px;
}
.product-message .product-message-form .controls input, .product-message .product-message-form .controls textarea {
	width: 100%;
	padding: 4px 0;
	text-indent: 6px;
	box-sizing: content-box;
	margin-left: -1px;
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
	border-radius: 4px;
	line-height: 20px;
}
.product-message .product-message-form .control-group.textarea {
	width: 100%;
	margin-left: 0;
}
.product-message .product-message-form .control-group textarea {
	height: 80px;
}
.product-message .product-message-form #formsubmit {
	border: 1px solid #014099;
	border-radius: 4px;
	background: #014099;
	color: #fff;
	font-size: 14px;
	width: 102px;
	padding: 0 30px;
	display: inline-block;
	height: 30px;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product-message .product-message-form #formsubmit:hover {
	background: #fff;
	color: #014099;
}
.products-box {
	margin-top: 60px;
}
.products-box img {
	width: 100%;
}
.products-box .products-img {
	padding-right: 30px;
}
.products-box .products-txt {
	padding-left: 10px;
}
.products-box .products-txt h3 {
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: bold;
	font-family: 微软雅黑;
}
.products-box .products-txt p {
	color: #000;
	font-size: 18px;
	line-height: 2;
}
.products-box .products-txt a {
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	display: inline-block;
	border: #ccc solid 1px;
	background-color: #173c8f;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.products-box .products-txt a:hover {
	background-color: #000;
}
.products-box .products-txt th{
	text-align:center;
	line-height:2;
	border:#000 solid 2px;
}
.products-box .products-txt td{
	padding-left:10px;
	line-height:1.5;
	border:#000 solid 1px;
	font-family: Arial;
}
.products-list {
	padding: 80px 0;
}
.products-list h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	width: 100%;
}
.products-list .products-list-car .product-car {
	width: calc(20% - 16px);
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 4px;
	border: 1px solid #dcdcdc;
}
.products-list .products-list-car div.product-car:nth-child(5n) {
	margin-right: 0;
}
.products-list .products-list-car .product-car h4 a{
	font-size: 14px;
	margin: 10px 0 6px;
	line-height: 20px;
	min-height: 40px;
}
.products-list .products-list-car .product-car h4 a{color: #545454; display:inline-block;}
.products-list .products-list-car .product-car h4 a:hover{color: #014099;}
.products-list .products-list-car .product-car .car-img {
	overflow: hidden;
}
.products-list .products-list-car .product-car .car-img img {
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.products-list .products-list-car .product-car .car-img:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2)
}
.timeline-content .s-content .s-img {
	text-align: right;
}
.products-list .products-list-car .product-car a.more, .elevator-box .elevator-list .elevator-car a.more {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	background: #eaedef;
	color: #333;
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 14px;
}
.products-list .products-list-car .product-car a.more:hover, .elevator-box .elevator-list .elevator-car a.more:hover {
	background: #b8b9b9
}
.products-list .products-list-car .product-car a.more i, .elevator-box .elevator-list .elevator-car a.more i {
	position: absolute;
	left: 10px;
	font-size: 20px;
	top: 0;
}
.products-box .products-detail {
	padding: 0;
	margin-bottom: 20px;
}
.products-box .products-detail div.col-md-6:first-child {
	padding-right: 10px;
}
.products-box .products-detail div.col-md-6:last-child {
	padding-left: 10px;
}
.products-box .products-detail h4 {
	color: #000;
	font-size: 25px;
	font-weight: bold;
	font-family: 微软雅黑;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.products-box .products-detail .products-detail-img, .products-box .products-advantage .products-advantage-main .products-advantage-img, .products-box .products-home .products-home_box .home_box-img {
	overflow: hidden;
}
.products-box .products-detail .products-detail-img img, .products-box .products-advantage .products-advantage-main .products-advantage-img img, .products-box .products-home .products-home_box .home_box-img img {
	-webkit-transition: transform .6s;
	-moz-transition: transform .6s;
	-ms-transition: transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s;
}
.products-box .products-detail .products-detail-img:hover img, .products-box .products-advantage .products-advantage-main .products-advantage-img:hover img, .products-box .products-home .products-home_box .home_box-img:hover img {
	transform: scale(1.05);
}
.products-box .products-detail .products-detail-txt {
	position: relative;
	float: right;
	width: 90%;
	padding: 30px;
	box-sizing: border-box;
	background: white;
	margin-top: -30px;
	box-shadow: 0 7px 22px rgba(19,19,19,.08);
}
.products-box .products-detail .products-detail-txt p {
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.products-box .products-middle {
	background-color: #014099;
	color: #fff;
	padding: 20px;
}
.products-box .products-middle h3 {
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}
.products-box .products-middle p {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.products-box .products-middle .products-middle-more, .products-box .products-advantage .products-advantage-main {
	display: flex;
	justify-content: space-between;
}
.products-box .products-middle .products-middle-more a {
	width: 166px;
	padding: 0 30px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #333;
	border: #333 solid 1px;
	border-radius: 5px;
	font-size: 16px;
	box-shadow: 0 0 5px 0 #fff;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.products-box .products-middle .products-middle-more a:hover {
	color: #fff;
	background-color: #333;
}
.products-box .products-advantage {
}
.products-box .products-advantage .products-advantage-main div.col-md-4 {
	padding: 0 10px;
}
.products-box .products-advantage .products-advantage-main .products-advantage-txt {
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	width: 80%;
	margin: 0 auto;
	transform: translateY(-70px);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
}
.products-box .products-advantage .products-advantage-main .products-advantage-txt h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: bold;
}
.products-box .products-advantage .products-advantage-main .products-advantage-txt p {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	line-height: 2;
}
.products-box .products-home, .products-box .products-panoramic, .products-box .products-cargor, .products-box .dumbwaiter .dumbwaiter-box {
	padding: 80px 0;
}
.products-box .products-home h2, .products-box .products-panoramic h2, .products-box .products-cargor h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	margin-bottom: 50px;
}
.products-box .products-home .products-home_box {
	text-align: center;
	margin: 60px 0 40px;
}
.products-box .products-home .products-home_box div.col-md-6 {
	padding: 0 10px;
}
.products-box .products-home .products-home_box .home_box-tit {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	margin: 15px 0 30px;
}
.products-box .products-home .products-home_detail {
	margin-bottom: 20px;
	background-color: #f0f0f0;
	padding: 10px 0;
}
.products-box .products-home .products-home_detail div {
	padding: 0 10px;
}
.products-box .products-home .products-home_detail .products-txt_detail {
	align-items: center;
	display: flex;
	justify-content: center;
}
.products-box .products-home .products-home_detail h4 {
	font-size: 28px;
	color: #000;
	line-height: 1.8;
	margin-bottom: 10px;
}
.products-box .products-home .products-home_detail p {
	font-size: 16px;
	color: #000;
	line-height: 1.3;
}
.products-box .products-panoramic .products-panoramic_box, .products-box .products-panoramic .products-panoramic_main {
	position: relative;
	margin-bottom: 70px;
}
.products-box .products-panoramic .products-panoramic_box .mySwiper {
	padding: 25px 25px 50px;
}
.products-box .products-panoramic .products-panoramic_box .mySwiper .panoramic_box {
	background: white;
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}
.products-box .products-panoramic .products-panoramic_box .swiper-button-next, .products-box .products-panoramic .products-panoramic_box .swiper-button-prev {
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #014099;
}
.products-box .products-panoramic .products-panoramic_box .swiper-button-next:after, .products-box .products-panoramic .products-panoramic_box .swiper-button-prev:after {
	font-size: 28px;
}
.products-box .products-panoramic .products-panoramic_box .swiper-button-next {
	right: 0;
}
.products-box .products-panoramic .products-panoramic_box .swiper-button-prev {
	left: 0;
}
.products-box .products-panoramic .panoramic_box .imgBox {
}
.products-box .products-panoramic .panoramic_box .imgTxt {
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.products-box .products-panoramic .panoramic_box .imgTxt h4 {
	margin-top: 8px;
	margin-bottom: 10px;
	color: #014099;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}
.products-box .products-panoramic .panoramic_box .imgTxt p {
	color: #000;
	font-size: 18px;
	line-height: 1.3;
}
.products-box .products-panoramic .products-panoramic_box .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 48px;
	height: 5px;
	background-color: #014099;
	border-radius: 0;
}
.products-box .products-panoramic .products-panoramic_main .bi {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #014099;
	font-size: 35px;
}
.products-box .products-panoramic .products-panoramic_main .bi:hover {
	background-color: #014099;
	color: #fff;
}
.products-box .products-panoramic .products-panoramic_main .bi.bi-chevron-left {
	right: 100px;
}
.products-box .products-panoramic .products-panoramic_main .panoramic_box .imgTxt h4 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #000;
	line-height: 1.5
}
.products-box .products-panoramic .products-panoramic_main .panoramic_box .imgTxt p {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
}
.products-box .products-cargor {
	position: relative;
	margin-bottom: 50px;
}
.products-box .products-cargor .mySwiper {
	padding: 20px;
}
.products-box .products-cargor .swiper-backface-hidden .swiper-slide {
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
}
.products-box .products-cargor .imgBox {
	overflow: hidden;
}
.products-box .products-cargor .imgBox img {
	transform: scale(1.1);
	transition: all .25s ease;
}
.products-box .products-cargor .imgBox:hover img {
	transform: scale(1);
}
.products-box .products-cargor .txtBox {
	padding: 0 30px 60px;
	min-height: 270px;
}
.products-box .products-cargor .txtBox h4 {
	margin-top: 10%;
	color: #151515;
	font-size: 24px;
}
.products-box .products-cargor .txtBox p {
	margin-top: 16px;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}
.products-box .products-cargor .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 96px;
	height: 4px;
	border-radius: 0;
	background-color: #014099;
}
.products-box .dumbwaiter .dumbwaiter-box .dumbwaiter-txt {
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	background: #f0f0f0;
}
.products-box .dumbwaiter .dumbwaiter-box .dumbwaiter-txt h4 {
	font-size: 20px;
	color: #000;
	line-height: 2;
	margin-bottom: 15px;
}
.products-box .dumbwaiter .dumbwaiter-box .dumbwaiter-txt p {
	font-size: 16px;
	color: #222;
	line-height: 2;
}
.products-box .dumbwaiter .dumbwaiter-box div.col-md-6 {
}
.elevator-nav {
	margin-bottom: 30px;
}
.elevator-nav h3 {
	font-size: 20px;
	color: #333;
	line-height: 1.8em;
	background-color: #eee;
	padding-left: 12px;
}
.elevator-nav li.has-submenu {
	position: relative;
}
.elevator-nav a {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	padding-left: 16px;
	padding-right: 20px;
	display: block;
	position: relative;
}
.elevator-nav a:hover {
	color: #014099;
}
.elevator-nav li.has-submenu i.bi {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	z-index: 9;
}
.elevator-nav a.parent:before {
	content: "\F287";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 6px;
	position: absolute;
	left: 0;
	top: 15px;
}
.elevator-nav li.has-submenu i.bi:before {
	content: "\f286";
	font-weight: bold !important;
}
.elevator-nav li.has-submenu.close i.bi:before {
	content: "\f282";
}
.elevator-nav .submenu-nav li {
	padding-left: 16px;
}
.elevator-nav .submenu-nav a {
	font-size: 16px;
	color: #999;
	line-height: 2.3em;
	padding-right: 20px;
	white-space: nowrap;
}
.elevator-nav a:hover, .elevator-nav .submenu-nav a:hover, .elevator-nav .submenu-nav a.active,.elevator-nav a.parent.active {
	color: #014099;
	font-weight: bold;
}
.elevator-box {
	padding-left: 10px;
}
.elevator-box img {
	max-width: 100%;
}
.elevator-box h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 13px;
}
.elevator-box p {
	font-size: 14px;
	color: #828282;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.elevator-box .elevator-list .elevator-car {
	width: calc(25% - 9px);
	margin-right: 12px;
	padding: 5px;
	border: #ccc solid 1px;
	margin-bottom: 12px;
}
.elevator-box .elevator-list .elevator-car:nth-child(4n) {
	margin-right: 0;
}
.elevator-box .elevator-list .elevator-car h4 {
	font-size: 14px;
	color: #222;
	line-height: 20px;
	min-height: 40px;
	margin: 10px 0;
}
.elevator-box .elevator-list .elevator-car a.more {
	text-align: center;
}
.elevator-box .elevator-list .elevator-car h4:hover {
	color: #014099;
	cursor: pointer;
	text-decoration: underline
}
.search-form {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.search-form input {
	width: calc(100% - 36px);
	float: left;
	border: none;
	line-height: 36px;
	padding: 0 5px;
	outline: none;
}
.search-form button {
	width: 36px;
	height: 36px;
	float: left;
	border: none;
	background-color: #fff;
	color: #014099;
}
.elevator-main {
	padding: 50px 0;
}
.fc-msg-url {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.fc-msg-url a {
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 16px;
	line-height: 2;
}
.fc-msg-url a.button-l, .fc-msg-url a.button-r {
	background-color: #014099;
	display: inline-block;
	padding: 5px 25px;
	color: #fff;
	border-radius: 5px;
}
.fc-msg-url a.button-r {
	margin-left: 50px;
}
.fc-msg-url a.button-b {
	text-decoration: underline
}
.fc-msg-url a:hover {
	font-weight: bold;
}
.fc-msg-url a.button-b:hover {
	color: #014099;
}
.fc-msg-url form {
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}
.fc-msg-url form .form-control {
	font-size: 1.4rem;
}
.fc-msg-url form .form-actions {
	display: inline-block;
}
.fc-msg-url form .form-actions button.btn {
	background-color: #014099;
	line-height: 32px;
	width: 120px;
	color: #fff;
	font-size: 16px;
}
.fc-msg-url form .control-label {
	font-size: 14px;
	line-height: 32px;
	padding: 0;
	text-align: right;
}
.fc-msg-url .form-horizontal .form-group {
	display: flex;
	flex-wrap: wrap;
}
.mobile-header {
	display: none;
	position: relative;
	height: 56px;
	border-bottom: #ccc solid 1px;
}
.mobile-header .mobile-logo {
	width: 40%;
	height: 56px;
}
.mobile-header .mobile-menu {
	display: block;
	position: absolute;
	right: 8px;
	top: 4px;
	height: 50px;
	width: 50px;
	padding: 10px;
}
.mobile-header .mobile-menu span {
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #000;
	left: 10px;
	top: 13px;
	transition: all .25s;
}
.mobile-header .mobile-menu span:nth-child(2) {
	top: 23px;
}
.mobile-header .mobile-menu span:nth-child(3) {
	top: 33px;
}
.mobile-header .mobile-menu.active span {
	-webkit-transform: rotate(45deg);
	top: 23px;
}
.mobile-header .mobile-menu.active span:nth-child(2) {
	width: 0;
	left: 22px;
	opacity: 0;
}
.mobile-header .mobile-menu.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	top: 23px;
}
.mobile-header .mobile-nav {
	display: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	width: 100%;
	top: 56px;
	z-index: 999;
	padding: 15px;
	line-height: 1.8;
	box-shadow: 0 2px 5px rgba(0,0,0,0.45);
}
.mobile-header .mobile-nav .nav-list li {
	position: relative;
}
.mobile-header .mobile-nav .nav-list li a.nav-link {
	width: calc(100% - 30px);
}
.mobile-header .mobile-nav .nav-list li i.bi {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 9;
	width: 30px;
	text-align: center;
	height: 30px;
}
.mobile-header .mobile-nav .nav-list li i.bi:before {
	content: "\f282";
	font-weight: bold !important;
}
.mobile-header .mobile-nav .nav-list li.active i.bi:before {
	content: "\f286";
}
.mobile-header .mobile-nav .nav-list .sub-list {
	display: none;
	padding: 0 15px;
	transition: all .25s;
}
.mobile-header .mobile-nav .nav-list .sub-list a {
	color: #666;
	line-height: 1.5;
}
.mobile-header .mobile-nav .nav-list li.active .sub-list {
	display: block;
	transition: all .25s;
}
.right-mess {
	position: fixed;
	right: 25px;
	bottom: 150px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: auto;
	line-height: 1;
	z-index:99;
}
.right-mess .circular {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.45);
	cursor: pointer;
	position: relative;
}
.right-mess .circular span {
	position: absolute;
	right: 65px;
	top: 50%;
	background: rgba(0, 0, 0, 0.7);
	padding: 4px 10px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	color: #fff;
	margin-top: -11px;
	white-space: nowrap;
	display:none;
}
.right-mess .circular:hover span{
	display:block;
}
.right-mess .circular.form-m {
	background: blue;
}
.right-mess .circular.whatsapp-m {
	background: green;
}
.right-mess .circular.open-m {
	background: red;
}
.right-mess .circular.top {
	background: orange;
}
/*.right-mess .circular.open-m .bi-x, .right-mess .message-m {
	display: none;
}*/
.cabin .home-contact {
	text-align: left;
}
.cabin .home-contact a {
	padding: 0 80px;
}
.cabin h2 {
	font-size: 22px;
	line-height: 27px;
	color: #333;
	margin-bottom: 5px;
}
.cabin p {
	font-size: 14px;
	color: #828282;
	margin-bottom: 5px;
	line-height: 1.8em;
}
.cabin .cabin-img {
	padding-right: 20px;
}
.cabin .cabin-img .cabin-big {
	text-align: center;
	padding: 10px;
	height: 480px;
	
}
.cabin .cabin-img .cabin-big #cabin-video{
	height:100%;
}
.cabin .cabin-img .cabin-big #cabin-video video{
	max-height:100%;
}
.cabin img, .more-cabin img {
	max-width: 100%;
}
#big-cabin {
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#big-cabin img {
	max-height: 100%;
}
.cabin-small {
	margin-top: 10px;
	display: flex;
}
.cabin-small a {
	margin-right: 5px;
	border: #ddd solid 1px;
	padding: 2px;
	display: inline-block;
	cursor: pointer;
	width: calc(20% - 5px);
	display: flex;
justify-content: space-between;
align-items: center;
}
.cabin-small a:last-child {
	margin-right: 0;
}
.cabin-features {
	margin-top: 20px;
}
.cabin-features, .cabin .cabin-big {
	border: #ddd solid 1px;
}
.cabin-features h4 {
	padding: 8px 15px;
	border-bottom: #ddd solid 1px;
	font-size: 18px;
	font-weight: bold;
	background: #f1f1f1;
	line-height: 1.8em;
}
.cabin-features .cabin-box {
	padding: 8px 15px;
}
.more-cabin .products-list h2 {
	text-align: left;
}
.more-pn {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 50px;
	border-bottom: #ddd solid 1px;
}
.more-pn a {
	display: flex;
	width: 40%;
	padding: 5px 10px;
	background-color: #f5f5f5;
	border: #ccc solid 1px;
	border-radius: 5px;
	color: #666 !important;
	align-items: center;
}
.more-pn a:last-child {
	justify-content: end;
}
.more-pn a:hover {
	color: #000 !important;
}
.share-icon i {
	font-size: 22px;
}
footer .foot-top .foot-contact p.share-icon a {
	margin-right: 10px;
}
.share-icon a:hover i {
	color: #fff;
}
.escalator{
	margin-bottom:80px;
}
.Download-lm{
	font-size:22px;
	margin-top:20px;
	justify-content:space-between;
}
.Download-lm a{
	color:#000;
}
.home-about-video img{
	width:100%;
}
@media (max-width:767px) {
.location, .banner {
	margin-top: 0;
}
.mobile-header {
	display: block;
}
.pc-header, .news-box .news-main .news-contact ,.banner .banner-txt h1{
	display: none;
}
.banner img {
	width: auto;
	height: 200px;
}
.home-pro-nav .home-pro-box, .factory-box .factory-main .factory-detail {
	width: calc(50% - 10px);
}
footer .foot-copyright {
	height: auto;
	line-height: 1.8;
}
.home-project, .sub-nav, .products-list, .products-box .products-home, .products-box .products-panoramic, .products-box .products-cargor, .products-box .dumbwaiter .dumbwaiter-box, .news-box, .contact-box {
	padding: 50px 15px;
}
.sub-nav .sub-nav-list, .about-middle .about-middle-num, .product-box .product-list, .products-box .products-middle .products-middle-more, .products-box .products-advantage .products-advantage-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sub-nav .sub-nav-list li, .about-middle .about-middle-num li, .certificate-box .certificate-main .certificate-detail, .sub-nav .sub-nav-list.product-nav li, .product-box .product-list .product-car, .products-list .products-list-car .product-car, .products-box .products-middle .products-middle-more a, .elevator-box .elevator-list .elevator-car {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(50% - 10px);
}
.about-company .about-company-detail .about-company-txt, .news-box .news-main .news-left .news-nav {
	margin-bottom: 20px;
}
.about-message .about-message-box li, .starlink-box .starlink-main .starlink-detail, .technology-box .factory-detail .factory-img, .products-box .products-detail .products-detail-txt, .products-box .products-advantage .products-advantage-main .products-advantage-txt, .products-box .dumbwaiter .dumbwaiter-box .dumbwaiter-txt, .news-box .news-main .news-left, .news-box .news-main .news-list, .news-box .news-main .news-list .news-img, .news-box .news-main .news-list .news-txt, .show-box .show-main .show-right, .contact-box .contact-main .contact-map, .contact-box .contact-main .contact-form, .elevator-box {
	width: 100%;
}
.banner {
	overflow: hidden;
}
.factory-box .factory-main .factory-detail:nth-child(3n), .products-list .products-list-car div.product-car:nth-child(5n) {
	margin-right: 20px;
}
.starlink-box .starlink-main .starlink-detail, .factory-box .factory-main .factory-detail:nth-child(2n), .certificate-box .certificate-main .certificate-detail:nth-child(2n),  .sub-nav .sub-nav-list li:nth-child(2n), .product-box .product-list .product-car:nth-child(2n), .about-middle .about-middle-num li:nth-child(2n), .products-list .products-list-car .product-car:nth-child(2n), .products-box .products-middle .products-middle-more a:nth-child(2n), .elevator-box .elevator-list .elevator-car:nth-child(2n) {
	margin-right: 0 !important;
}
.factory-box {
	padding: 0 15px 120px;
}
.quality-box .quality-detail {
	flex-direction: row;
}
.quality-box .quality-detail .quality-txt {
	padding: 0 0 0 10px;
	margin-top: 10px;
}
.quality-box .quality-detail .quality-txt::before {
	left: 10px;
}
.quality-box .quality-detail .quality-img, .quality-box .quality-detail:nth-child(2n) .quality-img {
	padding: 0 10px;
}
.product-box .product-list, .products-box .products-detail {
	padding: 0 15px;
}
.products-box .products-detail div.col-md-6:first-child, .products-box .products-detail div.col-md-6:last-child, .products-box .products-img, .news-box .news-main .news-left, .elevator-box, .news-box .news-main .news-list, .show-box .show-main .show-left, .show-box .show-main .show-right, .cabin .cabin-img {
	padding: 0;
}
.location p {
	padding: 15px;
	line-height: 1.8;
}
.products-box, .news-box .news-main .news-list .news-img {
	margin: 0;
}
.show-box .show-main .show-right {
	margin: 20px 0;
}
.home-project .home-project-top .home-project-nav {
	text-align: right;
}
.home-project .home-project-top {
	margin-bottom: 20px;
}
.sub-nav .sub-nav-list li a{font-size: 14px;}
}
