@import url("menu.css");
@import url("layout.css");
@import url("time.css");/*時間軸*/
@import url("banner.css");
@import url("map.css");
@import url("twoside.css");
@import url(//db.onlinewebfonts.com/c/34248de998f204be84348a6466d592d6?family=Quilon);
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#loader.loadComplete,
#loader.loadComplete > span {
  visibility: hidden;
  opacity: 0;
}

.delighter {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.delighter.started {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .solution-item.delighter.started {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

/* loader */
#loader {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}

#loader > span {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  background-image: url(../images/loader-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  max-width: 120px;
  height: 124px;
  background-position: 50%;
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: loaderAnime 0.5s ease-in-out;
  animation: loaderAnime 0.5s ease-in-out;
}
@-webkit-keyframes loaderAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wipe_in_out {
  0% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}


.bggrey{
	background:#f4f4f4;
}
.contact-info{
	font-size:1.4rem;
	line-height:1.8;
	color:#333;
	text-align:center;
	padding:44px 10%;
	box-sizing:border-box;
}
.contact{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.contact li{
	float:left;
	margin:0 0 20px 0;
	font-size:1.3rem;
	line-height:42px;
	color:#333;
}
.contact li:nth-child(odd){
	width:30%;
	font-weight:bold;
	letter-spacing:1px;
}
.contact li:nth-child(even){
	width:70%;
}
.contact li:nth-child(12){
	width:50%;
}
.contact li:nth-child(13){
	width:20%;
	text-align:center;
}
.contact li.w100{
	width:100%;
}
.contact label{
	margin:0 10px 0 0;
}
.contact input[type="text"]{
    width:100%;
	border:1px solid #ccc;
	height:42px;
	padding:5px;
	box-sizing:border-box;
	background:none;
}

.contact input[type="radio"]{
	margin-top:-4px;
}
.contact input[type="checkbox"]{
	margin-top:-1px;
}
.contact textarea{
	width:99%;
	height:200px;
	border:1px solid #ccc;
	max-width:99%;
	max-height:200px;
	background:none;
	padding:5px;
	box-sizing:border-box;
}
.contact input[type="submit"]{
	width:100%;
	background:#00294d;
	color:#fff;
	height:54px;
	font-size:1.4rem;
	font-weight:bold;
}
.privacy{
	height:200px;
	border:1px solid #ccc;
	background:#fff;
	font-size:1rem;
	line-height:1.8;
	padding:1% 0 1% 1%;
	box-sizing:border-box;
	font-weight:normal;
}
.red{
	color:#F00;
}
.c-text{
	text-decoration: underline;
}
.video{
	width:100%;
	height:700px;
}
.video iframe{
}
.info-1{
	width:1024px;
	height:auto;
	margin:80px auto;
	position: relative;
}
.info-1 p{
	font-size:30px;
	line-height:2;
	text-align:center;
	color:#333;
	letter-spacing:0;
	font-weight:500;
}
.info-line-1{
	position:absolute;
	top:35px;
	left:340px;
    width:45px;
}
.info-2{
	width:100px;
	margin:0 auto 80px auto;
	-webkit-transition: 0.5s ease-in-out 0.6s;
	transition: 0.5s ease-in-out 0.6s;
}
.info-1 svg{
	width:100%;
	height:auto;
}
.info-2 svg{
	width:100%;
	height:auto;
}
.info-1 embed{
	width:100%;
	height:auto;
}
.info-2 embed{
	width:100%;
	height:auto;
}

.about{
	padding:60px 0;
	box-sizing:border-box;
}
.about h2{
	font-size:1.75rem;
	font-weight:bold;
	color:#191919;
	text-align:center;
	margin:0 0 20px 0;
}
.about p{
	font-size:1.25rem;
	line-height:1.7;
	color:#191919;
	font-weight:normal;
	/*text-indent:2.6rem;*/
	margin:0 0 20px 0;
}
.honortext{
	width:412px;
	height:128px;
	margin:0 auto 80px auto;
}
.honor{
}
.honor li{
	overflow:hidden;
	background:#f0f3f8;
	margin:0 0 40px 0;
	border-bottom-right-radius:50px;
}
.honor li a{
	color:#333;
}
.ho{
	display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
}
.ho li{
	margin:0;
}
.ho li:nth-child(1){
	width:60%;
	float:left;
	padding:10% 30px 0 30px;
	box-sizing:border-box;
	position:relative;
}
.ho li:nth-child(2){
	width:40%;
	float:right;
	position:relative;
	overflow:hidden;
}
.ho li:nth-child(2) img{
	-webkit-transform: scale(1.05);
    -webkit-transition: 0.3s;
}
.ho li:nth-child(2) a:hover img{
	-webkit-transform: scale(1.1);
    -webkit-transition: 0.3s;
}
.ho-date{
	width:16%;
	float:left;
	border-right:5px solid #00529b;
	font-size:2.8rem;
	text-align:center;
	padding:5px 0;
	box-sizing:border-box;
}
.ho-date span{
	display:block;
	font-size:1rem;
	margin:5px 0;
}
.ho-title{
	width:80%;
	float:right;
	font-size:1.9rem;
	line-height:40px;
	height:80px;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.ho-sub{
	width:100%;
	clear:both;
	font-size:1.2rem;
	line-height:30px;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	margin:50px 0;
}
.ho-more{
	font-size:1.1rem;
	text-align:right;
	clear:both;
}
.honor li a:hover .ho-more{
	color:#f7694d;
}
ul.page{
	display: table;
    margin:5% auto;
}
.page li{
	font-size:1.2rem;
	float:left;
}
.page li a{
	display:block;
	padding:10px 15px;
	box-sizing:border-box;
	color:#555;
	margin:0 10px 0 0;
}
.page li a:hover{
	background:#ccc;
}
.page li.active a{
	background:#32adc6;
	color:#fff;
}
.page li.next a{
	background:#fff;
	border:1px solid #32adc6;
}
.back{
	width:200px;
	height:50px;
	margin:0 auto;
	font-size:1.4rem;
	line-height:48px;
	text-align:center;
}
.back a{
	display:block;
	border:2px solid #f7694d;
	color:#000;
	border-radius:25px;
}
.back a:hover{
	background:#f7694d;
	color:#fff;
}
.honor-title{
	padding:0 0 12px 0;
	box-sizing:border-box;
	border-bottom:1px solid #999;
	margin:0 0 50px 0;
}
.honor-title h6{
	font-size:1.2rem;
	color:#333;
	font-weight:normal;
	display:inline;
}
.honor-title p{
	font-size:1.9rem;
	line-height:1.7;
	color:#333;
	padding:20px 0 0 0;
	box-sizing:border-box;
}
.honor-title h5{
	font-size:1rem;
	color:#fff;
	font-weight:normal;
	margin:0 20px 0 0;
	display:inline;
}
.honor-title h5 span{
	background:#32adc6;
	padding:4px 10px;
	box-sizing:border-box;
	border-radius:4px;
}
.single{
	width:80%;
	margin:0 auto;
}
.honordetail{
	font-size:1.3rem;
	line-height:1.9;
	color:#333;
	letter-spacing:3px;
}
.honoritem{
	overflow:hidden;
	border-top:1px solid #00529b;
	margin:8% 0;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.honoritem li{
	float:left;
	margin:30px 0 0 0;
}
.honoritem li:nth-child(1){
	width:49%;
	padding:0 40px;
	box-sizing:border-box;
}
.honoritem li:nth-child(2){
	width:1px;
	background:#00529b;
}
.honoritem li:nth-child(3){
	width:50%;
	padding:0 40px;
	box-sizing:border-box;
}
.honoritem li:nth-child(1) a{
	display:block;
	padding:25px 25px 25px 70px;
	background:url(../images/h-left.png) no-repeat 2% center;
}
.honoritem li:nth-child(3) a{
	display:block;
	padding:25px 70px 25px 25px;
	background:url(../images/h-right.png) no-repeat 98% center;
}
.honoritem li:nth-child(1) a:hover{
	background:url(../images/h-left.png) no-repeat left center;
}
.honoritem li:nth-child(3) a:hover{
	background:url(../images/h-right.png) no-repeat right center;
}
.honor01{
	font-size:1.1rem;
	line-height:2;
	color:#00529b;
}
.honor02{
	font-size:1.2rem;
	line-height:1.8;
	color:#555;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
ul.newsnav{
	display: table;
    margin: 0 auto 50px auto;
}
.newsnav li{
	float:left;
	font-size:1.25rem;
	margin:0 20px;
}
.newsnav li a{
	display:block;
	background:#f4f4f4;
	color:#333;
	padding:18px 60px;
	box-sizing:border-box;
	border-radius:26px;
}
.newsnav li a:hover{
	background:#32adc6;
	color:#fff;
}
.newsnav li.active a{
	background:#32adc6;
	color:#fff;
}
.newslist{
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
}
.newslist li{
	float:left;
	width:30%;
	margin:0 5% 5% 0;
}
.newslist li:nth-child(3n+3){
	margin:0 0 5% 0;
}
.newslabel{
	text-align:right;
	font-size:1.1rem;
	color:#fff;
	font-weight:normal;
	margin:10px 0 20px 0;
}
.newslabel span{
	background:#32adc6;
	padding:4px 10px;
	box-sizing:border-box;
	border-radius:4px;
}
.news_images{
   position: relative;
   cursor:pointer;
   margin:0 0 20px 0;
}
.news_images img{
	display:block;
	border-radius:10px;
}
.news_images a{
	display:block;
}
.hot_body {
  background: url(../images/arrowwhite.png) no-repeat left center rgba(8, 82, 155, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
 /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;*/
  border-radius:10px;
}
.hot_body:hover {
  opacity: 1;
  background: url(../images/arrowwhite.png) no-repeat right center rgba(8, 82, 155, 0.9);
}
.qa_body {
  background: url(../images/arrowwhite.png) no-repeat left center rgba(50, 173, 198, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
 /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;*/
  border-radius:10px;
}
.qa_body:hover {
  opacity: 1;
  background: url(../images/arrowwhite.png) no-repeat right center rgba(50, 173, 198, 0.9);
}
.boder-r{
	border-radius:10px;
}
.news-date{
	width:25%;
	float:left;
	border-right:5px solid #00529b;
	font-size:2rem;
	text-align:center;
	padding:8px 0;
	box-sizing:border-box;
	color:#333;
}
.news-date span{
	display:block;
	font-size:1rem;
	margin:5px 0;
}
.news-title{
	width:70%;
	float:right;
	font-size:1.3rem;
	line-height:1.8;
	padding:5px 0 0 0;
	color:#333;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.newsone-date{
	width:20%;
	float:left;
	border-right:5px solid #00529b;
	font-size:2.3rem;
	text-align:center;
	padding:8px 0;
	box-sizing:border-box;
	color:#333;
}
.newsone-date span{
	display:block;
	font-size:1rem;
	margin:5px 0;
}
.newsone-title{
	width:75%;
	float:right;
	font-size:1.5rem;
	line-height:34px;
	height:68px;
	padding:5px 0 0 0;
	color:#333;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.newsone{
	background:#f0f3f8;
	padding:15px ;
	box-sizing:border-box;
	margin:0 0 70px 0;	
	border-bottom-right-radius:50px;
}
.newsinner{
}
.newsinner li{
	float:left;
}
.newsinner li:nth-child(1){
	width:50%;
}
.newsinner li:nth-child(2){
	width:50%;
	position:relative;
}
.newsonelabel{
	width:172px;
	height:50px;
	background:url(../images/label.png);
	font-size:20px;
	text-align:center;
	color:#fff;
	line-height:60px;
	position:relative;
	margin:30px 0;
	right:-27px;
	float:right;
}
.newsonetext{
	clear:both;
	font-size:1.2rem;
	line-height:1.8;
	letter-spacing:2px;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
	padding:50px 0 0 0;
}
.news2inner{
	padding:0 40px;
	box-sizing:border-box;
}
.city{
	overflow:hidden;
}
.city li{
	float:left;
	height:330px;
	margin: auto;
}
.city li a{
	display:block;
	height:330px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.city li p{
	font-size:2.2rem;
	text-align:center;
	font-weight:bold;
	letter-spacing:3px;
	text-shadow:0px 0px 2px #333;
}
.city li a:hover{
	background:rgba(0,82,155,0.8);
}
.city li:nth-child(1){
	width:50%;
	background:url(../images/city/city01.jpg) no-repeat center center;
	background-size:cover;
}
.city li:nth-child(2){
	width:50%;
	background:url(../images/city/city02.jpg) no-repeat center center;
	background-size:cover;
}
.city li:nth-child(3){
	width:50%;
	background:url(../images/city/city03.jpg) no-repeat center center;
	background-size:cover;
}
.city li:nth-child(4){
	width:34%;
	background:url(../images/city/city04.jpg) no-repeat center center;
	background-size:cover;
	display:none;
}
.city li:nth-child(5){
	width:50%;
	background:url(../images/city/city05.jpg) no-repeat center center;
	background-size:cover;
}
.cityvideo{
	width:100%;
	height:700px;
	margin:5% 0;
}
.cityvideo iframe{
}
.title-1{
	font-size:2.5rem;
	font-weight:600;
	color:#fff;
	padding: 0 0 0 10%;
	box-sizing:border-box;
	text-shadow:1px 1px 2px #333;
}
.casenav-wrap{
	overflow:hidden;
	height:70px;
	border-bottom:1px solid #ccc;
	margin:3% 0;
}
.casenav{
	width:90%;
	margin:0 auto;
}
.casenav li{
	font-size:1.5rem;
	width:50%;
	height:65px;
	line-height:65px;
	float:left;
	text-align:center;
	font-weight:bold;
}
.casenav li a{
	display:block;
	color:#333;
	height:65px;
}
.casenav li a:hover{
	color:#f7694d;
}
.casenav li.active a{
	border-bottom:5px solid #f7694d;
}
.caselist{
	width:1366px;
	margin:0 auto;
	overflow:hidden;
	display:flex;
    /*justify-content:space-between;*/
    flex-wrap:wrap;
}
.caselist li{
	width:30%;
	float:left;
	margin:0 5% 5% 0;
}
.caselist li:nth-child(3n+3){
	margin:0 0 5% 0;
}
.list_images{
   position: relative;
   /*cursor:pointer;*/
}
.list_images img{
	display:block;
}
.list_images a{
	display:block;
}
.list_body {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;*/
  background: url(../images/arrowwhite.png) no-repeat left center rgba(8, 82, 155, 0.9);
}
.list_body:hover {
  opacity: 1;
  background: url(../images/arrowwhite.png) no-repeat right center rgba(8, 82, 155, 0.9);
}
.city_body {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background:rgba(8, 82, 155, 0.9);
}
.city_body:hover {
  opacity: 1;
}
.arch_body {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.arch_body:hover {
  opacity: 1;
}
/*
.bgblue{
  background: rgba(8, 82, 155, 0.9);
}*/
.bgcyan{
	background: rgba(50, 173, 198, 0.9);
}
.cityname{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(255,255,255,0.6);
	font-size:1.5rem;
	text-align:center;
	padding:15px 0;
	box-sizing:border-box;
	color:#333;
}
.cityname2{
	position:absolute;
	bottom:0;
	width:100%;
	font-size:1.5rem;
	text-align:center;
	padding:15px 0;
	box-sizing:border-box;
	color:#fff;
}
.citylist{
	overflow:hidden;
	margin:30px 0 0 0;
}
.citylist li{
	float:left;
	font-size:1.05rem;
	line-height:1.6;
	margin:0 0 5px 0;
}
.citylist li:nth-child(odd){
	width:40%;
	background:#00529b;
	color:#fff;
	text-align:center;
}
.citylist li:nth-child(even){
	color:#333;
	width:60%;
	padding:0 0 0 15px;
	box-sizing: border-box;
}
.citylist li:nth-child(3n+3){
	margin:0 0 5px 0;
}
.bannernav{
	width:480px;
	height:100%;
	background:rgba(0,82,155,0.9);
	margin:0 0 0 40%;
}
.bannernav ul{
	padding:100px 0 0 0;
	box-sizing:border-box;
}
.bannernav li{
	font-size:1.4rem;
	line-height:1.7;
	margin:0 0 20px 0;
	text-indent:50px;
}
.bannernav li a{
	display:block;
	color:#fff;
	border-left:5px solid #00529b;
}
.bannernav li a:hover{
	border-left:5px solid #f7694d;
}
.bannernav2{
	width:480px;
	height:100%;
	float:right;
	background:rgba(50,173,198,0.9);
	margin:0 0 0 0;
}
.bannernav2 ul{
	padding:100px 0 0 0;
	box-sizing:border-box;
}
.bannernav2 li{
	font-size:1.375rem;
	line-height:1.7;
	margin:0 0 20px 0;
}
.bannernav2 li a{
	display:block;
	color:#fff;
	border-left:5px solid #32adc6;
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.bannernav2 li a:hover{
	border-left:5px solid #f7694d;
}
.bannernav2 li.active a{
	border-left:5px solid #f7694d;
}
.linkmain{
	padding:3% 0;
	box-sizing:border-box;
}
.linktitle{
	font-size:1.6rem;
	color:#333;
	line-height:2.2;
	text-indent:20px;
	background:url(../images/city/linkbg.png) no-repeat left bottom;
	margin:0 0 30px 0;
}
.link{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
.link li{
	width:30%;
	float:left;
	margin:0 1.5% 30px 1.5%;
	border:1px solid #ccc;
}
.link li a{
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0;
	box-sizing:border-box;
}
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
	font-size:1rem;
}
.breadcrumb-item a{
	color:#00529b;
}
.breadcrumb > li + li:before {
    color: #00529b;
    content: "/";
    padding: 0 10px;
}
.citybg{
	background:url(../images/city/citybg.png) no-repeat top right;
}
.caseitem{
	overflow:hidden;
	margin:30px 0;
}
.caseitem li:nth-child(1){
	width:55%;
	float:left;
}
.caseitem li:nth-child(2){
	width:45%;
	float:left;
	padding:0 0 10px 70px;
	box-sizing:border-box;
}
.cityitemname{
	font-size:1.6rem;
	line-height:40px;
	background:url(../images/city/icon.png) no-repeat;
	padding:0 0 0 65px;
	color:#00529b;
	margin:0 0 30px 0;
}
.cityback{
	width:200px;
	height:50px;
	font-size:1.4rem;
	line-height:50px;
	text-align:center;
	float:right;
}
.cityback a{
	display:block;
	border:2px solid #00529b;
	color:#000;
	border-radius:25px;
}
.cityback a:hover{
	background:#00529b;
	color:#fff;
}
.cityinfo{
	font-size:1.3rem;
	line-height:1.8;
	color:#333;
	letter-spacing:2px;
	margin:0 0 30px 0;
}
.cityinner{
	padding:120px 0 50px 0;
	box-sizing:border-box;
}
.subnav{
	width:25%;
	float:left;
}
.subnav select{
	width:100%;
	height:40px;
	margin:0 0 10px 0;
	display:none;
}
.subnav li{
	font-size:1.2rem;
}
.subnav li a{
	display:block;
	color:#333;
	padding:14px 0;
	box-sizing:border-box;
}
.subnav li a:hover{
	color:#f7694d;
}
.submain{
	width:75%;
	float:left;
}
.citystory{
	display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
}
.citystory li{
	margin:0;
}
.citystory li:nth-child(1){
	width:52%;
	float:left;
	padding:0 30px;
	box-sizing:border-box;
	position:relative;
}
.citystory li:nth-child(2){
	width:48%;
	float:right;
	position:relative;
	overflow:hidden;
}
.citystory li:nth-child(2) img{
	-webkit-transform: scale(1.05);
    -webkit-transition: 0.3s;
}
.citystory li:nth-child(2) a:hover img{
	-webkit-transform: scale(1.1);
    -webkit-transition: 0.3s;
}
.storytitle{
	font-size:1.3rem;
	line-height:1.8;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	margin:0 0 20px 0;
}
.storyinfo{
	font-size:1.2rem;
	line-height:1.8;
	font-weight:normal;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.citylabel{
	width:150px;
	height:40px;
	background:#00529b;
	font-size:1.2rem;
	line-height:40px;
	text-align:center;
	color:#fff;
	border-radius:20px;
	margin:0 0 20px 0;
}
.yeartitle{
	font-size:2.8rem;
	text-align:center;
	background:url(../images/yearbg.png) no-repeat;
	min-height:115px;
	color:#333;
	font-weight:bold;
}
.yearinfo{
	font-size:1.3rem;
	text-align:center;
	line-height:1.8;
	clear:both;
}
.markinfo{
	width:90%;
	margin:0 auto;
	font-size:1.3rem;
	line-height:1.8;
	color:#333;
	clear:both;
}
.yearbg{
	background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248,248,248,0) 30%, #f8f8f8 50%, #f8f8f8 100%);
    background-image: linear-gradient(180deg, rgba(248,248,248, 0) 0%, rgba(248,248,248, 0) 4%, rgb(248,248,248) 4%, rgb(248,248,248) 100%);
}
.advantage{
	font-size:2.8rem;
	text-align:center;
	background:url(../images/city/sbg.png) no-repeat right bottom;
	color:#333;
	font-weight:bold;
	padding:50px 0 80px 0;
	box-sizing:border-box;
}
.merit{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.merit li{
	float:left;
	margin:0 0 30px 0;
}
.merit li:nth-child(odd){
	width:20%;
	text-align:center;
}
.merit li:nth-child(even){
	width:80%;
}
.merit li:nth-child(odd) img{
	border:1px solid #ccc;
}
.me01{
	font-size:1.75rem;
	background:url(../images/navarrow02.png) no-repeat left center;
	padding:0 0 0 40px;
	box-sizing:border-box;
	margin:0 0 20px 0;
}
.me02{
	font-size:1.375rem;
	line-height:1.6;
	color:#555;
}
.meritbox{
	border-top:1px solid #ccc;
	padding:20px 0;
	box-sizing:border-box;
}
.me03{
	width:100%;
	font-size:1.2rem;
	line-height:1.8;
	font-weight:normal;
}
.me04{
	font-size:1.125rem;
	line-height:1.8;
	font-weight:normal;
}
.star{
	color:#f7694d;
}
.subbg{
	/*background:url(../images/city/subbg.png) repeat-y;*/
	background: linear-gradient(-90deg, rgba(8,63,134,0) 0%, rgba(8,63,134,0) 30%, #083f86 50%, #083f86 100%);
    background-image: linear-gradient(-90deg, rgba(8,63,134, 0) 0%, rgba(8,63,134, 0) 70%, rgb(8,63,134) 70%, rgb(8,63,134) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	overflow:hidden;
}
.processtitle{
	font-size:2.8rem;
	text-align:center;
	font-weight:bold;
	padding:90px 0 20px 0;
	box-sizing:border-box;
}
.processbox{
	padding:5%;
	box-sizing:border-box;
	background:#fff;
	border:1px dashed #00529b;
	position:relative;
}
.processbox::before{
	content:'';
	display:block;
	width:34px;
	height:30px;
	background:url(../images/city/triangle.png);
	position:absolute;
	top:-30px;
	left:49%;
}
.step{
	width:100%;
	height:50px;
	background: url(../images/city/stepbg.png);
}
.step p{
	font-size:1.6rem;
	line-height:50px;
	color:#00529b;
	font-style:italic;
	background:#FFF;
	display:inline;
	font-family:Verdana, Geneva, sans-serif;
}
.step span{
	color:#333;
	font-style:normal;
	padding:0 15px;
	box-sizing:border-box;
}
.stepinfo{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:10px 0;
}
.stepinfo li{
	float:left;
	box-sizing:border-box;
}
.stepinfo li:nth-child(1){
	width:7%;
	padding:0 2%;
}
.stepinfo li:nth-child(2){
	width:93%;
	padding:0 0 0 18%;
}
.s01{
	font-size:1.4rem;
	line-height:1.8;
	color:#555;
}
.s02{
	font-size:1.125rem;
	line-height:2;
	background:url(../images/navarrow02.png) no-repeat left center;
	text-indent:40px;
	color:#444;
	font-weight:normal;
}
.s03{
	font-size:1.125rem;
	line-height:2;
	color:#444;
	font-weight:normal;
}
.smallbox{
	width:300px;
	float:left;
}
.abgne_tab {
	width:100%;
	overflow:hidden;
	padding:5% 0 0 0;
	box-sizing:border-box;
}
ul.tabs {
	width:30%;
    float: left;
}
ul.tabs li {
	height:auto;
	position: relative;
	border-bottom:1px solid #fff;
}
ul.tabs li p{
	font-size:1.4rem;
	line-height:1.5;
	text-align:right;
}
ul.tabs li a {
	display: block;
	color: #fff;
	padding:14px 30px 14px 0;
	box-sizing:border-box;
	background:url(../images/city/next.png) no-repeat 150% center;
}
ul.tabs li a:hover {
	background:url(../images/city/next.png) no-repeat 95% center #f7694d;
	padding:14px 100px 14px 0;
}
.tab_container {
	width:64%;
	float:right;
	padding:0 8% 0 0;
	box-sizing:border-box;
}
.tabtext{
	font-size:1.3rem;
	line-height:1.8;
	color:#333;
	padding:15px 0;
}
.tablist{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:20px 0;
}
.tablist li{
	float:left;
	margin:0 0 30px 0;
}
.tablist li:nth-child(3n+1){
	width:15%;
	font-size:1.5rem;
	line-height:1.8;
	color:#444;
	font-weight:bold;
}
.tablist li:nth-child(3n+2){
	width:5%;
	text-align:center;
}
.tablist li:nth-child(3n+3){
	width:80%;
}
.tabline{
	width:1px;
	height:100%;
	background:#aaa;
	display:block;
}
.context{
	font-size:1.25rem;
	line-height:1.8;
	font-weight:400;

}

.w2{
	width:50%;
	float:left;
}
.w3{
	width:33.333%;
	float:left;
}
.w4{
	width:25%;
	float:left;
}
ul.qanav{
	display: table;
    margin: 0 auto 50px auto;
}
.qanav li{
	float:left;
	font-size:1.4rem;
	margin:0 20px;
}
.qanav  li a{
	display:block;
	background:#f4f4f4;
	color:#333;
	padding:18px 60px;
	box-sizing:border-box;
	border-radius:26px;
}
.qanav  li a:hover{
	background:#f7694d;
	color:#fff;
}
.qanav li.active a{
	background:#f7694d;
	color:#fff;
}
.qalabel{
	display:inline-block;
	padding:6px 16px;
	background:#ffdbb2;
	color:#333;
	font-size:1.2rem;
	border-radius:20px;
	margin:0 0 15px 0;
}
.qatitle{
	background:url(../images/city/qaicon.png) no-repeat left center;
	font-size:1.3rem;
	color:#333;
	line-height:1.8;
	padding:0 0 0 40px;
	box-sizing:border-box;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.qaqa{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:50px 0 30px 0;
}
.qaqa li{
	float:left;
	font-size:1.8rem;
	box-sizing:border-box;
}
.qaqa li:nth-child(1){
	width:20%;
	background:#00529b;
	text-align:center;
	color:#fff;
	padding:35px 0;
}
.qaqa li:nth-child(2){
	width:80%;
	background:#f4f4f4;
	padding:35px 0 35px 45px;
}
.arqa{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:50px 0 30px 0;
}
.arqa li{
	float:left;
	font-size:1.8rem;
	line-height:1.6;
	box-sizing:border-box;
}
.arqa li:nth-child(1){
	width:20%;
	background:#32adc6;
	text-align:center;
	color:#fff;
	padding:35px 0;
}
.arqa li:nth-child(2){
	width:80%;
	background:#f4f4f4;
	padding:35px 0 35px 45px;
}
.qabox{
	margin:20px 0;
}
.parttitle{
	font-size:2.5rem;
	color:#333;
	text-align:center;
	padding:3% 0 2% 0;
	box-sizing:border-box;
}
.pa-left{
	width:35%;
	float:left;
	margin:5% 10% 0 15%;
}
.pa-right{
	width:40%;
	float:right;
	margin:10% 0 0 0;
}
.pabox{
	width:100%;
	border-top:1px solid #00529b;
	border-bottom:1px solid #00529b;
}
.pa-right ul{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.pa-right li{
	float:left;
	box-sizing:border-box;
}
.pa-right li:nth-child(1){
	width:10%;
	background:#00529b;
	color:#fff;
	font-size:1.4rem;
	line-height:1.8;
	letter-spacing:3px;
	padding:20px 0 0 0;
	-webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
	display: flex;
    align-items: center; 
}
.pa-right li:nth-child(2){
	width:90%;
	padding:20px 100px 20px 30px;
}
.alfatxt{
	font-size:1.2rem;
	line-height:1.8;
	color:#222;
	margin:15px 0 0 0;
}
.alfatxt2{
	font-size:1.1rem;
	line-height:1.8;
	color:#444;
}
.alfaline{
	height:1px;
	background:#444;
	margin:20px 0;
}
.partner{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	width:90%;
	margin:30px auto 0 auto; 
}
.partner li{
	float:left;
	box-sizing:border-box;
	margin:0 0 6% 0;
}
.partner li:nth-child(odd){
	width:10%;
	padding:0 13px 0 0;	
}
.partner li:nth-child(even){
	width:40%;
	padding:0 40px 0 20px;	
}
.pa01{
	font-size:1.375rem;
	padding:0 0 15px 0;
	color:#00529b;
	background:url(../images/city/partnerbg.png) no-repeat left bottom;
	margin:0 0 15px 0;
}
.pa02{
	font-size:1.25rem;
	line-height:1.8;
	color:#444;
}
.arch{
	overflow:hidden;
}
.arch li{
	float:left;
	height:330px;
	margin: auto;
}
.arch li a{
	display:block;
	height:330px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.arch li p{
	font-size:2.2rem;
	text-align:center;
	font-weight:bold;
	letter-spacing:3px;
	text-shadow:0px 0px 2px #333;
}
.arch li a:hover{
	background:rgba(50,173,198,0.8);
}
.arch li:nth-child(1){
	width:100%;
	background:url(../images/arch/arch01.png) no-repeat center center;
	background-size:cover;
}
.arch li:nth-child(2){
	width:50%;
	background:url(../images/arch/arch02.png) no-repeat center center;
	background-size:cover;
}
.arch li:nth-child(3){
	width:50%;
	background:url(../images/arch/arch03.png) no-repeat center center;
	background-size:cover;
}
.arch li:nth-child(4){
	width:33%;
	background:url(../images/arch/arch04.png) no-repeat center center;
	background-size:cover;
	display:none;
}
.arch li:nth-child(5){
	width:34%;
	background:url(../images/arch/arch05.png) no-repeat center center;
	background-size:cover;
	display:none;
}
.arch li:nth-child(6){
	width:33%;
	background:url(../images/arch/arch06.png) no-repeat center center;
	background-size:cover;
	display:none;
}
.linklist{
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
}
.linklist li{
	width:30%;
	float:left;
	margin:0 5% 4% 0;
	position:relative;
	overflow:hidden;
}
.linklist li:nth-child(3n+3){
	margin:0 0 4% 0;
}
.linklist img{
	-webkit-transform: scale(1.0);
    -webkit-transition: 0.3s;
	margin:0 0 20px 0;
	opacity:0.9;
}
.linklist a:hover img{
	-webkit-transform: scale(1.1);
	opacity:1;
    -webkit-transition: 0.3s;
}
.archlink{
	font-size:1.3rem;
	line-height:1.5;
	text-align:center;
	color:#333;
}
.partslogan{
	font-size:1.5rem;
	line-height:1.8;
	color:#333;
	margin:30px 0;
}
.parttitle2{
	font-size:1.6rem;
	color:#333;
	line-height:2.2;
	text-indent:20px;
	margin:0 0 30px 0;
	border-bottom:5px solid #32adc6;
	width:480px;
}
.archpart{
	width:95%;
	margin:0 auto;
	overflow:hidden;
}
.archpart li{
	width:22.5%;
	float:left;
	margin:0 1% 30px 1%;
	border:1px solid #ccc;
}
.parttxt{
	font-size:1.1rem;
	line-height:1.7;
	color:#fff;
	padding:0 20px;
	box-sizing:border-box;
}
.archcase-left{
	width:50%;
	float:left;
	padding:0 0 3% 0;
	box-sizing:border-box;
}
.archcase-right{
	width:45%;
	float:right;
}
.casetitle{
	font-size:1.8rem;
	border-bottom:1px solid #32adc6;
	padding:0 0 10px 0;
	box-sizing:border-box;
	margin:4% 0 5% 0;
	width:100%;
	text-align:left;
}
.casetitle span{
	font-size:1.4rem;
	font-weight:normal;
	color:#32adc6;
	float:right;
}
.casestyle{
	font-size:1.3rem;
	line-height:1.7;
	color:#333;
}
.casestyle span{
	font-weight:normal;
}
.caseinfo{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:30px 0;
}
.caseinfo li{
	line-height:1.6;
	padding:7px 0;
	box-sizing:border-box;
	color:#333;
	float:left;
}
.caseinfo li:nth-child(odd){
	width:20%;
	font-weight:bold;
	font-size:1.3rem;
}
.caseinfo li:nth-child(even){
	width:80%;
	font-size:1.2rem;
}
.selist{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:4% 0 0 0;
}
.selist li{
	width:48%;
	margin:0 0 4% 0;
}
.selist li:nth-child(odd){
	float:left;
}
.selist li:nth-child(even){
	float:right;
}
.moretxt{
	font-size:1.2rem;
	color:#fff;
}
.se01{
	border-bottom:1px solid #ccc;
	font-size:1.375rem;
	color:#333;
	padding:0 0 10px 0;
	box-sizing:border-box;
	margin:30px 0;
}
.se02{
	font-size:1.125rem;
	line-height:1.7;
	color:#333;
	letter-spacing:2px;
	font-weight:normal;
	overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}

.archbox-title{
	font-size:1.6rem;
	line-height:1.6;
	text-align:center;
	color:#333;
	margin:0 0 20px 0;
}
.archbox-pic{
	width:80%;
	margin:20px auto;
}
.archbox-txt{
	font-size:1.2rem;
	line-height:1.7;
	color:#333;
	letter-spacing:2px;
	font-weight:normal;
}
.c_feature{
    background: linear-gradient(-90deg, rgba(245, 245, 245,0) 0%, rgba(245, 245, 245,0) 30%, #f5f5f5 65%, #f5f5f5 100%);
    background-image: linear-gradient(-90deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 65%, rgb(245, 245, 245) 65%, rgb(245, 245, 245) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.markbg{
	background:url(../images/arch/pic08.jpg) no-repeat;
	clear:both;
}
.ma01{
	font-size:1.5rem;
	line-height:1.7;
	text-align:center;
	padding:20px 0 30px 0;
	box-sizing:border-box;
	border-bottom:1px solid #999;
	margin:0 0 30px 0;
}
.ma02{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	margin:3% 0;
	display:none;
}
.ma02 li{
	font-size:1.3rem;
	line-height:1.8;
	width:33%;
	float:left;
	padding:5px 0;
	box-sizing:border-box;
}
.ma02 li:nth-child(3n+3){
}
.mark-left{
	width:25%;
	float:left;
	margin:5% 0;
}
.mark-right{
	width:70%;
	float:right;
	margin:5% 0;
}
.markbox{
	padding:20px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
}
.ma03{
	font-size:1.3rem;
	line-height:1.8;
	color:#333;
	text-align:right;
}
.ma04{
	overflow:hidden;
	margin:5% 0;
}
.ma04 li:nth-child(1){
	width:35%;
	float:left;
}
.ma04 li:nth-child(2){
	width:65%;
	float:left;
	padding:10% 0;
	box-sizing:border-box;
}
.markpic{
	margin:2% 0 7% 0;
}
.processimg{
	margin:5% 0;
	position:relative;
}
.protitle{
	font-size:1.8rem;
	line-height:1.8;
	color:#333;
	text-align:center;
	margin:0 0 50px 0;
}
.protxt{
	font-size:1.3rem;
	line-height:1.8;
	color:#333;
}
.promain{
	width:1100px;
	padding:4%;
	box-sizing:border-box;
}
.overbg{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.8);
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	display:none;
}
.closepro{
	cursor: pointer;
	position:absolute;
	right:-17px;
	top:-17px;
}
.craft-left{
	width:45%;
	float:left;
	position: relative;
    padding: 130px 0 0 0;
    box-sizing: border-box;
}
.craft-right{
	width:55%;
	float:left;
	padding:60px 0 0 5%;
	box-sizing:border-box;
}
.craft-img{
	width:68%;
    float: left;
    margin:-120px 0 0 22%;
}
.craft-bg{
    width:100%;
	height:700px;
    margin:5% 0 ;
	background: #32adc6;
}
.craft-t1{
	font-size:32px;
	line-height:2;
	color:#333;
	margin:0 0 30px 0;
}
.craft-t2{
	font-size:22px;
	line-height:2;
	color:#555;
	letter-spacing:0;
}
.craftinfo{
	position:relative;
}
.craftinfo svg{
	width:100%;
	height:auto;
}
.craft-wrap{
	overflow:hidden;
	height:70px;
	border-bottom:1px solid #ccc;
	margin:0 0 3% 0;
}
.craftnav{
	width:1280px;
	margin:0 auto;
}
.craftnav li{
	font-size:1.6rem;
	width:33.333%;
	height:65px;
	line-height:65px;
	float:left;
	text-align:center;
	font-weight:bold;
}
.craftnav li a{
	display:block;
	color:#333;
	height:65px;
}
.craftnav li a:hover{
	color:#f7694d;
}
.craftnav li.active a{
	border-bottom:5px solid #f7694d;
}
.craft{
	width:95%;
	overflow:hidden;
	margin:0 auto 5% auto;
}
.craft li{
	float:left;
}
.craft li:nth-child(1){
	width:55%;
	padding:0 5% 0 0;
	box-sizing:border-box;
}
.craft li:nth-child(2){
	width:45%;
}
.craftname{
	font-size:1.7rem;
	margin:20px 0 6% 0;
}
.crafttxt{
	font-size:1.125rem;
	line-height:1.7;
	color:#333;
	letter-spacing:2px;
	font-weight:normal;
}
.superoffset{
	margin:4% 0;
	position:relative;
}
.boxin{
	width:50%;
	background:#f9f9f9;
	padding:40px;
	box-sizing:border-box;
	margin:5% 0 0 0;
}
.img01{
	width:50%;
	float:right;
}
.img02{
	width:50%;
	float:left;
}
.sutext01{
	width:737px;
	height:80px;
	font-size:1rem;
	line-height:26px;
	text-align:right;
	padding:10px 30px 0 0;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	background:url(../images/arch/ar01.png) no-repeat right;
}
.sutext02{
	width:737px;
	height:80px;
	font-size:1rem;
	line-height:26px;
	text-align:left;
	padding:10px 0 0 30px;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	margin:0 0 0 705px;
	background:url(../images/arch/ar02.png) no-repeat left ;
}
.sutitle{
	font-size:1.6rem;
}
.sutext{
	font-size:1.4rem;
}
.work{
	width:100%;
	overflow:hidden;
	margin:7% auto 0 auto;
}
.work li:nth-child(1){
	width:55%;
	float:left;
	margin:0 5% 0 0;
}
.work li:nth-child(2){
	width:40%;
	float:left;
	padding:10% 0 0 0;
	box-sizing:border-box;
}
.workbox{ 
    position: relative;
}
.workbox p{
	font-size:21px;
	line-height:2;
	color:#333;
	letter-spacing:0;
}
.workbox svg{
	width:100%;
	height:auto;
}
.teampic{
	width:1000px;
	margin:0 auto 80px auto;
}
.teambg{
	background:url(../images/teambg.png) no-repeat top right;
	overflow:hidden;
}
.team-1{
	width:45%;
	min-height:1300px;
	float:left;
	background:url(../images/team01.png) no-repeat;
	position:relative;
}
.team-2{
	width:55%;
	float:left;
	padding:5% 0 0 0;
	box-sizing:border-box;
}
.team-3{
	width:55%;
	float:left;
	padding:10% 0 0 0;
	box-sizing:border-box;
}
.team-4{
	width:45%;
	min-height:870px;
	float:right;
	background:url(../images/team02.png) no-repeat right;
	position:relative;
}
.team-5{
	width:45%;
	min-height:850px;
	float:left;
	background:url(../images/team03.png) no-repeat;
}
.team-6{
	width:55%;
	float:left;
	padding:8% 0 0 0;
	box-sizing:border-box;
}
.arr01{
	width:200px;
	position:absolute;
	left:36%;
	bottom:-7%;
}
.arr02{
	width:200px;
	position:absolute;
	left:44%;
	bottom:-20%;
}
.arr01 svg, .arr02 svg{
	width:100%;
	height:auto;
}
.boss{
	width:60%;
	margin:8% 0 0 27%;
}
.manager{
	width:55%;
	margin:13% 0 0 12%;
}
.manager2{
	width:55%;
	margin:15% 0 0 27%;
}
.name{
	font-size:2.5rem;
	color:#333;
	letter-spacing:2px;
	margin:0 0 30px 0;
}
.job, .job2{
	font-size:1.4rem;
	color:#333;
	margin:0 0 35px 0;
}
.job::after{
	content:'';
	display:block;
	width:70px;
	height:4px;
	background:#f7694d;
	margin:5px 0 ;
}
.job2::after{
	content:'';
	display:block;
	width:70px;
	height:4px;
	background:#f7694d;
	margin:5px 0 0 93%;
}
.motto{
	font-size:1.8rem;
	color:#10528c;
}
.teamlist{
	padding:30px 0;
	box-sizing:border-box;
}
.teamlist p{
	font-size:1.2rem;
	line-height:1.8;
	font-weight:normal;
	margin:0 0 5px 0;
}
.joblist{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	width:80%;
}
.joblist li{
	float:left;
	font-size:1.2rem;
	line-height:1.8;
	margin:0 0 5px 0;
}
.joblist li:nth-child(odd){
	width:10%;
}
.joblist li:nth-child(even){
	width:90%;
}
.t-right{
	text-align:right;
}
.newsbg{
}
.newshome{
	background:url(../images/homebg.png) no-repeat bottom right;
	padding:4% 0 10% 0;
	box-sizing:border-box;
}
.home-news{
	width:100%;
}
.home-news li{
	overflow:hidden;
	margin:0 0 10px 0;
	font-size:1.3rem;
	line-height:1.8;
}
.home-news li a{
	display:block;
	overflow:hidden;
	color:#333;
	padding:30px 0;
	box-sizing:border-box;
	background:#f4f4f4;
}
.home-news li a:hover{
	background:#e5e5e5;
}
.home-news li p:nth-child(1){
	width:25%;
	float:left;
	text-align:center;
}
.home-news li p:nth-child(2){
	width:75%;
	float:left;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.newsbtn{
	width:120px;
	height:44px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	margin:5% auto 0 auto;
}
.newsbtn a{
	display:block;
	background:#fff;
	border:2px solid #00529b;
	color:#00529b;
	border-radius:22px;
}
.newsbtn a:hover{
	background:#00529b;
	color:#fff;
}
.alfa-wrap{
	width:1100px;
	float:right;
	margin:0 0 1% 0;
}
.alfa-wrap div{
	height:100px;
}
.alfahome01{
	font-size:2.2rem;
	color:#333;
	text-indent:20px;
}
.alfahome02{
	font-size:2.2rem;
	color:#333;
	text-align:right;
	padding:0 2% 0 0;
	box-sizing: border-box;
}
.alfanews-wrap{
	width:1100px;
	margin:0 0 5% 0;
}
.alfanews-wrap div{
	height:100px;
}
.alfa-wrap embed, .alfanews-wrap embed{
	width:100%;
	height:auto;
}
.alfa-wrap svg{
	width:100%;
	height:auto;
}
.alfanews-wrap svg{
	width:100%;
	height:auto;
}
.ser-c-inner{
	padding:90px 0 0 0;
	box-sizing:border-box;
}
.markimg{
	width:480px;
	margin:3% auto;
}
.area li{
	overflow: hidden;
    background: #f0f3f8;
    margin: 0 0 30px 0;
	padding:30px;
	box-sizing:border-box;
	border-radius:10px;
}
.area-left{
	width:90%;
	float:left;
	padding:0 20px 0 0;
	box-sizing:border-box;
}
.area-right{
	width:10%;
	float:left;
}
.area-right p{
	font-size:1.15rem;
}
.area-right p a{
	display:block;
	color:#00529b;
	text-align:center;
	border:1px solid #00529b;
	padding:10px 0;
	box-sizing:border-box;
}
.filetitle{
	font-size:1.3rem;
	padding:0 0 10px 0;
	box-sizing:border-box;
}
.fileinfo{
	font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 2px;
	font-weight:normal;
}
.fixWrap{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.92);
	z-index:99;
	display:none;
}
.fixBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding:20px;
	box-sizing:border-box;
	background:#fff;
}
.fixBox p{
	font-size:1.2rem;
	text-align:center;
}
.fixBox input[type="text"]{
	display:block;
	max-width:100%;
	height:36px;
	border:1px solid #ccc;
	padding:5px;
	box-sizing:border-box;
	margin:10px 0;
}
.fixBox input[type="submit"]{
	width:100%;
	height:40px;
	background:#00529b;
	color:#fff;
	font-size:1.1rem;
	border:0;
	font-weight:bold;
	font-family:Arial, "微軟正黑體 Light";
}
.mobileBox{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background:#ddd;
	display:none;
}
.mobileBox p{
	font-size:1.3rem;
	color:#00529b;
	text-align:center;
}
.mobileBox input[type="text"]{
	width:100%;
	height:36px;
	border:1px solid #ccc;
	padding:5px;
	box-sizing:border-box;
	margin:10px 0;
}
.mobileBox input[type="submit"]{
	width:100%;
	height:40px;
	background:#00529b;
	color:#fff;
	font-size:1.1rem;
	border:0;
	font-weight:bold;
	font-family:Arial, "微軟正黑體 Light";
}
.archtext{
	width:auto;
	line-height:30px;
	margin:4rem auto 0 auto;
	text-align:center;
	font-size:1.375rem;
	font-weight:500;
}
.archtext a{
	display:inline-block;
	background:#f7694d;
	color:#fff;
	border-radius:25px;
	padding:10px 20px;
	box-sizing:border-box;
}
.archtext a:hover{
	background:#222;
}



@media (max-width: 1440px) {
.caselist{
	width:90%;
}
.sutext01{
	margin:0 0 0 -100px;
}
.sutext02{
	margin:0 0 0 603px;
}
.craft-bg{
	height:550px;
}
}
@media (max-width: 1366px) {
.pa-left{
	margin:5% 10% 0 10%;
}
.pa-right{
	width:45%;
}
.sutext01{
	margin:0 0 0 -140px;
}
.sutext02{
	margin:0 0 0 573px;
}
.craft-t1{
	font-size:28px;
}
.craft-t2{
	font-size:20px;
}
.work li:nth-child(1){
	width:50%;
}
.work li:nth-child(2){
	width:45%;
}
}
@media (max-width: 1280px) {
.craftnav{
	width:100%;
}
.sutext01{
	margin:0 0 0 -177px;
}
.sutext02{
	margin:0 0 0 533px;
}
.work{
	width:100%;
}

.workbox p{
	font-size:20px;
	letter-spacing:0;
}
.craft-left{
	width:50%;
}
.craft-right{
	width:45%;
}
.craft-bg{
	height:100%;
}
}
@media (max-width: 1200px) {
.alfa-wrap{
	width:100%;
	float:none;
}
.alfanews-wrap{
	width:100%;
}
}
@media (max-width: 1100px) {
.promain{
	width:100%
}
}

@media (max-width: 1024px) {
.title-1{
	text-align:center;
	padding:12% 0 0 0;
}
.newsnav li{
	margin:0 5px;
}
.newsnav li a{
	padding:18px 25px;
}
.newsonelabel{
	margin:0 0 20px 0;
}
.newsonetext{
    -webkit-line-clamp:3;
}
.news-date{
	width:35%;
}
.news-title{
	width:60%;
}
.newsone-date{
	width:35%;
}
.newsone-title{
	width:60%;
}
.honoritem li:nth-child(1){
	padding:0 20px;
}
.honoritem li:nth-child(3){
	padding:0 20px;
}
.video{
	height:500px;
}
.ho-date{
	width:26%;
}
.ho-title{
	width:70%;
}
.team-1{
	width:30%;
	min-height:1200px;
	background-size:cover;
}
.team-2{
	width:70%;
	padding:5% 0 0 5%;
}
.team-3{
	width:70%;
	padding:10% 5% 0 0;
}
.team-4{
	width:30%;
	min-height:800px;
}
.team-5{
	width:30%;
	min-height:800px;
}
.team-6{
	width:70%;
	padding:8% 0 0 5%;
}
.joblist{
	width:92%;
}
.joblist li:nth-child(odd){
	width:15%;
}
.joblist li:nth-child(even){
	width:85%;
}
.arr01{
	width:120px;
	left:30%;
	bottom:0;
}
.arr02{
	width:120px;
	left:20%;
	bottom:-10%;
}
.city li{
	height:400px;
}
.city li a{
	height:400px;
}
/*
.city li:nth-child(3){
	width:50%;
}
.city li:nth-child(4){
	width:50%;
}
.city li:nth-child(5){
	width:100%;
}
*/
.cityvideo{
	height:500px;
}
.arch li{
	height:400px;
}
.arch li a{
	height:400px;
}
/*
.arch li:nth-child(1){
	width:50%;
}
.arch li:nth-child(2){
	width:50%;
}
.arch li:nth-child(3){
	width:50%;
}
.arch li:nth-child(4){
	width:50%;
}
.arch li:nth-child(5){
	width:50%;
}
.arch li:nth-child(6){
	width:50%;
}
*/
.caselist li{
	width:45%;
	float:left;
	margin:0 5% 5% 0;
}
.caselist li:nth-child(3n+3){
	margin:0 5% 5% 0;
}
.citylist li{
	margin:0 0 2px 0;
}
.citylist li:nth-child(odd){
	width:100%;
}
.citylist li:nth-child(even){
	width:100%;
	padding:0;
}
.citylist li:nth-child(3n+3){
	margin:0 0 2px 0;
}
.caseitem li:nth-child(1){
	width:50%;
}
.caseitem li:nth-child(2){
	width:50%;
}
.subnav{
	width:100%;
	float:none;
}
.subnav ul{
	display:none;
}
.subnav select{
	display:block;
}
.submain{
	width:100%;
	float:none;
}
.storyinfo{
    -webkit-line-clamp:1;
}
.citylabel{
	width:140px;
	margin:0 0 15px 0;
}
.partner{
	width:100%;
}
.pa-left{
	width:50%;
	float:none;
	margin:5% auto 0 auto;
}
.pa-right{
	width:90%;
	float:none;
	margin:5% 0 0 10%;
}
.pa-right li:nth-child(2){
	width:90%;
	padding:20px;
}
.qanav li{
	margin:0 10px;
	font-size:1.3rem;
}
.qanav  li a{
	padding:18px 30px;
}
.banner{
	display:block;
	position: relative;
}
.bannernav{
	width:100%;
	margin:0;
	height:50px;
	position:absolute;
	bottom:0;
	text-align: center;
}
.bannernav ul{
	padding:0;
	display: inline-block;
}
.bannernav li{
	margin:0 ;
	line-height:50px;
	text-indent:30px;
	float:left;
	font-size:1.2rem;
}
.bannernav li a{
	border-left:0px solid #00529b;
}
.bannernav li a:hover{
	border-left:0px solid #f7694d;
}
.bannernav2{
	width:100%;
	margin:0;
	height:50px;
	position:absolute;
	bottom:0;
	text-align: center;
}
.bannernav2 ul{
	padding:0;
	display: inline-block;
}
.bannernav2 li{
	font-size:1rem;
	margin:0 ;
	line-height:45px;
	text-indent:0px;
	float:left;
}
.bannernav2 li a{
	padding:0 15px;
	box-sizing:border-box;
	border-left:0px solid #32adc6;
}
.bannernav2 li a:hover{
	border-left:0px solid #f7694d;
}
.bannernav2 li.active a{
	border-left:0px solid #f7694d;
	border-bottom:5px solid #f7694d;
}
.link{
	width:100%;
}
.merit li:nth-child(odd){
	width:30%;
}
.merit li:nth-child(even){
	width:70%;
}
.me01{
	font-size:1.7rem;
}
.me02{
	font-size:1.3rem;
}
.me04{
	width:50%;
}
.w3{
	width:50%;
}
.w4{
	width:50%;
}
.processtitle{
	font-size:2.5rem;
}
.mark-left{
	width:50%;
	float:none;
	margin:5% auto;
}
.mark-right{
	width:100%;
	float:none;
	margin:0;
}
.ma02 li{
	width:50%;
}
.boxin{
	width:100%;
	padding:20px;
	margin:0;
}
.img01{
	width:100%;
	float:none;
}
.img02{
	width:100%;
	float:none;
}
.sutext01{
	width:100vw;
	height:60px;
	line-height:25px;
	margin:0;
	background: rgba(50,173,198,0.7);
	text-align:left;
	padding:5px;
	box-sizing: border-box;
	top:0;
	color:#fff;
}
.sutext02{
	width:100vw;
	height:60px;
	line-height:25px;
	margin:0;
	background: rgba(50,173,198,0.7);
	text-align:left;
	padding:10px;
	top:0;
	color:#fff;
}
.info-1{
	width:100%;
	margin:40px auto;
}
.info-1 p{
	font-size:25px;
}
.craft-left{
	width:100%;
	float:none;
    padding: 0;
}
.craft-right{
	width:100%;
	float:none;
	padding:5%;
}
.craft-img{
	width:58%;
    float:none;
    margin:0 auto;
}
.mobileBox{
	display:block;
}
.craftnav li{
	font-size: 1.25rem;
}
}

@media (max-width: 768px) {
.contact-info{
	padding:40px 5%;
}
.contact li{
	margin:0 0 10px 0;
	line-height:40px;
}
.contact li:nth-child(odd){
	width:100%;
}
.contact li:nth-child(even){
	width:100%;
}
.contact li:nth-child(12){
	width:50%;
}
.contact li:nth-child(13){
	width:50%;
}
.newslist{
	overflow:hidden;
	display:flex;
    flex-wrap:wrap;
}
.newslist li{
	width:45%;
	margin:0 5% 5% 0;
}
.newslist li:nth-child(3n+3){
	margin:0 5% 5% 0;
}
.newsinner li:nth-child(1){
	width:100%;
}
.newsinner li:nth-child(2){
	width:100%;
	position:relative;
}
.honoritem li:nth-child(1) a{
	padding:25px 0;
	background:url(../images/h-left.png) no-repeat left top;
	background-size:40px 24px;
}
.honoritem li:nth-child(1) a:hover{
	background:url(../images/h-left.png) no-repeat left top;
	background-size:40px 24px;
}
.honoritem li:nth-child(3) a{
	padding:25px 0;
	background:url(../images/h-right.png) no-repeat right top;
	background-size:40px 24px;
}
.honoritem li:nth-child(3) a:hover{
	background:url(../images/h-right.png) no-repeat right top;
	background-size:40px 24px;
}
.honoritem li:nth-child(3) .honor01{
	text-align:right;
}
.ho-date{
	width:100%;
	border-right:0;
	border-bottom:2px solid #00529b;
}
.ho-title{
	width:100%;
	font-size:1.8rem;
}
.ho {
    display: block;
}
.ho li:nth-child(1){
	width:100%;
	float:none;
	padding:30px;
}
.ho li:nth-child(2){
	width:100%;
	float:none;
}
.ho-sub{
	margin:15px 0;
}
.single{
	width:90%;
}
.joblist li:nth-child(odd){
	width:22%;
}
.joblist li:nth-child(even){
	width:78%;
}
.boss{
	width:70%;
	margin:8% 0 0 15%;
}
.manager{
	width:60%;
	margin:13% 0 0 15%;
}
.manager2{
	width:60%;
	margin:15% 0 0 15%;
}
.job2::after{
	margin:5px 0 0 85%;
}
.city li{
	height:300px;
}
.city li a{
	height:300px;
}
.city li p{
	font-size:2rem;
}
.arch li{
	height:300px;
}
.arch li a{
	height:300px;
}
.arch li p{
	font-size:2rem;
}
.caseitem li:nth-child(1){
	width:100%;
	float:none;
}
.caseitem li:nth-child(2){
	width:100%;
	float:none;
	padding:10px;
}
.citystory {
    display:block;
}
.citystory li:nth-child(1){
	width:100%;
	float:none;
	padding:20px;
}
.citystory li:nth-child(2){
	width:100%;
	float:none;
}
.partner li:nth-child(odd){
	width:20%;
}
.partner li:nth-child(even){
	width:80%;
}
.qaqa{
	margin:30px 0;
}
.qaqa li:nth-child(1){
	width:100%;
	padding:10px 20px;
	text-align:left;
}
.qaqa li:nth-child(2){
	width:100%;
	padding:20px;
}
.link li{
	width:46%;
	margin:0 1.5% 20px 1.5%;
}
.merit li:nth-child(odd) img{
	width:110px;
	height:110px;
}
.me04{
	width:100%;
	float:none;
}
.tablist li{
	float:none;
	margin:0 0 5px 0;
}
.tablist li:nth-child(3n+1){
	width:100%;
}
.tablist li:nth-child(3n+2){
	width:100%;
	text-align:center;
}
.tablist li:nth-child(3n+3){
	width:100%;
}
.tabline{
	width:100%;
	height:1px;
	background:#ddd;
}
.archpart{
	width:100%;
}
.archpart li{
	width:47%;
	margin:0 1% 20px 1%;
}
.arqa{
	margin:30px 0;
}
.arqa li:nth-child(1){
	width:100%;
	padding:10px 20px;
	text-align:left;
}
.arqa li:nth-child(2){
	width:100%;
	padding:20px;
}
.linklist li{
	width:45%;
	margin:0 5% 4% 0;
}
.linklist li:nth-child(3n+3){
	margin:0 5% 4% 0;
}
.archcase-left{
	width:100%;
	float:none;
	padding:0;
	margin:0 0 3% 0;
}
.archcase-right{
	width:90%;
	float:none;
	margin:0 auto;
}
.mark-left{
	width:70%;
}
.ma04 li:nth-child(1){
	width:100%;
	float:none;
	padding:0 15%;
	box-sizing:border-box;
}
.ma04 li:nth-child(2){
	width:100%;
	float:none;
	padding:0;
}
.ma02 li{
	width:100%;
	float:none;
}
.ma03{
	text-align:center;
}
.craft{
	width:100%;
}
.craft li:nth-child(1){
	width:100%;
	padding:0;
}
.craft li:nth-child(2){
	width:100%;
}
.work li:nth-child(1){
	width:100%;
	float:none;
	padding:0;
}
.work li:nth-child(2){
	width:100%;
	float:none;
	padding:4% 2% ;
}
.workbox p{
	font-size:18px;
}
.craft-t1{
	font-size:24px;
}
.craft-t2{
	font-size:18px;
}
.title-1{
	font-size: 2.1rem;
	padding:14% 0 0 0;
}
.bannernav2 {
	display:none;
}
}


@media (max-width: 640px) {
.news-date{
	width:100%;
	border-right:0;
	border-bottom:3px solid #00529b;
}
.news-title{
	width:100%;
}
.newsone-date{
	width:100%;
	border-right:0;
	border-bottom:3px solid #00529b;
}
.newsone-title{
	width:100%;
}
.newsonetext{
	padding:10px 0 0 0;
}
.video{
	height:360px;
}
.team-1{
	width:100%;
	min-height:auto;
}
.team-2{
	width:100%;
	padding: 5%;
}
.team-3{
	width:100%;
	background:url(../images/teambg.png) no-repeat;
	background-size: contain;
	padding:5%;
	box-sizing:border-box;
}
.team-4{
	width:100%;
	min-height:auto;
}
.team-5{
	width:100%;
	min-height:auto;
}
.team-6{
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
.arr01{
	display:none;
}
.arr02{
	display:none;
}
.manager{
	width:60%;
	margin:5% auto 0 auto;
}
.manager2{
	width:60%;
	margin:5% auto 0 auto;
}
.cityvideo{
	height:360px;
}
.stepinfo li:nth-child(1){
	width:10%;
}
.stepinfo li:nth-child(2){
	width:90%;
}
.parttitle2{
	width:100%;
}
.home-news li p:nth-child(1){
	width:30%;
}
.home-news li p:nth-child(2){
	width:70%;
}
.info-1 p{
	font-size:21px;
}
.craft-t1{
	font-size:20px;
}
.craft-t2{
	font-size:16px;
}
.workbox p{
	font-size:16px;
}
.pa-left{
	width:100%;
	margin:5% 0 0 0;
}
.newslist li{
	width:100%;
	margin:0 0 5% 0;
}
.newslist li:nth-child(3n+3){
	margin:0 0 5% 0;
}
.qalabel{
	padding:6px 13px;
	font-size:1rem;
}
ul.qanav{
    margin: 0 auto 20px auto;
}
}

@media (max-width: 640px) {
.archtext{
	width:90%;
	height:auto;
	line-height:1.5;
}
.archtext a{
	padding:10px;
	box-sizing:border-box;
	border-radius:10px;
}
}

@media (max-width: 480px) {
.alfa-wrap div {
    height: 60px;
}
.info-1 p{
	font-size:18px;
}
.s02{
	background:url(../images/navarrow02.png) no-repeat left 5px;
	text-indent:30px;
}
.merit li:nth-child(odd) img{
	width:70px;
	height:70px;
}
.me01{
	font-size:1.4rem;
	padding:0 0 0 30px;
	margin: 0 0 10px 0;
	background: url(../images/navarrow02.png) no-repeat left top;
}
.me02{
	font-size:1.1rem;
}
.s01{
	line-height: 1.6;
}
.step p {
	font-size: 1.4rem;
}
.context {
    font-size: 1.1rem;
    line-height: 1.6;
}
.title-1{
	font-size:1.8rem;
	padding:15% 0 0 0;
}
.cityname{
	font-size:1.2rem;
}
.markimg{
	width:100%;
}
/*
.bannernav li {
	font-size: 1.1rem;
    text-indent:0px;
}
.bannernav li a{
	padding:0 15px;
	box-sizing:border-box;
}
*/
ul.newsnav {
    margin: 0 auto 30px auto;
}
.newsnav li {
    font-size: 1.1rem;
}
.newsnav li a {
    padding: 14px 16px;
}
.area-left{
	width:100%;
	float:none;
	padding:0;
}
.area-right{
	width:100%;
	float:none;
	margin:10px 0 0 0;
}
.cityitemname{
	font-size:1.5rem;
	line-height:1.8;
	padding: 0 0 0 55px;
}
.breadcrumb-item {
    font-size: 1.1rem;
}
}
@media (max-width: 414px) {
.title-1{
	padding:20% 0 0 0;
}

}
