/* tab */
.tab {
	background-color: #f2f2f2;
}
.tab_blo {
	border-bottom: solid 2px #f2f2f2;
}
.tab_blo_on {
	border-bottom: solid 2px #0061ae;
}
/* content */
.about_sec {
	padding: 4.7vw 0;
	width: 100%;
	background-color: #fff;
}
.about_sec .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.about_sec_img {
	width: 48%;
	
}
.about_sec_t {
	width: 48%;
	font-size: 1rem;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about_sec_tag {
	padding: 0 1.5rem;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 2.6;
	background-color: #0061ae;
	color: #fff;
	border-radius: 5px;
}
.about_t1 {
	position: relative;
	margin-bottom: 3vw;
	font-size: 2.5rem;
	line-height: 3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about_t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6.25rem;
	border-bottom: solid 0.25rem #0061ae;
}
/* middle */
.about_mid {
	padding: 3vw 0;
	width: 100%;
	background-color: #0061ae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_mid_blo {
	position: relative;
	width: 25%;
	font-size: 1.1rem;
	line-height: 2;
	color: #fff;
	text-align: center;
	border-right: solid 1px rgba(255,255,255,0.4);
}
.about_mid_blo::after {
	content: '';
	position: absolute;
	top: -0.25rem;
	right: 0;
	height: 100%;
}
.about_mid_blo:last-child::after {
	border-right: none;
}
.about_t2 {
	position: relative;
	font-size: 2.3rem;
	font-weight: bold;
}
.about_t2::after {
	content: '';
	position: absolute;
	right: -1rem;
	top: 0;
	font-size: 0.8rem;
}
.about_year::after {
	content: '年';
}
.about_add::after {
	content: '+';
}
.about_area::after {
	content: '㎡';
}
/* culture */
.about_cul {
	padding: 0 0 5vw;
	width: 100%;
	background-color: #fff;
}
.about_tit {
	padding: 5vw 0;
	position: relative;
	font-size: 2.2rem;
	color: #333;
	text-align: center;
}
.about_tit::after {
	content: '';
	position: absolute;
	bottom: 4vw;
	left: 46.5%;
	width: 7%;
	border-bottom: solid 0.25rem #0061ae;
}
.about_cul .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.about_cul_blo {
	margin: 1vw 1%;
	padding: 1.5vw 0;
	width: 30%;
	color: #333;
	line-height: 2;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.about_cul_blo_i {
	margin: 0 auto;
	width: 6.5vw;
	height: 6.5vw;
	border-radius: 100%;
	background-color: #fafafa;
	box-shadow: 0 0 10px rgba(85, 85, 85, 0.1);
	overflow: hidden;
}
.about_cul_i, .about_cul_i_on {
	margin: 1.625vw auto 0;
	height: 3.25vw;
}
.about_cul_i_on {
	display: none;
}
.about_t3 {
	font-size: 2rem;
	font-weight: bold;
}
.about_cul_blo:hover .about_cul_blo_i {
	background-color: #0061ae;
}
.about_cul_blo:hover .about_cul_i {
	display: none;
}
.about_cul_blo:hover .about_cul_i_on {
	display: block;
}
.about_cul_blo p {
	margin: 0 auto;
	width: 80%;
}
 @media screen and (max-width:1200px) {
.about_sec .container {
	flex-direction: column;
}
.about_sec_img, .about_sec_t {
	width: 100%;
}
.about_sec_img {
	margin-bottom: 2rem;
}
.about_sec .container {
	align-items: center;
}
.about_cul_blo {
	padding: 3rem 0;
	width: 45%;
	margin: 2rem 2%;
	font-size: 1rem;
}
.about_t1, .about_t2, .about_tit {
	font-size: 2rem;
}
}
@media screen and (max-width:900px) {
.about_cul .container {
	flex-direction: column;
}
.about_cul_blo {
	width: 80%;
	margin: 2rem auto;
}
}
@media screen and (max-width: 768px) {
.about_t1, .about_t2, .about_tit, .about_t3 {
	font-size: 1.7rem;
}
.about_mid {
	flex-wrap: wrap;
}
.about_mid_blo {
	font-size: 0.9rem;
	width: 50%;
}
.about_mid_blo:nth-child(even) {
	border-right: none;
}
}
@media screen and (max-width: 414px) {
.about_t1, .about_t2, .about_tit, .about_t3 {
	font-size: 1.3rem;
}
.about_mid_blo {
	font-size: 0.8rem;
}
}
.install, .repair_sec {
	position: relative;
	width: 100%;
	background-color: #eee;
}
.install .repair_sec {
	padding-top: 3vw;
}
.install .repair_sec img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.repair_sec_t {
	position: relative;
	z-index: 2;
	margin: 0 5%;
	padding: 0 3% 3.1vw;
	width: 42%;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	background-color: #fff;
}
.repair_t1 {
	position: relative;
	margin-bottom: 4.7vw;
	line-height: 3.5;
	font-size: 2.7rem;
	color: #000;
}
.repair_t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6.25vw;
	border-bottom: solid 0.25rem #0061ae;
}
.install_sec2 {
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.install_blo {
	position: relative;
	margin: 5rem 1% 1rem;
	padding: 2rem 3%;
	width: 44%;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.install_t1 {
	color: #333;
	font-size: 1.67rem;
	line-height: 3.5;
}
.install_i, .install_i_on {
	position: absolute;
	top: -4rem;
	right: 15%;
	width: 8rem;
}
.install_i_on {
	display: none;
}
.install_blo:hover .install_i {
	display: none;
}
.install_blo:hover .install_i_on {
	display: block;
}
 @media screen and (max-width: 1600px) {
}
 @media screen and (max-width: 1200px) {
.repair_sec_t {
	width: 60%;
	line-height: 2;
}
.repair_t1 {
	margin-bottom: 1vw;
	font-size: 1.8rem;
	line-height: 2.5;
}
}
 @media screen and (max-width: 1000px) {
.repair_sec {
	padding-top: 0;
}
.repair_sec img {
	position: relative;
}
.repair_sec_t {
	margin-top: 3vw;
	width: 90%;
}
.repair_t1 {
	font-size: 1.5rem;
}
.install_t1 {
	font-size: 1.3rem;
	line-height: 3;
}
}
 @media screen and (max-width: 768px) {
.install_sec2 {
	flex-direction: column;
	align-items: center;
}
.install_blo {
	width: 95%;
}
}
 @media screen and (max-width: 414px) {
.install_t1, .install_blo {
	line-height: 2;
}
.install_t1 {
	font-size: 1.2rem;
}
}
.repair, .repair_sec {
	position: relative;
	width: 100%;
	background-color: #fff;
}
.repair_sec img {
	width: 100%;
}
.repair_sec_t {
	position: absolute;
	top: 15%;
	left: 5%;
	padding: 0 3% 4.68vw;
	width: 42%;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	background-color: #fff;
}
.repair_t1, .repair_t2 {
	position: relative;
	margin-bottom: 4.69vw;
	line-height: 3.2;
	font-size: 3rem;
	color: #000;
}
.repair_t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6.25vw;
	border-bottom: solid 0.25rem #0061ae;
}
.repair_sec2 {
	margin: 3vw 0 4.5vw;
	width: 100%;
	background-color: #eee;
}
.repair_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.repair_row img {
	width: 50%;
}
.repair_sec2_t {
	padding: 0 4.17vw;
	width: 50%;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.repair_t2 {
	font-size: 1.67rem;
	line-height: 4.6;
}
.repair_t2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.6vw;
	border-bottom: solid 0.25rem #0061ae;
}
.repair_row_l {
	text-align: right;
}
.repair_row_l .repair_t2::after {
	right: 0;
	left: auto;
}
 @media screen and (min-width: 1201px) {
.repair_sec_t:hover, .repair_row img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}
 @media screen and (max-width: 1200px) {
.repair_sec_t {
	position: relative;
	width: 90%;
	padding: 3vw 0;
}
.repair_row {
	flex-direction: column;
	align-items: center;
}
.repair_row img, .repair_sec2_t {
	width: 100%;
}
.repair_sec2_t {
	padding-bottom: 2rem;
}
.repair_row_l {
	text-align: left;
	flex-direction: column-reverse;
}
.repair_row_l .repair_t2::after {
	left: 0;
	right: auto;
}
}
.tech_con, .tech_bot {
	width: 100%;
	background-color: #fff;
	color: rgb(85, 83, 83);
	line-height: 2.2;
}
.tech_con {
	padding-top: 2rem;
}
.tech_row, .tech_bot .container, .tech_bot_blo_con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.tech_row {
	margin-bottom: 5.72vw;
	align-items: top;
}
.tech_row img {
	width: 53%;
	border-radius: 0.56rem;
	overflow: hidden;
}
.tech_con_t {
	padding-top: 3.6vw;
	width: 41.5%;
}
.tech_t1 {
	font-size: 2.67rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}
.tech_l {
	margin-bottom: 7.8rem;
	position: relative;
}
.tech_l::after {
	content: '';
	position: absolute;
	bottom: -3.335rem;
	left: 0;
	width: 6.67rem;
	border-bottom: solid 0.25rem #0061ae;
}
.tech_t2 {
	padding: 0.83rem 0;
	font-size: 1.1rem;
}
.tech_tag {
	display: inline-block;
	width: 48%;
	height: 4.25rem;
	line-height: 4.25rem;
	font-size: 1.1rem;
}
.tech_tag::before {
	content: '';
	float: left;
	width: 1.4rem;
	height: 100%;
	margin-right: 0.83rem;
	background-image: url(../images/technology/escalator_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tech_tag_i1::before {
	background-image: url(../images/technology/escalator_i.png);
}
.tech_tag_i2::before {
	background-image: url(../images/technology/elevator_i.png);
}
.tech_tag_i3::before {
	background-image: url(../images/technology/reward_i.png);
}
.tech_bot {
	padding: 9.375vw 0;
	background: url(../images/technology/bot_bg.jpg)100% 100% no-repeat;
	background-size: contain;
	background-color: #000;
}
.tech_bot .container {
	align-items: center;
}
.tech_bot_blo {
	padding: 0.56rem 1.5%;
	width: 32%;
	background-color: #fff;
	border-radius: 0.3rem;
	overflow: hidden;
}
.tech_t3 {
	font-size: 1.75rem;
	line-height: 5rem;
	border-bottom: solid 1px #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tech_t3::before {
	content: '';
	float: left;
	margin-right: 0.83rem;
	margin-top: 2.22rem;
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 100%;
	background-color: #000;
}
.tech_bot_blo_con {
	padding: 2.5rem 2% 3.3rem;
	align-items: top;
}
.tech_bot_blo_con img {
	width: 50%;
	border-radius: 0.56rem;
}
.tech_bot_blo_con p {
	padding: 0 0.5vw 0 1.5vw;
}
 @media screen and (min-width: 1201px) {
.tech_row img:hover, .tech_bot_blo_con img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}
@media screen and (max-width: 1200px) {
.tech_row:nth-child(even) {
	flex-direction: column-reverse;
}
.tech_row:nth-child(odd) {
	flex-direction: column;
}
.tech_row img, .tech_con_t {
	width: 100%;
}
.tech_t1 {
	font-size: 1.5rem;
}
.tech_l {
	margin-bottom: 3.8rem;
}
.tech_l::after {
	bottom: -2rem;
}
.tech_con, .tech_bot {
	line-height: 2;
}
.tech_t3 {
	font-size: 1.3rem;
	line-height: 3rem;
}
.tech_t3::before {
	margin-top: 1.22rem;
	border-bottom: solid 0.15rem #0061ae;
}
.tech_bot {
	padding: 5vw 0;
}
.tech_bot .container {
	flex-wrap: wrap;
}
.tech_bot_blo_con {
	padding: 1.5rem 2% 2rem;
	align-items: center;
}
.tech_bot_blo {
	width: 48%;
	margin-bottom: 1.5rem;
}
.tech_bot_blo_con img {
	width: 30%;
}
}
@media screen and (max-width: 1000px) {
.tech_bot_blo {
	width: 100%;
}
.tech_bot_blo_con img {
	width: 20%;
}
}
@media screen and (max-width: 768px) {
.tech_tag {
	width: 100%;
}
.tech_bot_blo_con {
	flex-direction: column;
	align-items: center;
}
.tech_bot_blo_con img {
	width: 100%;
}
}
.quali_con {
	padding-top: 2rem;
	width: 100%;
	background-color: #fff;
}
.quali_tit {
	padding: 1.56vw 0;
	position: relative;
	font-size: 2rem;
	color: #333;
	text-align: center;
	margin-bottom:25px;
}
.quali_tit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2.6vw;
	width: 5.2vw;
	border-bottom: solid 0.25rem #0061ae;
}
.quali_t1 {
	margin: 1.56vw auto;
	width: 38%;
	line-height: 2;
	color: rgb(85, 83, 83);
	text-align: center;
}
.quali_con .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.quali_blo {
	margin: 1.5vw 1.5%;
	width: 22%;
	overflow: hidden;
}
.quali_blo img {
	margin: 0 auto;
	width: 100%;
}
.quali_blo:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
 @media screen and (max-width: 1200px) {
.quali_t1 {
	width: 60%;
}
.quali_blo {
	margin: 2.6vw 1.5%;
	width: 30%;
}
}
 @media screen and (max-width: 768px) {
.quali_t1 {
	width: 90%;
}
.quali_blo {
	margin: 2.6vw 2%;
	width: 46%;
}
}
.news {
	padding-bottom: 2.5vw;
	width: 100%;
	background-color: #fff;
}
.news_blo {
	padding: 2.5vw 0;
	width: 100%;
	border-bottom: solid 1px #eee;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: top;
}
.news_blo:last-child {
	border-bottom: none;
}
.news_blo_img {
	width: 23.5%;
}
.news_blo_img img {
	width: 100%;
}
.news_t {
	margin-right: 3%;
	width: 69%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_t1 {
	font-size: 1.67rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_t_con {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_t2 {
	line-height: 3.3;
	color: rgb(85, 83, 83);
}
.news_arr {
	width: 3.3rem;
	height: 3.3rem;
	background-image: url(../images/arr_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.news_blo:hover {
	color: #0061ae;
}
.news_blo:hover .news_arr {
	background-image: url(../images/arr_on_i.png);
}
.newsDetail_tit {
	font-size: 2rem;
	color: #000;
	text-align: center;
	line-height: 2.5;
}
.newsDetail_row {
	margin: 1.1rem auto;
	width: 55%;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.newsDetail_t {
	line-height: 2;
	color: #333;
}
.newsDetail_t table{max-width: 100% !important;}
.newsDetail_t table td {
	border: #000 solid 1px;
	padding: 5px;
}
.newsDetail_t p {
	padding: 0.6rem;
}
.newsDetail_t img {
	margin-left: 1%;
	display: inline-block;
	vertical-align: middle;
	/*width: 48%;*/
}
.newsDetail_bar {
	padding: 1.1rem 0;
	line-height: 2.5;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.newsDetail_arr_l, .newsDetail_arr_r, .newsDetail_back_i {
	padding: 1.1rem;
}
.newsDetail_arr_l, .newsDetail_arr_r {
	width: 35%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsDetail_arr_r {
	text-align: right;
}
.newsDetail_arr_l::before, .newsDetail_arr_r::before, .newsDetail_back_i::before {
	content: '';
	margin-right: 0.8rem;
	float: left;
	width: 0.56rem;
	height: 100%;
	background-image: url(../images/arr2_l.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.newsDetail_arr_r::before {
	float: right;
	margin-left: 0.8rem;
	background-image: url(../images/arr2_r.png);
}
.newsDetail_back_i::before {
	width: 1rem;
	background-image: url(../images/back_i.png);
}
.newsDetail_arr_l:hover, .newsDetail_arr_r:hover, .newsDetail_back_i:hover {
	color: rgb(129, 127, 127)
}
.newsDetail_arr_l:hover::before {
	background-image: url(../images/arr2_l_on.png);
}
.newsDetail_back_i:hover::before {
	background-image: url(../images/back_i_on.png);
}
.newsDetail_arr_r:hover::before {
	background-image: url(../images/arr2_r_on.png);
}
.newsDetail_arr_l span, .newsDetail_arr_r span {
	padding: 0 1rem;
}
 @media screen and (min-width: 1201px) {
.news_blo_img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}
 @media screen and (max-width: 1200px) {
.news_blo {
	line-height: 2;
}
.news_t1 {
	font-size: 1.3rem;
}
.news_t2 {
	line-height: 2.5;
}
.news_arr {
	width: 2.5rem;
	height: 2.5rem;
}
}
 @media screen and (max-width: 1000px) {
.news_blo {
	line-height: 1.5;
}
.news_blo_img {
	width: 27%;
}
.news_t {
	margin-right: 0;
}
.news_t2 {
	line-height: 2;
}
.news_arr {
	width: 2rem;
	height: 2rem;
}
.newsDetail_tit {
	line-height: 2;
	font-size: 1.5rem;
}
.newsDetail_row {
	width: 90%;
}
}
 @media screen and (max-width: 768px) {
.news_t1 {
	font-size: 1.2rem;
}
.news_t2 {
	line-height: 1.5;
}
.news_arr {
	width: 1.5rem;
	height: 1.5rem;
}
.newsDetail_row div:last-child {
	display: none;
}
.newsDetail_t img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.6rem;
	width: 100%;
}
}
 @media screen and (max-width: 414px) {
.news_blo {
	flex-direction: column;
	align-items: center;
}
.news_blo_img, .news_t {
	width: 100%;
}
.news_t1 {
	font-size: 1.3rem;
}
.news_t1, .news_t2 {
	line-height: 2;
}
.news_arr {
	width: 2rem;
	height: 2rem;
}
.newsDetail_arr_l, .newsDetail_arr_r {
	width: 33%;
}
.newsDetail_row {
	width: 100%;
}
}
.solution, .solutionList {
	position: relative;
	width: 100%;
}
.solution_con {
	position: relative;
	top: -3.6vw;
	margin: 0 auto;
	padding: 2.78rem 0;
	width: 95%;
	border-radius: 0.56rem;
	background-color: #fff;
	font-size: 0.9rem;
	line-height: 2;
	color: rgb(85, 83, 83);
}
.solution_t1 {
	font-size: 2rem;
	color: #333;
}
.solution_t2 {
	margin: 3.3rem 0 1rem;
	width: 70%;
}
.solution_t5 {
	position: relative;
	margin-bottom: 5.6rem;
	font-size: 0.78rem;
}
.solution_t5::after {
	content: '';
	position: absolute;
	bottom: -3.3rem;
	left: 0;
	width: 2.2rem;
	border-bottom: solid 0.25rem #0061ae;
}
.solution_img {
	width: 100%;
	border-radius: 0.56rem;
}
.solution_tag {
	padding: 0 2.2rem;
	font-size: 1.22rem;
	line-height: 2;
	color: #313131;
	border: solid 1px #313131;
	border-radius: 2rem;
	box-shadow: inset 0 0 0 black;
	transition: all .5s;
}
.solution_tag:hover {
	border: solid 1px #313131;
	transform: scale(1, 1);
	box-shadow: inset 0 0 0 23px #313131;
	color: #fff;
}
.solution_tag:hover a {
	color: #fff;
}
.solution_blo {
	margin: 4.17vw 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.solution_blo img {
	width: 61%;
	height: fit-content;
}
.solution_blo_r {
	text-align: right;
}
.solution_t {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.solution_t p {
	padding: 0.5rem 0;
}
.solution_t3 {
	font-size: 1.4rem;
	margin: 10px 0;
	position:relative;
}
.solution_t3:before{
	content:"";
	width:80px;
	border-bottom:#666 solid 1px;
	position:absolute;
	left:0;
	bottom:0;
}
.solution_t4 {
	font-size: 2.67rem;
	line-height: 1.5;
	font-weight: bold;
	color: #0061ae;
}
.solution_t5 {
	font-size: 1.33rem;
}
.solution_t6 {
	margin-top: 1rem;
	font-size: 1.33rem;
}
.solutionList .container {
	padding-top: 1.67rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solutionList_blo {
	position: relative;
	margin: 1.67rem 0;
	width: 47%;
	border-radius: 0.56rem;
	overflow: hidden;
	background-color: #f5f5f5;
}
.solutionList_blo img {
	width: 100%;
}
.solutionList_t1 {
	position: relative;
	padding: 0 3%;
	color: #000;
	font-size: 1.44rem;
	line-height: 2.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solutionList_t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 2.1vw;
	border-bottom: solid 2px #0061ae;
}
.solutionList_t2 {
	padding: 0 2%;
	font-size: 0.9rem;
	line-height: 3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solutionList_mark {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
}
.solutionList_blo_t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.solutionList_t3 {
	display: none;
	font-size: 2.67rem;
	line-height: 3;
}
.solutionList_arr {
	display: none;
	margin: 0 auto;
	width: 100%;
	height: 5rem;
	background: url(../images/arr_white_i.png)center no-repeat;
	background-size: contain;
}
.solutionList_blo:hover .solutionList_mark, .solutionList_blo:hover .solutionList_t3, .solutionList_blo:hover .solutionList_arr {
	display: block;
}
.solutionList_blo:hover .solutionList_arr {
	animation: toBig 1.2s infinite;
}
.solution_con img {
	max-width: 100%;
}
 @media screen and (min-width: 1201px) {
.solution_blo img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}
 @media screen and (max-width: 1200px) {
.solutionList_t1 {
	font-size: 1.3rem;
}
.solutionList_t3 {
	font-size: 1.5rem;
}
.solutionList_arr {
	height: 3rem;
}
.solution_con {
	padding: 1.5rem 0;
}
.solution_blo {
	flex-direction: column;
}
.solution_blo_r {
	flex-direction: column-reverse;
}
.solution_blo img, .solution_t {
	width: 100%;
}
.solution_blo img {
	margin-top: 1rem;
}
.solution_t1, .solution_t3, .solution_t4 {
	font-size: 1.5rem;
}
.solution_t2 {
	margin: 2rem 0;
	width: 100%;
}
.solution_t5 {
	font-size: 1.2rem;
	margin-bottom: 2.6rem;
}
.solution_t5::after {
	bottom: -1.3rem;
}
.solution_tag {
	padding: 0 1.2rem;
	font-size: 1rem;
}
.solutionList .container {
	flex-direction: column;
}
.solutionList_blo {
	width: 100%;
}
}
 @media screen and (max-width: 768px) {
.solutionList .container {
	padding-top: 0;
}
}
.development h4 {
	width: 60%;
	line-height: 2;
}
.deve {
	width: 100%;
	background-color: #fff;
}
.deve_bg {
	padding: 5rem 0;
	width: 100%;
	background: url(../images/development-bg.jpg)center no-repeat;
	background-size: cover;
}
.deve_bg .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.deve_tag {
	margin: 0 2%;
	width: 44%;
	padding: 1.1rem 2%;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #fff;
	color: #333;
}
.deve_t1 {
	position: relative;
	margin-bottom: 2rem;
	font-size: 1.3rem;
	height: 4.4rem;
	line-height: 4.4rem;
}
.deve_back_i::before, .deve_bridge_i::before, .deve_risk_i::before {
	content: '';
	float: left;
	margin-right: 0.5rem;
	width: 1.38rem;
	height: 100%;
	background-image: url(../images/back_i.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.deve_bridge_i::before {
	background-image: url(../images/bridge_i.png);
}
.deve_tit {
	position: relative;
	width: 100%;
	padding: 4vw 0;
	font-size: 1.96rem;
	text-align: center;
}
.deve_tit::after {
	content: '';
	position: absolute;
	bottom: 2.78rem;
	left: 50%;
	margin-left: -0.98rem;
	width: 1.96rem;
	border-bottom: solid 0.25rem #0061ae;
}
.deve_list {
	padding: 0 0 3vw;
}
.deve_blo {
	padding: 1.1rem 0;
	background-color: #fff;
}
.deve_blo_head {
	position: relative;
	padding: 0 10% 0 0;
	margin: 1.1rem;
	width: 98%;
	margin: 0 auto;
	position: relative;
	line-height: 7.78rem;
	color: #333;
	box-shadow: 0 0 0.56rem rgba(0,0,0,0.2);
	font-size: 1.67rem;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	background-image: url(../images/arr_i.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 1.67rem auto;
}
.deve_blo_head div {
	overflow: hidden;
}
.deve_t2 {
	color: #000;
	font-size: 1.96rem;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.deve_t2::before {
	content: '';
	margin: 0 5% 0 2%;
	border-left: solid 0.3rem #0061ae;
	height: 36%;
}
.deve_blo_head_r {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.deve_blo_con {
	display: none;
	padding: 1.67rem 6%;
	font-size: 1.1rem;
	line-height: 2;
	color: rgb(85, 83, 83);
	-webkit-transition: all 3s ease-out;
	transition: all 3s ease-out;
}
.deve_t3 {
	padding-top: 1.1rem;
}
.deve_btn {
	margin-top: 2.78rem;
	padding: 0 1.67rem;
	display: inline-block;
	height: 3.9rem;
	line-height: 3.9rem;
	background-color: #0061ae;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 0.56rem;
}
.deve_blo_on {
	background-color: #eee;
}
.deve_blo_on .deve_blo_con {
	display: block;
	-webkit-transition: all 3s ease-out;
	transition: all 3s ease-out;
}
.deve_blo_on .deve_blo_head {
	background-image: url(../images/arr_i_on.png);
}
.deve_tag_on, .deve_tag:hover {
	padding: 3rem 2%;
	background-color: #0075c2;
	color: #fff;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.deve_tag_on .deve_back_i::before, .deve_tag:hover .deve_back_i::before {
	background-image: url(../images/back_i_on.png);
}
.deve_tag_on .deve_bridge_i::before, .deve_tag:hover .deve_bridge_i::before {
	background-image: url(../images/bridge_i_on.png);
}
.deve_tag_on .deve_t1, .deve_tag:hover .deve_t1 {
	margin-bottom: 3rem;
}
 @media screen and (max-width: 1200px) {
.banner_word {
	top: 30%;
}
h4 {
	width: 80%;
}
.deve_bg .container {
	flex-direction: column;
	align-items: center;
}
.deve_bg {
	padding: 3rem 0;
}
.deve_tag {
	margin: 0 2% 2rem;
	width: 90%;
}
.deve_tit::after {
	bottom: 1.58rem;
}
.deve_tit, .deve_t2 {
	font-size: 1.5rem;
}
.deve_blo_head {
	padding: 0 8% 0 0;
	line-height: 6rem;
	font-size: 1.3rem;
	background-position: 97% center;
	background-size: 1.5rem auto;
}
.deve_blo_con {
	font-size: 1rem;
}
}
 @media screen and (max-width: 1000px) {
.deve_tit::after {
	bottom: 1rem;
}
}
 @media screen and (max-width: 768px) {
.banner {
	height: 30rem;
}
.banner_word {
	top: 20%;
}
.deve_bg {
	padding: 1em 0;
}
.deve_tag {
	padding: 0 2% 2rem;
}
.deve_blo {
	padding: 0.5rem 0;
}
.deve_blo_head {
	flex-direction: column;
	line-height: 3;
	background-position: 97% 2rem;
	background-size: 1.2rem auto;
}
.deve_t2 {
	width: 100%;
	line-height: 3;
}
.deve_blo_head_r {
	margin: 0 auto;
	width: 90%;
}
.deve_tit::after {
	bottom: 1rem;
}
}
 @media screen and (max-width: 428px) {
.banner {
	height: 25rem;
}
.banner_word {
	top: 30%;
}
.deve_tit::after {
	bottom: 0.5rem;
}
.deve_blo_head {
	font-size: 1rem;
	background-size: 1rem auto;
	background-position: 97% 1.2rem;
}
.deve_t2 {
	font-size: 1.2rem;
	line-height: 2;
}
}
 @media screen and (max-width: 375px) {
.banner_word_con {
	width: 90%;
}
}
.case_list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.case_blo {
	position: relative;
	margin: 0 1% 1rem;
	width: 23%;
	background-color: #f0f0f0;
}
.case_blo a {
	display: inline-block;
	padding: 0 0 20px 0;
	width: 100%;
	height:100%;
}
.case_blo a:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}
.case_blo p {
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.case_b_img {
	width: 100%;
}
.case_blo p.case_t1, .case_t2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
}
.case_mark {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.case_mark_t {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.case_show {
	width: 3.3rem;
	height: 3.3rem;
	line-height: 2.8rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 2.7rem;
	border: solid 1px #fff;
	border-radius: 100%;
}
.case_t2 {
	color: #fff;
}
.case_det_mark {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.case_det {
	position: fixed;
	top: 15%;
	left: 16.5%;
	z-index: 3;
	padding: 2.5%;
	width: 67%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.case_det_img {
	width: 62.5%;
}
.case_det_img img {
	width: 100%;
}
.case_det_t {
	width: 35%;
	line-height: 2;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: top;
}
.case_det_t1 {
	position: relative;
	padding: 2vw 0;
	margin-bottom: 2vw;
	width: 78%;
	font-size: 1.67rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_det_t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.9rem;
	border-bottom: solid 0.25rem #004bc8;
}
 @media screen and (max-width: 1200px) {
.case_blo {
	width: 30%;
	margin: 0 1.5% 2rem;
}
.case_t1, .case_t2 {
	height: 2rem;
	line-height: 2rem;
}
.case_det {
	top: 10%;
	left: 17.5%;
	width: 65%;
	flex-direction: column;
}
.case_det_img, .case_det_t {
	width: 100%;
}
.case_list {
	margin: 1rem 0;
}
.case_det_t1 {
	padding: 1vw 0;
	margin-bottom: 1vw;
	font-size: 1.5rem;
	width: 100%;
}
}
 @media screen and (max-width: 1000px) {
.case_det_t {
	line-height: 1.5;
}
}
 @media screen and (max-width: 768px) {
.case_blo {
	width: 45%;
	margin: 0 2.5% 2rem;
}
.bar_list {
	padding-top: 2.5rem;
}
.case_det {
	top: 25%;
}
}
.contact {
	width: 100%;
}
.contact_con {
	padding: 4rem 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: left;
}
.contact_l {
	width: 50%;
}
.contact_map {
	width: 100%;
	height:37vw;
}
.contact_t {
	padding: 0 4%;
	width: 43%;
	font-size: 1.1rem;
	line-height: 2;
	color: rgb(85, 83, 83);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact_t1 {
	color: rgb(56, 55, 55);
}
.contact_t2 {
	position: relative;
	padding-bottom: 2rem;
	font-size: 1.95rem;
	color: #333
}
.contact_t2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.3rem;
	border-bottom: solid 0.25rem #004bc8;
}
.contact_row {
	width: 100%;
	padding: 1.67vw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}
.contact_row_b {
	border-bottom: solid 1px #e5e5e5;
}
.contact_blo {
	display: inline-block;
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.contact_blo_p {
	padding-left: 6%;
	border-left: solid 1px #e5e5e5;
}
.contact_addr, .contact_phone, .contact_tel, .contact_email, .contact_fax {
	position: relative;
	font-size: 0.85rem;
}
.contact_addr::before, .contact_phone::before, .contact_tel::before, .contact_email::before, .contact_fax::before {
	content: '';
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.56rem;
	background-image: url(../images/caddr_i.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contact_phone::before {
	background-image: url(../images/cphone_i.png);
}
.contact_tel::before {
	background-image: url(../images/ctel_i.png);
}
.contact_email::before {
	background-image: url(../images/cemail_i.png);
}
.contact_fax::before {
	background-image: url(../images/cfax_i.png);
}
.contact_code {
	float: left;
	width: 7.3vw;
	margin-bottom: 3vw;
	margin-right: 3vw;
	line-height: 3;
	text-align: center;
}
.contact_code img {
	width: 100%;
}
.contact_bot {
	padding: 5vw 0;
	width: 100%;
	line-height: 3;
	color: #fff;
	background-image: url(../images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact_bot .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.contact_bot_l {
	width: 43%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact_t3 {
	padding: 1vw 0;
}
.contact_t4 {
	position: relative;
	margin-bottom: 2vw;
	font-size: 1.95rem;
}
.contact_t4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.3rem;
	border-bottom: solid 0.25rem #004bc8;
}
.contact_bot_row {
	width: 80%;
	margin-top: 2.2rem;
	padding: 2.2rem 0;
	border-top: solid 1px #fff;
}
.contact_bot_row_blo {
	width: 49%;
	display: inline-block;
}
.contact_bot_r {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact_bot_r_row {
	margin: 0.56rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.contact_inp {
	padding: 0 2% 0 2.5rem;
	width: 49%;
	color: #fff;
	line-height: 3.9rem;
	border-radius: 0.3rem;
	background-color: rgba(242,242,242,0.4);
}
.contact_inp_name, .contact_inp_company, .contact_inp_email, .contact_inp_phone {
	background-image: url(../images/name_i.png);
	background-position: 1rem center;
	background-repeat: no-repeat;
	background-size: 1.1rem 1.1rem;
}
.contact_inp_company {
	background-image: url(../images/company_i.png);
}
.contact_inp_email {
	background-image: url(../images/email_i_white.png);
}
.contact_inp_phone {
	background-image: url(../images/phone_i_white.png);
}
.contact_textarea {
	margin: 0.56rem 0;
	padding: 1.1rem 1rem;
	width: 100%;
	height: 8.5rem;
	color: #fff;
	border-radius: 0.3rem;
	background-color: rgba(242,242,242,0.4);
}
.contact_btn {
	margin: 0.56rem 0;
	width: 100%;
	line-height: 3.9rem;
	font-size: 1.39rem;
	color: #fff;
	background-color: #004bc8;
	text-align: center;
	border-radius: 0.3rem;
}
 input::-webkit-input-placeholder {
color: #fff;
}
 input:-moz-placeholder {
color: #fff;
}
 input::-moz-placeholder {
color: #fff;
}
 input:-ms-input-placeholder {
color: #fff;
}
 textarea::-webkit-input-placeholder {
color: #fff;
}
 textarea:-moz-placeholder {
color: #fff;
}
 textarea::-moz-placeholder {
color: #fff;
}
 textarea:-ms-input-placeholder {
color: #fff;
}
footer {
	background-image: none;
	background-color: #000;
}
 @media screen and (max-width: 1200px) {
.contact_t {
	width: 100%;
}
.contact_t1 {
	margin-top: 1.5rem;
}
.contact_t2 {
	padding-bottom: 1.2rem;
}
}
 @media screen and (max-width: 768px) {
.contact_con, .contact_bot .container {
	flex-direction: column-reverse;
	align-items: center;
}
.contact_l, .contact_t, .contact_bot_l, .contact_bot_r {
	width: 90%;
}
.contact_l {
	margin-bottom: 2rem;
}
.contact_t2, .contact_t4 {
	font-size: 1.65rem;
}
.contact_code {
	width: 50%;
	margin: 0;
}
.contact_code img {
	margin: 0 auto;
	width: 50%;
}
.contact_t1 {
	margin-top: 0;
}
.contact_bot_r_row {
	flex-direction: column;
	margin: 0;
}
.contact_inp {
	margin: 0.56rem 0;
	width: 100%;
}
}
 @media screen and (max-width: 414px) {
.contact_inp {
	line-height: 3rem;
}
}

 @media screen and (max-width: 768px) {
.phone-nav{
	width: 100%;
overflow: hidden;
height:36px;
}
.phone-nav .phone-tab{
	width:100%;
	overflow-x: scroll;
	overflow-y: hidden;
	/*height:54px;*/
}
.phone-nav .phone-tab .content_mar{
	width:800px;
}
.phone-nav .content_mar .tab_blo{
	width:100px;
}
}